:root {
    --color0: #ffffff;
    --color1: #f16522;
    --color2: #232020;
    --color3: #fff3e5;
    --color4: #4e5150;
    --color5: #f1d700;
    --font_family_1: 'HelveticaNeue-MediumCond', Arial, verdana;
    --font_family_2: 'HelveticaNeue-MediumCond', Arial, verdana;
    --font_family_3: 'HelveticaNeue-BoldCond', sans-serif;
    --taille_font: 17px
}

a.btn-ABs {
    text-decoration: none !important;
    color: white !important;
    padding: 15px 30px;
    background-color: #f5801d;
    display: inline-block;
    /* border-radius: calc(var(--taille10) * 0.5); */
    margin: calc(var(--taille10) * 2.5) calc(var(--taille10) * 0.5) 0;
    text-transform: uppercase;
    font-size: 20px;
}
 a.btn-ABs span {
      /* display: none; */ /* Hide Num-AB initially */
      color: inherit !important;
    }

span.Num-AB {
    display: none;
}

/****/
.clear {
    clear: both
}

.nopad {
    padding: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.contain {
    -ms-background-size: contain !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important
}

.cover {
    -ms-background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.relative {
    position: relative
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--color0);
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
    color: var(--color4)
}

.btn-partage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.flex-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
}

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(--color3);
    min-height: 300px;
    padding: 100px 0;
    width: 100%;
    position: relative;
    z-index: 10
}

.container {
    max-width: 1200px;
    position: relative
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    clear: both
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

header {
    display: block;
    clear: both;
    position: relative;
    padding: 107px 0 0
}

.header {
    width: 100%;
    height: 107px;
    background: var(--color2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 20px rgba(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: 70px
}

.logo {
    display: table;
    padding: 3px 0 0;
    transition: .5s;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -o-transition: .5s;
}

.header.fixedMenu .logo {
    padding: 13px 0 0
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: var(--color0);
    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; */
    display: flex;
    justify-content: center;
}

nav .menu_principal li {
    /* float: left; */
    position: relative;
    margin: 0 1px;
    background: none;
    padding: 0
}

nav .menu_principal a,
.menu_principal a:visited {
    color: var(--color0);
    display: block;
    font-size: 19px;
    text-align: center;
    height: 107px;
    padding: 0 1vw 0;
    line-height: 110px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none;
}

nav .menu_principal a:hover,
.menu_principal a#courant,
.menu_principal li.active a {
    color: var(--color1)
}

.menu_principal a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 0;
    width: 25px;
    height: 29px;
    background: url(../images/menu-li.png);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.menu_principal a:hover::before,
.menu_principal a#courant::before,
.menu_principal li.active a::before {
    top: 9px;
    opacity: 1;
}

.header.fixedMenu .menu_principal a:hover::before,
.header.fixedMenu .menu_principal a#courant::before,
.header.fixedMenu .menu_principal li.active a::before {
    top: 5px;
}

.header.fixedMenu nav .menu_principal a {
    height: 70px;
    line-height: 70px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker span,
.callTracker a {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    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: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,
header .callTracker a {
    top: 5px
}

header .callTracker .t_affiche {
    font-size: 90%
}

.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 span.t_affiche {
    font-weight: bold;
    text-decoration: underline
}

header .tel-header {
    padding: 32px 0px 32px;
    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 liAnear 0;
    width: 42px;
    position: relative
}

header .fixedMenu .tel-header {
    padding: 15px 0 20px
}

header .tel-header .t_affiche {
    width: 42px;
    height: 42px;
    font-size: 0;
    display: block !important;
    opacity: 1 !important;
    min-width: auto;
    border: 1px solid var(--color5);
    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: 5px;
    top: 82px;
    border-radius: 15px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 125px;
    right: 50%;
    margin-right: -65px;
    min-width: auto;
    font-size: 15px
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 68px
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px;
    left: 50%;
    border-color: transparent transparent #333635;
    margin-left: -13px
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat
}

.rsImg {
    width: 100%
}

header .bloc-slider {
    display: flex;
}

.zone-slg {
    background: url(../images/bg-slogan.png);
}

.body-page-1 .zone-banner {
    height: 73vh
}

.slegon {
    display: table;
    vertical-align: middle;
    padding: 0 2vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
}

.titre-slg {
    color: var(--color0);
    font-family: var(--font_family_3);
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.body-pageseo .titre-slg {
    font-size: 45px
}

.body-page-1 .titre-slg {
    color: var(--color0);
    text-transform: none
}

.cta.hidden-sm.hidden-xs {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin: 20px 0;
}

.logo-rge-footer {
    /* text-align: center; */
}

.logo-rge-footer img {
    width: 143px;
    height: auto;
}

.logo-header-rge img {
    width: 152px;
    height: auto;
}

.logo-header-rge {
    text-align: center;
    margin-top: 25px;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    color: #f16522;
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-weight: bold;
    font-size: 28px;
}

.owl-theme .owl-controls .owl-page span {
    background: var(--color1);
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 1;
    width: 10px;
    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: 2px solid transparent
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    width: 14px;
    height: 14px;
    border: 0;
    margin: 5px 5px 3px
}

.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: -245px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    left: -50px;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 100px;
    height: 100px;
    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: 40px;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(-135deg);
    top: 23px;
    left: 20px
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 40px;
    font-family: var(--font_family_1);
    color: var(--color1);
    transform: rotate(45deg);
    top: 20px;
    left: 40px
}

.banner {
    width: 100%;
    height: 350px;
    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(--color2)
}

h1,
.h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px
}

.h1.center {
    background-position: center bottom
}

.body-page-1 .contenu h1 {
    margin-bottom: 30px
}

h2,
.h2 {
    font-size: calc(var(--taille_font) + .8rem)
}

h3,
.h3 {
    font-size: calc(var(--taille_font) + .7rem)
}

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,
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(--color1);
    font-size: 20px;
    font-family: var(--font_family_1);
    font-weight: bold
}

a.btn-show-more,.btn-show-more {
    display: table;
    padding: 15px 40px;
    background: var(--color1);
    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;
    transition: .3s ease;
}

p.tel-headerr.btn-show-more.tel.tel1.callTracker {
    font-size: 16px;
    margin: 20px 0;
}

p.tel-headerr.btn-show-more.tel.tel1.callTracker span {
    color: inherit;
    font-size: inherit;
    min-width: unset;
}

a.btn-show-more:hover, .btn-show-more:hover {
    background: var(--color2);
    color: var(--color0)
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: url(../images/bg-realisation.jpg) no-repeat center / cover;
    background-attachment: fixed;
    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: 18px 50px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 15px rgba(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(--color5);
    font-size: 17px;
    font-family: var(--font_family_3);
}

.band1 {
    display: block;
    clear: both;
    padding: 50px 5% 80px;
    font-size: 18px;
}

.band2 {
    display: block;
    clear: both;
    background: #18181885;
    padding: 30px 0;
}

.btn-scroll-top {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color5);
    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: 25px;
    left: 7px;
    top: 6px
}

.cordonne-footer {
    color: var(--color0);
    padding: 10px 0;
    font-size: inherit
}

.cordonne-footer p,
.cordonne-footer address {
    padding-left: 30px;
    margin-bottom: 10px
}

.cordonne-footer .adress-footer {
    background: url(../images/ico-adresse-f.svg) no-repeat top 5px left;
    background-size: 13px auto
}

.cordonne-footer p.tel-footer {
    background: url(../images/ico-tel-f.svg) no-repeat top 5px left;
    color: var(--color5);
    background-size: 16px auto;
}

.cordonne-footer p.mobile-footer {
    background: url(../images/ico-tel2-f.svg) no-repeat top 3px left;
    color: var(--color5);
    background-size: 11px auto;
}

.cordonne-footer a {
    color: #b8b8b8
}

.cordonne-footer a:hover {
    color: var(--color0)
}

.hours {
    color: var(--color0);
    /* padding-left: 30px; */
    /* background: url(../images/ico-horaires.svg) no-repeat top 5px left; */
    background-size: 16px auto
}

.menu_footer {
    margin: 0 auto;
    padding: 10px 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 {
    color: var(--color1);
    text-decoration: none
}

.menu_referencement {
    list-style-image: none;
    padding: 10px 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 5px
}

.menu_referencement li:last-child:after {
    display: none
}

.menu_referencement a,
.menu_referencement a:visited {
    color: var(--color0);
    font-size: 18px;
    text-decoration: none;
    font-family: inherit;
}

.menu_referencement a:hover {
    color: var(--color1);
    text-decoration: underline
}

.scroll-footer {
    height: 226px;
    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: 15px;
    padding: 7px 0 0
}

#logoFD svg * {
    fill: var(--color4)
}

#logoFD svg {
    width: 210px;
}

footer .btn-partage {
    display: table;
    margin: 15px auto 0
}

footer .btn-partage .btnp {
    background-color: transparent
}

.follow {
    display: table;
    margin: 20px auto
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 80px 0;
    background: var(--color0);
    position: relative
}

.bloc-contenu.grey {
    background: var(--color3)
}

.bloc-contenu.nos-realisations {
    background: url(../images/bg-realisation.jpg) no-repeat center / cover;
    background-attachment: fixed;
}

.bloc-contenu.nos-realisations .titre-secondaire {
    color: var(--color1);
}

.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 {
    color: var(--color2);
    background: var(--color5);
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color2);
    color: var(--color5);
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.page.node-1 .table-cell {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width:992px) {
    .page.node-1 .table-cell {
        display: table;
    }
    .short-text-service {
        font-size: 14px;
    }
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.page.node-1 .text-accueil {
    text-align: justify
}

.text-accueil p.center {
    margin: 20px 0 0
}

.sidebar {
    height: 584px;
    position: relative;
    max-width: 496px;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw)
}

.sidebar img {
    object-fit: contain;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: auto
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 30px;
    left: -30px
}

.liste-services {
    width: 740px;
    height: 740px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: var(--color0);
    box-shadow: 0 0 50px rgba(0, 0, 0, .10);
    -ms-box-shadow: 0 0 50px rgba(0, 0, 0, .10);
    -o-box-shadow: 0 0 50px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .10);
    margin: 150px auto;
    position: relative;
    display: table
}

.img-service {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    background-image: url(../images/gear.svg);
    background-size: 80px auto;
    -ms-background-size: 80px auto;
    -o-background-size: 80px auto;
    -webkit-background-size: 80px auto;
    background-color: var(--color0);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: .8;
}

.img-service:hover {
    opacity: 1;
}

.img-service.service-1 {
    left: 50%;
    top: -72.5px;
    margin-left: -72.5px
}

.img-service.service-2 {
    left: 50%;
    bottom: -72.5px;
    margin-left: -72.5px
}

.img-service.service-3 {
    top: 50%;
    left: -72.5px;
    margin-top: -72.5px
}

.img-service.service-4 {
    top: 50%;
    right: -72.5px;
    margin-top: -72.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: 75px;
    height: 75px;
    display: block;
    background: var(--color1);
    font-family: var(--font_family_3);
    color: var(--color0);
    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 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

a.show-all-service:hover {
    background: var(--color2)
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 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%
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .service-1 h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.text-services .service-1 h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: "";
}

.text-services .service-2 h3 {
    color: var(--color5);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.text-services .service-2 h3::after {
    display: block;
    background: var(--color5);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: "";
}
.liste-services a {
    text-align: center;
    padding-top: 60px;
    color: var(--color0);
    text-shadow: 2px -1px 0px #000;
}

.zone-intervention {
    padding-top: 0
}

.zone-intervention .zone {
    width: 440px;
    height: 424px;
    margin: auto;
    background: url(../images/zone.png) no-repeat center
}

.zone-intervention .description {
    width: 90%;
    text-align: justify
}

.zone-intervention .text ul {
    list-style: none;
    margin: 15px 0;
    padding: 0
}

.zone-intervention .text ul li {
    padding: 7px 10px;
    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: 1px;
    left: 0;
    opacity: .2
}

.zone-titre,
.zone-btn {
    padding: 0 15px
}

.recup-photo .item:nth-child(2),
.recup-photo .item:nth-child(2) {
    margin-bottom: 30px
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 370px;
    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
}

.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=\'.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .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);
}

.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, .8) 99%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(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, .8)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 59%, rgba(0, 0, 0, .8) 157%, rgba(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: 20px;
    position: absolute;
    display: block;
    padding: 20px 25px;
    bottom: 0;
    left: 0;
    font-family: var(--font_family_3);
    width: 100%;
    z-index: 2;
    text-transform: uppercase
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    -webkit-transition: all .6s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

\A.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.recup-news {
    padding: 30px 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    background: var(--color0)
}

.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: 370px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2;
}

.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: 150px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .contenu {
    background: var(--color0);
    padding: 30px;
    min-height: 236px
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 5px;
    font-size: 20px
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.item-news .contenu .titre-news a:hover {
    color: var(--color1)
}

.lire-suite {
    text-align: right;
    padding: 30px 0 0
}

.lire-suite a {
    color: var(--color1);
    text-transform: uppercase;
    font-size: 15px;
    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: 20px;
    position: relative
}

.lire-suite a:hover {
    color: var(--color2);
    text-decoration: none
}

.lire-suite a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    width: 3px;
    height: 3px;
    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: 10px;
    opacity: 1
}

.bloc-contenu.certifs {
    background: var(--color2);
    padding: 80px 10% 100px;
}

.text-certifs {
    padding: 0 15% 50px;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,
.bloc-contenu.certifs .titre-secondaire {
    color: var(--color0)
}

.bloc-contenu.certifs .item {
    padding: 15px
}

.logo-certifs {
    max-width: 300px;
    height: 148px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-size: 150px auto;
    -ms-background-size: 150px auto;
    -o-background-size: 150px auto;
    -webkit-background-size: 150px 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: 10px solid var(--color0)
}

.logo-certifs:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border: 10px solid var(--color2)
}

#owl-demo-certifs .owl-wrapper.one-item {
    width: 100% !important;
    margin: auto
}

#owl-demo-certifs .owl-wrapper.one-item .owl-item {
    width: 100% !important
}

.text-gallery {
    text-align: justify
}

.zone-caroussel-gallery {
    padding: 0 15px 0 30px
}

a.img_gal {
    display: block;
    height: 490px;
    width: 100%;
    -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, .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: 56px 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: 20px
}

.body-gallery-4 .contenu {
    padding: 100px 5px 50px
}

.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: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 10% 40px;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,
.gallery .multiple .ligne-photos .col-md-2,
.gallery .multiple .ligne-photos .col-md-3,
.gallery .multiple .ligne-photos .col-md-4,
.gallery .multiple .ligne-photos .col-md-6 {
    padding: 5px !important
}

.gallery .multiple .ligne-photos {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.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 .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;
    -o-transition: all .2s linear 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, .6) 99%, rgba(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, .6)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, .6) 99%, rgba(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, .5) url(../images/ico-zoom.svg) no-repeat center center;
    background-size: 56px 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: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px
}

.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 {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    padding: 10px;
    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: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 15px;
    line-height: 20px
}

.prestation {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    background: var(--color0);
    margin: 0 0 30px
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
    height: 295px
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 50px 40px 20px;
    position: relative;
    min-height: 170px
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 86px;
    height: 86px;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 10px 0 0
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -25px
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: var(--color0);
    border-radius: 19px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    padding: 15px 35px;
    font-size: 18px;
    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: 10px 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 15px 25px 15px 20px
}

.body-news-list .item-news {
    margin-bottom: 30px
}

.body-news-list .item-news:last-child {
    margin-bottom: 0
}

.body-news-list .btn-partage {
    margin: -10px 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 80px;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: 15px;
    padding: 10px 10px 10px 45px;
    background: url(../images/fleche-btn.svg) no-repeat center left 15px;
    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: 22px auto
}

a.return-to-news:hover {
    background-position: center left 5px;
    color: var(--color2)
}

.header-news h1 {
    text-transform: uppercase;
    margin: 15px 0
}

.header-news .date-poste {
    font-size: 24px;
    opacity: .7;
    font-family: var(--font_family_1)
}

.news .item-news {
    width: 80%;
    margin: -135px auto 0
}

.news .item-news .photo {
    height: 450px;
    height: clamp(300px, 40vw, 450px)
}

.news .item-news .contenu {
    padding: 4vw;
    color: var(--color2);
    text-align: justify
}

.news .item-news .btn-partage {
    display: table;
    padding: 5px 0 0;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    position: absolute;
    background: var(--color0);
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
    width: 160px;
    text-align: center
}

.news .item-news .btn-partage .btnp {
    position: relative;
    top: -3px
}

.zone-titre-header {
    height: 350px;
    width: 100%;
    display: table;
    position: relative
}

.btn-avis {
    border: 0;
    background: var(--color1);
    padding: 12px 25px;
    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(--color3);
    position: relative
}

.AvisClientsBg .contenu {
    background: none
}

.etoiles .fa {
    color: var(--color1)
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,
.AvisClients:visited,
.AvisClients {
    position: relative;
    background-color: var(--color0);
    padding: 40px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
    display: block;
    text-decoration: none;
    border-bottom: 8px solid var(--color1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    opacity: .5;
    width: 95%
}

.AvisClients:active,
.AvisClients:hover {
    background-color: var(--color3);
    opacity: 1
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color2);
    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: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    display: none;
}

.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;
    font-style: italic;
    margin: 23px 0 0
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 16px;
    padding: 4px 0;
    opacity: .7
}

.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: -80px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 10px;
    color: var(--color1);
    font-size: 20px
}

.livre-elements .date {
    margin-bottom: 10px !important
}

.livre-elements .etoiles {
    margin-bottom: 0 !important
}

.livre-elements .temoignage {
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-style: italic
}

.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: 60px 0 80px;
    background-color: var(--color0);
    border-radius: 2px;
    border-bottom: 5px solid var(--color1);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 13px rgba(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: 30px
}

.modal-content a,
.modal-content a:link,
.modal-content a:visited {
    color: var(--color2)
}

.modal-header {
    border-bottom: 1px solid #bbb
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    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: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, .8);
    color: var(--color2);
    text-shadow: none
}

.modal-content .btn-close {
    border: 0;
    background: none;
    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:hover,
.modal-content .btn-close:focus {
    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;
    text-align: left;
    font-weight: normal
}

.formulaire #add-review .conditionsLabel {
    padding-left: 5px
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 15px;
    padding-right: 15px
}

#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 input,
.formulaire #add-review .form-group textarea,
.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 1px solid #bbb;
    color: #bbb;
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto !important;
    padding: 14px 15px !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,
.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2) !important
}

ul.slick-dots {
    margin: 0;
    margin-top: 65px;
    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: 8px;
    height: 8px;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 4px;
    opacity: 1
}

ul.slick-dots li+li {
    margin-left: 10px
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 25px auto 15px !important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 15px 40px !important
}

.inner-container {
    margin: auto;
    max-width: 1280px
}

.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: 100px 0
}

.coordonnes-contact p.tel1,
.coordonnes-contact p.tel2 {
    margin: 0
}

.coordonnes-contact .callTracker span {
    text-decoration: underline !important;
    font-family: var(--font_family_3)
}

.coordonnes-contact label {
    font-family: var(--font_family_3);
    font-weight: bold;
    display: block;
    font-size: 20px
}

.coordonnes-contact span {
    text-align: center
}

.coordonnes-contact .adress-contact,
.coordonnes-contact .tel-contact,
.coordonnes-contact .horaires-contact {
    padding-top: 50px;
    background-position: top center;
    background-repeat: no-repeat
}

.coordonnes-contact .adress-contact {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 30px auto
}

.coordonnes-contact .tel-contact {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 39px auto
}

.coordonnes-contact .horaires-contact {
    background-image: url(../images/ico-horaires.svg);
    background-size: 40px auto
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 785px
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: .6;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.plan-du-site iframe:hover {
    opacity: .9
}

.zone-form-contact {
    max-width: 1078px;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, .21);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .21);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .21);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .21);
    background: var(--color0);
    padding: 50px 30px 35px;
    margin-top: -130px
}

.zone-form-contact h1,
.zone-form-contact .text {
    text-align: center
}

.contact .zone-form-contact h1 .text {
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font_family_1)
}

.contact .form-group {
    margin-bottom: 18px
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    border-radius: 0;
    border: solid 1px var(--color1);
    height: 42px;
    background: var(--color0);
    color: var(--color4);
    font-size: 14px;
    font-family: var(--font_family_1);
    font-weight: bold;
    box-shadow: none
}

.contact .form-control:focus {
    border: 1px solid var(--color2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 196, 198, .6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 196, 198, .6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 196, 198, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 196, 198, .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 15px 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: 13px;
    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 {
    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 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: var(--color1);
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    padding: 18px 55px 18px 80px;
    display: table;
    margin: 0 auto -40px;
    position: relative;
    top: 20px;
    background-size: 17px 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: 13px;
    color: var(--color4)
}

.body-contact .contact .form-actions {
    padding: 0 12% 5px;
    color: var(--color0);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0 !important;
    width: 100%
}

.bloc-info-rgpd {
    background: var(--color1);
    padding: 190px 10% 100px;
    color: var(--color0);
    position: relative;
    z-index: 1;
    margin: -130px 0 0
}

.contact .info-rgpd {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 15px;
    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: 15px;
    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: none;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,
.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right
}

.pageseo .formule_page_seo {
    padding-top: 30px
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin-bottom: 15px
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 11px
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal !important;
    font-size: inherit !important;
    color: inherit !important;
    margin: 0
}

.sitemap ul {
    padding-left: 0
}

.sitemap ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    float: left;
    clear: both;
    display: inline-block;
    position: relative
}

.sitemap ul li::before {
    display: block;
    content: "â¯";
    position: absolute;
    left: 0;
    font-size: 15px;
    color: var(--color1)
}

.sitemap ul li.niveau2 {
    margin-left: 15px
}

.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: 18px
}

.page_404 .btn {
    margin-top: 0 !important;
    color: var(--color0) !important;
    padding: 10px 20px;
    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: 25px
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: var(--color2);
    letter-spacing: 1px;
}

.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: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 16px;
    top: 0;
    max-height: 91px;
    max-width: 154px;
    z-index: 10;
}

.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: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    position: absolute !important;
    right: 130px;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .1)
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 275px;
    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: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(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: 65px;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color1) !important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.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(0, 0, 0, 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 rgba(0, 0, 0, 1);
    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-weight: 700;
    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;
    padding-left: 18px;
    background: var(--color1)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.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;
    text-decoration: none !important;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    padding-left: 29px
}

.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: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 5px;
    font-size: 15px;
    color: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

header .tel-header .icones {
    width: 33px;
    margin: 9px 0 0 9px;
    height: 33px;
    fill: var(--color5);
}

.btn-partage .icones {
    width: 17px;
    margin: 0;
    height: 17px;
    padding: 0;
    position: relative;
    fill: var(--color1);
    top: 9px
}

.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: 20px 30px;
    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, .4);
    text-decoration: none;
    color: var(--color2)
}

.news_avant_apres a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    width: 3px;
    height: 3px;
    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: 10px;
    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 10px;
    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: -4px;
}

@media(max-width:980px) {
    .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: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 15px
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none !important
    }

    .clear-both {
        clear: both
    }

    header .bloc-slider {
        display: block;
    }

    header {
        padding: 0
    }

    .zone-slg,
    .zone-banner {
        width: 100%;
        height: auto !important
    }

    .slegon {
        padding: 3vw 5vw
    }

    .titre-slg {
        font-size: 40px
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none !important
    }

    .contenu {
        padding: 40px 15px
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 50px
    }

    h2,
    .h2 {
        font-size: 24px
    }

    h3,
    .h3 {
        font-size: 22px
    }

    h4,
    h5,
    h6 {
        font-size: 20px
    }

    a.btn-show-more {
        font-size: 13px;
        padding: 13px 35px
    }

    .bloc-contenu {
        padding: 40px 0
    }

    .liste-services {
        width: 500px;
        height: 500px
    }

    a.show-all-service {
        right: 27px;
        bottom: 47px
    }

    .zone-intervention .zone {
        width: 365px;
        background-size: contain
    }

    .item-news {
        margin-bottom: 30px
    }

    .item-news .photo {
        height: 400px
    }

    .AvisClients p {
        font-size: 13px
    }

    .item-news.prestation .photo {
        height: 250px
    }

    .bloc-contenu.certifs {
        padding: 30px 10% 50px
    }

    .body-gallery-4 .contenu {
        padding: 40px 5px
    }

    .scroll-footer {
        height: 150px
    }

    .contact .zone-form-contact h1 .text {
        font-size: 17px;
        line-height: normal
    }

    .bloc-info-rgpd {
        padding: 170px 10% 40px
    }

    .contact .info-rgpd {
        padding: 0
    }

    .plan-du-site {
        height: 500px
    }

    .coordonnes-contact {
        padding: 40px 0
    }

    .pageseo .formulaire.gauche,
    .pageseo .formulaire.droite {
        padding: 0
    }
}

@media (max-width:767px) {
    .body-news-list .item-news {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
    .nopad-xs {
        padding: 0
    }

    .contact .form-group {
        margin-bottom: 0
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres>div,
    .news_avant_apres {
        display: block
    }

.body-news-58 .row.news_avant_apres {
    margin-top: 128px;
}

    .news-liste .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    .news .item-news {
        width: 96%
    }

.body-news-58 .item-news hr {
    display: none;
}
}

@media(max-width:640px) {
    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

    .body-pageseo .titre-slg {
        font-size: 2rem
    }

    .nopad-xs {
        padding: 0
    }

    .titre-slg {
        font-size: 26px
    }

    .body-page-1 .titre-slg {
        font-size: 30px
    }

    .banner {
        height: 200px
    }

    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    h1,
    .h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center
    }

    h2,
    .h2 {
        font-size: 24px
    }

    h3,
    .h3 {
        font-size: 22px
    }

    h4,
    h5,
    h6 {
        font-size: 20px
    }

    .text-accueil p.center {
        text-align: center
    }

    .text-accueil p.center a.btn-show-more {
        display: inline-block
    }

    .liste-services {
        width: 300px;
        height: 300px;
        margin: 80px auto 0
    }

    .img-service {
        width: 80px;
        height: 80px
    }

    .img-service.service-1 {
        left: 50%;
        top: -40px;
        margin-left: -40px
    }

    .img-service.service-3 {
        top: 50%;
        left: -40px;
        margin-top: -40px
    }

    .img-service.service-4 {
        top: 50%;
        right: -40px;
        margin-top: -40px
    }

    .img-service.service-2 {
        left: 50%;
        bottom: -40px;
        margin-left: -40px
    }

    a.show-all-service {
        right: 10px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px
    }

    .short-text-service {
        max-height: 100px;
        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 20px
    }

    .recup-photo a.item-gallery {
        height: 250px;
        margin-bottom: 20px
    }

    .band1 {
        padding-top: 0
    }

    .gallery.node-2 a.img_gal {
        height: 250px
    }

    .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
        text-align: center;
        padding: 10px 15px;
        font-size: 14px
    }

    .coordonnes-contact .adress-contact,
    .coordonnes-contact .tel-contact,
    .coordonnes-contact .horaires-contact {
        margin-bottom: 15px;
        background-size: 23px;
        padding-top: 30px
    }

    .plan-du-site {
        height: 380px
    }

    .pageseo .contact .btn-primary,
    .pageseo .contact .btn-primary:focus {
        width: 100%;
        margin: 15px auto
    }

    .centerservice {
        margin: 0 !important
    }
    .liste-services a {
        padding-top: 20px;
    }
    .nbr-services-3 .img-service.service-2{
        margin-bottom: -40px;
        margin-left: -32px;
    }
    .nbr-services-3 .img-service.service-3{
        right: -32px;
    }
}

@media(max-width:375) {
    header .bloc-slider {
        display: block;
    }

    .top-logo img {
        max-width: 123px;
        left: 0
    }
}

.button_gmb {
    width: 310px;
    height: 60px;
    background-color: var(--color2);
    position: fixed;
    top: 50%;
    right: -250px;
    transition: all .5s ease-in-out;
    text-transform: inherit;
    z-index: 99999999 !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
}

.button_gmb:hover {
    right: 0;
}

.button_gmb img {
    width: 60px;
    height: 60px;
    padding: 9px;
}

.button_gmb a {
    text-decoration: none;
    color: var(--color0);
    font-size: 17px;
    letter-spacing: 1px;
}

.button_gmb a span {
    margin-left: 10px;
}
.table-cell {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
