/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@font-face {
    font-display: swap;
    font-family: 'bootstrap-icons';
    src: url('../css/bs-icon-font/fonts/bootstrap-icons.woff');
    src: url('../css/bs-icon-font/fonts/bootstrap-icons.woff2');
}

@font-face {
    font-family: 'caveat';
    src: url('../font/caveat-regular-webfont.woff');
    src: url('../font/caveat-regular-webfont.woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
body{
    background-color: #1f2127;
}

.titleFooter{
    color: #FFF;
}
.btnReserve::after {
    content: " →";
    display: none !important;
}
.btnReserve{
    left: calc(50% - 133px);
    bottom: 6vh;
    height: 0px;

}
@media (max-width: 991px) {
    .btnReserve {
        display: block !important;
    }
}
@media (max-width: 990px) {
    .btnReserve {
        display: block !important;
    }
}
#btnReserveA{
    width: 266px;
}

/*
.sidebar-navigation .level-1{
  display: none;
}
 */
 .burgerDeskt{
    margin-right: 40px;
    margin-top: 35px;
} 
.panel_footer{
    display: none;
}
.pCommentaireClient {
    position: absolute;
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}
.pCommentaireClient small{
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important;
}

@media (max-width: 767px) {
    .pCommentaireClient{
        position: static;
    }
}

.booking_wrapperResa{
    margin-bottom: 30px;
    padding: 20px 20px 1px 20px;

}
.logo_normal {
    position: absolute;
    top: -50px;
    width: 250px;
    left: -10px;
}
.logo_normal img {
    height: 250px;
}
  



.logo_sticky img{
    height: 160px;
    display: block;
    position: absolute;
    top: -32px !important;
    left: 50px;
}
.logo_panel img{
    height: 190px;
}

header.reveal_header.headroom--not-top{
    min-height: 84px;
}
.btn_4.learn-more{
    width: 250px;
}
 @media (max-width: 991px) {
     .parallax_section_1 {
         min-height: 840px;
     }
       .logo_normal img{
        height: 200px;
    } 
    .logo_normal {
        top: -30px !important;
        padding-left: 0px !important;   
    }
 }
.filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    font-size: 18px;
    color: #333;
    background: white;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-btn.active {
    border-color: #4d6aff;
    background: rgba(77, 106, 255, 0.1);
    color: #4d6aff;
}

/* ----- MOBILE ----- */
@media (max-width: 768px) {
    .filters {
        flex-direction: column;
        gap: 12px;
    }

    .filter-btn {
        width: 80%;
        text-align: center;
    }
}0
@media (max-width: 768px) {
    table.dataTable tbody td img {
        width: 100%;
        height: 160px !important;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .dtr-modal-content {
        padding: 0 !important;
    }

    .dtr-modal-content div {
        padding: 15px;
        font-size: 16px;
    }

    .dtr-modal-content strong {
        color: #444;
        font-weight: 600;
    }

    .dtr-modal-content p {
        margin: 5px 0;
    }
}
/* ====== TABLEAU APPART ====== */
#appartTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

#appartTable thead th {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 12px 10px;
    background: transparent;
    border-bottom: 2px solid #e5e5e5;
}

#appartTable tbody tr {
    background: #fafafa;
    border-radius: 12px;
}

#appartTable tbody td {
    padding: 16px 10px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center !important;
}

/* IMAGE PLUS GRANDE */
#appartTable .appart-img {
    width: 150px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

/* BADGES DISPONIBILITÉ */
.badge-libre {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: #D6F5E3; /* vert pastel */
    color: #2E8B57; /* vert sauge */
}

.badge-occupe {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: #FBE1DD; /* rouge pastel */
    color: #C25347; /* terracotta doux */
}
/* Ligne clickable */
.clickable-row {
    cursor: pointer;
    transition: background 0.2s ease;
}

.clickable-row:hover {
    background: #f0f4ff !important;
}

/* Empêche la couleur de hover de casser les ombres */
#appartTable tbody tr.clickable-row {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-radius: 14px;
}

@media (max-width: 767px) {
  .hero .wrapper h1,
  .hero .wrapper h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .hero .wrapper h1,
  .hero .wrapper h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.photo-item {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.photo-thumb {
    width: 100%;
    height: 180px; /* taille uniforme */
    overflow: hidden;
    border-radius: 6px;
}

.photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop propre */
    display: block;
}

@media (max-width: 991px) {
    .burgerDeskt{
        margin-right: 40px;
        margin-top: 0px;
} 
}

@media (max-width: 768px) {
    .d-none.d-md-table-cell {
        display: none !important;
    }
}
