:root {
  --font-Urbanist: "Urbanist", 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 */

.bloc-nav-contact {
  background: #000E28;
}

.text-ln {
  font-family: var(--font-Urbanist);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #FFFFFF;
}

.text-ln span {
  font-weight: 800;
  font-size: 20px;
}

.lien-nav-contact a {
  display: flex;
  align-items: center;
  gap: 14px;

}

.lien-nav-contact li:not(:first-child) a {
  padding: 42px 0;
}

.icon-ln {
  box-shadow: 1px 8px 0px 0px #FFFFFF;
  background: #12A2C5;
  width: 55px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lien-nav-contact {
  display: flex;
  align-items: center;
  gap: 50px;
}

.lien-nav-contact li:nth-of-type(2) {
  margin-left: auto;
}

.section-navigateur {
  position: relative;
  width: 100%;
  padding: 0 0;
  z-index: 10;
}

.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: 18px;
}

.has-dropdown>a {
  padding: 34px 15px;

  position: relative;
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000E28;

}

.lien-mobile li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.lien-mobile .has-dropdown:not(:first-child):before {
  content: '';
  position: relative;
  width: 2px;
  height: 16px;
  background: #000000;

}

.contact-lien3 a {
  display: flex;
  align-items: center;
  gap: 14px;

}

.contact-lien3 .text-ln {
  color: #000E28;
}

.contact-lien3 .icon-ln {
  box-shadow: 1px 8px 0px 0px #000E28;
}

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

.section-navigateur .li-lien1,
.section-navigateur .contact-lien3 {
  display: none;
}

/* section-slide */

section.section-slide {
  padding: 0 0;
}
.page section.section-slide {
  padding: 0 0; 
  margin-bottom: 100px;
}
.page .slide-acueil {
  width: 100%;
  overflow: hidden;
}

.page .slide-acueil::before {
  content: "";
  position: absolute;
  background: #000E28;
  width: 85%;
  height: 7%;
  max-width: 1360px;
  border-radius: 0 0 100px 100px;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}
.item-slide {
  position: relative;
  width: 100%;
  height: 731px;
  max-height: calc(100vh - 20px);
  min-height: 700px;

}

.Mypage.page .item-slide,
.Mypage.contact .item-slide {
  max-height: unset;
  min-height: unset;
  height: 468px;
}

.Mypage.page .item-slide {
  height: 543px;
}

.Mypage.page .img-slide {
  right: 60px;
  width: 35%;
  top: calc(40%);
}

.Mypage.contact .img-slide {
  right: 60px;
  top: calc(50%);
  width: 35%;
}

.Mypage.page .deco-slide {
  width: 32%;
  min-width: 345px;
  left: 62%;
}

.Mypage.contact .deco-slide {
  width: 32%;
  min-width: 345px;
  top: calc(50%);
  left: 62%;
}

.Mypage.contact .bloc-titre-slide {
  top: 0;
}




.slide-acueil {
  border: 3px solid #000E28;
  border-radius: 30px;
  overflow: hidden;
}


/* .item-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
} */

.img-slide {
  position: absolute;
  object-fit: cover;
  z-index: 1;
  width: unset;
  top: calc(50% - 75px);
  right: 60px;
  transform: translateY(-50%);
  width: 46%;
}

.slide-acueil .bloc-titre-slide {
    top: unset !important;
}

.bloc-titre-slide {
  top: -75px;
}

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

.deco-slide {
  position: absolute;
  width: 46%;
  aspect-ratio: 1 / 1;
  background: #E7F6F9;
  border-radius: 50%;
  top: calc(50% - 40px);
  left: 63%;
  transform: translate(-50%, -50%);
  z-index: 0;
}



.titre-slide {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 25px;
  background: #000E28;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.text-slide {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: clamp(34px, 3.75vw + 1rem, 70px);
  line-height: 1;
  letter-spacing: -3px;
  color: #000E28;
  max-width: 620px;
  margin-bottom: 40px;
}

.Mypage.contact .text-slide,
.Mypage.page .text-slide {
  font-size: clamp(34px, 4.72vw + 1rem, 84px);
}

.btn-slide {
  display: flex;
  gap: 16px 8px;
  flex-wrap: wrap;
}


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




/* formulaire */

.section-formulaire {
  position: relative;
  padding: 0;
  z-index: 5;
  pointer-events: none;
}

.bloc-form {
  display: flex;
  align-items: center;
  gap: 34px;

  background: #000E28;
  border-radius: 100px;
  padding: 40px 60px;

  pointer-events: all;
}


.champ-form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.titre-form {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: clamp(24px, 1.319vw + 1rem, 35px);
  line-height: 1;
  color: #FFFFFF;
}





.nice-select {
  height: 46px;
  border-radius: 26px;
  background: #FFFFFF;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  width: 100%;
}

.nice-select .option,
.nice-select .current {
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #000E28;
  opacity: 25%;
  display: flex;
  align-items: center;
}

.nice-select .option {
  border-bottom: 1px solid #00000014;
}

.nice-select .option:hover {
  background: #12A2C5 !important;
  box-shadow: 1px 8px 0px 0px #000E28;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 26px;
}

.nice-select .list {
  width: calc(100% + 2px);
  left: -1px;
}

.nice-select .list {
  border-radius: 0;
  margin-top: 0px;
  box-shadow: none;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  overflow: visible;

  border-radius: 0 0 26px 26px !important;
}

.nice-select.open {
  border-radius: 26px 26px 0 0 !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent;
  font-weight: 700;
}

.nice-select .option.disabled {
  display: none;
}

.nice-select:after {
  all: revert;
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  transition: transform 0.3s ease;
  top: 2px;
  right: 26px;

}

.nice-select.open:after {
  transform: rotate(-180deg);
}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: transparent;
}





/* presentation */


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


.img-float {
  float: left;
  margin-right: 80px;

  margin-top: 80px;
  margin-bottom: 35px;
}

.img-pre {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 620px;

}

img.img-presentation {
  object-fit: cover;
  border-radius: 30px;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;
}

.para-pre {
  font-family: var(--font-Urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000E28;
  opacity: 50%;

  /* display: table; */

}

.pre-deco1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* reference */

.img-ref {
  width: 100%;
  max-width: 620px;
  /* overflow: hidden; */
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  background: #FFFFFF;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;
  padding: 40px;
  display: flex;
  align-items: center;
}
.page .img-ref {
  /* width: 100%; */
  width: 620px;
  min-height: 751px;
  overflow: hidden;
  height: unset;
  object-fit: cover;
  border-radius: 30px;
  background: #FFFFFF;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-ref img {
  object-fit: cover;
  width: 500px;
}

.img-ref2 img {
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;
  border-radius: 30px;
  object-fit: cover;
}



/* valeur */
.section-valeur {
  background: #E7F6F9;
  padding: 60px 0;
}

.bloc-valeur {
  display: flex;
  align-items: center;
  gap: 40px;

  background: #FFFFFF;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;

  border-radius: 30px;

  padding: 40px;
  transition: all 0.4s ease;

}

.bloc-valeur:hover {
  background: #000E28;
}

.bloc-valeur:hover .text-valeur {
  color: #FFFFFF;
}

.icon-valeur {
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;

  border-radius: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

}

.bloc-valeur:hover .icon-valeur {
  box-shadow: 0px 4px 0px 0px #12A2C5;
  border: 3px solid #12A2C5;
}

.text-valeur {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: clamp(28px, 1.32vw + 1rem, 35px);
  line-height: 1.3;
  color: #000E28;
}

/* service */

.section-service {
  background: #E7F6F9;

}

.item-service {
  width: 100%;
  width: 455px;
  height: 435px;
  position: relative;

  transition: all 0.4s ease;
}

.img-service {
  height: 100%;
  width: 100%;

  border: 3px solid #000E28;
  box-shadow: 0px 8px 0px 0px #000E28;
  border-radius: 30px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-service>img {
  width: unset !important;
  object-fit: cover;
}

.text-service {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: clamp(26px, 1.3194vw + 1rem, 35px);
  line-height: 1;
  color: #272324;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.4s ease;

  margin-left: 55px;

  text-align: center;

}

.owl-carousel.service .owl-item.active.center .text-service {
  justify-content: space-between;
  margin-left: 0;
  text-align: left;
}

.owl-carousel.service .owl-item.active.center .text-service .icon-ln {
  opacity: 1;
}

.text-service .icon-ln {
  opacity: 0;
  transition: all 0.4s ease;
}

.bloc-service:hover {
  background: #000E28;

}

.bloc-service:hover .text-service {
  color: #12A2C5;
}

.bloc-service:hover .img-service {
  border: 3px solid #12A2C5;
  box-shadow: 0px 8px 0px 0px #12A2C5;

}


.bloc-service {
  position: absolute;
  height: 100%;
  width: 100%;

  padding: 60px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;

  background: #FFFFFF;
  border: 3px solid #000E28;
  box-shadow: 0px 4px 0px 0px #000E28;
  border-radius: 30px;


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

  transition: all 0.4s ease;
}


.owl-carousel.service .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
}

/* .owl-carousel.service .owl-stage-outer {
  overflow: visible;
} */

.slide-service {
  position: relative;
}

.custom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;

  display: flex;
  justify-content: center;
  gap: 644px;
}

.custom-btn button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000E28;
  pointer-events: all;
  transition: all 0.3s ease;
}

.custom-btn button:hover {
  background: #12A2C5;
}



/* avis */
.bloc-avis {
  display: flex;
  gap: 40px;

  padding: 60px;

  border: 3px solid #000E28;
  box-shadow: 0px 3px 0px 0px #000E28;
  border-radius: 30px;

  position: relative;
  z-index: 1;
}

.section-avis .container {
  position: relative;
}

.section-avis .container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-25%, -50%);

  height: 120%;
  aspect-ratio: 1 / 1;

  border-radius: 50%;
  background: #E7F6F9;
  z-index: 0;

}

.btn-avis {
  display: flex;
  gap: 15px;
  align-items: center;
}


/* actualite */
.img-actu {
  width: 100%;
  height: 350px;
  position: relative;
}

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

.bloc-actu {
  height: 100%;
  transition: all 0.4s ease;
}

.bloc-actu:hover .text-actu {
  color: #12A2C5;
}

.bloc-actu:hover .date-actu {
  background: #000E28;
  border: 3px solid #12A2C5
}

.banner-actu {
  padding: 45px 20px 0 20px;
}

.date-actu {
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(50%);

  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #FFFFFF;
  border-radius: 30px;

  background: #12A2C5;
  border: 3px solid #000E28;
  padding: 11px 17px;
  transition: all 0.4s ease;

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

.titre-actu {}

.text-actu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s ease;

  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 27px;
  line-height: 34.83px;
  color: #000E28;
}


.btn-actu {}


/* contact */

.bloc-contact {
  background: #E7F6F9;
  padding: 60px;
  border-radius: 30px;
  height: 100%;
}

.label-contact {
  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #000E28;
  margin-bottom: 16px;

}

.champ-contact textarea,
.champ-contact input {
  height: 52px;
  padding: 17px 25px;
  border-radius: 26px;
  background: #FFFFFF;
}

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

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #000e2857;
}

.text-form-contact {
  font-family: var(--font-Urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000E28;
  opacity: 50%;
}

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

}

.lien-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;

  margin-bottom: 80px;
}

.lien-info a,
.lien-info span {
  display: flex;
  gap: 15px;
  align-items: center;
}

.lien-info a:hover .txt-info span {
  color: #12A2C5;
}

.txt-info {
  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  color: #000E28;

}

.txt-info span {
  font-weight: 600;
  font-size: 18px;
}

.icon-info {
  width: 62px;
  height: 62px;
  background: #000E28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map {
  width: 100%;
  height: 688px;
  border-radius: 30px;
  overflow: hidden;
}

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

/* footer */

footer {
  background: #00386D;
}

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

.logo-footer {}

.titre-footer {
  font-family: var(--font-Urbanist);
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 60px;

  white-space: nowrap;
}

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

  margin-left: 19px;
}

.lien-info-footer {
  display: flex;
  align-items: center;
  gap: 16px;

  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 18px;
  line-height: 29.88px;
  color: #F9F9F9;

}

.icon-if {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #12A2C5;
  border-radius: 50%;

}

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

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

.lien-footer a {
  display: flex;
  align-items: center;
  gap: 4px;


  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 18px;
  line-height: 31.5px;
  color: #FFFFFF;

  transition: all 0.4s ease;
}

.lien-footer a::before {
  content: '';
  position: relative;
  background: url(../images/fleche.svg)no-repeat center center;
  width: 19px;
  height: 19px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.lien-info-footer:hover,
.lien-footer a:hover {
  color: #12A2C5;
}

.lien-footer a:hover:before {
  transform: rotate(45deg);
}

.les-ca {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.les-ca img {
  height: 115px;
  max-width: 258px;
}

.flex-footer2 {
  display: flex;
  justify-content: center;
}

.copyright {}

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

  padding: 30px 0;
  border-top: 1px solid #FFFFFF;
}

.bloc-copyright li {
  font-family: var(--font-Urbanist);
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.bloc-copyright li span {
  color: #12A2C5;
}

.bloc-copyright li a:hover {
  color: #12A2C5;
}

.champ-footer {
  position: relative;
}


.titre-news {
  font-family: var(--font-Urbanist);
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 60%;

  margin-top: 40px;
}

.champ-footer input {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 19px 25px;
  display: flex;
  align-items: center;

  margin-bottom: 20px;
}



.champ-footer input::placeholder,
.champ-footer input {
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #BFC3C9;
}


.champ-footer button {
  border-radius: 40px;
  background: #12A2C5;
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  padding: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.4s ease;
}











/* template mobile */



/* menu */

ul.menu {
  list-style: none;
}

ul.menu>li {
  position: relative;
}

.nav-clone 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: 8px 0;
  border-radius: 24px;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 14px 30px;
  font-family: var(--font-Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #000E28;

  border-radius: 40px;
}


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





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



.has-dropdown>a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #12A2C5;
  border-radius: 40px;
  width: 100%;
  height: 64px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}














/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: #12A2C5;
  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);
}





@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;
    text-align: left;
  }


  .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: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}

.has-submenu>a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}