/*
Theme Name: SAM VTC
Theme URI: https://samvtc75.fr/
Description: Thème enfant Hello Elementor pour SAM VTC — chauffeur privé Paris & Île-de-France. Maquette premium noir/or + module de correction d'indexation Google.
Author: Salim
Template: hello-elementor
Version: 1.0.0
Text Domain: samvtc
*/

/* =========================================================
   1. TOKENS
   ========================================================= */
:root{
	--sv-noir:#000000;
	--sv-encre:#141416;
	--sv-graphite:#1E1E22;
	--sv-or:#C9A24B;
	--sv-or-clair:#E6CE8E;
	--sv-ivoire:#F7F4EF;
	--sv-blanc:#FFFFFF;
	--sv-gris:#6E6E75;
	--sv-gris-clair:#E4E0D8;

	--sv-max:1200px;
	--sv-gap:28px;
	--sv-radius:2px;
	--sv-radius-img:4px;

	--sv-font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
	--sv-header-h:96px;
}

/* =========================================================
   2. BASE
   Volontairement peu spécifique : aucune couleur n'est imposée aux titres
   ni aux liens, sinon ces règles écrasent celles des composants et celles
   des extensions (pages villes, Elementor, formulaires).
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

body.samvtc{
	margin:0;
	font-family:var(--sv-font);
	font-weight:400;
	font-size:16px;
	line-height:1.7;
	color:var(--sv-encre);
	background:var(--sv-blanc);
	-webkit-font-smoothing:antialiased;
}

/* Titres : typographie seulement, la couleur est héritée du conteneur. */
body.samvtc h1,body.samvtc h2,body.samvtc h3,
body.samvtc h4,body.samvtc h5,body.samvtc h6{
	font-family:var(--sv-font);
	line-height:1.18;
	letter-spacing:-.01em;
}

/* Échelle typographique appliquée aux seules sections du thème. */
.sv-hero h1,.sv-pagehead h1{font-size:clamp(2rem,4.4vw,3.35rem);font-weight:600;margin:0 0 20px}
.sv-section h2,.sv-resa h2,.sv-cta h2,.sv-zones h2,.sv-apropos h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;margin:0 0 .6em}
.sv-card h3,.sv-flotte__txt h3,.sv-points__item h3,.sv-footer h3{font-size:1.05rem;font-weight:600;margin:0 0 8px}

.sv-wrap p,.sv-contenu p{max-width:72ch}
.sv-hero p,.sv-card__body p,.sv-flotte__txt p,.sv-points__item p,.sv-intro,.sv-contenu p{margin:0 0 1.1em}

.sv-header a,.sv-topbar a,.sv-hero a,.sv-card a,.sv-footer a,
.sv-zones a,.sv-cta a,.sv-contact a,.sv-pagehead a,.sv-logo{
	text-decoration:none;
}

.sv-hero img,.sv-card img,.sv-flotte__item img,.sv-apropos img,
.sv-cta img,.sv-header img,.sv-footer img{
	max-width:100%;height:auto;display:block;
}

body.samvtc :focus-visible{
	outline:2px solid var(--sv-or);
	outline-offset:3px;
}

.sv-wrap{width:100%;max-width:var(--sv-max);margin:0 auto;padding:0 22px}
.sv-section{padding:82px 0}
.sv-section--tight{padding:56px 0}
.sv-dark{background:var(--sv-encre);color:var(--sv-ivoire)}
.sv-dark h1,.sv-dark h2,.sv-dark h3{color:var(--sv-blanc)}
.sv-cream{background:var(--sv-ivoire)}

.sv-title{margin-bottom:14px}
.sv-intro{color:var(--sv-gris);font-size:1.02rem;max-width:64ch;margin-bottom:38px}
.sv-dark .sv-intro{color:rgba(247,244,239,.72)}

/* filet or : marque la hiérarchie des sections, pas de décor */
.sv-rule{
	width:56px;height:2px;background:var(--sv-or);
	border:0;margin:0 0 22px;
}

.sv-center{text-align:center}
.sv-center .sv-intro{margin-left:auto;margin-right:auto}
.sv-center .sv-rule{margin-left:auto;margin-right:auto}

/* =========================================================
   3. BOUTONS
   ========================================================= */
.sv-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:9px;
	font-family:var(--sv-font);font-size:.94rem;font-weight:500;
	padding:15px 30px;border-radius:var(--sv-radius);
	border:1px solid transparent;cursor:pointer;
	transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.sv-btn--or{background:var(--sv-or);color:var(--sv-noir);border-color:var(--sv-or)}
.sv-btn--or:hover{background:var(--sv-or-clair);border-color:var(--sv-or-clair)}
.sv-btn--ligne{background:transparent;color:var(--sv-blanc);border-color:rgba(255,255,255,.5)}
.sv-btn--ligne:hover{border-color:var(--sv-or);color:var(--sv-or)}
.sv-btn--sombre{background:var(--sv-encre);color:var(--sv-blanc);border-color:var(--sv-encre)}
.sv-btn--sombre:hover{background:var(--sv-or);border-color:var(--sv-or);color:var(--sv-noir)}
.sv-btn svg{width:17px;height:17px;flex:0 0 auto}

/* =========================================================
   4. HEADER
   ========================================================= */
.sv-topbar{
	background:var(--sv-noir);color:rgba(255,255,255,.78);
	font-size:.8rem;letter-spacing:.02em;
	border-bottom:1px solid rgba(201,162,75,.35);
}
.sv-topbar .sv-wrap{
	display:flex;align-items:center;justify-content:space-between;
	gap:16px;min-height:38px;
}
.sv-topbar a{color:rgba(255,255,255,.78)}
.sv-topbar a:hover{color:var(--sv-or)}
.sv-topbar__lang{display:flex;align-items:center}
.sv-topbar__lang .gtranslate_wrapper{display:flex;align-items:center}

.sv-header{
	position:sticky;top:0;z-index:120;
	background:rgba(255,255,255,.97);
	border-bottom:1px solid var(--sv-gris-clair);
	backdrop-filter:saturate(160%) blur(8px);
}
.sv-header__inner{
	display:grid;grid-template-columns:auto 1fr auto;align-items:center;
	gap:24px;min-height:var(--sv-header-h);
	transition:min-height .25s ease;
}
.sv-header.is-scrolled{box-shadow:0 4px 18px rgba(0,0,0,.07)}
.sv-header.is-scrolled .sv-header__inner{min-height:74px}
.sv-logo{color:inherit;display:inline-flex;align-items:center}
.sv-logo img{max-height:64px;width:auto}
.sv-logo__txt{
	font-size:1.32rem;font-weight:600;letter-spacing:.14em;color:var(--sv-encre);
}
.sv-logo__txt span{color:var(--sv-or)}

.sv-nav{display:flex;align-items:center;justify-content:center;gap:34px}
.sv-nav ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.sv-nav a{
	font-size:.88rem;font-weight:500;letter-spacing:.02em;color:var(--sv-encre);
	padding:8px 0;position:relative;
	transition:color .2s ease;
}
.sv-nav a::after{
	content:"";position:absolute;left:0;right:0;bottom:0;height:2px;
	background:var(--sv-or);transform:scaleX(0);transform-origin:left;
	transition:transform .22s ease;
}
.sv-nav a:hover::after,.sv-nav .current-menu-item>a::after{transform:scaleX(1)}
.sv-nav a:hover,.sv-nav .current-menu-item>a{color:var(--sv-or)}

.sv-header__cta{display:flex;align-items:center;gap:14px}
.sv-header__tel{font-weight:600;font-size:.95rem;white-space:nowrap;color:var(--sv-encre)}
.sv-header__tel:hover{color:var(--sv-or)}

.sv-burger{
	display:none;width:44px;height:44px;border:1px solid var(--sv-gris-clair);
	background:var(--sv-blanc);border-radius:var(--sv-radius);cursor:pointer;
	align-items:center;justify-content:center;
}
.sv-burger span{display:block;width:20px;height:2px;background:var(--sv-encre);position:relative}
.sv-burger span::before,.sv-burger span::after{
	content:"";position:absolute;left:0;width:20px;height:2px;background:var(--sv-encre);
}
.sv-burger span::before{top:-6px}
.sv-burger span::after{top:6px}

@media (max-width:980px){
	.sv-header__inner{grid-template-columns:1fr auto}
	.sv-burger{display:flex;order:3}
	.sv-nav{
		position:fixed;inset:calc(var(--sv-header-h) + 38px) 0 auto 0;
		flex-direction:column;align-items:stretch;gap:0;
		background:var(--sv-blanc);border-bottom:1px solid var(--sv-gris-clair);
		padding:8px 22px 22px;display:none;
	}
	.sv-nav.is-open{display:flex}
	.sv-nav ul{flex-direction:column;align-items:stretch;gap:0;width:100%}
	.sv-nav li{border-bottom:1px solid var(--sv-gris-clair)}
	.sv-nav a{display:block;padding:15px 0;border-bottom:0}
	.sv-header__tel{display:none}
}

/* =========================================================
   5. HERO
   ========================================================= */
.sv-hero{
	position:relative;
	min-height:clamp(460px,62vh,640px);
	display:flex;align-items:center;
	background:var(--sv-noir);
	overflow:hidden;
}
.sv-hero__media{position:absolute;inset:0}
.sv-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.sv-hero__media::after{
	content:"";position:absolute;inset:0;
	background:linear-gradient(96deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.66) 46%,rgba(0,0,0,.22) 100%);
}
.sv-hero__inner{position:relative;z-index:2;padding:72px 0;max-width:660px}
.sv-hero h1{color:var(--sv-blanc);margin-bottom:20px}
.sv-hero p{color:rgba(255,255,255,.84);font-size:1.06rem;max-width:52ch;margin-bottom:32px}
.sv-hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.sv-hero__marque{
	display:inline-block;font-size:.78rem;letter-spacing:.22em;
	color:var(--sv-or);margin-bottom:18px;font-weight:500;
}

/* =========================================================
   6. RESERVATION (shortcode QuickCab)
   ========================================================= */
.sv-resa{background:var(--sv-ivoire);padding:64px 0}
.sv-resa__box{
	background:var(--sv-blanc);
	border:1px solid var(--sv-gris-clair);
	border-top:3px solid var(--sv-or);
	padding:34px clamp(18px,3vw,42px);
}
.sv-resa__head{
	display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;
	gap:12px;margin-bottom:26px;
}
.sv-resa__head h2{margin:0}
.sv-resa__head p{margin:0;color:var(--sv-gris);font-size:.95rem}

/* Harmonisation du formulaire QuickCab avec la charte */
.sv-resa__box input[type=text],
.sv-resa__box input[type=email],
.sv-resa__box input[type=tel],
.sv-resa__box input[type=date],
.sv-resa__box input[type=number],
.sv-resa__box select,
.sv-resa__box textarea{
	font-family:var(--sv-font)!important;
	font-size:.95rem!important;
	border-radius:var(--sv-radius)!important;
}
.sv-resa__box button,
.sv-resa__box input[type=submit]{
	font-family:var(--sv-font)!important;
	font-weight:500!important;
	border-radius:var(--sv-radius)!important;
}

/* =========================================================
   7. REASSURANCE
   ========================================================= */
.sv-points{
	display:grid;grid-template-columns:repeat(4,1fr);
	border-top:1px solid rgba(201,162,75,.28);
}
.sv-points__item{
	padding:30px 24px;
	border-right:1px solid rgba(201,162,75,.28);
	border-bottom:1px solid rgba(201,162,75,.28);
}
.sv-points__item:last-child{border-right:0}
.sv-points__item svg{width:26px;height:26px;stroke:var(--sv-or);fill:none;stroke-width:1.5;margin-bottom:14px}
.sv-points__item h3{font-size:1rem;margin-bottom:6px;color:var(--sv-blanc)}
.sv-points__item p{font-size:.88rem;color:rgba(247,244,239,.66);margin:0}
@media (max-width:860px){
	.sv-points{grid-template-columns:repeat(2,1fr)}
	.sv-points__item:nth-child(2n){border-right:0}
}
@media (max-width:480px){
	.sv-points{grid-template-columns:1fr}
	.sv-points__item{border-right:0}
}

/* =========================================================
   8. PRESTATIONS
   ========================================================= */
.sv-grid{display:grid;gap:var(--sv-gap)}
.sv-grid--3{grid-template-columns:repeat(3,1fr)}
.sv-grid--2{grid-template-columns:repeat(2,1fr)}
@media (max-width:900px){.sv-grid--3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){
	.sv-grid--3,.sv-grid--2{grid-template-columns:1fr}
}

.sv-card{
	background:var(--sv-blanc);
	border:1px solid var(--sv-gris-clair);
	display:flex;flex-direction:column;height:100%;
}
.sv-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--sv-graphite)}
.sv-card__media img{width:100%;height:100%;object-fit:cover}
.sv-card__body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.sv-card__body h3{margin-bottom:8px}
.sv-card__body p{font-size:.93rem;color:var(--sv-gris);margin-bottom:16px}
.sv-card__lien{
	margin-top:auto;font-size:.86rem;font-weight:600;color:var(--sv-or);
	border-bottom:1px solid transparent;align-self:flex-start;padding-bottom:2px;
}
.sv-card__lien:hover{border-bottom-color:var(--sv-or)}

/* =========================================================
   9. FLOTTE
   ========================================================= */
.sv-flotte__item{
	background:var(--sv-graphite);
	border:1px solid rgba(201,162,75,.22);
	display:flex;flex-direction:column;
}
.sv-flotte__item img{width:100%;aspect-ratio:16/10;object-fit:cover}
.sv-flotte__txt{padding:24px}
.sv-flotte__txt h3{color:var(--sv-blanc);margin-bottom:6px}
.sv-flotte__meta{
	font-size:.82rem;color:var(--sv-or);margin-bottom:10px;font-weight:500;
}
.sv-flotte__txt p{font-size:.92rem;color:rgba(247,244,239,.7);margin:0}

/* =========================================================
   10. ZONES DESSERVIES
   ========================================================= */
.sv-zones{display:grid;grid-template-columns:repeat(2,1fr);gap:44px;align-items:start}
@media (max-width:860px){.sv-zones{grid-template-columns:1fr;gap:32px}}

.sv-zones__liste{list-style:none;margin:0;padding:0;column-count:2;column-gap:28px}
.sv-zones__liste li{margin-bottom:9px;break-inside:avoid}
.sv-zones__liste a{
	font-size:.92rem;color:var(--sv-encre);
	border-bottom:1px solid transparent;
}
.sv-zones__liste a:hover{border-bottom-color:var(--sv-or);color:var(--sv-or)}
@media (max-width:480px){.sv-zones__liste{column-count:1}}

.sv-zones__autres{font-size:.86rem;color:var(--sv-gris);line-height:1.85;margin-top:20px}

.sv-tarifs{width:100%;border-collapse:collapse;font-size:.92rem}
.sv-tarifs th,.sv-tarifs td{
	text-align:left;padding:13px 12px;border-bottom:1px solid var(--sv-gris-clair);
}
.sv-tarifs th{font-weight:600;font-size:.82rem;color:var(--sv-gris)}
.sv-tarifs td:last-child{text-align:right;font-weight:600;white-space:nowrap}
.sv-tarifs caption{
	caption-side:bottom;text-align:left;font-size:.79rem;color:var(--sv-gris);
	padding-top:12px;line-height:1.6;
}

/* =========================================================
   11. TEXTE / A PROPOS
   ========================================================= */
.sv-apropos{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
@media (max-width:860px){.sv-apropos{grid-template-columns:1fr;gap:32px}}
.sv-apropos img{border-radius:var(--sv-radius-img)}
.sv-apropos p{color:var(--sv-gris);font-size:.98rem}

/* =========================================================
   12. CTA FINAL
   ========================================================= */
.sv-cta{
	position:relative;background:var(--sv-noir);color:var(--sv-blanc);
	padding:76px 0;text-align:center;overflow:hidden;
}
.sv-cta__media{position:absolute;inset:0;opacity:.34}
.sv-cta__media img{width:100%;height:100%;object-fit:cover}
.sv-cta__inner{position:relative;z-index:2}
.sv-cta h2{color:var(--sv-blanc);margin-bottom:12px}
.sv-cta p{color:rgba(255,255,255,.78);margin:0 auto 30px;max-width:56ch}
.sv-cta__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}

/* =========================================================
   13. CONTACT
   ========================================================= */
.sv-contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px}
@media (max-width:860px){.sv-contact{grid-template-columns:1fr;gap:34px}}
.sv-contact__infos{list-style:none;margin:26px 0 0;padding:0}
.sv-contact__infos li{
	display:flex;gap:12px;align-items:flex-start;
	padding:14px 0;border-bottom:1px solid var(--sv-gris-clair);font-size:.94rem;
}
.sv-contact__infos a{color:var(--sv-encre);border-bottom:1px solid rgba(201,162,75,.6)}
.sv-contact__infos a:hover{color:var(--sv-or)}
.sv-contact__infos svg{width:19px;height:19px;stroke:var(--sv-or);fill:none;stroke-width:1.6;flex:0 0 auto;margin-top:3px}
.sv-contact__form input[type=text],
.sv-contact__form input[type=email],
.sv-contact__form input[type=tel],
.sv-contact__form textarea{
	font-family:var(--sv-font)!important;border-radius:var(--sv-radius)!important;
}

/* =========================================================
   14. FOOTER
   ========================================================= */
.sv-footer{background:var(--sv-noir);color:rgba(255,255,255,.68);padding:62px 0 0;font-size:.9rem}
.sv-footer a{color:rgba(255,255,255,.68)}
.sv-footer a:hover{color:var(--sv-or)}
.sv-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:38px}
@media (max-width:860px){.sv-footer__grid{grid-template-columns:1fr 1fr;gap:30px}}
@media (max-width:520px){.sv-footer__grid{grid-template-columns:1fr}}
.sv-footer h3{
	font-size:.82rem;font-weight:600;letter-spacing:.12em;
	color:var(--sv-or);margin-bottom:18px;
}
.sv-footer ul{list-style:none;margin:0;padding:0}
.sv-footer li{margin-bottom:10px}
.sv-footer__brand .sv-logo__txt{color:var(--sv-blanc);display:inline-block;margin-bottom:14px}
.sv-footer__brand p{font-size:.88rem;color:rgba(255,255,255,.6);max-width:34ch}
.sv-footer__bas{
	margin-top:52px;border-top:1px solid rgba(255,255,255,.12);
	padding:22px 0;display:flex;flex-wrap:wrap;gap:12px;
	justify-content:space-between;font-size:.82rem;color:rgba(255,255,255,.5);
}
.sv-footer__bas a{color:rgba(255,255,255,.5)}

/* =========================================================
   15. WHATSAPP FLOTTANT
   ========================================================= */
.sv-wa{
	position:fixed;left:20px;bottom:20px;z-index:140;
	width:54px;height:54px;border-radius:50%;
	background:#25D366;display:flex;align-items:center;justify-content:center;
	box-shadow:0 6px 20px rgba(0,0,0,.22);
}
.sv-wa svg{width:28px;height:28px;fill:#fff}
@media (max-width:560px){.sv-wa{width:48px;height:48px;left:14px;bottom:14px}}

/* =========================================================
   16. PAGES INTERIEURES
   ========================================================= */
.sv-pagehead{
	background:var(--sv-encre);color:var(--sv-blanc);
	padding:64px 0 56px;border-bottom:3px solid var(--sv-or);
}
.sv-pagehead h1{color:var(--sv-blanc);margin:0 0 10px}
.sv-pagehead p{color:rgba(255,255,255,.72);margin:0;max-width:62ch}
.sv-fil{font-size:.8rem;color:rgba(255,255,255,.55);margin-bottom:16px}
.sv-fil a{color:inherit}
.sv-fil a:hover{color:var(--sv-or)}

.sv-contenu{padding:62px 0}
.sv-contenu h2{margin-top:1.8em}
.sv-contenu ul,.sv-contenu ol{max-width:72ch;color:var(--sv-encre)}
.sv-contenu li{margin-bottom:8px}
.sv-contenu a{color:var(--sv-or);border-bottom:1px solid rgba(201,162,75,.5)}
.sv-contenu a:hover{border-bottom-color:var(--sv-or)}
.sv-section--tight p a{color:var(--sv-or)}

/* Accessibilité */
.sv-sr{
	position:absolute!important;width:1px;height:1px;overflow:hidden;
	clip:rect(1px,1px,1px,1px);white-space:nowrap;
}
