/*PREMIUMBASE*/


/*Import Fonts*/

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

@font-face {
    font-family: 'angelina';
    src: url('font/angelina.eot');
    src: local('font/angelina'),
    url('font/angelina.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    src: url('font/angelina.eot');
}

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

body {
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'angelina', 'Work Sans', sans-serif;
    background: #e2d7be;
}

.btn {
    border-radius: 0;
}
.btn-primary {
    color: #545f68;
    background-color: #e2d7be;
    border-color: #e2d7be;
}
.btn-primary:hover {
    color: #e2d7be;
    background-color: #545f68;
    border-color: #e2d7be;
}
.home_heading {
    color: #111;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #111;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.alert-danger {
    color: #e2d7be;
    background-color: #748391;
    border-color: #e2d7be;
    text-align: center;
}
/* MOTEUR */
.moteur {
    padding: 0 0 10px 0;
    background-color: rgba(116,131,145, 0);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    color: #fff;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff;
}
/* MENU */
.header .sticking {
    background: #748391;
}
.sidebar {
    width: 33.33333%;
    margin-top: -100px;
    background: #e2d7be;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
}
.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #748391;
    transition: width .6s ease;
}
.sidebar address {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #fff;
}
.deco, .page-heading {
    color: #545f68;
}
h2.deco::after, .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #545f68;
    height: 2px;
    width: 80px;
    margin: 12px 0;
}

.contact_coordinates address {
    text-align: center;
    margin: 20px 0;
}
/* --------------------------------------------------------------- */
/*                             HEADER                              */
/* --------------------------------------------------------------- */

/*.bgAccueil {*/
    /*background: none !important;*/
    /*overflow: hidden;*/
/*}*/

/*.carousel-fullscreen .carousel-inner .carousel-item {*/
    /*height: 100vh;*/
    /*min-height: 600px;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
/*}*/

/*#carouselExampleIndicatorsHome .carousel-item {*/
    /*background-size: cover;*/
    /*background-position: bottom center;*/
/*}*/

/*#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {*/
    /*background-image: url('/assets/images/slider_home/1.jpg');*/
/*}*/

/*#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {*/
    /*background-image: url('/assets/images/slider_home/2.jpg');*/
/*}*/

/*#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {*/
    /*background-image: url('/assets/images/slider_home/3.jpg');*/
/*}*/
/*#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {*/
    /*background-image: url('/assets/images/slider_home/4.jpg');*/
/*}*/
/*#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {*/
    /*background-image: url('/assets/images/slider_home/5.jpg');*/
/*}*/

/*.carousel-indicators {*/
    /*display: none;*/
/*}*/
/*!* --------------------------------------------------------------- *!*/
/*                              index                              */
/* --------------------------------------------------------------- */
.home_cont_presentation {
    position: relative;
    background: url(../images/home-background-presentation.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* SELECTION */
.home_cont_selection, .home_cont_categories {
    padding-top: 70px;
    padding-bottom: 70px;
}
.prod_accueil article {
    border: 1px solid #748391;
    width: calc(33.3% - 20px);
    margin: 10px;
    background: #fff;
    text-align: center;
}
.line {
    height: 10px;
    border-bottom: 1px solid #748391;
}
.prod_accueil .info_titre, .prod_accueil .info_prix-hai, .prod_accueil .prixplus, .prod_accueil .card_list {
    display: none;
}
.prod_accueil .card-fav-absolute {
    top: -5%;
    right: 25px;
}
.prod_accueil .box {
    height: 20px;
}
/* COORDONNEES */
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e2d7be;
    color: #111;
    text-align: center;
}
.cont_coordonnees figure img {
    width: 250px;
}
.sidebar .btn-primary:hover,
.btn-info:hover,
.cont_coordonnees .btn-primary:hover {
    color: #545f68;
    background-color: #e2d7be;
    border-color: #545f68;
}
.sidebar .btn-primary,
.btn-info,
.cont_coordonnees .btn-primary {
    color: #e2d7be;
    background-color: #545f68;
    border-color: #545f68;
}
.cont_coordonnees a {
    color: #111;
}
.social i {
    font-size: 30px;
    color: #545f68;
}
.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 40px 10px;
    background: #748391;
    text-align: center;
}
.home_cont_alertes p i {
    color: #e2d7be;
}
/* FOOTER */
footer a, footer a:hover {
    color: #e2d7be;
}
footer {
    background-color: #748391;
    padding: 50px 10px;
}
/* --------------------------------------------------------------- */
/*                            LISTING                              */
/* --------------------------------------------------------------- */
.listing_article article {
    background: #fff;
    text-align: center;
}
.prod_listing .info_titre {
    display: none;
}
.breadcrumb-item.active {
    color: #fff;
}
.detail .attribut_label0 {
    position: relative;
    z-index: 2;
    background-color: #e2d7be;
    padding: 0 7px 0 0;
}
.detail .bloc-champ {
    float: right;
    background-color: #e2d7be;
    z-index: 2;
}
.detail_taber .nav-link.active {
    display: block;
    padding: 0.5em 2em 1em 0;
    color: #000;
    font-weight: 500;
}

[class*='listing-'] .plusdecritere a,
[class*='listing'] .plusdecritere a {
    color: #e2d7be;
}
/* --------------------------------------------------------------- */
/*                             AGENCE                              */
/* --------------------------------------------------------------- */
.equipe {
    margin-top: 50px;
}
.equipe h2 {
    margin-bottom: 40px;
}
.equipier {
    background: rgba(255,255,255,0.5);
    text-align: center;
    padding: 20px;
    color: #545f68;
    font-size: 20px;
    font-weight: 500;
    width: 300px;
    margin: auto;
}
.equipier a {
    color: #545f68;
}



/* CONTACT */
.contact .bg_collapse {
    min-height: 480px;
    background-color: #e2d7be;
}

/* --------------------------------------------------------------- */
/*                         RESPONSIVE                              */
/* --------------------------------------------------------------- */

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .header .sticking nav {
        margin: 5px 0;
    }
    .header .not-sticking  nav {
        margin: 5px 0;
    }
    .header .not-sticking  nav {
        margin: 20px 0;
    }
    .header nav ul {
        margin: 0;
    }
    .menu ul > li > a {
        padding: 12px 20px;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .header {
        background: #748391;
        position: relative;
        z-index: 8000;
        width: 100%;
    }
    .index .header {
        background: transparent;
        z-index: 8000;
        width: 100%;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 0;
    }
    .not-sticking .header__logo img {
        width: 265px;
        margin: 16px 0;
    }
    .sticking .header__logo img {
        width: 265px;
        margin: 5px 0;
    }

    .header .not-sticking .site-pusher {
        /*display: flex;*/
        /*justify-content: center;*/
        height: 174px;
    }
    .header .sticking .site-pusher {
        /*display: flex;*/
        /*justify-content: center;*/
        height: 130px;
    }
    .index .header .not-sticking .site-pusher {
        background-color: rgba(116,131,145, 0);
        height: 170px;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        width: 40%;
    }
    .header {
        background: #748391;
    }
    .index .header {
        background: transparent;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    [class*='listing'] #content,
    [class*='listing'] #content{
        margin-top: 110px;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    body.contact .map, #map_contact {
        margin-top: 65px;
    }
}
@media (max-width: 420px) {
    .header__logo img {
        width: 50%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        border: 1px solid #748391;
        width: calc(100% - 20px);
        margin: 10px;
        background: #fff;
        text-align: center;
    }
    .moteur {
        top: 130px;
    }
}

/* IPAD  */
/* landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
    }
}

/* portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center bottom !important;
    }
}

/* IPHONE  */
/* landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
    }
}

/* portrait */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center top !important;
    }
}

/*  MODIF 26 12 2018 - BADGE AVIS CLIENT  */
.liens_center {
    text-align: center;
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -37px;
   margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 37px !important;
   width: 25px !important;
}

.listing-vendu .hide {
        display: block;
}