/*PREMIUMBASE*/



/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



/*GENERAL*/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #0c005a;
    color: #fff;
}
.h1, h1 {
    font-size: 28px;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.h3, h3 {
    font-size: 18px;
    text-transform: uppercase;
}
h2.deco, h3.deco {
    border-left: 3px solid #ee4026;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px; 
}
a:hover {
    color: inherit;
}
#bloc_fixed .surcharge_favoris {
    left: -46px;
    position: absolute;
    top: 16px;
}
.over_desc a{
    color: #fff;
}
.progress-bar {
    background-color: #222;
}
.alert-danger {
    color: #ee4026;
    background-color: #f1f1f1;
    border-color: #ee4026;
}




/*TOP PAGE*/
.agence .top_page {
    background: url(/assets/images/top_page/agence_top.jpg) #07172d center center;
}
.comparateur .top_page {
    background: url(/assets/images/top_page/comparateur_top.jpg) #07172d center center;
}
.recherche-detaillee .top_page {
    background: url(/assets/images/top_page/recherche-detaillee_top.jpg) #07172d center center;
}
.alerte-email .top_page,
.on-vous-rappelle .top_page {
    background: url(/assets/images/top_page/alerte-email_top.jpg) #07172d center center;
}




/*HEADER*/
/*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');
}
.sticky_menu {
    background: transparent;
}
.index-logo-not-sticking {
    padding: 20px 0;
}
.header .logo,
.header_index .not-sticking .logo,
.header_index .sticking .logo,
.header .not-sticking .logo,
.header .sticking .logo {
    background-size: contain;
    width: 19%;
    height: 0;
    margin: 0;
}
.header nav ul > li > a{
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}
.sticky_menu.not-sticking .site-container {
    box-shadow: 1px 1px 1px #dcdcdc;
    background-color: #fff;
}
.index .sticky_menu.not-sticking .site-container {
    box-shadow: none;
    background-color: transparent;
}
@media (min-width: 992px) {
    nav .sticky_menu.stick-me.sticking {
        height: 110px;
    }
    /* nav.menu ul {
        margin-bottom: 0 !important;
    } */
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 15px;
        line-height: 1.2;
        color: #000;
    }
    .menu ul > li > a:hover {
        color: #c82121;
    }
}
.lang .dropdown-toggle::after {
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}




/*BLOCS OUTILS*/
#bloc_fixed {
    bottom: 45%;
}
#bloc_fixed .bloc4 ul li:nth-child(1) {
    margin: 0 10px 0 7px;
}
aside .pres_agency {
    padding-top: 40px;
}
#bloc_fixed .bloc {
    background: #0c005a;
}
#bloc_fixed .bloc:hover {
    background: #c82121;
}


/*MOTEUR*/
.plusdecritere {
    margin-top: 0;
    text-transform: uppercase;
}
.plusdecritere .plusc {
    font-size: 12px;
}
.moteur {
    padding: 10px;
    min-height: inherit;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
}
.moteur .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    background: #fff;
}
.moteur .text-filtre1 {
    display: none;
}
.moteur .input-group-addon {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 37px;
}
.moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: uppercase;
    font-size: 13px;
}
.form-style::placeholder {font-size:13px; text-transform: uppercase; line-height: 15px;}  
:-ms-input-placeholder.form-style { font-size:13px; text-transform: uppercase; line-height: 15px; }   
.form-style::-ms-input-placeholder { font-size:13px; text-transform: uppercase; line-height: 15px; }   


/*BOUTONS*/
.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-success {
    color: #fff;
    background-color: #c82121;
    border-color: #c82121;    
    text-transform: uppercase;
    font-size: 13px;
    min-height: 38px;
}
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover {
    color: #fff;
    background-color: #0c005a;
    border-color: #c4b0a4;
}
.block_info .btn {
    min-height: inherit;
}


/*BLOC PRODUITS*/
.home_heading {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}
.prod_accueil .block_info {
    min-height: 90px;
    border-bottom: 3px solid #c82121;
    padding: 20px 20px 10px 20px;
}
.prod_accueil .info_titre,
.prod_accueil .info_prix-hai,
.prod_accueil .card_list ,
.prod_accueil .box,
.prod_accueil .card_foot {
    display: none;
}
.prod_accueil .info_prix {
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: right;
}
.prod_accueil .card-fav-absolute {
    top: 0;
    right: 2px;
}

.info_type {
    font-weight: 600;
    font-size: 16px;
}
.info_ville {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
}




/*ETIQUETTES*/
.index .bandeaux {
    display: none;
}



/*PRESENTATION INDEX*/
.home_cont_presentation, 
.home_cont_presentation p{
    text-align: center;
}
.home_cont_presentation p.text-left{
    text-align: left;
}
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    padding: 60px 0;
}
.home_cont_presentation .container {
    background: rgba(255, 255, 255, 0.25);
    padding: 50px;
    color: #000;
    border-radius: 50px;
}


/*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: 1px;
}
.home_cont_categories .cat-text {
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 500;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 30px;
    margin: 10px auto 0 auto;
}

.home_cont_selection, .home_cont_categories {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0c005a;
    color: #fff;
}

.sidebar {
    background: #0c005a;
}

/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 20px 10px;
    background: #c4b0a4;
    text-align: center;
}
.home_cont_alertes p {
    color: #0c005a;
}
.home_cont_alertes .btn {
    border: 1px solid #0c005a;
    background: #c4b0a4;
    color: #0c005a;
    line-height: 19px;
}
.home_cont_alertes .btn:hover {
    border: 1px solid #0c005a;
    color: #fff;
    background: #0c005a ;
}



/*FOOTER*/
.cont_coordonnees .btn-primary,
.cont_coordonnees #voir-telephone-0{
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover,
.cont_coordonnees #voir-telephone-0:hover{
    background: #c4b0a4;
    color: #0c005a;
    border-color: #c4b0a4;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0c005a;
    color: #fff;
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #fff;
}
.cont_coordonnees a{
    color: #fff;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
    font-size: 13px;
    line-height: 20px;
}
.cont_coordonnees .tel {
    text-align: right;
}
footer {
    background-color: #000110;
    padding: 25px 10px;
}
footer a{
    font-size: 14px;
}
.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}
.reseaux-sociaux {
    text-align: center;
    margin-top: 15px;
}
.reseaux-sociaux p {
    color: #999;
    font-size: 13px;
}
.reseaux-sociaux i{
    font-size: 28px;
    color: #999;
    padding: 0 10px;
}





/*SIDEBAR*/
.sidebar {
    margin-top: 20px;
}
.sidebar #voir-telephone-sidebar-0{
    text-align: left;
    padding-left: 0;
}
.sidebar .telephone-vu {
    background-color: #fff;
}
.sidebar .group_btn a {
    font-size: 11px;
    text-transform: uppercase;
}




/*ASIDE BLOC CONTACT*/
aside.aside_contact {
    background-color: #ffffff;
    color: #000;
}
.aside_contact .address{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 18px;
}
aside .contact_titre {
    font-size: 16px;
    padding: 20px 0 5px 0;
}
.aside_map .text-right{
    font-size: 15px;
}
aside .btn-link:hover {
    color: #ddd;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: inherit;
}
aside #voir-telephone-aside{
    text-align: center;
}
aside .contact_img {
    text-align: center;
}
aside .contact_img img {
    width: 70%;
    text-align: center;
}
.telephone-vu {
    background-color: #222;
}
aside .btn.focus, .btn:focus {
    box-shadow: none; 
}
aside .social_network i {
    color: #999;
}
aside .social_network i:hover {
    color: #fff;
}




/*PAGE DETAILS*/
.detail .container_page {
    margin-top: 30px;
}
.detail_taber .nav-link.active, .detail_taber .nav-link:hover {
    background: #125a7a !important;
    color: #fff;
}
.detail_taber .nav-link {
    padding: 10px;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #125a7a;
    color: #fff;
}
.retour_pret span {
    color: #125a7a;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #dd2128;
}
.detail .sticky_menu {
    padding: 0;
}
.detail .sticky_menu.not-sticking {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.detail_carousel,
.detail_form_contact,
.detail-block-form,
.detail-block-simi{
    max-width: 1140px;
    margin: auto;
}
.detail-block-desc{
    background: #eaeaea;
}
.detail_tabs{
    max-width: 1140px;
    margin: auto;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link{
    color: #fff;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #c4b0a4 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #c4b0a4;
}
.detail_header{
    margin-bottom: 25px;
}
.detail_header .titre:after {
    background: #c82121;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #c82121;
}
.retour_pret span {
    color: #c82121;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #c4b0a4;
    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: #c82121 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #c82121  !important;
}
.detail #descdetail{
    text-align: justify;
}

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #0c005a;
}
.detail .bloc-champ{
    background: #0c005a;
}




/*LISTING*/
.page-link {
    color: #222;
}
.page-item.active .page-link {
    background-color: #222;
    border-color: #222;
}
.page-item.disabled .page-link {
    color: #222;
}
.over_desc .btn-primary a {
    color: #fff;
}
.listing form,
[class*="listing-"] form {
    padding-top: 0;
}
.listing .sticky_menu.stick-me.sticking,
[class*="listing-"] .sticky_menu.stick-me.sticking {
    height: 90px;
}



/*RESPONSIVE*/
@media (max-width: 1024px){
    .detail_carousel,
    .detail-block-desc,
    .detail_form_contact,
    .detail-block-form,
    .detail-block-simi{
        max-width: 100%;
        margin: auto;
        padding: 0 25px 10px 25px;
    }
    .sidebar .group_btn a {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .header {
        background: transparent;
    }
    .bgAccueil {
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat top center fixed;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .home_cont_presentation {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .header nav ul > li > a {
        color: #fff !important;
    }
    .sticky_menu.not-sticking {
        background: transparent;
    }  
    .header .sticking {
        background: #fff;
    }  
    .home_cont_presentation {
        background: url(/assets/images/home-background-presentation.jpg) no-repeat top right;
    }
    .moteur {
        padding-bottom: 75px;
    }
    .sticky_menu.not-sticking .header__icon:after {
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
    #formrecherchevente{
        padding-top: 20px;
    }
    .listing form {
        display: block;
    }
    .plusdecritere .text-filtre1{
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(25% / 1 - 3px);
        margin-right: 3px;
    }
    .search__form-item:last-child {
        width: calc(100% / 1 - 0px);
    }
    .listing .sticky_menu.stick-me.sticking, [class*="listing-"] .sticky_menu.stick-me.sticking {
        height: auto;
    }
    .detail-block-desc,
    .detail_carousel,
    .detail_form_contact,
    .detail-block-form,
    .detail_biens_sim {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .home_cont_categories .cat-text {
        font-size: 15px;
    }
    .home_cont_categories .cat-text-small {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .home_cont_categories .cat-infos-overlay {
        top: 16%;
        right: 16%;
        width: 70%;
        height: 70%;
    }
    .top_link {
        bottom: 100px;
    }
    footer {
        padding: 25px 10px 100px 10px;
    }
    .home_cont_presentation {
        padding: 90px 0;
    }
    .home_cont_alertes .alerte-2 {
        padding-left: 0;
    }
    .home_cont_alertes .alerte-2:before {
        display: none;
    }
    .home_cont_categories .nos-biens {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    .nos-bien-img {
        flex: 50%;
        width: 50%;
        max-width: 50%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 110px;
    }
    .home_cont_categories .nos-biens p {
        padding-right: 0;
    }
    .detail .container_page {
        margin-top: 100px;
    }
    .map {
        margin-top: 30px;
    }
    .top_page {
        margin-top: 80px;
    }
    .menu {
        background-color: rgb(13, 14, 14);
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 135px;
    }
    [class*="listing-"] .container_search,
    .listing .container_search {
        display: none;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -5px;
        top: 44px;
        font-size: 22px;
        background: #137aa7;
        padding: 2px 10px;
        border-radius: 5px;
    }
    .ion-ios-search-strong:before {
        content: "\f4a4";
        color: #fff;
        padding: 0 5px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 20px;
        font-size: 20px;
        background: #07172d;
        padding: 6px 15px;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #07172d;
    }
    #form-recherche-modal-content .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    #formrecherche,
    #formrecherchevente {
        display: none;
    }
    #form-recherche-modal-content #formrecherche,
    #form-recherche-modal-content #formrecherchevente {
        display: block;
    }
    #content{
        margin-top: 80px;
    }
    .prod_accueil .cat-text {
        font-size: 18px;
    }
    #form-recherche-modal-content .radio_trans input[type=radio].css-checkbox + label.css-label {
        display: none;
    }
    .detail_taber .nav-link.active, .detail_taber .nav-link:hover {
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .menu ul > li > a {
        padding: 0px 12px;
    }
    .moteur {
        padding: 75px 20px;
    }
    .plusdecritere .text-filtre2{
        width: 100%;
    }
    .losanges {
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .moteur {
        top: 40%;
    }
    .sticky_menu.sticking .index-logo-sticking,
    .sticky_menu.sticking .logo-sticking {
        padding: 0;
        margin: 5px 55px 0 0;
    }
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 0;
        margin: 5px 0;
    }
    .index-logo-not-sticking,
    .index-logo-sticking,
    .logo-sticking ,
    .logo-not-sticking,
    .header .img-fluid {
        width: 140px;
        margin: 5px 5px 5px 0;
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
    }
    .top_link {
        bottom: 76px;
        right: 20px;
    }
    p{
        text-align: justify;
    }
    .nos-bien-img {
        flex: 75%;
        width: 75%;
        max-width: 75%;
        margin: 10px auto;
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 100px;
    }
    #formrecherche,
    #formrecherchevente{
        display: none;
    }
    .home_cont_alertes{
        background-image: inherit;

    }
    .home_cont_alertes .alerte-1 {
        background-color: #212d37;
        padding: 20px 20px 0 20px;
    }
    .home_cont_alertes .alerte-2{
        padding: 0 20px 20px 20px ;
        width: 100%;
        background: #212d37;
    }
    .estimation .top_page {
        margin-bottom: 0;
    }
    .badge-avis {
        margin-top: 20px;
    }
    .detail .container_page {
        margin-top: 104px;
    }
    .detail_header {
        display: block; 
    }
    .detail_header .crit {
        font-size: 18px;
    }
    .detail .nav-item.notaire-icon {
        display: none;
    }
    .detail_carousel_expand {
        bottom: 75px;
        right: 25px;
    }
    .estimation .progress {
        display: none;
    }
    .estimation .content_page {
        margin-top: 25px;
    }
    .comparateur #content {
        margin-top: 21%;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {
        padding: 2px 10px;
    }
    .home_cont_presentation .container {
        padding: 20px;
    }
    .cat {
        margin-bottom: 15px;
    }
    .home_cont_categories .cat-text {
        font-size: 20px;
    }
    .home_cont_categories .cat-text-small {
        font-size: 12px;
    }
    .home_cont_alertes p, .home_cont_alertes a,
    .cont_coordonnees .address,
    .social p,
    .cont_coordonnees .tel,
    .cont_coordonnees .address .btn {
        text-align: center;
    }
    .social p {
        margin-top: 10px;
    }
    .coordonnees_heading {
        font-size: 23px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cont_coordonnees p {
        text-align: center;
    }
    #content {
        margin-top: 95px;
    }
    .detail_taber .nav-link.active, .detail_taber .nav-link:hover {
        padding: 10px 15px;
    }
    .detail_taber .nav-item a {
        padding: 10px 15px;
    }
    .tab-content .card_list li {
        font-size: 14px;
    }
    .index-logo-not-sticking {
        padding: 0;
    }
    .home_heading {
        font-size: 25px;
    }
    .home_cont_presentation {
        padding: 0 10px;
    }
    .home_cont_presentation .container {
        background: none;
        border-radius: 0;
    }
    .home_cont_presentation p {
        font-size: 14px;
    }
    aside .contact_img img {
        width: 45%;
    }
}

@media (max-width: 320px) {
    .map, .top_page {
        margin-top: 70px;
        margin-bottom: 25px;
    }
    .moteur {
        top: 70px;
    }
    .moteur {
        padding: 55px 20px;
    }
}

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

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

/* DEMANDE DE MODIFICATIONS 2 décembre */
.index .header {
    background-color: rgba(255, 255, 255, 0.5);
}

/* DEMANDE DE MODIFS 23 juin 2020 */
[class*="listing-"] .main-content,
[class*="listing"] .main-content {
    background-color: #0c005a;
    color: #fff;
}
[class*="listing-"] .breadcrumb-item a,
[class*="listing"] .breadcrumb-item a {
    color: #fff;
}
[class*="listing-"] article,
[class*="listing"] article {
    background-color: #fff;
    color: #000;
}
#bloc_fixed .bloc {
    border: 1px solid rgba(255,255,255,0.1);
}
[class*="listing"] .container_search ,
[class*="listing-"] .container_search {
    margin: -17px 0;
    background: #0c005a;
    padding: 10px 0;
}
[class*="listing"] .plusdecritere a,
[class*="listing-"] .plusdecritere a {
    color: #fff;
}
.home_cont_selection {
    background-color: #0c005a;
}
.home_cont_selection .home_heading {
    color: #fff;
}
.home_cont_selection .home_heading::after,.home_cont_selection  .home_heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}
.prod_accueil article {
    background: #fff;
}

a {
    color: #fff;
}

article a, .search_form a {
    color: #000;
}
.bg_collapse {
    background-color: transparent;
}

.recherche-detaillee .form-search-d {
    color: #000;
}
.block_tri_list  a {
    color: #000;
}

.spin4.info_prix {
	color: #000;
} 


/* ------------------------------------------------------------------------------------------------------- */
/*                                                VIDEO INDEX                                             */
/* ------------------------------------------------------------------------------------------------------- */
.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: 116%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -8%;
}

.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;
}
@media (max-width: 1280px) {
    .view .full-bg-img, .view .mask {
        width: 131%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: -14%;
    }
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}


@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: 230%;
        height: 100%;
        pointer-events: none;
    }
}
.video-foreground video {
    width: 100%;
}
.index .bgAccueil {
    height: 100%;
    position: relative;
    background: url(/assets/images/bgimg.jpg) no-repeat center center fixed;
    background-size: cover;
}
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background: transparent!important;
    }   
    .view .full-bg-img, .view .mask {
        width: 137%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: -14%;
    }
}*/

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


.logoFNAIM {
    width: 60px;
}
.index .not-sticking .logoFNAIM {
    width: 150px;
}

.logoFNAIM-footer {
    width: 120px;
}

@media (max-width: 991px) {
    .logoFNAIM, .header .img-fluid.logoFNAIM {
        width: 60px;
        position: absolute;
        top: -99px;
        right: 10px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 50vh;
        min-height: 250px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .moteur {
        top: 0;
        padding: 15px 20px;
    }
    .index .bgAccueil {
        height: 50vh;
    }
    .header__logo img {
        margin-left: -37px;
        width: 150px;
    }
    .logoFNAIM-footer {
        width: 80px;
        margin-top: 20px;
    }
}

@media (max-width: 610px) {
    .logoFNAIM, .header .img-fluid.logoFNAIM {
        width: 50px;
        position: absolute;
        top: -90px;
        right: 10px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: auto;
        min-height: 250px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .moteur {
        top: 0;
        padding: 15px 20px;
    }
    .index .bgAccueil {
        height: auto;
    }
    .header__logo img {
        margin-left: -37px;
    }
    .logoFNAIM-footer {
        width: 80px;
        margin-top: 20px;
    }
}