.red {
    color: var(--rouge-roi);
}
.bleu {
    color: var(--bleu-roi);
}
.success {
    color: var(--success);
}
select {
    padding-top:0;
}
#edit_etab_photo {
    padding-top:5px;
}
footer {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    width: 100%;
}
footer a {
    color: var(--text-muted);
}
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
/* ==========================================
        Hero content - Pool Advisors
========================================== */
#slider-sec .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.60)
    );
    padding: 2rem;
}

#slider-sec h1,
#slider-sec h4 {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
    margin-bottom: 0.75rem;
    text-transform: none;
}

#slider-sec .breadcrumb,
#slider-sec .breadcrumb-item,
#slider-sec .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
#slider-sec .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

#slider-sec .estab-hero {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 250px;
    color: #fff;
}

#slider-sec .estab-hero-kicker {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

#slider-sec .estab-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

#slider-sec .estab-hero-subtitle {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

#slider-sec .estab-hero-dot {
    display: none;
}

#slider-sec .estab-hero-type,
#slider-sec .estab-hero-location {
    display: block;
    margin: 4px 0;
}

#slider-sec .estab-hero-meta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#slider-sec .estab-hero-meta::-webkit-scrollbar {
    display: none;
}

#slider-sec .estab-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    backdrop-filter: blur(2px);
}

#slider-sec .estab-hero-pill i {
    margin: 0;
}

#slider-sec .estab-hero-pill-text {
    display: none;
}
/* ⭐ CAS SPÉCIAL NOTE */
#slider-sec .estab-hero-rating {
    width: auto;
    height: auto;
    padding: 8px 12px;
    gap: 6px;
}

#slider-sec .estab-hero-rating .estab-hero-pill-text {
    display: inline;
    font-size: 0.9rem;
}
#slider-sec .estab-hero-pill-action {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#slider-sec .estab-hero-pill-action:hover {
    background: rgba(255, 255, 255, 0.24);
}

#slider-sec .estab-hero-pill-action:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    color: #fff;
}

#slider-sec .estab-hero-pill-muted {
    opacity: 0.8;
}

#slider-sec .estab-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

#slider-sec .estab-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 1rem;
}

#slider-sec .estab-hero-btn-text {
    display: none;
}

#slider-sec .estab-hero-btn-share {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
}

#slider-sec .estab-hero-btn-share:hover {
    background: #fff;
    color: var(--bleu-roi);
    border-color: #fff;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #slider-sec .overlay {
        padding: 140px 20px 80px;
    }

    #slider-sec .estab-hero-title {
        font-size: 2.45rem;
    }

    #slider-sec .estab-hero-subtitle {
        font-size: 1.05rem;
    }

    #slider-sec .estab-hero-dot {
        display: inline-block;
        margin: 0 10px;
        opacity: 0.75;
    }

    #slider-sec .estab-hero-type,
    #slider-sec .estab-hero-location {
        display: inline;
        margin: 0;
    }
}

@media (min-width: 992px) {
    #slider-sec .overlay {
        padding: 150px 20px 90px;
    }

    #slider-sec .estab-hero-title {
        font-size: 3rem;
    }

    #slider-sec .estab-hero-subtitle {
        font-size: 1.08rem;
    }

    #slider-sec .estab-hero-meta {
        justify-content: center;
        overflow: visible;
    }

    #slider-sec .estab-hero-pill {
        gap: 8px;
        width: auto;
        height: auto;
        padding: 10px 16px;
        font-size: 0.95rem;
    }

    #slider-sec .estab-hero-pill-text {
        display: inline;
    }

    #slider-sec .estab-hero-btn {
        gap: 8px;
        width: auto;
        height: auto;
        padding: 11px 22px;
        font-size: 0.95rem;
    }

    #slider-sec .estab-hero-btn-text {
        display: inline;
    }
}


@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    #slider-sec .estab-hero {
        max-width: 100%;
    }
}

@media (min-width: 1700px) {
    #slider-sec .estab-hero {
        padding-top: 175px;
    }
    #slider-sec .estab-hero-title {
        font-size: 3rem;
    }
}

/* ==========================================
        Modal vérification établissement
========================================== */

.pa-verify-modal .modal-dialog {
    max-width: 760px;
}

.pa-verify-modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.pa-verify-modal-header {
    align-items: flex-start;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.pa-verify-kicker {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bleu-roi);
}

.pa-verify-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #2d2d2d;
}

.pa-verify-modal-body {
    padding: 20px 24px 10px;
}

.pa-verify-intro {
    margin-bottom: 22px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.pa-verify-choice-group {
    display: grid;
    gap: 14px;
}

.pa-verify-choice {
    display: block;
    margin: 0;
    cursor: pointer;
}

.pa-verify-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pa-verify-choice-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    transition: all 0.2s ease;
}

.pa-verify-choice:hover .pa-verify-choice-card {
    border-color: rgba(0, 67, 197, 0.25);
    box-shadow: 0 8px 20px rgba(0, 67, 197, 0.08);
}

.pa-verify-choice input:checked + .pa-verify-choice-card {
    border-color: var(--bleu-roi);
    box-shadow: 0 0 0 3px rgba(0, 67, 197, 0.10);
}

.pa-verify-choice-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pa-verify-choice-icon.is-ok {
    color: #198754;
    background: rgba(25, 135, 84, 0.10);
}

.pa-verify-choice-icon.is-warning {
    color: #b78103;
    background: rgba(255, 193, 7, 0.14);
}

.pa-verify-choice-icon.is-danger {
    color: var(--rouge-roi);
    background: rgba(177, 18, 38, 0.10);
}

.pa-verify-choice-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pa-verify-choice-text strong {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 600;
}

.pa-verify-choice-text small {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.pa-verify-field-block {
    margin-bottom: 16px;
}

.pa-verify-field-block .form-label {
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.pa-verify-field-block .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    color: #2d2d2d;
}
.pa-verify-field-block select.form-control {
    padding: 0px 14px;
}
.pa-verify-field-block textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.pa-verify-help {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f7f8fb;
    color: #4f5562;
    font-size: 14px;
    line-height: 1.55;
}

.pa-verify-modal-footer {
    padding: 16px 24px 24px;
    border-top: 0;
    gap: 10px;
}

.pa-verify-modal-footer .btn {
    border-radius: 999px;
    padding: 10px 18px;
}

.pa-verify-modal-footer .web-btn {
    border-radius: 999px;
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .pa-verify-choice-group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .pa-verify-modal-header,
    .pa-verify-modal-body,
    .pa-verify-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pa-verify-title {
        font-size: 1.3rem;
    }

    .pa-verify-choice-card {
        padding: 14px;
    }
}
.pa-form-message {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.pa-form-message.is-error {
    background: rgba(177, 18, 38, 0.08);
    color: var(--rouge-roi);
    border: 1px solid rgba(177, 18, 38, 0.18);
}

.pa-form-message.is-success {
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.20);
}

.pa-form-message.is-info {
    background: rgba(0, 67, 197, 0.08);
    color: var(--bleu-roi);
    border: 1px solid rgba(0, 67, 197, 0.18);
}
.pa-toast {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    z-index: 99999;

    max-width: calc(100vw - 30px);
    padding: 12px 18px;
    border-radius: 999px;

    background: #2d2d2d;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.pa-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.pa-toast.is-success {
    background: #198754;
}
.pa-toast.is-info {
    background: var(--bleu-roi);
}
.is-verified-animate {
    animation: paVerifiedPop 0.45s ease;
}

@keyframes paVerifiedPop {
    0% {
        opacity: 0;
        transform: scale(0.88);
    }
    60% {
        opacity: 1;
        transform: scale(1.06);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ==========================================
        Modal partage établissement
========================================== */

.pa-share-modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.pa-share-modal-header {
    align-items: flex-start;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.pa-share-kicker {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bleu-roi);
}

.pa-share-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #2d2d2d;
}

.pa-share-modal-body {
    padding: 20px 24px 24px;
}

.pa-share-intro {
    margin-bottom: 18px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.pa-share-link-box {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.pa-share-link-box .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #2d2d2d;
}

.pa-share-link-box .web-btn {
    border-radius: 999px;
    padding: 10px 18px;
    white-space: nowrap;
}

.web-btn:focus {
    color:#fff;
}

.pa-share-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pa-share-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    color: #2d2d2d;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pa-share-action:hover {
    border-color: rgba(0, 67, 197, 0.25);
    box-shadow: 0 8px 20px rgba(0, 67, 197, 0.08);
    color: var(--bleu-roi);
}

.pa-share-action i {
    font-size: 18px;
}

.pa-share-feedback {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.20);
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .pa-share-link-box {
        flex-direction: column;
    }

    .pa-share-actions {
        grid-template-columns: 1fr;
    }

    .pa-share-modal-header,
    .pa-share-modal-body {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* ==========================================
        Modal bientôt disponible
========================================== */

.pa-soon-modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.pa-soon-modal-header {
    align-items: flex-start;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.pa-soon-kicker {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bleu-roi);
}

.pa-soon-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #2d2d2d;
}

.pa-soon-modal-body {
    padding: 20px 24px 10px;
}

.pa-soon-text {
    margin: 0;
    color: #555;
    line-height: 1.65;
    font-size: 15px;
}

.pa-soon-modal-footer {
    padding: 16px 24px 24px;
    border-top: 0;
}

.pa-soon-modal-footer .web-btn {
    border-radius: 999px;
    padding: 10px 20px;
}

.pa-claim-benefits {
    display: grid;
    gap: 12px;
}

.pa-claim-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7f8fb;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
}

.pa-claim-benefit i {
    color: var(--bleu-roi);
    margin-top: 3px;
    width: 18px;
    text-align: center;
}

.pa-claim-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(0, 67, 197, 0.08);
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.pa-claim-note i {
    color: var(--bleu-roi);
    margin-top: 3px;
}

.pa-claim-note small {
    color: #666;
}

@media (max-width: 575.98px) {
    .pa-soon-modal-header,
    .pa-soon-modal-body,
    .pa-soon-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pa-soon-title {
        font-size: 1.3rem;
    }
}
/* ==========================================
        Infos Section
========================================== */

.establishment-infos .modif-infos-btn{
    padding-top: 15px;
    padding-bottom: 20px;
}
.result-thumb-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.result-thumb, .result-thumb-placeholder  {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.result-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid #eee;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f5f5, #ececec);
    color: #b8b8b8;
    font-size: 28px;
}
.establishment-infos .large-heading {
    margin-bottom: 0;
}

.establishment-infos .etab-info-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff8e6;
    border: 1px solid #f2d58a;
    color: #8a6700;
    font-size: 14px;
    line-height: 1.5;
}

.establishment-infos .etab-info-warning i {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 15px;
    color: #c69200;
}

.establishment-infos .etab-info-warning span {
    display: block;
}

@media (min-width: 992px) {
    .establishment-infos .etab-info-warning {
        font-size: 14.5px;
    }
}

.establishment-infos .etab-info-card {
    padding: 22px 24px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.establishment-infos .etab-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.establishment-infos .etab-info-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1.5;
}

.establishment-infos .etab-info-list li:last-child {
    margin-bottom: 0;
}

.establishment-infos .etab-info-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--bleu-roi);
    font-size: 16px;
}
.establishment-infos .etab-info-card i, 
.contact-sec .contact-detail .location-details ul li i {
    color: var(--bleu-roi);
}

.contact-sec .contact-detail .location-details ul li a {
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
}

.establishment-infos .etab-empty {
    color: #777;
}

.result-thumb-wrap-lg {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.result-thumb-placeholder-lg {
    min-height: 320px;
}

.result-thumb-placeholder-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
}

.result-thumb-placeholder-inner span {
    font-size: 15px;
    color: #8a8a8a;
}

.etab-photo-actions .btn {
    min-width: 180px;
}

.establishment-infos .etab-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.establishment-infos .etab-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Boutons icônes */
.establishment-infos .etab-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #e5e5e5;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}

.establishment-infos .etab-icon-btn:hover {
    color: var(--bleu-roi);
    border-color: var(--bleu-roi);
}

/* focus propre */
.establishment-infos .etab-icon-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .result-thumb-placeholder-lg {
        min-height: 380px;
    }
}

@media (min-width: 992px) {
    .establishment-infos .contact-description {
        padding-right: 35px;
    }

    .result-thumb-placeholder-lg {
        min-height: 430px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .establishment-infos .etab-info-card {
        padding: 24px 28px;
    }
}

@media (min-width: 1700px) {

}

/* ==========================================
        Modal modification infos fiche
========================================== */

.pa-edit-modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.pa-edit-modal-header {
    align-items: flex-start;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.pa-edit-kicker {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bleu-roi);
}

.pa-edit-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d2d2d;
}

.pa-edit-modal-body {
    padding: 20px 24px 10px;
}

.pa-edit-intro {
    margin-bottom: 22px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.pa-edit-section {
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
}

.pa-edit-section:last-of-type {
    margin-bottom: 0;
}

.pa-edit-section-head {
    margin-bottom: 16px;
}

.pa-edit-section-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d2d2d;
}

.pa-edit-section-text {
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
}

.pa-edit-section .form-label {
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.pa-edit-section .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    color: #2d2d2d;
}

.pa-edit-section .form-control[type="time"],
.pa-edit-section select.form-control {
    padding: 0px 14px;
}

.pa-edit-section textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.pa-edit-form-message {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.pa-edit-form-message.is-error {
    background: rgba(177, 18, 38, 0.08);
    color: var(--rouge-roi);
    border: 1px solid rgba(177, 18, 38, 0.18);
}

.pa-edit-form-message.is-success {
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.20);
}

.pa-edit-modal-footer {
    padding: 16px 24px 24px;
    border-top: 0;
    gap: 10px;
}

.pa-edit-modal-footer .btn {
    border-radius: 999px;
    padding: 10px 18px;
}

.pa-edit-modal-footer .web-btn {
    border-radius: 999px;
    padding: 10px 20px;
}

.pa-edit-section .iti {
    width: 100%;
}

.pa-edit-section .iti__tel-input,
.pa-edit-section .iti input[type="tel"] {
    width: 100%;
    border-radius: 12px;
}

.pa-edit-section .iti--allow-dropdown input,
.pa-edit-section .iti--separate-dial-code input {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 767.98px) {
    .pa-edit-modal-header,
    .pa-edit-modal-body,
    .pa-edit-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pa-edit-title {
        font-size: 1.3rem;
    }

    .pa-edit-section {
        padding: 15px;
    }
}

/* ==========================================
        Tables Section - Pool Advisors
========================================== */

.establishment-tables .tables-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
}
.establishment-tables .table-card {
    max-width: 90%;
}
.establishment-tables .featured-item-card {
    padding: 18px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.establishment-tables .item-img {
    border-radius: 12px;
    overflow: hidden;
}

.establishment-tables .item-img img {
    object-fit: cover;
}

.establishment-tables .table-sponsor-link {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #2d2d2d;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: underline;
    transition: all 0.2s ease;
    font-style: italic;
    font-weight: lighter;
}

.establishment-tables .table-sponsor-link:hover {
    background: #fff;
    color: var(--bleu-roi);
}

.establishment-tables .item-detail {
    padding-top: 16px;
}

.establishment-tables .featured-item-card .item-detail .item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}

.establishment-tables .billes-icone {
    max-width: 45px;
}

.establishment-tables .table-count-value {
    color: var(--bleu-roi);
    font-weight: 500;
}

.establishment-tables .etab-empty-block {
    padding: 32px 24px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.cue-card-edit.is-unselected {
    opacity: 0.72;
}

.cue-card-edit.is-unselected .table-edit-img,
.cue-card-edit.is-unselected .billes-icone {
    filter: grayscale(1);
}

.cue-card-edit.is-selected {
    border-color: var(--bleu-roi);
    box-shadow: 0 0 0 0.15rem rgba(0, 67, 197, 0.12);
}

.cue-card-edit .js-table-edit-qty:disabled {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

@media (min-width: 576px) {
    .establishment-tables .table-card {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .establishment-tables .featured-item-card .item-detail .item-name {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .establishment-tables .table-card {
        flex: 0 0 33%;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1700px) {

}

/* ==========================================
        Activites Section
========================================== */
.about-sec .services .service-card .service-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  transition: .5s ease;
  cursor: pointer;
}

.about-sec .services .is_on .image-holder i,
.about-sec .services .is_on .service-heading {
  color: var(--bleu-roi);
}
.about-sec .services .is_off .image-holder i,
.about-sec .services .is_off .service-heading {
  color: var(--text-muted);
  opacity: 0.6;
}
.about-sec .services .is_off:hover .image-holder i,
.about-sec .services .is_off:hover .service-heading {
  color: var(--text-muted);
  opacity: 1;
}

.services .service-card:hover .image-holder i {
  transform: translateY(-10px);
}
.about-sec .services .is_off button {
  border-color: var(--text-muted);
  color: var(--text-muted);
}
.about-sec .services .is_off button:hover {
    color: #fff;
  border-color: var(--text-muted);
  background-color: var(--text-muted);
}
/* ==========================================
        Services Section - Pool Advisors
========================================== */

.establishment-services .services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* 🔥 LA clé */
    gap: 25px 70px;
}

.establishment-services .service-item {
    display: block;
    text-align: center;
}

.establishment-services .service-item i {
    display: block;
    font-size: 40px;
    color: var(--text-muted);
    opacity: 0.5;
    margin-bottom: 10px;
}

.establishment-services .service-label {
    display: block;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.3;
    font-weight: lighter;
    display: none;
}

/* Tablet */
@media (min-width: 576px) {

}

/* Desktop */
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1700px) {

}
.pa-fede-card {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 12px 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    height: 100%;
}

.pa-fede-card:hover {
    border-color: #adb5bd;
    background: #f8f9fa;
}

/* cacher la checkbox */
.pa-fede-card input[type="checkbox"] {
    display: none;
}

/* état sélectionné */
.pa-fede-card input[type="checkbox"]:checked + .pa-fede-content {
    color: #0d6efd;
}

.pa-fede-card input[type="checkbox"]:checked ~ .pa-fede-content {
    color: #0d6efd;
}

/* style actif global */
.pa-fede-card input[type="checkbox"]:checked + .pa-fede-content,
.pa-fede-card input[type="checkbox"]:checked {
}

/* hack pour styliser le parent */
.pa-fede-card input[type="checkbox"]:checked {
}

.pa-fede-card input[type="checkbox"]:checked ~ .pa-fede-content {
}

/* vrai style actif via :has (modern browsers) */
.pa-fede-card:has(input:checked) {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
}

/* fallback si :has pas supporté → classe JS */
.pa-fede-card.is-active {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
}
.pa-edit-modal-body input::placeholder {
    color: #adb5bd;
    opacity: 0.5;
    font-weight: 400;
    font-style: italic;
}