*{
    margin:0;
    padding: 0;
}

.off-canvas-content, 
body{
    box-shadow: none;
    background-color: #F6F6F6;
}

.row {
    max-width: 70rem;
}

.row_100 {
    max-width: 100%;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#eeeeee;
    z-index:999999; 
	opacity : 1;
}


#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%;
    top:50%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-150px 0 0 -150px;
}

.scrollToTop, .scrollToTop:focus, #share_btn, #share_btn:focus{
	width:40px; 
	height:40px;
	padding:2px; 
	text-align:center; 
	background: #333;
	font-weight: bold;
	color: #E30F70;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:10px;
	display:none;
    font-size: 1.3em;
    z-index: 999;
    border: 1px solid white;
}
.scrollToTop:hover, #share_btn:hover{
	text-decoration:none;
    background: #E30F70;
    color: #333;
}

#share_btn{
    bottom: 80px;
    display: block;
    border-radius: 0;
}

.rose{
    color: #E30F70;
}

.vert{
    color: #C3C909;
}

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

/* PARTAGE */
#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: #E30F70;
    color: white;
    font-size: 1.4rem;
    padding: 10px 20px;
}

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

#partage .close_partage:hover{
    color: #C3C909;
}

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

#logo, #logo_footer{
    max-width: 150px;
}

.padding_t_50{
    padding-top: 50px !important;
}

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

.padding_5{
    padding: 5px !important;
}

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

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

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

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

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

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

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

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

h1{
    margin: 20px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

#btn,
.btn{
    background: #E30F70;
    color: white;
    box-shadow: none;
    padding: 10px 20px;
    border: none;
}

#btn:hover,
.btn:hover{
    background: #C4C909;
    color: white;
}

input{
    border-radius: 0 !important;
}

/* MENU */
.title-bar, .background-header, header{
    z-index: 999;
}

.title-bar{
    background: transparent;
    padding: 10px 0;
}

.background-header{
    background: #333;
}

.top.menu .active > a{
    background: transparent;
}

.top.menu li a{
    color: #333;
}

.top.menu li a:hover{
    color: #C4C909;
}

.rub.menu li a{
    color: white;
}

.rub.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: white transparent transparent;
}

.rub.menu li.is-submenu-item a{
    color: #333;
}

.rub.menu .active > a,
.rub.menu li.active.is-submenu-item a{
    background: #E30F70;
    color: white;
}

.rub.menu li a:hover,
.rub.menu li.is-submenu-item a:hover{
    color: #C4C909;
}

/* MENU SMALL */
#offCanvas, .is-drilldown, .is-drilldown-submenu.is-active{
    height: 100%;
}

.off-canvas, .is-drilldown-submenu.is-active{
    background: #333;
}

.menu.vertical > li > a,
.is-drilldown-submenu.is-active li a{
    color: white;
}

.is-drilldown-submenu.is-active li a:hover{
    color: white;
    background: #E30F70;
}

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

.js-drilldown-back > a::before{
    border-color: transparent white transparent transparent;
}

/* IHOVER */
.ih-item.square.effect6 .info .titre_ihover{
    background: transparent;
    color: #C4C909;
}

.ih-item.square.effect6 .info .titre_ihover i{
    font-size: 1.2rem;
}

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

.slider img{
    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 .slider-titre {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 35%;
    width: 100%;  
    font-weight: bolder;
}

.slider .slider-titre p{
    color: #fff;
    font-size: 350%;
}

.slider .slider-text {
    font-size: 200%;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 50%;
    width: 100%; 
    line-height: 1;
}

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

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

#popup{
    position: fixed;
    top: 20%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: #e30f70;
    color: white;
    z-index: 99999;
}

#popup .pop_img{
    padding: 0;
}

#popup .contenu{
    padding: 20px 20px 30px 20px;
}

#popup form.newsletter {
    text-align: center;
}

#popup .titre{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#popup .desc p{
    color: white;
    margin-bottom: 20px;
}

#popup .close_popup{
    color: white;
    float: right;
}

#popup .close_popup:hover i{
    color: #c3c909;
}

#popup .close_absolute{
    position: absolute;
    top: 5px;
    right: 10px;
}

#popup input,
.fond_news input,
#sidebar_blog .rechercher input{
    border-radius: 0;
    margin-bottom: 0;
}

.newsletter input{
    border-color: #333;
}

#popup #newsletter_btn,
.fond_news #newsletter_btn {
    border: none;
    padding: 10px 20px;
    background: #333;
    color: white;
    text-transform: uppercase;
}

.fond_news img{
	border-radius: 50%;
}

/* 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: #333333;
    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: white;
}

#reponse_newsletter a{
    position: absolute;
    color: white;
}

#reponse_newsletter a:hover i{
    color: #c3c909;
}

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

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

#reponse_newsletter .callout.success {
    background: darkgreen;
}

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

/* NEWSLETTER */
.fond_news{
    background: #c3c909;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fond_news #newsletter_btn{
    width: 100%;
}

.fond_news h2,
.block_separateur h2{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}

/* LIAISON */
.titre_liaison{
    font-size: 1.5rem;
    font-weight: bold;
}

.liaison figure{
    position: relative;
}

.liaison .img .date{
    position: absolute;
    background: #E30F70;
    padding: 5px 10px;
    color: white;
    z-index: 1;
    top: 15px;
    left: -10px;
}

.affiche_home.liaison figcaption{
    text-align: center;
}

.detail_blog .liaison figcaption{
    text-align: right;
}

.detail_blog .liaison .titre a{
    color: #E30F70;
    font-size: 1.2rem;
}

.detail_blog .liaison .titre{
    text-align: left;
}

.detail_blog .liaison figcaption p,
.affiche_home.liaison figcaption p{
    text-align: left;
}

.owl-liaison{
    position: relative;
}

.owl-liaison .owl-nav{
    position: absolute;
    top: -70px;
    width: 100%;
}

.owl-liaison .owl-nav [class*="owl-"]{
    background: none;
    color: #333;
    font-size: 2rem;
    position: absolute;
}

.owl-liaison .owl-nav [class*="owl-"]:hover{
    background: none;
    color: #E30F70;
}

.owl-liaison .owl-nav .owl-prev{
    left: 0;
}

.owl-liaison .owl-nav .owl-next{
    right: 0;
}

.owl-liaison .owl-dots .owl-dot.active span, .owl-liaison .owl-dots .owl-dot:hover span{
    background: #333;
}

/* ACCUEIL */
.block_separateur{
    padding: 50px 0;
    color: white;
}

.affiche_home figure{
    padding: 5px;
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 1rem 0;
    position: relative;
}

.affiche_home figure .img .rub,
.blog .detail_blog .img .rub,
.blog figure .img .rub{
    position: absolute;
    top: 15px;
    left: -10px;
    background: #E30F70;
    padding: 5px 10px;
    color: white;
    z-index: 1;
}

.affiche_home figure .img .ruban,
.blog .detail_blog .img .ruban,
.blog figure .img .ruban{
    border-style:solid;
    border-width:10px;
    position: absolute;
    top: 39px;
    left: -20px;
    border-color: transparent #E30F70 transparent transparent;
    filter: brightness(60%);
    z-index: 0;
}

.affiche_home figure figcaption a h2,
.affiche_home.listings figure figcaption h2,
.affiche_home.liaison .titre a{
    font-size: 1.2rem;
    color: #C4C909;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0;
}

.affiche_home figure figcaption p{
    padding: 10px;
    text-align: left;
}

.affiche_home figure figcaption{
    padding-bottom: 10px;
}

.affiche_home figure figcaption .btn:hover{
    background: #333;
    color: white;
}

/* LISTINGS DETIALS */
.affiche_home.listings_details figure .img .rub,
.affiche_home.listings figure .img .rub,
.affiche_home.liaison figure .img .date,
.detail_listing .prix span{
    font-size: 1.2rem;
}

.affiche_home.listings_details figure .img .ruban,
.affiche_home.listings figure .img .ruban,
.affiche_home.liaison figure .img .ruban{
    top: 44px;
}

.detail_listing a {
    color: #E30F70;
}

.detail_listing a:hover {
    color: #C4C909;
}

/* LISTINGS */
.listings ul.liaison{
    margin: 0;
    padding: 0 10px;
}

.listings ul.liaison li{
    list-style-type: none;
}

.listings ul.liaison li div{
    border-bottom: 1px solid #F1F1F1;
    text-align: left;
    padding: 10px 0;
}

.listings ul.liaison li div a{
    color: #333;
}

.listings ul.liaison li div a:hover{
    color: #E30F70;
}

/* BLOG */
.blog figure{
    position: relative;
    margin: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.blog figure figcaption{
    background: #333;
    color: white;
    padding: 10px;
    padding-bottom: 15px;
}

.blog figure figcaption a h3{
    font-size: 1.2rem;
    color: #E30F70;
    text-align: left;
}

.blog figure figcaption p{
    text-align: left;
}

.blog_titre h2{
    font-weight: bold;
    font-size: 1.5rem;
    color: #C4C909;
}

#sidebar_blog .rechercher,
#sidebar_blog .categories,
#sidebar_blog .articles,
#sidebar_blog .tags{
    background: white;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#sidebar_blog .titre{
    color: #E30F70;
    margin-bottom: 10px;
    font-weight: bold;
}

#sidebar_blog .rechercher form{
    padding: 0 15px;
}

#sidebar_blog .rechercher form button{
    background: #333;
    color: white;
    border-radius: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

#sidebar_blog .rechercher form button:hover{
    background: #C4C909;
    color: white;
}

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

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

#sidebar_blog a{
    color: #333;
}

#sidebar_blog a:hover{
    color: #C4C909;
}

#sidebar_blog .articles .item .img,
.detail_blog .img{
    position: relative;
}

#sidebar_blog .articles .item .date{
    position: absolute;
    top: 0;
    left: 0;
    background: #E30F70;
    color: white;
    padding: 5px 10px;
}

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

.tagcloud li a{
    background: #333;
    color: white !important;
    padding: 5px 10px;
}

.tagcloud li a:hover{
    background: #C4C909;
    color: white;
}

.detail_blog .cat a{
    color: #E30F70;
}

.detail_blog .cat a:hover{
    color: #C4C909;
}

.detail_blog .doc span{
    font-weight: bold;
    margin-bottom: 10px;
}

/* DETAIL LISTING */
.detail_listing h1{
    color: #E30F70;
}

.detail_listing .docs .couleur{
    color: #C4C909;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.detail_listing .docs a,
.detail_blog .doc a{
    color: #333;
}

.detail_listing .docs a:hover,
.detail_blog .doc a:hover{
    color: #E30F70;
}

.detail_listing .prix span{
    background-color: #C4C909;
    color: white;
    padding: 10px;
    font-weight: bold;
}

#bloc_fixed{
    position: fixed;
    right: 0;
    top: 200px;
    background: white;
    border: 1px solid #CCC;
    width: 200px;
    margin: 0;
    padding: 0;
    z-index: 999;
}

#bloc_fixed .titre{
    background: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0;
}

#bloc_fixed ul{
    margin: 0;
}

#bloc_fixed ul li{
    list-style-type: none;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    text-align: center;
}

#bloc_fixed ul li a{
    color: #333;
}

#bloc_fixed ul li a:hover{
    color: #E30F70;
}

#bloc_fixed_btn{
    background: #E30F70;
    position: fixed;
    top: 165px;
    right: 0;
    z-index: 999;
}

#bloc_fixed_btn a{
    color: white;
}

#bloc_fixed_btn a i{
    padding: 10px;
}

/* CONTACT */
.contact #infos{
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 1rem 20px 5px 20px;
}

/* FOOTER */
footer{
    background: #333;
    color: white;
    padding: 30px 0;
    margin-top: 20px;
}

#logo_footer{
    width: 100%;
}

footer .contact i{
    text-align: center;
}

footer .contact p{
    font-size: .875rem;
}

footer .titre_footer{
    text-transform: uppercase;
    color: #E30F70;
    margin-bottom: 10px;
}

.social-links{
    margin: 0;
}

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

.social-links li a{
    font-size: 1.5rem;
    color: white;
}

.top.social-links li a{
    color: #333;
}

.social-links li a:hover{
    color: #C4C909;
}

footer .instagram .galerie{
    margin-bottom: .9375rem;
}

/* COPYRIGHT */
.copyright a{
    color: #333;
}

.copyright a:hover,
.mentions a,
label a{
    color: #E30F70;
}

.mentions a:hover,
.contact label a:hover{
    color: #C4C909;
}

label a:hover,
.mentions a.btn{
    color: white;
}

/* CONNEXION */
.page_connexion form{
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px
}

.page_connexion span{
    color: red;
}

.page_connexion .form_titre{
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.page_connexion label{
    text-align: left;
}

.page_connexion input[type="submit"]{
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    background: #333;
    color: white;
}

.page_connexion input[type="submit"]:hover{
    background: #E30F70;
    color: white;
}

.page_connexion form a{
    color: #E30F70;
}

.page_connexion form a:hover{
    color: #C4C909;
}

.con_message span{
    padding: 10px;
    color: white;
    width: 100%;
}

.con_message .red{
    background-color: lightcoral;
}

.con_message .green{
    background-color: lightgreen;
}

#deconnexion {
    padding: 5px 20px;
    background: #E30F70;
    color: white;
    margin: 0;
}

#deconnexion:hover{
    background: #333;
    color: white;
}

.bande_top form{
    display: inline-block;
}

.bande_top .compte{
    color: #333;
    margin-right: 20px;
}

.bande_top .compte:hover{
    color: #E30F70;
}


@media screen and (min-width:0em) and (max-width:64em){
    .slider p{
        font-size: 220% !important;
    }
    .slider-text{
        font-size: 180% !important;
    }
    #reponse_newsletter {
        top: 20%;
    }
}

@media only screen and (max-width: 39em){
    .instagram .padding_r_0{
        padding-right: .9375rem !important;
    }
    #bloc_fixed{
		display: none;
        top: 139px;
    }
    #bloc_fixed_btn{
        top: 105px;
    }
    .slider .slider-titre{
        top: 25%;
    }
    .slider p{
        font-size: 200% !important;
        line-height: 1;
    }
    .scrollToTop{
        bottom: 10px !important;
    }
    #share_btn{
        bottom: 60px !important;
    }
    #partage{
        width: 250px;
        margin-left: -125px;
    }
    #partage .titre{
        font-size: 1rem;
    }
    #reponse_newsletter {
        width: 250px;
        margin-left: -145px;
    }
    #reponse_newsletter .reponse_titre{
        font-size: 1rem;
    }
    #popup {
        width: 300px;
        margin-left: -150px;
        top: 10%;
    }
    #popup #newsletter_btn {
        padding: 10px;
    }
    .small_padding{
        padding-left: .9375rem !important;
        padding-right: .9375rem !important;
    }
    .top.menu li a {
        padding: 5px 8px;
        font-size: .875rem;
    }
    .bande_top .columns{
        margin-bottom: 10px;
        text-align: center;
    }
    .page_connexion input[type="submit"]{
        padding: 10px;
    }
    .owl-liaison .owl-nav{
        top: -50px;
    }
    .owl-liaison .owl-nav [class*="owl-"]{
        position: relative;
    }
}