@charset "UTF-8";
/* CSS Document */
/************************** Variables **************************/
/************************** Fonts **************************/
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold,
.semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  color: #1E1E1E;
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

h2 {
  font-size: 1.63rem;
  font-weight: 700;
  line-height: 1.94rem;
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  font-size: 1.13rem;
  line-height: 1.56rem;
}

.blue {
  color: #0057AC;
}

.mb-0 {
  margin-bottom: 0;
}

body,
html {
  font-family: "Poppins", sans-serif;
  max-width: 100vw;
  color: #1E1E1E;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}

.col {
  width: 100%;
}

.col2 {
  width: 50%;
}
@media (max-width: 768px) {
  .col2 {
    width: 100% !important;
  }
}

.col3 {
  width: 32%;
}
@media (max-width: 768px) {
  .col3 {
    width: 49%;
  }
}

/************************** FORMATS **************************/
a {
  color: #1E1E1E;
  display: inline-block;
}

.btn,
.btn-orange-white,
.btn-orange,
.btn-bleu,
.btn-bleu-white,
.btn-blanc,
.btn-blanc-orange,
.woocommerce-button,
.woocommerce-Button,
.button {
  padding: 10px 15px;
  background-color: #FF8B00;
  transition: background-color 0.3s ease;
  font-size: 0.88rem;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.btn a,
.btn-orange-white a,
.btn-orange a,
.btn-bleu a,
.btn-bleu-white a,
.btn-blanc a,
.btn-blanc-orange a,
.woocommerce-button a,
.woocommerce-Button a,
.button a {
  font-size: 0.88rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover,
.btn-orange-white:hover,
.btn-orange:hover,
.btn-bleu:hover,
.btn-bleu-white:hover,
.btn-blanc:hover,
.btn-blanc-orange:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover,
.button:hover {
  background-color: #0057AC;
}

.btn-orange-white {
  background-color: #FF8B00;
  color: white;
  transition: background-color 0.3s ease;
}
.btn-orange-white:hover {
  color: #FF8B00 !important;
  background-color: white;
}

.btn-bleu {
  background-color: #0057AC;
  transition: background-color 0.3s ease;
}
.btn-bleu:hover {
  background-color: #FF8B00;
}

.btn-bleu-white {
  background-color: #0057AC;
  color: white;
  transition: background-color 0.3s ease;
}
.btn-bleu-white:hover {
  color: #0057AC;
  background-color: white;
}

.btn-blanc {
  background-color: white;
  color: #0057AC;
  transition: background-color 0.3s ease;
}
.btn-blanc:hover {
  background-color: #0057AC;
  color: white;
}

.btn-blanc-orange {
  background-color: white;
  color: #FF8B00;
  transition: background-color 0.3s ease;
}
.btn-blanc-orange:hover {
  color: white;
  background-color: #FF8B00;
}

.woocommerce-button,
.woocommerce-Button,
.wc-block-components-button,
.button {
  background-color: #FF8B00 !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 0.88rem !important;
  padding: 14px 20px !important;
  font-family: "Poppins", sans-serif !important;
  border: none !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.woocommerce-button span,
.woocommerce-Button span,
.wc-block-components-button span,
.button span {
  color: white;
}
.woocommerce-button:hover,
.woocommerce-Button:hover,
.wc-block-components-button:hover,
.button:hover {
  background-color: #0057AC !important;
}

p:has(.woocommerce-button, .woocommerce-Button, .button) {
  text-align: center;
  margin-top: 20px;
}

.recalculate-button {
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.recalculate-button img {
  width: 20px;
}

ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 2.5em;
  margin-left: 77px;
}
@media (max-width: 576px) {
  ol {
    margin-left: 50px;
  }
}
@media (max-width: 400px) {
  ol {
    margin-left: 0px;
  }
}
ol > li {
  position: relative;
  counter-increment: list-counter;
  margin-bottom: 32px;
}
ol > li strong {
  margin-bottom: 15px;
  display: block;
}
ol > li br {
  display: none;
}
ol > li::before {
  content: counter(list-counter);
  position: absolute;
  left: -2.5em;
  top: 5px;
  background-color: #0057AC;
  color: white;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
ol > li > ol {
  list-style: none;
  counter-reset: list-counter2;
  padding-left: 2.5em;
}
ol > li > ol li {
  position: relative;
  counter-increment: list-counter2;
  margin-bottom: 32px;
}
ol > li > ol li::before {
  content: counter(list-counter2);
  position: absolute;
  left: -2.5em;
  top: 5px;
  background-color: #0057AC;
  color: white;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
ol > li > ul {
  list-style: disc;
  padding-left: 2.5em;
}
ol > li > ul li {
  position: relative;
  margin-bottom: 32px;
}
ol > li > ul li::marker {
  color: #0057AC;
}

ul li::marker {
  color: #0057AC;
}

/************************** HEADER **************************/
#bouton-hamburger {
  position: relative;
  z-index: 100;
  /* From Uiverse.io by vinodjangid07 */
}
#bouton-hamburger #checkbox {
  display: none;
}
#bouton-hamburger .toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.5s;
  display: none;
}
@media (max-width: 1024px) {
  #bouton-hamburger .toggle {
    display: flex;
  }
}
#bouton-hamburger .bars {
  width: 100%;
  height: 4px;
  background-color: #FF8B00;
  border-radius: 4px;
}
#bouton-hamburger #bar2 {
  transition-duration: 0.8s;
}
#bouton-hamburger #bar1,
#bouton-hamburger #bar3 {
  width: 70%;
}
#bouton-hamburger #checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}
#bouton-hamburger #checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}
#bouton-hamburger #checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
#bouton-hamburger #checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}
#bouton-hamburger #checkbox:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}

header:not(.page) {
  position: relative;
  z-index: 15;
}
header:not(.page) .container {
  position: relative;
}
header:not(.page) .container .row {
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  header:not(.page) .container .row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  header:not(.page) .container .row {
    flex-direction: row;
  }
}
header:not(.page) .container .row .col2:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
}
@media (max-width: 1024px) {
  header:not(.page) .container .row .col2:nth-of-type(1) {
    width: auto;
    margin-right: 40px;
  }
}
header:not(.page) .container .row .col2:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  header:not(.page) .container .row .col2:nth-of-type(2) {
    width: auto;
  }
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  header:not(.page) .container .row .col2:nth-of-type(2) .menu-top {
    display: none;
  }
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li {
  margin-left: 25px;
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li.login {
  margin-left: 7px;
  order: 2;
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li#menu-item-487, header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li#menu-item-1752 {
  margin-left: 40px;
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li#menu-item-7651, header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li#menu-item-7650 {
  margin-left: 7px;
  order: 3;
}
header:not(.page) .container .row .col2:nth-of-type(2) .menu-top li.cart a {
  text-indent: -999px;
  background-image: url(images/ico-cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
header:not(.page) .container .row.second-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: white;
}
@media (max-width: 1024px) {
  header:not(.page) .container .row.second-menu {
    display: none;
  }
}
header:not(.page) .container .row.second-menu .menu-principal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header:not(.page) .container .row.second-menu .menu-principal li {
  height: 100%;
  flex: auto;
  position: relative;
}
header:not(.page) .container .row.second-menu .menu-principal li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 0.88rem;
}
header:not(.page) .container .row.second-menu .menu-principal li a:hover {
  background-color: #0057AC;
  color: white;
}
header:not(.page) .container .row.second-menu .menu-principal li > .sub-menu {
  position: absolute;
  top: 100%;
  min-width: 250px;
  display: none;
  border: 2px solid #0057AC;
}
header:not(.page) .container .row.second-menu .menu-principal li > .sub-menu li a {
  background-color: white;
  color: #1E1E1E;
  text-align: left;
  padding: 15px 20px;
}
header:not(.page) .container .row.second-menu .menu-principal li > .sub-menu li a:hover {
  background-color: #0057AC;
  color: white;
}
header:not(.page) .container .row.second-menu .menu-principal li > .sub-menu li > .sub-menu {
  right: calc(-100% - 4px);
  top: -2px;
}
header:not(.page) .container .row.second-menu .menu-principal li:hover > .sub-menu {
  display: block;
}
header:not(.page).header-img .container {
  padding: 25px 20px;
}
header:not(.page).header-txt {
  border-bottom: 2px solid #0057AC;
}
header:not(.page).header-txt .container {
  padding: 25px 20px 0 20px;
}
@media (max-width: 1024px) {
  header:not(.page).header-txt .container {
    padding: 25px 20px 20px 20px;
  }
}
header:not(.page).header-txt .container .second-menu {
  position: relative;
  margin-top: 25px;
}

.menu-mobile-wrap {
  position: fixed;
  background-color: rgb(255, 255, 255);
  width: 0vw;
  right: 0px;
  top: 0;
  height: 100vh;
  z-index: -99;
  padding: 50px 0px 50px 50px;
  opacity: 0;
  transition: width 0.5s ease-out, opacity 0.5s ease-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: scroll;
}
@media (max-width: 576px) {
  .menu-mobile-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menu-mobile-wrap.visible {
  width: 45vw;
  opacity: 1;
  z-index: 99;
}
@media (max-width: 768px) {
  .menu-mobile-wrap.visible {
    width: 70vw;
  }
}
@media (max-width: 576px) {
  .menu-mobile-wrap.visible {
    width: 80vw;
  }
}
@media (max-width: 400px) {
  .menu-mobile-wrap.visible {
    width: 100%;
  }
}
.menu-mobile-wrap.visible .profil {
  opacity: 1;
}
.menu-mobile-wrap .profil {
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  transition-delay: 0.5s;
  margin-top: 45px;
}
@media (max-width: 576px) {
  .menu-mobile-wrap .profil {
    flex-direction: column;
  }
}
.menu-mobile-wrap .profil > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu-mobile-wrap .profil img.photo {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  margin-right: 30px;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .menu-mobile-wrap .profil img.photo {
    margin-bottom: 30px;
  }
}
.menu-mobile-wrap .profil .name h2 {
  color: #1E1E1E;
  font-weight: 400;
}
.menu-mobile-wrap .profil .name .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-mobile-wrap .profil .name .actions .cart {
  background-image: url(images/ico-cart.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000px;
  margin-right: 20px;
}
.menu-mobile-wrap .profil .name.row .actions {
  margin-left: 10px;
}
.menu-mobile-wrap.visible .menu-mobile-menu-container {
  opacity: 1;
}
.menu-mobile-wrap .menu-mobile-menu-container {
  margin-top: 40px;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  transition-delay: 0.5s;
}
.menu-mobile-wrap .menu-mobile-menu-container #bouton-hamburger {
  position: absolute;
  top: 25px;
  right: 25px;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu li {
  width: 100%;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu li > a {
  width: 100%;
  font-size: 1.25rem;
  padding: 10px 15px;
  display: block;
  border-radius: 20px 0 0 20px;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu li > a:hover {
  background-color: #FF8B00;
  color: white;
  padding-left: 50px;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu li.menu-item-797 {
  background-image: url(images/ico-logout-noir.svg);
  background-position: 15px center;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-top: auto;
}
.menu-mobile-wrap .menu-mobile-menu-container .mobile-menu li.menu-item-797 a {
  padding-left: 50px;
}

.overlay-mobile {
  background-color: rgba(30, 30, 30, 0.749);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 90;
  top: 0;
  left: 0;
}

.page-template-template-dashboard-memberships .wpml-ls-item, .page-memberships .wpml-ls-item {
  display: none;
}

/************************** Footer **************************/
footer {
  background-color: #0057AC;
  clear: both;
}
@media (max-width: 1350px) {
  footer {
    margin-top: 40px;
  }
}
footer #topButton {
  background-color: #0057AC;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 576px) {
  footer #topButton {
    width: 40px;
    height: 40px;
  }
}
footer #topButton.static {
  position: absolute;
  left: 100%;
  top: -90px;
}
@media (max-width: 1350px) {
  footer #topButton.static {
    left: unset;
    right: 20px;
  }
}
@media (max-width: 576px) {
  footer #topButton.static {
    top: -70px;
  }
}
footer #topButton img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  footer #topButton img {
    width: 20px;
    height: 20px;
  }
}
footer .container:not(.policy) {
  padding: 86px 20px 50px 20px;
  position: relative;
}
footer .container:not(.policy) .row {
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row {
    row-gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
footer .container:not(.policy) .row .col3 {
  color: white;
}
footer .container:not(.policy) .row .col3 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
}
footer .container:not(.policy) .row .col3 p,
footer .container:not(.policy) .row .col3 a {
  font-size: 0.75rem;
  line-height: 1.13rem;
  color: white;
}
footer .container:not(.policy) .row .col3 a:hover {
  color: #FF8B00;
}
footer .container:not(.policy) .row .col3:first-of-type {
  width: calc(40% - 80px);
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row .col3:first-of-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
footer .container:not(.policy) .row .col3:first-of-type img.logo {
  width: 100%;
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row .col3:first-of-type img.logo {
    width: 300px;
  }
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:first-of-type img.logo {
    margin-bottom: 40px;
  }
}
footer .container:not(.policy) .row .col3:first-of-type img.logo-comp {
  width: 70%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row .col3:first-of-type img.logo-comp {
    margin-top: 0;
    width: 200px;
  }
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:first-of-type img.logo-comp {
    margin-bottom: 0px;
  }
}
footer .container:not(.policy) .row .col3:nth-of-type(2) {
  width: calc(30% - 80px);
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row .col3:nth-of-type(2) {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:nth-of-type(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .container:not(.policy) .row .col3:nth-of-type(2) .content {
    text-align: center;
  }
}
footer .container:not(.policy) .row .col3:nth-of-type(3) {
  width: calc(30% - 80px);
}
@media (max-width: 768px) {
  footer .container:not(.policy) .row .col3:nth-of-type(3) {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:nth-of-type(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-menu-footer-container {
    width: 100%;
  }
}
footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer {
    -moz-column-count: 1;
         column-count: 1;
  }
}
footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer li {
  line-height: 1;
}
@media (max-width: 576px) {
  footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer li {
    text-align: center;
  }
}
footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer li a {
  color: white;
}
footer .container:not(.policy) .row .col3:nth-of-type(3) .menu-footer li a:hover {
  color: #FF8B00;
}
footer .container.policy {
  padding: 22px 0;
}
footer .container.policy .row .col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
}
footer .container.policy .row .col a {
  color: white;
}

/************************** Template Contact us **************************/
.page-template-template-contact .page .container .row {
  justify-content: space-between;
  gap: 170px;
}
@media (max-width: 1024px) {
  .page-template-template-contact .page .container .row {
    gap: 80px;
  }
}
.page-template-template-contact .page .container .row .col2 {
  padding: 65px 0;
}
.page-template-template-contact .page .container .row .col2 h1 {
  color: #0057AC;
  margin-bottom: 26px;
}
.page-template-template-contact .page .container .row .col2 h2 {
  color: #0057AC;
}
.page-template-template-contact .page .container .row .col2 a {
  color: #FF8B00;
}
.page-template-template-contact .page .container .row .col2:first-of-type {
  width: calc(50% - 170px);
}
@media (max-width: 1024px) {
  .page-template-template-contact .page .container .row .col2:first-of-type {
    width: calc(50% - 80px);
  }
}
@media (max-width: 768px) {
  .page-template-template-contact .page .container .row .col2:first-of-type {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-template-template-contact .page .container .row .col2:first-of-type .adresse {
  margin-bottom: 45px;
}
.page-template-template-contact .page .container .row .col2:first-of-type .staff .loop-staff {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  row-gap: 25px;
}
.page-template-template-contact .page .container .row .col2:first-of-type .staff .loop-staff .member {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-contact .page .container .row .col2:first-of-type .staff .loop-staff .member .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-template-template-contact .page .container .row .col2:first-of-type .staff .loop-staff .member img.photo {
  border-radius: 50px;
  margin-right: 50px;
}
@media (max-width: 576px) {
  .page-template-template-contact .page .container .row .col2:first-of-type .staff .loop-staff .member img.photo {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-template-contact .page .container .row .col2:nth-of-type(2) {
    padding-top: 0;
  }
}

/************************** CONTENU FLEXIBLE **************************/
.cf.pt-none {
  padding-top: 0;
}
.cf.pb-none {
  padding-bottom: 0;
}
.cf.pr-none {
  padding-right: 0;
}
.cf.pl-none {
  padding-left: 0;
}
.cf.pt-sm {
  padding-top: 30px;
}
.cf.pb-sm {
  padding-bottom: 30px;
}
.cf.pr-sm {
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .cf.pr-sm {
    padding-right: 20px;
  }
}
.cf.pl-sm {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .cf.pl-sm {
    padding-left: 20px;
  }
}
.cf.pt-standard {
  padding-top: 65px;
}
.cf.pb-standard {
  padding-bottom: 65px;
}
.cf.pr-standard {
  padding-right: 65px;
}
@media (max-width: 1200px) {
  .cf.pr-standard {
    padding-right: 20px;
  }
}
.cf.pl-standard {
  padding-left: 65px;
}
@media (max-width: 1200px) {
  .cf.pl-standard {
    padding-left: 20px;
  }
}
.cf.pt-medium {
  padding-top: 85px;
}
.cf.pb-medium {
  padding-bottom: 85px;
}
.cf.pr-medium {
  padding-right: 85px;
}
@media (max-width: 1200px) {
  .cf.pr-medium {
    padding-right: 20px;
  }
}
.cf.pl-medium {
  padding-left: 85px;
}
@media (max-width: 1200px) {
  .cf.pl-medium {
    padding-left: 20px;
  }
}
.cf.pt-large {
  padding-top: 130px;
}
.cf.pb-large {
  padding-bottom: 130px;
}
.cf.pr-large {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cf.pr-large {
    padding-right: 20px;
  }
}
.cf.pl-large {
  padding-left: 130px;
}
@media (max-width: 1200px) {
  .cf.pl-large {
    padding-left: 20px;
  }
}
.cf.white,
.cf .white, .cf.white *,
.cf .white * {
  color: white;
}
.cf a {
  color: #FF8B00;
}
.cf .btn,
.cf .btn-orange,
.cf .btn-bleu,
.cf .btn-blanc {
  color: white;
}
.cf h2 {
  font-size: 3.75rem;
  color: #0057AC;
  line-height: 4.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cf h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 576px) {
  .cf h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.cf h3 {
  font-size: 1.63rem;
  color: #FF8B00;
  line-height: 1.94rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cf h3 {
    font-size: 1.5rem;
  }
}
.cf h4 {
  font-size: 1.56rem;
  line-height: 1.88rem;
  font-size: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.cf .col2 {
  display: flex;
  flex-direction: column;
}
.cf .col2 p:has(a) {
  margin-top: auto;
}
.cf .toggling-section {
  display: none;
}

header.page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
header.page .container .col h2,
header.page .container .col2 h2 {
  color: #FF8B00;
}
header.page .container .col2:first-of-type {
  width: 60%;
}
header.page .container .col2:nth-of-type(2) {
  width: 40%;
  position: relative;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) {
    margin-top: 40px;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  position: absolute;
  top: 85px;
  box-shadow: 10px 10px 20px rgba(37, 38, 38, 0.15);
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block {
    position: relative;
    top: 0;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block h3 {
  color: #0057AC;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.75rem;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates {
  width: 100%;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 576px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .date {
  margin: 12px 0;
  padding: 12px 20px;
  border-bottom: 1px solid white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates .date {
    padding: 8px 20px;
    margin: 0;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .date:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates .date:last-child {
    border-bottom: 1px solid white;
    padding: 8px 20px;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .date:hover {
  color: #1E1E1E;
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .date .desc h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 2.13rem;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates .date .desc h2 {
    font-size: 1.25rem;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .date .desc p {
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.38rem;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates .date .desc p {
    font-size: 1rem;
    line-height: 1.18rem;
  }
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.page .container .col2:nth-of-type(2) .dates-block .dates .line::after {
  content: "";
  background-image: url(images/arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 42px;
  display: block;
}
@media (max-width: 1024px) {
  header.page .container .col2:nth-of-type(2) .dates-block .dates .line::after {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  header.page .container .row:has(.col2) {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  header.page .container .row:has(.col2) .col2 {
    width: 100%;
  }
}
header.page.img-header .container {
  padding: 180px 20px 75px 20px;
}
@media (max-width: 1024px) {
  header.page.img-header .container {
    padding: 75px 20px 75px 20px;
  }
}
header.page.img-header .container .col h1,
header.page.img-header .container .col2 h1 {
  color: white;
}
header.page.txt-header .container {
  padding: 65px 20px 30px 20px;
}
header.page.txt-header .container .col h1,
header.page.txt-header .container .col2 h1 {
  color: #0057AC;
}
header.page.txt-header .container .col a,
header.page.txt-header .container .col2 a {
  color: #FF8B00;
}
.cf-one-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-one-col .container .row.has-bg {
  padding: 25px;
  border-radius: 30px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cf-one-col-toggle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-one-col-toggle .container .row.has-bg {
  padding: 25px;
  border-radius: 30px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-one-col-toggle .container .row .col h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.cf-one-col-toggle .container .row .col h3.open-toggle {
  margin-bottom: 20px;
}
.cf-one-col-toggle .container .row .col h3.open-toggle::after {
  transform: rotate(-90deg);
}
.cf-one-col-toggle .container .row .col h3:after {
  content: "";
  background-image: url(images/slider-left-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.cf-two-col-toggle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col-toggle .row {
  gap: 25px;
  align-items: flex-start;
}
.cf-two-col-toggle .row h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.cf-two-col-toggle .row h3.open-toggle {
  margin-bottom: 20px;
}
.cf-two-col-toggle .row h3.open-toggle::after {
  transform: rotate(-90deg);
}
.cf-two-col-toggle .row h3:after {
  content: "";
  background-image: url(images/slider-left-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.cf-two-col-toggle .row h3.arrow-white:after {
  background-image: url(images/arrow-white.svg);
}
.cf-two-col-toggle.half .col2:first-of-type {
  width: calc(50% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col-toggle.half .col2:first-of-type {
    width: 100% !important;
  }
}
.cf-two-col-toggle.half .col2:last-of-type ol > li > ul li::marker {
  color: #FFF;
}
.cf-two-col-toggle.tier1 .container .row:has(.col2.has-bg) .col2:first-of-type {
  width: calc(30% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col-toggle.tier1 .container .row:has(.col2.has-bg) .col2:first-of-type {
    width: 100% !important;
  }
}
.cf-two-col-toggle.tier1 .container .row:has(.col2.has-bg) .col2:nth-of-type(2) {
  width: calc(70% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col-toggle.tier1 .container .row:has(.col2.has-bg) .col2:nth-of-type(2) {
    width: 100% !important;
  }
}
.cf-two-col-toggle.tier2 .container .row .col2:first-of-type {
  width: calc(70% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col-toggle.tier2 .container .row .col2:first-of-type {
    width: 100% !important;
  }
}
.cf-two-col-toggle.tier2 .container .row .col2:nth-of-type(2) {
  width: calc(30% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col-toggle.tier2 .container .row .col2:nth-of-type(2) {
    width: 100% !important;
  }
}
.cf-two-col-toggle .col2.has-bg {
  padding: 25px;
  border-radius: 30px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col-toggle .row.has-bg {
  padding: 25px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col-toggle .row.has-bg .col2 {
  color: white;
}

.cf-two-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col .row {
  gap: 25px;
}
.cf-two-col.half .col2:first-of-type {
  width: calc(50% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col.half .col2:first-of-type {
    width: 100%;
  }
}
.cf-two-col.tier1 .container .row:has(.col2.has-bg) .col2:first-of-type {
  width: calc(30% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col.tier1 .container .row:has(.col2.has-bg) .col2:first-of-type {
    width: 100%;
  }
}
.cf-two-col.tier1 .container .row:has(.col2.has-bg) .col2:nth-of-type(2) {
  width: calc(70% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col.tier1 .container .row:has(.col2.has-bg) .col2:nth-of-type(2) {
    width: 100%;
  }
}
.cf-two-col.tier2 .container .row .col2:first-of-type {
  width: calc(70% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col.tier2 .container .row .col2:first-of-type {
    width: 100%;
  }
}
.cf-two-col.tier2 .container .row .col2:nth-of-type(2) {
  width: calc(30% - 25px);
}
@media (max-width: 768px) {
  .cf-two-col.tier2 .container .row .col2:nth-of-type(2) {
    width: 100%;
  }
}
.cf-two-col .col2.has-bg {
  padding: 25px;
  border-radius: 30px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col .col2.has-bg h3 {
  color: white;
}
.cf-two-col .row.has-bg {
  padding: 25px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-two-col .row.has-bg .col2 {
  color: white;
}

.cf-three-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-three-col .row {
  gap: 25px;
}
.cf-three-col.tier .col3 {
  width: calc(33.333% - 25px);
}
@media (max-width: 768px) {
  .cf-three-col.tier .col3 {
    width: 100%;
  }
}
.cf-three-col .col3.has-bg {
  padding: 25px;
  border-radius: 30px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-three-col .row.has-bg {
  padding: 25px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cf-three-col .row.has-bg .col3 {
  color: white;
}

.cf-grid-slider .container .row .col .grid {
  display: grid;
  gap: 25px;
}
.cf-grid-slider .container .row .col .grid.columns-1 {
  grid-template-columns: 1fr;
}
.cf-grid-slider .container .row .col .grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .cf-grid-slider .container .row .col .grid.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cf-grid-slider .container .row .col .grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .cf-grid-slider .container .row .col .grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cf-grid-slider .container .row .col .grid.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cf-grid-slider .container .row .col .grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1410px) {
  .cf-grid-slider .container .row .col .grid.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .cf-grid-slider .container .row .col .grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cf-grid-slider .container .row .col .grid.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cf-grid-slider .container .row .col .slider-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cf-grid-slider .container .row .col .slider-grid button.slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 42px;
  height: 42px;
}
@media (max-width: 1245px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow {
    position: relative;
    flex: 0 0 auto;
  }
}
@media (max-width: 400px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow {
    width: 42px;
    height: 42px;
    position: absolute;
    z-index: 10;
    background-color: #F3F3F3;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow img {
    width: 50%;
  }
}
.cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1245px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 400px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-next {
    right: -10px;
  }
}
.cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1245px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 400px) {
  .cf-grid-slider .container .row .col .slider-grid button.slick-arrow.slick-prev {
    left: -10px;
  }
}
.cf-grid-slider .container .row .col .slider-grid .slick-track {
  display: flex;
  flex-direction: row;
}
.cf-grid-slider .container .row .col .slider-grid .bloc {
  margin: 0 12px;
  height: auto;
}
.cf-grid-slider .container .row .col .grid,
.cf-grid-slider .container .row .col .slider-grid {
  gap: 25px;
}
.cf-grid-slider .container .row .col .grid .bloc,
.cf-grid-slider .container .row .col .slider-grid .bloc {
  padding: 30px;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cf-grid-slider .container .row .col .grid .bloc h3,
.cf-grid-slider .container .row .col .slider-grid .bloc h3 {
  font-size: 1.56rem;
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}
.cf-grid-slider .container .row .col .grid .bloc p,
.cf-grid-slider .container .row .col .slider-grid .bloc p {
  font-size: 1rem;
  line-height: 1.25rem;
}
.cf-grid-slider .container .row .col .grid .bloc p:has(a),
.cf-grid-slider .container .row .col .slider-grid .bloc p:has(a) {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}
.cf-grid-slider .container .row .col .grid .bloc p:has(a) a,
.cf-grid-slider .container .row .col .slider-grid .bloc p:has(a) a {
  margin-top: 15px;
}

.cf-bento .container .bento {
  display: grid;
  gap: 20px;
}
.cf-bento .container .bento .section {
  padding: 25px;
  border-radius: 30px;
  width: 100%;
}
.cf-bento .container .bento .section p,
.cf-bento .container .bento .section a,
.cf-bento .container .bento .section li {
  font-size: 1rem;
  line-height: 1.38rem;
}
.cf-bento .container .bento .section p:last-of-type {
  margin-bottom: 0;
}
.cf-bento .container .bento.preset1 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cf-bento .container .bento.preset1 {
    display: flex;
    flex-direction: column;
  }
}
.cf-bento .container .bento.preset1 .section1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset1 .section1 {
    grid-column: 1/2;
  }
}
.cf-bento .container .bento.preset1 .section2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset1 .section2 {
    grid-column: 1/2;
  }
}
.cf-bento .container .bento.preset1 .section3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset1 .section3 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.cf-bento .container .bento.preset1 .section4 {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset1 .section4 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.cf-bento .container .bento.preset2 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cf-bento .container .bento.preset2 {
    display: flex;
    flex-direction: column;
  }
}
.cf-bento .container .bento.preset2 .section1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset2 .section1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.cf-bento .container .bento.preset2 .section2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset2 .section2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.cf-bento .container .bento.preset2 .section3 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset2 .section3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.cf-bento .container .bento.preset2 .section4 {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset2 .section4 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.cf-bento .container .bento.preset3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cf-bento .container .bento.preset3 {
    display: flex;
    flex-direction: column;
  }
}
.cf-bento .container .bento.preset3 .section1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset3 .section1 {
    grid-column: 1/2;
  }
}
.cf-bento .container .bento.preset3 .section2 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset3 .section2 {
    grid-column: 2/3;
  }
}
.cf-bento .container .bento.preset3 .section3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset3 .section3 {
    grid-column: 1/2;
  }
}
.cf-bento .container .bento.preset3 .section4 {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset3 .section4 {
    grid-column: 2/3;
  }
}
.cf-bento .container .bento.preset4 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .cf-bento .container .bento.preset4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cf-bento .container .bento.preset4 {
    display: flex;
    flex-direction: column;
  }
}
.cf-bento .container .bento.preset4 .section1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.cf-bento .container .bento.preset4 .section2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.cf-bento .container .bento.preset4 .section3 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.cf-bento .container .bento.preset5 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cf-bento .container .bento.preset5 {
    display: flex;
    flex-direction: column;
  }
}
.cf-bento .container .bento.preset5 .section1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 .section1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.cf-bento .container .bento.preset5 .section2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 .section2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.cf-bento .container .bento.preset5 .section3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 .section3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.cf-bento .container .bento.preset5 .section4 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 .section4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.cf-bento .container .bento.preset5 .section5 {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media (max-width: 1024px) {
  .cf-bento .container .bento.preset5 .section5 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

.cf-grid .container .row .grid {
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 90px;
}
@media (max-width: 1024px) {
  .cf-grid .container .row .grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .cf-grid .container .row .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 44px;
  }
}
@media (max-width: 576px) {
  .cf-grid .container .row .grid {
    display: flex;
    flex-direction: column;
  }
}
.cf-grid .container .row .grid .bloc p,
.cf-grid .container .row .grid .bloc li,
.cf-grid .container .row .grid .bloc a {
  font-size: 1rem;
  line-height: 1.38rem;
}
.cf-grid .container .row .grid .bloc.has-bg {
  border-radius: 30px;
  padding: 25px;
  color: white;
}

.cf-separator .container .row .separator {
  width: 100%;
  height: 1px;
}
.cf-separator .container .row .separator.space-sm {
  margin: 30px 0;
}
.cf-separator .container .row .separator.space-standard {
  margin: 65px 0;
}
.cf-separator .container .row .separator.space-medium {
  margin: 85px 0;
}
.cf-separator .container .row .separator.space-medium {
  margin: 85px 0;
}
.cf-separator .container .row .separator.space-large {
  margin: 130px 0;
}

.cf-achor-content .container .row {
  align-items: flex-start;
  gap: 50px;
}
.cf-achor-content .container .row .col2.table-content {
  width: calc(40% - 50px);
  position: sticky;
  top: 50px;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .cf-achor-content .container .row .col2.table-content {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.cf-achor-content .container .row .col2.table-content h3 {
  color: #0057AC;
}
.cf-achor-content .container .row .col2.table-content ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cf-achor-content .container .row .col2.table-content ul.items li {
  margin-bottom: 16px;
}
.cf-achor-content .container .row .col2.table-content ul.items li a {
  color: #1E1E1E;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.38rem;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.cf-achor-content .container .row .col2.table-content ul.items li a::after {
  content: "";
  background-image: url(images/slider-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
}
.cf-achor-content .container .row .col2.table-content ul.items li ul.sub-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cf-achor-content .container .row .col2.table-content ul.items li ul.sub-items li {
  margin-bottom: 0;
}
.cf-achor-content .container .row .col2.table-content ul.items li ul.sub-items li a {
  margin-bottom: 5px;
  padding-left: 10px;
}
.cf-achor-content .container .row .col2.table-content ul.items li ul.sub-items li a::after {
  display: none;
}
.cf-achor-content .container .row .col2.content {
  width: 60%;
}
@media (max-width: 768px) {
  .cf-achor-content .container .row .col2.content {
    width: 100%;
  }
}
.cf-achor-content .container .row .col2.content p,
.cf-achor-content .container .row .col2.content a,
.cf-achor-content .container .row .col2.content li {
  font-size: 1rem;
  line-height: 1.88rem;
}
.cf-achor-content .container .row .col2.content .intro {
  margin-bottom: 32px;
}
.cf-achor-content .container .row .col2.content .sections .section {
  margin-bottom: 50px;
}
.cf-achor-content .container .row .col2.content .sections .section h3 {
  color: #0057AC;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cf-achor-content .container .row .col2.content .sections .section .sub-sections .sub-section {
  scroll-margin-top: 50px;
  margin-bottom: 30px;
}
.cf-achor-content .container .row .col2.content .sections .section .sub-sections .sub-section h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1E1E1E;
}

.physicists {
  padding-bottom: 65px;
}
.physicists .container .row {
  align-items: flex-start;
  gap: 50px;
}
.physicists .container .row .col2:first-of-type {
  width: calc(40% - 50px);
  position: sticky;
  top: 50px;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .physicists .container .row .col2:first-of-type {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.physicists .container .row .col2:first-of-type ul.lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.physicists .container .row .col2:first-of-type ul.lists li {
  margin-bottom: 16px;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.38rem;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.physicists .container .row .col2:first-of-type ul.lists li.active {
  color: #FF8B00;
}
.physicists .container .row .col2:first-of-type ul.lists li::after {
  content: "";
  background-image: url(images/slider-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 20px;
}
.physicists .container .row .col2:nth-of-type(2) {
  width: 60%;
}
.physicists .container .row .col2:nth-of-type(2) h2 {
  color: #FF8B00;
}
.physicists .container .row .col2:nth-of-type(2) .section-toggle {
  display: none;
}
.physicists .container .row .col2:nth-of-type(2) .physicists-table {
  width: 100%;
  border-collapse: collapse;
}
.physicists .container .row .col2:nth-of-type(2) .physicists-table tr {
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1024px) {
  .physicists .container .row .col2:nth-of-type(2) .physicists-table tr {
    border-bottom: none;
  }
}
.physicists .container .row .col2:nth-of-type(2) .physicists-table td {
  width: 25%;
  padding: 8px;
  color: #545454;
  font-weight: 300;
  font-size: 0.88rem;
}
@media (max-width: 1024px) {
  .physicists .container .row .col2:nth-of-type(2) .physicists-table td {
    display: inline-block;
    width: 33.333%;
    border-bottom: 1px solid #eaeaea !important;
  }
  .physicists .container .row .col2:nth-of-type(2) .physicists-table td.empty {
    border-bottom: none !important;
  }
}
@media (max-width: 576px) {
  .physicists .container .row .col2:nth-of-type(2) .physicists-table td {
    width: 50%;
  }
}
.physicists .container .row .col2:nth-of-type(2) .physicists-table tr:last-child td {
  border-bottom: none;
  /* Pas de bordure après la dernière rangée */
}

form {
  border: 1px solid #CBCBCB;
  padding: 25px;
  border-radius: 30px;
}
form label {
  font-size: 1rem;
}
form em,
form p {
  font-size: 1rem;
}
form input,
form textarea,
form select {
  border-radius: 0 !important;
  border: 1px solid #dadada !important;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #1E1E1E;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #1E1E1E;
}
form fieldset {
  margin-top: 40px;
}
form fieldset legend {
  margin-left: 0;
  color: #0057AC;
  font-size: 1.25rem;
}
form fieldset .woocommerce-form-row {
  padding: 0;
}

.frm_forms {
  background-color: #F3F3F3;
  border-radius: 30px;
  border: none !important;
}
@media (max-width: 576px) {
  .frm_forms {
    padding: 25px 25px 20px 25px;
  }
}
.frm_forms form {
  border: none;
}
.frm_forms fieldset {
  padding-bottom: 0 !important;
}
.frm_forms .frm_fields_container .frm_section_heading h3 {
  color: #0057AC !important;
  font-size: 1.56rem !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  padding: 0 !important;
  border-top: none !important;
}
.frm_forms .frm_fields_container .frm_form_field:has(.frm_submit) {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.frm_forms .frm_fields_container .frm_form_field:has(.frm_submit) .frm_submit .frm_button_submit {
  margin: 0 auto;
  padding: 10px 50px;
  background-color: #FF8B00;
  transition: background-color 0.3s ease;
  font-size: 0.88rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
}
.frm_forms .frm_fields_container .frm_form_field:has(.frm_submit) .frm_submit .frm_button_submit:hover {
  background-color: #0057AC;
}
.frm_forms .frm_fields_container .frm_form_field label {
  font-size: 1rem;
}
.frm_forms .frm_fields_container .frm_form_field input,
.frm_forms .frm_fields_container .frm_form_field textarea {
  border-radius: 0;
}
.frm_forms .frm_fields_container .frm_button_submit {
  font-family: "Poppins", sans-serif;
}

.acf-form.valid-form {
  background-color: #edffed;
  border: 1px solid #657e65;
}
.acf-form.valid-form .acf-fields {
  background-color: transparent;
}
.acf-form.valid-form .acf-fields .valide-notice {
  color: #657e65;
}
.acf-form.valid-form .acf-fields input {
  border: none !important;
  font-weight: 600;
  background-color: transparent;
  color: #657e65;
}
.acf-form.valid-form .acf-fields .acf-field[data-name=total_credits] {
  border-top: 1px solid #657e65 !important;
  padding-top: 30px;
}
.acf-form.error-form {
  background-color: #ffe5e5;
  border: 1px solid red;
}
.acf-form.error-form .acf-fields {
  background-color: transparent;
}
.acf-form.error-form .acf-fields .error-notice {
  color: red;
}
.acf-form.error-form .acf-fields input {
  border: none !important;
  font-weight: 600;
  background-color: transparent;
  color: red;
}
.acf-form.error-form .acf-fields .acf-field[data-name=total_credits] {
  border-top: 1px solid red !important;
  padding-top: 30px;
}
.acf-form .acf-error-message {
  background-color: #ffe5e5 !important;
  border: 1px solid #c92c2c;
  color: #c92c2c;
  padding: 10px;
}
.acf-form .acf-error-message p {
  margin: 0;
}
.acf-form .acf-error-message .acf-notice-dismiss {
  border-color: #c92c2c !important;
}
.acf-form .acf-error-message .cancel::before {
  margin: 2px 0 0 1px;
}
.acf-form .acf-fields.acf-form-fields {
  border: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field {
  padding: 0;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group {
  border: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group > .acf-label label {
  color: #0057AC;
  font-size: 1.56rem;
  font-weight: 700 !important;
  margin-bottom: 25px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input {
  display: flex;
  flex-direction: column;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-notice {
  order: 1;
  background-color: transparent !important;
  padding: 0;
  border: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-input-wrap {
  width: 100%;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields {
  width: 100%;
  border: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field {
  border: none;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-width="50"], .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.half {
  width: 49% !important;
  margin-right: 1%;
}
@media (max-width: 576px) {
  .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-width="50"], .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.half {
    width: 100% !important;
    margin-right: 0;
  }
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-width="33"], .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.third {
  width: 32.3333333333% !important;
  margin-right: 1%;
}
@media (max-width: 768px) {
  .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-width="33"], .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.third {
    width: 49% !important;
  }
}
@media (max-width: 576px) {
  .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-width="33"], .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.third {
    width: 100% !important;
    margin-right: 0;
  }
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.last-field {
  float: left;
  margin-right: 0;
}
@media (max-width: 768px) {
  .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.last-field {
    margin-right: 1%;
  }
}
@media (max-width: 576px) {
  .acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.last-field {
    margin-right: 0%;
  }
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.padding {
  padding-right: 13px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.total {
  pointer-events: none;
  cursor: not-allowed;
  display: inline-block;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.total label {
  font-weight: 700 !important;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field.total input {
  border: none !important;
  padding: 0 !important;
  font-size: 1.25rem !important;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-label {
  margin-bottom: 6px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-label label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-weight: 600;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-label .description {
  color: #000000;
  margin-bottom: 20px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-input {
  margin-top: auto;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-input input,
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-input select {
  padding: 8px 12px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  border: 1px solid #DADADA;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-type=file] .acf-input {
  border: 1px solid #DADADA;
  padding: 40px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-type=file] .acf-input .hide-if-value .acf-basic-uploader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-type=file] .acf-input .hide-if-value .acf-basic-uploader::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(images/ico-upload.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field[data-type=file] .acf-input .hide-if-value .acf-basic-uploader .acf-button {
  margin-top: 10px;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field textarea {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row {
  border-bottom: 1px solid #a3a3a3;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row:nth-last-child(2) {
  border-bottom: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row td.acf-fields .acf-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row td.acf-fields .acf-field:before {
  border-bottom: 1px solid #dfdfdf;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row td.acf-fields .acf-field .acf-label {
  margin-bottom: 0;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row td.acf-fields .acf-field .acf-label label {
  margin-bottom: 0;
  font-size: 0.88rem;
  font-weight: 400;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-row tr.acf-row td.acf-fields .acf-field .acf-input {
  margin-bottom: 0;
  padding: 0;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-table .acf-table th {
  background-color: #f9f9f9;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater.-table .acf-table th label {
  font-size: 0.88rem;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater .acf-table .acf-field[data-type=file] .acf-input {
  border: 1px solid #DADADA;
  padding: 8px 12px !important;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater .acf-table .acf-field[data-type=file] .acf-input:before {
  display: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater .acf-table .acf-field[data-type=file] .acf-input .hide-if-value p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.88rem;
  line-height: 1;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater .acf-table .acf-field[data-type=file] .acf-input .hide-if-value p::before {
  display: none;
}
.acf-form .acf-fields.acf-form-fields .acf-field-group .acf-input .acf-fields > .acf-field .acf-repeater .acf-table .acf-field[data-type=file] .acf-input .hide-if-value p .acf-button {
  margin-top: 5px;
  padding: 5px !important;
  font-size: 0.75rem !important;
}
.acf-form .acf-form-submit {
  display: flex;
  justify-content: center;
}
.acf-form .acf-form-submit input {
  border: none !important;
}
.acf-form .acf-form-submit .acf-button {
  margin-right: 2%;
}
.acf-form .acf-form-submit .acf-button:last-of-type {
  margin-right: 0;
}

input:invalid {
  background-color: rgb(255, 192, 192) !important;
}

form.complete-button {
  padding: 0;
  border: none;
}
form.complete-button button {
  border: none;
}

#message {
  background-color: #edffed;
  padding: 10px;
  border: 1px solid #657e65;
  margin-bottom: 20px;
}
#message p {
  margin-bottom: 0;
  color: #657e65;
  font-size: 0.88rem;
  line-height: 1;
}

input:invalid {
  background-color: #f1fff1;
}

.acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 1024px) {
  .acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 576px) {
  .acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 400px) {
  .acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list {
    grid-template-columns: repeat(1, auto);
  }
}
.acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list::before {
  display: none;
}
.acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list li {
  height: 33px;
}
.acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list li label {
  padding-left: 43px;
  height: 33px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.acf-field-group[data-name=credits] .acf-fields .acf-field-checkbox .acf-checkbox-list li label input {
  width: 33px;
  height: 33px;
  border-radius: 0;
  border-color: #DADADA;
  position: absolute;
  left: 0;
}

.acf-form > .acf-form-fields > .acf-field-group[data-name=credits] > .acf-input > .acf-fields > .acf-field {
  border-bottom: 1px solid #dadada !important;
  padding-bottom: 25px;
}

.acf-field-68013d5fad090 > .acf-label label {
  display: none !important;
}

.acf-field[data-name=credits] > .acf-input > .acf-fields > .acf-field > .acf-label {
  text-transform: uppercase;
}

/************************** WOOCOMMERCE **************************/
.woocommerce-account .woocommerce {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    margin: 50px 0;
  }
}
.woocommerce-account .woocommerce #customer_login {
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
  width: 100%;
}
.woocommerce-account .woocommerce #customer_login .row .col2 {
  padding: 75px 65px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce #customer_login .row .col2 {
    padding: 50px;
  }
}
.woocommerce-account .woocommerce #customer_login .row .col2.presentation {
  background-color: #0057AC;
  background-image: url(images/img-ico-login.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce #customer_login .row .col2.presentation {
    border-radius: 40px 40px 0 0;
  }
}
.woocommerce-account .woocommerce #customer_login .row .col2.presentation h2 {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce #customer_login .row .col2.presentation h1 {
  font-size: 4.13rem;
  color: #FF8B00;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce #customer_login .row .col2.presentation h1 {
    font-size: 3rem;
  }
}
.woocommerce-account .woocommerce #customer_login .row .col2.presentation .action-login {
  background-image: url(images/arrow-login.svg);
  background-size: 68px 45px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 90px;
}
.woocommerce-account .woocommerce #customer_login .row .col2.presentation .action-login p {
  font-weight: 500;
  color: white;
  font-size: 1.25rem;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion {
  background-color: #F3F3F3;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce #customer_login .row .col2.form-connexion {
    border-radius: 0 0 40px 40px;
  }
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion h2 {
  font-size: 2.5rem;
  color: #1E1E1E;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce #customer_login .row .col2.form-connexion p.lost_password {
    display: flex;
    justify-content: center;
  }
  .woocommerce-account .woocommerce #customer_login .row .col2.form-connexion p.lost_password a {
    font-size: 0.88rem;
  }
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row label {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #DADADA;
  padding: 20px 10px 20px 60px;
  background-size: 40px 32px;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input:focus {
  outline: none;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input::-moz-placeholder {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 1.13rem;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input::placeholder {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 1.13rem;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input#username, .woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input#reg_email {
  background-image: url(images/ico-email.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-form-row input#password {
  background-image: url(images/password.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .action-login {
  margin-top: 30px;
}
.woocommerce-account .woocommerce #customer_login .row .col2.form-connexion .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #FF8B00;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce-MyAccount-navigation ul li {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
  margin-bottom: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    padding-left: 0;
    padding-top: 40px;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 400px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.88rem;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #FF8B00;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li a {
    text-align: center;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
  background-image: url(images/ico-account.svg);
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
    background-size: 32px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard-memberships {
  background-image: url(images/ico-membership.svg);
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard-memberships {
    background-size: 32px;
  }
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area {
  display: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  background-image: url(images/ico-logout.svg);
  background-size: 28px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--documents {
  background-image: url(images/ico-documents.svg);
  background-size: 28px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--applications {
  background-image: url(images/form.png);
  background-size: 32px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
  background-image: url(images/ico-panier-bleu.svg);
  background-size: 30px;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #FF8B00;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #FF8B00;
}

.woocommerce-message {
  border-top-color: #FF8B00;
}
.woocommerce-message::before {
  color: #FF8B00;
}

.woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #FF8B00;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #FF8B00;
}
.woocommerce-MyAccount-content h1 {
  order: -1;
  color: #0057AC;
  font-size: 2.44rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content h1 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-content h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.woocommerce-MyAccount-content h2 {
  color: #0057AC;
  font-size: 1.75rem;
  font-weight: 400;
}
.woocommerce-MyAccount-content h2.highlight {
  color: #FF8B00;
}
.woocommerce-MyAccount-content .edit-account {
  width: 100%;
}
.woocommerce-MyAccount-content .addresses {
  margin-top: 60px;
  width: 100%;
  row-gap: 60px;
}
.woocommerce-MyAccount-content .addresses .col2 {
  width: 48%;
}
.woocommerce-MyAccount-content .addresses .col2 form h2 {
  display: none;
}
.woocommerce-MyAccount-content .welcome {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .welcome {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content .welcome {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.woocommerce-MyAccount-content .welcome .profil {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.woocommerce-MyAccount-content .welcome .profil img {
  order: -1;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-content .welcome .profil img {
    width: 100px;
    height: 100px;
  }
}
.woocommerce-MyAccount-content .welcome .profil form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  padding: 0;
  border: none;
}
.woocommerce-MyAccount-content .welcome .profil form .acf-label {
  display: none;
}
.woocommerce-MyAccount-content .welcome .profil form .acf-field {
  padding: 0;
  padding-bottom: 25px;
}
.woocommerce-MyAccount-content .welcome .profil form input,
.woocommerce-MyAccount-content .welcome .profil form .custom-file-label {
  padding: 10px 15px;
  background-color: #FF8B00;
  transition: background-color 0.3s ease;
  font-size: 0.88rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  border: none !important;
}
.woocommerce-MyAccount-content .welcome .profil form input:hover,
.woocommerce-MyAccount-content .welcome .profil form .custom-file-label:hover {
  background-color: #0057AC;
}
.woocommerce-MyAccount-content .welcome .profil form .acf-image-uploader .acf-basic-uploader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-MyAccount-content .welcome .profil form .acf-image-uploader .acf-basic-uploader .image-preview {
  background-image: url(images/placeholder-member.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 25px;
}
.woocommerce-MyAccount-content .welcome .profil form input[type=file] {
  display: none;
}
.woocommerce-MyAccount-content .welcome .profil form button {
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
.woocommerce-MyAccount-content .welcome .profil form p {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .welcome .profil p {
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}
.woocommerce-MyAccount-content .welcome .message {
  margin-top: 20px;
}
.woocommerce-MyAccount-content .welcome .message h2 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #1E1E1E;
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-content .welcome .message h2 {
    font-size: 1.5rem;
  }
}
.woocommerce-MyAccount-content .welcome .message p {
  font-size: 1rem;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.layout-woocommerce .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .layout-woocommerce .woocommerce .woocommerce-MyAccount-navigation {
    margin: 50px 0;
    width: 100%;
  }
}
.layout-woocommerce .woocommerce .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .layout-woocommerce .woocommerce .woocommerce-MyAccount-content {
    margin: 50px 0;
    width: 100%;
    margin-top: 0;
  }
}

.page-template-template-dashboard-memberships .woocommerce-MyAccount-content h1 {
  margin-bottom: 36px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .bloc {
  border: 1px solid #CBCBCB;
  padding: 30px;
  border-radius: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership {
  width: 100%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership h2::after {
  content: "";
  width: 100%;
  background-color: #0057AC;
  height: 1px;
  display: block;
  flex: 1 1 0;
  margin-left: 25px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership strong {
  font-size: 1.13rem;
  font-weight: 600;
  display: block;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership .steps-tracking {
  margin: 15px auto !important;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .current-membership .examination {
  border: none !important;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .comments {
  width: 100%;
  margin-bottom: 30px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application {
  width: 100%;
  margin-bottom: 60px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application > h2 {
  margin-bottom: 45px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application > h2::after {
  content: "";
  width: 100%;
  background-color: #0057AC;
  height: 1px;
  display: block;
  flex: 1 1 0;
  margin-left: 25px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application .products ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application .products ul::before, .page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application .products ul::after {
  display: none;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application .products ul li h2 {
  color: #FF8B00;
  font-size: 1.5rem;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .new-application .products ul li a {
  width: 100%;
  text-align: center;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions {
  width: 100%;
  margin-bottom: 60px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions > h2 {
  margin-bottom: 45px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions > h2::after {
  content: "";
  width: 100%;
  background-color: #0057AC;
  height: 1px;
  display: block;
  flex: 1 1 0;
  margin-left: 25px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
  border-bottom: 1px solid #DADADA;
}
@media (max-width: 768px) {
  .page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application:last-of-type {
  border-bottom: none;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .date {
  width: 20%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .name {
  width: 55%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .status {
  width: 20%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .watch {
  width: 5%;
}
@media (max-width: 768px) {
  .page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .watch {
    margin-top: 10px;
  }
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .application .watch a {
  background-image: url(images/ico-watch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 24px;
  display: block;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .hidden-application {
  display: none;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions .hidden-application.show {
  display: flex;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .submissions #show-more-applications {
  text-align: center;
  border: none;
  background-color: transparent;
  color: #0057AC;
  font-size: 1rem;
  margin: 45px auto 0px auto;
  display: block;
  font-family: "Poppins", sans-serif;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents {
  background-color: #F3F3F3;
  padding: 30px;
  border-radius: 40px;
  width: 100%;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents .bloc {
  border: none;
  padding: 0;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents .bloc strong {
  margin-bottom: 10px;
  display: block;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents .bloc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents .bloc ul li {
  margin-bottom: 5px;
}
.page-template-template-dashboard-memberships .woocommerce-MyAccount-content .useful-documents .documents .bloc ul li a {
  color: #FF8B00;
}

#documentations .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 2.44rem;
  line-height: 1;
  font-weight: 700;
}
#documentations .woocommerce .woocommerce-MyAccount-content #searchform {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
#documentations .woocommerce .woocommerce-MyAccount-content #searchform input#s {
  width: 100%;
  border: 1px solid #dadada;
  padding: 10px 20px;
  border-radius: 15px !important;
}
#documentations .woocommerce .woocommerce-MyAccount-content #searchform button.submit {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  width: 35px;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu {
  width: 100%;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section {
  margin-top: 36px;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section h3 {
  font-size: 1.75rem;
  color: #0057AC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0 0 20px 0;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section h3 span {
  flex: 0 0 auto;
  margin-right: 20px;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section h3::after {
  content: "";
  background-color: #0057AC;
  height: 1px;
  width: 100%;
  display: block;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container {
  border: 1px solid #CBCBCB;
  border-radius: 30px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list {
  width: 100%;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list .document {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DADADA;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list .document p {
  margin-bottom: 0;
  font-size: 1rem;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list .document .content .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list .document .content .buttons .see {
  background-image: url(images/ico-watch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 25px;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .documents-list .document .content .buttons .download {
  background-image: url(images/ico-download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-left: 20px;
}
#documentations .woocommerce .woocommerce-MyAccount-content .list-docu .categorie-section .container .voir-plus {
  background-color: transparent;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #0057AC;
  padding: 0;
}

#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 30px auto 50px auto;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg {
  position: absolute;
  background-color: #F3F3F3;
  width: 100%;
  height: 20px;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 576px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg {
    height: 15px;
  }
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar {
  position: absolute;
  height: 20px;
  left: 0;
  background-color: #0057AC;
  border-radius: 40px;
  transition: width 2s ease-in;
}
@media (max-width: 576px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar {
    height: 15px;
  }
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-1 {
  width: 18.1818181818%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-2 {
  width: 33.3333333333%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-3 {
  width: 50%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-4 {
  width: 66.6666666667%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-5 {
  width: 83.3333333333%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .bar-bg .bar.fragment-6 {
  width: 100%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: step-counter;
  width: 114%;
  position: relative;
  top: -5px;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li {
  flex: 1;
  position: relative;
  counter-increment: step-counter;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 576px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li span {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li span {
    font-size: 0.65rem;
  }
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li span::before {
  content: counter(step-counter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #0057AC;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #0057AC;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li span::before {
    font-size: 0.75rem;
    height: 25px;
    width: 25px;
  }
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li.active span::before {
  background-color: #0057AC;
  color: white;
  border: 1px solid white;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li a {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 576px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li a {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  #memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li a {
    font-size: 0.65rem;
  }
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .steps-tracking .steps li a:hover {
  color: #0057AC;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .membership .steps-tracking {
  width: 98%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking {
  width: 100%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking .bar-bg .bar.fragment-1 {
  width: 26.3157894737%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking .bar-bg .bar.fragment-2 {
  width: 50%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking .bar-bg .bar.fragment-3 {
  width: 74.0740740741%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking .bar-bg .bar.fragment-4 {
  width: 100%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .examination .steps-tracking .steps {
  width: 120%;
}
#memberships .container .woocommerce .woocommerce-MyAccount-content .step {
  width: 100%;
}

.locked-form * {
  pointer-events: none;
}

.step5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step5 .acf-form {
  pointer-events: none;
  margin-bottom: 40px;
  width: 100%;
}
.step5 .acf-form .acf-input input {
  color: #949494 !important;
}
.step5 .acf-form .acf-repeater .acf-actions {
  display: none;
}
.step5 .acf-form .total button {
  display: none;
}
.step5 .acf-form .acf-field[data-type=file] .acf-input {
  border: none !important;
  padding: 0px !important;
}

#credits table {
  width: 100%;
}
#credits table thead th {
  color: #0057AC;
}
#credits table thead th:first-of-type {
  text-align: left;
}
#credits table tbody td:nth-of-type(2) {
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
#credits table td,
#credits table th {
  padding: 10px 0;
  border-bottom: 1px solid #DADADA;
}

.acf-tab-wrap {
  display: none !important;
}

.acf-fields > .acf-tab-group ~ .acf-field {
  display: block !important;
}

.acf-field-tab {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}

#applications-filters {
  margin: 0 0 52px 0;
}
#applications-filters .row {
  flex-wrap: nowrap;
}
#applications-filters form#searchApplicant {
  border: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
  position: relative;
}
@media (max-width: 768px) {
  #applications-filters form#searchApplicant {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#applications-filters form#searchApplicant input {
  padding: 8px 12px;
  border: 1px solid #1E1E1E !important;
}
#applications-filters form#searchApplicant input.field {
  width: 100%;
}
#applications-filters form#searchApplicant input.submit {
  background-image: url(images/ico-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  background-position: center;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none !important;
  position: absolute;
  right: 12px;
}
#applications-filters select#memberships-type-filter, #applications-filters #status-filter {
  padding: 8px 12px;
  border-radius: none;
  border: 1px solid #1E1E1E;
  margin-right: 24px;
}
@media (max-width: 768px) {
  #applications-filters select#memberships-type-filter, #applications-filters #status-filter {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#applications-filters .current-filters-list {
  margin-top: 16px;
}
#applications-filters .current-filters-list ul {
  list-style: none;
  padding-left: 12px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
#applications-filters .current-filters-list ul li {
  display: inline-flex;
}
#applications-filters .current-filters-list ul li a {
  color: #FF8B00;
}

.legend {
  margin-bottom: 32px;
}
.legend ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 32px;
  margin: 0;
}
@media (max-width: 1024px) {
  .legend ul {
    display: none;
  }
}
.legend ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.legend ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  margin-right: 10px;
}
.legend ul li:first-of-type::before {
  background-color: rgb(10, 215, 10);
}
.legend ul li:nth-of-type(2)::before {
  background-color: #faf504;
}
.legend ul li:nth-of-type(3)::before {
  background-color: red;
}

#applications-summaries {
  margin-bottom: 130px;
}
#applications-summaries h2 {
  color: #FF8B00;
}
#applications-summaries ul {
  list-style: none;
  padding: 0;
  margin: 0 0 52px 0;
}
#applications-summaries ul li {
  padding: 10px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 576px) {
  #applications-summaries ul li {
    font-size: 0.88rem;
  }
}
@media (max-width: 1024px) {
  #applications-summaries ul li .current-step {
    display: none;
  }
}
#applications-summaries ul li .mail {
  margin-right: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none; /* pour IE/Edge */
  scrollbar-width: none;
}
#applications-summaries ul li .mail::-webkit-scrollbar {
  display: none;
}
@media (max-width: 786px) {
  #applications-summaries ul li .mail {
    display: none;
  }
}
#applications-summaries ul li.even {
  background-color: #dedede;
}
#applications-summaries ul li > div {
  width: 24%;
}
@media (max-width: 1024px) {
  #applications-summaries ul li > div {
    width: 32%;
  }
}
@media (max-width: 768px) {
  #applications-summaries ul li > div {
    width: 48%;
  }
}
@media (max-width: 576px) {
  #applications-summaries ul li > div {
    font-size: 0.88rem;
  }
}
#applications-summaries ul li > div.current-step span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#applications-summaries ul li > div.current-step span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background-color: rgb(10, 215, 10);
  margin-right: 10px;
}
#applications-summaries ul li > div.current-step .pending::before {
  background-color: #faf504;
}
#applications-summaries ul li > div.current-step .completed::before {
  background-color: red;
}
#applications-summaries ul li .view {
  width: 4%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#applications-summaries ul li .view a.btn {
  background-color: #0057AC;
  border-radius: 100%;
  transform: scaleX(-1);
  flex: 0 0 auto;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#applications-summaries ul li .view a.btn img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
#applications-summaries ul.th {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #1E1E1E;
  padding: 5px 10px;
}
#applications-summaries ul.th li {
  padding: 0;
  width: 24%;
  background-color: transparent;
}
@media (max-width: 1024px) {
  #applications-summaries ul.th li {
    width: 32%;
  }
}
@media (max-width: 786px) {
  #applications-summaries ul.th li {
    width: 48%;
  }
}
@media (max-width: 576px) {
  #applications-summaries ul.th li {
    font-size: 0.88rem;
  }
}
@media (max-width: 1024px) {
  #applications-summaries ul.th li:last-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  #applications-summaries ul.th li:nth-of-type(2) {
    display: none;
  }
}

.single-members .page .container .row .col {
  margin: 80px 0;
}
.single-members .page .container .row .col a.btn {
  margin-bottom: 40px;
}
.single-members .page .container .row .col form {
  margin-bottom: 40px;
}
.single-members .page .container .row .col h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.single-members .page .container .row .col h2::after {
  background-color: rgb(10, 215, 10);
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  margin-left: 15px;
}
.single-members .page .container .row .col h2.completed::after {
  background-color: red;
}
.single-members .page .container .row .col h2.pending::after {
  background-color: #faf504;
}

.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-product-gallery,
.single-product .related {
  display: none;
}
.single-product .product .summary {
  float: none !important;
  width: 100% !important;
}
.single-product .product .summary .product_title {
  color: #0057AC;
}
.single-product .product .summary .product_meta {
  display: none;
}
.single-product .product .summary .price {
  color: #0057AC;
}
.single-product .product .summary form {
  border: none;
  padding: 0;
}
.single-product .product .summary form.cart {
  margin-bottom: 80px;
}
.single-product .product .summary form .frm_forms {
  padding: 0 45px;
  margin-bottom: 45px;
}
.single-product .product .summary form .quantity input {
  padding: 8px 12px;
}

.reference {
  margin: 80px auto;
}
.reference .container h1 {
  color: #0057AC;
  font-size: 2.44rem;
  line-height: 1;
  font-weight: 700;
}

.woocommerce-page header {
  margin-bottom: 65px;
}

.wp-block-woocommerce-empty-cart-block *:not(h2:first-of-type) {
  display: none;
}

.wp-block-woocommerce-empty-cart-block {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-block-woocommerce-empty-cart-block h2 {
  font-size: 1.5rem;
  color: #FF8B00;
}
.wp-block-woocommerce-empty-cart-block h2:before {
  background-color: #FF8B00;
  display: none !important;
}

.page-panier > .container {
  margin-top: 60px;
}

.payment_method_moneris {
  background-color: rgb(250, 250, 250) !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-color: rgb(250, 250, 250) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#order_review {
  margin-bottom: 80px;
}

form.wc-block-components-totals-coupon__form {
  padding: 0;
  border: none;
}

form.woocommerce-form-coupon {
  margin: 0 !important;
  border-radius: 0 0 30px 30px !important;
}

.woocommerce-info {
  border-top-color: #FF8B00;
  margin-bottom: 0;
}
.woocommerce-info::before {
  color: #FF8B00;
  top: 1.2em;
}
.woocommerce-info a {
  color: #FF8B00;
}

.wc-block-cart-items thead th.wc-block-cart-items__header-image {
  text-align: left;
}
.wc-block-cart-items thead th.wc-block-cart-items__header-product {
  display: none;
}
.wc-block-cart-items tbody td.wc-block-cart-item__image {
  display: none;
}

form.checkout {
  margin: 2em auto 65px auto;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #dadada;
}

.woocommerce-thankyou-order-details,
.woocommerce-notice--success,
.woocommerce-order > p {
  display: none;
}

.custom-confirmation-message {
  padding: 25px;
  border-radius: 30px;
  background-color: #F3F3F3;
  margin-bottom: 44px;
}
.custom-confirmation-message h2 {
  color: #FF8B00 !important;
}
.custom-confirmation-message a {
  color: #0057AC;
}
.custom-confirmation-message a:hover {
  color: #0057AC;
}

.woocommerce-order-received h2 {
  color: #0057AC;
}
.woocommerce-order-received .woocommerce-customer-details {
  margin-bottom: 80px;
}

.page-404 {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-404 .container .row .col {
  text-align: center;
}
.page-404 .container .row .col p {
  font-weight: 700;
  font-size: 2rem;
  color: #1E1E1E;
  line-height: 1;
}
@media (max-width: 576px) {
  .page-404 .container .row .col p {
    font-size: 1.5rem;
  }
}
.page-404 .container .row .col h1 {
  color: #1E1E1E;
  font-size: 10rem;
  line-height: 1;
  margin: 40px 0;
}
@media (max-width: 576px) {
  .page-404 .container .row .col h1 {
    font-size: 5rem;
  }
}/*# sourceMappingURL=styles.css.map */