/* COULEURS 215, 206, 181;181, 51, 28, 168, 26; FIN COULEURS */

/*
BEIGE : 215, 206, 181
ROUGE : 181, 51, 28
NOIR : 168, 26
*/

*{
    margin:0;
    padding: 0;
}

body {
    color: #4c4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.row {
    max-width: 70rem;
}

a{
    cursor: pointer;
}

p a{
    color: rgba(181, 51, 28, 1);
}

p a:hover{
    color: rgba(215, 206, 181, 1);
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(215, 206, 181, 1); /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
	opacity : 1;
}


#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-150px 0 0 -150px; /* is width and height divided by two */
}

img{
    width: 100%;
}

#logo{
    width: 200px;
    height: auto;
    padding: 10px;
}

p{
    line-height: 1.4;
}

a{
    text-decoration: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.margin_0{
    margin: 0 !important;
}

.padding_foundation_top{
    padding-top: .9375rem;
}

.padding_foundation_bottom{
    padding-bottom: .9375rem;
}

.padding_foundation2x_top{
    padding-top: 1.875rem;
}

.padding_foundation2x_bottom{
    padding-bottom: 1.875rem;
}

.padding_0{
    padding: 0 !important;
}

.padding_lr_0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding_20{
    padding: 20px !important;
}

.padding_10{
    padding: 10px !important;
}

.padding_50{
    padding: 50px !important;
}

.padding_5{
    padding: 5px !important;
}

.padding_b_5{
    padding-bottom: 5px !important;
}

.padding_b_15{
    padding-bottom: 15px !important;
}

.padding_t_30{
    padding-top: 30px !important;
}

.padding_b_20{
    padding-bottom: 20px !important;
}

.padding_b_50{
    padding-bottom: 50px !important;
}

.padding_b_100{
    padding-bottom: 100px !important;
}

.padding_l_0{
    padding-left: 0 !important;
}

.padding_r_0{
    padding-right: 0 !important;
}

.padding_r_10{
    padding-right: 10px !important;
}

.padding_b_0{
    padding-bottom: 0 !important;
}

.pm_0{
    padding: 0 !important;
    margin: 0 !important;
}

.margin_l_0{
    margin-left: 0 !important;
}

.margin_b_10{
    margin-bottom: 10px !important;
}

.margin_b_20{
    margin-bottom: 20px !important;
}

.margin_b_30{
    margin-bottom: 30px !important;
}

.margin_b_40{
    margin-bottom: 40px !important;
}

.margin_b_50{
    margin-bottom: 50px !important;
}

.margin_t_50{
    margin-top: 50px !important;
}

.margin_t_10{
    margin-top: 10px !important;
}

.margin_t_15{
    margin-top: 15px !important;
}

.margin_t_20{
    margin-top: 20px !important;
}

.margin_t_30{
    margin-top: 30px !important;
}

.margin_dg_10pc{
    margin-left: 10%;
    margin-right: 10%;
}

.margin_r_0{
    margin-right: 0 !important;
}

.bold{
    font-weight: bold;
}

.border{
    border: 1px solid #F1F1F1;
}

.border_couleur{
    border: 1px solid rgba(41, 132, 182, 1);
}

.btn{
    background: rgba(55, 54, 55, 1);
    color: white;
    padding: 5px 25px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}

.btn:hover,
#filtres input[type="radio"]:checked + label{
    background: rgba(215, 206, 181, 1);
    color: rgba(55, 54, 55, 1);
}

.uppercase{
    text-transform: uppercase;
}

.row_100{
    margin: 0;
    max-width: 100%;
}

.row .row{
    margin-left: auto;
    margin-right: auto;
}

.row .row_100{
    margin: 0;
}

form input,
form select,
form textarea{
    box-shadow: none !important;
    border: 1px solid rgba(55, 54, 55, 1) !important;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder{
    color: black;
}

input{
    padding: 0 0.5rem !important;
}

/* MENU */
.js-off-canvas-exit{
    z-index: 10000;
}

#menu{
    z-index: 999;
    padding: 0;
}

.off-canvas{
    background: rgba(55, 54, 55, 1);
    background-image: url(../images/bois.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 12px rgba(55, 54, 55, .6);

    height: 100%;
    -webkit-transition: all 0.65s ease;
    -moz-transition: all 0.65s ease;
    transition: all 0.65s ease;
    
}

.off-canvas-content{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    opacity: .99;
}

.position-left.reveal-for-large{
    z-index: 2 !important;
}

.taille_ouvert{
    width: 250px;
    max-width: 100%;
}

.content_ouvert{
    margin-left: 250px !important;
}

.off-canvas a,
.menu.vertical > li > a{
    display: block;
    color: white;
    padding: 0 !important;
}

.menu.vertical > li{
    margin-bottom: 30px;
}

.menu.vertical > li > a{
    text-transform: uppercase;
    display: inline-block;
}

.menu .is-accordion-submenu-parent[aria-expanded="false"] > a::after {
    content: '+';
    font-size: 18px;
    display: block;
    border: none;
    margin-top: -10px;
    margin-right: -50px;
    background: rgba(181, 51, 28, 1);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: white !important;
}

.menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    content: '-';
    border: none;
    margin-top: -10px;
    margin-right: -50px;
    background: rgba(215, 206, 181, 1);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: rgba(55, 54, 55, 1) !important;
}

.menu .is-accordion-submenu-parent[aria-expanded="true"] li a{
    font-size: .875rem;
}

.menu .is-accordion-submenu{
    background: rgba(215, 206, 181, 1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1) inset
}

.menu .is-accordion-submenu li a{
    color: white;
}

.menu .is-accordion-submenu li:first-child, .social-links li{
    margin-top: 20px;
}

.menu .is-accordion-submenu li:last-child, .social-links{
    margin-bottom: 20px;
}

.menu .is-accordion-submenu-parent[aria-expanded="true"]>a{
    color: rgba(215, 206, 181, 1);
}

.off-canvas a:hover{
    color: rgba(181, 51, 28, 1);
}

.menu.vertical > li > a:hover{
    color: rgba(215, 206, 181, 1);
}

.menu .is-accordion-submenu li a:hover{
    color: rgba(181, 51, 28, 1);
}

a.ouverture_menu{
    margin: 20px 0;
}

a.fermeture_menu{
    background: white;
    padding: 5px 10px !important;
    color: rgba(181, 51, 28, 1) !important;
    display: inline-block !important;
    float: left;
    margin: 20px;
    margin-top: 0;
}

a.fermeture_menu:hover{
    background: rgba(181, 51, 28, 1);
    color: white !important;
}

.contenu_ouvert .infos{
    padding: 0 20px;
    font-size: .875rem;
    color: white;
}

.social-links{
    margin-left: 0;
}

.social-links li{
    list-style-type: none;
    font-size: 1.2rem;
}

.contenu_ouvert .infos .social-links li{
    display: inline-block;
    margin-right: 10px;
}

.contenu_ouvert .infos .social-links li a{
    margin-bottom: 0;
}

.reserve{
    color: rgba(215, 206, 181, 1) !important;
}

.reserve span{
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    font-weight: bold;
}

.reserve:hover{
    color: white !important;
}

.reserve .rond{
    background: rgba(215, 206, 181, 1);
    color: rgba(55, 54, 55, 1);
    padding: 15px;
}

.reserve .rond.fa-phone{
    padding: 15px 16px;
}

.reserve:hover .rond{
    background: rgba(181, 51, 28, 1);
    color: white;
}

input, select, textarea{
    border-radius: 0px !important;
}

.scrollToTop, #share_btn{
	width:40px; 
	height:40px; 
	text-align:center; 
	background: rgba(215, 206, 181, 1);
	font-weight: bold;
	color: rgba(55, 54, 55, 1);
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:10px;
	display:none;
    font-size: 1.5em;
    z-index: 999;
    border: 1px solid white;
}
.scrollToTop:hover,
#share_btn:hover{
	text-decoration:none;
    background: rgba(181, 51, 28, 1);
    color: white;
}

#share_btn{
    bottom: 80px;
    display: block;
}

.social-links{
    display: inline-block !important;
    width: auto !important;
}

nav>ul{
    display: inline-flex !important;
    width: auto !important;
}

/* POP UP */
#fond_partage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
}

#partage{
    position: fixed;
    top: 20%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: white;
    z-index: 99999;
    display: none;
}

#partage .titre{
    background: rgba(215, 206, 181, 1);
    color: rgba(55, 54, 55, 1);
    font-size: 1.4rem;
    padding: 10px 20px;
}

#partage .close_partage{
    color: white;
    float: right;
    padding: 10px 20px;
}

#partage .close_partage:hover{
    color: rgba(181, 51, 28, 1);
}

#partage #share_popup{
    padding: 10px 20px 20px 20px;
}

h1, h2, h3{
    line-height: 1;
    font-family: 'Dancing Script', cursive;
}

h1{
    font-size: 3rem;
    color: rgba(181, 51, 28, 1);
}

h2{
    font-size: 3rem;
}

h3{
    font-size: 2rem;
}

.fond{ /* GRIS CLAIR */
    background: rgba(215, 206, 181, 1);
    background-image: url(../images/texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.zoom:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom img{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.relative{
    position: relative;
}

.zoom{
    overflow: hidden;
}

.align-vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.align-horizontal{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.align-milieu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.rond{
    border-radius: 50%;
}

blockquote, blockquote p{
    line-height: 1;
    color: #b9b098;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    border: none;
}

blockquote p{
    padding-left: 35px;
}


blockquote{
    line-height: .5rem;
    margin-top: 10px;
}

blockquote:before{
    font-family: "Font Awesome 5 Free";
    content: '“';
    font-size: 3rem;
    line-height: 0.5rem;
}

/* BANNIERE */
#banniere{
    min-height: 500px;
}

#banniere .text{
    background: rgba(255, 255, 255, .8);
    padding: 20px 30px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: rgba(55, 54, 55, 1);
}

#banniere .text-ban{
    font-weight: bold;
    font-size: 4rem;
    font-family: 'Dancing Script', cursive;
}

.no-ban .separation{
    width: 100%;
    height: 1px;
    background: #F2F2F2;
}

/* SLIDER */
.slider{
    z-index: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#bx_slider{
    list-style-type: none;
    margin: 0;
}

.bx-clone{
    display: none;
}

.slider .bx-viewport{
    position: relative;
    height: auto !important;
}

.bx-wrapper{
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.bx-wrapper img{
    display:block;
    width: 100%;
}

.slider .text {
    position: absolute;
    z-index: 9999;
    top: 30%;
}

.slider p{
    line-height: 1.2;
    margin: 0;
    color: white;
    text-shadow: 0px 0px 9px rgba(55, 54, 55, 1);
}

.slider .slider-titre p{
    font-size: 5em;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
}

.slider .slider-text p{
    font-size: 1.2em;
    padding: 10px 20px 30px 20px;
}

.slider-titre,
.slider-text {
    visibility:hidden;
}

.slider-titre.active-slide,
.slider-text.active-slide {
    visibility: visible;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background: none;
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    position: absolute;
    top: 40%;
}

.bx-wrapper .bx-next{
    right: 10px;
}

.bx-wrapper .bx-prev{
    left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
    color: rgba(255,255,255,1);
}

.bx-wrapper .bx-controls-direction a{
    text-indent: 0;
}

/* FIL D'ARIANE */
.breadcumbs{
    list-style-type: none;
    margin: 0;
    display:inline-block;
}

.breadcumbs li{
    display: inline-block;
}

.breadcumbs li:after{
    content: "/";
    color: rgba(55, 54, 55, 1);
}

.breadcumbs li a{
    margin: 0 5px;
    color: rgba(55, 54, 55, 1);
    font-size: .875rem;
}

.breadcumbs li a:hover,
.breadcumbs li.current a,
.liens .item a:hover{
    color: rgba(181, 51, 28, 1);
}

.breadcumbs li.current:after{
    content: "";
}

/* ACCUEIL */
.desc_home h1{
    font-size: 2.9rem;
}

.desc_home .relative{
    z-index: 1;
}

/* citations */

.listing .text{
    padding: 5px 25px 0 25px;
}

.listing .text h3{
    color: rgba(181, 51, 28, 1);
}

.services{
    background-image: url(../images/texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.services .text{
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, .9);
    padding: 20px;
}

.blog .item .fond_blog{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog .item a:hover .fond_blog{
    background: rgba(0, 0, 0, .5);
}

.blog .item a .date,
.detail_blog .blog .date{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-weight: bold;
    z-index: 1;
    text-shadow: 0px 0px 5px rgba(181, 51, 28, 1);
}

.blog .item a .text{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 9px rgba(181, 51, 28, 1);
    z-index: 1;
}

.lightgallery .text{
    opacity: 0;
    background: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    color: rgba(181, 51, 28, 1);
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-size: 1.2rem;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.lightgallery a:hover .text{
    opacity: 1;
}

/* GALERIE */
#filtres .button-group{
    display: inline-block;
}

#filtres input{
    display: none;
}

#filtres .btn{
    font-size: 1rem;
    margin-bottom: 20px;
}

/* LISTING DETAILS */
.prix{
    background: rgba(181, 51, 28, 1);
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 20px 10px;
    font-size: .875rem;
}

.prix span{
    font-weight: bold;
    font-size: 1.2rem;
}

.listing .fond_blanc, .desc_home .fond_blanc{
    background: #FFF;
    box-shadow: 1px 1px 12px rgba(55, 54, 55, .2);
    padding: 20px 30px 30px 30px;
    max-width: 600px;
}

.desc_home .fond_blanc{
    max-width: 100%;
    margin: 20px 30px;
}

.listing .div_text{
    z-index: 1;
}

.listing .fadeInLeftShort .fond_blanc{
    margin-right: -100px;
    right: 0;
}

.listing .fadeInRightShort .fond_blanc{
    margin-left: -100px;
    left: 0;
}

.listing .fadeInRightShort .prix{
    right: 10px;
    left: auto;
}

/* DETAIL LISTING */
.detail_listing .titre{
    font-size: 2rem;
    font-family: 'Dancing Script', cursive;
    color: rgba(215, 206, 181, 1);
}

.detail_listing .doc{
    color: rgba(181, 51, 28, 1);
}

.detail_listing .doc:hover{
    color: rgba(181, 51, 28, 1);
}

/* LIENS */
.liens .rond{
    box-shadow: 1px 1px 12px rgba(55, 54, 55, .2);
}

.liens a{
    color: rgba(181, 51, 28, 1);
}

.liens h3,
.liens i{
    color: rgba(215, 206, 181, 1);
}

/* BLOG */
.blog .fond_blanc{
    box-shadow: 1px 1px 12px rgba(55, 54, 55, .2);
}

.blog .fond_blanc .text{
    padding: 5px 15px 20px 15px;
}

.blog .fond_blanc .text .date{
    font-weight: bold;
}

.blog .fond_blanc .text a h3{
    color: rgba(215, 206, 181, 1);
}

.blog .fond_blanc .text a:hover h3{
    color: rgba(181, 51, 28, 1);
}

.jssocials-share-link{
    color: rgba(55, 54, 55, 1);
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.jssocials-share-link:hover{
    color:  rgba(181, 51, 28, 1);
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.detail_blog .blog .date{
    right: 30px;
    font-size: 1.5rem;
}

.detail_blog .cat a{
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: rgba(181, 51, 28, 1);
}

.detail_blog .cat a:hover{
    color: rgba(215, 206, 181, 1);
}

.detail_blog .partage .jssocials-share-logo{
    font-size: 1.2rem;
}

.detail_blog .partage span{
    font-weight: bold;
    vertical-align: baseline;
    margin-right: 10px;
}

.jssocials-share{
    margin-top: 0;
    margin-bottom: 0;
}

#sidebar_blog .border{
    padding-bottom: 10px;
}

#sidebar_blog .titre{
    color: rgba(215, 206, 181, 1);
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
}

#sidebar_blog .rechercher input{
    border-color: #F1F1F1 !important;
}

#sidebar_blog .rechercher button{
    border-radius: 0;
    width: 100%;
    padding: 8px 20px;
    background: rgba(215, 206, 181, 1);
}

#sidebar_blog .rechercher button:hover{
    background: rgba(55, 54, 55, 1);
}

#sidebar_blog .rechercher form{
    margin-bottom: 0;
}

#sidebar_blog ul,
.tagcloud{
    margin: 0;
}

#sidebar_blog .categories li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(215, 206, 181, 1);
}

#sidebar_blog .categories a{
    color: rgba(181, 51, 28, 1);
}

#sidebar_blog .categories a:hover{
    color: rgba(181, 51, 28, 1);
}

#sidebar_blog ul li,
.tagcloud li{
    list-style-type: none;
}

.tagcloud li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
}

.tagcloud li a{
    padding: 5px 10px;
}

.tagcloud li a:hover{
   background: rgba(181, 51, 28, 1);
}

article .doc{
    color: rgba(181, 51, 28, 1);
}

article .doc:hover{
    color: rgba(181, 51, 28, 1);
}

/* CONTACT */
.contact form button{
    border-radius: 0;
}

#map_canvas{
    border: 5px solid white;
    box-shadow: 1px 1px 12px rgba(55, 54, 55, .2);
    min-height: 350px;
}

.contact .infos .border{
    margin-bottom: 20px;
}

.contact .infos .icone,
.detail_blog .partage .titre{
    color: white;
    background: rgba(181, 51, 28, 1);
    padding: 5px;
    font-size: 2rem;
}

.detail_blog .partage .titre{
    font-size: 1.5rem;
    font-family: 'Dancing Script', cursive;
    padding: 5px 15px;
}

.contact .infos .text,
.detail_blog .partage .text{
    padding-left: 20px;
}

.detail_blog .lightgallery .text,
.galerie.lightgallery .text{
    bottom: 10px;
}

/* NEWSLETTER */
.newsletter{
    padding: 30px 0;
}
.newsletter .btn{
    border-radius: 0;
    padding: 10px 20px;
}
.newsletter a,
.contact label a,
.reserver label a{
    color: rgba(181, 51, 28, 1);
}
.newsletter a:hover,
.contact label a:hover,
.reserver label a:hover{
    color: rgba(215, 206, 181, 1);
}

/* REPONSE NEWSLETTER */
#fond_reponse_newsletter{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9999;
    display: none;
}

#reponse_newsletter{
    position: fixed;
    top: 40%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background: rgba(181, 51, 28, 1);
    padding: 20px;
    z-index: 99999;
    border: 1px solid white;
    display: none;
}

#reponse_newsletter .reponse_titre{
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

#reponse_newsletter p{
    color: rgba(181, 51, 28, 1);
}

#reponse_newsletter a{
    position: absolute;
    color: rgba(181, 51, 28, 1);
}

#reponse_newsletter a:hover i{
    color: rgba(215, 206, 181, 1);
}

#reponse_newsletter .text_reponse {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

#reponse_newsletter .callout.alert {
    background: darkred;
}

#reponse_newsletter .callout.success p {
    width: 100%;
}

#reponse_newsletter .close-button{
    display: none;
}


/* FOOTER */
.copyright{
    padding: 10px 0;
    color: rgba(55, 54, 55, 1);
    font-size: 0.8rem;
    background: rgba(215, 206, 181, 1);
}

.copyright p{
    margin-bottom: 0;
}

.copyright a{
    color: rgba(55, 54, 55, 1);
}

.copyright a:hover{
    color: rgba(181, 51, 28, 1);
}

.mentions a{
    color: rgba(215, 206, 181, 1);
}

.mentions h1,
.mentions h2{
    margin-top: 20px;
    font-weight: bold;
    color: rgba(181, 51, 28, 1);
}

.sitemap h2{
    color: rgba(181, 51, 28, 1);
}

.mentions hr{
    margin-left: 0;
}

.mentions i{
    color: rgba(181, 51, 28, 1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sitemap h2 i{
    color: rgba(55, 54, 55, 1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


/* MEDIA QUERIES */
@media screen and (min-width:0em) and (max-width:64em){
    .slider .text{
        min-width: 70%;
    }
    .slider .slider-titre p{
        font-size: 2rem;
    }
    .input-group-field{
        max-width: 80%;
    }
    .desc_home .text{
        margin-left: 20px;
    }
    h1{
        font-size: 2.5rem;
    }
    #sidebar_blog h3{
        line-height: 1;
        font-size: 1rem;
    }
    .desc_home .align-vertical{
        position: relative;
        top: auto;
        transform: none;
    }
    #banniere .text{
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .listing .fadeInLeftShort .fond_blanc{
        margin-right: -150px;
    }
    .listing .fadeInRightShort .fond_blanc{
        margin-left: -150px;
    }
    .listing .fond_blanc{
        padding: 10px 20px 20px 20px;
    }
}

@media only screen and (max-width: 39em){
    .off-canvas-content{
        margin-left: 0 !important;
    }
    header button{
        color: white;
    }
    a.fermeture_menu, #offCanvas a.reserve{
        display: none !important;
    }
    .align-vertical, .align-horizontal, .align-milieu{
        position: relative;
    }
    h1{
        font-size: 2rem;
    }
    .scrollToTop{
        bottom: 10px !important;
    }
    #share_btn{
        bottom: 60px !important;
    }
    #partage{
        width: 250px;
        margin-left: -125px;
    }
    #partage .titre{
        font-size: 1rem;
    }
    .slider{
        margin-top: 0;
    }
    .slider .text{
        right: 10%;
    }
    #banniere {
        min-height: 300px;
        margin-bottom: 20px;
    }
    #banniere .text-ban{
        font-size: 2rem;
    }
    #banniere .text{
        bottom: 20px;
        right: 20px;
        padding: 10px 15px;
        left: 20px;
    }
    .breadcumbs{
        font-size: .8rem;
    }
    .title-bar{
        background-image: url(../images/bois_small.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .off-canvas{
        background-repeat: repeat-y;
        background-size: auto;
        background-position: top center;
    }
    .desc_home .text{
        margin-right: 0;
        padding: .9375rem;
    }
    .detail_blog, .detail_blog article{
        padding: 0;
    }
    .detail_blog .partage .text {
        padding-left: 10px;
    }
    .liens .item .img{
        margin-bottom: 20px;
    }
    .liens .item .text{
        text-align: center;
    }
    .listing .align-vertical{
        transform: none;
        top: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-shadow: none;
    }
    .listing .text{
        padding: 0;
        margin-top: 20px;
    }
    .home.listing .text{
        margin-left: 20px;
    }
    .map-section{
        margin-top: 30px;
    }
}