@import url('../css.css');
body{
     position:relative;
     font-family: 'Lora', serif;
     font-size:18px;
     margin: 0px;
     padding: 0px;
     background:white;
     font-display: fallback;
     overflow-x:hidden;
}
 html, body, button, input, select, textarea{
     color:#000;
}
 hr{
     display:block;
     height:1px;
     border:0;
     border-top:1px solid #ccc;
     margin:1em 0;
     padding:0;
}
 ::-moz-selection{
     background:#004372;
     color:white;
     text-shadow:none;
}
 ::selection{
     background:#004372;
     color:white;
     text-shadow:none;
}
 p{
     font-family: 'Lora', serif;
     font-size:18px;
     line-height: 22px;
     margin: 0 0 20px;
     font-weight: 400;
}
 a {
     color:#000;
     text-decoration:none;
     outline:none;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
 a, a:hover, a:focus, a:active, a:visited{
     text-decoration:none;
     outline: none;
}
 input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type=submit]:focus, a:focus, img:focus, .btn:focus, button:focus, select:focus{
     outline: none;
     text-decoration: none;
}
 a:hover, #mapCarte .int div a:hover{
     color: #b19557;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif !important;
     color: #000;
     text-transform: uppercase !important;
     font-weight: 400 !important;
     font-style: normal !important;
}
 h1{
    font-family: 'Playfair Display SC', serif !important;
    font-size: 48px !important;
     color: #b19557 !important;
     margin: 0 0 60px !important;
}
 h2{
    font-family: 'Playfair Display SC', serif !important;
     font-size: 30px !important;
     margin: 0 0 60px !important;
}
 h3{
    font-size: 23px !important;
     margin: 0 0 30px !important;
     line-height: 30px !important;
     text-align: left;
}
 h4{
}
 h5{
}
 h6{
}
 .vert{
     color:rgb(55,168,73);
}
 .orange{
     color:rgb(255,185,11);
}
 .bleu{
     color:rgb(7,140,214);
}
 .fushia{
    color:rgb(253,21,121);
}
 .colored{
    background-color:rgb(255,185,11);
     color:#fff;
}
 .colored2{
    background-color:rgb(7,140,214);
     color:#fff;
}
 .colored3{
    background-color:rgb(7,140,214);
     color:#fff;
}
 .container{
     max-width: 1200px;
     width: 100%;
}
.fullEditeur{
    font-size:18px;
}
 .mainbg{
     position:fixed;
     top:0px;
     width:100%;
     background:url('../cssimg/site/fond-head.jpg');
     background-size:cover;
     height:100vh;
}
 .myMenu{
     z-index:5;
     width:100%;
     height:10%;
     position:fixed;
     transition: all 0.35s ease-in-out 0s;
}
 .myMenuScroll{
     background-color:rgba(255,255,255,1);
}
 .menu{
     width:90%;
     margin:auto;
     display:flex;
}
 .menu a{
     color:#000;
     text-decoration:none;
}
 .col.link {
     margin: auto;
}
 .container-fluid.premier{
     padding:0px;
     z-index:1;
     background-color:rgba(255,255,255,0.8);
     height: 100vh;
}
 .premier{
     position:relative;
}
 .center-zone{
     background-color:#fff;
}
 .second{
    width:100%;
     height:100%;
     display:flex;
}
 .theSlogan{
     text-align:center;
    margin: auto;
}
 .theSlogan h1{
    text-shadow: 2px 1px 1px #555;
}
 .principale.home{
     padding: 85px 0 0;
}
.first-container{
    padding-bottom: 44px;
}
 #main-1{
     background:#fff url(../cssimg/site/bg-02.png) left top no-repeat;
}
 .texte_0{
    text-align:justify;
     width:100%;
}
 .container.container_2 {
    padding-top: 30px;
     padding-bottom:30px;
}
 .container_3{
    padding-top: 30px;
     padding-bottom:30px;
}
 .baspage .container{
     background: none;
}
 h1.fushia{
     font-size:40px;
}
 .slidebanner{
    position:relative;
}
 .slidebanner .legende{
    position: absolute;
    top: 10%;
    font-size: 55px;
    left: 30%;
    color:rgb(7,140,214);
    text-shadow: 3px 1px 2px #fff;
}
 .slidebanner .slidetexte{
    position: absolute;
    top: 25%;
    font-size: 45px;
    left: 30%;
    color: rgb(7,140,214);
    text-shadow: 3px 1px 2px #fff;
    line-height: 1em;
}
 #accepter_cookies{
    width: 100%;
    background-color: #FCF2D6;
    text-align: center;
    padding: 10px 0px;
    position: fixed;
    top: 0;
    z-index: 100;
}
/** menu **/
 #topNavigation{
    position: absolute;
    top: 21px;
    right: 22px;
    z-index: 44445;
}
 #topNavigation .icon{
     border: 0;
     height: 79px;
     width: 33px;
     margin: 0;
     cursor: pointer;
     position: relative;
     display: inline-block;
     background: transparent;
     float: left;
}
 #topNavigation .firstLink{
    font-family: 'Playfair Display SC', serif;
    font-weight: 400;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 16px;
    position: relative;
    top: -1px;
}
 #topNavigation .icon span{
     display: block;
     height: 3px;
     width: 33px;
     background-color: #000;
     position: absolute;
     left: 0;
     -webkit-transition: -webkit-transform 0.3s;
     -webkit-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 #topNavigation .icon span:first-child {
     top: 8px;
}
 #topNavigation .icon span:nth-child(2) {
     top: 17px;
}
 #topNavigation .icon span:last-child {
     top: 26px;
}
 #topNavigation .icon--active span:first-child {
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     position: absolute;
     top: 15px;
}
 #topNavigation .icon--active span:last-child {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     position: absolute;
     top: 15px;
}
 #topNavigation .icon--active span:nth-child(2) {
     opacity: 0;
}
 .topMenu{
   -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 90px 0 32px;
    top: 0;
    left: 0;
    z-index: 4444;
}
 .fullMenu{
     opacity: 0;
     height: 0;
}
 body.on{
     overflow-y: hidden;
}
 body.on .fullMenu{
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     height: 100%;
     left: 0;
     z-index: 1040;
     background-color: #000;
     opacity: 0.9;
}
 body.on .topMenu{
     display: block;
}
 body.on #topNavigation .icon span{
     background-color: #fff;
}
 body.on .firstLink{
     color: #fff;
}
 .kmodale {
     position: absolute;
     top: -100px;
     left: 20%;
     background-color: #fff;
     border: #C0C0C0 1px solid;
     border-radius: 5px;
     padding: 15px;
     box-shadow: 10px 7px 35px #888;
     z-index: 100;
     max-width: 50%;
}
 .wrap-head{
     min-height: 573px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     background-image:url(../cssimg/site/ph01.jpg);
     margin: 0;
}
 .top-head{
     position: relative;
     padding: 24px 0 25px;
     /*background: rgb(255, 255, 255, 0.8);*/
     background: url(../cssimg/site/bgtop.png) left top repeat-x;
     min-height: 122px;
}
 .top-head .container{
     position: relative;
}
 #mapCarte{
     position: relative;
     display: block;
     width: 100%;
     height: 804px;
     z-index: 1;
     float: left;
}
 #mapCarte .wrap{
     position: absolute;
     z-index: 2;
     width: 100%;
     top: 110px;
}
 #mapCarte .row{
     min-height: 620px;
     position: relative;
    /*background: url(../cssimg/site/ph03.jpg) right no-repeat;
    */
}
 #mapCarte .row:after{
     content: "";
     position: absolute;
     right: 0;
     width: 100%;
     background: url(../cssimg/site/ph03.jpg) right no-repeat;
     height: 620px;
     z-index: 22;
}
 #mapCarte .col-xs-12{
     top: 85px;
     padding: 10px;
     background: #fff;
     position: relative;
     z-index: 123;
}
 #mapCarte .int{
     padding: 37px 35px;
     background: #dacfb5;
     float: left;
     width: 100%;
}
 #mapCarte .int div{
     padding: 0 0 9px;
     margin: 0 0 15px;
     float: left;
     width: 100%;
     display: block;
     border-bottom: 1px solid #bca877;
}
 #mapCarte .int div span:first-child{
     float: left;
     display: inline-block;
     line-height: 18px;
}
 #mapCarte .int div span:last-child, #mapCarte .int div a{
     float: right;
     display: inline-block;
     line-height: 20px;
     color: #000;
     text-align: right;
}
 #mapCarte h3{
     font-size: 42px !important;
     color: #fff;
     line-height: 48px !important;
     margin: 0 0 56px;
     font-weight: 400;
     text-transform: none !important;
}
 #mapCarte .coordonnees{
     color: #fff;
     font-size: 30px;
     margin: 0 0 38px;
     font-weight: 400;
}
 .imgFull img{
     max-height: 404px;
     overflow: hidden;
}
 .baspage .col2 .link:hover{
     background-color: #b19557;
     opacity: 1;
}
/** footer **/
 #footer{
     padding: 13px 0 5px;
     text-align: center;
     font-size: 14px;
}
 .wrap-bas{
     background: url(../cssimg/site/ph04.jpg) right no-repeat;
     display: table-cell;
     vertical-align: middle;
     padding: 50px 0;
}
 .baspage{
     background: url(../cssimg/site/bg-01.jpg) repeat-x;
    /*min-height: 171px;
    */
     color: #fff;
     text-transform: uppercase;
     display: table;
     width: 100%;
}
 .baspage .col1{
     font-family: 'Playfair Display SC', serif;
     font-weight: 400;
     font-size: 30px;
     line-height: 35px;
}
 .baspage .col2{
     font-size: 30px;
     line-height: 35px;
     padding-right: 0;
}
 .baspage .col2 .tel{
     font-family: 'Playfair Display SC', serif;
     font-weight: 400;
     font-size: 36px;
     line-height: 40px;
     float: left;
     height: 54px;
     width: 50%;
     text-align: center;
     border: 3px solid #97875c;
}
 .baspage .col2 .link{
     font-family: 'Playfair Display SC', serif;
     font-weight: 400;
     font-size: 24px;
     float: left;
     height: 54px;
     line-height: 54px;
     width: 50%;
     text-align: center;
     background: rgb(255, 255, 255, 0.2);
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
 #footMenu{
     color: #fff;
     font-size: 16px;
     background: #000;
}
 #footMenu p{
     line-height: 27px;
     margin: 0 0 30px;
     font-size: 16px;
}
 #footMenu ul{
     list-style-type: none;
     padding: 0;
     margin: 0;
}
 #footMenu ul li{
     display: inline-block;
     padding: 0;
     margin: 0 0px 14px 0;
     float: left;
     min-height: 80px;
     min-width: 25%;
}
 #footMenu li a{
     color: #f6cca1;
}
 #footMenu .allmenu{
     margin: 76px 0 0;
     float: right;
}
 #footMenu .container .row .col-xs-12:first-child{
     padding-top: 106px;
}
 #footMenu .container .row .col-xs-12:last-child{
     float: right;
     left: 67px;
     padding-left: 0;
}
 #footMenu .infos{
     float: right;
     padding-top: 37px;
     left: 70px;
}
 h1{
     text-align: center;
}
 .intro-desc{
     width: 100%;
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
     -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
     column-gap: 155px;
     min-height: 127px;
}
 .infosRight{
     position: relative;
     max-width: 43%;
     float: right;
     margin-top: -28px;
     z-index: 66;
     margin-bottom: -98px;
     padding-bottom: 39px;
     padding-top: 40px;
     min-height: 461px;
     right: -50px;
     background: #d9cdb3;
}
.accueil .infosRight{
    min-height: 460px;
}
.infosRight:after{
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    background: #d9cdb3;
    z-index: 756444000;
    height: 100%;
    display: block;
}
 .infosRight .col-xs-12{
     padding: 0 20px 0 66px;
}
 .infosRight h2:first-letter{
     /*font-size: 21px;
     line-height: 30px;*/
}
 .infosRight h2{
    line-height: 30px;
    text-align: right;
    float: right;
    max-width: 100%;
    font-size: 24px !important;

    
}
 .accueil .infosRight h2{
     font-size: 30px !important;
     /*max-width: 90%;*/
}
 .accueil .infosRight h2:first-letter{
     font-size: 60px !important;
}
 .infosRight ul{
     padding: 0;
     margin: 0;
     list-style-type: none;
     float: left;
     width: 100%;
}
 .infosRight li{
     font-family: 'Playfair Display SC', serif;
     padding: 0 0 0 40px;
     margin: 0 0 12px;
     text-transform: uppercase;
     font-size: 18px;
     text-align: right;
     background: url(../cssimg/site/flesh.png) left top no-repeat;
}
 .infosRight li a, .infosRight li span{
     padding: 0 0 16px;
     border-bottom: 1px solid #000;
     display: block;
     line-height: 16px;
}
 .infosRight li:last-child a, .infosRight li:last-child span{
     border: none;
}
 .clear{
     clear: both;
     float: left;
     width: 100%;
     display: block;
     height: 1px;
     overflow: hidden;
}
/** all **/
.fullImages{
    height: 404px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lex-titre{
    font-weight: 700;
    margin: 0;
}
h2.lettre{
    margin: 30px 0 5px !important;
}

 .fullWidth{
     float: left;
     width: 100%;
     display: block;
}
 .baspage .col2 .link a{
     color: #fff;
}
 .links, .contact .sendi{
     position: relative;
     display: table;
     margin: 0 auto;
     font-family: 'Playfair Display SC', serif;
     text-transform: uppercase;
     color: #fff;
     font-size: 24.7px;
     font-weight: 400;
     padding: 12px 74px;
     margin-bottom: 90px;
     background: #000;
}
.contact .sendi{
    padding: 0;
}

.contact .sendi,
 a.links:hover, .contact .sendi:hover{
     color: #fff;
}
 .links:before, .contact .sendi:before{
     content: "";
     position: absolute;
     left: -15px;
     top: -9px;
     padding: 30px 74px 29px;
     width: 100%;
     z-index: 0;
     background: #e0d5bc;
}
 .links:after, .contact .sendi:after{
     content: "";
     position: absolute;
     left: 0px;
     top: 0px;
     padding: 30px 75px;
     width: 100%;
     z-index: 10;
     background: #000;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
 .links:hover:after, .contact .sendi:hover:after{
     background: #b19557;
}
 .links span, .contact .sendi span{
     position: relative;
     z-index: 50;
}
 .fadeur{
     -khtml-opacity:0.5;
     -moz-opacity : 0.5;
     -ms-filter: "alpha(opacity=5)";
     filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
     filter : alpha(opacity=5);
     opacity : 0.5;
}
/** RESPONSIVE AEREA **/
 @media only screen and (max-width:1024px){
     .fullEditeur.inside{
         /*padding-left: 15px;
         padding-right: 15px;*/
    }
     .accueil .infosRight h2 {
         font-size: 19px !important;
         max-width: 100%;
         line-height: 26px;
    }
     .accueil .infosRight h2:first-letter{
         font-size: 29px !important;
    }
     .infosRight{
         padding-bottom: 0;
         right: 0;
    }
     .infosRight .col-xs-12 {
        padding: 0 20px 0 20px;
        max-width: 95%;
    }
     .wrap-bas {
         padding: 33px 0;
    }
     #mapCarte h3{
         font-size: 40px !important;
    }
     #footMenu .infos{
         left: 33px;
    }
}
 @media screen and (min-width: 992px) and (max-width: 1024px){
}
 @media screen and (min-width: 768px) and (max-width: 991px){
    .intro-desc{
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .infosRight,
    .accueil .infosRight{
        min-height: 100%;
    }
    .fullImages {
        height: 200px;
    }
    .infosRight h2{
        font-size: 20px !important;
    }
    .infosRight li a, .infosRight li span{
        font-size: 14px;
    }
     .topMenu .col-xs-12 a{
         font-size: 19px;
    }
     .infosRight .col-xs-12 {
         padding: 0 0 0 20px;
    }
     .accueil .infosRight h2{
         margin: 0 0 35px !important;
    }
     .baspage .col1 {
         font-size: 20px;
         line-height: 26px;
    }
     .baspage .col2 .tel{
         font-size: 26px;
    }
     .baspage .col2 .link{
         font-size: 19px;
    }
     #mapCarte .row:after{
         background-size: 77%;
    }
     #mapCarte h3 {
         font-size: 27px !important;
         line-height: 24px !important;
    }
     #mapCarte .coordonnees{
         font-size: 23px;
    }
     #mapCarte .col-xs-12{
         top: 98px;
    }
     #footMenu .container .row .col-xs-12:last-child{
         left: 90px;
    }
     #footMenu .infos {
         left: 0;
    }
     #footMenu ul li {
         margin: 0 8px 14px 0;
    }
}
 @media only screen and (max-width:768px){
    .intro-desc{
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .infosRight,
    .accueil .infosRight{
        min-height: 100%;
    }
    .fullImages {
        height: 200px;
    }
    .infosRight h2{
        font-size: 20px !important;
    }
    .infosRight li a, .infosRight li span{
        font-size: 14px;
    }
     .topMenu .col-xs-12 a{
         font-size: 19px;
    }
     .infosRight .col-xs-12 {
         padding: 0 0 0 20px;
    }
     .accueil .infosRight h2{
         margin: 0 0 35px !important;
    }
     .baspage .col1 {
         font-size: 20px;
         line-height: 26px;
    }
     .baspage .col2 .tel{
         font-size: 26px;
    }
     .baspage .col2 .link{
         font-size: 19px;
    }
     #mapCarte .row:after{
         background-size: 77%;
    }
     #mapCarte h3 {
         font-size: 27px !important;
         line-height: 24px !important;
    }
     #mapCarte .coordonnees{
         font-size: 23px;
    }
     #mapCarte .col-xs-12{
         top: 98px;
    }
     #footMenu .container .row .col-xs-12:last-child{
         left: 90px;
    }
     #footMenu .infos {
         left: 0;
    }
     #footMenu ul li {
         margin: 0 8px 14px 0;
    }
}
 @media only screen and (max-width:767px){
    .fullImages{
        height: auto;
        background-size: contain;
        background-position: top;
        min-height: 68px;
    }
    .baspage .col2{
        padding-right: 15px;
    }
     p{
         text-align: justify;
    }
     .logo-head img{
         width: 50%;
    }
     .topMenu{
         padding: 0;
    }
     .topMenu .col-xs-12 {
         margin: 0;
    }
     .topMenu .col-xs-12 a {
         font-size: 17px;
        line-height: 21px;
        padding: 15px;
        min-height: auto;
        height: auto;
    }
     .topMenu .col-xs-12{
         border-bottom: 1px solid #65523f;
         min-height: auto;
         margin-bottom: 5px;
    }
     #topNavigation{
         right: 15px;
    }
     .wrap-head{
         min-height: 308px;
    }
     .top-head{
         min-height: 100%;
         padding: 10px 0;
    }
     h1{
         font-size: 29px !important;
         margin: 0 0 25px !important;
    }
     .intro-desc {
         width: 100%;
         -webkit-column-count: 1;
         -moz-column-count: 1;
         column-count: 1;
         -webkit-column-gap: 0px;
         -moz-column-gap: 0px;
         column-gap: 0;
         min-height: 100%;
         margin-bottom: 15px;
    }
     .infosRight{
        float: left;
        margin-top: 74px;
        margin-bottom: 0;
        min-height: 100%;
        padding-bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin-left: -15px;
        min-width: 105%;
    }
     .infosRight .col-xs-12 {
        padding: 0 0 0 15px;
        max-width: 100%;
    }
    .accueil .infosRight{
        min-height: 100%;
    }

     .accueil .infosRight h2 {
         font-size: 19px !important;
         max-width: 100%;
         line-height: 26px;
    }
     .infosRight li a, .infosRight li span {
         font-size: 16px;
    }
     #mapCarte{
         height: 100%;
    }
     #mapCarte .int {
         padding: 35px 15px;
         margin-bottom: -13px;
         border-left: 5px solid #fff;
         border-right: 5px solid #fff;
    }
     #mapCarte h3{
         font-size: 30px !important;
         line-height: 33px !important;
    }
     #mapCarte .coordonnees{
         font-size: 25px;
    }
     .main-accueil {
         font-size: 16px;
    }
     #mapCarte .wrap{
         position: relative;
         top: 0;
    }
     .baspage .col1 {
         font-size: 20px;
         line-height: 20px;
         margin: 0 0 15px;
         text-align: left;
    }
     .baspage .col2 .tel, .baspage .col2 .link{
         width: 100%;
    }
     .wrap-bas{
         padding: 25px 0;
         background: #79693c !important;
    }
     .baspage .col2 .tel{
         font-size: 26px;
    }
     .baspage .col2 .link{
         font-size: 23px;
    }
     .links, .contact .sendi{
         margin-bottom: 40px;
    }
     #mapCarte .int div{
         font-size: 16px;
    }
     #mapCarte .row{
         min-height: 100%;
    }
     #mapCarte .col-xs-12{
         top: 0;
    }
     #mapCarte .row:after {
         background-size: 100%;
         position: relative;
         border-left: 15px solid #fff;
         border-right: 15px solid #fff;
         height: 264px;
    }
     #footMenu .container .row .col-xs-12:first-child {
         padding-top: 45px;
         text-align: center;
    }
     #footMenu .infos{
         left: 0;
    }
     #footMenu p {
         line-height: 21px;
         margin: 0 0 15px;
    }
     #footMenu .container .row .col-xs-12:last-child{
         left: 15px;
    }
     #footMenu .allmenu{
         margin: 20px 0;
    }
     #footMenu ul li {
         min-height: 100%;
         min-width: 100%;
    }
     .principale.home {
         padding: 40px 0 0;
    }
}
 