:root {
  --font-altenate-gothic-atf: "alternate-gothic-atf";
  --font-figtree: "Figtree", sans-serif;
}



body .Mypage {
  overflow: hidden;
  padding-bottom: 73px;
}

footer {
  margin: 0 93px;
}

body .site-main-diag {
  background-color: #ffffff;
  padding: 0 93px;

}


.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: relative;
  width: 100%;
  padding: 0 0;
  z-index: 10;
}

.banner-lien-nc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-lien-nc a i,
.banner-lien-nc a {
  font-family: var(--font-figtree);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
}

.banner-lien-nc a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bloc-nav-contact {
  background: #3A3A3A;
}

.ul-lien {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.lien-mobile {
  display: flex;
  align-items: center;
  gap: 51px;
  flex: 1;
}





.has-dropdown>a {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #3A3A3A;
}


/* section-slide */

.item-slide {
  position: relative;
  width: 100%;
}

/* .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%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.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-altenate-gothic-atf);
  font-weight: 700;
  font-size: clamp(26px, 2.67vw + 1rem, 64px);
  line-height: 1.1;
  color: #3A3A3A;
  margin-bottom: 27px;
}

.texte-slide {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 600;
  font-size: clamp(18px, 1.33vw + 1rem, 40px);
  line-height: 100%;
  color: #4481C0;
  margin-bottom: 32px;
}


.btn-slide {
  display: flex;
  align-items: center;
  gap: 33px;
}

.item-slide img.item {
  all: revert;
  width: 100%;
}



/* valeur */
section.section-valeur {
  padding: 0;
  background: #3A3A3A;

  display: flex;
  align-items: center;
  border-top: none;
}

.bloc-valeur {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}

.les-valeur {
  display: flex;
  align-items: center;
  gap: 31px;
  font-family: var(--font-figtree);
  font-weight: 700;
  font-size: 22px;
  line-height: 22.4px;
  text-align: center;
  color: #F3FFF6;

}

.les-valeur span {
  padding: 50px 0;
}

.bloc-valeur {
  border-left: 3px solid #FFFFFF;

}

.section-valeur .col-xl-4:first-child .bloc-valeur {
  border-left: none;
}


/* presentation */


section.section-presentation {
  position: relative;
}

.section-presentation::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #3A3A3A;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
}


.para-pre {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  max-width: 625px;
  color: #000000;
}


footer {
  background: #3A3A3A;

}

.footer-g {
  padding: 95px 0 60px 0;
}

.titre-footer {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 700;
  font-size: 23px;
  line-height: 32.2px;
  color: #F3FFF6;
  margin-bottom: 26px;
}

.lien-footeur {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lien-footeur a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #FFFFFF;

}

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

.c-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}


.c-footer {
  padding: 25px 0;
  border-width: 0px, 3px, 0px, 3px;
  border-style: solid;
  border-color: #F3FFF6;

}

.c-footer i,
.c-footer {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 700;
  font-size: 23px;
  line-height: 32.2px;
  color: #F3FFF6;
}

.contact-footer .col-xl-4:first-child .c-footer {
  border-left: none;
  border-right: 1.5px solid #F3FFF6;
}

.contact-footer .col-xl-4:last-child .c-footer {
  border-right: none;
  border-left: 1.5px solid #F3FFF6;
}

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

.bloc-copyright li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #FFFFFF;

}

.arobiz {
  display: flex;
  align-items: center;
  gap: 30px;
}





/* contact */

.section-form-contact {
  border-top: 4px solid #3A3A3A;
}

.champ-contact textarea,
.champ-contact input {
  height: 37px;
  padding: 0;
  border-bottom: 1px solid #383838;
  background: transparent;

}

.champ-contact textarea,
.champ-contact textarea::placeholder,
.champ-contact input,
.champ-contact input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #383838;

}

.champ-contact textarea {
  padding-top: 19px;
  height: 100px;
  min-height: 37px;
}

.text-form-contact {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383838;
  margin-bottom: 28px;
}

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

.btn-contact {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #383838;
  background: #383838;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding: 0 20px;
  border-radius: 50px;
  transition: all 0.3s ease;

}

.btn-contact:hover {
  background: #4481C0;
}

.champ-contact {
  margin-bottom: 40px;
}

.champ-textarea {
  margin-bottom: 32px;
}

.titre-contact {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 700;
  font-size: clamp(26px, 2vw + 1rem, 64px);
  line-height: 100%;
  color: #3A3A3A;

}

.img-contact {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.section-form-contact {
  padding: 0;
}



/* service */

.grid-item {
  width: 16%;
  height: 253px;
}

.grid-item.location,
.grid-item.vente {
  min-width: 200px;
}

.grid-item--width2 {
  width: 24.74%;
  height: 146px;
  flex-direction: row !important;
  min-width: 300px;
}


.grid-item--width2.amiante {
  width: 30%;
  border: none;
  box-shadow: none;
}

.amiante {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 3px 3px 0px 0px #3A3A3A;
  border: 2px solid #3A3A3A;
  width: 316px;
  height: 146px;
}

.grid-item--width3 {
  width: 16%;
  height: 225.5px;
  min-width: 200px;
}

.grid-item--width4 {
  width: 13.99%;
  height: 189px;
  min-width: 160px;
}

.grid-item--width5 {
  width: 12.76%;
  height: 189px;
  min-width: 160px;
}

.grid-item--width6 {
  width: 14.14%;
  height: 209px;
  min-width: 160px;
}

.grid-item--width7 {
  width: 9.45%;
  height: 159px;
  min-width: 120px;
}

.grid-item--width8 {
  width: 17.19%;
  height: 172px;
  min-width: 200px;
}


.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  box-shadow: 3px 3px 0px 0px #3A3A3A;
  border: 2px solid #3A3A3A;
}

.titre-service {
  font-family: var(--font-altenate-gothic-atf);
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #3A3A3A;
}

.titre-service span {
  font-weight: 700;


}

/* page service */


.grid-item--width22 {
  width: 62.7%;
  height: 107px;
  flex-direction: row;
  min-width: 300px;
}



.grid-item--width33 {
  width: 28.7%;
  flex-direction: column;
  height: 231px;
  min-width: 150px;
}

.grid-item--width44 {
  width: 25.02%;
  height: 138px;
  min-width: 130px;
}

.grid-item--width55 {
  width: 28.61%;
  height: 164px;
  min-width: 140px;
}

.grid-item--width66 {
  width: 25.63%;
  height: 196px;
  min-width: 140px;
}

.grid-item--width77 {
  width: 30.28%;
  height: 114px;
  flex-direction: row;
  min-width: 158px;
}

.grid-item--width77 {
  border: none;
  box-shadow: none;
}

.erp77 {
  position: relative;
  width: 100%;
  height: 100%;
}

.erp-visible {
  position: absolute;
  width: 216px;
  height: 116px;
  top: -2px;
  left: 0px;
  z-index: 8;
  box-shadow: 3px 3px 0px 0px #3A3A3A;
  border: 2px solid #3A3A3A;
  background: #FFFFFF;

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

}

.grid-item--width88 {
  width: 23.14%;
  height: 159px;
  min-width: 100px;
}

.grid-item--width99 {
  width: 28.69%;
  height: 150px;
  min-width: 140px;
}

.grid-item--width10 {
  width: 44.26%;
  height: 106.6px;
  flex-direction: row;
  margin-left: 30px;
  min-width: 200px;
}


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


/* 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: 272px;
  text-align: left;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;


  padding: 16px 0;
}

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

}


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



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

ul.dropdown li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #F37253;
  transition: width 0.3s ease-in-out;
  margin-right: 4px;
  vertical-align: middle;

}

ul.dropdown li:hover a::before {
  width: 16px;
}

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

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



ul.menu>li>a:hover {
  color: #F37253;
}

ul.menu>li>a.actived {
  color: #F37253 !important;
  position: relative;
}


ul.menu>li:hover .dropdown {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }





/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: #4481C0;
  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;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


}

.section-navigateur.fixed .bloc-nav-contact {
  display: none !important;
}