/* =========================================================================================== */
/*                                       GENERAL PREMIUM                                       */
/*                                   MODELE NUMA app ligne 2156                                */
/*                                   MODELE NUMA style ligne 3400                              */
/* =========================================================================================== */
.h1, h1{
    font-size: 30px;
}

.fancybox-navigation{
    top: 50%;
}

.invalid-feedback{
    display: block;
}

.listing-neuf .dropdown-menu.inner{
    max-height: 250px !important;
}

.detail_pieces ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px){
    .detail_pieces ul li{
        width: 31%;
    }
}

@media (max-width: 991px){
    .detail_pieces ul li{
        width: 47%;
    }
}

@media (max-width: 768px){
    .detail_pieces ul li{
        width: 100%;
    }
}

.line{
    height: 10px;
}

.home_heading{
    font-size: 28px;
    text-align: center;
}

.deco{
    padding: 10px 0;
}

.bootstrap-select>.dropdown-toggle{
    background: #fff;
}

.btn-link:hover{
    color: #749713;
}

.dropdown-menu{
    padding: 0;
    padding: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a:before{
    padding-right: 5px;
    font-family: "Ionicons";
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:before{
    font-family: "Ionicons";
}

.top_link{
    z-index: 99;
    bottom: 65px;
    background: #1d1d1d;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}

.top_link:hover{
    height: 100px;
    text-align: center;
}

.header{
    background: transparent;
    position: relative;
}

.header .sticky_menu.stick-me.sticking{
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}

@-webkit-keyframes slide-down{
    0%{
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down{
    0%{
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.lang .dropdown-toggle::after{
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: 3px;
    top: 11px;
}

.modal{
    z-index: 10000;
}

.bloc.bloc4{
    display: none;
}

@media (max-width: 768px){
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 50px;
        font-size: 20px;
        background: #ddd;
        padding: 3px 12px;
        border-radius: 5px;
    }
    .plusdecritere{
        margin-top: 0;
    }
    .modal-content{
        padding: 15px 0;
    }
}

.bgAccueil{
    height: 100%;
    height: 100%;
    position: relative;
    background: url("/assets/images/bgimg.jpg") no-repeat center center fixed;
    background-size: cover;
}

.comparateur .top_page{
    background-image: url("../images/top_page/comparateur_top.jpg");
}

.recherche-detaillee .top_page{
    background-image: url("../images/top_page/recherche-detaillee_top.jpg");
}

aside.aside_contact{
    background-color: #1f1f1f;
}

aside .contact_coordinates, aside .aside_map{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

aside .contact_img img{
    width: 100%;
}

aside .social_network i{
    font-size: 2em;
    padding: 0 5px;
}

.top_page{
    background-color: #173e65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_page .top_heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content_page{
    width: 66.6667%;
}

.sidebar{
    margin-top: -100px;
}

html [type=button]{
    text-align: center;
}

.map .gm-style-mtc div, #map .gm-style-mtc div, #map-proximite .gm-style-mtc div, #mapliste .gm-style-mtc div{
    height: 35px !important;
    font-size: 13px !important;
}

.map .gmnoprint.gm-bundled-control{
    top: 45px !important;
}

.sidebar .group_btn a{
    font-size: 13px;
    padding: 8px;
}

.sidebar_blocinfos{
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar_blocinfos.sticky{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

#bloc_fixed{
    bottom: 50%;
}

#bloc_fixed .bloc{
    background: rgba(0,0,0,.6);
    color: #fff;
}

#bloc_fixed .bloc a{
    color: #fff;
}

#bloc_fixed .bloc:hover{
    background: rgba(0,0,0,.75);
    right: 150px;
}

#bloc_fixed .bloc1 ul li:nth-child(1), #bloc_fixed .bloc2 ul li:nth-child(1), #bloc_fixed .bloc3 ul li:nth-child(1), #bloc_fixed .bloc4 ul li:nth-child(1){
    margin-right: 6px;
}

#bloc_fixed_bottom{
    background: rgba(0,0,0,.75);
}

#bloc_fixed .surcharge_favoris{
    left: -46px;
    top: 0;
}

.appel_horaires{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page_heading{
    font-size: 26px;
}

.cont_coordonnees{
    padding-bottom: 40px;
    background-color: #333;
    color: #fff;
}

.cont_coordonnees .btn{
    width: 200px;
}

footer{
    background-color: #000;
    padding: 50px 10px;
}

footer, footer a{
    color: #fff;
}

footer .liens_right{
    text-align: right;
}

footer .liens_right{
    margin-top: 20px;
}

.moteur{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0,0,0,.6);
}

.plusdecritere{
    text-align: right;
    margin-top: 10px;
}

.plusdecritere .text-filtre1{
    width: 50%;
    display: inline-block;
}

.plusdecritere .text-filtre2{
    width: 49.5%;
    display: inline-block;
}

.input-group-addon{
    background: transparent none repeat scroll 0 0;
    border-left: 0 none;
    color: #111;
    font-size: 15px;
    position: relative;
    position: absolute;
    font-weight: 500;
    border: none;
    top: 0;
}

.radio_trans{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio_trans input[type=radio].css-checkbox + label.css-label{
    color: #fff;
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 17px;
}

.bootstrap-select{
    position: relative;
    border: 1px solid #ccc !important;
}

.dropdown-toggle::after{
    font-family: "Ionicons";
    position: absolute;
    right: 30px;
    border: 0;
}

.groupe_champs > .c_message{
    width: 100%;
}

.form-search-d{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.c_rgpd{
    width: 100% !important;
    font-size: 13px;
}

.form-style{
    font-size: 1rem;
    border: 1px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact .contact_adresse, .estimation .contact_adresse{
    padding: 0;
    padding: 0 20px;
}

.estimation .form-navigation div{
    display: inline-block;
}

.estimation .progress{
    height: 17px;
    margin: 5px 0;
}

.groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.critere_prix_hb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bg_collapse{
    min-height: 480px;
    background-color: #fff;
}

.map{
    height: 250px;
}

.bg_collapse .btn-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-link{
    color: #000;
}

.page-item.active .page-link{
    z-index: 2;
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.breadcrumb-cms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

article.item-listing:hover{
    cursor: hand;
    cursor: pointer;
}

.header_product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing > .listing_article article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e0e0e0;
}
.container_search {
    margin: 10px 0;
}
.container.prod_listing{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing .block_info{
    position: relative;
}

.prod_listing.damier .article_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing.damier > .listing_article article{
    width: 32.3333%;
}

.damier .card_list{
    margin-bottom: 25px;
    margin-top: 20px;
}

.damier .card_list li{
    font-size: 17px;
}

.prod_listing.damier .block_info{
    min-height: 300px;
}

.btn-info i{
    font-size: 26px;
    vertical-align: middle;
    margin-right: 0;
}

.prod_listing.carte .over_desc, .prod_listing.carte .info_titre, .prod_listing.carte .info_prix-hai{
    display: none;
}

.prod_listing.carte .info_prix{
    font-size: 20px;
    margin: 20px 0 15px;
}

.prod_listing.carte .card_list{
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
}

.prod_listing.carte .info_ville{
    font-size: 15px;
    padding-left: 15px;
}

.prod_listing.carte .spin1.info_type{
    padding-left: 15px;
}

.listing .header-item, [class*="listing-"] .header-item{
    padding: 5px 0 0 20px;
}

.damier .header-item{
    padding: 20px 0 0 20px;
}

.module_recherche_carte{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 150px;
}

.carte .card-fav-absolute{
    top: 0px;
}

.damier .card-fav-absolute{
    top: 10px;
}

.tool_boox_map{
    background: #333 none repeat scroll 0 0;
}

.bandeaux{
    color: #fff;
}

.block_etiquette{
    padding: 8px;
}

.b_ccoeur{
    background-color: #e34848;
}
.b_offre_en_cours{
    background-color: #ff1e1e;
}

.b_exclu{
    background-color: #74bab1;
}

.b_prestige{
    background-color: #e7c74d;
}

.b_investisseur{
    background-color: #8dac63;
}

.b_souscompromis{
    background-color: #3d2c62;
}

.b_vendu{
    background-color: #ff5800;
}

.b_loue{
    background-color: #e37c93;
}

.b_loc{
    background-color: #e34848;
}

.info_ville{
    font-size: 18px;
    padding-top: 6px;
}

.info_titre{
    font-size: 17px;
}

.info_prix{
    margin: 22px 0 15px 0;
    line-height: 20px;
    padding: 0 20px;
}

.info_prix sup{
    top: -12px;
}

.card_list li > span{
    font-weight: bold;
}

.card_list li > span:after{
    background: #000;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 1px;
    line-height: 0;
    position: absolute;
    width: 10px;
}

.prod_listing .card_foot{
    padding: 0 1.5rem 1.5rem 1.25rem;
}

.prod_listing .card_foot > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.detail_carousel_expand{
    bottom: 80px;
    right: 20px;
    color: #fff;
}

.comparateur .container.resettop{
    top: -49px;
}

.comparateur .nav-tabs .nav-link{
    color: #464a4c;
    background-color: #f6f6f6;
}

.detail .container_page{
    margin-top: 20px;
}

.formcontactcms4 > .groupe_champs, .formcms4 .groupe_champs, .form_clicktocall .groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_icone_share, .detail_tabs, .detail_form_contact, .detail_biens_sim{
    padding: 1.5rem 0;
}

.detail_taber{
    border-bottom: 1px solid #000;
}

.detail_taber .nav-link{
    padding: 10px 15px;
}
/* source ?
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #007bff !important;
    color: #fff;
    padding: 10px 15px;
}
*/
.detail_slide_thumbs > li{
    transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_slide_thumbs > li > img{
    transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_icone > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
}

.tab-content .card_list{
    justify-content: space-between;
}

.lignemoteur, .groupe_champs > .form-group{
    width: 50%;
    padding: 0 10px;
}

.groupe_champs > .c_message{
    width: 100%;
}

.detail_annexe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_annexe_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.detail_annexe_nav > li a::after{
    font-weight: normal;
}

.detail_slide_thumbs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#detail_qrcode{
    text-align: right;
}

@media (max-width: 1024px){
    .detail .attribut_label0{
        padding: 0;
    }
}

@media (max-width:991px){
    .calendrier-loc-sais, #calendrier-loca-saisons{
        max-width: 95%;
        margin: 0 15px;
        padding: 10px;
        text-align: center;
    }
}

@media (max-width:420px){
    .calendrier-loc-sais, #calendrier-loca-saisons{
        max-width: 90%;
    }
    #calendrier-loca-saisons table{
        margin: auto;
        margin-bottom: 20px;
    }
}

.detail_header_sticky{
    background: #f4f4f4;
}

.detail_header .titre, .detail_header_sticky h1, .carousel_header .titre{
    position: relative;
    position: relative;
}

.detail_header_sticky > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_header_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_header .crit{
    padding-top: 7px;
}

.detail_header .crit span:nth-child(1){
    font-weight: 600;
}

.detail_header .titre:after{
    bottom: -1px;
    bottom: 0;
}

label.custom-file-control{
    overflow: hidden;
}

.home_cont_selection, .home_cont_categories{
    padding-top: 50px;
    padding-bottom: 50px;
}

.prod_accueil{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prod_accueil article{
    border: 1px solid #ddd;
    width: calc(33.3% - 20px);
    margin: 10px;
}

.prod_accueil .block_img img{
    height: auto;
    width: 100%;
}

.prod_accueil .block_info{
    z-index: 0;
    padding: 20px;
    min-height: auto;
}

.prod_accueil .card-fav-absolute{
    top: 34%;
    right: 25px;
}

.prod_accueil .effect-cms .over_desc{
    display: none;
}

.prod_accueil .card_list{
    justify-content: space-between;
}

.prod_accueil .info_prix{
    margin: 0 0 15px 0;
    padding: 0;
}

.prod_accueil .box{
    height: 40px;
}

.prod_accueil .info_prix-hai{
    line-height: 1em;
    margin-top: 10px;
    text-transform: initial;
}

.home_cont_presentation{
    position: relative;
    background: url("/modele/images/home-background-presentation.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home_cont_presentation h3{
    text-transform: uppercase;
}

.home_cont_presentation p{
    text-align: justify;
}

.cat{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.home_cont_categories .cat-infos-overlay{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    color: #fff;
    width: 180px;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cat:hover .cat-infos-overlay{
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
}

.home_cont_categories .cat-text{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
}

.home_cont_categories .cat-text::after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cat:hover .cat-text::after{
    width: 150px;
}

.home_cont_categories .cat-text-small{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: block;
}

.home_cont_categories .cat-text{
    margin-top: 0;
}

.cat{
    margin-bottom: 0;
}

.index .fiche_produit{
    margin-bottom: 0px;
}

.listing .fiche_produit{
    margin-bottom: 35px;
}

.home_cont_alertes .btn{
    margin-left: 20px;
}

.home_cont_alertes{
    padding: 40px 10px;
    background: rgba(0,0,0,1);
    text-align: center;
}

.home_cont_alertes p{
    color: #fff;
}

.home_cont_alertes p, .home_cont_alertes a{
    display: inline-block;
}

.home_cont_alertes p i{
    font-size: 30px;
    margin-right: 10px;
    display: inline;
}

.action_bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_vue_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.effect-cms img{
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
}

.effect-cms p{
    letter-spacing: 1px;
}

.effect-cms p.icon-links a{
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}

.effect-cms .over_desc{
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.over_desc .col2 ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-fav-absolute{
    position: absolute;
    top: 0px;
    font-size: 25px;
    cursor: pointer;
}

.ion-ios-heart-outline.active:before{
    color: red;
}

.ion-ios-heart-outline:hover:before, .ion-ios-heart:hover:before{
    color: red;
}

.prod_listing.damier .info_titre{
    width: 80%;
}

.detail_icone > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
}

#biens_comparatif .article_comparatif .spin1, #biens_comparatif .article_comparatif .spin2, #biens_comparatif .article_comparatif .spin3, #biens_comparatif .article_comparatif .spin4, #biens_comparatif .article_comparatif .spin5{
    font-size: 15px;
}

#biens_comparatif .article_comparatif .bottom .btn-primary{
    width: 80%;
}

#biens_comparatif .article_comparatif .bottom .item-favori-delete{
    width: 18%;
}

@media (max-width:991px){
    #biens_comparatif .article_comparatif .bottom .btn-primary{
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.recherche-detaillee .btn-primary.active, .recherche-detaillee .btn-primary:active, .recherche-detaillee .show > .btn-primary.dropdown-toggle{
    border-color: #ddd;
    background: #666;
}

.card_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

.alert-info{
    background: #eee;
    margin-top: 25px;
}

#voir-telephone-0.telephone-vu{
    color: #fff;
}

body.contact .map, #map_contact{
    height: 250px !important;
    -webkit-transition-property: height;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

body.contact .map[toggled="toggled"], #map_contact[toggled="toggled"]{
    height: 500px !important;
}

body.contact div.map div#map div#map_contact{
    width: 100%;
    height: 700px;
    margin: 0px auto;
}

.page_ref .prod_listing.damier{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:768px){
    .page_ref .prod_listing article{
        margin: 10px;
        width: calc(50% - 20px);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
    }
    .carousel-fullscreen .carousel-inner .carousel-item{
        height: 40 vh;
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .prod_accueil .card-fav-absolute {
        top: 5%;
    }
}

@media (max-width:468px){
    .page_ref .prod_listing article{
        margin-bottom: 20px;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 992px){
    nav.menu ul li{
        display: inline-block;
    }
    .listing .sticking .site-container{
        display: none;
    }
    .detail .not-sticking .detail_header_sticky{
        display: none;
    }
    .detail .sticking .site-container{
        display: none;
    }
}

@media (max-width: 991px){
    .header{
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 8000;
        background: #fff;
        top: 0;
    }
    nav.menu ul li .dropdown-menu{
        display: block !important;
        position: inherit !important;
        background-color: #0d0e0e !important;
        width: 100%;
    }
    nav.menu ul li .dropdown-menu .dropdown-item{
        padding: .25rem 0 0 5px !important;
        color: #fff !important;
    }
    .with--sidebar .header{
        height: 100%;
    }
    .site-pusher, .site-container{
        height: 100%;
    }
    .site-container{
        overflow: hidden;
    }
    .site-pusher{
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .site-content{
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .header__icon{
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
        z-index: 99999999999;
    }
    .burger{
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 200;
        z-index: 99999999999;
        opacity: 0;
        height: 40px;
        width: 40px;
    }
    .burger-item{
        color: #000;
        font-size: 40px;
        position: fixed;
        top: 25px;
        left: 15px;
        z-index: 100;
        background: #000;
        height: 3px;
        width: 24px;
    }
    .burger-item::before{
        content: "";
        position: absolute;
        background: #000;
        color: #000;
        display: block;
        height: 3px;
        width: 24px;
        margin-top: -8px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .burger-item::after{
        content: "";
        position: absolute;
        background: #000;
        color: #000;
        display: block;
        height: 3px;
        width: 24px;
        margin-top: 8px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .with--sidebar .burger-item:before{
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .with--sidebar .burger-item:after{
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .with--sidebar .burger-item{
        background: transparent;
        color: transparent;
    }
    .menu{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.95);
        width: 250px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    .menu ul li > a{
        display: block;
        text-align: left;
        color: #fff;
    }
    .menu ul li >a:hover{
        color: #ccc;
    }
    .menu ul{
        margin: 70px 20px 0 20px !important;
    }
    .menu .nav-link{
        padding: 0;
    }
    .menu ul li{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #5f5f5f;
    }
    .with--sidebar .site-pusher{
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .with--sidebar .site-cache{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.6);
    }
    .lang .dropdown-menu{
        width: 100%;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
    }
    .lang .dropdown-toggle::after{
        right: 20px;
        top: 0;
    }
    .lang .dropdown-item{
        padding: 22px 0 0 0;
        color: #fff;
    }
    .lang .dropdown-menu{
        background-color: transparent;
    }
    .listing form{
        display: none;
    }
    .listing_article .img-fluid{
        width: 100%;
        height: 100%;
    }
    .prod_listing.damier > .listing_article article{
        width: 100%;
        margin-top: 20px;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100% !important;
    }
    .block_vue_list{
        display: none;
    }
    .listing_article .img-fluid{
        width: 100%;
        height: 100%;
    }
    .prod_listing > article{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_listing .block_img, .prod_listing .block_info, .sidebar{
        width: 100%;
    }
    .content_page, .sidebar{
        width: 100%;
    }
    .sidebar{
        margin: 50px 0 0 0;
        padding: 0;
    }
    .contact .sidebar{
        margin: 50px 0 0 20px;
    }
    .detail .not-sticking .sticky_moteur{
        display: none;
    }
    .detail .sticking .sticky_moteur{
        display: block;
    }
    .detail .container_page{
        margin-top: 100px;
    }
    .detail_header{
        margin-bottom: 30px;
    }
    .detail_calculette-notaire form > div{
        padding: 10px 0;
    }
    .detail_calculette-notaire form > div > input{
        width: 100%;
    }
    .comparateur .container.resettop .nav-link span{
        display: none;
    }
    .form-search-d{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-search-d > li{
        width: 100%;
        margin: 15px;
        padding: 0;
    }
    .detail .detail_taber .nav-item{
        font-family: "Ionicons";
    }
    .detail_taber .nav-item a{
        font-size: 19px;
        line-height: 35px;
        padding: 10px 25px;
    }
    .detail .vvirtuelle:before{
        display: block;
    }
    .detail_taber .descriptif-icon a:before{
        content: "\f127";
    }
    .detail_taber .detail-icon a:before{
        content: "\f130";
    }
    .detail_taber .pieces-icon a:before{
        content: "\f41d";
    }
    .detail_taber .lots-icon a:before{
        content: "\f41d";
    }
    .detail_taber .dpe-icon a:before{
        content: "\f36b";
    }
    .detail_taber .localisation-icon a:before{
        content: "\f456";
    }
    .detail_taber .calculette-icon a:before{
        content: "\f26d";
    }
    .detail_taber .notaire-icon a:before{
        content: "\f12e";
    }
    .detail_taber .visite-icon a:before{
        content: "\f256";
    }
    .detail_icone > ul >li:nth-of-type(2){
        display: none;
    }
    #listing{
        display: none !important;
    }
    .lafficheur li{
        font-size: 12px !important;
        padding: 5px !important;
    }
    .detail_calculette .d-flex > div{
        width: 100%;
    }
    .detail_calculette .mr-2{
        margin: 0 !important;
    }
    .detail_header_sticky h1{
        text-align: center;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .prod_listing .block_info-vendu{
        width: 100%;
    }
    .prod_listing .info_titre{
        width: 90%;
    }
    .index .prod_accueil, .detail .prod_accueil{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil{
        margin: 0 -10px;
    }
    .prod_accueil article{
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .appel_horaires{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .appel_horaires > li{
        width: 50%;
    }
    .lafficheur li{
        width: 19%;
    }
    .with--sidebar .sticky_menu{
        height: 100%;
    }
    .index .search-form{
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    aside.aside_contact{
        height: 420px !important;
        width: 100%;
        overflow: auto;
        top: calc(100% - 478px) !important;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .bg_collapse{
        width: 100%;
        padding: 40px 0 0;
        min-height: 600px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        width: 100%;
    }
    .search__form-item:nth-child(n+2){
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    #bloc_fixed{
        display: none !important;
    }
    #bloc_fixed_bottom{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .card_list{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .info_type{
        margin-top: 20px;
    }
    .tab-content .card_list li{
        font-size: 11px;
    }
    .map{
        top: 50px;
    }
    aside #map{
        width: 47%;
        margin: auto;
    }
}

@media (max-width: 768px){
    .sidebar{
        display: none;
    }
    .listing .fiche_produit{
        margin-top: 115px;
        margin-bottom: 0px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        width: 100%;
    }
    .action_bar{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .action_bar > div:nth-child(1){
        width: 100%;
        margin-bottom: 20px;
    }
    .action_bar > div:nth-child(2){
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prod_listing > .listing_article article{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .effect-cms .over_desc{
        display: none;
    }
    .actualites-group{
        margin-right: 0px;
    }
    .detail_carousel_expand{
        bottom: 75px;
        font-size: 40px;
    }
}

@media (max-width: 576px){
    .breadcrumb-cms{
        display: none;
    }
    .detail .container_page{
        margin-top: 75px;
    }
    .detail_header, .detail_annexe{
        display: none;
    }
    .listing .fiche_produit{
        margin-top: 93px;
        margin-bottom: 15px;
    }
    .listing_article.clearfix{
        margin-top: 0px;
    }
    .action_bar > div:nth-child(2){
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .block_tri_list{
        width: 100%;
    }
    .detail_annexe_nav_contact{
        display: none;
    }
    .detail_form_contact .groupe_champs > .form-group{
        width: 100%;
        margin-bottom: 5px;
    }
    #detailinfosdetail > ul li{
        display: inline-block;
        float: none;
        width: 100%;
    }
    .detail_calculette .d-sm-flex > div, .detail_calculette-notaire .d-sm-flex > div{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #detail_qrcode{
        text-align: center;
        margin: auto;
    }
    #detail_qrcode canvas{
        width: 50%;
    }
    footer .liens_left, footer .liens_right{
        text-align: center;
    }
    .lignemoteur, .groupe_champs > .form-group{
        width: 100%;
        padding: 0 10px;
    }
    .detail_taber .nav-item a{
        padding: .5em .7em;
    }
    .lafficheur li{
        width: 31%;
    }
}

@media (min-width: 420px){
    .bloc4{
        display: none;
    }
}

@media (max-width: 420px){
    aside #map{
        width: 100%;
        height: auto;
    }
    aside #map img:not(.leaflet-marker-icon){
        width: 100%;
    }
    .with--sidebar .burger-item{
        background: transparent;
        color: transparent;
        top: 55px;
    }
    .header .img-fluid{
        margin-left: -15px;
    }
    .moteur{
        top: 60px;
    }
    .modal-content form{
        display: block !important;
    }
    #formrecherchelocation, #formrecherchevente{
        display: none;
    }
    #content{
        margin-top: 25%;
    }
    .detail_carousel_expand{
        bottom: 50px;
        font-size: 30px;
    }
    #biens_comparatif .article_comparatif, #biens_similaires_comparateur article, #biens_historique article{
        min-width: 95%;
    }
    .detail .sticking .sticky_moteur {
        display: none;
    }
}

@media (max-width: 320px){
    .card_list, .card_list li{
        display: block;
    }
    .card_list, .damier .card_list{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .card_list li{
        padding-bottom: 10px;
    }
    aside address .group_btn a{
        width: 100%;
        margin-bottom: 10px;
    }
}

.cc-animate.cc-revoke{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-revoke, .cc-window{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cc-compliance{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

#notifications{
    visibility: hidden;
    min-width: 320px;
    margin-left: -125px;
    background: none;
    position: fixed;
    z-index: 10000;
    left: 48%;
    top: 25%;
}

.alert.fade.show{
    visibility: visible;
    z-index: 10000;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid{
        width: 20%;
    }
    .moteur{
        top: 35px !important;
    }
    .search__form-item:nth-child(n+2){
        width: calc(100% / 4 - 3px) !important;
    }
    .search__form-item:last-child{
        width: 100% !important;
    }
    .cat{
        margin-bottom: 20px !important;
    }
    .card_list li{
        font-size: 12px !important;
    }
    .card_list, .card_list li{
        display: block !important;
    }
    .spin4.info_prix{
        font-size: 17px !important;
        text-align: left !important;
    }
    .info_type{
        margin-top: 0 !important;
    }
    .cont_coordonnees .address, .cont_coordonnees .address p, .cont_coordonnees .tel{
        text-align: center !important;
    }
    .listing #content, .listing-vente #content{
        margin-top: 0 !important;
    }
    .listing .card_list, [class*="listing-"] .card_list, .listing .card_list{
        padding-left: 20px !important;
    }
    .listing #content, [class*="listing-"] #content{
        margin-top: 75px !important;
    }
    .menu ul{
        margin: 15px !important;
    }
    .menu ul > li > a{
        padding: 0 !important;
    }
    .aside_contact .contact_contain .pres_agency, .aside_contact .contact_contain .contact_coordinates .address li{
        display: none;
    }
    .aside_contact .address{
        margin-top: 90px !important;
    }
}

@media (max-width: 991px){
    .listing #formrecherche, [class*="listing-"] #formrecherchevente, [class*="listing-"] #formrecherchelocation, [class*="listing-"] #formrecherchelocationsaison, [class*="listing-"] #formrechercheneuf, [class*="listing-"] #formrecherchevendu{
        display: none;
    }
    .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form{
        display: block !important;
    }
    footer{
        padding-bottom: 75px !important;
    }
    .modal-dialog{
        margin: 160px auto;
    }
}

@media (max-width: 420px){
    .header__logo img {
        margin-left: -20px;
        margin-top: 10px;
        max-width: 70%;
    }
    .prod_accueil .card-fav-absolute {
        top: 0;
        right: 0;
    }
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center bottom !important;
        }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio: 2){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@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-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center bottom !important;
        }
}

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

@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.jpg") no-repeat center top !important;
        }
}

.dpe-txt{
    padding-bottom: 10px;
}

/* REFERENCEMENT */
    /* COMMUN */
    .referencement h1, .referencement h2 {
        font-weight: inherit;
        font-size: 35px;
        font-family: serif;
        letter-spacing: 2px;
        padding: 0 0 10px 15px;
        color: #000;
    }
    .referencement .listref a {
        font-style: italic;
        font-weight: bold;
    }
    .referencement .listref a::before {
        content: "";
        display: inline-block;
        position: relative;
        background: #000;
        width: 20px;
        height: 1px;
        margin: 0 10px 0 0;
        top: -5px;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .referencement .itemlolo {
        padding: 0 15px;
    }
    .referencement .ensavoirplus i {
        color: #000;
    }
    .listeliens ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .listeliens ul li{
        width: calc(100% / 3);
    }
    .referencement:not(.index){
        padding:50px 0 30px 0;
    }
        /* ACCUEIL */
    .index .referencement .listref {
        padding-right: 15px;
        padding-left: 50px;
    }
        /* VENTE + LOCATION */
    .referencement .refpdmg{
        margin-left:0;
        margin-right:0;
        padding-top:40px;
    }
        /* PAGE DE REF */
    [class*="vente-"] .page_ref .prod_listing.damier,
    [class*="location-"] .page_ref .prod_listing.damier {
        margin-bottom: 30px;
    }
    .page_ref .prod_listing article {
        background: #f9f9f9;
    }
    .page_ref .prod_listing .block_img,
    .page_ref .prod_listing .block_info {
        width: 100%;
    }
    .page_ref .prod_listing .block_info {
        padding: 0 0 0 0;
        position: relative;
        z-index: 1;
        min-height: 100px;
    }
    .page_ref .prod_listing .card-fav-absolute {
        top: 75%;
        right: 8px;
    }
    .page_ref .prod_listing article .effect-cms {
        padding: 30px 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .page_ref .prod_listing .info_ville,
    .page_ref .prod_listing .info_type,
    .page_ref .prod_listing .info_prix {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .page_ref .prod_listing .info_prix-hai {
        line-height: 1em;
        color: #000;
        margin: 15px auto 0 auto;
        text-align: center;
        display: none;
    }
    .page_ref .description {
        padding: 15px 20px 10px 20px;
        font-size: 11px;
    }
        /* RESPONSIVE REF */
    @media (max-width: 768px){
        .referencement .listref {
            padding-left: 20px;
        }
    }
    @media (max-width: 420px){
        .referencement .listref {
            padding: 0 15px;
        }
        .listeliens ul li {
            width: 100%;
        }
    }


/* PRODUIT HABITATION SLIDER */
.produitshabitationslider.multiple .prod_accueil .card_list {
    display: none;
}
.produitshabitationslider.multiple .effect-cms .over_desc,
.produitshabitationslider .effect-cms .over_desc,
.produitshabitationslider.multiple .info_numero, 
.produitshabitationslider.multiple .info_prix-hai,
.produitshabitationslider.multiple .card_list,
.produitshabitationslider.multiple .info_prix sup,
.produitshabitationslider.multiple .info_titre {
  display: none;
}
.prod_accueil .box {
    height: 20px;
}
.prod_accueil .card-fav-absolute {
    display: none;
}
.produitshabitationslider.multiple .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*padding: 0 75px;*/
  text-align: center;
}
.produitshabitationslider .carousel-item article {
  width: calc(100% - 1px);
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  text-align: center;
}
.produitshabitationslider.multiple .carousel-item article {
  width: calc(27.3% - 1px);
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  text-align: center;
}
.produitshabitationslider.multiple .block_info {
  z-index: 0;
  padding: 20px;
  min-height: auto;
}



/* =========================================================================================== */
/*                                         MODELE NUMA  app                                    */
/* =========================================================================================== */


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

body {
    font-family: 'Work sans', sans-serif;
    background: #fff;
    color: #000;
}
.container-fluid {
    margin: auto 15%! important;
}
.margin-auto {
    margin: auto; 
}
img {
    border-radius: 3px;
}
.btn.btn-primary {
 border-color: #546f7a;
 background: #546f7a
}
.btn.btn-primary:hover {
 border-color: #ff9037;
 background: #ff9037
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.home_cont_projet, .home_cont_lots, .home_cont_presentation, .home_cont_agence, .home_cont_contact {
    background: #fff;
    min-height: 100vh;
    display: flex;
    color: #000;
    padding-top: 50px;
}
#panel1, #panel2, #panel3, #panel4, #panel5 {
    width: 100%;
    min-height: 100vh; 
    text-align: center;
}
#panel6 {
    height: 100vh;
}
#panel1, #panel3, #panel5 {
    background-color: #fff;
}
#panel2, #panel4, #panel6 {
    background-color: cadetblue;
}
.top_link::before {
    content: none;
}
.top_link:hover {
    height: auto;
}
.top_link{
    opacity: 1;
}
.top_link {
    z-index: 99;
    bottom: 5%;
    right: 3%;
    border: 0;
    color: #000;
    -webkit-transition: initial;
    transition: initial;
    cursor: pointer;
    background: #ffffff78;
    padding: 0px 10px 10px 20px;
}
.top_link i{
    font-size: 34px;
    top: 4px;
    right: 9px;

}
.link-contact {
    position: fixed;
    display: none;
    padding: 13px 15px;
    opacity: 1;
    height: 50px;
    filter: alpha(opacity=50);
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
    bottom: 6%;
    left: 2%;
}
.link-contact a i{
    font-size: 34px;
    top: 7px;
    right: 2px;
}
.link-contact a{
    font-size: 16px!important;

}
.title-panel{
    font-size: 20px;
    text-align: left;
    color: #2d3438;
    text-transform: uppercase;
}
.title-panel::after {
    content: "";
    display: block;
    position: relative;
    background: #00000070;
    height: 1px;
    width: 50px;
    margin: 10px 0 15px 0;
}

/* =========================================================================================== */
/*                                           HEADER                                            */
/* =========================================================================================== */

.bgAccueil:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, #fff 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 68%, #fff 99%); */
}
.bgAccueil:after,
.home-visuel-wrapper:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #fff;
    z-index: 1;
    bottom: -136px;
    background-color: #ffffff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.ancre-scroll {
    position: absolute;
    bottom: 3%;
    right: 2%;
    z-index: 2;
}
.ancre-scroll ul li {
    /* transform: rotate(90deg)!important; */
    /* background: #ffffff78; */
    padding: 0 10px 10px 0;
}
.ancre-scroll ul li a:hover{
    color: #f4814a! important;
}
.ancre-scroll ul li a{
    color: #2d3438! important;
    font-size: 18px;
}
.ancre-scroll ul li a i{
    font-size: 34px! important;
    top: 5px;
    right: 9px;
}
.dropdown-menu {
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #f4814a! important;
}
.baseline {
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffffa6;
    padding: 50px;
    border-radius: 5px;
}
.baseline h2{
    margin-top: 20px;
}

/* =========================================================================================== */
/*                                           LE PROJET                                         */
/* =========================================================================================== */
.projet-titre .title-panel{
    font-size: 20px;
    text-align: left;
    color: #2d3438;
    text-transform: uppercase;
}
.projet-titre h3{
    font-size: 30px;
    text-align: left;
    color: #f4814a;
    margin-left: -35%;
    background: #fff;
    padding: 20px 0 20px 10px;
    text-transform: uppercase;
}
.projet-titre .heading-wrap h2:before {
    height: 0;
}
.projet-titre h2.title-panel::after {
    content: "";
    display: block;
    position: relative;
    background: #f4814a;
    height: 1px;
    width: 50px;
    margin: 10px 0 15px 0;
}
.bg-projet-titre {
    background: #fff;
    padding: 20px 0 20px 20px;
    margin-left: -40%;
}
.projet-titre .heading-wrap h1 {
    font-size: 40px;
    position: relative;
    padding-top: 5px;
    z-index: 2;
    font-weight: 800;
    text-transform: uppercase;
    color: #2d3438;
}
.projet-texte {
    margin-top: 30px;
}
.projet-texte p{
    text-align: justify;
}
.h3-projet {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.1;
}
.localisation-projet, .prix-projet {
    position: relative;
    padding-top: 5px;
    z-index: 2;
    font-weight: 500;
    text-transform: uppercase;
    color: #2d3438;
    text-align: left;
    font-size: 20px;
}
.from-right,
.from-left {
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.from-right {
    transform: translate(50px,-30px);
}
.from-left {
    transform: translate(-50px,-30px);
}

/* visionneuse */
.fade {
    transition: opacity .2s linear;
}
.ekko-lightbox-nav-overlay {
    text-align: center;
    bottom: 6%;
}
.ekko-lightbox-nav-overlay a {
    padding: 10px;
    background: rgba(255,255,255,.5);
    margin: 0 5px;
}
.home_cont_projet:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #546f7a;
    z-index: auto;
    bottom: -136px;
    background-color: #546f7a;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

/* =========================================================================================== */
/*                                        PRESENTATION                                         */
/* =========================================================================================== */
.home_cont_presentation {
    padding: 50px 0 0 0;
    background:#546f7a;
    color: #fff;
}
.home_cont_presentation .container-fluid {
    margin: auto 6%! important;
}
.home_cont_presentation:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #fff;
    z-index: auto;
    bottom: -136px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
/* Carousel */
.carousel-control-next, .carousel-control-prev {
    background: transparent;
    height: 40px;
    width: 40px;
    top: 110%;
    opacity: .7;
    border: 1px solid #00000024;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: auto;
    left: 16%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-prev-icon:before, .carousel-control-next:before  {
    font-family: "Ionicons";
    font-size: 35px;
    color: #000;
}
.carousel-control-next-icon i, .carousel-control-prev-icon i{
    font-size: 30px;
    color: #000;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background: rgba(255,255,255,1);
    width: 60px;
}

.carousel-indicators {
    /* bottom: -10%; */
    display: none;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block!important;
}
.single_blog_post {
    margin-bottom: 75px;
}
.single_project_text {
    background-color: #f5f5f5;
    padding: 40px 50px 40px;
    position: absolute;
    top: -233px;
    left: 70%;
    right: -69%;
}
.single_project_text .single_project_tittle {
    margin-bottom: 25px;
}
.single_project_text p {
    font-family: "Poppins", sans-serif;
    line-height: 1.929;
    font-size: 16px;
    margin-bottom: 0px;
    color: #4c4c4c;
    font-weight: 300;
}
@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}
.home_cont_presentation .nav-pills {
    width: 100%;
    display: block;
}
.home_cont_presentation .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.home_cont_presentation .nav-link-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.home_cont_presentation .nav-pills .nav-link.active {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: #f4814a;
}
.home_cont_presentation .nav-pills .nav-link {
    padding: 35px 10px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #f4814a;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.home_cont_presentation .speaker-img{
    width: 180px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.speaker-img1 {
    background-image: url(/assets/images/staff-1.jpg);
}
.home_cont_presentation .nav-link i {
    color: #fff;
}
.home_cont_presentation .tab-wrap {
    min-height: 90vh;
}
.home_cont_presentation .avantages {
    padding: 10px;
}
.home_cont_presentation .avantages .img-svg {
    width: 50px;
    margin-bottom: 20px;
}
.home_cont_presentation .nav-pills .nav-link span {
    display: block;
    font-size: 14px;
    font-weight: 200;
    text-transform: lowercase;
}
.home_cont_presentation .nav-pills .nav-link.active, .home_cont_presentation .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f4814a;    
}
.home_cont_presentation .nav-pills .nav-link {
    border-radius: 0.25rem;
    text-transform: uppercase;
}
.home_cont_presentation .nav-pills .nav-link.active:after {
    opacity: 1;
}
.home_cont_presentation .nav-pills .nav-link:after {
    position: absolute;
    top: 50%;
    bottom: 10px;
    right: -11px;
    width: 0;
    height: 0;
    margin-top: -10px;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f4814a;
    opacity: 0;
    z-index: 1;
}
.home_cont_presentation .tab-content > .active {
    display: block;
}
.speaker-wrap {
    width: 100%;
    background: transparent;
    margin-bottom: 30px;
    padding-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home_cont_presentation .speaker-wrap .speaker-img {
    width: 180px;
    height: 250px;
}
.home_cont_presentation .speaker-wrap .text {
    width: calc(100% - 180px);
    padding-left: 40px;
}
.home_cont_presentation .speaker-wrap .text .h2-presentation {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.home_cont_presentation .speaker-wrap .text .time {
    font-weight: 600;
    color: #f4814a;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.home_cont_presentation .paddingTop50 {
    padding: 20px 0 0 0;
}

/* =========================================================================================== */
/*                                          LES LOTS                                           */
/* =========================================================================================== */
.home_cont_lots .accordion {
    width: 100%;
}
.home_cont_lots:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #efefef;
    z-index: auto;
    bottom: -136px;
    background-color: #efefef;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.home_cont_lots .btn-link {
    color: #f4814a;
    background-color: transparent;
    font-weight: 600;
    text-align: left;
    border: 1px solid #f4814a4f;
}
.home_cont_lots .titre-head-lot {
    color: #f4814a;
    background-color: transparent;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.1;
}
.home_cont_lots .card-header {
    text-align: left;
    padding: 1rem 1.25rem;
    background-color: rgba(0,0,0,.08);
}
.home_cont_lots .card-header ul {
    margin-bottom: 0;
}
.home_cont_lots .card-header ul li {
    display: inline-block;
    width: calc(100% / 4 - 5px);
    text-align: center;
}
.home_cont_lots .card {
    margin: 8px 0;
}
.home_cont_lots .card-body table {
    width: 100%;
}
.home_cont_lots .card-body table tr{
    text-align: left;
}
.home_cont_lots .rwd-table tr:nth-child(1), .home_cont_lots .rwd-table tr:nth-child(3), .home_cont_lots .rwd-table tr:nth-child(5), .home_cont_lots .rwd-table tr:nth-child(7), .home_cont_lots .rwd-table tr:nth-child(9), .home_cont_lots .rwd-table tr:nth-child(11), .home_cont_lots .rwd-table tr:nth-child(13), .home_cont_lots .rwd-table tr:nth-child(15), .home_cont_lots .rwd-table tr:nth-child(17), .home_cont_lots .rwd-table tr:nth-child(19), .home_cont_lots .rwd-table tr:nth-child(21), .home_cont_lots .rwd-table tr:nth-child(23), .home_cont_lots .rwd-table tr:nth-child(25), .home_cont_lots .rwd-table tr:nth-child(27), .home_cont_lots .rwd-table tr:nth-child(29), .home_cont_lots .rwd-table tr:nth-child(31), .home_cont_lots .rwd-table tr:nth-child(33), .home_cont_lots .rwd-table tr:nth-child(35), .home_cont_lots .rwd-table tr:nth-child(39), .home_cont_lots .rwd-table tr:nth-child(41), .home_cont_lots .rwd-table tr:nth-child(43), .home_cont_lots .rwd-table tr:nth-child(45), .home_cont_lots .rwd-table tr:nth-child(47), .home_cont_lots .rwd-table tr:nth-child(49), .home_cont_lots .rwd-table tr:nth-child(51), .home_cont_lots .rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.home_cont_lots .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.home_cont_lots .rwd-table tr.line {
    background: #546f7a;
    color: #fff;
}
.home_cont_lots th,
.home_cont_lots tr,
.home_cont_lots td {
    padding: 5px;
}
.home_cont_lots .btn i {
    font-size: 18px;
}
/* .home_cont_lots .lot-pdf {
    text-align: center;
} */
.home_cont_lots .lot-pdf i {
    font-size: 25px;
    color: #546f7a;
}





/* =========================================================================================== */
/*                                            AGENCE                                           */
/* =========================================================================================== */
.home_cont_agence {
    background: #efefef;
}
.home_cont_agence:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #fff;
    z-index: auto;
    bottom: -136px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.home_cont_agence p{
    text-align: left;
}
.home_cont_agence .bg-orange {
    background: #546f7a;
    color: #fff;
    padding: 10px;
    min-height: 180px;
    display: grid;
}
.home_cont_agence .infos_contact a {
    color: #fff;
    text-align: left!important;
    float: left;
}
.home_cont_agence i {
    font-size: 25px;
    margin-right: 6px;
    top: 3px;
}
.home_cont_agence [type=button] {
    text-align: left;
}
.home_cont_agence .infos_contact h2.title-panel {
    color: #fff;
}
.home_cont_agence .infos_contact h2.title-panel::after {
    background: #f4814a;
}
.home_cont_agence video {
    width: 100%;
}
.home_cont_agence .texte-agence p {
    text-align: justify;
}
/* =========================================================================================== */
/*                                         CONTACT                                             */
/* =========================================================================================== */
.home_cont_contact .heading-wrap h2 {
    font-size: 24px;
    font-weight: 700;
}
.home_cont_contact .contact_formulaire {
    padding-left: 15px;
}
.home_cont_contact:after {
    content: "";
    width: 100%;
    height: 137px;
    background: #546f7a;
    z-index: auto;
    bottom: -136px;
    background-color: #546f7a;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.home_cont_contact .groupe_champs > .form-group.c_projet {
    width: 100%;
}
footer {
    background-color: #546f7a;
    padding: 30px 10px;
}
footer .coordonnees_agence {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
}
footer .btn.btn-primary {
    border-color: #ff9037;
    background: #546f7a;
    margin: 5px 0;
    width: 250px;
}
aside .btn.btn-primary{
    border-color: #ff9037;
    background: transparent;
    margin: 5px 0;
}
footer .btn.btn-primary:hover,
aside .btn.btn-primary:hover  {
    border-color: #ff9037;
    background: #ff9037;
}
footer .address {
    text-align: center;
}
footer .address p {
    margin-bottom: 0;
}
footer .coordonnees_heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
footer .btn.btn-primary {
    border-width: 1px;
}
footer .bloc-reseaux a {
    color: #fff;
    margin: 0 5px;
}
footer .bloc-reseaux a i{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 11px 15px;
    border-radius: 50%;
}
footer .bloc-reseaux a .ion-social-facebook{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-radius: 50%;
}
footer .bloc-reseaux a:hover, 
footer .liens_left a:hover  {
    color: #ff9037;
}

/* BOITE A OUTILS & ASIDE */
#bloc_fixed {
    bottom:2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 1%;
    width: 45px;
    z-index: 10000;
}
#bloc_fixed .bloc1 {
    background: #f4814a;
    border-radius: 50%;
    color: #fff;
    padding: 0 10px;
    width: 65px;
    height: 65px;
}
#bloc_fixed ul li > i {
    font-size: 2.5rem;
    top: 1px;
    left: 9px;
}
aside.aside_contact {
    background-color: #2d3438;
    border-left: 1px solid #f4814a;
    text-align: center;
}
aside address .group_btn a {
    width: 100%;
    margin: 3px 0;
    font-size: 13px;
}
aside .contact_img {
    margin: 20px 0;
}
aside .social_network { 
    margin-top: 20px;
}
aside .social_network a {
    color: #fff;
    margin: 0 5px;
}
aside .social_network a:hover {
    color: #f4814a;
}
aside .social_network a i{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 11px 15px;
    border-radius: 50%;
}
aside .social_network a .ion-social-facebook{
    font-size: 20px;
    top: 2px;
    background: rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-radius: 50%;
}
aside .btn-link:hover {
    color: #f4814a;
}
aside .ion-android-close {
    font-size: 30px;
    color: #f4814a;
}


/* =========================================================================================== */
/*                                        RESPONSIVE                                           */
/* =========================================================================================== */
@media (max-width: 1281px) {
    p, .home_cont_presentation .avantages {
        font-size: 12px !important;
    }
    .home_cont_presentation .speaker-wrap .text h2, .home_cont_contact .heading-wrap h2 {
        font-size: 20px !important;
    }
    .projet-titre .heading-wrap h2, .heading-wrap h2 {
        font-size: 30px !important;
    }
    .home_cont_projet, .home_cont_lots, .home_cont_presentation, .home_cont_agence, .home_cont_contact {
        height: 100%;
        padding-top: 0;
    }
    .carousel-control-next {
        left: 30%;
    }
}

@media (min-width: 992px) {
    .nav {
        margin: auto 10%;
    }
    .nav ul  {
        margin-bottom: 0;
    }
    .nav ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 20px;
        line-height: 1.2;
        color: #2d3438;
        font-weight: 500;
        font-size: 18px;
    }
    .menu ul > li > a:hover {
        color: #fff;
        background: #f4814a;
        border-radius: 3px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #2d3438;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    .index .not-sticking .menu ul > li > a:hover {
        color: #fff;
    }
    .header__logo {
        padding: 10px 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header__logo img {
        width: 35%;
    }
    .header__logo .index-logo-sticking {
        width: 220px;
    }
    .site-pusher {
        display: flex;
        justify-content: center;
        height: 70px;
    }
    .header .site-container {
        background: linear-gradient(0deg, rgba(255,255,255,0) 3%, #fff 108%);
    }
    .nav-desktop-lang {
        display: flex;
        height: 70px;
        padding: 10px;
        top: 0;
        position: absolute;
        z-index: 20;
        right: 10px;
    }
    .nav-desktop-lang ul {
        margin: auto 0;
    }
    .nav-desktop-lang li {
        display: inline-block;
        padding: 0 10px;
    }
    .nav-desktop-lang li a{
        font-size: 18px;
    }
    .not-sticking .nav-desktop-lang li a:hover{
        color: #fff;
    }
    .sticking .nav-desktop-lang li a:hover{
        color: #f4814a;
    }
    .toolbox {
        position: absolute;
        right: 0;
        bottom: 28%;
    }
    
    .toolbox ul {
        padding: 0;
    }
    .toolbox ul li {
        margin: 10px 0;
        padding: 0 0 5px 0;
    }
    .toolbox ul li a{ 
        font-size: 16px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 12px 5px;
        background: rgba(255,255,255, 0.7);
        text-decoration: none;
    }
    .toolbox ul li i{
        font-size: 30px! important;
        top: 0;
    }
    .toolbox ul li i.ion-ios-email-outline{
        top: 0;
    }
}
@media (max-width: 991px) {
    .container-fluid {
        margin: auto 6%! important;
    }
    .home_cont_presentation:after,
    .home_cont_projet:after,
    .home_cont_agence:after,
    .home_cont_lots:after,
    .home_cont_contact:after {
        display: none;
    }
    .header__logo img {
        width: 60px;
        margin-right: 5%;
    }
    .sticking .header__logo img {
        width: 210px;
        margin-right: 5%;
        padding: 7px 0 0 0;
    }
    .nav-desktop-lang {
        position: absolute;
        right: 5%;
        top: 2%;
    }
    #bloc_fixed {
        display: block !important;
    }
    #bloc_fixed_bottom {
        display: none;
    }
    aside .contact_img img {
        width: 200px;
    }
    .contact_contain .group_btn {
        display: inline-flex;
        justify-content: space-around;
    }
    aside .btn.btn-primary {
        margin: 5px;
        padding: 5px 12px;
    }
    .bg-projet-titre {
        margin-left: 0;
    }
    .projet-titre h2 {
        top: 10px;
    }
    .home_cont_presentation .nav-link-wrap .nav {
        display: inline-flex;
        justify-content: space-around;
    }
    .home_cont_presentation .nav-link-wrap .nav li {
        width: calc(100% / 3 - 5px);
    }
    .home_cont_presentation .nav-pills .nav-link{ 
        height: 100px;
        text-align: center;
    }
    .home_cont_presentation .nav-pills .nav-link:after {
        position: absolute;
        top: auto;
        bottom: -20px;
        right: 50%;
        width: 0;
        height: 0;
        margin-top: -10px;
        content: '';
        border-style: solid;
        border-width: 10px 10px 10px;
        border-color: #f4814a transparent transparent transparent;
        opacity: 0;
    }
    .home_cont_presentation .speaker-wrap .text {
        width: 100%;
        padding-left: 40px;
    }
    footer .bloc-reseaux .text-right {
        text-align: center! important;
        margin: 20px 0;
    }
    .menu {
        position: absolute;
        right: 30%;
        bottom: 0;
        background-color: transparent;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: 0;
        left: auto;
        top: auto;
    }
    .menu ul li {
        border-bottom: 0;
    }
    .toolbox {
        position: absolute;
        right: 0;
        bottom: 4%;
        z-index: 1;
    }
    .toolbox ul {
        display: inline-flex;
        justify-content: space-around;
    }
    .toolbox ul li a{ 
        font-size: 16px;
        writing-mode: initial;
        text-orientation: mixed;
        padding: 0 20px 5px 20px;
        background: rgba(255,255,255, 0.7);
    }
    .toolbox ul li {
        margin: 10px;
    }
    #panel2 .toolbox ul li a,
    #panel4 .toolbox ul li a,
    #panel5 .toolbox ul li a,
    #panel6 .toolbox ul li a {
        background: rgb(244, 129, 74);
    }
    #panel6 .toolbox {
        left:39%;
    }
    aside.aside_contact {
        height: 80% !important;
        width: 100%;
        overflow: auto;
        top: calc(100% - 80%) !important;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .display-none {
        display: none;
    }
    .home_cont_projet .carousel-control-next {
        left: 12%;
    }
}
/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    /* float: left; */
    background: transparent;
    position: relative;
    z-index: 1;
}
.home-visuel-wrapper .video-wrapper {
    width: 100%;
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn-sound {
    position: absolute;
    z-index: 1;
    top: 44%;
    left:0;
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}
@media (max-width: 420px) {
    .home_cont_lots .card-header ul li {
        width: calc(100% / 1 - 5px);
    }
    .home_cont_lots .btn-link {
        text-align: center;
    }
    .home_cont_lots .card-body table tr {
        font-size: 11px;
    }
    .home_cont_presentation .nav-pills .nav-link {
        font-size: 12px;
    }
    .coordonnees_agence .bloc-btn {
        text-align: center;
    }
}
.link-contact {
    display: none!important;
}
/* TOOLBOX DROITE */
.top_link {
    display: none!important;
}

#panel6 .toolbox a {
    color: #000;
}
#panel6 .toolbox a:hover {
    color: #fff;
}
#panel6 .toolbox ul li {
    background: transparent;
}
#panel3 .toolbox ul li a{ 
    color: #000!important;
    font-weight: 500;
}
#panel1 .toolbox ul li a {
    background: rgb(244, 129, 74);
    color: #fff;
    border-radius: 3px;
}
@media (max-width: 991px) {
    .toolbox {
        display: none;
    }    
}

/* =========================================================================================== */
/*                                         MODELE NUMA  style                                  */
/* =========================================================================================== */
.btn,
.form-control {
 outline: none;
 -webkit-box-shadow: none!important;
 box-shadow: none!important;
 border-radius: 0px!important
}
.btn:active,
.btn:focus,
.form-control:active,
.form-control:focus {
 outline: none
}
.form-control {
 -webkit-box-shadow: none!important;
 box-shadow: none!important;
 height: 46px;
 border-width: 1px
}
.form-control:active,
.form-control:focus {
 border-color: #ff7404
}
textarea.form-control {
 height: inherit
}

.btn {
 font-size: 13px;
 text-transform: uppercase;
 letter-spacing: .2em
}

.btn.btn-primary {
 color: #fff;
 border-width: 2px
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
 border-color: #ff9037;
 background: #ff9037
}

.btn.btn-sm {
 font-size: 12px
}

.btn.btn-outline-primary {
 border-width: 2px;
 color: #ff7404
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
 color: #fff
}

.btn.btn-outline-white {
 border-width: 2px;
 border-color: #fff;
 color: #fff
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:hover {
 background: #fff;
 color: #000!important;
 border-width: 2px
}

.btn:hover {
 text-decoration: none
}

header {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 5;
 padding: 0px 0
}

@media (min-width:768px) {
 header {
     padding: 30px 0
 }
}

header .navbar-brand {
 font-family: "DM Serif Display", serif;
 font-size: 2rem
}

header .navbar-brand.absolute {
 position: absolute
}

@media (max-width:991px) {
 header .navbar-brand.absolute {
     position: relative
 }
}

header .navbar-brand span {
 color: #ff7404
}

@media (min-width:768px) {
 header .navbar-brand span {
     color: #ced4da
 }
}

header .navbar {
 background: black!important;
 padding-top: .5rem;
 padding-bottom: .5rem
}

@media (min-width:768px) {
 header .navbar {
     padding-top: 0;
     padding-bottom: 0;
     background: none!important;
     position: relative
 }
}

header .navbar .nav-link {
 padding: 1.7rem 1rem;
 outline: none!important;
 font-size: 1rem;
 color: white!important
}

@media (max-width:1199px) {
 header .navbar .nav-link {
     padding: .5rem 0rem
 }
}

header .navbar .nav-link.active {
 color: #ff7404!important
}

header .navbar .dropdown-menu {
 font-size: 14px;
 border-radius: 4px;
 border: none;
 -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
 min-width: 13em;
 margin-top: -10px
}

header .navbar .dropdown-menu:before {
 bottom: 100%;
 left: 10%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-bottom-color: #fff;
 border-width: 7px
}

@media (max-width:991px) {
 header .navbar .dropdown-menu:before {
     display: none
 }
}

header .navbar .dropdown-menu .dropdown-item:hover {
 background: #ff7404;
 color: #fff
}

header .navbar .dropdown-menu .dropdown-item.active {
 background: #ff7404;
 color: #fff
}

header .navbar .dropdown-menu a {
 padding-top: 7px;
 padding-bottom: 7px
}

header .navbar .cta-btn a {
 background: #ff7404;
 color: #fff!important;
 text-transform: uppercase;
 font-size: .8rem;
 padding: 15px 20px!important;
 line-height: 1;
 font-weight: bold;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

header .navbar .cta-btn a:hover {
 background: #fff;
 color: #ff7404!important;
 -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
 box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2)
}

.half .image,
.half .text {
 width: 50%
}

@media (max-width:991px) {
 .half .image,
 .half .text {
     width: 100%
 }
}

.half .text {
 padding: 7%
}

.half .image {
 background-size: cover;
 background-position: center center
}

@media (max-width:991px) {
 .half .image {
     height: 350px
 }
}

.section-heading h2 {
 font-size: 50px
}

.section-heading .small-sub-heading {
 font-size: 14px;
 color: #ff7404
}

.blog .media h3 {
 font-size: 20px;
 margin-bottom: 10px
}

.blog .media .post-meta {
 font-size: 14px;
 letter-spacing: .2em;
 text-transform: uppercase
}

.blog .media>a {
 width: 40%
}

@media (max-width:767px) {
 .blog .media>a {
     width: 100%;
     margin-bottom: 30px
 }
}

.item-dishes {
 position: relative;
 display: block;
 overflow: hidden
}

.item-dishes img {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 -webkit-transition: .3s all ease-out;
 -o-transition: .3s all ease-out;
 transition: .3s all ease-out;
 z-index: 1
}

.item-dishes:before {
 position: absolute;
 content: "";
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 z-index: 2;
 background: #000;
 opacity: .3
}

.item-dishes .text {
 z-index: 3;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 100%;
 text-align: center
}

.item-dishes .text .dishes-heading {
 font-size: 30px;
 font-weight: 700;
 max-width: 500px;
 margin: 0 auto;
 text-transform: uppercase;
 color: #fff
}

@media (max-width:991px) {
 .item-dishes .text .dishes-heading {
     font-size: 1.3rem
 }
}

.item-dishes .text .dishes-price {
 font-weight: 700;
 font-size: 50px;
 color: #fff;
 border: none!important;
 line-height: 100px;
 border-radius: 50%;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.item-dishes:hover img {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1)
}

.item-dishes:hover .dishes-price {
 background: transparent;
 border: 2px solid #fff
}

.heading-wrap {
 position: relative
}

.heading-wrap h2,
.heading-wrap .h2-presentation {
 font-size: 40px;
 position: relative;
 padding-top: 30px;
 z-index: 0;
 font-weight: 800;
 color: #2d3438;
 text-transform: uppercase;
}

.heading-wrap h2:before,
.heading-wrap .h2-presentation:before {
 width: 80px;
 height: 2px;
 background: #ff7404;
 content: "";
 position: absolute;
 top: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%)
}

.heading-wrap.text-left h2:before,
.heading-wrap.text-left .h2-presentation:before {
 left: 0;
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%)
}

.heading-wrap .back-text,
.heading-wrap .back-text-dark {
 z-index: 0;
 line-height: 1;
 top: .5em;
 left: 50%;
 margin-top: -50px;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 font-weight: 800;
 font-size: 200px;
 position: absolute;
 width: 100%;
 color: #f7f7f7;
 text-transform: uppercase
}

.heading-wrap .back-text-dark {
 color: #f2f2f2!important
}

.lead {
 font-size: 16px
}

.testimonial p {
 font-size: 20px;
 color: #000
}

.testimonial .author img {
 width: 80px;
 height: 80px;
 border-radius: 50%
}

.testimonial .author .author-info {
 margin-top: 20px
}

.testimonial .author h4 {
 font-size: 18px;
 margin-bottom: 0
}

.testimonial .author p {
 color: #cccccc;
 font-size: 14px
}

.blog,
.sched {
 display: block;
 background-color: #fff
}

.blog .bg-image,
.blog .text,
.sched .bg-image,
.sched .text {
 width: 100%
}

@media (min-width:992px) {
 .blog .bg-image,
 .blog .text,
 .sched .bg-image,
 .sched .text {
     width: 50%
 }
}

.blog h3,
.sched h3 {
 font-size: 20px
}

.blog .text,
.sched .text {
 padding: 30px
}

.blog .sched-time,
.sched .sched-time {
 font-size: 13px;
 color: #999999
}

.blog .bg-image,
.sched .bg-image {
 background-size: cover;
 background-position: center center
}

@media (max-width:991px) {
 .blog .bg-image,
 .sched .bg-image {
     height: 200px
 }
}

@media (min-width:768px) {
 .blog {
     margin-bottom: 30px
 }
}

.blog .bg-image,
.blog .text {
 width: 100%
}

@media (min-width:992px) {
 .blog .bg-image,
 .blog .text {
     width: 100%
 }
}

.blog .bg-image {
 height: 300px
}

.custom-icon {
 font-size: 70px;
 color: #ff7404
}

.owl-carousel .owl-item {
 -webkit-transition: .3s all ease-in-out;
 -o-transition: .3s all ease-in-out;
 transition: .3s all ease-in-out;
 opacity: .2
}

.owl-carousel .owl-item.active {
 opacity: 1
}

.owl-carousel .owl-nav {
 position: absolute;
 top: 50%;
 width: 100%
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 margin-top: -10px;
 opacity: 1;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.owl-carousel .owl-nav .owl-next:active,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:hover {
 outline: none;
 opacity: 1
}

.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel .owl-nav .owl-prev span:before {
 font-size: 40px
}

.owl-carousel .owl-nav .owl-prev {
 left: 30px!important
}

.owl-carousel .owl-nav .owl-next {
 right: 30px!important
}

.owl-carousel .owl-dots {
 text-align: center
}

.owl-carousel .owl-dots .owl-dot {
 width: 10px;
 height: 10px;
 margin: 5px;
 border-radius: 50%;
 background: none;
 background: #fff;
 opacity: .5
}

.owl-carousel .owl-dots .owl-dot.active {
 opacity: 1
}

.owl-carousel.centernonloop2 .owl-dots,
.owl-carousel.centernonloop .owl-dots {
 margin-top: 50px
}

.owl-carousel.centernonloop2 .owl-dots.disabled,
.owl-carousel.centernonloop .owl-dots.disabled {
 display: block!important
}

.owl-carousel.centernonloop2 .owl-dots .owl-dot,
.owl-carousel.centernonloop .owl-dots .owl-dot {
 display: inline-block
}

.owl-carousel.centernonloop2 .owl-dots .owl-dot>span,
.owl-carousel.centernonloop .owl-dots .owl-dot>span {
 display: inline-block;
 width: 7px;
 height: 7px;
 background: #ccc;
 -webkit-transition: .3s all ease-in-out;
 -o-transition: .3s all ease-in-out;
 transition: .3s all ease-in-out
}

.owl-carousel.centernonloop2 .owl-dots .owl-dot.active>span,
.owl-carousel.centernonloop .owl-dots .owl-dot.active>span {
 background: #ff7404;
 -webkit-box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
 box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3)
}

.owl-carousel.centernonloop2 .owl-dots .owl-dot:active,
.owl-carousel.centernonloop2 .owl-dots .owl-dot:focus,
.owl-carousel.centernonloop .owl-dots .owl-dot:active,
.owl-carousel.centernonloop .owl-dots .owl-dot:focus {
 outline: none
}

.owl-carousel.home-slider,
.owl-carousel.home-slider-loop-false {
 z-index: 1;
 position: relative
}

.owl-carousel.home-slider-loop-false .btn-link,
.owl-carousel.home-slider .btn-link {
 color: #fff
}

.owl-carousel.home-slider-loop-false .owl-nav,
.owl-carousel.home-slider .owl-nav {
 opacity: 0;
 visibility: hidden;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.owl-carousel.home-slider-loop-false .owl-nav button,
.owl-carousel.home-slider .owl-nav button {
 color: #fff
}

.owl-carousel.home-slider-loop-false:focus .owl-nav,
.owl-carousel.home-slider-loop-false:hover .owl-nav,
.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
 opacity: 1;
 visibility: visible
}

.owl-carousel.home-slider-loop-false .slider-item,
.owl-carousel.home-slider .slider-item {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 height: calc(100vh);
 min-height: 1000px;
 position: relative
}

.owl-carousel.home-slider-loop-false .slider-item:before,
.owl-carousel.home-slider .slider-item:before {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.2);
 content: ""
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text,
.owl-carousel.home-slider .slider-item .slider-text {
 color: #fff;
 height: calc(100vh);
 min-height: 1000px
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text .child-name,
.owl-carousel.home-slider .slider-item .slider-text .child-name {
 font-size: 40px;
 color: #fff
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text h1,
.owl-carousel.home-slider .slider-item .slider-text h1 {
 font-size: 5rem;
 color: #fff;
 line-height: 1.2;
 font-weight: 800!important
}

@media (max-width:991px) {
 .owl-carousel.home-slider-loop-false .slider-item .slider-text h1,
 .owl-carousel.home-slider .slider-item .slider-text h1 {
     font-size: 40px
 }
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text p,
.owl-carousel.home-slider .slider-item .slider-text p {
 font-size: 20px;
 line-height: 1.5;
 font-weight: 300;
 color: white
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text a,
.owl-carousel.home-slider .slider-item .slider-text a {
 color: #fff;
 text-decoration: underline
}

.owl-carousel.home-slider-loop-false .slider-item .slider-text .btn,
.owl-carousel.home-slider .slider-item .slider-text .btn {
 text-decoration: none
}

.owl-carousel.home-slider-loop-false.inner-page .slider-item,
.owl-carousel.home-slider.inner-page .slider-item {
 height: calc(50vh - 117px);
 min-height: 550px
}

.owl-carousel.home-slider-loop-false.inner-page .slider-item .slider-text,
.owl-carousel.home-slider.inner-page .slider-item .slider-text {
 color: #fff;
 height: calc(50vh - 117px);
 min-height: 550px
}

.owl-carousel.home-slider-loop-false .owl-dots,
.owl-carousel.home-slider .owl-dots {
 position: absolute;
 bottom: 200px;
 width: 100%
}

.owl-carousel.home-slider-loop-false .owl-dots .owl-dot,
.owl-carousel.home-slider .owl-dots .owl-dot {
 width: 10px;
 height: 10px;
 margin: 5px;
 border-radius: 50%;
 border: 2px solid rgba(255, 255, 255, 0.5);
 outline: none!important;
 position: relative;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active,
.owl-carousel.home-slider .owl-dots .owl-dot.active {
 border: 2px solid white
}

.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active span,
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
 background: white
}

.owl-carousel.major-caousel .owl-stage-outer {
 padding-top: 30px;
 padding-bottom: 30px
}

.owl-carousel.major-caousel .owl-nav .owl-next,
.owl-carousel.major-caousel .owl-nav .owl-prev {
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
 color: #495057
}

.owl-carousel.major-caousel .owl-nav .owl-next:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-prev:hover {
 color: #868e96;
 outline: none
}

.owl-carousel.major-caousel .owl-nav .owl-next.disabled,
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled {
 color: #dee2e6
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
 left: -60px!important
}

.owl-carousel.major-caousel .owl-nav .owl-next {
 right: -60px!important
}

.owl-carousel.major-caousel .owl-dots {
 bottom: -30px!important;
 position: relative
}

.slider-item {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 height: calc(100vh);
 min-height: 700px;
 position: relative
}

.slider-item:before {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.2);
 content: ""
}

.slider-item .slider-text {
 color: #fff;
 height: calc(100vh);
 min-height: 700px
}

.slider-item .slider-text .child-name {
 font-size: 40px;
 color: #fff
}

.slider-item .slider-text h1 {
 font-size: 5rem;
 color: #fff;
 line-height: 1.2;
 font-weight: 800!important
}

@media (max-width:991px) {
 .slider-item .slider-text h1 {
     font-size: 40px
 }
}

.slider-item .slider-text p {
 font-size: 20px;
 line-height: 1.5;
 font-weight: 300;
 color: white
}

.slider-item .slider-text a {
 color: #fff;
 text-decoration: underline
}

.slider-item .slider-text .btn {
 text-decoration: none
}

.slider-wrap {
 position: relative
}

.slider-wrap:after {
 content: "";
 width: 100%;
 height: 220px;
 background: #fff;
 z-index: 1;
 bottom: -210px;
 background-color: #f8f9fa;
 left: 0;
 position: absolute;
 -webkit-transform: skewY(-6deg);
 -ms-transform: skewY(-6deg);
 transform: skewY(-6deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 transform-origin: top left
}

.slider-wrap.no-slanted:after {
 display: none
}

.owl-custom-nav {
 float: right;
 position: relative;
 z-index: 10
}

.owl-custom-nav .owl-custom-next,
.owl-custom-nav .owl-custom-prev {
 padding: 10px;
 font-size: 30px;
 background: #ccc;
 line-height: 0;
 width: 60px;
 text-align: center;
 display: inline-block
}

.section {
 padding: 15em 0;
 position: relative;
 z-index: 2
}

.section-subscribe {
 padding: 2em 0
}

.quote-content {
 max-width: 350px;
 font-size: 16px;
 color: #000;
 font-style: italic;
 position: relative;
 display: table
}

@media (max-width:991px) {
 .quote-content {
     max-width: 100%
 }
}

.quote-content .quote,
.quote-content .text {
 display: table-cell;
 vertical-align: top
}

.quote-content .quote {
 font-size: 100px;
 line-height: .5;
 z-index: 0
}

.quote-content .text {
 padding-left: 40px;
 line-height: 2
}

.quote-content.float-right {
 position: relative;
 margin-left: 2em;
 margin-right: -10em
}

@media (max-width:991px) {
 .quote-content.float-right {
     margin-left: 0em;
     margin-right: 0em;
     float: none!important
 }
}

.quote-content.float-left {
 position: relative;
 margin-right: 2em;
 margin-left: -10em
}

@media (max-width:991px) {
 .quote-content.float-left {
     margin-right: 0em;
     margin-left: 0em;
     float: none!important
 }
}

.form-wrap {
 background: #fff;
 padding: 50px;
 -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
 box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5)
}

.form-wrap h2 {
 font-size: 18px;
 text-transform: uppercase;
 color: #000;
 letter-spacing: .1em;
 margin-bottom: 40px
}

.form-wrap.overlap {
 z-index: 99;
 position: relative;
 margin-top: -10em
}

.form-wrap.primary {
 background: #ff7404
}

.form-wrap.warning {
 background: #ffc107
}

.form-wrap.primary h2,
.form-wrap.warning h2 {
 color: #fff
}

.form-wrap.primary .form-control,
.form-wrap.warning .form-control {
 border: 2px solid transparent
}

.form-wrap.primary input[type=submit],
.form-wrap.warning input[type=submit] {
 -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5)!important;
 box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5)!important
}

.select-wrap {
 position: relative
}

.select-wrap .select-arrow-icon {
 font-size: 20px;
 color: #000;
 position: absolute;
 right: 20px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%)
}

.select-wrap select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 height: 50px!important
}

.contact-form-contact-info p {
 margin-bottom: 30px;
 font-size: 20px;
 line-height: 1.5;
 color: #000
}

.contact-form-contact-info p .icon {
 top: -4px;
 position: relative;
 width: 0px;
 font-size: 30px;
 color: #ff7404
}

.load-more {
 display: block;
 padding: 40px;
 text-align: center;
 background: #e9ecef;
 color: #000;
 font-size: 20px
}

.load-more:hover {
 background: #ff7404;
 color: #fff
}

.cover_1 {
 background-size: cover;
 background-position: center center;
 padding: 7em 0
}

.cover_1 .sub-heading {
 color: rgba(255, 255, 255, 0.7);
 font-size: 22px
}

.cover_1 .heading {
 font-size: 50px;
 color: white;
 font-weight: 300
}

.heading {
 color: #000
}

.heading.border-bottom {
 position: relative;
 padding-bottom: 30px
}

.heading.border-bottom:before {
 bottom: 0;
 position: absolute;
 content: "";
 width: 50px;
 height: 2px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 background: #ff7404
}

.text-black {
 color: #000!important
}

.stretch-section .video {
 display: block;
 position: relative;
 -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
 box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5)
}

.media-feature {
 padding: 30px;
 -webkit-transition: .2s all ease-out;
 -o-transition: .2s all ease-out;
 transition: .2s all ease-out;
 background: #fff;
 z-index: 1;
 position: relative;
 border-bottom: 10px solid transparent;
 border-radius: 4px;
 font-size: 15px
}

.media-feature .icon {
 font-size: 60px;
 color: #ff7404
}

.media-feature h3 {
 font-size: 16px;
 text-transform: uppercase
}

.media-feature:focus,
.media-feature:hover {
 -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
 box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
 z-index: 2;
 border-bottom: 10px solid #ff7404
}

.media-custom {
 background: #fff;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
 margin-bottom: 30px;
 position: relative;
 top: 0
}

.media-custom .meta-post {
 color: #ced4da;
 font-size: 13px;
 text-transform: uppercase
}

.media-custom>a {
 position: relative;
 overflow: hidden;
 display: block
}

.media-custom .meta-chat {
 color: #ced4da
}

.media-custom .meta-chat:hover {
 color: #868e96
}

.media-custom img {
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.media-custom:focus img,
.media-custom:hover img {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1)
}

.media-custom .media-body {
 padding: 30px
}

.media-custom .media-body h3 {
 font-size: 20px
}

.media-custom .media-body p:last-child {
 margin-bottom: 0
}

.list-unstyled.check li {
 position: relative;
 padding-left: 30px;
 line-height: 1.3;
 margin-bottom: 10px
}

.list-unstyled.check li:before {
 color: #5AC8D8;
 left: 0;
 font-family: "Ionicons";
 content: "\f122";
 position: absolute
}

#modalAppointment .modal-content {
 border-radius: 0;
 border: none
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
 padding: 40px
}

@media (max-width:991px) {
 .img-md-fluid {
     max-width: 100%
 }
}

.site-footer {
 position: relative;
 z-index: 5;
 padding: 5em 0
}

.site-footer:before {
 content: "";
 width: 100%;
 height: 240px;
 z-index: -1;
 top: 0px;
 background-color: #fff;
 left: 0;
 position: absolute;
 -webkit-transform: skewY(-6deg);
 -ms-transform: skewY(-6deg);
 transform: skewY(-6deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 transform-origin: top left
}

.site-footer p:last-child {
 margin-bottom: 0
}

.site-footer h3 {
 font-size: 16px;
 margin-bottom: 20px;
 font-weight: bold
}

.site-footer .footer-link li {
 line-height: 1.5;
 margin-bottom: 15px
}

.site-footer hr {
 width: 100%
}

.footer-social a {
 line-height: 0;
 border-radius: 50%;
 margin: 0 5px 5px 0;
 border: 1px solid rgba(255, 255, 255, 0.1);
 width: 30px;
 height: 30px;
 text-align: center;
 display: inline-block
}

.footer-social a:hover {
 background: #fff;
 border-color: #fff;
 color: #000
}

.link-thumbnail {
 display: block;
 position: relative;
 overflow: hidden;
 text-align: center
}

@media (max-width:991px) {
 .link-thumbnail {
     margin-bottom: 30px
 }
}

.link-thumbnail img {
 position: relative;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease
}

.link-thumbnail .date {
 display: block;
 font-size: 12px;
 color: rgba(255, 255, 255, 0.4);
 text-transform: uppercase;
 margin-bottom: 10px
}

.link-thumbnail .icon {
 position: absolute;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
 z-index: 4;
 top: 50%;
 font-size: 30px;
 color: #fff;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 opacity: 0;
 visibility: hidden;
 margin-top: 30px
}

.link-thumbnail h3 {
 opacity: 0;
 visibility: hidden;
 position: absolute;
 bottom: -20px;
 left: 0;
 color: #fff;
 font-size: 18px;
 -webkit-transition: .5s all ease;
 -o-transition: .5s all ease;
 transition: .5s all ease;
 z-index: 10;
 left: 50%;
 display: block;
 width: 77%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%)
}

.link-thumbnail:before {
 opacity: 0;
 visibility: hidden;
 z-index: 2;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 content: "";
 background: rgba(0, 0, 0, 0.6);
 position: absolute
}

.link-thumbnail:hover h3 {
 opacity: 1;
 visibility: visible;
 bottom: 30px
}

.link-thumbnail:hover img {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1)
}

.link-thumbnail:hover .icon {
 opacity: 1;
 visibility: visible;
 margin-top: 0px
}

.link-thumbnail:hover:before {
 opacity: 1;
 visibility: visible
}

.border-t {
 border-top: 1px solid #f8f9fa
}

.copyright {
 font-size: 14px
}

.element-animate {
 opacity: 0;
 visibility: hidden
}

#loader {
 position: fixed;
 width: 96px;
 height: 96px;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 background-color: rgba(255, 255, 255, 0.9);
 -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
 box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
 border-radius: 16px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
 -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
 transition: opacity .2s ease-out, visibility 0s linear .2s;
 z-index: 1000
}

#loader.fullscreen {
 padding: 0;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
 background-color: #fff;
 border-radius: 0;
 -webkit-box-shadow: none;
 box-shadow: none
}

#loader.show {
 -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
 -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
 transition: opacity .4s ease-out, visibility 0s linear 0s;
 visibility: visible;
 opacity: 1
}

#loader .circular {
 -webkit-animation: loader-rotate 2s linear infinite;
 animation: loader-rotate 2s linear infinite;
 position: absolute;
 left: calc(50% - 24px);
 top: calc(50% - 24px);
 display: block;
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg)
}

#loader .path {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 -webkit-animation: loader-dash 1.5s ease-in-out infinite;
 animation: loader-dash 1.5s ease-in-out infinite;
 stroke-linecap: round
}

@-webkit-keyframes loader-rotate {
 to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg)
 }
}

@keyframes loader-rotate {
 to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg)
 }
}

@-webkit-keyframes loader-dash {
 0% {
     stroke-dasharray: 1, 200;
     stroke-dashoffset: 0
 }
 50% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -35px
 }
 to {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -136px
 }
}

@keyframes loader-dash {
 0% {
     stroke-dasharray: 1, 200;
     stroke-dashoffset: 0
 }
 50% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -35px
 }
 to {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -136px
 }
}

.bottom-slant-gray {
 position: relative
}

.bottom-slant-gray:after {
 content: "";
 width: 100%;
 height: 240px;
 background: #fff;
 z-index: -1;
 bottom: -200px;
 background-color: #f8f9fa;
 left: 0;
 position: absolute;
 -webkit-transform: skewY(-6deg);
 -ms-transform: skewY(-6deg);
 transform: skewY(-6deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 transform-origin: top left
}

.top-slant-white {
 position: relative;
 margin-top: -200px;
 z-index: -1
}

.top-slant-white:before {
 content: "";
 width: 100%;
 height: 240px;
 background: #fff;
 z-index: -1;
 top: 0px;
 background-color: #fff;
 left: 0;
 position: absolute;
 -webkit-transform: skewY(-6deg);
 -ms-transform: skewY(-6deg);
 transform: skewY(-6deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 transform-origin: top left
}

.top-slant-white2 {
 position: relative
}

.top-slant-white2:before {
 content: "";
 width: 100%;
 height: 240px;
 background: #fff;
 z-index: -1;
 top: 0px;
 background-color: #fff;
 left: 0;
 position: absolute;
 -webkit-transform: skewY(-6deg);
 -ms-transform: skewY(-6deg);
 transform: skewY(-6deg);
 -webkit-transform-origin: top left;
 -ms-transform-origin: top left;
 transform-origin: top left
}

.relative-higher {
 position: relative;
 z-index: 5
}

.service-block h3 {
 font-size: 1rem;
 text-transform: uppercase;
 letter-spacing: .2rem
}

.about_img_1 {
 margin-bottom: 30px
}

.wrap-icon {
 width: 80px;
 height: 80px;
 margin-bottom: 30px;
 border-radius: 50%;
 position: relative;
 display: block;
 background: #ff7404
}

.wrap-icon>span {
 font-size: 2rem;
 color: #fff;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%)
}

.comment-form-wrap {
 clear: both
}

.comment-list {
 padding: 0;
 margin: 0
}

.comment-list .children {
 padding: 50px 0 0 40px;
 margin: 0;
 float: left;
 width: 100%
}

.comment-list li {
 padding: 0;
 margin: 0 0 30px 0;
 float: left;
 width: 100%;
 clear: both;
 list-style: none
}

.comment-list li .vcard {
 width: 80px;
 float: left
}

.comment-list li .vcard img {
 width: 50px;
 border-radius: 50%
}

.comment-list li .comment-body {
 float: right;
 width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
 font-size: 20px
}

.comment-list li .comment-body .meta {
 text-transform: uppercase;
 font-size: 13px;
 letter-spacing: .1em;
 color: #ccc
}

.comment-list li .comment-body .reply {
 padding: 5px 10px;
 background: #e6e6e6;
 color: #000;
 text-transform: uppercase;
 font-size: 14px
}

.comment-list li .comment-body .reply:hover {
 color: #000;
 background: #e3e3e3
}

.search-form {
 background: #f7f7f7
}

.search-form .form-group {
 position: relative
}

.search-form .icon {
 position: absolute;
 top: 50%;
 right: 20px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%)
}
.post-meta {
 font-size: 13px;
 text-transform: uppercase;
 letter-spacing: .2em
}
.post-meta a {
 color: #fff;
 border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.sidebar-box {
 margin-bottom: 30px;
 padding: 25px;
 font-size: 15px;
 width: 100%;
 float: left;
 background: #fff
}
.sidebar-box:last-child {
 margin-bottom: 0
}
.sidebar-box h3 {
 font-size: 18px;
 margin-bottom: 15px
}
.categories li,
.sidelink li {
 position: relative;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px dotted #dee2e6;
 list-style: none
}
.categories li:last-child,
.sidelink li:last-child {
 margin-bottom: 0;
 border-bottom: none;
 padding-bottom: 0
}
.categories li a,
.sidelink li a {
 display: block
}
.categories li a span,
.sidelink li a span {
 position: absolute;
 right: 0;
 top: 0;
 color: #ccc
}
.categories li.active a,
.sidelink li.active a {
 color: #000;
 font-style: italic
}
/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */

.pictocookie {
    animation: wobble 2s ease 0s infinite normal forwards; }

.cc-window.cc-banner {
    width: 600px !important;
    border-radius: 10px; }
  
  .cc-color-override-1247188962.cc-window {
    padding: 10px; }
  
  .cc-banner.cc-bottom {
    left: auto !important;
    right: 20px;
    bottom: 20px; }
  
  .cc-color-override-1247188962.cc-window {
    background-color: white !important; }
  
  #footer-cookie {
    color: #242935 !important;
    max-height: 100% !important; }
  
  #footer-cookie a {
    color: #a0a0a0;
    font-weight: 200;
    font-size: 12px; }
  
  #footer-cookie h3 {
    font-size: 1rem !important;
    padding-top: 10px; }
  
  #footer-cookie p {
    font-size: 12px !important;
    line-height: 1.5 !important; }
  
  .btncookie {
    color: white !important;
    background: #000;
    margin-top: 12px;
    cursor: pointer;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
    border-radius: 9px;
    border: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 12px 10%;
    transition: 150ms ease-out; }
  
  .btncookie:hover {
    background: #000;
    color: #ffffff !important;
    border: 0px solid #ffffff !important; }
  
  #boutoncookie {
    display: grid !important; }

  a.cc-link {
    margin: auto !important;
    text-decoration: none; }
  
  #showparams .table {
    border-radius: 10px; }
  
  #showparams .table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    display: row;
    justify-content: center;
    font-size: 12px; }
  
  #showparams .table th {
    background: #000;
    color: #ffffff; }
  
  .params {
    width: 100%;
    height: 60px; }

