/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

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

body {
    font-family: 'Work Sans', sans-serif;
}

/* TOP MENU */
.top_menu {
    background: #7E211C;
}

/* MENU (gauche) */
#sidebar-wrapper {
    background: #1a1e2a;
}
/* FIX COLOR  */
.hamburger.is-closed .hamb-top, 
.hamburger.is-closed .hamb-middle, 
.hamburger.is-closed .hamb-bottom, 
.hamburger.is-open .hamb-top, 
.hamburger.is-open .hamb-middle, 
.hamburger.is-open .hamb-bottom{
    background-color: #fff;
}
.item:hover {
    background-color: #7E211C;
}
.dropdown-toggle::after{
    color: #7E211C;
}
.sidebar-nav .dropdown-menu a {
    background: #7E211C;
}
.sidebar-nav .dropdown-menu a:hover {
    background: #063d85;
}
.dropdown-toggle::after {
    bottom: 28px;
}
/* DIVIDER */
.home_cont_selection h2::after{
    background: #7E211C;
}
.cont_coordonnees h2::after{
    background: #7E211C;
}
/* SVG CIRCLE */
.jssorb051 .i .b{
    fill: #7E211C;
}
.jssorb051 .i .b:hover{
    fill: #063d85;
}
.page_heading::after {
    background: #7E211C;
}
.detail .info_titre::after {
    background: #7E211C;
}
.detail .lafficheur li {
    color: #fff;
    background-color: #7E211C!important;
    border-color: #7E211C!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
}
.alert-danger {
    color: #fff;
    background-color: #7E211C!important;
    border-color: #1a1e2a;
}
.bouton_search {
    background: #7E211C!important;
    color: #fff;
}
.bouton_search a {
    margin: auto 10px auto 10px;
    background: #7E211C!important;
    color: #fff;
}
.form-group .dropdown-toggle::after {
    color: #7E211C!important;
}
.sidebar .intention_appel {
    color: #fff!important;
}
.sidebar_blocinfos.sticky {
    background-color: #fff;
}
.btn-primary,
.btn-info, 
.btn-secondary {
    color: #fff;
    background-color: #7E211C;
    border-color: #7E211C;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
}
.btn-primary:hover,
.btn-info:hover, 
.btn-secondary:hover {
    color: #fff;
    background-color: #ab4641;
    border-color: #ab4641;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.3), 0 4px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.3), 0 4px 15px 0 rgba(0,0,0,.3);
}
.btn-success {
    color: #fff;
    background-color: #7E211C;
    border-color: #7E211C;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
}
.cont_coordonnees .btn {
    color: #fff;
    background: #7E211C;
}
.recherche-detaillee .input-group-addon {
    background: rgba(20,30,42,.05) none repeat scroll 0 0;
    color: #7E211C;
    border-bottom: 1px solid rgba(0,0,0,.3) !important;
}
.recherche-detaillee .sidebar div.sidebar_blocinfos.sticky:last-child{
    display: none;
}
/* BOX CATEGORIES */
figure.effect-ming figcaption::before{
    border: #7E211C 2px solid;
}
/* ADJUST SIZE MARKER MAP */
img.leaflet-marker-icon.leaflet-custom-marker.leaflet-zoom-animated.leaflet-interactive {
    width: 52px;
}
footer {
    background-color: #7E211C;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 0;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #7E211C;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/* PAGE GERER */
/* div col-sm spacing */
body.gerer .col-sm-2 {
    padding: 4rem .6rem 0.8rem;
}
/* div col-sm color */
body.gerer .col-sm-2.col-color__1 {
    background-color: #cacaca;
    color: #7E211C;
}
body.gerer .col-sm-2.col-color__2 {
    background-color: #7E211C;
    color: #f9f9f9;
}
.text-color__yellow{
    color: #fbb137;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                          RESPONSIVE                                             */
/* ----------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
        bottom: 150px;
    }
}