/* ----------------------------------------------------------
 *   PALETTE DE COULEURS
 * ---------------------------------------------------------- */
:root
{
	--vert-profond: #2f5f4f;
	--vert-plus-profond: #183a31;
	--vert-doux: #c9d8c5;
	--beige-naturel: #f6f3ec;
	--gris-chaud: #777;
	--terre-chaude: #C9A27A;
	--rouille-legere: #B86F52;
	--blanc: #ffffff;
	--rouge: #ff0000;
	--noir: #000000;
	--bleu-roi : #4169E1;
}

/* ----------------------------------------------------------
 *   CONTAINER GLOBAL
 * ---------------------------------------------------------- */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
	color: var(--vert-plus-profond);
	font-weight: 550;
}

/* ----------------------------------------------------------
 *   BASE GLOBALE
 * ---------------------------------------------------------- */
body {
	background: var(--beige-naturel);
	color: var(--vert-plus-profond);
	font-family: "Cormorant Garamond", serif;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------------
 *   TITRES
 * ---------------------------------------------------------- */
h1, h2, h3 {
	font-family: "Cormorant Garamond", serif;
	color: var(--vert-profond);
	letter-spacing: 0.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

h1 { font-size: 2.4rem; font-weight: 600; }
h2 { font-size: 1.8rem; font-weight: 500; }
h3 { font-size: 1.0rem; font-weight: 500; }

h3 {
	color: var(--terre-chaude);
	letter-spacing: 1.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.pb {
	font-family: "Cormorant Garamond", serif;
	color: var(--vert-plus-profond);
	letter-spacing: 0.1px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font-size: 1.5rem;
}

/* ----------------------------------------------------------
 *   GRILLES
 * ---------------------------------------------------------- */

.grid-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0rem;
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0rem;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0rem;
}

/* ----------------------------------------------------------
 *   CARTES
 * ---------------------------------------------------------- */
.card {
	background: var(--blanc);
	color: var(--vert-plus-profond: #183a31);
	border-radius: 10px;
	border: 1px solid #e0ddd6;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	padding: 0.5rem;
	margin-bottom: 0rem;
	font-weight: 500;
	font-size: 1.1rem;
}

.TitreCard {
	background: var(--blanc);
	color: var(--vert-plus-profond);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	padding: 0.5rem;
	margin-bottom: 0rem;
	text-shadow: 1px 1px 12px rgba(0,0,0,1);
	font-weight: 500;
	font-size: 1.25rem;
}

.Maximes
{
	color: color-mix(in srgb, var(--vert-plus-profond) 90%, black);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	padding: 0.0rem;
	margin-bottom: 0rem;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	font-weight: 900;
	font-size: 1.25rem;
}

.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	amargin: 0 auto;
	amargin-left: 20%;
	amargin-right: 20%;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: defilement 10s linear infinite;
}

@keyframes defilement
{
	0%
	{
		transform: translateX(0);
	}
	100%
	{
		transform: translateX(-100%);
	}
}

.TitreArticle
{
	background: var(--blanc);
	color: color-mix(in srgb, var(--terre-chaude) 70%, black);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	padding: 0.0rem;
	margin-bottom: 0rem;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	font-weight: 900;
	font-size: 1.25rem;
}

/* ----------------------------------------------------------
 *   BOUTONS
 * ---------------------------------------------------------- */
.btn-primary {
	display: inline-block;
	background: var(--terre-chaude);
	color: var(--blanc);
	padding: 0.7rem 1.4rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.2s ease;
}

.btn-primary:hover {
	background: var(--rouille-legere);
}

/* ----------------------------------------------------------
 *   HEADER FIXE
 * ---------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--blanc);
	border-bottom: 1px solid #e0ddd6;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8rem 0;
}

.nav-brand a {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.8rem;
	color: var(--vert-profond);
	text-decoration: none;
}

.nav-links {
	display: flex;
	gap: 1.4rem;
}

.nav-links a {
	text-decoration: none;
	color: var(--terre-chaude);
	font-weight: 1500;
	font-size: 1.1rem;
}

.nav-links a:hover {
	color: var(--rouille-legere);
}

/* Effet actif + soulignement animé */
.nav-links a {
	position: relative;
	padding-bottom: 4px;
	transition: color .25s ease;
}

.nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background: var(--terre-chaude);
	transition: width .25s ease;
}

.nav-links a:hover::after {
	width: 100%;
}

.nav-links a.active {
	color: var(--rouille-legere);
	font-weight: 600;
}

.nav-links a.active::after {
	width: 100%;
}

/* Mobile : menu sur 2 lignes */
@media (max-width: 800px) {
	.header-inner {
		flex-direction: column;
		gap: 0.6rem;
		padding: 0.6rem 0;
	}

	.nav-links {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.8rem 1.2rem;
	}
}

/* ----------------------------------------------------------
 *   FOOTER
 * ---------------------------------------------------------- */
footer {
	margin-top: 3rem;
}

.footer-Titre {
	background: var(--terre-chaude);
	color: var(--vert-plus-profond);
	padding: 0.8rem 1rem;
	border-radius: 10px;
}

.footer-box {
	background: var(--terre-chaude);
	color: var(--vert-plus-profond);
	padding: 1.5rem 1rem;
	border-radius: 10px;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	color: var(--vert-plus-profond);
}

.footer-col h3 {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}

.footer-col ul {
	list-style: none;
	padding: 0;
}

.footer-col ul li {
	margin-bottom: 0.4rem;
}

.footer-col a {
	color: var(--vert-plus-profond);
	text-decoration: none;
}

.footer-col a:hover {
	color: var(--rouille-legere);
}

.footer-bottom {
	color: var(--vert-plus-profond);
	text-align: center;
	margin-top: 1rem;
	font-size: 0.9rem;
}

.map-link {
	color: var(--bleu-roi);
	font-weight: 600;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.map-link:hover {
	text-decoration: underline;
}

.map-wrapper {
	text-align: center;
	width: 100%;
}

.map-wrapper iframe {
	width: 90%;
	max-width: 400px;
	height: 200px;
	border: 0;
	border-radius: 8px;
}

.social-icons {
	padding-top: 12px;
	text-align: center;
}

.social-icons a {
	display: inline-block;
	margin: 0 8px;
	transition: transform 0.2s ease;
}

.social-icons a:hover {
	transform: scale(1.08);
}

@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.footer-col ul {
		padding: 0;
	}
}

.footer-reassurance {
	text-align: center;
	margin-top: 1.2rem;
	font-size: 1rem;
	color: var(--vert-plus-profond);
	font-style: italic;
	opacity: 0.9;
}

/* ----------------------------------------------------------
 *   ICÔNES & TITRES SPÉCIAUX
 * ---------------------------------------------------------- */
.icone-h2 {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.titre-icone {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icone-h3 {
	width: 28px;
	height: 28px;
	opacity: 0.9;
}

.icone-acces {
	width: 48px;
	height: auto;
}

.white-space {
	white-space: pre-line;
}

.titre-acces {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

/* ----------------------------------------------------------
 *   PAGE CONTACT — MISE EN FORME
 * ---------------------------------------------------------- */


.contact-photo {
	width: 70%;
	display: block;
	margin: 0 auto;        /* centre l’image */
	max-width: 75%;        /* réduit la largeur pour créer un vrai cadre visuel */
	border-radius: 10px;
	border: 3px solid var(--terre-chaude);
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	text-align: center;         /* centre tout le contenu */
}

.contact-photo-block {
	background: var(--blanc);
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid #e0ddd6;
	box-shadow: 0 4px 14px rgba(0,0,0,0.06);
	text-align: center; /* centre le contenu du bloc */
}

.contact-photo-block h3 {
	color: var(--vert-plus-profond);
	background: var(--vert-doux);
	padding: 0.4rem 0.8rem;
	border-radius: 6px;
	display: inline-block;
	font-weight: 600;
	text-align: center;
}

.contact-photo-block p {
	max-width: 70%;             /* réduit la largeur du texte */
	margin: 0.5rem auto 0 auto; /* centre le paragraphe */
	line-height: 1.45;
}

.separator
{
	margin: 2rem 0;
	border: 0;
	aborder-top: 1px solid #d8d5cd;
	border-top: 1px solid color-mix(in srgb, #d8d5cd 80%, black);
}

/* ----------------------------------------------------------
 *   PAGE CONTACT — HORAIRES
 * ---------------------------------------------------------- */

.horaires-list {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 1.5rem 0;
	line-height: 1.6;
	color: var(--vert-plus-profond);
	font-size: 1.1rem;
}

.horaires-list li {
	margin-bottom: 0.4rem;
}

@media (max-width: 800px) {
	.contact-photos {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}
.sommaire-compact {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.6rem 1.2rem;
}

.sommaire-compact li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.sommaire-compact li a:hover {
	text-decoration: underline;
}

.retour-minimal {
	display: inline-flex;
	align-items: center;
	gap: 6px; color: #444;
	text-decoration: none;
	font-size: 0.95rem;
	transition: 0.3s;

}

.retour-minimal:hover {
	color: #000;
}
