.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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 40px;
  max-width: 1140px;
  margin: auto;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 18px;
}

p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

li, a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
}

label {
  font-family: "Mulish", sans-serif;
  color: black;
}

.form__input {
  background-image: none !important;
}
.form__input:hover, .form__input:active, .form__input:focus, .form__input:focus-visible {
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
}
.form__input:focus {
  border: solid 2px black !important;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: white;
  text-decoration: none;
}

.arrow-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
}

.box-size {
  max-width: 1140px;
  margin: auto;
}

.banner__container {
  width: 33.333%;
}

.header {
  background-size: cover;
  background-position: center;
}
.header__navigation {
  display: flex;
  align-items: start;
  max-width: 1600px;
}
.header__icon--sm {
  width: 55px;
}
.header__icon--lg {
  width: 80px;
}

.navbar__image__container {
  width: 8%;
}
.navbar__text__main:hover {
  color: #fa0368 !important;
}
.navbar__text__secondary:hover {
  color: #AB094B !important;
  background-color: transparent;
}
.navbar__dropdown__hover:hover, .navbar__dropdown__hover :focus, .navbar__dropdown__hover :active, .navbar__dropdown__hover :target, .navbar__dropdown__hover :focus-visible, .navbar__dropdown__hover :focus-within {
  background-color: transparent;
  color: #371539;
}
.navbar__dropdown__menu {
  min-width: 400px;
}
.navbar__dropdown__gradient {
  position: absolute;
  background: linear-gradient(30deg, white 69%, #fa0368 100%);
  opacity: 0.3;
  inset: 0;
}
.navbar__dropdown:hover .navbar__dropdown__menu {
  display: block;
  transform: translateY(0px);
  transition: transform 1s ease;
}
.navbar__dropdown .navbar__dropdown__menu {
  transform: translateY(20px);
  display: none;
  transition: transform 1s ease;
}
.navbar__fourth__img {
  width: 20px;
}
.navbar__fourth__checkbox:checked {
  background-color: #fa0368;
  border: none;
}
.navbar__fourth__checkbox:focus {
  border-color: #3F444B;
  box-shadow: none;
}
.navbar__fourth__link:hover {
  text-decoration: underline;
}
.navbar__socialIcon {
  border: 1px solid #D9D9D9;
}
.navbar__socialIcon:hover {
  background-color: #AB094B;
  transition: background-color 0.3s;
}

.navbar-socials a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__container {
  padding-top: 55px;
}
.footer__socialIcon:hover {
  background-color: #AB094B !important;
}
.footer__firstbox {
  width: 30%;
}
.footer__secondbox {
  width: 20%;
}
.footer__secondbox a:hover {
  color: #AB094B;
  transition: color 0.3s;
}
.footer__secondbox a:hover svg {
  fill: white;
  transition: fill 0.3s;
}
.footer__thirdbox {
  width: 18.07%;
}
.footer__thirdbox a {
  padding: 13px 20px;
  border-bottom: 3px solid transparent;
}
.footer__thirdbox a:hover {
  color: #AB094B;
  border-bottom: 3px solid #3F444B;
  transition: color 0.3s;
}
.footer__fourthbox {
  width: 31.93%;
}
.footer__fourthbox a:hover {
  color: #AB094B;
  transition: color 0.3s;
}
.footer__fourthbox a:hover .fa-envelope {
  color: white !important;
  transition: color 0.3s;
}
.footer__fourthbox a:hover .fa-phone {
  color: white !important;
  transition: color 0.3s;
}
.footer__fourthbox__francenum {
  width: 80px !important;
}
.footer__fourthbox__qualiopi {
  width: 150px !important;
}
.footer__fifthbox a:hover {
  color: #AB094B;
  transition: color 0.3s;
}

.recruitment:hover .recruitment__img {
  border-color: rgba(250, 3, 104, 0.5);
  transition: border-color 0.5s;
}
.recruitment__img {
  width: 140px;
  height: 140px;
  border: 8px solid #f8f8f8;
}

.box__gradient {
  background-image: linear-gradient(30deg, white 55%, #fa0368 100%);
  opacity: 0.1;
  inset: 0;
}

.image__bg {
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.image__mask {
  background-color: #371539;
  height: 100%;
  opacity: 0.85;
  inset: 0;
  position: absolute;
}

.checkbox-img {
  fill: #fa0368;
}
.checkbox-img--size--sm {
  width: 1em;
}
.checkbox-img--size--m {
  width: 21px;
}

.checkbox {
  border-color: black !important;
}
.checkbox:active, .checkbox:focus, .checkbox:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(27, 44, 240, 0.25) !important;
}

input:valid:checked {
  background-color: #1B2CF0 !important;
}

.cards__container__sm {
  min-width: 350px;
  max-width: 350px;
}
.cards__container__lg {
  min-width: 530px;
}
.cards__icon {
  width: 75px;
  object-fit: contain;
}

/* MAP */
.map__container__img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.franchises {
  height: 475px;
}
.franchises__container {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}
.franchises__container:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  transition: box-shadow 0.3s;
}
.franchises__socials {
  width: 40px;
  height: 40px;
}
.franchises__socials:hover {
  background-color: #fa0368;
  color: white;
  transition: background-color 0.5s;
}

.arrow-img__container {
  width: 15%;
}

.accordion__container:hover, .accordion__container:active, .accordion__container:focus, .accordion__container:focus-visible, .accordion__container:not(collapsed) {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}

.carrousel__container {
  width: 85% !important;
  height: 430px;
}
.carrousel__content {
  width: 93%;
}
.carrousel__size {
  display: block;
  margin-right: 0;
  width: 33%;
}
.carrousel__btn {
  width: 0 !important;
}
.carrousel__sliders {
  width: 10px !important;
  height: 10px !important;
  border-radius: 15px;
  background-clip: border-box !important;
  border: none !important;
}
.carrousel__sliders:active, .carrousel__sliders:hover {
  background-color: #29092A;
  transition: background-color 0.3s;
}
.carrousel__shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.carousel-control-next-icon.carousel-no-arrow {
  background-image: none !important;
}

/* Carousel paroles aadprox */
.carousel-box {
  height: 700px;
}
.carousel-box__slider__text {
  font-size: 27px;
}
.carousel-box__slider img {
  width: 164px;
  height: 164px;
}

.rounded-none--bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-none--top {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.logo-grid {
  max-width: 20% !important;
}

.conseil-box:hover {
  color: #fa0368 !important;
  transition: color 0.3s ease !important;
}
.conseil-box__img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.rounded-img {
  width: 65px;
  height: 65px;
}

.first__container {
  width: 90%;
}

/* Quand l'accordion est ouvert, on rotate l'icone (ou l'image) */
.accordion button:not(.collapsed) .icone__rotation {
  transform: rotate(-90deg);
}

/*# sourceMappingURL=app.output.css.map */
