/*
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 : */

/*
        Open sans*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);*/
/*
font-family: 'Open Sans', sans-serif;
*/
/*
        Lato*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);*/
/*
font-family: 'Lato', sans-serif;
*/
/*
        Merienda
@import url(https://fonts.googleapis.com/css?family=Merienda:400,700);*/
/*
font-family: 'Merienda', cursive;
*/
/*
        Niconne
@import url(https://fonts.googleapis.com/css?family=Niconne);*/
/*
font-family: 'Niconne', cursive;
*/
/*
        Baumans
@import url(https://fonts.googleapis.com/css?family=Baumans);*/
/*
font-family: 'Baumans', cursive;
*/
/*
        Courgette
@import url(https://fonts.googleapis.com/css?family=Courgette);*/
/*
font-family: 'Courgette', cursive;
*/
/*
        Droid sans
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
/*
font-family: 'Droid Sans', sans-serif;
*/
/*
        Droid sans Mono
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);*/
/*
font-family: 'Droid Sans Mono', 'Droid Sans', sans-serif;
*/
/*
        Lobster
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);*/
/*
font-family: 'Lobster Two', cursive;
*/
/*
        Pinyon script
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);*/
/*
font-family: 'Pinyon Script', cursive;
*/
/*
        Poiret one
@import url(https://fonts.googleapis.com/css?family=Poiret+One);*/
/*
font-family: 'Poiret One', cursive;
*/
/*
      /*  Quicksand*/
/*@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);*/

/*font-family: 'Quicksand', sans-serif;*/



@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/*Taviraj*/

/* font-family: 'Taviraj', serif; */
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/* ------------------ GENERAL ------------------ */

html{
    font-size: 100%;
}

body{
    color: #777777;
    line-height: 1.3rem;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #FFF;
    overflow-x: hidden;
}
body .home{background: #fff}
body .page{background: #F4F4F4}

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(-30px);
    opacity: 0;filter: blur()}100%{ transform-origin: center; transform: none;  opacity: 1;}}

@keyframes slogan{0%{
    transform-origin: center;
    transform: translateY(-100px);
    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;
}

/* LOGO */



}
a:link {
;

}

a:focus {
    text-decoration: none;
}

.site-header {
    background: #000;
}
/* ------------------ HEADER ------------------ */
header#masthead {
    width: 100%;
    height: 90vh;
    /*background: url(images/slider-home.jpg) center center no-repeat;*/
    background: #2a2a2a url(images/slider.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    background-position-y: -24px;
}

header#masthead .artisant {
     position: absolute;
     bottom: -5px;
     right: 10px;
}

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


/* bloc REA */

.rea-active {

    border-bottom:1px solid #CCC;
}
.rea-active:hover {
    border-bottom:1px solid #ff4900;
    background: #f5f4f2;
    -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;

}
.rea-active p {

    padding-bottom: 3rem;
}


/* RESPONSIVE MENU */

.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 {
    background: #e52f20!important;
}
#responsive-menu-container {
    background:#212121!important;
    padding-top: 100px!important;
}
button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: absolute!important;
    top: 45px!important;
    right: 10px!important;
    background: rgba(0, 0, 0, 0.89)!important;
}
#responsive-menu-container {
    width: 360px!important;
    right: 0;
    transition: transform 0.5s;
    text-align: left;
    background: #212121;
}
/* RESPONSIVE MENU end */

/* BANDEAU PAGES INTERNES */

.semi-container {
    /* width: 100%; */
    /* margin: auto; */
    /* padding-top: 3px; */
}
section.sectionTop {
    padding: 0.5em 0;
    background: #2b2b2b;
    margin-bottom: 5em;
    margin-top: 1em;
}


.breadCrumb {
    color: #CCC;
    /* opacity: 0.8; */
}
p#breadcrumbs {
    margin: 0;
    padding-top: 6px;
    text-align: right!important;
    font-size: 0.9em;
    color: #9f9f9e;
    margin: 0!important;
}
.sectionTop h1 {padding-top: 0;margin:0;padding-left: 0;font-size: 1.5rem;color: #9f9f9e;text-transform: uppercase;}

p#breadcrumbs a {color: #9f9f9e;}
p#breadcrumbs a:hover {color: #ff6a5e;}
/* BANDEAU PAGES INTERNES */


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

.navbar-inverse .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 */
.bar-top {
    color: #333333;
    background: #ffffff;
    /* height: 36px; */
    padding-right: 0;
    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;
}
.bar-top span {
    color: #7b7b7b;
    /* background: #333; */
    height: 32px;
    padding-right: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
}




.infos {
    font-size: 0.85rem;
    /* font-family: 'Arima Madurai', cursive; */
    color: #9f9f9e;
    margin: 0 auto;
    text-align: center;
    text-decoration: none!important;
    /* padding-right: 1em; */
    /* float: left; */
    /* display: inline-table; */
    text-transform: uppercase;
}
.infos a:hover{
   color: #383838;
}

.number {
    margin-right: 0.2em;
}
.number:after {
    content:'';
    height: 13px;
    background: #e52e20;
    display: inline-block;
    width: 2px;
    margin-left: 1.5em;
    margin-top: -2px;
    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: #e7322e;
    /* background:#8b8d96; */
    font-size: 0.9rem;
    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: 1rem;
    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;
}
i.fa:hover {
  color: #e52e20;
  /* 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;
}





  

.chiffre {
     font-size: 1.25rem;
     padding: 0.45em 0.75em;
     -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-radius: 30px;
     border: 1px solid #a0a0a0;
     color: #7ecde8;
     margin-top: 1rem;
     width: 42px;
     height: 41px;
     margin: 0 auto;
}




/* end bar top */

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


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

#logo img {
    /* margin-top: 8px; */
    animation: logo 1s forwards;
    /* margin-bottom: 0.5em; */
    /* margin-top: 0.5em; */
    width: 283px;
    /* margin-bottom: 0.7em; */
}

#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.1rem;
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}
.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;
}




/* SLOGAN */
/* SLOGAN */
.slogan-block {
    animation: slogan 1s forwards;
    left: 0;
    right: 0;
    top: calc(50% - 0px);
    /* background-color: rgba(255, 255, 255, 0.7); */
    /* padding-top: 3.5rem; */
    /* padding-bottom: 3rem; */
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    position: absolute;
}

.slogan-block .subtitle {
    font-size:1.1rem;
    color: #8e8d8d;
    /* line-height: 0.5em; */
    text-transform: initial;
    /* text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65); */
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}



.slogan {
 font-size: 3.5rem;
 font-weight: 300;
 color: rgb(255, 255, 255);
 letter-spacing: 0.2em;
 margin: 0 auto;
 /* text-align: right; */
 font-weight: 400;
 line-height: 3rem;
 letter-spacing: 2px;
 /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); */
 /* text-transform: uppercase; */
 /* margin-right: 22%; */
 animation: slogan 1s forwards;
 test: inherit;
 font-family: 'Roboto', sans-serif;
 margin-top: 0;
 margin-bottom: 0.2em!important;
 padding: 0!important;
 display: block;
 text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}


.slogan-block:after {
    content:'';
    position:relative;
    height:5px;
    width:50px;
    background:#e52e20;
    display:block;
    margin:1.5em auto;
}

.slogan span {font-weight: 600;}





.slogan-under {
 font-size: 1.5em;
 font-weight: 600!important;
 color: #ffffff;
 letter-spacing: 0.2em;
 margin: 0 auto;
 /* text-align: right; */
 line-height: 1.2em;
 font-weight: 300;
 letter-spacing: 2px;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.58);
 /* text-transform: uppercase; */
 /* margin-right: 22%; */
 /* animation: slogan 1s forwards; */
 test: inherit;
 font-family: 'Roboto', sans-serif;
 margin-bottom: 0.8em;
 margin-top: 0em;
 text-transform: uppercase;
 /* border: 1px solid #CCC; */
 display: block;
 width: 70%;
}
.slogan-block .btn:hover {
    text-transform: uppercase;
    color: #9f9f9e;
    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 #afa8a3;
    outline: none;
    background-color: #ffffff!important;
    letter-spacing: 1px;

}

.slogan-block .btn {
    border: 1px solid #a4a4a3;
    outline: none;
    color: white;
    background-color: #020303!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;
}


/* end slogan pro */

/* SECTIONS */

.block-intro {text-align:center!important;margin-bottom: 2rem;}
.block-intro h1 {color:#e2e2e2;}

#main .block-intro p {line-height: 1.5rem;text-align:center!important;font-size: 1rem;}

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

section.section3{
    padding-bottom: 7rem;
    padding-top: 6rem;
    background: #f7f7f7;
    background: url(images/section3-bg) no-repeat top left;
    /* min-height: 429px; */
    margin-top: 0rem;
}
.section3 .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;
 }
.section3 .container-txt {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    /* text-align: center!important; */
    letter-spacing: 1px;
    line-height:1.5rem;
    padding-right: 38%;
    padding-left: 15;
 }

 .section3 .btn  {
    text-transform: uppercase;
    color: #0f1010;
    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: #ffffff!important;
    letter-spacing: 1px;
}
 .section3 .btn:hover{background-color: #1a1a1a!important;outline: none!important;color: #FFF;}

.section3 ul {margin-left: 15px!important;}
.section3 li {
    color: #d5d5d5;
}
/*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;
}


*/
.section1 { background:#f4f4f4; }
.section1 p {
        line-height: 1.5rem;
        font-size: 1rem;
        font-size: 1.rem;
        text-align: center!important;
        margin-bottom: 2em!important;
}
.section1 h2 {
    text-align: center!important;
    margin-bottom: 1em;
}

.section1 .subtitle {padding-top: 1em;font-size: 1.1rem;color: #df2e25;line-height: 1.1em;text-transform: uppercase;letter-spacing: 2px;display: block;margin-bottom: -11px;text-align: center;padding-top: 5em;padding-top: 1em;}


.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}


/* section 4 block anim */
.section-4block-anim h2 {text-align: center;text-transform: initial;margin-top: 0;}
.section-4block-anim {padding-top: 0.5em;padding-bottom: 3em;background: #f4f4f4;}
.section-4block-anim .semi-container {
    width: 70%;
    margin: auto;
    padding-top: 3px;
}


.section-4block-anim .row div .img{position: relative;height: 124px;margin-top: 0px;cursor: pointer;}

.section-4block-anim .row 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;



}
.section-4block-anim .row div .img:hover img{top: -10px;}

.section-4block-anim .row div .img::after{
       content: "";
       position: absolute;
       left: 0;
       width: 0%;
       border-bottom: 2px solid rgb(231, 50, 46);
       right: 0;
       margin: auto;
       -webkit-transition-property: width;
       -webkit-transition-duration: 0.5s;
       transition-property: width;
       transition-duration: 0.3s;
       bottom: 17px;
}

.section-4block-anim .row div .img:hover::after  {    width: 20%;}
.section-4block-anim .bio p{text-align: center !important;}


/* end section 4 block anim */


/*section-3block */

.section-3block  p {
        line-height: 1.5rem;
        text-align: center!important;
        margin-bottom: 2em!important;
}
.section-3block h2 {
    text-align: center!important;
    margin-bottom: 1em;
}

.section-3block h3 {
    text-align: center!important;
    margin-bottom: 1em;
}

.section-3block .subtitle {

    font-size: 1.1rem;
    color: #df2e25;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: -11px;
    text-align: center;
    font-weight: 600;
    padding-top: 2em;
}

.section-3block .semi-container {
    width: 70%;
    margin: auto;
    padding-top: 3px;
}

.section-3block p {
        line-height: 1.5rem;
    text-align: center!important;
    margin-bottom: 2em!important;
}
.section-3block  .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: rgb(255, 255, 255);
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 00.4); */
    height: 135px;
}

#menu {
    position: relative;
    background-color: rgba(255, 255, 255,1);
    
}

.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: right;
    margin-top: 23px;
    padding-top: 0;
}


.navbar-nav , .navbar-inverse  {
    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-inverse .navbar-nav>li>a{
    display: block;
    line-height: 1.1rem;
    padding: 0.5em 0.9rem;
    padding-top: 0.4em;
    white-space: nowrap;
    /* border-right:1px solid rgba(0,0,0,.05); */
    padding-top: 0.7em;
    /* margin-top: 0.6rem; */
    padding-bottom: 0.5em;
    -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: #7f7b70;
    font-size: 0.95rem;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #1a1a1a!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::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -21px;
    z-index: 203;
    opacity: 0;
    background: #9f9f9e;
    -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: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: #020303;
    /* background: grey; */
    /* padding-left: 1.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;
    /* font-weight: 600; */
}
/*
.navbar-nav>li.current-menu-item:after{
     content: "";
     height: 1px;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: -20px;
     z-index: 203;
     opacity: 1;
     background: #e52e20;
     -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;
}
*/
#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(http://www.multimed-solutions.fr/clos/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(http://www.multimed-solutions.fr/clos/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(http://www.multimed-solutions.fr/clos/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(http://www.multimed-solutions.fr/clos/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(http://www.multimed-solutions.fr/clos/apps/uploads/2018/05/IMG_20180423_144434_1.jpg) no-repeat;background-attachment:fixed;min-height: 300px;background-size: cover;background-position-y: -400px;}

/* MYFIXED */



.myfixed a#logo {
    /* float: left; */
    padding: 0 0;
}

.myfixed .navbar {
   
margin-top:1em;
} 
.myfixed #menu {
    position: relative;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 00.4); */
    height: 80px;
}
.myfixed #menu {
    position: relative;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 00.4); */
    height: 80px;
}

.myfixed #logo img {/* background: #8d1b3d; *//* margin: 5px 1px; */width: 50%!important;padding-bottom:0.5em}


#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;
}
/*
.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:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto!important;
    bottom: -20px!important;
    z-index: 203;
    opacity: 1;
    background: #e02e25;
    -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;
}
*/


.wrapfixed {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

    border-bottom: 0px solid #cccccc!important;}

/* MYFIXED */


/*OVERIDE BURGER */

button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 54px!important;
    right: 0px!important;
    background: #030404!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: #808080;
      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;
 
}
div#logo-stick {
    float: left;
    display: none;
    position: relative;
    z-index: 99999;
}
.myfixed div#logo-stick {
  
    display: block;
}
.container-txt {
    /* text-align: left; */
    /* padding: 5%; */
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    /* padding-top: 3%; */
    padding-bottom: 1%;
}
.container-txt p {
    text-align: left!important;
}

#firstancre {
    background: #2a2a2a;
    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 */

.block-actu {
    /* margin-bottom: 2rem; */
    /* border: 1px solid #95c122; */
    /* border-radius: 11px; */
    /* padding-bottom: 3rem; */
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 0.5em;
    background: #f3f3f3;
    margin-top: 2em;
    padding-top: 0.5em;
}
.block-actu h2 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0.1em;
    text-align: center;
}
.block-actu h3 {
    margin-bottom: 0.5px!important;
    font-size: 1.1rem;
    color: #df2e25;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: -11px;
    text-align: center;
    font-weight: 600;
    padding-top: 2em;
}



.block-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;}


.block-actu img { 
padding-top:0.5em
}
.white { background:#FFF;}
/* 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;

}




.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: #8c8c8c;
  background: #2b2b2b;
  padding-top: 2em;
  text-align: center;
}

.site-footer #logo img {
    width: 186px!important;
    margin: 0 auto;
    text-align: center;
}
.site-footer a {
    text-decoration: none;
    color: #868686;
}

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



.site-footer .adresse {
    padding-top:1em;
}
.site-footer .tel {
    padding-top: 1em;
    margin-bottom: 0;
}
.site-footer .fax {
    padding-top: 0em;
    margin-bottom: 1em;
    display: block;
}

#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: #c9c9c9;
}

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

.site-footer p  {
    line-height: 1.5rem;
    padding-top: 0;
    margin:     0;
    /* font-size: 0.7rem; */
    /* font-family: Open Sans, sans-serif; */
    padding-bottom: 0;
    color: #a4a4a3;
    margin-top: 1em;
    margin-bottom: 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: #232323;font-size: 0.7rem;font-family: Open Sans, sans-serif;margin-bottom:0!important}


#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: justify;
}

.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:before {
    content:'';
    height: 100px;
    width: 2px;
   background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: -100px;
    left:25%;
    right:25%;
    margin: 0 auto;
    text-align: center;
}
.activites:after {
    content:'';
    height: 8px;
    width: 8px;
   background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: -108px;
    left:25%;
    right:25%;
    margin: 0 auto;
    text-align: center;
    border-radius:30px;

}

.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: 'Open Sans', sans-serif; */
    position: absolute;
    left: 0;
    right: 0;
    top: calc(72% - 0px);
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

.activites2 {
    /* font-family: 'Open Sans', 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.5rem;
    font-weight: 300;
    padding: 0px;
    box-shadow: 0 0 6px rgba(0,0,0,0.0);
    margin: 0 0 20px 0;
    line-height: 0;
    color: #4c4c4c;
    text-align: left;
    padding-top: 1.5rem;
    letter-spacing: 0;
    /* font-family: 'Quicksand', sans-serif; */
    margin-bottom: 0!important;
    padding-bottom: 2rem!important;
    line-height: 4.5rem;
}
.exergue span{
 font-weight: 500;
 font-size: 2rem;
 line-height: 1.4rem;
 font-style: italic;
 color: #0e4194;
 line-height: 1.8rem;
}

.exergue2 {
    font-size: 1.5rem;
    color: #7b0057;
    font-style: italic;
    font-weight: 300;
}
.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;

    
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
}
h1{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: #313131;
    letter-spacing: 0;
}
h1 span {
    color: #afa8a3;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
}

h2 {
    font-size: 1.75rem;
    font-weight: 500;
    text-align: left;
    line-height: 2rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-16 h2 {
    text-transform :initial!important;
}


h2 span{
    font-weight: 400;
    color: #a09a8b;
}



h3{
       font-size: 1.5rem;
       margin-bottom: 20px;
       color: #635e55;
       letter-spacing: 0;
        text-transform: lowercase; 
       text-align: center;
       padding-top: 0;
       font-weight: 300;
}
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;
}

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

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

.line1 {
    height:1px;
    border-top: solid #ffffff00 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: #9f9f9e;
    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 #afa8a3;
    outline: none;
    background-color: #ffffff!important;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.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:#bda08b;
    }


.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 #a4a4a3;
    outline: none;
    color:white;
    background-color: #020303!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;
}

.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: #e2e2e2;
        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{font-size: 1rem;color:#b1a9a3;     font-size: 1.4rem;text-align:    justify;    }



p#actu-home{
       font-size: 2.5rem;
    margin-bottom: 20px;
    color: #787878;
    font-family: 'Lato', 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; */}




/* 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;
    
}



/* ------------------ FORMULAIRE ------------------ */
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.5686274509803921);
    padding: 9px;
    border: 1px solid #999;
}
.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 */




/* ------------------ BREAK POINTS ------------------- */


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

 html {font-size: 100%}

}



@media screen and (max-width: 1199px) {
    #logo img {width: 269px!important;margin-bottom: 0;}
     html {font-size: 90%}
     .navbar-inverse .navbar-nav>li>a {font-size: 0.90rem;}


}
@media screen and (max-width: 1100px) {
    #logo img {width: 269px;margin-bottom: 0;}
       html {font-size: 85%}
       header#masthead {height: 58vh;}
}

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

#logo img {width: 269px;margin-bottom: 0;}
header#masthead {height: 58vh;}
  html {font-size: 80%}
  .bar-top { text-align: center;}
  .section4 .separateur-30{height:  0}
   
}


@media screen and (max-width: 767px) {
    .gite-bg,.monet-bg,.vermeer-bg,.mer-bg,.venise-bg{min-height:   100px;}
    
  html {font-size: 70%}
    
}

@media screen and (max-width: 450px) {
    #logo img {width: 269px;margin-bottom: 0;}

    .section3 .container-txt {
        padding-right: 0;
    }
    .slogan-block {
    top: calc(53% - 0px);
    padding-left: 1em;
    padding-right: 1em;
}
   html{font-size: 60%;}
    .slogan-block {     top: calc(50% - 0px);}

}

