/* ==========================================================================
   Vox Populi — intégration maquette 1920px en flux normal (flex/grid).
   Position absolue réservée aux décors et chevauchements réels :
   logo suspendu, chip citation, collage des étapes, photos en débord.
   Espacements repris des cotes de la maquette.
   ========================================================================== */

   :root {
	--navy: #293C54;
	--dark: #061316;
	--cyan: #38A6C2;
	--cyan-light: #9CE3FF;
	--white: #FEFEFE;
    --grad-cyan: linear-gradient(90deg, #38A6C2, #9CE3FF);
    --grad-cyan-2: linear-gradient(90deg, #38A6C2, #9CE3FF);
    --vp-header-offset: 84px;
}
.vp-grad {
	background: var(--grad-cyan)!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	padding-top: var(--vp-header-offset);
}
body.vp-home {
	font-family: 'Manrope', sans-serif;
	background: var(--navy);
}
.vp-home * { box-sizing: border-box; }
.vp-home p { margin: 0; }
.vp-home a { text-decoration: none; }
.vp-home img { max-width: 100%; }
.vp-strong { font-weight: 700; }

/* Conteneur 1280 centré */
.vp-wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.vp-section { position: relative; overflow: hidden; }

/* Titres de section : 40px, partie 2 en dégradé cyan */
.vp-title {
	margin: 0;
	font: 800 40px/52px 'Manrope', sans-serif;
}
.vp-cyan { color: var(--cyan); }
.vp-cyan-light { color: var(--cyan-light); }
.vp-grad {
	background: var(--grad-cyan);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Boutons pilule */
.vp-btn, #gform_submit_button_1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border-radius: 999px;
	font: 800 13px/16px 'Manrope', sans-serif;
	letter-spacing: .4px;
	text-transform: uppercase;
	text-align: center;
	color: var(--white);
	background: var(--cyan);
	cursor: pointer;
	border: 0;
}

.gform-footer {
	justify-content: center!important;
}
.vp-btn-ghost { background: rgba(254, 254, 254, .25); }
.vp-btn-white { background: var(--white); color: var(--cyan); }

/* Encart citation navy (chip, cartes, étapes) */
.vp-quote-box {
	padding: 16px 24px;
	border-radius: 16px;
	background: var(--navy);
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .10);
	text-align: right;
	color: var(--white);
}
.vp-quote-box .vp-quote { font: 400 18px/22px 'Manrope', sans-serif; }
.vp-quote-box .vp-author { font: 400 16px/20px 'Manrope', sans-serif; margin-top: 4px; }

/* ==========================================================================
   HEADER — barre blanche 84px, logo suspendu (chevauchement réel → absolu)
   ========================================================================== */
.vp-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: var(--white);
	box-shadow: 0 9px 20px rgba(0, 0, 0, .10);
	z-index: 100;
}
.vp-header .vp-wrap {
	display: flex;
	align-items: center;
	height: 84px;
}
.vp-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px;
	z-index: 5;
}
.vp-logo img {
	display: block;
	width: 184px;
	height: 150px;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 9px 20px rgba(0, 0, 0, .08);
}
.vp-mobile-menu {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.vp-header-actions {
	display: flex;
	align-items: center;
}
.vp-nav {
	display: flex;
	gap: 24px;
	white-space: nowrap;
}
.vp-nav a {
	font: 400 16px/22px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-phone {
	margin-left: 56px;
	padding: 10px 24px;
	border-radius: 999px;
	background: #D8ECF4;
	font: 700 16px/20px 'Manrope', sans-serif;
	color: var(--navy);
	white-space: nowrap;
}
.vp-cta {
	margin-left: 24px;
	padding: 13px 30px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2E96B3, #3FAECB);
	font: 800 15px/18px 'Manrope', sans-serif;
	letter-spacing: .3px;
	color: var(--white);
	white-space: nowrap;
box-shadow: 0 13px 4px 0 rgba(0, 0, 0, 0.00), 0 8px 3px 0 rgba(0, 0, 0, 0.01), 0 5px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 1px 1px 0 rgba(0, 0, 0, 0.10);
}

/* Burger — visible à partir de la tablette (voir media query ≤1279px) */
.vp-burger {
	display: none;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
}
.vp-burger-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: var(--navy);
	transition: transform .25s ease, opacity .25s ease;
}
.vp-header.vp-menu-open .vp-burger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vp-header.vp-menu-open .vp-burger-bar:nth-child(2) { opacity: 0; }
.vp-header.vp-menu-open .vp-burger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.vp-nav-backdrop {
	display: none;
}

/* ==========================================================================
   HERO — fond maquette (zone texte nettoyée au médian), contenu colonne droite
   ========================================================================== */
.vp-hero {
	min-height: 900px;
	background: var(--navy) url(/wp-content/uploads/2026/07/SECTION-1-_-HERO2.webp) no-repeat top center;
	background-size: cover;
	background-size: 1920px 996px;
	    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-hero-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 60px:
	flex-direction: row;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: CENTER;
	gap: 70px;
}

.intro {
	width: 800px;
}

	.vp-hero-content IMG {
		max-height: 800px;
	}

@media only screen and (min-width: 1279px) and (max-width: 1700px) {
	.vp-hero-content {
		padding: 50px 0 60px;
	}
	
	.vp-hero-content IMG {
		max-height: 480px;
	}
	
	.vp-hero-content .vp-hero-title2 {
		font-size: 70px;
		line-height: 70px;
	}
	
	.vp-hero {
		min-height: auto;
		height: 100vh;
	    display: flex;
    align-items: center;
    justify-content: center;
	}
    .vp-hero-content {
        padding: 0px 0 60px;
    }
}



.vp-hero-title1 {
	margin: 0;
	font: 800 56px/56px 'Manrope', sans-serif;
	color: var(--white);

}

@media only screen and (min-width: 1280px) {
.vp-hero-title1 {

	    max-width: 475px;
}
	
	.desktop-img {
		display: block;
	}
	

}

@media only screen and (max-width: 1279px) {
	.desktop-img {
		display: none;
	}
	
.vp-hero-content {
	flex-direction: column;
	gap: 0px;
}
	
		.intro {
		width: 100%;
	}
}
.vp-hero-title2 { font: 700 118px/124px 'Manrope', sans-serif; }
.vp-hero-content p {
	margin-top: 16px;
	font: 400 16px/26px 'Poppins', sans-serif;
	color: var(--white);
}
.vp-hero-btns {
	display: flex;
	gap: 16px;
	margin-top: 14px;
}
.vp-hero-btns .vp-btn { min-width: 268px; }
.vp-hero-visual { display: none; }

/* ==========================================================================
   BANDES NAVY — texture vagues (asset maquette, sans texte)
   ========================================================================== */
.vp-band {
	
	
}
.vp-band-a { padding-bottom: 120px; background: #22354F url(/wp-content/uploads/2026/07/waves-blue-scaled.webp) no-repeat center; background-size: cover; position: relative; }
.vp-band-b { padding: 0 0 120px; background: #22354F url(/wp-content/uploads/2026/07/wallpaper-3.webp) no-repeat center; background-size: cover; position: relative; }


.vp-band-a:before, .vp-hero:before {
	    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 23%;
    background: linear-gradient(to top, rgba(41, 60, 84, 1), rgba(255, 255, 255, 0));
}
.vp-hero {
	position: relative;
}
.vp-band-b:before {
	    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 23%;
    background: linear-gradient(to bottom, rgba(41, 60, 84, 1), rgba(255, 255, 255, 0));
}

/* --- Carte 22 ans : photo gauche, texte droite, chip en chevauchement --- */
.vp-card22 {
	position: relative;
	display: grid;
	grid-template-columns: 636px 1fr;
	min-height: 560px;
	background: var(--white);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 17px 37px rgba(0, 0, 0, .10);
}
.vp-card22-photo {
	width: 636px;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}
.vp-chip22 {
	position: absolute;
	top: 78px;
	    left: 19%;
	width: 252px;
}
.vp-card22-body { padding: 70px; }
.vp-t22 {
	margin: 0;
	font: 800 40px/49px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-card22-body p {
	margin-top: 26px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--dark);
}

/* --- Choisir Vox Populi --- */
.vp-tchoisir {
	margin: 120px 0 0;
	text-align: center;
	font: 800 40px/52px 'Manrope', sans-serif;
	color: var(--white);
}
.vp-glass-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 24px;
	margin-top: 28px;
}
.vp-glass {
	display: flex;
	align-items: flex-start;
	width: 410px;
	min-height: 222px;
	padding: 40px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(254, 254, 254, .10), rgba(254, 254, 254, .30));
	color: var(--white);
}
.vp-glass:nth-child(n+4) { width: 628px; min-height: 210px; }
.vp-glass .vp-num {
	flex: none;
	margin-top: 8px;
	font: 400 130px/110px 'Manrope', sans-serif;
}
.vp-glass-body { margin-left: 16px; }
.vp-glass h3 { margin: 0 0 10px; font: 500 18px/22px 'Manrope', sans-serif; }
.vp-glass p { font: 400 16px/24px 'Helvetica Neue', 'Manrope', sans-serif; }




/* ==========================================================================
   CANDIDAT / ÉLU — deux cartes côte à côte
   ========================================================================== */
.vp-duo {
	display: flex;
	gap: 24px;
	align-items: stretch;
}
.vp-card-cand, .vp-card-elu {
	flex: 1;
	min-width: 0;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* Candidat : photo en fond haut + dégradé teal, titre sur la photo */
.vp-card-cand {
	position: relative;
	background: #38A6C2 ;
}
.vp-card-cand > .vp-card-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 505px;
	object-fit: cover;
}

.vp-card-cand figure {*
	position: relative;
}
.vp-card-cand figure::before {
	/* fondu photo → teal */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 505px;
	background: linear-gradient(180deg, rgba(56, 166, 194, 0) 60%, #38A6C2 100%);
}
.vp-card-cand .vp-card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 300px 80px 70px;
}
.vp-card-cand h2 {
	margin: 0;
	font: 800 42px/50px 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-card-cand .vp-card-body > p {
	margin-top: 26px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--white);
}
.vp-card-cand .vp-quote-box { margin-top: 26px; }
.vp-card-cand .vp-btn {
	margin: 32px auto 0;
	max-width: 320px;
}

/* Élu : carte blanche, photo en haut */
.vp-card-elu { background: var(--white); }
.vp-card-elu > .vp-card-photo {
	width: 100%;
	height: 505px;
	object-fit: cover;
}
.vp-card-elu .vp-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 14px 80px 56px;
}
.vp-card-elu h2 {
	margin: 0;
	font: 800 40px/49px 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-card-elu .vp-card-body > p {
	margin-top: 26px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-card-elu .vp-btn { margin: 32px auto 0; min-width: 265px; }

/* ==========================================================================
   CE QUE L'ON CONSTRUIT ENSEMBLE — fond gris + ruban drapeau en décor
   ========================================================================== */
.vp-construit-flag {
	position: absolute;
	top: 0;
	left: calc(50% + 140px);
	width: 820px;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 95%), linear-gradient(90deg, transparent 0, #000 18%);
	-webkit-mask-composite: source-in;
	mask-image: linear-gradient(180deg, #000 55%, transparent 95%), linear-gradient(90deg, transparent 0, #000 18%);
	mask-composite: intersect;
}
.vp-construit {
	padding: 120px 0;
	background-image : url('/wp-content/uploads/2026/07/flag-section-scaled.webp');
	background-size: cover;
}
.vp-tco { width: 626px; color: var(--navy); }
.vp-tco-intro {
	width: 626px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--dark);
}

.vp-exp-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}
.vp-exp-full { grid-column: 1 / -1; }

.vp-exp-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 128px;
	padding: 24px 40px;
	border-radius: 16px;
	background: var(--navy);
	box-shadow: 0 70px 20px 0 rgba(0, 0, 0, 0.00), 0 45px 18px 0 rgba(0, 0, 0, 0.01), 0 25px 15px 0 rgba(0, 0, 0, 0.05), 0 11px 11px 0 rgba(0, 0, 0, 0.09), 0 3px 6px 0 rgba(0, 0, 0, 0.10);
}
.vp-exp-full .vp-exp-head { padding-left: 286px; }
.vp-exp-head img { height: 80px; width: auto; }
.vp-exp-head h3 {
	margin: 0;
	font: 800 27px 'Manrope', sans-serif;
	color: var(--white);
}
.vp-exp-body {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	padding: 70px 40px 40px;
	border-radius: 16px;
	background: var(--white);
}
.vp-exp-body > p, .vp-exp-col > p {
	font: 400 16px/26px 'Helvetica Neue', 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-exp-body > p + p { margin-top: 26px; }
.vp-exp-points { margin-top: 26px; }
.vp-exp-points p {
	margin-bottom: 10px;
	font: 400 16px/26px 'Helvetica Neue', 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-obtenez {
	margin-top: 26px;
	padding: 16px 24px;
	border-radius: 24px;
	background: rgba(56, 166, 194, .20);
	color: var(--dark);
}
.vp-obtenez h4 { margin: 0; font: 700 18px/23px 'Manrope', sans-serif; }
.vp-obtenez p { margin-top: 8px; font: 400 16px/22px 'Helvetica Neue', 'Manrope', sans-serif; }
.vp-exp-body .vp-quote-box { margin-top: 26px; }

/* Formation : 2 colonnes texte / photo */
.vp-exp-cols {
	display: grid;
	grid-template-columns: 1fr 560px;
	gap: 80px;
	align-items: start;
}
.vp-exp-photo {
	width: 560px;
	height: 536px;
	object-fit: cover;
	border-radius: 16px;
}

/* ==========================================================================
   SCRUTINS — fond sombre, photo en débord à droite
   ========================================================================== */
.vp-scrutins {
	position: relative;
	background: var(--dark);
}
.vp-scrutins-photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + 18px);
	width: 942px;
	max-width: 49vw;
	height: 100%;
	object-fit: cover;
}
.vp-scrutins-content {
	width: 553px;
	padding: 120px 0 120px;
	color: var(--white);
}
.vp-scrutins-content .vp-title { color: var(--white); }
.vp-scrutins-content > p {
	margin-top: 20px;
	font: 400 16px/26px 'Manrope', sans-serif;
}
.vp-scrutins-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 26px;
}
.vp-scrutin-chip {
	padding: 16px 24px;
	border-radius: 8px;
	background: rgba(56, 166, 194, .40);
	font: 400 18px/23px 'Manrope', sans-serif;
	white-space: nowrap;
}
.vp-scrutins-content .vp-btn { margin-top: 28px; }

/* ==========================================================================
   ÉTAPES — collage de cartes aligné sur les flèches du fond (absolu assumé)
   ========================================================================== */
.vp-etapes {
	min-height: 1370px;
	background: var(--cyan) url(/wp-content/uploads/2026/07/blue-background2-scaled.webp) no-repeat top center;
	background-size: cover;
}
.vp-etapes-intro {
	width: 627px;
	padding-top: 120px;
}
.vp-etapes-intro .vp-title { color: var(--navy); font: 800 40px/49px 'Manrope', sans-serif; }
.vp-etapes-intro .vp-navy { color: var(--white); }
.vp-etapes-intro p {
	margin-top: 26px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--white);
}
.vp-etapes-intro p.vp-strong { font-size: 18px; }
.vp-steps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.vp-step { pointer-events: auto; }
.vp-step {
	position: absolute;
	padding: 40px;
	border-radius: 16px;
	background: var(--white);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
}
/* positions du collage (origine = haut de section, repères maquette) */
.vp-step-1 { top: 265px; left: 761px; width: 410px; }
.vp-step-2 { top: 500px; left: 0; width: 627px; }
.vp-step-3 { top: 907px; left: 327px; width: 410px; }
.vp-step-4 { top: 737px; left: 870px; width: 411px; }
.vp-step-badge {
	display: inline-flex;
	align-items: center;
	padding: 16px 24px;
	border-radius: 16px;
	background: var(--cyan);
	font: 800 32px/38px 'Manrope', sans-serif;
	color: var(--white);
}
.vp-step h3 {
	margin: 10px 0 0;
	font: 500 18px/27px 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-step p {
	margin-top: 4px;
	font: 400 16px/22px 'Satoshi', 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-step .vp-quote-box { margin-top: 20px; }

/* ==========================================================================
   QUAND PASSION — photo en débord droite + décor 3D en pied
   ========================================================================== */
.vp-passion {
	position: relative;
	min-height: 1088px!important;
	background: #fff;
	background-image : url('/wp-content/uploads/2026/07/communications-scaled.webp');
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

@media (max-width: 1279px) {
.vp-passion {

	min-height: auto!important;

}	
}	
	
.vp-passion-photo {
	position: absolute;
	top: 0;
	left: calc(50% - 79px);
	width: 1039px;
	max-width: 54vw;
	height: 778px;
	object-fit: cover;
	z-index: 2;
}
.vp-passion-strip {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	max-width: none;
	z-index: 1;
	pointer-events: none;
}
.vp-passion-content {
	position: relative;
	z-index: 3;
	width: 626px;
	padding: 120px 0 120px;
}
.vp-passion-content .vp-title { width: 585px; font: 800 40px/49px 'Manrope', sans-serif; color: var(--navy); }
.vp-passion-sub {
	margin-top: 26px;
	font: 400 18px/28px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-convictions { margin-top: 12px; }
.vp-conviction {
	margin-top: 16px;
	padding: 16px 24px;
	border-radius: 8px;
	background: rgba(56, 166, 194, .20);
	font: 400 16px/22px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-passion-content > p {
	margin-top: 26px;
	font: 400 16px/26px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-passion-content > p.vp-strong { font-size: 18px; }

/* ==========================================================================
   FAQ — texture claire + galets 3D
   ========================================================================== */
.vp-faq {
	position: relative;
	padding: 0px 0 120px;
	background: var(--white) url(img/faq-bg.jpg) no-repeat center;
	background-size: cover;
}
.vp-faq-stones {
	position: absolute;
	right: -46px;
	bottom: 0;
	width: 499px;
	pointer-events: none;
}
.vp-tfaq { text-align: center; color: var(--dark); }
.vp-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	
}
.vp-faq-item {
	cursor: pointer;
	padding: 25px 50px;
}

.vp-faq-item:not(:nth-last-child(-n+2)) {
  border-bottom: 0.5px solid #071317;
	
}

.vp-faq-item:nth-last-child(-n+2) {
padding: 25px 50px 0px!important;
}


.vp-faq-item:nth-child(odd) {
	position: relative;
}

.vp-faq-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 50%; /* Positionne le haut de la bordure au milieu */
  right: 0; /* Colle la bordure à droite */
  transform: translateY(-50%); /* Décale la bordure de moitié vers le haut */
  height: 50%; /* Hauteur de la bordure (50% de l'élément parent) */
  width: 0.5px; /* Épaisseur de la bordure */
  background: #071317; /* Couleur de la bordure */
}


@media (max-width: 1279px) {

	.vp-faq-item:nth-child(odd)::before {
		display:none!important;
	}
.vp-faq-item:not(:last-child) {
  border-bottom: 0.5px solid #071317;
}	
	
}
.vp-faq-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}
.vp-faq-item h3 {
	flex: 1;
	margin: 0;
	min-width: 0;
	font: 500 20px/1.3 'Manrope', sans-serif;
	color: var(--dark);
}
.vp-faq-chevron {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 4px 0 0;
	padding: 0;
	border: none;
	background: transparent;
	pointer-events: none;
	transition: transform .45s cubic-bezier(.33, 1, .68, 1);
}
.vp-faq-chevron svg {
	display: block;
	width: 20px;
	height: 20px;
}
.vp-faq-item.is-open .vp-faq-chevron {
	transform: rotate(180deg);
}
.vp-faq-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .45s cubic-bezier(.33, 1, .68, 1);
}
.vp-faq-item.is-open .vp-faq-body {
	grid-template-rows: 1fr;
}
.vp-faq-panel {
	overflow: hidden;
	min-height: 0;
}
.vp-faq-panel p {
	margin: 0;
	padding-top: 14px;
	font: 400 16px/22px 'Satoshi', 'Manrope', sans-serif;
	color: var(--dark);
}
@media (prefers-reduced-motion: reduce) {
	.vp-faq-body,
	.vp-faq-chevron {
		transition-duration: .01ms;
	}
}

/* ==========================================================================
   CONTACT — fond lattes sombres, carte logo + formulaire
   ========================================================================== */
.vp-contact {
	padding: 120px 0 60px;
	background: var(--dark) url(img/contact-bg.jpg) no-repeat center;
	background-size: cover;
}
.vp-contact-grid {
	display: grid;
	grid-template-columns: 419px 1fr;
	gap: 70px;
	align-items: start;
}
.vp-contact-card {
	padding: 20px 40px 40px;
	border-radius: 16px;
	background: var(--white);
}
.vp-contact-logo {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.vp-contact-rows { margin-top: 16px; }
.vp-contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font: 400 18px/24px 'Manrope', sans-serif;
	color: var(--navy);
}
.vp-contact-main { color: var(--white); }
.vp-contact-main .vp-title {
	text-align: center;
	color: var(--white);
	font: 800 40px/49px 'Manrope', sans-serif;
	margin-bottom: 20px;
}
.vp-contact-sub {
	margin-top: 3px;
	text-align: center;
	font: 700 18px/26px 'Manrope', sans-serif;
}
.vp-contact-sub2 {
	margin-top: 5px;
	text-align: center;
	font: 400 16px/24px 'Manrope', sans-serif;
}

.vp-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
	margin-top: 28px;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea,
.gfield_select {
	width: 100%!important;
	padding: 8px 16px!important;
	border: 0!important;
	border-radius: 8px!important;
	background: var(--white)!important;
	font: 400 16px/22px 'Satoshi', 'Manrope', sans-serif!important;
	color: var(--navy)!important;
}

.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield_select {
		height: 38px!important;
}

#field_1_5 {
	position: relative;
}
#field_1_5::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23293C54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 46%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
}


.vp-form ::placeholder { color: var(--navy); opacity: 1; }
.vp-form .vp-form-fake {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}
.vp-form .vp-f-value {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: var(--cyan);
}
.vp-form .vp-form-fake select,
.vp-form .vp-form-fake input[type="date"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.vp-situation {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 24px;
	font: 400 16px/22px 'Satoshi', 'Manrope', sans-serif;
	color: var(--white);
}
.vp-radio {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.vp-radio input {
	appearance: none;
	width: 16px;
	height: 16px;
	margin: 0;
	border-radius: 50%;
	background: var(--white);
	cursor: pointer;
}
.vp-radio input:checked { box-shadow: inset 0 0 0 4px var(--cyan); }
.vp-form textarea {
	grid-column: 1 / -1;
	height: 153px;
	resize: none;
}
.vp-form .vp-btn {
	grid-column: 1 / -1;
	justify-self: center;
	min-width: 250px;
	margin-top: 8px;
}

/* Fallback pages standards */
.vp-fallback { max-width: 800px; margin: 60px auto; padding: 0 20px; font-family: 'Manrope', sans-serif; color: var(--dark); }

/* ==========================================================================
   RESPONSIVE — tablette (≤1279px)
   ========================================================================== */
@media (max-width: 1279px) {
	:root { --vp-header-offset: 97px; }
	.vp-wrap { max-width: 900px; padding: 0 24px; }

	/* Header : burger + panneau latéral droit */
	.vp-header .vp-wrap { height: auto; padding: 12px 24px; flex-wrap: nowrap; gap: 12px; }
	.vp-logo { position: static; width: 90px; flex-shrink: 0; }
	.vp-logo img { width: 90px; height: 73px; border-radius: 0 0 10px 10px; box-shadow: none; }
	.vp-burger { display: flex; margin-left: auto; z-index: 72; }
	.vp-mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 70;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: min(320px, 88vw);
		height: 100dvh;
		margin: 0;
		padding: 96px 28px 32px;
		background: var(--white);
		box-shadow: -8px 0 32px rgba(0, 0, 0, .12);
		transform: translateX(100%);
		transition: transform .35s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.vp-header.vp-menu-open .vp-mobile-menu { transform: translateX(0); }
	.vp-nav-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 60;
		background: rgba(41, 60, 84, .45);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .25s ease, visibility .25s ease;
	}
	.vp-header.vp-menu-open .vp-nav-backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.vp-nav {
		flex-direction: column;
		gap: 0;
		white-space: normal;
	}
	.vp-nav a {
		padding: 18px 0;
		font: 600 18px/24px 'Manrope', sans-serif;
		border-bottom: 1px solid rgba(41, 60, 84, .1);
	}
	.vp-header-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding-top: 24px;
		margin-top: 8px;
	}
	.vp-header-actions .vp-phone,
	.vp-header-actions .vp-cta {
		margin-left: 0;
		text-align: center;
	}
	.vp-header-actions .vp-phone {
		padding: 12px 24px;
		font-size: 16px;
	}
	.vp-header-actions .vp-cta {
		padding: 14px 30px;
		font-size: 14px;
	}
	body.vp-menu-open { overflow: hidden; }

	/* Hero */
	.vp-hero { min-height: 0; background-size: cover; }
	.vp-hero-content { width: auto; margin: 0; padding: 56px 0 0; }
	.vp-hero-title1 { font-size: 42px; line-height: 1.15; }
	.vp-hero-title2 { font-size: 72px; line-height: 1.1; }
	.vp-hero-btns { flex-wrap: wrap; }
	.vp-hero-btns .vp-btn { min-width: 0; }
	.vp-hero-visual { display: block; width: 100%; max-width: 440px!important; margin: 36px auto 0; border-radius: 16px; }

	/* 22 ans */
	.vp-band-a { padding: 50px 0 0px; }
	.vp-card22 { display: block; min-height: 0; }
	.vp-card22-photo { width: 100%; height: 280px; min-height: 0; }
	.vp-chip22 { position: relative; top: auto; left: auto; width: auto; max-width: 280px; margin: -40px 20px 0 auto; }
	.vp-card22-body { padding: 24px 32px 40px; }
	.vp-t22 { font-size: 30px; line-height: 1.25; }
	.vp-tchoisir { margin-top: 56px; font-size: 30px; line-height: 1.3; }
	.vp-glass, .vp-glass:nth-child(n+4) { width: 100%; min-height: 0; padding: 28px; }
	.vp-glass .vp-num { font-size: 80px; line-height: 70px; margin-top: 0; }

	/* Candidat / Élu */
	.vp-band-b { padding: 56px 0 64px; }
	.vp-duo { flex-direction: column; gap: 32px; }
	.vp-card-cand { background: linear-gradient(180deg, #38A6C2 300px, #293C54 70%, #11233A 100%); }
	.vp-card-cand > .vp-card-photo, .vp-card-cand::before { height: 300px; }
	.vp-card-cand .vp-card-body { padding: 320px 32px 40px; }
	.vp-card-cand h2 { font-size: 30px; line-height: 1.25; color: var(--white); }
	.vp-card-elu > .vp-card-photo { height: 300px; }
	.vp-card-elu .vp-card-body { padding: 8px 32px 40px; }
	.vp-card-elu h2 { margin-top: 16px; font-size: 30px; line-height: 1.25; }

	/* Construit */
	.vp-construit { padding: 56px 0 64px; }
	.vp-construit-flag { display: none; }
	.vp-tco, .vp-tco-intro { width: auto; }
	.vp-tco { font-size: 30px; line-height: 1.25; }
	.vp-tco-intro { margin-top: 16px; }
	.vp-exp-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 40px; }
	.vp-exp-head { min-height: 0; padding: 18px 24px; gap: 18px; }
	.vp-exp-full .vp-exp-head { padding-left: 24px; }
	.vp-exp-head img { height: 56px; }
	.vp-exp-head h3 { font-size: 22px; line-height: 1.2; }
	.vp-exp-body { padding: 64px 28px 28px; }
	.vp-exp-cols { grid-template-columns: 1fr; gap: 24px; }
	.vp-exp-photo { width: 100%; height: auto; }

	/* Scrutins */
	.vp-scrutins-photo { position: static; display: block; width: 100%; max-width: none; height: 320px; }
	.vp-scrutins-content { width: auto; padding: 56px 0 64px; }
	.vp-scrutins-content .vp-title { font-size: 30px; line-height: 1.3; }
	.vp-scrutins-content > p { margin-top: 20px; }

	/* Étapes : empilées dans l'ordre */
	.vp-etapes { min-height: 0; padding: 56px 0 64px; background: var(--cyan); }
	.vp-etapes-intro { width: auto; padding-top: 0; }
	.vp-etapes-intro .vp-title { font-size: 30px; line-height: 1.25; }
	.vp-steps { position: static; width: auto; margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }
	.vp-step { position: static; width: auto !important; padding: 28px; }

	/* Passion */
	.vp-passion { min-height: 0; }
	.vp-passion-photo { position: static; display: block; width: 100%; max-width: none; height: 320px; }
	.vp-passion-strip { display: none; }
	.vp-passion-content { width: auto; padding: 56px 0 0px; }
	.vp-passion-content .vp-title { width: auto; font-size: 30px; line-height: 1.25; }

	/* FAQ */
	.vp-faq { padding: 56px 0 48px; }
	.vp-faq-stones { display: none; }
	.vp-tfaq { text-align: left; font-size: 30px; line-height: 1.3; }
	.vp-faq-grid { grid-template-columns: 1fr; margin-top: 32px; }
	.vp-faq-item:nth-child(odd) { border-right: none; }
	.vp-faq-item { padding: 28px 24px; }
	.vp-faq-item h3 { font-size: 22px; line-height: 1.25; }

	/* Contact */
	.vp-contact { padding: 56px 0 64px; }
	.vp-contact-grid { grid-template-columns: 1fr; gap: 36px; }
	.vp-contact-card { max-width: 420px; }
	.vp-contact-main .vp-title, .vp-contact-sub, .vp-contact-sub2 { text-align: left; }
	.vp-contact-main .vp-title { font-size: 30px; line-height: 1.3; }
}

/* ==========================================================================
   RESPONSIVE — mobile (≤767px)
   ========================================================================== */
@media (max-width: 767px) {
	:root { --vp-header-offset: 79px; }
	.vp-wrap { padding: 0 20px; }

	/* Header compact */
	.vp-header .vp-wrap { padding: 10px 16px; gap: 8px; }
	.vp-burger { width: 40px; height: 40px; }
	.vp-mobile-menu { width: min(300px, 100vw); padding: 60px 24px 28px; }
	.vp-nav a { font-size: 17px; padding: 16px 0; }
	.vp-logo { width: 72px; }
	.vp-logo img { width: 72px; height: 59px; }
	.vp-header-actions .vp-phone { padding: 11px 20px; font-size: 15px; }
	.vp-header-actions .vp-cta { padding: 12px 24px; font-size: 13px; }

	.vp-hero-title1 { font-size: 32px; }
	.vp-hero-title2 { font-size: 48px; }

	.vp-t22, .vp-tchoisir, .vp-tco, .vp-scrutins-content .vp-title,
	.vp-etapes-intro .vp-title, .vp-passion-content .vp-title,
	.vp-tfaq, .vp-contact-main .vp-title,
	.vp-card-cand h2, .vp-card-elu h2 { font-size: 25px; }

	.vp-glass { display: block; }
	.vp-glass .vp-num { display: block; font-size: 60px; line-height: 56px; margin-bottom: 8px; }
	.vp-glass-body { margin-left: 0; }

	.vp-card22-body, .vp-card-cand .vp-card-body, .vp-card-elu .vp-card-body { padding-left: 20px; padding-right: 20px; }
	.vp-card-cand .vp-card-body { padding-top: 320px; }

	.vp-exp-head h3 { font-size: 18px; }
	.vp-exp-head img { height: 44px; }
	.vp-exp-body { padding: 56px 20px 20px; }

	.vp-scrutins-chips { flex-direction: column; align-items: stretch; }
	.vp-scrutin-chip { white-space: normal; text-align: left; }

	.vp-faq-item h3 { font-size: 19px; }

	.vp-form { grid-template-columns: 1fr; }
	.vp-situation { align-items: flex-start; flex-direction: column; }
}




/* ==========================================================================
   MDOFIS 4/06/26
   ========================================================================== */
.gradient-photo {
  position: relative; /* Nécessaire pour le pseudo-élément */
  overflow: hidden;   /* Cache le débordement du gradient */
	margin-bottom: 0px!important;
}
.gradient-photo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.vp-card22-body {
	    position: relative;
    left: -14%;
}

.vp-card22-body:before {
	content: "";
	width: 25px;
	height: 20px;
	background: #9CE3FF;
	display: block;
	    position: absolute;
    left: 1%;
}

.vp-glass {
	position: relative;
}


.vp-glass:before {
	top: 0;
	right: 0;
	width: 30%;
	height: 60%;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-right: 1px solid rgba(255,255,255,0.6);
	mask-image: linear-gradient(to left, black 70%, transparent),
		linear-gradient(to bottom, black 70%, transparent);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
	border-radius: 0px 16px 0px 0px;
	content: "";
	position: absolute;
}

.vp-card-body h2 em {
	font-style: normal!important;
	color: #fff!important;
}

.vp-exp {
	background: var(--white);
	border-radius: 16px;
}

.vp-quote-box p {
	color: var(--white)!important;
}


.vp-faq:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	pointer-events: none;
}


#gform_fields_1 {
	gap: 15px!important;
}

.gfield_radio {
	display: flex!important;
	flex-direction: row!important;
	gap: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: 100%!important;
}


@media only screen and (max-width: 768px) {
.gfield_radio {
	flex-direction: column!important;
	gap: 5px;
}
}

.gform-field-label  {
	    font: 400 16px / 22px 'Satoshi', 'Manrope', sans-serif!important;
    color: var(--white)!important;
}

#gform_1 {
	margin-top: 20px!important;
}

input[type="radio"] {
  appearance: none!important;
  -webkit-appearance: none!important;
  width: 17px!important;
  height: 17px!important;
	top: 0px!important;
  border: 2px solid var(--white)!important;
  border-radius: 50%!important;
  outline: none!important;
  margin: 0!important;
  cursor: pointer!important;
  position: relative!important;
  transition: background 0.2s ease!important;
	background: transparent!important;
}

/* Style pour le bouton radio coché */
input[type="radio"]:checked {
  background: var(--white)!important;
  border-color: var(--white)!important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background: var(--white)!important;
}

.gform-field-label {
	margin-left: 3px!important;
}

.copyright {
	    margin-top: 30px;
	    padding-top: 30px;
	border-top: 1px solid #767875;
}

.copyright p {
	text-align: center;
}
.copyright p, .copyright a {
	color: var(--white);
	font: 400 14px 'Manrope', sans-serif;
}

.mark {
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: fit-content;
    margin: 20px auto 0;
    GAP: 10px;
}

.mark span {
	color: #fff;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;

}

@media only screen and (min-width: 1280px) {
	.vp-contact-logo {
		margin-bottom: 180px;
	}
}
@media only screen and (max-width: 1279px) {
	.vp-hero {
		background-image: url('/wp-content/uploads/2026/07/mobil-background-scaled.webp');
	}
	
	.vp-card22-body {
		left: 0;
	}
	
	.vp-card22-body:before {
	left: 2%;
    top: -1%;
	}
.gradient-photo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}	   
	
	.vp-faq-item{ padding: 20px 0px!important; }
	
	.vp-faq-item:nth-last-child(-n+2) {
		 padding:20px 0px!important;
	}
	
	.vp-passion {
		background-image: none;
	}
}


@media (max-width: 768px) {
    .vp-hero-visual {
        max-width: 200px!important;
    }
}



.ginput_container_select {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
}

.ginput_container_select::before {
    content: "Type d'élection visé"!important;
    position: absolute!important;
    left: 15px!important;
    pointer-events: none!important;
    color: #293C54!important;
    font-size: 14px!important;
    z-index: 1!important;
}

.ginput_container_select select {
    appearance: none!important;
    -webkit-appearance: none!important;
    color: transparent!important; /* cache la valeur native */
    width: 100%!important;
}

.ginput_container_select .select-value {
    position: absolute!important;
    right: 15px!important;
    color: var(--cyan)!important;
    pointer-events: none!important;
    font-size: 14px!important;
	font-weight: 700!important;
}

.ginput_container_date {
    position: relative;
    display: flex;
    align-items: center;
}

.ginput_container_date {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
}



.ginput_container_date input {
    color: transparent!important; /* cache la valeur native */
    caret-color: black!important;
    width: 100%!important;
}

.ginput_container_date .date-value {
    position: absolute!important;
    right: 40px!important;
	font-weight: 700!important;
    color: var(--cyan)!important;
    pointer-events: none!important;
    font-size: 14px!important;
}

#datepicker_toggle_input_1_10 {
	position: absolute!important;
	right: 15px!important;
}


h1,h2,h3, ul li, p{
	font-family: 'Manrope', sans-serif!important;	
}


