.button {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
.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: #d20357;
  transition: background-color 0.3s;
}
.button--secondary {
  background-color: #371539;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus, .button--secondary:focus-visible {
  background-color: #1a0a1b;
  transition: background-color 0.3s;
}
.button--tertiary {
  background-color: #AB094B;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
}
.button--tertiary:hover, .button--tertiary:active, .button--tertiary:focus, .button--tertiary:focus-visible {
  background-color: #84073a;
  transition: background-color 0.3s;
}
.button--fourth {
  background-color: #696A87;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
}
.button--fourth:hover, .button--fourth:active, .button--fourth:focus, .button--fourth:focus-visible {
  background-color: #575870;
  transition: background-color 0.3s;
}
.button--fifth {
  background-color: #29092A;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
}
.button--fifth:hover, .button--fifth:active, .button--fifth:focus, .button--fifth:focus-visible {
  background-color: #080208;
  transition: background-color 0.3s;
}
.button--sixth {
  background-color: #D9D9D9;
  font-family: "Poppins", sans-serif;
  color: black;
}
.button--sixth:hover, .button--sixth:active, .button--sixth:focus, .button--sixth:focus-visible {
  background-color: #c5c5c5;
  transition: background-color 0.3s;
}
.button--seven {
  background-color: #3F444B;
  font-family: "Poppins", sans-serif;
  color: white;
}
.button--seven:hover, .button--seven:active, .button--seven:focus, .button--seven:focus-visible {
  background-color: #2c3035;
  transition: background-color 0.3s;
}
.button--eight {
  background-color: #f8f8f8;
  font-family: "Poppins", sans-serif;
  color: black;
}
.button--eight:hover, .button--eight:active, .button--eight:focus, .button--eight:focus-visible {
  background-color: #ebebeb;
  transition: background-color 0.3s;
}
.button--nine {
  background-color: #ADADAD;
  font-family: "Poppins", sans-serif;
  color: white;
}
.button--nine:hover, .button--nine:active, .button--nine:focus, .button--nine:focus-visible {
  background-color: #999999;
  transition: background-color 0.3s;
}
.button--ten {
  background-color: #CFDDE6;
  font-family: "Poppins", sans-serif;
  color: black;
}
.button--ten:hover, .button--ten:active, .button--ten:focus, .button--ten:focus-visible {
  background-color: #b4cad8;
  transition: background-color 0.3s;
}
.button__autre--un {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: white;
  border: 1px solid white;
}
.button__autre--un:hover, .button__autre--un:active, .button__autre--un:focus, .button__autre--un:focus-visible {
  background-color: #AB094B;
  transition: background-color 0.3s;
  border: none;
}
.button__autre--deux {
  background-color: white;
  color: #fa0368;
  border: none;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
}
.button__autre--trois {
  background-color: white;
  font-family: "Poppins", sans-serif;
  color: #fa0368;
  border: 1px solid #fa0368;
}
.button__autre--trois: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--eleven {
  background-color: #787878;
}

.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;
}
.bg-opacity--d {
  background-color: rgba(63, 68, 75, 0.8) !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--eight {
  color: #f8f8f8;
}
.text-color--nine {
  color: #ADADAD;
}
.text-color--eleven {
  color: #787878;
}

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

.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--top--trois {
  padding-top: 60px !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;
}
@media (max-width: 992px) {
  h1 {
    font-size: 28px;
  }
}

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: #696A87;
}

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

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

.link-hover--primary:hover {
  color: #fa0368 !important;
  transition: color 0.3s;
}
.link-hover--tertiary:hover {
  color: #AB094B !important;
  transition: color 0.3s;
  background-color: transparent;
}

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

.box-size {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .box-size {
    width: 95%;
  }
}

.length__medium {
  width: 50%;
}
.length__medium__bp-l {
  width: 50%;
}
@media (max-width: 992px) {
  .length__medium__bp-l {
    width: 100%;
  }
}
.length__medium__bp-m {
  width: 50% !important;
}
@media (max-width: 768px) {
  .length__medium__bp-m {
    width: 100% !important;
  }
}
.length__small {
  width: 25%;
}
@media (max-width: 992px) {
  .length__small {
    width: 100%;
  }
}
.length__large {
  width: 75%;
}
@media (max-width: 992px) {
  .length__large {
    width: 100%;
  }
}
.length__xlarge-rv {
  width: 100%;
}
@media (max-width: 992px) {
  .length__xlarge-rv {
    width: 50%;
  }
}
.length__xlarge {
  width: 100%;
}
@media (max-width: 992px) {
  .length__xlarge {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .length__xlarge {
    width: 100%;
  }
}

.vich-image img {
  width: 150px;
}

.qualites #aadprox_profil_qualitesAadprox {
  display: flex;
  flex-wrap: wrap;
}

.qualites .form-check {
  margin: 5px;
}

.prestations #aadprox_profil_prestationsAadprox {
  display: flex;
  flex-wrap: wrap;
}

.prestations .form-check {
  margin: 5px;
}

.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%;
  min-width: 100px;
}
.navbar__text__main:hover {
  color: #fa0368 !important;
}
.navbar__burger:focus {
  box-shadow: none !important;
}
.navbar__burger__image {
  background-image: none !important;
}
.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;
}
@media (max-width: 992px) {
  .navbar__dropdown__menu:active {
    position: relative !important;
  }
}
.navbar__dropdown__gradient {
  position: absolute;
  background: linear-gradient(30deg, white 69%, #fa0368 100%);
  opacity: 0.3;
  inset: 0;
}
@media (min-width: 992px) {
  .navbar__dropdown:hover .navbar__dropdown__menu {
    display: block;
  }
}
.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__logo {
  width: 75%;
}
@media (max-width: 992px) {
  .footer__logo {
    width: 25%;
  }
}
.footer__socialIcon:hover {
  background-color: #AB094B !important;
}
.footer__firstbox {
  width: 30%;
}
@media (max-width: 992px) {
  .footer__firstbox {
    width: 100%;
  }
}
.footer__secondbox {
  width: 20%;
}
.footer__secondbox a:hover svg {
  fill: white;
  transition: fill 0.3s;
}
@media (max-width: 992px) {
  .footer__secondbox {
    width: 100%;
  }
}
.footer__thirdbox {
  width: 18.07%;
}
.footer__thirdbox a {
  padding: 13px 20px;
  border-bottom: 3px solid transparent;
}
.footer__thirdbox a:hover {
  border-bottom: 3px solid #3F444B;
}
@media (max-width: 992px) {
  .footer__thirdbox {
    width: 100%;
  }
}
.footer__fourthbox {
  width: 31.93%;
}
.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;
}
@media (max-width: 992px) {
  .footer__fourthbox {
    width: 100%;
  }
}

.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;
}
@media (max-width: 992px) {
  .cards__container__sm {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .cards__container__sm {
    min-width: 300px;
  }
}
.cards__container__lg {
  min-width: 530px;
}
@media (max-width: 992px) {
  .cards__container__lg {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .cards__container__lg {
    min-width: 300px;
  }
}
.cards__icon {
  width: 75px;
  object-fit: contain;
}

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

#map {
  height: 100%;
}
@media (max-width: 992px) {
  #map {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .map-box {
    width: 100%;
  }
}

.franchises {
  height: 200px;
}
@media (min-width: 992px) {
  .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__length {
  width: 50%;
}
@media (max-width: 992px) {
  .carrousel__length {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .carrousel__length {
    width: 100%;
  }
}
.carrousel__container {
  width: 85% !important;
  height: 430px;
}
.carrousel__content {
  width: 93%;
}
.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__slider__text {
  font-size: 27px;
}
@media (max-width: 992px) {
  .carousel-box__slider__text {
    font-size: 20px;
  }
}
.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: 230px;
}
@media (max-width: 1200px) {
  .logo-grid {
    border: none !important;
  }
}

.conseil-box__img {
  max-width: 150px;
  object-fit: contain;
}

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

.first__container {
  width: 90%;
}
@media (max-width: 992px) {
  .first__container {
    width: 100%;
  }
}

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

.number-box {
  width: 90%;
  bottom: 120px;
}
.number-box__container {
  width: 33.33333%;
}
.number-box__container__text {
  font-size: 60px;
}
@media (min-width: 992px) {
  .number-box {
    width: 55%;
  }
}

.regions__line {
  width: 25px;
  height: 1px;
}

.overlay {
  display: flex;
  opacity: 0;
  inset: 0;
  transform: scale(0.7);
}

.overlay-container {
  height: 350px;
}
.overlay-container:hover .overlay {
  transform: scale(1);
  opacity: 1;
  transition: all 0.7s;
}

.social_icons {
  width: 37px;
  height: 37px;
}
.social_icons:hover {
  background-color: #AB094B;
  transform: translateY(-8px);
  transition: transform 0.5s ease-in-out;
}

.popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup-candidature {
  max-width: 625px;
  width: 100%;
}
.popup-candidature__img {
  width: 70px;
}

.no-scroll {
  overflow: hidden;
}

.article__container {
  height: 20rem;
}

.container__small {
  min-width: 300px;
}
.container__xsmall {
  min-width: 200px;
}
.container__xxsmall {
  min-width: 150px;
}

.croissance__video {
  height: 320px;
}

.categorie__page {
  width: 48% !important;
}
@media (max-width: 992px) {
  .categorie__page {
    width: 100% !important;
  }
}

.btn-style {
  background-color: #fa0368 !important;
  color: white !important;
}

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