:root {
    --color0: #000000;
    /*couleur small header + encarts + texte footer*/
    --color1: #ffffff;
    /*couleur principale*/
    --color2: #156459;
    /*couleur header + encarts + btns*/
    --color3: #5db099;
    /* encart texte d'accueil + encart témoignages */
    --color4: #4e5150;
    /* couleur texte + menu */
    --color5: #f3f3f3;
    --color6: #ded9d9;
    /* couleurg ris */
    --font_family_1: 'Satoshi Bold', Arial, verdana;
    --font_family_3: 'Cabinet Grotesk Regular', Arial, verdana;
    --font_family_2: 'Satoshi Bold', sans-serif;
    --taille_font: 0.8vw;

    --border-radius: 5px;
}

.slegon a.btn-show-more {
    color: var(--color1)
}

.news hr {
    margin: 0;
}
.contact .coordonnes-contact {
    color: var(--color0) !important;
}

.intervention-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 8rem 11vw 0;
    gap: 3em;
}

/********************* Atout AT ****************************/
.atout-item__text {
  color: var(--color4);
  margin-top: 20px;
}

.img-icon img {
    width: 75%;
}

.atout {
  position: relative;
  padding: 4em 9% 12vh;
  background: var(--color4);
  /* background: url(../images/bg-rec.jpeg); */
  /* background-size: 40%; */
}

.atout:before {
  content: "";
  width: 77%;
  height: 100%;
  position: absolute;
  background-image: url(../images/bg-2.png);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  margin-right: -33px;
  margin-top: -29px;
  z-index: 0;
  background-size: contain;
}

.Atout-AT {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
}

.Atout-AT .atoutLeft {
    width: 55%;
    height: 100%;
}

.Atout-AT .atoutLeft h2.h1 {
    text-align: start;
    margin-bottom: 40px;
}

.Atout-AT .atoutLeft h2.h1:before {left: 0;margin: 0;transform: translate(0);}

.atoutRight {
    border-radius: var(--radius);
    overflow: hidden;
    flex: 1;
    height: 90vh;
}

.atoutRight img {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
}

.Atout-AT .swiper {
  /* overflow: hidden; */
  position: relative;
  padding: 1% 0 0%;
  height: 100%;
  min-height: 360px;
}
.atout-item-AT {
   padding: 40px 0;
   transition: all 0.4s ease-in-out;
   border-radius: var(--border-radius);
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 1vw;
}

.atout-item-AT .atout-item {
    border: 1px solid var(--color2);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 1vw;
    gap: 1vw;
    /*! background: var(--color4); */
    transition: all .3s linear;
    border-radius: var(--border-radius);
}

.atout-item-AT .atout-item:hover {
    transform: translateY(1vh);
    box-shadow: 5px 5px 30px #0000001a;
}


.atout-item_icon img {
    height: auto;
    width: 50px;
    /* filter: brightness(0) invert(1); */
}
.atout-item__title {
  text-align: left;
  font-family: var(--font_family_1);
  font-size: 1vw;
  color: var(--color2);
  width: 100%;
  margin: 0 0 .5vh;
  font-weight: bold;
}



/*******added****/

/****/
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper.avisSwiper.swiper-container-horizontal {
    padding: 40px 10px;
}
    .swiper-wrapper {
    display: flex;
    gap: 2rem;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: var(--color1);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 25vw !important; /* largeur fixe des cartes */
    height: 50vh;
}

.swiper-slide:hover {
    transform: translateY(-5px);
}

span.svrAB {
    /* margin: 5px 10%; */
    color: var(--color0);
    /* border-top: 1px solid #d7d7d780; */
    /* padding-top: 10px; */
    display: block;
    /* opacity: 0.7; */
    font-family: var(--font_family_1);
    background: var(--color3);
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.btns-servAB {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}


.btns-servAB .swiper-button-prev,
.btns-servAB .swiper-button-next {
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--color3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    transition: background 0.3s ease;
}

.btns-servAB .swiper-button-prev:hover,
.btns-servAB .swiper-button-next:hover {
    background: var(--color2);
}

.liste-services {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 3rem;
    background: transparent;
}

.services .container {
    /* max-width: 100%!important; */
    /* width: 80%; */
    padding: 6rem 0;
}

.img-service {
    width: 100% !important;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    display: block;
    position: relative;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
    border-radius: var(--border-radius);
}

a.swiper-slide.img-service.cover.service-6.-opp {}

.img-service:hover {
    filter: brightness(1);
}

.img-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-service:hover:before {
    opacity: 0.7;
}

.img-service:hover:before {
    /*background: transparent;
    opacity: 0;*/
}
/* Titre et bouton en dessous */
.title {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.title h3 {
    font-family: var(--font_family_2);
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    margin: 0;
    min-height: 50px;
}

.title .bouton-principal {
    background: var(--color3);
    color: var(--color0);
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 30px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.title .bouton-principal:hover {
    background: var(--color2);
}
.ab-cntnt{
    color:var(--color0);
    opacity:0;
    transition:all .3s ease;
    display: none;
}
.img-service:hover .title {
    /*background-color: #df1a2cd4;*/
    /* height: 100px; */
    /* border-radius: 25px 25px 0 0; */
    /*backdrop-filter: blur(5px);*/
}

.img-service:hover .ab-cntnt{
    opacity:0.6;
}

div.title h3 {
    text-align: start;
    font-family: var(--font_family_2);
    color: var(--color3);
    margin: 0;
    transition: all .3s linear;
    font-size: calc(var(--taille10)*2.1);
    padding: 5px 0px;
    text-shadow: none;
    min-height: 55px;
}

.img-service:hover h3 {
    /* padding: 10px 5px; */
    /* margin: 0; */
    /*background: #0000007a;*/
    /* border-radius: 5px; */
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial
}
a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    /* font-size: 40px; */
    text-transform: uppercase;
    /* position: absolute; */
    /* right: 66px; */
    /* bottom: 70px; */
    /* border-radius: 50%; */
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {
    /* background: var(--color2); */
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}
.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: ""
}


/*****/

.AvisClientsBg .contenu a:hover {
    color : var(--color0)
}

.scroll-content {
    height: 58vh
}

.scroll-content .h1 {
    margin-top : 0;
}


/* gallery module */
.gallery-auto {
    display: flex;
    flex-direction: row;
    width: 50%;
    gap: 1em;
    padding : 0 2em;
    height: 60vh;
    margin-top: 4em;
}

.gallery-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    width: 45vw;
    /* ou la largeur souhaitée */
    margin-right: auto;
    margin-left: auto;
    padding : 0 2em;
    height: 76vh;
    margin-top: 4em;
}

.picture {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    object-fit: cover;
    width: 100%;
}

.picture:hover {
    transform: scale(1.2);
    object-fit: cover;
    background: #fff;
}

/* Disposition pour 3 images */
.pic-1 {
    grid-column: 1/3;
    grid-row: 1/4;
}

.pic-2 {
    grid-column: 3/4;
    grid-row: 1/2;
}

.pic-3 {
    grid-column: 3/4;
    grid-row: 2/4;
}

/* end gallery module */

.fixedMenu .logo img {
    max-height: 57px !important;
}

.logo img {
    max-height: 100px;
}

.contenu .page h2:first-of-type,
.contenu .gallery h2:first-of-type,
.contenu .seo-content h2:first-of-type,
.contenu .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.contenu .page h2:first-of-type:before,
.contenu .gallery h2:first-of-type:before,
.contenu .seo-content h2:first-of-type:before,
.contenu .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color3);
    width: 100%;
    height: 100%;
    opacity: .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(--color1);
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    color: var(--color0)
}

a,
a:link,
a:visited {
    color: inherit;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.contenu a:hover {
    color: var(--color1)
}

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.contenu {
    background: var(--color1);
    min-height: 30.0rem;
    padding: 7.0rem 8vw 10.0rem;
    width: 100%;
    position: relative;
    z-index: 10
}

.container {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.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(--color1);
    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 1%;
    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
}

.logo {
    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
}

.header.fixedMenu .logo {
    padding: 1.3rem 0 0
}

.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(--color1)
}

nav .menu_principal {
    font-family: var(--font_family_2);
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: outside none;
    float: right
}

nav .menu_principal li {
    float: left;
    position: relative;
    margin: 0 0.1rem;
    background: none;
    padding: 0
}

nav .menu_principal a,
.menu_principal a:visited {
    color: var(--color0);
    display: block;
    font-size: 20px;
    text-align: center;
    height: 10.7rem;
    padding: 0 1vw;
    line-height: 11.0rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none
}

nav .menu_principal a:hover,
.menu_principal a#courant,
.menu_principal li.active a {
    color: var(--color2)
}

.menu_principal a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.menu_principal a:hover::before,
.menu_principal a#courant::before,
.menu_principal li.active a::before {
    bottom: 2.6rem;
    opacity: 1
}

.header.fixedMenu .menu_principal a:hover::before,
.header.fixedMenu .menu_principal a#courant::before,
.header.fixedMenu .menu_principal li.active a::before {
    bottom: 1.6rem
}

.header.fixedMenu nav .menu_principal a {
    height: 7.0rem;
    line-height: 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(--color1);
}

header .tel-header {
    padding: 3.1rem 0 2.0rem;
    margin: auto;
    display: table;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 4.2rem;
    position: relative
}

header .fixedMenu .tel-header {
    padding: 1.5rem 0 2.0rem
}

header .tel-header .t_affiche {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 0;
    display: block !important;
    opacity: 1 !important;
    min-width: auto;
    border: 0.1rem solid var(--color2);
    border-radius: 50%
}

header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color2);
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 0.5rem;
    top: 8.2rem;
    border-radius: 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 12.5rem;
    right: 50%;
    margin-right: -6.5rem;
    min-width: auto;
    font-size: 1.5rem
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 6.8rem
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 1.6rem;
    left: 50%;
    border-color: transparent transparent var(--color2);
    margin-left: -1.3rem
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat
}

.rsImg {
    width: 100%
}

header .bloc-slider {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.zone-slg {
    position: absolute;
}

.body-page-1 .zone-banner {
        height: 78vh;
        position: relative;
        float: left;
        z-index: -1;
}

.zone-banner {
        height: 33em;
        position: relative;
        float: left;
        z-index: -1;
}

.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(--color1);
    font-size: 1.4rem;
    padding: 1.5rem 4.0rem;
    margin: 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    border: 0.1rem solid var(--color0);
    background: transparent;
}

.cta a.btn-show-more,
.cta p.btn-show-more {
    text-align: center;
    margin: 0 0;
    border: 0.1rem solid var(--color1);
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--font_family_1);
    min-width: 22.5rem;
    height: 100%;
    line-height: initial;
    display: block;
    padding: 1.5rem 4.0rem;
}

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(--color2);
    color: var(--color0);
    border: 0.1rem solid var(--color2);
}

.atouts {
    display: block;
    width: 100%;
    padding: 3em 10% 4em;
    width: 100%;
    position: relative;
    background: var(--color1);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: calc(var(--taille_font) + 4px);
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    /* Ajoute une marge en bas pour la séparation */
    color: var(--color2);
    position: relative;
    padding-bottom: 10px;
    /* Espace pour la barre */
}

.atouts p.legend::after {
    content: "";
    display: block;
    width: 50px;
    /* Longueur de la barre */
    height: 2px;
    /* Épaisseur de la barre */
    background-color: var(--color2);
    /* Couleur de la barre (même que le texte) */
    margin: 0 auto;
    /* Centre la barre */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.atouts p.legend span {
    font-size: var(--taille_font);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
    filter: invert(1);
}

.atouts .picto svg {
    max-height: 70px;
}


.atouts .picto i {
    width: auto;
}

.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 i,
.swiper-button-prev i {
    font-size: 2.3rem;
    color: var(--color2);
}

.atouts .swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3vh;
    background: var(--color1);
    border-radius: var(--border-radius);
    min-height: 364px;
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.body-page-1 .slegon {
    display: flex;
    padding: 0 8vw;
    line-height: 1.1;
    height: 78vh;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.slegon {
    display: flex;
    padding: 0 8vw;
    line-height: 1.1;
    height: 30em;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


.titre-slg {
    color: var(--color1);
    font-family: var(--font_family_3);
    font-weight: bold;
    font-size: 2.604vw;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.body-pageseo .titre-slg {
    font-size: 4.4rem;
}

.body-page-1 .titre-slg {
    color: var(--color1);
    text-transform: none
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    color: var(--color1)
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-weight: bold;
    font-size: 2.2rem
}

.owl-theme .owl-controls .owl-page span {
    background: var(--color1);
    border-radius: 50%;
    display: block;
    height: 1.0rem;
    margin: 0.5rem 0.7rem;
    opacity: 1;
    width: 1.0rem;
    opacity: .4;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border: 0.2rem solid transparent
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    margin: 0.5rem 0.5rem 0.3rem
}

.certifs .owl-theme .owl-controls .owl-page span {
    background: var(--color0)
}

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    background: var(--color0);
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -10.0rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
    left: -5.0rem
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 10.0rem;
    height: 10.0rem;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
    position: relative
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(-135deg);
    top: 2.3rem;
    left: 2.0rem
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(45deg);
    top: 2.0rem;
    left: 4.0rem
}

.banner {
    width: 100%;
    height: 30em;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-family: var(--font_family_3);
    font-weight: bold;
    color: var(--color0)
}

h1,
.h1 {
    font-size: 1.8vw;
    margin-bottom: 5.0rem;
    text-wrap: balance;
}

.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(--color0);
    font-size: 1.042vw;
    font-family: var(--font_family_1);
    font-weight: bold
}

a.btn-show-more {
    display: table;
    padding: 1.5rem 4.0rem;
    background: var(--color2);
    color: var(--color0);
    text-decoration: none;
    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;
    font-family: var(--font_family_3);
    position: relative;
    margin: 1em 0 0 2em;
}

a.btn-show-more:hover {
    background: var(--color3);
    color: var(--color0)
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: #ded9d9;
    z-index: 11
}

footer a.btn-get-contact {
    display: table;
    background: var(--color0);
    color: var(--color1);
    font-family: var(--font_family_3);
    margin: auto;
    padding: 1.8rem 5.0rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -3.0rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

footer a.btn-get-contact:hover {
    background: var(--color1);
    color: var(--color0)
}

footer h3 {
    text-transform: uppercase;
    color: var(--color0);
    font-size: 1.7rem;
    font-family: var(--font_family_3)
}

.band1 {
    display: block;
    clear: both;
    background: #ded9d9;
    padding: 5.0rem 10vw 8.0rem;
}

.band2 {
    display: block;
    clear: both;
    background: #ded9d9;
    padding: 3.0rem 10vw;
}

.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(--color0);
    padding: 1.0rem 0;
    font-size: inherit
}

.coordonnees-footer p,
.coordonnees-footer address {
    background-repeat: no-repeat;
    position: relative;
    margin: 0.5rem 0;
    padding: 0 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(--color3);
}

.contact .pictoSVG {
    width: 3.5rem;
    margin: 0;
    height: 3.5rem;
    padding: 0;
    position: relative;
    margin: 0 auto 3.0rem auto;
    fill: var(--color0);
}

.hours {
    position: relative;
    color: var(--color0);
    padding: 0 1.5rem 1.0rem 0;
    margin: 0;
}

.menu_footer {
    margin: 0 auto;
    padding: 1.0rem 0;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 1.6
}

.menu_footer li {
    display: block;
    padding: 0;
    background: none
}

.menu_footer a,
.menu_footer a:visited {
    color: var(--color0);
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

.menu_footer a:hover,
.menu_footer li.active a {
    color: var(--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(--color0);
    font-size: 1.5rem;
    text-decoration: none;
    font-family: inherit
}

.menu_referencement a:hover,
.menu_referencement li.active a {
    color: var(--color1);
    text-decoration: none;
}

.scroll-footer {
    height: 22.6rem;
    overflow: auto
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.logoPied {
    color: var(--color0);
    font-family: Arial, Verdana;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 100;
    line-height: 1.5rem;
    padding: 0.7rem 0 0
}

#logoFD svg * {
    fill: var(--color4);
}

#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: 8rem 10vw 8.0rem 10vw;
    background: var(--color1);
    position: relative
}

.bloc-contenu.grey {
    background: var(--color3)
}

.bloc-contenu.nos-realisations {
    background: var(--color1)
}

.bloc-contenu.nos-realisations .titre-secondaire {
    color: var(--color2)
}

.bloc-contenu.nos-realisations .h1 {
    color: var(--color0)
}

.bloc-contenu.nos-realisations a.btn-show-more,
.bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: var(--color2);
    color: var(--color0);
    margin-bottom: 1em;
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color3)
}

.bloc-GMB .badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 13.9rem;
    height: 13.9rem
}

.table-cell {
    width: 100%;
    position: relative;
    display: table
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.news-liste .table-cell .cell {
    background: var(--color6);
}

.text-accueil {
    text-align: justify
}

.text-accueil p.center {
    margin: 2.0rem 0 0
}

.sidebar {
    height: 71vh;
    position: relative;
    max-width: 29vw;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw)
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 3.0rem;
    left: -3.0rem
}



.zone-intervention {
    background: #ded9d9;
    padding: 0 2em;
}

.zone-intervention iframe {
    margin-top: 1em;
    border-radius: 8px;
}

.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: left
}

.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_3);
    position: relative
}

.zone-intervention .text ul li::after {
    content: "";
    display: block;
    background: var(--color4);
    bottom: 0;
    position: absolute;
    width: 40%;
    height: 0.1rem;
    left: 0;
    opacity: .2
}

.zone-titre,
.zone-btn {
    padding: 0 1.5rem
}

.recup-photo .item:nth-child(2),
.recup-photo .item:nth-child(2) {
    margin-bottom: 3.0rem
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 37.0rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    overflow: hidden
}

.gallery .ligne-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}


.recup-photo a.item-gallery span.imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.recup-photo a.item-gallery:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.recup-photo a.item-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    z-index: 1
}

.recup-photo a.item-gallery .title-item-gallery,
.gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
    color: var(--color0);
    font-size: 2.0rem;
    position: absolute;
    display: block;
    padding: 2.0rem 2.5rem;
    bottom: 0;
    left: 0;
    font-family: var(--font_family_3);
    width: 100%;
    z-index: 2;
    text-transform: uppercase
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    overflow: hidden;
}

\A.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.recup-news {
    padding: 3.0rem 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background: var(--color1)
}

.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
}

.item-news .photo {
    width: 100%;
    height: 37.0rem;
    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
}

.item-news:hover .photo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .photo.no-photo {
    background-image: url(../images/no-camera.png);
    background-size: 15.0rem;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .contenu {
    background: var(--color6);
    padding: 3.0rem;
    min-height: 23.6rem;
    border-radius: var(--border-radius);
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 0.5rem;
    font-size: 2.0rem
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.item-news .contenu .titre-news a:hover {
    color: var(--color3)
}

.lire-suite {
    text-align: right;
    padding: 3.0rem 0 0
}

.lire-suite a {
    color: var(--color0);
    background: var(--color2);
    text-transform: uppercase;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: var(--font_family_3);
    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;
    padding : 15px 20px;
    border-radius: var(--border-radius);
}

.lire-suite a:hover {
    background: var(--color3);
    text-decoration: none
}

.lire-suite a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.lire-suite a:hover::before {
    bottom: 1.0rem;
    opacity: 1
}

.bloc-contenu.certifs {
    background: var(--color1);
    padding: 8.0rem 10% 10.0rem
}

.text-certifs {
    padding: 0 15% 5.0rem;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,
.bloc-contenu.certifs .titre-secondaire {
    color: var(--color0)
}

.bloc-contenu.certifs .item {
    padding: 1.5rem
}

.logo-certifs {
    max-width: 30.0rem;
    height: 15.0rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    background-size: 18.0rem auto;
    -ms-background-size: 18.0rem auto;
    -o-background-size: 18.0rem auto;
    -webkit-background-size: 18.0rem auto;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    margin: 0 auto;
    border: 1.0rem solid var(--color0)
}

.logo-certifs:hover {
    box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    border: 1.0rem solid var(--color2)
}

#owl-demo {
    position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#owl-demo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;

}

#owl-demo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    /* Floute tout ce qui est derrière le pseudo-élément */
    z-index: 1;
    pointer-events: none;
}

#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
}

.gallery .description-galerie {
    padding: 0 10% 4.0rem;
    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
}

.gallery .multiple .ligne-photos {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 92%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.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;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    z-index: 1
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/ico-zoom.svg) no-repeat center center;
    background-size: 5.6rem auto
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.infinite-scroll .chargement {
    background: rgba(0, 0, 0, 0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 3.2rem;
    left: 50%;
    margin-left: -1.6rem;
    position: absolute;
    width: 3.2rem
}

.gallery .nav {
    margin: 1.0rem 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 1.0rem
}

.gallery .nav li::after {
    position: absolute;
    font-size: 2.0rem;
    right: 0;
    top: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color1);
    border-radius: 0.5rem;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: var(--font_family_3);
    padding: 1.0rem;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 1.0rem;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.0rem
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 1.5rem;
    padding-right: 6.0rem;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 2.2rem;
    height: 2.2rem;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 4.5rem;
    position: absolute;
    right: 1.9rem;
    top: 1.5rem;
    line-height: 2.0rem
}

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background: var(--color6);
    margin: 0 0 3.0rem
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
    height: 29.5rem
}

.item-news.prestation .contenu {
    background: var(--color6);
    padding: 5.0rem 4.0rem 2.0rem;
    position: relative;
    min-height: 17.0rem
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: 8.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.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(--color1);
    border-radius: 1.9rem;
    box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
    max-width: 95%
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33% !important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem
}

.body-news-list .item-news {
    margin-bottom: 3.0rem
}

.body-news-list .item-news:last-child {
    margin-bottom: 0
}

.body-news-list .btn-partage {
    margin: -1.0rem 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 8.0rem;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: var(--taille_font);
    padding: 1.0rem 1.0rem 1.0rem 4.5rem;
    background: url(../images/fleche-btn.svg) no-repeat center left 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_3);
    text-decoration: none;
    background-size: 2.2rem auto
}

a.return-to-news:hover {
    background-position: center left 0.5rem;
    color: var(--color2)
}

.header-news h1 {
    text-transform: uppercase;
    margin: 1.5rem 0
}

.header-news .date-poste {
    font-size: 2.4rem;
    opacity: .7;
    font-family: var(--font_family_1)
}

.news .item-news {
    width: 80%;
    margin: -13.5rem auto 0
}

.news .item-news .photo {
    height: 45.0rem;
    height: clamp(30.0rem, 40vw, 45.0rem)
}

.news .item-news .contenu {
    padding: 4vw;
    color: var(--color2);
    text-align: justify
}

.news .item-news .btn-partage {
    display: table;
    padding: 0.5rem 0 0;
    border-radius: 2.5rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    position: absolute;
    background: var(--color0);
    left: 50%;
    transform: translate(-50%, 0);
    top: -2.0rem;
    width: 19.0rem;
    text-align: center
}

.news .item-news .btn-partage .btnp {
    position: relative;
    top: -0.3rem
}

.zone-titre-header {
    height: 35.0rem;
    width: 100%;
    display: table;
    position: relative
}

.btn-avis {
    border: 0;
    background: var(--color2);
    padding: 1.2rem 2.5rem;
    color: var(--color0);
    font-family: var(--font_family_3);
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.btn-avis:hover {
    background: var(--color2)
}

.AvisClientsBg {
    padding: 0;
    background-color: var(--color1);
    position: relative
}

.AvisClientsBg .contenu {
    background: none
}

.etoiles .fa {
    color: var(--color0)
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,
.AvisClients:visited,
.AvisClients {
    position: relative;
    background-color: var(--color6);
    padding: 8.0rem 2.0rem 2.0rem;
    text-align: center;
    height: 30.0rem;
    margin-top: 10.0rem;
    display: block;
    text-decoration: none;
    border-bottom: 0.8rem solid var(--color1);
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
    opacity: .5;
    width: 95%
}

.AvisClients:active,
.AvisClients:hover {
    background-color: var(--color6);
    opacity: 1
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    font-size: 1.8rem;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: var(--taille_font);
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 1.6rem;
    color: var(--color0);
    width: 10.0rem;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 2.0rem;
    position: absolute;
    top: -5.0rem;
    left: 50%;
    margin-left: -5.0rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3)
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.temoignageScroll {
    max-height: 10.9rem;
    text-align: center;
    overflow: hidden;
    font-style: italic;
    margin: 2.3rem 0 0
}

.temoignageScroll .scrollbar-content {
    padding: 0 1.0rem 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 1.6rem;
    padding: 0.4rem 0;
    opacity: .7
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.livre-elements {
    padding: 0;
    margin-bottom: 4.0rem;
    text-align: center
}

.livre-elements .blazy {
    margin: -8.0rem auto 1.0rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    width: 11.5rem;
    height: 11.5rem
}

.livre-elements .pseudo {
    margin-bottom: 1.0rem;
    color: var(--color0);
    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(--color6);
    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(--color1);
    border: 0.1rem solid #bbb;
    color: #bbb;
    border-radius: 0.2rem
}

.modal-content .form-control::placeholder {
    color: var(--color2) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 1.5rem auto !important;
    padding: 1.4rem 1.5rem !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 10.0rem
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,
.modal-content .email-block {
    font-size: 1.0rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2) !important
}

ul.slick-dots {
    margin: 0;
    margin-top: 6.5rem;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

ul.slick-dots li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 3.0rem;
    border-radius: 0.4rem;
    opacity: 1
}

ul.slick-dots li+li {
    margin-left: 1.0rem
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 2.5rem auto 1.5rem !important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 1.5rem 4.0rem !important
}

.inner-container {
    margin: auto;
    max-width: 128.0rem
}

.body-contact .contenu {
    padding: 0
}

.body-contact .contenu .container {
    width: auto !important;
    max-width: 100% !important;
    padding: 0
}

.coordonnes-contact {
    color: var(--color2);
    text-align: center;
    padding: 10.0rem 0
}

.coordonnes-contact p.tel1,
.coordonnes-contact p.tel2 {
    margin: 0
}

.coordonnes-contact .callTracker:not(.active) span:hover {
    color: var(--color1);
}

.coordonnes-contact label {
    font-family: var(--font_family_3);
    font-weight: bold;
    display: block;
    font-size: 2.0rem
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 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
}

.zone-form-contact .h1 {
    text-align: center;
}

.plan-du-site iframe:hover {
    opacity: .9
}

.zone-form-contact {
    max-width: 107.8rem;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    background: var(--color6);
    padding: 3.0rem;
}

.zone-form-contact h1,
.zone-form-contact .text {
    text-align: center
}

.contact .zone-form-contact h1 .text {
    color: var(--color1);
    font-size: 1.7rem;
    font-weight: normal;
    font-family: var(--font_family_1)
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    padding: 1.2rem;
    border-radius: 0;
    border: solid 0.1rem var(--color1);
    height: 4.2rem;
    background: var(--color1);
    color: var(--color4);
    font-size: 1.4rem;
    font-family: var(--font_family_1);
    box-shadow: none
}

.contact .form-control:focus {
    border: 0.1rem solid var(--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.svg) no-repeat center left 27% var(--color0);
    border: 0;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.2);
    color: var(--color1);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    padding: 1.8rem 5.5rem 1.8rem 8.0rem;
    display: table;
    margin: 0 auto -4.0rem;
    position: relative;
    top: 2.0rem;
    background-size: 1.7rem auto
}

.contact .btn-primary:hover {
    background-color: var(--color2);
    background-image: url(../images/ico-envoyer-h.svg);
    color: var(--color0)
}

.contact .form-actions {
    font-size: 1.2rem;
    color: var(--color4);
    font-style: italic;
}

.body-contact .contact .form-actions {
    padding: 0 12% 0.5rem;
    color: var(--color0);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0 !important;
    width: 100%
}

.bloc-info-rgpd {
    background: var(--color1);
    padding: 16.0rem 10% 10.0rem;
    color: var(--color0);
    position: relative;
    z-index: 1;
    margin: -13.0rem 0 0
}

.contact .info-rgpd {
    font-size: 1.3rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    color: var(--color0);
    padding: 0 12%
}

.contact .info-rgpd p {
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    display: block;
    clear: both
}

.contact .info-rgpd a:hover {
    color: var(--color0)
}

.contact textarea.form-control {
    height: auto;
}

.g-recaptcha {
    float: left
}

.body-contact .g-recaptcha {
    float: left;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,
.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right;
    padding: 2.5rem 2.4rem 2.2rem 4.6rem;
    background-position: 12%;
}

.pageseo .formule_page_seo {
    padding-top: 3.0rem
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin: 1.0rem -1.5rem;
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 1.1rem
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal !important;
    font-size: inherit !important;
    color: inherit !important;
    margin: 0
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 2% 3em;
    background: var(--color5);
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sitemap ul {
    padding-left: 0
}

.sitemap ul li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    float: left;
    clear: both;
    display: inline-block;
    position: relative
}

.sitemap ul li::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    color: var(--color1)
}

.sitemap ul li.niveau2 {
    margin-left: 1.5rem
}

.sitemap ul li a {
    color: inherit;
    text-decoration: none;
    font-size: inherit
}

.sitemap ul li a:hover {
    color: var(--color1)
}

.page_404 p {
    text-align: left
}

.page_404 h4 {
    font-family: arial;
    font-size: 1.8rem
}

.page_404 .btn {
    margin-top: 0 !important;
    color: var(--color0) !important;
    padding: 1.0rem 2.0rem;
    clear: both;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: var(--color1);
    font-family: var(--font_family_3)
}

.page_404 .btn:hover {
    background: var(--color2)
}

hr {
    border-color: var(--color4);
    opacity: .3
}

.body-copyright .contenu h2 {
    font-size: 2.5rem
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    width: 15.0rem;
    margin-left: -7.5rem;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 0.1rem
}

.sidebar-left a,
.sidebar-right a,
.sidebar-bottom-controls a,
.contactButton,
.nav-item-active,
.sidebar-form label,
.sidebar-send-button,
.sidebar-divider-text {
    color: var(--color0) !important
}

.header-sidebars {
    height: 6.5rem;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0, 0, 0, 0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 6.5rem;
    width: 100%
}

.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: 4px;
    max-height: 5.6rem;
    max-width: 12.9rem
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/nav.svg);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem
}

.deploy-right-mail {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 6.5rem;
    width: 6.5rem;
    position: absolute !important;
    right: 13.0rem;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 5.0rem;
    height: 5.0rem;
    background-position: center center;
    float: right;
    margin-top: -5.0rem
}

.sidebar-left {
    width: 27.0rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -27.0rem;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 0.3rem 0 0.3rem 0 rgba(0, 0, 0, 0.1)
}

.sidebar-scroll-left {
    padding-right: 2.0rem;
    left: 0;
    width: 31.0rem;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 27.5rem;
    overflow: hidden !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: var(--color0)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -28.0rem;
    top: 0;
    bottom: 0;
    width: 27.0rem;
    margin-right: 1.0rem;
    box-shadow: -0.2rem 0 0.2rem 0 rgba(0, 0, 0, 0.1)
}

.sidebar-left a,
.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0) !important;
    z-index: 1
}

.sidebar-header-left {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 7.5rem;
    position: absolute;
    top: -0.2rem;
    left: 0.8rem;
    margin-right: 17.9rem
}

.sidebar-right-logo {
    margin-left: 8.4rem;
    top: 1.4rem;
    right: 0.1rem;
    max-width: 18.0rem;
    float: inherit;
    max-height: 3.7rem;
    position: relative
}

.sidebar-divider-text {
    font-size: 2.0rem;
    padding-top: 1.5rem;
    padding-left: 2.0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    color: var(--color1) !important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 0.3rem
}

.sidebar-bottom-controls a {
    font-size: 1.2rem;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 1.0rem;
    display: block
}

.nav-item {
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 2.2rem auto;
    background-color: #c9323b;
    height: 6.0rem;
    line-height: 6.15rem;
    background-repeat: no-repeat;
    padding-left: 6.0rem;
    background-position: 2.0rem center;
    margin-bottom: 0.1rem
}

.submenu a {
    text-shadow: 0 0.2rem 0 rgba(0, 0, 0, 1);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 2.5rem;
    font-size: 1.0rem;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none !important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 3.8rem;
    margin-left: 2.0rem;
    font-size: 1.0rem;
    color: #878787;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0rem
}

.sidebar-header-right {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute !important
}

.right-sidebar-copyright {
    margin: 2.0rem 0
}

.footer-text a {
    padding-top: 1.0rem;
    font-size: 1.0rem;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 1.0rem;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 0.1rem;
    padding-left: 1.8rem;
    background: var(--color1)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 4.2rem;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 24.1rem 2.62rem;
    background-repeat: no-repeat;
    background-size: 0.9rem auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 27.0rem;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 1.8rem;
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    color: var(--color0);
    height: 6.0rem;
    padding-left: 2.9rem
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.no-bottom {
    margin-bottom: 0 !important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0.5rem;
    font-size: 1.5rem;
    color: var(--color0)
}

.icones {
    width: 3.2rem;
    margin: 1.6rem 0 0 1.6rem;
    height: 3.2rem;
    fill: var(--color0)
}

header .tel-header .icones {
    width: 3.3rem;
    margin: 0.9rem 0 0 0.9rem;
    height: 3.3rem;
    fill: var(--color2)
}

.btn-partage .icones {
    width: 1.7rem;
    margin: 0;
    height: 1.7rem;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 0.9rem
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,
.news_avant_apres a:visited {
    padding: 2.0rem 3.0rem;
    color: var(--color1);
    text-decoration: none;
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:hover,
.news_avant_apres a:focus {
    border-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: var(--color2)
}

.news_avant_apres a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.news_avant_apres a:hover::before {
    bottom: 1.0rem;
    opacity: 1
}

.news_avant_apres a:hover b,
.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color2)
}

.navButtons,
.navButtons:visited {
    padding: 0 0 1.0rem;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block;
    font-weight: bold
}

.news_avant_apres a:hover span,
.news_avant_apres a:focus span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: none;
    padding-left: 0
}

.pagination>li>a,
.pagination>li>span {
    color: var(--color4);
    border-color: var(--color4)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.item-news hr {
    margin-bottom: 0
}

@media(max-width: 1440px) {
    .titre-slg {
        font-size: 5rem;
    }

    .titre-secondaire {
        font-size: 2rem;
    }

    :root {
        --taille_font: 1.5rem;
    }
}

@media(max-width: 1100px) {
    header .bloc-slider {
        height: 30em;
    }

    .body-page-1 .slegon {
        height: 34em;
    }

    .Atout-AT .atoutLeft {
        width : 100%;
    }

    .atout-item__title {
        font-size: 6vw;
    }
}

@media(max-width: 980px) {
    .flex-seoContain {
        flex-wrap: wrap;
    }

    .containesdsdfr {
        padding: 2em 3% 1em;
    }

    .atout-item-AT {
        margin-top: 50px;
        grid-template-columns: 1fr;
    }

    .Atout-AT {
        flex-direction: column;
    }

    .body-page-1 .slegon {
        height: 55vh;
    }

    .body-page-1 .zone-slg {
        position: absolute;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img,
    a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 1.6rem;
        display: block;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        bottom: 1.1rem;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 1.5rem
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none !important;
        
    }

    .clear-both {
        clear: both
    }

    header {
        padding: 0
    }

    .zone-slg,
    .zone-banner {
        width: 100%;
    }

    .slegon {
        padding: 3vw 5vw
    }

    .body-pageseo .titre-slg,
    .titre-slg {
        font-size: 2rem;
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none !important
    }

    .contenu {
        padding: 4.0rem 1.5rem
    }

    h1,
    .h1 {
        font-size: 3.0rem;
        line-height: 3.0rem;
        margin-bottom: 5.0rem
    }



    h2,
    .h2 {
        font-size: 2.4rem
    }

    h3,
    .h3 {
        font-size: 2.2rem
    }

    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
    }

    .item-news .photo {
        height: 40.0rem
    }

    .AvisClients p {
        font-size: 1.3rem
    }

    .item-news.prestation .photo {
        height: 25.0rem
    }

    .bloc-contenu.certifs {
        padding: 3.0rem 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) {
    .nopad-xs {
        padding: 0
    }

    .intervention-flex {
        flex-direction: column;
    }
    
    .swiper-slide {
        width: 100% !important;       /* la carte prend quasi toute la largeur */
        height: auto;
        margin: 0 auto !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }


    .zone-slg {
        position: absolute;
    }

    .banner {
        height: 75em;
    }

    .slegon {
        height: 55vh;
    }

    .text-accueil {
        text-align: left;
    }

    .nbr-services-3 .img-service.service-2 {
        margin-bottom: -5.25rem;
        margin-left: -5.25rem;
    }

    .liste-services {
        width : 24rem;
        height: 24rem;
    }

    .nbr-services-3 .img-service.service-3 {
        top : 54%;
        right: -5rem; 
    }

    .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
    }

    .body-page-1 .titre-slg {
        font-size: 3.0rem
    }


    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    h1,
    .h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 3.0rem;
        text-align: center
    }

    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: 24.0rem;
        height: 24.0rem;
    }

    .img-service {
        width: 8.0rem;
        height: 8.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
    }

    .nos-realisations a.btn-show-more,
    .actualites a.btn-show-more,
    .AvisClientsBg .h1 {
        float: none;
        margin: 0 auto 2.0rem
    }

    .recup-photo a.item-gallery {
        height: 25.0rem;
        margin-bottom: 2.0rem
    }

    .band1 {
        padding-top: 0
    }

    .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%;
}