:root {
    --color0: #fbfbfb;
    /*couleur text principal + hover btn*/
    --color1: #282836;
    /*couleur principale*/
    --color2: #000000;
    /*couleur menu mobile 1*/
    --color3: #CCCCCC;
    /*couleur menu mobile 2*/
    --color4: #efefef;
    /*couleur arrière plan */
    --font1: "arimo_regular";
    --font2: 'arimo_regular';
    --border-radius: 3px;
}

html,
body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

a img {
    border: none
}

img {
    max-width: 100%
}

ul,
ol {
    list-style-position: inside;
    padding-left: 0px;
    list-style-type: none;
    list-style-image: none;
}
.buttonMar {
 position: relative;
 /* border-radius: 5px; */
 background: transparent;
 font-family: "Montserrat", sans-serif;
 overflow: hidden;
}

.buttonMar:after, a.bouton-principal:after,a.bouton-principal:after, button.bouton-principal:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: var(--color1);
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
 top: 0;
}

.buttonMar:hover::after, a.bouton-principal:hover:after,a.bouton-principal:hover:after, button.bouton-principal:hover:after {
 right: auto;
 left: 0;
 width: 100%;
 z-index: -1;
}

.buttonMar span {
 text-decoration: none;
 z-index: 20;
 transition: all 0.3s ease-in-out;
 position: relative;
}

.buttonMar:hover span {
 animation: scaleUp 0.3s ease-in-out;
 color: var(--color0);
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}

ul li,
ol li {
    background: url(../images/ico-puce.svg) no-repeat 0 5%;
    background-size: 7px auto;
    padding-left: 18px;
    background-position: left center;
}

ul li.niveau2,
ol li.niveau2 {
    margin-left: 30px;
}

menu,
dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

footer .horaire-table tr td {
    color: var(--color0);
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 15px;
}
footer .horaire-infos{color: var(--color0) !important;}
main,
section,
article,
aside,
footer,
header,
nav,
hgroup {
    display: block
}
iframe {
    border: none
}

*[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.row.multiple .row.ligne-photos {
    padding: 2% 10% 0%;
}

.row.multiple .row.ligne-photos .col-md-3 {
    border: 10px solid #fff;
}

.news.row.newsList.term-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    /* gap: 20px; */
    gap: 15px;
}

.body-gallery-4 .gallery>.row.ligne-photos {
    display: none;
}
.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.row.r-flex article {
    padding-left: 60px;
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.row.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -2em;
    position: relative;
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -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);
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.banniere .cover {
    height: 100%;
    background-position: center;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}
.service-img {
    margin-bottom: 20px;
}
.single-service {
    padding: 36px 30px;
    border:1px solid #fff;
    position: relative;
    min-height: 300px;
    margin-bottom: 30px;
}
.service-img img {
    width: 80px;
    height: 80px;
}
.text-service{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 {
    font-size: 22px;
    line-height: 30px;
}
.service-content h4 a{
	color:#2a354e;
}
.single-service:hover{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 a:hover {
	color: #000000;
	text-decoration: none;
}
.single-service h2 {
    font-size: 38px;
    line-height: 46px;
}
.single-service p {
    margin-bottom: 0px;
}
.service-btn {
    border: 1px solid #E21B1B;
    background: #E21B1B;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.service-btn:hover{
    border: 1px solid #E21B1B;
    background: transparent;
    color: #E21B1B;
    transition: all 0.4s ease 0s;
}
body {
    color: #000000;
    font-weight: normal;
    font-family: var(--font2), sans-serif;
    font-size: 16px;
    background: #fff;
    line-height: 1.7;
    letter-spacing: 1px;
}

button#BoutonSupprimer {
    padding: 12px;
    background: #790707;
    border: 0;
}

button#BoutonAjouter {
    background: var(--color2);
    border: 0;
    padding: 12px;
}

div#ListeDesFichiers label.input-group-btn span.btn.btn-primary {
    background: var(--color3) !important;
    border: 0;
    padding: 15px;
    color: var(--color2);
}

div#ListeDesFichiers label.input-group-btn {
}
.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
    padding: 20px 0;
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none !important;
    border: 1px solid var(--color4);
    display: block;
    height: 100%;
    font-family: var(--font2);
    text-transform: uppercase;
    border-radius: var(--border-radius);
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: var(--color4);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color3);
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:focus span,.news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color3)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}
.atouts-cont .swiper {
    overflow: hidden;
}

.item-news {
    position: relative;
}
.div-rs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.item-news .btn-partage .btnp {
}

.item-news .btn-partage .btnp:hover svg {
    fill: var(--color0) !important;
}

.item-news .btn-partage .icones {
    fill: var(--color3);
}

.mCSB_draggerRail {
    background-color: #838383 !important;
}

.gallery.node-2 {
    position: relative;
    background: white;
    z-index: 8000;
    padding: 3em 4%;
}

.service-area {
    position: relative;
    z-index: 8000;
    background: white;
    padding: 4em 0 0;
}

.engegements-content {
    position: relative;
    margin-top: 100px;
}

.container {
    width: 100%;
    padding: 0 6%;
}

.service-area .container {
    margin-top: 100px;
}

.page-contenu.page-contenu-home {
    height: 55vh;
    /* overflow: hidden; */
}

.place-logo-footer {
    padding: 0 !important;
}

.map-inter {
    background: var(--color0);
}

.map-inter iframe {
    width: 100%;
    vertical-align: bottom;
}

.-text-center a {
    margin-top: 4%;
}

.bande1 .contact label.checkbox.label-rgpd {
    color: var(--color2);
}

.images-f {
    width: 100%;
    height: 100%;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    margin: 6px;
}

a,
a:link,
a:visited {
    color: var(--color1);
    text-decoration: underline;
}

.sitemap a {
    color: var(--color2);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color3);
}

a:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    color: var(--color1);
    font-weight: 700;
    font-family: var(--font1), sans-serif;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 40px;
    color: var(--color1);
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0 70px 0;
    position: relative;
    font-family: var(--font1);
}

.bande1 .contact h2.h1 {
    color: var(--color2);
}

.bande1 .contact h2.h1:before {
    width: 50px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -63px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bande1 .contact h2.h1:after {
}

h1.sans-image,
.h1.sans-image {
    margin-bottom: 50px;
}

.r-flex h1.sans-image, .r-flex .titre-secondaire {
    text-align: left;
}

.r-flex h1:after {
    left: 0;
    margin: 0;
    transform: translate(0);
}
/************/

.atouts-content {
    display: flex;
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    row-gap: 10px;
    column-gap: 2%;
}

.atout-cont {
    width: 48%;
    display: flex;
    border: 1px solid #00000029;
    padding: 1vw 1vw;
    min-height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2vh;
}

.img-att {
    width: 50%;
    box-shadow: 0 5px 25px rgb(0 0 0 / 19%);
    position: relative;
    overflow: visible;
    z-index: 1;
}

.img-att:before {position: absolute;right: -50px;top: 40px;width: 200px;height: 40%;content: "";background: var(--color1);z-index: -1;clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);}

.img-att:after {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 200px;
    height: 40%;
    content: "";
    background: var(--color2);
    z-index: -1;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    padding-top: 0 !important;
}

.img-att img {width: 100%;height: 100%;object-fit: cover;object-position: right;}

.pic-att {
    min-width: 80px;
}

.pic-att img {max-width: 3vw;}
.atouts-sect {
    display: flex;
    padding: 3em 0;
    gap: 2vw;
}

.atouts-1 .atouts-sect {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
}

.vid-att {
    width: 70%;
    position: relative;
    height: 60vh;
    transform: rotateY(185deg) !important;
}
.vid-att:after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: 5%;
    width: 40%;
    height: 100%;
    background: var(--color1);
    z-index: -1;
    padding-top: 0 !important;
}
.vid-att:before {
    content: "";
    position: absolute;
    right: 14%;
    top: -10%;
    width: 40%;
    height: 115%;
    border: 0;
    z-index: 0;
    border: 1px solid var(--color1);
}


.atouts {
  position: relative;
  padding: 3em 6% 6em;
  background: var(--color0);
  background-size: cover;
  background-repeat: no-repeat;
}

.atouts.atouts-1 h2, .atouts.atouts-1 h2 .titre-secondaire {
    text-align: left;
}
.atout {
    display: flex;
    flex-direction: column;
    align-items: FLEX-START;
    text-align: LEFT;
    border: 1px solid #28283642;
    padding: 4vw;
    min-height: 30vh;
}

.text-att {
    text-align: left;
    margin-top: 12px;
}

p.legend {
    font-size: 18px;
    font-family: var(--font1);
    text-align: left;
}
.atouts .h1:after {
    left: 0;
    margin: 0;
    transform: translate(0);
}


.texts-att {
    padding: 0;
}

p.legend-att {
    font-size: 15px;
    color: var(--color2);
    font-family: var(--font2);
    letter-spacing: 1px;
    text-wrap: balance;
}
p.text-att,p.legend-text {
    opacity: .7;
    font-size: 14px;
    display: none;
}


.vid-section video {
    position: absolute;
    top: 0;
    left: -35%;
    width: 172%;
    height: 100%;
    pointer-events: none;
    display: inline-block;
    vertical-align: baseline;
}

.vid-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color1);
}

.vid-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: var(--color0);
}
.vid-att.aos-init.aos-animate {
    position: relative;
    /* box-shadow: 0 5px 25px rgb(0 0 0 / 19%); */
}
.vid-att {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    /* overflow: hidden; */
}

.certifs .cell.gauche h2.h1.sans-image {
    text-align: left;
}

.certifs .cell.gauche h2.h1.sans-image:before {
    left: 0;
    transform: none;
}

.intervention h2.h1.sans-image {
    margin-bottom: 55px;
    /* color: var(--color0); */
    /* display: none; */
}

.intervention h2:after {
}

h1:after, .h1:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    background: var(--color1);
    width: 60px;
    height: 1px;
    transform: translate(-50%);
}

h1.sans-image:before,
.h1.sans-image:before {
    display: none
}


h2,
.h2 {
    font-size: 26px
}

h3,
.h3 {
    font-size: 20px
}

h4,
h5,
h6 {
    font-size: 16px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
.h1 a:link,
.h2 a:link,
.h3 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 20px;
    padding: 0px 0 0 0;
    margin: 0;
    color: var(--color1);
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    font-weight: 100;
    font-family: var(--font2), sans-serif;
    /*! padding-bottom: 10px; */
    opacity: 0.7;
    letter-spacing: 1px;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    /* background-color: var(--color1); */
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: var(--border-radius);
    text-transform: uppercase;
}

.services .cell.droite .contenu ul li a.bouton-principal:hover {
    color: var(--color1);
}
.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    font-weight: 700;
}

h1.slogan .cta {
    margin: 1em 0;
}
a.bouton-principal.devis ,.intervention.intervention2 .buttonMar {
    color: var(--color1);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    display: inline-block;
    border: 1px solid var(--color4);
    min-width: auto;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: 700;
    text-decoration: none;
}
a.bouton-principal,
button.bouton-principal {
    margin: 10px 0 0;
    text-align: center;
    color: var(--color1);
    text-decoration: none;
    padding: 12px 24px;
    font-size: 15px;
    border: 0;
    font-family: var(--font1);
    border-radius: var(--border-radius);
    letter-spacing: 1px;
    border: 1px solid var(--color4);
    background: var(--color4);
    text-transform: uppercase;
}

a.bouton-principal:hover, button.bouton-principal:hover {
    color: var(--color0);
}

.bloc-GMB a.bouton-principal.buttonMar {
    color: white;
    position: relative;
    top: 22px;
}

a.bouton-principal:hover {
    position: relative;
    border-color: var(--color1);
    background: var(--color1);
    color: var(--color0);
}

/**call Tracker**/

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    overflow: hidden
}

.callTracker span,.callTracker a {
    display: inline-block;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

header .callTracker {
    display: inline;
    width: auto;
    margin: 0 auto 0px;
    font-family: var(--font1);
    font-weight: 700;
    margin-left: 0px;
}

header .callTracker {
    display: inline;
    padding: 15px;
    color: var(--color1);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    min-width: 80%;
    border-radius: var(--border-radius);
    cursor: pointer;
    border: 0;
    position: relative;
    bottom: 2%;
    /* background: var(--color2); */
    border: 1px solid var(--color1);
}
.slogan .tel-left.callTracker {
    margin: 0;
    width: auto;
    letter-spacing: 1px;
    font-family: var(--font1);
    left: 0;
}

.slogan .tel-left.callTracker:hover {
    border-color: var(--color1);
}

.slogan .tel-left.callTracker,
.btn1 {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -moz-border-radius: 0;
    border-radius: var(--border-radius);
    padding: 12px 18px;
    line-height: 1.42857143;
    text-decoration: none;
    text-align: center;
    font-weight: 100;
    border: 1px solid var(--color0);
    backdrop-filter: blur(10px);
    cursor: pointer;
    color: var(--color0);
    outline: none;
    position: relative;
    text-transform: uppercase;
}

.tel-left {
    text-align: left;
    position: relative;
    left: 14px;
    bottom: 0%;
}

header .callTracker:hover,header .callTracker.active {
    cursor: pointer;
    border: 1px solid var(--color1);
    /* background: var(--color1); */
}

header .callTracker span,header .callTracker a {
    text-decoration: none
}

header .callTracker.active:hover {
    cursor: pointer;
    border-color: var(--color1);
}

header .callTracker.active {
}

header .callTracker .t_phone {
    opacity: 0;
    display: none
}

header .callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.coordonnees .callTracker:not(.active) span:hover,.coordonnees .callTracker:not(.active) a:hover {
    color: var(--color1);
}

.pied .callTracker:not(.active) span:hover, .pied .callTracker:not(.active) a:hover {
    color: var(--color0);
    text-decoration: underline;
}

/**call Tracker**/


/* CORPS DE LA PAGE *******************************************************/

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 250px;
}

.banniere {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 60vh;
}

.body-page-1 .banniere {
    height: inherit;
}

.body-page-1 .banniere .fond,
.body-service .banniere .fond,
.body-pageseo .banniere .fond,
.body-copyright .banniere .fond {
    /* background-color: #fff; */
}

.insidehead {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 30px #0000000f;
    z-index: 1000000;
    background: var(--color4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-page-1 .insidehead {
}

.sliderBg .bxslider .cover {
    background-position: center;
    height: inherit;
}

.cover {}

.bx-pager.bx-default-pager a {
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    font-size: 0;
}

.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:hover {
    background-color: #fbfbff;
    width: 40px;
}

.bx-pager {
    /*! text-align: center; */
    padding: 20px;
    /*! margin-left: 349px; */
    display: flex;
    /*! padding-left: 7%; */
    /*! left: -15%; */
    /*! transform: translateX(calc(349px-50%)); */
    /*! transform: translateX(-449px); */
    bottom: 30px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    left: 0;
    /* align-items: flex-end; */
}

.bx-controls.bx-has-pager {
    position: relative;
    z-index: 9999;
    /*! width: 100%; */
    margin-left: 270px;
    display: block;
}

.bx-pager.bx-default-pager a {
    border: 0 solid #fff;
    background-color: #ababab;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 15px;
    margin: 0 3px;
    outline: 0;
    border-radius: 0;
    opacity: 1;
    transition: all .3s linear;
}

.banniere .fond {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tete {
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 250px;
    z-index: 9999;
}

.tete::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--color0);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.body-page-1 .tete::before {
    background: #ffffff9e;
}
.tete .logo-site {
    margin: 0;
    padding: 2vw 1vw;
    text-align: center;
}

.logo-site img {
    width: 25vw;
    height: auto;
}

.sur-banniere {
    position: relative;
    height: 60vh !important;
}

.body-page-1 .sur-banniere {
	height: 100vh !important;
}

.sur-banniere:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000006e;
}

.slogan {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2%;
    top: 14%;
}

.body-page-1 .slogan {
    top: 40%;
}

h1.slogan {
    background: none;
    padding-bottom: 0;
}

.pdown-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

h1.slogan:before,
.h1.slogan:before,
h1.slogan:after,
.h1.slogan:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0;
}

.slogan .titre {
    font-size: 50px;
    color: #ffffff;
    font-family: var(--font1);
    font-weight: 900;
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.body-page-1 .slogan .titre {
    font-size: 6rem;
    line-height: 1;
}

.body-page-1 .slogan .titre {
    padding-top: 0;
    padding-bottom: 0;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 25px;
    font-weight: 100;
    font-family: var(--font2), sans-serif;
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    text-wrap: balance;
}

.body-pageseo .slogan .titre {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0px;
}

.btn-descendre {
    position: relative;
    margin: 20px 0 0 0;
    display: inline-block;
    animation: MoveUpDown 1.5s linear infinite;
}
@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }
}
.remonter .icones {
    fill: var(--color0);
    margin: 0 0 -5px;
    width: 32px;
    height: 32px
}

.btn-descendre .icones {
    fill: var(--color0);
    margin: 0;
    width: auto;
    height: 55px;
}


.infos {
    padding: 25px 30px 0 0;
    position: relative;
    top: 0;
    right: 0;
}

.widget-partage {
    display: none
}

.btn-partage .btnp {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid var(--color1);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border-color: var(--color1);
}
.btn-partage .icones {
  width: 19px;
  margin: 0;
  height: 19px;
  padding: 0;
  position: relative;
  fill: var(--color0);
  top: 9px;
}

.fluid-contenu .btn-partage {
    text-align: right;
}

.navh {
    margin: 0;
    z-index: 8000;
    vertical-align: top;
    padding: 0 0 0 0px;
    position: relative;
    margin-top: 0%;
    left: 0em;
    right: 0px;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none
}
.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: var(--color1) !important;
    /* background: var(--color1); */
}

.navh .menu_principal a:hover:after, .navh .menu_principal li.active>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color3);
    left: 0%;
    bottom: 0;
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.navh .menu_principal>li {
    display: block;
    padding: 0;
    background: none;
    margin-bottom: 6px;
    transition: all 400ms ease;
}

.navh .menu_principal>li.has-sub-menu-opened {
    margin: 30px 0;
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    color: var(--color2);
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font2), sans-serif;
    transition: all 400ms ease;
    text-align: left;
    padding: 10px 15px 10px 2vw;
    width: 100%;
    margin: auto;
    border-radius: 0;
    letter-spacing: 1px;
    position: relative;
    font-family: var(--font1);
}

.body-page-1 .fluid-contenu .corps {
    position: relative;
    z-index: 1;
    background-blend-mode: soft-light;
    background-color: #fbfbfb;
    padding-top: 10vh;
}


.fluid-contenu {
    position: relative;
    z-index: 8000;
}

.fluid-contenu .corps {
    padding: 50px 8% 85px;
    background: #fff;
}

.body-gallery .fluid-contenu .corps {
    padding: 0px 0 0 0;
}

.body-service-list .fluid-contenu .corps,
.body-contact .fluid-contenu .corps {
    padding: 4em 6%;
}

.suite {
    text-align: left;
    padding: 33px 0 4vh 0;
}
.realisations .row.recup-photos.gallery{
  display: grid;
  grid-gap: 10px;
  grid-template-rows: [row] auto [row] auto [row];
  width: 100%;
  margin: 0 !important;
}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;height: 100%;}
/* Gallery Photo  */

.realisations .row.recup-photos.gallery .col-md-3{width: 100%;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(1){grid-area: item1;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(2){grid-area: item2;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(3){grid-area: item3;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(4){grid-area: item4;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(5){grid-area: item5;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(6){grid-area: item6;}

/* Display Gallery Photo */
.realisations .row.recup-photos.gallery div {
    padding: 0;
    overflow: hidden;
}





.realisations .row.recup-photos.gallery .propor-cont:hover img {
    transform: scale(1.2) rotate(-5deg);
}

.r-flex .row.recup-photos.gallery {
    height: 70vh;
    position: relative;
    /* max-width: 520px; */
    margin: auto;
    /* border: 1px solid #d9d9d9; */
    /* padding: 10px; */
    box-shadow: 0 5px 25px rgb(0 0 0 / 19%);
}
.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius);
}
a.imagecont img {
    position: relative;
    transition: all .5s;
}
.recup-photos .propor {
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden
}

.propor.pic-1 {
    position: relative;
    height: 100%;
    overflow: visible;
}

.propor.pic-1:before {
	position: absolute;
	right: -4%;
	top: 3%;
	width: 50%;
	height: 100%;
	content: "";
	border: 1px solid var(--color1);
	z-index: -1;
	border-radius: var(--border-radius);
}

.propor.pic-1:after {
    position: absolute;
    left: -5%;
    bottom: 4%;
    width: 50%;
    height: 100%;
    content: "";
    border: 1px solid var(--color1);
    z-index: -1;
    padding-top: 0 !important;
    border-radius: var(--border-radius);
    background: var(--color1);
}

.propor.pic-2 {
    height: 400px !important
}
.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 3px;
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%) url(../images/ico-zoom.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    background-size: 65px;
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: 0.5s;
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.sudo-slider-p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.sudo-slider-p img {
    /* width: auto; */
    height: 190px;
    margin: 0 40px;
}

.certifs {
    display: flex;
    width: 75%;
    align-items: center;
    position: relative;
    z-index: 8000;
    background: #ffffff;
    margin: 25px auto;
    padding: 3em 2%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.certifs .cell.gauche {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-right: 3vw;
}

.certifs .cell.gauche .contenu {
    padding: 0px 0% 0px 0%;
}

.certifs .cell.droite {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 0px 40px 0px 40px;
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center;
}

.certifs .cell.droite .bg-noir {
    background: #fff;
    padding: px 0;
}

/*********/
.gal.gal-1 {
    grid-column: 1 / 4;
    grid-row: 1;
}

.gal {
    height: 40vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gal.gal-3 {
    grid-column: 4 / 7;
    grid-row: 1;
}

.gal.gal-4 {
    grid-column: 1 / 3;
    grid-row: 2;
}

.gal.gal-2 {
    grid-column: 5 / 7;
    grid-row: 2;
}

.gal.gal-5 {
    grid-column: 3 / 5;
    grid-row: 2;
}
/***************** Actualites***************************/

.actualites,
.block .actualites article {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 2em 5%;
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    position: relative;
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.actualites .cell.photo:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid #e6e6e6;
}

.actualites:last-child .cell.texte {
    border-bottom: none;
}

.actualites .cell.texte .contenu {
    padding: 40px 10%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.png) no-repeat 0 9px;
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.actualites a.bouton-principal,
.news a.bouton-principal {
    min-width: 190px;
    margin: 30px 0;
    padding: 13px 20px 13px 20px;
}

.actualites a.bouton-principal:hover, .news a.bouton-principal:hover {
    color: var(--color0) !important;
}

.actualites .date_post,
.news .date-article {
        text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px, .5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-radius: var(--border-radius) 0 0;
}
.actualites .date_post span,.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.actualites .date_post .s1,.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0;
}

.news .contenu-article {
    margin-top: 21px;
}

.news hr {
    width: 50%;
}

.date-article-time {
    display: inline-block;
    padding-top: 13px;
}

.actualites.bg-optionnel .cell.texte {
    border-top: 1px solid #20274f;
    border-bottom: 1px solid #20274f;
}

.etoiles .fa {
    color: #FFCC00;
}

.AvisClientsBg .bouton-principal {
    min-width: 210px;
}

.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(--color4);
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    display: block;
    text-decoration: none;
}

.AvisClients:active,
.AvisClients:hover {transform: scale(1.05);}

.AvisClients .h {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.AvisClients p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--color2);
    line-height: 1.7;
}

.AvisClients .blazy {
    font-size: 16px;
    color: #fff;
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F6F6F6;
    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;
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0;
}

.date_post {
    font-size: 12px;
    padding: 4px 0;
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px, .5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 4% 4% 4%;
    z-index: 50;
    margin: 0;
    border-radius: var(--border-radius) 0 0;
    font-family: var(--font2);
    font-weight: 100;
    letter-spacing: 1px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    /* height: 70px; */
}

.livre-elements {
    padding: 8vh 0 0;
    margin-bottom: 40px;
    text-align: center;
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F6F6F6;
    width: 115px;
    height: 115px;
    display: none;
}

.livre-elements .pseudo {
    margin-bottom: 10px;
}

.livre-elements .date {
    margin-bottom: 10px!important;
}

.livre-elements .etoiles {
    margin-bottom: 0!important;
}

.livre-elements .temoignage {
    text-align: justify;
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    padding: 30px 20px;
    margin-bottom: 60px;
    background-color: var(--color4);
    border-radius: 2px;
}

.divAvis p.temoignage {
    color: var(--color2);
    font-size: 15px;
}

.divAvis .pseudo {
    text-align: center;
    margin-top: 1vh;
}

.btn-avis {
    margin-bottom: 30px;
}

/* Modal/* ****************************** */

.modal-content {
    background-color: var(--color0);
}

.modal-header {
    border-bottom: 1px solid var(--color2);
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}

.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: var(--color2);
}

.modal-dialog {
    /* margin: 80px 10px 10px; */
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(27, 27, 27, 0.8);
}

.modal-content .btn-close {
    border: 0;
    background: none;
}

.modal-content .btn-close i.fa {
    color: var(--color2) !important;
}

.modal-content .submit-review {
}

.modal-content .email-block {
    color: #A2A2A2;
}

.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;
    color: var(--color2);
}

#add-review {
    text-align: center;
}

#add-review .form-group {
    text-align: left;
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #000;
    border: 1px solid #fff;
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px;
}

#add-review .form-group #captcha {
    height: 46px !important;
}

#add-review .submit-review {
    margin: 15px auto;
}

#add-review .submit-review {
    /* left: -20px; */
    position: relative;
}

#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%;
}
.swiper-container-services.services-slideshow.swiper-container-horizontal {
    position: relative;
    overflow-x: hidden;
}

.engegements-content .swiper-button-next {right: -27px;background: var(--color2) url(../images/right.png) no-repeat center;}

.engegements-content .swiper-button-prev {
    left: -27px;
    background: var(--color2) url(../images/left.png) no-repeat center;
}
.no-animate{    
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important; 
}
.engegements-content .swiper-button-prev,.engegements-content .swiper-button-next {
    width: 50px;
    height: 50px;
    /* border: 1px solid var(--color2); */
    border-radius: 50%;
    top: 46%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.68,-3,0.27,5);
}

.engegements-content .swiper-button-prev:hover, .engegements-content .swiper-button-next:hover {
    transform: scale(1.25);
    background-color: var(--color1);
}

.one-service.item {
    height: 50vh;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius);
}

.one-service.item a {width: 100%;height: 100%;display: block;position: relative;/* z-index: 5; */text-decoration: none;border-radius: var(--border-radius);}

.one-service.item h3 {
    position: relative;
    color: var(--color0);
    z-index: 1;
    font-size: 18px;
    width: 100%;
    padding-bottom: 3px;
    text-align: center;
    /* bottom: 116px; */
    font-family: var(--font2);
    line-height: 24px;
    padding: 0 2% 0vh;
    letter-spacing: 1px;
    font-weight: 100;
}

.one-service.item span {
    z-index: 1;
    position: relative;
    color: var(--color0);
    font-family: var(--font1);
    transition: .3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background: no-repeat;
    /* bottom: 119px; */
}

.one-service.item span:before {
    display: none;
}

.one-service.item span:hover {
    background: none;
}

.one-service.item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.one-service.item:hover img {
    filter: brightness(0.5);
}

.services-home-content {
    position: relative;
    padding: 4em 7% 6em;
    background-color: #fff;
    display: block;
    z-index: 8000;
}
.title-serv {
    position: relative;
    width: 100%;
}
.service-desc a {
    width: 100%;
    position: absolute !important;
    transition: .3s ease;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    bottom: 4vh;
    justify-content: flex-end;
}

.service-desc:hover span {
    letter-spacing: 4px;
}
.realisations,
.AvisClientsBg {
    position: relative;
    z-index: 8000;
    background: #fff;
    background-size: 50% 1px;
    text-align: center;
    padding: 2% 0% 3%;
}

.AvisClientsBg {
    background: var(--color0);
}

.realisations .contenu,
.AvisClientsBg .contenu {
    padding: 1em 7%;
}

.realisations .galerie .propor,
.news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.realisations .galerie .propor:after,
.news .propor:after {
    padding-top: 100%;
    display: block;
    content: '';
}

.realisations .galerie .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.realisations .galerie .propor .propor-cont,
.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.realisations .galerie .propor .propor-cont .imagecont,
.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond,
.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.realisations .galerie .propor .propor-cont .imagecont .masque,
.news .propor .propor-cont .imagecont .masque {
    transition: all 400ms ease;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color2) url(../images/ico-zoom.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    background-size: 70px;
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,
.news .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.5;
    filter: alpha(opacity=80);
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,
.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.intervention {
    position: relative;
    z-index: 8000;
    padding: 0 10%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
}

.intervention iframe {
    width: 100%;
}

.intervention.intervention2 .buttonMar {
    text-align: center;
}

a.bouton-principal.devis:hover, .intervention.intervention2 .buttonMar:hover {
    border-color: var(--color1);
}

.intervention.intervention2 .contenu {
    background: url('../images/bg011.jpeg');
}

.intervention.intervention2 .contenu .cta {
    width: 100%;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.electriciteLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
}

.electriciteLogo img {
    height: auto;
    width: 250px;
}

.intervention .contenu {
    padding: 2% 0;
    text-align: left;
    position: relative;
}

.intervention .contenu:before {
    position: absolute;
    width: 106%;
    height: 100%;
    left: 50%;
    top: 0;
    border: 1px solid #00000017;
    content: "";
    z-index: 0;
    transform: translate(-50%);
}

.intervention ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    column-count: 2;
}

.intervention ul li {
    padding: 0px 0 10px 15px;
}

.intervention .description {
    padding: 3em 5%;
    display: block;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}

.intervention .description div {
    padding-bottom: 10px;
}

.pied {
    position: relative;
    z-index: 8000;
    margin: 0px 0 0 0;
}

.body-page-1 .pied {
    position: relative;
    z-index: 8000;
    margin: 100px 0 0 0;
}

.body-page-1 .pied,
.body-contact .pied,
.body-pageseo .pied {
    margin: 0 0px 0;
}

.body-contact .pied .bande1,
.body-pageseo .pied .bande1 {
    margin: 0;
    padding: 0
}

.pied .bande1 {
    padding: 2em 3% 0px 3%;
    background-color: var(--color0);
}

.pied .bande1 .row1 {
    padding: 0 0 70px 0;
}

.pied .bande2 {
    padding: 2% 5% 10px;
    background: var(--color1);
    background-size: cover;
    background-position: center;
    position: relative;
}
.pied h3 {
    color: var(--color0);
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}

.pied .trait2 {
    padding: 0 60px 0 0;
}

.pied .navf .menu_footer {
    padding: 15px 0 15px 0;
    list-style-type: none;
    margin: 0;
    line-height: 1.7;
    letter-spacing: 1px;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0;
    background: none;
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    font-size: 15px;
    color: var(--color0);
    /*! text-transform: uppercase; */
    text-decoration: none;
    font-family: var(--font2), sans-serif;
}

.pied .navf .menu_footer li a:hover {
    
    .6:
    none;
    opacity: .6;
}

.pied .navf .menu_footer li.active a:hover,.pied .navf .menu_footer li.active a {
    cursor: default;
    text-decoration: none;
    opacity: .6;
}

.pied .menu_referencement {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    color: var(--color0);
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none;
}

.pied .menu_referencement li:after {
    content: " - ";
    color: var(--color0);
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
    color: var(--color0);
    font-size: 15px;
    text-decoration: none;
    line-height: 1.7;
    letter-spacing: 1px;
}

.pied .menu_referencement li a:hover {
    color: var(--color0);
    text-decoration: underline;
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 0 0;
    /*! color:#fff; */
    font-size: 15px;
    color: var(--color2);
    letter-spacing: 1px;
    line-height: 1.7;
}
address p{margin:0;padding:0 15px 10px 30px;position: relative;}

.coordonnees address p {
    text-align: left;
}
.pied address p {
    margin: 0;
    padding: 0 15px 10px 30px;
    position: relative;
    color: var(--color0);
}
.pictoSVG{
  width: 16px;
  margin: 0;
  height: 16px;
  padding: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  fill: var(--color1);
}

.pied .pictoSVG {
    fill: var(--color0);
}

.contact .coordonnees .adresse .pictoSVG {
    /* left: 200px; */
}

.contact .coordonnees .tel .pictoSVG {
    /* left: 182px; */
    fill: var(--color1);
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied .callTracker span,
.pied .callTracker a {
    left: 32px;
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0 0;
    height: 210px;
}

.pied .horaires {
    padding: 10px 0 0 35px;
    margin: 0;
    background-image: url(../images/ico-horaires.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-position: 5px 13px;
}

.pied .copyright-footer {
    margin: 8px 0 0 0;
    display: flex;
    justify-content: center;
}

.pied .copyright-footer svg {
    fill: var(--color0);
}

.pied .btn-like {
    padding: 20px 0px 0px 0px
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0 0;
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999;
}

.sudo-slider .slide {
    text-align: center;
    margin: 0px 13px !important;
    border: 1px solid #d9d9d9;
    padding: 10px;
    height: -webkit-fill-available;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.sudo-slider .slide img {
    max-height: 175px;
}

.cont-slider .controls {
    z-index: 900000000;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -0.5%;
    right: 0;
    text-align: center;
    width: 102%;
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0;
}

.cont-slider .controls ol li a {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-slider .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-slider .controls ol li a span {
    display: none
}


/* SCROLL PERSONNALISE ****************************************************/

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-vertical,
.scrollbar-path-horizontal {
    position: absolute;
    background-color: #fff;
    z-index: 100;
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
}

.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: #9f1d20;
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}

.scrollbar-path-vertical,
.scrollbar-path-horizontal,
.scrollbar-handle {
    border-radius: 5px;
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none !important
}

.centerservice2 {
    margin: 0 16% !important;
}

.centerservice {
    margin: 0 33% !important;
}

.btn-service {
    text-align: center;
    margin: 45px 0 0;
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    /* min-height:55vh; */
    padding: 2em 6%;
}

.prestation .h1,
.prestation h1 {
    margin-bottom: 40px;
    font-size: 2em;
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: 50% 50%;
}

.prestation .cell.photo:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    direction: ltr;
}

.prestation .cell.texte .contenu {
    padding: 4vh 10%;
    text-align: center;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 10px;
    text-align: center;
}

.prestation .cell.texte .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.prestation .cell.texte .contenu ul li {
    background: none;
    padding: 0 0 10px 0;
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.body-contact h1,.body-contact h2 {
    position: relative;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 35px;
    font-size: 25px;
    text-transform: uppercase;
    text-wrap: balance;
}

.body-contact h1 {
    margin-bottom: 35px;
}

.body-contact h1:after {
    left: 0;
    margin: 0;
    transform: translate(0);
}

.body-contact h2:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    /* transform: translateX(-50%); */
    background: var(--color1);
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 10px;
    background: url(../images/bg-titre.png) no-repeat center top;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    background: var(--color4);
    padding: 2%;
}

.contact .tab-coordonnes .cell.droite .contenu {
    padding: 0vh 12% 0vh 12%;
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 2% 10%;
    background: var(--color0);
    margin: 0 0 5em;
    border: 1px solid #00000021;
}

.contact.node-6 .tab-formulaire {
    padding: 2% 20%;
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 1em 0 2em;
    /* background: #00000082; */
}

.contact .tab-formulaire .cell.gauche .contenu h2 {
    text-align: center;
    font-size: 2em;
}

.contact .tab-formulaire .cell.gauche .contenu h2:before {
    left: 50%;
    transform: translate(-50%);
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/bg-footer.jpg) no-repeat right center;
}

.table-row {
    display: table-row;
    height: 100%;
    width: 100%;
}

.contact .tab-coordonnes .table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 550px !important
}

.contact .horaires {
    /* text-align: center; */
}

.contact .coordonnees {
    padding: 0 0 20px;
}


.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none;
    text-align: center;
}
.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}
.contact .description-contact {
    padding: 0px 0px 10px 0px
}

.contact.node-29 .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact.node-29 .formulaire .form-group .col-md-4 {
    display: block;
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 1;
}

.contact.node-29 .formulaire .form-group div.col-md-8 {
    opacity: .5;
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,
.info-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited {
    color: var(--color1);
}

.info-rgpd p {
    font-size: 11px;
    color: #777777;
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.form-horizontal .form-group.index_0, .form-horizontal .form-group.index_1, .form-horizontal .form-group.index_2, .form-horizontal .form-group.index_3, .form-horizontal .form-group.index_8, .form-horizontal .form-group.index_5, form#contact_29.form-horizontal .form-group.index_6, form#contact_29.form-horizontal  .form-group.index_7, form#contact_29.form-horizontal .form-group.index_9, form#contact_29.form-horizontal .form-group.index_10 {
    margin: 5px 0;
    width: 50%;
    display: inline-block;
}

form#contact_6.form-horizontal .form-group.index_5, form#contact_6 .form-horizontal.form-group.index_6, form#contact_6.form-horizontal .form-group.index_7 {
    width: 100%;
}
.form-horizontal .form-group .col-md-8, .form-horizontal .form-group .col-md-4 {
    width: 100% !important;
}

.contact .formulaire .form-group .form-control {
    font-family: var(--font2), sans-serif;
    color: var(--color2);
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    width: 100% !important;
    font-size: 15px;
    border: 1px solid  var(--gCsQ8AVJL3);
}

.bande1 .contact .formulaire .form-group .form-control {
    /* border-bottom: 1px solid var(--color3); */
}

.contact .formulaire .form-group .form-control:focus {
    color: var(--color3) !important;
    /* background: transparent!important; */
}

.form-control:focus {
    color: #000!important;
    background: #fff!important;
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0px 12px;
}

.body-pageseo .contact .formulaire .form-group .form-control, .body-contact .contact .formulaire .form-group .form-control {
    border: 1px solid #80808069;
    color: var(--color2) !important;
    /* background: white !important; */
    filter: grayscale(1);
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
     -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }
    .form-horizontal select.form-control option {
        background: #fff;
        color: #000;
    }
}
.contact .formulaire .form-group input[name="captcha"] {
    width: 31% !important;
    height: 50px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px !important;
    border-radius: 0;
    padding: 0;
}

.contact .formulaire .form-group input.btn-primary {
    width: auto;
    display: inline-block;
    position: relative;
    float: right;
    font-family: var(--font1);
    letter-spacing: 1px;
    border-radius: var(--border-radius);
}

.body-contact .contact .formulaire input.btn-primary, .body-pageseo .contact .formulaire input.btn-primary {
    color: var(--color1);
    border-color: var(--color1);
}

.g-recaptcha {
    float: left;
}

.contact .formulaire .form-actions {
    font-size: 12px;
}

.bande1 .contact .formulaire .form-actions {
    color: var(--color0);
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    padding: 12px 20px;
    text-transform: uppercase;
    background: var(--color4);
    color: var(--color2);
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
    font-family: var(--font1);
    letter-spacing: 1px;
}

.body-error404 a.btn.btn-default:hover,
.body-error404 a.btn.btn-default:active,
.contact .formulaire input.btn-primary:hover,
.contact .formulaire input.btn-primary:active,
.contact a.btn.btn-default:hover,
.contact a.btn.btn-default:active {
    opacity: 1;
    filter: alpha(opacity=80);
    color: var(--color0);
    background: var(--color1);
    border-color: var(--color1);
}

*::-webkit-input-placeholder {
    color: var(--color2) !important
}

.bande1 .contact .formulaire .form-group .form-control::-webkit-input-placeholder {
    color: var(--color2) !important
}

*:-moz-placeholder {
    color: var(--color2) !important;
    opacity: 1 !important
}

.bande1 .contact .formulaire .form-group .form-control:-moz-placeholder {
    color: var(--color3) !important;
    opacity: 1 !important
}


/* FF 4-18 */

*::-moz-placeholder {
    color: var(--color3) !important;
    opacity: 1 !important
}

.bande1 .contact .formulaire .form-group .form-control::-moz-placeholder {
    color: #ccc !important;
    opacity: 1 !important
}


*:-ms-input-placeholder {
    color: #9E9E9E !important
}

.bande1 .contact .formulaire .form-group .form-control:-ms-input-placeholder {
    color: #ccc !important
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
}

.pageseo .formulaire .form-group input.btn-primary {
    float: right;
}
.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1::after {
    left: 0;
    transform: translate(0);
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
    transform: translate(0)
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}
.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}
.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: 1.4;
    border: none;
    font-weight: 700;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .1;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}
.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}



a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 4em 0;
}

.gallery .description-galerie {
    padding: 0 3% 40px 3%
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0;
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: '';
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    /*! width:100%; */
    /*! height:100%; */
    /*! background: rgba(0, 0, 0, 0.7) url(../images/bg-titre.svg) no-repeat center center; */
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%) url(../images/ico-zoom.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    background-size: 75px;
}

.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);
}

.gallery .nav {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    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 5px;
}

.gallery .nav li:last-child {
    background: none
}

.gallery .nav li a {
    background: none;
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    border-radius: var(--border-radius);
    text-decoration: none;
    border: 1px solid #00000030;
    color: var(--color2);
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: var(--color2);
    color: var(--color0);
}

.gallery .nav li.active a {
    cursor: default
}

.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 .icones {
    width: 100%;
    height: 100%;
    display: none;
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: #fff;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow: visible;
}

.top-logo img {
    position: absolute;
    left: 20px;
    top: 24px;
    /*! max-height: 76px; */
    max-width: 25vw;
    height: auto;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: var(--color1);
    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: block;
    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;
    float: right;
    position: relative;
}

.deploy-right-mail {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/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: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    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 {
    font-family: var(--font2), Helvetica!important;
    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: auto !important;
    overflow-x: hidden!important;
    height: 100%;
    background: var(--color0);
}

.sidebar-right {
    font-family: var(--font2), Helvetica!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 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: var(--color2) !important;
    z-index: 1;
    font-family: var(--font1);
}

.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: 10px;
    right: 1px;
    max-width: 169px;
    float: inherit;
    max-height: 41px;
    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: #000 !important;
}

.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: #c9323b;
}

.sidebar-bottom-controls p {
    margin-top: 3px;
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.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-family: var(--font2), sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative;
}

.close-sidebar-right {
    background-image: url(../images/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;
    background: none;
    padding-left: 0;
    background: var(--color0);
}

.menu-mobile-dynamique li.active {
    background: #e7e7e7;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
    background: #2f2f2f;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.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;
    line-height: 18px;
    font-size: 16.2px;
    background-image: url(../images/ico-puce.png);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 7px auto;
    text-transform: uppercase;
    color: var(--color2);
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 31px;
    background-position: 24px center;
}

.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
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: 'Open Sans', sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: none
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: var(--font2), sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d
}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.contactSubmitButton {
    display: block!important;
    height: 36px!important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8;
    filter: alpha(opacity=80)
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0!important;
    margin-top: -10px!important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 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 {
    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 #c24747
}

.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
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: var(--color1);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px;
}

.bg-optionnel {
    background: url(../images/bg-optionel.png) repeat top center;
}

.bg-optionnel-gris {
    background: url(../images/bg-optionel.png) repeat top center;
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: var(--font2), Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.body-service .main-page .services {
    background: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .lightboxOverlay {
        overflow: scroll
    }
    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}

.contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
}

.contact .tab-coordonnes .cell.gauche {
    background: none;
    position: relative;
}

@media (min-width: 1400px) {
    .slidesContainer {
        display: flex;
        justify-content: center;
    }
    .sudo-slider .slide {
        width: 300px !important;
    }
}

/* Mobile + Tablette (col-xs + col-sm) */

@media (max-width: 991px) {
	.contact .tab-formulaire,.contact.node-6 .tab-formulaire{padding: 5%}
    .gal{height: 30vh;}
    .body-page-1 .slogan .titre {
        font-size: 3rem;
        line-height: 1.5;
    }
	.electriciteLogo img{
		
width: 150px;
	}
	.ligne-actus{
		width: 100% !important;
	}
    .bx-pager {
        display: none;
    }
    .slogan {
        top: 145px;
    }
    div.cont-slider .controls {
        width: 103%;
    }
    .main-page {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .container {
        max-width: none;
        width: auto
    }
    .centerservice2 {
        margin: 0 0 !important;
    }
    .centerservice {
        margin: 0 0 !important;
    }
    /* Changement largeurs labels+champs contact */
    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }
    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }
    /* Captcha Contact */
    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0% !important;
        text-align: left !important;
    }
    .contact .formulaire .form-group input[name="captcha"]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0px !important;
    }
    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
    }
    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat;
    }
    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat;
    }
    .fluid-contenu {
        margin: 0 !important;
    }

.section-engagement {
    padding: 2em 7%;
}

.services-home-content {
    padding: 3em 7% 2em;
}

.atouts {
    padding: 2em 6% 3em;
}

.atouts.atouts-1 .swiper-button-next,.atouts.atouts-1 .swiper-container-rtl .swiper-button-prev {
    top: 58%;
    font-size: 5vw;
}

.atouts.atouts-1 .swiper-button-next {
    right: 2%;
}

.atouts.atouts-1 .swiper-button-prev {
    left: 2%;
    top: 58%;
    font-size: 5vw;
}

.text-att {
    text-align: left;
}

.actualites .cell.texte .contenu {
    padding: 0;
}

.atouts .picto {
    width: 90px;
}

.atouts .picto img {width: 60px;}

.engegements-content {
    margin: 0;
}
    .fluid-contenu .corps {
        padding: 10px 5% 10px 5%;
    }

.body-page-1 .fluid-contenu .corps {
    padding-top: 2vh;
}

.row.r-flex article {
    padding: 0;
}

.row.r-flex {
    flex-wrap: wrap;
    gap: 4vh;
}

.r-flex .row.recup-photos.gallery {
    max-width: 100%;
}
    .slogan .titre {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0
    }
    .prestation .cell.texte .contenu {
        padding: 10% 50px 10%;
    }
    .body-service-list .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 50px 0 0 0;
    }
    .pied .copyright-footer {
        margin: 25px 0px 0px 0px;
        text-align: center;
    }
    .contact .coordonnees address p {
        /* padding: 0 0 10px 0; */
    }
    a.imagecont.noflicker.img1 {
        float: left;
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    .flex-seoContain {
        flex-wrap: wrap;
    }
    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }
    .flex-seoContain .seo-form {
        width: 100%;
    }
    .img-seo img {
        width: 100%;
        height: auto;
    }
}


/* Mobile (col-xs) */

@media (max-width:767px) {
	.form-horizontal .form-group.index_0, .form-horizontal .form-group.index_1, .form-horizontal .form-group.index_2, .form-horizontal .form-group.index_3, .form-horizontal .form-group.index_8, .form-horizontal .form-group.index_5, form#contact_29.form-horizontal .form-group.index_6, form#contact_29.form-horizontal .form-group.index_7, form#contact_29.form-horizontal .form-group.index_9, form#contact_29.form-horizontal .form-group.index_10{width: 100%}
    .row.multiple .row.ligne-photos{padding: 2% 5%;}
    .atout{min-height: 25vh;align-items: center;justify-content: center;text-align: center;}
    .top-logo img{max-width: 40vw;top: 28px;}
    .body-pageseo .slogan .titre {
        font-size: 34px;
        line-height: 34px
    }
    .body-page-1 .fluid-contenu .corps:before, .body-page-1 .services:before{display:none;}
    .slogan {
    top: 37%;
    }

.body-page-1 .slogan {
    top: 37%;
}
    .body-pageseo h2,
    .body-pageseo .h2 {
        font-size: 17px;
    }
    .body-page-1 .certifs {
        padding: 0;
        width: 100%;
        box-shadow: none;
        margin: 0;
    }
    .certifs .cell.droite .bg-noir {
        padding: 30px 0;
    }
    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .pad-xs-l {
        padding-left: 15px !important
    }
    .pad-xs-r {
        padding-right: 15px !important
    }
    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .nopad-xs-l {
        padding-left: 0 !important
    }
    .nopad-xs-r {
        padding-right: 0 !important
    }
    h1, .h1, .body-contact h1, .body-contact h2, .prestation .h1, .prestation h1,.contact .tab-formulaire .cell.gauche .contenu h2 {
        font-size: 20px;
        letter-spacing: 1px;
        margin: 1em 0;
    }

.certifs .cell.gauche h2.h1.sans-image {
    text-align: center;
}

.certifs .cell.gauche h2.h1.sans-image:before {left: 50%;transform: translate(-50%);}

.page-contenu.page-contenu-home{}

.suite {
}

    .titre-secondaire {
        font-size: 15px;
        line-height: 1.7;
    }
    .slogan .titre {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0
    }
    .slogan .titre span {
        font-size: 23px;
    }
    .slogan .sous-titre {
        font-size: 16px;
    }
    .body-pageseo .slogan .titre {
        font-size: 19px;
        line-height: 34px;
    }
    .infos {
        padding: 20px 0px 0 0;
        right: 0;
        left: 0;
    }
    .fluid-contenu .btn-partage {
        text-align: center;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }

    .body-gallery .fluid-contenu .corps {
        padding: 10px 20px;
    }
    .body-service-list .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 50px 0 0 0;
    }
    .recup-photos .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

.r-flex .row.recup-photos.gallery {
    /* display: none; */
    height: 30vh;
}
    .recup-photos .propor {
        margin-bottom: 5px;
    }
    .certifs {
        display: block;
    }
    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }
    .certifs .cell.gauche .contenu {
        padding: 30px 15px 0px 15px;
    }
    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0px 15px 30px 15px;
    }

.sudo-slider-p {flex-direction: column;}
    .certifs .cell.droite .bg-noir {
        padding: 0px 0;
    }
    .cont-slider .controls {
        bottom: -20px;
    }
    .services {
        display: block;
        background-size: cover !important;
        padding: 9px !important;
    }

    .services .cell.gauche {
        overflow: hidden!important;
        position: relative;
        float: left;
        width: 100%!important;
        padding: 19px 15px 36px;
    }
    .services .cell.droite {
        display: block;
        width: 100%;
    }
    .services .cell.droite .contenu {
        padding: 30px 15px 40px 15px;
    }
    .realisations {
        display: block;
    }

.intervention {
    padding: 0%;
}
    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%;
    }
    .realisations .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .realisations {
        margin-left: -5px !important;
        margin-right: -5px !important
    }
    .realisations .propor {
        margin-bottom: 5px;
    }
	
    .realisations .contenu,
    .AvisClientsBg .contenu {
        padding: 0px 15px 40px 15px;
    }

.gal.gal-2 {
    display: none;
}
	.gal.gal-4{
		grid-column: 1 / 4;
	}

.gal.gal-5 {
    grid-column: 4 / 7;
}
    a.bouton-principal,
    button.bouton-principal {
        padding: 13px 20px 13px 20px;
        margin: 10px 0 !important;
    }

.bloc-GMB a.bouton-principal.buttonMar {
    width: 310px;
    display: block;
    font-size: 12px;
}
    .intervention .contenu {
        padding: 30px 8px 50px;
    }
    .pied .bande1 {

        display: none;
    }
    .pied .btn-like {
        padding: 20px 0px 5px 0px;
        text-align: center;
    }
    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0 0;
    }
    .body-gallery-4 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 30px 0 0 0;
    }
    .contact .tab-coordonnes {
        display: block
    }
    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
        height: 180px;
    }
    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
    }
    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 40px 15px 0px 15px
    }
    .contact .coordonnees {
        padding: 0 0 1px 0;
    }
    .contact .tab-formulaire {
    padding: 0;
    }
    .contact .tab-formulaire .cell.gauche {
        display: block;
        width: 100%;
    }
    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 30px 15px 30px 15px
    }
    .contact .tab-formulaire .cell.droite {
        display: none
    }
    .pied .trait2,
    .pied .trait1 {
        background: none
    }
    .gallery .description-galerie {
        padding: 20px 0px 5px 0px;
    }
    .prestation,
    .actualites {
        display: block;
    }

.actualites, .block .actualites article {
    padding: 11px 5% 1px;
}
    .prestation .cell.photo,
    .actualites .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }
    .prestation .cell.texte,
    .actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }
    .prestation .cell.texte .contenu {
        padding: 30px 15px 0px 15px;
    }
    .pied {
        position: relative;
        z-index: 8000;
    }
	.modal-dialog{
		margin: 110px 10px 10px;
	}
    .sur-banniere {
        position: relative;
        height: 300px!important;
    }

.body-page-1 .sur-banniere {
    height: 300px !important;
}
    .banniere {
        height: 500px;
    }

.body-page-1 .banniere {
    height: 500px;
}
    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 0px 0%;
    }
    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 4% 5%;
    }
    .contact .coordonnees address p {
        /* padding: 0 0 10px 0; */
    }
    .g-recaptcha {
        float: left;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
 
    .contact .coordonnees address p {
        /* padding: 0 0 10px 0; */
    }
    .contact .tab-coordonnes .cell.gauche {
        position: relative;
    }
    /* .gallery .col-xs-6{width:100%;}
*/
    .gallery .ligne-photos .propor {
        width: 100%;
        margin: 0 auto 15px;
    }
    .table-row {
        display: block!important;
    }
    .scrollbars {
        height: auto;
    }
}


/* Tablette (col-sm) */

@media (min-width:768px) and (max-width:991px) {
    .pied .trait2 {
        background: none
    }
    .certifs .cell.droite .bg-noir {
        padding: 30px 0;
    }
    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .pad-sm-l {
        padding-left: 15px !important
    }
    .pad-sm-r {
        padding-right: 15px !important
    }
    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .nopad-sm-l {
        padding-left: 0 !important
    }
    .nopad-sm-r {
        padding-right: 0 !important
    }
    .body-page-11 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 50px 0 0 0;
    }
    .intervention .zone {
        top: 33%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .centerservice2 {
        margin: 0 0 !important;
    }
    .centerservice {
        margin: 0 0 !important;
    }
    .scrollbars {
        height: 240px;
    }
    .contact .tab-coordonnes {
        height: auto;
        float: left;
    }
    .contact .tab-coordonnes {
        display: block;
    }
    .contact .tab-coordonnes .cell.droite,
    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left;
    }
    .contact .tab-coordonnes .cell.gauche {
        height: 300px;
    }

    .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0 0;
    }
    h1, .h1,.prestation .h1, .prestation h1 {
        font-size: 26px;
    }

.actualites .cell.texte {}

.actualites .cell.texte {
    padding-left: 30px;
}
    .titre-secondaire {
        font-size: 20px;
    }
    .body-contact h1,
    .body-contact h2 {
        position: relative;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .sur-banniere {
        position: relative;
        height: 355px!important;
    }

.body-page-1 .sur-banniere {
    height: 535px !important;
}
    .banniere {
        height: 600px;
    }

.body-page-1 .banniere {
    height: 600px;
}
    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0 12%;
    }
    .contact .coordonnees address p {
        /* padding: 0 0 10px 0; */
    }
    .contact .coordonnees address p {
        /* padding: 0 0 10px 0; */
    }
    .table-row {
        display: block!important;
    }
    .contact .formulaire .form-group input.btn-primary {
        width: auto;
    }
}


/* Pc normal (col-md) */

@media (min-width:991px) and (max-width:1199px) {
    .certifs .cell.droite .bg-noir {
        padding: 30px 0;
    }
    h1,
    .h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .tete .infos {
        height: auto;
        padding: 7px 30px 2px 30px;
    }
    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
    }
    .slogan .titre span {
        font-size: 29px;
    }
    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }
    .certifs {
        display: block;
    }
    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }
    .certifs .cell.gauche .contenu {
        padding: 70px 7% 0px 7%;
    }
    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 30px 30px 80px 30px;
    }
    .services .cell.gauche {
        padding: 80px 0px 80px 30px;
    }
    .realisations .titre-secondaire {
        width: 100%;
    }
    .intervention .contenu {
        padding: 70px 6% 90px 6%;
        /*! color:#fff; */
    }
    .body-error404 a.btn.btn-default,
    .contact .formulaire input.btn-primary,
    .contact a.btn.btn-default {
        padding: 16px 0px;
        font-size: 12px;
    }
    .contact .coordonnees {
        padding: 0
    }
    .contact .formulaire .form-group .form-control {
        font-size: 11px;
    }
    .pied .bande2 {
        padding: 30px 6% 50px 7%;
    }
    .pied div[class^="col-md"] {
        width: 100% !important;
        background: none;
    }
    .pied .copyright-footer {
        margin: 20px 0px 0px 0px;
        text-align: center;
        filter: brightness(.1);
    }
    /* .contact .tab-coordonnes .cell.gauche{display:none;}*/
    .contact .tab-formulaire .cell.droite {
        display: none;
    }
    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0px 12%;
    }
    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0px 12%;
    }
    .contact .tab-coordonnes {
        display: block;
    }
    .table-row {
        display: block;
    }
    .contact .tab-coordonnes .cell.droite,
    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left;
    }
    .contact .tab-coordonnes .cell.gauche {
        height: 300px;
    }
    .contact .tab-coordonnes {
        height: 260px;
    }
    .contact .coordonnees address p {
        padding: 0 0 10px 0;
    }
    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
    }
}

.controls {
    height: 0px;
}

.controls a {
    background: no-repeat center;
    height: 18px;
    width: 13px;
    color: transparent;
}

.controls .prevBtn {
    background-image: url('../images/left.png');
    float: left;
}

.controls .nextBtn {
    background-image: url('../images/right.png');
    float: right;
}


/* Pc large (col-lg) */

@media (max-height: 790px) {
    .navh {
        margin-top: 5% !important;
    }
    .tete .logo-site img {
        max-width: 200px;
        height: auto;
    }
    .navh .menu_principal a,
    .navh .menu_principal a:visited {
        font-size: 19px;
    }
}


/* fin media queries */

.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;
}

.g-recaptcha {
    float: left;
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block !important;
    top: -45px;
    opacity: 0 !important;
    margin: 0 !important;
    height: 10px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color2) !important;
}

@media (max-width: 576px) {
    .intervention ul {
        column-count: 1;
    }
    .sudo-slider-p img {
        height: 150px;
        margin: 10px;
    }
    .btn-partage .btnp.btn-ami {
        background-size: 30px;
    }
    .btn-partage .btnp.btn-insta {
        background-size: 34px;
    }
    .btn-partage .btnp.btn-gmb {
        background-size: 32px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 60px;
    }
    .slogan .titre {
        font-size: 28px;
    }
    .sudo-slider .slide {
        margin: 0 !important;
    }
}

.body-pageseo .slogan .titre {
    font-size: 34px;
    line-height: 34px
}

.body-pageseo .slogan .titre {
    font-size: 34px;
    line-height: 34px
}
#contactButtonsMobile > div:nth-child(1) > a{background: var(--color1) !important;color: var(--color0) !important;}
#contactButtonsMobile > div:nth-child(2) > a{background: var(--color1) !important;color: var(--color0) !important;}
#Capa_1 g path, #Capa_2 path{fill: var(--color0) !important;}
.news.newsList .h3 {
    color: var(--color1);
}

.ligne-actus {
    padding-bottom: 40px;
    width: 48%;
}