body h1 {
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 0px !important;
}
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}
body h2 {
    font-size: 30px;
    text-transform: uppercase;
}
body {
    overflow-x: hidden !important;
}
body .et_pb_text_0 {
    margin-bottom: 30px !important;
}
body .banner {
    height: calc(100vh - 205px) !important;
}
body .btn-cta {
    border-radius: 30px 0 30px 30px;
}
body #page-container ul {
    list-style-type: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
body #page-container h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
body #page-container p {
    margin: 0;
}
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;
}


/* HEADER ET FOOTER */
.logo-frederic img {
    border-radius: 15px;
}
.header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888>.sub-menu>li>a {
    color: #000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888.menu-item-has-children>a:after {width: 0%;}
.header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888>.sub-menu>li:hover a{
    color: #f78d22 !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888>.sub-menu>li.et_pb_menu_page_id-48 {
    margin-bottom: 15px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888>.sub-menu{
    border-color: #f78d22 !important;
    padding: 15px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    overflow: hidden !important;
    position: relative;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li {
    margin-top: 0px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li.current-menu-parent>a{ padding-right: 0px !important }
.header .menu-header .et_pb_menu__menu>nav>ul>li.current-menu-parent>a:before {
content: "";
display: block !important;
width: 100% !important;
height: 3px;
position: absolute;
bottom: 16px;
left: 0;
background-color: #f78d22;
border-radius: 20px;
transition: all .4s !important;
border-radius: 30px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li.current-menu-parent>ul.sub-menu>.current_page_item a { 
    color: #f78d22 !important;

}
.header .menu-header .et_pb_menu__menu>nav>ul>li.current_page_item>a:after {
content: "";
display: block;
width: 100%;
height: 3px;
position: absolute;
bottom: 16px;
left: 0;
background-color: #f78d22;
border-radius: 20px;
transition: all .4s !important;
border-radius: 30px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li>a:after {
content: "";
display: block;
width: 0%;
height: 3px;
position: absolute;
bottom: 16px;
left: 0;
background-color: #f78d22;
border-radius: 20px;
transition: all .4s !important;
border-radius: 30px !important;
}
.header .menu-header .et_pb_menu__menu>nav>ul>li>a:hover:after { 
width: 100%;}
.infos-check:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/fleche-droites.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: -25px;
    filter: invert(20%) sepia(89%) saturate(2329%) hue-rotate(139deg) brightness(101%) contrast(103%);
}
.infos-check {
    margin-left: 25px;
}

/* SECTION ACCUEIL */
.img-550 {
  max-width: 550px;
  height: 450px;
  border-radius: 50px;
}
.img-550 span {
  overflow: hidden;
  border-radius: 50px;
}
.img-350 {
  max-width: 350px;
  height: 320px;
  width: 100% !important;
  position: absolute !important;
  left: 260px !important;
  top: 180px !important;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.img-cover span {
    width: 100% !important;
    height: 100% !important;
}
.img-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1);
    transition: 0.45s all;
}
.img-cover img:hover {
    transform: scale(1.2);
}
.row-items-banner .et_pb_column {
  display: flex;
  flex-wrap: wrap;
}
.row-items-banner .items-banner {
  background-color: #007e34;
}
.row-items-banner .items-banner .et_pb_image_wrap {
    transform: translateY(0px);
    transition: 0.45s all;
}
.row-items-banner .items-banner:hover .et_pb_image_wrap {
    transform: translateY(-10px);
    transition: 0.45s all;
}
.row-items-banner .items-banner {
  position: relative;
  overflow: hidden;
  --tilt: 40px;
}

.row-items-banner .items-banner .et_pb_blurb_content {
  position: relative;
  z-index: 3;
}
.icon-fleur {
    overflow: hidden;
    position: relative;
}
.icon-fleur:after {
 content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  background: #f78d22;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  filter: blur(35px);
  transition:
    transform 0.4s ease-out,  
    opacity 0.4s ease-out;
}

.icon-fleur:hover:after {
  transform: translate(-50%, -50%) scale(2.5);
  opacity: 0.9;
  transition:
  transform 0.8s ease-in,  
 opacity 0.9s ease-in;
}
.icon-fleur img {
    transition: 0.45s all;
    transform: rotateY(0deg);
}
.icon-fleur:hover img {
    transform: rotateY(-180deg) !important;
    transition: 0.45s all !important;
}
.row-items-bureau .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.row-items-bureau .items-bureau {
  width: calc(23% - 6px);
  background-color: #007e34;
  padding: 35px 26px;
  border-radius: 20px;
  min-height: 230px;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: center;
}
.row-items-bureau .items-bureau .et_pb_blurb_description {
  color: #fff;
  text-align: center;
}
.row-items-bureau .items-bureau:before {
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f78d22;
    border-radius: 20px;
    transition: all .4s !important;
}
.row-items-bureau .items-bureau:hover:before { 
    width: 100%;
    height: 100%;
}
.row-items-bureau .items-bureau .et_pb_main_blurb_image img {
    transition: 0.45s all;
    transform: rotateY(0deg);
}
.row-items-bureau .items-bureau:hover .et_pb_main_blurb_image img {
    transition: 0.45s all;
    transform: rotateY(-180deg);
}
.icon-white img {
    filter: invert(99%) sepia(100%) saturate(14%) hue-rotate(241deg) brightness(104%) contrast(100%);
    transition: 0.45s all;
}

.btn-cta:hover {
    background-color: #007e34 !important;
}
.row-bureau-etude .bg-contain-2 img {
  object-fit: contain !important;
  background-color: #222f37;
}
.row-bureau-etude .bg-contain-2 {
  position: absolute !important;
  top: 180px !important;
  left: 100px;
  border-top: 8px solid #cfe8ea;
   border-right: 8px solid #cfe8ea;
}
.row-items-bureau .bg-contain-2{
  border-top-right-radius: 30px;
  overflow: hidden;
}
.row-bureau-etude .img-250 {
  max-width: 250px;
  height: 220px;
  overflow: hidden;
}
.row-bureau-etude .bg-contain-1 img {
  object-fit: contain !important;
  background-color: #2a251f;
}

/* page Assainissement */

.icon-bg .et_pb_main_blurb_image {
    background-color: #f78d22;
    padding: 8px 12px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.icon-bg:hover .et_pb_main_blurb_image {
    background-color: #007e34;
}
.col-center .et_pb_column {
  justify-content: center;
}
.col-center .items-banner {
  width: 28%;
}
.col-center  .items-banner .et_pb_blurb_description {
  text-align: center;
}
.img-560 {
  max-width: 560px;
  width: 100%;
  height: 420px;
}
.img-full {
  max-width: 100%;
  width: 100%;
  height: 450px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.min-full {
  min-height: 567px;
}
.img-360 {
  max-width: 360px;
  width: 100%;
  height: 300px;
  top: 185px !important;
  left: 275px !important;
  border-left: 8px solid #f7f7f7;
  border-top: 8px solid #f7f7f7;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

/* page depannage / debouchage */
.acc-prestation .et_pb_toggle_open {
    padding: 20px;
    background: #007e34;
}
.acc-prestation .et_pb_toggle_close {
    padding: 20px;
    background-color: #f78d22;
    min-height: 79px;
}
.acc-prestation .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #ffffff;
}
.acc-prestation .et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #fff;
    font-size: 16px;
    content: "\e050";
}
.acc-prestation .et_pb_toggle {
    color: #fff !important;
    margin: 10px 0px !important;
}
.acc-prestation .et_pb_toggle_content {
    position: relative;
    padding-top: 40px !important;
}
.acc-prestation .et_pb_toggle_open:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 68px;
}
.icon-vert img {
filter: invert(33%) sepia(17%) saturate(3455%) hue-rotate(106deg) brightness(98%) contrast(101%);
}
.icon-vert .et_pb_image_wrap  {
background: #f7f7f7 !important;
}
.img-full-2 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.min-full-2 {
  min-height: 606px;
}


/* page PFE */
.ligne-pfe-items .pfe-items .et_pb_main_blurb_image {
  display: flex;
  margin-bottom: 10px !important;
}
.ligne-pfe-items .pfe-items img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(108%) contrast(103%);
}
.ligne-pfe-items .pfe-items .et_pb_image_wrap {
  margin: 0px !important;
}
.ligne-pfe-items .pfe-items .et_pb_image_wrap {
  margin: 0px !important;
  background-color: #4f859f;
  padding: 8px 10px;
}

.ligne-items-g5 .items-g5 {
  width: calc(31% - 6px);
  border: 1px solid #4f859f;
  padding: 25px 35px;
  margin: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding-top: 38px !important;
  transition:  0.45s all;
}
.ligne-items-g5 img {
   filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(108%) contrast(103%);
}
.ligne-items-g5 .et_pb_column{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  
}
.ligne-items-g5 .items-g5:hover .et_pb_main_blurb_image { 
 background-color: #fff;
 border: 1px solid #4f859f;
}
.ligne-items-g5 .items-g5:hover { 
  background-color:#4f859f;
}
.ligne-items-g5 .items-g5:hover .et_pb_blurb_description {
  color: #fff;
}
.ligne-items-g5 .items-g5:hover h3 { 
 color: #fff;
}
.ligne-items-g5 .items-g5:hover img {
 filter: invert(47%) sepia(26%) saturate(687%) hue-rotate(155deg) brightness(97%) contrast(90%);
}
.ligne-items-g5 .et_pb_main_blurb_image {
position: absolute;
right: -60px;
top: 25%;
background-color: #4f859f;
padding: 20px;
border-radius: 100%;
}
.ligne-items-g5 .et_pb_module_header {
  min-height: 70px;
  padding-bottom: 15px !important;
}
.ligne-items-g5 .et_pb_blurb_description {
  min-height: 92px;
}

/* 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: #000 !important;
}
.sitemap-liste li a:hover{
  color: #007e34 !important;
}
.sitemap-liste  li:before {
    content:'';
    position:absolute;
    width: 20px;
    height: 20px;
    top:0;
    left:-40px;
    font-size:25px;
    background-image: url("/wp-content/uploads/2025/10/fleche-droites.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(35%) sepia(45%) saturate(1217%) hue-rotate(101deg) brightness(92%) contrast(101%);

}

.row-items-bureau .items-bureau-2 {
  width: calc(33% - 13px);
}
.row-items-bureau .items-bureau-2 .et_pb_image_wrap {
  margin: 0px !important;
}
.row-items-bureau .items-bureau-2 .et_pb_main_blurb_image {
  display: flex;
}
.row-items-bureau .items-bureau-2 .et_pb_module_header {
margin-bottom: 20px;
}
.row-items-bureau .items-bureau-2 a{
color: #fff;
  font-weight: 800;
}
.row-items-bureau .items-bureau-2 .lien-icon{
margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 22px;
}
.lien-icon:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/11/fleche.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  filter: invert(100%) sepia(58%) saturate(0%) hue-rotate(116deg) brightness(115%) contrast(101%);
}

/* Animation */


.img-top:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  background-image: url(/wp-content/uploads/2025/11/service-place.png);
  background-size: cover;
  width: 250px;
  height: 250px;
  opacity: 0;
  transition: 4s all;
}
.img-top.active:before {
  opacity: 1;
  bottom: 420px !important;
  transition: 4s all;
}

.animate-point-left-3:after {
  display: none !important;
}
.section-scroll:after {
content: "";
width: 300px;
height: 410px;
background: url(/wp-content/uploads/2025/11/place-icon.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 42%;
top: 120px;
transition: 1.50s all;
opacity: 0;
  z-index: 1;
}
.section-scroll-2.active:after {
  transition: 1.50s all;
  opacity: 1;
  top: 10px !important;
  z-index: 1;
}


.animate-rond-right:before {
 animation: left-mover 1s infinite alternate !important;
}
@keyframes left-mover {
0% {
transform: translateX(0px);
}
100% {
transform: translateX(-15px);}
}

.animate-rond-left:before {
 animation: right-mover 1s infinite alternate !important;
}
@keyframes right-mover {
0% {
transform: translateX(0px);}
100% {
transform: translateX(-15px);}
}
.animate-point-left:before {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(/wp-content/uploads/2025/11/portfolio-left-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
 rotate: -90deg;
  opacity: 0.8;
  left: -25px;
  animation: bg 0.45s ease alternate infinite;
}
@keyframes bg {
  0% {
     background-image: url(/wp-content/uploads/2025/11/portfolio-left-img.png);
  }
  100% {
      background-image: url(/wp-content/uploads/2025/11/portfolio-left-orange.png);
  }
}
.animate-point-left:after {
    display: inline-flex;
    width: 150px;
  height: 150px;
    animation: anim 6.4s ease-out infinite;
    transform:  translateY(-180%) rotate(0deg);
  content:"";
  background-image: url(/wp-content/uploads/2025/11/grande-fleur-ronde-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 50px;
  opacity: 0.1;
  animation-delay: 0.4s;
}
@keyframes anim{
    0%{
        transform:  translateY(-120%) rotate(0deg);
    }
    100%{
        transform: translateY(120vh) rotate(-360deg);

}
}

.animate-point-left-2:before {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(/wp-content/uploads/2025/11/fleurs.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
 rotate: -190deg;
  right: -55px;
  animation: bgs 1.45s ease alternate infinite;
  opacity: 0.1;
}
@keyframes bgs {
  0% {
     background-image: url(/wp-content/uploads/2025/11/fleurs.png);
     rotate: -190deg;
  }
  100% {
      background-image: url(/wp-content/uploads/2025/11/fleur-lime.png);
      rotate: -180deg;
  }
}

.img-top-2:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  background-image: url(/wp-content/uploads/2025/11/service-place.png);
  background-size: cover;
  width: 250px;
  height: 250px;
  opacity: 0;
  transition: 4s all;
}
.img-top-2.actives:before {
  opacity: 1;
  bottom: 420px !important;
  transition: 4s all;
}


/* Responsive */
@media (max-width: 980px) {
    body .et_pb_section *:not(.et_pb_row--with-menu, .logo-slider, .arrow_gauche.slick-arrow .arrow_droite.slick-arrow, .slick-list, .slick-track, .slick-slide) {
        -o-transition-property: none!important;
        -moz-transition-property: none!important;
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -o-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        -moz-animation: none!important;
        -o-animation: none!important;
        animation: none !important;
}
    body #page-container .menu-header .mobile_nav.opened .et_mobile_menu{
        transition: all .4s !important;
        display: block !important;
    }
    body #page-container .menu-header .mobile_nav.closed .et_mobile_menu{
       display: none !important;
       transition: all 4s !important;
    }
   body h1 {
    font-size: 28px !important;
   }
    body h2 {
    font-size: 22px !important;
   }
   body p,a {
    font-size: 16px;
   }
   .section-scroll-2:after {
    display: none !important;
   }
   .img-top:before {
    display: none !important;
   }
   .animate-point-left:before { 
    display: none !important;}
    .animate-point-left:after { 
    display: none !important;
    }

   .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
    border-color: #f78d22 !important;
   }
   .animate-point-left-2:after { 
    display: none !important}
    .animate-point-left-2:before { 
    display: none !important}
   #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before, .dtb-menu .et_mobile_menu .sub-menu-toggle::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   }
   .header .et_pb_menu_0_tb_header.et_pb_menu ul li.et_pb_menu_page_id-888>ul>li>a {
    color: #000 !important;
   }
   .header .et_pb_menu_0_tb_header.et_pb_menu ul li.et_pb_menu_page_id-888 a {
    color: #000 !important;
   }
   .header .et_pb_menu_0_tb_header.et_pb_menu ul li.et_pb_menu_page_id-888:hover>a {
    color: #f78d22 !important;
   }
   .header .et_pb_menu_0_tb_header.et_pb_menu li.current_page_item a {
    color: #f78d22 !important;
   }

  .header .et_pb_menu #mobile_menu1 { 
    padding: 0px 0px !important;
   }
  .header .et_pb_menu_inner_container {
    position: static;
  }
  .header .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #007e34 !important;
  }
  .header .menu-header .et_pb_menu__menu>nav>ul>.et_pb_menu_page_id-888>a{
    padding: 0px !important;
}
  body .banner {
    height: 100vh!important;
    align-items: center;
  }
  .row-items-banner .et_pb_column {
    flex-direction: column;
  }
  .row-items-banner .items-banner .et_pb_blurb_description {
    text-align: center;
  }
  .items-banner.et_pb_blurb_0.et_pb_blurb, .items-banner.et_pb_blurb_1.et_pb_blurb, .items-banner.et_pb_blurb_2.et_pb_blurb, .items-banner.et_pb_blurb_3.et_pb_blurb, .items-banner.et_pb_blurb_4.et_pb_blurb{
    padding-top: 18px !important;
    padding-right: 20px !important;
    padding-bottom: 18px !important;
    padding-left: 20px !important;
  }
  .items-banner .et_pb_main_blurb_image {
    margin-bottom: 20px !important;
  }
  .flex-reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .img-350 {
    max-width: 250px;
    height: 300px;
    width: 100% !important;
    position: absolute !important;
    left: 260px;
    top: 191px !important;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.img-550 {
    max-width: 450px;
    height: 450px;
    border-radius: 50px;
}
.row-items-bureau .items-bureau {
  width: calc(45% - 10px);
}
.row-bureau-etude .bg-contain-2 {
    position: absolute !important;
    top: 180px !important;
    left: 90px;
    border-top: 8px solid #cfe8ea;
    border-left: 8px solid #cfe8ea;
}
.row-bureau-etude .bg-contain-2 { 
margin-left: -90px !important}
.col-center .items-banner {
  width: inherit;
}
.titre-banner p{
  font-size: 35px !important;
}
.min-full {
    min-height: inherit;
}
.min-full-2 {
  min-height: inherit;
}
.img-full {
    height: 350px;
}
.ligne-pfe-items .pfe-items {
  display: block !important;
  max-width: 100% !important;
}
.ligne-items-g5 .items-g5 { 
  width:  calc(45% - 6px);
  margin-right: 15px !important;
}
.btn-gris .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: left !important;
}
.ligne-pfe-items .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 25px;
}
.ligne-pfe-items .pfe-items .et_pb_image_wrap img {
    max-width: 28px;
}
 .header .menu-header .et_mobile_nav_menu a {
  padding: 15px 5% !important;
  }
.header .Navbar {
    position: static;
}

.pb-0 p {
    padding-bottom: 0px !important;
}
body .et_pb_text_1 p {
    font-size: 28px !important;
}
body .et_pb_text_1 {
    font-size: 28px !important;
}
.row-bureau-etude .bg-contain-2 { 
position: inherit !important;}

.row-items-bureau .items-bureau-2 {
  width: calc(45% - 13px);
}

}

@media (max-width: 767px) {
    .row-items-bureau .items-bureau {
  width: calc(60% - 10px);
}
    .img-360 {
        left: inherit !important;
        right: 0px !important;
    }
    .ligne-items-g5 .items-g5 { 
      width:  calc(75% - 6px);
    }
    .row-items-bureau .items-bureau-2 {
     width: calc(65% - 13px);
}
}

@media (max-width: 580px) {
.img-350 {
    max-width: 220px;
    height: 300px;
    left: 230px !important;
}
.ligne-items-g5 .items-g5 { 
  width:  100%;
}
.row-items-bureau .items-bureau {
  width: 100%;
}
.row-items-bureau .items-bureau-2 {
  width: 100%;
}
}
@media (max-width: 490px) {
.img-350 {
    max-width: 220px;
    height: 300px;
    left: inherit !important;
    right: 0px !important;
}
}
@media(max-width: 411px) {
    .acc-prestation .et_pb_toggle_open:before {
    top: 85px;
}
}
@media (min-width: 320px) and (max-width: 360px) {
    body h2 {
        font-size: 20px !important;
    }
}
@media (min-width: 320px) and (max-width: 390px) {
    body .banner h1 {
        font-size: 24px !important;
    }
}