:root {
  --font-sora: "Sora", sans-serif;
  --font-arimo: "Arimo", sans-serif;
}


body .Mypage {
  overflow: hidden;
}


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


.preloader {
  position: fixed;
  left: 0px;
  top: 0x;
  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: absolute;
  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;
  gap: 80px;
  align-items: center;
}

.has-dropdown>a {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #363635;
  padding: 50px 0;
}

.bloc-navigateur {
  padding: 0 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  margin-top: 60px;

}


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

/* section-slide */

section.section-slide {
  padding: 0 0;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 880px;
  min-height: 700px;
  max-height: calc(100vh - 100px);
}

/* .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;
} */

.item-slide img {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
  object-fit: cover;
}


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




.titre-slide {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: clamp(28px, 2.22vw + 1rem, 56px);
  line-height: 48px;
  color: #4C4C4C;
  margin-bottom: 24px;
}

.titre-slide span {
  font-size: clamp(13px, 0.44vw + 1rem, 24px);
  line-height: 48px;
}



/* formulaire */
.section-formulaire {
  padding-top: 45px;
  padding-bottom: 0;
}

.bloc-form {
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  border-radius: 25px;
  padding: 20px 46px;
}

.banner-form {
  padding: 20px;
  background: #F3FBF580;
  border-radius: 120px;
  backdrop-filter: blur(10px);
}

.titre-form {
  color: #FFFFFF;
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: clamp(20px, 0.44vw + 1rem, 24px);
  line-height: 1.3;
  letter-spacing: -1.2px;

}

.champ-form {
  position: relative;
}

.champ-form .nice-select,
.champ-form input {
  background: var(--WHITE, #FFFFFF);
  border-radius: 24px;
  padding: 6px 12px;
  padding-left: 47px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}



.champ-form .nice-select .list .option,
.champ-form .nice-select .current,
.champ-form input,
.champ-form input::placeholder {
  font-family: var(--font-arimo);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1B242E;
}

.champ-form .nice-select .current {
  max-width: 90%;
  overflow: hidden;
}

.champ-form .nice-select .list .option {
  line-height: unset;
}

.champ-form .nice-select .list {
  /* border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px; */
  border-radius: 24px;
}

.champ-form .nice-select .list {
  width: 100%;
}

.icon-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4C4C4C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}


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

.nice-select:after {
  border-bottom: 1px solid #222125;
  border-right: 1px solid #222125;
  width: 11px;
  height: 11px;
  right: 25px;
  margin-top: -8px;
}


/* presentation */


section.section-presentation {
  position: relative;
}

.img-pre {
  margin-top: 101px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 562px;
}

img.img-presentation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}


.pre-deco {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -30%);
  z-index: -1;
  width: 65%;
}

.para-pre ul {
  list-style: inherit;
  margin-left: 30px;
}

.para-pre h2 {
  font-size: 24px;
}

.Mypage.page .pre-deco {
  position: absolute;
  top: 25px;
  left: 25px;
}

.pre-deco1 {
  position: absolute;
  top: 36px;
  left: 23px;
  transform: translate(-50%, -30%);
  z-index: 1;
  width: 65%;
}

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



.img-pre1 {
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.pre-deco3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-65%, -45%);
  z-index: -1;
  width: 35%;
}

/* referencement */

.img-ref {
  position: relative;
}

.img-ref>img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.ref-deco {
  position: absolute;
  bottom: -8px;
  left: -19px;
  width: 35%;

}

/* valeur */
.section-valeur {
  background: url('../images/bg-valeur.jpg')no-repeat center / cover;
}

.bloc-valeur {
  padding: 28px 55px;
  border: 1px solid #4C4C4C;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  height: 100%;
}

.icon-valeur {
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.titre-valeur {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.text-valeur {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #1E1E1E;
  transition: all 0.3s ease;

}

.bloc-valeur:hover .icon-valeur svg path[stroke="#5B5B5B"] {
  stroke: #A4D244;
}

.bloc-valeur:hover .icon-valeur svg path[fill="#5B5B5B"] {
  fill: #A4D244;
}

.bloc-valeur:hover .icon-valeur svg defs linearGradient stop[stop-color="#5B5B5B"] {
  stop-color: #A4D244;
}

.bloc-valeur:hover {
  background: #363635;

}

.bloc-valeur:hover .titre-valeur {
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.row-valeur .col-12:not(:last-child) .bloc-valeur {
  border-right: none;
}


/* services */

.item-service {
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
  border-radius: 15px;
}

.img-service {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.titre-service {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #FFFFFF73;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;

  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #363635;

  transition: all 0.4s ease
}

.item-service:hover .titre-service {
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  color: #FFFFFF;
}

.item-service:hover .img-service>img {
  transform: scale(1.3);
}



.service-slide .custom-next,
.service-slide .custom-prev {
  background: transparent;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.service-slide {
  position: relative;
}

.btn-slide button {
  background: transparent;
}

.btn-slide {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;

}

.bloc-customDots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

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

#customDots button.owl-dot {
  width: 9px;
  height: 9px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: transparent;
}

#customDots .owl-dot.active {
  background: #000000;
}

/* competence */

.section-competence {
  background: url('../images/avis/bg-avis.jpg')no-repeat center / cover;
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
}

.section-competence::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000A6;
  z-index: -1;
}

.banner-conpetence {
  border: 2px solid #FFFFFF;
  width: 100%;
  max-width: 476px;
  padding: 42px 67px;
}

.text-comp {
  font-family: var(--font-sora);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;

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

.text-comp span {
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.text-comp li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.titre-comp {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
  text-align: center;
}

.text-comp span::before {
  content: '•';
  position: absolute;
  top: 0;
  left: -13px;
  width: 1px;
  height: 1px;
}

.bloc-competence {
  display: flex;
  gap: 153px;
  justify-content: center;
}



/* avis */
.section-avis {
  padding: 0;
  position: relative;
  z-index: 5;
}


.titre-avis {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: clamp(16px, 0.89vw + 1rem, 32px);
  line-height: 1;
  text-align: center;
  color: #FFFFFF;

  margin-bottom: 40px;
}


.btn-avis {
  text-align: center;
}

.bloc-avis {
  position: relative;
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  padding: 53px;
  padding-bottom: 34px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 1;
}

.banner-avis {
  position: relative;
}

.s1 {
  position: absolute;
  bottom: calc(100% - 46px);
  left: 0;
  z-index: -1;
  width: 36%;
  min-width: 450px;
  transform: translateY(15px);
}


/* actualites */
.text-actu {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: clamp(18px, 0.44vw + 1rem, 24px);
  line-height: 100%;
  color: #393C3D;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bloc-actu {
  width: 100%;
}

.img-actu {
  position: relative;
  width: 100%;
  height: 319px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 32px;
  z-index: 1;

}

.img-actu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.bloc-actu:hover .img-actu::before {
  width: 100%;
}

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


.date-actu {
  position: absolute;
  top: 34px;
  left: 29px;

  padding: 9px 14px;
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;

  color: #FFFFFF;
  background: #363635;
}

.row-actu {
  margin-right: -10px;
  margin-left: -10px;

}

.row-actu .col-12 {
  padding: 0 10px;
}





/* footer */

.footer-g {
  background: url('../images/bg-valeur.jpg')no-repeat center / cover;
  padding: 89px 0 48px 0;
}


.titre-footer {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: clamp(16px, 0.44vw + 1rem, 24px);
  line-height: 50px;
  text-transform: uppercase;
  color: #363635;
  margin-bottom: 12px;
  white-space: nowrap;
}

.lien-footer {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lien-footer a i,
.lien-footer span,
.lien-footer a {
  position: relative;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #363635;
  transition: all 0.4s ease;
}

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

.lien-footer span::before,
.lien-footer a::before {
  content: '•';
  position: relative;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  opacity: 0;
}

.lien-footer a:hover::before {
  width: 1px;
  opacity: 1;
}

.lien-footer a:hover {
  margin-left: 0;
}


.img-cert {
  display: flex;
  justify-content: center;
  gap: 18px;
}

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

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;

  flex-wrap: wrap;
  gap: 10px;

}

.bloc-copyright span {
  font-weight: 600;
}

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

.bloc-copyright a:hover svg path {
  fill: #A4D244;
}


.copyright {
  background: #363635;
  padding: 26px 0;
}

.ms-legal {
  display: flex;
  align-items: center;
  gap: 55px;
}


/* contact */

.bloc-form-contact {
  padding: 45px 53px;
  padding-right: 64px;
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);

}

.champ-contact textarea,
.champ-contact input {
  height: 65px;
  padding: 22px 34px;
  background: #FFFFFF;
  border-radius: 30px;
}

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

.champ-contact textarea,
.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact input {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 17.55px;
  line-height: 100%;

}

.text-form-contact {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #4C4C4C;

}

.btn-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.row-contact .col-12 {
  padding: 0 7px;
}

.titre-info {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.44vw + 1rem, 24px);
  line-height: 130%;
  color: #4C4C4C;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.texte-info i,
.texte-info {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #363635;
  transition: all 0.3s ease;
}

.icon-info {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  border-radius: 50%;
}

.bloc-info {
  display: flex;
  gap: 10px;
}

a.bloc-info:hover .texte-info i,
a.bloc-info:hover .texte-info,
a.bloc-info:hover .titre-info {
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* 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: 16px 0;
  border-top: 2px solid #A4D244;
  border-radius: 24px;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 12px 24px !important;
  text-decoration: none;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #262626;

}


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



ul.dropdown li a {
  position: relative;
  display: inline-block;
  color: #33302D;
  text-decoration: none;
  padding-left: 16px;
}



ul.dropdown li:hover a {
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

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









/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #A4D244 0%, #519D44 100%);
  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 */
.section-navigateur.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  height: auto;
  backdrop-filter: blur(5px);
}

.section-navigateur.fixed .bloc-navigateur {
  margin-top: 5px;

}



@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);
    list-style: none;
    z-index: 1;
    padding: 0;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    visibility: visible;
    opacity: 0;
    display: none;
    border: 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;
    border-radius: 15px;
  }

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

  .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%;
    font-size: 14px;
    justify-content: space-between;
    padding: 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;
  }

}