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

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

/*COULEURS : vert #f83636 / Marine #1d1d1b / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    /* background: url(../images/bg-palmier.png)no-repeat center top;
    background-size: cover; */
    color: #1f1f1f;
    background: #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;
    min-height: 50vh;
}
p {
    font-size: 15px;
}
/*//////////////GENERAL////////////*/
.alert-danger {
    color: #fff;
    background-color: #f83636;
    border-color: #f83636;
    margin: 12px 0;
    text-align: center;
}
a {
    color: #f83636;
}
a:hover {
    color: #000;
}
.estimation .block_info,
.alerte-email .block_info {
    background: #fff;
    border: 1px solid #f83636;
    border-top: 0;
    color: #000;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #f83636!important;
}

.beige {
    color: #f83636;
}

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

.btn-primary {
    color: #fff !important;
    background: #f83636;
    border-color: #f83636;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #1d1d1b !important;
}
.btn-primary:hover {
    color: #000 !important;
    background: transparent;
    border-color: #f83636;
    transition: all 0.3s ease-in-out;
}
.services .btn-primary:hover {
    color: #fff !important;
    background: transparent;
    border-color: #f83636;
    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:#f83636;
}
.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;
}
.bg-header{
    background: url(../images/bgimg.jpg);
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 0;
    height: 554px;
}
.baseline {
    text-align: right;
    z-index: 0;
    position: absolute;
    bottom: 300px;
    right: 20px;
    width: 100%;
}
.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 #f83636;
    border-bottom: 2px solid #f83636;
}

.bg-clip {
    clip-path: polygon(42% 0, 100% 0%, 100% 100%, 86% 100%);
    background: rgba(0,0,0,0.3);
    z-index: 0;
    height: 554px;
}

.header__logo ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.header__logo ul li{
    font-size: 17px;
    padding: 0 15px;
    color: #656462;
}
.header__logo ul li a{
    color: #656462;
}
.header__logo ul li i.ion-ios-telephone,
.header__logo ul li i{
    font-size: 20px;
    top: 2px;
    color: #656462;
}


.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
}
.nav-main li a {
    text-transform: uppercase;
    color: #000;
    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: 500;
}
.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: #f83636;
    -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: #1f1f1f;
    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: #f83636;
}
.header__logo{
    padding: 20px;
    width: 100%;
}


/* MOTEUR */
.search__form-item:nth-child(1), .search__form-item:nth-child(n+2) {
    width: calc(100% / 5 - 5px);
}




/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: url(../images/bg-services-gray2.jpg);
    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: #f83636;
}
.services .title-service{
    color: #fff;
}
.title-service-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: #fff;
}
.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #f83636;
}
.services .title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}
.service-txt{
    min-height: 165px;
    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: 300px;
    background: rgba(0,0,0,0.2);
}
.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: #f83636;
}
.marginauto {
    margin: auto;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background: #fff;
    color: #1f1f1f;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #1f1f1f;
}
.title-club:after{
    top: 50%;
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 20px;
    background: #1f1f1f;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
}
.club-btn {
    text-align: left;
}
.club .btn {
    text-align: center;
    padding:7px 70px;
}
.club .col-lg-6{padding-left:0px;}
/*//////////////NOS BIENS////////////*/
.nos-biens{
    background: #1f1f1f;
    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: #fff;
    border: 1px solid #f83636;
    border-top: 0;
    color: #000;
}
.block_info .btn-primary {
    color: #fff !important;
    background: #1f1f1f;
    border-color: #f83636;
    transition: all 0.3s ease-in-out;
}
.block_info .btn-primary:hover {
    color: #1f1f1f !important;
    background: transparent;
    border-color: #1f1f1f;
    transition: all 0.3s ease-in-out;
}
.prod_accueil {
    margin: 0;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #f83636;
    border-bottom: 2px solid #f83636;
    color: #000;
}
footer, footer a {
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
footer a:hover {
    color: #f83636;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}

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

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


/*//////////////LISTING////////////*/
.prod_listing > .listing_article article {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 30%);
}
.prod_listing .block_info {
    background: #fff;
    color: #000;
}
@media (min-width: 1025px) {
    .prod_listing .block_info {
        min-height: 320px;
    }    
}
.list-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.prod_listing > .listing_article article:hover {
    border-right: 1px solid #f83636;
}
.prod_listing .block_info a{
    color: #000;
}
.prod_listing .block_info a.btn{
    color: #fff;
}
.prod_listing .block_img {
    width: 50%;
}
.prod_listing .block_info {
    width: 50%;
}
.prod_listing .info_prix {
    font-size: 20px;
    font-weight: 700;
}
.prod_listing .description {
    font-size: 14px;
}
.list-crit {
    color: #f83636;
    margin: 5px 0;
    font-size: 18px;
}
.info_prix-hai {
    color: #5e5e5e;
}
.block_info {
    background: #f83636;
    color: #000;
}
.info_prix-hai, .info_numero {
    color: #cacaca;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
}
.list-ref {
    position: absolute;
    left: 0;
    top: auto;
    z-index: 150;
    background: rgba(0,0,0,0.5);
    font-size: 13px;
    color: #fff;
    padding: 5px;
    margin: 10px;
    bottom: 0;
}
.page-item {
    background: #f83636;
    margin: 0 2px;
}
.page-item a {
    color: #000;
}
.page-item.active {
    background: transparent;
}
.page-item.active .page-link {
    color: #fff;
}
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #dee2e6;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.detail_biens_sim .block_info {
    min-height: 100px;
}


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

.detail-info .table i {
    color: #f83636;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
#biens_similaires_annonce .block_etiquette {
    display: none;
}
.detail_calculette-notaire {
    color: #000;
}
.detail_calculette {
    color: #000;
}

/* //////////////AUTRES////////////// */
.page-heading, .administrable h1 span, .page_heading, .detail-description h3, .detail-dpe h2 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
    margin: 20px 0;
}
.page-heading::after, .administrable h1 span::after, .page_heading::after, .detail-description h3::after, .detail-dpe h2::after {
    content: "";
    display: block;
    position: relative;
    background: #f83636;
    height: 2px;
    width: 100px;
    margin: 15px 0;
}
.detail-nav li a {
    color: #fff;
}
.detail-nav-calcul > ul > li a {
    background: #f83636;
}
.detail .info_prix {
    font-size: 20px;
    color: #f83636;
}
.detail #biens_similaires_annonce .info_prix {
    color: #000;
}
.detail-nav > ul > li .btn i {
    top: 8px;
}

.equipier p {
    font-size: 18px;
    margin-top: 10px;
}

.dropdown-menu a {
    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;
    }
    .bloc_search {
        position: relative;
        background-color: transparent;
        padding: 23px 0px 8px 0px;
    }
}
@media (max-width: 991px) {
    .navbar-toggler:before {
        border-top: 2px solid #000;
    }
    .navbar-toggler:after {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    .service1.col-md-3, .service2.col-md-3, .service3.col-md-3 {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 31%!important;
        flex: 0 0 31%!important;
        max-width: 31%!important;
    }
    .service1, .service2, .service3 {
        min-height: 300px;
    }
    .header__logo {
        padding: 10px 0px;
    }
    .header__logo img {
        width: 250px;
    }
    .title-club, .title-service {
        font-size: 20px;
    }
    .title-club {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .club-txt {
        margin-bottom: 10px;
    }
    .prod_listing .description {
        font-size: 12px;
    }
    .prod_listing .block_info {
        width: 60%;
    }
    .detail-nav > ul, .detail-nav-calcul > ul {
        display: block;
    }
    .detail-nav li, .detail-nav-calcul ul li {
        width: 100%;
        margin: 5px 0;
    }
    .detail-nav > ul > li:nth-child(2) a, .detail-nav-calcul > ul > li:nth-child(2) a {
        border-right: 0;
        border-left: 0;
    }
    .detail #biens_similaires_annonce .info_prix {
        font-size: 16px;
        color: #000;
    }
    .list-more {
        bottom: -8px;
    }
    .content_page, .sidebar {
        width: 95%;
    }
    .ttl-big {
        font-size: 3.5em;
    }
    .baseline {
        bottom: 340px;
    }
    .bg-clip {
        clip-path: polygon(25% 0, 100% 0%, 100% 100%, 86% 100%);
    }
    .ttl-big.ttl-big-anim {
        line-height: 1.5;
    }
    .title-club:after {
        width: 50px;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .list-crit {
        font-size: 12px;
    }
    .prod_listing .block_info {
        min-height: 220px;
    }    
}
@media (max-width: 768px) {
    header ul.navbar-nav li a {
        color: #000;
    }
    .service1.col-md-3, .service2.col-md-3, .service3.col-md-3 {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 31%!important;
        flex: 0 0 31%!important;
        max-width: 31%!important;
    }
    h5 {
        font-size: 1rem;
    }

}
@media (max-width: 604px) {
    .header__logo {
        height: 140px;
    }
    .header__logo ul {
        left: 0;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .service1.col-md-3, .service2.col-md-3, .service3.col-md-3 {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .bg-clip {
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 86% 100%);
    }
    .baseline {
        right: 0px;
    }
    .service1, .service2, .service3 {
        min-height: 270px;
    }
    .title-service-header:before {
        top: 0;
        width: 0;
        height: 1px;
    }
    .margin-mobile-0 {
        margin: 0;
    }
    .prod_listing .block_img {
        width: 100%;
    }
    .prod_listing .block_info {
        width: 100%;
    }
    .list-crit {
        color: #000;
        margin: 10px 0 ;
    }
    .alerte-email .prod_home article,
    .estimation .prod_home article {
        width: 100%;
    }
    .contact .map img {
        max-width: 90%;
    }
}





/*// 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: 0;
        padding:10px;
        background-color: transparent;
    }
    .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;
    }
     #biens_similaires_annonce article {
        width: calc(100% / 3 - 8px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        flex-direction: inherit;
        margin-bottom: 25px;
    }
}
@media (max-width: 575.98px) {
    body {
        overflow-x: hidden;
    }
    .switch-txt {
        height: 60px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 3em;
    }
    .bloc_search {
        display: block;
        background-color: transparent;
        padding: 10px 0;
    }
    .search__form-item:nth-child(1), .search__form-item:nth-child(n+2) {
        width: 95%;
    }
    .btn-primary {
        margin-bottom: 10px;
    }
    .bg-header {
        background-position-x: 75%;
        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;
    }
    .bloc_search {
        bottom: -36px;
    }
    .bg-club img {
        margin-left: 0;
    }
    .prod_accueil article {
        width: 100%;
    }
    .service1, .service2, .service3 {
        min-height: 360px;
    }
    .service-txt {
        min-height: 200px;
    }
}

/* ============================================================================ */
/*                                      EQUIPE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .administrable .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .administrable .equipe ul li {
    position: relative;
    width: calc(25% - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }
  .administrable .equipe .p-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .administrable .equipe .border-equipe {
    padding: 0;
    margin: 15px;
    background:  #f83636;
  }
  .administrable .equipe .infos {
    text-align: center;
  }
  .administrable  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .administrable .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .administrable .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .administrable .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .administrable .equipe .rs-conseiller i {
    font-size: 25px;
    color: #f83636;
  }
  .agadministrableence .equipe ul.rs-conseiller li {
    margin: calc(0.7em * 2) 0.2em;
  }
  .administrable .equipe ul.rs-conseiller li:hover i {
    color: #f83636;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .administrable .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .administrable .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .administrable .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .administrable .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .administrable .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .administrable .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }