:root {
    --color0: #ffffff;
    --color1: #f15a29;
    --color2: #fcf7f8;
    --color3: #39b54a;
    --color4: #000;
    --bg-facultatif: rgba(7, 7, 7, 0.64);
    --font_family_1: 'Open Sans', sans-serif;
    --font_family_2: 'Montserrat-Regular', sans-serif;
    --taille_font: clamp(1.6rem, 0.6vw, 2rem);
    --border-radius: 5px
}

/*SCroll Bar*/
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: white !important;
}

.mCSB_scrollTools .mCSB_dragger_bar {
    background-color: var(--color1) !important;

}

h3,h4 {
    margin: 25px 0;
}

.corps .page-contenu h2:first-of-type,
.corps .gallery h2:first-of-type,
.corps .seo-content h2:first-of-type,
.corps .newsItem h2:first-of-type {
    position: relative;
    padding: 4vh 1vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    font-weight: 600;
    margin: 0 0 3vh;
    z-index: 1;
    color: var(--color0);
    /* border: 1px solid #ffffff5e; */
    border-radius: var(--border-radius);
    text-transform: none !important;
}

.corps .page-contenu h2:first-of-type:before,
.corps .gallery h2:first-of-type:before,
.corps .seo-content h2:first-of-type:before,
.corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    left: 1px;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
    /* backdrop-filter: blur(5px); */
    /* filter: blur(5px); */
    border: 1px solid #ffffff5e;
}

.corps blockquote {
    border: var(--border-radius);
    position: relative;
    padding: 4vh 2vw;
    margin: 3vh 0;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    font-weight: 700;
    z-index: 1;
    color: var(--color0);
    border: 1px solid #ffffff5e;
    border-radius: var(--border-radius);
}

.corps pre {
    text-align: justify;
    font-size: inherit;
    font-family: var(--font_family_2);
    background-color: var(--color0);
    border: 1px solid var(--bg-facultatif);
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    overflow-x: auto;
    word-wrap: normal;
    word-break: inherit;
    white-space: pre-wrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body,
html {
    height: 100%
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%
}



ol,
ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,
ul li {
    background: url(../images/ico-puce.svg) no-repeat 0 center;
    padding-left: 15px;
    background-size: 7px auto;
}

ol li.niveau2,
ul li.niveau2 {
    margin-left: 30px
}

dir,
menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.row.galerie {
    margin-right: -15px !important;
    margin-left: -15px !important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none !important
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr {
    border-color: var(--color1)
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color1);
    background-color: var(--color4);
    border: 0
}

.page-contenu img {
    margin: 10px
}

.imagecont.noflicker.img1 {
    float: right;
    z-index: 100;
    position: relative;
    margin: 0vh 0 2vh;
    overflow: hidden;
    width: 100%;
    height: 33vh;
}

body {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color4)
}

a,
a:link,
a:visited {
    color: var(--color0);
    text-decoration: underline;
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color1);
    font-family: var(--font_family_1);
    text-align: left;
    text-transform: uppercase
}

h4 {
    margin: 20px 0;
}

.h1,
h1 {
    font-size: 4.5rem;
    color: var(--color0);
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0;
    position: relative;
    font-family: var(--font_family_2);
}

.h1:before,
h1:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.h1.sans-image,
h1.sans-image {
    margin-bottom: 50px
}

.h1.sans-image:before,
h1.sans-image:before {
    display: none
}

.h2,
h2 {
    font-size: calc(var(--taille_font) + .8rem)
}

.h3,
h3 {
    font-size: calc(var(--taille_font) + .5rem)
}

h4 {
    font-size: calc(var(--taille_font) + .6rem)
}

h5 {
    font-size: calc(var(--taille_font) + .5rem)
}

h6 {
    font-size: calc(var(--taille_font) + .4rem)
}

.h1 a,
.h1 a:link,
.h1 a:visited,
.h2 a,
.h2 a:link,
.h2 a:visited,
.h3 a,
.h3 a:link,
.h3 a:visited,
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: calc(var(--taille_font) *1.2);
    padding: 0;
    margin: 0;
    color: var(--color1);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: 100;
    display: block;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.h1:after,
h1:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color3);
    width: 40px;
    height: 1px
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    font-weight: 700
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color1);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 16px;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    border: 0;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-width: 225px;
    background: var(--color0);
    border-radius: var(--border-radius)
}

.cta a.bouton-principal {
    margin: 0 0
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:before {
    background: 0 0
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color1)
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color1)
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    color: var(--color0)
}

.copyright h2,
.copyright h3 {
    color: var(--color1)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px var(--color4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--border-radius);
    background-color: var(--color0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover,
a.hvr-shutter-out-horizontal:active,
a.hvr-shutter-out-horizontal:focus,
a.hvr-shutter-out-horizontal:hover {
    color: var(--color1)
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,
button.bouton-principal {
    margin: 10px 0 0;
    text-align: center;
    color: var(--color0);
    text-decoration: none;
    padding: 15px 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: var(--border-radius)
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    overflow: hidden
}

.callTracker a,
.callTracker span {
    display: inline-block;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

header .callTracker {
    display: inline;
    width: auto;
    margin: 0 auto 30px;
    font-family: var(--font_family_1);
    font-weight: 100
}

header .callTracker {
    display: inline-block;
    padding: 15px 20px 12px 20px;
    color: var(--color1);
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 5 0 auto;
    min-width: 70%;
    cursor: pointer;
    border: 1px solid var(--color1);
    border-radius: var(--border-radius)
}

header .callTracker.active,
header .callTracker:hover {
    color: var(--color0);
    cursor: pointer;
    border: 1px solid var(--color1);
    background: var(--color1)
}

header .callTracker a,
header .callTracker span {
    text-decoration: none
}

header .callTracker.active:hover {
    cursor: pointer
}

header .callTracker .t_phone {
    opacity: 0;
    display: none
}

header .callTracker .t_affiche {
    cursor: pointer
}

header .callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker:not(.active) a:hover,
.coordonnees .callTracker:not(.active) span:hover {
    color: var(--color1)
}

.pied .callTracker:not(.active) a:hover,
.pied .callTracker:not(.active) span:hover {
    color: var(--color1)
}

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 300px
}

.banniere {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color4)
}

.banniere video{
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.banniere .fond {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banniere .motif {
    background: var(--color4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7
}

.tete {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 7999;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--color4);
}

.tete .logo-site {
    margin: 0 auto;
    padding: 20px;
    text-align: center
}

.sur-banniere {
    position: relative
}

.body-page-1 .sur-banniere {
    height: 100vh
}

.body-page-1 .slogan {
    margin-top: 26%
}

.slogan {
    position: relative;
    margin-top: 16%;
    left: 50%;
    color: var(--color0);
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slogan .h1:after,
.slogan .h1:before,
.slogan h1:after,
.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0
}

.slogan .titre {
    font-size: clamp(5.9rem, 2.9vw, 3rem);
    color: var(--color1);
    text-transform: uppercase;
    line-height: 80px;
    font-family: var(--font_family_2)
}

.body-page-1 a.btn-descendre {
    display: inline-block
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: clamp(2.5rem, .9vw, 2rem);
    color: var(--color0);
    text-transform: uppercase;
    letter-spacing: 2px
}

.body-pageseo .slogan .titre {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0
}

.btn-descendre {
    position: relative;
    margin: 20px 0 0;
    display: none
}

.infos {
    padding: 25px 30px 0 0;
    position: relative;
    top: 0;
    right: 0
}

.widget-partage {
    display: none
}

.btn-partage .btnp {
    margin: 0 3px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 3px solid var(--color0);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all .4s ease;
    text-align: center
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border: 3px solid var(--color1)
}

.fluid-contenu .btn-partage {
    text-align: right;
    margin: 24px 0
}

.navh {
    margin: 0;
    z-index: 8000;
    padding: 0 0 0 50px
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none
}

.navh .menu_principal>li {
    display: block;
    padding: 0;
    background: 0 0;
    margin-bottom: 5px;
    transition: all .4s ease;
    position: relative;
    margin: 0;
}

.navh .menu_principal>li.has-sub-menu-opened {
    margin: 30px 0
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    border-bottom: 1px solid transparent;
    color: var(--color0);
    font-weight: 100;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 0;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: var(--color1)
}

.navh .menu_principal a::before {
    display: block;
    position: absolute;
    left: -85px;
    top: 18px;
    width: 35px;
    height: 1px;
    background-color: var(--color1);
    content: "";
    transition: left .2s linear
}

.navh .menu_principal a:hover::before,
.navh .menu_principal li.active>a::before {
    display: block;
    position: absolute;
    left: -50px;
    top: 18px;
    width: 35px;
    height: 1px;
    background-color: var(--color1);
    content: ""
}

.navh .menu_principal>li ul {
    list-style-type: none;
    list-style-image: none;
    display: none
}

.navh .menu_principal>li ul.scrollbars {
    max-height: 85px;
    height: auto
}

.navh .menu_principal>li ul li {
    display: block;
    text-align: left;
    padding: 0;
    background: 0 0
}

.navh .menu_principal>li ul li a,
.navh .menu_principal>li ul li a:visited {
    display: block;
    color: var(--color0);
    font-size: 16px;
    background: 0 0;
    margin: 0;
    white-space: nowrap
}

.navh .menu_principal>li ul li a:hover,
.navh .menu_principal>li ul li.active a {
    color: var(--color1);
    background: 0 0
}

.fluid-contenu {
    position: relative;
    z-index: 8000
}

.fluid-contenu .corps {
    padding: 5vh 8vw 10vh;
    background-color: var(--color4);
}

.body-gallery .fluid-contenu .corps {
    padding: 20px 0 0
}

.body-contact .fluid-contenu .corps,
.body-service-list .fluid-contenu .corps {
    padding: 0
}

.suite {
    text-align: center;
    padding: 20px 0 0
}

.recup-photos {
    margin: 50px 0 0
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius)
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius)
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center;
    border-radius: var(--border-radius)
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.atouts {
    display: block;
    padding: 10vh 8vw 10vh;
    width: 100%;
    position: relative;
    background-color: var(--color4);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0)
}

.atouts p.legend {
    font-size: var(--taille_font);
    font-weight: 700;
    text-align: center;
    margin: 0 0;
    color: var(--color0)
}

.atouts .swiper-pagination-bullet {
    background: var(--color0)
}

.atouts .picto {
    margin-bottom: 2em
}

.atouts .picto i {
    width: auto
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8
}

.atouts .swiper-button-disabled {
    opacity: 0 !important
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: .8;
    height: 24px
}

.atouts .swiper-button-next i,
.swiper-button-prev i {
    font-size: 23px;
    color: var(--color1)
}

.atouts .swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    color: var(--color0);
    text-align: center;
    font-size: 2vw
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3vh;
    background: 0 0;
    /* border: 1px solid #ffffff45; */
    border-radius: var(--border-radius)
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em
}

.certifs {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 10vh 8vw
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.certifs .cell.gauche .contenu {
    padding: 0 0 10vh
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 50px 80px 0
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center
}

.certifs .cell.droite .bg-noir {
    padding: 150px 0
}

.actualites,
.block .actualites article {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color4);
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
    position: relative
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites .cell.photo:hover {
    opacity: .95
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid #e6e6e6
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3vh 0 4vh 4vw;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,
.news a.bouton-principal {
    min-width: 190px;
    margin: 30px 0;
    padding: 13px 20px
}

.actualites .date_post,
.news .date-article {
    font-size: 15px;
    color: var(--color0)
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.news hr {
    width: 50%
}

.date-article-time {
    display: inline-block;
    padding-top: 13px
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsBg .bouton-principal {
    min-width: 210px
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,
.AvisClients:link,
.AvisClients:visited {
    position: relative;
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
    display: block;
    text-decoration: none
}

.AvisClients:active,
.AvisClients:hover {
    background-color: var(--color4)
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color0);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 12px;
    padding: 4px 0
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 10px
}

.livre-elements .date {
    margin-bottom: 10px !important
}

.livre-elements .etoiles {
    margin-bottom: 0 !important
}

.livre-elements .temoignage {
    text-align: justify
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 30px 20px;
    margin-bottom: 60px;
    background-color: var(--bg-facultatif);
    border-radius: 2px
}

.divAvis p.temoignage {
    color: var(--color0)
}

.divAvis .pseudo {
    text-align: center
}

.bouton-principal.btn-avis {
    margin-bottom: 30px
}

.modal-content a,
.modal-content a:link,
.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color1);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: var(--bg-facultatif);
    color: var(--color1);
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,
.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px !important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0 !important
}

.modal-content label.control-label.label-note,
.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px !important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px !important
}

.formulaire #add-review .form-group .form-control,
.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea {
    background: #fff;
    border: 1px solid #ccc;
    color: #323435;
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: #323435 !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto !important;
    padding: 14px 15px !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,
.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2) !important
}

.body-service .services {
    background: 0 0
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8002;
    padding: 0 8vw 10vh;
    background-color: var(--color4);
}

.body-service .services {
    padding: 0 0 10vh
}

.services .h1 {
    margin-top: 36px;
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.services .cell.gauche .photos {
    width: 100%;
    height: 600px;
    border-radius: var(--border-radius)
}

.services .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 0 0 4vh 4vw
}

.services .cell.droite .contenu ul {
    padding: 0;
    margin: 0
}

.services .cell.droite .contenu ul li {
    padding: 5px 0;
    background: no-repeat 0 9px
}

.services .cell.droite .contenu ul li a.bouton-principal {
    display: block;
    text-align: left;
    padding: 15px 55px 15px 20px
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color1);
    display: inline-block
}

.services .miettes li a.active {
    background: var(--color4)
}


.realisations .h1 {
    margin-top : 0;
}

.AvisClientsBg,
.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;

}

.AvisClientsBg .contenu,
.atouts .contenu,
.realisations .contenu {
    padding: 2vh 8vw 10vh;
    background-color: var(--color4);
}

.news .propor,
.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,
.realisations .galerie .propor:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.realisations .galerie .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.news .propor .propor-cont,
.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,
.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: var(--border-radius)
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.news .propor .propor-cont .imagecont .imagefond,
.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,
.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.news .propor .propor-cont .imagecont:hover .masque,
.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.news .propor .propor-cont .imagecont:hover .imagefond,
.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    padding: 10vh 8vw 10vh;
    background-color: var(--color4);
}

.intervention .contenu {
    padding: 0 5vw 0;
    color: var(--color0)
}

.intervention h2 {
    color: var(--color0)
}

.intervention ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 5px 0 5px 15px;
    font-style: italic
}

.pied {
    position: relative;
    z-index: 8000;
    margin: 0 0 0;
    background-color: var(--color4);
}

.body-contact .pied,
.body-page-1 .pied,
.body-pageseo .pied {
    margin: 0
}

.body-contact .pied .bande1,
.body-pageseo .pied .bande1 {
    margin: 0;
    padding: 0
}

.pied .bande1 {
    padding: 0 4vw 0
}

.pied .bande1 .row1 {
    padding: 0 0 70px
}

.pied .bande2 {
    padding: 6vh 4vw 0
}

.pied h3 {
    color: var(--color1);
    font-size: var(--taille_font);
    text-transform: uppercase
}

.pied .trait1,
.pied .trait2 {
    position: relative
}

.pied .trait2 {
    padding: 0 0 0
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0;
    background: 0 0;
    margin: 0;
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0 15px;
    background: url(../images/ico-puce.svg) no-repeat 0 center;
    color: inherit;
    text-decoration: none;
    background-size: 7px auto
}

.pied .navf .menu_footer li a:hover,
.pied .navf .menu_footer li.active a {
    color: var(--color1)
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color1)
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

address {
    margin: 0;
    padding: 15px 0 0;
    color: var(--color0);
    font-size: 16px
}

address p {
    margin: 0;
    padding: 0 15px 10px 30px;
    position: relative
}

address p.tel a {
    color: inherit;
    text-decoration: none
}

address p a {
    text-decoration: none;
    color: inherit
}

address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 200px
}

.horaires {
    position: relative;
    color: var(--color0);
    padding: 0 0 10px 0;
    margin: 0
}

.pictoSVG {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    fill: var(--color0)
}

.pied .copyright-footer {
    text-align: center;
    margin: 40px 0 0 0
}

#logoFD svg * {
    fill: var(--color0)
}

#logoFD svg {
    width: 200px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 200px;
    line-height: 200px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0 0;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 11px;
    height: 11px;
    background: var(--color0);
    margin: 0 2px;
    border-radius: 50%
}

.cont-slider .controls ol li.current a {
    background: var(--color1)
}

.cont-slider .controls ol li a span {
    display: none
}

.scrollbars {
    width: 100%;
    height: 50vh
}

.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    position: absolute;
    background-color: var(--color0);
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,
.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none !important
}

.centerservice2 {
    margin: 0 16% !important
}

.centerservice {
    margin: 0 33% !important
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 50px 30px
}

.prestation:nth-child(2n) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: 50% 50%;
    border-radius: var(--border-radius)
}

.prestation .cell.photo:hover {
    opacity: .95
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    direction: ltr
}

.prestation .cell.texte .contenu {
    padding: 120px 10%;
    text-align: center
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px;
    text-align: center
}

.prestation .cell.texte .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    background: 0 0;
    padding: 0;
    padding: 0 0 10px 0
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h1,
.body-contact h2 {
    color: var(--color0);
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 36px
}

.body-contact h1:after,
.body-contact h2:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    margin-left: 0;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.body-contact h1:before {
    display: none
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 2vh 8vw 10vh
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite .contenu {
    padding: 0 12% 0
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 60px 0 130px;
    background: rgba(var(--color4), .8)
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/photo-contact2.jpg) no-repeat center center
}

.table-row {
    display: table-row;
    height: 100%;
    width: 100%
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 550px !important
}

.contact .horaires {
    text-align: left
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: var(--color1)
}

.info-rgpd p {
    font-size: 11px
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    font-family: var(--font_family_1);
    color: var(--color0);
    background: 0 0;
    border: 1px solid var(--color0);
    box-shadow: none;
    border-radius: 0;
    width: 100% !important;
    font-size: 15px
}

.contact .formulaire .form-group .form-control:focus {
    color: var(--color4) !important;
    background: var(--color0) !important
}

.form-control:focus {
    color: var(--color4) !important;
    background: var(--color0) !important
}

.contact .formulaire .form-group textarea.form-control {
    height: 120px;
    padding: 12px;
    position: static;
    border-radius: var(--border-radius)
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    padding: 30px 12px;
    border-radius: var(--border-radius)
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio:0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.svg) !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        line-height: normal !important;
        background-size: 22px auto !important
    }

    .form-horizontal select.form-control option {
        background: var(--color0);
        color: var(--color4)
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31% !important;
    height: 50px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px !important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: 30%;
    position: relative;
    float: right
}

.g-recaptcha {
    float: left
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    padding: 15px;
    text-transform: uppercase;
    border: 1px solid var(--color1);
    color: var(--color1);
    background: 0 0;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 100;
    transition: all .4s ease;
    border-radius: var(--border-radius)
}

.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.contact .formulaire input.btn-primary:active,
.contact .formulaire input.btn-primary:hover,
.contact a.btn.btn-default:active,
.contact a.btn.btn-default:hover {
    background: var(--color1);
    color: var(--color0)
}

::-webkit-input-placeholder {
    color: var(--color0) !important
}

:-moz-placeholder {
    color: var(--color0) !important;
    opacity: 1 !important
}

::-moz-placeholder {
    color: var(--color0) !important;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: var(--color0) !important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:after,
.flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
    display: none
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.pageseo .formulaire .form-group input.btn-primary {
    float: right
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 3% 40px
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 30px
}

.gallery .btn-service {
    margin: 30px 0 0;
}


.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 0 0 10px;
    padding: 20px 0 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px 0 5px;
    background: 0 0
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    font-family: var(--font_family_2);
    background: 0 0;
    display: block;
    color: var(--color0);
    text-transform: uppercase;
    font-size: var(--taille_font);
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: 0 0;
    color: var(--color1)
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: var(--color0)
}

.contactButton,
.nav-item-active,
.sidebar-bottom-controls a,
.sidebar-divider-text,
.sidebar-form label,
.sidebar-left a,
.sidebar-right a,
.sidebar-send-button {
    color: var(--color0) !important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: var(--color2)
}

.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: 16px;
    top: 16px;
    max-height: 76px;
    max-width: 129px
}

.deploy-right-sidebar {
    border-left: 1px var(--color3) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px
}

.deploy-right-mail {
    border-left: 1px var(--color3) solid;
    display: table-cell;
    height: 65px;
    width: 65px;
    position: absolute;
    right: 65px;
    top: 0;
    background-color: var(--color1)
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: var(--color1);
    text-shadow: none
}

.sidebar-right {
    font-family: var(--font_family_1) !important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, .1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color1) !important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: #c9323b;
    position: relative
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 21px;
    right: 1px;
    max-width: 169px;
    float: inherit;
    max-height: 41px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0) !important;
    background: var(--color1);
    opacity: .4
}

.sidebar-bottom-controls {
    background-color: #c9323b
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(var(--color4), 0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.submenu a {
    text-shadow: 0 2px 0 var(--color4);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    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: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: var(--font_family_2);
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute !important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    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: 1px;
    background: 0 0;
    padding-left: 0;
    background: var(--color2)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 37px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(var(--color4), 0);
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    padding-left: 35px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: var(--color1)
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0;
    color: #bebebe
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(var(--color4), .35);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8
}

.bloc-GMB .badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: rgba(var(--color4), .9);
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: rgba(var(--color4), .9);
    background-size: 60px auto
}

.deprecated-ie {
    text-align: center;
    color: var(--color4);
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: var(--color4);
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(var(--color1), .9)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.tel-left .icones {
    fill: var(--color1);
    width: 44px;
    height: 43px;
    margin: 10px 10px -10px 0
}

.btn-partage .icones {
    width: 19px;
    margin: 0;
    height: 19px;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 9px
}

.bx-pager.bx-default-pager a,
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:hover {
    background-color: #fff
}

.remonter .icones {
    fill: var(--color1);
    margin: 0 0 -5px;
    width: 32px;
    height: 32px
}

.btn-descendre .icones {
    fill: var(--color1);
    margin: 0;
    width: 20px;
    height: 48px
}

.news .propor::after {
    padding-top: 78%
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.actualites {
    padding: 8vh 8vw 10vh;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.actualites .date_post,
.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px, .5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-radius: var(--border-radius) 0 0
}

.actualites .date_post span,
.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.actualites .date_post .s1,
.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(var(--color4), .4);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color0);
    padding: 5px 0 25px;
    margin: 0
}

.newsList .item:hover .h3 {
    color: var(--color1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    border-radius: var(--border-radius)
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    height: clamp(300px, 40vw, 650px);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality;
    border-radius: var(--border-radius)
}

.newsItem .contenu-article {
    padding: 1vh 0 2vh;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px
}

.newsItem .div-rs .btn-partage {
    display: inline-block;
    overflow: hidden;
    height: 44px;
    position: relative;
    top: 43px
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color7)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,
.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--color3);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:focus,
.news_avant_apres a:hover {
    border-color: var(--color6);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,
.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,
.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color0);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:focus span,
.news_avant_apres a:hover span {
    color: var(--color0);
    text-decoration: none
}

a.return-to-news,
a.return-to-news:link,
a.return-to-news:visited {
    text-decoration: none;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    color: var(--color0)
}

a.return-to-news:focus,
a.return-to-news:hover {
    text-decoration: underline;
    color: var(--color0)
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,
.pagination>li>span {
    color: var(--color0);
    border-color: var(--color3);
    background-color: var(--color2)
}

.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(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color1);
    border-color: var(--color1)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .lightboxOverlay {
        overflow: scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

.contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact .map iframe {
    width: 100%;
    height: 100%
}

.contact .tab-coordonnes .cell.gauche {
    background: 0 0;
    position: relative
}

@media (min-width:768px) {
    .dispaly_flex {
        display: flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media (max-width: 400px) {
    .top-logo img {
        left: 22px !important;
        max-width: 137px !important;
    }
}

@media (max-width: 350px) {
    .top-logo img {
        left: 12px !important;
        max-width: 123px !important;
    }
}

@media (max-width:991px) {
    a.imagecont.noflicker.img1 {
        float: left;
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        width: 100%
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .main-page {
        position: relative;
        overflow: hidden;
        padding: 0
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0 !important
    }

    .centerservice {
        margin: 0 !important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: left !important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0 !important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%
    }

    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .fluid-contenu {
        margin: 0 !important
    }

    .fluid-contenu .corps {
        padding: 60px 5% 80px
    }

    .slogan .titre {
        font-size: 50px;
        line-height: 50px
    }

    .prestation .cell.texte .contenu {
        padding: 0 10% 50px
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 0 15px 40px
    }

    .body-gallery .fluid-contenu .corps {
        padding: 0 30px
    }

    .body-contact .fluid-contenu .corps,
    .body-service-list .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .services {
        padding: 0
    }

    .pied .copyright-footer {
        margin: 25px 0 0;
        text-align: center
    }
}

@media (max-width:767px) {

    .corps .page-contenu h2:first-of-type,
    .corps .gallery h2:first-of-type,
    .corps .seo-content h2:first-of-type,
    .corps .newsItem h2:first-of-type {
        font-weight: 500;
    }

    .contact .map iframe {
        height : 300px;
    }

    .gallery {
        padding-top: 2vh;
    }

    .atouts-cont {
        padding-bottom: 0;
    }

    .realisations .contenu {
        padding-bottom : 0;
    }

    .intervention {
        padding-bottom: 0;
    }

    .actualites .cell.texte .bouton-principal {
        margin-bottom : 0;
    }

    .btn-liens-rs {
        margin-bottom: 10vh;
    }

    .pied .trait1::after,
    .pied .trait2::after {
        display: none
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-xs-l {
        padding-left: 15px !important
    }

    .pad-xs-r {
        padding-right: 15px !important
    }

    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-xs-l {
        padding-left: 0 !important
    }

    .nopad-xs-r {
        padding-right: 0 !important
    }

    .body-contact h1,
    .body-contact h2,
    .h1,
    h1 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0
    }

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px
    }

    .slogan .titre {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0;
        display: block;
        margin: 3em 0 0
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 21px;
        line-height: 21px
    }

    .body-pageseo .slogan .titre {
        font-size: 34px;
        line-height: 34px
    }

    .infos {
        padding: 20px 0 0;
        right: 0;
        left: 0
    }

    .fluid-contenu .btn-partage {
        text-align: center;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        display: block
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 0 15px 40px
    }

    .body-gallery .fluid-contenu .corps {
        padding: 0 30px
    }

    .body-contact .fluid-contenu .corps,
    .body-service-list .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .recup-photos .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        background: rgba(var(--color4), .5);
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block;
        padding: 0
    }

    .services .cell.gauche {
        width: 100%;
        overflow: hidden !important;
        position: relative;
        float: left;
        width: 100% !important;
        padding: 19px 15px 36px
    }

    .services .cell.gauche .photos {
        height: 266px !important
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .realisations {
        margin-left: -5px !important;
        margin-right: -5px !important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,
    .realisations .contenu {
        padding: 30px 15px 40px
    }

    a.bouton-principal,
    button.bouton-principal {
        padding: 13px 40px 13px 40px
    }

    .intervention .contenu {
        padding: 40px 15px 50px
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 20px 0 5px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0
    }

    .body-contact .fluid-contenu .corps,
    .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
        height: 180px
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 40px 15px 0
    }

    .contact .coordonnees {
        padding: 0 0 1px
    }

    .contact .tab-formulaire {
        display: block
    }

    .contact .tab-formulaire .cell.gauche {
        display: block;
        width: 100%
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 30px 15px
    }

    .contact .tab-formulaire .cell.droite {
        display: none
    }

    .pied .trait1,
    .pied .trait2 {
        background: 0 0
    }

    .gallery .description-galerie {
        padding: 20px 0 5px
    }

    .actualites,
    .prestation {
        display: block;
        min-height: auto
    }

    .actualites .cell.photo,
    .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,
    .prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .prestation .cell.texte .contenu {
        padding: 1px 15px
    }

    .pied {
        position: relative;
        z-index: 8000;
        margin: 0 0 0
    }

    .btn-partage .btnp {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .sur-banniere {
        position: relative;
        height: 250px !important
    }

    .body-contact .fluid-contenu .corps,
    .body-gallery-4 .fluid-contenu .corps {
        padding: 0
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 10% 0
    }

    .g-recaptcha {
        float: left;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .pied .menu_referencement li a,
    .pied .menu_referencement li a:visited {
        font-size: 14px
    }

    .contact .tab-coordonnes .cell.gauche {
        position: relative
    }

    .gallery .ligne-photos .propor {
        width: 100%;
        margin: 0 auto 15px
    }

    .table-row {
        display: block !important
    }

    .scrollbars {
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,
    .news_avant_apres>div {
        display: block
    }

    .row.galerie {
        margin: 0 !important;
    }

    .titre-secondaire{
        margin-bottom: 5px;
    }

    h1.sans-image {
        padding-top: 20px;
    }

    .atouts h2{
        margin: 0;
    }

    .atouts {
        padding-bottom: 0;
    }

    .intervention {
        padding-top: 0;
    }

    .intervention iframe {
        height: 300px;
    }

    .actualites {
        padding-bottom: 0;
    }

    .tab-coordonnes .cell.droite .contenu {
        padding-top: 10px;
    }

    .contact .tab-coordonnes {
        padding: 0 0 10px
    }

    .top-logo  {
        overflow: hidden;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pied .trait2 {
        background: 0 0
    }

    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }

    .body-contact .fluid-contenu .corps,
    .body-page-11 .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .centerservice2 {
        margin: 0 !important
    }

    .centerservice {
        margin: 0 !important
    }

    .scrollbars {
        height: 240px
    }

    .contact .tab-coordonnes {
        height: auto;
        float: left;
        display: block
    }

    .contact .tab-coordonnes .cell.droite,
    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left
    }

    .contact .tab-coordonnes .cell.gauche {
        height: 300px
    }

    .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,
    h1 {
        font-size: 26px;
        line-height: 26px
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .body-contact h1,
    .body-contact h2 {
        color: var(--color0);
        position: relative;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 36px
    }

    .sur-banniere {
        position: relative;
        height: 323px !important
    }

    .body-contact .fluid-contenu .corps,
    .body-gallery-4 .fluid-contenu .corps {
        padding: 0
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0
    }

    .table-row {
        display: block !important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 47%
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .h1,
    h1 {
        font-size: 25px;
        line-height: 25px
    }

    .tete .infos {
        height: auto;
        padding: 7px 30px 2px
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 70px 7% 0
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 30px 30px 80px
    }

    .services .cell.gauche {
        padding: 80px 0 80px 30px
    }

    .realisations .titre-secondaire {
        width: 100%
    }

    .body-error404 a.btn.btn-default,
    .contact .formulaire input.btn-primary,
    .contact a.btn.btn-default {
        padding: 16px 0;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group .form-control {
        font-size: 15px
    }

    .pied .bande2 {
        padding: 30px 6% 50px 7%
    }

    .pied div[class^=col-md] {
        width: 100% !important;
        background: 0 0
    }

    .pied .copyright-footer {
        margin: 20px 0 0;
        text-align: center
    }

    .contact .tab-formulaire .cell.droite {
        display: none
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .table-row {
        display: block
    }

    .contact .tab-coordonnes .cell.droite,
    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left
    }

    .contact .tab-coordonnes .cell.gauche {
        height: 300px
    }

    .contact .tab-coordonnes {
        height: 260px
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
}

@media screen and (max-height:790px) and (max-width:1199px) {
    .navh {
        margin-top: 5% !important
    }

    .tete .logo-site img {
        max-width: 200px;
        height: auto
    }

    .navh .menu_principal a,
    .navh .menu_principal a:visited {
        font-size: 19px
    }
}

.infinite-scroll .chargement {
    background: rgba(var(--color4), 0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block !important;
    top: -45px;
    opacity: 0 !important;
    margin: 0 !important;
    height: 10px !important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,
    h2,
    h3 {
        font-family: verdana, serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^=col-] {
        width: 100%
    }

    .gallery .ligne-photos div[class=col-md-2] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}