/* ======================================================= */
/*                         GENERAL                         */
/* ======================================================= */
body { 
    font-size: 14px;
}
.marginauto { margin: auto;}



/* ======================================================= */
/*                          INDEX                          */
/* ======================================================= */


.btn-simul {
    border: 1px solid #fff;
    padding: 0px 10px;
    margin-right: 5px;
    margin-top: 10px;
}
/* HEADER */
.index .wrapper {
    position: relative;
    height: 100vh;
    background: transparent;
}
.header {
    background: transparent;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
.moteur {
    display: none;
}
.index .moteur {
    display: block;
}
/* MENU */
#navbarSupportedContent .dropdown ::before {
    right: -17px;
}
/* section 1 */
.index .main-content {
    padding: 0;
    margin-top: 0;
}
.section {
    padding: 2rem;
}
.index .produits {
    padding-right: 15px;
    padding-left: 15px;
}
.prod_accueil {
    margin: auto;
}
.prod_accueil article {
    margin: auto 15px;
}
.titre-section {
    font-size: 3em;
    line-height: 1;

}
.titre-section span{
    font-weight: 700;
    text-transform: uppercase;
    color: #f8e400;
}
.titre-section::after {
    content: "";
    display: block;
    position: relative;
    background: #121f28;
    height: 4px;
    width: 60px;
    margin: 15px 0;
}

.prod_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    flex-wrap: nowrap;
}

.lafficheur li:hover, .lafficheur li.active {
    background-color: #f8e400!important;
}
.prod_accueil .block_info {
    z-index: 0;
    padding: 10px;
    text-align: center;
    margin-top: -57px;
    min-height: auto;
    background: #ffffffc9;
    color: #121f28;
}

/* section 2 */
.btn-row2 {
    background: #2d404e;
    margin: 0 0 7px 0;
    vertical-align: middle;
    padding: 14px 10px;
  
}
.btn-row2:hover {
    background: #121f28;
}
.img-rond {
    border-radius: 50%;
}

/* section 3 */
.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: 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.card-img {
    width: 100%;
    border-radius: 0;
}
.cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    background: #ffffffc9;
    color: #121f28;
    width: 100%;
    height: 57px;
    -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;
    bottom: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 57px;
}
.cat-text {
    color: #121f28;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #f8e400;
    height: 2px;
    width: 80px;
    margin: 8px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
 .cat-text-small {
    color: #121f28;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    display: block;
}


/* LISTING */
.detail-biens-similaires { margin-top: 20px;}
.detail-biens-similaires .block_info {
    margin-top: -75px;
}
 .phrase {
     display: none; 
} 
.phrasea {
    display:block!important; position: absolute!important; z-index: 22!important; margin-left: 24%!important; margin-top: 48%!important; color: #f8e400!important; font-size: 42px!important;
} 

/* style="display:block; position: absolute; z-index: 22; margin-left: 24%; margin-top: 53%; color: #2d404e; font-size: 42px;" */
/* ======================================================= */
/*                       RESPONSIVE                        */
/* ======================================================= */

/* portable */
/* .prod_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */
.bloptel{
    color: #f8e400;
    font-size: 17px;
    position: absolute;
    z-index: 1;
    margin: 5% 1%;
}
@media (max-width: 767px){

    .bloptel{
        color: #f8e400;
    font-size: 31px;
    position: absolute;
    z-index: 1;
    margin-top: -6%;

    margin-left: 18%;
    }

    .lang {
        top: -16px!important;
        right: 5px;
    }
    .sidebar {
        display: block;
    }
    .prod_home .article-item {
        width: 50%!important;
        padding: 5px!important;
    }

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

@media (max-width: 768px){

    .estimation .btn {
        margin-top: -9px!important;
       
    }
    .navbar {
        padding-bottom: 35px;
        border-top: 0px solid #17a2b8;
        border-bottom: 0px solid #17a2b8;
    }
    .bloc_search {
        margin: 129px auto 40px auto;
        background-color: rgb(0 0 0 / 0%);
    }
    .navbar-collapse {
        margin-top: -117px;
    }
    .phrase {
        position: absolute;
    z-index: 22;
    /* margin-left: 24%; */
    margin-top: 53%;
    color: #2d404e;
    font-size: 22px;
    display: block;
    text-align:center;
    font-weight: 900;
    background: #ffffff94;
    }
    .phrasea{
        display: none!important;
    } 

    .navbar-toggler-icon {
         display: block; 
         color: #fff!important;
    }
    .navbar-light .navbar-toggler-icon {
         background-image: none;
    }
}

@media (max-width: 768px){
    .detail .content-page {
        width: 100%;
    }
}


@media (min-width: 992px) {
    header .navbar { 
        background: rgba(0,0,0,0.5); 
    }
    .list-inline-item:not(:last-child) { 
        margin-right: 0; 
    }
    .nav-main {
        padding: 0;
    }
    .nav-main li {
        padding: 0 10px;
    }
    .navbar-nav {
        margin-top: 0; 
    }
    .nav-main li a { 
        padding-bottom: 0; 
    }
    .header__logo { 
        width: 16%; 
    }
    .dropdown-menu { 
        margin-top: 0; 
    }
    .nav-main li a:hover {
        color: #f8e400 !important;
    }
    .nav-main li .dropdown-menu a:hover {
        color: #fff !important;
    }
}




@media (max-width: 991px){
    .navbar-toggler:before {
        border-top: 2px solid #000;
    }
    .navbar-toggler:before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #fff;
        right: 20px;
        top: 26px;
    }
}

/* @media (max-width: 991px) */




@media (max-width: 991px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index .produits {
        padding-right: 0;
        padding-left: 0;
    }
    .prod_accueil article {
        margin: 0 15px 15px 15px;
    }
    .titre-section {
        padding: 15px;
    }
    .prod_accueil .info_prix {
        line-height: 12px;
    }
    .search__form-item:nth-child(1) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 0px);
        margin-right: 0;
    }
    .search__form-item.c_valid {
        width: 100%;
    }
    .btn-row2 {
        margin: 0 7px 9px 15px;
    }
    .prod_accueil .info_ville {
        font-size: 11px;
    }
    .cat {
        margin: 15px 9px;
    }
}

@media (max-width: 768px) {
    .search__form-item:nth-child(n+2) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 10px);
        margin-left: 5px;
    }
    .search__form-item:nth-child(1) {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 560px) {
    .titre-section {
        font-size: 2.5em;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil .block_info {
        margin-top: -61px;
    }
    .img-rond {
        border-radius: 50%;
        width: 50%;
    }
    .btn-row2 div { text-align: center;}
}





/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    /* float: left; */
    background: #121f28 url(/assets/images/bgimg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.home-visuel-wrapper .video-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper {
    display: none;
}
.index .home-visuel-wrapper .video-wrapper {
    display: block;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

}

@media (max-width: 420px) {
    .home-visuel-wrapper {
        position: initial;
    }
}


/* accueil */

.btn-primary {
    color: #ffffff !important;
    background: #2d404e;
    border-color: #2d404e;
}

.btn-primary:hover {
    color: #ffffff !important;
    background: #121f28;
    border-color: #f8e400;
}

address ul li i {
    font-size: 17px;
    position: absolute;
    padding-right: 5px;
    top: -2px;
    color: #f8e400;
}

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #f8e400;
}

.prod_accueil .info_prix {
    margin: 5px 0 0 0;
    padding: 0;
    display: inline-block;
    text-align: right;
    width: 50%;
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #121f28;
}

.info_ville .tea {
    padding-right: 5px;
    color: #f8e400;
}


/* -------------------------------------------------------------------------------------------------------------- */
/*                                             PROGRAMME NEUF                                                     */
/* -------------------------------------------------------------------------------------------------------------- */
.listing-neuf .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 192px;
}
.listing-neuf .info_prix {
    margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
    display: flex;
}
/*.programme-neuf .carousel-control-next, .carousel-control-prev {*/
    /*background: rgba(143,192,51, 1);*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*top: 50%;*/
    /*-webkit-transition: all .3s ease-out;*/
    /*transition: all .3s ease-out;*/
    /*z-index: 30;*/
/*}*/
/*.programme-neuf .carousel-control-next:hover, .carousel-control-prev:hover {*/
    /*background: rgba(143,192,51, 1);*/
    /*width: 60px;*/
/*}*/
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
    padding-left: 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #f8e400;
}
.programme-neuf h2 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #f8e400;
    height: 2px;
    width: 150px;
    margin: 24px auto 0 auto;
}
.detail-bien ul {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px ;
}
.detail-bien ul li {
    margin: 0 20px;
}
.header-bien .like {
    text-align: center;
}
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #f8e400;
    color: #000;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}
.travaux {
    margin-bottom: 100px;
}
.travaux ul {
    padding: 20px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f8e400;
    background-color: #dddddd63;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
    border-top: 1px solid #ddd;
}
.detail_slide_thumbs {
    flex-wrap: wrap;
}