/* ==================================================================== */
/*                                 FONTS                                */
/* ==================================================================== */

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

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

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


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

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

    background: #e2e2e2;
}
.btn-link:hover {
    color: #6bc9e8;
}
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-success{
    color: #fff;
    background-color: #00536d;
    border-color: #00536d;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover  {
    color: #4e4c50;
    background-color: #6bc9e8;
    border-color: #6bc9e8;
}
.home_heading {
    color: #00536d;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #404040;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.margin30 {
    margin: 30px 0;
}
/*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');
} */

/* MOTEUR */
.moteur {
    background: transparent;
    top: 70%;
}
.moteur .container {
    background: rgba(0, 0, 0, 0.5);
}
/* SELECTION INDEX */
.prod_accueil article {
    background: #fff;
    text-align: center;
}
.prod_accueil .info_titre, .prod_accueil .info_prix-hai, .prod_accueil .info_prix sup, .prod_accueil .card_list {
    display: none;
}
.prod_accueil .info_prix {
    color: #00536d;
    font-weight: 600;
}
.prod_accueil article {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 4px;
}
/* CATEGORIES */
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 15%;
    right: 20%;
    background: rgba(255,255,255, 0.5);
    color: #fff;
    width: 60%;
    height: 70%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small{
    font-weight: 600;
}
.home_cont_categories .cat-text::after {
    background: #00536d;
    height: 2px;
    width: 90px;
    margin: 10px auto 0 auto;
}
.home_cont_categories .cat1 .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: #404040;
    color: #fff;
    width: 100%;
    height: 100%;
}
.home_cont_categories .cat1{
    cursor: initial;
}
.home_cont_categories .cat1 .cat-text{
    font-size: 50px;
    color: #fff;
    text-align: left;
    padding: 0 30px;
}
.home_cont_categories .cat1 .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #6bc9e8;
    height: 2px;
    width: 100px;
    margin: 10px auto 24px 0;
}
.home_cont_categories {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home_cont_categories .col-cat {
    padding-right: 5px;
    padding-left: 5px;
}
/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 30px 10px;
    background: #00536d;
}
.home_cont_presentation .btn-primary,
.home_cont_alertes .btn-primary {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}
.home_cont_presentation .btn-primary:hover,
.home_cont_alertes .btn-primary:hover {
    color: #404040;
    background-color: #6bc9e8;
    border-color: #404040;
}

.home_cont_presentation {
    position: relative;
    background: #00536d;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

/* COORDONNEES */
.cont_coordonnees {
    padding-bottom: 40px;
    background-color: #e2e2e2;
    color: #000;
}
.cont_coordonnees .nom_agence{
    text-transform: uppercase;
    color: #00536d;
    margin-bottom: 10px;
    font-weight: 500;
}
.cont_coordonnees .social i {
    font-size: 30px;
}
.cont_coordonnees .telephone-vu {
    color: #000;
    background-color: #c6c6c6;
}
/* FOOTER */
footer {
    background-color: #404040;
    padding: 50px 10px;
}
footer a:hover {
    color: #6bc9e8;
}

/* ASIDE */
aside {
    text-align: center;
}
aside address .nom_agence {
    color: #6bc9e8;
    text-transform: uppercase;
}
aside address a {
    color: #fff;
}
aside .social_network i {
    font-size: 2em;
    color: #6bc9e8;
}

/* SIDEBAR */
.sidebar {
    width: 33.33333%;
    background: #e2e2e2;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    border: 3px solid #fff;
    text-align: center;
}
.sidebar address {
    background: #ffffff3b;
}

.bg_collapse {
    background-color: #e2e2e2;
}
.contact .cont_coordonnees, .estimation .cont_coordonnees, .on-vous-rappelle .cont_coordonnees, .recherche-detaillee .cont_coordonnees {
    display: none;
}

/* RECHERCHE DETAILLEE */
.form-search-d label.btn, .form-search-d label.btn.small {
    background-color: #afaeae;
}

h1.page-heading {
    background: #00536d;
    padding: 20px 0 20px 20px;
    color: #fff;
}
/* ==================================================================== */
/*                              AGENCE                                  */
/* ==================================================================== */

.agence .bg-bloc-agence1 {
    background: #fff;
    padding: 22px;
}
.agence .bg-bloc-agence1  .titre-agence {
    text-transform: uppercase;
    font-size: 25px;
    color: #00536d;
    border-left: 3px solid #00536d;
    padding-left: 15px;
    margin: 10px 0;
}
.agence .bg-bloc-agence1 ul li i {
    color: #00536d;
    font-size: 20px;
}
.agence .bg-bloc-agence1 hr {
    background: rgba(0,0,0, 0.1);
}
.agence .bg-bloc-agence2 {
    background: #00536d;
    padding: 22px;
    color: #fff;
}
.agence .bg-bloc-agence2 .titre-agence {
    text-transform: uppercase;
    font-size: 25px;
    color: #6bc9e8;
    border-left: 3px solid #6bc9e8;
    padding-left: 15px;
    margin: 10px 0;
}
.agence .bg-bloc-agence2 ul li i {
    font-size: 20px;
}
.agence .bg-bloc-agence2 ul li a {
    color: #fff;
}
.agence .bg-bloc-agence2 ul li a:hover {
    color: #6bc9e8;
}
.agence .bg-bloc-agence2 hr {
    background: rgba(255,255,255, 0.2);
}
.agence .cont_coordonnees {
    display: none;
}
.agence .d-lg-flex {
    margin-bottom: 50px; 
}
.agence p {
    text-align: justify;
}
/* ==================================================================== */
/*                              LISTING                                 */
/* ==================================================================== */
[class*="listing"] .container_search,
[class*="listing-"] .container_search {
    margin: 10px 0;
}
.prod_listing article {
    background: #fff;
}
.prod_listing.damier > .listing_article article {
    text-align: center;
}
.prod_listing .info_titre, .info_prix-hai, .info_prix sup {
    display: none;
}
.prod_listing.damier .info_prix {
    font-size: 22px;
}
.info_prix {
    color: #00536d;
    font-weight: 600;
}
.prod_listing.damier .block_info {
    min-height: 225px;
}





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

/* ==================================================================== */
/*                           RECRUTEMENT                                */
/* ==================================================================== */
.recrut h2.deco {
    padding: 40px 0 40px 20px;
    background: #404040;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    font-size: 33px;
    letter-spacing: 2px;
}
.recrut .d-lg-flex span.bleu {
    color: #00536d;
    font-weight: 600;
}
/* ==================================================================== */
/*                        GESTION LOCATIVE                              */
/* ==================================================================== */
.gestion h2.deco {
    padding: 40px 0 40px 20px;
    background: #404040;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    font-size: 33px;
    letter-spacing: 2px;
}
.gestion .d-lg-flex ul li {
    padding: 20px 0;
}
.gestion .d-lg-flex span.bleu {
    color: #00536d;
    font-weight: 600;
}
.gestion .d-lg-flex span.chiffre {
    color: #fff;
    font-weight: 600;
    background: #00536d;
    padding: 5px 12px;
}
.gestion .d-lg-flex h3 {
    font-size: 22px;
    background: #ffffff63;
    padding: 5px 0;
    letter-spacing: 1px;
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    text-transform: uppercase;
}

/* ==================================================================== */
/*                              RESPONSIVE                              */
/* ==================================================================== */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px;
        line-height: 1.2;
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        font-family: 'Yanone Kaffeesatz', sans-serif;
    }
    .sticking .menu ul > li > a {
        padding: 12px;
        line-height: 1.2;
        color: #000;
        font-size: 22px;
        font-weight: 300;
        font-family: 'Yanone Kaffeesatz', sans-serif;
    }
    .index .not-sticking .menu ul > li > a {
        font-weight: 300;
        color: #fff;
        font-size: 22px;
        letter-spacing: 1px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
    }    
    .not-sticking .header__logo {
        display: block;
        height: 75px;
        padding: 20px;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 140px;
        padding: 20px;
    }
    .sticking .header__logo {
        display: block;
        height: 80px;
        padding: 20px;
    }
    .index-logo-not-sticking {
        margin-top: 20px;
    }
    .sticking .site-pusher {
        display: flex;
        justify-content: center;
    }
    .sticking nav {
        margin: auto 0;
    }
    .sticking nav ul {
        margin: 0 0 0 10px;
    }
    .not-sticking nav {
        background: #00536d;
        padding:0;
    }
    .not-sticking nav ul{
        margin: 0;
    }
    .not-sticking nav ul li{
        padding: 12px;
    }
    .not-sticking nav ul li:active,.not-sticking nav ul li:hover{
        background: #404040;
    }
    .prod_accueil .info_prix {
        font-size: 18px;
    }
    .agence .texte-height {
        min-height: 350px;
    }
}
@media (max-width: 991px) {
    .index .header {        background: transparent;    }
    .index-logo-not-sticking {        width: 65%;        margin: 5px 0;    }
    .index-logo-sticking {    margin: 8px 0;    }
    .burger-item,
    .burger-item::before,
    .burger-item::after {
        color: #00536d;
        background: #00536d;
    }
    .index .not-sticking .burger-item,.index .not-sticking .burger-item::before,.index .not-sticking .burger-item::after {        color: #fff;        background: #fff;    }
    .menu {       background-color: rgb(17, 38, 63);    }
    .moteur {        top: 60%;    }
    .search__form-item:nth-child(n+2) {        width: calc(100% / 4 - 0px);    }
    .search__form-item.c_valid {        width: 100%;    }
    .index .prod_accueil, .detail .prod_accueil {        -ms-flex-direction: row;        flex-direction: row;    }
    .prod_accueil article {        width: calc(33% - 20px);    }
    .info_ville {        font-size: 12px;    }
    .home_cont_categories .cat1 .cat-text {        font-size: 30px;    }
    .home_cont_categories .cat-text {        font-size: 14px;    }
    .home_cont_categories .cat-text p{        margin-bottom: 0;    }
    .home_cont_categories .cat-infos-overlay {        right: 14%;        width: 70%;    }
}
@media (max-width: 767px) {
    .index .prod_accueil, .detail .prod_accueil {        -ms-flex-direction: column;        flex-direction: column;    }
    .prod_accueil article {        width: calc(100% - 20px);          }
}
@media (max-width: 450px) {
    .search__form-item:nth-child(n+2) {        width: calc(100% / 1 - 4px);    }
    .moteur {        top: 23%;    }
    .header__logo img, .header__logo {
        margin-left: 0;
        margin-top: 16px;
        max-width: 100%;
        margin-right: 14%;
    }
    .index-logo-sticking, .header__logo img {        width: 62%;    }
}