:root {
    --color_principal: #fff;
    --color_secondaire: #fff;
     --color1: #ae2e333d;
    --color2: #000000bf;--color_test: #ffffff8f;--color_envoyer: #ec2461;
    --color3: #323435;
    --bg_principal: rgba(7, 7, 7,0.64);
   /* --bg_secondaire: #ec2461;*/
    --bg_secondaire: #ec2461;
    --bg_footer: #ec2461;
    --bg_motif: rgba(7, 7, 7,0.7);
    --bg_header: rgba(0, 0, 0, 1);
    --bg_black: #000;--police_principal:
    'HelveticaNeueLTStd-Th';
    --police_title:
    'Lato-Bold';
    --police_body:
    'HelveticaNeueLTStd-Th';
    --radius-box: 10px;
}

html,body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

/***********/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.popup-image {
    max-width: 340px;
    display: block;
    margin: 15px auto;
}

.cta-button {
    display: inline-block;
    background: var(--color1);
    color: white;
    padding: 12px 20px;
    text-decoration: none !important;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
    border-radius: 30px;
    transition: .3s ease;
}

.cta-button:hover {
    background: var(--bg_secondaire);
    color: var(--color_principal);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/*************/
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%;
    width: auto;
    height: auto;
}

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: 26px;
    background-size: 15px;
}

.ms-container {
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2%;
}

.ms-container h2 {margin: 0;font-size: 24px;}


.ms-container::-webkit-scrollbar {
    width: 0.10rem;
}
 
.ms-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(213 213 213);
}
 
.ms-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0.25px solid #600707;
}
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
}

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
}

.ms-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}



.nopad {
    padding-left: 0;
    padding-right: 0;
}

.bande2 .row .nopad {
    margin-top: 25px;
}

.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
}
.form-horizontal {float: left; width: 100%;;}

.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 {
    border-color: #c10000;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.btn {
    padding: 0;
    margin: 59px 0 0;
}

.sitemap {
    float: left;
}

.button {
    position: relative;
    display: inline;
    margin: 30px 31px 0 0;
    padding: 15px 22px;
    /* color: var(--color_test) !important; */
    text-align: center;
    font-family: 'Comfortaa-Regular',sans-serif;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    /* border: 1px solid var(--color_test); */
    text-transform: none !important;
    background: #600707;
    color: #fff !important;
    font-size: 17px;
}

.button:hover {
    /* border: 1px solid var(--color_envoyer); */
    color: var(--color_secondaire) !important;
    /* background: var(--color_envoyer); */
    background: rgb(128,55,53);
}

.button2 {
    position: relative;
    display: inline;
    margin: 30px 31px 0 0;
    padding: 14px 21px;
    padding: 16px 28px;
    color: var(--color_secondaire) !important;
    font-size: 16px;
    text-align: center;
    /* font-family: var(--police_body); */
    font-family: 'Comfortaa-Regular',sans-serif;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    /* border: 1px solid var(--color_secondaire); */
    text-transform: none !important;
    background: #600707;
}

.button2:hover {
    /* border: 1px solid #600707 !important; */
    color: var(--color_secondaire) !important;
    /* background: var(--color_envoyer); */
    background: rgb(128,55,53) !important;
}

.coordonnee {
    background: transparent;
    height: 293px;
    padding: 27px 76px;
    margin: -54px 0 0 -78px;
    z-index: -2;
    border: 4px solid #c10401;
}

.btn-partage {
    text-align: center;
}

body {
    /* color: aliceblue; */
    color: #600707;
    /* font-family: var(--police_body); */
    font-family: 'Comfortaa-Regular',sans-serif;
    font-size: 17px;
   /* background: var(--bg_principal);*/
}
/* modal */

.modal-dialog {
    width: 90%;
    max-width: 760px;
    height: 500px;
    margin: 50px, auto;
    top: 55px;
}

.modal.fade .modal-dialog {
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.modal.in .modal-dialog {
    transform: translateY(0);
    left: 15%;
    top: 20px;
}

.close {
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

span.close.bouton-principal.hvr-shutter-out-horizontal {
    position: absolute;
    padding: 12px 20px;
    min-width: 85px;
    text-align: center;
    background: var(--color1);
    opacity: 1;
    color: #600707;
    text-shadow: none;
    z-index: 1;
    transition: .3s ease;
}

.modal-content {
    height: 90vh;
    max-height: 90vh;
    display: flex;
    padding: 20px 20px;
    box-shadow: none;
    border: none;
    text-align: center;
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
}

.modal-content h2 {
    text-align: center;
}

span.close.bouton-principal.hvr-shutter-out-horizontal:hover {
    background: var(--color_envoyer);
    color: var(--color_principal);
}

/* modal */

.video-container .video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    /* padding-bottom: 65px; */
}

.video-container {
    /* position: relative; */
    width: 100%;
    padding: 135px 5% 67px 28%;
}

.video-container .video .button {
    margin-top: 40px;
}

.video-container .h1 {
    margin: 50px 0 45px;
}

.video-container .video iframe {
    width: 80%;
    height: 500px;
}

i.fas.fa-phone-alt {margin-right: 10px;}

.body-pageseo .fluid-contenu {
    margin-top: 0 !important;
}

.body-page-1 div.main-page.fluid-contenu.slogan {
    line-height: 23px !important;
}

.mCSB_dragger_bar {
   /* background: #ec2461 !important;*/
    background-color: #600707 !important;
}

a,a:link,a:visited {
    /* color: var(--color_secondaire); */
    color: #600707;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    /* color: var(--color_secondaire); */
    /* font-family: var(--police_body); */
    font-family: 'Comfortaa-Regular',sans-serif;
    text-align: left;
    color: #600707;
}

h1,.h1 {
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 2px;
    /* color: var(--color_secondaire); */
    color: #600707;
    text-align: left;
    padding-bottom: 28px;
    margin-bottom: 70px;
    text-transform: none !important;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Dancing Script', sans-serif;
}

h1.h1.h1-ms:first-letter {
    text-transform: uppercase !important;
}

h1.h1.h1-ms {
    text-transform: unset;
}

h1.h1.h1-ms {}

h1:before,.h1:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    /* background-color: var(--color_secondaire); */
    bottom: 0;
    left: 0;
    background: #600707;
}

h2,.h2 {
    font-size: 26px
}

h3,.h3 {
    font-size: 19px;
}

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: 24px;
    line-height: 24px;
    padding: 0px 0 0 0;
    margin: 0;
    color: #c10401;
    text-align: center;
    margin-bottom: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 100;
    display: block;
}


a.bouton-principal,button.bouton-principal {
    margin: 10px 0 0;
    text-align: center;
    color: var(--color_secondaire);
    text-decoration: none;
    padding: 9px 33px;
    font-size: 14px !important;
    text-transform: uppercase;
    border: 0;
}

.galerie a.bouton-principal:hover {
    border: 1px solid var(--color_secondaire) !important;
    color: var(--bg_principal) !important;
    background: var(--color_secondaire);
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

header .callTracker {
    width: 100%;
    overflow: hidden;
    height: 33px;
    position: relative;
    transition: all .3s ease;
}

header .callTracker:hover {
    background-color: rgb(128,55,53);
}

header .callTracker span, header .callTracker a {
    text-align: center;
}

header .callTracker span, header.callTracker a {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    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;
    font-family: 'Comfortaa-Regular',sans-serif;
}

.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 {
    width: 100%;
    overflow: hidden;
    height: 43px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: url(../images/tel.png) no-repeat 10px;
    color: var(--color_secondaire);
    font-family: var(--police_body);
    border: 1px solid var(--color_secondaire);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #600707;
    border: none;
}

header .callTracker span,header .callTracker a {
    left: 8px;
    top: 6px;
    width: 100%;
}

header .callTracker .t_affiche {
}

.coordonnees .callTracker span,.coordonnees .callTracker a {
    text-align: left;
}

.page-contenu.clear {
    text-align: justify;
}

.ms-bar {
    height: 436px;
    overflow: hidden;
}

.ms-bar h2 {
    font-size: 24px;
    margin: 0;
}

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
}

.video-accueil {
    position: fixed;
    top: 0px;
    width: 100%;
}

.video-accueil .banniere {
    z-index: 0;
}

.banniere {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    background: no-repeat;
    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, .realisations .motif {
    /* background: none; */
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: hsl(32deg 90% 96% / 30%);
}

.motif.motif-ms {
    background: hsl(32deg 90% 96% / 60%);
}

.body-page-17 .fluid-content {
    height: 0;
}

.tete2 {
    /* background: var(--bg_black); */
    background: hsl(31.58deg 90.48% 95.88%);
    width: 100%;
    height: 100%;
    position: fixed;
    width: 22%;
    width: 21%;
    z-index: -1;
    opacity: 0.7;
    opacity: 0.93 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tete {
    position: fixed;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    width: 22%;
    left: 0px;
    z-index: 8001;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tete .logo-site {
    padding: 50px 17%;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 62px;
    box-sizing: border-box;
    position: relative;
    left: -4%;
}

.tete .logo-site svg {
    width: 100%;
    fill: var(--color_secondaire);
}

.sur-banniere {
    position: relative;
    height: 800px;
}

.body-page-1 .slogan {
    text-align: center;
    /*start 21-02-pm*/
    line-height: 33px;
    /*end 21-02-pm*/
    /* color: var(--color_envoyer); */
    color: #600707;
}

@media screen and (min-width: 1489px) {
    .slogan strong.titre {
        font-size : 75px;
    }
}

.body-page-1 .slogan strong.titre {
    font-family: 'Dancing Script', sans-serif;
    Dancing dominant-baseline: use-script;
    font-weight: 100;
    line-height: 1;
    /*21-02-pm*/
    position: relative;
    top: -30px;
}

.body-page-1 .slogan strong.titre {}

.text-right {
    text-align: center !important;
}

span.sous-titre {
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 25px;
    /* color: var(--color_principal); */
    color: #600707;
    letter-spacing: 1px;
}

.slogan {
    position: absolute;
    z-index: 1000;
    /* color: var(--color_principal); */
    color: #600707;
    /* font-size: 80px; */
    font-size: 68px;
    line-height: 84px;
    font-family: 'Dancing Script', sans-serif;
    text-align: center;
    width: 78%;
    float: right;
    right: 0%;
    top: -47vh;
    top: -55vh;
}

.infos {
    padding: 46px 15% 14px 15%;
    position: relative;
    bottom: 6px;
    width: 100%;
    float: left;
    text-align: center;
    display: block;
}

.widget-partage {
    display: none
}

.btn-partage .btnp {
    margin: 0 3px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 3px solid var(--color_principal);
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
}

.btn-partage .btnp:hover {
    border: 3px solid var(--color_envoyer);
    background-color: var(--color_envoyer);
}

.btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb-h.png);
}

.btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter-h.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)
}

.fluid-contenu .btn-partage {
    text-align: right;
}

.btn-partage {
    display: flex !important;
    justify-content: right;
}

.navh {
    margin: 0;
    z-index: 8000;
    padding: 4vh 15% 127px 15%;
    position: relative;
    float: left;
    width: 100%;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none
}

.navh .menu_principal > li {
    display: block;
    padding: 0;
    background: none;
    margin-bottom: 15px;
    transition: all 400ms ease;
}

.navh .menu_principal > li.has-sub-menu-opened {
    margin: 30px 0;
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    text-decoration: none;
    color: var(--color_secondaire);
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 400ms ease;
    color: #979696e6;
}

.navh .menu_principal> li a:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0px;
    /* background-color: #ec2461; */
    background-color: #600707;
    margin-top: 13px;
    left: -53%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navh .menu_principal li a:hover:before, .navh .menu_principal li.active > a:before {
    width: 35px;
    left: -22%;
}

.navh .menu_principal a:hover,.navh .menu_principal li.active > a {
    /* color: #ffffff; */
    color: #600707;
}

.navh .menu_principal li.active > a:hover {
    cursor: default
}

.fluid-contenu {
    position: relative;
    z-index: 100;
    padding: 0;
}

.body-contact-3 .fluid-contenu {
    margin-top: 0 !important;
}

.page-seo .fluid-contenu {
    margin-top: 0 !important;
}

.body-page-17 .fluid-contenu {
    margin-top: 0 !important;
}

.fluid-contenu .corps {
    padding: 134px 5% 102px 28%;
    background: hsl(31.58deg 90.48% 95.88% / 79%);
    position: relative;
    float: left;
    width: 100%;
}

.body-page-1 .fluid-contenu .corps {
    padding-top: 50px;
}

.suite {
    text-align: center;
    padding: 20px 0 0 0;
}

.galerie img {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 13px;
    object-fit: contain;
}

.text {
    color: var(--color_secondaire);
    font-size: 22px;
    position: relative;
    font-family: var(--police_principal);
    position: relative;
    margin-top: 20px;
    text-align: center;
    text-transform: none;
    width: 100% !important;
}

.text span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Comfortaa-Regular', sans-serif;
    color: #600707;
}

.text .button2 {
    margin: 0px 0 0 0 !important;
    font-family: 'Comfortaa-Regular', sans-serif;
    background: #600707;
    border: none !important;
}

.galerie a.bouton-principal {
    margin-top: 30px !important;
    color: var(--color_secondaire);
    background: transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid var(--color_secondaire);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text a {
    text-transform: initial;
}

.fil-arianne {
    margin: 0;
    padding: 5px 0;
    margin-top: -120px;
    padding-bottom: 70px;
}

.fil-arianne li {
    background: none;
    display: inline-block;
    padding: 0px 0 0 3px;
}

.fil-arianne a, .fil-arianne a:visited {
    opacity: 0.3;
    text-decoration: none;
    /* color: var(--color_principal); */
    color: #600707;
}

.fil-arianne a:hover {
    text-decoration: underline;
}

.fil-arianne li:last-child a {
    opacity: 1;
}

.realisations {
    position: relative;
    z-index: 8000;
    background-size: 50% 1px;
    float: left;
    width: 100%;
    padding: 134px 5% 102px 28%;
}

.realisations .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.realisations {
    /* background: rgba(210,44,52,0.6) url(../images/trans.png) no-repeat; */
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

.coordonnees iframe {
    width: 100%;
    height: 308px;
    z-index: 1000;
    position: relative;
}

.realisations .contenu, .coordonnees .contenu {
    padding: 0 0;
}

.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(236, 36, 97, 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);
}

.pied {
    position: relative;
    z-index: 8000;
    float: left;
    /* padding: 49px 0 0; */
    /* background: var(--color2); */
    background: hsl(32deg 90% 96% / 40%);
}

.body-page-1 .pied, .body-contact .pied, .body-pageseo .pied {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0 0 0;
    /* background: var(--color2); */
    background: none;
}

.body-contact .pied .bande1, .body-pageseo .pied .bande1 {
    margin: 0;
    padding: 0
}

.pied .bande1 {
    padding: 0 5% 0 28%;
    background: hsl(31.58deg 90.48% 95.88% / 79%) !important;
}

.pied .bande1 .row1 {
    padding: 0 0 70px 0;
}

.pied .bande2 {
    padding: 30px 5% 0 28%;
    background: hsl(32deg 90% 96% / 40%);
}

.pied .bande3 {
    padding: 30px 5% 0 28%;
    width: 100%;
    float: left;
    background: hsl(32deg 90% 96% / 40%);
}

.pied h3 {
    /* color: #ec2461; */
    color: #600707;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: var(--police_body); */
    font-family: 'Comfortaa-Regular', sans-serif;
}

.pied .navf {
}

.pied .navf .menu_footer {
    color: var(--color_principal);
    padding: 15px 0 15px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0;
    background: none;
    font-family: 'Comfortaa-Regular',sans-serif;
    color: #600707;
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    padding: 0 0 0 0;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.pied .navf .menu_footer li a:hover {
    text-decoration: none;
    /* color: var(--color_envoyer); */
    color: rgb(128,55,53);
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--FSFZyKGVCr);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    font-size: 16px;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none;
}

.pied .menu_referencement li:after {
    content: " - ";
    color: #600707;
}

.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;
    font-family: 'Comfortaa-Regular',sans-serif;
    color: #600707;
}

.pied .menu_referencement li a:hover {
    color: var(--color_secondaire);
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none;
}

.pied .menu_referencement li a:hover, .pied .menu_referencement li > a:active {
    /* color: var(--color_envoyer); */
    color: rgb(128,55,53);
}

.pied address {
    margin: 0;
    padding: 15px 0 0 0;
    color: var(--color_principal);
    font-size: 16px;
    font-family: 'Comfortaa-Regular',sans-serif;
}

i.fas.fa-map-marker-alt {
    margin-right: 10px;
}

.flex-address {
    display: inline-flex;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0px;
    padding: 0 0 10px 0;
    'Comfortaa-Regular',font-family: sans-serif;
    color: #600707;
}

.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
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0 0;
    height: 200px;
}

.pied .horaires {
    color: #600707;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: 'Comfortaa-Regular',sans-serif;
}

.pied .copyright-footer {
    margin: 5px 0px 10px 0px
}

#logoFD svg * {
    /* fill: var(--color_secondaire); */
    fill: #600707;
}

#logoFD svg {
    width: 200px;
}

#logoFD svg path {
    fill: #600707;
}

.pied .btn-like {
    padding: 20px 0px 0px 0px
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0 0;
}

.contact-footer {
    float: left;
    width: 100%;
}

.contenu.formulaire {
    float: left;
    width: 100%;
    position: relative;
}

.map {
    float: left;
    width: 100%;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 300px;
}

.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: 50%
}

.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%;
}

.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 {
    text-align: center !important;
}

.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
}

.contact .description-contact {
    padding: 0px 0px 10px 0px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    /* color: var(--color_secondaire); */
    color: #600707;
}

.info-rgpd p {
    font-size: 11px;
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    font-family: Helvetica,Arial,sans-serif;
    color: var(--FSFZyKGVCr);
    background: transparent;
    /* background: rgb(128,55,53); */
    border: 1px solid var(--FSFZyKGVCr);
    box-shadow: none;
    border-radius: 0px;
    background: var(--bg_black);
    width: 100% !important;
    font-size: 15px;
    border-radius: 30px;
    -moz-animation: ;
}

.contact .formulaire .form-group .form-control:focus {
    color: var(--color_principal) !important;
    /* background: var(--bg_black) !important; */
    background: #600707 !important;
}

.form-control:focus {
    color: #000!important;
    background: #fff!important;
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static;
    padding: 10px 20px;
    background: rgb(128,55,53);
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0px 12px;
    /* border-radius: 30px; */
    /* -webkit-border-radius: 30px; */
    /* background: var(--bg_black); */
    background: rgb(128,55,53);
    font-family: 'Comfortaa-Regular',sans-serif;
}

.body-contact .contact .formulaire .form-group input.form-control, .body-pageseo .contact .formulaire .form-group input.form-control {
    /* background: var(--bg_principal) !important; */
}

.body-contact .contact .formulaire .form-group select.form-control, .body-contact .contact .formulaire .form-group select.form-control:focus, .body-pageseo .contact .formulaire .form-group select.form-control, .body-pageseo .contact .formulaire .form-group select.form-control:focus {
    background-color: var(--bg_footer);
    background-image: url(../images/image-select.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.body-pageseo .contact .formulaire .form-group .form-control, .body-contact .contact .formulaire .form-group .form-control {
    /* background: var(--bg_principal) !important; */
}

.contact .formulaire .form-group select.form-control, .contact .formulaire .form-group select.form-control:focus {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px;
    background: var(--bg_footer);
    color: var(--color_principal);
}

.titre-secondaire {
    position: relative;
    line-height: 30px;
    padding: 12px 0px 0px;
    margin: 0px;
    font-weight: 200;
    color: var(--color_tertiaire);
    text-align: left;
    display: block;
    font-family: 'Comfortaa-Regular',sans-serif;
    text-transform: none;
    font-size: 21px;
    }

@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-color: var(--bg_footer);
        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 {
        color: var(--color_principal) !important;
        background: var(--bg_footer) !important;
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31% !important;
    height: 50px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px !important;
    border-radius: 0;
    padding: 0;
}

.contact .formulaire .form-group input.btn-primary {
    width: 30%;
    display: inline-block;
    position: relative;
    float: right;
    margin: 0;
    /* border-radius: 30px; */
    font-family: 'Comfortaa-Regular', sans-serif;
}

.g-recaptcha {
    float: left;
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 14px 15px;
    text-transform: uppercase;
    /* background: #fff; */
    background: #600707 !important;
    color: #fff !important;
    color: 1px solid var(--color_principal);
    text-align: center;
    border-radius: 30px;
    /* -webkit-border-radius: 30px; */
    font-size: 14px;
    border: 1px solid var(--color_principal) !important;
    background: transparent;
    border: none !important;
    text-decoration: none;
    transition: all 400ms ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.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 {
    color: var(--color_secondaire);
    border: 1px solid #600707 !important;
    /* background: var(--color_envoyer); */
    background: rgb(128,55,53) !important;
}

*::-webkit-input-placeholder {
    color: var(--color_principal) !important
}

*:-moz-placeholder {
    color: var(--color_principal) !important;
    opacity: 1 !important
}

*::-moz-placeholder {
    color: var(--color_principal) !important;
    opacity: 1 !important
}

*:-ms-input-placeholder {
    color: var(--color_principal) !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;
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}
a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
    margin: 15px 0 21px;
}

.flex-seoContain .seo-content h1:before, .flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 2% 3em;
    /* background: #323435c7; */
    background: hsl(32deg 58.19% 92.47% / 63%);
}

.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,.sidebar-left,.sidebar-right {
    background-color: #ffffff;
    letter-spacing: 1px;
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: #fff!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    /* background: var(--bg_principal); */
    background: hsl(31.58deg 90.48% 95.88%);
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden;
}

.top-logo img {
    position: absolute;
    left: 13px;
    top: 2px;
    max-height: 74px;
    max-width: 141px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #c9323b;
    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 #6007071f solid;
    display: table-cell;
    background-color: hsl(31.58deg 90.48% 95.88%);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px #6007071f solid;
    display: table-cell;
    background: hsl(31.58deg 90.48% 95.88%);
    /* background-color: var(--bg_secondaire); */
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 66px;
    top: 0;
}

.deploy-right-call {
    display: table-cell;
    background-color: hsl(31.58deg 90.48% 95.88%);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 132px;
    top: 0;
1px #60070740
    border: solid;
    border-left: 1px #6007071f solid;
}

.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-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-color: hsl(31.58deg 90.48% 95.88%);
}

.sidebar-right {
    font-family: var(--police_body);
    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(--color_secondaire) !important;
    z-index: 1;
}

.sidebar-header-left {
    height: 65px;
    background-color: var(--bg_secondaire);
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px;
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 14px;
    max-width: 180px;
    float: right;
    max-height: 37px;
    position: relative;
}

.top-logo #logo_FD {
    position: absolute;
    fill: var(--color_secondaire);
    left: 16px;
    top: 16px;
    max-height: 76px;
    max-width: 129px;
}

.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: #600707 !important;
    background: hsl(31.58deg 90.48% 95.88%);
    border-top: 1px #6007071f solid;
}

.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: #94b51d;
}

.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: 'Lato-Regular',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    position: relative;
    background: hsl(31.58deg 90.48% 95.88%);
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left, .sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 18px;
    background: hsl(31.58deg 90.48% 95.88%);
    border-top: 1px #6007071f solid;
}

.menu-mobile-dynamique li:last-child {
    border-bottom: 1px #6007071f solid;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, #94b51d, #94b51d);
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 8px auto;
    text-transform: uppercase;
    color: #600707 !important;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Lato-Regular',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: 'Lato-Regular',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-Regular',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-Regular',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 {
    margin-top: 20px;
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.red-notification {
    background-color: rgba(219,84,84,0.5);
    border-radius: 5px;
    border: solid 1px #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 10px 11px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    border: 0;
}

.remonter button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: #fff;
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] ";
    }

    h1, h2, h3 {
        font-family: verdana, serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^="col-"] {
        width: 100%
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.666666666666664%
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%
    }
}
@media (min-width: 1199px) and (max-width:1440px) {
    header .callTracker {
    width: 127%;
    position: relative;
    left: -35px;
    bottom: 9px;
}
}

@media (max-width: 991px) {

    .video-container .video iframe {
        width: 100%;
    }
    .ms-flex {
        flex-direction :column;
    }
    .ms-flex .scrollbars {
        width: 100%;
        margin-bottom: 50px;
    }
  
    .galerie img {
        height : 185px;
    }
    .text {
        font-size: 17px;
    }
    .img-seo img { width: 100%;}
a.imagecont.noflicker.img1 {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
}
    .btn-partage{
        justify-content: center;
    }
     .bloc-GMB{
        padding: 8px 5% 84px 5% !important;
    }
    .main-page {
        position:relative;
        overflow: hidden;
        padding: 0;
    }

.modal.in .modal-dialog {
    left: 0;
    top: 80px;
}

.popup-image {
    width: 280px;
}

span.close.bouton-principal.hvr-shutter-out-horizontal {
    background: transparent;
    top: 0;
    right: -24px;
}

span.close.bouton-principal.hvr-shutter-out-horizontal:hover {
    background: transparent;
    color: var(--color4);
}

.modal-content h2 {
    font-size: 38px;
    margin-top: 5px;
}

.modal-content {
    padding:  10px;
    height: 850px;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
}

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
        background: none;
        padding: 0;
    }

    .img-seo img, a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block;
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0 0 !important;
    }

    .centerservice {
        margin: 0 0 !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0% !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
    }

    .lb-prev {
        opacity: 1 !important;
    }

    .lb-next {
        opacity: 1 !important;
    }

    .fluid-contenu {
        margin: 0 !important;
    }

    .fluid-contenu .corps {
        padding: 15px 5% 80px 5%;
    }

    .slogan .titre {
        font-size: 44px;
        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;
    }

.video-container {
    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;
    }

    .fil-arianne {
        margin-top: -50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .video-container .video iframe {
        height: 200px;
    }
    .video-container .video {
        align-items: center;
    }

.video-container .video {
    /* padding-bottom: 30px; */
}

    .video-container .video .button {
        margin: 20px 0 0 0;
    }
    .galerie img {
        height : auto;
    }
    .video-accueil {
        position:relative;
        height: auto;
    }

    .banniere {
        position: relative;
        /* height: 32vh; */
        height: 64vh;
    }

    .body-page-1 .slogan {
        text-align: left;
        top: -265px;
    }

    .slogan .text-right {
        text-align: left;
        position: relative;
        float: left;
        margin: -96px 0;
    }

.button2 {
    font-size : 14px;
    padding: 12px 19px;
}

    .slogan {
        top: -200px;
        font-size: 22px;
        line-height: 22px;
        width: 100%;
        text-align: left;
        padding: 0 5%;
    }

    .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
    }

    .bloc-GMB{
        padding: 8px 5% 84px 5% !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: 24px;
        line-height: 38px;
        letter-spacing: 0;
        top: -114px !important;
    }

    .slogan .titre span {
        font-size: 23px;
    }

    .slogan .sous-titre {
        font-size: 13px;
        line-height: 22px;
        position: relative;
        top: -100px;
    }

.modal-content {
    font-size: 13px;
    height: 560px;
}

.modal.in .modal-dialog {
    top: 63px;
    left: 10px;
}

.popup-image {
    width: 150px;
}

.modal-content h2 {
    font-size: 22px;
}

.cta-button {
    margin-top: 0;
}

    .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: 20px 15px 40px;
    }

    .realisations, .coordonnees {
        padding: 14px 15px;
    }

    .pied .bande2, .pied .bande3 {
        padding: 0 15px;
    }

    .realisations {
        display: block;
    }

    .en1 {
        margin-bottom: 20px;
    }

    .body-page-1 .pied, .body-contact .pied, .body-pageseo .pied , .pied {
        /* padding: 40px 0 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: 30px 15px 40px 15px;
    }

    a.bouton-principal,button..bouton-principal {
        padding: 13px 40px 13px 20px;
    }

    .pied .bande1 {
        padding: 30px 15px 0;
    }

    .pied .btn-like {
        padding: 20px 0px 5px 0px;
        text-align: center;
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0 0;
        justify-content: center;
    }

    .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,.pied .trait1 {
        background: none
    }

    .gallery .description-galerie {
        padding: 20px 0px 5px 0px;
    }

    .prestation,.actualites {
        display: block;
        min-height: none;
    }

    .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 30px 15px
    }

    .pied {
        position: relative;
        z-index: 8000;
        margin: -3px 0 0 0;
    }

    .sur-banniere {
        position: relative;
        height: 410px!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;
    }

    .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 .ligne-photos .propor {
        width: 100%;
        margin: 0 auto 15px;
    }

    .table-row {
        display: block!important;
    }

    .ms-flex .scrollbars {
        width: 100%;
        margin-bottom: 50px;
    }

    .fil-arianne {
        margin-top: -15px;
        padding-bottom: 35px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .video-accueil {
        position:relative;
        height: auto;
    }

    .banniere {
        position: relative;
        height: 58vh;
    }

    .body-page-1 .slogan {
        text-align: left;
        line-height: 44px;
    }

    .slogan .text-right {
        position: relative;
        margin: 10px 0;
        float: left;
    }

    .slogan {
        top: -44vh;
        font-size: 32px;
        line-height: 32px;
        width: 100%;
        text-align: left;
        float: left;
        padding: 0 5%;
    }

    .pied .bande2, .pied .bande3 {
        padding: 0 15px;
    }

    .pied .bande1 {
        padding: 30px 15px 0;
    }

    .body-page-1 .pied, .body-contact .pied, .body-pageseo .pied , .pied {
        padding: 40px 0 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
    }

    .realisations, .coordonnees, .body-page-1 .pied, .body-contact .pied, .body-pageseo .pied , pied {
        padding: 30px 2%;
    }

    .scrollbars {
        height: 240px;
    }

    h1, .h1 {
        font-size: 26px;
        line-height: 26px;
    }
}

@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 13px 2px 2px;
    }

    .slogan {
        font-size: 40px;
        line-height: 40px;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
    }

    .slogan .titre span {
        font-size: 29px;
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
        padding: 16px 0px;
        font-size: 12px;
    }

    .contact .formulaire .form-group .form-control {
        font-size: 11px;
    }

    .pied .copyright-footer {
        margin: 20px 0px 0px 0px;
        text-align: center;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
    }
}

@media screen and (max-height: 790px) and (max-width:1199px) {
    .navh {
        margin-top:5% !important;
    }

    .tete .logo-site img {
        max-width: 200px;
        height: auto;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    div#youfindme_div_footer {
        margin:0 0 0 22%;
    }
}

.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;
}
