/* =================================================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;
    background: #f5f5f5;
}

.btn {
    border-radius: 0;
}
.btn-primary, .btn-info {
    color: #fff;
    background-color: #234c7d;
    border-color: #234c7d;
}
.btn-primary:hover, .btn-info:hover {
    color: #fff;
    background-color: #5484bb;
    border-color: #5484bb;
}
.btn-link:hover {
    color: #234c7d;
}
.sidebar {
    background: #f5f5f5;
    text-align: center;
    margin: 0;
}
.bg_collapse {
    min-height: 480px;
    background-color: #f5f5f5;
}
.bleu {
    color: #5484bb;
}
.bleuF { color:#234c7d}
.lien-souligne {
    text-decoration: underline;
}
.fs18 { font-size: 18px;font-weight: 600;margin-bottom: 2px;}


.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .vendre .contact_formulaire {
    width: 66.6667%;
}

aside .contact_img img {
    width: 42%;
    margin: 20px 0;
}

/* BTN PRESENTATION  */
.right {
    float: right;
}
.btn-presentation {
    all: unset;
    margin-top: -50px;
    background: transparent;
    /* border: 1px solid rgba(255,255,255, 0.2);
    background:  rgba(255,255,255, 0.2); */
    color: #fff;
    padding: 15px 4em;
    /* border-radius: 50px; */
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    position: relative;
    transition: all 300ms ease;
  }
  .btn-presentation span {
    display: inline-block;
    transition: all 300ms ease;
  }
  .btn-presentation:before, .btn-presentation:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 300ms ease;
    opacity: 0;
  }
  .btn-presentation:before {
    height: 7px;
    width: 7px;
    background: transparent;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 46px;
    top: 21px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn-presentation:after {
    background: #fff;
    height: 2px;
    width: 60px;
    left: 0;
    top: 1.51em;
  }
  .btn-presentation:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .btn-presentation:hover:before {
    opacity: 1;
  }
  .btn-presentation:hover:after {
    width: 14px;
    opacity: 1;
    -webkit-transform: translateX(194px);
            transform: translateX(194px);
    left: -17px;
  }

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: rgba(84,132,187,0.4);
    height: 1px;
    width: 100%;
    margin: 5px auto 24px auto;
}
h1.page-heading, h2.deco {
    padding-left: 15px;
    border-left: 4px solid #234c7d;
    text-transform: uppercase;
    font-size: 24px;
    color: #234c7d;
}

/*  HEADER  */
.header .sticking {
    background: #636a6a;
}
.alert {
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}
.alert-danger {
    color: #5484bb;
    background-color: rgba(99,106,106,0.3);
    border-color: #234c7d;
}
.alert-danger a:hover {
    color: #fff;
}
/* MOTEUR  */
.moteur {
    background: transparent;
    top: 76%;
}
.moteur .container {
    padding: 5px 10px;
    background: rgba(0,0,0,0.6);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border: 2px solid #fff;
    background-color: rgba(255,255,255,.4);
    color: #234c7d;
    font-size: 17px;
}
/* .radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #234c7d;
} */
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 5px 21px;
}


/*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');
}



/*  ==========================================INDEX PRESENTATION==========================================  */
.home_cont_presentation {
    background: transparent;
    color: #fff;
}
.home_cont_presentation .col-bg {
    background: #636a6a;
    height: 540px;
    left: 10%;
}
.home_cont_presentation .col-texte {
    background: #234c7d;
    left: -10%;
    padding: 20px 30px;
    margin: auto 0;
}
.home_cont_presentation h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
}
.little-titre {
    font-size: 19px;
}
.home_cont_presentation h3::after {
    content: "";
    display: block;
    position: relative;
    background: #5484bb;
    height: 2px;
    width: 40%;
    margin: 24px 0 24px -15%;
}
.home_cont_presentation p {
    margin-bottom: 10px;
}
.right {
    float: right;
}
.home_cont_presentation a {
    color: #fff;
}
.home_cont_presentation a:hover {
    color: #fff;
}

/*  ================================================SELECTION ================================================ */
.prod_accueil article {
    text-align: center;
}
.prod_accueil .info_titre,
.prod_accueil .info_prix sup,
.prod_accueil .info_prix-hai,
.prod_accueil .info_numero,
.prod_accueil .card_list {
    display: none;
}
.prod_accueil .info_prix {
    color: #5484bb;
    font-size: 20px;
    font-weight: 600;
}
.prod_accueil .card-fav-absolute {
    top: 63%;
}
.info_ville .tea {
    color: #5484bb;
}
.prod_accueil article {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 4px;
}
.prod_accueil article {
    border: none;
    width: calc(33.3% - 20px);
    margin: 10px;
    background: #fff;
    text-align: center;
}
.home_heading {
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
}
.btn-selection {
    float: right;
    border: 1px solid rgba(84,132,187,0.4);
    padding: 10px 50px;
    margin: 20px 0 0 0;
    color:#234c7d;
}
.btn-selection:hover {
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(84,132,187,0.9);
}
.btn-selection .ion-android-arrow-forward {
    margin-left: 20px;
    color:#234c7d;
}

/*  ================================================ CATEGORIE ================================================ */
.home_cont_categories .cat-infos-overlay {
    background: rgba(255,255,255, 0.6);
    color: #111;
    height: 180px;
    width: 100%;
    bottom: 0;
    top: auto;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #111;
    font-weight: 500;
}
.home_cont_categories .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #234c7d;
    height: 2px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-text::before{
    width: 150px;
}
.home_cont_categories .cat-text::before {
    content: "";
    display: block;
    position: relative;
    background: #5484bb;
    height: 2px;
    width: 80px;
    margin: 0 auto 18px auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #111;
    font-weight: 500;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.6);
}
.home_cont_categories .home_heading {
    margin-bottom: 60px;
}
.home_cont_selection, .home_cont_categories {
    padding-top: 50px;
    padding-bottom: 100px;
}
/* ================================================LISTING + DETAILS================================================ */
[class*="listing"] .container_search,
[class*="listing-"] .container_search {
    margin-top: 10px;
}
[class*="listing"] article,
[class*="listing-"] article {
    text-align: center;
    background: #636a6a40;
}
[class*="listing"] .info_prix,
[class*="listing-"] .info_prix {
    color: #234c7d;
    font-weight: 600;
    font-size: 20px;
}
.prod_listing.damier .info_titre {
    display: none;
}
.listing-location p i {
    margin: 0 10px 0 20px;
}



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



/*  ============================================ALERTE EMAIL  FOOTER  ============================================  */
.home_cont_alertes {
    padding: 30px 10px;
    background: rgb(99, 106, 106);
    text-align: center;
}
.cont_coordonnees {
    padding-bottom: 40px;
    background-color: transparent;
    color: #000;
}

.cont_coordonnees .img_footer {
    width: 90px;
}
.col_coordonnees {
    margin: auto 0;
}
.cont_coordonnees ul.ul_address {
    display: flex;
    justify-content: space-around;
}
.cont_coordonnees li.li_address {
    margin: auto 0;
}
footer {
    background-color: #636a6a;
    padding: 50px 10px;
}
footer a:hover {
    color: #234c7d;
}

/*  =====================================================AGENCE=====================================================  */
.agence .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}

.agence .equipe .float-left {
    text-align: center;
}





aside {
    text-align: center;
}


/*  =====================================================GESTION=====================================================  */
.gerance .titre {
    text-transform: uppercase;
    color: #234c7d;
    font-weight: 500;
    font-size: 18px;
}
.gerance .sous-titre {
    padding: 10px;
    background: #636a6a30;
    color: #000;
    font-weight: 600;
}







/*  =====================================================RESPONSIVE=====================================================  */
@media (min-width: 992px) {
    .header {
        background: rgba(0,0,0,0.7);
    }
    nav.menu ul li {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 400;
    }
    .menu ul > li > a {
        padding: 12px 8px;
        line-height: 0;
        color: #fff;
        font-size: 16px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 5px 0;
    }
    .index .header__logo {
        display: block;
        height: 100px;
        padding: 5px;
    }
    .sticking .header__logo img,
    .not-sticking .header__logo img {
        width: 90px;
        margin-right: 50px;
    }
    .index .not-sticking .header__logo img {
        width: auto;
        margin-bottom: 10px;
    }
    .sticking .header__logo {
        padding: 4px;
    }
    .header .not-sticking .site-pusher,
    .header .sticking .site-pusher {
        display: flex;
        justify-content: center;
        background: #636a6a;
    }
    .header .not-sticking .site-pusher nav,
    .header .sticking .site-pusher nav{
        margin: auto 0;
    }
    .index .not-sticking .site-pusher {
        display: block;
        background: transparent;
    }
    .sticking nav {
        margin: auto 0;
    }
    .index .header .not-sticking .site-pusher nav {
        margin-top: 125px;
    }
    .margin-50 {
        margin: 50px 0 100px 0;
    }
    .header nav ul > li > a:hover::after {
        width: 100%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #5484bb;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header nav ul > li > a:hover::before {
        width: 100%;
    }
    .header nav ul > li > a::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #234c7d;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}
@media (max-width: 991px) {
    .header {
        background: #636a6a;
    }
    .moteur {
        background: transparent;
        top: 53%;
    }
    .header__logo img {
        width: 60px;
        margin-right: 5%;
    }
    .index .not-sticking .header__logo img {
        width: 210px;
        margin-right: 5%;
    }
    .home_cont_presentation .col-bg {
        background: transparent;
        height: 0;
        left: 0;
    }
    .home_cont_presentation .col-texte {
        background: #234c7d;
        left: 0;
        margin: -50px 20px auto 20px;
    }
    .home_cont_presentation h3::after {
        margin: 24px 0 24px 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil .card-fav-absolute {
        top: 50%;
        right: 0;
    }
    .btn-selection {
        margin: 20px 0 20px 0;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 135px;
    }
    .map {
        top: 50px;
        margin-top: 91px;
    }
    .top_page {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 420px) {
    .moteur {
        background: transparent;
        top: 23%;
    }
    .header__logo img {
        width: 60px;
        margin-right: 5%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px);
        margin: 10px;
        background: #fff;
        text-align: center;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cont_coordonnees ul.ul_address {
        display: block;
        justify-content: space-around;
    }
}

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

.leaflet-marker-icon.leaflet-google-marker {
   height: 45px !important;
   width: 30px !important;
}