/* RESET ET STYLE FIXE  ****************************************************/


/* *************************************************************************/

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;
}

ul li,
ol li {
    background: url(../images/ico-puce.png) no-repeat 0 center;
    padding-left: 15px
}

menu,
dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

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
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.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
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}


/* STYLE GENERAL ***********************************************************/


/* *************************************************************************/

@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url('HelveticaNeue-Roman.eot');
    src: url('HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('HelveticaNeue-Roman.woff') format('woff'), url('HelveticaNeue-Roman.ttf') format('truetype'), url('HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('HelveticaNeueLTStd-Th_latin+latin-ext_gdi.eot');
    src: url('HelveticaNeueLTStd-Th_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'), url('HelveticaNeueLTStd-Th_latin+latin-ext_gdi.woff') format('woff'), url('HelveticaNeueLTStd-Th_latin+latin-ext_gdi.ttf') format('truetype'), url('HelveticaNeueLTStd-Th_latin+latin-ext_gdi.svg#HelveticaNeueLTStd-Th') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('Lato-Bold_gdi.eot');
    src: url('Lato-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('Lato-Bold_gdi.woff') format('woff'), url('Lato-Bold_gdi.ttf') format('truetype'), url('Lato-Bold_gdi.svg#Lato-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'MuliLight';
    src: url('MuliLight.eot');
    src: url('MuliLight.eot') format('embedded-opentype'),
         url('MuliLight.woff2') format('woff2'),
         url('MuliLight.woff') format('woff'),
         url('MuliLight.ttf') format('truetype'),
         url('MuliLight.svg#MuliLight') format('svg');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('BebasNeue.eot');
    src: url('BebasNeue.eot') format('embedded-opentype'),
         url('BebasNeue.woff2') format('woff2'),
         url('BebasNeue.woff') format('woff'),
         url('BebasNeue.ttf') format('truetype'),
         url('BebasNeue.svg#BebasNeue') format('svg');
}

body { 
    /*color:#969696; */
    font-family:'HelveticaNeueThin', 'HelveticaNeueLTStd-Th', Arial, Helvetica, sans-serif; 
    font-size:18.5px; 
    background:#000; 
        color: #eaeaea; 
}

.iframe-ytb {
    width: 65%;
    position: relative;
    display: block;
    margin: 2em auto;
    height: 500px;
}

.iframe-ytb iframe {
    width: 100%;
    height: 100%;
}

a, a:link, a:visited{ 
    color:#fff; 
    text-decoration:underline 
}
a:hover{ 
    text-decoration:none 
}
a:active{ 
    outline:0 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 { 
    color:#FEEF00; 
    font-family: 'HelveticaNeueLTStd-Th'; 
    text-align:left; 
}
h1, .h1{ 
    font-size: 38px; 
    line-height: 38px; 
    letter-spacing: 3px; 
    color: #FEEF00; 
    text-align: center; 
    text-transform: uppercase; 
    margin-bottom: 60px; 
    position: relative;  
}
h1:before, .h1:before{ 
    content:""; 
    width:75px; 
    height:10px; 
    background:url(../images/bg-titre.png) no-repeat center top; 
    position:absolute; 
    bottom: -25px; 
    left:50%; 
    margin-left:-37px;   
}
h1.sans-image, .h1.sans-image{ 
    margin-bottom:0px  
}
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 
}


.intervention h4 {color: #fff !important}

.intervention h4 strong  {  color:#FEEF00 !important}



.titre-secondaire{ 
    text-transform: none; 
    position: relative; 
    font-size: 18px; 
    line-height: 18px; 
    padding: 0px 0 0 0; 
    display: block;
    margin: 0; 
    color: #fff; 
    text-align: center; 
    margin-bottom:40px; 
}
.titre-secondaire:before{ 
    content:""; 
    width:75px; 
    height:10px; 
    background:url(../images/bg-titre.png) no-repeat center top; 
    position:absolute; 
    bottom: -25px; 
    left:50%; 
    margin-left:-37px;  
}

.icones{width:32px;margin:16px 0 0 16px;height:32px;fill:var(--color0)}
    header .tel-header .icones{width:33px;margin:9px 0 0 9px;height:33px;fill: #a7a7a7;}
    .btn-partage .icones{width: 44px;margin:0;height: 44px;padding: 9px;position:relative;fill: #ffffff;top: -2px;left: -2px;border-radius: 44px;}
    .btn-partage .btnp:hover .icones{fill: #fff;background: #3B5998;}


/* Bouton */

.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: transparent; 
    border: 1px solid #fff;
    -webkit-transition-property: color; 
    transition-property: color; 
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s; 
    color:#fff !important; 
}
.hvr-shutter-out-horizontal:before { 
    content: ""; 
    position: absolute; 
    z-index: -1; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-color: transparent; 
    -webkit-transform: scaleX(0); 
    transform: scaleX(0); 
    -webkit-transform-origin: 50%; 
    transform-origin: 50%; 
    -webkit-transition-property: transform; 
    transition-property: transform; 
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s; 
    -webkit-transition-timing-function: ease-out; 
    transition-timing-function: ease-out; 
}
.hvr-shutter-out-horizontal:hover, 
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active { 
    color:#fff; 
    border: 1px solid #FEEF00;
}
.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before { 
    -webkit-transform: scaleX(1); 
    transform: scaleX(1); 
}

.cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1%;
    margin: 1em 0;
}

.cta .tel-header {
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    height: unset;
    margin-bottom: 0;
}

.cta .tel-header span {
    position: relative;
    line-height: 1;
}

.cta .tel-header, .cta a.bouton-principal {
    width: unset;
    min-width: 180px;
    background: #fdee00;
    display: inline-block;
    color: #000 !important;
    padding: 10px 15px !important;
    font-weight: 700;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none !important;
    box-shadow: 0px 0px 1px 1px #676767;
    border: unset;
    text-align: center;
    transition: all .3s ease;
}

.cta .tel-header:hover, .cta a.bouton-principal:hover, .flex-btn a:hover {
    filter: brightness(0.8);
}

.cta .tel-header span {
    text-align: center;
}


a.bouton-principal{ 
    text-align: center; 
    color: #fff; 
    text-decoration: none; 
    padding:15px 50px; 
    font-size: 14px; 
    text-transform: uppercase 
}
.body-page-1 .corps a.bouton-principal, .bouton-principal.hvr-shutter-out-horizontal.infinite-scroll-button {
    background: transparent;
    color: #fff;
    border: 1px solid #FEEF00;
}
.body-page-1 .corps a.bouton-principal:hover, .bouton-principal.hvr-shutter-out-horizontal.infinite-scroll-button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.body-page-1 .corps a.bouton-principal:before { 
    background: transparent;
}

/* CORPS DE LA PAGE  *******************************************************/


/* *************************************************************************/

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 390px;
}

.banniere {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../images/background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.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;
}

.banniere .motif {
    background: url(../images/motif.png);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.tete {
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 390px;
    z-index: 7999;
    background: #FEEF00;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.tete .logo-site {
    margin: 0;
    padding: 20px 0 17px;
    text-align: center;
}

.sur-banniere {
    position: relative;
    height: 60vh;
}

.body-page-1 .sur-banniere {
    height: 100vh;
}



.slogan {
    position: absolute;
    top: 60%;
    left: 50%;
    color: #fff;
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.body-page-1 .slogan {
        top: 56%;
}
.flex-btn {
    display: flex;
    justify-content: center;
    margin: 1em auto;
    gap: 1%;
}

.slogan .titre {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 5px;
    font-family: 'Lato-Bold';
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 35px;
    line-height: normal;
    color:#fff; 
}

.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;
}

.btn-descendre span {
    width: 44px;
    height: 116px;
    background: url(../images/fleche.png) no-repeat center top;
    display: inline-block;
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
}

.infos {
    padding: 25px 30px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

.widget-partage {
    display: none
}

.btn-partage .btnp{
    margin: 0 3px;
    width:44px;
    height:44px;
    border-radius:44px;
    border:3px solid #fff;
    background-repeat:no-repeat;
    background-position:center center;
    display:inline-block;
    transition:all 400ms ease
}
.btn-partage .btnp:hover{ 
    border:3px solid #294b92; 
}
.btn-partage .btnp.btn-fb{ 
    background-image:url(../images/ico-fb.png) 
}
.btn-partage .btnp.btn-twitter{ 
    background-image:url(../images/ico-twitter.png) 
}
.btn-partage .btnp.btn-pinterest{
    background-image:url(../images/ico-pinterest.png);
}
.btn-partage .btnp.btn-google{ 
    background-image:url(../images/ico-google.png) 
}
.btn-partage .btnp.btn-ami{ 
    background-image:url(../images/ico-ami.png) 
}

/* Hover
------------*/
.btn-partage .btnp.btn-fb:hover{ 
    background-color:#3B5998; 
    border:3px solid #3B5998; 
}
.btn-partage .btnp.btn-twitter:hover{  
    background-color:#43D5FD; 
    border:3px solid #43D5FD;
}
.btn-partage .btnp.btn-pinterest:hover{ 
    background-color:#CC2127; 
    border:3px solid #CC2127; 
}
.btn-partage .btnp.btn-google:hover{  
    background-color:#DD4B39; 
    border:3px solid #DD4B39; 
}
.btn-partage .btnp.btn-ami:hover{  
    background-color:#294b92; border:3px solid #294b92; 
}

.fluid-contenu .btn-partage {
    text-align: right;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.tel_header{
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.navh{ 
    margin:0; 
    z-index:8000; 
    vertical-align:top; 
    padding:0 0 0 50px; 
    position:absolute; 
    top:56%; 
    left:0px; 
    right:0px;
-webkit-transform:translateY(-50%);
   -moz-transform:translateY(-50%);
     -o-transform:translateY(-50%);
        transform:translateY(-50%);  }
.navh .menu_principal { 
    margin:0; 
    padding:0; 
    list-style:outside none
}
.navh .menu_principal > li { 
    display:block; padding:0; 
    background:none; 
    margin-bottom: 5px; 
    transition:all 400ms ease 
}
.navh .menu_principal > li.has-sub-menu-opened { 
    margin:30px 0;   
}
.navh .menu_principal a,
.navh .menu_principal a:visited { 
    border-bottom:1px solid transparent; 
    color:#000; 
    display:block; 
    font-size:24px; 
    text-transform:uppercase; 
    padding:0; 
    text-decoration:none; 
    font-family:'HelveticaNeueLTStd-Th'; transition:all 400ms ease; 
}
.navh .menu_principal a:hover,
.navh .menu_principal li.active > a{ 
    color:#000; 
    border-bottom:1px solid #000;   
}
.navh .menu_principal li.active > a:hover{ 
    cursor:default 
}


/* NIVEAU 2 MENU DEROULANT */

.navh .menu_principal > li ul { 
    list-style-type:none; 
    list-style-image:none; 
    display:none; 
}
.navh .menu_principal > li ul li { 
    display:block; 
    text-align:left; 
    padding:0; 
    background:none 
}
.navh .menu_principal > li ul li a,
.navh .menu_principal > li ul li a:visited{ 
    display:block; 
    color:#000; 
    font-size:16px; 
    background:none; 
    margin:0; 
    white-space: nowrap; 
}
.navh .menu_principal > li ul li a:hover,
.navh .menu_principal > li ul li.active a { 
    color:#000; 
    background:none  
}

.fluid-contenu {
    position: relative;
    z-index: 8000
}

.fluid-contenu .corps {
    padding: 20px 5% 80px 5%
}

.body-gallery .fluid-contenu .corps {
    padding: 80px 0 0 0
}

.body-service-list .fluid-contenu .corps,
.body-contact .fluid-contenu .corps {
    padding: 0px 0 0 0;
}

.suite {
    text-align: center;
    padding: 40px 0 0 0;
}

.recup-photos {
    margin: 50px 0 0 0;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.recup-photos .propor:after {
    padding-top: 84%;
    display: block;
    content: '';
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.recup-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(255, 204, 1, 0.7) url('../images/ico-zoom.png') no-repeat center center;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.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);
}

.certifs {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: url(../images/trait-rose.png) no-repeat;
    background-size: 50% 1px;
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.certifs .cell.gauche .contenu {
    padding: 150px 12% 140px 12%;
    color: #fff;
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 50px 80px 0;
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center;
}

.certifs .cell.droite .bg-noir {
    background: rgba(0, 0, 0, 0.5);
    padding: 150px 0;
}


/***************** Actualites***************************/
.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    
    
}
.actualites:nth-child(even+1) {
    direction: rtl
}
.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
}

.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: 120px 10% 120px 10%;
    text-align: justify;
    direction: ltr;
    color: #fff;
}

.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 .date_post,.news .date-article {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
}
.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%;
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8002;
    background: url(../images/trait-rose.png) no-repeat;
    background-size: 50% 1px;
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 0px 80px 70px;
}

.services .cell.gauche .photos {
    width: 100%;
    height: 500px;
}

.services .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.services .cell.droite .contenu {
    padding: 90px 12% 90px 12%
}

.services .cell.droite .contenu ul {
    padding: 0;
    margin: 0;
}

.services .cell.droite .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.png) no-repeat 0 9px;
}

.services .cell.droite .contenu ul li a.bouton-principal {
    display: block;
    text-align: left;
    padding: 15px 55px 15px 20px;
}

.services .cell.droite .contenu ul li a.bouton-principal:after {
    content: "";
    background-image: url(../images/ico-suite.png);
    width: 23px;
    height: 23px;
    right: 15px;
    top: 12px;
    z-index: 9900;
    position: absolute;
}

.services .cell.droite .contenu ul li a.bouton-principal:hover:after {
    background-image: url(../images/ico-suite-h.png)
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0;
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #ec2461;
    display: inline-block;
}

.services .miettes li a.active {
    background: #000;
    cursor: default
}

.realisations {
    position: relative;
    z-index: 8000;
    background: url(../images/trait-rose.png) no-repeat;
    background-size: 50% 1px;
    text-align: center;
}

.realisations .titre-secondaire {
    /* display:inline-block; */
    /* width:48%; */
}

.realisations .contenu {
    padding: 60px 55px 80px 55px;
}

.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,.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);
}

.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: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(255, 204, 1, 0.7) url('../images/ico-zoom.png') no-repeat center center;
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,.news .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    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;
    background: url(../images/trait-rose.png) no-repeat;
    background-size: 50% 1px;
}

.intervention .contenu {
    padding: 71px 6% 90px 6%;
    color: #fff;
}

.intervention h2 {
    color: #FEEF00;
    width: 100%;
}

.intervention .zone {
    z-index: -1;
    width: 400px;
    height: 400px;
    background: url(../images/zone.png) no-repeat right top;
    position: absolute;
    top: 55px;
    right: 30px;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.intervention ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.intervention ul li {
    padding: 5px 0 5px 15px;
}

.body-page-1 .page-contenu {
    max-height: 80px;
    overflow: hidden
}


/* Footer */

.pied{ 
    position:relative; 
    z-index:8000; 
    margin: 100px 0 0 0; 
}
.body-page-1 .pied{ 
    margin:0 
}
.pied .bande1{
    padding: 70px 3% 0px 3%;
    /* background: url(../images/trait-rose.png) no-repeat; */
    background-size: 50% 1px;
}
.pied .bande1 .row1{ 
    padding: 0 0 70px 0; 
}
.pied .bande2{ 
    padding:30px 3% 50px 3%; 
    background:#0f0f0f;  
}
.pied h3{ 
    font-size: 18px; 
    letter-spacing: 2px; 
    text-transform: uppercase;  
}
.pied .trait1{ 
    background:url(../images/trait-v.png) no-repeat 80% 70px 
}
.pied .trait2{ 
    background:url(../images/trait-v.png) no-repeat 80% 70px 
}
.pied .navf{  }
.pied .navf .menu_footer { 
    color:#fff; 
    padding:15px 0 15px 0; 
    list-style-type:none; 
    margin:0 
}
.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:16px; 
    padding:0 0 0 15px; 
    background:url(../images/ico-puce.png) no-repeat 0 center;  
    color:inherit; 
    text-decoration:none;
    color: #fff;
}
.pied .navf .menu_footer li a:hover { 
    text-decoration:none; 
    color: #ffcc01; 
}
.pied .navf .menu_footer li.active a:hover{ 
    cursor:default; 
    text-decoration:none; 
}

.pied .menu_referencement { 
    color:#fff; 
    list-style-image:none; 
    list-style-type:none; 
    margin:0; 
    text-align:justify 
}
.pied .menu_referencement li{ 
    display:inline; 
    padding:0; 
    background:none;  
}
.pied .menu_referencement li:after{ 
    content:" - " 
}
.pied .menu_referencement li:last-child:after{ 
    content:"" 
}
.pied .menu_referencement li a,
.pied .menu_referencement li a:visited{ 
    color:inherit; 
    font-size:16px; 
    text-decoration:none 
}
.pied .menu_referencement li a:hover { 
    color:#ffcc01;  
}
.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:16px;  
}
.pied address p{ 
    background-repeat:no-repeat; 
    margin:0; 
    background-position:0 0px; 
    padding:0 0 10px 0 
}
.pied address p.adresse{ }
.pied address p.tel{  }
.pied address p.tel a{ 
    color:inherit; 
    text-decoration:none
}
.pied address p a{ 
    text-decoration:none; 
    color:inherit;
    color: #fff; 
}
.pied address p a:hover{ 
    text-decoration:underline; 
}
.pied .scrollbars{ 
    margin:15px 0 0 0;  
}
.pied .horaires{ 
    color:#fff; 
    padding:10px 0 0 0; 
    margin:0;  
}
.pied .copyright-footer{  
    margin:5px 0px 0px 0px; 
}
.pied .btn-like{ 
    padding:20px 0px 0px 0px; 
}
.pied .btn-partage{ 
    text-align:right; 
    padding: 10px 0 0 0;  
}

/* SUDO SLIDER *************************************************************/


/* *************************************************************************/

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999;
}

.sudo-slider .slide {
    text-align: center;
    height: 200px;
    line-height: 200px;
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 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: auto;
}

.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: #3A9C23;
}

.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
}


/* MODULE PRESTATIONS  *****************************************************/


/* *************************************************************************/

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center; 
}

.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: 120px 10% 120px 10%;
    text-align: justify;
}

.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;
    padding: 0 0 10px 0;
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block;
}


/* MODULE CONTACT  *********************************************************/


/* *************************************************************************/

.body-contact h1,
.body-contact h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 36px;
}
.body-contact .tab-formulaire h2 {
    color: #fff;
}

.body-contact h2:before {
    content: "";
    width: 40px;
    height: 1px;
    background: url(../images/bg-titre.png) no-repeat center top;
    position: absolute;
    margin-left: -20px;
    left: 50%;
    bottom: -15px;
}

.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;
    width: 50%;
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 40%;
}

.contact .tab-coordonnes .cell.droite .contenu {
    padding: 70px 12% 100px 12%
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 60px 12% 130px 12%
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/photo-contact2.jpg) no-repeat center center
}

.table-row {
    display: table-row;
    height: 100%;
    width: 100%;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 550px !important
}

.contact .horaires {
    text-align: center;
}

.contact .coordonnees {
    padding: 0 0 20px 0;
    text-align: center;
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.contact .coordonnees address p.adresse {}

.contact .coordonnees address p.tel {}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p.fax {}

.contact .coordonnees address p span.texte {}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}


/* Texte description */

.contact .description-contact {
    padding: 0px 0px 10px 0px
}


/* Enlever padding conteneur champs */

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}


/* Changement largeurs labels+champs */

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}


/* Style des champs */

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}


/* Labels */

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}


/* Espace entre lignes */

.contact .formulaire .form-group .form-control {
    font-family: 'HelveticaNeue-Roman';
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 0px;
    width: 100% !important;
    font-size: 13px
}

.contact .formulaire .form-group .form-control:focus {
    text-transform: uppercase;
    color: #000!important;
    background: #fff!important;
}

.form-control:focus {
    color: #000!important;
    background: #fff!important;
}

.contact .formulaire .form-group textarea.form-control {
    height: 166px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0px 12px;
}


/* Ne pas toucher le padding */

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px;
}


/* Jouer avec le padding pour corriger FF */


/* Changement des images des champs select pour webkit + firefox (Utiliser quand champs avec fond noir par exemple) */

@media screen and (-webkit-min-device-pixel-ratio:0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }
    .form-horizontal select.form-control option {
        background: #fff;
        color: #000;
    }
}


/* Captcha + Bouton submit (MODELE 2) */

.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 {
    float: right;
}

.g-recaptcha {
    float: left;
}


/* Texte required */

.contact .formulaire .form-actions {
    font-size: 12px
}


/* Agrandir le plan */

.contact a.btn.btn-default {
    float: right
}


/* Bouton submit + Agrandir le plan + bouton page erreur 404 */

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    padding: 14px 45px;
    text-transform: uppercase;
    background: #FEEF00;
    color: #000;
    text-align: center;
    border-radius: 0px;
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
}

.body-contact .formulaire input.btn-primary{
    padding: 14px 40px;    
}

.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 {
    background: #f3c50f;

}


/* Couleurs des placeholder */

*::-webkit-input-placeholder {
    color: #fff !important
}

*:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important
}


/* FF 4-18 */

*::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important
}


/* FF 19+  */

*:-ms-input-placeholder {
    color: #fff !important
}


/* IE 10+  */


/* Formulaire pageseo */

.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;
}

.help-block{
    display: inline-block;
    font-style: normal !important;
    font-size: 14px !important;
    color: #969696 !important;
    margin: 0 5px 0 0;
}

#contact-form.contact, .tab-formulaire{
    display: none !important;
}

/* MODULE GALERIE  *********************************************************/


/* *************************************************************************/

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0 0;
}

.gallery .description-galerie {
    padding: 0 3% 40px 3%
}


/* Espace entre colonnes de photos */

.gallery .multiple .ligne-photos .col-md-1,
.gallery .multiple .ligne-photos .col-md-2,
.gallery .multiple .ligne-photos .col-md-3,
.gallery .multiple .ligne-photos .col-md-4,
.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important
}


/* Espace gauche et droite des lignes de photos */

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0;
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: '';
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Effet photo */

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background:rgba(255, 204, 1, 0.7) url('../images/ico-zoom.png') no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


/* GALERIE MULTIPLE */

.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 20px 0 5px
}

.gallery .nav li:last-child {
    background: none
}

.gallery .nav li a {
    font-family: 'Lato-Bold';
    background: none;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color:#ffcc01;
}

.gallery .nav li.active a {
    cursor: default
}


/* MENU MOBILE 3 ***********************************************************/


/* *************************************************************************/

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: #222;
}

.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: 50px;
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.header-sidebars .header-top {
    display: table;
    height: 50px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    background:#FEEF00;
}

.top-logo img {
    max-width: 180px;
    max-height: 42px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #000;
    background-image: url(../images/menu-mobile-3/nav.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center center;
}

.deploy-right-sidebar {
    display: table-cell;
    background-color: #000;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center center;
}

.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: Arial, Helvetica !important;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.3);
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: -270px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0px;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
}

.sidebar-scroll-right {
    width: 290px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
}

.sidebar-right {
    font-family: Arial, Helvetica !important;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.3);
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    margin-right: 10px;
}

.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;
    background-color: #000;
}

.sidebar-header-left {
    height: 50px;
    background-color: #FEEF00;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
}

.sidebar-left-logo {
    max-width: 180px;
    max-height: 42px;
    position: absolute;
    top: 4px;
    left: 80px;
}

.sidebar-right-logo {
    max-width: 180px;
    max-height: 42px;
    position: absolute;
    top: 4px;
    right: 90px;
}

.close-sidebar-left {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 16px 18px;
    height: 50px;
    width: 50px;
    margin-left: 220px;
    display: block;
}

.sidebar-divider-text {
    font-size: 13px;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.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.png);
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png);
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.png);
}

.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: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    text-transform: uppercase;
    line-height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    background: #222;
}

.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:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.nav-item {
    font-size: 13px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    color: #d2d2d2;
    height: 50px;
    line-height: 49px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #222 !important;
}

.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: 0px 2px 0px 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: 'Lato', arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
}

.sidebar-header-right {
    height: 50px;
    background-color: #FEEF00;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-sidebar-right {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 16px 18px;
    height: 50px;
    width: 50px;
    margin-left: 0px;
    display: block;
}

.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 {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    padding: 0;
    width: 100%;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-position: 241px 20px;
    background-repeat: no-repeat;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 13px;
    background-image: url(../images/menu-mobile-3/bendedright.png);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 10px 13px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
    height: 50px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 20px center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #222;
}

.menu-mobile-dynamique li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.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: 0.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', arial, 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: 0.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: 'Lato', arial, 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;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    height: 90px;
}

.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: 0px!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: 0.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: 0px;
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: 'Lato', arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
}

.sidebar-form {
    margin-bottom: 0px!important;
    margin-top: -10px!important;
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sidebar-form .small-notification {
    margin-top: 20px;
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0px!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important;
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: rgb(255, 129, 129)!important;
    margin: 8px 0px;
    display: block;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 20px;
}

.formValidationError {
    margin-bottom: -15px;
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0px!important;
    height: 36px;
    margin-top: 20px!important;
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px;
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: rgb(255, 129, 129)!important;
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.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: 0px!important;
    text-align: center!important;
}

.no-bottom {
    margin-bottom: 0px!important;
}

.notification-box {
    color: #fff !important
}

.notification-box h4 {
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}


/* AUTRES STYLES FIXES  ****************************************************/


/* *************************************************************************/


/* Bouton remonter */

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px
}

.remonter a {
    display: block;
    padding: 6px 10px 11px 10px;
    text-align: center;
}

.remonter a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}


/* Div IE <8 déprécié */

.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: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}


/* Fix pour fond noir lightbox qui n'apparait pas sur chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .lightboxOverlay {
        overflow: scroll
    }
    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}


/* MEDIA QUERIES  **********************************************************/


/* *************************************************************************/

.contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 594px;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
}

.contact .tab-coordonnes .cell.gauche {
    background: none;
    position: relative;
}

.intervention .zone {
    z-index: -1;
    width: 400px;
    height: 400px;
    background: url(../images/zone.png) no-repeat right top;
    position: absolute;
    top: 55px;
    right: 30px;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}


/* Mobile + Tablette (col-xs + col-sm) */

@media (max-width:991px) {

    .iframe-ytb {
        width: 100%;
        height: 360px;
    }
    
    .main-page {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .container {
        max-width: none;
        width: auto
    }
    /* 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%;
        margin-top: 8px;
    }
    /* Forcer l'affichage des flèches de la lightbox car pas de hover sur mobile */
    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat;
    }
    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat;
    }
    .fluid-contenu {
        margin: 0 !important;
    }
    .fluid-contenu .corps {
        padding: 60px 5% 80px 5%;
    }
    .slogan .titre {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 3px
    }
    .prestation .cell.texte .contenu {
        padding: 0 10% 50px 10%;
    }
    .body-page-1 .fluid-contenu .corps {
        padding: 0 15px 40px 15px;
    }
    .body-gallery .fluid-contenu .corps {
        padding: 0 30px 0;
    }
    .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;
    }
}


/* Mobile (col-xs) */

@media (max-width:767px) {

    .contact .map {
        height: 227px;
    }
    .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 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .titre-secondaire {
        font-size: 22px;
        line-height: 24px;
    }
    .slogan .titre {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0
    }
    .slogan .titre span {
        font-size: 23px;
    }
    .slogan .sous-titre {
        font-size: 21px;
        line-height: 21px;
    }
    .body-pageseo .slogan .titre {
        font-size: 34px;
        line-height: 34px;
    }
    .infos {
        padding: 20px 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);
    }
    .fluid-contenu .corps {
        padding: 20px 15px 40px 15px;
    }
    .body-page-1 .fluid-contenu .corps {
        padding: 0 15px 40px 15px;
    }
    .body-gallery .fluid-contenu .corps {
        padding: 0 30px 0;
    }
    .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
    }
    .recup-photos .propor {
        margin-bottom: 5px;
    }
    .certifs {
        display: block;
    }
    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }
    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px 15px;
    }
    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0px 15px 30px 15px;
    }
    .certifs .cell.droite .bg-noir {
        background: rgba(0, 0, 0, 0.5);
        padding: 40px 0;
    }
    .cont-slider .controls {
        bottom: -20px;
    }
    .services {
        display: block;
    }
    .services .cell.gauche {
        display: none;
    }
    .services .cell.droite {
        display: block;
        width: 100%;
    }
    .services .cell.droite .contenu {
        padding: 30px 15px 40px 15px;
    }
    .realisations {
        display: block;
    }
    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%;
    }
    .realisations .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .realisations {
        margin-left: -5px !important;
        margin-right: -5px !important
    }
    .realisations .propor {
        margin-bottom: 5px;
    }
    .realisations .contenu {
        padding: 30px 15px 40px 15px;
    }
    a.bouton-principal {
        padding: 13px 40px 13px 20px;
    }
    .intervention .contenu {
        padding: 40px 15px 50px 15px;
    }
    .intervention .zone {
        width: 100%;
        height: 325px;
        position: static;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }
    .pied .bande1 {
        padding: 30px 15px 30px 15px;
    }
    .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 {
        display: block
    }
    .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 {
        background: none
    }
    .gallery .description-galerie {
        padding: 20px 0px 5px 0px;
    }
    .prestation {
        display: block
    }
    .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }
    .prestation .cell.texte {
        display: block;
        width: 100%;
    }
    .prestation .cell.texte .contenu {
        padding: 30px 15px 30px 15px
    }
    .pied {
        position: relative;
        z-index: 8000;
        margin: 30px 0 0 0;
    }
    .sur-banniere {
        position: relative;
        height: 410px!important;
    }

.sur-banniere:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: linear-gradient(to bottom, black 30%, #4340404f 70%);
}
    .body-gallery-4 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 0 0 0 0;
    }
    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 3% 0px 3%;
    }
    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0 12%;
    }
    .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;
    }
    .pied .menu_referencement li a,
    .pied .menu_referencement li a:visited {
        font-size: 14px;
    }
    .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;
    }
    .gallery .nav li{
        display: block;
        background-position: center bottom;
        padding: 0 15px 20px;
    }

    .actualites .cell.photo, .actualites .cell.texte{
        width: 100%;
        display: block;
        clear: both;
    }
    .actualites .cell.photo{
        height: 250px;
    }
    .actualites .cell.texte .contenu{
        padding: 30px;
    }
    .actualites a.bouton-principal, .news a.bouton-principal{
        margin: 15px 0 5px;
    }
}


/* Tablette (col-sm) */

@media (min-width:768px) and (max-width:991px) {
    .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 {
        /* width: 322px; */
        /* height: 353px; */
        /* top: 33%; */
        -webkit-background-size: 80% auto;
        -moz-background-size: 80% auto;
        -o-background-size: 80% auto;
        /* background-size:contain; */
    }
    .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;
    }
    .contact .tab-coordonnes .cell.droite {}
    .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0 0;
    }
    h1,
    .h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .titre-secondaire {
        font-size: 18px;
        line-height: 24px;
    }
    .body-contact h1,
    .body-contact h2 {
        color: #fff;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 36px;
    }
    .sur-banniere {
        position: relative;
        height: 560px!important;
    }
    .body-gallery-4 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 0 0 0 0;
    }
    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0px 12%;
    }
    .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;
    }

    .actualites a.bouton-principal, .news a.bouton-principal{
        margin: 30px 0 0;
    }
}


/* 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 {}
    .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;
    }
    .realisations .titre-secondaire {
        width: 100%;
    }
    .intervention .contenu {
        padding: 70px 6% 90px 6%;
        color: #fff;
    }
    .services .cell.gauche {
        display: none;
    }
    .intervention .zone {
        /* width:100%; */
        height: 340px;
        position: relative;
        -webkit-background-size: 50% auto;
        -moz-background-size: 50% auto;
        -o-background-size: 50% auto;
        background-size: 50% auto;
        background: url(../images/zone.png) no-repeat center top;
    }
    .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;
    }
    /* .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;
    }
}


/* Pc large (col-lg) */

@media (min-width: 1200px) {}


/* 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;
}

/**call Tracker**/
.callTracker span,.callTracker a { display: inline-block;text-align: left;/*position: absolute;left: 30px;top: 0px;width: 160px;*/min-width: 145px;padding: 0;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease; height: 100%;line-height: 1.64em; text-decoration: none;}
.callTracker .t_phone {opacity: 0;display:none;}
.callTracker .t_affiche {cursor: pointer;}
header .callTracker span,header .callTracker a {top:5px;}
header .callTracker .t_affiche {font-size: 90%;}
.callTracker.active .t_phone {opacity: 1;display:inline-block;}
.callTracker.active .t_affiche {opacity: 0;display:none;}
.pied .callTracker a,.coordonnees .callTracker a{ position: relative;left: 0px;}
/**call Tracker**/
.donnhold{
    width: 100%;
    display: table;
    padding: 20px 0px;
}
.donnez {
    background: #fdee00;
    display: inline-block;
    color: #000 !important;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 10px;
    /* margin: 2% auto 1%; */
    transition: all .3s ease;
    font-size: 21px;
    text-decoration: none !important;
    box-shadow: 0px 0px 1px 1px #676767;
}
.donnez:hover{
    opacity: 0.9;
}
#framediv{
        padding: 71px 6% 90px 6%;
}
#iniframe{
    position: relative;
}
@media (min-width:2224px) {
    .navh{
        top: 66%;
    }
}
@media (min-device-width : 1440px) and (max-device-width : 2224px) {
    .navh{
        top: 60%;
    }
}svg#logo_FD{fill:#fff}.services{display: table;width: 100%;position: relative;z-index: 8002;}
.body-service .services {background: none;}
.centerservice {margin: 2% 33% !important;}
.btn-service {text-align: center;margin: 20px 0;}
.prestation .cell.texte .contenu p { padding: 0 0 20px;}
.prestation .cell.texte .contenu {padding: 90px 10% 90px 10%; text-align: center; direction: ltr;}
.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%;}
a.bouton-principal.hvr-shutter-out-horizontal {padding: 13px 16px 13px 16px;}
.prestation .contenu a.bouton-principal {display: table;margin: auto;}
.body-service-list a.bouton-principal.hvr-shutter-out-horizontal {padding: 13px 50px 13px 16px;}
.body-service a.bouton-principal.hvr-shutter-out-horizontal {padding: 13px 23px 13px 16px;}
.body-service a.bouton-principal.hvr-shutter-out-horizontal:after {background-image: none;}svg#logo_FD{width: 150px !important;}