/* ----------------------------------------------------------------
	Canvas: Naturopathie - Géraldine Hecky
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #90a143;
	--cnvs-themecolor-rgb: 75, 83, 51;

	--cnvs-body-font: neue-haas-grotesk-display, sans-serif;
	--cnvs-primary-font: new-kansas, sans-serif;

	--cnvs-body-bg: #FEFAF2;

	--cnvs-contrast-bg-offset: #c2cf8929;
}

#page-title, .page-title {
	border-radius: 8px;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-font-size: 1.15rem;
	--cnvs-primary-menu-color: var(--cnvs-contrast-800);
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 20px;
}

/* Hero Images adaptées pour la naturopathie */
.hero-image-one {
	--cnvs-hero-img-w: 170px;
	--cnvs-hero-img-h: 64px;
	--cnvs-hero-img: url('../images/hero-naturopathie-1.webp');
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	width: var(--cnvs-hero-img-w);
    height: var(--cnvs-hero-img-h);
    background-image: var(--cnvs-hero-img);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}

.hero-name {
	color: var(--cnvs-themecolor);
	font-size: 1.8rem;
}

.hero-image-one.size-sm {
	--cnvs-hero-img-w: 120px;
	--cnvs-hero-img: url('../images/hero-naturopathie-2.webp');
}

.hero-image-one.square {
	--cnvs-hero-img: url('../images/hero-naturopathie-3.webp');
	--cnvs-hero-img-w: 64px;
	border-radius: 50%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
  @keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 20s linear infinite;
	-moz-animation: rotating 20s linear infinite;
	-ms-animation: rotating 20s linear infinite;
	-o-animation: rotating 20s linear infinite;
	animation: rotating 20s linear infinite;
}

.circular-text {
	display: inline-flex;
	width: 180px;
    height: 180px;
	border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.fbox-md {
	--cnvs-featured-box-padding-x: 0;
    --cnvs-featured-box-icon: 3.5rem;
    --cnvs-featured-box-icon-size: 1.25rem;
}

.fbox-md .fbox-icon {
    width: var(--cnvs-featured-box-icon);
    height: var(--cnvs-featured-box-icon);
}

.contact-arrow {
	display: none;
}

.device-up-md .contact-arrow {
	display: block;
	position: absolute;
    width: 130px;
    top: 90px;
    right: -130px;
    rotate: 80deg;
    opacity: .1;
}

.section-contact .fbox-icon {
    --cnvs-featured-box-icon: 2.5rem;
    --cnvs-featured-box-icon-size: 1rem;
}

/* Hero title responsive */
.hero-title {
	font-size: 4.5vw;
}

@media (max-width: 767.98px) {
	.hero-title {
		font-size: 6.5vw;
	}
}

/* ----------------------------------------------------------------
	Styles spécifiques pour la page "En pratique"
-----------------------------------------------------------------*/

/* Amélioration de l'espacement général du contenu */
.entry-content {
	line-height: 1.7;
}

/* Styles pour les titres avec hiérarchie visuelle */
.entry-content h2 {
	color: var(--cnvs-themecolor);
	font-size: 1.8rem;
	font-weight: 600;
	margin: 2.5rem 0 1.5rem 0;
	padding: 1rem 1.5rem;
	background: linear-gradient(135deg, rgba(144, 161, 67, 0.1), rgba(144, 161, 67, 0.05));
	border-left: 4px solid var(--cnvs-themecolor);
	border-radius: 0 8px 8px 0;
	position: relative;
}

.entry-content h2::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(to bottom, var(--cnvs-themecolor), rgba(144, 161, 67, 0.6));
}

.entry-content h3 {
	color: #4B5333;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 2rem 0 1rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid rgba(144, 161, 67, 0.3);
	position: relative;
}

.entry-content h3::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: var(--cnvs-themecolor);
}

.entry-content h4 {
	color: #5A6B3A;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 1.5rem 0 0.8rem 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1rem;
}

/* Styles pour différencier les types de listes */
.entry-content ul {
	margin: 1.2rem 0;
	padding-left: 0;
	list-style: none;
}

.entry-content li {
	position: relative;
	margin: 0.8rem 0;
	padding-left: 2rem;
	line-height: 1.6;
}

.entry-content li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--cnvs-themecolor);
	font-weight: bold;
	font-size: 1.1rem;
}

/* Styles spéciaux pour les listes de techniques/outils */
.entry-content h4 + ul li::before {
	content: '◆';
	color: #8FBC8F;
}

/* Mise en évidence du texte en gras dans les listes */
.entry-content li strong {
	color: var(--cnvs-themecolor);
	font-weight: 600;
}

/* Encadrés pour sections importantes */
.entry-content h2:nth-of-type(1),
.entry-content h2:nth-of-type(5),
.entry-content h2:nth-of-type(8) {
	background: linear-gradient(135deg, rgba(144, 161, 67, 0.15), rgba(144, 161, 67, 0.08));
	box-shadow: 0 2px 10px rgba(144, 161, 67, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.entry-content h2 {
		font-size: 1.5rem;
		padding: 0.8rem 1rem;
		margin: 2rem 0 1rem 0;
	}

	.entry-content h3 {
		font-size: 1.2rem;
	}

	.entry-content em {
		padding: 1rem 1.5rem;
		font-size: 1rem;
	}

	.entry-content li {
		padding-left: 1.5rem;
	}
}
