body{
   margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background:#eef2f7;
        color:#222;
}




.acronym{
    font-size:30px;
    font-weight:700;
}

.pronunciation{
    display:block;
    font-size:16px;
    color:#666;
    margin-top:4px;
}



/* Fix global width constraints to allow wide pages */
header, main {
    margin-left: auto;
    margin-right: auto;
    width: min(70ch, 100vw - 40px);
 
}

main.wide {
    width: min(120ch, 100vw - 40px); /* Plus large pour la liste des membres */
    max-width: 1400px;
}

/* header */
header{
    text-align:center;
    margin-top:25px;
}

/* logo + title */
.header-top{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-bottom:15px;
}

.header-top img{
    width:200px;
    height:auto;
}

.title-block{
    display:flex;
    flex-direction:column;
    text-align:left;
}

.title-block h1{
    margin:0;
    font-size:1.5rem;
    line-height:1.3;
    max-width:650px;
}

.acronym{
    font-size:28px;
    font-weight:bold;
    color:#4454a1;
    margin-top:5px;
}

nav{
    background-color:#414141;
    border-radius:1em;
}

ul{
    text-indent:0.5em;
}

nav ul{
    display:flex;
    list-style-type:none;
    margin:auto;
    padding:0px;
    text-indent:0px;
    width:75%;
}

nav li{
    margin:auto;
}

a{
    font-weight:bold;
    text-decoration:none;
    color: #4454a1;
}

nav a{
    color:#f0f0f2;
    display:block;
    padding:0.5em 2em;
}

.active{
    background-color:#4454a1;
}

nav a:hover{
    background-color:#5464b1;
}

main{
    background:#ffffff;
    padding:40px;
    margin-top:30px;
    margin-bottom:40px;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    line-height:1.6;
    box-sizing: border-box;
}

@media(max-width:80ch){
    main{
        text-align:left;
        padding:25px;
    }
}

ul.agct{
    list-style-type:none;
    padding:0pt;
    text-indent:unset;
}

time{
    display:block;
    font-weight:bold;
    margin-top:0.5em;
    text-align:center;
    width:100%;
}

li p{
    margin:0pt;
}

ul.agct a:before{
    content:"🕮";
    font-weight:normal;
    padding-right:0.5em;
}

/* =========================================
   STYLES DES FILTRES (Members)
========================================= */
.intro-text {
    margin-bottom: 25px;
}

.filters-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    background: #f8f9fc;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eef2f7;
    margin-bottom: 30px;
}

.filter-group label {
    display: block;
    font-weight: 600;
    color: #4454a1;
    margin-bottom: 8px;
    line-height: 1.3;
}

.filter-group small {
    font-weight: normal;
    color: #777;
    font-size: 0.85em;
}

.filter-group select {
    width: 100%;
    border: 1px solid #d6d9e3;
    border-radius: 6px;
    padding: 6px;
    font-family: inherit;
    font-size: 0.95em;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.filter-group select:focus {
    border-color: #4454a1;
    box-shadow: 0 0 0 3px rgba(68, 84, 161, 0.15);
}

.filter-group select option {
    padding: 6px 10px;
    margin-bottom: 2px;
    border-radius: 4px;
    cursor: pointer;
}

/* Astuce pour forcer la couleur de fond des sélections multiples */
.filter-group select option:checked {
    background: linear-gradient(0deg, #4454a1 0%, #4454a1 100%);
    color: #fff;
}

/* =========================================
   STYLES DU TABLEAU (Members)
========================================= */
.table-container {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #d6d9e3;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.members-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 0;
}

.members-table th,
.members-table td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.members-table thead th {
    background: #4454a1;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: none;
    white-space: nowrap;
}

.members-table tbody tr {
    border-bottom: 1px solid #eef2f7;
    transition: background-color 0.15s;
}

.members-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.members-table tbody tr:hover {
    background: #eef1ff;
}

.members-table ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}


/*
body{
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background:#eef2f7;
    color:#222;
}



.acronym{
    font-size:30px;
    font-weight:700;
}

.pronunciation{
    display:block;
    font-size:16px;
    color:#666;
    margin-top:4px;
}


html{
    background:#ebf0f5;
    margin:auto;
    width:min(80ch,100vw);
}




header{
    text-align:center;
    margin-top:25px;
}


.header-top{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-bottom:15px;
}

.header-top img{
    width:150px;
    height:auto;
}

.title-block{
    display:flex;
    flex-direction:column;
    text-align:left;
}

.title-block h1{
    margin:0;
    font-size:1.5rem;
    line-height:1.3;
    max-width:650px;
}

.acronym{
    font-size:28px;
    font-weight:bold;
    color:#4454a1;
    margin-top:5px;
}








nav{
    background-color:#414141;
    border-radius:1em;
}

ul{
    text-indent:0.5em;
}



nav ul{
    display:flex;
    list-style-type:none;
    margin:auto;
    padding:0px;
    text-indent:0px;
    width:75%;
}

nav li{
    margin:auto;
}

a{
    font-weight:bold;
    text-decoration:none;
}

nav a{
    color:#f0f0f2;
    display:block;
    padding:0.5em 2em;
}

.active{
    background-color:#4454a1;
}

nav a:hover{
    background-color:#5464b1;
}



main{
    padding:40px;
    margin-top:30px;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    line-height:1.6;
}



@media(max-width:80ch)
{
    main{
        text-align:left;
    }
}

ul.agct{
    list-style-type:none;
    padding:0pt;
    text-indent:unset;
}

time{
    display:block;
    font-weight:bold;
    margin-top:0.5em;
    text-align:center;
    width:100%;
}

li p{
    margin:0pt;
}

ul.agct a:before{
    content:"🕮";
    font-weight:normal;
    padding-right:0.5em;
}



.members-table{
    width:100%;
    border-collapse:collapse;
    margin-top:25px;
}

.members-table th,
.members-table td{
    padding:12px 14px;
    text-align:left;
}

.members-table thead{
    background:#f0f2f7;
    border-bottom:2px solid #d6d9e3;
}

.members-table tbody tr:nth-child(even){
    background:#f8f9fc;
}

.members-table tbody tr:hover{
    background:#eef1ff;
}


*/