.clear {
    clear: both;
}




/***/



 .Num-AB {
      display: none; /* Hide Num-AB initially */
    }

/***/

p.tel-header2.btn-show-more:before {
    background: transparent;
}

.cta p.tel-header2.btn-show-morel:hover:before {
    background: var(--color1);
}

.cta .btn-show-more:hover {
    background: var(--color2);
    color: var(--color0);
    border: 0.1rem solid var(--color2);
}

.cta {
    display: flex;
    align-items: center;
    column-gap: 1.0rem;
    /* margin: 2em 0; */
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
}

.body-page-1 .cta {
    margin: 2em 0;
}

p.tel-header2 {
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 1.4rem;
    padding: 1.5rem 4.0rem;
    margin: 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    border: 0.1rem solid var(--color0);
    background: transparent;
}

.cta a.btn-show-more, .cta p.btn-show-more {
    text-align: center;
    margin: 0 0;
    border: 0.1rem solid var(--color0);
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--font_family_1);
    min-width: 22.5rem;
    height: 100%;
    line-height: initial;
    display: block;
    padding: 1.5rem 4.0rem;
}


/***/




.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;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 15px;
    font-family: 'Montserrat-Light',arial,verdana;
    color: #8f9496;
}
.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:before, .flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 2% 3em;
    background: var(--color5);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}
.h1-contact {
    color: #f78f1e;
}

.h1-contact .h1 {
    text-align: center;
    margin-bottom: 10px;
}

a, a:link, a:visited {
    color: inherit;
    text-decoration: underline
}

svg#logo_FD {
    fill: #fff;
}

a:hover {
    text-decoration: none
}

#index {
    margin: 0 auto 0px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.contenu {
    background: #252728;
    min-height: 300px;
    padding: 100px 0;
    width: 100%;
    position: relative;
    z-index: 10;
}

.container {
    max-width: 1200px;
    position: relative;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !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: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    padding: 0 1%;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.header.fixedMenu {
    height: 70px;
}

.logo {
    display: table;
    padding: 11px 0 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.header.fixedMenu .logo {
    padding: 0 0 0;
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: #f78f1e;
}

.btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb.png)
}

.btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter.png)
}

.btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google.png)
}

.btn-partage .btnp.btn-ami {
    background-image: url(../images/ico-ami.png)
}

.btn-partage .btnp.btn-fb:hover {
    background-image: url(../images/ico-fb-h.png)
}

.btn-partage .btnp.btn-twitter:hover {
    background-image: url(../images/ico-twitter-h.png)
}

.btn-partage .btnp.btn-google:hover {
    background-image: url(../images/ico-google-h.png)
}

.btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami-h.png)
}

nav {
}

nav .menu_principal {
    font-family: 'Montserrat-Light',arial,verdana;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: outside none;
    float: right;
}

nav .menu_principal li {
    float: left;
    position: relative;
    margin: 0 1px;
    background: none;
    padding: 0;
}

nav .menu_principal a, .menu_principal a:visited {
    color: #333635;
    display: block;
    font-size: 15px;
    text-align: center;
    height: 107px;
    padding: 0 1vw;
    line-height: 110px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-decoration: none;
    background: url('../images/active.png') no-repeat left bottom -5%;
}

nav .menu_principal a:hover, .menu_principal a#courant , .menu_principal li.active a {
    color: #f78f1e;
    background: url('../images/active.png') no-repeat left bottom 46%;
}

.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: 0px;
}

footer .callTracker span.t_affiche {
    font-weight: bold;
    text-decoration: underline;
}

header .tel-header {
    padding: 31px 0 20px;
    margin: 0 39px;
    display: table;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: 42px;
    position: relative;
}

header .fixedMenu .tel-header {
    padding: 15px 0 20px;
}

header .tel-header .t_affiche {
    width: 42px;
    height: 42px;
    background: url('../images/ico-tel-header.png') no-repeat center;
    font-size: 0;
    display: block !important;
    opacity: 1 !important;
    min-width: auto;
}

header .tel-header.callTracker .t_phone {
    color: #fff;
    background: #333;
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 5px;
    top: 82px;
    border-radius: 15px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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: '';
    width: 15px;
    height: 15px;
    background: url('../images/active-top.png') no-repeat center;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: -8px;
}

.bloc_slider {
    position: relative;
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat;
}

.rsImg {
    width: 100%;
}

.zone-slg {
    display: table;
    background: #f7f7f7;
}

.body-page-1 .zone-banner {
    height: 73vh;
}

.slegon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8vw;
    line-height: 1.1;
}

.titre-slg {
    color: #65696b;
    font-family: 'Montserrat-Light';
    font-weight: normal;
    font-size: 38px;
    text-transform: uppercase;
}

.body-pageseo .titre-slg {
    font-size: 45px;
}

.body-page-1 .titre-slg {
    color: #65696b;
    text-transform: uppercase;
    line-height: 55px;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    color: #ff9000;
}

.sou-titre-slg {
    font-family: 'Montserrat-Light';
    font-weight: normal;
    font-size: 33px;
    color: #ff9000;
    text-transform: uppercase;
}

.owl-theme .owl-controls .owl-page span {
    background: url('../images/nav-caroussel.png') no-repeat center;
    border-radius: 20px;
    display: block;
    height: 13px;
    margin: 5px 7px;
    opacity: 1;
    width: 13px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url('../images/nav-caroussel-active.png') no-repeat center;
    opacity: 1;
}

.certifs .owl-theme .owl-controls .owl-page span {
    background: url('../images/nav-caroussel-white.png') no-repeat center;
}

.certifs .owl-theme .owl-controls .owl-page.active span, .certifs .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url('../images/nav-caroussel-white-active.png') no-repeat center;
    opacity: 1;
}

.bloc-slider .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    left: -50px;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url('../images/btn-prev.png');
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url('../images/btn-next.png');
}

.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: 'Montserrat-Bold';
    font-weight: normal;
    color: #f78f1e;
}

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;
    color: #fff;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

h4, h5, h6 {
    font-size: 20px;
}

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: #f78f1e;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

a.btn-show-more {
    display: table;
    padding: 15px 40px;
    background: #f78f1e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-family: 'Montserrat-Regular';
    position: relative;
}

a.btn-show-more:hover {
    background: #333635;
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: #333635;
    z-index: 11;
}

footer a.btn-get-contact {
    display: table;
    background: #ffffff;
    color: #f78f1e;
    margin: auto;
    padding: 18px 50px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

footer a.btn-get-contact:hover {
    background: #f78f1e;
    color: #fff;
}

footer h3 {
    text-transform: uppercase;
    color: #f78f1e;
    font-size: 17px;
}

.band1 {
    display: block;
    clear: both;
    background: #333635;
    padding: 50px 0 80px;
}

.band2 {
    display: block;
    clear: both;
    background: #181818;
    padding: 30px 0;
}

.btn-scroll-top {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url('../images/button-top.png') no-repeat center #f78f1e;
    position: fixed;
    right: 5%;
    bottom: 11%;
    cursor: pointer;
    z-index: 11;
    display: none;
}

.cordonne-footer {
    color: #fff;
    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-adress-f.png') no-repeat top 5px left;
}

.cordonne-footer p.tel-footer {
    background: url('../images/ico-tel-f.png') no-repeat center left;
    color: #f78f1e;
}

.cordonne-footer p.mobile-footer {
    background: url('../images/ico-mobile-f.png') no-repeat center left;
    background-size: 11px auto;
    -ms-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    color: #f78f1e;
}

.cordonne-footer p.email-footer {
    background: url('../images/ico-email-f.png') no-repeat center left;
}

.cordonne-footer a {
    color: #b8b8b8;
}

.cordonne-footer a:hover {
    color: #fff;
}

.hours {
    color: #fff;
    padding-left: 30px;
    background: url('../images/ico-horaires-f.png') no-repeat top 5px left;
}

.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: #fff;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}

.menu_footer a:hover {
    color: #f78f1e;
    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: #fff;
    margin: 0 5px;
}

.menu_referencement li:last-child:after {
    display: none;
}

.menu_referencement a, .menu_referencement a:visited {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-family: inherit;
}

.menu_referencement a:hover {
    color: #f78f1e;
    text-decoration: underline;
}

.scroll-footer {
    height: 226px;
    overflow: auto;
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f78f1e;
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f78f1e;
}

.logoPied {
    color: #fff;
    font-family: Arial,Verdana;
    text-align: center;
    padding: 0px 0;
    position: relative;
    z-index: 100;
    line-height: 15px;
    padding: 7px 0 0;
}

footer .btn-partage {
    display: table;
    margin: 15px auto 0;
}

footer .btn-partage .btnp {
    background-color: transparent;
}

.follow {
    display: none;
    margin: 20px auto;
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.bloc-contenu.grey {
    background: #fafafa;
}

.bloc-contenu.nos-realisations {
    background: #ffffff;
}

.bloc-contenu.nos-realisations .titre-secondaire {
}

.bloc-contenu.nos-realisations .h1 {
    color: #333635;
}

.bloc-contenu.nos-realisations a.btn-show-more, .bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: #f78f1e;
    color: #ffffff;
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: #333635;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px;
}

.table-cell {
    width: 100%;
    position: relative;
    display: table;
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.text-accueil {
    text-align: justify;
}

.text-accueil p.center {
    margin: 20px 0 0;
}

.sidebar {
    height: 584px;
    position: relative;
    max-width: 496px;
    background: url('../images/img-accueil.jpg') no-repeat center;
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw);
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 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: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 50px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 50px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.10);
    margin: 150px auto;
    position: relative;
    display: table;
}

.bloc-contenu.services .h1 {
    color: #333635;
}

.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.png');
    background-size: 80px auto;
    -ms-background-size: 80px auto;
    -o-background-size: 80px auto;
    -webkit-background-size: 80px auto;
    background-color: #bbb;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 0.6;
}

.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: #f78f1e;
    font-family: 'overpass-bold';
    color: #fff;
    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,0.5);
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

a.show-all-service:hover {
    background: #333;
}

a.show-all-service .buile-title {
    background: #333;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 .text h3 {
    color: #f78f1e;
    font-size: 20px;
    padding-bottom: 25px;
    background: url('../images/bg-titre.png') no-repeat center bottom;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.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;
    background: url('../images/trait-gris.png') no-repeat left bottom;
    background-size: 40% 1px;
    -ms-background-size: 40% 1px;
    -o-background-size: 40% 1px;
    -webkit-background-size: 40% 1px;
}

.zone-titre, .zone-btn {
    padding: 0 15px;
}

.nos-realisations .recup-photo {
}

.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 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.recup-photo a.item-gallery:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.recup-photo a.item-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0);
    z-index: 1;
}

.recup-photo a.item-gallery .title-item-gallery, .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
    display: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    display: block;
    padding: 20px 25px;
    bottom: 0;
    left: 0;
    font-family: 'overpass-bold',arial;
    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 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 iÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter iÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale');
}

.recup-news {
    padding: 30px 0 0;
}

.item-news {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #fff;
}

.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;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    image-rendering: optimizeQuality;
}

.item-news:hover .photo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.item-news .photo.no-photo {
    background-image: url('../images/no-camera.png');
    background-size: 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: #fff;
    padding: 30px;
    min-height: 236px;
}

.item-news .date-poste {
    color: #a6a9a8;
}

.item-news .contenu .titre-news {
    margin: 0 0 5px;
    font-size: 20px;
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.item-news .contenu .titre-news a:hover {
    color: #f78f1e;
}

.lire-suite {
    text-align: right;
    padding: 30px 0 0;
}

.lire-suite a {
    color: #f78f1e;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Montserrat-Regular';
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: url('../images/active.png') no-repeat center bottom -10px;
    padding-bottom: 20px;
}

.lire-suite a:hover {
    color: #333635;
    text-decoration: none;
    background: url('../images/active.png') no-repeat center bottom 10px;
}

.bloc-contenu.certifs {
    background: #f78f1e;
    padding: 80px 10% 100px;
    display: none;
}

.text-certifs {
    padding: 0 15% 50px;
    color: #fff;
    text-align: justify;
}

.bloc-contenu.certifs h2.h1, .bloc-contenu.certifs .titre-secondaire {
    color: #fff;
}

.bloc-contenu.certifs .item {
    padding: 15px;
}

.logo-certifs {
    max-width: 300px;
    height: 148px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,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 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    margin: 0 auto;
    border: 10px solid #fff;
}

.logo-certifs:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 10px solid #333635;
}

#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 0s;
    -webkit-transition: all 1s ease 0s;
    -khtml-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    margin-bottom: 2.5%;
}

.mask {
    background: url("../images/icone_zoom.png") no-repeat scroll center center rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 1s ease 0s !important;
    -webkit-transition: all 1s ease 0s !important;
    -khtml-transition: all 1s ease 0s !important;
    -ms-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

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 {
    margin-top: 10px;
    text-align: center;
    background: none;
    margin: 0;
    position: static;
    margin-top: 0;
    box-shadow: none;
}

.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 0;
}

.gallery .description-galerie {
    padding: 00 10% 40px 10%;
    text-align: justify;
}

.gallery .multiple .ligne-photos .col-md-1, .gallery .multiple .ligne-photos .col-md-2, .gallery .multiple .ligne-photos .col-md-3, .gallery .multiple .ligne-photos .col-md-4, .gallery .multiple .ligne-photos .col-md-6 {
    padding: 5px !important;
}

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !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;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0);
    z-index: 1;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../images/ico-zoom.png') no-repeat center center
}

.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 0px;
    text-align: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
}

.gallery .nav li {
    background: url(../images/sep.png) no-repeat right center;
    padding: 0 20px 0 5px;
}

.gallery .nav li:last-child {
    background: none;
}

.gallery .nav li a {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'overpass-bold', sans-serif;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
}

.gallery .nav li a:hover, .gallery .nav li.active a {
    background: none;
    color: #f78f1e;
}

.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;
    background-image: url(../images/ico-plus.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.prestation {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #fff;
    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: #fff;
    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: #fff;
    border-radius: 19px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0,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: #f78f1e;
    font-size: 15px;
    padding: 10px 10px 10px 45px;
    background: url('../images/flesh-return.png') no-repeat center left 15px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-family: 'overpass-bold';
    text-decoration: none;
}

a.return-to-news:hover {
    background: url('../images/flesh-return.png') no-repeat center left 5px;
}

.header-news h1 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 15px 0;
}

.header-news .date-poste {
    font-size: 24px;
    color: #a6a9a8;
    font-family: 'overpass-extralight';
}

.news .item-news {
    width: 60%;
    margin: -135px auto 0;
}

.news .item-news .photo {
    height: 450px;
    background: #bbb;
}

.news .item-news .contenu {
    padding: 4vw;
    color: #000;
    text-align: justify;
}

.news .item-news .btn-partage {
    display: table;
    padding: 5px 35px 0;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin: -103px auto 50px;
    position: relative;
    background: #fff;
}

.zone-titre-header {
    height: 350px;
    width: 100%;
    display: table;
    position: relative;
}

.btn-avis {
    border: 0;
    background: #f78f1e;
    padding: 12px 25px;
    color: #fff;
    font-family: 'overpass-bold';
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.btn-avis:hover {
    background: #333635;
}

.AvisClientsBg {
    padding: 0 0;
    background-color: #fafafa;
    position: relative;
}

.AvisClientsBg .contenu {
    background: none;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
}

.etoiles .fa {
    color: #f78f1e;
}

.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: #fff;
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
    display: block;
    text-decoration: none;
    border-bottom: 8px solid #ea871c;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    opacity: 0.5;
    width: 95%;
}

.AvisClients:active,.AvisClients:hover {
    background-color: #fbfbfb;
    opacity: 1;
}

.slick-center .AvisClients {
    opacity: 1;
}

.AvisClients .h {
    font-size: 18px;
    color: #323435;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0;
}

.AvisClients .blazy {
    font-size: 16px;
    color: #fff;
    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: #F6F6F6;
}

.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;
    color: #a6a9a8;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
}

.livre-elements {
    padding: 0px;
    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: #F6F6F6;
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    margin-bottom: 10px;
    color: #f78f1e;
    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: #fff;
    border-radius: 2px;
    border-bottom: 5px solid #f78f1e;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.divAvis:last-child {
    margin-bottom: 0;
}

.btn-avis {
    margin-bottom: 30px;
}

.modal-content a, .modal-content a:link, .modal-content a:visited {
    color: #323435;
}

.modal-header {
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #323435;
    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;
}

.modal {
    z-index: 9999;
    font-size: 16px;
    color: #fff;
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, 0.8);
    color: #323435;
    text-shadow: none;
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: #000;
    opacity: 0.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: 0.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: #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 15px !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: 0.6;
    display: block;
    clear: both;
    color: #323435 !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: #f8c48c;
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
}

ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 4px;
    background: #f78f1e;
}

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: #8f9496;
    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: 'Montserrat-Regular';
}

.coordonnes-contact label {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    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-adress-contact.png');
}

.coordonnes-contact .tel-contact {
    background-image: url('../images/ico-tel-contact.png');
}

.coordonnes-contact .horaires-contact {
    background-image: url('../images/ico-horaires-contact.png');
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 785px;
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: 0.6;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.plan-du-site iframe:hover {
    opacity: 0.9;
}

.zone-form-contact {
    max-width: 1078px;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    background: #fff;
    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: #f78f1e;
    font-size: 20px;
    font-family: 'Montserrat-Light';
}

.contact .form-group {
    margin-bottom: 18px;
}

.contact .form-horizontal .control-label {
    display: none;
}

.contact .form-control {
    border-radius: 0;
    border: solid 1px #5d5d5d;
    height: 42px;
    background: #fff;
    color: #3a3737;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    box-shadow: none;
}

.contact .form-control:focus {
    border: 1px solid #f78f1e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194, 196, 198, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194, 196, 198, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194, 196, 198, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194, 196, 198, 0.6);
}

@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.png) !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: #3a3737;
}

.contact .form-control:-moz-placeholder {
    color: #3a3737;
    opacity: 1;
}

.contact .form-control::-moz-placeholder {
    color: #3a3737;
    opacity: 1;
}

.contact .form-control:-ms-input-placeholder {
    color: #3a3737;
}

.contact .label-rgpd {
    padding: 0;
    color: #6f6f6f;
    font-size: 13px;
    opacity: 1;
    line-height: 1.5;
}

.contact .label-rgpd strong {
    color: #f78f1e;
}

.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-ami.png") no-repeat center left 27% #fff;
    border: 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #f78f1e;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    padding: 18px 55px 18px 80px;
    display: table;
    margin: 0 auto -40px;
    position: relative;
    top: 20px;
}

.contact .btn-primary:hover {
    background-color: #333635;
    background-image: url('../images/ico-ami-h.png');
    color: #fff;
}

.contact .form-actions {
    font-size: 13px;
    color: #f78f1e;
}

.body-contact .contact .form-actions {
    padding: 0 12% 5px;
    color: #fff;
    font-style: italic;
}

.formulaire.bottom .form-actions {
    margin: 0 !important;
    width: 100%;
}

.bloc-info-rgpd {
    background: #f78f1e;
    padding: 190px 10% 100px;
    color: #fff;
    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: #fff;
    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 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: #f78f1e;
}

.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;
    background: url('../images/li_style.png') no-repeat left center;
    float: left;
    clear: both;
    display: inline-block;
}

.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: #f78f1e;
}

.page_404 p {
    text-align: left;
}

.page_404 h4 {
    font-family: arial;
    font-size: 18px;
}

.page_404 .btn {
    margin-top: 0 !important;
    color: #fff !important;
    padding: 10px 20px;
    clear: both;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: #f78f1e;
    font-family: 'overpass-bold';
}

.page_404 .btn:hover {
    background: #333635;
}

.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: #ffffff;
    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: #fff!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,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: 19px;
    max-height: 76px;
    max-width: 129px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #f78e1e;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: #f78e1e;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px #fffefe solid;
    display: table-cell;
    background-color: #f78e1e;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0;
}

.deploy-right-call {
    display: table-cell;
    background-color: #f78e1e;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute !important;
    right: 130px;
    top: 0;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    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 0px 3px 0px rgba(0, 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: #f78b1e;
}

.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 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    z-index: 1;
}

.sidebar-header-left {
    height: 65px;
    background-color: #f78e1e;
    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;
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #fab676 !important;
    background: #f78d1e;
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #f78e1e;
}

.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
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.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;
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.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: #fff;
    position: relative;
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    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: #e07100;
}

.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, #f78e1e, #f78e1e);
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/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;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 8px auto;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.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;
    color: #BEBEBE
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.red-notification {
    background-color: rgba(219,84,84,0.5);
    border-radius: 5px;
    border: solid 1px #f78e1e
}

.formValidationError .red-notification p {
    background-image: none!important;
    display: block!important;
    padding-left: 0!important;
    text-align: center!important
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

@media (max-width: 1169px) {
    .table-cell .cell .sidebar {
        height: 445px;
        max-width: 439px;
    }
}

@media (min-width: 1169px) {
    .table-cell .cell .sidebar {
        height: 521px;
        max-width: 504px;
        padding-right: 18px !important;
        margin-right: 74px;
        top: -9px;
    }
}

@media (max-width: 1024px) {
    .table-cell .cell .sidebar {
        height: 445px;
        max-width: 393px;
    }
}

@media(max-width: 980px) {
    .header-sidebars {
        display:block;
    }
     .flex-seoContain {
        flex-wrap:wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img, a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block;
    }
    .hide-responsive {
        display: none !important;
    }

    .clear-both {
        clear: both;
    }

    header {
        padding: 0 0 0;
    }

    .zone-slg, .zone-banner {
        width: 100%;
        height: auto !important;
    }

    .slegon {
        padding: 3vw 5vw;
    }

    .titre-slg {
        font-size: 40px !important;
    }

    .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: 550px;
        height: 550px;
    }

    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: 250px;
    }

    .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: 640px) {
    .gallery h2{
        text-align:left;
    }
    .nopad-xs {
        padding:0;
    }

    .titre-slg {
        font-size: 26px !important;
    }

    .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;
    }
}
.icones{width:32px;margin:16px 0 0 16px;height:32px;fill: var(--Rbuv1WaQoa);}
    header .tel-header .icones{width:33px;margin:9px 0 0 9px;height:33px;fill: #a7a7a7;}
    .btn-partage .icones{width: 36px;margin:0;height: 36px;padding: 9px;position:relative;fill: #f78f1e;/* top: -5px; */}
    .btn-partage .btnp:hover .icones{fill: #fff;}svg#logo_FD{fill:#ffffff}svg#logo_FD{width: 150px !important;}