/* page maconnerie-generale */

.img-cover:hover img{
 transform: scale(1.05);
 border-radius: 12px;
 overflow: hidden;
}
.img-cover span{
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.img-cover img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.45s all;
  transform: scale(1);
  overflow: hidden;
}
.img-550 {
  max-width: 650px;
  width: 100%;
  height: 450px;
}
.module-pseudo:after {
  content: "";
  width: 200px;
  height: 100px;
  background-image: url(/wp-content/uploads/2025/08/about-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -90px;
  z-index: -1;
  left: 100px;
  filter: invert(53%) sepia(61%) saturate(5028%) hue-rotate(168deg) brightness(94%) contrast(97%);
  animation: pseudo 8s linear infinite;
}

@keyframes pseudo {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px)
  }
    100% {
    transform: translateX(0px)
  }
}
.img-450 {
  max-width: 450px;
  height: 300px;
  position: absolute;
  bottom: -120px;
  right: 150px;
  width: 100%;
  border-top: 14px solid #fff;
  border-left: 14px solid #fff;
  border-radius: 12px;
}

.img-230 {
  max-width: 230px;
  width: 100%;
  height: 200px;
}
.anim-top {
  animation: anim-top 8s linear infinite;
}
@keyframes anim-top {
  0% {
    transform: translateY(0px) 
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.anim-bottom {
  animation: anim-bottom 8s linear infinite;

}
@keyframes anim-bottom {
  0% {
    transform: translateY(50px) 
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}

.icon-check .et_pb_main_blurb_image {
  padding-top: 5px;
}
.img-612 {
  max-width: 807px;
  height: 550px;
  width: 100% !important;
}
.img-436 {
  max-width: 500px;
  height: 468px;
  width: 100% !important;
}
.img-330 {
  max-width: 400px;
  height: 310px;
  width: 100% !important;
}
.absolute-330 {
 position: absolute;
 left: 210px;
 bottom: -60px;
 border-top: 5px solid #fff;
 border-left: 5px solid #fff;
 border-top-left-radius: 12px;
 animation: anim-330 8s linear infinite;
}
@keyframes anim-330 {
  0% {
    transform: translateY(0px) 
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.img-xl {
  max-width: 730px;
  height: 490px;
}
.img-ixl {
  max-width: 510px;
  left: 330px;
}
.img-ixls {
  left: 450px;
}

.services-travaux .et_pb_column{
  display: flex;
  align-items: center;
  gap: 25px;
}
.services-travaux .et_pb_column .resume-items{
  width: calc(26% - 25px);
  border: 1px solid #1f1e1c;
  border-radius: 12px;
  padding: 30px 35px;
  min-height: 346px;
}
.services-travaux .et_pb_column .resume-items p {
  text-align: center;
}
.services-travaux .et_pb_column .resume-items strong {
  text-align: center;
  display: block;
  font-size: 25px;
}
.services-travaux .et_pb_column .resume-items .et_pb_main_blurb_image {
  border: 1px solid #1f1e1c;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 25px !important;
}
.services-travaux .et_pb_column .resume-items .et_pb_main_blurb_image img{
   filter: invert(55%) sepia(91%) saturate(907%) hue-rotate(162deg) brightness(87%) contrast(90%);
   transform: rotateY(0deg);
   transition: 0.45s all;
}
.services-travaux .et_pb_column .resume-items:hover .et_pb_main_blurb_image img{
   transform: rotateY(-180deg);
   transition: 0.45s all;
}
body .et_pb_button.btn-none {
  border: 1px solid #0497d1 !important;
  border-width: inherit !important;
}

/* Responsive */
@media(max-width: 980px) {

  .flex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .img-550 {
    max-width: 550px;
    height: 380px;
  }
  .img-450 {
    max-width: 350px;
    height: 250px;
    position: absolute;
    bottom: -120px;
    left: 0px;
    border-right: 14px solid #fff;
  }
  .module-pseudo:after {
    display: none;
  }
.anim-bottom {
  animation: anim-bottom 8s linear infinite;

}
@keyframes anim-bottom {
  0% {
    transform: translateY(15px) 
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}

.anim-top {
  animation: anim-top 8s linear infinite;
}

@keyframes anim-top {
  0% {
    transform: translateY(0px) 
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.img-612 {
    max-width: 550px;
    height: 380px;
    width: 100% !important;
}
.img-436 {
    max-width: 436px;
    height: 380px;
    width: 100% !important;
}
.img-330 {
    max-width: 330px;
    height: 230px;
    width: 100% !important;
}
.services-travaux .et_pb_column .resume-items{
  width: calc(45% - 25px);
}
.services-travaux .et_pb_column{
   flex-wrap: wrap;
}
.blc-mobile {
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.img-ixls {
    left: 170px;
}

}

@media(max-width: 767px) {
  .services-travaux .et_pb_column .resume-items{
  width: calc(70% - 25px);
}
}
@media(max-width: 580px) {
  .absolute-330 {
    right: 0 !important;
    left: inherit !important;
  }
  .services-travaux .et_pb_column .resume-items{
  width: 100%;
}
}

/* Page toiture */

.services-blc .et_pb_column .resume-items{
  border: 1px solid #fff;
}
.services-blc .et_pb_column .resume-items .et_pb_main_blurb_image {
  border: 1px solid #fff;
}

/* page carrelage */
.services-border .et_pb_column .resume-items{
  border: 0px solid #fff;
  border-top: 5px solid #1ca1d5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.services-border .resume-items .et_pb_main_blurb_image {
  border: 0px solid #fff !important;
  background: #1ca1d5;
}
.services-border .resume-items .et_pb_main_blurb_image img {
  filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%) !important;
}

/* Réalisation */

.realisation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  flex-wrap: wrap;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}
.realisation .et_pb_tabs_0.et_pb_tabs {
  margin-bottom: 0 !important;
}
.realisation ul>li {
  width:calc(25% - 15px);
  border: 1px solid #20a2d6;
  border-right: 1px solid #20a2d6 !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: #20a2d6 !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;
  justify-content: center;
}
.galerie-realisation .et_pb_gallery_item {
    width: 388px !important;
    margin: 0px 0px 20px 0px !important;
    height: 340px;
    margin-bottom: 0 !important;
}
.galerie-realisation .et_pb_gallery_image{
  height: 340px;
}
.realisation ul>li:first-child {
  margin-left: 0 !important;
}
.realisation .et_pb_tab {
    padding: 0 !important;
}
.galerie-realisation img {
    height: 100% !important;
    object-fit: cover;
    border-radius:  12px !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;
}

/* Responsive */
@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);
  }
}

/* Formulaire */
body .forminator-ui#forminator-module-794.forminator-design--default .forminator-button-submit {
    background-color: #169ed4;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 25px !important;
}

/* Plan du site */
.sitemap-liste h3, .sitemap-liste br {
    display:none;
}
.sitemap-liste ul {
    list-style-type:none;
    padding-bottom:0;
    list-style: none;
}
.sitemap-liste li {
    position:relative;
    padding-bottom:10px;
    list-style: none;
    margin-bottom: 10px;
    text-align: left !important;
}
.sitemap-liste li a{
  color: #232220 !important;
}
.sitemap-liste li a:hover{
  color: #0497d1 !important;
}
.sitemap-liste  li:before {
    content:'';
    position:absolute;
    width: 25px;
    height: 25px;
    top:0;
    left:-40px;
    font-size:25px;
    background-image: url("/wp-content/uploads/2025/08/carrelage.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(47%) sepia(47%) saturate(3494%) hue-rotate(167deg) brightness(91%) contrast(97%);

}
.end-col {
  display: flex;
  justify-content: flex-end;
}

@media(max-width: 980px) {
  body .flex-center {
    display: flex;
    justify-content: center !important;
  }
  body .center-mobile .et_pb_column_5 {
    display: flex;
    justify-content: center !important;
  }
}
@media(max-width: 767px) {
   .bannier .et_pb_slide_description {
    margin-top: 190px !important;
    padding: 0 !important;
  }
}
@media(max-width: 580px) {
  .bannier .et_pb_slide_description {
    margin-top: 190px !important;
    padding: 0 !important;
  }
  .bannier .et_pb_slide_content h1 strong {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .et-pb-arrow-prev, .et-pb-arrow-next {
    width: 40px;
    height: 40px;
  }
}
.item-valeur .et_pb_blurb_description:before {
  height: 38px !important;
}
.item-valeur .et_pb_main_blurb_image img {
 filter: brightness(0) invert(1);
}
.item-valeur:hover .et_pb_main_blurb_image img {
 filter: inherit !important;
}
.item-valeur:hover .et_pb_blurb_description:before {
  background: #fff !important;
}

/* modifications */
.banner-section-full .bannier {
  height: 920px;
}
.banner-section-full .bannier .et_pb_slide {
  height: 920px;
}
.banner-section-full .bannier .et_pb_slide .et_pb_slide_description {
  padding: 20% 8%;
}

@media(max-width: 980px) {
  .banner-section-full .bannier {
  height: 820px;
 }
 .banner-section-full .bannier .et_pb_slide {
  height: 820px;
 }
 .banner-section-full .bannier .et_pb_slide .et_pb_slide_description .h1 strong{
  margin-bottom: 10px !important;
}
}
@media(max-width: 767px) {
 .banner-section-full .bannier .et-pb-arrow-prev, .banner-section-full .bannier .et-pb-arrow-next {
    margin-top: 20px;
    width: 30px !important;
    height: 30px !important;
 }
 .banner-section-full .bannier .et-pb-arrow-prev:before, .banner-section-full .bannier .et-pb-arrow-next:before {
    font-size: 30px !important;
 }

}
.section-min .min-h2 {
  min-height: 175px;
  display: block;
}
.section-min .min-h {
  min-height: 175px;
  display: block;
}


@media (min-width: 1345px) and (max-width: 1494px) {
    .section-min .min-h {
      display: block;
      min-height: 250px !important;
    }
    .section-min {
      max-width: 1345px;
    }
    .section-min .h-53 .et_pb_module_header span {
      min-height: 53px;
      display: block;
    }
    .section-max .et_pb_slide_description {
      max-width: 1060px;
    }
    .section-max h1, .section-max .h1 {
      font-size: 50px !important;
      line-height: 55px !important;
    }
    .section-max .bannier .et_pb_slide {
      height: 760px;
    }
    .section-max .bannier {
     height: 760px;
    }
    .section-expert .img-ixl {
     max-width: 440px;
     left: 220px;
    }
    .section-expert .img-xl {
     max-width: 530px;
     height: 490px;
    }
    .section-plan .img-550 {
      max-width: 550px !important;
    }
    .section-plan .img-450 {
      max-width: 420px !important;
      right: 100px !important;
    }
  
}
@media (min-width: 1494px) and (max-width: 1550px) {
    .section-max .et_pb_slide_description {
      max-width: 1060px;
    }
    .section-max h1, .section-max .h1 {
      font-size: 55px !important;
      line-height: 60px !important;
    }
    .section-max .bannier .et_pb_slide {
      height: 760px;
    }
    .section-max .bannier {
     height: 760px;
    }
    .section-expert .img-ixl {
     max-width: 470px;
     left: 250px;
    }
    .section-expert .img-xl {
     max-width: 585px;
     height: 490px;
    }
    .section-plan .img-550 {
      max-width: 550px !important;
    }
    .section-plan .img-450 {
      max-width: 420px !important;
      right: 100px !important;
    }
  
}
