/*//////////////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=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Algerian';*/

@font-face {
    font-family: 'Algerian';
   font-style: normal;
   font-weight: normal;
   src: local('Algerian'), url('/assets/fonts/Algerian.woff') format('woff');
   }

/*COULEURS : vert #01aef3 / Marine #092327 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: url(/assets/images/bg-palmier.jpg) repeat center top;
    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////////////*/
.fancybox-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
}
a {
    color: #000;
}
a:hover {
    color: #01aef3;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #01aef3;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #01aef3!important;
}

.alert-danger {
    color: #000;
    background-color: #94ecd3;
    border-color: #94ecd3;
    text-align: center;
    margin: 2% auto 10% auto;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #01aef3;
    border-color: #01aef3;
    transition: all 0.2s ease-in-out;
}

.club .btn-primary:hover {
    color: #01aef3 !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #01aef3;
    transition: all 0.2s ease-in-out;
}
.btn-secondary {
    background: #333;
}
.carousel {
    z-index: 1;
    /* max-width: 75%; */
    margin: auto;
}

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 70px;
    overflow: hidden;
    color: #01aef3;
    font-size: 3.5rem;
}
.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: 2.5rem;
    font-weight: 500;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;
    font-family: 'Algerian';
}
.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: 500px;
}
.title-service-header{
    text-transform: initial;
    font-weight: 500;
    font-size: 2.3rem;
    margin-bottom: 10px; 
    color: #fff;
    font-family: 'Algerian';
}
.header-callto{
    display: flex;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #01aef3;
    border-bottom: 2px solid #01aef3;
    background: #01aef3;
    color: #fff;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: #01aef3;
    bottom: auto;
    position: relative;
}
.bloc_search .btn-primary {
    color: #ffffff !important;
    background: #01aef3;
    border-color: #fff;
}
.bloc_search .btn-primary:hover {
    color: #000 !important;
    background: #fff;
    border-color: #fff;
}
.nav-main li a {
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    background-size: 6px 6px;
    -webkit-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
}
.nav-main li:hover a{
    color: #000;
    -webkit-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    background-size: 6px 50px;
}
.nav-main li:hover {
    color: #000;
    background: #fff;
    -webkit-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s 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 li:hover,
.dropdown-menu a:hover{
    background-color: #01aef3;
    color: #fff!important;
}
.header__logo{
    padding: 20px;
    width: 100%;
}
.header__logo img {
    width: 180px;
}
.header__logo .ion-email,
.header__logo .ion-ios-telephone {
    font-size: 20px;
    top: 3px;
    position: relative;
    left: 0;
    margin-right: 5px;
}
.header__logo .logo-fb {
    width: 30px;
}
.bleuclair {
    color: #01aef3;
}
.nom-logo {
    font-family: 'Algerian';
    /* font-family: 'Algerian';*/
    color: #01aef3;
    font-size: 60px;
    line-height:1;
}
.header__logo p,
.header__logo a {
    font-size: 14px;
    font-weight: 500;
}

.bg-header {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 500px;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider/slider-01.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider/slider-02.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider/slider-03.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider/slider-04.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider/slider-05.jpg');
}

.baseline-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.baseline {
    text-align: right;
    margin-top: 0;
    background: rgba(0,0,0,0.4);
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    height: 500px;
    margin-right: 15px;
    display: flex;
    justify-content: end;
}
.baseline .title-service-header:before {
    display: none;
}

/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    /* background: url(../images/bg-services-gray2.jpg); */
    background: #94ecd3;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #000;
    padding: 15px;
    background-size: cover;
}
.title-service{
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Algerian';
}
.title-service-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: #000;
}
.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #000;
}
.service-txt{
    min-height: 210px;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid #000;
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 360px;
}
.service1 .btn, .service2 .btn, .service3 .btn{
    margin-left: 15px;
}
.service1 .btn-primary:hover, .service2 .btn-primary:hover, .service3 .btn-primary:hover{
    margin-left: 15px;
    color: #000!important;
}
.service1 h3, .service2 h3, .service3 h3{
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.strong-gold{
    color: #01aef3;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
}
.title-club{
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #01aef3;
    font-family: 'Algerian';
}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #01aef3;
}
.club .ion-email,
.club .ion-ios-telephone {
    font-size: 20px;
    top: 3px;
    position: relative;
    left: 0;
    margin-right: 5px;
}
.club .logo-fb {
    width: 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: transparent;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 20px;
}
.index .block_info {
    background: #01aef3;
    border: 1px solid #fff;
    border-top: 0;
    color: #fff;
}
.nos-biens .title-service {
    color: #01aef3;
}
.nos-biens .title-service:after {
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #01aef3;
}
.nos-biens .btn-primary {
    color: #ffffff !important;
    background: #01aef3;
    border-color: #fff;
}
.nos-biens .btn-primary2 {
    color: #000 !important;
    background: #fff;
    border-color: #01aef3;
}
.nos-biens .btn-primary2:hover {
    color: #fff !important;
    background: #01aef3;
    border-color: #01aef3;
}
.nos-biens .btn-primary:hover {
    color: #000 !important;
    background: #fff;
    border-color: #fff;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #01aef3;
    border-bottom: 2px solid #01aef3;
}

footer, footer a {
    color: #092327;
    transition: all 0.2s ease-in-out;
}
footer a:hover {
    color: #01aef3;
    transition: all 0.2s ease-in-out;
}
footer{
    margin-top:0px;
}

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

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


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

.list-crit {
    color: #000;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #01aef3;
}
[class*="listing-"] article .btn-primary:hover {
    color: #000 !important;
    background: #fff;
    border-color: #01aef3;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .prod_listing .block_info,
    .prod_listing .block_img {
        width: 50%;
    }    
}
.prod_listing > .listing_article article {
    background: #94ecd3;
    border: 1px solid rgba(0,0,0,0.2);
    border-right: 3px solid #94ecd3;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #333;
}
.prod_listing .block_info {
    background: transparent;
    color: #000;
}
.prod_listing .block_info a{
    color: #000;
}
.prod_listing .info_type, .prod_listing .list-crit, .prod_listing .block_info {
    font-size: 17px;
    font-weight: 600;
}
.prod_listing .description { font-size: 15px;}
.prod_listing .info_prix { margin-top: 10px;}
.prod_listing .block_info .btn-primary {
    color: #000 !important;
    background: transparent;
    border-color: #000;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}
.btn-secondary {
    background: #fff;
    color: #000!important;
}
.btn-secondary a{
    color: #000!important;
}



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

.detail-info .table i {
    color: #01aef3;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}

@media (min-width: 769px) {
    .detail-dpe {
        width: 100%;
    }    

    .detail .info_ville {
        font-size: 20px;
    }
    .detail-header .info_type {
        margin: 0;
        font-size: 18px;
    }
    .info_prix {
        font-size: 20px;
        font-weight: 600;
    }

}

.info_prix-hai {
    color: #000!important;
    font-size: 13px;
    font-weight: 500;
}  
.detail-dpe {
    margin-top: 0;
}
.detail .sidebar {
    color: #000;
    background: #01aef3;
    border-radius: 15px;
    padding: 15px!important;
    height: 100%;
    max-height: 520px;
}
.detail-info .table {
    font-size: 13px;
    font-weight: 500;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, 0.15);
}
.detail-info .table i {
    color: #fff;
}
.detail-nav .btn-primary {
    color: #000 !important;
    background: #fff;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
}
.detail-nav > ul > li .btn i {
    font-size: 15px;
    top: 8px;
}
.detail-nav-calcul > ul {
    display: block;
}
.detail-nav-calcul > ul > li {
    width: 100%;
    margin: 2px 0;
}
.detail-nav-calcul > ul > li a {
    width: 100%;
    font-size: 12px;
}
.detail-nav-calcul > ul > li:nth-child(2) a {
    border-right: 0;
    border-left: 0;
}
.detail-nav-calcul > ul > li a {
    background: #1c769e;
}
.detail-nav-calcul > ul > li a:hover {
    background: #fff;
    color: #000!important;
}
.detail h3, .detail-dpe h2, .detail .page_heading, .page-heading, .administrable h1 span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 20px;
    color: #01aef3;
    font-family: 'Algerian';
}
.detail h3:after, .detail-dpe h2:after, .detail .page_heading:after {
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #01aef3;
}
.detail-description {
    min-height: auto;
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.detail_biens_sim .block_info, .info_numero {
    background: #01aef3;
    color: #fff;
}


@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 (min-width: 768px) {
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 7 - 10px);
    }
}



.alerte-email .bootstrap-select{
    border: 1px solid #ccc!important;
    height: 41px;
}
.estimation .bootstrap-select>.dropdown-toggle.bs-placeholder {
    height: 38px !important;
    border-radius: 0 !important;
    margin-top: 0;
    border: 1px solid #ccc;
}

.content_page_admin, .main-content {
    background: #94ecd3!important;
    margin: 30px 0;
}
 .detail .main-content h3, .main-content .detail-dpe h2, .detail .main-content .page_heading, .main-content .page-heading {
    color: #000;
}



[class*="listing-"] .main-content,
[class*="listing"] .main-content {
    background: transparent!important;
    margin: 0;
}
.index .main-content {
    background: transparent!important;
}


/*// 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;
    }
    .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 screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search__form-item:nth-child(1) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 2 - 20px);
        margin-left: 10px;
    }
    .bg-club img {
        margin-left: 0;
    }
    .prod_accueil article {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header__logo img {
        width: 80px;
    }
    .nom-logo {
        font-size: 40px;
    }
    .header__logo p, .header__logo a {
        font-size: 12px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 340px;
    }
    .baseline {
        height: 340px;
        margin-right: 0;
    }
    .title-service-header, .ttl-big {
        font-weight: 100;
        font-size: 1.3rem;
    }
    .switch-txt {
        height: 52px;
        font-size: 2.5rem;
    }
    .bloc_search {
        bottom: 0;
        padding: 10px;
    }
    .index .carousel {
        margin-bottom: 0;
    }
    .search__form-item:nth-child(n+2), .search__form-item:nth-child(1) {
        width: calc(100% / 4 - 5px);
    }
     .search__form-item:nth-child(1) {
        margin-left: 0;
    }
    .title-club, .title-service, .nos-biens .title-service {
        font-size: 25px;
    }
    .service1, .service2, .service3 {
        min-height: 385px;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .detail .sidebar {
        margin: 0;
        max-height: 560px;
    }    
    .detail-nav > ul, .detail-nav-calcul > ul {
        display: block;
    }
    .detail-nav li {
        width: 100%;
    }
    .detail-nav > ul > li:nth-child(2) a {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        margin: 5px 0;
    }
    .detail h3, .detail-dpe h2, .detail .page_heading, .page-heading, .administrable h1 span {
        text-transform: uppercase;
        font-weight: 100;
        font-size: 23px;
        margin-bottom: 20px;
        color: #01aef3;
        font-family: 'Algerian';
    }
    .prod_listing .info_type, .prod_listing .list-crit, .prod_listing .block_info {
        font-size: 15px;
        font-weight: 600;
    }
    .prod_listing .description { font-size: 13px;}
}

@media (max-width: 610px) {
    .display-mobile {
        display: none;
    }
    .header__logo img {
        width: 55px;
    }
    .nom-logo {
        font-size: 30px;
    }
    .header__logo p, .header__logo a {
        font-size: 12px;
    }
    .header__logo {
        padding: 10px;
        width: 100%;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 200px;
        min-height: 200px;
    }
    .baseline {
        height: 200px;
        margin-top: 0;
    }
    .switch-txt {
        height: 35px;
        font-size: 1.8rem;
    }
    .title-service-header, .ttl-big {
        font-weight: 100;
        font-size: 1rem;
        margin-bottom: 0;
    }
    .search__form-item:nth-child(n+2), .search__form-item:nth-child(1) {
        width: calc(100% / 1 - 5px);
    }
    .search__form-item:nth-child(1) {
        margin-left: 10px;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    .detail .sidebar {
        max-height: 100%;
    }
    .test iframe {
        width: 350px!important;
    }
}