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

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

/*COULEURS : vert #62c72e / Marine #1781b0 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #092327;
}
.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: #1781b0;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #62c72e;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #62c72e!important;
}


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

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

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 80px;
    overflow: hidden;
    color:#62c72e;
}
.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.20;
}
.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: 10px; 
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #1781b0;
    border-bottom: 2px solid #1781b0;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: transparent;
    bottom: 0px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #182a3b;
    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: 13px;
}
.nav-main li:hover > a,
.nav-main li:focus > a,
.nav-main li:active > 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: #1781b0;
    -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: #1781b0;
    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,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #fff;
    color: #1781b0;
}
.header__logo{
    padding: 20px;
    width: 45%;
}
.prod_accueil {
    margin: 0;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    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: 30px;
    color: #1781b0;
    padding-bottom: 10px;
}
.title-service-header:before{
    top: 50%;
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -115px;
    background: #fff;
}
.title-service:after{
    bottom: 0;
    width: 80px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    background: #62c72e;
}
.service-txt{
    min-height: 220px;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1{
    background-image: url(../images/acheter.jpg);
}
.service2{
    background-image: url(../images/vendre.jpg);
}
.service3{
    background-image: url(../images/estimation.jpg);
}
.service1, .service2, .service3{
    border: 1px solid #fff;
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 450px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service1:after, .service2:after, .service3:after{
    position: absolute;
    content: '';
    background: rgba(17,127,183, 0.5);
    background: -o-radial-gradient(circle, rgba(17,127,183,0.5) 0%, rgba(0,35,58,0.5) 100%);
    background: radial-gradient(circle, rgba(17,127,183,0.5) 0%, rgba(0,35,58,0.5) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.service1 ul, .service2 ul, .service3 ul{z-index: 1;}
.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: #62c72e;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #1781b0;
    position: relative;
}
.title-club:after{
    bottom: 0;
    width: 80px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    background: #62c72e;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
    margin-right: 40px;
}
.club-txt p{
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

.club .btn {
    text-align: center;
    padding:7px 70px;
}
.club .col-lg-6{padding-left:0px;}
/*//////////////NOS BIENS////////////*/
.nos-biens{
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    background: rgb(168,233,0);
    background: -o-radial-gradient(circle, rgba(168,233,0,1) 0%, rgba(99,200,41,1) 100%);
    background: radial-gradient(circle, rgba(168,233,0,1) 0%, rgba(99,200,41,1) 100%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 15px;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.index .block_info {
    background: transparent;
    border: 1px solid #62c72e;
    border-top: 0;
    color: #1c6766;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #1781b0;
    border-bottom: 2px solid #1781b0;
    
}
footer, footer a {
    color: #182a3b;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #62c72e;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}
footer .row.align-items-center{
    background: rgb(17,127,183);
    background: -o-radial-gradient(circle, rgba(17,127,183,1) 0%, rgba(0,35,58,1) 100%);
    background: radial-gradient(circle, rgba(17,127,183,1) 0%, rgba(0,35,58,1) 100%);
    color: #fff;
}
footer .row.align-items-center a{
    color: #fff; 
}
/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #17a2b8;
}
.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: 0px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder {
    border: 1px solid #ccc;
}
#formestimation .dropdown-menu a {
    color: #ffffff;
}
#formestimation .dropdown-menu a:hover, #formestimation .dropdown-menu a:focus, #formestimation .dropdown-menu a:active {
    background-color: #fff;
    color: #1781b0;
}
#formrecherchedetaillee #prixmin, #formrecherchedetaillee #surfacemin {
    margin-bottom: 10px;
}
/*//////////////LISTING////////////*/

.list-crit {
    color: #17a2b8;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #17a2b8;
}
.page-link{
    color: #1781b0;
}
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1781b0;
    border-color: #1781b0;
}
.page_heading {
    font-weight: 600;
    margin-bottom: 25px;
}
.prod_listing > .listing_article article{
    background: transparent;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #fff;
    color: #1781b0;
}
.list-ref {
    background: #62c72e;
    color: #ffffff;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}
.block_etiquette {
    line-height: 15px;
}
/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #17a2b8;
}
.detail-nav-calcul > ul > li a {
    background: #1781b0;
}
.detail-nav-calcul > ul > li a:hover,
.detail-nav-calcul > ul > li a:focus,
.detail-info .detail-nav > ul > li a:hover,
.detail-info .detail-nav > ul > li a:focus,
.recherche-detaillee .btn-primary:hover,
.recherche-detaillee .btn-primary:focus {
    background: rgb(23,129,176);
    background: linear-gradient(90deg, rgba(23,129,176,1) 0%, rgba(98,199,46,1) 100%);
    color: #ffffff !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background: rgb(23,129,176);
    background: linear-gradient(90deg, rgba(23,129,176,1) 0%, rgba(98,199,46,1) 100%);
}
.presentation_bloc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}
@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;
    }
    .nav-main .dropdown-item{
        color: #fff;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #fff;
        color: #1781b0;
    }
    .col-lg-3.service1, .col-lg-3.service2,.col-lg-3.service3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .detail-info .detail-nav li a{
        color: #fff;
    }
}

@media (max-width: 991px){
    .header__logo {
        padding: 10px;
        width: 250px;
    }
    .prod_accueil article {
        border: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .club .btn {
        text-align: center;
        padding: 7px 20px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #ffffff;
    }
    .navbar-toggler:after{
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    header .navbar {
        background: rgb(23,129,176);
        background: linear-gradient(90deg, rgba(23,129,176,1) 0%, rgba(98,199,46,1) 100%);
    }
    header ul.navbar-nav li a {
        color: #ffffff;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #ffffff;
    }
}

/*// 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;
        width: 100%;
    }

    .prod_accueil article {
        width: auto;
        margin: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        flex-direction: inherit;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){
    .list-crit {
        margin-top: 10px;
    }
    .club-txt {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .club .presentation_bloc.col-lg-6 {
        padding-left: 15px;
    }
}
@media (min-width: 576px){
    .col-sm-12 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    }
}
@media (max-width: 575.98px) {
    body {
        overflow-x: hidden;
    }
    .switch-txt {
        height: 40px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 32px;
        line-height: 40px !important;
    }
    .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-left: 15px !important;
    }
    .bg-club img{
        width: 100%;
        margin-left: 0;
    }
    .title-service:after, .title-club:after {
        width: 50px;
    }
    .title-service-header {
        font-size: 20px;
        line-height: 25px;
    }
    .title-service {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .title-club {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .service1, .service2{
        margin-bottom: 20px;
    }
    .service3{
        margin-bottom: 0px;
    }
    .nos-biens h5 {
        font-size: 17px;
        padding: 10px;  
    }
    footer {
        margin-bottom: 0;
    }
    .title-service-header:before{
        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;
    }
    .bloc_search {
        bottom: -36px;
    }
    .bg-club img {
        margin-left: 0;
    }
    .prod_accueil article {
        width: 100%;
    }
}