/* =====================================================
   design-nouveau.css — ASSPdB
   Fichier CSS unique — remplace main.css
   ===================================================== */

/* ═══════════════════════════════════════════════════════
   1. IMPORTS EXTERNES
═══════════════════════════════════════════════════════ */
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,900;1,300&display=swap");

/* ═══════════════════════════════════════════════════════
   2. RESET (ex-Phantom)
═══════════════════════════════════════════════════════ */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0;
    font-size: 100%; font: inherit; vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
body { -webkit-text-size-adjust: none; }
mark { background-color: transparent; color: inherit; }
input::-moz-focus-inner { border: 0; padding: 0; }
input, select, textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

/* ═══════════════════════════════════════════════════════
   3. VARIABLES
═══════════════════════════════════════════════════════ */
:root {
    --bleu:  #0a1f44;
    --bleu2: #153063;
    --rouge: #c0392b;
    --or:    #c9a84c;
    --blanc: #f8f7f3;
}

/* ═══════════════════════════════════════════════════════
   4. BASE — HTML & BODY
═══════════════════════════════════════════════════════ */
@media screen and (max-width: 480px) { html, body { min-width: 320px; } }

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

html, body, #wrapper { overflow-x: hidden; max-width: 100%; }

body {
    background: #ffffff;
    color: #585858;
    font-family: 'Source Sans 3', 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.75;
    -ms-overflow-style: scrollbar;
    margin: 0;
    padding: 0;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    animation: none !important;
    transition: none !important;
}

@media screen and (max-width: 1680px) { body { font-size: 14pt; } }
@media screen and (max-width: 1280px) { body { font-size: 12pt; } }

/* ═══════════════════════════════════════════════════════
   5. TYPOGRAPHIE
═══════════════════════════════════════════════════════ */
a {
    transition: border-bottom-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    color: #585858;
    border-bottom: dotted 1px rgba(88,88,88,0.5);
}
a:hover { border-bottom-color: transparent; color: #d5c3ae !important; }

strong, b { font-weight: 900; }
em, i { font-style: italic; }

p { margin: 0 0 2em 0; }

h1 {
    font-size: 2.25em; font-weight: 700; line-height: 1.3;
    margin: 0 0 0.5em 0; letter-spacing: -0.035em;
}
h1 a { color: inherit; }

@media screen and (max-width: 736px) { h1 { font-size: 2em; margin: 0 0 1em 0; } }
@media screen and (max-width: 360px) { h1 { font-size: 1.75em; } }

h2, h4, h5, h6 {
    font-weight: 900; line-height: 1.5; margin: 0 0 1em 0;
    text-transform: uppercase; letter-spacing: 0.35em;
}

h3 {
    font-weight: 900; line-height: 0.5; margin: 0;
    text-transform: uppercase; letter-spacing: 0.35em;
}

h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }

h2 { font-size: 1.1em; }
h3 { font-size: 1em; }
h4 { font-size: 0.8em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.8em; }

@media screen and (max-width: 980px) { h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: none; } }
@media screen and (max-width: 736px) { h2 { font-size: 1em; } h3 { font-size: 0.8em; } }

sub { font-size: 0.8em; position: relative; top: 0.5em; }
sup { font-size: 0.8em; position: relative; top: -0.5em; }

blockquote {
    border-left: solid 4px #c9c9c9; font-style: italic;
    margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144,144,144,0.075); border-radius: 4px;
    border: solid 1px #c9c9c9; font-family: "Courier New", monospace;
    font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em;
}

pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; }
pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; }

hr { border: 0; border-bottom: solid 1px #c9c9c9; margin: 2em 0; }
hr.major { margin: 3em 0; }

.align-left   { text-align: left; }
.align-center { text-align: center; }
.align-right  { text-align: right; }

/* ═══════════════════════════════════════════════════════
   6. GRILLE (.row)
═══════════════════════════════════════════════════════ */
.row {
    display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch;
    margin-top: 0; margin-left: -2em;
}
.row > * { box-sizing: border-box; padding: 0 0 0 2em; }
.row.gtr-uniform { margin-top: -2em; }
.row.gtr-uniform > * { padding-top: 2em; }
.row.gtr-uniform > * > :last-child { margin-bottom: 0; }
.row.aln-left    { justify-content: flex-start; }
.row.aln-center  { justify-content: center; }
.row.aln-right   { justify-content: flex-end; }
.row.aln-top     { align-items: flex-start; }
.row.aln-middle  { align-items: center; }
.row.aln-bottom  { align-items: flex-end; }
.row > .imp      { order: -1; }

.row.gtr-0   { margin-left: 0; }    .row.gtr-0   > * { padding-left: 0; }
.row.gtr-25  { margin-left: -0.5em; } .row.gtr-25  > * { padding-left: 0.5em; }
.row.gtr-50  { margin-left: -1em; }   .row.gtr-50  > * { padding-left: 1em; }
.row.gtr-150 { margin-left: -3em; }   .row.gtr-150 > * { padding-left: 3em; }
.row.gtr-200 { margin-left: -4em; }   .row.gtr-200 > * { padding-left: 4em; }

/* Colonnes */
.row > .col-1  { width: 8.33333%; }   .row > .off-1  { margin-left: 8.33333%; }
.row > .col-2  { width: 16.66667%; }  .row > .off-2  { margin-left: 16.66667%; }
.row > .col-3  { width: 25%; }        .row > .off-3  { margin-left: 25%; }
.row > .col-4  { width: 33.33333%; }  .row > .off-4  { margin-left: 33.33333%; }
.row > .col-5  { width: 41.66667%; }  .row > .off-5  { margin-left: 41.66667%; }
.row > .col-6  { width: 50%; }        .row > .off-6  { margin-left: 50%; }
.row > .col-7  { width: 58.33333%; }  .row > .off-7  { margin-left: 58.33333%; }
.row > .col-8  { width: 66.66667%; }  .row > .off-8  { margin-left: 66.66667%; }
.row > .col-9  { width: 75%; }        .row > .off-9  { margin-left: 75%; }
.row > .col-10 { width: 83.33333%; }  .row > .off-10 { margin-left: 83.33333%; }
.row > .col-11 { width: 91.66667%; }  .row > .off-11 { margin-left: 91.66667%; }
.row > .col-12 { width: 100%; }       .row > .off-12 { margin-left: 100%; }

/* Responsive colonnes — xlarge/large/medium/small/xsmall (compressé) */
@media screen and (max-width: 1680px) {
    .row > .imp-xlarge { order:-1; }
    .row > .col-1-xlarge  { width:8.33333%; }  .row > .col-2-xlarge  { width:16.66667%; }
    .row > .col-3-xlarge  { width:25%; }       .row > .col-4-xlarge  { width:33.33333%; }
    .row > .col-5-xlarge  { width:41.66667%; } .row > .col-6-xlarge  { width:50%; }
    .row > .col-7-xlarge  { width:58.33333%; } .row > .col-8-xlarge  { width:66.66667%; }
    .row > .col-9-xlarge  { width:75%; }       .row > .col-10-xlarge { width:83.33333%; }
    .row > .col-11-xlarge { width:91.66667%; } .row > .col-12-xlarge { width:100%; }
    .row > .off-1-xlarge  { margin-left:8.33333%; }  .row > .off-2-xlarge  { margin-left:16.66667%; }
    .row > .off-3-xlarge  { margin-left:25%; }       .row > .off-4-xlarge  { margin-left:33.33333%; }
    .row > .off-5-xlarge  { margin-left:41.66667%; } .row > .off-6-xlarge  { margin-left:50%; }
    .row > .off-7-xlarge  { margin-left:58.33333%; } .row > .off-8-xlarge  { margin-left:66.66667%; }
    .row > .off-9-xlarge  { margin-left:75%; }       .row > .off-10-xlarge { margin-left:83.33333%; }
    .row > .off-11-xlarge { margin-left:91.66667%; } .row > .off-12-xlarge { margin-left:100%; }
}
@media screen and (max-width: 1280px) {
    .row > .imp-large { order:-1; }
    .row > .col-1-large  { width:8.33333%; }  .row > .col-2-large  { width:16.66667%; }
    .row > .col-3-large  { width:25%; }       .row > .col-4-large  { width:33.33333%; }
    .row > .col-5-large  { width:41.66667%; } .row > .col-6-large  { width:50%; }
    .row > .col-7-large  { width:58.33333%; } .row > .col-8-large  { width:66.66667%; }
    .row > .col-9-large  { width:75%; }       .row > .col-10-large { width:83.33333%; }
    .row > .col-11-large { width:91.66667%; } .row > .col-12-large { width:100%; }
    .row > .off-1-large  { margin-left:8.33333%; }  .row > .off-4-large  { margin-left:33.33333%; }
    .row > .off-6-large  { margin-left:50%; }       .row > .off-12-large { margin-left:100%; }
}
@media screen and (max-width: 980px) {
    .row { margin-left: -1.5em; } .row > * { padding-left: 1.5em; }
    .row > .imp-medium { order:-1; }
    .row > .col-1-medium  { width:8.33333%; }  .row > .col-2-medium  { width:16.66667%; }
    .row > .col-3-medium  { width:25%; }       .row > .col-4-medium  { width:33.33333%; }
    .row > .col-5-medium  { width:41.66667%; } .row > .col-6-medium  { width:50%; }
    .row > .col-7-medium  { width:58.33333%; } .row > .col-8-medium  { width:66.66667%; }
    .row > .col-9-medium  { width:75%; }       .row > .col-10-medium { width:83.33333%; }
    .row > .col-11-medium { width:91.66667%; } .row > .col-12-medium { width:100%; }
    .row > .off-1-medium  { margin-left:8.33333%; } .row > .off-6-medium { margin-left:50%; }
    .row > .off-12-medium { margin-left:100%; }
}
@media screen and (max-width: 736px) {
    .row { margin-left: -1em; } .row > * { padding-left: 1em; }
    .row > .imp-small { order:-1; }
    .row > .col-1-small  { width:8.33333%; }  .row > .col-2-small  { width:16.66667%; }
    .row > .col-3-small  { width:25%; }       .row > .col-4-small  { width:33.33333%; }
    .row > .col-5-small  { width:41.66667%; } .row > .col-6-small  { width:50%; }
    .row > .col-7-small  { width:58.33333%; } .row > .col-8-small  { width:66.66667%; }
    .row > .col-9-small  { width:75%; }       .row > .col-10-small { width:83.33333%; }
    .row > .col-11-small { width:91.66667%; } .row > .col-12-small { width:100%; }
    .row > .off-1-small  { margin-left:8.33333%; } .row > .off-6-small { margin-left:50%; }
    .row > .off-12-small { margin-left:100%; }
}
@media screen and (max-width: 480px) {
    .row { margin-left: -1em; } .row > * { padding-left: 1em; }
    .row > .imp-xsmall { order:-1; }
    .row > .col-1-xsmall  { width:8.33333%; }  .row > .col-3-xsmall  { width:25%; }
    .row > .col-4-xsmall  { width:33.33333%; } .row > .col-6-xsmall  { width:50%; }
    .row > .col-9-xsmall  { width:75%; }       .row > .col-12-xsmall { width:100%; }
    .row > .off-12-xsmall { margin-left:100%; }
}

/* ═══════════════════════════════════════════════════════
   7. FORMULAIRES (ex-Phantom)
═══════════════════════════════════════════════════════ */
body, input, select, textarea {
    color: #585858;
    font-family: 'Source Sans 3', 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.75;
}
@media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 14pt; } }
@media screen and (max-width: 1280px) { body, input, select, textarea { font-size: 12pt; } }

label { display: block; font-size: 0.9em; font-weight: 900; margin: 0 0 1em 0; }

form { margin: 0 0 2em 0; overflow-x: hidden; }
form > :last-child { margin-bottom: 0; }
form > .fields {
    display: flex; flex-wrap: wrap;
    width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em;
}
form > .fields > .field {
    flex-grow: 0; flex-shrink: 0;
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
}
form > .fields > .field.half    { width: calc(50%  - 0.75em); }
form > .fields > .field.third   { width: calc(100%/3 - 0.5em); }
form > .fields > .field.quarter { width: calc(25%  - 0.375em); }

@media screen and (max-width: 480px) {
    form > .fields > .field,
    form > .fields > .field.half,
    form > .fields > .field.third,
    form > .fields > .field.quarter { width: calc(100% - 1.5em); }
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"],
select, textarea {
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    background-color: transparent; border: none; border-radius: 0;
    border-bottom: solid 1px #c9c9c9; color: inherit; display: block;
    outline: 0; padding: 0; text-decoration: none; width: 100%;
}
input[type="text"]:invalid, input[type="password"]:invalid,
input[type="email"]:invalid, input[type="tel"]:invalid,
select:invalid, textarea:invalid { box-shadow: none; }

input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus,
select:focus, textarea:focus {
    border-bottom-color: #d5c3ae;
    box-shadow: inset 0 -1px 0 0 #d5c3ae;
}

select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c9c9c9' /%3E%3C/svg%3E");
    background-size: 1.25rem; background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 3em; padding-right: 3em; text-overflow: ellipsis;
}
select option { background: #ffffff; }
select:focus::-ms-value { background-color: transparent; }
select::-ms-expand { display: none; }

input[type="text"], input[type="password"], input[type="email"], select { height: 3em; }
textarea { padding: 0; min-height: 3.75em; }

/* Checkbox & radio natifs Phantom — masqués par défaut, gérés via design-nouveau */
input[type="checkbox"], input[type="radio"] {
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    text-decoration: none; color: #585858; cursor: pointer;
    display: inline-block; font-size: 1em; font-weight: 300;
    padding-left: 2.55em; padding-right: 0.75em; position: relative;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;
    display: inline-block; font-style: normal; font-variant: normal;
    text-rendering: auto; line-height: 1; text-transform: none !important;
    font-family: 'Font Awesome 5 Free'; font-weight: 900;
    border-radius: 4px; border: solid 1px #c9c9c9; content: '';
    font-size: 0.8em; height: 2.25em; left: 0; line-height: 2.25em;
    position: absolute; text-align: center; top: 0; width: 2.25em;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background: #585858; border-color: #585858; color: #ffffff; content: '\f00c';
}
input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
    border-color: #d5c3ae; box-shadow: 0 0 0 1px #d5c3ae;
}
input[type="checkbox"] + label:before { border-radius: 4px; }
input[type="radio"] + label:before { border-radius: 100%; }

/* ═══════════════════════════════════════════════════════
   8. BOUTONS (ex-Phantom)
═══════════════════════════════════════════════════════ */
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent; border-radius: 4px; border: 0;
    box-shadow: inset 0 0 0 2px #585858; color: #585858 !important;
    cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 900;
    height: 3.5em; letter-spacing: 0.35em; line-height: 3.45em;
    overflow: hidden; padding: 0 1.25em 0 1.6em; text-align: center;
    text-decoration: none; text-overflow: ellipsis; text-transform: uppercase;
    white-space: nowrap;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
button:hover, .button:hover { color: #d5c3ae !important; box-shadow: inset 0 0 0 2px #d5c3ae; }
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
button:active, .button:active { background-color: rgba(213,195,174,0.1); }
.button.fit { width: 100%; }
.button.small { font-size: 0.6em; }
.button.large { font-size: 1em; }
.button.primary { box-shadow: none; background-color: #585858; color: #ffffff !important; }
.button.primary:hover { background-color: #d5c3ae; }
.button.disabled, .button:disabled { pointer-events: none; opacity: 0.25; }

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        flex-direction: column; margin-left: 0; width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        flex-grow: 1; flex-shrink: 1; padding: 1em 0 0 0; text-align: center; width: 100%;
    }
    ul.actions:not(.fixed) li > * { width: 100%; }
    ul.actions:not(.fixed) li:first-child { padding-top: 0; }
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button { width: 100%; }
}

/* ═══════════════════════════════════════════════════════
   9. LISTES
═══════════════════════════════════════════════════════ */
ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; }
ol li { padding-left: 0.25em; }
ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; }
ul li { padding-left: 0.5em; }
ul.alt { list-style: none; padding-left: 0; }
ul.alt li { border-top: solid 1px #c9c9c9; padding: 0.5em 0; }
ul.alt li:first-child { border-top: 0; padding-top: 0; }
dl { margin: 0 0 2em 0; }
dl dt { display: block; font-weight: 900; margin: 0 0 1em 0; }
dl dd { margin-left: 2em; }

ul.actions { display: flex; cursor: default; list-style: none; margin-left: -1em; padding-left: 0; }
ul.actions li { padding: 0 0 0 1em; vertical-align: middle; }
ul.actions.special { justify-content: center; width: 100%; margin-left: 0; }
ul.actions.special li:first-child { padding-left: 0; }
ul.actions.stacked { flex-direction: column; margin-left: 0; }
ul.actions.stacked li { padding: 1.3em 0 0 0; }
ul.actions.stacked li:first-child { padding-top: 0; }

ul.icons { cursor: default; list-style: none; padding-left: 0; margin: -1em 0 2em -1em; }
ul.icons li { display: inline-block; padding: 1em 0 0 1em; }

/* ═══════════════════════════════════════════════════════
   10. ICÔNE (Font Awesome helper)
═══════════════════════════════════════════════════════ */
.icon { text-decoration: none; border-bottom: none; position: relative; }
.icon:before {
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;
    display: inline-block; font-style: normal; font-variant: normal;
    text-rendering: auto; line-height: 1; text-transform: none !important;
    font-family: 'Font Awesome 5 Free'; font-weight: 400;
}
.icon > .label { display: none; }
.icon:before { line-height: inherit; }
.icon.solid:before { font-weight: 900; }
.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }
.icon.style2 {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    background-color: transparent; border: solid 1px #c9c9c9; border-radius: 4px;
    width: 2.65em; height: 2.65em; display: inline-block;
    text-align: center; line-height: 2.65em; color: inherit;
}
.icon.style2:before { font-size: 1.1em; }
.icon.style2:hover { color: #d5c3ae; border-color: #d5c3ae; }
.icon.style2:active { background-color: rgba(213,195,174,0.1); }

/* ═══════════════════════════════════════════════════════
   11. BOX, IMAGE, TABLE
═══════════════════════════════════════════════════════ */
.box { border-radius: 4px; border: solid 1px #c9c9c9; margin-bottom: 2em; padding: 1.5em; }
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; }
.box.alt { border: 0; border-radius: 0; padding: 0; }

.image { border-radius: 4px; border: 0; display: inline-block; position: relative; }
.image img { border-radius: 4px; display: block; }
.image.left, .image.right { max-width: 40%; }
.image.left, .image.right img { width: 100%; }
.image.left { float: left; padding: 0 1.5em 1em 0; top: 0.25em; }
.image.right { float: right; padding: 0 0 1em 1.5em; top: 0.25em; }
.image.fit { display: block; margin: 0 0 2em 0; width: 100%; }
.image.fit img { width: 100%; }
.image.main { display: block; margin: 0 0 3em 0; width: 100%; }
.image.main img { width: 100%; }
@media screen and (max-width: 736px) { .image.main { margin: 0 0 2em 0; } }

.table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; }
table { margin: 0 0 2em 0; width: 100%; }
table tbody tr { border: solid 1px #c9c9c9; border-left: 0; border-right: 0; }
table tbody tr:nth-child(2n+1) { background-color: rgba(144,144,144,0.075); }
table td { padding: 0.75em; }
table th { font-size: 0.9em; font-weight: 900; padding: 0 0.75em 0.75em 0.75em; text-align: left; }
table thead { border-bottom: solid 2px #c9c9c9; }
table tfoot { border-top: solid 2px #c9c9c9; }
table.alt { border-collapse: separate; }
table.alt tbody tr td { border: solid 1px #c9c9c9; border-left-width: 0; border-top-width: 0; }
table.alt tbody tr td:first-child { border-left-width: 1px; }
table.alt tbody tr:first-child td { border-top-width: 1px; }

/* ═══════════════════════════════════════════════════════
   12. TILES (Phantom d'origine)
═══════════════════════════════════════════════════════ */
.tiles {
    display: flex; flex-wrap: wrap; position: relative;
    margin: -2.5em 0 0 -2.5em;
}
.tiles article {
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative; width: calc(33.33333% - 2.5em); margin: 2.5em 0 0 2.5em;
}
.tiles article > .image {
    transition: transform 0.5s ease; position: relative; display: block;
    width: 100%; border-radius: 4px; overflow: hidden;
}
.tiles article > .image img { display: block; width: 100%; }
.tiles article > .image:before {
    pointer-events: none;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    content: ''; display: block; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; opacity: 0.8; z-index: 1;
}
.tiles article > .image:after {
    pointer-events: none; transition: opacity 0.5s ease;
    content: ''; display: block; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
    background-position: center; background-repeat: no-repeat; background-size: 100% 100%;
    opacity: 0.25; z-index: 2;
}
.tiles article > a {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: background-color 0.5s ease, transform 0.5s ease;
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    padding: 1em; border-radius: 4px; border-bottom: 0; color: #ffffff;
    text-align: center; text-decoration: none; z-index: 3;
}
.tiles article > a > :last-child { margin: 0; }
.tiles article > a:hover { color: #ffffff !important; }
.tiles article > a h2 { margin: 0; }
.tiles article > a .content {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    width: 100%; max-height: 0; line-height: 1.5;
    margin-top: 0.35em; opacity: 0;
}
.tiles article > a .content > :last-child { margin-bottom: 0; }

.tiles article.style1 > .image:before { background-color: #d5c3ae; }
.tiles article.style2 > .image:before { background-color: #1b5987; }
.tiles article.style3 > .image:before { background-color: #e91d25; }
.tiles article.style4 > .image:before { background-color: #b75149; }
.tiles article.style5 > .image:before { background-color: #5c9cbc; }
.tiles article.style6 > .image:before { background-color: #d5c3ae; }
.tiles article.style7 > .image:before { background-color: #000000; }

body:not(.is-touch) .tiles article:hover > .image { transform: scale(1.1); }
body:not(.is-touch) .tiles article:hover > .image:before { background-color: #333333; opacity: 0.35; }
body:not(.is-touch) .tiles article:hover > .image:after { opacity: 0; }
body:not(.is-touch) .tiles article:hover .content { max-height: 15em; opacity: 1; }
* + .tiles { margin-top: 2em; }
body.is-preload .tiles article { transform: scale(0.9); opacity: 0; }
body.is-touch .tiles article .content { max-height: 15em; opacity: 1; }

@media screen and (max-width: 1280px) {
    .tiles { margin: -1.25em 0 0 -1.25em; }
    .tiles article { width: calc(33.33333% - 1.25em); margin: 1.25em 0 0 1.25em; }
}
@media screen and (max-width: 980px) {
    .tiles { margin: -2.5em 0 0 -2.5em; }
    .tiles article { width: calc(50% - 2.5em); margin: 2.5em 0 0 2.5em; }
}
@media screen and (max-width: 736px) {
    .tiles { margin: -1.25em 0 0 -1.25em; }
    .tiles article { width: calc(50% - 1.25em); margin: 1.25em 0 0 1.25em; }
    .tiles article:hover > .image { transform: scale(1.0); }
}
@media screen and (max-width: 480px) {
    .tiles { margin: 0; }
    .tiles article { width: 100%; margin: 1.25em 0 0 0; }
}

/* ═══════════════════════════════════════════════════════
   13. HEADER PHANTOM (#header)
═══════════════════════════════════════════════════════ */
#header { padding: 4em 0 0.1em 0; }
#header .logo {
    display: inline-block; border-bottom: 0; color: inherit; font-weight: 900;
    letter-spacing: 0.35em; margin: 0 0 2.5em 0; text-decoration: none; text-transform: uppercase;
}
#header .logo > * { display: inline-block; vertical-align: middle; }
#header .logo .symbol { margin-right: 0.65em; }
#header .logo .symbol img { display: block; width: 8em; height: 8em; }
#header nav { position: fixed; right: 2em; top: 2em; z-index: 10000; }
#header nav ul { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
#header nav ul li { display: block; padding: 0; }
#header nav ul li a {
    display: block; position: relative; height: 3em; line-height: 3em;
    padding: 0 1.5em; background-color: rgba(255,255,255,0.5);
    border-radius: 4px; border: 0; font-size: 0.8em; font-weight: 900;
    letter-spacing: 0.35em; text-transform: uppercase;
}
#header nav ul li a[href="#menu"] {
    -webkit-tap-highlight-color: transparent; width: 4em; text-indent: 4em;
    font-size: 1em; overflow: hidden; padding: 0; white-space: nowrap;
}
#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
    transition: opacity 0.2s ease; content: ''; display: block; position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-position: center; background-repeat: no-repeat; background-size: 2em 2em;
}
#header nav ul li a[href="#menu"]:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
    opacity: 0;
}
#header nav ul li a[href="#menu"]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
    opacity: 1;
}
#header nav ul li a[href="#menu"]:hover:before { opacity: 1; }
#header nav ul li a[href="#menu"]:hover:after  { opacity: 0; }
@media screen and (max-width: 736px) {
    #header { padding: 4em 0 0.1em 0; }
    #header nav { right: 0.5em; top: 0.5em; }
    #header nav ul li a[href="#menu"]:before,
    #header nav ul li a[href="#menu"]:after { background-size: 1.5em 1.5em; }
}

/* ═══════════════════════════════════════════════════════
   14. MENU LATÉRAL PHANTOM (#menu)
═══════════════════════════════════════════════════════ */
#wrapper { transition: opacity 0.45s ease; opacity: 1; overflow-x: hidden; }
#menu {
    transform: translateX(22em); transition: transform 0.45s ease, visibility 0.45s;
    position: fixed; top: 0; right: 0; width: 22em; max-width: 80%; height: 100%;
    -webkit-overflow-scrolling: touch; background: #585858; color: #ffffff;
    cursor: default; visibility: hidden; z-index: 10002;
}
#menu > .inner {
    transition: opacity 0.45s ease; -webkit-overflow-scrolling: touch;
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    padding: 2.75em; opacity: 0; overflow-y: auto;
}
#menu > .inner > ul { list-style: none; margin: 0 0 1em 0; padding: 0; }
#menu > .inner > ul > li { padding: 0; border-top: solid 1px rgba(255,255,255,0.15); }
#menu > .inner > ul > li a { display: block; padding: 1em 0; line-height: 1.5; border: 0; color: inherit; }
#menu > .inner > ul > li:first-child { border-top: 0; margin-top: -1em; }
#menu > .close {
    transition: opacity 0.45s ease, transform 0.45s ease;
    transform: scale(0.25) rotate(180deg); -webkit-tap-highlight-color: transparent;
    display: block; position: absolute; top: 2em; left: -6em; width: 6em;
    text-indent: 6em; height: 3em; border: 0; font-size: 1em; opacity: 0; overflow: hidden; padding: 0; white-space: nowrap;
}
#menu > .close:before, #menu > .close:after {
    transition: opacity 0.2s ease; content: ''; display: block; position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-position: center; background-repeat: no-repeat; background-size: 2em 2em;
}
#menu > .close:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
    opacity: 0;
}
#menu > .close:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
    opacity: 1;
}
#menu > .close:hover:before { opacity: 1; }
#menu > .close:hover:after  { opacity: 0; }
@media screen and (max-width: 736px) {
    #menu { transform: translateX(16.5em); width: 16.5em; }
    #menu > .inner { padding: 2.75em 1.5em; }
    #menu > .close { top: 0.5em; left: -4.25em; width: 4.25em; text-indent: 4.25em; }
    #menu > .close:before, #menu > .close:after { background-size: 1.5em 1.5em; }
}
body.is-menu-visible #wrapper { pointer-events: none; cursor: default; opacity: 0.25; }
body.is-menu-visible #menu { transform: translateX(0); visibility: visible; }
body.is-menu-visible #menu > * { opacity: 1; }
body.is-menu-visible #menu .close { transform: scale(1.0) rotate(0deg); opacity: 1; }

/* ═══════════════════════════════════════════════════════
   15. WRAPPER PRINCIPAL & #main
═══════════════════════════════════════════════════════ */
#wrapper > * > .inner {
    width: 100%;
    max-width: 100%;   /* ← pleine largeur (suppression limite 68em Phantom) */
    margin: 0 auto;
    padding: 0 2.5em;
}
@media screen and (max-width: 736px) { #wrapper > * > .inner { padding: 0 1.25em; } }

#main { padding: 0 !important; }
@media screen and (max-width: 736px) { #main { padding: 0em 0 4em 0 !important; } }

#wrapper, #main { margin-top: 120px; }

/* ═══════════════════════════════════════════════════════
   16. FOOTER (#footer) — structure footer.php
═══════════════════════════════════════════════════════ */
#footer {
    background: var(--bleu);
    color: rgba(248,247,243,0.8);
    padding: 4em 2.5em 0;
    border-top: 3px solid rgba(201,168,76,0.3);
}

/* Grille 3 colonnes */
#footer .footer-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
    max-width: 68em;
    margin: 0 auto;
    padding-bottom: 3em;
}

#footer .footer-section { display: flex; flex-direction: column; gap: 0.75em; }

/* Titres */
#footer .footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 0.72em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--or);
    margin: 0 0 0.5em;
    padding: 0;
    border: none;
}

/* Texte */
#footer .footer-text {
    font-size: 0.88em;
    line-height: 1.7;
    color: rgba(248,247,243,0.65);
    margin: 0;
}

/* Liens */
#footer .footer-link {
    color: rgba(248,247,243,0.65);
    text-decoration: none;
    transition: color 0.2s;
    border-bottom: none;
}
#footer .footer-link:hover { color: var(--or); }

/* Liste liens utiles — sans puces */
#footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
#footer .footer-links li { margin: 0; padding: 0; }
#footer .footer-links li::before { display: none; }
#footer .footer-links a {
    font-size: 0.88em;
    color: rgba(248,247,243,0.65);
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}
#footer .footer-links a::before { content: '›'; margin-right: 0.4em; color: var(--or); }
#footer .footer-links a:hover { color: var(--or); padding-left: 4px; }

/* Barre de copyright */
#footer .footer-bottom {
    border-top: 1px solid rgba(248,247,243,0.1);
    padding: 1.25em 0;
    max-width: 68em;
    margin: 0 auto;
}
#footer .footer-copyright {
    font-size: 0.78em;
    color: rgba(248,247,243,0.4);
    margin: 0;
    text-align: center;
}

/* Responsive */
@media screen and (max-width: 900px) {
    #footer .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    #footer .footer-section:first-child {
        grid-column: 1 / -1;
    }
}
@media screen and (max-width: 600px) {
    #footer { padding: 3em 1.5em 0; }
    #footer .footer-inner {
        grid-template-columns: 1fr;
        gap: 2em;
    }
    #footer .footer-section:first-child { grid-column: auto; }
}

/* ═══════════════════════════════════════════════════════
   17. SECTION/ARTICLE — header p
═══════════════════════════════════════════════════════ */
section.special, article.special { text-align: center; }
header p { margin-top: -1em; }
@media screen and (max-width: 736px) { header p { margin-top: 0; } }

/* ═══════════════════════════════════════════════════════
   18. BANNIÈRE (#banner) — page d'accueil
═══════════════════════════════════════════════════════ */
#banner { display: flex; align-items: center; padding: 6em 0; overflow: hidden; background-color: #f5f5f5; }
#banner > .content { flex: 1; padding: 0 2.5em 0 4em; max-width: 55%; }
#banner > .image.object { flex: 1; max-width: 45%; overflow: hidden; }
#banner > .image.object img { width: 100%; height: auto; display: block; object-fit: cover; }
@media screen and (max-width: 980px) {
    #banner { flex-direction: column; padding: 4em 0; }
    #banner > .content { max-width: 100%; padding: 0 2.5em; text-align: center; }
    #banner > .image.object { max-width: 80%; margin-top: 2em; }
}
@media screen and (max-width: 736px) {
    #banner { padding: 3em 0; }
    #banner > .content { padding: 0 1.25em; }
    #banner > .image.object { max-width: 100%; margin-top: 1.5em; }
}

/* ═══════════════════════════════════════════════════════
   19. CAROUSEL & SPONSORS (inchangés)
═══════════════════════════════════════════════════════ */
.carousel-items { display: flex; overflow-x: scroll; padding: 1rem 0; scroll-snap-type: x mandatory; }
.carousel-item { flex: 1 0 250px; margin-left: 1rem; scroll-snap-align: start; }
::-webkit-scrollbar-track { background-color: #F5F5F5; }
::-webkit-scrollbar { height: 6px; background-color: #F5F5F5; }
::-webkit-scrollbar-thumb { background-color: #3d4852; border-radius: 3px; }
#sponsors { height: 206px; }

/* ═══════════════════════════════════════════════════════
   20. PRÉSENTATION (inchangée)
═══════════════════════════════════════════════════════ */
#presentation { display: flex; flex-wrap: wrap; justify-content: center; align-content: space-around; text-align: justify; }
.pres1,.pres2,.pres3,.pres4,.pres5,.pres6,.pres7,.pres8,.pres9,.pres10,
.pres11,.pres12,.pres13,.pres14,.pres15,.pres16,.pres17 { max-width: 20em; margin: 0em 2em; }

/* ═══════════════════════════════════════════════════════
   21. HEADER NOUVEAU (nav ASSPdB)
═══════════════════════════════════════════════════════ */
header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 0.8em 2em; background: var(--bleu);
    border-bottom: 1px solid rgba(170,130,70,0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: background 0.3s, box-shadow 0.3s;
}
body.is-scrolled header { background: #081a3a; box-shadow: 0 4px 16px rgba(0,0,0,0.25); }

.header-left { display: flex; align-items: center; gap: 1.2em; flex-shrink: 0; }
.logos { display: flex; align-items: center; gap: 0.6em; }
.logo { height: 2.8em; width: auto; }
.header-divider { width: 1px; height: 2.2em; background: rgba(248,247,243,0.2); }
.header-brand { font-family: 'Oswald', sans-serif; font-size: 0.94em; text-align: center; }
.nom { display: block; font-weight: 600; color: var(--blanc); letter-spacing: 0.05em; }
.sous-nom { display: block; font-weight: 400; font-size: 0.8em; color: rgba(248,247,243,0.6); letter-spacing: 0.08em; }

.nav-menu { display: flex; gap: 1.8em; flex-grow: 1; flex-wrap: wrap; justify-content: flex-end; }
.nav-menu a { color: rgba(248,247,243,0.85); text-decoration: none; font-size: 0.9em; letter-spacing: 0.08em; padding: 0.4em 0; transition: color 0.2s; }
.nav-menu a:hover { color: var(--or); }

.nav-cta {
    font-weight: 600; color: var(--blanc) !important;
    background: var(--rouge) !important;
    border: 1px solid rgba(170,130,70,0.4) !important;
    padding: 0.65em 1.4em; border-radius: 2px; display: inline-block; text-decoration: none !important;
}
.nav-cta:hover { border-color: var(--or) !important; background: rgba(201,168,76,0.15) !important; color: var(--blanc) !important; }

@media (max-width: 736px) {
    header { padding: 1em 1.2em 0.8em; flex-direction: column; gap: 0.8em; text-align: center; }
    .header-left { flex-direction: row; }
    .nav-menu { justify-content: center; gap: 1.1em; }
    .nav-menu a { font-size: 0.85em; }
}

/* ═══════════════════════════════════════════════════════
   22. HERO ACCUEIL
═══════════════════════════════════════════════════════ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.82) 45%, rgba(10,31,68,0.35) 100%),
        url('../../images/banniere.png') center/cover no-repeat;
    background-color: #0a1f44;
}
.hero-accent { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(to bottom, var(--rouge), var(--or), var(--rouge)); z-index: 2; }
.hero-shape { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 520px; height: 520px; border: 1.5px solid rgba(201,168,76,0.15); border-radius: 50%; pointer-events: none; z-index: 1; }
.hero-shape::before { content: ''; position: absolute; inset: 40px; border: 1px solid rgba(201,168,76,0.08); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 68em; margin: 0 auto; padding: 8em 4em 6em; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.6em; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.4); border-radius: 2px; padding: 0.4em 1em; margin-bottom: 1.8em; animation: fadeUp 0.6s ease both; }
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--or); animation: pulse 2s infinite; flex-shrink: 0; }
.hero-badge span { font-family: 'Oswald', sans-serif; font-size: 0.72em; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); }
.hero-title { font-family: 'Oswald', sans-serif; font-size: clamp(2em, 5vw, 3.8em); font-weight: 700; line-height: 1.05; color: var(--blanc); max-width: 14em; margin: 0 0 0.6em; letter-spacing: -0.01em; text-transform: none; animation: fadeUp 0.6s 0.1s ease both; }
.hero-title em { font-style: normal; color: var(--or); }
.hero-subtitle { font-family: 'Oswald', sans-serif; font-size: 0.95em; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(248,247,243,0.55); margin-bottom: 2em; animation: fadeUp 0.6s 0.18s ease both; }
.hero-subtitle span { color: rgba(201,168,76,0.7); margin: 0 0.6em; }
.hero-text { font-size: 1.05em; line-height: 1.7; color: rgba(248,247,243,0.8); max-width: 36em; margin-bottom: 2.5em; animation: fadeUp 0.6s 0.26s ease both; }
.hero-text strong { color: var(--blanc); font-weight: 600; }
.hero-actions { display: flex; gap: 1em; flex-wrap: wrap; animation: fadeUp 0.6s 0.34s ease both; }
.hero-stats { position: absolute; bottom: 2.2em; right: 4em; left: 55%; display: flex; gap: 2.5em; justify-content: flex-end; z-index: 2; animation: fadeUp 0.6s 0.42s ease both; }
.stat { text-align: right; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 2.2em; font-weight: 700; color: var(--blanc); line-height: 1; }
.stat-label { font-size: 0.7em; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,247,243,0.45); margin-top: 0.2em; }
.stat-sep { width: 1px; background: rgba(201,168,76,0.2); align-self: stretch; }
.scroll-hint { position: absolute; bottom: 2em; left: 4em; transform: none; display: flex; flex-direction: column; align-items: center; gap: 0.4em; z-index: 2; animation: fadeUp 0.6s 0.5s ease both; }
.scroll-hint span { font-size: 0.6em; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(248,247,243,0.3); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(201,168,76,0.6), transparent); animation: scrollDrop 1.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════════════════
   23. BOUTONS NOUVEAU DESIGN
═══════════════════════════════════════════════════════ */
.btn-primary {
    font-family: 'Oswald', sans-serif; font-size: 0.82em; font-weight: 600;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--blanc);
    background: var(--rouge); padding: 0.9em 2em; border-radius: 2px;
    text-decoration: none; display: inline-flex; align-items: center; gap: 0.6em;
    border: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(192,57,43,0.35);
}
.btn-primary:hover { background: #a93226; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(192,57,43,0.45); color: var(--blanc); border-bottom-color: transparent; }
.btn-primary .arrow { transition: transform 0.2s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-secondary { font-family: 'Oswald', sans-serif; font-size: 0.82em; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blanc); background: transparent; border: 1px solid rgba(248,247,243,0.35); padding: 0.9em 2em; border-radius: 2px; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.btn-secondary:hover { border-color: var(--or); background: rgba(201,168,76,0.07); color: var(--blanc); }

/* ═══════════════════════════════════════════════════════
   24. ANNONCE BAR
═══════════════════════════════════════════════════════ */
.annonce-bar { background: var(--bleu); border-left: 4px solid var(--rouge); padding: 0.85em 4em; display: flex; align-items: center; }
.annonce-bar p { margin: 0; font-size: 0.9em; color: rgba(248,247,243,0.85); }
.annonce-bar strong { color: var(--blanc); }
.annonce-bar a { color: var(--or); text-decoration: none; border-bottom: 1px dotted var(--or); }
.annonce-bar a:hover { opacity: 0.7; }

/* ═══════════════════════════════════════════════════════
   25. ACTIVITÉS — SECTION ACCUEIL
═══════════════════════════════════════════════════════ */
.activities { padding: 4em 2em; max-width: 1200px; margin: 0 auto; background: transparent; border-radius: 0; box-shadow: none; }
.section-header { margin-bottom: 2.5em; }
.section-label { font-family: 'Oswald', sans-serif; font-size: 0.72em; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rouge); margin-bottom: 0.5em; display: flex; align-items: center; gap: 0.8em; font-style: normal; text-align: left; }
.section-label::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--rouge); flex-shrink: 0; }
.section-title { font-family: 'Oswald', sans-serif; font-size: 2em; font-weight: 700; color: var(--bleu); letter-spacing: -0.01em; text-transform: none; text-align: left; margin: 0; }
.activities .tiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2em; }
.activities .tile { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 6px; display: block; text-decoration: none; border: none; background: var(--bleu2); height: auto; min-height: unset; max-height: unset; }
.activities .tile:first-child { grid-row: span 2; aspect-ratio: auto; }
.tile-bg { position: absolute; inset: 0; transition: transform 0.5s ease; }
.activities .tile:hover .tile-bg { transform: scale(1.05); }
.tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.15) 60%); transition: opacity 0.3s; }
.activities .tile:hover .tile-overlay { opacity: 0.97; }
.tile-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.4em; }
.tile-icon { font-size: 1.5em; margin-bottom: 0.3em; display: block; opacity: 0.85; }
.tile-title { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: 600; color: var(--blanc); letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 0.3em; }
.tile-desc { font-size: 0.78em; color: rgba(248,247,243,0.65); line-height: 1.5; max-height: 0; overflow: hidden; opacity: 0; margin: 0; transition: max-height 0.3s ease, opacity 0.3s; }
.activities .tile:hover .tile-desc { max-height: 6em; opacity: 1; }
.tile-arrow { position: absolute; top: 1em; right: 1em; width: 30px; height: 30px; border: 1px solid rgba(201,168,76,0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--or); font-size: 0.75em; opacity: 0; transition: opacity 0.3s, background 0.3s; }
.activities .tile:hover .tile-arrow { opacity: 1; background: rgba(201,168,76,0.15); }
.tile.style1 .tile-bg { background: linear-gradient(135deg, #0d3060, #1a4a80); }
.tile.style2 .tile-bg { background: linear-gradient(135deg, #7b1010, #a0201a); }
.tile.style3 .tile-bg { background: linear-gradient(135deg, #0a4a5a, #0d6070); }
.tile.style4 .tile-bg { background: linear-gradient(135deg, #2d1a6e, #3d2490); }
.tile.style5 .tile-bg { background: linear-gradient(135deg, #1a3a1a, #2a5a2a); }
.tile.style6 .tile-bg { background: linear-gradient(135deg, #4a2000, #6a3010); }

/* ═══════════════════════════════════════════════════════
   26. MEMBRES SERVICES & ACCES-CARD
═══════════════════════════════════════════════════════ */
.membres-hero { background: var(--bleu); padding: 3em 2em 2.5em; border-bottom: 3px solid var(--or); }
.membres-hero .section-title { font-family: 'Oswald', sans-serif; font-size: clamp(2em, 5vw, 3em); font-weight: 700; color: var(--blanc); margin: 0 0 0.3em; text-transform: none; text-align: left; }
.membres-hero .section-label { color: var(--or); }
.membres-hero .section-label::before { background: var(--rouge); }
.membres-h2 { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bleu); text-align: center; margin: 0 0 2em; }
.membres-services { padding: 3em 2em; max-width: 1100px; margin: 0 auto; background: transparent !important; border-radius: 0 !important; box-shadow: none !important; }
.membres-services, .membres-services .tiles-grid { max-width: 100%; overflow: hidden; box-sizing: border-box; }
.membres-services .tile, .membres-services .tiles article { min-width: 0; overflow: hidden; word-break: break-word; box-sizing: border-box; width: 100%; }
.acces-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5em; width: 100%; box-sizing: border-box; }
.acces-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 0.5em; background: linear-gradient(145deg, var(--bleu), var(--bleu2)); border-radius: 10px; padding: 2em 1.5em 1.5em; text-decoration: none !important; border: 2px solid transparent !important; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; box-sizing: border-box; overflow: hidden; min-width: 0; width: 100%; height: auto; min-height: 180px; color: var(--blanc); }
.acces-card:hover { border-color: var(--or) !important; transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); color: var(--blanc) !important; }
.acces-icon { font-size: 2em; line-height: 1; margin-bottom: 0.2em; }
.acces-titre { font-family: 'Oswald', sans-serif; font-size: 1.3em; font-weight: 700; color: var(--blanc); letter-spacing: 0.04em; line-height: 1.2; }
.acces-desc { font-size: 0.85em; color: rgba(248,247,243,0.7); line-height: 1.6; margin-top: 0.3em; }
.acces-arrow { position: absolute; top: 1em; right: 1em; width: 28px; height: 28px; border: 1px solid rgba(201,168,76,0.45) !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--or); font-size: 0.8em; opacity: 0; transition: opacity 0.25s; }
.acces-card:hover .acces-arrow { opacity: 1; }
.info-membres { padding: 3em 2em; max-width: 700px; margin: 0 auto; background: transparent !important; border-radius: 0 !important; box-shadow: none !important; }
.membres-liste { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.9em; }
.membres-liste li { background: rgba(10,31,68,0.05); border-left: 4px solid var(--or); padding: 0.9em 1.2em; border-radius: 0 6px 6px 0; font-size: 0.95em; line-height: 1.5; }
.membres-liste a { color: var(--rouge); font-weight: 600; border-bottom: 1px dotted var(--rouge); }

/* ═══════════════════════════════════════════════════════
   27. DIVERS
═══════════════════════════════════════════════════════ */
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--or); transform: translateX(-50%); }
.timeline-item { position: relative; margin: 3em 0; clear: both; }
.timeline-item:nth-child(odd) { margin-left: 50%; padding-left: 2em; }
.timeline-item:nth-child(even) { margin-right: 50%; padding-right: 2em; text-align: right; }
.timeline-item h3 { background: var(--bleu); color: white; padding: 0.5em 1em; border-radius: 4px; display: inline-block; }
@media (max-width: 736px) { .timeline::before { left: 20px; } .timeline-item { margin-left: 60px !important; margin-right: 0 !important; text-align: left !important; padding-right: 0 !important; } .timeline-item h3 { margin-left: -50px; } }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.stats-list, .valeurs { display: grid; gap: 1em; list-style: none; padding: 0; }
.stats-list li { background: rgba(201,168,76,0.1); padding: 1em; border-left: 4px solid var(--or); }

.table-responsive { overflow-x: auto; margin: 1.5em 0; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }

.auth-section { max-width: 400px; margin: 3em auto; padding: 2em; background: rgba(255,255,255,0.95); border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.login-form h2 { text-align: center; margin-bottom: 1.5em; color: var(--bleu); }
.form-group { margin-bottom: 1.5em; }
.form-group label { display: block; margin-bottom: 0.5em; font-weight: bold; color: var(--bleu); }
.form-group input { width: 100%; padding: 0.75em; border: 2px solid #ddd; border-radius: 6px; font-size: 1em; transition: border-color 0.3s; }
.form-group input:focus { outline: none; border-color: var(--or); }
.forgot-password { text-align: center; margin-top: 1em; }
.forgot-password a { color: var(--or); text-decoration: none; font-size: 0.9em; }
.forgot-password a:hover { text-decoration: underline; }

.cta { background: var(--bleu); padding: 3em 2em !important; margin: 2em 0 0 !important; text-align: center; }
.cta h3 { font-family: 'Oswald', sans-serif; font-size: 1.6em; font-weight: 700; color: var(--blanc); letter-spacing: 0.03em; text-transform: uppercase; margin: 0 0 1em; }
.cta .nav-cta { background: var(--rouge) !important; border-color: rgba(201,168,76,0.4) !important; font-family: 'Oswald', sans-serif; font-size: 0.95em; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.85em 2.2em; box-shadow: 0 4px 16px rgba(192,57,43,0.3); }
.cta .nav-cta:hover { background: #a93226 !important; border-color: var(--or) !important; }

/* ═══════════════════════════════════════════════════════
   28. PAGE DPS — HERO & SECTIONS
═══════════════════════════════════════════════════════ */
.dps-hero { background: var(--bleu); padding: 3.5em 2em 3em; border-bottom: 4px solid transparent; border-image: linear-gradient(to right, var(--rouge), var(--or)) 1; position: relative; overflow: hidden; }
.dps-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-55deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 41px); pointer-events: none; }
.dps-hero .section-title { color: var(--blanc); font-size: clamp(1.8em, 4vw, 2.6em); }
.dps-hero .section-label { color: var(--or); margin-top: 0.5em; margin-bottom: 0; }
.dps-hero .section-label::before { background: var(--or); }

.dps-definition { padding: 2.5em 2em 1em; }
.dps-definition h2 { font-family: 'Oswald', sans-serif; font-size: 1.3em; font-weight: 600; color: var(--bleu); letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 0.8em; padding: 0; background: none; border: none; }
.dps-definition p { font-size: 0.95em; line-height: 1.7; color: #444; margin: 0 0 0.7em; }
.dps-definition p strong { color: var(--bleu); }

.dps-types { padding: 0 2em 2em; }
.dps-types h2 { font-family: 'Oswald', sans-serif; font-size: 1.3em; font-weight: 600; color: var(--bleu); letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 1em; padding: 0; background: none; border: none; }

.dps-calculateur { padding: 0 2em 3em; }

/* Pleine largeur pour les sections DPS dans le wrapper Phantom */
#main > .dps-definition,
#main > .dps-types,
#main > .dps-calculateur {
    margin-left: -2.5em;
    margin-right: -2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
@media (max-width: 736px) {
    #main > .dps-definition,
    #main > .dps-types,
    #main > .dps-calculateur {
        margin-left: -1.25em;
        margin-right: -1.25em;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
}

/* ═══════════════════════════════════════════════════════
   29. CALCULATEUR DPS — COMPOSANTS
═══════════════════════════════════════════════════════ */
.calc-step { background: #ffffff; border-radius: 8px; border: 1px solid #dddbd4; padding: 28px; margin-bottom: 20px; box-shadow: 0 2px 12px rgba(10,31,68,0.05); }
.calc-step-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.calc-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--bleu); color: #fff; font-family: 'Oswald', sans-serif; font-size: 1.1em; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1; }
.calc-step h2 { font-family: 'Oswald', sans-serif !important; font-size: 1.05em !important; font-weight: 600 !important; color: var(--bleu) !important; letter-spacing: 0.04em !important; text-transform: uppercase !important; margin: 0 0 4px !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important; line-height: 1.2 !important; }
.calc-code { font-size: 0.85em; color: var(--or); font-weight: 500; letter-spacing: 0; text-transform: none; }
.calc-step-sub { font-size: 0.84em; color: #666; margin: 0; font-weight: 300; line-height: 1.5; }
.calc-effectif-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.calc-eff-label { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: 600; color: var(--bleu); }
.calc-eff-input { border: 2px solid #dddbd4 !important; border-radius: 6px !important; padding: 10px 14px !important; font-family: 'Oswald', sans-serif !important; font-size: 1.5em !important; font-weight: 600 !important; color: var(--bleu) !important; width: 170px !important; outline: none !important; transition: border-color 0.2s !important; background: var(--blanc) !important; box-shadow: none !important; }
.calc-eff-input:focus { border-color: var(--bleu) !important; box-shadow: none !important; }
.calc-eff-unit { font-size: 0.85em; color: #666; background: #eeece7; border-radius: 4px; padding: 5px 12px; }
.calc-radio-group { display: flex; flex-direction: column; gap: 10px; }
.calc-rg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calc-rcard { display: flex; align-items: center; gap: 14px; padding: 13px 15px; border: 1.5px solid #dddbd4 !important; border-radius: 7px; cursor: pointer; transition: border-color 0.18s, background 0.18s, box-shadow 0.18s; background: var(--blanc); text-decoration: none !important; margin: 0 !important; }
.calc-rcard input[type="radio"] { display: none !important; }
.calc-rcard:hover { border-color: rgba(10,31,68,0.35) !important; background: #fff; box-shadow: 0 2px 8px rgba(10,31,68,0.07); }
.calc-rcard.calc-sel { border-color: var(--bleu) !important; background: #fff; box-shadow: 0 0 0 3px rgba(10,31,68,0.07); }
.calc-rdot { width: 18px; height: 18px; border: 2px solid #bbb; border-radius: 50%; flex-shrink: 0; position: relative; transition: border-color 0.18s; }
.calc-rdot::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--bleu); display: none; }
.calc-rcard.calc-sel .calc-rdot { border-color: var(--bleu); }
.calc-rcard.calc-sel .calc-rdot::after { display: block; }
.calc-rbody { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.calc-rtitle { font-family: 'Oswald', sans-serif; font-size: 0.96em; font-weight: 500; color: #1a1a1a; letter-spacing: 0.02em; line-height: 1.2; }
.calc-rdesc { font-size: 0.77em; color: #666; line-height: 1.45; font-weight: 300; }
.calc-sc { font-family: 'Oswald', sans-serif; font-size: 0.82em; font-weight: 700; padding: 4px 10px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; margin-left: auto; letter-spacing: 0.04em; }
.calc-sc-low  { background: rgba(39,174,96,0.12);  color: #1e7e3a; }
.calc-sc-med  { background: rgba(201,168,76,0.2);   color: #7a5e0a; }
.calc-sc-high { background: rgba(230,126,34,0.15);  color: #b05a1a; }
.calc-sc-max  { background: rgba(192,57,43,0.12);   color: var(--rouge); }
.calc-btn-wrap { text-align: center; margin: 28px 0 0; }
.calc-btn.nav-cta { background: var(--rouge) !important; border-color: rgba(201,168,76,0.35) !important; font-family: 'Oswald', sans-serif !important; font-size: 1em !important; font-weight: 600 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; padding: 0.85em 3em !important; border-radius: 4px !important; box-shadow: 0 4px 16px rgba(192,57,43,0.28); transition: background 0.2s, box-shadow 0.2s !important; cursor: pointer; }
.calc-btn.nav-cta:hover { background: #a93226 !important; border-color: var(--or) !important; box-shadow: 0 6px 22px rgba(192,57,43,0.38); }
.calc-result { margin-top: 36px; background: #ffffff; border: 1px solid #dddbd4; border-top: 4px solid var(--bleu); border-radius: 0 0 10px 10px; padding: 32px 28px; box-shadow: 0 4px 24px rgba(10,31,68,0.08); animation: calcFadeUp 0.35s ease both; }
@keyframes calcFadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.calc-res-title { font-family: 'Oswald', sans-serif !important; font-size: 0.9em !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: var(--bleu) !important; margin: 0 0 24px !important; padding: 0 !important; background: none !important; border: none !important; display: flex !important; align-items: center !important; gap: 14px !important; }
.calc-res-title::before, .calc-res-title::after { content: ''; flex: 1; height: 1px; background: #dddbd4; }
.calc-idx-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.calc-idx-box { background: #eeece7; border-radius: 7px; padding: 14px 10px; text-align: center; border: 1px solid #dddbd4; display: flex; flex-direction: column; gap: 6px; }
.calc-idx-lbl { font-family: 'Oswald', sans-serif; font-size: 0.62em; letter-spacing: 0.1em; text-transform: uppercase; color: #666; }
.calc-idx-val { font-family: 'Oswald', sans-serif; font-size: 1.75em; font-weight: 700; color: var(--bleu); line-height: 1; }
.calc-idx-total { background: var(--bleu) !important; border-color: var(--bleu) !important; }
.calc-idx-total .calc-idx-lbl { color: rgba(248,247,243,0.6) !important; }
.calc-idx-total .calc-idx-val  { color: var(--or) !important; }
.calc-formule { text-align: center; font-family: 'Oswald', sans-serif; font-size: 0.88em; color: #666; letter-spacing: 0.04em; margin: 0 0 24px; }
.calc-formule strong { color: var(--bleu); }
.calc-riskbar { margin-bottom: 28px; }
.calc-riskbar-labels { display: flex; justify-content: space-between; font-family: 'Oswald', sans-serif; font-size: 0.62em; letter-spacing: 0.1em; text-transform: uppercase; color: #777; margin-bottom: 7px; }
.calc-riskbar-track { height: 8px; border-radius: 4px; background: linear-gradient(to right, #27AE60, #f1c40f, #E67E22, var(--rouge)); position: relative; }
.calc-riskbar-cursor { position: absolute; top: -5px; width: 18px; height: 18px; border-radius: 50%; background: var(--bleu); border: 3px solid #fff; transform: translateX(-50%); transition: left 0.4s ease; box-shadow: 0 2px 8px rgba(10,31,68,0.3); }
.calc-ris-block { background: var(--bleu); border-radius: 8px; padding: 24px; text-align: center; margin-bottom: 16px; }
.calc-ris-lbl { font-family: 'Oswald', sans-serif; font-size: 0.68em; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248,247,243,0.55); margin: 0 0 8px; }
.calc-ris-val { font-family: 'Oswald', sans-serif; font-size: 3em; font-weight: 700; color: #fff; line-height: 1; margin: 0; }
.calc-ris-formula { font-size: 0.78em; color: rgba(248,247,243,0.4); margin: 6px 0 0; font-family: 'Oswald', sans-serif; }
.calc-pair-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.calc-pair-box { background: #eeece7; border-radius: 7px; padding: 16px; text-align: center; border: 1px solid #dddbd4; display: flex; flex-direction: column; gap: 6px; }
.calc-pair-gold { background: rgba(201,168,76,0.1) !important; border-color: rgba(201,168,76,0.45) !important; }
.calc-pair-lbl { font-family: 'Oswald', sans-serif; font-size: 0.65em; letter-spacing: 0.1em; text-transform: uppercase; color: #666; }
.calc-pair-val { font-family: 'Oswald', sans-serif; font-size: 2em; font-weight: 700; color: var(--bleu); line-height: 1; }
.calc-pair-gold .calc-pair-val { color: #7a5e0a !important; }
.calc-type-block { display: flex; align-items: center; gap: 18px; border-radius: 8px; padding: 18px 20px; margin-bottom: 20px; border: 1.5px solid #dddbd4; }
.calc-type-icon { font-size: 2em; flex-shrink: 0; }
.calc-type-body { display: flex; flex-direction: column; gap: 2px; }
.calc-type-meta { font-family: 'Oswald', sans-serif; font-size: 0.62em; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; }
.calc-type-name { font-family: 'Oswald', sans-serif; font-size: 1.3em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.calc-type-desc { font-size: 0.82em; opacity: 0.72; font-weight: 300; margin-top: 2px; line-height: 1.45; }
.ctv  { background: rgba(39,174,96,0.07)  !important; border-color: rgba(39,174,96,0.35)  !important; }
.ctb  { background: rgba(41,128,185,0.07) !important; border-color: rgba(41,128,185,0.35) !important; }
.cto  { background: rgba(230,126,34,0.07) !important; border-color: rgba(230,126,34,0.35) !important; }
.ctr  { background: rgba(192,57,43,0.07)  !important; border-color: rgba(192,57,43,0.35)  !important; }
.ctvi { background: rgba(125,60,152,0.07) !important; border-color: rgba(125,60,152,0.35) !important; }
.ctv  .calc-type-name { color: #1e7e3a; }
.ctb  .calc-type-name { color: #1a6fa3; }
.cto  .calc-type-name { color: #b05a1a; }
.ctr  .calc-type-name { color: var(--rouge); }
.ctvi .calc-type-name { color: #7D3C98; }
.calc-note { font-size: 0.82em; color: #666; line-height: 1.65; padding: 13px 18px; background: #eeece7; border-left: 3px solid var(--or); border-radius: 0 5px 5px 0; margin: 0; }
.calc-note strong { color: #1a1a1a; }

/* ═══════════════════════════════════════════════════════
   30. FORMULAIRE CONTACT DPS (.cdps-)
═══════════════════════════════════════════════════════ */
/* Correctifs cases à cocher et radio — neutralise Phantom */
.cdps-wrap input[type="checkbox"],
.cdps-wrap input[type="radio"] {
    position: static !important; opacity: 1 !important; width: auto !important;
    height: auto !important; margin: 0 !important; padding: 0 !important;
    transform: none !important; clip: auto !important; pointer-events: auto !important;
    appearance: auto !important; -webkit-appearance: auto !important;
    float: none !important; z-index: auto !important;
}
.cdps-rcard input[type="radio"],
.cdps-rcard-lg input[type="radio"] { display: none !important; }
.cdps-check-line input[type="checkbox"] {
    width: 17px !important; height: 17px !important; flex-shrink: 0 !important;
    margin-top: 2px !important; accent-color: var(--bleu) !important; cursor: pointer !important;
}
.cdps-radio-row .cdps-rcard input[type="radio"] { display: none !important; }
.cdps-radio-row .cdps-rcard { cursor: pointer !important; }
.cdps-radio-row .cdps-rcard.cdps-sel .cdps-rcheck { border-color: var(--bleu) !important; }
.cdps-radio-row .cdps-rcard.cdps-sel .cdps-rcheck::after { display: block !important; }

/* ═══════════════════════════════════════════════════════
   31. ANIMATIONS
═══════════════════════════════════════════════════════ */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
}
@keyframes scrollDrop {
    0%   { transform: scaleY(0); transform-origin: top;    opacity: 0; }
    50%  { transform: scaleY(1); transform-origin: top;    opacity: 1; }
    100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

/* ═══════════════════════════════════════════════════════
   32. RESPONSIVE GLOBAL
═══════════════════════════════════════════════════════ */
@media (max-width: 980px) {
    .hero-content  { padding: 7em 2em 10em; }
    .hero-stats    { right: 2em; bottom: 2em; left: 50%; gap: 1.5em; }
    .annonce-bar   { padding: 0.85em 2em; }
    .dps-hero      { padding: 3em 1.5em 2.5em; }
    .activities .tiles-grid { grid-template-columns: repeat(2, 1fr); }
    .activities .tile:first-child { grid-row: span 1; aspect-ratio: 4/3; }
    .membres-services .tiles-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2em; }
    .acces-grid    { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .hero-stats    { display: none; }
    .hero-shape    { display: none; }
    .hero-content  { padding: 5em 1.5em 7em; }
    .annonce-bar   { padding: 0.85em 1.5em; }
    .activities    { padding: 2.5em 1em; }
    .activities .tiles-grid { grid-template-columns: 1fr; gap: 0.9em; }
    .activities .tile, .activities .tile:first-child { height: 160px !important; min-height: 0 !important; max-height: 160px !important; aspect-ratio: unset !important; padding-bottom: 0 !important; grid-row: span 1; }
    .membres-services .tiles-grid { grid-template-columns: 1fr; gap: 1em; padding: 0; }
    .membres-services .tile, .membres-services .tiles article { width: 100%; max-width: 100%; height: auto; min-height: 160px; max-height: none; }
    .membres-hero  { padding: 2em 1.2em; }
    .acces-grid    { grid-template-columns: 1fr; gap: 1em; }
    .acces-card    { min-height: 140px; padding: 1.5em 1.2em; }
    .membres-services, .info-membres { padding: 2em 1.2em; }
    .dps-hero      { padding: 2.5em 1.2em 2em; }
    .dps-hero .section-title { font-size: 1.7em; }
    .calc-step     { padding: 18px; }
    .calc-idx-grid { grid-template-columns: 1fr 1fr; }
    .calc-rg2      { grid-template-columns: 1fr; }
    .calc-pair-grid{ grid-template-columns: 1fr; }
    .calc-ris-val  { font-size: 2.4em; }
    .calc-btn.nav-cta { width: 100% !important; padding: 0.9em 1em !important; }
    .calc-result   { padding: 20px 16px; }
    .calc-type-block { flex-direction: column; align-items: flex-start; gap: 10px; }
    .auth-section  { margin: 1em; padding: 1.5em; }
}

/* =====================================================
   BANDEAU ACTUALITÉS — à ajouter à la fin de design-nouveau.css
   ===================================================== */

/* ─── Section conteneur ─── */
.actu-bandeau {
    background: #f5f4f0;
    padding: 4em 0;
    border-top: 1px solid #e8e4dc;
    border-bottom: 1px solid #e8e4dc;
}

.actu-bandeau-inner {
    max-width: 68em;
    margin: 0 auto;
    padding: 0 2.5em;
}

.actu-bandeau-header {
    margin-bottom: 2em;
}

/* ─── Grille 3 cartes ─── */
.actu-bandeau-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}

/* ─── Carte actualité ─── */
.actu-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0ddd6;
    box-shadow: 0 2px 10px rgba(10,31,68,0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    opacity: 0;
    transform: translateY(12px);
}

.actu-card--visible {
    animation: actuFadeUp 0.45s ease forwards;
}

@keyframes actuFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

.actu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(10,31,68,0.12);
}

/* ─── Image ─── */
.actu-card-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: var(--bleu2);
    flex-shrink: 0;
    position: relative;
}

.actu-card-img--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bleu) 0%, var(--bleu2) 100%);
}

.actu-card-icon {
    font-size: 2.5em;
    opacity: 0.5;
}

/* ─── Corps ─── */
.actu-card-body {
    padding: 1.4em 1.5em 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    flex: 1;
}

/* ─── Date événement ─── */
.actu-card-date {
    font-family: 'Oswald', sans-serif;
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rouge);
    margin: 0;
}

/* ─── Titre ─── */
.actu-card-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    color: var(--bleu);
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: none;
    margin: 0;
    /* Reset Phantom h3 */
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* ─── Texte (tronqué à 3 lignes) ─── */
.actu-card-text {
    font-size: 0.88em;
    line-height: 1.65;
    color: #555;
    margin: 0;
    flex: 1;
    /* Troncature 3 lignes */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ─── Bouton lien externe ─── */
.actu-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    margin-top: 0.6em;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rouge);
    text-decoration: none;
    border-bottom: none !important;
    transition: color 0.2s, gap 0.2s;
    align-self: flex-start;
}

.actu-card-link:hover {
    color: #a93226;
    gap: 0.7em;
}

/* ─── Squelette chargement ─── */
.actu-skeleton {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    min-height: 300px;
}

.actu-skeleton::before {
    content: '';
    display: block;
    height: 180px;
    background: linear-gradient(90deg, #e8e4dc 25%, #f0ede6 50%, #e8e4dc 75%);
    background-size: 200% 100%;
    animation: actu-shimmer 1.4s infinite;
}

.actu-skeleton::after {
    content: '';
    display: block;
    margin: 1.2em 1.4em;
    height: 80px;
    background: linear-gradient(90deg, #e8e4dc 25%, #f0ede6 50%, #e8e4dc 75%);
    background-size: 200% 100%;
    animation: actu-shimmer 1.4s infinite 0.2s;
    border-radius: 4px;
}

@keyframes actu-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ─── Message vide ─── */
.actu-empty {
    text-align: center;
    color: #888;
    font-style: italic;
    padding: 2em;
}

/* ─── Responsive ─── */
@media (max-width: 980px) {
    .actu-bandeau-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .actu-bandeau-grid .actu-card:last-child:nth-child(odd) {
        grid-column: span 2;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .actu-bandeau { padding: 3em 0; }
    .actu-bandeau-inner { padding: 0 1.25em; }
    .actu-bandeau-grid {
        grid-template-columns: 1fr;
        gap: 1.2em;
    }
    .actu-bandeau-grid .actu-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: none;
    }
    .actu-card-img { height: 140px; }
}
