.red-grid{display:grid;gap:clamp(1rem,2.2vw,2rem)}
.red-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.red-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.red-content-card{display:flex;flex-direction:column;height:100%;background:var(--wp--preset--color--blanc,#1f1f2a);color:var(--wp--preset--color--noir,#f5f5f7);border:1px solid color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 24%,transparent);border-radius:12px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.3);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.red-content-card:hover{transform:translateY(-5px);box-shadow:0 32px 86px rgba(0,0,0,.42);border-color:color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 52%,transparent)}
.red-content-card__media{aspect-ratio:4/3;overflow:hidden;background:var(--wp--preset--color--violet-clair,#31284a);border-bottom:1px solid color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 20%,transparent)}
.red-content-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .4s ease}
.red-content-card:hover .red-content-card__media img{transform:scale(1.035);filter:saturate(1.08)}
.red-content-card__body{display:flex;flex-direction:column;flex:1;padding:clamp(1.2rem,2.5vw,1.8rem)}
.red-content-card__body h3 a{color:var(--wp--preset--color--noir,#f5f5f7);text-decoration:none}
.red-content-card__body h3 a:hover{color:var(--wp--preset--color--rose-vif,#f04a8a)}
.red-content-card__actions{margin-top:auto;padding-top:1rem}
.red-meta{display:flex;flex-wrap:wrap;gap:.45rem .9rem;color:color-mix(in srgb,var(--wp--preset--color--noir,#f5f5f7) 66%,transparent);font-size:.93rem}
.red-badge{display:inline-flex;width:fit-content;padding:.36rem .7rem;margin-bottom:.8rem;border:1px solid color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 35%,transparent);border-radius:4px;background:color-mix(in srgb,var(--wp--preset--color--violet-clair,#31284a) 78%,transparent);color:var(--wp--preset--color--violet,#9d7cff);font-size:.76rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.red-date-badge{display:inline-grid;min-width:4.5rem;place-items:center;padding:.7rem;border-radius:6px;background:linear-gradient(150deg,var(--wp--preset--color--rouge,#d7263d),#8f1833);color:var(--wp--preset--color--noir,#f5f5f7);box-shadow:0 10px 28px rgba(215,38,61,.22);text-align:center;line-height:1.05}
.red-date-badge strong{font-size:1.55rem}
.red-date-badge span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.red-event-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}
.red-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;border-radius:4px;background:var(--wp--preset--color--rouge,#d7263d);color:var(--wp--preset--color--noir,#f5f5f7)!important;font-weight:750;text-decoration:none!important;border:0;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.red-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(215,38,61,.28)}
.red-empty{padding:2rem;border:1px dashed color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 45%,transparent);border-radius:12px;background:var(--wp--preset--color--rose-poudre,#2b2030);color:var(--wp--preset--color--noir,#f5f5f7)}
.red-contact-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.7fr);gap:clamp(1.2rem,4vw,3rem);align-items:start}
.red-contact-form{display:grid;gap:1rem}
.red-contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.red-contact-form label{display:grid;gap:.42rem;font-weight:700}
.red-contact-form input:not([type=checkbox]),.red-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 30%,transparent);border-radius:6px;background:color-mix(in srgb,var(--wp--preset--color--blanc,#1f1f2a) 93%,black 7%);padding:.9rem 1rem;color:var(--wp--preset--color--noir,#f5f5f7);font:inherit}
.red-contact-form input::placeholder,.red-contact-form textarea::placeholder{color:color-mix(in srgb,var(--wp--preset--color--noir,#f5f5f7) 48%,transparent)}
.red-contact-form textarea{min-height:190px;resize:vertical}
.red-contact-form input:focus,.red-contact-form textarea:focus{border-color:var(--wp--preset--color--violet,#9d7cff);outline:3px solid color-mix(in srgb,var(--wp--preset--color--violet,#9d7cff) 20%,transparent)}
.red-contact-form__consent{display:flex!important;align-items:flex-start;gap:.65rem!important;font-weight:500!important;font-size:.92rem}
.red-honeypot{position:absolute!important;left:-9999px!important}
.red-form-notice{padding:1rem 1.1rem;border-radius:6px;margin-bottom:1rem}
.red-form-notice--success{background:#153522;color:#bce8c8}
.red-form-notice--error{background:#4a1820;color:#ffd0d6}
.red-contact-aside{padding:1.5rem;border:1px solid color-mix(in srgb,var(--wp--preset--color--rose-vif,#f04a8a) 24%,transparent);border-radius:12px;background:linear-gradient(145deg,var(--wp--preset--color--rose-poudre,#2b2030),var(--wp--preset--color--violet-clair,#31284a))}
.red-single-details{margin-block:1.5rem;padding:1.2rem;border-left:4px solid var(--wp--preset--color--rose-vif,#f04a8a);background:var(--wp--preset--color--rose-poudre,#2b2030);border-radius:0 8px 8px 0}
@media(max-width:900px){.red-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.red-contact-layout{grid-template-columns:1fr}}
@media(max-width:700px){.red-grid--2,.red-grid--3,.red-contact-form__row{grid-template-columns:1fr}}
