/*PREMIUMBASE*/


/*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;
}
a:hover {
    color:#c09;
}

.contact .sidebar{
	z-index: 1001
}
.align-center{
    text-align: center;
}
.deco{color:#c09;}
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #c09;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #c09;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
    }
    .index .not-sticking .menu{
        padding-top: 45px;
    }
    .header__logo {
        display: block;
        padding: 20px;
        padding-top: 40px;
    }
    .menu ul > li > a:hover:before {
        height: 5px;
        transition: all 0.3s;
    }

    .menu ul > li > a:before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 0px;
        background-color: #c09;
        transition: all 0.3s;
    }
}
.btn-primary {
    color: #fff;
    background-color:#c09;
    border-color:#c09;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover{
    color: #c09;
    background-color:#fff;
    border-color:#fff;
    transition: all 0.3s ease-in-out;
}
.btn {
    border-radius: 0;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #c09;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

/*HOME PAGE*/
.moteur {
    background-color: rgba(255,255,255,.2);
}
.c_loc{
    display: none;
}
.prod_accueil article {
    border:none;
}
.block_info {
    cursor: pointer;
    border: 1px solid #c09;
    border-top: inherit;
}
.home_cont_categories .cat-infos-overlay {
    background: rgba(204,0,153,.75);
}
.cat:hover .cat-infos-overlay {
    background: rgba(204,0,153,.75);
}
.line {
    border-bottom: 1px solid #c09;
}
.home_cont_presentation .titre-index-presentation {
    color:#c09;
}
/*PAGE AGENCE*/
.agence h4, .recherche h4, .vente h4{color:#c09;}
.agence .images-agence{
    margin-bottom: 30px;
}
.agence .images-agence img{
    width: 100%;
    background-color: #333;
    display: block;
}
.agence .services, .recherche .services, .vente .services{
    margin-bottom: 50px;
}
.sous-liste{
    padding-left: 30px;
}
.sous-liste:before{
    content: "";
    height: 100%;
    width: 5px;
    display: block;
    background:#c09;
    position: absolute;
    left: 15px;
}
.p-20{
    padding-top: 20px;
    padding-bottom: 10px;
}
/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #007bff !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #007bff;
}
.detail_header .titre:after {
    background: #007bff;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #007bff;
}
.retour_pret span {
    color: #007bff;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #007bff !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #007bff !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
/*FOOTER*/
.address a{color:#fff;}
.address a:hover{color:#c09;}