.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border:2px solid rgba(0,0,0,0);position:relative;overflow:hidden;white-space:nowrap;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),opacity .2s ease}.btn:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,0);transition:background .2s ease}.btn:active:after{background:hsla(0,0%,100%,.1)}.btn:active{transform:translateY(1px) scale(.98)}.btn:focus-visible{outline:3px solid #f4b400;outline-offset:3px}.btn--principal{background:linear-gradient(135deg,#F4B400,rgb(213.4,157.4262295082,0));color:#0e2a6b;border-color:rgba(0,0,0,0);box-shadow:0 1px 3px rgba(244,180,0,.25)}.btn--principal:hover:not(:disabled){background:linear-gradient(135deg,rgb(223.6,164.9508196721,0),rgb(193,142.3770491803,0));box-shadow:0 4px 14px rgba(244,180,0,.35);transform:translateY(-2px)}.btn--principal:focus-visible{outline-color:#0e2a6b}.btn--secondaire{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.7)}.btn--secondaire:hover:not(:disabled){background:hsla(0,0%,100%,.1);border-color:#fff}.btn--outline{background:rgba(0,0,0,0);color:#0e2a6b;border-color:#0e2a6b}.btn--outline:hover:not(:disabled){background:#0e2a6b;color:#fff;box-shadow:0 4px 12px rgba(14,42,107,.2);transform:translateY(-1px)}.btn--accent{background:linear-gradient(135deg,#F4B400,rgb(213.4,157.4262295082,0));color:#0e2a6b;border-color:rgba(0,0,0,0);box-shadow:0 1px 3px rgba(244,180,0,.25)}.btn--accent:hover:not(:disabled){box-shadow:0 4px 14px rgba(244,180,0,.4);transform:translateY(-2px)}.btn--contour-blanc{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--contour-blanc:hover:not(:disabled){background:hsla(0,0%,100%,.12);border-color:#fff}.btn--danger{background:linear-gradient(135deg,#C8242A,rgb(174.0677966102,31.3322033898,36.5542372881));color:#fff;border-color:rgba(0,0,0,0);box-shadow:0 1px 3px rgba(200,36,42,.2)}.btn--danger:hover:not(:disabled){box-shadow:0 4px 12px rgba(200,36,42,.35);transform:translateY(-1px);background:linear-gradient(135deg,rgb(182.7118644068,32.8881355932,38.3694915254),rgb(156.7796610169,28.2203389831,32.9237288136))}.btn--succes{background:linear-gradient(135deg,#16A34A,#15803D);color:#fff;border-color:rgba(0,0,0,0);box-shadow:0 1px 3px rgba(22,163,74,.2)}.btn--succes:hover:not(:disabled){box-shadow:0 4px 12px rgba(22,163,74,.35);transform:translateY(-1px);background:linear-gradient(135deg,#15803D,#166534)}.btn--ghost{background:rgba(0,0,0,0);color:#6b7280;border-color:#e5e7eb}.btn--ghost:hover:not(:disabled){background:#f3f4f6;color:#1f2937;border-color:hsl(220,13.0434782609%,82.9803921569%)}.btn--sm{padding:.5rem 1rem;font-size:.75rem;border-radius:4px}.btn--lg{padding:1rem 2rem;font-size:1rem;border-radius:16px;letter-spacing:.03em}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important;filter:saturate(.7)}.btn__spinner{width:15px;height:15px;flex-shrink:0;border-radius:50%;border-color:currentcolor currentcolor rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:2px;opacity:.8;animation:tournerBouton .55s cubic-bezier(.5,0,.5,1) infinite}.btn__icone,.btn__icone-droite{display:inline-flex;align-items:center;font-size:1.1em;flex-shrink:0}@keyframes tournerBouton{to{transform:rotate(1turn)}}.btn-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1.5px solid rgba(0,0,0,0);cursor:pointer;background:none;padding:0;transition:background .18s cubic-bezier(.4,0,.2,1),border-color .18s ease,transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease}.btn-action svg{pointer-events:none}.btn-action:hover:not(:disabled){transform:scale(1.12);box-shadow:0 2px 8px rgba(0,0,0,.12)}.btn-action:active:not(:disabled){transform:scale(.94)}.btn-action:focus-visible{outline:2px solid currentColor;outline-offset:2px}.btn-action:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.btn-action--bleu{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.btn-action--bleu:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.btn-action--rouge{background:#fef2f2;border-color:#fecaca;color:#dc2626}.btn-action--rouge:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.btn-action--vert{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.btn-action--vert:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.btn-action--gris{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.btn-action--gris:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.btn-action--orange{background:#fffbeb;border-color:#fde68a;color:#d97706}.btn-action--orange:hover:not(:disabled){background:#fef3c7;border-color:#fcd34d}.btn-action--violet{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}.btn-action--violet:hover:not(:disabled){background:#ede9fe;border-color:#c4b5fd}.btn-action__spinner{width:13px;height:13px;border-radius:50%;border-color:currentcolor currentcolor rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:2px;opacity:.8;animation:tournerBouton .55s cubic-bezier(.5,0,.5,1) infinite}.btn-actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.champ-groupe{display:flex;flex-direction:column;gap:.5rem}.champ-label{font-size:.875rem;font-weight:600;color:#1f2937;letter-spacing:.01em}.champ-label--requis:after{content:" *";color:#c8242a;font-weight:700}.champ-emoji-zone__select,.champ-select,.champ-textarea,.champ-texte{width:100%;padding:.75rem 1rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;font-family:Inter,system-ui,sans-serif;font-size:1rem;color:#1f2937;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .18s ease}.champ-emoji-zone__select::placeholder,.champ-select::placeholder,.champ-textarea::placeholder,.champ-texte::placeholder{color:hsl(220,8.9361702128%,64.0784313725%);font-weight:400}.champ-emoji-zone__select:hover:not(:disabled):not(:focus),.champ-select:hover:not(:disabled):not(:focus),.champ-textarea:hover:not(:disabled):not(:focus),.champ-texte:hover:not(:disabled):not(:focus){border-color:hsl(220,13.0434782609%,75.9803921569%);background:hsl(0,0%,99.5%)}.champ-emoji-zone__select:focus,.champ-select:focus,.champ-textarea:focus,.champ-texte:focus{outline:none;border-color:#0e2a6b;box-shadow:0 0 0 3px rgba(14,42,107,.1),0 1px 4px rgba(14,42,107,.06);background-color:#fff}.champ-emoji-zone__select:disabled,.champ-select:disabled,.champ-textarea:disabled,.champ-texte:disabled{background:#f8fafc;color:#6b7280;cursor:not-allowed;opacity:.65;border-color:hsl(220,13.0434782609%,94.9803921569%)}.champ-texte--sm{padding:.5rem .75rem;font-size:.875rem}.champ-texte--lg{padding:1rem 1.25rem;font-size:1.125rem;border-radius:16px}.champ-texte--icone-gauche{padding-left:2.75rem}.champ-texte--icone-droite{padding-right:2.75rem}.champ-texte--emoji{font-size:1.4rem;text-align:center;letter-spacing:.05em}.champ-toolbar{display:flex;gap:.5rem;padding:.5rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-bottom:none;border-radius:4px 4px 0 0}.champ-toolbar__btn{display:inline-flex;align-items:center;gap:.25rem;padding:3px .75rem;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#1f2937;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.champ-toolbar__btn:hover{background:rgba(14,42,107,.1);border-color:#0e2a6b;color:#0e2a6b}.champ-textarea{resize:vertical;min-height:120px;line-height:1.75}.champ-textarea--fixe{resize:none}.champ-textarea--grand{min-height:220px}.champ-textarea--avec-toolbar{border-top-left-radius:0;border-top-right-radius:0}.champ-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:2.75rem;cursor:pointer}.champ-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230E2A6B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.champ-select option{color:#1f2937;background:#fff}.champ-emoji-zone{display:flex;gap:.5rem}.champ-emoji-zone__select{flex:1 1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:14px;padding-right:2.25rem;cursor:pointer;font-size:1rem}.champ-emoji-zone .champ-texte--emoji{width:72px;flex-shrink:0;text-align:center;font-size:1.3rem;padding:.5rem}.champ-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.champ-checkbox__input{position:relative;flex-shrink:0;width:20px;height:20px;border:2px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:1px;transition:border-color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1),box-shadow .15s ease}.champ-checkbox__input:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5l4 4L13 1' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/11px no-repeat;opacity:0;transform:scale(.7);transition:opacity .12s ease,transform .12s cubic-bezier(.4,0,.2,1)}.champ-checkbox__input:checked{background:#0e2a6b;border-color:#0e2a6b}.champ-checkbox__input:checked:after{opacity:1;transform:scale(1)}.champ-checkbox__input:hover:not(:disabled):not(:checked){border-color:#0e2a6b;background:rgba(14,42,107,.04)}.champ-checkbox__input:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(14,42,107,.18)}.champ-checkbox__input:disabled{background:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.champ-checkbox__libelle{font-size:.875rem;color:#1f2937;line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.champ-checkbox__libelle a{color:#0e2a6b;font-weight:600;text-decoration:underline}.champ-radio{display:flex;align-items:center;gap:.75rem;cursor:pointer}.champ-radio__input{position:relative;flex-shrink:0;width:20px;height:20px;border:2px solid #e5e7eb;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s ease}.champ-radio__input:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:8px;height:8px;border-radius:50%;background:#0e2a6b;transition:transform .15s cubic-bezier(.34,1.56,.64,1)}.champ-radio__input:checked{border-color:#0e2a6b}.champ-radio__input:checked:after{transform:translate(-50%,-50%) scale(1)}.champ-radio__input:hover:not(:disabled):not(:checked){border-color:#0e2a6b;background:rgba(14,42,107,.04)}.champ-radio__input:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(14,42,107,.18)}.champ-radio__input:disabled{background:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.champ-radio__libelle{font-size:.875rem;color:#1f2937;-webkit-user-select:none;-moz-user-select:none;user-select:none}.champ-groupe-options{display:flex;flex-direction:column;gap:.75rem}.champ-groupe-options--horizontal{flex-direction:row;flex-wrap:wrap;gap:1rem}.champ-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer}.champ-toggle__input{position:relative;width:46px;height:26px;border-radius:13px;background:#cbd5e1;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;transition:background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease}.champ-toggle__input:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.champ-toggle__input:checked{background:#0e2a6b}.champ-toggle__input:checked:after{transform:translateX(20px)}.champ-toggle__input:hover:not(:disabled){box-shadow:0 0 0 3px rgba(14,42,107,.1)}.champ-toggle__input:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(14,42,107,.2)}.champ-toggle__input:disabled{opacity:.45;cursor:not-allowed}.champ-toggle__libelle{font-size:.875rem;color:#1f2937;-webkit-user-select:none;-moz-user-select:none;user-select:none}.champ-avec-icone{position:relative}.champ-avec-icone__icone{position:absolute;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1.125rem;pointer-events:none;display:flex;align-items:center;transition:color .15s ease}.champ-avec-icone__icone--gauche{left:1rem}.champ-avec-icone__icone--droite{right:1rem}.champ-avec-icone__icone a,.champ-avec-icone__icone button{pointer-events:auto;cursor:pointer}.champ-avec-icone:focus-within .champ-avec-icone__icone{color:#0e2a6b}.champ-aide{color:#6b7280;gap:4px}.champ-aide,.champ-erreur{font-size:.75rem;margin-top:.25rem;display:flex;align-items:center}.champ-erreur{color:#b91c1c;gap:5px;font-weight:500;animation:champErreurApparition .2s ease}.champ-erreur:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") 50%/contain no-repeat}.champ-succes-msg{font-size:.75rem;color:#15803d;margin-top:.25rem;display:flex;align-items:center;gap:5px;font-weight:500}.champ-succes-msg:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315803D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E") 50%/contain no-repeat}@keyframes champErreurApparition{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.champ-compteur{font-size:.75rem;color:#6b7280;text-align:right;margin-top:.25rem}.champ-compteur--proche{color:#d97706}.champ-compteur--depasse{color:#c8242a;font-weight:600}.champ-fichier{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;border:2px dashed #e5e7eb;border-radius:16px;background:#fafbfc;cursor:pointer;text-align:center;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}.champ-fichier--glissement,.champ-fichier:hover{border-color:#0e2a6b;background:rgba(14,42,107,.03);box-shadow:0 0 0 4px rgba(14,42,107,.06)}.champ-fichier--glissement{transform:scale(1.01)}.champ-fichier--erreur{background:#fff8f8}.champ-fichier--desactive,.champ-fichier__icone{opacity:.5}.champ-fichier__sous-texte{color:hsl(220,8.9361702128%,56.0784313725%);margin-top:-.5rem}.champ-fichier__input{display:none}.champ-fichier__liste{margin:.5rem 0 0;width:100%}.champ-fichier__item{gap:.5rem;background:#fff;border:1px solid #e5e7eb;padding:.5rem .75rem;font-size:.75rem}.champ-fichier__item-icone{color:#0e2a6b}.champ-fichier__item-suppr{color:#6b7280;transition:color .15s}.champ-fichier__item-suppr:hover{color:#c8242a}.zone-photo{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem}.zone-photo__conteneur{position:relative;overflow:hidden;cursor:pointer;background:#f3f4f6;border:2.5px dashed #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.zone-photo__conteneur--rond{border-radius:50%}.zone-photo__conteneur--carre{border-radius:16px}.zone-photo__conteneur:hover{border-color:#0e2a6b;box-shadow:0 0 0 4px rgba(14,42,107,.08)}.zone-photo__image{width:100%;height:100%;object-fit:cover;display:block}.zone-photo__vide{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.zone-photo__icone{font-size:2rem;color:#6b7280;opacity:.6}.zone-photo__texte{font-size:.75rem;color:#6b7280;font-weight:500;text-align:center;padding:0 .5rem}.zone-photo__survol{position:absolute;inset:0;background:rgba(14,42,107,.55);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:#fff;font-size:1.25rem}.zone-photo__conteneur:hover .zone-photo__survol{opacity:1}.zone-photo__actions{display:flex;gap:.5rem}.zone-photo__btn-changer,.zone-photo__btn-supprimer{font-size:.75rem;padding:.25rem .75rem;border-radius:4px;font-weight:600;cursor:pointer;transition:background .15s ease}.zone-photo__btn-changer{background:#0e2a6b;color:#fff}.zone-photo__btn-changer:hover{background:rgb(9.279338843,27.8380165289,70.920661157)}.zone-photo__btn-supprimer{background:rgba(200,36,42,.1);color:#c8242a}.zone-photo__btn-supprimer:hover{background:rgba(200,36,42,.2)}.zone-photo__input{display:none}.zone-photo__chargement{position:absolute;inset:0;background:hsla(0,0%,100%,.75);display:flex;align-items:center;justify-content:center}.formulaire__grille--plein,.formulaire__plein{grid-column:1/-1}.formulaire__separateur{grid-column:1/-1;height:1px;background:#e5e7eb;margin:.5rem 0}.formulaire__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;flex-wrap:wrap}@media(max-width:576px){.formulaire__actions{flex-direction:column}}.champ-photo{display:flex;flex-direction:column;align-items:center;gap:.75rem}.champ-photo__apercu{width:200px;height:200px;border-radius:10px;border:2px dashed #e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;background:#fafaf9;transition:border-color .15s}.champ-photo__apercu img{width:100%;height:100%;object-fit:cover;display:block}.champ-photo__apercu:hover{border-color:#0e2a6b}.champ-photo__actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}.champ-photo__overlay{position:absolute;inset:0;background:rgba(0,0,0,.65);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.champ-photo__spinner{width:28px;height:28px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:champ-photo-spin .8s linear infinite}.champ-photo__etape{color:#fff;font-size:.65rem;font-weight:500;text-align:center;padding:0 .5rem;line-height:1.3}.champ-photo__info{font-size:.72rem;color:#6b7280;text-align:center;line-height:1.4;max-width:200px}.champ-photo__lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:champ-photo-fadein .15s ease}.champ-photo__lightbox-img{max-width:min(520px,92vw);max-height:88vh;border-radius:10px;box-shadow:0 12px 48px rgba(0,0,0,.5);object-fit:contain;cursor:default}.champ-photo__lightbox-fermer{position:absolute;top:1rem;right:1rem;width:38px;height:38px;background:hsla(0,0%,100%,.12);border:1.5px solid hsla(0,0%,100%,.35);border-radius:50%;color:#fff;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;line-height:1}.champ-photo__lightbox-fermer:hover{background:hsla(0,0%,100%,.25)}@keyframes champ-photo-spin{to{transform:rotate(1turn)}}@keyframes champ-photo-fadein{0%{opacity:0}to{opacity:1}}.modale{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fonduModaleOverlay .2s ease forwards}.modale__contenu{position:relative;background:#fff;border-radius:24px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.1),0 32px 64px rgba(0,0,0,.15);display:flex;flex-direction:column;max-height:90vh;width:100%;animation:monterModaleContenu .28s cubic-bezier(.34,1.4,.64,1) forwards}.modale__contenu--xs{max-width:360px}.modale__contenu--sm{max-width:480px}.modale__contenu--md{max-width:620px}.modale__contenu--lg{max-width:800px}.modale__contenu--xl{max-width:1040px}.modale__contenu--plein-ecran{max-width:100%;max-height:100%;border-radius:0}@media(max-width:576px){.modale__contenu{max-height:95vh;border-radius:16px 16px 0 0;animation:monterModaleContenuMobile .3s cubic-bezier(.34,1.2,.64,1) forwards;align-self:flex-end}}.modale__entete{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:1rem}.modale__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#0e2a6b;margin:0;line-height:1.3}.modale__fermer{width:34px;height:34px;border-radius:50%;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:none;transition:background .15s ease,color .15s ease,transform .15s ease}.modale__fermer:hover{background:#fee2e2;color:#b91c1c;transform:scale(1.08)}.modale__fermer:active{transform:scale(.95)}.modale__corps{padding:1.5rem;overflow-y:auto;flex:1 1;min-height:0}.modale__corps::-webkit-scrollbar{width:5px}.modale__corps::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:99px}.modale__actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafbfc;border-radius:0 0 24px 24px;flex-shrink:0;flex-wrap:wrap}@media(max-width:576px){.modale__actions{flex-direction:column-reverse;border-radius:0}}.modal-notif{position:fixed;top:1.5rem;right:1.5rem;z-index:9999;width:340px;border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.12),0 20px 48px rgba(0,0,0,.08);animation:toastEntree .35s cubic-bezier(.34,1.4,.64,1) forwards}@media(max-width:576px){.modal-notif{top:auto;bottom:1rem;right:1rem;left:1rem;width:auto}}.modal-notif__fond{z-index:9998}.modal-notif__fermer{background:rgba(0,0,0,.05);border:none;transition:background .15s,color .15s}.modal-notif__fermer:hover{background:rgba(0,0,0,.1);color:#1f2937}.modal-notif--succes{border-left:4px solid #22c55e}.modal-notif--erreur{border-left:4px solid #ef4444}.modal-notif--info{border-left:4px solid #3b82f6}.modal-notif__icone{width:44px;height:44px;border-radius:8px;flex-shrink:0;margin:1.25rem 0 1.25rem 1.25rem}.modal-notif__icone--info{color:#2563eb}.modal-notif,.modal-notif__fond+.modal-notif{display:grid;grid-template-areas:"icone titre  fermer" "icone message fermer" "barre barre   barre";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;align-items:start}.modal-notif__icone{grid-area:icone;align-self:center}.modal-notif__titre{grid-area:titre;font-size:.875rem;color:#1f2937;margin:1.25rem 1.25rem .25rem 1rem;line-height:1.3}.modal-notif__message{grid-area:message;font-size:.75rem;margin:0 1.25rem 1.25rem 1rem;line-height:1.5}.modal-notif__barre{grid-area:barre;height:3px}.modal-notif__barre-progression{animation:toastBarre linear forwards}@keyframes fonduModaleOverlay{0%{opacity:0}to{opacity:1}}@keyframes monterModaleContenu{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes monterModaleContenuMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toastEntree{0%{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes toastBarre{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.notifications-conteneur{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:380px;width:calc(100% - 3rem)}@media(max-width:576px){.notifications-conteneur{bottom:1rem;right:1rem;left:1rem;max-width:none;width:auto}}.notification{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.14);border-left:4px solid rgba(0,0,0,0);animation:glisserNotification .3s ease;position:relative;overflow:hidden}.notification--succes{border-left-color:#16a34a}.notification--erreur{border-left-color:#c8242a}.notification--info{border-left-color:#0e2a6b}.notification--avertissement{border-left-color:#f4b400}.notification__icone{font-size:1.25rem;flex-shrink:0;margin-top:1px}.notification__corps{flex:1 1;min-width:0}.notification__titre{font-weight:700;font-size:.875rem;color:#1f2937;margin-bottom:.25rem}.notification__message{font-size:.875rem;color:#6b7280;line-height:1.5}.notification__fermer{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:none;color:#6b7280;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,color .3s ease}.notification__fermer:hover{background:#f3f4f6;color:#1f2937}.notification__barre{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:.25;animation:reduireNotification linear forwards}@keyframes glisserNotification{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes reduireNotification{0%{width:100%}to{width:0}}.pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2rem}@media(max-width:576px){.pagination{justify-content:center}}.pagination__infos{font-size:.875rem;color:#6b7280}@media(max-width:576px){.pagination__infos{display:none}}.pagination__liste{display:flex;align-items:center;gap:.25rem}.pagination__btn{min-width:38px;height:38px;padding:0 .5rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease}.pagination__btn:hover:not(:disabled):not(.pagination__btn--ellipse){border-color:#0e2a6b;color:#0e2a6b;background:rgba(14,42,107,.06);transform:translateY(-1px);box-shadow:0 2px 8px rgba(14,42,107,.15)}.pagination__btn:active:not(:disabled){transform:translateY(0) scale(.96)}.pagination__btn:focus-visible{outline:2px solid #0e2a6b;outline-offset:2px}.pagination__btn--actif{background:#0e2a6b;border-color:#0e2a6b;color:#fff;box-shadow:0 2px 8px rgba(14,42,107,.35)}.pagination__btn--actif:hover{background:rgb(10.4595041322,31.3785123967,79.9404958678);transform:translateY(-1px);box-shadow:0 4px 12px rgba(14,42,107,.4)}.pagination__btn--ellipse{border-color:rgba(0,0,0,0);background:none;cursor:default;color:#6b7280;letter-spacing:.1em}.pagination__btn--ellipse:hover{background:none;border-color:rgba(0,0,0,0);transform:none;box-shadow:none}.pagination__btn--nav{color:#6b7280}.pagination__btn--nav svg{pointer-events:none}.pagination__btn:disabled{opacity:.35;cursor:not-allowed}.pagination__btn:disabled:hover{transform:none;box-shadow:none}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:3px .75rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.025em;white-space:nowrap;border:1px solid rgba(0,0,0,0);transition:opacity .15s ease,transform .15s ease}.badge--principal{background:rgba(14,42,107,.08);color:#0e2a6b;border-color:rgba(14,42,107,.18)}.badge--secondaire{background:rgba(200,36,42,.08);color:rgb(178.3898305085,32.1101694915,37.4618644068);border-color:rgba(200,36,42,.2)}.badge--accent{background:rgba(244,180,0,.15);color:rgb(101.2,74.6557377049,0);border-color:rgba(244,180,0,.3)}.badge--succes{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.badge--avertissement{background:#fef3c7;color:#92400e;border-color:#fde68a}.badge--erreur{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.badge--neutre{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.badge--sombre{background:#1f2937;color:#fff;border-color:rgba(0,0,0,0)}.badge--info{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.badge--sm{font-size:.65rem;padding:2px .5rem}.badge--lg{font-size:.875rem;padding:.5rem 1rem}.badge__point{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0;animation:pointPulse 2s ease-in-out infinite}.badge__fermer{display:inline-flex;align-items:center;justify-content:center;margin-left:.25rem;width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,.08);cursor:pointer;transition:background .15s ease,transform .15s ease}.badge__fermer:hover{background:rgba(0,0,0,.16);transform:scale(1.1)}@keyframes pointPulse{0%,to{opacity:1}50%{opacity:.4}}.avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-weight:700;font-family:Inter,system-ui,sans-serif;background:rgba(14,42,107,.12);color:#0e2a6b;position:relative}.avatar--rond{border-radius:50%}.avatar--carre{border-radius:8px}.avatar--xs{width:28px;height:28px;font-size:.75rem}.avatar--sm{width:36px;height:36px;font-size:.875rem}.avatar--md{width:48px;height:48px;font-size:1rem}.avatar--lg{width:64px;height:64px;font-size:1.25rem}.avatar--xl{width:96px;height:96px;font-size:1.875rem}.avatar--xxl{width:128px;height:128px;font-size:2.25rem}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar__statut{position:absolute;bottom:0;right:0;width:25%;height:25%;min-width:8px;min-height:8px;border-radius:50%;border:2px solid #fff}.avatar__statut--en-ligne{background:#16a34a}.avatar__statut--occupe{background:#f4b400}.avatar__statut--absent,.avatar__statut--hors-ligne{background:#6b7280}.avatar--couleur-0{background:rgba(14,42,107,.12);color:#0e2a6b}.avatar--couleur-1{background:rgba(200,36,42,.12);color:#c8242a}.avatar--couleur-2{background:rgba(244,180,0,.18);color:rgb(116.5,85.9426229508,0)}.avatar--couleur-3{background:rgba(22,163,74,.12);color:#15803d}.avatar--couleur-4{background:rgba(99,102,241,.12);color:#4338ca}.avatar--couleur-5{background:rgba(236,72,153,.12);color:#be185d}.avatar-groupe{display:flex}.avatar-groupe .avatar{border:2px solid #fff;margin-left:-10px}.avatar-groupe .avatar:first-child{margin-left:0}.alerte{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:16px;border:1px solid rgba(0,0,0,0);border-left-width:4px;position:relative;animation:alerteApparition .25s cubic-bezier(.4,0,.2,1)}.alerte--info{background:#eff6ff;border-color:#bfdbfe #bfdbfe #bfdbfe #3b82f6;color:#1e3a5f}.alerte--info .alerte__icone{color:#2563eb}.alerte--succes{background:#f0fdf4;border-color:#bbf7d0 #bbf7d0 #bbf7d0 #22c55e;color:#14532d}.alerte--succes .alerte__icone{color:#16a34a}.alerte--avertissement{background:#fffbeb;border-color:#fde68a #fde68a #fde68a #f59e0b;color:#78350f}.alerte--avertissement .alerte__icone{color:#d97706}.alerte--erreur{background:#fff5f5;border-color:#fecaca #fecaca #fecaca #ef4444;color:#7f1d1d}.alerte--erreur .alerte__icone{color:#dc2626}.alerte__icone{flex-shrink:0;margin-top:1px}.alerte__icone,.alerte__icone svg{width:20px;height:20px}.alerte__corps{flex:1 1;min-width:0}.alerte__titre{font-weight:700;font-size:.875rem;margin-bottom:.25rem;line-height:1.4}.alerte__message{font-size:.875rem;line-height:1.6;opacity:.85;margin:0}.alerte__actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.alerte__fermer{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:none;border:none;color:inherit;opacity:.45;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease,background .15s ease,transform .15s ease;margin:-2px -4px 0 0}.alerte__fermer:hover{opacity:1;background:rgba(0,0,0,.06);transform:scale(1.1)}.alerte__fermer:active{transform:scale(.95)}@keyframes alerteApparition{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.accordeon{display:flex;flex-direction:column;gap:.5rem}.accordeon--sans-bord .accordeon__item{border-radius:0;border:none;border-bottom:1px solid #e5e7eb}.accordeon__item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .2s ease,border-color .2s ease}.accordeon__item--ouvert{border-color:rgba(14,42,107,.25);box-shadow:0 0 0 1px rgba(14,42,107,.08),0 4px 12px rgba(14,42,107,.08)}.accordeon__item--ouvert .accordeon__entete{background:rgba(14,42,107,.04);color:#0e2a6b}.accordeon__item--ouvert .accordeon__chevron{transform:rotate(180deg);color:#0e2a6b}.accordeon__entete{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .18s cubic-bezier(.4,0,.2,1),color .18s ease;width:100%;background:none;border:none;text-align:left}.accordeon__entete:hover{background:#f3f4f6}.accordeon__entete:focus-visible{outline:2px solid #0e2a6b;outline-offset:-2px}.accordeon__titre{font-weight:600;font-size:1rem;color:inherit;display:flex;align-items:center;gap:.75rem}.accordeon__chevron{flex-shrink:0;color:#6b7280;transition:transform .25s cubic-bezier(.34,1.2,.64,1),color .18s ease}.accordeon__chevron svg{display:block}.accordeon__corps{padding:1.25rem;font-size:.875rem;color:#6b7280;line-height:1.75;border-top:1px solid #e5e7eb;animation:ouvrirAccordeon .22s cubic-bezier(.4,0,.2,1)}@keyframes ouvrirAccordeon{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.onglets{display:flex;flex-direction:column}.onglets__barre{display:flex;border-bottom:2px solid #e5e7eb;gap:0;overflow-x:auto;scrollbar-width:none}.onglets__barre::-webkit-scrollbar{display:none}.onglets__btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;font-family:Inter,system-ui,sans-serif;color:#6b7280;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1)}.onglets__btn:hover:not(:disabled){color:#1f2937}.onglets__btn:focus-visible{outline:2px solid #0e2a6b;outline-offset:-2px;border-radius:4px 4px 0 0}.onglets__btn--actif{color:#0e2a6b;border-bottom-color:#0e2a6b}.onglets__btn:disabled{opacity:.4;cursor:not-allowed}.onglets__icone{display:flex;align-items:center;font-size:1rem}.onglets__compteur{background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:700;padding:1px 7px;border-radius:100px;min-width:20px;text-align:center;transition:background .18s ease,color .18s ease}.onglets__btn--actif .onglets__compteur{background:rgba(14,42,107,.12);color:#0e2a6b}.onglets__contenu{padding-top:1.5rem;animation:apparaitreOnglet .2s cubic-bezier(.4,0,.2,1)}.onglets__contenu--cache{display:none}.onglets--pilules .onglets__barre{border-bottom:none;background:#f3f4f6;border-radius:16px;padding:.25rem;gap:.25rem}.onglets--pilules .onglets__btn{border-radius:8px;margin-bottom:0;border-bottom:none;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.onglets--pilules .onglets__btn--actif{background:#fff;color:#0e2a6b;box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.04)}@keyframes apparaitreOnglet{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tableau-conteneur{background:#fff;border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.06);overflow-x:auto}.tableau-conteneur::-webkit-scrollbar{height:5px}.tableau-conteneur::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:99px}.tableau-entete{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:1rem}.tableau-entete__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#0e2a6b}.tableau-entete__actions{display:flex;gap:.75rem;align-items:center}.tableau{width:100%;min-width:600px;border-collapse:collapse;font-size:.875rem}.tableau thead{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f8fafc}.tableau th{text-align:left;padding:.75rem 1.25rem;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;white-space:nowrap;border-bottom:2px solid #e5e7eb}.tableau th--triable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s ease}.tableau th--triable:hover{color:#0e2a6b}.tableau th--triable:hover .tableau__tri-icone{opacity:1}.tableau th--triable:focus-visible{outline:2px solid #0e2a6b;outline-offset:-2px;border-radius:4px}.tableau th--nombre{text-align:right}.tableau th--centre{text-align:center}.tableau__tri-icone{display:inline-flex;align-items:center;margin-left:.25rem;opacity:.4;transition:opacity .15s ease,transform .2s cubic-bezier(.34,1.56,.64,1);vertical-align:middle}.tableau__tri-icone svg{display:block}.tableau th.tableau__th--tri-asc .tableau__tri-icone,.tableau th.tableau__th--tri-desc .tableau__tri-icone{opacity:1}.tableau td{padding:1rem 1.25rem;color:#1f2937;border-bottom:1px solid #e5e7eb;vertical-align:middle}.tableau td--nombre{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tableau td--centre{text-align:center}.tableau td--gris{color:#6b7280;font-size:.75rem}.tableau tbody tr{transition:background .12s ease}.tableau tbody tr:last-child td{border-bottom:none}.tableau tbody tr:hover{background:rgba(14,42,107,.03)}.tableau tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 #0e2a6b}.tableau tbody tr--selectionne{background:rgba(14,42,107,.06)}.tableau tbody tr--selectionne td:first-child{box-shadow:inset 3px 0 0 #0e2a6b}.tableau tbody tr--cliquable{cursor:pointer}.tableau--compact td,.tableau--compact th{padding:.5rem 1rem}.tableau-vide{text-align:center;padding:4rem 2rem!important;color:#6b7280}.tableau-vide__icone{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#f3f4f6;margin:0 auto 1rem;color:#6b7280;opacity:.6}.tableau-vide__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.tableau-vide__message{font-size:.875rem}.tableau-pied{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafbfc;border-radius:0 0 16px 16px;flex-wrap:wrap;gap:1rem}.tableau-pied__infos{font-size:.875rem;color:#6b7280}.tableau-defilement{overflow-x:auto;min-height:120px}@keyframes scintillerSqlt{0%{background-position:-600px 0}to{background-position:600px 0}}.squelette,.squelette-carte__image,.squelette-carte__ligne,.squelette-carte__titre,.squelette-form-champ__input,.squelette-form-champ__label,.squelette-liste-item__action,.squelette-liste-item__avatar,.squelette-liste-item__nom,.squelette-liste-item__sous,.squelette-texte span{background:linear-gradient(90deg,#F1F5F9,#E8EDF4 40%,#F1F5F9 60%,#F1F5F9);background-size:1200px 100%;animation:scintillerSqlt 1.6s ease-in-out infinite;border-radius:4px}.squelette{display:block}.squelette--rond{border-radius:50%}.squelette--carre{border-radius:8px}.squelette--texte{height:1em;border-radius:4px}.squelette--titre{height:1.5em;border-radius:4px}.squelette--bouton{height:2.5rem;border-radius:8px}.squelette--image{border-radius:16px}.squelette--xs{width:40px}.squelette--sm{width:80px}.squelette--md{width:160px}.squelette--lg{width:240px}.squelette--xl{width:320px}.squelette--plein{width:100%}.squelette--entete{height:72px;width:100%;border-radius:8px}.squelette--onglets{height:48px;width:100%;border-radius:8px}.squelette--contenu{height:240px;width:100%;border-radius:8px}.squelette--court{height:120px;width:100%;border-radius:8px}.squelette-texte{display:flex;flex-direction:column;gap:.5rem}.squelette-texte span{display:block;height:.9em;border-radius:4px}.squelette-texte span:last-child{width:65%}.squelette-carte{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}.squelette-carte__image{width:100%;aspect-ratio:16/9}.squelette-carte__corps{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.squelette-carte__titre{height:1.25em;width:80%;border-radius:4px}.squelette-carte__ligne{height:.85em;border-radius:4px}.squelette-carte__ligne:nth-child(3){width:90%}.squelette-carte__ligne:nth-child(4){width:60%}.squelette-liste-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.squelette-liste-item:last-child{border-bottom:none}.squelette-liste-item__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.squelette-liste-item__info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.squelette-liste-item__nom{height:.9em;width:140px;border-radius:4px}.squelette-liste-item__sous{height:.8em;width:80px;border-radius:4px}.squelette-liste-item__action{width:60px;height:30px;border-radius:8px}.squelette-form-champ{display:flex;flex-direction:column;gap:.5rem}.squelette-form-champ__label{height:.8em;width:100px;border-radius:4px}.squelette-form-champ__input{height:44px;width:100%;border-radius:8px}.entete{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#0e2a6b;transition:box-shadow .25s ease,background .25s ease}.entete--defilé{box-shadow:0 1px 0 hsla(0,0%,100%,.06),0 4px 20px rgba(0,0,0,.3)}.entete__conteneur{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1.5rem}.entete__logo{display:flex;align-items:center;gap:.75rem;color:#fff;flex-shrink:0;transition:opacity .18s ease}.entete__logo-img{height:42px;width:auto;object-fit:contain;display:block;flex-shrink:0}.entete__logo-texte{display:flex;flex-direction:column;line-height:1.2}.entete__logo-texte strong{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#f4b400}.entete__logo-texte span{font-size:.75rem;color:hsla(0,0%,100%,.65);letter-spacing:.06em;text-transform:uppercase}.entete__logo:hover{opacity:.88}.entete__nav{flex:1 1}@media(max-width:992px){.entete__nav{display:none;position:absolute;top:72px;left:0;right:0;background:rgb(10.4595041322,31.3785123967,79.9404958678);padding:.75rem 1rem 1.25rem;box-shadow:0 12px 32px rgba(0,0,0,.3);animation:menuMobile .22s cubic-bezier(.4,0,.2,1)}.entete__nav--ouvert{display:block}}.entete__liste{display:flex;list-style:none;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.25rem}@media(max-width:992px){.entete__liste{flex-direction:column;align-items:stretch;gap:2px}}.entete__lien{display:block;color:hsla(0,0%,100%,.78);padding:.5rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500;position:relative;transition:color .18s ease,background .18s ease}.entete__lien:after{content:"";position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background:#f4b400;border-radius:2px;transform:scaleX(0);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.entete__lien--actif,.entete__lien:hover{color:#f4b400;background:hsla(0,0%,100%,.07)}.entete__lien--actif:after,.entete__lien:hover:after{transform:scaleX(1)}@media(max-width:992px){.entete__lien{padding:.75rem 1rem;border-radius:8px}.entete__lien:after{display:none}}.entete__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.entete__burger{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem;cursor:pointer;border:none;border-radius:4px;transition:background .15s ease}.entete__burger:hover{background:hsla(0,0%,100%,.1)}.entete__burger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s cubic-bezier(.34,1.2,.64,1),opacity .18s ease}.entete__burger .entete__burger-barre--x1{transform:translateY(7px) rotate(45deg)}.entete__burger .entete__burger-barre--masquee{opacity:0;transform:scaleX(0)}.entete__burger .entete__burger-barre--x2{transform:translateY(-7px) rotate(-45deg)}@media(max-width:992px){.entete__burger{display:flex}}@keyframes menuMobile{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.bandeau-actualites{position:-webkit-sticky;position:sticky;top:72px;z-index:999;display:flex;align-items:center;background:#f4b400;color:#0e2a6b;overflow:hidden;height:38px;width:100%;max-width:100vw}.bandeau-actualites__etiquette{flex-shrink:0;font-weight:700;font-size:.78rem;padding:0 1rem;background:#0e2a6b;color:#fff;height:100%;display:flex;align-items:center;white-space:nowrap}.bandeau-actualites__piste{flex:1 1;min-width:0;overflow:hidden;display:flex;white-space:nowrap}.bandeau-actualites__contenu{display:flex;align-items:center;flex-shrink:0;animation:bandeau-defilement 35s linear infinite}.bandeau-actualites__item{display:inline-flex;align-items:center;color:#0e2a6b;text-decoration:none;font-size:.82rem;padding:0 2rem}.bandeau-actualites__item strong{margin-right:.25rem}.bandeau-actualites__item:hover{text-decoration:underline}@keyframes bandeau-defilement{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.pied-de-page{background:rgb(10.4595041322,31.3785123967,79.9404958678);color:hsla(0,0%,100%,.78);padding:2.5rem 0 1rem;border-top:3px solid #f4b400}.pied-de-page__grille{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.2fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:992px){.pied-de-page__grille{grid-template-columns:1fr 1fr}}@media(max-width:768px){.pied-de-page__grille{grid-template-columns:1fr}}.pied-de-page__logo{display:flex;align-items:center;margin-bottom:1rem}.pied-de-page__titre{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:#f4b400;margin-bottom:1rem;letter-spacing:.03em;text-transform:uppercase}.pied-de-page__titre:after{content:"";display:block;width:28px;height:2px;background:#f4b400;border-radius:2px;margin-top:.5rem;opacity:.6}.pied-de-page__texte{font-size:.875rem;line-height:1.8;margin-bottom:1.25rem}.pied-de-page__vide{font-size:.875rem;opacity:.5;font-style:italic}.pied-de-page__reseaux{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pied-de-page__reseau{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.8);transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.pied-de-page__reseau:hover{background:#f4b400;color:#0e2a6b;border-color:#f4b400;transform:translateY(-2px) scale(1.05)}.pied-de-page__docs{list-style:none;display:flex;flex-direction:column;gap:.5rem}.pied-de-page__doc-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.78);font-size:.875rem;width:100%;transition:background .18s ease,border-color .18s ease,color .18s ease}.pied-de-page__doc-btn span{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pied-de-page__doc-btn svg{color:#f4b400;flex-shrink:0}.pied-de-page__doc-btn:hover{background:hsla(0,0%,100%,.07);border-color:rgba(244,180,0,.6);color:#f4b400}.pied-de-page__contact-item{display:flex;gap:.75rem;font-size:.875rem;margin-bottom:.75rem;align-items:flex-start}.pied-de-page__contact-item svg{color:#f4b400;flex-shrink:0;margin-top:2px}.pied-de-page__lien{color:hsla(0,0%,100%,.72);font-size:.875rem;transition:color .15s ease}.pied-de-page__lien:hover{color:#f4b400}.pied-de-page__lien-contact{display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem;font-size:.875rem;font-weight:600;color:#f4b400;transition:opacity .15s ease,gap .2s ease}.pied-de-page__lien-contact:hover{opacity:.82;gap:.5rem}.pied-de-page__mini-map{height:160px;border-radius:16px;overflow:hidden;margin-bottom:2rem;opacity:.85;border:1px solid hsla(0,0%,100%,.1);transition:opacity .2s ease}.pied-de-page__mini-map:hover{opacity:1}@media(max-width:576px){.pied-de-page__mini-map{height:120px}}.pied-de-page__separateur{height:1px;background:hsla(0,0%,100%,.08);margin-bottom:1.5rem}.pied-de-page__bas{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:hsla(0,0%,100%,.45)}.pied-de-page__bas a{color:rgba(244,180,0,.8);transition:color .15s ease}.pied-de-page__bas a:hover{color:#f4b400;text-decoration:underline}.carte{background:#fff;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s ease}.carte:hover{box-shadow:0 10px 40px rgba(0,0,0,.12)}.carte__image{width:100%;aspect-ratio:16/9;overflow:hidden}.carte__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.carte__image--defaut{background:linear-gradient(135deg,#EFF6FF,#DBEAFE)}.carte:hover .carte__image img{transform:scale(1.04)}.carte__corps{padding:1.5rem}.carte__categorie{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#f4b400;margin-bottom:.5rem}.carte__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:.75rem;-webkit-line-clamp:2}.carte__extrait,.carte__titre{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.carte__extrait{font-size:.875rem;color:#6b7280;line-height:1.7;margin-bottom:1rem;-webkit-line-clamp:3}.carte__pied{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#6b7280;padding-top:1rem;border-top:1px solid #e5e7eb}.carte-prestation{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08);border-top:4px solid #f4b400;transition:transform .3s ease}.carte-prestation:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.12)}.carte-prestation__icone{width:56px;height:56px;background:rgba(14,42,107,.08);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;color:#0e2a6b}.carte-prestation__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:.75rem}.carte-prestation__description{font-size:.875rem;color:#6b7280;line-height:1.7}.carte-info{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;align-items:flex-start;gap:1rem;border-left:4px solid #0e2a6b}.carte-info--secondaire{border-left-color:#c8242a}.carte-info--accent{border-left-color:#f4b400}.carte-info--succes{border-left-color:#16a34a}.carte-info__icone{width:48px;height:48px;border-radius:8px;background:rgba(14,42,107,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0e2a6b}.carte-info__icone svg{width:24px;height:24px}.carte-info__corps{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.carte-info__titre{font-size:.875rem;color:#6b7280;font-weight:500}.carte-info__valeur{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#0e2a6b;line-height:1.2}.carte-info__variation{font-size:.75rem;font-weight:600;color:#6b7280}.carte-info__variation--hausse{color:#16a34a}.carte-info__variation--baisse{color:#c8242a}.carte-membre{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .3s ease}.carte-membre:hover{box-shadow:0 10px 40px rgba(0,0,0,.12)}.carte-membre__photo{object-fit:cover}.carte-membre__photo,.carte-membre__photo-defaut{width:90px;height:90px;border-radius:50%;margin:0 auto 1rem;border:3px solid #f4b400}.carte-membre__photo-defaut{background:rgba(14,42,107,.1);display:flex;align-items:center;justify-content:center;font-size:1.875rem;color:#0e2a6b}.carte-membre__nom{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#0e2a6b;margin-bottom:.25rem}.carte-membre__fonction{font-size:.875rem;color:#f4b400;font-weight:600}@keyframes tournerChargeur{to{transform:rotate(1turn)}}.chargeur{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chargeur--xs{width:14px;height:14px}.chargeur--sm{width:18px;height:18px}.chargeur--md{width:30px;height:30px}.chargeur--lg{width:48px;height:48px}.chargeur--xl{width:64px;height:64px}.chargeur__cercle{display:block;width:100%;height:100%;border-radius:50%;border-color:#0e2a6b rgba(14,42,107,.5) rgba(14,42,107,.15) rgba(14,42,107,.15);border-style:solid;border-width:2.5px;animation:tournerChargeur .65s cubic-bezier(.4,0,.6,1) infinite}.chargeur-ecran{position:fixed;inset:0;background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.chargeur-ecran__texte{font-size:.875rem;color:#6b7280;font-weight:500;animation:pulseTexte 1.5s ease-in-out infinite}@keyframes pulseTexte{0%,to{opacity:.7}50%{opacity:1}}.fil-ariane__liste{flex-wrap:wrap;list-style:none;padding:0;margin:0 0 1rem}.fil-ariane__element,.fil-ariane__liste{display:flex;align-items:center;gap:.25rem}.fil-ariane__element{font-size:.875rem}.fil-ariane__lien{color:#0e2a6b;text-decoration:none;font-weight:500;padding:2px 4px;border-radius:4px;transition:color .15s ease,background .15s ease}.fil-ariane__lien:hover{color:rgb(8.0991735537,24.2975206612,61.9008264463);background:rgba(14,42,107,.07)}.fil-ariane__lien:focus-visible{outline:2px solid #0e2a6b;outline-offset:1px}.fil-ariane__courant{color:#6b7280;font-weight:500}.fil-ariane__separateur{display:flex;align-items:center;color:#6b7280;opacity:.4}.champ-fichier--glissement{border-color:#0e2a6b;background:rgba(14,42,107,.04)}.champ-fichier--erreur{border-color:#c8242a}.champ-fichier--desactive{opacity:.6;cursor:not-allowed;pointer-events:none}.champ-fichier__zone{display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.champ-fichier__icone{width:40px;height:40px;color:#6b7280;opacity:.6}.champ-fichier__texte{font-size:.875rem;color:#6b7280;font-weight:500}.champ-fichier__sous-texte{font-size:.75rem;color:hsl(220,8.9361702128%,61.0784313725%)}.champ-fichier__liste{list-style:none;padding:0;margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.champ-fichier__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;background:#f3f4f6;font-size:.875rem}.champ-fichier__item-icone{flex-shrink:0;color:#6b7280;width:18px;height:18px}.champ-fichier__item-nom{flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.champ-fichier__item-taille{color:#6b7280;font-size:.75rem;flex-shrink:0}.champ-fichier__item-suppr{flex-shrink:0;color:#c8242a;background:none;border:none;cursor:pointer;font-size:.875rem;padding:0 .25rem;opacity:.7;transition:opacity .3s ease}.champ-fichier__item-suppr:hover{opacity:1}.zone-photo__conteneur--sm{width:64px;height:64px}.zone-photo__conteneur--md{width:100px;height:100px}.zone-photo__conteneur--lg{width:140px;height:140px}.zone-photo__conteneur--xl{width:180px;height:180px}.zone-photo__conteneur--xxl{width:220px;height:220px}.zone-photo__conteneur--glissement{border-color:#0e2a6b;box-shadow:0 0 0 4px rgba(14,42,107,.1)}.zone-photo__conteneur--erreur{border-color:#c8242a}.zone-photo__conteneur--desactive{opacity:.6;cursor:not-allowed;pointer-events:none}.zone-photo__conteneur svg.zone-photo__icone{width:32px;height:32px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-layout{display:flex;min-height:100vh;background:#f1f5f9}.admin-barre-laterale{width:260px;min-height:100vh;background:#0e2a6b;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto;flex-shrink:0}.admin-barre-laterale::-webkit-scrollbar{display:none}.admin-barre-laterale__logo{padding:1.5rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;gap:.75rem;text-decoration:none}.admin-barre-laterale__logo-icone{font-size:1.75rem;color:#f4b400;line-height:1}.admin-barre-laterale__logo-texte{display:flex;flex-direction:column;gap:0}.admin-barre-laterale__logo-titre{font-family:Playfair Display,Georgia,serif;font-size:.875rem;font-weight:700;color:#fff;line-height:1.2}.admin-barre-laterale__logo-sous{font-size:.75rem;color:hsla(0,0%,100%,.55)}.admin-barre-laterale__nav{flex:1 1;padding:1rem 0;overflow-y:auto}.admin-barre-laterale__nav::-webkit-scrollbar{display:none}.admin-barre-laterale__pied{padding:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.admin-barre-laterale__profil{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;margin-bottom:.75rem;background:hsla(0,0%,100%,.06)}.admin-barre-laterale__profil-info{flex:1 1;min-width:0}.admin-barre-laterale__profil-nom{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-barre-laterale__profil-role{font-size:.75rem;color:hsla(0,0%,100%,.55)}.admin-menu{list-style:none;padding:0 .75rem;margin:0}.admin-menu__section-titre{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.35);padding:1.25rem .75rem .5rem}.admin-menu__item{margin-bottom:2px}.admin-menu__lien{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;text-decoration:none;color:hsla(0,0%,100%,.7);font-size:.875rem;font-weight:500;transition:background .3s ease,color .3s ease}.admin-menu__lien:hover{background:hsla(0,0%,100%,.08);color:#fff}.admin-menu__lien--actif{background:#f4b400;color:#0e2a6b;font-weight:600}.admin-menu__lien--actif:hover{background:rgb(218.5,161.1885245902,0);color:#0e2a6b}.admin-menu__icone{width:18px;height:18px;flex-shrink:0;opacity:.8}.admin-menu__badge{margin-left:auto;background:#c8242a;color:#fff;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:999px}.admin-menu__badge--interne{background:#4f46e5}.admin-menu__lien--replie{justify-content:center;padding:.75rem}.admin-menu__lien--groupe{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-top:.75rem}.admin-menu__lien--groupe:hover{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.75)}.admin-menu__lien--enfant{padding-left:calc(.75rem + 18px + .75rem);font-size:.82rem}.admin-contenu{flex:1 1;min-width:0;overflow-x:hidden;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;padding-top:64px}.admin-topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:260px;right:0;z-index:50;box-shadow:0 1px 4px rgba(0,0,0,.04);transition:left .25s ease}.admin-topbar__gauche{display:flex;align-items:center;gap:1rem}.admin-topbar__droite{display:flex;align-items:center;gap:.75rem}.admin-topbar__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#0e2a6b;font-weight:600}.admin-topbar__fil-ariane{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.admin-topbar__fil-racine{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:#0e2a6b;text-decoration:none}.admin-topbar__fil-racine:hover{text-decoration:underline}.admin-topbar__fil-sep{color:#6b7280;font-weight:300;font-size:1rem}.admin-topbar__fil-page{color:#6b7280;font-size:.875rem;font-weight:500}.admin-topbar__horloge{font-size:.75rem;font-weight:500;color:#6b7280;letter-spacing:.02em;white-space:nowrap;padding:.5rem .75rem;background:#f1f5f9;border-radius:4px}.admin-topbar__btn-icone{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:none;color:#6b7280;cursor:pointer;transition:background .3s ease,color .3s ease}.admin-topbar__btn-icone:hover{background:#f1f5f9;color:#0e2a6b}.admin-topbar__profil{position:relative}.admin-topbar__btn-profil{display:flex;align-items:center;background:none;cursor:pointer;border-radius:50%;padding:2px;transition:box-shadow .3s ease}.admin-topbar__btn-profil:hover{box-shadow:0 0 0 3px rgba(14,42,107,.15)}.admin-topbar__menu-profil{top:calc(100% + 10px);min-width:220px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.admin-topbar__menu-profil-info{display:flex;flex-direction:column;padding:1rem 1rem .75rem;gap:2px}.admin-topbar__menu-profil-nom{font-size:.875rem;font-weight:700;color:#0e2a6b}.admin-topbar__menu-profil-role{font-size:.75rem;color:#6b7280}.admin-topbar__menu-profil-sep{margin:0;border:none;border-top:1px solid #e5e7eb}.admin-topbar__menu-profil-deconnecter{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#c8242a;background:none;cursor:pointer;text-align:left;transition:background .3s ease}.admin-topbar__menu-profil-deconnecter:hover{background:rgba(200,36,42,.06)}.admin-main{flex:1 1;padding:1.5rem;max-width:1400px;width:100%;margin:0 auto}@media(min-width:1440px){.admin-main{max-width:1600px}}.admin-entete{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.admin-entete__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin:0}.admin-entete__sous-titre{font-size:.875rem;color:#6b7280;margin-top:.25rem}.admin-entete__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.admin-carte{background:#fff;border-radius:16px;box-shadow:0 1px 6px rgba(0,0,0,.06);overflow:hidden}.admin-carte__entete{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.admin-carte__titre{font-size:1rem;font-weight:600;color:#0e2a6b}.admin-carte__corps{padding:1.5rem}.admin-carte__pied{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafafa;display:flex;justify-content:space-between;align-items:center}.admin-barre-laterale{transition:width .25s ease}.admin-barre-laterale--replie{width:64px}.admin-barre-laterale--replie .admin-barre-laterale__logo{justify-content:center;padding:1.25rem 0}.admin-barre-laterale--replie .admin-barre-laterale__logo-texte{display:none}.admin-layout--replie .admin-contenu{margin-left:64px}.admin-layout--replie .admin-topbar{left:64px}.admin-contenu{transition:margin-left .25s ease}.admin-topbar__btn-hamburger{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:none;border:none;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .3s ease,color .3s ease}.admin-topbar__btn-hamburger:hover{background:#f1f5f9;color:#0e2a6b}.admin-topbar__menu-profil{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);min-width:180px;z-index:200;overflow:hidden}.admin-topbar__menu-item{display:block;width:100%;padding:.75rem 1.25rem;text-align:left;background:none;border:none;font-size:.875rem;color:#1f2937;cursor:pointer;transition:background .3s ease,color .3s ease}.admin-topbar__menu-item:hover{background:#f1f5f9;color:#0e2a6b}.admin-topbar__menu-item--danger{color:#c8242a;border-top:1px solid #e5e7eb}.admin-topbar__menu-item--danger:hover{background:#fef2f2;color:#c8242a}.profil-modal__entete{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.profil-modal__entete-info{display:flex;flex-direction:column;gap:.25rem}.profil-modal__nom{margin:0}.profil-modal__role{font-size:.875rem;color:#6b7280;margin:0}.profil-modal__etat{font-size:.75rem;font-weight:600}.profil-modal__etat--actif{color:#059669}.profil-modal__etat--inactif{color:#d97706}.profil-modal__infos{display:flex;flex-direction:column;gap:0;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:1rem}.profil-modal__info-ligne{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.875rem}.profil-modal__info-ligne:last-child{border-bottom:none}.profil-modal__info-cle{color:#6b7280;font-weight:500}.profil-modal__info-val{color:#1f2937;font-weight:600;text-align:right}.profil-modal__onglets{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:0}.profil-modal__onglet{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;cursor:pointer;transition:color .3s ease,border-color .3s ease}.profil-modal__onglet:hover{color:#0e2a6b}.profil-modal__onglet--actif{color:#0e2a6b;border-bottom-color:#f4b400;font-weight:600}.tb-bienvenue{margin-bottom:1.5rem}.tb-bienvenue__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin:0}.tb-bienvenue__sous-titre{font-size:.875rem;color:#6b7280;margin-top:.25rem}.tb-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.5rem}@media(max-width:576px){.tb-stats{grid-template-columns:repeat(2,1fr)}}.tb-colonnes{display:grid;grid-template-columns:1fr 380px;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}@media(max-width:992px){.tb-colonnes{grid-template-columns:1fr}}.tb-lien-voir{font-size:.75rem;font-weight:600;color:#0e2a6b;text-decoration:none}.tb-lien-voir:hover{text-decoration:underline}.tb-panneau-vide{padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.tb-panneau-vide__texte{font-size:.875rem;color:#6b7280}.tb-acces-rapides{display:flex;flex-wrap:wrap;gap:.5rem}.tb-acces-rapide{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#0e2a6b;background:rgba(14,42,107,.06);border:1px solid rgba(14,42,107,.14);text-decoration:none;transition:background .3s ease,transform .3s ease}.tb-acces-rapide:hover{background:rgba(14,42,107,.12);transform:translateY(-1px)}.tb-acces-groupe__titre{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.tb-acces-groupe+.tb-acces-groupe{margin-top:1rem}.pages-editeur__section{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.pages-editeur__aide{font-size:.875rem;color:#6b7280;background:#f1f5f9;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #0e2a6b;margin:0}.pages-editeur__grille{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media(max-width:576px){.pages-editeur__grille{grid-template-columns:1fr}}.pages-editeur__chiffres-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.75rem;gap:.75rem}.pages-editeur__chiffres-grille--3col{grid-template-columns:repeat(3,1fr)}.pages-editeur__chiffre-bloc{background:#fff;border-radius:14px;padding:0;border:1px solid #e2e8f0;box-shadow:0 2px 12px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.04);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.pages-editeur__chiffre-bloc:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.06);transform:translateY(-3px)}.pages-editeur__ligne-supprimable{display:flex;align-items:flex-start;gap:.5rem}.pages-editeur__ligne-supprimable>*{flex:1 1}.pages-editeur__ligne-supprimable>.pages-editeur__valeur-suppr--ligne{flex:none;margin-top:2.1rem}.pages-editeur__squelette{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.pages-editeur__chiffre-entete{background:linear-gradient(135deg,#EFF6FF,#DBEAFE);border-bottom:1px solid #bfdbfe;padding:.5rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;min-height:46px}.pages-editeur__chiffre-numero{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#0e2a6b;margin:0;white-space:nowrap}.pages-editeur__chiffre-corps{padding:.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.pages-editeur__valeur-suppr{width:22px;height:22px;border-radius:50%;border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .3s ease,border-color .3s ease}.pages-editeur__valeur-suppr:hover{background:#fee2e2;border-color:#dc2626}.pages-editeur__ajouter-valeur{margin-top:1rem;width:100%;padding:.75rem;border:2px dashed #e5e7eb;border-radius:8px;background:rgba(0,0,0,0);color:#0e2a6b;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .3s ease,background .3s ease}.pages-editeur__ajouter-valeur:hover{border-color:#0e2a6b;background:rgba(14,42,107,.04)}.pages-editeur__items-liste,.pages-editeur__points{display:flex;flex-direction:column;gap:.75rem}.pages-editeur__item-btns{display:flex;gap:.5rem;align-items:center}.pages-editeur__chiffre-bloc--inactif{opacity:.45;box-shadow:0 1px 4px rgba(0,0,0,.04)}.pages-editeur__chiffre-bloc--inactif:hover{transform:none;box-shadow:0 1px 4px rgba(0,0,0,.04)}.pages-editeur__president-layout{display:grid;grid-template-columns:200px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:flex-start}@media(max-width:768px){.pages-editeur__president-layout{grid-template-columns:1fr}}.pages-editeur__president-photo-zone{display:flex;flex-direction:column;align-items:center;gap:.75rem}.pages-editeur__president-photo{width:160px;height:160px;border-radius:50%;background:#f3f4f6;border:3px solid #f4b400;display:flex;align-items:center;justify-content:center;overflow:hidden}.pages-editeur__president-photo img{width:100%;height:100%;object-fit:cover}.pages-editeur__photos-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.pages-editeur__photo-item{position:relative;aspect-ratio:4/3;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.pages-editeur__photo-item img{width:100%;height:100%;object-fit:cover;display:block}.pages-editeur__photo-item--nouvelle{border-color:#f4b400}.pages-editeur__photo-suppr{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;border:none;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.pages-editeur__photo-suppr:hover{background:#c8242a}.pages-editeur__photo-badge{position:absolute;bottom:.25rem;left:.25rem;background:#f4b400;color:#0e2a6b;font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.pages-editeur__photo-ajouter{aspect-ratio:4/3;border-radius:8px;border:2px dashed #e5e7eb;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;color:#6b7280;font-size:.75rem;font-weight:600;transition:border-color .3s ease,background .3s ease}.pages-editeur__photo-ajouter:hover{border-color:#0e2a6b;background:rgba(14,42,107,.04);color:#0e2a6b}.pages-editeur__mv-grille{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.pages-editeur__mv-grille{grid-template-columns:1fr}}.pages-editeur__mv-bloc{background:#f8fafc;border-radius:8px;padding:1.25rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem}.pages-editeur__apercu-hero{margin-top:.5rem}.pages-editeur__apercu-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.75rem}.pages-editeur__apercu-hero-cadre{background:linear-gradient(135deg,#0E2A6B,rgb(8.0991735537,24.2975206612,61.9008264463));border-radius:16px;padding:1.5rem 2rem}.pages-editeur__apercu-surtitre{font-size:.75rem;font-weight:600;color:#f4b400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.pages-editeur__apercu-titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:.75rem}.pages-editeur__apercu-sous-titre{font-size:.875rem;color:hsla(0,0%,100%,.75);line-height:1.6;margin:0}.pages-editeur__apercu-cta{background:linear-gradient(135deg,#C8242A,rgb(156.7796610169,28.2203389831,32.9237288136));border-radius:16px;padding:1.5rem 2rem;text-align:center}.pages-editeur__apercu-cta-titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#fff;margin-bottom:.5rem}.pages-editeur__apercu-cta-texte{font-size:.875rem;color:hsla(0,0%,100%,.8);margin-bottom:1rem}.pages-editeur__apercu-btn{display:inline-block;background:#f4b400;color:#0e2a6b;font-weight:700;font-size:.875rem;padding:.5rem 1.25rem;border-radius:8px}.selecteur-permissions__module{margin-bottom:1.25rem}.selecteur-permissions__module:last-child{margin-bottom:0}.selecteur-permissions__module-titre{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.selecteur-permissions__grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.5rem;gap:.5rem}.parametre-couleur{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.parametre-couleur__picker{width:44px;height:38px;padding:2px;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;background:none;flex-shrink:0}.parametre-couleur__picker:disabled{opacity:.5;cursor:not-allowed}.item-bloc{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.04);transition:box-shadow .3s ease,transform .3s ease}.item-bloc:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.05);transform:translateY(-3px)}.item-bloc--inactif{opacity:.45;box-shadow:0 1px 4px rgba(0,0,0,.04)}.item-bloc--inactif:hover{transform:none;box-shadow:0 1px 4px rgba(0,0,0,.04)}.item-bloc--horizontal{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.5rem .75rem;border-left:3px solid #f4b400;border-radius:10px}.item-bloc--horizontal>:first-child{flex:1 1;min-width:0}.item-bloc--horizontal .item-barre__actions{flex-shrink:0}.item-bloc--horizontal:hover{transform:none}.item-bloc__corps{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.item-barre{background:linear-gradient(135deg,#EFF6FF,#DBEAFE);border-bottom:1px solid #bfdbfe;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;flex-wrap:wrap}.item-barre__numero{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#0e2a6b;margin:0;white-space:nowrap}.item-barre__statut{font-size:.75rem;font-weight:600;color:#16a34a}.item-barre__statut--off{color:#9ca3af}.item-barre__actions{margin-left:auto;display:flex;gap:.25rem}.action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:4px .75rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid;transition:background .3s ease,border-color .3s ease,color .3s ease}.action-btn--activer{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.action-btn--activer:hover{background:#dcfce7;border-color:#16a34a}.action-btn--desactiver{border-color:#fde68a;background:#fffbeb;color:#b45309}.action-btn--desactiver:hover{background:#fef3c7;border-color:#d97706}.action-btn--suppr{border-color:#fecaca;background:#fef2f2;color:#dc2626}.action-btn--suppr:hover{background:#fee2e2;border-color:#dc2626}.action-btn--sm{padding:2px .5rem;font-size:.65rem}@keyframes modalNotifEntree{0%{opacity:0;transform:scale(.75) translateY(-16px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalNotifBarre{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.modal-notif__fond{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-notif{position:relative;background:#fff;border-radius:20px;padding:2rem 1.5rem 1.25rem;width:320px;max-width:92vw;text-align:center;box-shadow:0 24px 64px rgba(0,0,0,.22),0 4px 16px rgba(0,0,0,.1);animation:modalNotifEntree .35s cubic-bezier(.34,1.56,.64,1) both;overflow:hidden}.modal-notif__fermer{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;background:#f8fafc;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease,border-color .3s ease}.modal-notif__fermer:hover{background:#f1f5f9;border-color:#cbd5e1}.modal-notif__icone{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-notif__icone--succes{background:#dcfce7;color:#16a34a;border:3px solid #86efac;box-shadow:0 0 0 6px #f0fdf4}.modal-notif__icone--erreur{background:#fee2e2;color:#dc2626;border:3px solid #fca5a5;box-shadow:0 0 0 6px #fef2f2}.modal-notif__icone--info{background:#dbeafe;color:#1d4ed8;border:3px solid #93c5fd;box-shadow:0 0 0 6px #eff6ff}.modal-notif__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#0e2a6b;margin:0 0 .5rem}.modal-notif__message{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 0 1.25rem}.modal-notif__barre{position:absolute;bottom:0;left:0;right:0;height:4px;background:#f1f5f9;overflow:hidden}.modal-notif__barre-progression{height:100%;transform-origin:left;animation:modalNotifBarre linear forwards}.admin-carte__corps--tableau{overflow-x:auto}.admin-tableau{width:100%;min-width:600px;border-collapse:collapse;font-size:.875rem}.admin-tableau thead{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f8fafc}.admin-tableau thead tr{border-bottom:2px solid #e5e7eb}.admin-tableau th{padding:.75rem 1.25rem;text-align:left;font-size:.72rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.admin-tableau tbody tr{border-bottom:1px solid rgba(229,231,235,.7);transition:background .12s ease}.admin-tableau tbody tr:last-child{border-bottom:none}.admin-tableau tbody tr:hover{background:rgba(14,42,107,.03)}.admin-tableau tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 #0e2a6b}.admin-tableau tbody tr--cliquable{cursor:pointer}.admin-tableau td{padding:1rem 1.25rem;color:#1f2937;vertical-align:middle}.admin-carte{border:1px solid rgba(0,0,0,.06)}.admin-carte__entete{border-bottom:2px solid #e5e7eb}.admin-overlay-mobile{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:991px)and (min-width:768px){.admin-main{padding:1.25rem}.admin-carte__corps{padding:1rem}.admin-entete__titre{font-size:1.25rem}}@media(max-width:767px){.admin-barre-laterale{transform:translateX(-100%);transition:transform .25s ease;z-index:300;width:260px!important}.admin-layout--mobile-ouvert .admin-barre-laterale{transform:translateX(0)}.admin-contenu{margin-left:0!important;padding-top:60px}.admin-topbar{left:0!important;height:60px;padding:0 1rem;transition:none}.admin-topbar__horloge{display:none}.admin-topbar__fil-page{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-carte__corps,.admin-carte__entete,.admin-main{padding:1rem}.admin-entete{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.admin-entete__titre{font-size:1.25rem}.admin-entete__actions{width:100%}.tb-stats{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.tb-colonnes{grid-template-columns:1fr!important}.admin-tableau{font-size:.8rem}.admin-tableau td,.admin-tableau th{padding:.5rem .75rem}.equipe-carte__actions{flex-wrap:wrap;gap:.5rem}.pages-editeur__grille{grid-template-columns:1fr!important}.pages-editeur__chiffres-grille{grid-template-columns:1fr 1fr!important}}@media(max-width:479px){.admin-carte__corps,.admin-main{padding:.75rem}.tb-stats{grid-template-columns:1fr!important}.admin-tableau{font-size:.75rem}.admin-tableau td,.admin-tableau th{padding:.5rem}.admin-topbar__fil-page{max-width:80px}}.hero{background:linear-gradient(135deg,#0E2A6B,rgb(8.0991735537,24.2975206612,61.9008264463));color:#fff;padding:6rem 0 0;position:relative;overflow:hidden}.hero__conteneur{position:relative;z-index:1;max-width:760px;padding-bottom:5rem}.hero__surtitre{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#f4b400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.hero__titre{font-family:Playfair Display,Georgia,serif;font-size:3rem;color:#fff;line-height:1.15;margin-bottom:1.5rem}.hero__titre span{color:#f4b400}@media(min-width:1440px){.hero__titre{font-size:3.75rem}}@media(max-width:768px){.hero__titre{font-size:2.25rem}}@media(max-width:576px){.hero__titre{font-size:1.875rem}}.hero__sous-titre{font-size:1.125rem;color:hsla(0,0%,100%,.82);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__vague{position:absolute;bottom:-1px;left:0;right:0;overflow:hidden;line-height:0}.hero__vague svg{display:block;width:100%;height:60px}.presentation{padding:5rem 0;background:#fafaf9}.presentation__grille{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:992px){.presentation__grille{grid-template-columns:1fr}}.presentation__etiquette{font-size:.875rem;font-weight:700;color:#f4b400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.presentation__titre{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;color:#0e2a6b;line-height:1.2;margin-bottom:1.25rem}@media(max-width:768px){.presentation__titre{font-size:1.875rem}}.presentation__texte{color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.presentation__points{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.presentation__point{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#1f2937}.presentation__point-puce{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#0e2a6b;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.presentation__visuel{display:flex;justify-content:center}@media(max-width:992px){.presentation__visuel{order:-1}}.presentation__image-cadre{position:relative;width:100%;max-width:420px;aspect-ratio:1}@media(min-width:1440px){.presentation__image-cadre{max-width:520px}}.presentation__image-cadre{background:linear-gradient(135deg,#0E2A6B,rgb(21.0809917355,63.2429752066,161.1190082645));border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center}.presentation__logo-grand{width:72%;max-width:260px;height:auto;object-fit:contain}.presentation__badge-confiance{position:absolute;bottom:-16px;right:-16px;background:#f4b400;border-radius:16px;padding:.75rem 1rem;box-shadow:0 4px 16px rgba(0,0,0,.1);text-align:center}.presentation__badge-chiffre{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#0e2a6b;line-height:1}.presentation__badge-texte{display:block;font-size:.75rem;font-weight:600;color:#0e2a6b;line-height:1.3;margin-top:2px}.chiffres{padding:5rem 0;background:#0e2a6b}.chiffres__titre-section{text-align:center;font-family:Playfair Display,Georgia,serif;font-size:1.875rem;color:#fff;margin-bottom:3rem}@media(max-width:768px){.chiffres__titre-section{font-size:1.5rem}}.chiffres__grille{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.chiffres__grille{grid-template-columns:repeat(2,1fr)}}.chiffres__item{text-align:center;padding:2rem;background:hsla(0,0%,100%,.07);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);transition:background .3s ease}.chiffres__item:hover{background:hsla(0,0%,100%,.12)}.chiffres__valeur{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#f4b400;line-height:1;margin-bottom:.5rem}@media(max-width:768px){.chiffres__valeur{font-size:2.25rem}}.chiffres__libelle{font-size:.875rem;color:hsla(0,0%,100%,.75);font-weight:500}.prestations-grille{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.mot-president{padding:5rem 0}.mot-president__conteneur{display:grid;grid-template-columns:260px 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(max-width:992px){.mot-president__conteneur{grid-template-columns:1fr;text-align:center}}.mot-president__photo-zone{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mot-president__photo{width:180px;height:180px;border-radius:50%;background:#e5e7eb;border:4px solid #f4b400;display:flex;align-items:center;justify-content:center;color:#6b7280;overflow:hidden}.mot-president__photo img{width:100%;height:100%;object-fit:cover}.mot-president__nom{font-weight:700;color:#0e2a6b;font-size:1rem}.mot-president__fonction{font-size:.875rem;color:#6b7280;margin-top:.25rem}@media(max-width:992px){.mot-president__discours{text-align:center}}.mot-president__citation{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;line-height:1.6;font-style:italic;margin:1rem 0 1.5rem}.mot-president__citation:before{content:"“";margin-right:4px}.mot-president__citation:after,.mot-president__citation:before{color:#f4b400;font-size:1.8em;line-height:0;vertical-align:-.35em}.mot-president__citation:after{content:"”";margin-left:4px}@media(max-width:768px){.mot-president__citation{font-size:1.25rem}}.actualites-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.carte__image--defaut{background:linear-gradient(135deg,#0E2A6B,rgb(21.0809917355,63.2429752066,161.1190082645));display:flex;align-items:center;justify-content:center;color:#fff}.carte__lire{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#0e2a6b;text-decoration:none;padding:.5rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease}.carte__lire:hover{background:#0e2a6b;color:#fff;border-color:#0e2a6b;transform:translateX(2px)}.cta-adhesion{background:linear-gradient(135deg,#C8242A,rgb(156.7796610169,28.2203389831,32.9237288136));color:#fff;padding:2.5rem 0}.cta-adhesion__contenu{text-align:center;max-width:560px;margin:0 auto}.cta-adhesion__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:.75rem}@media(max-width:768px){.cta-adhesion__titre{font-size:1.25rem}}.cta-adhesion__texte{font-size:1rem;color:hsla(0,0%,100%,.85);margin-bottom:1.5rem;line-height:1.6}.cta-adhesion__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-interne{background:linear-gradient(135deg,#0E2A6B,rgb(8.0991735537,24.2975206612,61.9008264463));color:#fff;padding:4rem 0}@media(min-width:1440px){.hero-interne{padding:5rem 0}}.hero-interne__titre{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;color:#fff;margin-bottom:.75rem}@media(min-width:1440px){.hero-interne__titre{font-size:3rem}}@media(max-width:768px){.hero-interne__titre{font-size:1.875rem}}.hero-interne__fil{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.65)}.hero-interne__fil a{color:#f4b400}.hero-interne__fil a:hover{text-decoration:underline}.hero-interne__fil span{color:hsla(0,0%,100%,.4)}.valeur{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}.valeur__icone{font-size:2.25rem;margin-bottom:1rem}.valeur__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:.75rem}.valeur__texte{font-size:.875rem;color:#6b7280;line-height:1.7}.faq-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:.75rem}.faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;font-weight:600;color:#0e2a6b;background:#fff;transition:background .3s ease}.faq-item__question:hover{background:#f3f4f6}.faq-item__question--ouvert{background:#f3f4f6;color:#c8242a}.faq-item__icone{font-size:1.25rem;transition:transform .3s ease}.faq-item__icone--ouvert{transform:rotate(45deg)}.faq-item__reponse{padding:0 1.5rem 1.25rem;background:#fff;font-size:.875rem;color:#6b7280;line-height:1.8}.etape{display:flex;gap:1.5rem;margin-bottom:2rem}@media(max-width:576px){.etape{flex-direction:column}}.etape__numero{width:48px;height:48px;border-radius:50%;background:#f4b400;color:#0e2a6b;font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.etape__contenu{padding-top:.5rem}.etape__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:.5rem}.etape__texte{font-size:.875rem;color:#6b7280;line-height:1.7}.formulaire{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 4px 16px rgba(0,0,0,.1)}@media(max-width:576px){.formulaire{padding:1.5rem}}.formulaire__titre{font-size:1.5rem;margin-bottom:2rem}.formulaire__grille{grid-gap:1.25rem;gap:1.25rem}.formulaire__groupe{gap:.5rem}.formulaire__champ{padding:.75rem 1rem;font-size:1rem;transition:border-color .3s ease}.formulaire__champ--erreur{border-color:#c8242a}.formulaire__erreur{font-size:.75rem;color:#c8242a}.formulaire textarea.formulaire__champ{resize:vertical;min-height:120px}.titre-section{text-align:center;margin-bottom:3rem}.titre-section__sous{display:inline-block;font-size:.875rem;font-weight:700;color:#f4b400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.titre-section__principal{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;color:#0e2a6b;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.titre-section__principal{font-size:1.875rem}}.titre-section__description{font-size:1.125rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.7}.apropos-histoire{display:grid;grid-template-columns:1fr 420px;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:992px){.apropos-histoire{grid-template-columns:1fr}}.apropos-histoire__textes{display:flex;flex-direction:column;gap:.25rem}.apropos-histoire__titre{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;color:#0e2a6b;line-height:1.25;margin:.75rem 0 1.25rem}@media(max-width:768px){.apropos-histoire__titre{font-size:1.5rem}}.apropos-histoire__paragraphe{color:#6b7280;line-height:1.8;margin-bottom:1rem}.apropos-histoire__paragraphe:last-child{margin-bottom:0}.apropos-histoire__visuel{border-radius:24px;overflow:hidden;min-height:380px}@media(max-width:992px){.apropos-histoire__visuel{min-height:260px;order:-1}}.carrousel{position:relative;width:100%;height:100%;min-height:380px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#0E2A6B,rgb(21.0809917355,63.2429752066,161.1190082645))}@media(max-width:992px){.carrousel{min-height:260px}}.carrousel--vide{display:flex;align-items:center;justify-content:center;font-size:8rem}.carrousel__piste{display:flex;width:100%;height:100%;transition:transform .55s cubic-bezier(.4,0,.2,1)}.carrousel__diapo{flex:0 0 100%;width:100%;height:100%;min-height:380px}@media(max-width:992px){.carrousel__diapo{min-height:260px}}.carrousel__diapo img{width:100%;height:100%;object-fit:cover;display:block}.carrousel__btn{position:absolute;bottom:1rem;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0e2a6b;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:background .3s ease,transform .3s ease;z-index:2}.carrousel__btn:hover{background:#fff;transform:scale(1.1)}.carrousel__btn--prev{right:calc(.75rem + 48px)}.carrousel__btn--next{right:.75rem}.carrousel__points{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.carrousel__point{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.carrousel__point--actif{background:#fff;transform:scale(1.35)}.apropos-mv-grille{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.apropos-mv-grille{grid-template-columns:1fr}}.apropos-mv-carte{background:#fff;border-radius:16px;padding:2rem 2.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.apropos-mv-carte--accent{border-top:4px solid #f4b400}.apropos-mv-carte--principal{border-top:4px solid #0e2a6b}.apropos-mv-carte__icone{font-size:2.25rem;margin-bottom:1rem}.apropos-mv-carte__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin-bottom:1rem}.apropos-mv-carte__texte{color:#6b7280;line-height:1.8}.valeurs-grille{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.prestations-liste{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}@media(max-width:768px){.prestations-liste{grid-template-columns:1fr}}.prestation-carte{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #e5e7eb;border-top:3px solid #f4b400;border-radius:16px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.prestation-carte:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.prestation-carte__entete{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.prestation-carte__icone{flex-shrink:0;width:48px;height:48px;background:rgba(244,180,0,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0e2a6b}.prestation-carte__corps{flex:1 1}.prestation-carte__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#0e2a6b;margin-bottom:.5rem}.prestation-carte__description{color:#6b7280;font-size:.875rem;line-height:1.7;margin-bottom:.75rem}.prestation-carte__description .texte-formate-numeros,.prestation-carte__description .texte-formate-puces{margin:.25rem 0 .5rem 1rem;padding:0}.prestation-carte__description .texte-formate-numeros li,.prestation-carte__description .texte-formate-puces li{margin-bottom:.25rem;line-height:1.6}.prestation-carte__description .texte-formate-puces{list-style:disc}.prestation-carte__description .texte-formate-numeros{list-style:decimal}.prestation-carte__details{color:#1f2937;font-size:.875rem;line-height:1.65;margin-bottom:.75rem;border-top:1px solid #e5e7eb;padding-top:.75rem}.prestation-carte__details .texte-formate-numeros,.prestation-carte__details .texte-formate-puces{margin:.25rem 0 .5rem 1rem;padding:0}.prestation-carte__details .texte-formate-numeros li,.prestation-carte__details .texte-formate-puces li{margin-bottom:.25rem;line-height:1.6}.prestation-carte__details .texte-formate-puces{list-style:disc}.prestation-carte__details .texte-formate-numeros{list-style:decimal}.prestation-carte__beneficiaires{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;font-weight:600;color:#f4b400;margin:0;border-top:1px solid #e5e7eb;padding-top:.75rem}.equipe-vide{padding:4rem 2rem}.article-hero{background:linear-gradient(135deg,#0E2A6B,rgb(8.0991735537,24.2975206612,61.9008264463));color:#fff;padding:4rem 0 2.5rem}@media(max-width:576px){.article-hero{padding:2.5rem 0 2rem}}.article-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;margin-bottom:1.25rem}.article-hero__categorie{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0e2a6b;background:#f4b400;padding:.25rem .75rem;border-radius:4px}.article-hero__auteur,.article-hero__date{font-size:.875rem;color:hsla(0,0%,100%,.75)}.article-hero__titre{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;color:#fff;line-height:1.2;max-width:760px}@media(max-width:768px){.article-hero__titre{font-size:1.875rem}}@media(max-width:576px){.article-hero__titre{font-size:1.5rem}}.article-image-unique{margin-bottom:2rem;border-radius:16px;overflow:hidden;background:#f3f4f6;text-align:center}.article-image-unique img{max-width:100%;max-height:640px;object-fit:contain;display:inline-block}.article-galerie{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media(max-width:576px){.article-galerie{grid-template-columns:1fr}}.article-galerie__item{background:#f3f4f6;border-radius:16px;overflow:hidden;cursor:zoom-in;transition:box-shadow .3s ease}.article-galerie__item:hover{box-shadow:0 10px 40px rgba(0,0,0,.12)}.article-galerie__item img{width:100%;max-height:380px;object-fit:contain;display:block}.article-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;cursor:zoom-out}.article-lightbox img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.article-lightbox__fermer{position:absolute;top:1.25rem;right:1.25rem;background:hsla(0,0%,100%,.15);border:none;color:#fff;width:44px;height:44px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.article-lightbox__fermer:hover{background:hsla(0,0%,100%,.28)}.article-conteneur{max-width:780px;margin:0 auto}.article-extrait{font-size:1.125rem;color:#6b7280;line-height:1.8;font-style:italic;border-left:4px solid #f4b400;padding:1.25rem 1.5rem;margin-bottom:2rem;background:rgba(244,180,0,.07);border-radius:0 8px 8px 0}.article-contenu{color:#1f2937;font-size:1rem;line-height:1.9}.article-contenu p{margin-bottom:1.25rem}.article-contenu p:last-child{margin-bottom:0}.article-pied{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.contact-grille{display:grid;grid-template-columns:380px 1fr;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:992px){.contact-grille{grid-template-columns:1fr 1fr}}@media(max-width:768px){.contact-grille{grid-template-columns:1fr}}.contact-info__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin-bottom:1.5rem;margin-top:.25rem}.contact-info__defaut,.contact-liste{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-carte{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #f4b400;border-radius:16px;padding:1.25rem;transition:box-shadow .2s,transform .2s}.contact-carte:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.contact-carte__entete{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.contact-carte__icone-wrap{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#0E2A6B,rgb(22.8512396694,68.5537190083,174.6487603306));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(14,42,107,.25)}.contact-carte__nom{font-weight:700;color:#0e2a6b;font-size:1.125rem;line-height:1.3}.contact-carte__desc{font-size:.875rem;color:#6b7280;margin-top:3px}.contact-carte__details{display:flex;flex-direction:column;gap:.75rem;padding-left:calc(48px + 1rem)}.contact-carte__ligne{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1f2937;text-decoration:none;transition:color .15s;padding:.25rem 0}.contact-carte__ligne:hover{color:#f4b400}.contact-carte__ligne svg{min-width:18px;color:#f4b400}.contact-reseaux__titre{font-size:.875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.contact-reseaux__liste{display:flex;flex-wrap:wrap;gap:.5rem}.contact-reseau-btn{width:40px;height:40px;border-radius:8px;background:#0e2a6b;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,transform .15s}.contact-reseau-btn:hover{background:#f4b400;transform:translateY(-2px)}.contact-formulaire{background:#fff;border:1.5px solid #e5e7eb;border-radius:24px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.formulaire__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:1.5rem}.formulaire__grille{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:576px){.formulaire__grille{grid-template-columns:1fr}}.formulaire__grille--plein{grid-column:1/-1}.formulaire__groupe{display:flex;flex-direction:column}.formulaire__label{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.formulaire__champ{padding:.65rem .75rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1f2937;background:#fafaf9;transition:border-color .2s,box-shadow .2s;font-family:Inter,system-ui,sans-serif;resize:vertical}.formulaire__champ:focus{outline:none;border-color:#0e2a6b;box-shadow:0 0 0 3px rgba(14,42,107,.1)}.formulaire__champ::placeholder{color:#6b7280}.contact-succes{text-align:center;padding:3rem 2rem}.contact-succes__icone{color:#16a34a;margin-bottom:1rem}.contact-succes__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin-bottom:.75rem}.contact-succes__texte{color:#6b7280;font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:360px;margin-left:auto;margin-right:auto}.contact-mini-map{margin-top:1.5rem}.contact-mini-map__embed{height:200px;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}.galerie-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.galerie-carte{position:relative;border-radius:16px;overflow:hidden;background:#f3f4f6;cursor:pointer;border:none;padding:0;display:block;width:100%;transition:transform .3s ease,box-shadow .3s ease}.galerie-carte:hover{transform:translateY(-3px);box-shadow:0 10px 40px rgba(0,0,0,.12)}.galerie-carte__image{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f1f5f9;display:block;transition:transform .3s ease}.galerie-carte:hover .galerie-carte__image{transform:scale(1.04)}.galerie-carte__legende{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);color:#fff;font-size:.875rem;font-weight:600;text-align:left}.galerie-carte__badge{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:8px;background:rgba(0,0,0,.65);color:#fff;font-size:.75rem;font-weight:700}.galerie-lumiere{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;padding:1.5rem}.galerie-lumiere,.galerie-lumiere__fermer{display:flex;align-items:center;justify-content:center}.galerie-lumiere__fermer{position:absolute;top:1.25rem;right:1.25rem;background:hsla(0,0%,100%,.15);border:none;color:#fff;width:44px;height:44px;border-radius:50%;font-size:1.125rem;cursor:pointer;transition:background .3s ease}.galerie-lumiere__fermer:hover{background:hsla(0,0%,100%,.28)}.galerie-lumiere__contenu{max-width:900px;width:100%;border-radius:24px;overflow:hidden;background:#fff}.galerie-lumiere__image{width:100%;max-height:75vh;object-fit:contain;display:block;background:#111}.galerie-lumiere__info{padding:1rem 1.5rem;background:#fff}.galerie-lumiere__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#0e2a6b;margin-bottom:.25rem}.galerie-lumiere__desc{font-size:.875rem;color:#6b7280}.galerie-lumiere__nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.galerie-lumiere__nav:hover{background:rgba(0,0,0,.65)}.galerie-lumiere__nav--prec{left:.75rem}.galerie-lumiere__nav--suiv{right:.75rem}.galerie-lumiere__points{position:absolute;bottom:.75rem;left:0;right:0;display:flex;justify-content:center;gap:7px}.galerie-lumiere__point{width:9px;height:9px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;padding:0;transition:background .3s ease}.galerie-lumiere__point:hover{background:hsla(0,0%,100%,.7)}.galerie-lumiere__point--actif{background:#f4b400}.faq-categorie{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f4b400}.faq-contact-cta{background:#f3f4f6;border-radius:24px;padding:2rem 2.5rem;text-align:center;margin-top:3rem}.faq-contact-cta p{color:#6b7280;margin-bottom:1.25rem}.prestations-cta{margin-top:4rem;text-align:center;padding:2.5rem 2rem;background:#f3f4f6;border-radius:24px}.prestations-cta__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#0e2a6b;margin-bottom:.75rem}.prestations-cta__texte{color:#6b7280;margin-bottom:1.5rem}.prestations-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-interne__sous-titre{color:hsla(0,0%,100%,.85);margin-top:.75rem;font-size:1.125rem;line-height:1.6}.nous-rejoindre-candidature{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:992px){.nous-rejoindre-candidature{grid-template-columns:1fr}}.nous-rejoindre-intro__titre{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:800;color:#0e2a6b;line-height:1.3;margin:.75rem 0 1rem}.nous-rejoindre-intro__texte{color:#6b7280;line-height:1.7;margin-bottom:1.25rem}.nous-rejoindre-intro__liste{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.nous-rejoindre-intro__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1f2937}.offres-liste{display:flex;flex-direction:column;gap:1.25rem}.offre-carte{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .3s ease,transform .3s ease}.offre-carte:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.offre-carte__entete{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.offre-carte__titre{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#0e2a6b;margin:0 0 .5rem}.offre-carte__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.offre-carte__detail{font-size:.82rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.offre-carte__detail--expire{color:#c8242a}.offre-carte__description{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0;white-space:pre-wrap}.equipe-section{margin-bottom:3rem}.equipe-section:last-child{margin-bottom:0}.equipe-section__titre{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0e2a6b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f4b400;display:flex;align-items:center;gap:.75rem}.equipe-section__titre:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#f4b400;flex-shrink:0}.equipe-section__grille{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}@media(max-width:1100px){.equipe-section__grille{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.equipe-section__grille{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.equipe-section__grille{grid-template-columns:1fr}}.equipe-section__grille--solo{display:flex;justify-content:center}.carte-membre-pub{background:#fff;border-radius:16px;border:none;border-left:5px solid #0e2a6b;box-shadow:0 2px 16px rgba(14,42,107,.07),0 1px 3px rgba(0,0,0,.04);overflow:hidden;display:flex;flex-direction:row;align-items:stretch;transition:transform .26s cubic-bezier(.34,1.2,.64,1),box-shadow .26s ease,border-color .2s}.carte-membre-pub:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(14,42,107,.14),0 4px 10px rgba(0,0,0,.06);border-left-color:#f4b400}.carte-membre-pub__photo-wrap{padding:1rem .75rem 1rem 1rem;display:flex;align-items:center;flex-shrink:0}.carte-membre-pub__photo{width:68px;height:68px;border-radius:50%;border:3px solid #eff6ff;box-shadow:0 3px 12px rgba(14,42,107,.15);background:linear-gradient(135deg,#EFF6FF,#DBEAFE);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carte-membre-pub__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.carte-membre-pub__initiales{font-family:Playfair Display,Georgia,serif;font-size:1.375rem;font-weight:700;color:#0e2a6b;opacity:.55}.carte-membre-pub__corps{padding:.75rem .75rem .75rem .5rem;flex:1 1;display:flex;flex-direction:column;justify-content:center;text-align:left;min-width:0}.carte-membre-pub__fonction{font-size:.68rem;font-weight:700;color:#f4b400;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.carte-membre-pub__nom{font-family:Playfair Display,Georgia,serif;font-size:.9rem;font-weight:700;color:#0e2a6b;margin:0 0 .5rem;line-height:1.3}.carte-membre-pub__diocese{font-size:.75rem;color:#6b7280;font-style:italic;margin:0 0 .25rem}.carte-membre-pub__bio{font-size:.78rem;color:#6b7280;line-height:1.55;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carte-membre-pub__pied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.carte-membre-pub__email{font-size:.68rem;color:#94a3b8;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .18s}.carte-membre-pub__email:hover{color:#0e2a6b}.carte-membre-pub--vedette{max-width:420px;width:100%;border-left-width:6px;border-left-color:#f4b400}.carte-membre-pub--vedette .carte-membre-pub__photo-wrap{padding:1.25rem 1rem 1.25rem 1.25rem}.carte-membre-pub--vedette .carte-membre-pub__photo{width:96px;height:96px;border:4px solid #fff;box-shadow:0 4px 20px rgba(14,42,107,.2),0 0 0 3px rgba(244,180,0,.3)}.carte-membre-pub--vedette .carte-membre-pub__nom{font-size:1.0625rem}.carte-membre-pub--vedette .carte-membre-pub__fonction{font-size:.75rem}.carte-membre-pub--cliquable{cursor:pointer}.carte-membre-pub--cliquable:focus-visible{outline:3px solid #f4b400;outline-offset:2px}.carte-membre-pub__lire-plus{font-size:.68rem;font-weight:700;color:#0e2a6b;white-space:nowrap;flex-shrink:0;opacity:.5;transition:opacity .2s,color .18s}.carte-membre-pub:hover .carte-membre-pub__lire-plus{opacity:1;color:#f4b400}.profil-modal{display:flex;gap:1.5rem;margin-bottom:1.5rem;align-items:flex-start}@media(max-width:576px){.profil-modal{flex-direction:column;align-items:center;text-align:center}}.profil-modal__photo-wrap{flex-shrink:0}.profil-modal__photo-wrap .carte-membre-pub__photo{width:120px;height:120px;border:4px solid #f4b400}@media(max-width:576px){.profil-modal__photo-wrap .carte-membre-pub__photo{width:100px;height:100px}}.profil-modal__identite{flex:1 1;padding-top:.5rem}@media(max-width:576px){.profil-modal__identite{padding-top:0}}.profil-modal__nom{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#0e2a6b;margin:0 0 .25rem;line-height:1.3}.profil-modal__fonction{font-size:.875rem;font-weight:700;color:#f4b400;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .25rem}.profil-modal__diocese{font-size:.75rem;color:#6b7280;font-style:italic;margin:0 0 .5rem}.profil-modal__email-btn{margin-top:1rem}.profil-modal__bio{border-top:1px solid #e5e7eb;padding-top:1.25rem}.profil-modal__bio p{font-size:.875rem;color:#6b7280;line-height:1.75;margin:0;white-space:pre-wrap}.profil-modal__bio-titre{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:#0e2a6b;margin:0 0 .75rem}.equipe-vide{text-align:center;padding:4rem 0;color:#6b7280;font-size:1rem}.equipe-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.equipe-grille--squelette{padding:1rem}.equipe-carte{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.equipe-carte:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.equipe-carte--inactif{opacity:.5}.equipe-carte--inactif:hover{transform:none;box-shadow:0 2px 10px rgba(0,0,0,.06)}.equipe-carte__entete{background:linear-gradient(135deg,#EFF6FF,#DBEAFE);border-bottom:1px solid #bfdbfe;padding:.5rem .75rem;display:flex;align-items:center;justify-content:flex-end;gap:.25rem;min-height:44px;flex-wrap:wrap}.equipe-carte__badge-inactif{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b45309;background:#fffbeb;border:1px solid #fde68a;padding:2px .5rem;border-radius:4px;margin-right:auto}.equipe-carte__actions{display:flex;gap:.25rem;flex-wrap:wrap}.equipe-carte__profil{display:flex;align-items:center;gap:.75rem;padding:.75rem .75rem .5rem}.equipe-carte__photo{object-fit:cover}.equipe-carte__avatar,.equipe-carte__photo{width:52px;height:52px;border-radius:50%;border:2px solid #bfdbfe;flex-shrink:0}.equipe-carte__avatar{background:linear-gradient(135deg,#0E2A6B,#2563EB);color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center}.equipe-carte__info{flex:1 1;min-width:0}.equipe-carte__nom{font-weight:700;font-size:.875rem;color:#0e2a6b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.equipe-carte__fonction{font-size:.75rem;color:#f4b400;font-weight:600}.equipe-carte__diocese,.equipe-carte__fonction{margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.equipe-carte__diocese{font-size:.65rem;color:#6b7280;font-style:italic}.equipe-carte__email{font-size:.65rem;color:#6b7280;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.equipe-carte__bio{font-size:.75rem;color:#6b7280;line-height:1.5;padding:0 .75rem .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.equipe-carte__pied{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-top:1px solid #f1f5f9;margin-top:auto}.equipe-carte__ordre{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.equipe-form__photo-zone{display:flex;flex-direction:column;align-items:center;gap:.5rem}.equipe-form__photo-apercu{width:100px;height:100px;border-radius:50%;border:2px dashed #cbd5e1;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .3s ease,background .3s ease}.equipe-form__photo-apercu:hover{border-color:#0e2a6b;background:#eff6ff}.equipe-form__photo-apercu img{width:100%;height:100%;object-fit:cover}:root{--c-principal:#0E2A6B;--c-secondaire:#C8242A;--c-accent:#F4B400;--c-fond:#FAFAF9;--c-texte:#1F2937;--c-texte-s:#6B7280;--c-blanc:#FFFFFF;--c-gris-clair:#F3F4F6;--c-bordure:#E5E7EB}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body,html{overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;font-size:1rem;color:#1f2937;background-color:#fafaf9;line-height:1.6;-webkit-font-smoothing:antialiased;width:100%}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2;color:#0e2a6b}a{color:inherit;text-decoration:none;transition:color .3s ease}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none}button,input,select,textarea{font-family:Inter,system-ui,sans-serif}ol,ul{list-style:none}.texte-formate-numeros,.texte-formate-puces{margin:.5rem 0 .75rem 1.25rem;padding:0}.texte-formate-numeros li,.texte-formate-puces li{margin-bottom:.25rem;line-height:1.6}.texte-formate-puces{list-style:disc}.texte-formate-numeros{list-style:decimal}.conteneur{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:1440px){.conteneur{max-width:1400px}}@media(max-width:576px){.conteneur{padding:0 1rem}}.section{padding:5rem 0}@media(min-width:1440px){.section{padding:6rem 0}}.section--grise{background:#f3f4f6}.section--blanche{background:#fff}@keyframes apparaitre{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animer{animation:apparaitre .6s ease forwards}.animer--lent{animation:apparaitre .8s ease .2s forwards;opacity:0}@keyframes barreIndeterminee1{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes barreIndeterminee2{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.barre-chargement{position:fixed;top:0;left:0;right:0;height:3px;z-index:99999;background:rgba(212,175,55,.25);overflow:hidden}.barre-chargement__fil{box-shadow:0 0 10px #d4af37,0 0 4px rgba(212,175,55,.6);animation:barreIndeterminee1 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.barre-chargement:after,.barre-chargement__fil{position:absolute;height:100%;background:#d4af37;border-radius:0 2px 2px 0}.barre-chargement:after{content:"";box-shadow:0 0 10px #d4af37;animation:barreIndeterminee2 2.1s cubic-bezier(.165,.84,.44,1) 1.15s infinite}