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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Lato', sans-serif;
    background-color:#19181a ;
    /* background-image: url(/assets/images/bg-palme.png); */
    color: #d5d5d5!important;
    overflow-x: hidden;
    font-size: 16px;
}
p {
    font-size: 16px;
}

.alert-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 75px 0;
}

.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: #d5d5d5;
}
a:hover {
    color: #d5d5d5;
}
.ion-ios-telephone {
    color: #d5d5d5;
}
.ion-location {
    color: #d5d5d5;
}
.ion-social-facebook {
    color: #d5d5d5;
}
.alerte-email .block_info, .estimation .block_info, .alerte-email .block_info {
    background: transparent;
    border: 1px solid #fff;
    border-top: 0;
    color: #d5d5d5;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #fff!important;
}

.bandeaux {
    z-index: 1;
}
.white {
    color: #d5d5d5;
}

.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #d5d5d5;
    margin-top: 20px;
}
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 100px;
    margin: 10px 0 0 0;
}


.alert-danger {
    color: #000;
    background-color: #d5d5d5;
    border-color: #b3b3b3;
    text-align: center;
    margin: 4% auto;
}
/*//////////////BOUTONS////////////*/
.btn {
    padding: 0.58rem 0.75rem;
    height: 41px;
}
.btn-primary:hover {
    color: #000 !important;
    background: #fff;
    border-color: #d5d5d5;
    transition: all 0.2s ease-in-out;
}
.club .btn-primary:hover {
    border-color: #000 !important;
}
.btn-primary {
    color: #ffffff !important;
    background: #000;
    border-color: #d5d5d5;
    transition: all 0.2s ease-in-out;
}
.btn-secondary {
    background: #fff;
}
.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/
.header__logo img { width: 450px;}
.baseline-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.baseline{
    text-align: right;
    margin-top: 40px;
}
.switch-txt {
    height: 90px;
    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: 4.6em;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.2;
    color: #d5d5d5;
    text-shadow: #000000c7 2px 2px 3px;
}
 .bg-header{
    background: url(../images/slider/image-2.jpg)no-repeat;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #d5d5d5;
    padding: 15px;
    height: 490px;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 0; 
    color: #d5d5d5;
    text-shadow: #000000c7 2px 2px 3px;
}
/* .bg-header{
    background: transparent;
    width: 100%;
    padding: 0;
} */
#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;
}


.header-callto{
    display: flex;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 35px;
}
header .navbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: #19181a;
    bottom: 0;
    position: relative;
    padding: 23px 0 0 0;
}
.nav-main li a {
    text-transform: uppercase;
    color: #d5d5d5;
    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: 15px;
    font-weight: 300;
}
.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: #d5d5d5;
    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;
    padding: 1px;
}
.dropdown-menu a:hover {
    background-color: #000;
    color: #fff!important;
}
.header__logo{
    padding: 40px 0;
    width: 100%;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: #000;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #d5d5d5;
    padding: 15px;
    background-position: bottom center;
}
.title-service{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #d5d5d5;
}
.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: #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;
}
.service1 .btn, .service2 .btn, .service3 .btn{
    margin-left: 15px;
}
.service1 h3, .service2 h3, .service3 h3{
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.strong-gold{
    color: #d5d5d5;
}
.services .content .btn-primary {
    line-height: 1;
}
.services .content .btn-primary i{
    font-size: 24px;
    top: -2px;
}
.services .content .btn-primary:hover i{
    color: #000;
}

/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background: #fff;
    color: #000;
}
.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: #000;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
}
.club-btn {
    text-align: center;
}
.club .btn {
    text-align: center;
}
.club .col-lg-6{padding-left:0px;}
/*//////////////NOS BIENS////////////*/
.nos-biens{
    background: transparent;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #d5d5d5;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
}
.index .block_info {
    background: #fff;
    border: 1px solid #fff;
    border-top: 0;
    color: #000;
}



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

address {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
footer, footer a {
    color: #d5d5d5;
    transition: all 0.3s ease-in-out;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
}
footer a:hover {
    color: #d5d5d5;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}
address ul li i.ion-ios-telephone {
    font-size: 17px;
    position: relative;
    padding-right: 5px;
    top: 1px;
}
address ul li a {
    position: relative;
    top: -3px;
}
address ul {
    padding: 5px 0;
}
address ul li span:last-child {
    padding-left: 20px;
    top: 2px;
}
.logo-unis {
    margin: 20px 0;
    width: 180px;
}
/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #17a2b8;
}
.bootstrap-select {
    border: 1px solid #ccc !important;
}
.form-style {
    height: 41px;
}
.alerte-email .form-group .dropdown-menu,
.estimation .form-group .dropdown-menu {
    background-color: #fff!important ;
}
.alerte-email .form-group .dropdown-menu a:hover,
.estimation .form-group .dropdown-menu a:hover {
    color: #fff!important;
}

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

.list-crit {
    color: #d5d5d5;
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
}
.block_info {
    background: #000;
    color: #d5d5d5;
}
#biens_similaires_annonce .block_info{
    background: #000;
}
#biens_similaires_annonce .info_numero {
    color: #d5d5d5;
    font-size: 12px;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #fff;
}
.prod_listing > .listing_article article {
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
    background-color: #000;
    border-right: 3px solid #000;
}
.prod_listing .block_img,
.prod_listing .block_info{
    width: 50%;
}
article .list-ref {
    position: absolute;
    left: 10px;
    top: auto;
    z-index: 150;
    background: #000;
    font-size: 10px;
    color: #d5d5d5;
    padding: 5px;
    bottom: 10px;
}
article .btn i {
    font-size: 25px;
    color: #000;
    top: -7px;
    right: 1px;
}
article a {
    color: #fff!important;
}
article a:hover {
    text-decoration: none;
}
.block_etiquette {
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    left: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: scale(1) rotate(-45deg) translate(0px);
    transform: scale(1) rotate(0deg) translate(0px);
    width: 200px;
    z-index: 1;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #ffffff77;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    position: relative;
    color: #d5d5d5;
}

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

.detail-info .table i {
    color: #a1a1a1;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.detail-dpe {
    width: 100%;
}
.detail .info_prix-hai{
    color: #d5d5d5;
    font-size: 12px;
}
.detail-nav > ul > li:nth-child(2) a,
 .detail-nav .btn-primary {
    border: 1px solid #ffffff!important;
}
#dpedetail img {
    background-color: #d5d5d5;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, 0.7);
}
.detail-info .table {
    font-size: 14px;
}
.detail_slide_thumbs > li {
    margin: 5px;
}

@media (min-width: 1281px) {
    .service-txt {
        min-height: 190px;
    }
    .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) {
    .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) {
    .displaynone { display: none;}
    .bg-header {
        height: 330px;
        background-size: cover;
    }
    .row {
        margin: 0;
    }
    .header__logo {
        padding: 10px 0;
    }
    .header__logo img {
        width: 210px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #5c5c5c;
    }
    .service-txt {
        min-height: 270px;
    }
    .services .content .btn-primary {
        line-height: 1;
        width: 150px;
        margin: auto;
    }
    .info_ville {
        font-size: 13px;
    }
    header ul.navbar-nav li a {
        color: #d5d5d5;
    }
    .contact .sidebar {
        margin: 0 auto;
    }
    .detail-nav > ul {
        display: block;
    }
    .detail-nav li {
        width: 100%;
        margin: 4px 0;
    }
    .list-header {
        display: block;
    }
    [class*='listing-'] .info_prix {
        margin: 15px 0 0 0;
        font-size: 14px;
    }
    .list-crit, .block_info .description {
        font-size: 14px;
    }
    .prod_listing .block_info {
        min-height: 230px;
    }
    .block_tri_list select {
        height: 38px;
    }
    .action_bar > div:nth-child(1) {
        line-height: 0;
    }
    .contact .sidebar {
        display: none;
    }
}
@media (max-width: 560px) {
    .bg-header {
        height: 200px;
        background-size: cover;
    }
    .service-txt {
        min-height: 170px;
    }
    .header__logo img {
        width: 120px;
    }
    .prod_listing .block_img, .prod_listing .block_info {
        width: 100%;
    }
    .info_ville {
        font-size: 15px;
    }
    .detail-info .table i {
        color: #a1a1a1;
    }
    .detail-info .table {
        font-size: 15px;
    }
    .detail .btn-primary {
        background: #282828;
    }
    .detail-nav > ul > li:nth-child(2) a, .detail-nav-calcul > ul > li:nth-child(2) a {
        border-right: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
    }
    .detail-nav-calcul > ul {
        display: block;
    }
    .detail-nav-calcul ul li {
        width: 100%;
        margin: 2px 0;
    }
    .detail-info .table td {
        padding: 0.2em;
        border: none;
        width: 100%;
    }
    .prod_home article {
        width: 100%;
        padding: 5px;
    }
}




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

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




/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
/* .pictocookie {
    animation: wobble 2s ease 0s infinite normal forwards; }
.cc-window.cc-banner {
    width: 600px !important;
    border-radius: 10px; }
  
  .cc-color-override-1247188962.cc-window {
    padding: 10px; }
  
  .cc-banner.cc-bottom {
    left: auto !important;
    right: 20px;
    bottom: 20px; }
  
  .cc-color-override-1247188962.cc-window {
    background-color: white !important; }
  
  #footer-cookie {
    color: #242935 !important;
    max-height: 100% !important; }
  
  #footer-cookie a {
    color: #a0a0a0;
    font-weight: 200;
    font-size: 12px; }
  
  #footer-cookie h3 {
    font-size: 1rem !important;
    padding-top: 10px; }
  
  #footer-cookie p {
    font-size: 12px !important;
    line-height: 1.5 !important; }
  
  .btncookie {
    color: white !important;
    background: #2AA49A;
    margin-top: 12px;
    cursor: pointer;
    font-size: 18px !important;
    font-family: "Poppins", sans-serif;
    border-radius: 9px;
    border: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 12px 10%;
    transition: 150ms ease-out; }
  
  .btncookie:hover {
    background: #2AA49A;
    color: #ffffff !important;
    border: 0px solid #ffffff !important; }
  
  #boutoncookie {
    display: grid !important; }

  a.cc-link {
    margin: auto !important;
    text-decoration: none; }
  
  #showparams .table {
    border-radius: 10px; }
  
  #showparams .table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    display: row;
    justify-content: center;
    font-size: 12px; }
  
  #showparams .table th {
    background: #2AA49A;
    color: #ffffff; }
  
  .params {
    width: 100%;
    height: 60px; }
   */