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

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

/*COULEURS : vert #dbceb9 / Marine #000 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url(/assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #000; */
    background: #334049;
    color: #fff;
}

.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: #fff;
}
a:hover {
    color: #dbceb9;
}
.ion-ios-telephone {
    color: #dbceb9;
}
.ion-location {
    color: #dbceb9;
}
.ion-social-facebook {
    color: #dbceb9;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #dbceb9;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #dbceb9!important;
}
p {
    font-size: 15px;
}
.beige {
    color: #dbceb9;
}
hr {

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

.estimation .block_info, .alerte-email .block_info {
    background: #dbceb9;
}
.btn {

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

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

/*//////////////HEADER////////////*/
.baseline-top {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
}
.baseline{
    text-align: right;
    margin-top: 10px;
}
.switch-txt {
    height: 67px;
    overflow: hidden;
    color: #dbceb9;
    line-height: 1.3;
    text-shadow: #000 2px 2px 3px;
}
.switch-txt .switch-items {
    -webkit-animation: txt-switcher 2s ease-in-out 2s infinite alternate;
    animation: txt-switcher 2s ease-in-out 2s infinite alternate;
    animation-delay : 1s;
}
@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: 60px;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
    color: #dbceb9;
    text-shadow: #000 2px 2px 3px;
    font-size: 47px;
}
.bg-header{
    background: url(../images/slider/_image-2.jpg);
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 554px;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 0; 
    color: #fff;
    text-shadow: #000 2px 2px 3px;
}


.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #dbceb9;
    border-bottom: 2px solid #dbceb9;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgb(219 206 185);
    bottom: 0;
    position: relative;
}
.bloc_search .btn-primary {
    color: #dbceb9 !important;
    background: #334049;
    border-color: #334049;
    transition: all 0.3s ease-in-out;
}
.bloc_search .btn-primary:hover {
    color: #334049 !important;
    background: #dbceb9;
    border-color: #334049;
    transition: all 0.3s ease-in-out;
}
.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;
}
.nav-main li:hover a{
    color: #fff;
    -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: #334049;
    background: #dbceb9;
    -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: #334049;
    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: #dbceb9;
}
.header__logo{
    padding: 40px 0;
    width: 100%;
}
.header__logo p{
    font-size: 50px;
    padding: 0 35px;
    color: #dbceb9;
}
.header__logo img.logo-header{
    width: 150px;
}
.header__logo img.logo-fnaim{
    width: 100px;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url(/assets/images/slider/image-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url(/assets/images/slider/image-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url(/assets/images/slider/image-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url(/assets/images/slider/image-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/image-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: url(../images/bg-services-gray.jpg);
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px;
    background-position: bottom center;
}
.title-service{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #dbceb9;
}
.title-service-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: #dbceb9;
}
.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}
.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: 900;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.strong-gold{
    color: #dbceb9;
}


/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #334049;
}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #334049;
}
.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: #334049;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens .prod_accueil {
    width: 100%;
}
.nos-biens h5{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
}
.index .block_info {
    background: transparent;
    border: 1px solid #dbceb9;
    border-top: 0;
    color: #fff;
}


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

address {
    border-top: 2px solid #dbceb9;
    border-bottom: 2px solid #dbceb9;
}
footer, footer a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
footer a:hover {
    color: #dbceb9;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
    margin-bottom: 0;
}

/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #dbceb9;
}
.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: #dbceb9;
    color: #111;
}
.prod_listing a:hover {
    color: #111;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #fff;
}
.prod_listing > .listing_article article {
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
    background-color: #dbceb9;
}
.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: #000 !important;
    background: #dbceb9;
    border-color: #000;
    transition: all 0.3s ease-in-out;
}
article a {
    color: #000;
}


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

.detail-info .table i {
    color: #dbceb9;
}
.detail-nav-calcul > ul > li a {
    background: #dbceb9;
}
.info_prix-hai, .info_numero {
    color: #fff;
    font-size: 12px;
}
.detail-nav li a {
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
}
.page-link {
    color: #fff;
}
.page-item.active .page-link {
    color: #000000;
    background: #dbceb9!important;
}
#dpedetail img {
    background-color: #fff;
}

.page_heading, .detail-dpe h2, .detail h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dbceb9;
    margin-top: 40px;
}
.page_heading::after, .detail-dpe h2::after, .detail h3::after {
    content: "";
    display: block;
    position: relative;
    background: #dbceb942;
    height: 1px;
    width: 100%;
    margin: 5px 0 10px 0;
}
.detail-description {
    min-height: auto;
    margin: 20px 0;
}
.detail-dpe {
    width: 100%;
    margin: 20px 0;
}
.dpe-txt {
    font-size: 14px;
    margin: 10px 0;
}



/* AGENCE */
.encadre {
    border: 2px solid #dbceb9;
    padding: 20px;
    margin-bottom: 30px;
}
.encadre .page-heading{
    padding-bottom: 0;
}
.ion-android-arrow-dropright-circle {
    font-size: 18px;
    top: 2px;
}
.encadre a:hover {
    text-decoration: underline;
}


/* RESPONSIVE */
@media (min-width: 1281px) {
    .service-txt {
        min-height: 180px;
    }
    .service1, .service2, .service3 {
        min-height: 250px;
    }
}
@media (max-width: 1280px) {
    .service-txt {
        min-height: 220px;
    }
    .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: 0;
    }

    .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 #dbceb9;
    }
    .navbar-toggler:after {
        border-top: 2px solid #dbceb9;
        border-bottom: 2px solid #dbceb9;
    }
    .header__logo img {
        width: 240px;
    }
    .header__logo {
        padding: 15px 0px;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #dbceb9;
    }
    .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;
    }
    .header__logo p {
        font-size: 31px;
        padding: 0 25px;
    }
    .header__logo img.logo-header {
        width: 100px;
    }
    .header__logo img.logo-fnaim {
        width: 60px;
    }
    .ttl-big.ttl-big-anim {
        font-size: 34px;
    }
    .club .col-lg-6 {
        margin: auto;
    }
    .ma-widget-feedback.ma-widget-feedback--large {
        width: 200px!important;
        margin: auto;
    }
}
@media (max-width: 610px) {
    .title-service-header {
        font-size: 20px;
    }
    .bg-header {
        height: 330px;
        background-position-x: center;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #dbceb9;
    }
    .header__logo img {
        width: 140px;
    }
    .header__logo p {
        font-size: 21px;
        padding: 0;
        line-height: 1.2;
    }
    .service-txt {
        min-height: auto;
    }
    .ma-widget-feedback.ma-widget-feedback--large {
        width: 200px!important;
        margin: 36px auto;
    }
}