:root {
  --font-Outfit: "Outfit", sans-serif;
  --font-Noto-Sans: "Noto Sans", sans-serif;
}

body .Mypage {
  /* overflow: hidden; */
}


body .site-main-diag {
  background-color: #ffffff;
}


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}




/* Navigateur */

.container-navigateur {
  max-width: 100%;
  padding: 0 60px;
}

.section-navigateur {
  position: fixed;
  width: 100%;
  padding: 0 0;
  z-index: 10;
  top: 44px;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.bloc-navigateur {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 0 18px;
}

.ul-lien {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.lien-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.has-dropdown>a {
  padding: 42px 0;

  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #1C2B4C;

}


.li-lien3 ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-navigateur.fixed .li-lien1 img {
  transition: all 0.8s ease;
}

.section-navigateur.fixed .li-lien1 img {
  max-width: 77px;
}

/* section-slide */

section.section-slide {
  padding: 18px 30px 28px 30px;
  background: #1C2B4C;

  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 850px;

  min-height: 650px;
  max-height: 100vh;

  padding: 41px 30px;
}

.Mypage.page .item-slide {
  height: 446px;

  min-height: unset;
  max-height: unset;
}

.bloc-slide {
  position: relative;
  height: 100%;
}

.bloc-slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bloc-slide,
.item-slide {
  background: #48BFE74D;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  overflow: hidden;
}



.bloc-titre-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: -20px;
}



.titre-slide {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: clamp(13px, calc(2.36vw + 1rem), 50px);
  line-height: 1.1;
  color: #FFFFFF;

  margin-bottom: 42px;
}

.titre-is span,
.titre-slide span {
  color: #7DB829;
}

.titre-is {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  color: #FFFFFF;
  min-width: 149px;
}

.text-is {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFFCC;

}

.bloc-items-slide {
  position: absolute;
  inset: 30px;
  top: unset;
  bottom: 41px;
  display: flex;
  gap: 70px;
  padding-top: 22px;
  border-top: 1px solid #FFFFFF;
}


.owl-carousel.accueil .owl-item .btn-slide,
.owl-carousel.accueil .owl-item .text-slide,
.owl-carousel.accueil .owl-item .titre-slide {
  transform: translateY(50px);
}



.owl-carousel.accueil .owl-item .titre-slide {
  transition: all 1s ease 0.1s;
}

.owl-carousel.accueil .owl-item .text-slide {
  transition: all 1s ease 0.2s;
}

.owl-carousel.accueil .owl-item .btn-slide {
  transition: all 1s ease 0.3s;
}

.owl-carousel.accueil .owl-item.active .btn-slide,
.owl-carousel.accueil .owl-item.active .text-slide,
.owl-carousel.accueil .owl-item.active .titre-slide {
  transform: translateY(0);
}

.img-page,
.img-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 446px;
}




/* presentation */


.section-presentation {
  position: relative;
  overflow: hidden;
}


.img-float {
  float: left;
  margin-right: 168px;
}

.img-pre {
  display: inline-flex;
  gap: 16px;
  height: 285px;
}

.img-pre img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-pre>div {
  flex: 1;
}


.para-pre {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4D5D81;
}

.bloc-autre-pre {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bloc-img-pre {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.annee-pre,
.profil-pre {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.img-profile {
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
}

.img-profile span {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background: #7DB829;
}

.annee-pre span {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #7DB829;
}

.bloc-autre-pre {
  width: 100%;
  padding: 35px 55px;
  border-radius: 20px;
  background: #1C2B4C;
}

.annee-pre {
  position: relative;
}

.deco-pre {
  position: absolute;
  top: -10px;
  left: -80px;
  z-index: 5;
}

.valeur-pre {
  position: relative;
  width: 100%;
  min-width: 244px;
  height: 100%;
  padding: 50px;
  padding-left: 40px;
  background: linear-gradient(313.49deg, #FFF7D7 2.4%, #F0FFDD 49.55%, #ECFFD0 82.23%);
  border-radius: 20px;
  overflow: hidden;
}

.btn-valeur-pre {
  position: absolute;
  top: -25px;
  right: -25px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40%;
  background: linear-gradient(313.49deg, #FFF7D7 2.4%, #F0FFDD 49.55%, #ECFFD0 82.23%);
  z-index: 2;
  border: 25px solid #FFFFFF;
}

.text-valeur-pre {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1C2B4C;
}


.icon-valeur-pre {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #7DB829;
  border-radius: 50%;

  margin-bottom: 18px;
}

.row-pre {
  margin-right: -12px;
  margin-left: -12px;
}

.row-pre>div {
  padding: 0 12px;
}

.btn-pre {
  margin-top: 42px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* valeur */

.section-valeur {
  background: #1C2B4C;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

.deco-valeur {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.img-valeur {
  position: relative;
  display: inline-block;
}

.img-valeur>img {
  border-radius: 20px;
}

.deco2-valeur {
  position: absolute;
  top: 70%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.bloc-deco2-valeur {
  position: relative;
  width: 255px;
  height: 245px;
  background: #1C2B4C99;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nb-valeur {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: 70px;
  line-height: 84px;
  text-align: center;
  color: #FFFFFF;
}

.text-deco-valeur {
  font-family: var(--font-Noto-Sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

.deco3-valeur {
  position: absolute;
  left: -32px;
  top: 0;
  transform: translateY(-55%);
  z-index: 5;
  width: 63%;
}

.flex-valeur {
  display: flex;
  gap: 30px;
}

.titre-valeur {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.icon-valeur {
  width: 76px;
  height: 76px;
  background: #7DB829;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.text-valeur {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFFCC;
  max-width: 307px;
}

.banner-valeur {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #FFFFFF26;
}

.bloc-valeur {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.icon-valeur:hover {
  background: #48BFE7;
}

/* action */
.left-valeur,
.active-v-scroll .grid-item {
  position: sticky;
  top: 150px;
}

.action-item.grid-item {
  transform: translate(0, 0) !important;
}

.valeur-list .active-v-scroll .grid-item {
  height: auto;
}

.gap-20px {
  gap: 20px;
}

.img-action {
  position: relative;
  width: 100%;
  height: 622px;
}

.img-action img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titre-action {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  color: #1C2B4C;
  padding: 6px 28px;
  border: 1px solid #1C2B4C26;
  border-radius: 20px;
  display: inline-block;

}

.titre2-action {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: clamp(13px, 1.111vw + 1rem, 32px);
  line-height: 1.25;
  color: #1C2B4C;
}

.text-action {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1C2B4C;
}

.banner-action2,
.banner-action {
  max-width: 456px;
  padding: 50px;
  padding-bottom: 90px;
  background: #FFFFFF;

  display: flex;
  flex-direction: column;
  gap: 11px;

  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  align-items: flex-start;
  border-radius: 20px;



  -webkit-mask-image: url('../images/mask.svg');
  mask-image: url('../images/mask.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: cover;
  mask-size: cover;

  -webkit-mask-position: bottom right;
  mask-position: bottom right;

}

.banner-action2 {
  right: unset;
  left: 80px;
}

.flex-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* soutien */
.section-soutien {
  background: #1C2B4C;
  margin: 0 30px;
  border-radius: 20px;
  overflow: hidden;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bloc-soutien {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 424px;
}

.icon-soutien {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #48BFE74D;
  z-index: 1;

  margin-bottom: 22px;

}

.icon-soutien::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background: #7DB829;
  width: 0;
  height: 0;
  transition: all 0.4s ease;
}

.bloc-soutien:hover .icon-soutien::before {
  width: 100%;
  height: 100%;
}

.titre-soutien {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.text-soutien {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFFCC;
}

.deco-soutien {
  position: absolute;
  top: 0;
  left: -7px;
  transform: translateY(-40%);
  z-index: 2;
}

.row-soutien {
  position: relative;
}

.fleche-soutien2,
.fleche-soutien {
  position: absolute;
  top: 0;
  left: 32%;
  transform: translateX(-50%);
}

.fleche-soutien2 {
  left: 68%;
}

/* marque */

.section-marque {
  overflow: hidden;
  padding: 37px 0;
  background: #7DB829;
  margin: 0 30px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.marque-anim-container {
  width: 100%;
  position: relative;
}

.bloc-marque {
  display: flex;
  gap: 40px;
  width: max-content;
}



.bloc-marque>div {
  font-family: var(--font-Outfit);
  font-weight: 600;
  font-size: clamp(28px, 1.39vw + 1rem, 36px);
  line-height: 1px;
  text-transform: uppercase;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  gap: 40px;
}




.bloc-marque div::before {
  content: '';
  position: relative;
  background: url('../images/txt-slide.svg')no-repeat;
  width: 51px;
  height: 51px;
}





/* actualite */
.section-actu {
  background: #F8F8F8;
}


.flex-actu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}



.date-actu {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #48BFE7;

  margin-bottom: 20px;
}


.text-actu {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1C2B4C;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}

.flex-actu .text-actu {
  font-size: 24px;
  line-height: 32px;
}

.btn-atu {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1C2B4C;

  display: flex;
  align-items: center;
  gap: 10px;

  padding-top: 16px;
  border-top: 1px solid #0C23181A;

  margin-top: 24px;
}

.img-actu {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 20px;
}

.img-actu2 {
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
}

.img-actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;


}

.img-actu:hover img {
  scale: 1.2;
}

.titre-actu2 {
  font-size: clamp(13px, 1.14vw + 1rem, 24px);
}



/* contact */

.champ-contact textarea,
.champ-contact input {
  height: 52px;
  border-radius: 5px;
  border: 1px solid #1C2B4C;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  background: transparent;
}

.champ-contact textarea {
  height: 136px;
}

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4D5D81;

}

.text-form-contact {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #4D5D81;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-form-contact {
  overflow: hidden;
}



/* footer */

footer {
  background: url('../images/footer.jpg')no-repeat center / cover;
  padding: 119px 0 60px 0;
  overflow: hidden;

}

.footer-g {
  padding: 170px 0 80px 0;
}

.logo-footer {}

.titre-footer {
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 28px;
  line-height: 33.6px;
  margin-bottom: 45px;
  color: #FFFFFF;

}

.info-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}





.lien-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-Outfit);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding-bottom: 13px;
  border-bottom: 1px solid #FFFFFF26;
  align-items: center;
  width: 100%;
}

.lien-footer::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #FFFFFF;
  z-index: 2;
  transition: all 0.4s ease;
}

.lien-footer:hover::before {
  width: 100%;
}

.lien-footer:hover {
  color: #FFFFFF;
}

.bloc-copyright a:hover {
  color: #7DB829;
}

.rx-footer a:hover svg path {
  fill: #7DB829;
}

.rx-footer {
  display: flex;
  align-items: center;
  gap: 11px;
}

.rx-footer a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF1A;
  border-radius: 50%;
}

.bloc-copyright {
  padding-top: 38px;
  border-top: 1px solid #FFFFFF1A;
}

.bloc-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloc-copyright li {
  font-family: var(--font-Noto-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}

.bloc-copyright li.arobiz {
  font-family: var(--font-Outfit);
  font-weight: 500;

  display: flex;
  align-items: center;
  gap: 0px 24px;
  flex-wrap: wrap;
}











/* template mobile */



/* menu */

ul.menu {
  list-style: none;
}

ul.menu>li {
  position: relative;
}

.section-navigateur.fixed ul.dropdown,
.section-navigateur ul.dropdown {
  top: 100%;
}


ul.dropdown {
  display: block;
  position: absolute;
  left: 0;
  min-width: 180px;
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
  z-index: 1;
  width: max-content;
  text-align: left;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;


  padding: 12px 0;
  border-radius: 5px;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 8px 24px;
  font-family: var(--font-Outfit);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #1C2B4C;
}


ul.dropdown li:last-child {
  border-bottom: none;
}



ul.dropdown li:hover a {
  color: #7DB829;
}

.show-dropdown {
  display: block !important;
}



.has-dropdown>a:hover {
  color: #7DB829;
}










/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: #7DB829;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

.menu-toggle {
  width: 40px;
  height: 33px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 1001;
}


.menu-toggle.open .top {
  transform: rotate(45deg) translate(10px, 6px);
}

.menu-toggle.open .middle {
  opacity: 0;
}

.menu-toggle.open .bottom {
  transform: rotate(-45deg) translate(13px, -12px);
}


/* fixed */
.nav-wrapper {
  position: relative;
}


.section-navigateur.fixed {
  top: 10px;
  width: 100%;
  z-index: 99999;
  transition: all 0.6s ease;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  height: auto;
}

.section-navigateur.fixed .bloc-navigateur {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1199px) {

  .bloc-navigateur-principal {
    background: transparent;
  }

  ul.dropdown {
    display: block;
    position: relative;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0);
    padding: 0;
    list-style: none;
    z-index: 1;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    visibility: visible;
    opacity: 0;
    display: none;

  }

  .lien-mobile {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0px;
    background-color: #FFFFFF;
    gap: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-15px);
    overflow: hidden;
  }

  .lien-mobile.actived {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

  .lien-mobile>li {
    width: 100%;
  }

  .nav-lien img.logo-fixed,
  .nav-lien img.logo-default {
    padding: 15px 0;
  }

  .lien-mobile a br {
    display: none;
  }

  .lien-mobile a {
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
  }


  .lien-mobile.actived ul.dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }

  .has-submenu>a.active::after,
  .has-dropdown .active i,
  .has-dropdown .active img {
    transform: rotate(180deg);
  }


  .has-dropdown div {
    pointer-events: none;
  }

  .has-submenu>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: relative;
    font-size: 0.7em;
    transition: transform 0.3s ease;
  }

  .has-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}

.row-cont {
  margin-right: -7px;
  margin-left: -7px;
}

.row-cont .col-md-6,
.row-cont .col-12 {
  padding: 0 7px;
}

.my-placeholder {
  position: absolute;
  top: 50%;
  transform: translate(15px, -50%);
  font-family: var(--font-Noto-Sans);
  color: #4D5D81;
}
.my-placeholder.hidden {
    opacity: 0;
    visibility: hidden;
}