/*PREMIUMBASE*/


/*Import Fonts*/

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

@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:900&display=swap');

/*GENERAL*/

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

.btn {
    border-radius: 0;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.home_cont_selection, .home_cont_categories {
    padding: 128px 0;
}
.home_heading {
    color: #23566B;
font-family: 'Noto Serif SC', serif;
    text-transform: capitalize;
    font-weight: 600;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #61b6b7;
    height: 2px;
    width: 150px;
    margin: 17px auto 30px auto;
}
.alert-danger {
    color: #1e5868;
    background-color: #61b6b79e;
    border-color: #225668;
}
.administrable h1, h1.page-heading {
    padding-left: 15px;
    border-left: 3px solid #23566b;
    text-transform: uppercase;
}
.sidebar {
    margin-top: 0;
}
.sidebar address {
    text-align: center;
    background: #eaeaeaba;
}
.btn-secondary {
    color: #fff;
    background-color: #23566b;
    border-color: #23566b;
}
.liens_center {
    text-align: center;
}
.bleu {
    color: #23566B;
}
/* ======================================================================= */
/*                                  INDEX                                  */
/* ======================================================================= */
.moteur {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 18;
    background-color: rgba(255,255,255,.5);
}
.moteur .btn-primary {
    background: #23566b;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #23566b;
    font-weight: 500;
}
/* SELECTION */
.prod_accueil {
    text-align: center;
}
.prod_accueil .info_titre, .prod_accueil .prixplus, .prod_accueil .info_prix-hai {
    display: none;
}
.prod_accueil .info_prix {
    margin: 15px 0;
    padding: 0;
    font-size: 20px;
    color: #23566b;
    font-weight: 700;
}
/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: #47a2a3;
    margin: 0 auto;
    padding: 0;
}
.titre-presentation {
    text-align: center;
    margin: auto;
} 
.titre-presentation span {
    font-weight: 600;
font-family: 'Noto Serif SC', serif;
    text-transform: capitalize;
    font-size: 35px;
}
.titre-presentation h3 {
    font-weight: 200;
    margin: 20px 0 40px 0;
}
.titre-presentation .btn-primary {
    border: 1px solid #fff;
    margin: 0 0 20px 0;
}
.img-presentation {
    padding: 0 15px 0 0;
}
.bg-bleu {
    background: #47a2a3;
}

/* CATEGORIES */
.home_cont_categories .cat-infos-overlay {
    width: 46%;
}




.cont_coordonnees ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
}



/* ======================================================================= */
/*                                LISTING                                  */
/* ======================================================================= */
.prod_listing > .listing_article article {
    background: #eaeaea;
}
.prod_listing .effect-cms .over_desc {
    background: #eaeaea;
}
.prod_listing.damier {
    text-align: center;
}
.prod_listing .info_titre, .prod_listing .prixplus, .prod_listing .info_prix-hai {
    display: none;
}
.prod_listing .info_prix {
    margin: 15px 0;
    font-size: 20px;
    color: #23566b;
    font-weight: 700;
}
.prod_listing.damier .info_prix {
    padding: 0;
}
.prod_listing.damier .block_info {
    min-height: 220px;
}


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


/* Custom Header Style */

.header__logo img{
    max-width: 45%;
}

.sticking ul > li > a{
    color: #000 ;
}

.btn-primary{
    background: #61b6b7;
    border: none;
    height: 39px;
}

.btn-primary:hover{
    background: #47a2a3;
}

#bloc_fixed .bloc{
    background: #61b6b7;
}

#bloc_fixed .bloc:hover{
    background: #47a2a3;
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
    border-bottom: 4px solid #47a2a3;
}

.home_cont_categories .cat-infos-overlay{
    background: rgba(71, 162, 163, 0.75);
}

.cat:hover .cat-infos-overlay{
    background: rgba(71, 162, 163, 0.75);  
}

.home_cont_alertes{
    background-color: #23566B;
}

.cont_coordonnees{
    background: #FFF;
    color: #000;
}
.coordonnees_heading img {
    width: 39%;
}
.cont_coordonnees .btn {
    margin: 0 0 20px 0;
}
.cont_coordonnees .reseaux-sociaux a {
    font-size: 30px;
    color: #23566B;
}
aside {
    text-align: center;
}
aside .social_network a{
    color: #47a2a3;
}
footer{
    background: #23566B;
}

.b_exclu, .b_ccoeur, .b_offre_en_cours, .b_prestige, .b_investisseur{
    background-color: #61b6b7;
}

footer a:hover{
    color: #FFF !important;
}

.group_btn .btn-primary{
    height: 50px;
}

.not-sticking .site-pusher{
    height: 100%;
    background: rgba(255,255,255,.6);
}


.menu ul li a {
    position: relative;
  }
  
.menu ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: #47a2a3;
    transform-origin: center;
    transform: translate(-50%, 0) scaleX(0);
    transition: transform 0.3s ease-in-out;
}  
  
.menu ul li a:hover::before {
    transform: translate(-50%, 0) scaleX(1);
  }

.search__form-item:first-child {
margin-right: 5px;
margin-bottom: 5px;
vertical-align: top;
width: calc(100% / 5 - 4px);
height: 38px;
background: #fff;
}

.contact_coordinates a {
    color: #fff;
}
#voir-telephone-0.telephone-vu {
    color: #23566b;
}

.cont_coordonnees .address span {
    text-transform: uppercase;
    color: #23566B;
    font-weight: 500;
    font-style: italic;
}
.contact_coordinates address .nom_agence {
    text-transform: uppercase;
    color: #61b6b7;
    font-weight: 500;
    font-style: italic;
}
/* ======================================================================= */
/*                               ACTUALITES                                */
/* ======================================================================= */
.actualites-group li {
 background: #f0f0f0;
 padding: 15px;
 margin-top: 20px;
 border: 1px solid #ddd;
}

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

  @media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu {
        padding: 2px 0;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    
    .header__logo {
        display: block;
        height: 130px;
        padding: 10px;
    }
}
  @media (max-width: 991px) {
    .sticking ul > li > a {
        color: #fff;
    }
    .search__form-item:first-child {
        margin-right: 5px;
        margin-bottom: 5px;
        vertical-align: top;
        width: 100%;
        height: 38px;
        background: #fff;
    }
    .prod_accueil .card_list {
        display: none;
    }
    .home_cont_categories .cat-text {
        font-size: 12px;
    }
    .home_cont_categories .cat-text::after {
        width: 70px;
        margin: 10px auto 0 auto;
    }
    .home_cont_categories .cat-infos-overlay {
        width: 63%;
    }
}
@media (min-width: 768px) {
    .index .prod_accueil, .detail .prod_accueil {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }

}
@media (max-width: 420px) {
    .moteur {
        top: 0;
        position: relative;
    }
    .header__logo img {
        max-width: 201px;
        margin-left: -50px;
    }
    .not-sticking .site-pusher {
        height: 62px;
    }
    .img-presentation {
        padding: 0;
    }
    .home_cont_categories .cat-text {
        font-size: 16px;
    }
    .coordonnees_heading img {
        width: 85%;
    }
    .header .img-fluid {
        margin-left: -50px;
    }
    .cont_coordonnees ul {
        display: block;
    }
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                                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: 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;
}
@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;
    }
}
.index .bgAccueil {
    position: relative;
    height: 100vh;
    background: transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bgAccueil {
        background-size: 812px 375px !important;
        background: 0;
        z-index: 17;
    }
}  
@media (max-width: 420px) {
    .video-foreground, .video-background iframe {
        position: absolute;
        top: 66px;
        pointer-events: none;
        width: 100%;
        left: auto;
    }
    .view {
        background-size: cover;
        min-height: 45vh;
    }
    .index .bgAccueil {
        position: relative;
        height: auto;
        background: transparent;
    }
}
.video-foreground video {
    /* height: 105%; */
    width: 100%;
}





.picto-facebook {
    width: 62px;
}

.listeliens a:hover {
text-decoration: underline;
}

.top_page {
    background-image: url(/assets/images/top_page/toppage.jpg);
}

.page2ref p,.ref p {
    text-align: justify;
}

.page2ref h2,.ref h2 {
    font-size: 22px;
}