:root {
    --color0: #ffffff;
    --color1: #eb6629;
    --nuanceColor1: #de5a1d;
    --color2: #007ab7;
    --color3: #212121;
    --bg-facultatif: #f0f0f0;
    --font_family_1: 'Montserrat-Bold',sans-serif;
    --font_family_2: 'Montserrat-Light',sans-serif;
    --taille_font: 0.9vw;
    --border-radius: 30vw;
}



.jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px;
}

.job-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 12px;
  font-weight: bold;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  transition: background 0.3s;
}
.accordion-header:hover {
  background: #ddd;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 12px;
}

.accordion-item.active .accordion-body {
  max-height: 500px; /* assez grand pour tout afficher */
  padding: 12px;
}
.body-contact .job-card h2 {
  margin: 10px 0 30px;
  /* font-size: 20px; */
  color: #005a8d;
  text-transform: uppercase;
  text-align: center;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}



.accordion-header i {
    color: var(--color1);
    /* font-size: 20px; */
}

.accordion-body {
  display: none;
  padding: 15px;
  background: #fff;
}

.accordion-item.active .accordion-body {
  display: block;
}

.job-contact {
  margin-top: 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #005a8d;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.btn:hover {
  background: #003d5c;
}



.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.corps .gallery h2:first-of-type:before {
    /* background: var(--color2); */
    /* opacity: 1; */
}

.corps .gallery h2 {
    /* color: white; */
    /* margin: 0; */
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}





  .grid-2, .grid-3, .grid-4 {
    display:grid;
    gap: 20px;
  }
  .grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .card {
    background:#fff; border-radius:10px; padding:16px;
    box-shadow:0 2px 8px rgba(0,0,0,.08); text-align:center;
  }
  .card img{
    width:120px;
    height:120px;
    object-fit:cover;
    /* border-radius:50%; */
    margin-bottom:10px;
  }
  .card h4 {margin:8px 0;}
  .card a { color:inherit; text-decoration:none; }
  .card a:hover { text-decoration:underline; }
<!-- -->
.urgence-section {
  background: linear-gradient(35deg, #fedbc8, #c1e8e5);
  color: #333;
  padding: 4vw 6vw 6vw;
  position:relative
}

.urgence-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background: url(../images/bg-1.svg) no-repeat right bottom;
    opacity: 1.3;
    z-index: 0;
    filter: brightness(2);
    transform: rotateX(180deg);
    background-size: 82%;
}
.urgence-section .container {
  max-width: 1100px;
  margin: auto;
}

.section-title {
  /* text-align: center; */
  /* color: #0372b6; */
  /* font-size: 2.4rem; */
  /* margin-bottom: 10px; */
}
.albumnk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1.5vw;
}

.albumnk.za {
    flex-direction: column;
}

.albumnk.za img {
    height: auto;
}
.image-part {
  text-align: center;
}

.img-style {
  max-width: 46%;
  border-radius: 9px;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.2); */
  height: 50vh;
  object-fit: cover;
}

img.img-responsive.img-style.fuu-w {
    max-width: 100%;
}
.section-subtitle {
  text-align: center;
  /* font-size: 1.1rem; */
  margin-bottom: 30px;
}

.urgence-reasons {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  /* margin-bottom: 30px; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  width: fit-content;
  flex: 1 1 320px;
}

.urgence-reasons h2 {
  /* font-size: 1.3rem; */
  margin-bottom: 15px;
  color: #0372b6;
}

.urgence-reasons ul {
  list-style: none;
  padding-left: 20px;
  line-height: 1.6;
}

.precontact-message {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.urgence-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  flex: 1 1 320px;
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  /* transform: translateY(-4px); */
}

.card h3 {
  color: #0372b6;
  /* font-size: 1.3rem; */
  margin-bottom: 20px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.location {
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-list a {
  color: #0372b6;
  /* font-size: 1.1rem; */
  text-decoration: none;
}

.img-wrapper img {
  width: 80px;
  height: auto;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.img-wrapper:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .urgence-cards {
    flex-direction: column;
    align-items: center;
  }
}

/*loader */
.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background: var(--color0);z-index:9999;display:flex;align-items:center;justify-content:center}
.diamondCon {width: 149px;height: 200px;top: 0;bottom: 0;left: 0;right: 0;position: absolute;margin: auto;display: flex;align-items: center;}

.diamondCon img {
    height: auto;
    width: 100%;
}
.diamondCon img {  animation: traingle2 200ms 1.8s ease, opacity 2s 2.4s ease infinite;animation-fill-mode: forwards;}
 .diamond li:nth-child(3) {border-width: 0 20px 20px 20px;border-color: transparent transparent #a86041;right: 59px;animation: traingle3 200ms 2s ease, opacity 2s 2.4s ease infinite;animation-fill-mode: forwards;} .diamond li:nth-child(4) {border-width: 0 20px 20px 20px;border-width: 20px 20px 0 20px;border-color: #cb8161b8 transparent transparent transparent;animation: traingle4 200ms 1.6s ease, opacity 2s 2.6s ease infinite;animation-fill-mode: forwards;} .diamond li:nth-child(5) {border-width: 0 20px 20px 20px;border-width: 20px 20px 0 20px;border-color: var(--color1) transparent transparent transparent;animation: traingle5 200ms 1.4s ease, opacity 2s 2.6s ease infinite;animation-fill-mode: forwards;} .diamond li:nth-child(6) {border-width: 0 20px 20px 20px;border-color: transparent transparent #dd9170;left: 0;right: 0;margin: auto;animation: traingle6 200ms 1.2s ease, opacity 2s 2.6s ease infinite;animation-fill-mode: forwards;} .diamond li:nth-child(7) {border-width: 20px 20px 0 20px;border-color: var(--color1) transparent transparent transparent;left: 0;right: 0;margin: auto;animation: traingle7 200ms 1s ease, opacity 2s 2.8s ease infinite;animation-fill-mode: forwards;} .textCon { width: 200px; height: 50px; position: absolute; top: 0; text-align: center; line-height: 50px; font-size: 30px; font-family: Dancing Script; color: #fff; opacity: 0; animation: text 500ms 2.4s ease; animation-fill-mode: forwards; } @keyframes traingle1 { 0% { top: -50px; opacity: 0; } 100% { top: 0; opacity: 1; } } @keyframes traingle2 { 0% { top: -50px; opacity: 0; } 100% { top: 1px; opacity: 1; } } @keyframes traingle3 { 0% { top: -50px; opacity: 0; } 100% { top: 1px; opacity: 1; } } @keyframes traingle4 { 0% { right: 59px; top: -33px; opacity: 0; } 100% { right: 59px; top: 22px; opacity: 1; } } @keyframes traingle5 { 0% { left: 59px; top: -33px; opacity: 0; } 100% { left: 59px; top: 22px; opacity: 1; } } @keyframes traingle6 { 0% { top: -33px; opacity: 0; } 100% { top: 23px; opacity: 1; } } @keyframes traingle7 { 0% { top: -10px; opacity: 0; } 100% { top: 44px; opacity: 1; } } @keyframes opacity { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } } 
@keyframes text { 0% { top: 0; opacity: 0; } 100% { top: 70px; opacity: 1; } }

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--color0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader span {
  position: absolute;
  color: #fff;
  font-size: 120px;
  letter-spacing: 5px;
  font-family: var(--font_family_1);
}

.loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1.3px var(--color2);
}

.loader span:nth-child(2) {
  color: var(--color2);
  -webkit-text-stroke: 1px var(--color2);
  animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 
     54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 
     51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
/*fin loader */

.swiper-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 3vw;
    margin-bottom: 1vw;
}

.swiper-btn .swiper-button-prev,.swiper-btn  .swiper-button-next {
    position: static;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000096;
    color: var(--color2);
    border-radius: 50%;
}
/*Bouton descente*/
.btn-descendre span{width: 74px;height: 54px;background: url(../images/dot2.png) no-repeat center center;background-size: contain;display:inline-block;overflow:hidden;text-indent:300px;white-space:nowrap;/* position: absolute; */position: relative;left: 0;right: 0;margin: -4px auto;}
.btn-descendre {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin-top: 30px;
}
a.btn-descendre.hidden-sm.hidden-xs {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    text-align: center;
    left: 0;
    color: #ffffff !important;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    padding-top: 10px;
    z-index: 100;
    opacity: 1;
    top: 30vh;
    display: none;
}
.btn-descendre span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.btn-descendre span:nth-child(2) {
  animation-delay: .2s;
}

.btn-descendre span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.arrows {
    width: 85px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 110%;
}

.arrows path {
    stroke: var(--color0);
    fill: transparent;
    stroke-width: 5px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}
body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%;
    object-fit: cover
}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    position: relative
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -0.7vw;
    font-size: 0.7vw;
    color: var(--color1);
    top: 0.2vw;
    width: 9px;
    height: 16px
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

footer .horaire-table tr td {
    /* color: white; */
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

section.centres {
    padding: 3em 5vw;
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}
/************ footer ***************/
.title_footer {
    margin-bottom: 18px;
    /* font-size: 16px; */
    font-weight: 600;
    font-family: var(--font_family_2);
    font-weight: bold;
    /* font-size: 20px; */
    color: var(--color2);
    text-transform: uppercase;
    }

.footer-coordonnees .flex-recherches .scrollbars{height: 199px;}
.flex-address {display: flex;}
.footer-coordonnees > i {color: var(--color2);padding: 6px 11px 0 0;}
.footer-coordonnees .tel1, .footer-coordonnees .tel2, .flex-address {display: flex;}
.footer-coordonnees .tel1, .footer-coordonnees .tel2, footer .flex-address {/* color: var(--color0); */!;!importan;!i;!;padding: 4px 10px 0 0;transform: rotate(0);margin: 0 !important;}

.footer-coordonnees .tel1 i, .footer-coordonnees .tel2 i, footer .flex-address i {
    color: var(--color1);
    padding: 4px 1vw 0 0;
    font-size: calc(var(--taille_font) + -0.2rem);
}
.flex-horaires .horaires {/* display: flex; *//* justify-content: flex-start; *//* font-size: 16px; */float: left;color: white !important;!i;!;}
.flex-horaires .horaires i {padding: 0 10px 0 0;color: var(--color2);margin-right: 8px;}

footer .flex-horaires .horaires i {
    color: white;
}
#footer{position:relative;z-index: 8888;background: #ffffff;}

footer#footer {
    /* background: url(../images/footer.jpeg) no-repeat top center / cover; */
    /* background-attachment: fixed; */
}
footer:after {
    /* background: black; */
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.footer{position:relative;height:auto;padding:0;margin:0 0 0 0;}
.footer1_bg{
 position:relative;
 padding: 3vh 10vw;
 }
.footer2_bg{background-color: var(--color2);padding:6px 0 6px;/* margin-top: 100px; */z-index:2;width: 100%;position: relative;top: -40px;box-shadow: -1px 0px 11px 3px #85858554;z-index: 999999999999999999999;}
.hsep{background:url(../images/hsep.jpg)repeat-x 50% 50%;position:relative;margin-top:-31px;height:2px;width:100%;margin-bottom:28px;}
/******************************/
.titreAbdelhamid{position:relative;font-size:18px;color:var(--color1);text-transform:uppercase;margin:0 0 20px 0;padding:0;}
.titreAbdelhamid span{color:var(--color0);}
/************* menu footer ************/
.menu_footer_bg{background-color:transparent;padding:0;}
.menu_footer{
 display:table;
 text-align:center;
 padding:20px 0;
 margin:0;
 line-height:normal;
 width:100%;
}
.menu_footer> li{
 list-style:none;
 display:inline-block;
 margin: 5px 5px;
 position:relative;
 text-align:center;
 border-right:0px solid var(--color3);
 line-height:1.1;
 color: var(--color3);
 }

.menu_footer> li:before {
    display: none;
}

.menu_footer> li:first-child:before{display:none;}
.menu_footer li a{
 /* font-size: 16px; */
 color: #ffffff;
 line-height:normal;
 text-decoration:none;
 font-weight: 100;
 padding: 0px 6px 0;
 font-family: var(--font_family_2);
 }
.menu_footer li.active a,.menu_footer li a:hover,.menu_footer li a:focus{color: var(--color0);/* text-decoration:underline; */}
.menu_footer li:last-child a,.menu_footer li:last-child{border-right:none;}
/************* menu ref ************/
.menu_ref_bg{min-height:150px;}
.menu_referencement{text-align:justify;margin-bottom:20px;min-height:initial;width:100%;padding:0;height:auto;line-height:1px;color: var(--color1);}
.menu_referencement li{line-height:1.3;display:inline;list-style-position:inside;}
.menu_referencement li:before{font-size:18px;content:' - ';color: white;margin:0;}
.menu_referencement li:first-child:before{display:none;}
.menu_referencement li a{letter-spacing:normal;text-decoration:none;text-transform:none;color: var(--color0);font-size: 16px;font-weight:100;}
.menu_referencement li.active a,.menu_referencement li a:hover,.menu_referencement li a:focus{text-decoration:underline;color: var(--color1);}
/************* signature ****************/
.signature{width:100%;margin:10px 0 7px;padding:0;float:none;display:inline-block;}
.signature_link{margin:0;display:block;color:var(--color2);font-size:12px;text-align:center;line-height:10px;text-decoration:none;font-style:italic;z-index:3;}
.signature_link:hover{color:var(--color2);text-decoration:underline;}
.signature_link img{width:auto;height:auto;margin:0 auto;display:block;}

.copyright-footer {margin-bottom: 0;}
#logoFD svg * {fill: var(--color0);}
#logoFD svg { width: 220px; }
.btn-partage {
    /* padding-top: 20px; */
    display: flex;
    column-gap: 4px;
    justify-content: flex-end;
}

footer .btn-partage {
    padding: 38px 0 0 0;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.agences.row {
    position: relative;
    width: 60%;
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.row.nkrow.nopad {
    margin-bottom: 5vw;
}

.row.nkrow.nopad ul {
    column-count: 2;
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

span.imagefond.cover {
    /* background-image: url(../images/footer.jpeg) !important; */
}
.product-container {
    position: relative;
    width: 650px;
    height: 452px;
    margin: auto;
    padding: 5em 0;
}

.nos_produits {
    position: relative;
    z-index: 8000;
    padding: 4em 0 11em;
    background: white;
}
.item-photo {
    width: 650px;
    height: 452px;
    transition: 0.6s ease;
    border-radius: 6px;
}

.swiper-slide.swiper-slide-active .item-photo {
    transform: scale(1.2);
    position: relative;
    z-index: 10;
}
.item-photo a.imagecont {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.product-container .swiper-button-next {right: -270px;background: var(--color1) url(../images/right.png) no-repeat center;}

.product-container .swiper-button-prev {
    left: -270px;
    background: var(--color1) url(../images/left.png) no-repeat center;
}
.no-animate{    
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important; 
}
.product-container .swiper-button-prev, .product-container .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color1);
    border-radius: 50%;
    top: 60%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
}

.product-container .swiper-button-prev:hover, .product-container .swiper-button-next:hover {
    transform: scale(1.25);
}
span.overeyes {
    position: absolute;
    top: 40%;
    left: 50%;
    background: var(--color1);
    padding: 25px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%) scale(0);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    -webkit-transform: scale(0);
}
span.overeyes:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
span.overeyes i {
    position: relative;
    left: 2px;
    top: 1px;
}

span.overeyes.rel {
    background: white;
    color: var(--color1);
}
.swiper-slide.swiper-slide-active span.overeyes, .swiper-slide.swiper-slide-active span.overlayleft, .swiper-slide.swiper-slide-active span.overlayright {
    opacity: 1;
    visibility: visible;
}
span.overlayleft {
    position: absolute;
    width: 354px;
    height: 100%;
    background: url(../images/overleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
span.overlayright {
    position: absolute;
    width: 380px;
    height: 330px;
    background: url(../images/overright.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide.swiper-slide-active span.overeyes {
    transform: translate(-50%) scale(1);
}
.item-photo a.imagecont .imagefond {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    border-radius: 6px;
}
.swiper-slide.swiper-slide-active .item-photo:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(23,23,23,.56);border-radius: 8px;opacity: 1;}
.item-content {
    position: absolute;
    bottom: -75px;
    left: 10px;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(.5,1,.89,1);
    transition: all 1s cubic-bezier(.5,1,.89,1);
    width: 100%;
}

.swiper-slide.swiper-slide-active .item-content {
    bottom: -20px;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0;
}

.item-content a {
    color: white;
    opacity: 0.9;
    display: flex;
    overflow: hidden;
    opacity: 0.8;
    transition: 0.6s ease;
    right: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    padding: 12px 0;
    /* background: #ffffff; */
    border-radius: 5px;
}

.item-content a img {
    height: auto;
    width: 60%;
    filter: brightness(0) invert(1);
}

.item-accueil:hover .item-content a {
    opacity: 1;
    right: 0;
    text-shadow: 0px 2px 4px #000000;
}

a.decouvrir {
    background: transparent;
    font-size: 18px;
    color: white !important;
    padding: 7px 0px !important;
    width: 100%;
    border-radius: 5px;
    /* text-transform: uppercase; */
    text-align: left;
}

.item-accueil {
    position: relative;
    margin-bottom: 20px;
}
.layer_img.lastarrow {
    display: none;
}

.layer_img.thirdarrow {
    position: absolute;
    top: 16px;
    right: -60px;
    left: auto;
}

.layer_img.secondarrow {
    position: absolute;
    top: 101px;
    right: -55px;
    left: auto;
    transform: rotate(45deg);
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

figcaption.captionservice {
    width: 100%;
    position: relative;
    bottom: 0;
    /* height: 40%; */
}

figcaption.captionservice div.position-relative {
    position: relative;
    z-index: 2;
    padding: 1.4vw 1.8vw 1vw;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

.singleservice:hover figcaption.captionservice div.position-relative {
    border-color: #dee2e654;
}

figcaption.captionservice div.position-relative img {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: -45px;
    display: block;
    opacity: 0;
    visibility: hidden;
    display: none;
}

p.w-80.lg-w-100.fs-16.mx-auto.mb-15px.lg-mb-10px.text-light-opacity {
    color: #878898;
    display: block;
    height: 50px;
    display: none;
}

.singleservice:hover p.w-80.lg-w-100.fs-16.mx-auto.mb-15px.lg-mb-10px.text-light-opacity {
    color: var(--color0);
}

figure.serviceitem {
    display: block;
    /* padding-bottom: 140px; */
}
a.itemimage {
    display: block;
    width: 100%;
    /* height: 60%; */
}

a.itemimage img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: bottom;
    /* border-radius: 0.7vw; */
}
.singleservice {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
    box-shadow: 0 0px 6px rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: all .5s cubic-bezier(.5,1,.89,1);
    transition: all .5s cubic-bezier(.5,1,.89,1);
    will-change: auto;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    /* padding: 10px; */
}

.singleservice:hover a.itemimage img {
    /* scale: 1.1; */
}

.liste-services .singleservice {
    width: 32%;
    margin-bottom: 30px;
}

.singleservice:hover figcaption.captionservice div.position-relative img {
    opacity: 1;
    visibility: visible;
    margin: auto;
    margin-bottom: -27px;
    width: 0px;
    filter: brightness(0) invert(1);
    opacity: 0;
    display: none;
}

.singleservice * {
    -webkit-transition: all .5s cubic-bezier(.5,1,.89,1);
    transition: all .5s cubic-bezier(.5,1,.89,1);
    will-change: auto;
}
.btn.btn-link {
    padding: 1vw;
    position: relative;
    display: block;
    border: 0;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color3);
    text-decoration: none;
    background-color: transparent;
    z-index: 2;
    font-size: calc(var(--taille_font) + -0.3rem);
}

.singleservice .btn.btn-link {
    color: var(--color5);
}

.btn.btn-hover-animation-switch .btn-icon+.btn-icon {
    position: relative;
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    display: none;
}
a.fw-600.d-inline-block.mb-5px.text-dark-gray.fs-18 {
    text-decoration: none;
    font-size: 21px;
    line-height: 1;
    font-family: var(--font_family_1);
    color: var(--color2);
    display: block;
    margin-bottom: 8px;
    font-size: calc(var(--taille_font) + 0.4rem);
}

.singleservice:hover a.fw-600.d-inline-block.mb-5px.text-dark-gray.fs-18 {
    color: white;
}
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.5,1,.89,1);
    transition: all .4s cubic-bezier(.5,1,.89,1);
    background: var(--color2);
}

.singleservice:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}

.singleservice:hover .btn.btn-link {
    color: white;
}

.liste-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    padding: 1em 0;
    gap: 1%;
}

body {
    color: var(--color3);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0)
}

.gallery {
    padding: 0 6%;
}

.logo-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-footer a {
    width: 37%;
}

.logo-footer img {
    width: 100%;
    height: auto;
    max-height: 5vw;
    object-fit: contain;
    /* mix-blend-mode: plus-lighter; */
    /* filter: invert(1) brightness(2) grayscale(1) sepia(1); */
}

.swiper.swiper-atouts.swiper-container-horizontal {
    overflow: hidden;
}

.atout-text p {
    color: #333;
}

.atout-text h3 {
    color: var(--color3);
    font-family: var(--font_family_2);
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: calc(var(--taille_font) + 0.6rem);
}

.atout:hover .atout-text h3,.atout:hover .atout-text p {
    color: white;
}

.atout {
    background: white;
    padding: 3vw 10%;
    border-radius: 3vw;
    min-height: 22vw;
    transition: .3s ease;
}

.atout * {
    transition: .3s ease;
}

.atout:hover {
    background: var(--color1);
}

.atout-img {
    width: 5vw;
    height: 5vw;
    background: #fcede6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.atout-img svg {
    width: 62%;
    height: auto;
    fill: var(--color1);
}

.swiper-banner .swiper-slide {
    overflow: hidden;
}

.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev {
 color: white;
 background: white;
 border-radius: 50%;
 width: 3vw;
 height: 3vw;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--color1);
 font-size: 21px;
 top: 60%;
 transform: translateY(-50%);
}
 .swiper-banner .swiper-button-prev {
 
    left:3%
}
.swiper-banner .swiper-button-next {
    right: 3%;

}
.swiper.swiper-banner.swiper-container-horizontal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

label.checkbox.label-rgpd {
    font-size: calc(var(--taille_font) + -0.2vw);
}

.panel-heading {
    background: var(--color2);
    color: white;
    padding: 0;
}

.panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
}

.panel-heading a:hover {
    text-decoration: none;
}

.panel.panel-accordion-primary {
    background: #f9f9f9;
    /* color: white; */
}
 .inner {position: absolute;top: -130px;left: -61%;width: 600px;height: 600px;/* background: #f1f1f1ab; */animation: waves 10s infinite linear;border-radius: 40%;z-index: -1;}

@keyframes waves {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
.atouts {
    padding: 4em 5%;
    background: linear-gradient(213deg, #fedbc8, #c1e8e5);
    position: relative;
}

.atouts:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background: url(../images/bg-1.svg) no-repeat right bottom;
    opacity: 1.3;
    z-index: 0;
    filter: brightness(2);
    transform: rotate(180deg);
    background-size: 82%;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 1vw;
    font-family: var(--font_family_2);
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.feature-nbr {
    width: 2vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid; */
    /* background: var(--color2); */
    font-family: var(--font_family_3);
    font-size: 17px;
}

.feature-nbr svg {
    width: 2vw;
    fill: var(--color1);
}
.feature-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.atouts-2 .feature-container {
    flex-direction: row;
}
.feature-content {
    width: 70%;
    padding: 0 5% 0 0;
}
.feature-image {
    height: 72vh;
}

.feature-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.feature-content h2.h1 {
    text-align: left;
    margin: 1vw 0 3vw;
}

.feature-content h2.h1:before {
    left: 0;
    margin: 0;
}
.feature-text {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    padding-top: 0.2em;
    font-size: calc(var(--taille_font) * 1.2);
    transition: color 0.3s ease;
    width: 90%;
}

.feature-text p {
    display: none;
    opacity: 0.7;
    /* color: var(--color0); */
    font-size: var(--taille_font);
}

.feature-item:hover .feature-text {
    /* color: var(--color1); */
}

.feature-item i {
    width: 1.7vw;
    height: 1.7vw;
    text-align: center;
    padding-top: 0.4vw;
    border: 1px solid var(--color1);
    /* background: var(--color2); */
    color: var(--color1);
    transition: all 0.3s ease;
}
.swiper-service1.swiper-container-horizontal, .swiper-service2.swiper-container-horizontal {
    position: relative;
    overflow: hidden;
    padding: 20px 5px;
}

.btn-service {
    text-align: center;
}
.contain-valeurs {
  position: relative;
  display: block;
  background: #fafafa;
  padding: 8vh 10vw;
  margin-top: 0;
  z-index: 10;
}

.contain-valeurs:before/*, .actualites:before*/ {
    content: "";
    width: 15%;
    height: 38%;
    display: block;
    position: absolute;
    background: url(../images/sh1.png);
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}

.contain-valeurs:after/*, .actualites:after*/ {
    content: "";
    width: 15%;
    height: 38%;
    display: block;
    position: absolute;
    background: url(../images/sh2.png);
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.contain-valeurs .h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.contain-valeurs .flex-normal {
  display: flex;
  width: 100%;
}
.valeurs-client {
  width: 100%;
  padding: 7vh 7vw;
  font-size: 14px;
  /* background: #fff; */
  position: relative;
  z-index: 1;
}

.valeurs-client .atouts {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 33px;
  z-index: 1;
  flex-wrap: wrap;
}

.valeurs-client .atouts .item-atout {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #545454;
  background: rgb(255 255 255 / 0.8);
  font-size: 17px;
  width: 18%;
  line-height: 1;
  text-align: center;
  /* box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%); */
  padding: 2em 2vw;
  position: relative;
  z-index: 5;
  border: 1px solid #ddddddb0;
}

.illus:before {
    content: "";
    position: absolute;
    width: 64%;
    height: 100%;
    background: #007dcf;
    z-index: 0;
    overflow: hidden;
    -webkit-mask: url(../images/vector.svg);
    -webkit-mask-type: alpha;
    -webkit-mask-size: 100% 100%;
    mask: url(../images/vector.svg);
    mask-type: alpha;
    mask-size: 100% 100%;
    transform: rotate(-30deg);
    bottom: 35px;
    right: 45px;
}

.valeurs-client .atouts .item-atout img {
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-mask: url(../images/vector.svg);
  -webkit-mask-type: alpha;
  -webkit-mask-size: 100% 100%;
  mask: url(../images/vector.svg);
  mask-type: alpha;
  mask-size: 100% 100%;
  background: #f1f1f1;
  padding: 25px;
}

.valeurs-client .h1 {
  color: var(--bg-color-dark);
  text-transform: uppercase;
  font-size: 35px;
}

.valeurs-client ul {
  color: var(--bg-color-dark);
  font-size: 17px;
  margin-top: 1em;
  line-height: 2;
}

.valeurs-client ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 15px;
}

.valeurs-client span.titre-secondaire {
  color: var(--secondary-color);
  text-transform: uppercase;
  display: block;
  padding: 0 0 16px;
  font-size: 19px;
}
.newsletter h2 {
    color: white;
    margin-bottom: 10px !important;
    font-size: 20px;
}
.newsletter {
    color: white;
    position: relative;
   
}
/** BLOCK NEWSLETTER **/
.NewsletterBg{padding:78px 20px 60px;background-color:var(--color2);text-align:center;margin-top:15px;}
.NewsletterBg .h{color:var(--color0);font-size:23px;margin:0 0 30px 0;}
.NewsletterBg p{font-size:20px;color:var(--color0);margin:0 0 1px 0;}
.block #newsletter_form{display:table;width:100%;margin:0 auto;}
.block #newsletter_form label{font-weight:normal;display:table-cell;display:none;}
.block #newsletter_form input{border:none;border-radius:0;display:table-cell;vertical-align:middle;}
.block #newsletter_form input[type="text"]{background-color:transparent;line-height:1;line-height:32px \9;padding:0px 12px;width:70%;margin:0 0 0 0;font-size:16px;color: white;border: 1px solid var(--color0);height: 37px;border-radius: 0 !important;}

input:focus-visible {
    outline: none;
}
.block #newsletter_form input[type="submit"]{background: transparent;border: 1px solid var(--color0);color: var(--color0);padding: 7px 13px 7px;font-weight:900;}
.block #newsletter_form input[type="submit"]:hover{border: 1px solid var(--color1);color:var(--color0);background: var(--color1);}
.blockCenter.gallery-iflex {margin: 0 -15px;}
.rappel-logo img {
    /* filter: brightness(0) invert(1); */
    height: auto;
    width: 40%;
}

.services.services-home {
    position: relative;
    background: linear-gradient(
35deg, #fedbc8, #c1e8e5);
    z-index: 8000;
    padding: 5vh 4vw;
}

.flex-content {
    position: relative;
    width: 48%;
}

.flex-content h1 {
    text-align: left;
    margin: 1vw 0 2vw;
}

.flex-content h1:before {
    left: 0;
    margin: 0;
}

.flex-images {
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
}

.flex-images img {
    width: 100%;
    height: auto;
    position: relative;
    /* display: none; */
    border-radius: 50px;
}

.flex-mar {
    position: relative;
    display: flex;
    /* gap: 5%; */
    justify-content: space-between;
    flex-direction: row-reverse;
}

a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-weight: 200
}

.h1,h1 {
    font-size: 30px;
    line-height: 1;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
    position: relative;
    font-weight: 700;
    font-size: calc(var(--taille_font) + 0.6vw);
}

.h1:before,h1:before {
    content: "";
    width: 4vw;
    background: var(--color1);
    position: absolute;
    bottom: -1vw;
    left: 50%;
    margin-left: -37px;
    height: 2px
}

.h2,h2 {
    font-size: calc(var(--taille_font) + 1rem)
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .7rem)
}

h4 {
    font-size: calc(var(--taille_font) + .4rem)
}

h4.panel-title {
    font-size: inherit;
}

h5 {
    font-size: calc(var(--taille_font) + .3rem)
}

h6 {
    font-size: calc(var(--taille_font) + .2rem)
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

a {}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding: 12px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--color1);
    text-align: center;
    margin-bottom: 0;
    display: block;
    font-family: var(--font_family_2);
    text-transform: none;
    font-size: calc(var(--taille_font) + 0.5rem);
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--nuanceColor1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:hover {
    color: var(--color0);
}

.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 0.8vw 1.8vw;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    /* padding-right: 50px; */
    border-radius: var(--border-radius);
    overflow: hidden;
    font-size: calc(var(--taille_font) + 0rem);
    min-width: 8vw;
}

a.bouton-principal:after,button.bouton-principal:after {
    content: "\f105";
    right: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
    -webkit-transform: translateY(-50%);
    font-weight: 700;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
    opacity: 0;
}

.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    /* text-align: left; */
    /* font-family: var(--font_family_1); */
    color: var(--color0);
    text-decoration: none;
    /* padding: 13px 20px; */
    /* font-size: 14px; */
    text-transform: uppercase;
    /* border: 0; */
}

.btn-news a.bouton-principal:after,.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    margin: 2vw 0 10px;
}

.main-page {
    position: relative;
    overflow: hidden
}
.before-header {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  background: #111821;
  padding: 6px 3%;
  /* border-bottom: 1px solid rgb(0 0 0 / 11%); */
  height: 3vw;
}

.before-header .row-flex-normal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.before-header .coords-head {
  display: flex;
  color: var(--color0);
  font-size: 14px;
  width: 70%;
  padding: 6px 0 6px;
  align-items: center;
  font-size: calc(var(--taille_font) + 0rem);
}

.body-page-1  .before-header .coords-head {
    color: var(--color0);
}

.before-header .coords-head p.adresse {
    margin: 0;
}

p.adresse {}

.before-header .coords-head > div {
  margin-right: 23px;
}

.before-header .coords-head i {
  color: var(--color1);
  padding-right: 8px;
}

.before-header .rs-head {
  color: var(--color3);
  font-size: 14px;
  width: 30%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-rs {
    display: flex;
    align-items: center;
}

.before-header .rs-head .langues ul {
  display: flex;
  padding-left: 12px;
  margin-left: 17px;
  border-left: 1px solid #ffffff;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.before-header .rs-head .langues {
  padding-top: 9px;
}

.before-header .rs-head .langues ul li {
  padding: 0 4px;
}

.before-header .rs-head i {
  font-size: 16px;
  color: var(--main-color-light);
}
.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    /* height: 110px; */
    transition: .5s;
    top: 3vw;
    background: white;
    padding: 0.4vw 0;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 3%;
    height: 100%;
}

.tete .header .flex-logo {
    width: 15%;
}

.tete .header .flex-infos {
    width: 20%;
    height: 100%;
    display: flex;
}

.tete .logo-site {
    margin: 0
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    width: 8vw;
    /* filter: brightness(0) invert(1); */
}

.fixed .logo-site a img {filter: none;}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    color: var(--color0);
    padding: 0.8vw 1.8vw;
    margin: 0;
    font-family: var(--font_family_1);
    background: var(--color1);
    border-radius: var(--border-radius);
    backdrop-filter: blur(5px);
    /* margin-right: 1rem; */
    transition: .5s;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: calc(var(--taille_font) + 0rem);
}

.tete .infos .tel span {
    text-align: center;
}

.fixed .infos .tel {
    background: var(--color1);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    column-gap: 10px;
    height: 100%;
    margin: 2em 0;
    justify-content: center;
    align-items: center;
}

.body-page-1 .cta.hidden-sm.hidden-xs {
    justify-content: center;
}

.body-service .cta {
    /* display: none; */
}

.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    border: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: 14px;
}

.cta a.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.74em;
    font-size: 14px;
    padding: 0.8vw 1.8vw;
    min-width: 185px;
    font-family: var(--font_family_1);
    /* background: aliceblue; */
    font-weight: 500;
    backdrop-filter: blur(5px);
    font-size: calc(var(--taille_font) + -0.1rem);
}

.callTracker:not(.active) a:hover,.callTracker:not(.active):hover {
    color: var(--color1)
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.agence p.tel1.callTracker {
    color: var(--color1);
    font-weight: bold;
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,.tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    background: var(--nuanceColor1)
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 2vw;
    height: 2vw;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1)
}

.flex-rs .btn-partage .btnp:hover {
    background-color: transparent;
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex
}

.tete .header .flex-menuP {
    width: 65%;
}

.navh .menu_principal {
    margin: 0 auto;
    padding: 0;
    display: table
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 1rem;
    background: 0 0
}

li.menu-item.menu-item-service\.list.menu-item-56 a:after, li.menu-item.menu-item-service\.list.menu-item-57 a:after {
    display: none !important;
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color3);
    display: block;
    font-size: 15px;
    letter-spacing: 0px;
    padding: 10px 0 10px;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease;
    text-transform: uppercase;
    font-weight: 800;
    font-size: calc(var(--taille_font)*0.9 );
    font-family: 'Open Sans';
    letter-spacing: 1px;
}
.zoom {
    animation: scale 26s linear infinite;
}

.zoom.cover {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    width: 100%;
    height: 100%;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}
.body-page-1 .navh .menu_principal a, .body-page-1 .navh .menu_principal a:visited {
    color: #343434;
}
.navh .menu_principal>li a i {
    position: relative;
    top: -2px;
    right: -5px;
}
.fixed .navh .menu_principal a, .fixed .navh .menu_principal a:visited {
    color: var(--color3);
}

.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color1);
    left: 0;
    bottom: 5px;
    transition: .5s
}

.navh .menu_principal a:hover:after,.navh .menu_principal li.active>a:after {
    width: 100%
}

.navh .menu_principal a:hover, .navh .menu_principal li.active>a {
    /* color: var(--color0); */
}

.fixed .navh .menu_principal a:hover,.fixed  .navh .menu_principal li.active>a {
    color: var(--color2);
}

.fixed .navh .menu_principal a:after {
    background: var(--color1);
}
.navh .menu_principal > li > ul {
  position: absolute;
  display: block;
  visibility: hidden;
  padding: 0;
  bottom: initial;
  left: 12px;
  min-width: 230px;
  width: auto;
  list-style: outside none;
  background: rgb(255 255 255);
  backdrop-filter: blur(8px);
  z-index: 9999;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 4px 6px #0000000d;
}
.navh .menu_principal > li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.fixed .navh .menu_principal > li > ul {
    background: white;
}
.navh .menu_principal > li ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

li.child.menu-item a:after {
    display: none;
}

li.child.menu-item:before {
    display: none;
}

.navh .menu_principal > li ul li:hover {
  background: var(--color1);
}
.navh .menu_principal > li ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navh .menu_principal > li ul li a,
.navh .menu_principal > li ul li a:visited {
  height: auto;
  font-size: inherit;
  line-height: 1.4;
  padding: 0.8vw 1.2vw;
  display: block;
  color: #000;
  text-transform: none;
  background: none;
  margin: 0;
}

.navh .menu_principal > li ul li a, .navh .menu_principal > li ul li a:visited {
    color: var(--color3);
}

.fixed .navh .menu_principal > li ul li a, .fixed .navh .menu_principal > li ul li a:visited {
    /* color: black; */
}
.navh .menu_principal > li ul li a::before {
  display: none;
}

.navh .menu_principal > li ul li a:hover,
.navh .menu_principal > li ul li.active a {

  background: var(--secondary-color);
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 1vw;
    margin: 0;
    height: 1vw;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color1);
}

footer .btn-partage .icones {
    /* fill: white; */
}

.fixed .btn-partage .icones {
    /* fill: var(--color3); */
}

@media(max-width: 1530px) {
    .header {
        padding:0 1.5%
    }
}
@media (min-width: 1280px) and (max-width: 1360px){
    .before-header{
        padding: 0 5px;
    }

.fluid-contenu .corps, .services.services-home, .intervention, .actualites, .footer1_bg {
    padding: 2em 4% !important;
}

.footer2_bg {
    width: 90%;
}

.actualites.view.view-1.row {
    padding: 0 !important;
}

.valeurs-client {
    padding: 0;
}

.liste-services {
    padding: 0;
}
}
@media(max-width: 1376px) {
    .flex-infos {
        display: none !important;
    }

    .tete .header .flex-menuP {
        width: 80%
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .fluid-infos .infos {
        display: block;
        position: relative
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0)
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left
    }

    .fluid-infos .infos p.tel:hover {
        left: 0
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px
    }

    .tete .header .btn-partage .icone-partage {
        display: block
    }
}

.fixed.tete {
    background: var(--color0);
    box-shadow: 0 0 5px #b7b7b759;
    top: 0;
    /* height: 100px; */
    padding: 0.5vw 0;
}

.slogan {
    position: relative;
    color: var(--color2);
    width: 100%;
    padding: 0 4%;
    margin: 0;
    text-align: center;
    z-index: 2;
    top: 0px;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 2;
    font-size: inherit;
}

.h1.slogan:before,.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: 2.6vw;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 1;
    color: var(--color0);
}

.body-page-1 .slogan .titre {
    font-size: 2.7vw;
    line-height: 100px;
    text-transform: uppercase;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .titre span.titre-secondaire {
    /* font-size: 21px; */
    font-size: calc(var(--taille_font) + .7rem);
}

.slogan .sous-titre {
    font-size: 1.5vw;
    font-family: var(--font_family_2);
    line-height: 1.4;
    font-weight: 100;
    text-transform: inherit;
    color: var(--color0);
    letter-spacing: 1px;
}

.body-page-1 .slogan {
    top: 0;
    text-align: center;
    width: 55%;
    padding: 0 0%;
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}
.video-header video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* border-radius: 40px; */
    overflow: hidden;
}
.video-header {
    /* position: absolute; */
    inset: 0;
    width: 50%;
    height: 66%;
    top: 55%;
    /* transform: translateY(-50%); */
    left: unset;
    /* padding: 0 5%; */
    /* border-radius: 5%; */
    overflow: hidden;
    /* right: 5%; */
    z-index: 2;
}
.wave {
    animation: wave 1.4s linear;
    animation-iteration-count: infinite;
    fill: #1c325f;
}

.drop {
    fill: #1c325f;
    xfill: #1c325f;
    animation: drop 3.2s linear infinite normal;
    stroke: #1c325f;
    stroke-width: 0.5;
    transform: translateY(25px);
    transform-box: fill-box;
    transform-origin: 50% 100%;
}

.drop2 {
    animation-delay: 3s;
    animation-duration: 3s;
}

.drop3 {
    animation-delay: -2s;
    animation-duration: 3.4s;
}

.drop4 {
    animation-delay: 1.7s;
}

.drop5 {
    animation-delay: 2.7s;
    animation-duration: 3.1s;
}

.drop6 {
    animation-delay: -2.1s;
    animation-duration: 3.2s;
}

.gooeff {
    filter: url(#goo);
}

#wave2 {
    animation-duration: 3s;
    animation-direction: reverse;
    opacity: 1
}

#wave3 {
    animation-duration: 5s;
    opacity: .3;
}

@keyframes drop {
    0% {
        transform: translateY(25px);
    }

    30% {
        transform: translateY(-10px) scale(.1);
    }

    30.001% {
        transform: translateY(25px) scale(1);
    }

    70% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(-10px) scale(.1);
    }
}

@keyframes wave {
    to {
        transform: translateX(-100%);
    }
}

.waving.gray {
    position: absolute;
    top: -25%;
    right: 0;
    width: 100%;
    z-index: -1;
    display: none;
}

svg {
    width: 100%;
    overflow: visible;
}

.waving.gray .wave {
    animation: wave 3s linear;
    animation-iteration-count: infinite;
    fill: #fff;
}

.waving.gray .drop {
    fill: #f1f1f1;
    xfill: #f1f1f1;
    animation: drop 3.2s linear infinite normal;
    stroke: #f1f1f1;
    stroke-width: 0.5;
    transform: translateY(25px);
    transform-box: fill-box;
    transform-origin: 50% 100%;
}

.waving.gray #wave2 {
    animation-duration: 5s;
    animation-direction: reverse;
    opacity: 1
}

.waving.gray #wave3 {
    animation-duration: 7s;
    opacity: .3;
}

@keyframes drop {
    0% {
        transform: translateY(25px);
    }

    30% {
        transform: translateY(-10px) scale(.1);
    }

    30.001% {
        transform: translateY(25px) scale(1);
    }

    70% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(-10px) scale(.1);
    }
}

@keyframes wave {
    to {
        transform: translateX(-100%);
    }
}

.banniere {
    position: relative;
    top: 0;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 10vw;
    /* background: gray; */
    height: 50vh;
}

.body-page-1 .hide-print.banniere.cover {
    height: 100vh;
}

.body-page-1 .hide-print.banniere.cover:before {
    background: #00375380;
    z-index: 2;
}

.hide-print.banniere:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background: url(../images/wave.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    /* opacity: 0.6; */
}

.banniere:after {
 
}

.body-page-1 .banniere:after {
    /* background: linear-gradient(#244561 0, #5377978c 13%, #009aff47 45%, rgb(0 154 255 / 14%) 100%); */
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #0000002b;
    top: 0;
    backdrop-filter: blur(0px);
    /* opacity: 0; */
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
}



@-moz-document url-prefix() {
    .banniere img {
        filter: blur(4px);
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0)
}
.map-contact {
    position: relative;
    width: 65%;
}

.map-contact iframe {
    width: 100%;
}

.content-contact {
    position: relative;
    width: 30%;
}

.flex-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 5%;
    margin-bottom: 5%;
}

.flex-contact.flip {
    flex-direction: row-reverse;
}
.fluid-contenu .corps {
    padding: 12vh 3vw;
    background: #ffffff;
}

.body-gallery-28 .corps {
    background: url(../images/bg-site.jpg) no-repeat center / cover;
    background-size: 133%;
    background-position: right;
}
.body-news-list .fluid-contenu .corps {
    padding: 4em 7%;
}
.page-contenu-home {
    position: relative;
    display: block;
    padding: 0;
    height: 50vh;
}

.page-contenu.page-contenu-home.clear.scrollbars {
    height: 24vw;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    /* background-color: var(--color1); */
    /* background-image: url(../images/ico-zoom.svg); */
    background-repeat: no-repeat;
    background-position: center center
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 3em 10% 4em
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    background-color: var(--color0)
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4)
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2)
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}


.AvisClientsBg {
    padding: 0 7%;
    background: #fafafa;
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0)
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0)
}

.AvisClientsBg .bx-next,.AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto!important
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 17vw;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #e8e8e9;
}

.quote_icon_profile {
    display: flex;
    margin-bottom: -3px;
    align-items: center;
}

.AvisClients .etoiles {position: absolute;bottom: 37px;display: none;}

.quote_icon {
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #DDDDDD9C;
    position: absolute;
    right: 30px;
    bottom: 10px;
    left: 30px;
}

.quote_icon svg {
    width: 1.5vw;
    height: auto;
    margin-top: 0.9vw;
    margin-right: 5px;
}

.quote_icon svg * {
    fill: var(--nuanceColor1);
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}
.AvisClients .h {
    /* font-size: 21px; */
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}

.AvisClients p {
    /* font-size: 15px; */
    margin-bottom: 0;
    color: var(--color3);
    padding-top: 15px;
    text-align: left;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 2vw;
    margin-right: 0.7vw;
    border-radius: 50%;
    /* margin-bottom: 26px; */
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    /* max-height: 133px; */
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    /* font-size: 15px; */
    padding: 4px 0;
    position: absolute;
    bottom: 0.7vw;
    color: var(--color1);
}

.date_post i {
    margin-right: 8px
}
.actualites .recup-photos .propor {
    margin: 0;
    /* border-radius: 6px 6px 0 0; */
    height: 100%;
}
.actualites .cell.photo a {
    display: block
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    /* display: table; */
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: #fafafa;
    padding: 5vh 6vw;
}

.actualites.view.view-1.row {
    display: flex;
    gap: 2%;
    padding-top: 3em;
    padding: 0em 0;
}

.actualites.view.view-1.row:before, .actualites.view.view-1.row:after {
    content: none;
}

.actualites.view.view-1.row {
    background: transparent;
}

.actualites article {
    height: 100%;
    display: flex;
    flex-direction: row;
    /* height: 550px; */
    box-shadow: 0 0px 9px rgb(0 0 0 / 10%), 0 0px 13px rgb(0 0 0 / 2%);
    padding: 0;
    /* border-radius: 6px; */
    margin-bottom: 3%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.content-box {
    position: relative;
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.bouton-plus {
    display: flex;
    width: 3vw;
    height: 3vw;
    background: #eee;
    color: var(--color1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    right: 2vw;
    bottom: 0.6vw;
    transition: 0.5s;
}

a.bouton-plus:hover {
    color: var(--color0);
    background: var(--color1);
}
.actualites .date_post {
    text-align: left;
    color: var(--color1);
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: transparent;
    position: absolute;
    padding: 0;
    z-index: 50;
    margin: 0;
    bottom: 1.6vw;
    left: 2vw;
}
.content-box .h {
    padding: 2vw;
    border-bottom: 1px solid #e4e4e4;
    height: 14vw;
    width: 100%;
}

.content-box .h a {
    text-decoration: none !important;
}

.content-box .h .h3 {
    /* font-size: 19px; */
    /* line-height: 22px; */
    margin: 1vw 0;
    color: var(--color2);
    font-family: var(--font_family_2);
    font-weight: 700;
}

.content-box p {
    /* font-size: 15px; */
    font-weight: 500;
}

.actualites article .recup-photos.gallery {
    position: relative;
    width: 47%;
    height: 46vh;
    padding: 0;
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius)
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    /* font-size: 15px; */
    font-weight: 700;
    /* color: var(--color2); */
    font-size: calc(var(--taille_font) + 0rem);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 38px;
    height: 38px;
    margin: 0 10px;
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    /* background-color: var(--bg-facultatif); */
    border-radius: var(--border-radius);
    width: 50%;
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color3);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group .form-control,.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color3);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color3)!important;
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}


.AvisClientsBg,.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 8vh 10vw;
}

.news .propor,.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.news .propor .propor-cont,.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    background: url(../images/banner-3.jpg) no-repeat center / cover;
    padding: 6vw 4vw;
    display: flex;
    gap: 30px;
    flex-direction: row;
    background-attachment: fixed;
}

.intervention:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: -1;
}

.intervention iframe {
    width: 50%;
    height: 360px;
}

.intervention .contenu {
    padding: 0 0vw;
    width: 50%;
    color: white;
}

p.cont-int.first {
    margin-bottom: 10%;
}

p.cont-int {
    padding-left: 15px;
}

.imagesinter {
    position: relative;
    width: 35%;
}

.imagesinter img {
    position: relative;
    height: auto;
    width: 100%;
}

.flex-int {
    display: flex;
    align-items: center;
    gap: 5%;
}

a.btnLink {
    text-decoration: none;
    opacity: 0.8;
}

.agence .btnLink {
    color: var(--color1);
    font-weight: 700;
    position: relative;
    left: 2px;
    opacity: 1;
}

.agence .btnLink i {
    position: relative;
    left: 0;
    margin-left: 4.5px;
    top: .5px;
    font-size: 14px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

a.btnLink:hover i {
    margin-left: 10px;
}

.intervention h2 {
    margin-top: 0;
    text-align: left;
    color: white;
    margin-bottom: 40px;
}

.intervention h2:before {
    /* background: var(--color0); */
    left: 0;
    margin: 0;
}

.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%
}
span.agence-icone {
    width: 115px;
    height: 115px;
    background: var(--color0);
    border-radius: 50%;
    display:
    -webkit-inline-box;
    display:
    -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 42px;
    color: var(
    --color1);
    border: 17px solid #F7F7F7;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.agence {
    position: relative;
    text-align: center;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    background: var(--color0);
    padding: 75px 40px 31px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 7%;
}

.agence:hover {
    box-shadow: 0px 23px 30px rgba(113, 113, 113, 0.12);
}

.agence:hover .agence-icone {
    border-color: #eee;
}
.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}


.flex-address {
    position: relative;
    display: flex;
    color: black;
}

.agence .flex-address {justify-content: center;}

.flex-address i {
    margin-top: 3px!important
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2);
    width: 16px
}

.horaires {
    display: inline-grid
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2)
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color2);
}

#logoFD svg {
    width: 210px
}

.scrollbars {
    width: 100%;
    height: 20vh;
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color0)
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}


.body-contact h2 {
    color: var(--color2);
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: 600;
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 12%;
    /* border-top: 2px solid var(--color0); */
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 4em 0% 0;
}

.contact .tab-coordonnes .cell.gauche .contenu h3 {
    color: var(--color2);
    margin-bottom: 40px;
    font-size: 33px;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0;
    max-width: 900px;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: #f7f7f7;
    padding: 5rem 6%;
    margin: 5em auto 0;
    border-radius: var(--border-radius);
    max-width: 54vw;
}

.contact .tab-formulaire .contenu h2 {
    text-align: center
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 700px!important
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px;
    text-align: center;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd a,.info-rgpd a:visited,.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

div#input_file_1 span, div#input_file_2 span {
    font-size: calc(var(--taille_font) + -0.2rem) !important;
}

.contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color3);
    border-radius: var(--border-radius)
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 3vw;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}
 input#image_input_field_1,input#image_input_field_2 {
     padding-top: 1.5%;
     position: absolute;
     height: 2vw;
     top: 0;
     left: 0;
     opacity: 0;
     cursor: pointer;
 }
 span.btn.btn-default.btn-file {
     height: 2.7vw;
     top: 0;
     padding: 0.7vw 16px 10px;
     right: 0;
     background: var(--color1);
     font-weight: bold;
     overflow: hidden;
     color: white;
     margin: 0;
 }
.contact .formulaire .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2)
}

.contact .formulaire .form-group select.form-control {
    height: 3vw;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    /*display:inline-block;*/
    position: relative;
    float: right;
    padding-right: 70px
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    /* font-size: 14px; */
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: var(--nuanceColor1)
}

::-webkit-input-placeholder {
    color: var(--color3)!important
}

:-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color3)!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 11% 40px;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1)
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

div#accordion-primary {
    max-width: 48vw;
    margin: auto;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 7px
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 5px;
    top: 4px;
    height: auto;
    width: 88px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color2)
}

.sidebar-right {
    font-family: var(--font_family_2)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color3);
    opacity: .3;
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: 0 0;
    padding-left: 18px;
    background: var(--color2)
}

.menu-mobile-dynamique li.active {
    background: #00000059
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 44px;
    text-transform: none;
    font-size: 14px;
}

.menu-mobile-dynamique .sub-menu {
    padding-top: 10px;
    padding-bottom: 15px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 22px;
    background-position: 6px 20.9px
}
.menu-mobile-dynamique li a i {
    display: none;
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    /*vertical-align:baseline;*/
    outline: 0
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color0);
}

.pied .btn-partage .icones {
    fill: var(--color3)
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0;
    height: 17px;
    fill: var(--color0)
}

.btn-partage .btnp:hover .icones {
    /* fill: var(--color1); */
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.news.newsList .content-box {
    width: 100%;
}
.newsList article {
    position: relative;
    /* height: 550px; */
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}
.body-news .news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--border-radius);
    bottom: unset;
}
.news .date_post {
    text-align: left;
    color: var(--color3);
    font-weight: 800;
    /* font-size: 14px; */
    /* line-height: 18px; */
    text-transform: uppercase;
    display: block;
    background-color: transparent;
    position: absolute;
    padding: 0;
    z-index: 50;
    margin: 0;
    bottom: 20px;
    left: 2vw;
}

.news .date_post span {
    /* display: block; */
    line-height: 13px;
    min-width: 84px
}
.body-news .news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.body-news .news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}
.news .date_post .s1 {
    /* font-size: 15px; */
    /* line-height: 25px; */
    /* padding-bottom: 5px; */
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden;
    height: 100%;
}
.recup-photos.gallery {
    position: relative;
    height: 55%;
}
.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1)
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    align-items: center
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    /* height: 36px; */
    position: relative;
    top: 0;
    margin-left: 2rem
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color3);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    /* text-transform: uppercase; */
    border-radius: var(--border-radius)
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:focus span,.news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color3)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 991px) {
  
.btn-partage .icones {
    width: 6vw;
    height: 6vw;
}
  .btn-partage .btnp {
    width: 50px;
    height: 50px;
}
  div#accordion-primary {
    max-width: 95vw;
    margin: auto;
}
  .gallery {
    padding: 0 0%;
}
  ul li::before {
  left: -16px;
  font-size: 15px;
}
  .urgence-section {
  padding: 50px 6vw;
}

  .swiper-btn .swiper-button-prev,.swiper-btn  .swiper-button-next {
    width: 10vw;
    height: 10vw;
}
  .atout-img {
    width: 15vw;
    height: 15vw;
}
  
.atout-img svg {
    width: 62%;
}

  
  .logo-footer img {
    max-height: 20vw;
    margin-bottom: 3vh;
}
  
.quote_icon svg {
    width: 6.5vw;
}
  .AvisClients .blazy {
    width: 10vw;
    margin-right: 4.7vw;
    top: 0;
    left: 0px;
    margin-left: 0;
}

  .AvisClients,.AvisClients:link,.AvisClients:visited {                    height: 286px;                    }
  .urgence-reasons ul li:before {
  font-size: 14px;
  left: -15px;
}
  .actualites .date_post {
    bottom: 8.6vw;
    left: 2vw;
}
  a.bouton-plus {
    width: 50px;
    height: 50px;
    right: 7vw;
    bottom: 5.6vw;
}
  
.intervention iframe {
    width: 100%;
    height: 360px;
}
  a.itemimage img {
    width: 100%;
    height: 70vw;
    object-fit: cover;
    object-position: bottom;
    /* border-radius: 0.7vw; */
}
   .page-contenu.page-contenu-home.clear.scrollbars {
  height: 50vh;
}
    .jobs{
    grid-template-columns: 1fr;
}
    .contact .formulaire .form-group>label.control-label {
        display:block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .banniere {
        height: 32vh !important;
        position: relative;
        top: 0 !important;!i;!;
        padding: 0;
    }

.banniere::before,.body-page-1 .hide-print.banniere.cover:before {
    background: #00000078;
}

.feature-image {
    display: none;
}

.feature-content {
    width: 100%;
    padding: 0;
}

.atouts {
    padding: 50px 5%;
}

.feature-item {
    /* margin: 11px 0px; */
    padding-top: 0px;
}

.feature-item i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pied .bande1 {
        padding: 5rem 10% 70px
    }

    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
        color: white;
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
        color: white;
    }
.footer2_bg {
    width: 95%;
}

.footer1_bg {
    padding: 2em 1%;
}
        .singleservice .box-overlay {
    opacity: 1;
    visibility: visible;
}
.singleservice a.fw-600.d-inline-block.mb-5px.text-dark-gray.fs-18 {
    color: white;
}
    .singleservice p.w-80.lg-w-100.fs-16.mx-auto.mb-15px.lg-mb-10px.text-light-opacity {
    color: var(--color0);
}
    .singleservice figcaption.captionservice div.position-relative img {
    opacity: 1;
    visibility: visible;
    margin: auto;
    margin-bottom: 17px;
    filter: brightness(0) invert(1);
}
.singleservice .btn.btn-link {
    color: white;
}

.liste-services {
    padding: 0;
    display: block;
}

.singleservice {
    width: 100%;
    box-shadow: none;
}
    .contain-valeurs{
        padding: 1em 2%;
    }
.nos_produits {
    padding: 2em;
}

.item-photo {
    width: 330px;
    height: 364px;
}

.swiper-slide.swiper-slide-active .item-photo {
    width: 100%;
    /* height: 396px; */
}

.item-content a img {
    width: 40%;
}

.swiper-slide.swiper-slide-active .item-content {
    left: -12px;
}

a.decouvrir {
    font-size: 15px;
    width: 50%;
}
.valeurs-client {
    padding: 2vh 2vw;
}

.valeurs-client .atouts {
    justify-content: center;
    gap: 2%;
}
.contain-valeurs:before/*, .actualites:before*/,.contain-valeurs:after/*, .actualites:after*/{
    display:none;
}
.valeurs-client .atouts .item-atout {
    width: 48%;
    padding: 1em 1vw;
    margin-bottom: 2%;
}

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .page-contenu-home {
        padding: 0 0;
    }

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
        padding: 0 0;
        width: 100%;
    }

.intervention {
    padding: 50px 4%;
    flex-direction: column;
}

.flex-int {
    flex-direction: column;
}

p.cont-int.first {
    margin-bottom: 11vh;
}

.imagesinter, .agences.row {
    width: 100%;
}

.agence {
    margin-bottom: 12vh;
}

    .actualites .cell.texte .contenu {
        padding: 0 0
    }

    .bande_contact_footer {
        padding: 0
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }

    .contact .tab-formulaire {
        padding: 5rem 10%
    }

    .livre-elements {
        padding: 0 0
    }
}

@media (max-width: 767px) {
  :root {
    --taille_font: 15px;
}
    .corps {
        --taille_font: 15px;
        font-size: var(--taille_font)
    }

.flex-contact {
    flex-direction: column;
    gap: 0;
}

.flex-contact.flip {
    flex-direction: column;
}

.map-contact {
    width: 100%;
}

.content-contact {
    width: 100%;
    padding: 4em 3% 0;
}

.flex-mar {
    flex-direction: column-reverse;
}

.flex-content, .flex-images {
    width: 100%;
}

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1,h1 {
        font-size: 21px;
        line-height: 1;
    }

.feature-content h2.h1 {margin-bottom: 50px;}

.swiper-slide.swiper-slide-active .item-photo {
    width: 330px !important;!i;!;
}
    .contain-valeurs{
        padding: 1em 2%;
    }
.nos_produits {
    padding: 2em;
}

.item-photo {
    width: 330px;
    height: 364px;
}

.item-content a img {
    width: 40%;
}

.swiper-slide.swiper-slide-active .item-content {
    left: -12px;
}

a.decouvrir {
    font-size: 15px;
    width: 50%;
}
.valeurs-client {
    padding: 2vh 2vw;
}

.valeurs-client .atouts {
    justify-content: center;
    gap: 2%;
}
.contain-valeurs:before/*, .actualites:before*/,.contain-valeurs:after/*, .actualites:after*/{
    display:none;
}
.valeurs-client .atouts .item-atout {
    width: 48%;
    padding: 1em 1vw;
    margin-bottom: 2%;
}

    .titre-secondaire {
        font-size: 15px;
        line-height: 1;
    }

    .body-page-1 .slogan {
        position: absolute;
        /* background: var(--color1); */
        width: 100%;
        text-align: center;
        padding: 15px;
        /* bottom: 0; */
        top: 50%;
        transform: translateY(-50%);
    }

    .slogan {
        text-align: center
    }

    .slogan .titre {
        font-size: 23px !important;!i;!;
        line-height: 24px !important;!i;!;
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 50px 15px 50px;
    }

.body-news-list .fluid-contenu .corps {
    padding: 2em 0;
}

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

.actualites article .recup-photos.gallery {
    width: 100%;
}

.content-box {width: 100%;}

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }
    .singleservice .box-overlay {
    opacity: 1;
    visibility: visible;
}
.singleservice a.fw-600.d-inline-block.mb-5px.text-dark-gray.fs-18 {
    color: white;
}
    .singleservice p.w-80.lg-w-100.fs-16.mx-auto.mb-15px.lg-mb-10px.text-light-opacity {
    color: var(--color0);
}
    .singleservice figcaption.captionservice div.position-relative img {
    opacity: 1;
    visibility: visible;
    margin: auto;
    margin-bottom: 17px;
    filter: brightness(0) invert(1);
}
.singleservice .btn.btn-link {
    color: white;
}

.liste-services {
    padding: 0;
    display: block;
}

.singleservice {
    width: 100%;
    box-shadow: none;
}

.liste-services .singleservice {
    width: 100%;
}

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 50px 15px 100px;
    }

.footer2_bg {
    width: 95%;
}

.footer1_bg {
    padding: 2em 1%;
}

.copyright-footer {
    text-align: center;
}

footer .btn-partage {
    justify-content: center;
}

    a.bouton-principal,button.bouton-principal {
        padding: 13px 40px 13px 20px
    }

    .intervention .contenu {
        padding: 0;
    }

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        padding: 0
    }

    .temoignageScroll {
        max-height: 135px
    }

    .temoignageScroll {
        max-height: 135px
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%
    }

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 10px 15px 0px;
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        /* height: 180px; */
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 4rem 3%;
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: none;
        padding: 50px 7px;
    }

.actualites article {
    margin-bottom: 10%;
    height: 550px;
    flex-direction: column;
}

.content-box .h {
    height: 220px;
}

.actualites.view.view-1.row {
    flex-wrap: wrap;
    padding: 0 5%;
}

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        /*! height: auto; */
    }
  .page-contenu.page-contenu-home.clear.scrollbars {
  height: 50vh;
}
    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,h1 {
        font-size: 26px;
        line-height: 26px
    }

.actualites {
    padding: 2vh;
}

.actualites.view.view-1.row {
    flex-wrap: wrap;
}

.AvisClientsBg, .realisations {
    padding: 2vh 3vw;
}

.illus:before {
    width: 50%;
    height: 80%;
    bottom: 34px;
    right: 90px;
}

a.itemimage img {
    width: 100%;
    height: 40vh;
}
.flex-contact {
    flex-direction: column;
    gap: 0;
}

.flex-contact.flip {
    flex-direction: column;
}

.map-contact {
    width: 100%;
}

.content-contact {
    width: 100%;
    padding: 4em 3% 0;
}

.flex-mar {
    flex-direction: column-reverse;
}

.fluid-contenu .corps {
    padding: 2vh 3vw;
}

.flex-content, .flex-images {
    width: 100%;
}

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^=col-] {
        width: 100%
    }

    .gallery .ligne-photos div[class=col-md-2] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}
#contactButtonsMobile > div:nth-child(1) > a {
    background: var(--color1) !important;
    color: rgb(255, 255, 255) !important;
}

#contactButtonsMobile > div:nth-child(2) > a {
    background: var(--color1) !important;
    color: rgb(255, 255, 255) !important;
}

#Capa_1 g path, #Capa_2 path {
    fill: rgb(255, 255, 255) !important;
}
@media (min-width: 2000px) {
    .illus:before {
    width: 40%;
    height: 100%;
    bottom: 25px;
    right: 119px;
}
}