.elementor-126 .elementor-element.elementor-element-46842f0{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-698cb6f *//* --- CONFIGURATION STICKY --- */
.faq-page-wrapper {
  
    color: #4b5563;
    padding: 40px 0;
}

.faq-layout-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

/* Sidebar qui reste fixée */
.faq-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.faq-sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 140px; /* Ajuster selon la hauteur de votre header Elementor */
}

.faq-main-title {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #4b5563 !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    letter-spacing: -0.5px;
}

/* --- MENU LATÉRAL --- */
.faq-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    text-decoration: none;
    color: #4b5563;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
}



/* --- CONTENU DE DROITE --- */
.faq-main-content {
    flex-grow: 1;
}

.faq-group {
    margin-bottom: 60px;
    scroll-margin-top: 160px; /* Empêche le header de cacher le titre au clic */
}

.group-label {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* --- ACCORDÉONS --- */
.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::-webkit-details-marker { display: none; }

summary h2 {
    font-size: 20px !important; /* Taille des questions agrandie */
    font-weight: 700 !important;
    color: #4b5563 !important;
    margin: 0 !important;
    line-height: 1.3;
}

summary::after {
    content: '+';
    font-size: 24px;
    color: #2563eb;
    font-weight: 300;
}

details[open] summary::after {
    content: '−';
}

.content {
    padding-bottom: 25px;
    line-height: 1.7;
    color: #4b5563;
    font-size: 16px;
}

.content strong { color: #1f2937; }

.content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.content li { margin-bottom: 10px; }

/* Responsive */
@media (max-width: 1024px) {
    .faq-layout-container { flex-direction: column; padding: 0 20px; }
    .faq-sidebar { width: 100%; }
    .faq-sticky-content { position: relative; top: 0; }
    .faq-nav { display: flex; overflow-x: auto; white-space: nowrap; }
    .faq-nav-link { border-bottom: none; border-right: 1px solid #eee; }
}/* End custom CSS */