/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Prata');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/*GENERAL*/


body {
    font-family: 'Open Sans', sans-serif;
}

.index .header{
    background: transparent;
}
.index .not-sticking .header__logo {
    height: 110px;
}
.header__logo {
    display: block;
    height: 60px;
    padding: 0;
}
.progress-bar {
    background-color: #111;
}
.alert-danger {
    color: #222;
    background-color: #eee;
    border-color: #eee;
}
.centre {
    text-align: center;
}
/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #fff;
    background-color: #002060;
    border-color: #002060;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
/* .index .moteur .btn-primary{
    color: #000;
    background-color: #fff;
    border-color: #fff;
} */
/* TITRES */
.home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #002060;
    vertical-align: middle;
    margin: 0 10px;
}
.page_heading {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
.page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #002060;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.home_heading {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    color: #002060;
}
.page-heading, .deco, .administrable h1{
    font-weight: inherit;
    text-transform: inherit;
    font-size: 30px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 5px solid #002060;
}
.block_etiquette {
    width: 200px;
}
/* MENU */
.dropdown-item {
    padding: .55rem 1.5rem;
    color: #002060;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px!important;
}
.dropdown-menu {
    border: 1px solid #002060;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002060;
}
/* MOTEUR */
.moteur {
    padding: 0px 20px;
    position: absolute;
    bottom: 5%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    border-radius: 10px;
    background-color: rgba(255,255,255, 0.5);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 2px solid #002060;
    color: #002060;
    font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #002060;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #002060;
}
/* .radio_trans {
    display: none;
} */
/*NOTRE SELECTION*/
.home_cont_selection{
    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: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #ffffff;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border-bottom: 2px solid #002060;
    box-shadow: 6px 3px 5px #dedede;
}
.index .info_prix {
    float: right;
}
.prixplus {
    display: none;
}
/* PRESENTATION */
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}
.home_cont_presentation .container {
    background: rgba(255,255,255, 0.8);
    padding: 30px ;
}
.home_cont_presentation .bloc-noir{
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    border-radius: 20px;
}
.home_cont_presentation h3 {
    text-transform: inherit;
    color: #002060;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 1.8rem;
}
.home_cont_presentation p{
    padding: 15px 0;
    font-weight: 600;
    text-align: center;
    color: #002060;
}
/*NOS BIENS*/
.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.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: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 30px;
    margin: 10px auto 0 auto;
}
/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 10px 10px;
    background-color: #000000;
}
/*COORDONNEES*/
.cont_coordonnees{
    background: #fff;
    color: #000;
}
.logo-fb {
    font-size: 30px;
    margin: 0 5px;
    color: #000;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0 {
    background: #002060;
    border-color: #002060;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.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 */
footer {
    background-color: #000000;
    padding: 20px 10px;
}
footer .liens_right {
    margin-top: 0;
}

/* AUTRE */
.top_link {
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    border-radius: 50px;
}
.top_link:hover {
    background: #000;
    height: 50px;
}
.badge-danger {
    color: #000;
    background-color: #fff;
}
.bg_collapse .btn-content .btn-circle{
    padding-top: 11px;
}
.alert-danger {
    text-align: center;
}

.home_cont_alertes p i {
    color: #002060;
}

/* SIDEBAR */
.sidebar {
    margin-top: 0;
}
.sidebar address {
    text-align: center;
    border: 1px solid #000;
}
.sidebar .group_btn a {
    margin: 5px 0;
    width: 100%;
}
.telephone-vu {
    background-color: transparent;
}

/*WIDGET CONTACT*/
aside.aside_contact{
    background: #000;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: none;
}
aside .contact_nameagency::after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 50px;
    margin: 6px auto 24px auto;
}
.telephone-vu{
    color: #000;
    background: transparent;
}
aside address{
    margin-top: 15px;
}
aside address .group_btn a {
    width: 60%;
    margin: 10px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
}
.btn-info {
    background: #000;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
}
.btn-info:hover {
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
}
aside address .group_btn a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
aside .social_network i{
    color: #fff;
    text-align: center;
}
aside .list-inline{
    text-align: center;
}

/* LISTING + DETAIL */
.bouton-resa {
    padding: 20px 0;
    text-align: center;
}
.bouton-resa i, .bouton-resa-bas i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    bottom: 4px;
    color: #002060;
}
.bouton-resa-bas {
    padding: 20px 0;
    text-align: center;
}
.btn-primary-resa {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 280px;
}
.btn-primary-resa:hover {
    color: #002060;
}
.block_etiquette {
    background: #000!important;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
}
.line {
    border-bottom: 1px solid #000;
}
.card_list li > span:after{
    display: none;
}
.info_ville {
    font-size: 15px;
}
.prod_listing .info_titre {
    font-size: 18px;
    padding-top: 4px;
    font-weight: bold;
}
.col1 .btn-primary:hover a{
    color: #fff;
}
.detail_header .titre {
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: 20px;
    line-height: inherit;

    letter-spacing: 2px;
}
.detail_header .titre:after{
    display: none;
}
.detail_taber .nav-link.active{
    font-weight: bold;
    color: #000;
}
.lafficheur li {
    background-color: #000!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #fff!important;
    color: #000
}
.detail_header_sticky {
    background: #000;
    color: #fff;
}
.detail_header_nav li a{
    color: #fff;
}

.detail .resa-detail {
    margin: 0 auto 50px auto;
}
.resa-detail .btn-primary:hover{
    color: #000;
    background-color: #002060;
    border-color: #002060;
}
.resa-detail .btn-primary{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.resa-detail i {
    bottom: 3px;
}



/* 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: #002060;
}
#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%;
}


/* RESPONSIVE */
@media (min-width: 992px){
    nav.menu ul  {
        display: inline-block;
    }
    .menu ul > li > a {
    padding: 12px 40px;
    line-height: 1.2;
    color: #002060;
    }
    .menu ul > li > a {
        color: #002060;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
    }
    .menu ul > li:hover > a {
        text-decoration: underline
    }
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
    /* .not-sticking .site-pusher,
    .sticking .site-pusher {
        display: flex;
        justify-content: space-around;
    } */
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 360px;
    }
    .sticking .header__logo {
        height: 60px;
    }
    .index .not-sticking .header__logo img {
        width: auto;
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 0;
    }
    .not-sticking nav ul,
    .sticking nav ul {
        margin-bottom: 0;
    }
}
@media (max-width: 990px){
    .nav-mobile-lang{
        display: block;
    }
    .nav-desktop-lang{
        display: none;
    }
    .index .not-sticking .header__logo {
        height: 90px;
    }
    .header__logo .index-logo-not-sticking,
    .header__logo img {
        width: 225px;
    }
    .moteur {
        bottom: 12%;
    }
    .menu ul > li > a {
        color: #fff;
        letter-spacing: 0;
        padding: 4px 0;
    }
    footer {
        padding-bottom: 75px;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {

        display: block;
        position: absolute;
        right: -2px;
        top: 14px;
        font-size: 20px;
        background: #111;
        padding: 4px 12px;
        border-radius: 5px;
    }
    .ion-ios-search-strong:before {
        color: #fff;
    }
    .main-content {
        margin-top: 95px;
    }
    .top_page {
        background: #111;
        margin-top: 90px;
    }
    .map {
        top: 85px;
    }
    aside .contact_img img {
        display: none;
    }
}

@media (max-width: 420px){
    .bloc-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bloc-reseaux {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 150px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .moteur {
        bottom: 12%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        top: 100px;
        background: none;
    }
    #formrechercheaccueil .container {
        background-color: rgba(0, 0, 0, 0.3);
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.44' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }
    .home_cont_presentation .bloc-noir {
        padding: 15px;
        text-align: justify;
        justify-content: center;
        text-align-last: center;
    }
    .home_heading {
        font-size: 32px;
    }
    .home_cont_presentation h3 {
        text-align: center;
    }
    .coordonnees_heading {
        margin-top: 30px;
    }
    .menu ul > li > a {
        padding: 2px 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
}

@media (max-width: 320px) { 
    .moteur {
        top: 68px;
    }
}

@media (min-width: 1920px) { 
    .bgAccueil {
        position: relative !important;
        height: 100% !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center fixed !important;
        background-size: cover !important;
    }
}

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


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