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

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

/*COULEURS : vert #575858 / Marine #343433 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #343433;
    font-size: 15px;
}
.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////////////*/

.rouge {
    color: #ae1613;
}
.gris {
    color: #575858;
}
.bleuclair {
    color: #575858;
}
a {
    color: #343433;
}
a:hover {
    color: #575858;
}
.ion-ios-telephone {
    color: #ae1613;
}
.header__logo .ion-ios-telephone {
    color: #ae1613;
    font-size: 22px;
    top: 3px;
}
.ion-location {
    color: #ae1613;
}
.ion-social-facebook {
    color: #ae1613;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #575858;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #575858!important;
}

.bandeaux {
    z-index: 1;
}
.white {
    color: #fff;
}
.alert-danger {
    color: #fff;
    background-color: #575858;
    border-color: #ae1613;
    text-align: center;
    margin: 5% auto;
}

/*//////////////BOUTONS////////////*/

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

/*//////////////HEADER////////////*/
.header__logo img { width: auto;}
.baseline-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.baseline{
    text-align: right;
    margin-top: 10px;
}
.switch-txt {
    height: 65px;
    overflow: hidden;
    color:#ae1613;
    text-shadow: #000000c7 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;
}
.switch-txt .switch-items li{
    text-transform: uppercase;
}
@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: 4em;
    font-weight: 900;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.3;
    color: #fff;
    text-shadow: #000000c7 2px 2px 3px;
}
.bg-header{
    background: none;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 554px;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 0; 
    color: #fff;
    text-shadow: #000000c7 2px 2px 3px;
}
.bg-header{
    background: transparent;
    width: 100%;
    padding: 0;
    /* height: 554px; */
}
#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;
}


.header-callto{
    display: flex;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 35px;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    position: relative;
    padding: 18px 0 0 0;
}
header .navbar {
    border-top: 2px solid #ae1613;
    border-bottom: 2px solid #ae1613;
    margin-bottom: 15px;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: #ae1613;
    bottom: 0;
    position: relative;
}
.nav-main li a {
    text-transform: capitalize;
    color: #343433;
    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: 15px;
    font-weight: 600;
}
.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: #fff;
    background: #575858;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.nav-main .dropdown-item {
    color: #575858!important;
}
.nav-main .dropdown-item:hover {
    color: #fff!important;
}
.dropdown-menu a:hover {
    background-color: #575858;
    color: #fff;
}
.header__logo img{    
    width: 600px;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: url(../images/bg-services-gray.jpg) center bottom;
    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;
}
.title-service-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: transparent;
}
.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;
    background: rgba(0,0,0,0.65);
    text-align: center;
}
.services .btn-primary {
    color: #ffffff !important;
    background: #ae1613;
    border-color: #ae1613;
    transition: all 0.3s ease-in-out;
}
.services .btn-primary:hover {
    color: #ffffff !important;
    background: #656462;
    border-color: #656462;
    transition: all 0.3s ease-in-out;
}
.service1 .btn, .service2 .btn, .service3 .btn{
    margin-left: 15px;
}
.service1 h3, .service2 h3, .service3 h3{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0px;
}
.strong-gold{
    color: #fff;
}


/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    font-size: 16px;
}
.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: #343433;
}
.logo-club {
    width: 250px;
    margin-bottom: 30px;
}
.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: #575858;
    margin-left: 0;
    margin-right: 0;
}
.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 rgba(255,255,255,0.35);
    border-top: 0;
    color: #fff;
}
.nos-biens .btn-primary {
    color: #ffffff !important;
    background: #ae1613;
    border-color: #ae1613;
    transition: all 0.3s ease-in-out;
}
.nos-biens .btn-primary:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #ae1613;
    transition: all 0.3s ease-in-out;
}



.estimation .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: 1px solid #ccc!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    margin-top: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #fff;
}



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

address {
    border-top: 2px solid #ae1613;
    border-bottom: 2px solid #ae1613;
    margin-top: 15px;
    font-size: 15px;
}
.index .ion-email {
    top: -3px;
}
footer, footer a {
    color: #575858;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #575858;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}

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

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


.page-heading, .administrable h1 span, .programme-neuf h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #ae1613;
    text-transform: uppercase;
}
.page-heading2 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    color: #343433;
    text-transform: inherit;
    text-transform: uppercase;
}

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

.list-crit {
    color: #ae1613;
    font-weight: 600;
    margin-top: 20px;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #575858;
}
.prod_listing > .listing_article article {
    border: 1px solid #ddd;
    border-right: 3px solid #ae1613;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}
.info_ville {
    color: #000;
    margin-left: 0px;
}
.index .info_ville {
    color: #fff;
    margin-left: 0px;
}
.prod_accueil .info_prix {
    margin: 20px 0 15px 0;
    padding: 0;
}
.info_type {
    font-size: 16px;
}
.prod_listing .block_info {
    width: 50%;
}
.prod_listing .info_prix {
    font-size: 19px;
    font-weight: 700;
    color: #ae1613;
}
.list-ref {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 150;
    background: #ae1613;
    font-size: 11px;
    color: #fff;
    padding: 5px;
}
.block_tri_list {
    height: 38px;
}
.prod_listing article .btn {
    height: 43px;
}


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

.detail-info .table i {
    color: #ae1613;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.detail h3, .detail-dpe h2, .detail_biens_sim .page_heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ae1613;
    margin-bottom: 20px;
    padding-bottom: 0;
}


/*//////////////PAGE PROGRAMME NEUF////////////*/
.programme-neuf h2 {
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf #localisation h2 {
    text-align: left;
}
.detail-bien ul {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.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: #ae1613;
}
.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 .detail-bien li {
    padding: 0 15px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #8fc033;
    color: #000;
}
.rwd-table {
    background: transparent;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table thead tr:nth-child(1),
.rwd-table tr:nth-child(2),
.rwd-table tr:nth-child(4),
.rwd-table tr:nth-child(6),
.rwd-table tr:nth-child(8),
.rwd-table tr:nth-child(10),
.rwd-table tr:nth-child(12),
.rwd-table tr:nth-child(14),
.rwd-table tr:nth-child(16),
.rwd-table tr:nth-child(18),
.rwd-table tr:nth-child(20),
.rwd-table tr:nth-child(22),
.rwd-table tr:nth-child(24),
.rwd-table tr:nth-child(26),
.rwd-table tr:nth-child(28),
.rwd-table tr:nth-child(30),
.rwd-table tr:nth-child(32),
.rwd-table tr:nth-child(34),
.rwd-table tr:nth-child(36),
.rwd-table tr:nth-child(38),
.rwd-table tr:nth-child(40),
.rwd-table tr:nth-child(42),
.rwd-table tr:nth-child(44),
.rwd-table tr:nth-child(46),
.rwd-table tr:nth-child(48),
.rwd-table tr:nth-child(50) {
    background: #e8e8e821;
}
.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: #8fc033;
    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;
}

.btn-secondary {
    width: auto;
    background: #333;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    height: auto;
}

@media (min-width: 1281px) {
    .service-txt {
        min-height: 130px;
    }
    .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) {
    .header__logo {
        width: 100%;
        margin: 30px auto;
        text-align: left;
    }
    .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 (min-width: 769px) {
    .search__form-item:nth-child(1),
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 5 - 6px);
    }
}
@media (max-width: 991px) {
    .header__logo {
        text-align: left;
        width: 100%;
        margin: 0 auto;
    }
    .header__logo img {
        width: 310px;
        margin: 20px;
    }
}
@media (max-width: 768px) {
    .ttl-big {
        font-size: 4em;
        margin-bottom: 0px;
    }
    .switch-txt {
        height: 78px;
    }
    .baseline {
        text-align: right;
        margin-top: 30px;
    }
    .index .carousel {
        z-index: 0;
        margin-bottom: 0;
    }
    .search__form-item:nth-child(1),
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 5 - 6px);
    }
    .service-txt {
        min-height: 270px;
        padding: 10px 5px;
        font-size: 15px;
    }
    .service-txt {
        min-height: 150px;
    }
    .nav-main li:hover, .dropdown-item.active {
        color: #575858;
        background: #fff;
    }
    .nav-main .dropdown-item:hover {
        color: #000!important;
    }    
    .dropdown-menu a:hover {
        background-color: transparent;
    }
    .prod_listing .block_img {
        width: 50%;
    }
    .prod_listing .block_info {
        width: 50%;
    }
    .list-crit {
        margin: 0;
    }
    .list-more {
        bottom: 0;
    }
    .description {
        font-size: 13px;
    }
    .detail-nav > ul, .detail-nav-calcul > ul {
        display: block;
        margin: 0;
    }
    .detail-nav li, .detail-nav-calcul ul li {
        width: 100%;
        margin: 5px 0;
    }
}
@media (max-width: 610px) {
    .service-txt {
        min-height: 100px;
    }
    .header__logo .text-right {
        text-align: center!important;
    }
    .search__form-item:nth-child(1),
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 6px);
    }
    .club .col-lg-6 {
        padding-left: 0;
    }
    .prod_listing .block_img {
        width: 100%;
    }
    .prod_listing .block_info {
        width: 100%;
    }
    .list-crit {
        margin: 10px 0;
    }
}

.validation { display: none;}




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

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 576.98px) and (max-width: 991.98px) {
    .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: 610px) {
    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;
    }
    .bg-header {
        background-position: center;
        background-size: cover;
        height: 260px;
    }
    .title-service-header {
        font-size: 17px;
    }
    .ttl-big {
        font-size: 2.5em;
    }
    .switch-txt {
        height: 56px;
    }
    .club .col-lg-6 {
        padding-left: 0px;
    }
    .club-txt {
        padding: 0 10px;
    }
    .row { margin: 0;}
}
