/*//////////////IMPORTS////////////*/

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(/assets/images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
}

.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: transparent;
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #000;
}
.ion-ios-telephone {
    color: #000;
}
.ion-location {
    color: #000;
}
/* .ion-social-facebook {
    color: #000;
} */
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #000;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #000!important;
}
p {
    font-size: 15px;
}
.beige {
    color: #000;
}
hr {

    border-top: 1px solid rgba(255,255,255,.3);
}
.bandeaux {
    z-index: 1;
}
.white {
    color: #fff;
}
.alert-danger {
    color: #fff;
    background-color: #000;
    border-color: #000;
    margin: 2% auto;
    text-align: center;
}
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #111;
}
.page-heading2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #111;
    text-align: center;
}
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #c4c4c4;
    height: 2px;
    width: 100px;
    margin: 5px 0;
}
.page-heading2::after {
    content: "";
    display: block;
    position: relative;
    background: #c4c4c4;
    height: 2px;
    width: 150px;
    margin: 5px auto;
}

.estimation .block_info, .alerte-email .block_info {
    background: #c4c4c4;
}
.estimation .bootstrap-select>.dropdown-toggle.bs-placeholder {
    height: 35px !important;
    border-radius: 0 !important;
    margin-top: 1px;
}
.btn {

    height: 40px;
}
.contact address ul li i {
    top: -2px;
}
.contact .ion-email {
    margin-top: -2px;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #fff !important;
    background: #000;
    border-color: #000;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #000 !important;
}
.btn-primary:hover {
    color: #000 !important;
    background: #fff;
    border-color: #000;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #000;
}
.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/
.baseline {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    left: auto;
    text-align: right;
    z-index: 2;
}
.baseline img {
    width: 175px;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 70%);
    border-radius: 50%;
}
.bg-clip {
    clip-path: polygon(116% 0, 100% 0%, 100% 100%, 41% 100%);
    background: rgba(0,0,0,0.4);
    z-index: 0;
    height: 490px;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    bottom: 0;
}
.switch-txt {
    height: 90px;
    overflow: hidden;
    color: #fff;
    line-height: 1.3;
    text-shadow: #000 2px 2px 2px;
}
.switch-txt .switch-items {
    -webkit-animation: txt-switcher 4s ease-in-out 4s infinite alternate;
    animation: txt-switcher 4s ease-in-out 4s infinite alternate;
    animation-delay : 2s;
}
@keyframes txt-switcher{
    0%, 40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%, 50% {
        -webkit-transform: translateY(-51%);
        transform: translateY(-51%);
    }
}
.ttl-big {
    font-size: 5em;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
    color: #fff;
}
/* .bg-header{
    background: url(../images/slider/_image-2.jpg);
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 554px;
} */
.bg-header{
    background: transparent;
    width: 100%;
    padding: 0;
    /* height: 554px; */
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url(/assets/images/slider/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url(/assets/images/slider/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url(/assets/images/slider/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url(/assets/images/slider/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.title-service-header{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0; 
    color: #fff;
    text-shadow: #000 2px 2px 2px;
}


.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #000;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: #fff;
    bottom: 0;
    position: relative;
    margin: 20px 0;
    padding: 23px 0px 8px 0px;
}
.search__form-item:nth-child(1) {
    margin-left: 0;
}
.search__form-item:nth-child(n+2) {
    width: calc(16.5% / 1 - 2px);
}
.nav-main li a {
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    background-size: 6px 6px;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
}
.nav-main li:hover a{
    color: #000;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background-size: 6px 50px;
}
.nav-main li:hover {
    color: #000;
    background: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 125px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
}
.dropdown-menu a:hover {
    background-color: #000;
    color: #fff;
}
.header__logo{
    padding: 20px 0;
    width: 100%;
}
.header__logo img{
    width: 150px;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.4) ),url(../images/bg-services-gray.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px;
}
.title-service{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
}
.nos-biens .title-service{
    color: #000;
}
.title-service-header:before{
    display: none;
}
.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}
.nos-biens .title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #333;
}
.service-txt{
    min-height: 270px;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid #fff;
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 390px;
}
.service1 .btn, .service2 .btn, .service3 .btn{
    margin-left: 15px;
}
.service1 h3, .service2 h3, .service3 h3{
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.strong-gold{
    color: #fdfdfd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
dl>dt {
    float: left;
    width: 30%;
    overflow: hidden;
    clear: left;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.col-table__value {
    text-align: right;
    font-size: 14px;
}
.encadre-blanc {
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 150px;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #000;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
}
.club-btn {
    text-align: center;
}
.club .btn {
    text-align: center;
    padding:7px 70px;
}
.club .col-lg-6{padding-left:0px;}
/*//////////////NOS BIENS////////////*/
.nos-biens{
    background: #c4c4c4;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens .prod_accueil {
    width: 100%;
}
.nos-biens h5{
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
    border: 1px solid #e9e9e9;
}
.index .block_info {
    background: #c4c4c4;
    border:0;
    border-top: 0;
    color: #000;
}
#select_tri {
    height: 39px;
}
.b_offre_en_cours, .b_exclu {
    background-color: #9db998;
}


/*//////////////FOOTER////////////*/

address {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
footer, footer a {
    color: #000;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
footer a:hover {
    color: #666666;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}
.vert {
    color: #666666;
}
footer .badge-os img {
    width: 75px;
    top: -12px!important;
}
.badge-os {
    background: #ececec;
    border-radius: 5px;
    padding: 0 0 5px 0;
    height: 100px;
}
.widget-opinion-system {
    height: 53px!important;
}
/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #000;
}
.bootstrap-select {
    border: 1px solid #ccc !important;
}
.form-style {
    height: 41px;
}
.alerte-email .form-group .dropdown-menu,
.estimation .form-group .dropdown-menu {
    background-color: #fff!important ;
}
.alerte-email .form-group .dropdown-menu a:hover,
.estimation .form-group .dropdown-menu a:hover {
    color: #fff!important;
}

/*//////////////LISTING////////////*/

.list-crit {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.block_info {
    background: #b5b5b5;
    color: #111;
}
.prod_listing a:hover {
    color: #111;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #000;
}
.prod_listing > .listing_article article {
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
    background-color: #b5b5b5;
}
.prod_listing .block_img,
.prod_listing .block_info{
    width: 50%;
}
.prod_listing .info_ville {
    font-size: 15px;
    color: #000;
}
.prod_listing .info_type {
    font-size: 18px;
}
.prod_listing .info_prix {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.prod_listing .btn-primary {
    color: #fff !important;
    background: #000;
    border-color: #000;
    transition: all 0.3s ease-in-out;
}
article a {
    color: #000;
}
article .description {
    min-height: 135px;
}


/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #000;
}
.info_prix-hai, .info_numero {
    color: #666666;
    font-size: 12px;
}
.detail-nav li a {
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
}
.page-link {
    color: #000;
}
.page-item.active .page-link {
    color: #fff;
    background: #000!important;
}
#dpedetail img {
    background-color: #fff;
}
.action_bar > div:nth-child(1) {
    line-height: 1;
}
.action_bar {
    justify-content: space-between;
}
.action_bar .row .col-12{
    padding: 0;
}
.page_heading, .detail h3 , .detail-dpe h2{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
}
.detail-dpe #dpedetail h2{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    font-style: italic;
}
.page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #c4c4c4;
    height: 1px;
    width: 100%;
    margin: 5px 0 10px 0;
}
.detail-description {
    min-height: auto;
    margin: 20px 0;
    background: #c4c4c43d;
    padding: 10px;
}
.detail-description h3 {
    margin-top: 0;
}
.detail-dpe {
    width: 100%;
    margin: 20px 0;
}
.dpe-txt {
    font-size: 14px;
    margin: 10px 0;
}



/* METIER */
.liste-references p{
    font-size: 14px!important;
    font-style: italic!important;
    color: #727272!important;
}


/* RESPONSIVE */
@media (min-width: 1281px) {
    .service-txt {
        min-height: 100px;
    }
    .service1, .service2, .service3 {
        min-height: 260px;
    }
}
@media (max-width: 1280px) {
    .service-txt {
        min-height: 100px;
    }
    .service1, .service2, .service3 {
        min-height: 250px;
    }
}
@media (min-width: 992px) {
    .nav-main {
        padding: 0;
        margin: 0;
    }
    .navbar {
        padding: 0;
        margin-bottom: 0px;
    }
    .nav-main li {
        text-align: center;
        padding: 10px 10px;
    }
    .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 560px) {
    .service-txt {
        min-height: 170px;
    }
}





/*// Extra small devices (portrait phones, less than 576px)*/

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 576.98px) and (max-width: 991.98px) {
    .bloc_search {
        bottom: -100px;
        padding:10px;
    }
    .container {
        max-width: 768px;
    }
    .bg-header {
        background-position-x: 30%;
    }
    .index .main-content {
        padding: 0px;
    }
    .club{
        padding-left: 15px;
        padding-right: 0;
    }
    .bg-club img{
        margin-left: -25%;
    }

    .prod_accueil article {
        width: auto;
        margin: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        flex-direction: inherit;
        margin-bottom: 25px;
    }
}
@media (max-width: 575.98px) {
    body {
        overflow-x: hidden;
    }
    .switch-txt {
        height: 65px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 4em;
    }
    .bloc_search {
        bottom: -10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-primary {
        margin-bottom: 10px;
    }
    .bg-header {
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .index .main-content {
        padding:0;
        margin-top: 0px;
    }
    .club{
        padding-left: 0;
    }
    .club .test{
        padding-left: 15px;
    }
    .bg-club{
        padding-right: 0px;
    }
    .bg-club img{
        width: 100%;
        margin-left: 0;
    }
    .title-service:after, .title-club:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-toggler:before {
        border-top: 2px solid #000;
    }
    .navbar-toggler:after {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    .header__logo img {
        width: 240px;
    }
    .header__logo {
        padding: 15px 0px;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #000;
    }
    .ttl-big {
        font-size: 3em;
    }
    .switch-txt {
        height: 55px;
    }
    .bg-header {
        background: url(../images/slider/_image-2.jpg);
        height: 430px;
        background-position-y: bottom;
    }
    .services {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service-txt {
        padding: 20px 10px;
    }
    .row {
        margin: 0;
    }
    .bloc_search {
        bottom: 0;
    }
    .title-service, .title-club {
        font-size: 20px;
    }
    .nos-biens h5 {
        font-size: 16px;
    }
    .info_ville {
        font-size: 13px;
    }
    .services h3 {
        font-size: 16px;
    }
    dl>dt {
        width: 100%;
    }
    .col-table__value {
        text-align: left;
        font-size: 12px;
    }
    .service1, .service2, .service3 {
        min-height: 440px;
    }
    .service-txt {
        min-height: 285px;
    }
    footer .liens_left {
        text-align: center;
        font-size: 12px;
        margin: 10px 0;
    }
    .prod_listing .info_type, .prod_listing .info_ville {
        font-size: 14px;
    }
    .list-crit {
        font-size: 14px;
        margin: 0;
    }
    article .description {
        min-height: 135px;
        font-size: 11px;
    }
    .list-crit hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .list-more {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    .prod_listing .block_info {
        min-height: 230px;
    }
    .detail-nav li, .detail-nav-calcul ul li {
        width: 100%;
        margin: 2px 0;
    }
    .detail-nav > ul, .detail-nav-calcul > ul {
        display: block;
    }
    .detail-nav > ul > li:nth-child(2) a, .detail-nav-calcul > ul > li:nth-child(2) a {
        border-right: 0;
        border-left: 0;
    }
}
@media (min-width: 611px) {
    .displaymobile {
        display: none;
    }
}
@media (max-width: 610px) {
    .title-service-header {
        font-size: 20px;
    }
    .bg-header {
        height: 30vh;
        background-position-x: center;
    }
    header ul.navbar-nav li a {
        color: #000;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #000;
    }
    .header__logo img {
        width: 240px;
    }
    .prod_home article {
        width: 100%;
        padding: 5px;
    }
    .custom-menu button {
        width: 200px;
        height: 200px;
    }
    .baseline img {
        width: 125px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 30vh;
    }
    .service-txt {
        min-height: 165px;
    }
    .service1, .service2, .service3 {
        min-height: 240px;
    }
    .prod_listing .block_img, .prod_listing .block_info {
        width: 100%;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 16px);
    }
    .search__form-item:nth-child(1) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 16px);
        margin-left: 10px;
    }
    .displaymobile {
        display: block;
    }
    .baseline {
        display: none;
    }
    .header__logo {
        display: flex;
        justify-content: space-around;
    }
    .header__logo .displaymobile img{
        max-width: 70px;
        width: 100%;
    }
}