:root {
    --color0: #ffffff;
    /*couleur small header + encarts + texte footer*/
    --color1: #DC8625;
    /*couleur principale*/
    --color2: #023490;
    /*couleur header + encarts + btns*/
    --color3: #fafafa;
    /* encart texte d'accueil + encart témoignages */
    --color4: #282828;
    /* couleur texte + menu */
    --bg-color: #020202;
    --color5: #f3f3f3;
    /* couleurg ris */
    --font_family_1: 'Montserrat-Light',Arial,verdana;
    --font_family_2: 'Poppins-Regular',Arial,verdana;
    --font_family_3: 'Poppins-Bold', sans-serif;
    --taille_font: 0.9vw;
    --border-radius: 50px;
    --border-radius-2: 15px;
    --taille-font: calc(1vw * 0.520833333333);
}
.item-news.prestation .contenu .lire-suite {
    text-align: right;
}

.row.coordonnes-contact.coordonnees2023 .inner-container .row .col-md-4 {
  
  margin: 2em 0;
}
.hide-print.video-accueil.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*! background: linear-gradient( 10deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.4) 100% ); */
  z-index: 0;
}
.video-accueil {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-accueil video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.body-gallery-4 .contenu .container.large {
    padding: 0 15px;
}

.scroll-box {
      /*width: 10cm;*/
      max-height: 45vh;
      overflow: auto;
      /*border: 1px solid #ccc;*/
      padding: 10px;
    }

    /* Pour les navigateurs basés sur WebKit (Chrome, Safari) */
    .scroll-box::-webkit-scrollbar {
      width: 3px;
    }

    .scroll-box::-webkit-scrollbar-thumb {
      background-color: var(--color1); /* Couleur de la barre */
    }

    .scroll-box::-webkit-scrollbar-track {
      background-color: #f0f0f0; /* Couleur du fond */
    }

.contenu .page h2:first-of-type, .contenu .gallery h2:first-of-type , .contenu .seo-content h2:first-of-type , .contenu  .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;} 
.contenu .page h2:first-of-type:before, .contenu .gallery h2:first-of-type:before , .contenu .seo-content h2:first-of-type:before , .contenu  .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: var(--border-radius-2);}
.contenu .page h2, .contenu .gallery h2 , .contenu .seo-content h2, .contenu  .newsItem h2{margin-bottom: 2vh;}

.contenu .gallery h2 {
    position: relative;
    padding: 3vh 2vw;
}

.contenu .gallery h2:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius-2);
} 
.contenu blockquote {font-size: inherit;background: var(--color5);border: 0;padding: 3vh 2vw;margin: 3vh 0;}
.alert.alert-warning.alert-dismissable { width: 100%; }
.clear {clear: both}

.nopad {
    padding: 0;
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.contain {
    -ms-background-size: contain!important;
    -webkit-background-size: contain!important;
    -moz-background-size: contain!important;
    background-size: contain!important
}

.cover {
    -ms-background-size: cover!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important
}

.left {
    float: left
}

.right {
    float: right;
}

.center {
    text-align: center
}

.relative {
    position: relative
}
.cerrtifs .owl-carousel .owl-wrapper{
    display: flex !important;
    justify-content: center;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--color0);
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    color: var(--color4)
}
.fd-avis_satisfaction{
  left: 0 !important;
  background: var(--color1) !important;
  right: auto !important;
  top: 43% !important;
}
.fd-avis_satisfaction p {
  /*! color: #000 !important; */
}
.AvisClientsBg .swiper-button-prev-av {
    left: 9.3%;
    background: var(--color2) url(../images/left.png) no-repeat center;
    width: calc(var(--taille_font) * 3);
    height: calc(var(--taille_font) * 3);
    /* border: 1px solid #000; */
    border-radius: 50%;
    top: 50%;
    margin-top: -2.2rem;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
}

.AvisClientsBg .swiper-button-next-av {
    right: 9.3%;
    background: var(--color2) url(../images/right.png) no-repeat center;
    width: calc(var(--taille_font) * 3);
    height: calc(var(--taille_font) * 3);
    /* border: 1px solid #000; */
    border-radius: 50%;
    top: 50%;
    margin-top: -2.2rem;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
}

.img-footer img {
    width: 15vw;
    /* filter: brightness(0) invert(1); */
    margin-bottom: 2vh;
    margin-top: 1vh;
}

.img-footer a {
  background: var(--color1);
}
.img-footer a:hover {
  background: var(--color2);
}
a,a:link,a:visited {
    color: inherit;
    text-decoration: underline
}

a.logo img {
    width: 284px;
    transition: .3s;
    padding: 3px;
    height: auto;
}

.fixedMenu a.logo img {
    width: 201px;
    padding: 3px;
    height: auto;
}

a:hover {
    text-decoration: none
}

.contenu a:hover {
    color: var(--color1)
}

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.contenu {
    /*! background: var(--color0); */
    min-height: 30rem;
    padding: 7.0rem 5% 10.0rem;
    width: 100%;
    position: relative;
    z-index: 10
}
.body-page-1 .contenu.container2 {
  padding: 7.0rem 5% 8em;
}
.body-page-1 .container2:before{
    content: '';
  width: 51%;
  height: 79%;
  bottom: 0;
  right: 34px;
  position: absolute;
  background: url(../images/shape22.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(-10deg);
    opacity: .1;
}
.container {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.zone-intervention .container {
    padding: 2em 2%;
  font-size: calc(var(--taille-font) * 1.6);
  position: relative;
  width: 100%;
  border-radius: var(--border-radiusB);
  overflow: hidden;
  z-index: 9;
  text-align: justify;
  width: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: var(--color1);
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
    color: var(--color0);
}
.zone-intervention .map{
    width: 50%;
  /*! height: 100%; */
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.zone-intervention .map iframe {
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  min-height: calc(var(--taille-font) *45.1);
  vertical-align: bottom;
}
.zone-intervention:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 50%;
    background: url(../images/inter-cyd.png);
    opacity: 0.01;
    z-index: 1;
    background-position: center;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
    clear: both
}

.row.flex-actu {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin: 1.5rem;
    z-index: 1000;
    position: relative;
}

header {
    display: block;
    clear: both;
    position: relative;
    padding: 10.7rem 0 0
}

.header {
    width: 100%;
    height: 10.7rem;
    background: var(--color0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 2.0rem rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 2.0rem rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 2.0rem rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2.0rem rgba(0,0,0,0.3);
    padding: 0 3%;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.header.fixedMenu {
    height: 7.0rem
}

.header .row {
  display: flex;
  align-items: center;
}
.logo {
    display: table;
    padding: 3.0rem 0 0;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

a.logo {
    padding: 0;
}

.header.fixedMenu .logo {
    padding: 1.3rem 0 0
}

.header.fixedMenu .logo {
    padding: 0;
}

.btn-partage .btnp {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center
}
.btn-rs-header .btn-partage .btnp {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3px 0 0 3px;
    background-color: var(--color1);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center
}
.btn-partage .btnp:hover {
    /*! transform: rotate(360deg); */
    background-color: var(--color1)
}

nav .menu_principal {
    font-family: var(--font_family_2);
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: outside none;
    float: right
}

nav .menu_principal li {
    float: left;
    position: relative;
    margin: 0 0.1rem;
    background: none;
    padding: 0
}

nav .menu_principal a,.menu_principal a:visited {
    color: var(--color4);
    display: block;
    font-size: var(--taille_font);
    text-align: center;
    height: 10.7rem;
    padding: 0 1vw;
    line-height: 11.0rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none
}

nav .menu_principal a:hover,.menu_principal a#courant,.menu_principal li.active a {
    color: var(--color1)
}

.menu_principal a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.menu_principal a:hover::before,.menu_principal a#courant::before,.menu_principal li.active a::before {
    bottom: 2.6rem;
    opacity: 1
}

.header.fixedMenu .menu_principal a:hover::before,.header.fixedMenu .menu_principal a#courant::before,.header.fixedMenu .menu_principal li.active a::before {
    bottom: 1.6rem
}

.header.fixedMenu nav .menu_principal a {
    height: 7.0rem;
    line-height: 5rem;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 5.0rem
}

.callTracker {
    position: relative
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    /* min-width:14.5rem; */
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: unset;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,header .callTracker a {
    top: 0.5rem;
}

header .callTracker .t_affiche {
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.pied .callTracker a,.coordonnees .callTracker a {
    position: relative;
    left: 0
}

footer .callTracker:not(.active) span.t_affiche:hover {
    color: var(--color1);
}

header .tel-header {
    padding: 3.1rem 0 2.0rem;
    margin: auto;
    display: table;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 4.2rem;
    position: relative
}

header .fixedMenu .tel-header {
    padding: 1.5rem 0 2.0rem
}

header .tel-header .t_affiche {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 0;
    display: block!important;
    opacity: 1!important;
    min-width: auto;
    border: 0.1rem solid var(--color1);
    border-radius: 50%
}

header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color1);
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 0.5rem;
    top: 8.2rem;
    border-radius: 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 12.5rem;
    right: 50%;
    margin-right: -6.5rem;
    min-width: auto;
    font-size: 1.5rem;
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 6.8rem;
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 1.6rem;
    left: 50%;
    border-color: transparent transparent var(--color1);
    margin-left: -1.3rem
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat
}

.rsImg {
    width: 100%
}

header .bloc-slider {
    display: flex;
}

.btn-rs-header {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 8888;
}
.btn-rs-header .col-md-12{
    margin: 0 !important;
    padding: 0 !important;
}
.btn-rs-header .btn-partage{
  display: flex;
  flex-direction: column;
  gap: 10px;
    
}
.zone-slg {
    background: var(--color1);
    /* border-radius: 0 0 15px 0; */
}
.body-page-1 .zone-slg {
    background: transparent;
    /* border-radius: 0 0 15px 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.body-page-1 .zone-banner {
    height: 73vh;
    width: 100%;
}

.cta {
    display: flex;
    align-items: center;
    column-gap: 1.0rem;
    margin: 2em 0;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
}
.body-page-1 .cta {
    display: flex;
    align-items: center;
    column-gap: 1.0rem;
    margin: 2em 0 !important;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
    justify-content: left !important;
}
p.tel-header2 {
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 1.4rem;
    padding: 1.5rem 4.0rem;
    margin: 0 0 0;
    text-transform: initial;
    overflow: hidden;
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    border: 0.1rem solid var(--color0);
    background: transparent;
}

.cta a.btn-show-more, .cta p.btn-show-more {
    text-align: center;
    margin: 0 0;
    border: 0.1rem solid var(--color2);
    font-weight: normal;
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    min-width: 22.5rem;
    height: 100%;
    line-height: initial;
    display: block;
    padding: calc(var(--taille_font) * 1 ) calc(var(--taille_font) * 2);
    border-radius: var(--border-radius);
    background: var(--color2);
}
.body-page-1 .cta a.btn-show-more, .body-page-1 .cta p.btn-show-more {
    text-align: center;
    margin: 0 0;
    border: 0.1rem solid var(--color1);
    font-weight: normal;
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    min-width: 22.5rem;
    height: 100%;
    line-height: initial;
    display: block;
    padding: calc(var(--taille_font) * 1 ) calc(var(--taille_font) * 2);
    border-radius: var(--border-radius);
    background: var(--color1);
}
p.tel-header2.btn-show-more:before {
    background: var(--color1);
}

.cta p.tel-header2.btn-show-morel:hover:before {
    background: var(--color1);
}

.cta .btn-show-more:hover {
    background: var(--color4);
    color: var(--color0);
    border: 0.1rem solid var(--color4);
}
.body-page-1 .cta .btn-show-more:hover {
    background: var(--color2);
    color: var(--color0);
    border: 0.1rem solid var(--color2);
}
.atouts {
    display: block;
    width: 100%;
    padding: 1em 8% 5em;
    width: 100%;
    position: relative;
    background: var(--bg-facultatif);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: var(--taille_font);
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color4);
    font-family: var(--font_family_3);
}

.atouts .text-legend {
    text-align: center;
    margin-top: 1em;
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
}

.atouts .picto img {
    width: 80px;
    /* filter: brightness(70%) saturate(147%) invert(47%) sepia(140%) saturate(470%) hue-rotate(433deg) brightness(100%) contrast(105%); */
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 2.4%;
    margin-top: -2.2rem;
    opacity: .8;
    width: calc(var(--taille_font) * 3);
    height: calc(var(--taille_font) * 3);
    background: var(--color2);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
    background: var(--color2) url(../images/left.png) no-repeat center;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2.5%;
    top: 50%;
    margin-top: -2.2rem;
    opacity: .8;
    width: calc(var(--taille_font) * 3);
    height: calc(var(--taille_font) * 3);
    background: var(--color2);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
    background: var(--color2) url(../images/right.png) no-repeat center;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    font-size: 0.9vw;
    color: var(--color0);
}

.atouts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1;
    transform: scale(1.1);
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.atout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 2vh;
    background: var(--color5);
    border-radius: var(--border-radius);
    height: 37vh;
    /* min-height: 370px; */
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 4% 4em;
}

.slegon {
    display: flex;
    padding: 0 4vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.body-page-1 .slegon {
    justify-content: flex-start;
}

.slegon .cta {
  display: flex;
  align-items: center;
  column-gap: 1.0rem;
  margin: 0em 0;
  position: relative;
  float: left;
  flex-wrap: wrap;
  align-content: center;
  width: 80%;
  justify-content: center;
  gap: 15px;
}

.titre-slg {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-weight: bold;
    font-size: 2.4vw;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    text-align: center;
}

.body-pageseo .titre-slg {
    font-size: 4.4rem;
}

.body-page-1 .titre-slg {
    color: var(--color0);
    text-transform: none;
    text-align: left;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    /* color: var(--color2); */
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-weight: normal;
    font-size: 1.2vw;
}

.owl-theme .owl-controls .owl-page span {
    background: var(--color1);
    border-radius: 50%;
    display: block;
    height: 1.0rem;
    margin: 0.5rem 0.7rem;
    opacity: 1;
    width: 1.0rem;
    opacity: .4;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border: 0.2rem solid transparent
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    margin: 0.5rem 0.5rem 0.3rem
}

.certifs .owl-theme .owl-controls .owl-page span {
    background: var(--color0)
}

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    background: var(--color0);
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -10.0rem;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.4);
    left: -5.0rem;
    border-radius: var(--border-radius-2);
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 10.0rem;
    height: 10.0rem;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
    position: relative
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(-135deg);
    top: 2.3rem;
    left: 2.0rem
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(45deg);
    top: 2.0rem;
    left: 4.0rem
}

.banner {
    width: 100%;
    height: 35.0rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    font-family: var(--font_family_2);
    font-weight: bold;
    color: var(--color1);
}

h1,.h1 {
    font-size: 2.3vw;
    margin-bottom: 5.0rem;
    text-wrap: balance;
    line-height: normal;
    font-family: var(--font_family_3);
}

.contact .h1 {
    font-size: 1.5vw;
    text-align: center;
}

.h1.center {
    background-position: center bottom
}

.img-agence {
  text-align: center;
  margin-top: 9vh;
}
.img-agence img {
  max-width: 30.0rem;
  height: 11rem;
}
.cell.zone-titre22 h2 {
  text-align: left;
  margin-bottom: 0em;
}
.zone-intervention h2.h1.center {
    color: var(--color0);
    margin: 0.5em 0 0.5em;
}

.body-page-1 .contenu h1 {
    margin-bottom: 3.0rem;
    font-family: var(--font_family_3);
    line-height: 1.2;
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.6rem)
}

h3.titre-news {
    text-align: left;
    margin: 1em 0 2em;
    text-decoration: none;
}
h3.titre-news a {
    text-decoration: none;
}
h3.titre-vert {
    /* color: var(--color2); */
}

h4 {
    font-size: calc(var(--taille_font) + 0.4rem)
}

h5 {
    font-size: calc(var(--taille_font) + 0.2rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.05rem)
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    display: block;
    color: var(--color4);
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    font-weight: normal;
}

a.btn-show-more {
    display: table;
    padding: 1.5rem 4.0rem;
    background: var(--color2);
    color: var(--color0);
    text-decoration: none;
    text-transform: initial;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_2);
    position: relative;
    border-radius: var(--border-radius);
    display: block;
    width: max-content;
    /*! margin: auto; */
}
.btn-news-flex a.btn-show-more.center {
    margin: 2em 0 1em;
}

.btn-news-flex{
    display: flex;
  justify-content: center;
  gap: 25px;
    justify-content: flex-start;
}
a.btn-show-more:hover {
    background: var(--color1);
    color: var(--color0)
}

footer {
    display: block;
    clear: both;
    position: relative;
    /* background: var(--bg-color); */
    z-index: 11;
    background-image: url(../images/bg-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    width: 100%;
    inset: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.79;
}

footer a.btn-get-contact {
    display: table;
    background: var(--color2);
    color: var(--color0);
    font-family: var(--font_family_3);
    margin: auto;
    padding: 1.8rem 5.0rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -3.0rem;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: var(--border-radius);
}

footer a.btn-get-contact:hover {
    background: var(--color1);
    color: var(--color0)
}

footer h3 {
    text-transform: uppercase;
    color: var(--color1);
    /* font-size: 1.7rem; */
    font-family: var(--font_family_3)
}

.band1 {
    display: block;
    clear: both;
    /* background: var(--bg-color); */
    padding: 5.0rem 10vw 5rem;
}

.band2 {
    display: block;
    clear: both;
    /* background: var(--bg-color); */
    padding: 3.0rem 10vw;
}

.btn-scroll-top {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: var(--color2);
    position: fixed;
    right: 5%;
    bottom: 11%;
    cursor: pointer;
    z-index: 11;
    display: none
}

.btn-scroll-top.remonter::before {
    content: "∟";
    color: var(--color0);
    transform: rotate(137deg);
    position: absolute;
    font-size: 2.5rem;
    left: 1.7rem;
    top: 1.6rem;
}

.coordonnees-footer {
    color: var(--color0);
    padding: 1.0rem 0;
    font-size: inherit;
}

.coordonnees-footer p,.coordonnees-footer address {
    background-repeat: no-repeat;
    position: relative;
    margin: 0.5rem 0;
    padding: 0 calc(var(--taille_font) + 0.9rem);
}

.coordonnees-footer a {
    color: var(--color0)
}

.coordonnees-footer a:hover {
    color: var(--color0)
}

.pictoSVG {
    width: calc(var(--taille_font) + 0.1rem);
    margin: 0;
    height: calc(var(--taille_font) + 0.1rem);
    padding: 0;
    position: absolute;
    top: 0.3rem;
    left: 0;
    fill: var(--color0);
}

.contact .pictoSVG {
    width: 3.5rem;
    margin: 0;
    height: 3.5rem;
    padding: 0;
    position: relative;
    margin: 0 auto 3.0rem auto;
    fill: var(--color2);
}
.contact .coordonnes-contact .pictoSVG{
    margin: 0
}
.hours {
    position: relative;
    color: var(--color0);
    padding: 0 1.5rem 1.0rem 0;
    margin: 0;
}

.menu_footer {
    margin: 0 auto;
    padding: 1.0rem 0;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 1.6
}

.menu_footer li {
    display: block;
    padding: 0;
    background: none
}

.menu_footer a,.menu_footer a:visited {
    color: var(--color0);
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

.menu_footer a:hover, .menu_footer li.active a {
    color: var(--color1);
    text-decoration: none
}

.menu_referencement {
    list-style-image: none;
    padding: 1.0rem 0;
    margin: 0;
    text-align: justify
}

.menu_referencement li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none
}

.menu_referencement li:after {
    display: inline-block;
    content: '-';
    color: var(--color0);
    margin: 0 0.5rem
}

.menu_referencement li:last-child:after {
    display: none
}

.menu_referencement a,.menu_referencement a:visited {
    color: var(--color0);
    font-size: 1.5rem;
    text-decoration: none;
    font-family: inherit
}

.menu_referencement a:hover, .menu_referencement li.active a {
    color: var(--color1);
    text-decoration: none;
}

.scroll-footer {
    height: 22.6rem;
    overflow: auto
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.logoPied {
    color: var(--color0);
    font-family: Arial,Verdana;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 100;
    line-height: 1.5rem;
    padding: 0.7rem 0 0
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 20.0rem;
}

footer .btn-partage {
    display: table;
    margin: 1.5rem auto 0
}

footer .btn-partage .btnp {
    background-color: var(--color0);
}

.follow {
    display: table;
    margin: 2.0rem auto
}

.bloc-contenu {
    display: block;
    clear: both;
    /* padding: 8.0rem 10vw; */
    background: var(--color0);
    position: relative
}

.bloc-contenu.actualites {
    padding: 5em 10% 4em;
}
.bloc-contenu.actualites:before{
    content: '';
  width: 24%;
  height: 61%;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(../images/bg-shape2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  /*! transform: scale(-1,1); */
  background-position: right;
  opacity: .3;
}
.bloc-contenu.grey {
    background: var(--color3)
}

.bloc-contenu.nos-realisations {
    background: var(--color1);
    padding: 8rem 10%;
    /* background-image: url(../images/gal-bg.jpeg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: bottom; */
    /* position: relative; */
    display: none;
}

/* .bloc-contenu.nos-realisations:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
} */

.bloc-contenu.nos-realisations .titre-secondaire {
    color: var(--color0);
}

.bloc-contenu.nos-realisations .h1 {
    color: var(--color0)
}

.bloc-contenu.nos-realisations a.btn-show-more,.bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: var(--color2);
    color: var(--color0);
    margin-top: 3em;
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color4);
    color: var(--color0);
    /* border: 1px solid #fff; */
}

.bloc-GMB .badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 13.9rem;
    height: 13.9rem
}

.table-cell {
    width: 100%;
    position: relative;
    display: table
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.table-cell .cell .h1 {
    text-align: center;
}

.text-accueil {
    text-align: initial;
    margin-bottom: 1em;
}

.text-accueil p.center {
    margin: 2.0rem 0 0
}

.sidebar {
    height: 70vh;
    position: relative;
    /* max-width: 65.6rem; */
    width: 90%;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw);
    transform: none !important;
    top: 20px;
    border-radius: 10px;
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-2);
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 3.0rem;
    left: -3.0rem
}

/*.liste-services {
    width: 74.0rem;
    height: 74.0rem;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: var(--color0);
    box-shadow: 0 0 5.0rem rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 5.0rem rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 5.0rem rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 5.0rem rgba(0,0,0,0.10);
    margin: 15.0rem auto 10.0rem auto;
    position: relative;
    display: table
}

.img-service {
    width: 14.4rem;
    height: 14.4rem;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    background-image: url(../images/gear.svg);
    background-size: 8.0rem auto;
    -ms-background-size: 8.0rem auto;
    -o-background-size: 8.0rem auto;
    -webkit-background-size: 8.0rem auto;
    background-color: var(--color0);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: .6
}

.img-service:hover {
    opacity: 1
}

.img-service.service-1 {
    left: 50%;
    top: -7.25rem;
    margin-left: -7.25rem
}

.img-service.service-2 {
    left: 50%;
    bottom: -7.25rem;
    margin-left: -7.25rem
}

.img-service.service-3 {
    top: 50%;
    left: -7.25rem;
    margin-top: -7.25rem
}

.img-service.service-4 {
    top: 50%;
    right: -7.25rem;
    margin-top: -7.25rem
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -7.25rem;
    bottom: 50%;
    margin-left: -7.25rem
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -7.25rem;
    left: initial
}

a.show-all-service {
    width: 7.5rem;
    height: 7.5rem;
    display: block;
    background: var(--color1);
    font-family: var(--font_family_3);
    color: var(--color0);
    font-size: 4.0rem;
    text-transform: uppercase;
    position: absolute;
    right: 6.6rem;
    bottom: 7.0rem;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    line-height: 7.5rem;
    box-shadow: 0 0 1.0rem rgba(0,0,0,0.5);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

a.show-all-service:hover {
    background: var(--color2)
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 1.4rem;
    position: relative;
    left: 11.0rem;
    top: -5.5rem;
    display: block;
    width: 20.0rem;
    padding: 0.5rem;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 8.5rem;
    opacity: 1
}

.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 2.0rem;
    padding-bottom: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 3.0rem;
    height: 0.4rem;
    left: 50%;
    position: absolute;
    margin-left: -1.5rem;
    bottom: 0;
    content: ""
}*/

/*****/
.services-home-content:before {
    /* content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/bluestars-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    animation: zoomInOut 3s infinite;
    bottom: 0;
    left: 40px; */
    /* filter: invert(23%) sepia(100%) saturate(4103%) hue-rotate(215deg) brightness(55%) contrast(100%); */
}
.services-home-content:after {
    /* content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/bluestars-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    animation: zoomInOut 4s infinite;
    top: 0px;
    right: 40px; */
    /* filter: invert(23%) sepia(100%) saturate(4103%) hue-rotate(215deg) brightness(55%) contrast(100%); */
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.engegements-content {
    position: relative;
    margin-top: 100px;
}

.swiper-container-services.services-slideshow.swiper-container-horizontal {
    position: relative;
    overflow-x: hidden;
}

.engegements-content .swiper-button-next {right: -27px;background: var(--color2) url(../images/right.png) no-repeat center;}

.engegements-content .swiper-button-prev {
    left: -27px;
    background: var(--color2) 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; 
}
.engegements-content .swiper-button-prev,.engegements-content .swiper-button-next {
    width: calc(var(--taille_font) * 3 );
    height: calc(var(--taille_font) * 3 );
    /* border: 1px solid #000; */
    border-radius: 50%;
    top: 38%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
}

.engegements-content .swiper-button-prev:hover, .engegements-content .swiper-button-next:hover {
    transform: scale(1.15);
}

.one-service.item {
    height: 54vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.service-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px 0 25px;
  background: linear-gradient(to top, var(--color1) 34%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(180deg,rgba(87, 199, 133, 0) 0%, rgba(220, 134, 37, 1) 68%);
}
.one-service.item a {width: 100%;height: 100%;display: block;position: relative;/* z-index: 5; */text-decoration: none;/* border-radius: 15px; */overflow: hidden;border-radius: 15px;}

.one-service.item h3 {
    position: relative;
    color: var(--color0);
    z-index: 1;
    font-size: calc(var(--taille_font) + 0.2rem);
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #ffffff6b;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    font-family: var(--font_family_3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.one-service.item span {
    z-index: 1;
    position: relative;
    color: var(--color2);
    font-family: var(--font_family_1);
    transition: .3s ease;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: calc(var(--taille_font) + 0.1rem);
    background: no-repeat;
}

.one-service.item span:before {
    display: none;
}

.one-service.item span:hover {
    background: none;
}

.one-service.item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    border-radius: 15px;
    transition: .3s;
}

.one-service.item:hover img {
    /* filter: brightness(0.5); */
    transform: scale(1.15);
}

.services-home-content {
    position: relative;
    padding: 5em 10% 8em;
    background-color: var(--color0);
    display: block;
    z-index: 1;
}
.title-serv {
    position: relative;
    width: 100%;
    text-align: center;
}
.service-desc a {
    width: 100%;
    height: 25%;
    position: relative;
    transition: .3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-desc:hover span {
    letter-spacing: 4px;
}
/*****/


.zone-intervention {
    position: relative;
  z-index: 8000;
  padding: 5em 7%;
  background: var(--color0) url(../images/bg1.png) no-repeat center / cover fixed !important;
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 2%;
}

.zone-intervention iframe {
    width: 100%;
    vertical-align: bottom;
    /*! margin-top: 3em; */
    height: 500px;
}

.zone-intervention .zone {
    width: 44.0rem;
    height: 42.4rem;
    margin: auto;
    background: url(../images/zone.png) no-repeat center
}

.zone-intervention .description {
    width: 100%;
    text-align: initial;
}

.zone-intervention .text ul {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0
}

.zone-intervention .text ul li {
    padding: 0.7rem 1.0rem;
    font-style: italic;
    font-family: var(--font_family_2);
    position: relative
}

.zone-intervention .text ul li::after {
    content: "";
    display: block;
    background: var(--color4);
    bottom: 0;
    position: absolute;
    width: 40%;
    height: 0.1rem;
    left: 0;
    opacity: .2
}

.zone-titre,.zone-btn {
    padding: 0 1.5rem;
}

.recup-photo .item:nth-child(2),.recup-photo .item:nth-child(2) {
    margin-bottom: 3.0rem
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 37.0rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    overflow: hidden;
    border-radius: var(--border-radius-2);
}.gallery .ligne-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-photo a.item-gallery span.imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.recup-photo a.item-gallery: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);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.recup-photo a.item-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(18%,transparent),color-stop(99%,rgba(0,0,0,0.8)),to(rgba(0,0,0,0.8)));
    background: -o-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,transparent 0%,transparent 18%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
    z-index: 1
}

.recup-photo a.item-gallery .title-item-gallery,.gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
    color: var(--color0);
    font-size: 2.0rem;
    position: absolute;
    display: block;
    padding: 2.0rem 2.5rem;
    bottom: 0;
    left: 0;
    font-family: var(--font_family_3);
    width: 100%;
    z-index: 2;
    text-transform: uppercase
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: gray;
    -webkit-transition: all .6s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

\A.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.recup-news {
    padding: 3.0rem 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    background: var(--color0);
    border-radius: var(--border-radius-2);
}

.item-news .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    border-radius: var(--border-radius-2);
}

.item-news .photo {
    width: 100%;
    height: 53rem;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
    filter: gray;
    -webkit-transition: all .6s ease;
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
    /* -webkit-transition: all .5s ease; */
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality;
    border-radius: var(--border-radius-2);
}

.item-news:hover .photo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .photo.no-photo {
    background-image: url(../images/no-camera.png);
    background-size: 15.0rem;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .contenu {
    background: var(--color0);
    padding: 3.0rem;
    min-height: 23.6rem;
    border-radius: var(--border-radius-2);
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 0.5rem;
    font-size: 2.0rem
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.item-news .contenu .titre-news a:hover {
    color: var(--color1)
}

.lire-suite {
    text-align: center;
    padding: 3.0rem 0 0
}

.lire-suite a {
    color: var(--color0);
    text-transform: uppercase;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: var(--font_family_2);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    /*! padding-bottom: 2.0rem; */
    position: relative
}

.lire-suite a:hover {
    color: var(--color0);
    text-decoration: none
}

.lire-suite a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.lire-suite a:hover::before {
    bottom: 1.0rem;
    opacity: 1
}

.bloc-contenu.certifs {
    background: var(--color0);
    padding: 8.0rem 10% 10.0rem
}
.certifs .owl-carousel .owl-wrapper{
    /*! display: flex !important; */
    justify-content: center;
}
.text-certifs {
    padding: 0 15% 5.0rem;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,.bloc-contenu.certifs .titre-secondaire {
    /* color: var(--color0); */
}

.bloc-contenu.certifs .item {
    padding: 1.5rem
}

.logo-certifs {
    max-width: 30.0rem;
    height: 15.0rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    /* box-shadow: 0 0 1.0rem rgba(0,0,0,0.3); */
    -ms-box-shadow: 0 0 1.0rem rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 1.0rem rgba(0,0,0,0.3);
    /* -webkit-box-shadow: 0 0 1.0rem rgba(0,0,0,0.3); */
    background-size: 18.0rem auto;
    -ms-background-size: 18.0rem auto;
    -o-background-size: 18.0rem auto;
    -webkit-background-size: 18.0rem auto;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    margin: 0 auto;
    border: 1.0rem solid var(--color0)
}

.logo-certifs:hover {
    /* box-shadow: 0 0 1.0rem rgba(0,0,0,0.5); */
    -ms-box-shadow: 0 0 1.0rem rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 1.0rem rgba(0,0,0,0.5);
    /* -webkit-box-shadow: 0 0 1.0rem rgba(0,0,0,0.5); */
    /* border: 1.0rem solid var(--color2); */
}

#owl-demo-certifs .owl-wrapper.one-item {
    width: 100%!important;
    margin: auto
}

#owl-demo-certifs .owl-wrapper.one-item .owl-item {
    width: 100%!important
}

.text-gallery {
    text-align: justify;
    float: left;
    width: 50%;
}

.zone-caroussel-gallery {
    padding: 0 1.5rem 0 3.0rem
}

a.img_gal {
    display: block;
    height: 49.0rem;
    width: 100%;
    z-index: 1000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    transition: all 1s ease 0;
    -webkit-transition: all 1s ease 0;
    -khtml-transition: all 1s ease 0;
    -ms-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    margin-bottom: 2.5%
}

.mask {
    background: url(../images/icone_zoom.svg) no-repeat scroll center center rgba(0,0,0,0.7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 1s ease 0!important;
    -webkit-transition: all 1s ease 0!important;
    -khtml-transition: all 1s ease 0!important;
    -ms-transition: all 1s ease 0!important;
    -o-transition: all 1s ease 0!important;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: 5.6rem auto
}

a.img_gal img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.img_gal:hover .mask {
    opacity: 1
}

.body-gallery .owl-theme .owl-controls {
    text-align: center;
    background: none;
    margin: 0;
    position: static;
    margin-top: 0;
    box-shadow: none;
    height: 2.0rem
}

.body-gallery-4 .contenu {
    padding: 10.0rem 0 0;
}

.body-gallery-4 .contenu .container {
    max-width: 100%;
    width: 100%;
    padding: 0 10% 7em;
}

.gallery h2 {
    clear: none!important
}

.gallery ul {
    clear: both
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

.gallery .description-galerie {
    padding: 0 10% 4.0rem;
    text-align: initial;
}

.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: 0.5rem!important
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 92%;
    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 .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    border-radius: var(--border-radius-2);
}

.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;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
    filter: gray;
    /* -webkit-transition: all .6s ease; */
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.6) 99%,rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.6) 99%,rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(18%,transparent),color-stop(99%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.6)));
    background: -o-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.6) 99%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,transparent 0%,transparent 18%,rgba(0,0,0,0.6) 99%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
    z-index: 1
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.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: rgba(0,0,0,0.5) url(../images/ico-zoom.svg) no-repeat center center;
    background-size: 5.6rem auto
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.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);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 3.2rem;
    left: 50%;
    margin-left: -1.6rem;
    position: absolute;
    width: 3.2rem
}

.gallery .nav {
    margin: 1.0rem 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 1.0rem
}

.gallery .nav li::after {
    position: absolute;
    font-size: 2.0rem;
    right: 0;
    top: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color1);
    border-radius: 0.5rem;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: var(--font_family_3);
    padding: 1.0rem;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 1.0rem;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.0rem
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 1.5rem;
    padding-right: 6.0rem;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 2.2rem;
    height: 2.2rem;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 4.5rem;
    position: absolute;
    right: 1.9rem;
    top: 1.2rem;
    line-height: 2.0rem
}

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    background: var(--color0);
    margin: 0 0 3.0rem
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,.item-news.prestation .photo {
    height: 29.5rem
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 5.0rem 4.0rem 2.0rem;
    position: relative;
    min-height: 17.0rem
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: 8.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

#service-9 .lire-suite.at-flex-btn a:first-child {
  display: none
}
.lire-suite.at-flex-btn {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}
.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -2.5rem;
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: var(--color0);
    border-radius: 1.9rem;
    box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    padding: 1.5rem 3.5rem;
    font-size: calc(var(--taille_font) + 0.4rem);
    max-width: 95%;
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem;
}

.body-news-list .item-news {
    margin-bottom: 3.0rem
}

.body-news-list .item-news:last-child {
    margin-bottom: 0
}

.body-news-list .btn-partage {
    margin: -1.0rem 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 8.0rem;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: var(--taille_font);
    padding: 1.0rem 1.0rem 1.0rem 4.5rem;
    background: var(--color2) url(../images/fleche-btn.svg) no-repeat center left 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_3);
    text-decoration: none;
    background-size: 2.2rem auto;
    color: var(--color0);
    font-family: var(--font_family_3);
    margin: auto;
    padding: 1.8rem 2rem 1.8rem 5.0rem;
    text-transform: uppercase;
    /* text-decoration: none; */
    position: relative;
    /* top: -3.0rem; */
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: var(--border-radius);
}

a.return-to-news:hover {
    /* background-position: center left 0.5rem; */
    color: var(--color0);
}

.header-news h1 {
    text-transform: uppercase;
    margin: 1.5rem 0
}

.header-news .date-poste {
    font-size: 2.4rem;
    opacity: .7;
    font-family: var(--font_family_1)
}

.news .item-news {
    width: 80%;
    margin: 50px auto 0;
}

.news .item-news .photo {
    height: 45.0rem;
    height: clamp(30.0rem,40vw,45.0rem)
}

.news .item-news .contenu {
    padding: 4vw;
    color: var(--color4);
    text-align: initial;
}

.news .item-news .btn-partage {
    display: table;
    padding: 0.5rem 0 0;
    border-radius: 2.5rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
    position: absolute;
    background: var(--color0);
    left: 50%;
    transform: translate(-50%,0);
    top: -2.0rem;
    width: 19.0rem;
    text-align: center
}

.news .item-news .btn-partage .btnp {
    position: relative;
    top: -0.3rem
}

.zone-titre-header {
    height: 35.0rem;
    width: 100%;
    display: table;
    position: relative
}

.btn-avis {
    border: 0;
    background: var(--color1);
    padding: 1.2rem 2.5rem;
    color: var(--color0);
    font-family: var(--font_family_3);
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.btn-avis:hover {
    background: var(--color2)
}

.AvisClientsBg {
    padding: 5em 10%;
    background-color: var(--color3);
    position: relative
}

.AvisClientsBg .contenu {
    background: none;
    padding: 0;
    overflow: hidden;
}
.AvisClientsBg a.btn-show-more{
    margin: auto;
}
.etoiles .fa {
    color: var(--color1)
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: var(--color0);
    padding: 3em 2em 2em;
    text-align: center;
    min-height: 40vh;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 3em;
    display: block;
    text-decoration: none;
    border-bottom: 0.8rem solid var(--color1);
    box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    opacity: 1;
    /* width: 95%; */
    border-radius: var(--border-radius-2);
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color3);
    opacity: 1
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    /*! font-size: 1.8rem; */
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: var(--taille_font);
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 1.6rem;
    color: var(--color0);
    width: 10.0rem;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 2.0rem;
    position: absolute;
    top: -5.0rem;
    left: 50%;
    margin-left: -5.0rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3)
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.temoignageScroll {
    /* max-height: 10.9rem; */
    text-align: center;
    overflow: hidden;
    font-style: italic;
    margin: 2.3rem 0 0;
}

.temoignageScroll .scrollbar-content {
    padding: 0 1.0rem 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    /*! font-size: 1.6rem; */
    padding: 0.4rem 0;
    opacity: .7
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.livre-elements {
    padding: 0;
    margin-bottom: 4.0rem;
    text-align: center
}

.livre-elements .blazy {
    margin: -8.0rem auto 1.0rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    width: 11.5rem;
    height: 11.5rem
}

.livre-elements .pseudo {
    margin-bottom: 1.0rem;
    color: var(--color1);
    font-size: 2.0rem
}

.livre-elements .date {
    margin-bottom: 1.0rem!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    margin: 0;
    padding: 1.5rem 0;
    font-style: italic
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.divAvis {
    padding: 3.0rem 2.0rem;
    margin: 6.0rem 0 8.0rem;
    background-color: var(--color0);
    border-radius: 0.2rem;
    border-bottom: 0.5rem solid var(--color1);
    box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.divAvis:last-child {
    margin-bottom: 0
}

.btn-avis {
    margin-bottom: 3.0rem
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header {
    border-bottom: 0.1rem solid #bbb
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 4.0rem;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: bold;
    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: 1.6rem;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0,0,0,0.8);
    color: var(--color2);
    text-shadow: none
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 2.1rem;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 4.4rem;
    border-radius: 0.2rem
}

.modal-content .btn-close:hover,.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 6.0rem!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: 1.4rem!important;
    text-align: left;
    font-weight: normal
}

.formulaire #add-review .conditionsLabel {
    padding-left: 0.5rem
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 5.0rem
}

#add-review #stars-existing {
    margin: 0 auto 1.0rem;
    display: block;
    text-align: left;
    padding-top: 1.5rem
}

#add-review .form-group #captcha {
    height: 4.6rem!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 0.1rem solid #bbb;
    color: #bbb;
    border-radius: 0.2rem
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 1.5rem auto!important;
    padding: 1.4rem 1.5rem!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 10.0rem
}

#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: 1.0rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

ul.slick-dots {
    margin: 0;
    margin-top: 6.5rem;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

ul.slick-dots li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 3.0rem;
    border-radius: 0.4rem;
    opacity: 1
}

ul.slick-dots li + li {
    margin-left: 1.0rem
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 2.5rem auto 1.5rem!important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 1.5rem 4.0rem!important
}

.inner-container {
    margin: auto;
    max-width: 128.0rem
}

.body-contact .contenu {
    padding: 0
}

.body-contact .contenu .container {
    width: auto!important;
    max-width: 100%!important;
    padding: 0
}

.coordonnes-contact {
    color: var(--color4);
    text-align: center;
    padding: 10.0rem 0
}

.coordonnes-contact p.tel1,.coordonnes-contact p.tel2 {
    margin: 0
}

.coordonnes-contact .callTracker:not(.active) span:hover {
    color: var(--color1);
}

.coordonnes-contact label {
    font-family: var(--font_family_3);
    font-weight: bold;
    display: block;
    font-size: 2.0rem
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 30rem
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: .6;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.plan-du-site iframe:hover {
    opacity: .9
}

.zone-form-contact {
    max-width: 107.8rem;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    background: var(--color0);
    padding: 3.0rem;
    margin-top: 5rem;
    border-radius: 20px;
}

.zone-form-contact h1,.zone-form-contact .text {
    text-align: center
}

.zone-form-contact .text p {
    font-size: 0.9vw;
    font-weight: normal;
}

.contact .zone-form-contact h1 .text {
    color: var(--color1);
    font-size: 1.7rem;
    font-weight: normal;
    font-family: var(--font_family_1)
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    padding: 1.2rem;
    border-radius: 0;
    border: solid 0.1rem #28282845;
    height: 4.2rem;
    background: var(--color0);
    color: var(--color4);
    font-size: 1.4rem;
    font-family: var(--font_family_1);
    box-shadow: none
}

.contact .form-control:focus {
    border: 0.1rem solid var(--color1);
    /* box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6); */
    -ms-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6);
    -o-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6);
    /* -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6); */
    color: var(--color4);
}

@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 1.5rem center!important;
        line-height: normal!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .form-control::-webkit-input-placeholder {
    color: var(--color4)
}

.contact .form-control:-moz-placeholder {
    color: var(--color4);
    opacity: 1
}

.contact .form-control::-moz-placeholder {
    color: var(--color4);
    opacity: 1
}

.contact .form-control:-ms-input-placeholder {
    color: var(--color4)
}

.contact .label-rgpd {
    padding: 0;
    color: var(--color4);
    font-size: 1.3rem;
    opacity: 1;
    line-height: 1.5
}

.contact .label-rgpd strong {
    color: var(--color1)
}

.contact .zone-form-contact .form-group .col-md-8,.pageseo .contact .form-group .col-md-8 {
    width: 100%!important;
}

.contact .btn-primary,.contact .btn-primary:focus {
    float: right;
    border-radius: 0;
    background: url(../images/ico-envoyer-h.svg) no-repeat center left 27% var(--color2);
    border: 0;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 1.0rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 1.0rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.0rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.0rem rgba(0,0,0,0.2);
    color: var(--color0);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    padding: 1.8rem 5.5rem 1.8rem 8.0rem;
    display: table;
    margin: 0 auto -4.0rem;
    position: relative;
    top: 2.0rem;
    background-size: 1.7rem auto
}

.contact .btn-primary:hover {
    background-color: var(--color1);
    background-image: url(../images/ico-envoyer-h.svg);
    color: var(--color0)
}

.contact .form-actions {
    font-size: 1.2rem;
    color: var(--color4);
    font-style: italic;
}

.body-contact .contact .form-actions {
    padding: 0 12% 0.5rem;
    color: var(--color0);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0!important;
    width: 100%
}

.bloc-info-rgpd {
    background: var(--color1);
    padding: 16.0rem 10% 10.0rem;
    color: var(--color0);
    position: relative;
    z-index: 1;
    margin: -13.0rem 0 0
}

.contact .info-rgpd {
    font-size: 1.3rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    color: var(--color0);
    padding: 0 12%
}

.contact .info-rgpd p {
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    display: block;
    clear: both
}

.contact .info-rgpd a:hover {
    color: var(--color0)
}

.contact textarea.form-control {
    height: auto;
}

.g-recaptcha {
    float: left
}

.body-contact .g-recaptcha {
    float: left;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right;
    padding: 2.5rem 2.4rem 2.2rem 4.6rem;
    background-position: 12%;
}

.pageseo .formule_page_seo {
    padding-top: 3.0rem
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin: 1.0rem -1.5rem;
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 1.1rem
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal!important;
    font-size: inherit!important;
    color: inherit!important;
    margin: 0
}

.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 2% 3em;
    background: var(--color5);
}
.imagecont.noflicker.img1 { display: block; margin: 1vh 0 2vh; height: 30vh; overflow: hidden; }

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sitemap ul {
    padding-left: 0
}

.sitemap ul li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    float: left;
    clear: both;
    display: inline-block;
    position: relative
}

.sitemap ul li::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    color: var(--color1)
}

.sitemap ul li.niveau2 {
    margin-left: 1.5rem
}

.sitemap ul li a {
    color: inherit;
    text-decoration: none;
    font-size: inherit
}

.sitemap ul li a:hover {
    color: var(--color1)
}

.page_404 p {
    text-align: left
}

.page_404 h4 {
    font-family: arial;
    font-size: 1.8rem
}

.page_404 .btn {
    margin-top: 0!important;
    color: var(--color0)!important;
    padding: 1.0rem 2.0rem;
    clear: both;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: var(--color1);
    font-family: var(--font_family_3)
}

.page_404 .btn:hover {
    background: var(--color2)
}

hr {
    border-color: var(--color4);
    opacity: .3;
}

.body-copyright .contenu h2 {
    font-size: 2.5rem
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    width: 15.0rem;
    margin-left: -7.5rem;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 0.1rem
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: var(--color0)!important
}

.header-sidebars {
    height: 6.5rem;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 6.5rem;
    width: 100%
}

.header-sidebars .header-top a:first-child {
    width: 48%;
    padding: 13px;
}

.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: 1.6rem; */
    /* top: 0; */
    /*! max-height: 3.2rem; */
    /* max-width: 15.9rem; */
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/nav.svg);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem
}

.deploy-right-mail {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 6.5rem;
    width: 6.5rem;
    position: absolute!important;
    right: 13.0rem;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 5.0rem;
    height: 5.0rem;
    background-position: center center;
    float: right;
    margin-top: -5.0rem
}

.sidebar-left {
    width: 27.0rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -27.0rem;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 0.3rem 0 0.3rem 0 rgba(0,0,0,0.1)
}

.sidebar-scroll-left {
    padding-right: 2.0rem;
    left: 0;
    width: 31.0rem;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 27.5rem;
    overflow: hidden!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -28.0rem;
    top: 0;
    bottom: 0;
    width: 27.0rem;
    margin-right: 1.0rem;
    box-shadow: -0.2rem 0 0.2rem 0 rgba(0,0,0,0.1)
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-header-left {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 7.5rem;
    position: absolute;
    top: -0.2rem;
    left: 0.8rem;
    margin-right: 17.9rem
}

.sidebar-right-logo {
    margin-left: 8.4rem;
    top: 1.4rem;
    right: 0.1rem;
    max-width: 18.0rem;
    float: inherit;
    max-height: 3.7rem;
    position: relative
}

.sidebar-divider-text {
    font-size: 2.0rem;
    padding-top: 1.5rem;
    padding-left: 2.0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    color: var(--color1)!important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 0.3rem
}

.sidebar-bottom-controls a {
    font-size: 1.2rem;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 1.0rem;
    display: block
}

.nav-item {
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 2.2rem auto;
    background-color: #c9323b;
    height: 6.0rem;
    line-height: 6.15rem;
    background-repeat: no-repeat;
    padding-left: 6.0rem;
    background-position: 2.0rem center;
    margin-bottom: 0.1rem
}

.submenu a {
    text-shadow: 0 0.2rem 0 rgba(0,0,0,1);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 2.5rem;
    font-size: 1.0rem;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 3.8rem;
    margin-left: 2.0rem;
    font-size: 1.0rem;
    color: #878787;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0rem
}

.sidebar-header-right {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 2.0rem 0
}

.footer-text a {
    padding-top: 1.0rem;
    font-size: 1.0rem;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 1.0rem;
    text-align: center;
    text-transform: uppercase
}

.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: 0.1rem;
    padding-left: 1.8rem;
    background: var(--color1)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 4.2rem;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 24.1rem 2.62rem;
    background-repeat: no-repeat;
    background-size: 0.9rem auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 27.0rem;
    vertical-align: middle;
    text-decoration: none!important;
    line-height: 1.8rem;
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: uppercase;
    color: var(--color0);
    height: 6.0rem;
    padding-left: 2.9rem
}

.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: none
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0.5rem;
    font-size: 1.5rem;
    color: var(--color0)
}

.icones {
    width: 3.2rem;
    margin: 1.6rem 0 0 1.6rem;
    height: 3.2rem;
    fill: var(--color0)
}

header .tel-header .icones {
    width: 3.3rem;
    margin: 0.9rem 0 0 0.9rem;
    height: 3.3rem;
    fill: var(--color1)
}

.btn-partage .icones {
    width: 1.7rem;
    margin: 0;
    height: 2.5rem;
    padding: 0;
    position: relative;
    fill: var(--color1);
    top: 0.5rem;
}
.btn-partage .btn-whatsapp .icones {
    width: 2.0rem;
    margin: 0;
    height: 2.5rem;
    padding: 0;
    position: relative;
    fill: var(--color1);
    top: 0.6rem;
}
.btn-partage .btn-fb .icones {
    width: 2.5rem;
    margin: 0;
    height: 2.5rem;
    padding: 0;
    position: relative;
    fill: var(--color1);
    top: 0.6rem;
}
.btn-rs-header .btn-partage .btnp .icones{
    fill: var(--color0)
}
.btn-rs-header .btn-partage .btnp:hover .icones{
    fill: var(--color1)
}
.btn-rs-header .btn-partage .btnp:hover{
    background: var(--color0)
}
.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.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: 2.0rem 3.0rem;
    color: var(--color1);
    text-decoration: none;
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: rgba(0,0,0,0.4);
    text-decoration: none;
    color: var(--color2)
}

.news_avant_apres a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.news_avant_apres a:hover::before {
    bottom: 1.0rem;
    opacity: 1
}

.news_avant_apres a:hover b,.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color2)
}

.navButtons,.navButtons:visited {
    padding: 0 0 1.0rem;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block;
    font-weight: bold
}

.news_avant_apres a:hover span,.news_avant_apres a:focus span {
    color: var(--color2);
    text-decoration: none
}

.pagination > li {
    background: none;
    padding-left: 0
}

.pagination > li > a,.pagination > li > span {
    color: var(--color4);
    border-color: var(--color4)
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.item-news hr {
    margin-bottom: 0
}

@media(max-width: 1440px) {
    .titre-slg{
        font-size: 5rem;
    }
    .titre-secondaire {
    font-size: 1.7rem;
    line-height: 1.2 !important;
}
    :root{
            --taille_font: 1.6rem;
    }
}

@media(max-width: 980px) {
    .body-page-1 .container2:before{
    content: '';
  width: 100%;
  height: 79%;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(../images/shape22.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(0deg);
    opacity: .1;
}
    .stepsAB.stepsAB2:before{
    content: '';
  width: 142% !important;
  height: 120% !important;
  bottom: auto;
  top: -274px;
  position: absolute;
  background: url(../images/bg-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*! transform: scale(-1,1); */
    background-position: left;
    opacity: .1;
    transform: rotate(-72deg);
    left: 24px;
}
    .bloc-contenu.actualites:before{
    content: '';
  width: 100%;
  height: 21%;
  bottom: 0;
  right: 84px;
  position: absolute;
  background: url(../images/bg-shape2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  /*! transform: scale(-1,1); */
  background-position: right;
  opacity: .3;
}
    .stp-bg-p {
    width: 100% !important;
    height: 293px !important;
    border-radius: var(--border-radius);
    /* overflow: hidden; */
}

    .stp-txt {
    width: 100% !important;
    padding: 0em 0% 4em 0% !important;
    position: relative;
    /* padding-left: 0; */
}
.stepsAB {
    display: flex;
    padding: 0em 3% 6em !important;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    /* background-color: var(--color0); */
    gap: 40px;
    /*! padding-left: 0; */
    flex-direction: column-reverse !important;
}    
    .one-service.item{
        height: 50vh;
    }
    .atouts .swiper-button-prev{
        
left: 0;
    }

.atouts .swiper-button-next {
    right: 0;
}
    .item-news.prestation .bloc-titre .titre-news{
        font-size: calc(var(--taille_font) + 0.3rem);
    }

.item-news.prestation .bloc-titre .titre-news {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .row.flex-actu{
        flex-direction: column;
    }
    .engegements-content .swiper-button-prev, .engegements-content .swiper-button-next{
        width: calc(var(--taille_font) * 3);
        height: calc(var(--taille_font) * 3);
    }
    .sou-titre-slg{
        font-size: 18px;
    }
    .atouts .swiper-button-next i, .swiper-button-prev i{
        font-size: 17px;
    }
    .scroll-box{
        max-height: max-content;
    }
    .flex-seoContain {
        flex-wrap:wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img, a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 1.6rem;
        display: block;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        bottom: 1.1rem;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 1.5rem
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none!important
    }

    .clear-both {
        clear: both
    }

    header {
        padding: 0
    }

    .zone-slg,.zone-banner {
        /* width: 100%; */
        height: auto!important;
    }
    
    .body-page-1 .slegon{
        margin-top: 14vh;
    }
    .body-page-1 .titre-slg{
        text-align: center;
    }

    .slegon {
        padding: 5vw 7vw;
    }

    .body-pageseo .titre-slg, .titre-slg {
        font-size: 3rem;
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none!important
    }

    .contenu {
        padding: 4.0rem 1.5rem
    }

    h1,.h1 {
        font-size: 3.0rem;
        line-height: 3.0rem;
        margin-bottom: 5.0rem
    }

.contact .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.zone-form-contact .text p {
    font-size: 15px;
}



    h2,.h2 {
        font-size: 2.4rem
    }

.item-news .contenu .titre-news a {
    font-size: 16px;
}

    h3,.h3 {
        font-size: 2.2rem
    }

    h4,h5,h6 {
        font-size: 2.0rem
    }

    a.btn-show-more {
        font-size: 1.5rem;
        padding: 1.3rem 3.5rem;
    }

    .bloc-contenu {
        padding: 4.0rem 0 0;
    }

.bloc-contenu.actualites {
    padding: 3em 0 2em;
}

    .liste-services {
        width: 55.0rem;
        height: 55.0rem
    }

    a.show-all-service {
        right: 2.7rem;
        bottom: 4.7rem
    }

    .zone-intervention .zone {
        width: 36.5rem;
        background-size: contain
    }

    .item-news {
        margin-bottom: 3.0rem;
        box-shadow: none;
    }

.item-news {}

    .item-news .photo {
        height: 40.0rem
    }

    .AvisClients p {
        font-size: 1.3rem
    }

    .item-news.prestation .photo {
        height: 25.0rem
    }

    .bloc-contenu.certifs {
        padding: 3.0rem 3% 5.0rem;
    }

    .body-gallery-4 .contenu {
        padding: 4.0rem 0.5rem
    }

    .scroll-footer {
        height: 15.0rem
    }

    .contact .zone-form-contact h1 .text {
        font-size: 1.7rem;
        line-height: normal
    }

    .bloc-info-rgpd {
        padding: 17.0rem 10% 4.0rem
    }

    .contact .info-rgpd {
        padding: 0
    }

    .plan-du-site {
        height: 50.0rem
    }

    .coordonnes-contact {
        padding: 4.0rem 0
    }

    .pageseo .formulaire.gauche,.pageseo .formulaire.droite {
        padding: 0
    }
}

@media (max-width: 767px) {
    .zone-intervention h2.h1.center {
    color: var(--color4);
    margin: 0.5em 0 0.5em;
}

    .zone-form-contact .text {
        margin-top: 1em
    }
    .btn-news-flex{
    display: flex;
  justify-content: center;
  gap: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    
    .zone-intervention .container {
    padding: 1em 4%;
  font-size: 16px;
  position: relative;
  width: 100%;
  border-radius: var(--border-radiusB);
  overflow: hidden;
  z-index: 9;
  text-align: justify;
  width: 100%;
  box-shadow: none;
  background: var(--color0);
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.zone-intervention .map{
    width: 50%;
  /*! height: 100%; */
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.zone-intervention .map iframe {
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  min-height: calc(var(--taille-font) *45.1);
  vertical-align: bottom;
}
    
.services-home-content {
    position: relative;
    padding: 3em 3% 8em;
    background-color: var(--color0);
    display: block;
    z-index: 1;
}
    .lire-suite.at-flex-btn {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-direction: column;
        align-items: center;
  margin-top: 29px;
}
    .zone-form-contact{
        margin-top: 0;
        padding-bottom: 4em;
    }
    .one-service.item a{
        height: 70%;
    }
    .one-service.item img{
    }
    .recup-photo .item:nth-child(2), .recup-photo .item:nth-child(2){
        margin-bottom:0;
    }
    .nopad-xs {
        padding:0
    }

    .news_avant_apres > div:last-child {
        right: 0
    }

    .news_avant_apres > div {
        display: block;
        margin: 0 0 0.5rem
    }

    .news_avant_apres > div,.news_avant_apres {
        display: block
    }

    .news-liste .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    .news .item-news {
        width: 96%
    }
}

@media(max-width: 640px) {
    .corps {
        --taille_font:1.4rem;
        font-size: var(--taille_font)
    }

    .body-pageseo .titre-slg {
        font-size: 2rem
    }

    .nopad-xs {
        padding: 0
    }

    .titre-slg {
        font-size: 1.7rem;
    }

.gallery .description-galerie {
    padding: 0 1% 4.0rem;
}

    .body-page-1 .titre-slg {
        font-size: 2.6rem;
    }

.sou-titre-slg {
    font-size: 1.5rem;
}

    .banner {
        height: 20.0rem
    }

    .table-cell .cell {
        display: block;
        width: 93%;
        clear: both;
    }

    h1,.h1 {
        font-size: 2.5rem;
        line-height: 2.2;
        margin-bottom: 3.0rem;
        text-align: center
    }
    .bloc-contenu.certifs h2.h1{
        line-height: 1.4 !important;
    }
    h2,.h2 {
        font-size: 2.4rem
    }

.contenu .page h2:first-of-type, .contenu .gallery h2:first-of-type, .contenu .seo-content h2:first-of-type, .contenu .newsItem h2:first-of-type {
    padding: 3vh 5vw;
}

    h3,.h3 {
        font-size: 1.9rem;
    }

    h4,h5,h6 {
        font-size: 1.5rem;
    }

    .text-accueil p.center {
        text-align: center
    }

    .text-accueil p.center a.btn-show-more {
        display: inline-block
    }

    .liste-services {
        width: 30.0rem;
        height: 30.0rem;
        margin: 8.0rem auto 0
    }

    .img-service {
        width: 8.0rem;
        height: 8.0rem
    }

    .img-service.service-1 {
        left: 50%;
        top: -4.0rem;
        margin-left: -4.0rem
    }

    .img-service.service-3 {
        top: 50%;
        left: -4.0rem;
        margin-top: -4.0rem
    }

    .img-service.service-4 {
        top: 50%;
        right: -4.0rem;
        margin-top: -4.0rem
    }

    .img-service.service-2 {
        left: 50%;
        bottom: -4.0rem;
        margin-left: -4.0rem
    }
  a.show-all-service { right: 1.0rem;bottom: 1.5rem;  width: 5.0rem; height: 5.0rem;font-size: 3.0rem;line-height: 5.0rem }
 .short-text-service {
        max-height: 10.0rem;
        overflow: auto
    }

    .zone-intervention .zone,.zone-intervention .description {
        width: 100%;
        color: var(--color4);
    }

    .nos-realisations .h1,.actualites .h1,.AvisClientsBg .h1 {
        text-align: center
    }

    .nos-realisations a.btn-show-more,.actualites a.btn-show-more,.AvisClientsBg .h1 {
        float: none;
        margin: 0 auto 2.0rem
    }

    .recup-photo a.item-gallery {
        height: 25.0rem;
        margin-bottom: 2.0rem
    }

    .band1 {
        padding-top: 0;
        padding: 5rem 1% 8rem;
    }

    .gallery.node-2 a.img_gal {
        height: 25.0rem
    }

    .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
        text-align: center;
        padding: 1.0rem 1.5rem;
        font-size: 1.4rem
    }

    .coordonnes-contact .adress-contact,.coordonnes-contact .tel-contact,.coordonnes-contact .horaires-contact {
        margin-bottom: 1.5rem;
        background-size: 2.3rem;
        padding-top: 3.0rem
    }

.plan-du-site {height: 38.0rem }
.pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus { width: 100%;margin: 1.5rem auto }
.centerservice {margin: 0!important}
}
.bloc-slider div#owl-demo,.bloc-slider .owl-wrapper-outer,.bloc-slider .owl-wrapper,.bloc-slider .owl-item,.bloc-slider .item,.bloc-slider img.rsImg,.bloc-slider .img-slide.cover {
    height: 100%;
}
/*************/
        .stp-list span{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }

.stepsAB {
    display: flex;
    padding: 8em 10% 6em;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    /* background-color: var(--color0); */
    gap: 40px;
    /*! padding-left: 0; */
}

.stepsAB.stepsAB2 {
    padding-top: 7em;
    flex-direction: row-reverse;
    /*! padding-right: 0; */
    padding-left: 10%;
    padding-bottom: 10em;
    background: var(--color6) !important;
    position: relative
}

.stepsAB.stepsAB2:before{
    content: '';
  width: 50%;
  height: 61%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/bg-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*! transform: scale(-1,1); */
    background-position: left;
    opacity: .1;
}

.stepsAB.atoAB {
    padding-bottom: 6em;
}




.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stepsAB.atoAB {
    flex-direction: row-reverse;
}




.stp-txt {
    width: 50%;
    padding: 4em 1% 4em 3%;
    position: relative;
    /* padding-left: 0; */
}


/* .stp-txt:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background-image: url(../images/bg-home2.png);
    background-size: 780px;
    right: -100%;
    top: 0;
    opacity: 0.15;
    rotate: 338deg;
    scale: .9;
    z-index: -1;
    filter: invert(57%) sepia(43%) saturate(714%) hue-rotate(164deg) brightness(94%) contrast(87%);
} */

.atoAB .stp-txt:before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.atoAB .stp-txt {
    padding-left: 0;
    /* padding-right: 0%; */
}


.stp-txt h2 {
    text-align: left;
    /* text-transform: none; */
    margin-top: 0;
    margin-bottom: 40px;
    /*! line-height: 45px; */
}

.stp-txt h2:before {
    left: 0;
    margin: 0;
    opacity: 0;
}
.stp-txt .titre-secondaire{
    text-align: left;
}
.stp-txt h2:after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stp-list span:hover i {
    /* color: var(--color1); */
    /* background-color: transparent; */
}

.stp-list span {
    font-family: var(--font_family_2);
    font-weight: normal;
}
.texte-deco {
  color: var(--color1);
  display:   contents !important;
  font-family: var(--font_family_2) !important;
  font-size: calc(var(--taille_font) + 0.2rem);
}
.stp-list span div {
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font_family_2);
}

.stp-list span div p {
    color: var(--color3);
    font-size: 15px;
    font-family: var(--font_family_1);
}

.at-img {
    width: 45px;
    margin-right: 20px;
    filter: invert(64%) sepia(58%) saturate(7047%) hue-rotate(279deg) brightness(103%) contrast(104%);
}

.stp-list i {
    height: 40px;
    width: 40px;
    min-height:40px;
    min-width:40px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: var(--color1);
    margin-right: 10px;
    border: 2px solid var(--color1);
    transition: all .3s ease;
}

.listAB {
  display: flex;
  align-items: center;
}

.stp-bg-p {
    width: 50%;
    height: auto;
    border-radius: var(--border-radius);
    /* overflow: hidden; */
}

.stp-bg {
    /*! width: 55%; */ /*! height: auto; */
    height: 100%;
    width: 100%;
    background-image: url('../images/bg-atout.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* filter: grayscale(1); */
    transition: all .3s ease;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    border-radius: var(--border-radius-2);
}

.stepsAB2 .stp-bg {
    /*! background-image: url('../images/bg-atout.png'); */
}

.atoAB .stp-bg {
    background-image: url(../../../images/galerie/medium/projet-vue-terrasse.jpg);
}

.stp-bg:hover {
    filter: none;
}


.stp-bg-pAtt{
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}


span.svrAB {
    margin: 5px 0%;
    color: var(--color0);
    /* border-top: 1px solid #d7d7d780; */
    /* padding-top: 10px; */
    display: block;
}




/***/


.img-footer a {
  background: var(--color1);
}
.img-footer a:hover {
  background: var(--color2);
}