/*========================
* 
* 		PAge Atterissage Teenies 
* 
* ======================*/

.titre-bandeau-teenies * {
	font-family: var(--barlow) !important;
	font-weight: var(--semi-bold) !important;
	font-size: calc(var(--32px) + 5px) !important;
	line-height: calc(var(--32px) + 5px);
	text-transform: uppercase; 
}

.titre-bandeau-teenies * span{
	font-family: var(--barlow) !important;
	font-weight: var(--extra-bold) !important;
	font-size: calc(var(--32px) + 5px) !important;
	line-height: calc(var(--32px) + 5px);
}


.sous-titre-bandeau-teenies * {
	font-family: var(--barlow) !important;
	font-weight: var(--medium) !important;
	font-size: var(--20px) !important;
	line-height: calc(var(--20px) + 5px);
}

.titre-teenies * {
	font-family: var(--slow) !important;
	font-weight: var(--regular) !important;
	font-size: calc(var(--32px) + 5px) !important; 
	text-transform: uppercase; 
}

.contenu-teenies * {
	font-family:  var(--barlow) !important;
	font-weight: 400 !important;
	font-size: 20px !important;
}

.contenu-teenies * strong{
	font-weight: 600 !important;
}

.col-flex .fl-col-content {
	display: flex;
	flex-direction: row;
	
}

@media (max-width: 768px) {
 .col-flex .fl-col-content {
	display: flex;
	flex-direction: column;
	
}
}

/* cta-teenies */

.cta-teenies .fl-module-content .uabb-module-content.uabb-creative-button-wrap a {
	border-radius: 8px;
	background: var(--rose-teenies);
	border: .5px solid #fff;
	transition: all linear 300ms; 
}


.cta-teenies .fl-module-content .uabb-module-content.uabb-creative-button-wrap a span {
	text-transform: uppercase; 
	color: var(--blanc); 
	transition: all linear 300ms; 
	font-family: var(--barlow);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

}


.cta-teenies .fl-module-content .uabb-module-content.uabb-creative-button-wrap a:hover {
	border-radius: 8px;
	background: var(--blanc);
	border: 0.5px solid var(--rose-teenies);
	transition: all linear 300ms; 
}

.cta-teenies .fl-module-content .uabb-module-content.uabb-creative-button-wrap a:hover span {
	text-transform: uppercase; 
	color: var(--rose-teenies); 
	transition: all linear 300ms; 
	font-family: var(--barlow);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

}



/* cta-teenies-hover */

.cta-teenies-hover .fl-module-content .uabb-module-content.uabb-creative-button-wrap a:hover {
	border-radius: 8px;
	background: var(--rose-teenies);
	border: 0.5px solid #fff;
	transition: all linear 300ms; 
}


.cta-teenies-hover .fl-module-content .uabb-module-content.uabb-creative-button-wrap a:hover span {
	text-transform: uppercase; 
	color: var(--blanc); 
	transition: all linear 300ms; 

	font-family: var(--barlow);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

}


.cta-teenies-hover .fl-module-content .uabb-module-content.uabb-creative-button-wrap a{
	border-radius: 8px;
	background: var(--blanc);
	border: 0.5px solid var(--rose-teenies);
	transition: all linear 300ms; 
}

.cta-teenies-hover .fl-module-content .uabb-module-content.uabb-creative-button-wrap a span {
	text-transform: uppercase; 
	color: var(--rose-teenies); 
	transition: all linear 300ms; 
	font-family: var(--barlow);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

}



/* fomulaire contact teenies  */
/*========================
*
*   FORMULAIRE CONTACT TEENIES
*
* ======================*/
/* ================================
   FORMULAIRE CONTACT TEENIES
================================ */

.form-teenies {
	position: relative;
	width: calc( 100% - 40px ) ; 
	margin: 72px 20px 20px 20px;
	padding: 42px;
	background: #ffffff;
	border-radius: 28px;
	border: 3px solid rgba(240, 38, 74, 0.16);
	box-shadow:
		0 22px 60px rgba(48, 48, 65, 0.10),
		0 0 0 10px rgba(48, 210, 226, 0.05);
	overflow: hidden;
}

/* Fond décoratif léger */
.form-teenies::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 0% 0%, rgba(48, 210, 226, 0.18), transparent 34%),
		radial-gradient(circle at 100% 100%, rgba(240, 38, 74, 0.12), transparent 34%);
	pointer-events: none;
	z-index: 0;
}

.form-teenies::after {
	content: "";
	position: absolute;
	top: -34px;
	right: -34px;
	width: 120px;
	height: 120px;
	background: #f0264a;
	border-radius: 34px;
	transform: rotate(14deg);
	opacity: 0.12;
	pointer-events: none;
	z-index: 0;
}

.form-teenies > * {
	position: relative;
	z-index: 1;
}

/* Intro / titre */
.form-teenies .gform_heading {
	margin-bottom: 28px;
}

.form-teenies .gform_title {
	margin: 0 0 8px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	color: #303041;
}

.form-teenies .gform_description {
	max-width: 620px;
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	color: rgba(48, 48, 65, 0.72);
}

/* Si ton texte est dans un module texte au-dessus du form */
.form-teenies h2,
.form-teenies h3,
.form-teenies p:first-child {
	margin-bottom: 26px;
	color: #303041;
}

/* Grille Gravity Forms */
.form-teenies .gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 22px;
	row-gap: 20px;
}

/* Champs pleine largeur */
.form-teenies .gform_wrapper.gravity-theme .gfield--width-full,
.form-teenies .gform_wrapper.gravity-theme .gfield:has(textarea),
.form-teenies .gform_wrapper.gravity-theme .gfield_consent {
	grid-column: 1 / -1;
}

/* Labels */
.form-teenies .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 900;
	color: #303041;
}

/* Champs */
.form-teenies .gform_wrapper.gravity-theme input[type="text"],
.form-teenies .gform_wrapper.gravity-theme input[type="email"],
.form-teenies .gform_wrapper.gravity-theme input[type="tel"],
.form-teenies .gform_wrapper.gravity-theme input[type="url"],
.form-teenies .gform_wrapper.gravity-theme input[type="number"],
.form-teenies .gform_wrapper.gravity-theme select,
.form-teenies .gform_wrapper.gravity-theme textarea {
	width: 100%;
	min-height: 54px;
	padding: 0 18px;
	background: #ffffff;
	border: 2px solid rgba(240, 38, 74, 0.20);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(48, 48, 65, 0.04);
	font-size: 15px;
	font-weight: 600;
	color: #303041;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
	margin-top: 0px !important; 
}

.form-teenies .gform_wrapper.gravity-theme textarea {
	min-height: 145px;
	padding-top: 16px;
}

/* Placeholder */
.form-teenies .gform_wrapper.gravity-theme input::placeholder,
.form-teenies .gform_wrapper.gravity-theme textarea::placeholder {
	color: rgba(48, 48, 65, 0.34);
}

/* Focus */
.form-teenies .gform_wrapper.gravity-theme input:focus,
.form-teenies .gform_wrapper.gravity-theme select:focus,
.form-teenies .gform_wrapper.gravity-theme textarea:focus {
	outline: none;
	border-color: #f0264a;
	box-shadow:
		0 0 0 5px rgba(240, 38, 74, 0.10),
		0 12px 28px rgba(48, 48, 65, 0.08);
	transform: translateY(-1px);
}

/* Consentement RGPD */
.form-teenies .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 13px;
	font-weight: 700;
	color: rgba(48, 48, 65, 0.72);
}

.form-teenies .gform_wrapper.gravity-theme .gfield_consent_label a {
	color: #f0264a;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.form-teenies .gform_wrapper.gravity-theme input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #f0264a;
}

/* Footer */
.form-teenies .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 22px;
	padding: 0;
}

/* Bouton */
.form-teenies .gform_wrapper.gravity-theme .gform_footer input[type="submit"],
.form-teenies .gform_wrapper.gravity-theme .gform_button,
.form-teenies input[type="submit"],
.form-teenies button[type="submit"] {
	width: auto;
	min-width: 230px;
	min-height: 56px;
	padding: 0 34px;
	background-color: #f0264a !important;
	background-image: linear-gradient(135deg, #f0264a 0%, #f10887 100%) !important;
	border: none !important;
	border-radius: 14px;
	box-shadow:
		0 16px 32px rgba(240, 38, 74, 0.28),
		inset 0 -2px 0 rgba(0, 0, 0, 0.10);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.form-teenies .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover,
.form-teenies .gform_wrapper.gravity-theme .gform_button:hover,
.form-teenies input[type="submit"]:hover,
.form-teenies button[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow:
		0 22px 44px rgba(240, 38, 74, 0.36),
		inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 768px) {
	.form-teenies {
		padding: 28px 20px;
		border-radius: 22px;
	}

	.form-teenies .gform_wrapper.gravity-theme .gform_fields {
		grid-template-columns: 1fr;
		gap: 18px;
	}
.form-teenies .gform_wrapper.gravity-theme .gfield--width-full, .form-teenies .gform_wrapper.gravity-theme .gfield,
.form-teenies .gform_wrapper.gravity-theme .gfield--width-full, .form-teenies .gform_wrapper.gravity-theme .gfield:has(textarea) {
	grid-column: 1 / 13 !important;
	}

	.form-teenies .gform_wrapper.gravity-theme .gform_footer input[type="submit"],
	.form-teenies .gform_wrapper.gravity-theme .gform_button,
	.form-teenies input[type="submit"],
	.form-teenies button[type="submit"] {
		width: 100%;
	}
}





/*========================
*
*   FORMULAIRE CONTACT TEENIES - AVIS
*
* ======================*/

.form-contact-teenies {
	--teenies-rose: #f4347f;
	--teenies-rose-dark: #d91f67;
	--teenies-bleu: #27b8d6;
	--teenies-bleu-light: #e9faff;
	--teenies-jaune: #ffd84d;
	--teenies-noir: #1d2123;
	--teenies-gris: #f5f7fa;
	--teenies-border: rgba(244, 52, 127, 0.22);
	--teenies-shadow: 0 18px 45px rgba(29, 33, 35, 0.08);
}

/* Conteneur général */
.form-contact-teenies .uabb-gf-style {
	position: relative;
	margin: 0 auto;
}

/* Structure Gravity Forms */
.form-contact-teenies .gform_wrapper {
	position: relative;
	z-index: 1;
}

.form-contact-teenies .gform_fields {
	row-gap: 20px !important;
}

/* Labels */
.form-contact-teenies .gfield_label,
.form-contact-teenies .gform-field-label {
	margin-bottom: 0px !important;
	color: var(--teenies-noir);
	font-family: var(--barlow); 
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.01em;
}

/* Astérisque obligatoire */
.form-contact-teenies .gfield_required,
.form-contact-teenies .gfield_required sup {
	color: var(--teenies-rose) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
}

/* Champs */
.form-contact-teenies input[type="text"],
.form-contact-teenies input[type="email"],
.form-contact-teenies input[type="tel"],
.form-contact-teenies select,
.form-contact-teenies textarea {
	width: 100% !important;
	min-height: 54px;
	padding: 0 18px !important;
	color: var(--teenies-noir) !important;
	font-size: 15px !important;
	font-weight: 600;
	font-family: var(--barlow) !important; 
	background-color: #fff !important;
	border: 2px solid rgba(244, 52, 127, 0.22) !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 22px rgba(29, 33, 35, 0.04);
	outline: none !important;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		background-color 0.2s ease;
}

/* Textarea */
.form-contact-teenies textarea {
	min-height: 150px;
	padding: 16px 18px !important;
	resize: vertical;
}

/* Placeholder */
.form-contact-teenies input::placeholder,
.form-contact-teenies textarea::placeholder {
	color: rgba(29, 33, 35, 0.35) !important;
	font-weight: 500;
}

/* Focus des champs */
.form-contact-teenies input[type="text"]:focus,
.form-contact-teenies input[type="email"]:focus,
.form-contact-teenies input[type="tel"]:focus,
.form-contact-teenies select:focus,
.form-contact-teenies textarea:focus {
		background-color: #fff !important;
	border-color: rgba(244, 52, 127, 0.45) !important;
	box-shadow:
		0 0 0 4px rgba(244, 52, 127, 0.16),
		0 12px 28px rgba(244, 52, 127, 0.10);
	transform: translateY(-1px);
}

/* Select custom */
.form-contact-teenies .ginput_container_select {
	position: relative;
}

.form-contact-teenies .ginput_container_select::after {
	content: "›";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 30px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--teenies-rose);
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	background-color: var(--blanc);
	border-radius: 999px;
	transform: translateY(-50%) rotate(90deg);
	pointer-events: none;
}

.form-contact-teenies select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 54px !important;
	cursor: pointer;
}

/* Checkbox confidentialité */
.form-contact-teenies .gfield--type-checkbox {
	margin-top: 4px;
}

.form-contact-teenies .gfield--type-checkbox legend {
	display: none !important;
}

.form-contact-teenies .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.form-contact-teenies input[type="checkbox"] {
	position: relative;
	flex: 0 0 auto;
	width: 20px !important;
	height: 20px !important;
	margin: 1px 0 0 !important;
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid rgba(244, 52, 127, 0.35);
	border-radius: 6px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.form-contact-teenies input[type="checkbox"]:checked {
	background-color: var(--teenies-rose);
	border-color: var(--teenies-rose);
	box-shadow: 0 0 0 4px rgba(244, 52, 127, 0.12);
}

.form-contact-teenies input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-contact-teenies .gfield_checkbox label {
	color: rgba(29, 33, 35, 0.72);
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.45;
	cursor: pointer;
}

/* Footer */
.form-contact-teenies .gform_footer {
	margin-top: 24px !important;
	padding-top: 0 !important;
}

/* Bouton envoyer */
.form-contact-teenies .gform_button {
	position: relative;
	width: auto !important;
	min-width: 190px;
	min-height: 52px;
	padding: 0 28px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--teenies-rose) !important;
	border: 1px solid var(--blanc) !important;
	border-radius: 8px !important;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
	transition: all linear 300ms; 
	text-transform: uppercase; 
}

.form-contact-teenies .gform_button:hover,
.form-contact-teenies .gform_button:focus {
	transform: translateY(-2px);
	background: var(--blanc) !important;
	border: 1px solid var(--teenies-rose) !important;
	transition: all linear 300ms; 
	color:  var(--teenies-rose) !important;
	
}

.form-contact-teenies .gform_button:active {
	transform: translateY(0);
}

/* Erreurs Gravity Forms */
.form-contact-teenies .gform_validation_errors {
	margin-bottom: 22px !important;
	padding: 16px 18px !important;
	background: #fff4f8 !important;
	border: 2px solid rgba(244, 52, 127, 0.25) !important;
	border-radius: 18px !important;
	box-shadow: none !important;
}

.form-contact-teenies .gform_validation_errors h2 {
	color: var(--teenies-rose-dark) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.4;
}

.form-contact-teenies .gfield_validation_message,
.form-contact-teenies .validation_message {
	margin-top: 8px !important;
	padding: 8px 12px !important;
	color: var(--teenies-rose-dark) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	background: rgba(244, 52, 127, 0.08) !important;
	border: 0 !important;
	border-radius: 12px !important;
}

/* Champ en erreur */
.form-contact-teenies .gfield_error input,
.form-contact-teenies .gfield_error select,
.form-contact-teenies .gfield_error textarea {
	border-color: var(--teenies-rose) !important;
	box-shadow: 0 0 0 4px rgba(244, 52, 127, 0.12);
}

/* Message confirmation */
.form-contact-teenies .gform_confirmation_message {
	padding: 26px;
	color: var(--teenies-noir);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	background: var(--teenies-bleu-light);
	border: 2px solid rgba(39, 184, 214, 0.22);
	border-radius: 22px;
}

/* Responsive */
@media (max-width: 768px) {
	.form-contact-teenies .uabb-gf-style {
		padding: 22px;
		border-radius: 22px;
	}

	.form-contact-teenies .gform_fields {
		row-gap: 16px !important;
	}

	.form-contact-teenies input[type="text"],
	.form-contact-teenies input[type="email"],
	.form-contact-teenies input[type="tel"],
	.form-contact-teenies select {
		min-height: 50px;
		font-size: 14px !important;
	}

	.form-contact-teenies textarea {
		min-height: 130px;
	}

	.form-contact-teenies .gform_button {
		width: 100% !important;
		min-width: 100%;
		padding: 12px !important;
	}
}

/* ##### GESTION OUVERTURE DU FORMULAIRE  ######*/

/* Colonne formulaire fermée */
.col-formulaire {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-18px);
	transition:
		height 0.7s ease,
		opacity 0.35s ease,
		transform 0.45s ease;
}

/* Colonne ouverte */
.col-formulaire.is-open {
	opacity: 1;
	transform: translateY(0);
}

/* Sécurité : éviter que le contenu soit collé */
.col-formulaire > .fl-col-content {
	padding-top: 40px;
}

/* Gestion des erreurs Gravity Forms */
.col-formulaire .gform_validation_errors {
	margin-bottom: 30px;
}

.col-formulaire .gfield_validation_message,
.col-formulaire .validation_message {
	margin-top: 8px;
}

.col-formulaire .gfield_error {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: transparent !important;
	border: none !important;
}



.titre-teenies.papier {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 80px 62px 20px;
	text-align: left;
	background: none;
	z-index: 1;
}

/* Image de papier indépendante */
.titre-teenies.papier::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;

	/* colle uniquement l'image au bord gauche de l'écran */
	left: calc(0px - 40px);

	width: 100%;
	height: 100%;
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/fond-papier.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;

	z-index: -1;
	pointer-events: none;
}

.titre-teenies.papier p {
	position: relative;
	z-index: 1;
	margin: 0;
}

.titre-teenies.avis::before {
		display: none !important;
	}


@media (max-width: 768px) {
	.titre-teenies::before {
		display: none !important;
	}

.titre-teenies.papier {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 20px 20px 20px;
	text-align: left;
	background: none;
	z-index: 1;
}

}




/*========================
*
*   CHAMP SURVEY / RATING
*
* ======================*/


/*========================
*
*   RATING TEENIES
*
* ======================*/

/* Ligne des étoiles */
.form-contact-teenies .gfield--type-survey .gsurvey-rating {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 8px;
}

/* Radios cachés */
.form-contact-teenies .gfield--type-survey .gsurvey-rating input[type="radio"] {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none;
}

/* Étoiles */
.form-contact-teenies .gfield--type-survey .gsurvey-rating > label {
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;

	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/ChatGPT-Image-19-mai-2026-13_46_14-removebg-preview.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;

	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	cursor: pointer;

	filter: grayscale(1) opacity(0.38);
	transform: scale(1);
	transition:
		filter 0.18s ease,
		transform 0.18s ease;
}

/* Masquer les textes : Excellent, Très bien, etc. */
.form-contact-teenies .gfield--type-survey .gsurvey-rating > label span {
	display: none !important;
}

/* Hover : étoile survolée + précédentes */
.form-contact-teenies .gfield--type-survey .gsurvey-rating > label:hover,
.form-contact-teenies .gfield--type-survey .gsurvey-rating > label:hover ~ label {
	filter: grayscale(0) opacity(1);
	transform: scale(1.08);
}

/* Sélection : étoile cochée + précédentes */
.form-contact-teenies .gfield--type-survey .gsurvey-rating input[type="radio"]:checked + label,
.form-contact-teenies .gfield--type-survey .gsurvey-rating input[type="radio"]:checked + label ~ label {
	filter: grayscale(0) opacity(1);
}

/* Petit effet au clic / sélection */
.form-contact-teenies .gfield--type-survey .gsurvey-rating input[type="radio"]:checked + label {
	transform: scale(1.12);
}

/* Focus clavier */
.form-contact-teenies .gfield--type-survey .gsurvey-rating input[type="radio"]:focus-visible + label {
	outline: 3px solid rgba(244, 52, 127, 0.25);
	outline-offset: 4px;
	border-radius: 999px;
}

/* Mobile */
@media (max-width: 768px) {
	.form-contact-teenies .gfield--type-survey .gsurvey-rating > label {
		width: 36px !important;
		height: 36px !important;
	}
}




/* ================================
   FORMULAIRE TEENIES NEW
   Classe module Beaver : form-teenies-new
================================ */
/* =========================================================
   FORMULAIRE TEENIES NEW
   Module Beaver : .form-teenies-new
   Gravity Form ID : 16
========================================================= */

.form-teenies-new {
	--teenies-bleu: #061c4b;
	--teenies-rose: #f02688;
	--teenies-rose-dark: #e51f7b;
	--teenies-cyan: #27c6d9;
	--teenies-border: #dce1ea;
	--teenies-placeholder: #a8afbf;
	--teenies-text: #34405f;
	--teenies-muted: #657087;

	position: relative;
	padding: clamp(32px, 4.5vw, 48px);
	background: rgba(255, 255, 255, 0.95);
	border-radius: 34px;
	box-shadow: 0 28px 70px rgba(6, 28, 75, 0.13);
	overflow: visible;
	font-family: var(--barlow), Arial, sans-serif;
}

/* Force la typo Barlow dans tout le formulaire */
.form-teenies-new,
.form-teenies-new *,
.form-teenies-new input,
.form-teenies-new select,
.form-teenies-new textarea,
.form-teenies-new button {
	font-family: var(--barlow), Arial, sans-serif !important;
}

/* Reset Beaver / UABB / Gravity */
.form-teenies-new .fl-module-content,
.form-teenies-new .uabb-gf-style,
.form-teenies-new .gform_wrapper,
.form-teenies-new form,
.form-teenies-new .gform-body,
.form-teenies-new .gform_body {
	margin: 0;
	padding: 0;
}

/* Masque les styles parasites UABB */
.form-teenies-new .uabb-gf-style {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* =========================================================
   GRILLE
========================================================= */

.form-teenies-new .gform_fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 38px !important;
}

/* Champs pleine largeur */
.form-teenies-new .gfield--width-full,
.form-teenies-new .gfield--type-select,
.form-teenies-new .gfield--type-textarea,
.form-teenies-new .gfield--type-checkbox,
.form-teenies-new .gfield--type-html {
	grid-column: 1 / -1;
}

/* Honeypot Gravity Forms */
.form-teenies-new .gform_validation_container {
	display: none !important;
}

/* =========================================================
   LABELS
========================================================= */

.form-teenies-new .gfield_label,
.form-teenies-new .gform-field-label {
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: var(--teenies-bleu);
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

/* Required */
.form-teenies-new .gfield_required,
.form-teenies-new .gfield_required_text,
.form-teenies-new .gfield_required sup {
	color: var(--teenies-rose) !important;
	font-size: 14px !important;
	font-weight: 800;
}

/* =========================================================
   CHAMPS
========================================================= */

.form-teenies-new .ginput_container {
	position: relative;
	margin: 0 !important;
}

.form-teenies-new .uabb-gf-style input[type="text"],
.form-teenies-new .uabb-gf-style input[type="email"],
.form-teenies-new .uabb-gf-style input[type="tel"],
.form-teenies-new .uabb-gf-style input[type="number"],
.form-teenies-new .uabb-gf-style input[type="url"],
.form-teenies-new .uabb-gf-style select,
.form-teenies-new .uabb-gf-style textarea {
	width: 100% !important;


	min-height: auto;
	margin: 0 !important;
	padding: 12px 64px 12px 28px !important;
	border: 1px solid var(--teenies-border) !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	color: var(--teenies-bleu) !important;
	font-size: 17px !important;
	font-weight: 500;
	line-height: 1.1 !important;
	box-shadow: 0 10px 24px rgba(6, 28, 75, 0.035) inset;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

/* Placeholder */
.form-teenies-new input::placeholder,
.form-teenies-new textarea::placeholder {
	color: var(--teenies-placeholder) !important;
	opacity: 1;
}

/* Focus */
.form-teenies-new input:focus,
.form-teenies-new select:focus,
.form-teenies-new textarea:focus {
	outline: none !important;
	border-color: var(--teenies-rose) !important;
	box-shadow:
		0 0 0 4px rgba(240, 38, 136, 0.1),
		0 10px 24px rgba(6, 28, 75, 0.04) inset !important;
}

/* =========================================================
   TEXTAREA
========================================================= */

.form-teenies-new textarea {
	min-height: 160px !important;
	padding: 26px 64px 26px 28px !important;
	resize: vertical;
}

/* =========================================================
   SELECT
========================================================= */

.form-teenies-new select {
	appearance: none;
	cursor: pointer;
	color: var(--teenies-text) !important;
	background-image: none !important;
}

.form-teenies-new #field_16_6 .ginput_container_select {
	position: relative;
}

.form-teenies-new #field_16_6 .ginput_container_select::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-chevron-bas.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

/* =========================================================
   PICTOS DANS LES CHAMPS
========================================================= */

.form-teenies-new #field_16_7 .ginput_container::after,
.form-teenies-new #field_16_2 .ginput_container::after,
.form-teenies-new #field_16_11 .ginput_container::after,
.form-teenies-new #field_16_5 .ginput_container::after,
.form-teenies-new #field_16_3 .ginput_container::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

/* Nom & Prénom */
.form-teenies-new #field_16_7 .ginput_container::after {
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-user.svg");
}

/* E-mail */
.form-teenies-new #field_16_2 .ginput_container::after {
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-email.svg");
}

/* Entreprise */
.form-teenies-new #field_16_11 .ginput_container::after {
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-building.svg");
}

/* Téléphone */
.form-teenies-new #field_16_5 .ginput_container::after {
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-phone.svg");
}

/* Message */
.form-teenies-new #field_16_3 .ginput_container::after {
	top: auto;
	right: 26px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	transform: none;
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-edit.svg");
}

/* =========================================================
   CHECKBOX CONFIDENTIALITÉ
========================================================= */

.form-teenies-new .gfield--type-checkbox {
	margin-top: 2px !important;
}

.form-teenies-new .gfield--type-checkbox legend {
	display: none !important;
}

.form-teenies-new .gfield_checkbox,
.form-teenies-new .gchoice {
	margin: 0 !important;
	padding: 0 !important;
}

.form-teenies-new .gchoice {
	display: flex;
	align-items: center;
	gap: 13px;
}

/* Checkbox custom */
.form-teenies-new input[type="checkbox"] {
	appearance: none;
	width: 25px !important;
	height: 25px !important;
	min-height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 25px;
	border: 2px solid #aab3c2 !important;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	box-shadow: none !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.form-teenies-new input[type="checkbox"]:checked {
	background-color: var(--teenies-rose);
	border-color: var(--teenies-rose) !important;
	box-shadow: 0 0 0 4px rgba(240, 38, 136, 0.12) !important;
}

.form-teenies-new input[type="checkbox"]:checked::before {
	content: "✓";
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 21px;
	text-align: center;
}

.form-teenies-new .gfield_checkbox label {
	color: var(--teenies-text);
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.4;
}

.form-teenies-new .gfield_checkbox label a,
.form-teenies-new .gchoice label a {
	color: var(--teenies-rose);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

/* Si ton lien politique est dans le label sans balise <a> */
.form-teenies-new #label_16_10_1 {
	color: var(--teenies-text);
}

.form-teenies-new #label_16_10_1 a {
	color: var(--teenies-rose);
}

/* =========================================================
   BOUTON ENVOYER
========================================================= */

.form-teenies-new .gform_footer,
.form-teenies-new .gform-footer,
.form-teenies-new .gform_page_footer {
	position: relative;
	margin: 30px 0 0 !important;
	padding: 0 !important;
}

/* Bouton */
.form-teenies-new .gform_button,
.form-teenies-new input[type="submit"],
.form-teenies-new button[type="submit"] {
	width: 100% !important;
	min-height: 74px;
	margin: 0 !important;
	padding: 0 28px !important;
	border: none !important;
	border-radius: 12px !important;
	background: linear-gradient(90deg, var(--teenies-rose), var(--teenies-rose-dark)) !important;
	color: #fff !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center;
	box-shadow: 0 14px 30px rgba(240, 38, 136, 0.27);
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

.form-teenies-new .gform_button:hover,
.form-teenies-new input[type="submit"]:hover,
.form-teenies-new button[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 19px 38px rgba(240, 38, 136, 0.34);
	filter: saturate(1.08);
}

.form-teenies-new .gform_button:active,
.form-teenies-new input[type="submit"]:active,
.form-teenies-new button[type="submit"]:active {
	transform: translateY(0);
}

/* Picto avion dans le bouton */
.form-teenies-new .gform_footer::after,
.form-teenies-new .gform-footer::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 31px;
	height: 31px;
	transform: translate(78px, -50%);
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-send-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

/* =========================================================
   HTML AJOUTÉ SOUS LE FORMULAIRE
========================================================= */

/* Champ HTML Gravity Forms */
.form-teenies-new .gfield--type-html {
	margin: -4px 0 0 !important;
	padding: 0 !important;
}

/* Corrige l’ordre : bouton puis infos */
.form-teenies-new #field_16_12.bloc-info {
	margin: 30px 0 0 !important;
	padding: 0 !important;
}

/* Quand le bloc est déplacé après le footer */
.form-teenies-new .gform_footer + #field_16_12,
.form-teenies-new .gform-footer + #field_16_12 {
	margin-top: 30px !important;
}

/* Le bloc infos ne doit pas garder le comportement de champ Gravity */
.form-teenies-new #field_16_12 {
	list-style: none !important;
	grid-column: 1 / -1;
}

/* Conteneur infos */
.form-teenies-new .form-teenies-infos,
.form-teenies-new .teenies-form-infos,
.form-teenies-new .form-teenies-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 34px;
	margin-top: 0;
	color: var(--teenies-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

/* Item info */
.form-teenies-new .form-teenies-info,
.form-teenies-new .teenies-form-info {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

/* Picto bouclier */
.form-teenies-new .form-teenies-info--secure::before,
.form-teenies-new .teenies-form-info--secure::before,
.form-teenies-new .form-teenies-note-secure::before {
	content: "";
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/picto-shield.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Séparateur */
.form-teenies-new .form-teenies-separator,
.form-teenies-new .teenies-form-separator {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--teenies-bleu);
	opacity: 0.75;
}

/* Texte rose 24h */
.form-teenies-new .form-teenies-infos strong,
.form-teenies-new .teenies-form-infos strong,
.form-teenies-new .form-teenies-note strong {
	color: var(--teenies-rose);
	font-weight: 800;
}

/* Si ton HTML ajouté est un simple paragraphe */
.form-teenies-new .gfield--type-html p {
	margin: 0 !important;
	color: var(--teenies-muted);
	font-size: 16px;
	line-height: 1.45;
}

/* =========================================================
   ERREURS GRAVITY FORMS
========================================================= */

.form-teenies-new .gform_validation_errors {
	margin: 0 0 28px !important;
	padding: 18px 22px !important;
	border: 1px solid rgba(240, 38, 136, 0.28) !important;
	border-radius: 12px !important;
	background: rgba(240, 38, 136, 0.06) !important;
	box-shadow: none !important;
}

.form-teenies-new .gform_validation_errors h2 {
	color: var(--teenies-rose) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
}

.form-teenies-new .gfield_error {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.form-teenies-new .gfield_error input,
.form-teenies-new .gfield_error select,
.form-teenies-new .gfield_error textarea {
	border-color: var(--teenies-rose) !important;
}

.form-teenies-new .gfield_validation_message,
.form-teenies-new .validation_message {
	margin-top: 8px !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	color: var(--teenies-rose) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

/* =========================================================
   CONFIRMATION
========================================================= */

.form-teenies-new .gform_confirmation_message {
	padding: 24px;
	border-radius: 14px;
	background: rgba(39, 198, 217, 0.1);
	color: var(--teenies-bleu);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
	.form-teenies-new {
		padding: 36px 26px;
		border-radius: 26px;
	}

	.form-teenies-new .gform_fields {
		gap: 24px 26px !important;
	}
}

@media (max-width: 769px) {
	.form-teenies-new {
		padding: 30px 18px;
		border-radius: 22px;
	}

	.form-teenies-new .gform_fields {
		grid-template-columns: 1fr !important;
		gap: 0px !important;
		row-gap: 16px !important;
	}

	.form-teenies-new input[type="text"],
	.form-teenies-new input[type="email"],
	.form-teenies-new input[type="tel"],
	.form-teenies-new input[type="number"],
	.form-teenies-new input[type="url"],
	.form-teenies-new select {
		min-height: 62px;
		padding-left: 20px !important;
		padding-right: 54px !important;
		font-size: 16px !important;
	}

	.form-teenies-new textarea {
		min-height: 210px !important;
		padding: 22px 54px 22px 20px !important;
	}

	.form-teenies-new #field_16_7 .ginput_container::after,
	.form-teenies-new #field_16_2 .ginput_container::after,
	.form-teenies-new #field_16_11 .ginput_container::after,
	.form-teenies-new #field_16_5 .ginput_container::after {
		right: 20px;
		width: 23px;
		height: 23px;
	}

	.form-teenies-new #field_16_6 .ginput_container_select::after {
		right: 20px;
		width: 20px;
		height: 20px;
	}

	.form-teenies-new .gform_button,
	.form-teenies-new input[type="submit"],
	.form-teenies-new button[type="submit"] {
		min-height: 66px !important;
		font-size: 21px !important;
	}

	.form-teenies-new .gform_footer::after,
	.form-teenies-new .gform-footer::after {
		width: 26px;
		height: 26px;
		transform: translate(68px, -50%);
	}

	.form-teenies-new .form-teenies-infos,
	.form-teenies-new .teenies-form-infos,
	.form-teenies-new .form-teenies-note {
		justify-content: flex-start;
		gap: 12px;
		margin-top: 0;
		font-size: 14px;
	}

	.form-teenies-new .form-teenies-separator,
	.form-teenies-new .teenies-form-separator {
		display: none;
	}
}


/* Billet Teenies dans l’angle du formulaire */
.form-teenies-new::before {
	content: "";
	position: absolute;
	top: -42px;
	right: -110px;
	width: 300px;
	aspect-ratio: 300 / 130;
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/billet-teenies.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
	transform: rotate(7deg);
}

@media (max-width: 769px) {

.form-teenies-new::before {
	display: inline;
	content: "";
	position: absolute;
	top: -48px;
	right: -60px;
	width: 200px;
	aspect-ratio: 300 / 130;
	background-image: url("https://jeego.fr/dev/wp-content/uploads/2026/05/billet-teenies.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
	transform: rotate(7deg);
}
	
  
}


