@charset "UTF-8";
/** Start Global Styles **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Satoshi", sans-serif;
}

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

ul,
li {
  list-style: none;
}

small {
  font-size: 100%;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

input,
textarea {
  border: none;
  outline: none;
}

.reveal__title {
  overflow: hidden;
}

.reveal__title small {
  display: inline-block;
  transform: translateY(100%);
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  font-family: "ivypresto-display", sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 21px !important;
  color: #031c5c !important;
  border-color: transparent !important;
}

input#commentAvezVous {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.contact-cta {
  display: flex;
  position: fixed;
  top: 210px;
  right: -80px;
  z-index: 5;
  opacity: 0;
  animation: fade 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes fade {
  to {
    opacity: 1;
  }
}
.contact-cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      315.3deg,
      rgba(3, 28, 92, 0.6) -0.74%,
      rgba(204, 191, 240, 0.6) 153.36%
    ),
    #031c5c;
  box-shadow: 20px 30px 14px rgba(3, 28, 92, 0.2);
  border-radius: 20px;
  padding: 20px 80px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #f2eefb;
  transform: rotate(-90deg);
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  display: flex;
  flex-direction: column;
  margin: 30px;
  background-image: url(../images/header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 245px;
}
header .title {
  width: 933px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 50px;
}
header .title h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -0.05em;
  color: #ffffff;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px 20px 50px;
  margin-top: 50px;
  border-top: 1px solid #ffffff;
}
header .menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
header .menu ul {
  display: flex;
  align-items: center;
  gap: 41px;
}

/** End Header Styles **/
/** Start Presentation Styles **/
.presentation {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}
.presentation .presentation-container {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.presentation .presentation-content {
  display: flex;
  flex-direction: column;
}
.presentation .presentation-header {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.presentation .presentation-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #031c5c;
}
.presentation .presentation-header h3 {
  width: 473px;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #031c5c;
}
.presentation .presentation-body {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}
.presentation .presentation-body .description {
  width: 545px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.presentation .presentation-body .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #031c5c;
  opacity: 0.7;
}
.presentation #testimonial-slider {
  max-width: 502px;
  position: relative;
}
.presentation #testimonial-slider:after {
  content: "";
  width: 100%;
  height: 454px;
  background-image: url("data:image/svg+xml,%3Csvg width='520' height='472' viewBox='0 0 520 472' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M0 448.336C149.546 448.336 245.064 271.405 245.064 0H520C501.56 123.961 415.447 291.246 334.681 362.783C250.965 433.592 167.433 472 0 472V448.336Z' fill='%23DBFFBD'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -180px;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.presentation #testimonial-slider .testimonial-box {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.presentation #testimonial-slider .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #031c5c;
  margin-bottom: 55px;
}
.presentation #testimonial-slider .author {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #031c5c;
}
.presentation #testimonial-slider .splide__pagination {
  width: 100%;
  bottom: initial;
  left: 0;
  right: initial;
  padding: 0 0 15px 0;
  top: 0;
  border-bottom: 1px solid #ccbff0;
  justify-content: flex-start;
}
.presentation #testimonial-slider .splide__pagination__page {
  background-color: #031c5c;
  opacity: 0.3;
  transform: initial;
}
.presentation #testimonial-slider .splide__pagination__page.is-active {
  opacity: 1;
}

/** End Presentation Styles **/
/** Start Actualités Styles **/
.actualites {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
}
.actualites .actualites-container {
  width: 1410px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actualites .actualites-content {
  display: flex;
  flex-direction: column;
  padding: 85px 100px 35px 100px;
  background-color: #e7ecfb;
  border-radius: 20px;
}
.actualites .actualites-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  z-index: 6;
}
.actualites .actualites-header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.04em;
  color: #031c5c;
}
.actualites .actualites-header ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.actualites .actualites-header ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d0d7eb;
  cursor: pointer;
  transition: 0.5s;
}
.actualites .actualites-header ul li svg path {
  transition: 0.5s;
}
.actualites .actualites-header ul li:hover {
  background-color: #031c5c;
}
.actualites .actualites-header ul li:hover svg path {
  stroke: #ffffff;
}
.actualites #actualites-slider {
  padding: 30px 0;
}
.actualites #actualites-slider .splide__slide {
  width: 375px;
  display: flex;
  justify-content: center;
}
.actualites #actualites-slider .actu-card {
  background: #031c5c;
  padding: 30px 25px;
  border-radius: 10px;
  width: 375px;
  min-height: 398px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.actualites #actualites-slider .actu-card .label {
  font-size: 16px;
  color: #ffffff;
}
.actualites #actualites-slider .actu-card .title {
  min-height: 87px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
}
.actualites #actualites-slider .separator {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 15px;
  margin-top: 30px;
}
.actualites #actualites-slider .actu-card .with {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.actualites #actualites-slider .actu-card .more {
  font-size: 15px;
  margin-top: auto;
}

/** End Actualités Styles **/
/** Start Engagements Styles **/
.engagements {
  display: flex;
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 150px;
}
.engagements .engagements-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.engagements .engagements-content {
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #031c5c, #031c5c), #031c5c;
  border-radius: 20px;
  padding: 70px 115px;
}
.engagements .engagements-header {
  width: 793px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.engagements .engagements-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.engagements .engagements-header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 57px;
  letter-spacing: -0.05em;
  color: #dbffbd;
}
.engagements .engagements-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.engagements .engagements-body {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid #ccbff0;
  margin-top: 50px;
}
.engagements .engagements-body .left-side {
  width: 375px;
  display: flex;
  flex-direction: column;
}
.engagements .engagements-body .left-side h3 {
  display: flex;
  align-items: center;
  gap: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.engagements .engagements-body .right-side {
  display: flex;
  flex-direction: column;
}
.engagements .engagements-body .right-side ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.engagements .engagements-body .right-side ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}

/** End Engagements Styles **/
/** Start Contact Styles **/
.contact {
  display: flex;
  flex-direction: column;
}
.contact .contact-bg {
  width: 100%;
  height: 600px;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.contact .contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 120px;
  z-index: 3;
}
.contact .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact .form-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #031c5c;
}
.contact .form-header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #031c5c;
}
.contact .form-header p {
  width: 760px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #031c5c;
}
.contact .form-container {
  width: 995px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.contact .form-content {
  display: flex;
  flex-direction: column;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
}
.contact form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
.contact form .grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.contact form .field-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact form .field-input label,
.contact form .field-radio label {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #031c5c;
  padding-left: 10px;
}
.contact form .field-input input,
.contact form .field-input textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(3, 28, 92, 0.1);
  border-radius: 10px;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031c5c;
  padding: 15px 18px;
}
.contact form .field-input input::-moz-placeholder,
.contact form .field-input textarea::-moz-placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031c5c;
  opacity: 0.4;
}
.contact form .field-input input::placeholder,
.contact form .field-input textarea::placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031c5c;
  opacity: 0.4;
}
.contact form .field-input textarea {
  height: 164px;
}

.contact form .field-radio {
  display: flex;
  align-items: center;
  gap: 45px;
}

.parrainage-options .wpcf7-list-item {
  margin: 0 10px 0 0;
}

.parrainage-options .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  color: #031c5c;
  cursor: pointer;
  transition: all 0.2s ease;
}

.parrainage-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.parrainage-options .wpcf7-list-item-label:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  display: inline-block;
}

/* Align label text after circle */
.parrainage-options .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* When checked */
.parrainage-options
  input[type="radio"]:checked
  + .wpcf7-list-item-label:before {
  border-color: #0a2a68;
  background: #0a2a68;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06679 0.399902L2.90039 4.5663L0.400391 2.0663' stroke='%23CCBFF0' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

/* Selected box highlight */
.parrainage-options input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #0a2a68;
}

.parrainage-options
  input[type="radio"]:checked
  + .wpcf7-list-item-label::after {
  content: "";
}

.parrainage-options input[type="radio"]:checked + .wpcf7-list-item-label {
  font-weight: 500;
}

.contact form .field-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact form .field-select label {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #031c5c;
  padding-left: 10px;
}
.contact form .select {
  position: relative;
}
.contact form .select .select-header {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(3, 28, 92, 0.1);
  border-radius: 10px;
  padding: 15px 18px;
  position: relative;
  cursor: pointer;
}
.contact form .select .select-header:after {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4198 0.451987L13.4798 1.51299L7.70277 7.29199C7.6102 7.38514 7.50012 7.45907 7.37887 7.50952C7.25762 7.55997 7.12759 7.58594 6.99627 7.58594C6.86494 7.58594 6.73491 7.55997 6.61366 7.50952C6.49241 7.45907 6.38233 7.38514 6.28977 7.29199L0.509766 1.51299L1.56977 0.452987L6.99477 5.87699L12.4198 0.451987Z' fill='%23031C5C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.contact form .select .select-header span {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031c5c;
}
.contact form .select .select-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #fff;
  border: 1px solid rgba(3, 28, 92, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(0 0, 100% 1%, 100% 10%, 0 10%);
  transition: 0.5s;
  z-index: 1;
}
.contact form .select .select-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact form .select .select-body ul li {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031c5c;
  cursor: pointer;
}
.contact form .select.active .select-header:after {
  transform: translateY(-50%) rotate(185deg);
}
.contact form .select.active .select-body {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
}
.contact form .checkbox_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact form .checkbox {
  width: 600px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.contact form .checkbox label {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #031c5c;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  padding-top: 6px;
}
.contact form .checkbox label a {
  text-decoration: underline;
}
.contact form .checkbox label:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid rgba(3, 28, 92, 0.1);
  border-radius: 2px;
  top: 4px;
  left: -20px;
}
.contact form .checkbox input {
  z-index: 9;
  width: 0 !important;
  height: 0 !important;
  margin-right: 25px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact form .checkbox input:checked:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  position: absolute;
  left: -19px;
  top: 5px;
  background-color: #1f2e4a;
}
.contact form .submit {
  display: flex;
  flex-direction: column;
}
.contact form .submit button {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  background: #031c5c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}

/** End Contact Styles **/
/** Start Footer Styles **/
footer {
  display: flex;
  flex-direction: column;
  background: #031c5c;
  border-radius: 20px 20px 0px 0px;
  padding-top: 85px;
  padding-bottom: 55px;
}
footer .footer-container {
  width: 1250px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
footer .logo {
  display: flex;
  align-self: flex-end;
}
footer .footer-infos {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
footer .footer-infos .social-media {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccbff0;
  margin-bottom: 40px;
}
footer .footer-infos .social-media ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
}
footer .footer-infos .social-media ul li {
  display: flex;
  flex-direction: column;
}
footer .footer-infos .social-media ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-infos .social-media ul li a span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
footer .footer-infos .social-media ul li a h3 {
  width: 230px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
footer .footer-infos .copyright-links {
  display: flex;
  align-items: center;
  gap: 65px;
}
footer .footer-infos .copyright-links h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
}
footer .footer-infos .copyright-links ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .footer-infos .copyright-links ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.8;
}
footer .made-by {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
footer .made-by h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: rgba(204, 191, 240, 0.5);
}

/** End Footer Styles **/
/** Start Modal Styles **/
.modal-contentielles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 28, 92, 0.5);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.modal-contentielles-content {
  width: 910px;
  max-width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 50px;
  border-radius: 16px;
  gap: 30px;
  transform: translateY(10%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.opened_modal_conditions_utilisation .modal-conditions {
  opacity: 1;
  visibility: visible;
}

body.opened_modal_conditions_utilisation .modal-conditions-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.opened_modal_politique .modal-politique {
  opacity: 1;
  visibility: visible;
}

body.opened_modal_politique .modal-politique-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.opened_modal_mentions .modal-mentions {
  opacity: 1;
  visibility: visible;
}

body.opened_modal_mentions .modal-mentions-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modal-contentielles-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-contentielles-content .description {
  height: 60vh;
  display: flex;
  flex-direction: column;
  gap: 13px;
  overflow-y: scroll;
}

.modal-contentielles button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-contentielles-content h2 {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #031c5c;
}

.modal-contentielles-content p {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #031c5c;
}

.modal-contentielles-content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-contentielles-content ul li {
  padding-left: 25px;
  position: relative;
  color: #031c5c;
}

.modal-contentielles-content ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #031c5c;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.modal-contentielles-content .description table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.modal-contentielles-content .description thead {
  background-color: #f0f0f0;
}

.modal-contentielles-content .description th,
.modal-contentielles-content .description td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.modal-contentielles-content .description th {
  font-weight: bold;
  color: #031c5c;
}

.modal-contentielles-content .description td {
  color: #031c5c;
}

.modal-contentielles-content .description tbody tr:hover {
  background-color: #f9f9f9;
}

/** End Modal Styles **/

/** Start Page Not Found Styles **/

.pageNotFound {
  width: calc(100% - 40px);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #031c5c;
  color: #fff;
  position: relative;
  border-radius: 20px;
  margin: 20px;
  z-index: 1;
}

.pageNotFound .pageNotFound-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pageNotFound .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.pageNotFound .cta a {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  background: linear-gradient(
      315.3deg,
      rgba(3, 28, 92, 0.6) -0.74%,
      rgba(204, 191, 240, 0.6) 153.36%
    ),
    #031c5c;
  box-shadow: 20px 30px 14px rgba(3, 28, 92, 0.2);
  border-radius: 20px;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}

.pageNotFound h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 110px;
  text-align: center;
}

.pageNotFound h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  text-align: center;
}

.pageNotFound p {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/** End Page Not Found Styles **/

/** Start Responsive **/
@media screen and (max-width: 1200px) {
  footer .footer-infos .social-media ul li a h3 {
    width: 170px;
  }
  header .logo svg {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .contact-cta {
    display: none !important;
  }
  footer .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-infos {
    width: 100%;
  }
  footer .footer-infos .social-media {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  footer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  footer .logo {
    align-self: center;
  }
  .contact .contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .engagements {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .contact .form-header {
    gap: 20px;
  }
  .contact form {
    margin-top: 45px;
  }
  .engagements .engagements-content {
    padding: 40px 20px;
  }
  .presentation {
    padding-top: 30px;
  }
  .actualites {
    margin-top: 45px;
  }
  header {
    margin: 10px;
  }
  header .menu {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .presentation #testimonial-slider:after {
    width: 360px;
    height: 325px;
    top: -70px;
  }
  .contact form .checkbox {
    padding-left: 10px;
  }
  .engagements .engagements-body {
    flex-direction: column;
    gap: 30px;
  }
  .actualites .actualites-content {
    padding: 45px 30px 0 30px;
  }
  .presentation .presentation-body {
    flex-direction: column;
    gap: 30px;
    margin-top: 25px;
  }
  .presentation .presentation-body .description {
    width: 100%;
  }
  .presentation #testimonial-slider {
    max-width: 100%;
  }
  header .title-wrapper {
    gap: 35px;
  }
  header .title {
    padding: 20px 20px;
  }
  header .title h1 {
    font-size: 45px;
    line-height: 50px;
  }
  header .menu {
    display: none;
  }
  .engagements .engagements-body .left-side {
    width: 100%;
  }
  header .logo svg {
    height: 100%;
  }
  header {
    padding-bottom: 30px;
  }
  .modal-contentielles-content {
    padding: 30px;
  }
  .engagements .engagements-body .left-side h3 {
    gap: 12px;
  }
  .contact form .field-radio {
    gap: 9px;
  }
  .parrainage-options .wpcf7-list-item label {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .contact form .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .logo svg {
    width: 100%;
  }
  footer .footer-infos .social-media ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .contact-bg {
    height: 350px;
  }
  .contact form .checkbox_submit {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact form .checkbox {
    width: 100%;
  }
  footer {
    padding-top: 30px;
  }
  .presentation #testimonial-slider .quote {
    margin-bottom: 25px;
  }
  .presentation .presentation-header {
    gap: 25px;
  }
  .contact form .checkbox label {
    padding-top: 3px;
    display: block;
  }
  .actualites .actualites-content {
    padding: 35px 20px 0 20px;
  }
}
/** End Responsive **/
