:root {
    --color0: #ffffff;
    /*couleur small header + encarts + texte footer*/
    --color1: #002852;
    /*couleur principale*/
    --color2: #003553;
    /*couleur header + encarts + btns*/
    --color3: #ea242f;
    /* encart texte d'accueil + encart témoignages */
    --color4: #161616;
    /* couleur texte + menu */
    --color5: aliceblue;
    /* couleurg ris */
    --font_family_1: 'mavenpro-regular',Arial,verdana;
    --font_family_2: 'MavenProBold', sans-serif;
    --taille_font: .9vw;
    --radius: 0px;
    --border-radius: 0px;
}
.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: 100;z-index: 1;color: var(--color0);} 
.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(--color2);width: 100%;height: 100%;opacity: 1.2;left: 0;top: 0;z-index: -1;border-radius: var(--border-radius);}
.contenu .page h2, .contenu .gallery h2 , .contenu .seo-content h2, .contenu  .newsItem h2{margin-bottom: 2vh;} 
.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
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--color0);
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    color: var(--color4);
    letter-spacing: .5px;
}

.map {
    height: 40vh;
    position: relative;
    display: flex;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.atout-img {
    width: 40%;
    border-radius: var(--border-radius);
}

.atout-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.video-header,.video-header video {
    height: 100%;
}

.slick-list.draggable {
    padding: 0 !important;
}

a,a:link,a:visited {
    color: inherit;
    text-decoration: underline
}

a.logo img {
    width: 5.8vw;
    transition: all .1s linear;
}

.header.fixedMenu .logo {
}

a:hover {
    text-decoration: none
}

.contenu a:hover {
    color: var(--color3);
}

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.contenu {
    background: var(--color0);
    min-height: 30.0rem;
    padding: 5rem 10vw 10rem;
    width: 100%;
    position: relative;
    z-index: 10
}

body.body-gallery .contenu {
    padding: 0;
}

.container {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.AvisClientsBg .contenu .container {
    padding: 0 0 2vh;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
    clear: both
}

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 4%;
    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.fixedMenu .tel-header .t_affiche:after {
    top: 21%;
    width: 90%;
    left: 5%;
    height: 50%;
}

.logo {
    display: table;
    padding: .5vh 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
}

.header.fixedMenu .logo {
    padding: .2vh 0 0;
}

.header.fixedMenu a.logo img {
    width: 3.8vw;
}

.btn-partage .btnp {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    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(--color3);
}

nav .menu_principal {
    font-family: var(--font_family_1);
    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;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -o-transition: all .2s linear;
    text-decoration: none;
    font-family: var(--font_family_2);
}

nav .menu_principal a:hover,.menu_principal a#courant,.menu_principal li.active a {
    color: var(--color3);
}
.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: 7.0rem
}

.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(--color3);
}

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(--color3);
    border-radius: 50%
}

header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color4);
    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 #333635;
    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;
    height: 45vh;
}
.body-page-1 header .bloc-slider{height: 65vh;}

.zone-slg {
    background: var(--color2);
}
.body-page-1 .zone-slg{width: 50%;}

.body-page-1 .zone-banner {width: 50%;}

.cta {
    display: flex;
    align-items: center;
    column-gap: 1.0rem;
    margin: 2em 0;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
}

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;
    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;
    font-size: 1vw;
    font-family: var(--font_family_1);
    min-width: auto;
    height: 100%;
    line-height: initial;
    display: block;
    padding: 1.2vh 1.5vw 1.5vh;
    background: var(--color3);
    border: 0;
    line-height: 1.7;
    transition: all .3s linear;
    border-radius: var(--radius);
}

p.tel-header2.btn-show-more:before {
    background: transparent;
}

.cta p.tel-header2.btn-show-morel:hover:before {
    background: var(--color1);
}

.cta .btn-show-more:hover {
    background: var(--color4);
    color: var(--color0);
}

.atouts {
    display: flex;
    padding: 5% 10% 5%;
    position: relative;
    gap: 5%;
    align-items: center;
    flex-direction: row-reverse;
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-weight: 100;
    text-align: left;
    margin: 0 0;
    color: var(--color4);
    font-size: calc(var(--taille_font)*1.2);
    font-family: var(--font_family_2);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    border-radius: var(--radius);
    color: var(--color4);
    border: 2px solid #00000029;
    font-weight: bold;
}

.atouts .picto img {
    width: 65px;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -2.2rem;
    opacity: .8;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 0.2rem;
    top: 50%;
    margin-top: -2.2rem;
    opacity: .8;
    height: 2.4rem;
}

.atouts .swiper-button-next,.atouts .swiper-button-prev {
    background: var(--color4);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2vw;
    width: 2vw;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    color: var(--color0);
}

.atouts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1;
    background: var(--color1);
}
.atout {
    display: grid;
    grid-template-columns: 2vw 1fr;
    margin: 1.5vh 0;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 1vh;
    width: 100%;
    grid-gap: 2vw;
}

.atout span {
    line-height: 1.5;
    font-size: 16px;
    text-wrap: balance;
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
    padding: 2vh 1vw;
}

.atouts-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
}

.atouts-cont .h1 {
    text-align: left;
    margin-bottom: 30px;
}

.slegon {
    display: flex;
    padding: 0 8vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10%;
}

.titre-slg {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-weight: bold;
    font-size: 3.5vw;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0;
}

.body-pageseo .titre-slg {
    font-size: 3.4rem;
}

.body-page-1 .titre-slg {
    color: var(--color0);
    text-transform: none;
    font-size: 4.5vw;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    /* color: var(--color3); */
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-weight: 100;
    font-size: 2.2rem;
    text-wrap: balance;
    line-height: 1.5;
}

.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(--color1);
}

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    background: transparent;
    margin: 0;
    position: absolute;
    bottom: 1%;
    left: 1%;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 4vw;
    height: 6vh;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    margin: 0vw .5vw 0 0;
    position: relative;
    opacity: 1.7;
    border-radius: 0;
}

.bloc-slider .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: .7;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "";
    position: absolute;
    font-family: var(--font_family_1);
    top: 50%;
    left: 50%;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-position: center;
    height: 2vh;
    width: 2vw;
    font-size: 3em;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) rotateY(180deg);
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-position: center;
    height: 2vh;
    width: 2vw;
    font-size: 3em;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    font-family: var(--font_family_2);
    color: var(--color1);
    line-height: 1.5;
    font-weight: bold;
}

h1,.h1 {
    font-size: 2.5vw;
    margin-bottom: 4rem;
    text-wrap: balance;
}

.bloc-contenu.actualites h2.h1 {
    color: var(--color0);
}

.h1.center {
    background-position: center bottom
}

.body-page-1 .contenu h1 {
    margin-bottom: 3.0rem
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.6rem)
}

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(--color3);
    font-size: 1.042vw;
    font-family: var(--font_family_1);
    font-weight: 100;
}

a.btn-show-more {
    display: table;
    padding: 1.3vh 1.5vw 1.3vh;
    background: var(--color3);
    color: var(--color0);
    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;
    font-family: var(--font_family_1);
    position: relative;
    transition: all .3s linear;
    font-size: 1vw;
    border-radius: var(--radius);
}

a.btn-show-more.hidden-sm.hidden-xs {
    transition: all .3s linear;
}

a.btn-show-more:hover {
    background: var(--color4);
    color: var(--color0)
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: var(--color5);
    z-index: 11
}

footer a.btn-get-contact {
    display: table;
    background: var(--color3);
    color: var(--color0);
    font-family: var(--font_family_1);
    margin: auto;
    padding: 1.5vh 2vw 1.5vh;
    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;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -o-transition: all .2s linear;
    font-size: 1vw;
    letter-spacing: 1px;
    border-radius: var(--radius);
}

footer a.btn-get-contact:hover {
    background: var(--color4);
    color: var(--color0)
}

footer h3 {
    color: var(--color1);
    font-size: 1.2vw;
    font-family: var(--font_family_2)
}

.band1 {
    display: block;
    clear: both;
    padding: 6vh 8vw 4vh;
}

.band2 {
    display: block;
    clear: both;
    background: var(--color1);
    padding: 0vh 10%;
}

.btn-scroll-top {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: var(--color1);
    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: 0.7rem;
    top: 0.6rem
}

.coordonnees-footer {
    color: var(--color4);
    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 0 0.2rem 3.0rem;
}

.coordonnees-footer a {
    color: var(--color0)
}

.coordonnees-footer a:hover {
    color: var(--color0)
}

.pictoSVG {
    width: 1.6rem;
    margin: 0;
    height: 1.6rem;
    padding: 0;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    fill: var(--color1);
}

.contact .pictoSVG {
    width: 3.5rem;
    margin: 0;
    height: 3.5rem;
    padding: 0;
    position: relative;
    margin: 0 auto 3.0rem auto;
    fill: var(--color3);
}

.hours {
    position: relative;
    color: var(--color4);
    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(--color4);
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

.menu_footer a:hover, .menu_footer li.active a {
    color: var(--color3);
    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(--color4);
    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: transparent
}

.follow {
    display: table;
    margin: 2.0rem auto
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 3% 10vw 5%;
    background: var(--color1);
    position: relative
}

.bloc-contenu.actualites {}

.bloc-contenu.grey {
    background: var(--color3)
}

.bloc-contenu.nos-realisations {
    background: var(--color0);
    background: var(--color5);
}

.bloc-contenu.nos-realisations .titre-secondaire {
}

.bloc-contenu.nos-realisations .h1 {
    color: var(--color2);
}

.bloc-contenu.nos-realisations a.btn-show-more,.bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: var(--color3);
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color4);
}

/* Gallery Photo  */

.nos-realisations .recup-photo::before{display: none;}

.nos-realisations .recup-photo{
  padding: 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-areas:
    "item1 item2 item3"
    "item1 item4 item5";
  grid-template-rows: 28vh 28vh;
  grid-gap: 20px;
  width: 100%;
}

.nos-realisations .recup-photo .propor{width:100%;position:relative;margin-bottom:10px;height: 100%;}

/* Gallery Photo  */
.nos-realisations .recup-photo .col-md-3{width: 100%;height: 100%;padding: 0;}
.nos-realisations .recup-photo .col-md-3:nth-child(1){grid-area: item1;}
.nos-realisations .recup-photo .col-md-3:nth-child(2){grid-area: item2;}
.nos-realisations .recup-photo .col-md-3:nth-child(3){grid-area: item3;}
.nos-realisations .recup-photo .col-md-3:nth-child(4){grid-area: item4;}
.nos-realisations .recup-photo .col-md-3:nth-child(5){grid-area: item5;}
/* Display Gallery Photo */

.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: flex;
    gap: 2vw;
}

.table-cell .cell {
    display: table-column;
    width: 50%;
    align-content: space-evenly;
    padding: 0;
}

.bloc-contenu.nos-realisations .h1,.AvisClientsBg .h1 {
    /* color: var(--color0); */
}

.text-accueil {
    text-align: justify
}

.scroll-content.scroll-header {
    height: 50vh;
}

.text-accueil p.center {
    margin: 2.0rem 0 0
}

.sidebar {
    height: 58.4rem;
    position: relative;
    max-width: 55.6rem;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw);
    border-radius: var(--border-radius);
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    border-radius: var(--border-radius);
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 3.0rem;
    left: -3.0rem
}
/* services */
.base-container {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 2% 10% 4% 10%;
    gap: 40px;
    background: var(--color5);
}
.nosServicesBg .section-line {
    width: 4px;
    height: 100px;
    background-color: var(--color1);
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: 140px;
    margin-left: 120px
}

.services-block-wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    gap: 40px;
    flex-direction: column;
}

.description-services {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.description-services:before {
    width: 30px;
    height: 40px;
    background-color: var(--color1);
    position: absolute;
    left: 0px
}

.description-services .h1 {margin-bottom: 20px;text-align: left;}
.description-services .h1 .titre-secondaire{text-align: left;}

.description-services .h1:before {left: 0;transform: translate(0, 10px);margin: 0;}

.description-services .paragraph-with-margin {
    margin: 15px 0 25px;
    font-size: 18px
}

.description-services .secondary-button.black-text.w-button {
    color: var(--color1);
    letter-spacing: 1px;
    background-color: var(--color0);
    border: 1px solid var(--color1);
    padding: 10px 20px;
    font-family: var(--font_family_1);
    font-weight: 400;
    line-height: 1.5em;
    transition: all .3s ease;
    text-decoration: none;
}

.description-services .secondary-button.black-text.w-button:hover {
    background: var(--color1);
    color: var(--color0);
    text-decoration: none
}

.card-wrapper {
    flex-direction: row;
    width: 100%;
    position: relative
}

.card-wrapper .services-list {
    overflow: hidden;
    padding-bottom: 6em;
}

.service-content {
    grid-column-gap: 30px;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.service-content:hover .service-description {
    bottom: -2%;
}

.service-image {
    width: 100%;
    height: 50vh;
    max-width: 100%;
    flex: none;
    overflow: hidden;
    background: transparent;
    align-items: center;
    border-radius: var(--border-radius);
}

.service-image img {
    height: 100%;
    transition: all .3s ease;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.service-content:hover .service-image img {
    height: 100%
}

a.link-cms {
    color: var(--color0);
    font-size: 16px;
    text-decoration: none!important;
    transition: all .3s ease;
    text-align: left;
    letter-spacing: 1px;
    font-family: var(--font_family_1);
    line-height: 1.5;
    text-wrap: balance;
}
p.paragraph-with-margin {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 112px;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.service-description {
    flex-direction: column;
    padding: 20px;
    display: flex;
    position: absolute;
    height: 110%;
    align-items: flex-start;
    width: 100%;
    background: linear-gradient(45deg, #000000ad, transparent);
    text-align: left;
    gap: 5px;
    transition: all .3s linear;
    overflow: hidden;
    border-radius: var(--border-radius);
    bottom: 0%;
    left: 0%;
    box-shadow: 1px 1px 10px #0000002b;
    justify-content: flex-end;
}

.service-description .link-with-line {
    position: relative;
    transition: all .3s linear;
}

.service-description:hover .link-with-line {
    position: relative;
    opacity: 1;
    left: 0;
}

.link-collection {
    color: var(--color0);
    text-transform: uppercase;
    text-decoration: none!important;
    margin-bottom: 10px;
    font-family: var(--font_family_1);
    font-size: 18px;
    display: inline-block;
    transition: all .3s ease
}

a.link-collection {
    color: var(--color3);
    text-transform: initial;
    letter-spacing: 1px;
    padding: 0;
    font-size: 13px;
}

a.link-collection:hover {opacity: 1;letter-spacing: 2px;}

.red-line {
    width: 0;
    height: 1px;
    background-color: var(--color1);
    position: absolute;
    top: auto;
    bottom: 0;
    left: -0%;
    right: auto;
    transition: all .3s ease
}

.service-content:hover .service-description .link-with-line .red-line {
    width: 100%;
    display: none;
}
.swiper-button-next-serv,.swiper-button-prev-serv{border-radius: 0;background: var(--color1);margin: 0px 1rem;display: flex;justify-content: center;align-items: center;text-align: center;width: 2.4vw;height: 2.4vw;transition: all .3s linear;color: var(--color0);border-radius: var(--radius);}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--color3);
    color: var(--color0);
}.swiper-buttons{display:flex;justify-content:center;position:absolute;bottom:0px;left:50%;transform:translateX(-50%)}
.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%)
}
/* services */
.zone-intervention {
    padding-top: 6rem;
    background: var(--color5);
}

.bloc-contenu.zone-intervention .table-cell .cell {
    width: 100%;
}

.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: justify
}

.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: 0rem;
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 100%;
    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);
}.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;
    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_2);
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
    display: none;
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    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;
    -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%;
    background: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
    grid-template-rows: 44vh;
}

.item-news a, .item-news a div {
    height: auto;
}

.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);
}

.item-news .photo {
    width: 100%;
    height: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality;
    border-radius: var(--border-radius);
}

.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")
}

.body-page-1 .item-news .contenu {
    padding: 4vh 2vw;
    min-height: auto;
    line-height: 1.7;
    background: transparent;
    border: 1px solid #ffffff2b;
    color: var(--color0);
}

.item-news .contenu {
    padding: 4vh 2vw;
    min-height: auto;
    line-height: 1.7;
    background: transparent;
    /* border: 1px solid #0000002b; */
}

.item-news .date-poste {color: var(--color3);}

.item-news .contenu .titre-news {
    margin: 0 0 0.5rem;
    font-size: 3rem;
    line-height: 1.2;
    text-wrap: balance;
}

.body-page-1 .item-news .contenu .titre-news {
    color: var(--color0);
}

.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 {
    padding: 2rem 0 0;
}

.lire-suite a {
    color: var(--color3);
    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(--color3);
    text-decoration: none;
    opacity: .7;
}

.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
}

.text-certifs {
    padding: 0 15% 5.0rem;
    color: var(--color4);
    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.0rem10px rgb(0 0 0 / 13%);
    -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
10px
 rgb(0 0 0 / 13%); */
    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;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -o-transition: all .2s linear;
    margin: 0 auto;
    border: 3px solid var(--color3);
}

.logo-certifs:hover {
    border: 1px solid var(--color1);
}

#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.5rem 5.0rem
}

.body-gallery-4 .contenu .container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.gallery h2 {
    clear: none!important
}

.gallery ul {
    clear: both
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

body.body-gallery .gallery .description-galerie {
    padding: 5% 10%;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding: 0.5rem!important;
    border-radius: var(--border-radius);
}

.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;
    border-radius: var(--border-radius);
}

.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;
    border-radius: var(--border-radius);
}

.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);
}

.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;
    -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_2);
    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: 5% 5%;}

.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 {
  
    display: inline-block
}



.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -ms-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -o-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    background: var(--color0);
    margin: 0 0 3.0rem;
    border-radius: var(--border-radius);
    display: block;
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,.item-news.prestation .photo {
    height: 35vh;
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 5.0rem 4.0rem 2.0rem;
    position: relative;
    min-height: 17.0rem;
    border-radius: var(--border-radius);
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: auto;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.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: 0;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -ms-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -o-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 7%);
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
    max-width: 95%
}

.item-news.prestation .bloc-titre .titre-news .titre-secondaire {
    font-size: 17px;
    text-wrap: balance;
}

.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;
    display: flex;
}

.body-news-list .btn-partage {
    margin: -1.0rem 0 0;
    /* background: var(--color1); */
    padding: 1vh 0;
    border-radius: var(--border-radius);
}

.body-news-list .btn-partage svg.icones.icone-share {
    display: none;
}

.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: 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_2);
    text-decoration: none;
    background-size: 2.2rem auto
}

a.return-to-news:hover {
    background-position: center left 0.5rem;
    color: var(--color4);
}

.header-news h1 {
    margin: 1.5rem 0;
    font-size: 2.2vw;
    line-height: 1.5;
}

.header-news .date-poste {
    font-size: 2.4rem;
    opacity: .7;
    font-family: var(--font_family_1)
}

.news .item-news {
    width: 80%;
    margin: -13.5rem auto 0;
    grid-template-columns: 1fr;
}

.news .item-news .photo {
    height: 45.0rem;
    height: clamp(30.0rem,40vw,45.0rem)
}

.news .item-news .contenu {
    padding: 6vw 0 0;
    color: var(--color4);
    text-align: justify
}

.news .item-news .btn-partage {
    display: table;
    padding: 1vh;
    border-radius: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -0.5vh;
    width: 35%;
    text-align: center;
    border-radius: var(--radius);
    background: var(--color5);
    gap: 15px;
    display: flex;
    justify-content: center;
    padding: 1%;
}

.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_2);
    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: 0;
    background-color: var(--color0);
    position: relative
}

.AvisClientsBg .contenu {
    background: var(--color0);
}

.etoiles .fa {
    color: #FFEB3B;
}

.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: transparent;
    padding: 2.0rem 2.0rem;
    text-align: center;
    height: 30.0rem;
    display: block;
    text-decoration: none;
    border: 1px solid #0035531f;
    opacity: 1.5;
    width: 95%;
    border-radius: var(--border-radius);
    transition: all .3s linear;
}

.AvisClients:active,.AvisClients:hover {
    opacity: 1;
    background-color: var(--color5);
    border-color: transparent;
    color: var(--color4) !important;
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    font-size: 1.8rem;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: var(--taille_font);
    margin-bottom: 0;
    font-style: normal;
}

.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);
    display: none;
}

.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
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: var(--color1) !important;}
.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(--color3);
    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_2);
    font-weight: bold;
    display: block;
    font-size: 2.0rem
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 78.5rem
}

.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: 70vw;
    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: -13.0rem
}

.zone-form-contact h1,.zone-form-contact .text {
    text-align: center;
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    font-weight: 100;
}

.zone-form-contact .text {
    color: var(--color3);
}

.zone-form-contact .h1 {
    text-align: center;
    font-size: calc(var(--taille_font)*2.5);
}

.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: solid 0.1rem var(--color2);
    height: 5vh;
    background: var(--color0);
    color: var(--color4);
    font-size: 16px;
    font-family: var(--font_family_1);
    box-shadow: none;
    border-radius: var(--border-radius);
}

.contact .form-control:focus {
    border: 0.1rem solid var(--color2);
    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(--color2)
}

@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 15% var(--color3);
    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;
    color: var(--color0);
    font-size: 1vw;
    font-family: var(--font_family_1);
    padding: 1.8rem 3rem 1.8rem 5rem;
    display: table;
    margin: 0 auto -5rem;
    position: relative;
    top: 2.0rem;
    background-size: 1.7rem auto;
    transition: all .3s linear;
    border-radius: var(--radius);
}

.contact .btn-primary:hover {
    background-color: var(--color4);
}

.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(--color3);
}

.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_2)
}

.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%
}

.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: 2px;
    max-height: 7vw;
}

.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(--color4)!important;
    z-index: 1;
    font-family: var(--font_family_2);
}

.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;
    font-family: var(--font_family_2);
}

.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(--color0);
}
.menu-mobile-dynamique li.active{background: #00000014;}

.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(--color1);
}

.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(--color3);
    z-index: 1;
    position: relative
}
 header .tel-header .t_affiche:after {
      content: "";
      position: absolute;
      z-index: 0;
      left: 0;
      top: 32px;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 100%;
      height: 45%;
      animation: pulse-border 1.5s ease-out infinite;
      background: var(--color3);
      border-radius: 50px;
  }
  
  @keyframes pulse-border {
      0% {
          transform: scale(1);
          opacity: 1
      }
  
      100% {
          transform: scale(1.8);
          opacity: 0
      }
  }
.btn-partage .icones {
    width: 1.7rem;
    margin: 0;
    height: 1.7rem;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 6px;
}

.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: 2vh;
    border-color: var(--color0);
}
@media (min-width: 2500px){
    header .tel-header .t_affiche:after{height: 60%;}
    .recup-photo a.item-gallery{height: 45vh;}
    .item-news .photo{height: 40vh;}
    .contact .btn-primary, .contact .btn-primary:focus{font-size: 20px}
    .item-news.prestation .bloc-titre .titre-news{font-size: 1vw;width: 65%;padding: 2vh;}
    .item-news.prestation .contenu{min-height: 20vh}
    header{padding-top: 10vh;}
    header .bloc-slider{height: 42vh;}

.body-page-1 header .bloc-slider {
    height: auto;
}
    .band2{
    padding: 2vh;
}
    #logoFD svg{
    transform: scale(2);
}
    .btn-partage .icones{
    width: 2vw;
    height: 1vw;
}

.btn-partage .btnp {
    width: 2vw;
    height: 1vw;
}
    .pictoSVG{
    width: 1vw;
    height: 1vw;
}

.coordonnees-footer p, .coordonnees-footer address {
    padding: 0 0 0 1.5vw;
}
    .lire-suite a{
    font-size: 35px;
}
    .temoignageScroll{
    max-height: 30vh;
    line-height: 1.7;
}
    .AvisClients:link, .AvisClients:visited, .AvisClients{
    height: 28vh;
}
    .contenu{
    padding: 10vh 10%;
}
    .item-news .contenu .titre-news{font-size: 1.2vw}
    .atout{}

.atouts .picto {
    width: 100px;
    height: 100px;
}
    .link-collection{font-size: 1vw}
    a.link-cms{font-size: 1vw}
    .service-description{height: auto;padding: 2vh;}
    .sidebar{height: 60vh;width: 98%;margin: 0;max-width: 98%;}
    .sou-titre-slg{font-size: 1.2vw}
    header .tel-header .t_affiche{
    width: 2vw;
    height: 2vw;
}
    header .tel-header .icones{
    width: 1.5vw;
    height: 1.5vw;
    margin: 1vh;
}
    .header,.header.fixedMenu{height: 10vh;}
    .header .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
a.logo img,.header.fixedMenu a.logo img {
    width: 5vw;
}
.logo{padding-top: .5vh;}

}
@media(max-width: 1300px){
    body.body-gallery.body-gallery-2 .contenu{
    padding: 5% 5% 10%;
}
    a.logo img{width: 8vw;}
    .atouts .picto{font-size: 1.5vw;}
    .atout{grid-gap: 3.5vw;}
    .header.fixedMenu a.logo img{width: 5vw;}
}
@media(max-width: 1440px) {
    .titre-slg{
        font-size: 4rem;
    }
    .titre-secondaire {
    font-size: 2rem;
}
    :root{
            --taille_font: 1.5rem;
    }

body.body-gallery .gallery .description-galerie {
    padding: 0;
}

.slegon {
    padding: 0 4vw;
}
}

@media(max-width: 980px) {
    body{letter-spacing: 0px;}
    footer a.btn-get-contact,.contact .btn-primary, .contact .btn-primary:focus{font-size: 2.5vw;}
    .swiper-button-next-serv, .swiper-button-prev-serv,.atouts .swiper-button-next, .atouts .swiper-button-prev{width: 4vw;height: 4vw}
    .table-cell .cell{width: 100%}
    .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;
    }

header .bloc-slider {
    height: 30vh;
}

.body-page-1 header .bloc-slider {
    height: 36vh;
}

    .zone-slg,.zone-banner {
        width: 100%;
        height: auto!important;
    }

.body-page-1 .zone-slg,.body-page-1 .zone-banner {
    width: 100%;
}

    .slegon {
        padding: 3vw 10%;
    }

.service-image {
    height: 33vh;
}

.atouts {
    flex-wrap: wrap;
    gap: 4vh;
}

.atouts-cont {
    width: 100%;
}

.atout {
    grid-gap: 10%;
}

.atout-img {
    width: 100%;
    height: 25vh;
}

    .body-pageseo .titre-slg, .titre-slg {
        font-size: 3vw;
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none!important
    }

    .contenu {
        padding: 4.0rem 1.5rem
    }

.band1 {
    padding: 3%;
}

.item-news .contenu {
    min-height: auto;
}

.item-news.prestation .contenu {}

.item-news.prestation .bloc-photo.photo-empty, .item-news.prestation .photo {
    height: auto;
}

    h1,.h1 {
        font-size: 3.0rem;
        margin-bottom: 5.0rem;
        line-height: 1.2;
    }



    h2,.h2 {
        font-size: 2.4rem
    }

    h3,.h3 {
        font-size: 2.2rem
    }

footer h3 {
    font-size: 2vw;
}

    h4,h5,h6 {
        font-size: 2.0rem
    }

    a.btn-show-more {
        font-size: 1.3rem;
        padding: 1.3rem 3.5rem;
    }

    .bloc-contenu {
        padding: 4.0rem 0
    }

    .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;
                grid-template-columns: 1fr;
        grid-template-rows: auto;
        flex-wrap: wrap;
    }

    .item-news .photo {
        height: 25rem;
    }

    .AvisClients p {
        font-size: 1.3rem
    }

    .item-news.prestation .photo {
        height: 25.0rem
    }

    .bloc-contenu.certifs {
        padding: 3.0rem 10% 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) {
    .item-news.prestation .bloc-titre{
    position: relative;
}
    .item-news.prestation .contenu .text-liste-serive,.item-news.prestation .contenu{min-height: auto;padding: 3vw;text-align: center;}
    .item-news.prestation .bloc-titre .titre-news{margin: 0;max-width: 100%;padding: 4vw;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;box-shadow: none;}
    .modal-header .h1{font-size: 25px;}
    .body-news-list .btn-partage{
    position: relative;
    display: contents;
    padding-bottom: 2px;
}

.item-news .contenu .titre-news {
    margin-top: 3vh;
}
    a.link-cms{font-size: 16px;}
    a.link-collection{font-size: 14px;}
    .nos-realisations .recup-photo{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item5";
    grid-template-rows: 20vh 20vh;
}
    .news .item-news .btn-partage{width: 70%;padding: 2vh 0;}
    .header-news h1{font-size:x-large;}
    .zone-titre-header{height: 40vh;display: flex;align-items: center;}
    .news .item-news .contenu{padding-top: 10vh;}
    .atouts .picto{display: none}

.atout {
    grid-template-columns: 1fr;
}
    .zone-form-contact{max-width: 100vw;}
    .contact .form-control{font-size: 16px;height: auto;}
     .contact .btn-primary{margin: 0;font-size: 16px;letter-spacing: 1px;}
    footer h3{font-size: 16px}
    footer a.btn-get-contact{
    padding: 15px 20px;
    font-size: 16px;
}
    .swiper-button-next-serv, .swiper-button-prev-serv, .atouts .swiper-button-next, .atouts .swiper-button-prev{
    width: 30px;
    height: 30px;
}

.table-cell {
    flex-wrap: wrap;
    gap: 0;
}

.atout span {
    font-size: 15px;
}
    .card-wrapper .services-list{padding-bottom: 4em}
    .top-logo img{max-height: 14vw;}
    .description-services{
    flex-direction: column;
}

.service-description {
    height: auto;
}
    .description-services .h1{
    text-align: center;
}

.description-services .h1 .titre-secondaire {
    text-align: center;
}

.titre-secondaire {
    font-size: 16px;
}
    header .bloc-slider{flex-direction: column-reverse;height: 40vh;}

.body-page-1 header .bloc-slider {
    height: 50vh;
}
    .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: 2.6rem;
        margin: 0;
    }

    .body-page-1 .titre-slg {
        font-size: 2rem;
        text-align: center;
    }

.sou-titre-slg {
    font-size: 4vw;
}

    .banner {
        height: 20.0rem
    }

    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both;
    }

.cell.zone-btn {
    display: flex;
    justify-content: center;
}

    h1,.h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 3.0rem;
        text-align: center
    }

.zone-form-contact .h1 {
    font-size: 25px;
}

    h2,.h2 {
        font-size: 2.4rem
    }

    h3,.h3 {
        font-size: 2.2rem
    }

    h4,h5,h6 {
        font-size: 2.0rem
    }

    .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%
    }

    .nos-realisations .h1,.actualites .h1,.AvisClientsBg .h1 {
        text-align: center;
        margin-bottom: 14px;
    }

    .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 {
    }

    .band1 {
        padding: 0;
    }

    .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%;
}
#contactButtonsMobile > div:nth-child(1) > a{background: var(--color1) !important;color: #fff !important;}
#contactButtonsMobile > div:nth-child(2) > a{background: var(--color1) !important;color: #fff !important;}
#Capa_1 svg path *,#Capa_1 > g:nth-child(1) > path,#Capa_2 > g:nth-child(1) > path,#Capa_2 > path{fill: #fff !important;color: #fff !important;}