body .et-menu a:hover {
  opacity: .9 !important;
}
body p {
  line-height: 28px !important;
}
body h2 {
  color: #102806 !important;
  font-size: 45px !important;
}
body.mfp-zoom-out-cur {
    overflow: hidden !important;
}
body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready, body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}
body span {
  line-height: 30px;
}
body h1, body h2, body h3 {
  letter-spacing: 0.05em;
  font-weight: 600 !important;
}
body a, body p {
  font-weight: 400 !important;
}

/* Modifications */

.header-modif .et-menu-nav ul{
  display:flex;
  align-items: center;
}
.header-modif .et-menu-nav ul>.menu-item-62>a{
  padding: 16px 26px !important;
  background-color: #0096c7;
  margin-left: 80px;
  color: #fff !important;
  border-radius: 5px;
}
.header-modif .et-menu-nav ul>.menu-item-62>a:hover{
  color: #fff !important;
}
.header-modif .et-menu-nav ul>li>a{
  padding: 16px 8px !important;
  font-size: 18px !important;
  color: #000 !important;
  overflow: hidden;
}
.header-modif .et-menu-nav ul>li.current_page_item>a {
  color: #0096c7 !important;
}
.header-modif .et-menu-nav ul>li>a:hover {
  color: #0096c7 !important;
}

.header-modif .et-menu-nav ul>.menu-item-62>a:hover:after {
  width: 0%;
}

.header-modif .et-menu-nav ul>.menu-item-62>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0b0d0f;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
    transition: .5s;
}
.header-modif .et-menu-nav ul>.menu-item-62>a:hover:before {
   clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.header-modif .et_pb_menu .et-menu>li {
    padding-left: 0 !important;
    padding-right: 2px;
}
.section-top-modif .header-top-modif, .section-top-modif .header-top-modifs {
  display: flex;
}
.section-top-modif {
   box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.section-top-modif .header-top-modif {
  top: 0;
  z-index: 2 !important;
}
 .et_pb_sticky--top.section-top-modif .header-top-modifs, .has_et_pb_sticky .section-top-modif .header-top-modif {
   top: -180px;
 }
 .et_pb_sticky--top.section-top-modif .header-top-modif {
   position: absolute !important;
 }

.et_pb_sticky--top.section-top-modif {
  animation: section-modif 0.45s;
}
@keyframes section-modif {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}

.btn-220 {
  max-width: 235px;
}
.btn-devis a {
  background-color: #0096c7;
  padding: 20px 25px;
  color: #fff;
  font-size: 20px !important;
  display: block;
  position: relative;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1; 
  overflow: hidden; /* important pour éviter que le pseudo dépasse */
}

.btn-devis a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0b0d0f;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
  transition: .5s;
}

.btn-devis a:hover:after {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.ligne-services .cible-span span {
  ligne-height: 28px !important;
}
.ligne-bienvenue .img-300 {
  max-width: 300px;
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 38px;
  left: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid #fff;
  margin-bottom: 0 !important;
}
.ligne-bienvenue .wt-500 {
  max-width: 500px;
  width: 100%;
  height: 600px;
  margin-right: 0 !important;
}
.ligne-bienvenue .texte-bievenue {
  position: absolute;
  top: 20px;
  right: -20px;
  max-width: 230px;
}
.ligne-service {
  display: flex;
}
.ligne-service .et_pb_column {
  width: 33% !important;
  border: 1px solid #33333326;
  margin-right: 20px !important;
}
.ligne-service .et_pb_column:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 45px solid #0096c7;
  border-left: 45px solid transparent;
  top: -45px;
  left: -2px;
  position: absolute;
}

.ligne-service .et_pb_column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0096c7;
  opacity: 0;  /* caché par défaut */
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all .3s linear .1s;
  z-index: -1;
}

.ligne-service .et_pb_column:hover:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}

.ligne-service .et_pb_column .et_pb_main_blurb_image {
  display: flex;
  background: #0096c7;
  max-width: 80px;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: absolute;
  top: -109px;
  left: 0;
  width: 100%;
}
.ligne-service .et_pb_column .et_pb_main_blurb_image img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
  transform: rotateY(0deg);
  transition: 0.45s all;
}
.ligne-service .et_pb_column .et_pb_blurb_container {
  margin-top: 30px;
}
.ligne-service .et_pb_column .et_pb_blurb_container .text-p {
  margin-bottom: 30px;
  min-height: 307px;
}
.ligne-service .et_pb_column .et_pb_main_blurb_image {
  display: flex;
}
.ligne-service .et_pb_column .et_pb_main_blurb_image span {
  margin: 0px !important;
  height: 40px;
}
.ligne-service .et_pb_column .et_pb_blurb_container .et_pb_module_header {
  min-height: 100px;
}
.after-fleche {
  position: relative;
  color: #000;
}
.after-fleche:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/fleches-droites.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -35px;
    top: 2px;
    height: 30px;
    width: 25px;
}
.ligne-service .et_pb_column:hover .et_pb_main_blurb_image img {
  transform: rotateY(-180deg);
  transition: 0.45s all;
}
.ligne-service .et_pb_column .et_pb_module a {
  color: #0096c7;
}
.ligne-service .et_pb_column .et_pb_module a.after-fleche:after {
  filter: invert(52%) sepia(64%) saturate(3942%) hue-rotate(164deg) brightness(89%) contrast(101%);
}
.ligne-service .et_pb_column:hover .et_pb_module a {
  color: #fff;
}
.ligne-service .et_pb_column:hover .et_pb_module a.after-fleche:after {
  filter: invert(96%) sepia(75%) saturate(4%) hue-rotate(175deg) brightness(105%) contrast(100%);
}
.ligne-service .et_pb_column:hover .et_pb_blurb_container .et_pb_blurb_description, .ligne-service .et_pb_column:hover .et_pb_blurb_container .et_pb_module_header {
  color: #fff;
}
.ligne-service .et_pb_column:hover:before {
   filter: drop-shadow(0 0 0 white) drop-shadow(0 0 2px white);
}
.ligne-service .et_pb_column:hover .et_pb_main_blurb_image {
  filter: drop-shadow(0 0 0 white) drop-shadow(0 0 2px white);
}
.infos-check:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/angle-de-la-fleche-droite-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: -25px;
    filter: invert(39%) sepia(88%) saturate(2776%) hue-rotate(169deg) brightness(96%) contrast(101%);
}
.infos-check {
  margin-left: 25px;
}
.mobile-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 480px;
  background-color: #0096c7;
  border-bottom-left-radius: 12px;
}
.mobile-border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 10px;
  background-color: #0096c7;
  border-bottom-left-radius: 12px;
}
.diapo-mysolutions .et_pb_slides .et_pb_container {
  max-width: 900px !important;
}
.diapo-mysolutions .et-pb-controllers {
  display: none !important;
}
.diapo-mysolutions .et_pb_slides .et_pb_slide_description h1 {
  margin-bottom: 45px;
  padding-bottom: 0 !important;
}
.diapo-mysolutions .et_pb_slides .et_pb_slide_description p {
  margin-bottom: 15px;
}
.diapo-mysolutions .et_pb_slides .et_pb_slide_description .color-blue {
  color: #0096c7;
  font-size: 22px;
}
.diapo-mysolutions .et_pb_slides .et_pb_slide_description .titre-diapo {
  margin-bottom: 45px;
  font-size: 72px;
  font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
  letter-spacing: 0.05em;
  line-height: 1em !important;
  padding-bottom: 0px !important;
}
.diapo-mysolutions .et-pb-active-slide .et_pb_slide_description {
  animation-name: inherit !important;
}
.diapo-mysolutions .et_pb_slide_description .btn-diapo {
  max-width: 295px;
  margin: 55px auto auto auto;
}
.diapo-mysolutions .et_pb_slide_description .btn-diapo a {
    background-color: #0096c7;
    border: none;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-radius: 12px;
    text-transform: uppercase;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    padding-left: 25px !important;
    padding-right: 25px;
    position: relative;
    color: #fff !important;
    font-size: 20px;
    cursor: pointer;
}
.diapo-mysolutions .et_pb_slide_description .btn-diapo a:hover {
  background-color: #000;
  transition: 0.45s all;
}
.diapo-mysolutions .et-pb-arrow-prev:before, .diapo-mysolutions .et-pb-arrow-next:before {
    content: "\34";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.diapo-mysolutions .et-pb-arrow-prev, .diapo-mysolutions .et-pb-arrow-next {
    background-color: #0096c7;
    border-radius: 100%;
    width: 70px;
    height: 70px;
}
.diapo-mysolutions .et-pb-arrow-prev:hover, .diapo-mysolutions .et-pb-arrow-next:hover {
    background-color: #000;
}
.diapo-mysolutions .et-pb-arrow-next:before {
  transform: rotate(180deg);
}

*//* page membrane armée */
.ligne-modif-membrane .img-modif-600 {
  max-width: 660px;
  width: 100%;
  height: 580px;
}
.ligne-modif-membrane .img-modif-250 {
  max-width: 280px;
  width: 100%;
  height: 280px;
  position: absolute;
  bottom: 0px;
  right: 0;
  border-top: 18px solid #fff;
  border-left: 18px solid #fff;
}

/* page regulation automatique */
.w-col-40 {
  width: 40.7% !important;
}

/* page depannage */
.ligne-modif-depannage .img-modif-200 {
  max-width: 240px;
  width: 100%;
  height: 200px;
  position: absolute !important;
  right: 50px;
  bottom: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.ligne-modif-depannage .img-630 {
  max-width: 580px;
  width: 100%;
  height: 600px;
}
.ligne-modif-depannage .img-630:after {
  content: "";
  width: 550px;
  height: 580px;
  background-color: #0096c7;
  position: absolute;
  right: -30px;
  bottom: -29px;
  z-index: -1;
  transition: 0.45s all;
}
.ligne-modif-depannage .hover-col-modif:hover .img-630:after {
  content: "";
  width: 550px;
  height: 580px;
  background-color: #0096c7;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

/* page realisations */
.realisation-modif .et_pb_tab_content {
  display: flex;
  gap:10px;
}
.realisation-modif .et_pb_tab_content .twenty20 {
  max-width: 335px;
}
.realisation-modif .et_pb_tab_content .twenty20 img {
  height: 310px;
  object-fit: cover;
  max-width: 335px;
}
.galerie-realisation .et_pb_gallery_item .et_pb_gallery_image a {
  display: block;
  height: 300px;
}

.galerie-realisation .et_pb_gallery_item .et_pb_gallery_image a img {
  height: 100% !important;
}
.realisation .et_pb_column .et_pb_tabs_0.et_pb_tabs {
  margin-bottom: 0px !important;
}

/* responsive modifs */
@media (min-width: 1480px) and (max-width: 1495px) {
  .section-hors-mobile .header-modif .et_pb_menu .et-menu>li {
    padding-right: 4px;
}
 
}

@media (min-width: 1345px) and (max-width: 1494px) {
  .section-hors-mobile .header-modif .et-menu-nav ul > li > a {
    font-size: 14px !important;
  }
  
}

@media(max-width:980px) {
  .section-top-modif .header-top-modifs .mb-0-mobile, .section-top-modif .header-top-modif .mb-0-mobile {
   margin-bottom: 0 !important;
 }
  .section-top-modif .header-top-modifs .p-0-mobile, .section-top-modif .header-top-modif .p-0-mobile {
   padding: 0 !important;
 }
 .section-top-modif .header-modif .mb-0-mobile {
  margin-bottom: 0 !important;
 }
 .section-top-modif .et_pb_module .et_pb_blurb_container {
  display: none;
 } 
  .section-top-modif .d-block {
  display: block !important;
 }
 .header-modif {
  position: static !important;
 }
 .header-modif .et_pb_column_5_tb_header {
  position: static !important;
 }
 .header-modif-menu {
  position: static !important;
 }
  .header-modif-menu .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #0096c7 !important;
  }
  .header-modif-menu .et_mobile_nav_menu span.mobile_menu_bar:before {
    color: #0096c7 !important;
  }
  .header-modif-menu .et_pb_menu_inner_container {
    position: static; !important;
  }
  .et_pb_sticky--top .et_pb_menu_inner_container ul.et_mobile_menu {
    top: 85px !important;
  }
  .et_pb_menu_inner_container ul.et_mobile_menu {
    border-color: #0096c7 !important;
  }
  .btn-devis a {
    font-size: 18px !important;
    padding: 15px 20px;
  } 
}
@media(max-width:980px){
  .text-modif-start.et_pb_text_align_center {
    margin: 0px !important;
  }
  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 338px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
  .ligne-modif-depannage .hover-col-modif:hover .img-630:after {
   content: "";
   width: 550px;
   height: 580px;
   background-color: #0096c7;
   position: inherit !important;
   
}
  .ligne-modif-depannage .img-630 {
    max-width: 450px;
    width: 100%;
    height: 480px;
}

  .ligne-modif-depannage .img-630:after {
    content: "";
    width: 450px;
    height: 480px;
    background-color: #0096c7;
    position: absolute;
    right: -30px;
    bottom: -22px;
    z-index: -1;
    transition: 0.45s all;
}
  .et_pb_column.w-mobile {
    width: 60% !important;
  }
  .et_pb_column.hover-col-modif {
    width: 80% !important;
  }
  .ligne-bienvenue .img-300 {
    max-width: 250px;
    width: 100%;
    height: 290px;
    position: absolute;
    bottom: 30px;
  }
  .ligne-bienvenue .wt-500 {
    max-width: 450px;
    width: 100%;
    height: 530px;
  }
  .ligne-service {
    flex-wrap: wrap;
  }
  .ligne-service .et_pb_column {
    width: 65% !important;
    border: 1px solid #33333326;
    margin-right: 0px;
    margin-bottom: 70px;
  }
  .realisation-modif .et_pb_tab_content {
    display: flex;
    gap:inherit !important;
    flex-wrap: wrap;
}
  .realisation-modif .et_pb_tab_content .twenty20 {
    max-width: 380px;
}
  .realisation-modif .et_pb_tab_content .twenty20 img {
    height: 310px;
    object-fit: cover;
    max-width: 380px;
}
.galerie-realisation .et_pb_gallery.et_pb_grid_item {
  margin-bottom: 0px !important;
}
.realisation .et_pb_column .galerie-realisation .et_pb_gallery_item.et_pb_grid_item:nth-child(n) {
  margin: 0px !important;
}
.realisation .et_pb_column .et_pb_tabs_0.et_pb_tabs {
  margin-bottom: 0px !important;
}

}
@media(max-width:767px){
  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 338px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
   .et_pb_column.w-mobile {
    width: 70% !important;
    margin-bottom: 0px !important;
  }
  .et_pb_column.hover-col-modif {
    width: 100% !important;
  }
  .ligne-modif-depannage .img-630:after {
    content: "";
    width: 400px;
    height: 400px;
    background-color: #0096c7;
    position: absolute;
    right: -30px;
    bottom: -22px;
    z-index: -1;
    transition: 0.45s all;
  }
}

@media(max-width:698px){
  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 406px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}
@media(max-width:580px){
  .ligne-modif-depannage .img-modif-200 {
    max-width: 240px;
    width: 100%;
    height: 200px;
    position: absolute !important;
    right: 10px;
    bottom: 8px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
  }
 .et_pb_column.hover-col-modif {
    padding-right: 40px !important;
  }
}
@media(max-width:492px){
  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 434px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
  .mobile-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 10px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
  .et_pb_column.w-mobile {
    width: 100% !important;
    margin-right: 20px;
  }
  .ligne-modif-depannage .img-630:after {
    content: "";
    width: 320px;
    height: 390px;
    background-color: #0096c7;
    position: absolute;
    right: -30px;
    bottom: -22px;
    z-index: -1;
    transition: 0.45s all;
  }
}
@media(max-width:580px) {
    .ligne-service .et_pb_column {
    width: 100% !important;
    border: 1px solid #33333326;
    margin-right: 0px;
    margin-bottom: 70px;
  }
}
@media(min-width:380px) and (max-width:414px) {
  .mobile-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 10px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}
@media(max-width: 414px) {

  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 474px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}
@media(max-width:404px) {
  .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 502px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}
@media(max-width: 380px) {
  .ligne-modif-depannage .img-630:after {
   display: none;
  }
   .et_pb_column.hover-col-modif {
    padding-right: 0px !important;
  }
  .ligne-modif-depannage .img-modif-200 {
    right: 0px;
  }
  .mobile-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 10px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}

@media(max-width:335px){
    .mobile-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 530px;
    background-color: #0096c7;
    border-bottom-left-radius: 12px;
  }
}
/* css old */
/*.header .et-menu-nav ul{
  display:flex;
  align-items: center;
}
.header .et-menu-nav ul>.menu-item-62>a{
  padding: 16px 26px !important;
  background-color: #0096c7;
  margin-left: 60px;
  color: #fff !important;
}
.header .et-menu-nav ul>.menu-item-62>a:hover{
  color: #fff !important;
}
.header .et-menu-nav ul>li>a{
  padding: 16px 8px !important;
  font-size: 18px !important;
  color: #000 !important;
  overflow: hidden;
}
.header .et-menu-nav ul>li.current_page_item>a {
  color: #0096c7 !important;
}
.header .et-menu-nav ul>li>a:hover {
	color: #0096c7 !important;
}
.header .et-menu-nav ul>li>a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #0096c7 !important;
  position: absolute;
  bottom: 12px;
  left: 10px;
  transition: 0.45s all;
}
.header .et-menu-nav ul>li>a:hover:after {
  width: 100%;
}
.header .et-menu-nav ul>.menu-item-62>a:hover:after {
  width: 0%;
}
.header-cordone {
  display: block;
}
.header-cordone .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.header-cordone .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}
.has_et_pb_sticky .header-cordone {
  display: none;
}
.header .et-menu-nav ul>.menu-item-62>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0b0d0f;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
    transition: .5s;
}
.header .et-menu-nav ul>.menu-item-62>a:hover:before {
   clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}*/

/* Banner secction */
.btn-299 {
   max-width: 299px;
   overflow: hidden;
}


.bouton-radius{
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.color-img img{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}
.color-img h3 {
  padding-bottom: 0 !important;
}
.color-img .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.color-img .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}
.color-chapo {
  color: #0096c7;
}

.section-experience .et_pb_main_blurb_image {
    padding: 20px 0px 20px 40px;
    max-width: 90px;
    width: 100% !important;
}
.img-cover img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  transition: 0.45s all;
}
.img-cover span {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.img-cover img:hover {
  transform: scale(1.3);
}
.img-module {
  max-width: 600px;
  width: 100%;
  height: 620px;
}
.img-module span {
  border-top-right-radius: 160px;
}
.img-modules span{
  border-top-left-radius: 160px;
}
.img-modules{
  max-width: 600px;
  width: 100%;
  height: 620px;
}

.img-module:before {
    content: "";
    max-width: 600px;
    width: 100%;
    height: 620px;
    background-color: #fff;
    border: 2px solid #0096c7;
    position: absolute;
    top: -22px;
    right: -30px;
    border-top-right-radius: 160px;
}
.img-modules:before {
  content: "";
    max-width: 600px;
    width: 100%;
    height: 620px;
    background-color: #fff;
    border: 2px solid #0096c7;
    position: absolute;
    top: -22px;
    left: -30px;
    border-top-left-radius:160px;
}
.ligne-services .et_pb_main_blurb_image {
    display: flex !important;
    justify-content: start;
    background-color: #0096c738;
    padding: 10px 15px;
    border-radius: 100%;
    width: 95px !important;
    height: 95px;
    align-items: center;
    transition: 0.55s all;
}
.ligne-services .et_pb_module:hover .et_pb_main_blurb_image {
  background-color: #fff;
}
.ligne-services .et_pb_module:hover .et_pb_main_blurb_image {
  transform: scale(0.80);
}
.ligne-services .et_pb_module .et_pb_main_blurb_image img {
  filter: invert(42%) sepia(100%) saturate(3369%) hue-rotate(170deg) brightness(98%) contrast(102%);
}
.ligne-services {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;

}
.ligne-services .et_pb_blurb_content h3 {
  margin-bottom: 15px;
  min-height: 105px;
}
.ligne-services .et_pb_blurb_content h3 span {
  min-height: 120px !important;
  display: block;
}
.ligne-services .et_pb_column  {
  margin-right: 0 !important;
  width: calc(33.33% - 17px) !important;
}
.ligne-services .et_pb_module   {
  filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  overflow: hidden;
}
.ligne-services .et_pb_blurb_description a{
  border-bottom: 1px solid #0096c7;
  font-size: 18px;
  margin-left: -100px;
}
.ligne-services .et_pb_module:hover .et_pb_blurb_description a{
  border-bottom: 1px solid #fff;
  color: #fff !important;
}
.ligne-services .et_pb_module .et_pb_blurb_description .text-p{
  min-height: 230px;
  margin-bottom: 15px;
  margin-left: -100px;
}
.ligne-services .et_pb_module:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003957;
  position: absolute;
  top: 100%;
  padding: 35px 25px;
  left: 0;
  transition: 0.45s all;
}
.ligne-services .et_pb_module:hover:before {
  top: 0;
}

.ligne-services .et_pb_module:hover .et_pb_blurb_content h3{
  color: #fff;
}
.ligne-services .et_pb_module:hover .text-p {
  color: #fff;
}

/* Slick */
.slick-slider .slick-items {
  max-width: 475px !important;
  height: 550px;
  padding-left: 10px;
}
.slick-slider .slick-items img{
  height: 100%;
  object-fit: cover;
}
.slick-slider .slick-items span{
  height: 100%;
}
.slick-slider .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: #0096c7;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  margin-right: 5px;
}
.slick-slider .slick-prev {
    position: absolute;
    left: -35px;
    top: calc(50% - 45px);
    z-index: 1;
    background-color: #0096c7;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    border: none;

}
.slick-slider .slick-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/07/fleche-droites.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotate(180deg);
    filter: invert(99%) sepia(5%) saturate(414%) hue-rotate(141deg) brightness(120%) contrast(100%);
}
.slick-slider .slick-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/07/fleche-droites.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    filter: invert(99%) sepia(5%) saturate(414%) hue-rotate(141deg) brightness(120%) contrast(100%);
}
.slick-slider .slick-next {
    position: absolute;
    right: -35px;
    top: calc(50% - 45px);
    z-index: 1;
    background-color: #0096c7;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    border: none;
}
.slick-slider ul {
  display: flex;
  justify-content: center;
  list-style: none !important;
}
.slick-slider .slick-prev,
.slick-next {
    font-size: 0;
}
.slick-prev::before,
.slick-next::before {
    font-size: 30px; 
    color: #000;
}
.slick-dots {
  display: none !important;
}

.liste-check ul li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  list-style: none;
}
.liste-check ul li:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: 0px;
  background-image: url("/wp-content/uploads/2025/07/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: invert(35%) sepia(75%) saturate(3650%) hue-rotate(172deg) brightness(102%) contrast(101%);
}
.mb-0 {
  margin-bottom: 0 !important;
}
.liste-zones ul {
  padding-bottom: 0 !important;
}
.liste-zones ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
.liste-zones ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0096c7;
  position: absolute;
  left: -25px;
  top: 6px;
}
.service-location .et_pb_column  {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.service-location .service-locaux {
  width: calc(25% - 25px);
  filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
  padding: 40px 35px;
  min-height: 344px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.service-locaux img {
  filter: invert(42%) sepia(100%) saturate(3369%) hue-rotate(170deg) brightness(98%) contrast(102%);
  transition: 0.45s all;
}
.service-locaux:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transform: scale(0);
  top: 0;
  left: 0;
  background-color: #003957;
  transition: 0.45s all;
}
.service-locaux:hover:before {
  transform: scale(1);
}
.service-locaux:hover img {
  transform: scale(0.85);
}
.service-locaux:hover .et_pb_blurb_description {
  color: #fff;
}

/* Réalisation */

.realisation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  flex-wrap: wrap;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}
.realisation ul>li {
  width:calc(25% - 15px);
  border: 1px solid #0096c7;
  border-right: 1px solid #0096c7 !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
  margin-left: 15px !important;
    border-radius: 0px !important;
  display: flex;
  justify-content: center;
}
.realisation ul>li.et_pb_tab_active {
  background-color: #0096c7 !important;
}
.realisation ul>li.et_pb_tab_active a {
  color: #fff !important;
}
.realisation .et_pb_all_tabs {
  background-color: transparent !important;
}
.realisation .et_pb_tabs {
  border: none;
}
.galerie-realisation .et_pb_gallery_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.galerie-realisation .et_pb_gallery_item {
    width: 335px !important;
    margin: 0px 0px 0px 0px !important;
}
.realisation ul>li:first-child {
  margin-left: 0 !important;
}
.realisation .et_pb_tab {
    padding: 0 !important;
}
.galerie-realisation img {
    height: 280px !important;
    object-fit: cover;
    border-radius:  5px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay {
  border-radius: 5px !important;
  background-color: #00000082 !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 20px !important;
    left: 55% !important;
    top: 55%;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .realisation ul>li { 
  margin-bottom: 15px;
  width: calc(70% - 15px);
  margin-left: 0 !important; 
  height: auto !important; 
  }
}
@media screen and (max-width: 450px) {
  .realisation ul>li { 
    width: calc(100% - 15px);
  }
}

/* Plan du site */
.sitemap-liste h3, .sitemap-liste br {
    display:none;
}
.sitemap-liste ul {
    list-style-type:none;
    padding-bottom:0;
    list-style: none !important;
}
.sitemap-liste li {
    position:relative;
    padding-bottom:20px;
    transition: 0.45s;
    margin-left: 0;
}
.sitemap-liste li:before {
    content:'';
    background-image: url("/wp-content/uploads/2025/07/goutte-deau.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position:absolute;
    top:0;
    left:-40px;
    filter: invert(52%) sepia(61%) saturate(5645%) hue-rotate(168deg) brightness(94%) contrast(101%);
    font-size:25px;
}
.sitemap-liste li a {
  color: #000 !important;
}
.sitemap-liste li a:hover {
  color: #0096c7 !important;
}
.sitemap-liste li:hover {
  margin-left: 10px;
}

.partenaire-slider .et_pb_module span, .partenaire-slider .et_pb_module img {
  width: 100% !important;
}
.partenaire-slider .slick-track {
  display: flex;
  align-items: center;
}
/*Footer */
.infos{
  padding-left: 0px;
  transition: 0.45s all;
}
.infos:hover {
  padding-left: 10px;
  
}
.infos:hover .et_pb_text_inner {
  color: #0096c7 !important;
}
.infos:hover .et_pb_blurb_description , .infos:hover span{
  color: #0096c7 !important;
}

/* responsive */
@media (max-width: 980px) {
  body .mb-0 {
    margin-bottom: 0 !important;
  }
  body .flex-col .et_pb_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #page-container .menu-headers .mobile_nav.opened .et_mobile_menu{
        transition: all .4s !important;
        display: block !important;
    }
    body #page-container .menu-headers .mobile_nav.closed .et_mobile_menu{
       display: none !important;
       transition: all 4s !important;
    }
  body h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  body h2 {
    font-size: 30px !important;
  }
  body h1 {
    padding-bottom: 0px !important;
  }
  .nav ul li a:hover, .et_mobile_menu li a:hover {
    opacity: 1 !important;
  }
  .header .et_mobile_menu li.current_page_item a {
        color: #fff !important;
        background-color: #003957 !important;
  }
.header-cordone .mobile-nones .et_pb_blurb_description {
  display: block !important;
}
.header-cordone .mobile-nones {
  width: 255px;
}
.header-cordone .mobile-nones .et_pb_blurb_description a {
  font-size: 14px !important;
}
.menu-headers .et_mobile_nav_menu ul.et_mobile_menu {
  min-height: 315.09px !important;
}
  .et_pb_menu .et_mobile_menu {
    top: 100%;
    padding: 2%;
  }
  .flex-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  .header .et_mobile_menu li a:hover {
    color: #fff !important;
    background-color: #003957 !important;
  }
  .header {
    display: flex;
    align-items: center;
    position: static !important;
  }
  .header .et_pb_menu_inner_container ul.et_mobile_menu {
    top: 110px;
    left: 0;
  }
  .has_et_pb_sticky .et_pb_menu_inner_container ul.et_mobile_menu {
    top: 75px;
    left: 0;
  }
  .header .logo{
    max-width: 200px !important;
  }
  .section-header {
    padding: 20px 0px !important;
  }
  .header-cordone .mobile-none {
    display: none;
  }
  .header-cordone {
    padding: 0px 0px 15px 0px !important;
  }
  .header-cordone .et_pb_row_0_tb_header.et_pb_row {
    padding-bottom: 0 !important;
  }
  .coordone-mopbile .et_pb_blurb_container {
    padding-left: 0 !important;
}
  .header-cordone {
    display: flex;
    align-items: center;
  }
  .header-cordone .et_pb_blurb_description {
    display: none;
  }
  .header-cordone .mobil-mail .et_pb_main_blurb_image span {
    display: flex !important;
    justify-content: end !important;
  }
  .menu-headers {
    background-color: #0096c7 !important;
    padding: 0 !important;
    position: static !important;
  }
  .header .menu-static {
    position: static !important;
  }
  .menu-headers .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #fff !important;
  }
  .menu-headers .et_mobile_nav_menu span.mobile_menu_bar:before {
    color: #fff !important;
  }
  .menu-headers .et_pb_menu_inner_container {
    position: static; !important;
  }
  .menu-headers .mobile_nav .et_mobile_menu {
    border-top: 3px solid #003957 !important;
  }
  .img-module {
    max-width: 450px !important;
    width: 100% !important;
    height: 450px !important;
  }
  .img-module:before {
    content: "";
    max-width: 450px !important;
    width: 100%;
    height: 450px !important;
    top: -22px;
    right: -30px;
  }
  .img-modules {
    max-width: 450px !important;
    width: 100% !important;
    height: 450px !important;
  }
  .img-modules:before {
    content: "";
    max-width: 450px !important;
    width: 100%;
    height: 450px !important;
    top: -10px;
    left: -10px
  }
  .img-676 {
    max-width: 450px;
    height: 450px !important;
  }
  .ligne-services .et_pb_column  {
   width: calc(50% - 25px) !important;
   margin-bottom: 0 !important;
  }
  .slick-slider .slick-items {
   height: 450px;
 }
 .slick-slider .slick-items img , .slick-slider .slick-items span {
  width: 100% !important;
 }
 .slick-slider .slick-next {
    right: -15px;
    width: 45px;
    height: 45px;
}
.slick-slider .slick-next:after {
    width: 35px;
    height: 40px;
    left: 2px;
    top: 3px;
}
 .slick-slider .slick-prev {
    left: -15px;
    width: 45px;
    height: 45px;
}
.slick-slider .slick-prev:after {
    width: 35px;
    height: 40px;
    left: 2px;
    top: 3px;
}
.section-experience .et_pb_main_blurb_image {
    padding: 15px 0px 0px 0px;
}
.slick-slider .slick-next {
    top: calc(50% - 30px);
}
.service-location .service-locaux {
  width: calc(50% - 25px) !important;
  padding: 20px 15px !important;
  min-height: 250px;
}
.service-location .service-locaux img {
  width: 60px !important;
}

@media(max-width: 767px) {
   
  body p {
    font-size: 16px !important;
  }
    .ligne-services .et_pb_column  {
    width: calc(65% - 25px) !important;
  }
  .section-experience img {
  width: 35px !important;
 } 
.section-experience .et_pb_blurb_description {
  font-size: 20px !important;
} 
}

@media(max-width: 580px) {
 .service-location .service-locaux {
  width: calc(53% - 20px) !important;
  min-height: 250px !important;
  padding: 0px 10px !important;
}
.service-location .service-locaux img {
  width: 35px !important;
}
.service-location .et_pb_blurb_description p {
  font-size: 14px !important;
}
.service-location .et_pb_column {
  gap: 10px;
}

}
@media(max-width: 510px) {
  .img-module {
    padding-right: 20px !important;
  }
   .img-module:before {
    content: "";
    right: -5px !important;
  }
  .ligne-services .et_pb_column {
     width: 100% !important;
  }
}

@media(max-width: 430px) {
    .header .et_pb_menu_inner_container ul.et_mobile_menu {
    top: 105px;
    left: 0;
  }
  .has_et_pb_sticky .et_pb_menu_inner_container ul.et_mobile_menu {
    top: 70px;
    left: 0;
  }
}
@media(max-width: 380px) {
   .service-location .service-locaux {
  width: 100% !important;

}
.header-cordone .mobile-nones {
  width: 100%;
}
}

