
/* =================================================== */
/*                      GENERAL                        */
/* =================================================== */

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

@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');
/* font-family: 'Arapey', serif; */

body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    background: #fff;
}
body.index {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    background: url(/assets/images/bgimg.jpg) center center / cover no-repeat fixed;
}
.bgAccueil {
    height: 100%;
    position: relative;
    background: transparent;
}

.marginauto {
    margin: auto;
}
/* COULEURS */
.gris {
    color: #333333;
}
.or {
    color: #e7321f;
}

/* BOUTONS ET TITRES  */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #fff;
    background-color: #e7321f;
    border-color: #e7321f;
}
.btn-primary:hover , .btn-secondary:hover, .btn-info:hover, .btn-success:hover{
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.home_heading {
    font-size: 28px;
    text-align: center;
    /* font-family: 'Arapey', serif; */
    letter-spacing: 2px;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e7321f;
    height: 2px;
    width: 50px;
    margin: 24px auto 24px auto;
}


/* =================================================== */
/*                      INDEX                          */
/* =================================================== */
/* HEADER */
.header-include {
    height: 100%;
}
.bgAccueil .row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.col-moteur {
}
.baseline {
    text-align: center;
    top:50%;
    /* font-family: 'Arapey', serif; */
    letter-spacing: 2px;
}
.baseline p {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: #fff;
    line-height: 1;
}

/* MOTEUR */
.radio_trans {
    display: none;
}
.moteur {
    padding: 10px;
    position: absolute;
    bottom: 5%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    background-color: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.1);
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.plusdecritere .text-filtre1 {
    display: none;
}

/* SELECTION */
.home_cont_selection {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(255,255,255,0.8);
}
.prod_accueil article {
    /* text-align: center; */
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #000;
}
.prod_accueil article:hover {
    border-bottom: 2px solid #e7321f;
}
.prod_accueil .info_prix {
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #e7321f;
    font-weight: 500;
}
.prod_accueil .info_titre {
    display: none;
}
.info_type {
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.index .card_list {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
}
.index .info_ville {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 400;
}
.index .card_list li > span {
    font-weight: 400;
}
.card_list li > span:after {
display: none;
}
.index .effect-cms .box {
    padding: 0;
}
.index .info_numero,.index .info_prix-hai {
    display: none;
}

/* Presentation */
.home_cont_presentation {
    position: relative;
    background: #000;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.home_cont_presentation .btn {
    padding: 1rem 1.75rem;
    margin-top: 20px;
}
/* .home_cont_presentation .btn-primary {
    color: #fff;
    background: transparent;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background: #333333;
} */
.home_cont_presentation p {
    font-size: 18px;
    text-align: center;
}
.logo-fnaim {
    width: 120px;
    margin-top: 20px;
}

/* CATEGORIES */
.home_cont_categories {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(255,255,255,0.8);
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0, 0.75);
    color: #fff;
    width: 100%;
    height: 100%;
}
.home_cont_categories .cat-text {
    font-size: 30px;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #fff;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small {
    font-weight: 400;
}
.cat:hover {
    box-shadow: 6px 4px 5px #5a5a5a;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-text::after {
    background: #e7321f;
    width: 50px;
    margin: 10px auto 0 auto;
    height: 2px;
}
.cat:hover .cat-text::after {
    width: 50px;
}
.cat {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.home_cont_categories .cat-text-small {
    color: #fff;
    font-size: 15px;
}

/* COORDONNEES */
.cont_coordonnees {
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}
.cont_coordonnees .btn-primary {
    color: #fff;
    background-color: #e7321f;
    border-color: #e7321f;
}
.cont_coordonnees .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000000;
}
.cont_coordonnees .bloc-reseaux i {
    font-size: 30px;
    color: #e7321f;
    margin: 0 5px;
}





/* Boite à outils */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #e7321f;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}
.btn.btn-primary.btn-sm a{
    color: #fff!important;
}
article a:hover {
    color: #e7321f;
}
/* =================================================== */
/*                      LISTING                        */
/* =================================================== */

/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #e7321f !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #e7321f;
}
.detail_header .titre:after {
    background: #e7321f;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #e7321f;
}
.retour_pret span {
    color: #e7321f;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #e7321f;
    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: #e7321f !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #e7321f !important;
    color: #fff;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* =================================================== */
/*                         AUTRES                      */
/* =================================================== */
aside {
    text-align: center;
}
aside.aside_contact {
    background-color: #fff;
    color: #000;
    border-left: 2px solid #e7321f;
}
aside .social_network i {
    color: #e7321f;
}
#voir-telephone-0.telephone-vu {
    color: #e7321f;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.sidebar {
    margin-top: 0;
}
.sidebar { 
    text-align: center;
}
.sidebar .img-thumbnail {
    border: 0;
}

.alert-danger {
    color: #000;
    background-color: #e7321f;
    border-color: #e7321f;
}

.mt-cat {
    margin-top: 30px;
}

/* =================================================== */
/*                     RESPONSIVE                      */
/* =================================================== */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .site-pusher {
        display: flex;
        justify-content: space-between;
        background: rgba(255,255,255,0.7);
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 10px;    
    }
    .not-sticking .header__logo img, .sticking .header__logo img {
        width: 520px;
    }

    nav.menu {
        width: auto;
        margin: auto 0;
    }
    nav.menu ul {
        margin: 0;
        display: flex;
    }
    nav.menu ul.menu-top {
        justify-content: flex-end;
    }
    nav.menu ul li {
        display: inline-block;
        text-transform: capitalize;
        margin: auto 0;
    }
    .menu ul > li > a {
        color: #000;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 0 25px;
        /* font-family: 'Arapey', serif; */
    }
    ul.menu-top > li > a.logo-fb {
        padding: 0 15px;
    }
    .menu ul.menu-top > li > a.btn-primary {
        color: #fff;
        font-size: 15px;
        padding: 10px 20px ;
        text-transform: initial;
        margin-right: 20px;
    }
    .menu .navigation a:hover {
        text-decoration: underline;
    }
    .navigation {
        border-top: 1px solid rgba(0,0,0,0.2);
        padding: 10px 0;
    }
    .menu-top {
        padding: 10px 0;
    }
    .menu-top .logo-fb i{
        font-size: 25px;
        color: #e7321f;
    }
    /* Moteur */
    /* .index .search__form-item:nth-child(n+2) {
        margin-right: 5px;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 2 - 5px);
        height: 38px;
    } */
    /* .index .search__form-item.c_valid {
        width: 100%;
    } */
}

@media (max-width: 991px) {
    .header__logo img {
        width: 255px;
        margin-right: 9%;
    }
    .menu ul.navigation {
        margin: 30px 20px 0 20px !important;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(33.3% - 20px);
        margin: 10px;
    }
    .info_type {
        font-size: 15px;
    }
    .index .card_list {
        font-size: 14px;
    }
    .index .info_ville {
        font-size: 12px;
    }
    .prod_accueil .info_prix {
        font-size: 14px;
    }
    .home_cont_categories .cat-text {
        font-size: 19px;
    }
    .home_heading {
        font-size: 22px;
    }
    .logo-fnaim {
        width: 80px;
    }
    [class*="listing"] .main-content,
    [class*="listing-"] .main-content {
        margin-top: 100px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #404040;
        color: #fff;
    }
    aside .contact_img img {
        width: 50%;
    }

}
@media (max-width: 560px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 94%;
    }
    .baseline {
        text-align: center;
        margin-top: 0;
    }
    .baseline p {
        font-size: 1.5rem;
        margin-top: 150px;
    }
    .moteur {
        top: 50%;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 3%;
        width: 94%;
        min-height: inherit;
        background-color: rgba(255,255,255, 0.8);
        border: 1px solid rgba(0,0,0,0.1);
        height: auto;
    }
    .header__logo img {
        width: 218px;
        margin-right: 14%;
    }
    .mt-cat { margin-top:0 ;}
    .coordonnees_heading img {
        width: 180px;
        margin: 15px 0;
    }

}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
    }
}