
/* ======================================================================================================== */
/*                                                  GENERAL                                                 */
/* ======================================================================================================== */
/* .validation {
    display: none;
} */

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

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
/* font-family: 'Lato', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Scheherazade&display=swap');
/* font-family: 'Scheherazade', serif; */


body {
    font-family: 'Lato', sans-serif;
    background: #e8e5e5;
}
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info  {
    color: #fff;
    background-color: #212f56;
    border-color: #212f56;
}
.btn-primary:hover,
.btn-info:hover {
    color: #fff;
    background-color: #17213e;
    border-color: #212f56;
}
.home_heading {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: #212f56;
    font-family: 'Scheherazade', serif;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #212f56;
    height: 2px;
    width: 150px;
    margin: 15px auto 40px auto;
}
.margin-auto {
    margin: auto;
}
.page-heading, h2.deco {
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 20px;
    border-left: 4px solid #212f56;
}

/* BOITE A OUTILS */
#bloc_fixed {
    bottom: 45%;
}
#bloc_fixed .bloc {
    background: rgba(255,255,255,.6);
    color: #212f56;
}
#bloc_fixed .bloc:hover {
    background: rgba(255,255,255,.85);
    right: 150px;
}
#bloc_fixed .bloc a {
    color: #212f56;
}
.margin-auto {
    margin: auto;
}

.bleu {
    color: #212f56;
}

.bg_collapse {
    background-color: #e8e5e5;
}
aside .social_network i {
    color: #212f56;
}
aside.aside_contact {
    background-color: #ffffff;
    border-left: 1px solid #212f56;
    color: #212f56;
    text-align: center;
}
#voir-telephone-0.telephone-vu {
    color: #212f56;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: 1px solid #212f56;
    padding-bottom: 12px;
}
.alert-danger {
    color: #17213e;
    background-color: #e8e5e5;
    border-color: #17213e;
    margin: 20px 0;
}
/* ======================================================================================================== */
/*                                                  INDEX                                                   */
/* ======================================================================================================== */
/* VIDEO */
/* .index .bgAccueil {
    position: relative;
    height: 100vh;
    background: transparent;
}
.progress, .view, .waves-effect {
    overflow: hidden;
}
.progress, .view {
    position: relative;
}
.view {
    cursor: default;
}
.view {
    background-size: cover;
    min-height: 100vh;
}
.view .full-bg-img, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hm-black-light .full-bg-img, .hm-black-light .mask {
    background-color: rgba(0,0,0,.1);
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.full-bg-img {
    color: #fff;
}
.video-background {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    height: 109%;
    overflow: hidden;
}
.video-foreground video {
    min-height: 100%;
    width: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-width: 1441px) {
    .video-foreground video {
        min-height: 100vh;
        width: 135%;
    }
}
@media (min-width: 768px) {
    .video-foreground, .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
}
@media (max-width: 768px) {
    .video-foreground, .video-background iframe {
        position: absolute;
        top: 0;
        left: -63%;
        width: 175%;
        height: 100%;
        pointer-events: none;
    }
}
@media (max-width: 420px) {
    .video-foreground, .video-background iframe {
        position: absolute;
        top: -0;
        left: -106%;
        pointer-events: none;
        width:235%;
    }
} */


/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.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');
}

/* HEADER */
.moteur {
    background: transparent;
    top: 80%;
}
.moteur .container {
    background: rgba(255,255,255, 0.3);
}
.container_search .radio_trans {
    display: none;
}
/* SELECTION / ITEM */
.home_cont_selection {
    background: #e8e5e5;
}
.prod_accueil article {
    border: none;
    width: calc(33.3% - 20px);
    margin: 10px;
    background: #fff;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #ffffff;
}
.index .prod_accueil article {
    border-bottom: 2px solid #212f56;
    box-shadow: 6px 3px 5px #dedede;
}
.index .info_prix {
    float: right;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    margin: 0;
    padding: 128px 0;
    position: relative;
    background: url("/assets/images/home-background-presentation.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation p {
    color: #fff;
}
.marginauto {
    margin: auto;
}
.home_cont_presentation .bg-texte {
    background: rgba(0,0,0,0.6);
    padding: 40px;
    color: #fff;
    font-size: 17px;
}
.home_cont_presentation .btn-primary {
    color: #212f56;
    background-color: #fff;
    border-color: #fff;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background-color: #17213e;
    border-color: #17213e;
}
.home_cont_presentation .ion-ios-arrow-thin-right {
    margin-left: 5px;
    bottom: 1px;
}
/* CATEGORIES */
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #17213e;
    font-weight: 600;
}
.home_cont_categories .cat-text::after {
    background: #212f56;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 20%;
    background: rgba(255,255,255, 0.6);
    color: #fff;
    width: 60%;
    height: 60%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.home_cont_categories {
    background: #e8e5e5;
}
.home_cont_selection, .home_cont_categories {
    padding-top: 100px;
    padding-bottom: 100px;
}





/* ======================================================================================================== */
/*                                                  LISTING                                                 */
/* ======================================================================================================== */
[class*="listing-"] article, 
[class*="listing"] article {
    background: #fff;
    text-align: center;
}
.prod_listing .info_titre {
    display: none;
}
.info_prix-hai {
    display: none;
}
.prod_listing.damier .block_info {
    min-height: 220px;
}
.over_desc .info_prix, .spin4.info_prix {
    font-size: 16px;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: center;
    color: #212f56 !important;
    font-weight: 600;
}
.page-item.active .page-link {
    background-color: #fff;
}
.page-link {
    background-color: transparent;
    border: 1px solid #fff;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: #fff;
}
/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #17213e !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #17213e;
}
.detail_header .titre:after {
    background: #17213e;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #17213e;
}
.retour_pret span {
    color: #17213e;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #17213e;
    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: #17213e !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #17213e !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #e8e5e5;
}
.detail .bloc-champ{
    background: #e8e5e5;
}

/* ======================================================================================================== */
/*                                                  AGENCE                                                  */
/* ======================================================================================================== */
.agence .content_page {
    /* width: 100%; */
    padding: 50px 0;
}





/* ======================================================================================================== */
/*                                                  AUTRES                                                  */
/* ======================================================================================================== */
.sidebar {
    margin: 0;
    background: #e8e5e5;
    text-align: center;
}
.sidebar address {
    background: #e8e5e5;
    border: 1px solid #fff;
}





/* ======================================================================================================== */
/*                                          FOOTER & COORDONNEES                                            */
/* ======================================================================================================== */
.home_cont_alertes {
    padding: 20px 10px;
    background: #17213e;
}
.home_cont_alertes .btn-primary:hover {
    color: #fff;
    background-color: #212f56;
    border-color: #fff;
}
.home_cont_alertes .btn-primary {
    color: #212f56;
    background-color: #fff;
    border-color: #fff;
}
.cont_coordonnees {
    padding-bottom: 40px;
    background-color: #fff;
    color: #212f56;
}
.cont_coordonnees .logo-fb img {
    width: 40px;
    margin: 0 6px;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0 {
    background: #212f56;
    border-color: #212f56;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 5px 0 !important;
}

.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0.2rem;
}
.coordonnees_heading {
    font-weight: 600;
    text-transform: inherit;

    letter-spacing: 2px;
}
footer {
    background-color: #17213e;
    padding: 30px 10px;
}
footer .address {
    text-align: center;
}
footer .address p {
    margin-bottom: 0;
}
footer .coordonnees_heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
footer .btn.btn-primary {
    border-width: 1px;
}
footer .bloc-reseaux a {
    color: #fff;
    margin: 0 5px;
}
footer .bloc-reseaux a i{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 11px 15px;
    border-radius: 50%;
}
footer .bloc-reseaux a .ion-social-facebook{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-radius: 50%;
}
footer .bloc-reseaux a:hover, 
footer .liens_left a:hover  {
    color: #fff;
}
footer .btn.btn-primary {
    border-color: #212f56;
    background: #546f7a;
    margin: 5px 0;
    width: 250px;
}
footer .btn.btn-primary:hover  {
    border-color: #212f56;
    background: #212f56;
}
footer .coordonnees_agence {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
}






/* ======================================================================================================== */
/*                                               RESPONSIVE                                                 */
/* ======================================================================================================== */

@media (min-width: 992px) {
    nav.menu ul {
        margin: 10px 0 0 0;
        font-weight: 500;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 30px;
        line-height: 1.2;
        color: #17213e;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
    }
    .menu ul > li:hover > a {
        color: #fff;
        background: rgba(36,47,86,1);
    }
    .index .not-sticking .menu ul > li:hover > a {
        color: #212f56;
        background: rgba(255,255,255,0.5);
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 5px 0;
    }
    .index .not-sticking .header__logo {
        height: 200px;
        padding: 10px;
    }
    .header__logo img {
        width: 350px;
    }
    .header__logo .index-logo-not-sticking {
        width: auto;
    } 
    .site-pusher {
        display: flex;
        justify-content: center;
    }
    .index .not-sticking .site-pusher {
        display: block;
    }
    nav {
        margin: auto 0 auto 5%;
    }
    .index .not-sticking nav {
        margin: 8px auto;
        padding: 0 0 3px 0;
    }
}

@media (max-width: 991px) {
    .header__logo img {
        width: 210px;
        margin: 10px 5% 10px 0;
    }
    .moteur {
        top: 70%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .accroche {
        text-align: center;
    }
    .home_cont_categories .cat-infos-overlay {
        height: 80%;
        position: absolute;
        z-index: 2;
        top: 12%;
        right: 9%;
        background: rgba(255,255,255, 0.6);
        color: #fff;
        width: 80%;
    }
    .header {
        background: transparent;
    }
    .cont_coordonnees .logo-fb img {
        width: 30px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 4 - 0px);
    }
    .search__form-item.c_valid {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .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 #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .cat {
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .moteur {
        top: 28%;
    }
    .home_cont_presentation p {
        padding: 0;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 1px);
    }
    .header__logo img {
        width: 210px;
        margin: 10px 10% 10px 0;
    }
    .over_desc .info_prix, .spin4.info_prix {
        font-size: 14px;
    }
    .index .info_ville {
        font-size: 12px;
    }
}

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



/* =================================================================================== */
/*                                     ACTUALIES                                       */
/* =================================================================================== */
.actualites .top_page {
    background-image: url(/assets/images/top_page/blog_top.jpg);
}
.actualites-group ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.actualites-group {
    margin-right: 0;
    padding-bottom: 60px;
}
 p.description-post {
    font-size: 16px;
}
.actualites-group ul li{
    width: calc(100% / 3 - 20px);
    margin-right: 10px;
}
.description-post {
    margin-top: 5px;
    margin-bottom: 20px;
}
.actualites .content_page .btn-primary {
    color: #fff;
    background-color: #212f56;
    border-color: #212f56;
    text-transform: uppercase;
    font-weight: 400;
    line-height: initial;
}
.actualites .content_page .btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #212f56;
}
.actualites .btn i {
    font-size: 23px;
    top: -1px;
    margin-left: 5px;
}
.actualites .title-post {
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    color: #000;
}
.actualites .content_page a:hover {
    color: #000;
}
.actualites-group p {
    margin-bottom: 5px;
}
.actualites .deco  {
    border-left: 3px solid #212f56;
    padding: 0 10px 0 15px;
}
.date-post {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}


.actualites.adminperso .title-post {
    text-transform: uppercase;
    margin: 15px 0 30px 0;
    color: #000;
    text-align: center;
    font-size: 30px;
}
.actualites.adminperso .title-post::after {
    content: "";
    display: block;
    position: relative;
    background: #212f56;
    height: 3px;
    width: 90px;
    margin: 15px auto 15px auto;
}
.actualites.adminperso figure {
    text-align: center;
}
.actualites.adminperso .actualites-group img {
    width: 75%;
}
.adminpersos .actualites-group img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .actualites-group ul li{
        width: calc(100% / 2 - 20px);
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .actualites .deco {
        margin-top: 10px;
    }
    .actualites .actualites-group ul li {
        width: 100%;
        margin-top: 30px;
    }
    .actualites .actualites-group ul {
        display: block;
    }
    .actualites.adminperso .actualites-group img {
        width: 100%;
    }
}