:root {
  --font-Kumbh-Sans: "Kumbh Sans", sans-serif;
  --font-Onest: "Onest", sans-serif;
}


body .Mypage {
  overflow: hidden;
  position: relative;
}


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 */


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

  background: #3D4A3E;

}

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

.lien-mobile {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.has-dropdown>a {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: clamp(18px, calc(2.2222vw + 1rem), 48px);
  line-height: 150%;
  color: #FFFFFF;
}

.li-lien1 a {
  padding: 8px 0;
}




/* section-slide */

.section-slide {
  position: relative;
  z-index: 3;
  padding: 0 0;
  background: #F8F5F2;

}

.Mypage.page .section-slide {
  overflow: hidden;
}

.deco-slide2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.deco-slide2 img {
  width: 100%;
  max-height: 200px;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
  margin-top: 34px;

  max-height: calc(100vh - 200px);
  min-height: 570px;
}

.Mypage.page .section-slide {
  background: #3D4A3E;
}

.Mypage.page .item-slide {
  max-height: unset;
  min-height: unset;
  margin-top: 0 !important;
  height: 300px;
}


.img-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.img-slide .container {
  display: flex;
  justify-content: flex-end;
}

.img-slide img {
  width: unset !important;
}

.deco-slide {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: -1;
}

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

.bloc-titre-slide .container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}

.Mypage.page .bloc-titre-slide .sub-title {
  color: #C2D3C3;
}

.Mypage.page .bloc-titre-slide .container {
  align-items: center;
  gap: 16px;
}


.titre-slide {
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 16px;
}

.text-slide {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: clamp(28px, 2.222vw + 1rem, 48px);
  line-height: 120%;
  color: #0D0D0D;
  max-width: 550px;
}


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



.owl-carousel.accueil .owl-item .sub-title {
  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 .sub-title {
  transform: translateY(0);
}





/* formulaire */

.section-formulaire {
  position: relative;
  z-index: 4;
}

.Mypage.home .section-formulaire {
  padding: 25px 0;
  padding-bottom: 64px;
  background: #F8F5F2;
}

.form-devis,
.bloc-form {
  background: #FFFEFA;
  border-radius: 100px;
  box-shadow: 0px 0px 40px -8px #0C0C0D1A;
  padding: 15px 50px;
}

.bloc-form {
  flex: 1;
}

.form-devis {
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;

  color: #0D0D0D;
}

.titre-form {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;

  color: #0D0D0D;

  padding: 10px 21px;
  border-right: 1px solid #0D0D0D;
}

.titre-form span {
  font-weight: 300;
}

.champ-form {
  display: flex;
  align-items: center;
  gap: 24px;

  flex: 1;
}

.flex-form {
  display: flex;
  align-items: center;
  gap: 24px;
}


.nice-select {
  position: relative;
  height: 50px;
  background: #FFFFFF8A;
  padding: 0px 22px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0;
  border: none;
  border-right: 1px solid #0D0D0D !important;
}

.nice-select .option,
.nice-select .current {
  position: relative;
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #0D0D0D;


  display: flex;
  align-items: center;
}

.nice-select .current {
  gap: 16px;
}

.champ-form>div:last-child .nice-select .current::before,
.champ-form>div:first-child .nice-select .current::before {
  content: '';
  position: relative;
  background: url('../images/f1.svg')no-repeat center / contain;
  width: 25px;
  height: 25px;
}

.champ-form>div:last-child .nice-select .current::before {
  background: url('../images/f2.svg')no-repeat center / contain;
}

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

.nice-select .option:hover {
  background: #C9CEEA !important;
  opacity: 1;
}

.nice-select .list {
  width: 100%;
  left: 0px;
  background: #FFFEFA;

}

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

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

}


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

.nice-select:after {
  all: revert;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  transition: transform 0.3s ease;
  top: 6px;
  right: 21px;
  color: #002460;
}

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

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


.section-formulaire form {
  display: flex;
  gap: 8px;
}





/* presentation */


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



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

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




.para-pre {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #404040;
}

.title-pre {
  font-family: var(--font-Onest);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.text-pre {
  font-family: var(--font-Onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFFCC;
}

.bloc-pre {
  border-radius: 16px;
  background: #3D4A3E;
  padding: 32px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.titre-para h2,
.titre-para {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: clamp(22px, 1.11vw + 1rem, 32px);
  line-height: 120%;
  color: #0D0D0D;
  margin-bottom: 24px;
}

/* avis */

.bloc-avis {
  padding: 72px 32px;
  background: #F8F5F2;
  border-radius: 24px;
}

.text-avis {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
  margin-bottom: 21px;
}

.icon-avis {
  margin-bottom: 45px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-avis {
  padding: 33px;
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF1A;
  backdrop-filter: blur(34px);
  box-shadow: 0px 4px 24px 0px #0000001A;
  border-radius: 16px;
}

/* service */
.section-service {
  background: #3D4A3E;
  overflow: hidden;
}

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

.item-service {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF1A;
  overflow: hidden;
  border-radius: 24px;
  backdrop-filter: blur(34px);


  max-width: 865px;
  margin: 0 auto;
}

.img-service {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.img-service img {
  object-fit: cover;
}

.custom-buttom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 0px;

  background: #505B50;
  border-radius: 100px;
  margin-top: 37px;
}

.custom-buttom button {
  background: transparent;
  width: 42px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#carouselCounter-ref,
#carouselCounter {
  font-family: var(--font-Onest);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;

  width: 58px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselCounter-ref {
  color: #3D4A3E;
}

.flex-service {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.section-service .para-pre {
  color: #CCCCCC;
}

.titre-service {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.text-service {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #CCCCCC;
}

.diag-service {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #CCCCCC;

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

}

.bloc-service {
  padding: 45px 48px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  height: 100%;
}

.banner-service,
.btn-service {
  margin-top: 20px;
}

.btn-service {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.banner-service {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* reference */

.bloc-ref {
  padding: 33px;
  background: #FBFBFB;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
}


.titre-ref {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: clamp(18px, 0.556vw + 1rem, 24px);
  line-height: 1.3;
  color: #0D0D0D;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.text-ref {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.text-ref span {
  font-weight: 600;
}

.section-reference .custom-buttom {
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF1A;
  box-shadow: 0px 0px 12px 0px #00000024;
  backdrop-filter: blur(34px);
}

.img-ref img {
  border-radius: 16px;
  object-fit: cover;
}

.img-ref {
  text-align: center;
}

/* valeur */


.bloc-valeur {
  position: relative;
  z-index: 1;
  padding: 72px;
  background: #3D4A3E;
  border-radius: 24px;
  overflow: hidden;
}

.bloc-valeur::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/bg-valeur.jpg')no-repeat center / cover;
  z-index: -1;
  opacity: 20%;
}

.text-valeur {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #CCCCCC;
}

.row-valeur .text-valeur {
  font-size: 16px;
  line-height: 24px;
}

.sub-valeur {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #CCCCCC;

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

}

.icon1-valeur {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner1-valeur {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-top: 36px;
}

.banner-valeur {
  padding: 32px;
  border-radius: 16px;
  background: #465148;
  opacity: .8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.titre-valeur {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 16px;
}

.row-valeur {
  margin-right: -4px;
  margin-left: -4px;
}

.row-valeur>div {
  padding: 0 4px;
}


/* faq */

.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 36px;
}

.faq-item {
  padding-bottom: 28px;
  border-bottom: 1px solid #E5E5E5;
}

.faq-question {
  position: relative;
  width: 100%;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  gap: 36px;

  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: clamp(16px, 0.714vw + 0.857rem, 24px);
  line-height: 1.3;
  color: #0D0D0D;
  padding: 0;


  text-align: left;
}

.faq-question span {
  position: relative;
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #CCCCCC;
  top: 8px;
}

.faq-item.active .faq-question span {
  color: #3D4A3E;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all .35s ease;
  padding: 0;
  padding-left: 55px;
}

.faq-answer p {
  margin: 0;


  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-top: 12px;
}



.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.img-faq {
  text-align: center;
}

/* paiement et dossier */
.bloc-paiement {
  position: relative;
  background: #3D4A3E;
  padding: 72px;
  border-radius: 24px;
}

.text-paiement {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #CCCCCC;
}

.btn-paiement .btn-1 {
  display: inline-flex;
}

.img-paiement {
  position: absolute;
  bottom: 0;
  right: 0px;
}


/* actualite */

.flex-actu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

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

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

  transition: all 0.4s ease;
}

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

.bloc-actu {
  padding: 17px;
  background: #FBFBFB;
  border-radius: 16px;
  width: 100%;
}

.banner-actu {
  padding: 36px;
}

.date-actu {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #9397B2;
  padding-top: 15px;
  padding-left: 12px;
  border-top: 1px solid #E5E5E5;
}


.text-actu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: clamp(18px, calc(1rem + 0.486vw), 24px);
  line-height: 1.3;
  color: #3D4A3E;

  margin-bottom: 42px;
}


.btn-actu {}


/* contact */
.bloc-contact {
  padding: 50px;
  border-radius: 16px;
  background: #F8F5F2;
}

.champ-contact textarea,
.champ-contact input,
.champ-contact select {
  height: 52px;
  background: #FFFFFF;
  backdrop-filter: blur(34px);
  border-radius: 14px;
  padding: 11px 20px;

}

.champ-contact select {
  width: 100%;
  border: none;
  outline: none;
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #404040;
}

.champ-contact .nice-select {
  background-color: #ffffff;
  border-radius: 14px;
}

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

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #404040;
}

.champ-contact select option {
  font-family: var(--font-Kumbh-Sans);
  font-size: 18px;
  color: #404040;
}

.text-form-contact {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #404040;
}

.titre-form-contact {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #0D0D0D;
}

.txt-form-contact {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #404040;
}

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

.section-form-contact .lien-info-footer {
  color: #404040;
  white-space: wrap;
}

.section-form-contact .info-footer {
  gap: 20px;
}

.bloc-contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


/* footer */

footer {
  background: #3D4A3E;
  padding-top: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

footer a:hover {
  color: #9397B2;
}

.deco-footer1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.deco-footer2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.footer1 {
  padding: 60px;
}

.footer1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.btn-f1 {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.footer-g {}

.bloc-footer-g {
  position: relative;
  border-top: 1px solid #C2D3C333;
  border-bottom: 1px solid #C2D3C333;
  padding: 50px 0;
  position: relative;
}

.bloc-footer-g::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  width: 1px;
  background: #C2D3C333;
  height: 100%;

}

.logo-footer {
  margin-bottom: 16px;
}

.titre-footer {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 24px;
}

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

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

  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #CCCCCC;
  white-space: nowrap;
}

.lien-info-footer:hover {
  color: #9397B2;
}

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


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

.lien-footer a {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #CCCCCC;
  white-space: nowrap;
}

.copyright {
  padding: 42px 0;
}

.bloc-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  flex-wrap: wrap;

}

.bloc-copyright li {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #CCCCCC;

  display: flex;
  align-items: center;
  gap: 0 16px;
  flex-wrap: wrap;
  text-align: center;

}

.bloc-copyright li a {}

.champ-footer {
  position: relative;
}

.newsletter {
  max-width: 350px;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.champ-footer {
  width: 100%;
  height: max-content;
}

.titre-news {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #CCCCCC;
  /* margin-bottom: 16px; */
}

.champ-footer input {
  height: 48px;
  background: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  padding: 0 45px 0 17px;
  display: flex;
  align-items: center;
}



.champ-footer input::placeholder,
.champ-footer input {
  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #CCCCCC;

}


.champ-footer button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C9CEEA;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.champ-footer button:hover {
  background: #9397B2;
}

.champ-footer button:hover svg path {
  fill: #FFFFFF;
}










/* 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 {
  position: absolute;
  left: 0;
  min-width: 180px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;

  z-index: 1;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);

  /* transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; */
}

ul.dropdown.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 12px 0;

  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

  color: #FFFFFF;
  transform: translateY(5px);

}


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



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

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



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






/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: #FFFFFF;
  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 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #3D4A3E;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: auto;
}








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

.has-submenu>a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

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



/* Bloc offcanvas */

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas-custom {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #3D4A3E;
  transition: right 0.4s ease;
  z-index: 1060;
}

body.active .offcanvas-custom {
  right: 0;
  overflow-y: auto;
}

body.active .offcanvas-custom::-webkit-scrollbar {
  display: none;
}

.logo-menu {
  margin-bottom: 10px;
  padding: 12px;
}

/* Backdrop flou */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10101060;
  backdrop-filter: blur(1px);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1055;
  pointer-events: none;
  overflow: hidden;
}

body.active {
  overflow: hidden;
}

body.active .offcanvas-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas-header {
  position: absolute;
  top: 34px;
  right: 67px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.close {
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 1;
}


.btn-navigateur {
  background: transparent;
  transition: all 0.4s ease;
}

.btn-navigateur:hover {
  scale: 1.2;
}

.offcanvas-body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding-bottom: 70px;


}

.reseaux-offc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  flex-wrap: wrap;
  width: 100%;
  /* margin-top: auto; */

  font-family: var(--font-Kumbh-Sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #CCCCCC;
}

.reseaux-offc a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offcanvas-header {}

.bloc-flex-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 509px;
  margin: 0 auto;
}

.flex-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.flex-menu a {
  flex: 1;
}

.deco-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5555;
  width: 100%;
  pointer-events: none;

  opacity: 0;
  transition: all 0.3s ease;
}

.deco-menu.active {
  opacity: 1;
}

.deco-menu img {
  width: 100%;
}

.couleur-1 {
  background: #C2D3C3;
}