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

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

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

body {
    font-family: 'Open Sans', sans-serif;
    background: #242b59;
    color: #fff;
    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: #efe52c;
}
.bleu {
    color: #242b59;
}
a {
    color: #fff;
}
a:hover {
    color: #efe52c;
}
.ion-ios-telephone {
    color: #efe52c;
}
.ion-location {
    color: #efe52c;
}
.ion-social-facebook {
    color: #efe52c;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #242b59;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #fff!important;
}
.alert-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 75px 0;
}
.bandeaux {
    z-index: 1;
}
.white {
    color: #fff;
}
.alert-danger {
    color: #fff;
    background-color: #242b59;
    border-color: #efe52c;
    text-align: center;
    margin: 5% auto;
}

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

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

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:50px;
}
.baseline-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.baseline{
    text-align: right;
    margin-top: 40px;
}
.switch-txt {
    height: 95px;
    overflow: hidden;
    color:#fff;
    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;
}
@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.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: 800;
    font-size: 25px;
    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;
}
header .navbar {
    border-top: 2px solid #efe52c;
    border-bottom: 2px solid #efe52c;
    margin-bottom: 15px;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: #efe52c;
    bottom: 0;
    position: relative;
}
.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: 700;
}
.nav-main li:hover a{
    color: #242b59;
    -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: #242b59;
    background: #efe52c;
    -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 a:hover {
    background-color: #242b59;
    color: #fff!important;
}
.header__logo img{    
    width: 500px;
    margin: 10px 0;
}
.header__logo .logo_fnaim  img{
    width: 100px;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: #242b59;
    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: #343433;
}
.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 #efe52c;
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 390px;
    background: rgba(0,0,0,0);
    text-align: center;
}
.service1 .btn, .service2 .btn, .service3 .btn{
    margin-left: 15px;
}
.service1 .btn-primary, .service2 .btn-primary, .service3 .btn-primary {
    color: #000 !important;
    background: #efe52c;
    border-color: #efe52c;
    transition: all 0.3s ease-in-out;
}
.service1 .btn-primary:hover, .service2 .btn-primary:hover, .service3 .btn-primary:hover {
    color: #fff !important;
    background: transparent;
    border-color: #efe52c;
    transition: all 0.3s ease-in-out;
}
.service1 h3, .service2 h3, .service3 h3{
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding-left: 15px;
}
.strong-gold{
    color: #efe52c;
}


/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
}
.title-club{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #242b59;
}
.jaune {
    color: #efe52c;
}
.title-club:after{
    display: none;
}
.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: #242b59;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #efe52c;
    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: #000 !important;
    background: #efe52c;
    border-color: #efe52c;
    transition: all 0.3s ease-in-out;
}
.nos-biens .btn-primary:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #efe52c;
    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;
}




.imgadmin {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	max-height: 400px;
	max-width: 400px;
}
.administrable p {
	margin-bottom: 5px;
}


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

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

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

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


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


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

.list-crit {
    color: #efe52c;
    font-weight: 600;
    margin-top: 20px;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #242b59;
}
.prod_listing > .listing_article article {
    border: 1px solid #ddd;
    border-right: 3px solid #efe52c;
}
.info_ville {
    color: #242b59;
    margin-left: 10px;
}
.index .info_ville {
    color: #efe52c;
    margin-left: 0px;
}
.info_type {
    font-size: 16px;
}
article a,
article a:hover{
    color: #263586;
}
.prod_listing .block_info {
    width: 65%;
    color: #000;
}
.prod_listing > .listing_article article {
    border: 1px solid #dddddd;
    background: #fff;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 25%);
}
.prod_listing > .listing_article article:hover {
    border: 1px solid #dddddd;
}
[class*='listing-'] .info_prix {
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 19px;
}
.list-crit {
    color: #000;
    font-size: 15px;
    margin-top: 10px!important;
    font-weight: 600;
}


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

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

.detail_biens_sim  .block_info {
    border: 1px solid #ddd;
    min-height: 100px;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 25%);
}
.detail-nav li a {
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
}
.detail-nav  .btn-primary {
    color: #242b59 !important;
    background: #efe52c;
    border-color: #efe52c;
    transition: all 0.3s ease-in-out;
}
.detail-nav  .btn-primary:hover {
    color: #efe52c !important;
    background: transparent;
    border-color: #efe52c;
    transition: all 0.3s ease-in-out;
}
#dpedetail img {
    background-color: #fff;
}
.detail_biens_sim a,
.detail_biens_sim .block_info,
.detail_biens_sim article {
    color: #000!important;
}
.detail .info_prix-hai {
    color: #f9f9f9;
    font-size: 12px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, 0.2);
}
.estimation .block_info, .alerte-email .block_info {
    background: #f1f1f1;
    color: #000!important;
}
.breadcrumb-cms {
    padding: 0px 0 0 15px;
}
.action_bar > div:nth-child(1) {
    line-height: 1.5;
}

.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;
}

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

@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) {
    .header__logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .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: 991px) {
    .header__logo {
        width: 100%;
    }
    .header__logo img {
        width: 300px;
        margin: 10px 0;
    }
    .header__logo .logo_fnaim img {
        width: 60px;
    }
    .logo_fnaim {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .ttl-big {
        font-size: 3rem;
    }
    .switch-txt {
        height: 63px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 33vh;
    }
    .service1, .service2, .service3 {
        min-height: 430px;
    }
    .service-txt {
        min-height: 265px;
    }
}
@media (max-width: 610px) {
    .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;
        justify-content: center;
    }
    .baseline {
        text-align: right;
        margin-top: 0;
    }
}
@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: 2em;
    }
    .switch-txt {
        height: 40px;
    }
    .club .col-lg-6 {
        padding-left: 15px;
    }
    .row { margin: 0;}
    .header__logo img {
        width: 215px;
    }
    .header__logo .logo_fnaim img {
        width: 40px;
    }
    .logo_fnaim {
        position: absolute;
        right: 14px;
        top: 16px;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    .service1, .service2, .service3 {
        min-height: 230px;
    }
    .imgadmin {
        max-width: 100%!important;
    }
}

@media (min-width: 610px) {
    .logo_fnaim {
        position: absolute;
        right: 0;
        top: 40px;
    }    
}

.title-lolo {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 0; 
    color: #fff;
    text-shadow: #000000c7 2px 2px 3px;
}

.title-lolo:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}

.page2ref p, .ref p {
    text-align: justify;
}

.page2ref .btn-primary {
    background-color: #EEE42C !important;
    color:#242B59 !important;
    font-weight: bold !important;
}

.ref .btn-primary {
    background-color: #EEE42C !important;
    color:#242B59 !important;
    font-weight: bold !important;
}

.page2ref h2, .ref h2 {
    margin-bottom: 20px;
    color:#EEE42C;
}

.page2ref li {
    text-align: justify;
}