/*
Theme Name: MS Thème Child
Author: Multimed Solutions
Author URI: http://www.multimed-solutions.com/
Description: Thème spécial pour wordpress
Version: 2.0
Text Domain:  mstheme-child
Template: mstheme
/* ------------------ Include Styles ------------------ */
/* fonts : */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:500|Montserrat:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700');
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Maven Pro', sans-serif;*/
/* ------------------ GENERAL ------------------ */

/* Bug of multiple validation error messages in CF7 when spamming submit */
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

html{ font-size: 100%;overflow-x:hidden; }

body{
    color: #505050;
    line-height: 1.5em;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
	max-width: 100% !important;
}

body.home{
	background-color: transparent;
	transition:background-color 0.75s ease;
}


a{
    color: inherit;
    text-decoration: none;
}

a, a *{
    transition: all .25s ease;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0!important;

}
a:hover{
    color: inherit;
}
a:link {
    text-decoration: none;
}

@keyframes bord-bef{50%{top:12px;opacity:1;}to{top:0;opacity:0;}}
@keyframes bord-after{50%{top:37px;opacity:1;}to{top:50px;opacity:0;}}
@keyframes item-menu{/*0%{opacity: 0;top;-100px;} */100%{top:0;opacity:1;}}
@keyframes scroll{10%{top:-5px;}20%{top:4px;}30%{top:-3px;}40%{top:2px;}50%{top:0;}}
@keyframes logo{0%{
    transform-origin: center;transform: translateY(-50px);
    opacity: 0;filter: blur()}100%{ transform-origin: center; transform: none;  opacity: 1;}}

@keyframes slogan{0%{
    transform-origin: center;transform: translateY(-50px);
    opacity: 0;filter: blur()}100%{ transform-origin: center; transform: none;  opacity: 1;}}

/*.................... end ......................*/
.map {
    width:100%;
    height:350px;   
}
.map-wrap {
    position:relative; 
}    
.overlay {
    width: 100%;
    min-height: 116px;
    position: relative;
    top: 0;
}
#post-499 a {
    color: #b63a43;
    text-decoration: underline;
}
a:focus {
    text-decoration: none;
}
.site-header {
    background: transparent;
}
/* ------------------ HEADER ------------------ */
header#masthead {
    width: 100%;
    /* height: 85vh; */
    /* background-size: cover; */
    /* position: relative; */
    /* min-height: 100%; */
    /* background-position-y: top; */
    background-color: #191919;
}
.home header#masthead {
    width: 100%;
    height: 91vh;
    background: url(images/slider-02.jpg);
    animation: imageAnimation 30s linear infinite 0s;
    

    position: relative;
    min-height: 100%;

}
@keyframes imageAnimation { 
    0% { background: url(images/slider-02.jpg);   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }
    15% { background:  url(images/slider-02.jpg);   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }

    25% { background:  url(images/slider-03.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }
    35% { background:  url(images/slider-03.jpg);   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }

    45% { background:  url(images/slider-02.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat;}
    55% { background: url(images/slider-02.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }

    65% { background: url(images/slider-03.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }
    75% { background:  url(images/slider-03.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }

    85% { background:  url(images/slider-02.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat;}
    100% { background: url(images/slider-02.jpg) ;   background-position:top center;
        background-size: cover;
        background-repeat: no-repeat; }
}
header#masthead .artisant {
     position: absolute;
     bottom: -5px;
     right: 10px;
}

b, strong {
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 600!important; */
}


/* SLOGAN */
.slogan-block {
    animation: slogan 1s forwards;
    left: 0;
    right: 0;
    top: calc(38% - 0px);
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    position: absolute;
}

.slogan-block .subtitle {
    font-size:1.1rem;
    color: #e8e8e8;
    line-height:1.7em;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65);
    letter-spacing: 2px;
    font-weight: 800;
}

.slogan-block .subtitle:after {
   content:'';
   height:5px;
   background:#bc3a45;
   position:relative;
   top:0;
   width:50px;
   margin:1em auto;
   display:block;
   text-align:center;
   border:1px solid #CCC;
}


.slogan {
    font-size: 4rem;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    /* text-align: right; */
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); */
    /* text-transform: uppercase; */
    /* margin-right: 22%; */
    animation: slogan 1s forwards;
    /* text-align: center; */
    font-family: 'Raleway', sans-serif;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65);
}
.slogan span {

}
.slogan:before
 {
    /* content: ''; */
    height: 6px;
    display: block;
    width: 50px;
    position: relative;
    /* background: #e45d11; */
    margin:0 auto;
    text-align:center;
    margin-top: 0.2em;
    border-bottom: -2px dotted #e45d11;
    border-style: double;
    border: 1px double #9e363f;
}

/*------ BTN Sweep Right ANIM ------*/
.btn--mines3 {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   -webkit-transform: translate(0);
   transform: translate(0);
   text-decoration: none;
   /*Permet la transition*/
   
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 1s;
   transition-duration: 1s;
   /*Transition de la couleur*/
   
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.btn--mines3:before {
   content: "";
   position: absolute;
   z-index: -1;
   /*l'anim se fait en dessous du texte*/
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   /*le before prend tout l'espace du bloc*/
   background: rgb(255, 255, 255);
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   /*Le before n'est pas visible, il a une taille de 0 et permet une transition seulement sur l'axe horizontal X*/
   -webkit-transform-origin: 0 50%;
   transform-origin: 0 50%;
   /*permet d'orienter la transition*/
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 1s;
   transition-duration: 0.5s;
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.btn--mines3:hover:before, .btn--mines3:focus:before, .btn--mines3:active:before {
   /* La taille du background augmente au survol seulement sur l'axe horizontal X*/
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

.btn--mines3:hover, .btn--mines3:focus, .btn--mines3:active {
   color: white;
   text-decoration: none;
   /* letter-spacing: 1px; */
}

.slogan-btn {
    padding: 1.5em 2em;
    border: 1px solid #bc3a45;
    font-size: 0.8rem;
    color: #bc3a45;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    background: none;
    margin: 2em auto;
    width: 226px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    cursor: pointer;
    letter-spacing: 1px;
    /* border-top: 1px solid #fff; */
    background: #ffffffa3;
}
.slogan-btn:hover {color: #2a2a2a;/* border-bottom: 1px solid #603034; */border: 1px solid #b43943;font-weight: 800;}


/* end SLOGAN */

/* BANDEAU PAGES INTERNES */
.semi-container{max-width: 1500px;margin: auto;padding-top: 0px;}

section.sectionTop {
    padding: 0.5em 0;
    background: #e8e4dc;
    margin-bottom: 0;
}
.breadCrumb {
    color: #CCC;
    /* opacity: 0.8; */
}
p#breadcrumbs {
    padding-top: 6px;
    text-align: right!important;
    font-size: 0.9em;
    color: #414246;
    margin: 0!important;
}
.sectionTop h1 {padding-top: 0;margin:0;padding-left: 0;font-size: 1.5rem;}

p#breadcrumbs a {
     color:#414246;
}
p#breadcrumbs a:hover {color: #bda08b;}

/* BANDEAU PAGES INTERNES */
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 5px;
    border-radius: 1px;
}

 .navbar-toggle .icon-bar {
    background-color: #272727!important;
}

/*ANIM BLOCS */
.bloc.text-center:hover {
    /*background: #e6e6e6;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloc.text-center {
    /*background: #F4F4F4;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* BAR TOP */
#glt-translate-trigger {
    z-index: 10000000;
    padding: 5px 16px 8px 16px;
}
.bar-top {
    color: #333333;
    background: #ffffff;
    height: 44px;
    font-size: 1rem;
    /* font-weight: 600; */
    text-align: right;
    /* padding-top: 0.6rem; */
    position: relative;
    right: 0;
    padding-left: 2rem;
    /* margin-right: 2rem; */
    font-weight: 600;
    padding-right: 2em;
    /* border-bottom: 1px solid #ffffff4d; */
    /* padding-top: 0.1em; */
    padding-bottom: 0.2em;
    /* display: block; */
    z-index:999999;
    /* float: left; */
    /* display: inline-block; */
    /* border-bottom: 1px solid #e8e8e8; */
}
.number {
    margin-right: 0.2em;
}
.number:after {
    content:'';
    height: 19px;
    background: #bf444e;
    display: inline-block;
    width: 2px;
    margin-left: 1.5em;
    margin-top: -6px;
    vertical-align: middle;
    margin-right: 0.5em;
}
i.fa.fa-phone {
       color: #717171;
       /* background: #5d5c5c; */
       font-size: 1.5rem;
       padding: 6px 12px;
       border-radius: 0px;
       margin-right: 0rem;
       vertical-align: baseline;
}
i.fa.fa-phone:hover {

}
i.fa.fa-phone {
    color: #bf444e;
    /* background:#8b8d96; */
    font-size: 1rem;
    padding: 0 12px;
    border-radius: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    cursor: pointer;
    /* border-radius: 2px; */
}

i.fa.fa-phone:hover {
    /* color: #fff; */
    /* background: #000000; */
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
i.fa {
    color: #020303;
    font-size: 1.5rem;
    padding: 0 10px;
    border-radius: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    /* transition: 0.25s ease-in-out; */
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
i.fa:hover {
  color: #bf444e;
  /* font-size: 2rem; */
  /* padding: 8px 12px; */
  /* border-radius: 0px; */
  /* -webkit-transition: 0.25s ease-in-out; */
  -moz-transition: 0.25s ease-in-out;
  /* transition: 0.25s ease-in-out; */
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.site-footer .fa-map-signs {
    margin-top: 0.5em;
    display:block;
}
.site-footer i.fa {
    color: #b63a43;
    font-size: 2rem;
    padding: 8px 10px;
    border-radius: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    /* transition: 0.25s ease-in-out; */
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.site-footer i.fa:not(.fa-map-signs):hover {
  color: #2a2a2a;
  /* font-size: 2rem; */
  /* padding: 8px 12px; */
  /* border-radius: 0px; */
  /* -webkit-transition: 0.25s ease-in-out; */
  -moz-transition: 0.25s ease-in-out;
  /* transition: 0.25s ease-in-out; */
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

#coord a { font-size: 1.2rem!important;}
/* end bar top */

.site-header {
    border-top: solid #000 0px;
}

.home-link{
    /* padding-top: 50px; */
}

#logo img {
    margin-top: 0px;
    /* animation: logo 2s forwards; */
    position: relative;
    z-index: 9999999;
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.45); */
    padding: 10px;
    width: 250px;
    /* padding: 0em; */
    padding-top: 1em;
    /* animation: logo 1s forwards; */
    /* display: block; */
    /* z-index: 5; */
}

#logo img:hover {
    /*opacity: .75;*/
}

.telephone {
    position: absolute;
    right: 15px;
    line-height: 65px;
    top :0;
    font-size: 17px;
    letter-spacing: 0.1em;
}


li {
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    padding-left: 0rem;
}
.scroll {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 100px; */
    bottom: 32px;
    color : #fff;
    /* font-size: 3rem; */
    letter-spacing: 0.2em;
    /* text-transform: uppercase; */
}
.scroll a:hover {
    text-decoration: none;
}
.scroll span {
    font-size: 1.5rem;
}
.scroll img {
    /*animation: scroll 2.5s ease infinite;*/
    
    position: relative;
    max-width: 25px;
    top: 0;
}

/* SOCIAL */
.block-social i.fa.fa-facebook {
    /* padding-left: 1.5rem; */
    font-size: 1.8rem;
}
.block-social {
    margin-left: auto;
    margin-right: auto;
    /* width: 150px; */
    text-align: center;
    background: #eaeaea;
    padding: 1.5rem;
    margin: 0;
    /* margin-bottom: 0; */
    padding: 0;
    padding-bottom: 0rem;
    padding-top: 3rem;
}
.block-social .icon-social ul {
    text-align: center!important;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.block-social .icon-social ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 0.5rem;
    /* background: #de9d5a; */
    border-radius: 30px;
    height: 30px;
    width: 30px;
    padding-top: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.block-social .icon-social ul li a:hover {
    color: #f4f4f4;
    font-size: 2.5rem;
    line-height: 1.5rem;
    /* background: #920000; */
    height: 30px;
    width: 30px;
    padding-top: 2px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.block-social i.fa-facebook:hover {
    color: #f4f4f4;
    background: #8d1b3d;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.block-social i.fa.fa-linkedin:hover {
    color: #f4f4f4;
    background: #8d1b3d;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}


i.fa.fa-linkedin {
       /* color: #ffffff; */
       /* background: #5d5c5c; */
       /* font-size: 1.5rem; */
       /* padding: 10px 11px; */
       /* border-radius: 30px; */
       /* margin-right: 0rem; */
       /* vertical-align: baseline; */
}
i.fa.fa-phone:hover {

}
.fa-facebook-square, .fa-facebook , .fa-linkedin,.fa-youtube-square, .fa-instagram{
 color: #333333;
 -webkit-transition: 0.25s ease-in-out;
 -moz-transition: 0.25s ease-in-out;
 transition: 0.25s ease-in-out;
 -ms-transition: 0.25s ease-in-out;
 -o-transition: 0.25s ease-in-out;
 margin-top: 14px;
}
.fa-facebook-square:hover, .fa-facebook:hover , .fa-linkedin:hover,.fa-youtube-square:hover,.fa-instagram:hover  {
    /* color: #188b9b; */
    /* -webkit-transition: 0.25s ease-in-out; */
    -moz-transition: 0.25s ease-in-out;
    /* transition: 0.25s ease-in-out; */
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.apss-social-share .fab{margin-top:0;}

/* SLOGAN */


/* SECTIONS */

.bloc-more {text-align:center!important;/* margin-bottom: 2rem */}
#main .bloc-more p {line-height: 1.5rem;/* text-align:center!important; */color: #777;}

.bloc-more h1:after { 
    content:'';
    height:1px;
    width :20%;
    background: #bda08b ;
    position: relative;
    display: block;
    margin-top: 1rem;
    margin:1rem auto;
}

.section1 p {
        line-height: 1.5rem;
    text-align: center!important;
    margin-bottom: 2em!important;
}
.section1 h2 {
    text-align: center!important;
}
.section2 p {
        line-height: 1.5rem;
    text-align: center!important;
    margin-bottom: 2em!important;
}
.section2 .exergue {
    margin-bottom: 1em!important;
    margin: 0!important;
    padding: 0!important;
    margin-bottom: 1em!important;
}
.section2 h2 {
  
    text-align: center!important;
}
.section4 h2 {
    text-align: center!important;
    margin-bottom: 15px;
    margin-top: 8px;
    color: #8d887a;
    font-weight: 400;
}
.section4{      background: rgba(234, 229, 226, 0.34);padding: 20px 0}
/* REA */
.picto-left {
    float: left;
}
.bloc-right {
    margin-left: 75px;
}
/* LOGO PIED DE PAGE SPECIFIQUE */

/*.................... end ......................*/
.separateur-10 {height:10px;display:block;}
.separateur-20 {height:20px;display:block;}
.separateur-30 {height:30px;display:block;}
.separateur-40 {height: 0;display:block;}
.separateur-50 {height:50px;}
.separateur-100 {height: 100px;}
.line1 {
    height:1px;
    border-top:solid #f2f2f2 1px;
    margin-bottom:20px;
    margin-top:20px; 
}

.line2{
    height:1px;
    border-bottom: 2px solid #bda08b;
    margin-bottom:20px;
    margin-top:20px;
}

/* ------------------ MENU ------------------ */
/* ----------- Menu  AEVC SOUS MENU ---------- */
.home #menu {
    position: relative;
    /* background-color: #e0e0e0; */
}
.page-id-16 #menu {/* background: #e0e0e0; */}


#menu {
    position: relative;
    background-color: #5c545400;
}
.navbar {
    border-radius: 0px;
    min-height: 0;
    display: block;
    /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.89); */
    text-align: center;
    margin-top: 1.8rem;
    padding-top: 0;
    /* background: none; */
    border: none;
    background-color: transparent!important;
}
.home .navbar {
    border-radius: 0px;
    min-height: 0;
    margin-top: 0;
    display: block;
    /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.89); */
    padding-top: 0rem;
    text-align: center;
    margin-top: 2.4rem;
    padding-top: 0;
    /* background: none; */
    border: none;
    background-color: transparent!important;
}


.navbar-nav {
    z-index:9999999;
    float: none;
    display: inline-block;
}

/* liserai barre de menu */

.navbar li {float:left;padding-left: 0rem;}
ul.sub-menu >.current-menu-item a{/* background-color:#FFFFFF; */}
 .navbar-nav>li>a{
    display: block;
    line-height: 1.1rem;
    padding: 0 0.9rem;
    white-space: nowrap;
    /* border-right:1px solid rgba(0,0,0,.05); */
    padding-top: 0rem;
    margin-top: 0.6rem;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    color: #ffffffc9;
    font-size: 1.1rem;
    /* font-weight: 800; */
    letter-spacing: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.31);
}

 .navbar-nav>li>a:focus,  .navbar-nav>li>a:hover {
    color: #ffffff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.navbar-nav>li::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -9px;
    z-index: 203;
    opacity: 0;
    background: #a0a0a0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    display: none;
}

.navbar-nav>li:hover::after  { opacity: 1;-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;}

.navbar-toggle {    
    color: #5a5a5a;
    position: relative;
    float: right;
    padding: 1rem 1rem;
    margin-top: 8px;
    margin-right: 1rem;
    margin-bottom: 8px;
    background-color: transparent!important;
    background-image: none;
    border:0;
}
/*.................... end ......................*/

.navbar-nav>li.current-menu-item a {
    color: #ffffff;
    background: none;
    padding-left: 1rem;
    padding-right:1rem;
    text-decoration: none !important;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.navbar-nav>li.current-menu-item:after{
     content: "";
     height: 1px;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: -9px;
     z-index: 203;
     opacity: 1;
     background: #aba69a;
     -webkit-transition: 0.25s ease-in-out;
     -moz-transition: 0.25s ease-in-out;
     transition: 0.25s ease-in-out;
     -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
     display: none;
}

#gallery-2 figure {overflow: hidden;  }
#gallery-2 figure img {
-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#gallery-2 figure:hover img {
  
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gite-bg{background: url(https://www.leclosducedre-launac.com/apps/uploads/2018/05/DSC_0841.jpg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -250px;}

.monet-bg{background: url(https://www.leclosducedre-launac.com/apps/uploads/2018/05/tete-lit-Monet.jpeg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -336px;}

.vermeer-bg{background: url(https://www.leclosducedre-launac.com/apps/uploads/2018/05/IMG_20180423_150527_1_1.jpg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -30px;}

.mer-bg{background: url(https://www.leclosducedre-launac.com/apps/uploads/2018/05/IMG_20180423_145247_1.jpg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -310px;}

.venise-bg{background: url(https://www.leclosducedre-launac.com/apps/uploads/2018/05/IMG_20180423_144434_1.jpg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -400px;}


/* nav bar current */

.blog .navbar-nav>li.current-menu-item a {
    color: #f16b76;
}

.page-id-16 .navbar-nav>li.current-menu-item a {
    color: #f16b76;
}
.page-id-13 a {
    color: #c14551;
    font-weight: 600;
}

/* MYFIXED */
.myfixed a#logo {
    float: none;
    padding: 0 0;
    text-align: center;
}
.myfixed .navbar {
   margin-top: 1.2em;
   margin-bottom: 1.2em;
} 

.myfixed #logo img {/* background: #bcbcbc; *//* margin: 0; *//* width: 90%!important; *//* margin: 0; */padding-top: 10px;padding-bottom: 13px;}
.myfixed .bar-top {border-bottom:1px solid #f2f2f2}

.myfixed p#btn-top {
    color: #707070;
    padding: 0;
    margin-top: 0.7rem;
    border: none;
    font-weight: 300;
}
#mysticky-nav {
    text-align: center;
    width: 100%!important;
    position: static;
    top: -100px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    background: transparent;
    background-color: transparent;
}
.myfixed .navbar-nav>li:hover::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto!important;
    bottom: -8px!important;
    z-index: 203;
    opacity: 1;
    background: #a0a0a0;
    -webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
}
.myfixed .navbar-nav >li.current-menu-item a{color: #bf3e45;}

.wrapfixed {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.myfixed .navbar-nav>li>a {
    color: #212121;
}
.myfixed .navbar-nav>li>a:hover {
    color: #b43943;
}
/* MYFIXED */
/********FORM*********/
span.wpcf7-not-valid-tip {
    color: #f00!important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
input[type="checkbox"] {
    vertical-align: sub;
}
#cookie-law-info-bar {
    padding: 5px 0;   
}
.contain-textarea.cookie1 span {color: #716c6c;font-size: 0.9rem!important;}
.contain-textarea.cookie1 a {color:#fca300 !important;font-size: 0.9rem!important;}

.contain-textarea.cookie.c2 {
     font-style: italic;
    color: #585858 !important;
    font-size: 0.9rem!important;
}
/********FORM*********/

/*OVERIDE BURGER */

button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 0px!important;
    right: 0px!important;
    background:#bd9f8b!important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    width: 25px;
    height: 3px;
    background-color: #fff!important;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
    color: #ffffff;
    background-color: #827062;
    border-color: #212121;
}


/* SUB MENU */

#main ul.slides, #main ul{margin: 0;padding: 0 ;}
ul.slides{padding: 0}

ul.sub-menu {
      padding-left: 0;
      display: none;
      position: absolute;
      background: #292827;
      list-style: none;
      width: 330px;
      z-index: 99999;
      -webkit-animation: fadeim 1s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadeim 1s; /* Firefox < 16 */
      -ms-animation: fadeim 1s; /* Internet Explorer */
      -o-animation: fadeim 1s; /* Opera < 12.1 */
      animation: fadeim 1s;
      border-radius: 0;
      margin-top: 0px;
      padding-top: 4px;
}
@keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}
li.menu-item:hover >ul.sub-menu {
    display: block;
}
div#container.rea{font-size: 1.3rem;color:#000000;}
ul.sub-menu >.menu-item a {
    float: left;
    color: #f2f2f2;
    font-size: 0.9rem;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 3rem;
    font-weight: 400;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item:hover a, ul.sub-menu >.menu-item > a:hover{
   color: #ffffff!important;
   text-decoration: none;
   padding-left:   20px;
   -webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
   transition: 0.25s ease-in-out;
   -ms-transition: 0.25s ease-in-out;
   -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item {
    float: left;
    padding: 0px 0px;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item:hover{background: #52504a !important;color: #b3ac9d !important;}
ul#menu-menu-footer {
    background: transparent !important;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/* ------------------ MAIN ------------------ */
.mini-container  {width: 50%;}
#main {
    position: relative;
    background: #fff;
    /* padding-top: 50px; */
}
div#logo-stick {
    float: left;
    display: none;
    position: relative;
    z-index: 99999;
}
.myfixed div#logo-stick {
  
    display: block;
}
#firstancre {
    background: #ffffff;
    padding-top: 3em;
}
.bloc-half-img {
    height: 100%;
    width: 100;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0!important;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.bloc-half-img.right {
    left: auto;
    right: 0;
}

.bloc-half-img img {
    height: 100%!important;
    width: auto;
    max-width: none;
}

.fond {
    background-color:#d8d8d8;
}

.bloc-txt {
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #F4F4F4;
}
.page-id-16 .bloc-txt {height:  700px;}
.page-id-16 section.sectionTop { margin-bottom: 0!important;}

.mt70 {margin-top: 7rem;}

.bloc-txt div {
    padding : 4rem;
}

/* BLOCK INFOS */
/* end BLOCK INFOS */

/* BLOCK ACTU */
.bloc-actu {
    /* margin-bottom: 2rem; */
    /* border: 1px solid #95c122; */
    /* border-radius: 11px; */
    /* padding-bottom: 3rem; */
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 3rem;
    background: #f7f7f7;
    padding-top: 1em;
}
.bloc-actu h2 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0.1em;
    text-align: center;
}

.bloc-actu p {font-size: 1.1;margin-bottom: 20px;margin-top :1rem;color: #353535;letter-spacing: 0;/* text-transform: uppercase; */text-align: center!important;padding-top: 0.5rem;}

.blog_template.boxy-clean { margin-bottom: 100px;}

/* graphic en fond*/
/*
.picto-bg{
    bottom: 5%;
    left: 22%;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    max-width: 20%;
    opacity: .3;
    position: absolute;
    width: 235px;
    height: auto;
    opacity: .2;
    z-index: 1;

}
/* BLOCK reseaux */
.block-reseaux {
    /* border: 1px solid #95c122; */
    /* border-radius: 11px; */
    /* padding-bottom: 3rem; */
    /* border-top: 1px solid #d4d4d4; */
    background: #FFFFFF;
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 2rem;
    margin-top: 2rem;
}
.block-reseaux h3 {
    display: inline;
    vertical-align: text-top;
    padding-right: 0rem;
    /* border-right: 1px solid #cecece; */
    padding-top: 1rem;
    margin-top: 0;
    padding-bottom: 1rem;
    /* padding-left: 1rem; */
    font-size: 2.5rem;
    color: #7d185f;
    font-weight: 300;
    line-height: 3rem;
}

.block-espaces {
  padding-top :4rem;
  background: #212121;
  padding-bottom: 3rem;
}
.block-espaces h2{
 color: #afafaf;
 text-align: center;
}

.block-part {
    background:#FFF;
    padding-bottom: 2rem;
}

.services {
    padding: 34px 0 2rem;
    /*background-image: url(http://www.multimed-solutions.fr/jeu-de-fil/apps/uploads/2017/12/bg-produit.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background: whitesmoke; */
}
.services h2 {
 text-align:center;
}

.services .wrap-metier a{
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px;
    position: relative;
    margin-top: 30px;
    color: #fff;
}

.services .wrap-metier a .bg-noir {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #383838;
}

.services .wrap-metier a:hover .bg-noir img{ opacity: 0.4;}

.services .wrap-metier a p {
    line-height: 20px;
    position: absolute;
    z-index: 2;
    top: 250px;
    left: 5px;
    right: 5px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;

}

.number {
    display: inline-block;
    margin-bottom: 5px;
    color: #2a2a2a;
    font-size: 60px!important;
}



.bg-black {
    background:#171717;
    padding : 50px 0;
    color : #fff;
}

.bg-blanc {background-color: #fff;}



.focus {
    background-size: cover;
    padding: 70px 0 90px;
}
.focus .row {
    position: relative;
}
.focus .col-sm-4 {
    position: absolute;
    right: 15px;
    top: 10%;
    height: auto;
    border: 8px solid #b19e7b;
    padding: 30px 20px 50px;
    background-color: #fff;
}
.focus .marron{
    color : #b19e7b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.focus .col-sm-4 .btn {
    position: absolute;
    margin: .0 20px;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #b19e7b;
}

#nav-metiers {
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    height: 180px;
    transition: all .25s ease;
}

#nav-metiers .row>div {padding : 10px; background-color: #bfb097;}
#nav-metiers .row a {
    padding: 5px;
    display: block;
    float: left;
    width: 20%;
    position: relative;
    height: 160px;
    
}
#nav-metiers .row a>div {
    position: relative;
    background: #0c0d0d;
}
#nav-metiers .row a.active>div, #nav-metiers .row a:hover>div {
    position: relative;
    background: #a18249;
}

#nav-metiers .row a>div:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 12px solid;
    border-color: #bfb097 transparent transparent;
    margin: auto;
    top: -15px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .25s ease;
}
#nav-metiers .row a:active>div:after, #nav-metiers .row a:hover>div:after{
    top: 0;
    opacity: 1;
    transition-delay: .2s;
}
#nav-metiers .row a>div>img {
    opacity: .25;
    height: auto;
}

#nav-metiers .row a>p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    letter-spacing: 0.1em;
    color : #fff;
    font-size : 1.6rem;
    text-align: center;
}

.gallerie {padding : 70px 0;}
.gallery{margin : 0;}

.photos img {
    width: 100%;
    height: auto;
    border: 0 solid #303232;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    opacity: .3;
}

.photos img:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 1;
}

.gallery-caption { display:none;}
.gallery-item {
width: 100%;
height: auto;
padding: 1px;
/* background-color: #303232; */
}

/*------Footer------*/


.site-footer{
  color: #a5a5a5;
  background: #e4e4e4;
  padding-top: 2em;
}
.site-footer .suivez {
    text-align: center;
    display: block;
 color:#333;
}
.site-footer .container-suivez {/* background:#fef1e9; */border-radius:50px;margin:0 auto;}
#mini-footer {
    background: #1f1e1e;
    padding: 15px 0;
    margin-bottom: 50px;
}
#mini-footer li{    padding: 0 31px;float:  left;   }
.menu-footer ul {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: .1em;
    color: #fff;
    list-style-type: none;
    text-transform: uppercase;
    padding: 15px 0 0;
    text-align: center;
}

.site-footer a {
    text-decoration: none;
    color: #868686;
}

.site-footer a:hover, .site-footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

.copy {
    margin-top:1em;
}

.site-footer p  {
    line-height: 1.5rem;
    padding-top: 1px;
    margin:     0;
    /* font-size: 0.7rem; */
    /* font-family: 'Montserrat', sans-serif */
    padding-bottom: 0;
    color: #555555;
    /* margin-top: 2em; */
}

.site-footer .adresse { padding-top: 1em;}

.site-footer .marron {
    color: #bdbdbd;
    text-transform: uppercase;
    font-weight: 400;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 1.8rem;
    border-bottom: 1px solid #f57e157d;
    padding-bottom: 0.5rem;
    width: 23%;
    text-align: center;
    margin: 0 auto;
    padding-top: 2em;
}

.entry-meta {background-image: url(http://multimed-solutions.fr/theme-btp/wp-content/uploads/2015/09/texture-noire.jpg);}
.copy a:link {
    color: #6b6b6b;
}

.copy a:visited {
    color: #6b6b6b;
}
.copy{color: #FFFFFF;text-align: center;text-transform:    uppercase;font-size: 10px;padding-top: 30px;/* background: #eeeeee; */font-size: 0.7rem;font-family: 'Montserrat', sans-serif;border-top: 1px solid #CCC;margin-top: 2em!important;display: block;}


#main p, #main ul, #main ol, #main table, #main q, #main blockquote, #main code, #main samp, #main pre {
    margin: 0 0 20px 0;
    text-align: left;
}

.text-center{text-align:center!important;display:block;margin:0 auto;}
.text-left{text-align:left!important; display:block;margin:0 auto;}
.text-right{text-align:right!important; display:block;margin:0 auto;}
.center { text-align: center; margin:0 auto;display:block;}

/*.................... end ......................*/

.special-accueil{
    text-align:right!important;
    padding-right: 20px;
}

.contain-line {
    border-bottom: 2px solid #CCCCCC;
    width : 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/* ------------------ HEADING ------------------ */
.beige { color : #c1b298; }

/* SLOGAN SLIDER */
.activites {
    font-size: 2rem;
    font-weight: 400;
    color: #ff4900;
    letter-spacing: 0.2em;
    margin: 0rem 0;
    text-align: center;
    line-height: 0;
    font-weight: 300;
    letter-spacing: 0.1em;
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */
    text-transform: uppercase;
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */
}

.activites span {
     font-size: 4.54rem;
     color: rgb(110, 102, 85);
     text-transform: initial;
     margin-top: 1em;
     font-weight: 400;
     text-align: center;
     display: block;
     letter-spacing: 0;
     text-transform: uppercase;
}
.activites span span {
     font-size: 2.54rem;
     line-height: 0;
     display: inline;
     vertical-align: super;
}

.activites2 {
    font-size: 7rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2em;
    margin: 0rem 0;
    text-align: center;
    line-height: 0;
    font-weight: 300;
    letter-spacing: 5px;
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48);
}

.activites2 span {
     font-size: 3.1rem;
     color: rgb(255, 255, 255);
     text-transform: initial;
     margin-top: 1.5em;
     font-weight: 400;
     text-align: center;
     display: block;
     letter-spacing: 0;
}
.activites3 {
    font-size: 7rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2em;
    margin: 0rem 0;
    text-align: center;
    line-height: 0;
    font-weight: 300;
    letter-spacing: 5px;
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48);
}

.activites3 span {
     font-size: 3.1rem;
     color: rgb(255, 255, 255);
     text-transform: initial;
     margin-top: 1.5em;
     font-weight: 400;
     text-align: center;
     display: block;
     letter-spacing: 0;
}
.activites-plus span > span{

}
.activites {
    /* font-family: 'Montserrat', sans-serif; */
    /* position: absolute; */
    left: 0;
    right: 0;
    /* top: calc(72% - 0px); */
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding-top: 8.5rem;
    padding-bottom: 3rem;
}

.activites2 {
    /* font-family: 'Montserrat', sans-serif; */
    position: absolute;
    left: 0;
    right: 0;
    top: calc(52% - 0px);}
    

.block-pro {
    /*background: #460200;
    border-bottom: solid #730400 1px;*/
    width: 100%;
    height: 42vh;
    background: url(images/part.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    background-attachment: scroll;
    padding-top: 6rem;
    text-align: center;
}
.block-pro h2 {
 color: #020202;
 /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */
 margin: 0;
 text-align:center;
}
.page-id-409 #main {
    min-height: 500px;
}


.white{color: #fff!important}
.more{    background: #ececec;
    padding: 40px 0 40px;}


.block-espaces .col-sm-4{
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    }

.block-espaces .col-sm-4:hover{opacity:   1 !important    ;-webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;}

.exergue {
    font-size: 1.4rem;
    font-weight: 400;
    box-shadow: 0 0 6px rgba(0,0,0,0.0);
    line-height: 0;
    color: #c14551;
    text-align: left!important;
    padding-top: 0;
    letter-spacing: 0;
    margin-bottom: 0!important;
    padding-bottom: 1rem!important;
    line-height: 1.4em;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
}
.exergue span{
 font-weight: 800;
 /* font-size: 2rem; */
 line-height: 1.4rem;
 font-style: italic;
 /* color: #0e4194; */
 /* line-height: 1.8rem; */
}

.container-txt {padding-left: 20%;padding-right: 20%;}


.exergue2 {
    font-size: 1.2rem;
    color: #313131;
    /* font-style: italic; */
    font-weight: 400;
    text-align: center!important;
    line-height: 1.8rem;
    padding-bottom: 1em;
}
.exergue2 span {
    font-weight: 400;

}


.big {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;

}


.icon-social .big  {
    margin: 0;
    padding: 0;
    border-bottom: 2px dotted #8d1b3d;

    
}

/* RESPONSIVE MENU */
body .responsive-menu-open button#responsive-menu-button,body button#responsive-menu-button{}
.responsive-menu-open button#responsive-menu-button:hover, .responsive-menu-open button#responsive-menu-button:focus, button#responsive-menu-button:hover, button#responsive-menu-button:focus {
  
}
#responsive-menu-container {
    background:#212121!important;
    padding-top: 50px!important;
}
button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: fixed!important;
    top: 0px!important;
    left: 0px!important;
    background: rgb(155, 53, 64)!important;
    z-index: 999999!important;
}
#responsive-menu-container {
    width: 360px!important;
    right: 0;
    transition: transform 0.5s;
    text-align: left;
    background: #212121;
}


/* RESPONSIVE MENU end */


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    /* font-family: 'Maven Pro', sans-serif!important  ; */
}
h1{
    font-size: 2rem;
    line-height: 2.1rem;
    font-weight: 400;
    color: #3b3b3b;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}
.home h1{text-align: center; padding-bottom: 20px;}
h1 span {
    color: #9b9b9b;
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 400;
}

h2 {
    font-size: 1.75rem;
    font-weight: 300;
    text-align: left;
    line-height: 2rem;
    color: #555;
    /* text-transform: uppercase; */
    padding-bottom: 0.5em;
}
.page-id-16 h2 {
 
    color: #000;}
h2 span{
    font-weight: 400;
    color: #a09a8b;
}

.do p , .do h2, .do h3, .do{text-align: center!important;}
.do h3{font-size: 1.5rem;
    margin-bottom: 20px;
    color: #248a9c;
    letter-spacing: 0;
    text-transform: lowercase;
    text-align: center;
    padding-top: 0;
    font-weight: 300;}

h3{
       font-size: 1.5rem;
       margin-bottom: 20px;
       color: #212121;
       letter-spacing: 0;
       text-transform: lowercase;
       text-align: center;
       padding-top: 0;
       font-weight: 400;
}
h3::first-letter{text-transform:    uppercase;  }
h3 span {
    font-weight: 300;
    color: #d0cccc;
}
h4{
    font-size: 1.25rem;
}
h5{
    font-size: 1rem;
}
h6{
    font-size: 0.9rem;
}
.entry-content {
    background: #fff;
}
/*.................... end ......................*/

/*BLOG */
.blog .entry-content {/* line-height:2.4rem;background: #FFF; */}

.line1 {
    height:1px;
    border-top:solid #f2f2f2 1px;
    margin-bottom:20px;
    margin-top:20px; 
}

article h2 {
    /* padding-top: 3rem; */
}
/*BLOG */

/* ------------------ BTN ------------------ */



.btn, .wpcf7-form-control.wpcf7-submit, .more-link {
    text-transform: uppercase;
    color: #ffffff;
    width: auto;
    text-align: center;
    font-size: 0.8rem;
    /* letter-spacing: 0.1em; */
    padding: 1rem 2.1rem;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    border:none;
    font-weight: 600;
    margin-top: 0rem;
    border: 1px solid #ffffff;
    outline: none!important;
    background-color: #b63a43;
    letter-spacing: 1px;
    border: 1px solid #FFF;
    cursor: pointer;
}

.page-id-16 .wpcf7-form-control.wpcf7-submit {
    margin-top :2rem;
}
.page-id-16 .wpcf7-form-control.wpcf7-submit {
    /* padding: 14px 20px; */
}
input, select, textarea {outline-color: #787878;}


.wpcf7-form-control.wpcf7-submit {margin: 0 auto;}
.bg-noir {
    background-color:#303232;
}
.more-link {
margin-top: 2rem;
margin-bottom: 2rem;

}
.entry-thumbnail {
 margin-top :1rem;
 margin-bottom: 2rem;

}

.btn:hover, .wpcf7-form-control.wpcf7-submit:hover, .more-link:hover{
    border: 1px solid #b63a43;
    outline: none;
    color:white;
    background-color: #ffffff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.btn.bg-marron:hover{
        outline: none;
    background-color: #827971;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
a.btn{}
.btn:hover,.wpcf7-form-control.wpcf7-submit:hover{
        outline: none;
        color: #b53942;
        outline: none;
    }

.button{
        outline: none;
        width: auto;
        /* margin: 5px; */
        padding: 0.5em 1.1em;
        font-size: 0.8rem;
        color: #fff;
        /* line-height: 5rem; */
        border: 0;
        text-transform: uppercase;
}
.button:visited, .button:active, .button::focus, .button:link {
    outline: none;
    width: auto;
    margin: 5px;
    padding: 5px 15px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 5rem;
    border: 0;
    border-color: transparent;
    border-style: none;
    text-transform: uppercase;
}

.button:hover{background: #b19e7b;
        outline: none;
    color: #fff;
}
    span.wpcf7-form-control-wrap.captcha-892 {
    padding-right: 50px;
}


/* ------------------ ACTUALITES ------------------ */

.single #mysticky-wrap {
    height: auto !important;
}

.meta-nav span {
    display:none!important;
}
p#actu-home {
	font-size: 2rem;
    margin-bottom: 20px;
    color: #717171;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2rem;
    font-weight: 400;
}

span.meta-nav {
display: none!important;
}
.blog #actu {
display: none;
}
#actu{background:#131313;padding: 0 0 10px;}

a.img-actu img { height: auto;}
a.img-actu {
color:#b1a9a3;
}
#actu ul{list-style: none;padding:  0;}

span.title-actu {
    text-transform: uppercase;
    line-height: 3rem;
    font-size:  1.4rem;

}
.txt-actu p{color:#b1a9a3; font-size: 1.4rem;text-align:justify; }

p#actu-home{
       font-size: 2.5rem;
    margin-bottom: 20px;
    color: #787878;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 0;
}

/* PAGE ACTU */
.post-title h1 {
padding:3rem!important;
}
.post-content {
 line-height: 2.5rem;

}
.txt-actu {
    padding-bottom: 2rem;
}
/*................... end ......................*/

.home #mysticky-wrap{/* height: 0!important */}

#page #mysticky-wrap{/* height: 65px!important; *//* margin-bottom: 0px; */background: transparent;background-color: transparent;}




/* BLOCK TRANSFO */

.contact {
    background: rgb(64, 40, 57);
    padding: 40px 0 40px;
}
.home input.wpcf7-form-control.wpcf7-submit {
    /* margin-top: 10px; */

padding:0.7rem 2.2rem!important;
    
}

.home .myfixed p#btn-top {
    color: #707070;
    padding: 0;
    margin-top: 0.7rem;
    border: none;
    font-weight: 300;
}
.home p#btn-top {
    color: #fff;
    padding: 6px 20px;
    margin-top: 1.5rem;
    border: 3px solid;
    font-weight: 300;
}
 .home #btn-top a{font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.3rem;}


p#btn-top {
    color: #fff;
    padding: 6px 20px;
    margin-top: 0.5rem;
    border: 3px solid;
    font-weight: 300;
    margin-bottom: 0.5rem;
    position: relative;
}
.myfixed p#btn-top:after {
    display: block;
    content: "";
    width: 39px;
    position: absolute;
    height: 50px;
    background: url(./images/picto.svg) no-repeat;
    right: -10px;
    top: 0;}
/* ------------------ FORMULAIRE ------------------ */
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.5686274509803921);
    padding: 8px;
    border: 1px solid #7777;
}
.home .wpcf7-form-control.wpcf7-text, .home .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px;
    border: 1px solid #999;
    border-bottom: 1px solid #999 !important;
    outline-color: #736d5c;
}
.theme_3.wpcf7-form input.valid, .theme_3.wpcf7-form select.valid, .theme_3.wpcf7-form textarea.valid {
    background: url(../img/valid.png) no-repeat right 5px center;
    color: #FFF!important;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: auto;
}
.contact .titre {color: #ffffff;font-size: 1.5rem;font-weight: 300;line-height: 2.3rem;text-align: center;padding-bottom: 20px;margin: 0 auto;text-align: center!important;letter-spacing: 1px;}
.contact .titre span {font-weight: 400 }

/* BLOCK TRANSFO end */




/* SECTION SLIDER */
.section-intro {min-height: 650px;height: 100%;position: relative;/* display: block; */}
.section-intro img {
    width: 60%!important;
}
/* en SECTION SLIDER */

/* SECTION INTRO */

.intro {
    background: #fff;
    padding-top: 2.5em;
    padding-bottom: 2em;
}

/* end SECTION INTRO */

/* SECTION BLOCKS MULTI ICONS */

.block-icon {
   margin: 0 auto;
   display: block;
   margin-bottom: 0em;
   margin-top: 1em;
   background: antiquewhite;
   padding-bottom: 3em;
   padding-top: 2em;
} 

.block-icon h2 {
  text-align:center;
  /* color: #b43943!important; */
}
.block-icon h3 {
 font-size:1em!important;
} 

.block-icon .semi-container {
  text-align: center;

}
.block-icon-01, .block-icon-02, .block-icon-03, .block-icon-04, .block-icon-05, .block-icon-06 {
    display: inline-table;
    text-align: center;
    /* padding-left: 1em; */
    padding-right: 4em;
}

.block-icon-01 img{
    /* background: #ff934e; */
    /* border-radius: 150px; */
    /* width:90px; */
    /* padding: 0.2em; */
}
.block-icon-02 img{
    /* background: #0d929f; */
    /* border-radius: 150px; */
    /* width:90px; */
    /* padding: 0.2em; */
}
.block-icon-03 img{
    /* background: #fa8cec; */
    /* border-radius: 150px; */
    /* width:90px; */
    /* padding: 0.2em; */
}
.block-icon-04 img{
    /* background: #ffffff; */
    border-radius: 150px;
    /* width:90px; */
    /* padding: 0.2em; */
}
.block-icon-05 img{
    /* background: #eeeded; */
    /* border-radius: 150px; */
    /* width:90px; */
    /* padding: 0.2em; */
}
.block-icon-06 img{
    /* background: #eeeded; */
    /* border-radius: 150px; */
    /* width:90px; */
    /* padding: 0.2em; */
}

/* SECTIONS ICONS */
.green {background-color: #ff934e!important;transition:background-color 0.75s ease;}
.green-pulse {
    background-color: #292929!important;
    background-image: none;
    transition:background-color 0.75s ease;
    color:  #fff !important;
}
.green h2{/* color: #fff; */}

.home .bloc-more{overflow: hidden;background: #000}
.home .bloc-more .col-md-6:nth-child(1){background: #ffffff;position: relative;display: flex;justify-content: center;align-items: center;/* min-height: 56vh; *//* position:  relative; *//* min-height: 532px; */margin-right: -15px;}
.home .bloc-more .col-md-6:nth-child(1) iframe{position:absolute;top:0;left:0;width:100%;height: 100%;/* opacity: 0.7; */}
.home .bloc-more .col-md-6:nth-child(2){background: #ffffff no-repeat center;padding: 7% 12%;color: #e7e7e7;font-size: 1rem;font-family: 'Montserrat', sans-serif;font-weight: 400;line-height: 1.5;}
.home .bloc-more .col-md-6:nth-child(2) h2{}


.home .bloc-more2 .col-md-6:nth-child(1){background: #e5e5e5 no-repeat center;padding: 7% 4%;color: #777777;font-size: 0.875rem;font-family: 'Montserrat', sans-serif;font-weight: 400;line-height: 1.5;}
.home .bloc-more2 .col-md-6:nth-child(1) h2{}
.home .bloc-more2 .col-md-6:nth-child(2)  {
    background: url(images/more2.jpg) top right no-repeat;
    padding-left: 0!important;
    padding-right: 0!important;
        background-size: cover;
}
#main .bloc-more2 p {
    line-height: 1.5rem;
    /* text-align: center!important; */
}


.bloc-more3{
    padding-bottom: 8rem;
    padding-top: 5rem;
    background: #f7f7f7;
    background: url(images/more3.jpg) no-repeat top left;
    /* min-height: 429px; */
    margin-top: 0rem;
    background-size: cover;
    background-attachment: fixed;
    color: #fff
}
 .bloc-more3 p{text-align: center;}
 .bloc-more3 h2{text-align: center;color: #ea7d0c;font-weight: 400;}
.bloc-more3 .titre {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-align: center!important;
    letter-spacing: 1px;
 }
 .bloc-more3 .btn  {
    color: #ffffff;
    background: #bc3a45;
    margin: 0 auto;
    text-align: center;
}
.bloc-more3 .btn:hover{
     color: #b63a43;
     background-color: #ffffff!important;
     outline: none!important;
}
 .bloc-more3 .container{
 background: rgba(255, 255, 255, 0.73);
 padding: 5%;
 }
/*section.section4:before {
    background-image: url(images/line-down.png);
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background-repeat: no-repeat;
    background-position: top center;
}
section.section4:after {
    background-image: url(images/line-top.png);
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background-repeat: no-repeat;
    background-position: bottom center;
}

*/
/* block tips */
section.block-transfo {
    padding: 2%;
    text-align: center!important;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #777777;
    background: #eeeeee;
    font-weight: 400;
}
section.block-transfo p{text-align: center!important;margin-bottom: 0!important;display: inline-block;font-size: 1.2rem;color: #313131;}

.block-transfo .btn {
    background: none!important;
    margin-top: 0.5em;
    margin-left: 1em;
    vertical-align: baseline;
    background: #bc3a45!important;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.block-transfo .btn:hover {
    background: #ffffff!important;
    color: #b33842;
}
.block-transfo.exergue-hotel{
    background: #bc3a45;
    color: #fff;
    margin-top: 3rem;
}

/* BLOCK 


.bloc-picto div .img{position: relative;height:180px;margin-top: 50px;cursor: pointer;}

.bloc-picto div.img img{


position: absolute;
margin: auto;
left: 0;
right: 0;
top: 0;

-webkit-transition-property: top; /* Safari */
-webkit-transition-duration:  0.5s; /* Safari */

transition-property: top;
transition-duration: 0.5s;
}

.bloc-picto div .img:hover img{top: -10px;}

.bloc-picto div .img::after{
       content: "";
       position: absolute;
       left: 0;
       width: 0%;
       border-bottom: 2px solid rgb(214, 255, 233);
       right: 0;
       margin: auto;
       -webkit-transition-property: width;
       -webkit-transition-duration: 0.5s;
       transition-property: width;
       transition-duration: 0.3s;
       bottom: 0;
}

.bloc-picto div .img:hover::after  {    width: 20%;}
.bloc-picto p{text-align: center !important;}
.bloc-picto h2{text-align: center !important;color: #555;padding-bottom: 1.5em;}
.h2{    font-size: 1.75rem;
    font-weight: 100;
    text-align: center!important;
    line-height: 2rem;
    color: #555;
    /* text-transform: uppercase; */
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-family: 'Maven Pro', sans-serif!important;
}
/*****************MA VISION*************************/
#vision.bloc-more{overflow: hidden;}
#vision.bloc-more .col-md-6:nth-child(1){background: url(images/approche-dietetique.jpg) top right no-repeat;
    padding-left: 0!important;
    padding-right: 0!important;
    background-size: cover;}
    #vision.bloc-more .col-md-6:nth-child(2) {
    background: #ffefd9 no-repeat center;
    padding: 7% 4%;
    color: #6a6a6a;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
/******************CONSULTATIONS************************/
#consultation.bloc-more2 .h2{color: #fff;text-align: left!important;}

#consultation.bloc-more2 .col-md-6:nth-child(1){background: #9dc436 no-repeat center;padding: 7% 4%;color: #ffffff;font-size: 0.875rem;font-family: 'Montserrat', sans-serif;font-weight: 400;line-height: 1.5;}

#consultation.bloc-more2 .col-md-6:nth-child(2)  {
    background: url(images/consultation-dietetique.jpg) top right no-repeat;
    padding-left: 0!important;
    padding-right: 0!important;
        background-size: cover;
}
#main .bloc-more2 p {
    line-height: 1.5rem;
    /* text-align: center!important; */
}
.page-id-351 .bloc-more3 {
    padding-bottom: 8rem;
    padding-top: 5rem;
    background: #f7f7f7;
    background: url(images/pour-qui.jpg) no-repeat top left;
    /* min-height: 429px; */
    margin-top: 0rem;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*****REMBOURSEMENT*********************************/
#remboursements.bloc-more{overflow: hidden;}
#remboursements.bloc-more .col-md-6:nth-child(1){background: url(images/mutuelle-dietetique.jpg) top right no-repeat;
    padding-left: 0!important;
    padding-right: 0!important;
    background-size: cover;}
#remboursements.bloc-more .col-md-6:nth-child(2) {
    background: #ff7a9e no-repeat center;
    padding: 7% 4%;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
#remboursements.bloc-more .col-md-6:nth-child(2) .h2{color: #fff;} 
.page-id-249 section.bloc-tips {
  
    background: #9dc436;
   
}



.page-id-343 section.bloc-tips {
  
    background: #58b2c1;
   
}
.page-id-351 section.bloc-tips {
  
    background: #b29b99;
   
}
.besty-pagination {
    margin: 20px auto;
    display: table;
    width: 100%;
}
.besty-previous-link {
    float: left;
}
.besty-next-link {
    float: right;
}
.besty-pagination a {
    border: 1px solid #ffffff;
   font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

span.page-numbers.current {
    font-weight: bold;
}
/*
/* ------------------ BREAK POINTS ------------------- */

@media screen and (max-width: 1799px) {

div#menu.semi-container {
    width: 100%!important
}

}
@media screen and (max-width: 1469px) {
    div#menu.semi-container .col-md-2.text-center {
    margin-left: 0!important;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 22.666667%;
    max-width: 30%;
        margin-right: 65px;
}
.navbar {
 
    padding-top: 0!important;
}
.navbar-nav>li>a {

    padding: 0 0.5rem!important;
 
}
  div#menu.semi-container .offset-md-1 {
    margin-left: 0; 
}

}
@media screen and (max-width: 1399px) {
  


 html {font-size: 100%}

}



@media screen and (max-width: 1199px) {
     html {font-size: 90%}



}
@media screen and (max-width: 1100px) {
       html {font-size: 85%}
}

@media screen and (max-width: 991px) {
div#menu.semi-container .col-md-2.text-center {
    margin-left: 0!important;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 30.666667%;
    max-width: 50%;
    margin-right: 65px;
}
.block-icon-01, .block-icon-02, .block-icon-03, .block-icon-04, .block-icon-05 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}



  html {font-size: 80%}
  .section4 .separateur-30{height:  0}



    .slogan1, .slogan2, .activites {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    left: 0;
    right: 0;
    top: calc(60% - 0px);
    display: block;
}
    .activites {
    font-size: 3.5rem;
    line-height:3rem;
    }
    .activites span {
        margin-top: 1px;
    }

   .section-intro {
    min-height: 400px;
    height: 100%;
    position: relative;
    /* display: block; */
}
}

@media screen and (max-width: 1299px) {
	body #glt-translate-trigger {
		top: 160px;
		left: 0px;
	}
}

@media screen and (max-width: 767px) {
    .slogan {font-size:3rem;}
    .slogan:before {margin-bottom:0.5em}
    .bar-top {text-align: center;}
    div#menu.semi-container .col-md-2.text-center {
		margin-left: auto!important;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: auto;
		width: 100%;
	}

    p#btn-top {
		color: #fff;
		padding: 6px 20px;
		margin-top: 1.5rem;
		border: 3px solid;
		font-weight: 300;
		max-width: 200px;
	}
    .home header#masthead {
    width: 100%;
    height: 100vw;}

    .home .bloc-more2 .col-md-6:nth-child(2) {
		min-height: 300px;
	}
    .bloc-more3 {
		background: url(images/more3.jpg) no-repeat bottom center;
		background-attachment: fixed;
		background-size: cover;
	}
    .block-icon-01, .block-icon-02, .block-icon-03, .block-icon-04, .block-icon-05 {
		display: block;
	}
    .gite-bg,.monet-bg,.vermeer-bg,.mer-bg,.venise-bg{min-height: 100px;}
    
  	html {font-size: 70%}
	.home .bloc-more .col-md-6:nth-child(2) {
    	padding: 7% 10%;
	}
	#logo img{/* max-height: 70px; */}
	.activites {
		font-size: 3.5rem;
		margin-bottom: 0;
		display: block;
	}
	#colophon .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	#coord a.number {
		padding: 5px 0 0 0;
		margin-bottom: 0;
	}
	#head a i.fa {
		margin-top: 5px;
	}
	.bar-top {
		height: 55px;
		padding: .2rem 0;
	}	
}

@media screen and (max-width: 450px) {
    .slogan {font-size:2rem}    
   	html{font-size: 60%;}
    header#masthead {
    width: 100%;
    height: 100px;
    }
    #logo img { width:50%;}
	
	#glt-translate-trigger {
		bottom: 85px !important;
		left: 0px !important;
		z-index: 1000000;
		top: auto !important;
		font-size: 15px;
		padding: 8px;
	}
	.tool-container.tool-top.toolbar-primary {
		top: auto !important;
		bottom: 53px !important;
	}
}
