@charset "UTF-8";
:root {
  --ff-body-text: 1rem;
  --ff-heading-1: 3rem;
  --ff-heading-2: 2rem;
  --ff-heading-3: 1.5rem;
  --ff-caption: 0.75rem;
}
@media screen and (max-width: 768px) {
  :root {
    --ff-body-text: 1rem;
    --ff-heading-1: 3rem;
    --ff-heading-2: 2rem;
    --ff-heading-3: 1.5rem;
    --ff-caption: 0.75rem;
  }
}

:root {
  --ff-body-text: 1rem;
  --ff-heading-1: 3rem;
  --ff-heading-2: 2rem;
  --ff-heading-3: 1.5rem;
  --ff-caption: 0.75rem;
}
@media screen and (max-width: 768px) {
  :root {
    --ff-body-text: 1rem;
    --ff-heading-1: 3rem;
    --ff-heading-2: 2rem;
    --ff-heading-3: 1.5rem;
    --ff-caption: 0.75rem;
  }
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.btn {
  display: block;
  color: #1B2888;
  font-size: 14px;
  width: fit-content !important;
  background-color: #FCC900;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:hover {
  background-color: #F2C100;
}
.btn-white-h {
  display: block;
  color: #1B2888;
  font-size: 14px;
  width: fit-content !important;
  background-color: transparent;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: 1px solid #1B2888;
}
@media screen and (max-width: 768px) {
  .btn-white-h {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.btn-white-h:hover {
  text-decoration: none;
}
.btn-white-h:hover {
  color: #fff;
  background-color: #1B2888;
}
.btn-white {
  display: block;
  color: #1B2888;
  font-size: 14px;
  width: fit-content !important;
  background-color: transparent;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: 1px solid #1B2888;
}
@media screen and (max-width: 768px) {
  .btn-white {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.btn-white:hover {
  text-decoration: none;
}
.btn-blue {
  display: block;
  color: #fff;
  font-size: 14px;
  width: fit-content !important;
  background-color: #1B2888;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: 1px solid #fff;
  border: 1px solid #1B2888;
}
@media screen and (max-width: 768px) {
  .btn-blue {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.btn-blue:hover {
  text-decoration: none;
}

.nous-rejoindre .section2 {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .nous-rejoindre .section2 {
    flex-direction: column;
    gap: 25px;
  }
}
.nous-rejoindre .section2__left img {
  max-width: 523px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section2__left img {
    max-width: 100%;
  }
}
.nous-rejoindre .section2__right {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .nous-rejoindre .section2__right {
    max-width: 100%;
  }
}
.nous-rejoindre .section2__right__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nous-rejoindre .section2__right__list__item {
  display: flex;
  align-items: start;
  gap: 20px;
}
.nous-rejoindre .section2__right__list__item img {
  width: 40px;
}
.nous-rejoindre .section2__right__list__item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nous-rejoindre .section2__right__list__item__content h3 {
  font-size: 16px;
}
.nous-rejoindre .section3 {
  padding-top: 130px;
}
.nous-rejoindre .section3__top {
  text-align: center;
  margin-bottom: 50px;
}
.nous-rejoindre .section3__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f8f8fb;
  background-image: url("../images/house-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section3__list {
    grid-template-columns: 1fr;
    grid-template-areas: "a";
  }
}
.nous-rejoindre .section3__list__item {
  width: 100%;
  padding: 40px;
  border: solid 15px #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nous-rejoindre .section3__list__item:nth-child(1) {
  border-top: 0;
  border-left: 0;
}
.nous-rejoindre .section3__list__item:nth-child(2) {
  border-top: 0;
  border-right: 0;
}
.nous-rejoindre .section3__list__item:nth-child(3) {
  border-bottom: 0;
  border-left: 0;
}
.nous-rejoindre .section3__list__item:nth-child(4) {
  border-bottom: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section3__list__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .nous-rejoindre .section3__list__item:not(:last-child) {
    border-bottom: solid 15px #fff;
  }
}
.nous-rejoindre .section3__list__item img {
  width: fit-content;
  max-height: 40px;
}
.nous-rejoindre #postuler {
  padding-top: 170px;
  padding-bottom: 130px;
}
.nous-rejoindre .section4 {
  background-color: #FDFBF5;
}
.nous-rejoindre .section4__content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .nous-rejoindre .section4__content {
    flex-direction: column;
    gap: 25px;
  }
}
.nous-rejoindre .section4__content__left img {
  max-width: 530px;
  border-radius: 25px;
  aspect-ratio: 530/513;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section4__content__left img {
    max-width: 100%;
  }
}
.nous-rejoindre .section4__content__right {
  max-width: 512px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .nous-rejoindre .section4__content__right {
    max-width: 100%;
  }
}
.nous-rejoindre .section4__content__right .wpcf7-form {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
.nous-rejoindre .section4__content__right .wpcf7-form br {
  display: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form .two-columns, .nous-rejoindre .section4__content__right .wpcf7-form .two-columns > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section4__content__right .wpcf7-form .two-columns, .nous-rejoindre .section4__content__right .wpcf7-form .two-columns > p {
    gap: 17px;
  }
}
.nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) {
  cursor: pointer;
  color: #1B2888;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  height: fit-content;
}
.nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) span {
  color: #961A1A;
  font-weight: normal;
}
.nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) input, .nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #1B2888;
}
.nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) input:focus, .nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) textarea:focus {
  outline: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form label:not(.acceptance) textarea {
  height: 70px;
}
.nous-rejoindre .section4__content__right .wpcf7-form .download-docs {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
}
.nous-rejoindre .section4__content__right .wpcf7-form .download-docs input[type=file] {
  display: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form .download-docs__text {
  color: #961A80 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.nous-rejoindre .section4__content__right .wpcf7-form .download-docs__text::before {
  content: url("../images/download.svg");
  margin-right: 12px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(2px);
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance {
  font-size: 12px;
  line-height: 12px;
  height: fit-content !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance + br {
  display: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #FCC900;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance input[type=checkbox]:checked {
  background-color: #FCC900;
  border-color: #FCC900;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance input[type=checkbox]:focus {
  outline: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form .acceptance .wpcf7-list-item-label {
  cursor: pointer;
  user-select: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form input[type=submit] {
  display: block;
  color: #1B2888;
  font-size: 14px;
  width: fit-content !important;
  background-color: #FCC900;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .nous-rejoindre .section4__content__right .wpcf7-form input[type=submit] {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.nous-rejoindre .section4__content__right .wpcf7-form input[type=submit]:hover {
  text-decoration: none;
}
.nous-rejoindre .section4__content__right .wpcf7-form .wpcf7-spinner {
  display: none;
}

/*# sourceMappingURL=nous-rejoindre.css.map */
