.button--primary {
  background-color: #fa0368;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
}
.button--primary:hover, .button--primary:active, .button--primary:focus, .button--primary:focus-visible {
  background-color: #AB094B;
  color: white;
  transition: background-color 0.3s;
}
.button--secondary {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: white;
  border: 1px solid white;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus, .button--secondary:focus-visible {
  background-color: #AB094B;
  transition: background-color 0.3s;
  border: none;
}
.button--tertiary {
  background-color: white;
  color: #fa0368;
  border: none;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
}
.button--fourth {
  background-color: white;
  font-family: "Poppins", sans-serif;
  color: #fa0368;
  border: 1px solid #fa0368;
}
.button--fourth:hover {
  background-color: #fa0368;
  color: white !important;
  transition: background-color 0.3s ease;
}

.bg--primary {
  background-color: #fa0368 !important;
}
.bg--secondary {
  background-color: #371539;
}
.bg--fifth {
  background-color: #29092A !important;
}
.bg--seven {
  background-color: #3F444B !important;
}
.bg--eight {
  background-color: #f8f8f8;
}
.bg--nine {
  background-color: #ADADAD;
}

.bg-opacity--a {
  background-color: rgba(250, 3, 104, 0.1) !important;
}
.bg-opacity--b {
  background-color: rgba(250, 3, 104, 0.3) !important;
}
.bg-opacity--c {
  background-color: rgba(250, 3, 104, 0.5) !important;
}

.text-color--primary {
  color: #fa0368;
}
.text-color--secondary {
  color: #371539;
}
.text-color--tertiary {
  color: #AB094B;
}
.text-color--fourth {
  color: #696A87 !important;
}
.text-color--fifth {
  color: #29092A;
}
.text-color--sixth {
  color: #D9D9D9;
}
.text-color--nine {
  color: #ADADAD;
}

.border__radius__primary {
  border-radius: 25px !important;
}
.border__radius__secondary {
  border-radius: 0 0 20% 39% !important;
}
.border__radius__tertiary {
  border-radius: 8px !important;
}
.border__radius__fourth {
  border-radius: 15px !important;
}
.border__color--primary {
  border-color: #fa0368 !important;
}
.border__color--secondary {
  border-color: #371539 !important;
}
.border__color--tertiary {
  border-color: #AB094B !important;
}
.border__color--fourth {
  border-color: #696A87 !important;
}
.border__color--sixth {
  border-color: #D9D9D9 !important;
}
.border__color--eight {
  border-color: #f8f8f8 !important;
}
.border__color--nine {
  border-color: #ADADAD !important;
}
.border__none {
  border: none;
}
.border__opacity--a {
  border-color: rgba(255, 255, 255, 0.1803921569) !important;
}
.border__opacity--b {
  border-color: rgba(250, 3, 104, 0.4784313725) !important;
}

.font--primary {
  font-family: "Poppins", sans-serif;
}
.font--secondary {
  font-family: "Mulish", sans-serif;
}

.font-size-xs {
  font-size: 13px;
}
.font-size-s {
  font-size: 16px;
}
.font-size-m {
  font-size: 20px;
}
.font-size-l {
  font-size: 45px;
}
.font-size-xl {
  font-size: 60px;
}

.font-weight-extrabold {
  font-weight: 900;
}

.marge-custom--top--un {
  margin-top: 130px !important;
}
.marge-custom--top--deux {
  margin-top: 100px !important;
}
.marge-custom--top--trois {
  margin-top: 60px !important;
}
.marge-custom--bottom--un {
  margin-bottom: 130px !important;
}
.marge-custom--bottom--deux {
  margin-bottom: 100px !important;
}
.marge-custom--bottom--trois {
  margin-bottom: 60px !important;
}

.padding-custom--top--un {
  padding-top: 130px !important;
}
.padding-custom--top--deux {
  padding-top: 100px !important;
}
.padding-custom--bottom--un {
  padding-bottom: 130px !important;
}
.padding-custom--bottom--deux {
  padding-bottom: 100px !important;
}
.padding-custom--bottom--trois {
  padding-bottom: 60px !important;
}

.croissance__video {
  height: 320px;
}

/*# sourceMappingURL=boostez-votre-croissance.output.css.map */
