body {
    background: linear-gradient(135deg, #50341ba9 0%, #36250e94 100%);
    margin: 0;
    padding: 0;


}


[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.2s;
    visibility: visible;

}
[data-title]:after {
    content: attr(data-title);
    background-color: #74664b;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.4em;
    position: absolute;
    padding: 6px 14px 7px 14px;
    /* bottom: 0; */
    /* left: 0%; */
    transform: translateX(-64%) translateY(47px);
    white-space: nowrap;
    box-shadow: 0 2px 8px #0005;
    opacity: 0;
    border: 2px solid #a08a5a;
    border-radius: 8px;
    z-index: 99999;
    visibility: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
[data-title] {
    position: relative;
    cursor: pointer;
}


.full-container {

}
.logo-container {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.container {

}
.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2000;
    transition: box-shadow 0.3s, background 0.3s, padding 0.3s, margin-top 0.3s;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: linear-gradient(-90deg, #5a442494 0%, #5a442494 100%);

    padding: 40px 0px 32px 32px;
    max-width: 99.47%;
    margin-top: 80px;
    animation: fadeIn 1.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.menu-container.scrolled {
    margin-top: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: linear-gradient(-90deg, #5a442494 0%, #5a442494 100%);
    padding-top: 16px;
    padding-bottom: 16px;
}
.menu-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;

}

    

.menu-item {
    padding: 0 12px;
}
.logo-container {
    display: flex;

    justify-content: center;
}
.menu-item a {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 600;
}

.menu-item span {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 600;
}

.menu-item a:hover {
    color: #e2c184;
    font-weight: 900;

}

.content-container-msg-accueil {
    display: block;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 190px;


}
.content-item-msg-accueil { 
    padding-bottom: 20px;
    align-items: center;
    background: linear-gradient(90deg, #75614f50 0%, #4e382470 25%,  #36250e5b 50%, #4e382470 75%, #75614f50 100%);
    width: 100%;

}
.content-item-msg-accueil h1 {  
    font-size: 48px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}
.content-item-msg-accueil h2 {  
    font-size: 48px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}
.content-item-msg-accueil h3 {  
    font-size: 24px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}

.content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;

}
.content-item { 
    display: flex
;
    flex-direction: column;
    align-items: center;
/*     background: linear-gradient(0deg, #877c6e 0%, #36250e94 25%, #36250e94 90%, #8b7c6d 100%); */
    width: 100%;
    height: 95%;
}
.content-item h1 {  
    font-size: 48px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}
.content-item h2 {  
    font-size: 48px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}
.content-item-news {
    display: flex;
    background-color: linear-gradient(135deg, #50341ba9, #36250e94 100%);
    padding-left: 150px;
    width: 50%;
    height: 100%;
}
.news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0,0,0,0.18);
    border-radius: 12px;
    
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    font-family: 'Oswald', Arial, sans-serif;

}
.news-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    margin-bottom: 12px;
}
.news-item h3 {
    margin-bottom: 8px;
    color: #fffbe6;
}
.news-item p {
    margin-bottom: 6px;
    color: #f2e3c6;
}
.news-item .date {
    font-size: 0.95rem;
    color: #ce8f06;

}
.news-desc {
    margin-top: auto;
    padding-top: 10px;
    color: #ffdca8;
    font-size: 0.98rem;
    border-top: 1px solid rgba(206,143,6,0.12);
    width: 100%;
}
.news-section {
    max-width: 65%;
    width: 65%;
    margin: 40px auto;
    padding: 32px 24px;
    color: #fff;
}
.news-section-staff {
    max-width: 65%;
    width: 65%;
    margin: 40px auto;
    padding: 32px 24px;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
}

.news-section h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #ce8f06;
    letter-spacing: 0.08em;
    padding: 15px 15px 15px 15px;
    background-color: #50341ba9;
    font-family: 'Oswald', Arial, sans-serif;
}
.news-section-staff h2 {
    font-size: 2.2rem;
    margin-bottom: 0px;
    color: #ce8f06;
    letter-spacing: 0.08em;
    padding: 15px 15px 15px 15px;
    background-color: #50341ba9;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 per row */
    gap: 24px;
}
.news-list-not-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.news-item {
    display: flex;
    flex-direction: column;
}
.news-item-content {
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95.8%;
    background: rgba(0,0,0,0.18);
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(90deg, #232526 0%, #414345 100%);
    border-top: 1.5px solid #ce8f06;
    padding: 28px 0 18px 0;
    margin-top: 32px;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-content {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fffbe6;
    font-size: 1.08rem;
    letter-spacing: 0.08em;
    font-family: 'Oswald', Arial, sans-serif;
}
.footer-left p {
    margin: 0;
    color: #ce8f06;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.12em;
}
.footer-right {
    display: flex;
    align-items: center;
    gap: 18px;
}
.footer-right a {
    color: #ce8f06;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
    transition: color 0.2s;
}
.footer-right a:hover {
    color: #fffbe6;
    text-decoration: none;
}
.footer-sep {
    color: #fffbe6;
    font-size: 1.1em;
    margin: 0 4px;
}
@media (max-width: 700px) {
    .footer-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .footer-right {
        gap: 12px;
    }
}
.logo {
    transition: width 0.3s, height 0.3s, top 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -90px;
    margin: 0 auto;
}
.logo.scrolled {
    width: 100px !important;
    height: 100px !important;
    top: 0px;
}

.staff {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.staff-title {
    color: #d3a145;
    font-size: 32px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Oswald', Arial, sans-serif;
}

.staff-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(211, 161, 69, 0.1);
    overflow: hidden;
}

.staff-table th, .staff-table td {
    padding: 18px 25px;
    text-align: left;
    font-family: 'Oswald', Arial, sans-serif;
    color: #d3a145;
    border-bottom: 1px solid rgba(211, 161, 69, 0.2);
    transition: all 0.3s ease;
}

.staff-table th {
    background: #50341bb4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 14px;
}

.staff-table tr:last-child td {
    border-bottom: none;
}

/*                             .staff-table tr:hover td {
    background: #50341bb4;

    transform: scale(1.01);
} */

.staff-table td {
    font-size: 15px;
}

.reglements-content {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 150px;
}
.reglements-content a {
    color: #ce8f06;
    text-decoration: none;
    text-transform: uppercase;
    font-size: x-large;
    font-family: 'Oswald', Arial, sans-serif;
    transition: color 0.2s;
}
.reglements-content a:hover {
    color: #d1ae63;
    text-decoration: none;
}
.reglements-content-sep {
    color: #ce8f06;
    font-size: 1.1em;
    margin: 0 4px;
}
.content-container-rules {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 0 auto;
}
.content-item-rules {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 0 auto;
}
.content-item-rules h1 {
    font-size: 48px;
    font-weight: 600;
    color: #d3a145;
    font-family: 'Oswald', Arial, sans-serif;
}
.reglement-table th {
    text-align: left;
    padding: 10px 8px;
}
.reglement-table td {
    text-align: left;
    padding: 10px 8px;
    color: #fffbe6;
}