/*
Theme Name: les-grands-raids-mobile-first-2026
Text Domain: les-grands-raids-mobile-first-2026
Description: Refonte indépendante et réversible du site Les Grands Raids à Ski : mobile-first, éditoriale, épurée, très visuelle, avec rendu haut de gamme sur desktop. L'ancien thème Salient reste intact et actif.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* MailPoet — alignement avec l'identité éditoriale du site */
body.grands-raids-site .mailpoet_form,
body.grands-raids-site .mailpoet_form_fixed_bar {
	font-family: "Manrope", sans-serif !important;
	background: #0b0b0a !important;
	background-image: none !important;
	color: #ffffff !important;
	border-radius: 0 !important;
}
body.grands-raids-site .mailpoet_form h2,
body.grands-raids-site .mailpoet_form .mailpoet-heading {
	font-family: "Newsreader", serif !important;
	font-weight: 300 !important;
	letter-spacing: -.02em !important;
	color: #ffffff !important;
}
body.grands-raids-site .mailpoet_form p,
body.grands-raids-site .mailpoet_form label {
	color: rgba(255,255,255,.72) !important;
}
body.grands-raids-site .mailpoet_form input[type="email"],
body.grands-raids-site .mailpoet_form input.mailpoet_text {
	min-height: 46px !important;
	padding: 0 15px !important;
	border: 1px solid rgba(255,255,255,.28) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #0b0b0a !important;
	box-shadow: none !important;
}
body.grands-raids-site .mailpoet_form input[type="submit"],
body.grands-raids-site .mailpoet_form .mailpoet_submit {
	min-height: 46px !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #d6a17a !important;
	color: #0b0b0a !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: .13em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}
body.grands-raids-site .mailpoet_form input[type="submit"]:hover,
body.grands-raids-site .mailpoet_form .mailpoet_submit:hover {
	opacity: .82 !important;
}
body.grands-raids-site .mailpoet_form_close_icon,
body.grands-raids-site .mailpoet_form_close_icon:before,
body.grands-raids-site .mailpoet_form_close_icon:after {
	color: #ffffff !important;
}
@media (max-width: 700px) {
	body.grands-raids-site .mailpoet_form {
		padding: 16px !important;
	}
	body.grands-raids-site .mailpoet_form input[type="submit"],
	body.grands-raids-site .mailpoet_form .mailpoet_submit {
		width: 100% !important;
	}
}
