#cors-PopularTransferts{
    width: 100%;
    height: auto;
    margin-top: 4%;
}

#PopularTransferts-div{
    width: auto;
    height: auto;
    padding: 1%;
    width: 100%;
}

.PopularTransfertsTitle{
    color: var(--primary);
    font-weight: 800;
    width: 100%;
}

.PopularTransfertsCards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.tw-main-title {
    font-size: 3rem;
    font-weight: 600;
}

.btn-tw-primary {
    background: linear-gradient(135deg, #7b2ff7, #f107a3);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s ease;
}

.btn-tw-primary:hover {
    transform: scale(1.05);
    color: white;
}

.tw-stats {
    background: #f8f9fa;
}

.tw-stat-circle {
    width: 90px;
    height: 90px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.PopularTransferts-card {
    width: 23%;
    min-height: auto;
    background-color: var(--box);
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0; 
}

.img-custom-zoom:hover{
    transform: scale(1.05);
    transition: transform 0.4s;
}

.link-popular-transfert{
    text-decoration: none;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-body {
    width: 100%;
    padding: 0;     
    text-align: left;
    margin-top: 0.5rem;
}

#popular-transferts-detail{
    width: 100%;
    height: auto;
    padding: 3%;
}

.PopularTransferts-detail-intro{
    width: 100%;
    height: auto;
    margin-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
}

.about-courchevel{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 3%;
}

.about-courchevel2{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 3%;
}

.PopularTransferts-detail-image{
    width: 45%;
}

img.img-custom-popularTransferts-detail{
    width: 100% !important;
    height: 100% !important;
}

.PopularTransferts-detail-text{
    margin-left: 3%;
    text-align: justify;
    width: 55%;
}

.PopularTransferts-detail-top-things{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 3%;
}

.PopularTransfertsCards2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.PopularTransferts-card2{
    width: 23%;
    min-height: 100px;
    background-color: var(--box);
    border: none;
}

/* --- Le Bouton Premium --- */
.btn-premium {
    display: inline-block;
    background-color: #2c3e50; /* Fond sombre élégant */
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 50px; /* Bouton arrondi "pilule" */
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
    margin-top: 10px;
}

.btn-premium:hover {
    background-color: #3498db; /* Devient bleu au survol */
    transform: translateY(-3px); /* Remonte légèrement */
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* Responsive */
@media (max-width: 1200px) {
    .PopularTransfertsCards{
        flex-wrap: wrap;
    }

    .PopularTransfertsCards2{
        flex-direction: column;
        align-items: center;
    }

    .PopularTransferts-card{
        display: flex;
        justify-content: center;
        width: 45%;
        margin-bottom: 3%;
        height: auto;
        min-height: 200px;
        padding-top: 1%;
    }

    .PopularTransferts-card2{
        display: flex;
        justify-content: center;
        width: 65%;
        margin-bottom: 3%;
        height: auto;
        min-height: 200px;
        padding-top: 1%;
    }

    .about-courchevel{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .about-courchevel2{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .PopularTransferts-detail-image{
        width: 90%;
        height: auto;
        margin-top: 2%;
        margin-bottom: 5%;
    }

    .PopularTransferts-detail-text{
        margin-left: 0;
        width: 90%;
    }

    .PopularTransferts-detail-top-things{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .btn-popular-transferts{
        font-size: 30px;
        text-transform: uppercase;
    }

    p{
        font-size: 35px;
    }

    #adminDropdownMenu{
        font-size: 2rem;
    }

    h2, h3, h5{
        font-size: 2rem !important;
    }

    th, td{
        font-size: 2rem !important;
    }

    table{
        margin-top: 10%;
        margin-bottom: 10% !important;
    }

    .btn-premium {
        font-size: 2rem !important;
        font-family: 'Montserrat', sans-serif !important;
    }

    .faq-grid {
        grid-template-columns: 1fr !important;
    }
    .seo-faq-section {
        padding: 25px !important;
    }

    .faq-icon {
        font-size: 2.5rem !important;
    }
    
    .accordion-button {
        font-size: 2rem !important; /* plus gros texte */
        padding: 1rem 1.5rem !important; /* plus d’espace autour */
    }

    .accordion-body {
        font-size: 2rem !important; /* corps du contenu un peu plus grand */
    }
}

/* --- SECTION FAQ SEO --- */
.seo-faq-section {
    margin-top: 60px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    /* Ombre légère pour détacher du fond */
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
    border-left: 5px solid var(--primary); /* Petite touche de couleur à gauche */
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colonnes sur ordi */
    gap: 30px;
}

.faq-item {
    display: flex;
    align-items: flex-start;
}

.faq-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.faq-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.faq-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.faq-content a {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 600;
}