@charset "UTF-8";
@import url(main.css);
a:visited { color: #000; }

/*====================== CUSTOM BLOC MAPS (masqué, pas d'adresse visible) =====================*/
.maps-section.position-relative.bg-primaryColor { display: none; }

/*================= CUSTOM AVANT/APRES ================*/
.col.before-after-images-column.my-0.my-lg-2 { padding: 20px 40px; }

/*================= CUSTOM FORMULAIRE DE CONTACT ================*/
.background-image-div-opacity { background-attachment: scroll !important; }

.lh-1.mb-3.titles { margin-left: 50px !important; }

@media (max-width: 991px) { .lh-1.mb-3.titles { margin-left: 0px; padding: 10px; } }

form#formContact { border-radius: 0px !important; position: relative; z-index: 1; }

form#formContact::before { content: ""; position: absolute; top: -12px; /* décalage vertical */ left: 12px; /* décalage horizontal */ width: 100%; height: 100%; border: 1px solid #CEB983; border-radius: 0px !important; /* correspond au rounded-4 */ z-index: -1; }

div#contact { padding: 100px 0 !important; }

/*================= CUSTOM BLOC SEO ================*/
.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { background-color: black; }

.black-screen { display: none; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { position: relative; z-index: 1; border-radius: 0px !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg::before { content: ""; position: absolute; top: -12px; /* décalage vertical */ left: 12px; /* décalage horizontal */ width: 100%; height: 100%; border: 1px solid #CEB983; border-radius: 0px !important; /* correspond au rounded-4 */ z-index: -1; }

/*================= CUSTOM FOOTER ================*/
div:nth-child(3) > div > footer > div.row.justify-content-center.justify-content-lg-around.text-center.text-lg-start > div:nth-child(3) > div:nth-child(2) { display: none !important; }

/*================= CUSTOM COOKIES ================*/
div#termsfeed-com---nb { border-radius: 0px; margin: 10px; }

/*================= CUSTOM NAVBAR ================*/
.spacer { display: none; }

a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { padding: 0.8rem 1.5rem !important; }

.animated-border-button:after { background-color: #CEB983; }

.navbar { transition: all 0.3s ease; }

.navbar.scrolled { background-color: rgba(0, 0, 0, 0.5) !important; backdrop-filter: blur(1rem); }

/* 📱 Responsive : navbar TOUJOURS visible */
@media (max-width: 991px) { .navbar { background-color: rgba(0, 0, 0, 0.5) !important; backdrop-filter: blur(1rem); } }

.navbar-brand { height: 9vh !important; width: 11vw !important; }

.logo_nav { height: 8vh !important; }

/*======================================================================= HERO D'ACCUEIL =====================================================================*/
.hero-accueil-mrs-auto { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 6vw 7vh; overflow: hidden; font-family: 'Poppins', sans-serif; color: #fff; background: #000; }

/* ── VIDEO BG ── */
.ham-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.ham-video-bg video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── OVERLAY sombre fort ── */
.ham-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.68) 60%, rgba(0, 0, 0, 0.58) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%), radial-gradient(ellipse 70% 55% at 72% 50%, rgba(206, 185, 131, 0.06) 0%, transparent 70%); pointer-events: none; }

/* ── GRAIN ── */
.hero-accueil-mrs-auto::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: .035; pointer-events: none; z-index: 3; }

/* ── BADGE ── */
.ham-badge { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; opacity: 0; animation: ham-fadeUp .7s .3s ease forwards; }

.ham-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.ham-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

/* ── TITRE ── */
.ham-titre { position: relative; z-index: 2; font-size: clamp(2.6rem, 8vw, 9rem); font-weight: 800 !important; line-height: .92; letter-spacing: -.01em; text-transform: uppercase; opacity: 0; animation: ham-fadeUp .8s .5s ease forwards; }

.ham-titre em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* ── BOTTOM ROW ── */
.ham-bottom { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; margin-top: 3rem; gap: 2rem; flex-wrap: wrap; opacity: 0; animation: ham-fadeUp .8s .75s ease forwards; }

.ham-sub { display: flex; flex-direction: column; gap: .55rem; }

.ham-services { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }

.ham-services span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .18em; text-transform: uppercase; color: #c0c0c0; transition: color .2s; }

.ham-services span:hover { color: #fff; }

.ham-sep { display: block; width: 1px; height: 12px; background: rgba(192, 192, 192, 0.35); flex-shrink: 0; }

.ham-desc { max-width: 540px; font-size: 1rem; font-weight: 400; line-height: 1.7; color: rgba(192, 192, 192, 0.7); }

/* ── CTA ── */
.ham-cta-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 1.2rem; }

a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone, .ham-btn-cta { display: inline-flex; align-items: center; gap: .85rem; padding: 1.4rem 2rem; background: #ceb983; color: #000; font-family: 'Poppins', sans-serif; font-weight: 600 !important; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background .25s, gap .25s; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)) !important; border-radius: 0px !important; }

a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button:hover, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover, .ham-btn-cta:hover { background: #deca97; gap: 1.3rem; color: #000; }

.ham-btn-cta svg { transition: transform .25s; }

.ham-btn-cta:hover svg { transform: translateX(4px); }

.ham-scroll-hint { display: flex; align-items: center; gap: .55rem; font-size: .65rem; font-weight: 600 !important; letter-spacing: .2em; text-transform: uppercase; color: rgba(192, 192, 192, 0.4); }

.ham-scroll-arrow { display: inline-block; animation: ham-bounce 1.8s infinite; }

/* ── LIGNE VERTICALE DÉCO ── */
.ham-v-line { position: absolute; right: 16vw; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(206, 185, 131, 0.18) 30%, rgba(206, 185, 131, 0.18) 70%, transparent 100%); z-index: 2; }

/* ── COIN ACCENT ── */
.ham-corner-accent { position: absolute; bottom: 6vh; right: 16vw; width: 90px; height: 90px; border-right: 1.5px solid rgba(206, 185, 131, 0.35); border-bottom: 1.5px solid rgba(206, 185, 131, 0.35); z-index: 2; transform: translate(50%, 50%); opacity: 0; animation: ham-fadeIn 1s 1s ease forwards; }

/* ── TEXTE BG ── */
.ham-bg-text { position: absolute; right: -2vw; top: 50%; transform: translateY(-50%); font-size: clamp(8rem, 22vw, 22rem); font-weight: 800 !important; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04); text-transform: uppercase; white-space: nowrap; user-select: none; z-index: 2; line-height: 1; }

/* ── SIDE TAG ── */
.ham-side-tag { position: absolute; top: 50%; left: 6vw; transform: translateY(-50%); writing-mode: vertical-rl; font-size: 1rem; font-weight: 600 !important; letter-spacing: .25em; text-transform: uppercase; color: rgba(255, 255, 255, 0.18); z-index: 2; display: flex; align-items: center; gap: .8rem; }

.ham-side-tag::before { content: ''; display: block; width: 1.5px; height: 50px; background: rgba(255, 255, 255, 0.15); }

/* ── ANIMATIONS ── */
@keyframes ham-fadeUp { from { opacity: 0;
    transform: translateY(28px); }
  to { opacity: 1;
    transform: translateY(0); } }

@keyframes ham-fadeIn { to { opacity: 1; } }

@keyframes ham-bounce { 0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); } }

/* ════════════════════════════════ RESPONSIVE ════════════════════════════════ */
/* ── TABLET (≤ 1024px) ── */
@media (max-width: 1024px) { .hero-accueil-mrs-auto { padding: 0 5vw 6vh; } .ham-v-line, .ham-corner-accent { display: none; } .ham-bg-text { font-size: clamp(7rem, 20vw, 16rem); right: -4vw; } .ham-titre { font-size: clamp(2.8rem, 7.5vw, 7rem); } }

/* ── MOBILE (≤ 768px) ── */
@media (max-width: 768px) { .hero-accueil-mrs-auto { padding: 0 6vw 8vh; min-height: 100svh; } /* Overlay plus dense sur mobile pour lisibilité */ .ham-overlay { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.88) 60%, rgba(0, 0, 0, 0.95) 100%); } .ham-side-tag { display: none; } .ham-bg-text { display: none; } .ham-badge { margin-bottom: 1.4rem; } .ham-badge span { font-size: 1rem; letter-spacing: .16em; } .ham-titre { font-size: clamp(2.6rem, 12vw, 5rem); line-height: .95; } .ham-titre em { -webkit-text-stroke: 1px #ceb983; } .ham-bottom { flex-direction: column; align-items: flex-start; margin-top: 2rem; gap: 1.6rem; } .ham-services { gap: .8rem; } .ham-services span { font-size: .65rem; letter-spacing: .12em; } .ham-desc { max-width: 100%; font-size: .78rem; } .ham-cta-wrap { width: 100%; align-items: flex-start; } .ham-btn-cta { width: 100%; justify-content: space-between; padding: .9rem 1.5rem; font-size: .78rem; } .ham-scroll-hint { display: none; } }

/* ── SMALL MOBILE (≤ 480px) ── */
@media (max-width: 480px) { .hero-accueil-mrs-auto { padding: 0 5vw 7vh; } .ham-titre { font-size: clamp(2.2rem, 13vw, 3.8rem); } .ham-badge-line { width: 24px; } }

/*====================================================================== PRESENTATION ACCUEIL ==================================================================*/
.about-mrs-auto { position: relative; background: #000; overflow: hidden; padding: 14vh 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; font-family: 'Poppins', sans-serif; }

/* Grain */
.about-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FBcMnXJkyn6PuKF3yQIHR5AadY602%2Fimages%2FIdentite_visuelle_MRS_Auto_ezde.webp"); background-size: cover; opacity: 0.3; pointer-events: none; z-index: 0; }

/* ── COLONNE GAUCHE : 2 PHOTOS ── */
.ama-photo-col { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; }

.ama-photo-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 5; }

/* Photo 1 : plus haute */
.ama-photo-wrap:first-child { margin-top: 60px; }

/* Photo 2 : décalée vers le bas */
.ama-photo-wrap:last-child { margin-bottom: 60px; }

.ama-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(15%); transition: filter .4s ease; }

.ama-photo-wrap:hover img { filter: grayscale(0%); }

/* Trait fin doré en surimpression sur la première photo */
.ama-photo-wrap:first-child::after { content: ''; position: absolute; top: 14px; left: 14px; right: -14px; bottom: -14px; border: 1px solid rgba(206, 185, 131, 0.7); z-index: 2; pointer-events: none; }

/* ── COLONNE DROITE : TEXTE ── */
.ama-text-col { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.8rem; }

/* Badge */
.ama-badge { display: inline-flex; align-items: center; gap: .55rem; opacity: 0; animation: ama-fadeUp .6s .2s ease forwards; }

.ama-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.ama-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

/* Titre — même effet que le H1 du hero : 1re ligne solid white, 2e ligne outline gold */
.ama-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; opacity: 0; animation: ama-fadeUp .7s .35s ease forwards; }

.ama-titre .ama-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* Séparateur fin doré */
.ama-sep { width: 50px; height: 1px; background: #ceb983; opacity: 0; animation: ama-fadeUp .6s .5s ease forwards; }

/* Texte */
.ama-corps { font-size: 1rem; font-weight: 400; line-height: 1.9; color: rgba(192, 192, 192, 0.72); opacity: 0; animation: ama-fadeUp .7s .6s ease forwards; }

/* Citation */
.ama-quote { font-size: 1rem; font-weight: 400; font-style: italic; color: #ceb983; opacity: 0; animation: ama-fadeUp .6s .72s ease forwards; }

/* Logo à la place de la signature */
.ama-logo { width: 100px; height: auto; display: block; opacity: 0; animation: ama-fadeUp .6s .82s ease forwards; filter: brightness(0) invert(1); }

/* CTA */
.ama-cta-wrap { opacity: 0; animation: ama-fadeUp .6s .95s ease forwards; }

.ama-btn { display: inline-flex; align-items: center; gap: .85rem; padding: .9rem 2rem; background: #CEB983; color: #000; font-family: 'Poppins', sans-serif; font-weight: 600 !important; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(206, 185, 131, 0.45); cursor: pointer; transition: background .25s, color .25s, gap .25s, border-color .25s; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }

.ama-btn:hover { background: #ceb983; color: #000; border-color: #ceb983; gap: 1.2rem; }

.ama-btn svg { transition: transform .25s; }

.ama-btn:hover svg { transform: translateX(4px); }

/* ── ANIMATIONS ── */
@keyframes ama-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ════════════════════════════ RESPONSIVE ════════════════════════════ */
@media (max-width: 1024px) { .about-mrs-auto { gap: 4vw; padding: 8vh 5vw; } .ama-titre { font-size: clamp(1.8rem, 3.5vw, 2.6rem); } .ama-photo-wrap img { min-height: 280px; } }

@media (max-width: 768px) { .about-mrs-auto { grid-template-columns: 1fr; padding: 8vh 6vw; gap: 3.5rem; } .ama-photo-col { gap: 10px; } .ama-photo-wrap:first-child { margin-top: 40px; } .ama-photo-wrap:last-child { margin-bottom: 40px; } .ama-photo-wrap img { min-height: 220px; } .ama-titre { font-size: clamp(1.8rem, 7vw, 2.8rem); } .ama-corps { font-size: .82rem; } }

@media (max-width: 480px) { .about-mrs-auto { padding: 7vh 5vw; } .ama-photo-wrap img { min-height: 180px; } .ama-photo-wrap:first-child { margin-top: 28px; } .ama-photo-wrap:last-child { margin-bottom: 28px; } .ama-titre { font-size: clamp(1.6rem, 8.5vw, 2.2rem); } .ama-btn { width: 100%; justify-content: space-between; } }

/*========================================================================= SERVICES ==========================================================================*/
.services-mrs-auto { position: relative; background: #000; display: grid; grid-template-columns: 1fr 1fr 1fr; font-family: 'Poppins', sans-serif; width: 100%; }

/* ── CARTE SERVICE ── */
.sma-card { position: relative; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.4rem 2.2rem; }

/* Séparateur fin entre cartes */
.sma-card + .sma-card { border-left: 1px solid rgba(206, 185, 131, 0.12); }

/* Photo de fond */
.sma-card-bg { position: absolute; inset: 0; z-index: 0; }

.sma-card-bg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease, filter .7s ease; filter: grayscale(30%); }

.sma-card:hover .sma-card-bg img { transform: scale(1.05); filter: grayscale(0%); }

/* Overlay sombre dégradé bas */
.sma-card-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.25) 100%); transition: background .5s ease; }

.sma-card:hover .sma-card-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0.35) 100%); }

/* Contenu */
.sma-card-content { position: relative; z-index: 2; display: flex; flex-direction: column; gap: .9rem; }

/* Numéro */
.sma-num { font-size: .65rem; font-weight: 600 !important; letter-spacing: .28em; text-transform: uppercase; color: #ceb983; }

/* Sous-titre */
.sma-sub { font-size: .68rem; font-weight: 600 !important; letter-spacing: .2em; text-transform: uppercase; color: rgba(192, 192, 192, 0.65); }

/* Titre service — même effet hero : solid + outline */
.sma-titre { font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; margin: 0; }

.sma-titre .sma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* Trait fin doré */
.sma-sep { width: 0; height: 1px; background: #ceb983; transition: width .5s ease; }

.sma-card:hover .sma-sep { width: 40px; }

/* Description — cachée, glisse au hover */
.sma-desc { font-size: 1rem; font-weight: 400; line-height: 1.75; color: rgba(192, 192, 192, 0.7); max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s ease, opacity .4s ease; }

.sma-card:hover .sma-desc { max-height: 120px; opacity: 1; }

/* Bouton */
.sma-btn { display: inline-flex; align-items: center; gap: .7rem; padding: 1rem 2rem; background: #ceb983; color: #000; font-family: 'Poppins', sans-serif; font-weight: 600 !important; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background .25s, gap .25s; width: fit-content; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }

.sma-btn:hover { background: #deca97; gap: 1rem; }

.sma-btn svg { transition: transform .25s; }

.sma-btn:hover svg { transform: translateX(3px); }

/* Icône déco en haut à droite */
.sma-icon { position: absolute; top: 2rem; right: 2rem; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(206, 185, 131, 0.3); display: flex; align-items: center; justify-content: center; transition: border-color .3s, background .3s; }

.sma-card:hover .sma-icon { border-color: #ceb983; background: rgba(206, 185, 131, 0.08); }

.sma-icon svg { width: 20px; height: 20px; stroke: #ceb983; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ════════════════════════════ RESPONSIVE ════════════════════════════ */
@media (max-width: 1024px) { .sma-card { min-height: 420px; padding: 2rem 1.8rem; } .sma-titre { font-size: clamp(1.4rem, 2.8vw, 2rem); } }

@media (max-width: 768px) { .services-mrs-auto { grid-template-columns: 1fr; } .sma-card + .sma-card { border-left: none; border-top: 1px solid rgba(206, 185, 131, 0.12); } .sma-card { min-height: 340px; padding: 2rem; } /* Sur mobile on affiche la desc et le sep directement */ .sma-desc { max-height: 120px; opacity: 1; } .sma-sep { width: 40px; } .sma-titre { font-size: clamp(1.8rem, 7vw, 2.6rem); } }

@media (max-width: 480px) { .sma-card { min-height: 300px; padding: 1.6rem; } .sma-titre { font-size: clamp(1.5rem, 8vw, 2rem); } }

/*==================================================================== ZONE D'INTERVENTION =====================================================================*/
.zone-mrs-auto { position: relative; background: #000; overflow: hidden; padding: 10vh 0 10vh 6vw; font-family: 'Poppins', sans-serif; display: grid; grid-template-columns: 5fr 7fr; gap: 4vw; align-items: center; }

/* Grain */
.zone-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ng'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ng)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: .04; pointer-events: none; z-index: 2; }

/* ── IMAGE DE FOND ── */
.zma-bg-img { position: absolute; inset: 0; z-index: 0; }

.zma-bg-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: grayscale(35%); }

/* Overlay sombre */
.zma-bg-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 40%, rgba(0, 0, 0, 0.5) 100%); pointer-events: none; }

/* ══ COLONNE GAUCHE : TEXTE ══ */
.zma-text-col { position: relative; z-index: 3; display: flex; flex-direction: column; gap: 1.8rem; padding-right: 2vw; }

.zma-badge { display: inline-flex; align-items: center; gap: .55rem; opacity: 0; animation: zma-fadeUp .6s .1s ease forwards; }

.zma-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.zma-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.zma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; opacity: 0; animation: zma-fadeUp .7s .25s ease forwards; }

.zma-titre .zma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

.zma-sep { width: 50px; height: 1px; background: #ceb983; opacity: 0; animation: zma-fadeUp .6s .4s ease forwards; }

.zma-desc { font-size: 1rem; font-weight: 400; line-height: 1.85; color: rgba(192, 192, 192, 0.7); opacity: 0; animation: zma-fadeUp .7s .5s ease forwards; }

/* Grille des villes */
.zma-villes { display: grid; grid-template-columns: 1fr 1fr; gap: 0; opacity: 0; animation: zma-fadeUp .7s .65s ease forwards; border-top: 1px solid rgba(206, 185, 131, 0.18); border-left: 1px solid rgba(206, 185, 131, 0.18); }

.zma-ville { display: flex; align-items: center; gap: .7rem; padding: .7rem .9rem; border-right: 1px solid rgba(206, 185, 131, 0.18); border-bottom: 1px solid rgba(206, 185, 131, 0.18); transition: background .25s; cursor: default; }

.zma-ville:hover { background: rgba(206, 185, 131, 0.07); }

.zma-ville::before { content: ''; display: block; width: 5px; height: 5px; background: #ceb983; flex-shrink: 0; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); transition: transform .25s; }

.zma-ville:hover::before { transform: scale(1.5); }

.zma-ville span { font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(192, 192, 192, 0.7); transition: color .25s; }

.zma-ville:hover span { color: #fff; }

.zma-ville.zma-ville--main { background: rgba(206, 185, 131, 0.06); }

.zma-ville.zma-ville--main span { color: #ceb983; }

.zma-ville.zma-ville--main::before { transform: scale(1.4); }

/* ══ COLONNE DROITE : CARTE SVG ══ */
.zma-map-col { position: relative; z-index: 3; display: flex; align-items: stretch; justify-content: flex-end; opacity: 0; animation: zma-fadeUp .8s .3s ease forwards; /* Dépasse sur la droite pour effet immersif */ margin-right: 0; }

.zma-map-wrap { position: relative; width: 100%; }

.zma-map-wrap svg { width: 100%; height: auto; display: block; overflow: visible; }

/* Tooltip hover */
.zma-map-dot { cursor: pointer; }

.zma-map-dot .dot-label { opacity: 0; transition: opacity .2s ease; pointer-events: none; }

.zma-map-dot:hover .dot-label { opacity: 1; }

.zma-map-dot:hover circle.dot-outer { r: 13; }

/* ── ANIMATIONS ── */
@keyframes zma-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 1024px) { .zone-mrs-auto { grid-template-columns: 1fr 1fr; padding: 8vh 5vw; gap: 3vw; } }

@media (max-width: 768px) { .zone-mrs-auto { grid-template-columns: 1fr; padding: 8vh 6vw; gap: 3rem; } .zma-map-col { order: -1; } .zma-titre { font-size: clamp(1.8rem, 7vw, 2.8rem); } .zma-desc { font-size: .82rem; } }

@media (max-width: 480px) { .zone-mrs-auto { padding: 7vh 5vw; } .zma-titre { font-size: clamp(1.6rem, 8.5vw, 2.2rem); } }

/*====================================================================== REALISATIONS VIDEOS ====================================================================*/
.gallery-mrs-auto { position: relative; background: #000; overflow: hidden; padding: 10vh 6vw; font-family: 'Poppins', sans-serif; }

/* Grain */
.gallery-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ng3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ng3)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: .03; pointer-events: none; z-index: 0; }

/* ── EN-TÊTE ── */
.gma-header { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3.5rem; flex-wrap: wrap; gap: 1.5rem; }

.gma-header-left { display: flex; flex-direction: column; gap: 1rem; }

.gma-badge { display: inline-flex; align-items: center; gap: .55rem; }

.gma-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.gma-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.gma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; }

.gma-titre .gma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* ── FLÈCHES ── */
.gma-arrows { display: flex; gap: .8rem; align-items: center; }

.gma-arrow { width: 52px; height: 52px; border: 1px solid rgba(206, 185, 131, 0.35); background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s, border-color .25s; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); flex-shrink: 0; }

.gma-arrow:hover { background: #ceb983; border-color: #ceb983; }

.gma-arrow:hover svg { stroke: #000; }

.gma-arrow svg { width: 20px; height: 20px; stroke: #ceb983; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke .25s; }

.gma-arrow:disabled { opacity: .3; cursor: default; pointer-events: none; }

/* Compteur */
.gma-counter { font-size: 1rem; font-weight: 600; letter-spacing: .15em; color: rgba(192, 192, 192, 0.5); white-space: nowrap; }

.gma-counter strong { color: #ceb983; font-weight: 700; }

/* ── SLIDER WRAPPER ── */
.gma-slider-outer { position: relative; z-index: 1; overflow: hidden; }

/* Fondu sur les bords */
.gma-slider-outer::before, .gma-slider-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }

.gma-slider-outer::before { left: 0; background: linear-gradient(to right, #000, transparent); }

.gma-slider-outer::after { right: 0; background: linear-gradient(to left, #000, transparent); }

.gma-track { display: flex; gap: 20px; transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1); will-change: transform; align-items: stretch; }

/* ── CARTE VIDÉO ── */
.gma-card { position: relative; flex-shrink: 0; width: 280px; aspect-ratio: 9 / 16; background: #111; overflow: hidden; cursor: pointer; border: 1px solid rgba(206, 185, 131, 0.1); transition: border-color .3s; }

.gma-card:hover { border-color: rgba(206, 185, 131, 0.35); }

.gma-card video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Overlay par défaut (réduit au hover/play) */
.gma-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%); transition: opacity .3s; z-index: 1; }

.gma-card.is-playing .gma-card-overlay { opacity: .2; }

/* ── BOUTON PLAY/PAUSE central ── */
.gma-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); z-index: 3; width: 56px; height: 56px; background: rgba(0, 0, 0, 0.6); border: 1.5px solid #ceb983; cursor: pointer; display: flex; color: #ceb983; align-items: center; justify-content: center; transition: background .25s, transform .25s, opacity .3s; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px)); }

.gma-play-btn:hover { background: #ceb983; color: black; }

.gma-play-btn:hover .gma-icon-play, .gma-play-btn:hover .gma-icon-pause { stroke: #000; }

.gma-icon-play, .gma-icon-pause { width: 22px; height: 22px; stroke: #ceb983; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }

.gma-icon-pause { display: none; }

.gma-card.is-playing .gma-play-btn { opacity: 0; }

.gma-card.is-playing:hover .gma-play-btn { opacity: 1; }

.gma-card.is-playing .gma-icon-play { display: none; }

.gma-card.is-playing .gma-icon-pause { display: block; }

/* ── BARRE DE PROGRESSION ── */
.gma-progress-wrap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; padding: 0 12px 12px; display: flex; flex-direction: column; gap: 6px; }

.gma-time { display: flex; justify-content: space-between; font-size: .6rem; font-weight: 600; color: rgba(255, 255, 255, 0.6); letter-spacing: .05em; }

.gma-progress-bar { position: relative; width: 100%; height: 3px; background: rgba(255, 255, 255, 0.15); cursor: pointer; border-radius: 2px; }

.gma-progress-fill { position: absolute; top: 0; left: 0; height: 100%; background: #ceb983; border-radius: 2px; width: 0%; transition: width .1s linear; pointer-events: none; }

.gma-progress-thumb { position: absolute; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background: #ceb983; border-radius: 50%; left: 0%; margin-left: -5px; pointer-events: none; opacity: 0; transition: opacity .2s; }

.gma-progress-bar:hover .gma-progress-thumb { opacity: 1; }

/* Numéro de carte */
.gma-card-num { position: absolute; top: 12px; left: 12px; z-index: 3; font-size: .62rem; font-weight: 700; letter-spacing: .2em; color: #ceb983; background: rgba(0, 0, 0, 0.6); padding: .2rem .5rem; border-left: 2px solid #ceb983; }

/* ── DOTS INDICATEUR ── */
.gma-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 2.5rem; position: relative; z-index: 1; }

.gma-dot { width: 6px; height: 6px; background: rgba(206, 185, 131, 0.25); border-radius: 50%; cursor: pointer; transition: background .25s, transform .25s, width .3s; }

.gma-dot.active { background: #ceb983; width: 24px; border-radius: 3px; }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 1024px) { .gma-card { width: 240px; } }

@media (max-width: 768px) { .gallery-mrs-auto { padding: 8vh 5vw; } .gma-card { width: 200px; } .gma-titre { font-size: clamp(1.8rem, 7vw, 2.4rem); } }

@media (max-width: 480px) { .gallery-mrs-auto { padding: 7vh 4vw; } .gma-card { width: 170px; } .gma-titre { font-size: clamp(1.6rem, 8vw, 2rem); } .gma-arrow { width: 44px; height: 44px; } }

/*======================================================================= RESEAUX SOCIAUX ======================================================================*/
.rs-mrs-auto { position: relative; font-family: 'Poppins', sans-serif; overflow: hidden; min-height: 90vh; display: flex; align-items: center; justify-content: center; }

/* ── IMAGE DE FOND ── */
.rsma-bg { position: absolute; inset: 0; z-index: 0; }

.rsma-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: grayscale(25%); }

/* ── OVERLAY ── */
.rsma-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.82) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 50%, rgba(0, 0, 0, 0.3) 100%); pointer-events: none; }

/* ── GRAIN ── */
.rs-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nrs'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nrs)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: .04; pointer-events: none; z-index: 2; }

/* ── ÉLÉMENTS GRAPHIQUES DORÉS ── */
/* Ligne horizontale haut */
.rsma-line-top { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent 0%, #ceb983 30%, #ceb983 70%, transparent 100%); opacity: .45; z-index: 3; }

/* Ligne horizontale bas */
.rsma-line-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent 0%, #ceb983 30%, #ceb983 70%, transparent 100%); opacity: .45; z-index: 3; }

/* Coin haut-gauche */
.rsma-corner-tl { position: absolute; top: 28px; left: 28px; width: 60px; height: 60px; border-top: 1.5px solid rgba(206, 185, 131, 0.6); border-left: 1.5px solid rgba(206, 185, 131, 0.6); z-index: 3; pointer-events: none; }

/* Coin haut-droit */
.rsma-corner-tr { position: absolute; top: 28px; right: 28px; width: 60px; height: 60px; border-top: 1.5px solid rgba(206, 185, 131, 0.6); border-right: 1.5px solid rgba(206, 185, 131, 0.6); z-index: 3; pointer-events: none; }

/* Coin bas-gauche */
.rsma-corner-bl { position: absolute; bottom: 28px; left: 28px; width: 60px; height: 60px; border-bottom: 1.5px solid rgba(206, 185, 131, 0.6); border-left: 1.5px solid rgba(206, 185, 131, 0.6); z-index: 3; pointer-events: none; }

/* Coin bas-droit */
.rsma-corner-br { position: absolute; bottom: 28px; right: 28px; width: 60px; height: 60px; border-bottom: 1.5px solid rgba(206, 185, 131, 0.6); border-right: 1.5px solid rgba(206, 185, 131, 0.6); z-index: 3; pointer-events: none; }

/* Ligne verticale gauche déco */
.rsma-vline-l { position: absolute; left: 80px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(206, 185, 131, 0.12) 25%, rgba(206, 185, 131, 0.12) 75%, transparent 100%); z-index: 3; pointer-events: none; }

/* Ligne verticale droite déco */
.rsma-vline-r { position: absolute; right: 80px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(206, 185, 131, 0.12) 25%, rgba(206, 185, 131, 0.12) 75%, transparent 100%); z-index: 3; pointer-events: none; }

/* Losange décoratif central haut */
.rsma-diamond { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; background: #ceb983; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); z-index: 4; }

/* ── CONTENU CENTRAL ── */
.rsma-content { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2.4rem; padding: 6vh 6vw; width: 100%; max-width: 1200px; }

.rsma-badge { display: inline-flex; align-items: center; gap: .55rem; opacity: 0; animation: rsma-fadeUp .6s .1s ease forwards; }

.rsma-badge-line { display: block; width: 28px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.rsma-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.rsma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; opacity: 0; animation: rsma-fadeUp .7s .25s ease forwards; }

.rsma-titre .rsma-outline { display: inline; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

.rsma-desc { font-size: 1rem; font-weight: 400; line-height: 1.75; color: rgba(192, 192, 192, 0.75); max-width: 460px; opacity: 0; animation: rsma-fadeUp .7s .4s ease forwards; }

/* ── CARTES RÉSEAUX ── */
.rsma-cards { display: flex; gap: 1.2rem; flex-wrap: nowrap; justify-content: center; align-items: stretch; width: 100%; opacity: 0; animation: rsma-fadeUp .7s .55s ease forwards; }

.rsma-card { position: relative; display: flex; flex-direction: column; justify-content: center; /* centre le contenu verticalement */ align-items: center; gap: 1rem; padding: 1.8rem 2rem; background: rgba(0, 0, 0, 0.55); border: 1px solid rgba(206, 185, 131, 0.2); text-decoration: none; color: #fff; transition: background .3s, border-color .3s, transform .3s; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); flex: 1 1 0; max-width: 220px; min-height: 200px; /* 👈 hauteur fixe élégante */ backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

.rsma-card:hover { background: rgba(206, 185, 131, 0.12); border-color: #ceb983; transform: translateY(-4px); }

/* Icône réseau */
.rsma-icon-wrap { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(206, 185, 131, 0.3); transition: background .3s, border-color .3s; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px)); }

.rsma-card:hover .rsma-icon-wrap { background: #ceb983; border-color: #ceb983; }

.rsma-icon-wrap svg { width: 22px; height: 22px; fill: #ceb983; transition: fill .3s; }

.rsma-card:hover .rsma-icon-wrap svg { fill: #000; }

.rsma-network-name { font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #fff; }

.rsma-handle { font-size: .7rem; font-weight: 400; letter-spacing: .06em; color: rgba(192, 192, 192, 0.6); }

/* Trait séparateur entre les cartes */
.rsma-cards-sep { display: flex; align-items: center; gap: .6rem; color: rgba(206, 185, 131, 0.3); font-size: .65rem; font-weight: 600; letter-spacing: .2em; }

.rsma-cards-sep::before, .rsma-cards-sep::after { content: ''; display: block; width: 1px; height: 28px; background: rgba(206, 185, 131, 0.25); }

/* ── ANIMATIONS ── */
@keyframes rsma-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 768px) { .rs-mrs-auto { min-height: 80vh; } .rsma-vline-l, .rsma-vline-r { display: none; } .rsma-corner-tl, .rsma-corner-tr, .rsma-corner-bl, .rsma-corner-br { width: 40px; height: 40px; top: 18px; } .rsma-corner-bl, .rsma-corner-br { bottom: 18px; } .rsma-titre { font-size: clamp(2rem, 9vw, 3rem); } .rsma-cards { gap: .8rem; } .rsma-card { padding: 1.4rem 1.4rem; } .rsma-cards-sep { display: none; } }

@media (max-width: 480px) { .rsma-corner-tl, .rsma-corner-tr, .rsma-corner-bl, .rsma-corner-br { width: 28px; height: 28px; } .rsma-titre { font-size: clamp(1.8rem, 10vw, 2.4rem); } .rsma-cards { flex-wrap: wrap; } .rsma-card { padding: 1.2rem 1.2rem; flex: 0 0 calc(50% - .6rem); max-width: none; } }

/*==================================================================== EN TETE - PAGES SECONDAIRES ==================================================================*/
.page-header-mrs-auto { position: relative; min-height: 60vh; display: flex; align-items: center; justify-content: center; overflow: hidden; font-family: 'Poppins', sans-serif; }

/* ── PHOTO FOND ── */
.phma-bg { position: absolute; inset: 0; z-index: 0; }

.phma-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: grayscale(20%); }

/* ── OVERLAY ── */
.phma-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 50%, rgba(0, 0, 0, 0.25) 100%); pointer-events: none; }

/* ── GRAIN ── */
.page-header-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nph'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nph)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: .04; pointer-events: none; z-index: 2; }

/* ── ÉLÉMENTS DÉCO DORÉS ── */
/* Ligne top */
.phma-line-top { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent 0%, #ceb983 30%, #ceb983 70%, transparent 100%); opacity: .4; z-index: 3; }

/* Ligne bottom */
.phma-line-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent 0%, #ceb983 30%, #ceb983 70%, transparent 100%); opacity: .4; z-index: 3; }

/* Coins */
.phma-corner { position: absolute; width: 50px; height: 50px; z-index: 3; pointer-events: none; opacity: 0; animation: phma-fadeIn .8s .6s ease forwards; }

.phma-corner--tl { display: none; }

.phma-corner--tr { display: none; }

.phma-corner--bl { bottom: 22px; left: 22px; border-bottom: 1.5px solid rgba(206, 185, 131, 0.6); border-left: 1.5px solid rgba(206, 185, 131, 0.6); }

.phma-corner--br { bottom: 22px; right: 22px; border-bottom: 1.5px solid rgba(206, 185, 131, 0.6); border-right: 1.5px solid rgba(206, 185, 131, 0.6); }

/* Losange sur ligne du haut */
.phma-diamond { position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 14px; height: 14px; background: #ceb983; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); z-index: 4; }

/* Lignes verticales latérales */
.phma-vline { position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(206, 185, 131, 0.14) 25%, rgba(206, 185, 131, 0.14) 75%, transparent 100%); z-index: 3; pointer-events: none; }

.phma-vline--l { left: 70px; }

.phma-vline--r { right: 70px; }

/* ── CONTENU CENTRAL ── */
.phma-content { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 1.8rem; padding: 4vh 6vw; text-align: center; }

/* Titre encadré fond flou */
.phma-titre-wrap { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; padding: 4.4rem 5rem; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(206, 185, 131, 0.22); position: relative; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); opacity: 0; animation: phma-fadeUp .8s .4s ease forwards; }

/* Petit trait doré en haut du cadre titre */
.phma-titre-wrap::before { content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background: #ceb983; }

.phma-badge { display: inline-flex; align-items: center; gap: .55rem; }

.phma-badge-line { display: block; width: 28px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.phma-badge span { font-size: 1rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.phma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; }

.phma-titre .phma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* ── ANIMATIONS ── */
@keyframes phma-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

@keyframes phma-fadeIn { to { opacity: 1; } }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 768px) { .page-header-mrs-auto { min-height: 60vh; } .phma-vline--l, .phma-vline--r { display: none; } .phma-titre-wrap { padding: 1.6rem 2rem; } .phma-titre { font-size: clamp(1.8rem, 8vw, 3rem); } .phma-corner { width: 36px; height: 36px; } }

@media (max-width: 480px) { .phma-titre-wrap { padding: 1.4rem 1.4rem; } .phma-titre { font-size: clamp(1.5rem, 9vw, 2.4rem); } .phma-titre .phma-outline { -webkit-text-stroke: 1px #ceb983; } .phma-corner { display: none; } .phma-breadcrumb { flex-wrap: wrap; justify-content: center; } }

/*====================================================================== PRESENTATION DU SERVICE ==================================================================*/
.intro-prep-mrs-auto { position: relative; background: #000; overflow: hidden; padding: 20vh 8vw; font-family: 'Poppins', sans-serif; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3vw; align-items: center; }

/* Grain */
.intro-prep-mrs-auto::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nip'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nip)' opacity='1'/%3E%3C/svg%3E"); background-size: 180px; opacity: 0.5; pointer-events: none; z-index: 0; }

/* ── IMAGE DE FOND ── */
.ipma-bg { position: absolute; inset: 0; z-index: 0; }

.ipma-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: grayscale(30%); }

/* Overlay sombre */
.ipma-bg-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.88) 40%, rgba(0, 0, 0, 0.75) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 40%, rgba(0, 0, 0, 0.2) 100%); pointer-events: none; }

/* Glow subtil droite */
.intro-prep-mrs-auto::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(206, 185, 131, 0.05) 0%, transparent 70%); pointer-events: none; z-index: 0; }

/* ══ COLONNE GAUCHE : TITRE ══ */
.ipma-left { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 2rem; }

.ipma-badge { display: inline-flex; align-items: center; gap: .55rem; opacity: 0; animation: ipma-fadeUp .6s .1s ease forwards; }

.ipma-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.ipma-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

/* Grand titre à gauche */
.ipma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; color: #fff; opacity: 0; animation: ipma-fadeUp .7s .25s ease forwards; }

.ipma-titre .ipma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

/* Séparateur */
.ipma-sep { width: 50px; height: 1px; background: #ceb983; opacity: 0; animation: ipma-fadeUp .6s .4s ease forwards; }

/* Citation mise en avant */
.ipma-claim { font-size: clamp(0.95rem, 1.4vw, 1.15rem); font-weight: 600 !important; line-height: 1.5; color: rgba(192, 192, 192, 0.85); border-left: 2px solid #ceb983; padding-left: 1.2rem; opacity: 0; animation: ipma-fadeUp .7s .5s ease forwards; }

.ipma-claim em { color: #ceb983; font-style: normal; }

/* ══ COLONNE CENTRALE : IMAGE ══ */
.ipma-center { position: relative; z-index: 2; align-self: stretch; min-height: 480px; }

.ipma-img-wrap { position: relative; width: 100%; height: 100%; min-height: 480px; overflow: hidden; }

/* Cadre décalé doré derrière */
.ipma-img-wrap::before { content: ''; position: absolute; top: 16px; left: -16px; right: 16px; bottom: -16px; border: 1px solid rgba(206, 185, 131, 0.22); z-index: 0; pointer-events: none; }

.ipma-img-wrap img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(15%); transition: filter .4s ease, transform .5s ease; }

.ipma-img-wrap:hover img { filter: grayscale(0%); transform: scale(1.02); }

/* Trait doré vertical à gauche de l'image */
.ipma-img-accent { position: absolute; top: 10%; bottom: 10%; left: -1px; width: 2px; background: linear-gradient(to bottom, transparent, #ceb983 30%, #ceb983 70%, transparent); z-index: 2; }

/* ══ COLONNE DROITE : CONTENU ══ */
.ipma-right { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 2rem; }

/* Texte principal */
.ipma-texte { font-size: 1rem; font-weight: 400; line-height: 1.9; color: rgba(192, 192, 192, 0.72); opacity: 0; animation: ipma-fadeUp .7s .3s ease forwards; }

/* Séparateur fin */
.ipma-divider { width: 100%; height: 1px; background: linear-gradient(to right, rgba(206, 185, 131, 0.25) 0%, transparent 80%); opacity: 0; animation: ipma-fadeUp .6s .45s ease forwards; }

/* Intro liste */
.ipma-list-intro { font-size: 1rem; font-weight: 600 !important; letter-spacing: .06em; color: #fff; text-transform: uppercase; opacity: 0; animation: ipma-fadeUp .6s .5s ease forwards; }

/* Liste */
.ipma-list { display: flex; flex-direction: column; gap: .7rem; list-style: none; padding: 0; opacity: 0; animation: ipma-fadeUp .7s .6s ease forwards; }

.ipma-list li { display: flex; align-items: center; gap: 1rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgba(192, 192, 192, 0.75); padding: .75rem 1rem; border: 1px solid rgba(206, 185, 131, 0.1); transition: background .25s, border-color .25s, color .25s; cursor: default; }

.ipma-list li:hover { background: rgba(206, 185, 131, 0.05); border-color: rgba(206, 185, 131, 0.28); color: #fff; }

/* Icône losange avant chaque item */
.ipma-list li::before { content: ''; display: block; width: 7px; height: 7px; background: #ceb983; flex-shrink: 0; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); transition: transform .25s; }

.ipma-list li:hover::before { transform: scale(1.4) rotate(45deg); }

/* ── ANIMATIONS ── */
@keyframes ipma-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 1024px) { .intro-prep-mrs-auto { grid-template-columns: 1fr 1fr; gap: 4vw; padding: 8vh 5vw; } .ipma-center { display: none; } .ipma-titre { font-size: clamp(2rem, 4vw, 3rem); } }

@media (max-width: 768px) { .intro-prep-mrs-auto { grid-template-columns: 1fr; padding: 8vh 6vw; gap: 3rem; } .ipma-center { display: block; min-height: 280px; } .ipma-img-wrap { min-height: 280px; } .ipma-img-wrap::before { display: none; } .ipma-titre { font-size: clamp(2rem, 8vw, 3rem); } .ipma-claim { font-size: .92rem; } }

@media (max-width: 480px) { .intro-prep-mrs-auto { padding: 7vh 5vw; } .ipma-titre { font-size: clamp(1.8rem, 9vw, 2.4rem); } }

/*======================================================================== TYPES DE VEHICULES ===================================================================*/
.vehicles-mrs-auto { position: relative; background: #000; overflow: hidden; padding: 10vh 6vw; font-family: 'Poppins', sans-serif; }

/* Glow gauche */
.vehicles-mrs-auto::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 45% 55% at 15% 50%, rgba(206, 185, 131, 0.05) 0%, transparent 70%); pointer-events: none; z-index: 0; }

/* ── EN-TÊTE ── */
.vma-header { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 4rem; flex-wrap: wrap; gap: 1.5rem; opacity: 0; animation: vma-fadeUp .7s .1s ease forwards; }

.vma-header-left { display: flex; flex-direction: column; gap: 1rem; }

.vma-badge { display: inline-flex; align-items: center; gap: .55rem; }

.vma-badge-line { display: block; width: 36px; height: 1.5px; background: #ceb983; flex-shrink: 0; }

.vma-badge span { font-size: 1rem; font-weight: 600 !important; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.vma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; }

.vma-titre .vma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

.vma-count { font-size: 1rem; font-weight: 600 !important; letter-spacing: .18em; text-transform: uppercase; color: rgba(192, 192, 192, 0.4); align-self: flex-end; }

.vma-count strong { color: #ceb983; }

/* ── GRILLE CARDS ── */
.vma-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(206, 185, 131, 0.1); border: 1px solid rgba(206, 185, 131, 0.1); }

/* ── CARD ── */
.vma-card { position: relative; background: #000; padding: 2.4rem 1.8rem 2rem; display: flex; flex-direction: column; gap: 1.4rem; transition: background .3s; overflow: hidden; cursor: default; }

.vma-card:hover { background: rgba(206, 185, 131, 0.04); }

/* Barre dorée animée en haut */
.vma-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #ceb983; transition: width .4s ease; }

.vma-card:hover::before { width: 100%; }

/* Numéro de fond */
.vma-card-num-bg { position: absolute; bottom: -10px; right: 10px; font-size: 5rem; font-weight: 800 !important; color: transparent; -webkit-text-stroke: 1px rgba(206, 185, 131, 0.07); line-height: 1; user-select: none; pointer-events: none; transition: -webkit-text-stroke-color .3s; }

.vma-card:hover .vma-card-num-bg { -webkit-text-stroke-color: rgba(206, 185, 131, 0.13); }

/* Image card */
.vma-card-img { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 2px solid rgba(206, 185, 131, 0.15); margin: -2.4rem -1.8rem 0; width: calc(100% + 3.6rem); flex-shrink: 0; transition: border-color .3s; }

.vma-card:hover .vma-card-img { border-color: rgba(206, 185, 131, 0.45); }

.vma-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: transform .5s ease, filter .4s ease; }

.vma-card:hover .vma-card-img img { transform: scale(1.05); filter: grayscale(0%); }

/* Barre dorée en bas de l'image */
.vma-card-img::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #ceb983; transition: width .4s ease; }

.vma-card:hover .vma-card-img::after { width: 100%; }

/* Numéro visible */
.vma-card-num { font-size: .62rem; font-weight: 700 !important; letter-spacing: .22em; color: rgba(206, 185, 131, 0.5); transition: color .3s; }

.vma-card:hover .vma-card-num { color: #ceb983; }

/* Titre card */
.vma-card-titre { font-size: 1rem; font-weight: 700 !important; line-height: 1.3; letter-spacing: .03em; text-transform: uppercase; color: #fff; transition: color .3s; }

.vma-card:hover .vma-card-titre { color: #fff; }

/* Trait bas */
.vma-card-sep { width: 24px; height: 1px; background: rgba(206, 185, 131, 0.3); transition: width .35s ease, background .3s; }

.vma-card:hover .vma-card-sep { width: 40px; background: #ceb983; }

/* Description courte */
.vma-card-desc { font-size: .76rem; font-weight: 400; line-height: 1.65; color: rgba(192, 192, 192, 0.55); transition: color .3s; flex-grow: 1; }

.vma-card:hover .vma-card-desc { color: rgba(192, 192, 192, 0.8); }

/* ── ANIMATIONS ── */
@keyframes vma-fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* Animation décalée par card */
.vma-card { opacity: 0; animation: vma-fadeUp .6s ease forwards; }

.vma-card:nth-child(1) { animation-delay: .2s; }

.vma-card:nth-child(2) { animation-delay: .32s; }

.vma-card:nth-child(3) { animation-delay: .44s; }

.vma-card:nth-child(4) { animation-delay: .56s; }

.vma-card:nth-child(5) { animation-delay: .68s; }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 1024px) { .vma-grid { grid-template-columns: repeat(2, 1fr); } .vma-titre { font-size: clamp(1.8rem, 4vw, 2.6rem); } }

@media (max-width: 768px) { .vehicles-mrs-auto { padding: 8vh 6vw; } .vma-titre { font-size: clamp(1.8rem, 7vw, 2.6rem); } .vma-header { margin-bottom: 2.5rem; } }

@media (max-width: 480px) { .vehicles-mrs-auto { padding: 7vh 5vw; } .vma-titre { font-size: clamp(1.6rem, 8.5vw, 2.2rem); } .vma-card { padding: 1.8rem 1.4rem 1.6rem; } }

/*======================================================================= PROCESS DEPOT VENTE ==================================================================*/
/* ── PROCESS DÉPÔT VENTE ── */
.process-mrs-auto { position: relative; background: #000; padding: 10vh 6vw; font-family: 'Poppins', sans-serif; overflow: hidden; }

.pma-container { position: relative; z-index: 2; max-width: 1200px; margin: auto; }

/* Header */
.pma-badge { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }

.pma-badge-line { width: 36px; height: 1.5px; background: #ceb983; }

.pma-badge span { font-size: 1rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #ceb983; }

.pma-titre { font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 800 !important; text-transform: uppercase; color: #fff; line-height: 1; }

.pma-outline { display: block; color: transparent; -webkit-text-stroke: 1.5px #ceb983; }

.pma-sep { width: 50px; height: 1px; background: #ceb983; margin: 1.5rem 0 4rem 0; }

/* Steps */
.pma-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }

.pma-step { position: relative; padding: 2rem; border: 1px solid rgba(206, 185, 131, 0.25); transition: border-color .3s ease, transform .3s ease; }

.pma-step:hover { border-color: #ceb983; transform: translateY(-6px); }

.pma-number { font-size: 2rem; font-weight: 800 !important; color: rgba(206, 185, 131, 0.25); display: block; margin-bottom: 1rem; }

.pma-step h3 { font-size: 1rem; font-weight: 700 !important; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: .8rem; }

.pma-step p { font-size: 1rem; line-height: 1.8; color: rgba(192, 192, 192, 0.75); }

/* ───────── RESPONSIVE ───────── */
/* Laptop / petit desktop */
@media (max-width: 1200px) { .pma-steps { grid-template-columns: repeat(2, 1fr); } }

/* Tablette */
@media (max-width: 768px) { .process-mrs-auto { padding: 8vh 8vw; } .pma-steps { grid-template-columns: 1fr; gap: 2rem; } .pma-titre { font-size: clamp(2.2rem, 6vw, 3rem); line-height: 1.1; } .pma-step { padding: 1.8rem; } .pma-step h3 { font-size: 0.95rem; } .pma-step p { font-size: 0.95rem; } }

/* Petit mobile */
@media (max-width: 480px) { .process-mrs-auto { padding: 6vh 6vw; } .pma-number { font-size: 1.6rem; } .pma-titre { font-size: 2rem; } }

/*================================================================== CONVERTISSEUR - CTA ========================================================================*/
/* ── CONVERSION CTA MRS ── */
.conversion-cta-mrs { position: relative; background: #000; padding: 12vh 6vw; text-align: center; overflow: hidden; font-family: 'Poppins', sans-serif; }

.conversion-cta-mrs::before { content: ''; position: absolute; inset: 0; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FBcMnXJkyn6PuKF3yQIHR5AadY602%2Fimages%2FFond_CTA_s0jy.webp"); background-size: cover; opacity: 0.2; pointer-events: none; }

.conversion-cta-mrs__container { position: relative; z-index: 2; max-width: 900px; margin: auto; }

/* Badge */
.conversion-cta-mrs__badge { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.5rem; }

.conversion-cta-mrs__line { width: 40px; height: 1.5px; background: #CEB983; }

.conversion-cta-mrs__badge span { font-size: .75rem; font-weight: 600 !important; letter-spacing: .25em; text-transform: uppercase; color: #CEB983; }

/* Titre */
.conversion-cta-mrs__title { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800 !important; text-transform: uppercase; line-height: 1; color: #fff; margin-bottom: 1.5rem; }

.conversion-cta-mrs__outline { color: transparent; -webkit-text-stroke: 1.5px #CEB983; }

/* Texte */
.conversion-cta-mrs__text { font-size: .95rem; line-height: 1.9; color: rgba(192, 192, 192, 0.8); margin-bottom: 2.5rem; }

/* Bouton */
.conversion-cta-mrs__btn { display: inline-flex; align-items: center; gap: .85rem; padding: 1.4rem 2rem; background: #ceb983; color: #000; font-family: 'Poppins', sans-serif; font-weight: 600 !important; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background .25s, gap .25s; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)) !important; border-radius: 0px !important; }

.conversion-cta-mrs__btn:hover { background: #deca97; gap: 1.3rem; color: #000; }

.conversion-cta-mrs__btn svg { transition: transform .3s ease; }

.conversion-cta-mrs__btn:hover svg { transform: translateX(6px); }

/*# sourceMappingURL=custom.css.map */