/* COULEURS 137, 134, 117;35, 31, 32; FIN COULEURS */
*{
    margin:0;
    padding: 0;
}

body {
    color: rgba(35, 31, 32, 1);
    font-family:'Raleway', sans-serif;
    font-size: 1em;
}

.row {
    max-width: 70rem;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* 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 */
}

#scroll_down{
	position: fixed;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -11.4px;
	z-index: 100000;
	margin-bottom: 10px;
}

img{
    width: 100%;
    border: 1px solid #F2F2F2 !important;
}

#logo, 
.insta img, 
.slider img, 
.langue img, 
.cooltapas img, 
#banniere img, 
#preloader img, 
.contact img,
.description img,
#logo_footer{
    border: none !important;
}

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_0{
    padding: 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_t_50{
    padding-top: 50px !important;
}

.padding_tb_30{
    padding-top: 30px !important;
    padding-bottom: 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_b_100{
    margin-bottom: 100px !important;
}

.margin_t_100{
    margin-top: 100px !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;
}

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

.btn{
    background: rgba(137, 134, 117, 1);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 25px;
}

.btn:hover,
.btn:focus,
#filtres input[type="radio"]:checked + label{
    background: rgba(35, 31, 32, 1);
    color: white;
    
}

.btn2{
    background: rgba(35, 31, 32, 1);
    color: white
}

.btn2:hover,
.btn2:focus{
    background: white;
    color: rgba(137, 134, 117, 1);
}

.material-symbols-outlined{
    vertical-align: bottom;
}

.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(137, 134, 117, .5) !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;
}

#logo{
    width: auto;
    max-width: 450px;
    height: auto;
}

.sticky{
    background: white;
}

.title-bar{
    z-index: 999;
    background: transparent;
    padding: 25px .9375rem;
    border-bottom: 1px solid rgba(137, 134, 117, 1);
}

.title-bar .menu li a{
    color: rgba(137, 134, 117, 1);
    padding: 5px 0 0 0;
    font-weight: 600;
    font-size: .875rem;
}

.top-bar-title{
    margin-right: 0;
}

.menu .active>a,
.menu a:hover{
    color: rgba(35, 31, 32, 1) !important;
    background: none;
}

.menu li{
    padding: 0 1rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a{
    padding-right: 1rem;
}

.fa-bars{
    color: rgba(35, 31, 32, 1);
    font-size: 1.5rem;
}

.menu>li.sousM>a:after,
.menu>li.sousM>a:hover:after{
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}
.menu>li.sousM>a:hover:after{
    content: "\f106";
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub{
    left: 0;
    right: auto;
}

.is-dropdown-submenu{
    background: rgba(137, 134, 117, 1);
    padding: 0;
}

.is-dropdown-submenu li{
    padding: 0 !important;
}

/* SOUS MENU */
.v_menu{
    position: absolute;
    margin-top: 15px;
    padding: 20px;
    background: rgba(137, 134, 117, 1);
    width: 80%;
}

.v_menu.ouvert{
    display: flex !important;
}

.v_menu>li {
    padding-bottom: 10px;
    color: white !important;
    padding: 0 .5rem;
    text-transform: none;
}

.v_menu>li a{
    color: white !important;
    text-transform: none;
}

.vs_menu{
    margin: 0;
}

.v_menu li,
.vs_menu li{
    list-style-type: none;
}

.vs_menu li{
    padding: 0 !important;
}

.vs_menu li a{
    color: #7fb0cd !important;
    font-size: .875rem;
    margin-bottom: 5px;
    text-transform: none;
}

.v_menu>li.current-menu-item a{
    color: rgba(35, 31, 32, 1) !important;
}

/* FIN SOUS MENU */

.sticky .is-dropdown-submenu li a,
.sticky li.active .is-dropdown-submenu li a{
    color: white;
    width: 100%;
    padding: .7rem 1rem !important;
}

.sticky .is-dropdown-submenu li.current-menu-item a,
.sticky li.active .is-dropdown-submenu li.current-menu-item a{
    color: white;
    background: rgba(35, 31, 32, 1);
}

.is-dropdown-submenu li a,
.is-dropdown-submenu li > .is-dropdown-submenu li a{
    border: none !important;
}

.sticky .is-dropdown-submenu li a:hover,
.sticky li.active .is-dropdown-submenu li a:hover{
    border: none;
    background: transparent;
    color: rgba(35, 31, 32, 1);
}

.off-canvas.position-left{
    background: rgba(137, 134, 117, 1);
    height: 100%;
    box-shadow: none;
}

.left-submenu.move-right.submenu.is-drilldown-submenu{
    margin-left: 0;
}

.is-drilldown li{
    padding: 0;
    margin-left: 10px;
    text-transform: uppercase;
}

.is-drilldown li a, .is-drilldown-submenu li a{
    color: white;
    border: none;
}

.is-drilldown li a::after{
    border-color: transparent transparent transparent white;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{
    border-color: transparent transparent transparent white;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:hover::after{
    border-color: transparent transparent transparent rgba(35, 31, 32, 1);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{
    border-color: transparent white transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:hover::after{
    border-color: transparent rgba(35, 31, 32, 1) transparent transparent;
}

.is-drilldown li a:hover, .is-drilldown-submenu li a:hover{
    color: rgba(35, 31, 32, 1);
}

.is-drilldown-submenu{
    height: 100%;
    background: rgba(137, 134, 117, 1);
}

.is-drilldown a:hover {
    border: none;
}

.is-drilldown-submenu li a::before{
    border-color:  transparent white transparent transparent;
}

.is-drilldown{
    min-height: 100%;
}

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

.scrollToTop, #share_btn{
	width:40px; 
	height:40px; 
	text-align:center; 
	background: rgba(35, 31, 32, 1);
	font-weight: bold;
	color: white;
	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(137, 134, 117, 1);
    color: white;
}
.scrollToTop span, #share_btn span{
    vertical-align: middle;
}
#share_btn{
    bottom: 80px;
    display: block;
}

/* RECHERCHE */
.recherche, .recherche label{
    color: white;
}

.recherche label{
    text-transform: uppercase;
}

#btn_rechercher{
    border-radius: 0;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 1rem;
}

/* LANGUES */
.langue li,
.langue li a{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.social-links,
.langue,
.langue>li{
    display: inline-block !important;
    width: auto !important;
}

.langue .vertical li a{
    padding: 10px 15px;
}

.langue .vertical{
    background: rgba(137, 134, 117, 1);
    z-index: 99999;
}

/* 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(137, 134, 117, 1);
    color: white;
    font-size: 1.4rem;
    padding: 10px 20px;
}

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

#partage .close_partage:hover, .prix{
    color: rgba(35, 31, 32, 1);
}

#partage #share_popup{
    padding: 10px 20px 20px 20px;
}
.titre,
h1, h2, h3{
    font-weight: 900;
}

h1, .titre{
    font-size: 1.8rem;
}

.defaut.bloc .titre,
.blog .titre,
.titre span{
    color: rgba(137, 134, 117, 1);
}

h2, .sous_titre{
    font-size: 1.5rem;
}

h3{
    font-size: 1.5rem;
    color: rgba(137, 134, 117, 1);
}

h5,
.blog a{
    color: rgba(137, 134, 117, 1);
}

.sous_menu_page h2{
    line-height: 1;
}

.titre_listing h1{
    color: white;
    background: #00546a;
    padding: 10px;
    font-weight: 300;
}

.fond{
    background:  rgba(137, 134, 117, 1);
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 20px; 
}

.fond2{
    background: rgba(137, 134, 117, 1);
    padding: 20px;
    color: white;
}

.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{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

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

.align-milieu{
    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%);
}

.cc-cookies{
    top: auto;
    bottom: 0;
}

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

#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%;
}
.titrePhoto{
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    background: rgba(137, 134, 117, 0.8);
    right: 20px;
    padding: 10px 20px;
    color: white;
}

.slider .text {
    position: absolute;
    z-index: 9999;
    width: 300px;
    bottom: 0;
    top: 0;
    background: rgba(137, 134, 117, 0.5);
    left: 300px;
    padding: 20px;
}

.slider .content, #banniere .text-ban,
#banniere .content {
    color: white;
    line-height: 1;
    margin: 0;
}

.slider .slider-titre .content,
.slider .slider-text .content,
#banniere .content {
    font-size: 1.6em;
    
}

.slider .slider-titre .content a,
.slider .slider-text .content a{
    color: white;
    
}
.slider .slider-titre .content a:hover,
.slider .slider-text .content a:hover{
    color: rgba(35, 31, 32, 1);
    
}

.slider .slider-text .content,
#banniere .content {
    font-size: 1.2em;
    margin-top: 20px;
}

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

.slider .slider-titre .content{
    color: white;
    text-transform: uppercase;
    padding-bottom: 0;
}

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

.slider .upSlide,
#banniere .content .upSlide{
    font-size: 2.5rem;
    font-weight: 780;
    letter-spacing: 5px;
    padding: 5px 0;
    text-transform: uppercase;
}

.slider .upSlide span,
#banniere .content .upSlide span{
    color: white;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background: none;
    color: rgba(35, 31, 32, 1);
    position: absolute;
    top: 40%;
    background: white;
    padding: 20px;
}

.bx-wrapper .bx-prev span,
.bx-wrapper .bx-next span{
    font-size: 50px;
}

.bx-wrapper .bx-next{
    right: 0;
}
.bx-wrapper .bx-prev{
    left: 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
    color: rgba(35, 31, 32, 1);
    background: rgba(137, 134, 117, 1);
}

.bx-wrapper .bx-controls-direction a{
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
}


/* BANNIERE */
#banniere{
    height: 600px;
    padding: 0;
    margin: -70px 20px 0 20px;
}

#banniere .row{
    height: 100%;
}

#banniere .columns{
    z-index: 1;
    position: relative;
}

#banniere .text-ban{
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: rgba(137, 134, 117, .8);
    padding: 20px 50px;
    display: inline-block;
}

#banniere .text-ban h1{
    margin: 0;
}

.no-ban{
    padding: 50px 0 0 0 ;
}

/* FIL D'ARIANE */
.breadcumbs{
    list-style-type: none;
    margin: 0;
    margin-right: 20px;
    display:inline-block;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.breadcumbs li{
    display: inline-block;
}

.breadcumbs li:after{
    content: "/";
    color: white;
}

.breadcumbs li a{
    margin: 0 5px;
    color: white;
    font-size: .875rem;
}

.no-ban .breadcumbs li a,
.no-ban .breadcumbs li:after{
    color: black;
}

.no-ban .breadcumbs{
    text-shadow: none;
}

.blog a:hover,
.breadcumbs li a:hover{
    color: rgba(35, 31, 32, 1);
}

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



.fildariane{
    margin-top: -30px;
}

/* HOVER */
.ih-item.square {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none; 
}

.ih-item.square.effect6 .info .titre_ihover{
    background: transparent;
    font-weight: bold;
    font-size: 2rem;
}

/* ACCUEIL */
.home .chiffre{
    background: url('../images/carre_fond_MS.png') no-repeat;
    background-position: center left;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 30%;
}

.home .chiffre .big{
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
    font-family: 'Righteous', cursive;
    color: rgba(137, 134, 117, 1);
}

.home .chiffre .text{
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 5px;
}

.home .chiffre .text span{
    font-size: 1rem;
    display: inherit;
}

.decale{
    padding: 0 0 30px 30px;
    z-index: 1;
}

.decale img{
    position: relative;
    z-index: 1;
}

.decale::after{
    border: 8px solid rgba(137, 134, 117, .5);
    content: "after";
    color: transparent;
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.affiche_home{
    position: absolute;
    z-index: 1;
}

.blog a.uppercase{
    font-weight: 600;
}

.owl-home .owl-nav button.owl-next, 
.owl-home .owl-nav button.owl-prev{
    background: white;
    border-radius: 0;
}

.owl-home .owl-nav button.owl-next:hover, 
.owl-home .owl-nav button.owl-prev:hover{
    background: rgba(137, 134, 117, 1);
}

.owl-home .owl-nav button.owl-next span, 
.owl-home .owl-nav button.owl-prev span{
    font-size: 2rem;
    padding: 20px;
}

.owl-home .owl-nav button.owl-next{
    float: right;
}

/* DEFAUT */
.defaut.lightgallery{
    background: url(../images/points.png);
    padding: 40px 0;
}

.defaut .owl-nav{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    right: 0;
    z-index: 1;
}

.defaut .owl-next span,
.defaut .owl-prev span{
    border-radius: 0;
    color: white !important;
    font-size: 3rem;
}

.defaut .owl-next:hover span,
.defaut .owl-prev:hover span{
    color: rgba(137, 134, 117, 1) !important;
}

.defaut .owl-next{
    float: right;
}

/* LISTING DETAILS */
.listings.home{
    background: url(../images/icon_fond_MS.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 80px;
}

.listings .block img{
    margin-left: 20px;
    max-height: 200px;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.listings .block.grand img {
    max-height: 420px;
    margin-left: 0;
}

.listings .block.grand img{
    max-width: 95%;
}

.listings .block.grand .fondNoir{
    position: absolute;
    background: rgba(35, 31, 32, .6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 5%;
}

.listings .text {
    position: absolute;
    z-index: 2;
    background: rgba(137, 134, 117, 1);
    padding: 15px 0;
    padding-left: 20px;
    min-width: 200px;
    left: 0;
  }

.listings .block.grand  .text {
    position: absolute;
    z-index: 2;
    background: transparent;
    min-width: auto;
    left: auto;
    right: 0;
    border: 5px solid rgba(137, 134, 117, 1);
    max-width: 300px;
    color: white;
    text-transform: inherit;
    padding: 20px;
}

.listings .text h3,
.listings .text a{
    color: white;
    text-transform: uppercase;
}

.listings .text .prix{
    color: rgba(35, 31, 32, 1);
    font-weight: 700;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -moz-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    -o-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    position: absolute;
    font-size: 0.7rem;
    left: -50px;
    margin-top: -8px;   
}

.listings .block.grand  .text .prix{
    top: 0%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: white;
    margin-top: 25px;
    left: -80px;
}

.listings .points,
.listing .points{
    background: url(../images/points.png);
    padding: 100px 0 40px 0;
    margin-top: -80px;
}

.listings.sousMenu .text {
    position: relative;
    z-index: 1;
    background: rgba(137, 134, 117, 1);
    padding: 20px;
    min-width: auto;
    max-width: 80%;
    margin: -20px 0 0 20px;
    color: white;
}

.listings.sousMenu a{
    width: 100%;
}

.listings.sousMenu a:hover .text {
    background: rgba(35, 31, 32, 1);
    color: white;
}

.listings.sousMenu .block img{
    margin-left: 0;
    height: 300px;
    max-height: initial;
}

.listings.sousMenu .text .sous_titre{
    font-size: 1.2rem;
}

.listings.sousMenu .points,
.listing .points{
    padding: 100px 0;
    margin-top: -150px;
}

.listing .img{
    max-height: 300px;
}

.listing .text{
    max-width: 90%;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    margin: auto;
    margin-top: -50px;
    background: white;
    margin-bottom: 20px;
    padding: 15px;
}

.divBtn {
    width: 100%;
    height: 2px;
    margin-top: 25px;
  }

.listing .commune {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    background: rgba(137, 134, 117, 1);
    padding: 5px 80px 5px 20px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.listing .text h2 {
    color: rgba(137, 134, 117, 1);
    font-weight: 300;
    text-transform: uppercase;
}

.listing .text .infos .item {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.listing .text .btn{
    padding: 10px 20px;
}

.listing .pad{
    padding: 5px 20px;
    padding-bottom: 30px;
}

.description img{
    width: revert-layer;
    display: inline-block !important;
}

.exclu{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    background: #fff165;
    padding: 5px;
    color: black;
}

.encours{
    left: 0;
    right: 0;
    background: rgba(254, 240, 101, .8);
    text-align: center;
    
}

.coeur {
    color: red;
    background: white;
    border-radius: 50%;
    padding: 5px 8px;
    left: auto;
    right: 10px;
  }

  .vendu {
    background: rgba(255, 0,0,.5);
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    top: 80px;
  }

  .red{
    color: red;
    font-weight: bold;
  }

/* GARANTIES */
.garanties>.row_100{
    background-color: #eae9e8;
    padding: 40px 0;
    margin: 50px 20px;
}

.garanties img{
    border: none !important;
    max-width: 60px; margin-right: 10px;
}

.garanties strong{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
}

/* DETAIL LISTING */
.detail_listing .couleur,
.detail_listing .prix b{
    font-size: 1.2rem;
}

.detail_listing .doc{
    color: #333;
}

.listings .text a{
    color: white;
}

.listings .text a:hover,
.detail_listing .doc:hover{
    color: rgba(35, 31, 32, 1);
}

.listing .titre,
.listings .block.grand .text a:hover{
    color: rgba(137, 134, 117, 1);
}

.detail_listing .bande{
    height: 120px;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    background: rgba(137, 134, 117, 1);
}

.detail_listing h2{
    font-size: 1.4rem;
    color: rgba(137, 134, 117, 1);
}

.detail_listing h1 span{
    background: rgba(35, 31, 32, 1);
}

.detailList .fond{
    background: #d7d9d2;
}

.detailList .fond .titre{
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}
.detailList .fond .titre2{
    font-size: 1.2rem;
}

.detailList .fond .logoInfos img{
    max-width: 60%;
    border: none !important;
}

.detailList .bande {
    background: rgba(137, 134, 117, 1);
    padding: 10px 0;
    font-size: 1.2rem;
    margin-top: -40px;
    position: relative;
    max-width: 90%;
    color: white;
}

.detailList .bande .columns:not(:last-child){
    border-right: 1px solid white;
}

.detailList .exclu.vendu.align-vertical{
    top: 50%;
}


/* BLOG */
.blog .text{
    position: absolute;
    bottom: 0;
}

.blog .date {
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    background: white;
    padding: 15px 10px;
    line-height: 0;
}

#sidebar_blog .categories{
    border: 1px solid rgba(137, 134, 117, 1);
    padding: 10px;
    margin: 20px 10px;
}

#sidebar_blog .titre{
    color: rgba(35, 31, 32, 1);
    font-size: 1.2rem;
    font-weight: 500
}

#sidebar_blog .rechercher .btn{
    border-radius: 0;
    padding: 4px 25px;
}

#sidebar_blog .rechercher input{
    height: 2rem;
}

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

#sidebar_blog .articles h3{
    color: rgba(35, 31, 32, 1);
    font-size: 1.2rem;
    margin: 10px 0;
}

#sidebar_blog .categories li{
    margin-bottom: 10px;
}

.sous_titre a,
#sidebar_blog .categories a{
    color: rgba(35, 31, 32, 1);
}

.sous_titre a:hover,
#sidebar_blog .categories a:hover{
    color: rgba(137, 134, 117, 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;
    color: white;
}

.tagcloud li a:hover{
    color: white;
}


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

#filtres input{
    display: none;
}

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

.lightgallery{
    margin: 20px;
}

.photosOpen .info,
.galerie a .info{
    background: rgba(35, 31, 32, 0.5);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-weight: bold;
    color: white;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.galerie a .info{
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.photosOpen:hover{
    cursor: pointer;
}

.photosOpen:hover .info{
    background: rgba(35, 31, 32, 1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.galerie a:hover .info{
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.galerie a .info .titre_ihover{
    position: absolute;
}

.photosClose{
    border-radius: 0;
}


/* CONTACT */
.contact .form{
    background: rgba(137, 134, 117, 1);
    color: white;
    padding: 20px;
}
.contact .form a{
    color: white;;
}
.contact button{
    border-radius: 0;
}

.contact label,
.contact label a{
    color: rgba(137, 134, 117, 1);
}

.contact label a:hover,
#pdf_page:hover{
    color: rgba(35, 31, 32, 1);
}

#map_canvas{
    min-height: 300px;
    height: 550px;
}

.detail_listing #map_canvas{
    height: 250px;
}

.detail_listing #map_canvas img{
    border: none !important;
}

#pdf_page{
    color: red;
}

/* FOOTER */
footer{
    background: rgba(137, 134, 117, 1);
    padding: 20px 0;
    color: white;
    margin: 0 20px;
}

#logo_footer{
    max-width: 240px;
    width: auto;
    position: absolute;
}

footer ul,
.social-links{
    margin: 0;
}

footer ul li a,
footer p{
    font-size: .875rem;
    color: white;
}

footer ul li{
    list-style-type: none;
    line-height: 1.3;
}

footer .columns {
    border-left: 2px solid white;
}

footer>.row>.columns:first-child {
    border-left: none;
}

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

.social-links li a i{
    font-size: 1.2rem;
    color: white;
    font-style: normal;
}

footer ul li a:hover,
.social-links li a:hover i{
    color: rgba(35, 31, 32, 1);
}


.copyright{
    padding: 10px 0;
    background: white;
    color: #333;
    font-size: 0.8rem;
}

.copyright p{
    margin-bottom: 0;
}

.sitemap h2,
.copyright a,
.mentions a{
    color: rgba(35, 31, 32, 1);
}

.copyright a:hover{
    color: rgba(137, 134, 117, 1);
}

.mentions h1,
.mentions h2{
    margin-top: 20px;
    font-weight: bold;
    color: rgba(35, 31, 32, 1);
}

.mentions hr{
    margin-left: 0;
}

.mentions i{
    color: rgba(35, 31, 32, 1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

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




/* MEDIA QUERIES */
@media screen and (min-width:92em){
    #logo{
        max-width: 500px;
    }
}

@media screen and (min-width:0em) and (max-width:64em){
    .slider, #banniere{
        margin-top: 0;
    }
    .slider .text{
        left: 220px;
    }
    .slider .slider-titre .content {
        font-size: 1.2em;
      }
    .slider .slider-text .content, #banniere .content {
        font-size: .875em;
        margin-top: 0px;
      }
    .menu a{
        font-size: .875rem !important;
    }
    #logo{
        width: 100%;
        height: auto;
    }
    .home.listings .img .btn,
    .sous_menu_page .img .btn{
        width: 200px;
        text-align: center;
    }
    .detail_listing .padding_t_30{
        padding-top: 0!important;
    }
    .affiche_home .btn{
        text-align: center;
        font-size: 1.2rem;
        padding: 5px 10px;
    }
    .defaut .text{
        transform: none;
        position: relative;
        top: 0;
    }

    #sidebar_blog .btn{
        padding: 5px;
    }
    #sidebar_blog .articles h3{
        line-height: 1;
        font-size: .875rem;
    }
    .mix a .info{
        bottom: 10px;
    }
    .mix .titre_ihover{
        font-size: 1rem;
    }
    .contact .form{
        padding: 30px;
    }
    .blog .text p{
        line-height: 1.2;
    }
    .blog .text h3{
        font-size: 1.3rem;
    }
    .listings .customNav{
        width: 100%;
        max-width: 100%;
        top: auto;
        bottom: 0;
    }
    .btn_tel i{
        color: rgba(35, 31, 32, 1);
    }
    .bx-wrapper .bx-prev span, .bx-wrapper .bx-next span {
      font-size: 30px;
    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next{
        padding: 10px;
    }
    
    .listings.sousMenu .block img{
        height: auto;
    }
    #logo_footer {
      position: relative;
        margin-bottom: 50px;
    }
    footer .columns:nth-child(2){
        border-left: none;
    }
    .detailList .bande{
        font-size: 1rem;
    }
}

@media only screen and (max-width: 39em){
    .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 .slider-text {
        font-size: .8em;
        top: 60%;
    }
    .slider .slider-titre {
        font-size: .5em;
        top: 15%;
    }
    .slider .btn_slider {
        margin-top: 5px !important;
        text-align: right !important;
    }
    .slider-titre.active-slide, .slider-text.active-slide{
        margin-left: 20px;
    }
    #banniere .text-ban{
        font-size: 1.2rem;
    }
    #banniere{
        height: 200px;
        margin-top: 0;
    }
    .breadcumbs{
        font-size: .8rem;
    }
    
    .title-bar{
        background: white;
    }
    .langue img{
        width: 25px;
        height: auto;
    }
    .listings .owl-carousel .owl-nav .owl-next {
        margin-right: 0;
    }
    .listings .owl-carousel .owl-nav .owl-prev {
        margin-left: 0;
    }
    .listings .customNav{
        top: auto;
    }
    .listing .bande{
        display: none;
    }
    .listing p{
        color: #333;
    }
    .fond2 .listing p{
        color: white;
    }
    .mix .titre_ihover{
        font-size: .875rem;
    }
    .contact .form{
        margin: 0;
    }
    .home.listings{
        padding-top: 0;
    }
    .owl-listings{
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .listings .customNav{
        width: 100%;
        max-width: 100%;
    }
    .listings .customNav.owl-nav .owl-prev,
    .listings .customNav.owl-nav .owl-next{
        margin-left: 0;
        margin-right: 0;
    }
    .listings .customNav.owl-nav .owl-next{
        margin-right: 20px;
    }
    .bx-wrapper .bx-prev span, .bx-wrapper .bx-next span {
      font-size: 20px;
    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next{
        padding: 5px;
    }
    .home .chiffre .big{
        font-size: 4rem;
    }
    .home.margin_t_100{
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    h1, .titre {
      font-size: 1.2rem;
    }
    .home .decale{
        margin-bottom: 20px;
    }
    footer .columns{
        border: none;
        margin-bottom: 20px;
    }
    #sidebar_blog .categories{
        margin: 0 0 20px 0;
    }
    .defaut.margin_t_50{
        margin-top: 0 !important;
    }
    .defaut .lightgallery,
    .galerie .lightgallery{
        margin: 0;
    }
    .garanties > .row_100{
        margin: 20px;
        margin-bottom: 0;
    }
    .detailList .exclu.vendu.align-vertical{
        top: 100px;
    }
    .detailList .bande .columns:not(:last-child) {
      border-bottom: 1px solid white;
        border-right: 0;
        padding-bottom: 10px; 
    }
    .detail_listing #contact .text-right{
        text-align: left;
    }
    .galerie.margin_b_30{
        margin-bottom: 0 !important;
    }
    .photosClose{
        margin-bottom: 20px;
    }
}