/* Déclarations @font-face pour Glacial Indifference */
@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

body {
	background: var(--color-bg, #F3EAE3);
	min-width: unset;
	font-family: 'Glacial Indifference', sans-serif;
	position: relative;
}

/* Sur les pages avec gradient (images aquarelle retirées : dossier images/aquarelle/ absent du dépôt) */
body.page-gradient {
	background: linear-gradient(135deg, var(--color-bg, #F3EAE3) 0%, var(--color-bg-gradient-end, #E8D5C4) 100%);
}

.image.fit img {
	width: 100%;
	height: auto;
}

body.loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

body,
input,
select,
textarea,
.card-body p {
	color: #555555;
	font-family: 'Glacial Indifference', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.65em;
	height: 100%;
}

a {
	color: #5A7A5A;
	text-decoration: underline;
}

a:focus {
	outline: 2px solid #5A7A5A;
	outline-offset: 2px;
}

a:hover {
	color: #4A6A4A;
}

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

p,
ul,
ol,
dl,
table,
blockquote {
	margin: 0 0 2em 0;
}

p {
	line-height: 1.8em;
}

p.medium {
	font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-weight: 700;
	font-family: 'Glacial Indifference', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: underline;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border-top: solid 1px var(--color-secondary);
	border: 0;
	margin-bottom: 1.5em;
}

blockquote {
	border-left: solid 0.5em var(--color-secondary);
	font-style: italic;
	padding: 1em 0 1em 2em;
}

section.special,
article.special {
	text-align: center;
}

header.major {
	padding-bottom: 3em;
	text-align: center;
	text-transform: uppercase;
}

/* Ajustement responsive uniquement pour la page d'accueil (index.html) */
.homepage header.index.major {
	position: relative;
	top: -40px; /* Position de base pour desktop */
	margin-top: -40px; /* Alternative pour contexte flex */
}

/* Ajustement responsive - Mobile First Approach */
/* Très petits mobiles */
@media screen and (max-width: 480px) {
	.homepage header.index.major {
		top: calc(-15px - 1vh) !important;
		margin-top: calc(-15px - 1vh) !important;
	}
}

/* Mobiles moyens */
@media screen and (min-width: 481px) and (max-width: 600px) {
	.homepage header.index.major {
		top: calc(-18px - 1.2vh) !important;
		margin-top: calc(-18px - 1.2vh) !important;
	}
}

/* Grands mobiles et petites tablettes */
@media screen and (min-width: 601px) and (max-width: 736px) {
	.homepage header.index.major {
		top: calc(-20px - 1.5vh) !important;
		margin-top: calc(-20px - 1.5vh) !important;
	}
}

/* Tablettes Android */
@media screen and (min-width: 737px) and (max-width: 768px) {
	.homepage header.index.major {
		top: calc(-25px - 2vh) !important;
		margin-top: calc(-25px - 2vh) !important;
	}
}

/* iPad en mode portrait */
@media screen and (min-width: 769px) and (max-width: 834px) {
	.homepage header.index.major {
		top: calc(-30px - 2.5vh) !important;
		margin-top: calc(-30px - 2.5vh) !important;
	}
}

/* iPad en mode paysage et iPad Pro */
@media screen and (min-width: 835px) and (max-width: 1024px) {
	.homepage header.index.major {
		top: calc(-35px - 2.5vh) !important;
		margin-top: calc(-35px - 2.5vh) !important;
	}
}

/* Grands écrans (iPad Pro paysage, petits desktop) */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
	.homepage header.index.major {
		top: calc(-38px - 2.8vh) !important;
		margin-top: calc(-38px - 2.8vh) !important;
	}
}

/* Page d'accueil sans bannière (collage type rendu_vf) */
.homepage.page-index header.index.major {
	top: 0;
	margin-top: 0;
}
@media screen and (max-width: 480px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 481px) and (max-width: 600px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 736px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 737px) and (max-width: 768px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 834px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
	.homepage.page-index header.index.major {
		margin-top: 0 !important;
	}
}

.homepage.page-index .page-brand--home {
	padding-top: calc(5.556em + 1.5rem);
}

header.major h2 {
	font-size: 2.6em;
	font-weight: 700;
}

header.major .byline {
	display: block;
	padding-top: 1em;
	letter-spacing: 1px;
	font-size: 1.4em;
}

footer> :last-child {
	margin-bottom: 0;
}

footer.major {
	padding-top: 3em;
}

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: solid 1px var(--color-secondary);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0.75em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: var(--color-secondary);
}

input[type="text"],
input[type="password"],
input[type="email"] {
	line-height: 1em;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	position: relative;
	top: 3px;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}

.formerize-placeholder {
	color: rgba(85, 85, 85, 0.6) !important;
}

/* Image */

.image {
	border: 0;
	position: relative;
}

.image.fit {
	display: block;
}

.image.fit img {
	display: block;
	width: 100%;
}

.image.feature {
	display: block;
	margin: 0 0 2em 0;
}

.image.feature img {
	display: block;
	width: 100%;
}

/* Icon */

.icon {
	position: relative;
}

.icon:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* Lists */

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

ul.default {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.default li {
	padding: 0.40em 0em;
}

ul.icons {
	cursor: default;
	padding-bottom: 2em;
}

ul.icons li {
	display: flex;
	justify-content: center;
	line-height: 1em;
	padding: 0.5em 1em;
	margin-top: 1em;

	h2 {
		margin-left: 0.5em;
		font-size: 1.8em;
	}

}

ul.icons li:first-child {
	padding-left: 0;
}

ul.icons li span {
	display: block;
}

ul.icons li a,
figcaption a {
	text-decoration: none;
	font-size: 2em;
	color: inherit;
	opacity: 0.2;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
	top: -4px;
}

figcaption a {
	font-size: 1.25em !important;
	margin-right: 0.2em;
	top: unset;
}

ul.icons li a:hover {
	color: #DBC7C9;
	opacity: 1;
}

ul.actions {
	cursor: default;
}

ul.actions:last-child {
	margin-bottom: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
	padding: 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding: 0;
}

ul.special-icons {
	margin: 0em;
	padding: 0em;
}

ul.special-icons>li {
	position: relative;
	padding: 0.50em 0em 0.50em 0em;
	min-height: 400px;

}

ul.special-icons>li:before {
	position: absolute;
	left: 0;
	top: 2em;
	display: block;
	background: none;
	font-size: 2em;
	border-radius: 5px;
}

ul.special-icons>li:first-child {
	border-top: none;
}

ul.special-icons h3 {
	margin-bottom: 0.80em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
	min-height: 80px;
}

ul.special-icons span {
	line-height: 190%;
}

ul.special-icons .fa {
	float: left;
	padding-right: 1em;
	font-size: 1.4em;
	color: var(--color-secondary);
}

.fa {
	float: left;
	padding-right: 1em;
	font-size: 1.4em;
	color: var(--color-secondary);
}

ul.special-icons p {
	padding-left: 2.7em;

}

/* Tables */

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr {
	border-bottom: solid 1px var(--color-secondary);
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	font-weight: 700;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}

table.default thead {
	background: #555555;
	color: #fff;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border-radius: none;
	border: 2px solid;
	border-color: var(--color-secondary);
	color: var(--color-secondary);
	cursor: pointer;
	display: inline-block;
	padding: 0.90em 1.2em;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.4em;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-weight: 450;
	align-content: center;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background: var(--color-secondary);
	color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
	border-color: inherit;
	color: inherit;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
	background: white;
	color: var(--color-secondary);
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

/* Wrapper */

.wrapper {
	padding: 6em 0em 4em 0em;
}

.wrapper.style1 {
	padding: 0em;
	background: #AAABA8 url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	/* Change "cover" par "contain" si tu veux voir toute l'image */
	background-position: center;

}

.wrapper.style2 {
	background: #F3EAE3;
	justify-content: center;
	display: flex;
}

.wrapper.style2 .major {
	text-align: left !important;
}

.wrapper.style2 .major h2 {
	display: block;
	margin-bottom: 0.70em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 400;
}

.wrapper.style2 .major .byline {
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: capitalize;
	font-size: 1.4em;
}

.wrapper.style2 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
}

.wrapper.style3 {
	padding-bottom: 6em;
	background: none;
	text-align: center;
	color: white;
	display: flex;
	justify-content: center;
}

.wrapper.style3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 777px;
	background: url(../images/kinesiologie-carole-irodouer-35.png) no-repeat center center;
	background-size: cover;
	/*filter: blur(5px);*/
	/* Ajuste l'intensité du flou */
	z-index: -1;

	/* Met l'image en arrière-plan */
	@media screen and (max-width:600px) {
		height: 100vh;
	}
}

.wrapper.style3 .container {
	padding-left: 6em;
	padding-right: 6em;
}

.wrapper.style3 p {
	font-size: 1.6em;
}

.wrapper.style4 {
	/*background: #F3EAE3;*/
	display: flex;
	justify-content: center;
}

.wrapper.style2.bouquet {
	background: #AAABA8 url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.wrapper.style2.bouquet::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(243, 234, 227, 0.62);
	z-index: 1;
}

.wrapper.style2.bouquet .container {
	position: relative;
	z-index: 2;
}

.wrapper.style2.bouquet h2,
.wrapper.style2.bouquet p {
	color: #4A4A4A;
	text-shadow: none;
}

.wrapper.style2.bouquet p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0;
	padding: 20px;
	background: rgba(243, 234, 227, 0.8);
	border-radius: 4px;
}

.wrapper.style5 .image {
	display: block;
	width: 100%;
	margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
	border-radius: 50%;
	border: 10px solid;
	border-color: white;
}

/* Header */

#header {
	color: white;
	background: rgba(170, 171, 168, 0.6);
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 5em;
}

#header .container {
	position: relative;
}

.homepage #logo {
	display: none;
}

.homepage #nav {
	position: static;
	right: none;
	text-align: center;
}

#logo {
	line-height: 2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 400;

	img {
		margin-top: 0.3em;
	}
}

#logo h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#logo a {
	color: inherit;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
}

/* S'assurer que le menu desktop est visible sur desktop */
@media screen and (min-width: 601px) {
	.menu-big {
		display: flex !important;
	}
}

#nav>ul {
	margin: 0;
	display: flex !important;
	justify-content: center !important;
}

#nav>ul>li {
	border-radius: 4px;
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 0.5em;
}

#nav>ul>li a {
	color: inherit;
	line-height: 4em;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;

	@media screen and (max-width: 940px) {
		font-size: 0.75em;
	}
}

#nav>ul>li:first-child {
	margin-left: 0;
}

#nav>ul>li a {
	font-weight: bold;
	height: 1px;
	/* Épaisseur du soulignement */
	position: relative;
}

#nav>ul>li.active a {
	font-weight: bold;
	height: 1px;
	/* Épaisseur du soulignement */
	position: relative;


}

#nav>ul>li a::before {
	color: var(--color-secondary);
	content: "";
	position: absolute;
	top: 10px;
	/* Ajuste la distance au besoin */
	left: 0;
	width: 100%;
	height: 1px;
	/* Épaisseur du soulignement */
	background-color: var(--color-secondary);
	/* Même couleur que le texte */
}

#nav a {
	display: inline-block;
	/* Nécessaire pour appliquer transform */
	transition: transform 0.3s ease-in-out;
	/* Animation fluide */
}

#nav>ul>li:hover {
	transform: scale(1.2);

	a::before {
		height: 3px;
	}
}

#nav>ul>li.active a::before {
	color: var(--color-secondary);
	content: "";
	position: absolute;
	top: 10px;
	/* Ajuste la distance au besoin */
	left: 0;
	width: 100%;
	height: 3px;
	/* Épaisseur du soulignement */
	background-color: var(--color-secondary);
	/* Même couleur que le texte */
}

#nav>ul>li>ul {
	display: none;
}

/* Dropotron */

.dropotron {
	top: 2em;
	background: rgba(32, 32, 32, 0.75);
	border-radius: 4px;
	color: inherit;
	min-width: 12em;
	padding: 1em 0;
	color: white;
}

.dropotron>li {
	line-height: 2em;
	padding: 0 1em;
}

.dropotron>li>a {
	color: inherit;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.dropotron>li.active>a,
.dropotron>li:hover>a {
	color: inherit;
}

.dropotron.level-0 {
	border-radius: 0 0 4px 4px;
	font-size: 1em;
	margin-left: -0.5em;
}

/* Banner */

#banner {
	padding: 6em 0em 6em 0em;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#banner .container {
	padding: 0em 8em;
	position: relative;
	top: -90px;
}

#banner h2 {
	display: inline-block;
	padding: 0.50em 0.30em;
	background: var(--color-secondary);
	font-size: 3em;
	font-weight: 400;

	p {
		margin: unset;
		font-weight: unset;
		font-size: unset;
		line-height: unset;
	}
}

#banner span,
#banner p {
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 300;
}

#banner span {
	padding: 1em 0em;
}

/* Main */

#main {
	/*padding: 6em 0;*/
	height: 100vh;
	display: flex;
	justify-content: center;

}

#main #content .major,
#main #sidebar .major {
	text-align: left;
}

#main #sidebar section {
	margin-top: 4em;
}

#main #sidebar section:first-child {
	margin-top: 0;
}

#main #sidebar .major {
	padding-bottom: 2em;
}

#main #sidebar .major h2 {
	font-size: 1.8em;
}

/* Footer */

#footer {
	padding: 6em 0 2em 0;
	text-align: center;
	color: white;
}

#footer hr {
	border-bottom: 1px solid;
	border-color: inherit;
	opacity: .05;

}

#footer .major h2 {
	color: inherit;
}

#footer .major .byline {
	color: inherit;
	opacity: .4;
}

.copyright {

	text-align: center;
	background: url(../images/bois.jpeg) no-repeat center center;
	background-size: cover;
}

/* Copyright */

.copyright {
	position: relative;
	text-transform: uppercase;
	text-align: center;

	color: #555555;


	p {
		
		margin: 1em;
		text-align: center;
		font-size: smaller;
		font-weight: normal;
		color: #555555;
	}

	a {
		color:#555555
	}
}

copyright a {
	text-decoration: none;
	color: inherit;
}

/* Extra */

#extra1 h2 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 400;
}

#extra1 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
}

/* Team */

#team h3 {
	margin-bottom: 0.50em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}


/* Modern Card Styles */
.card {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 800px;
}

.card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #5A7A5A, var(--color-secondary), #DBC7C9);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card:hover::before {
	opacity: 1;
}

.card-body {
	padding: 2rem;
	position: relative;
}

.card-body svg {
	height: 3rem;
	margin-bottom: 1.5rem;
	transform: rotate(180deg);
	fill: #5A7A5A;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.card:hover .card-body svg {
	opacity: 1;
	transform: rotate(180deg) scale(1.1);
}

/*#main.kinesio {
	background: rgba(34, 34, 34, 0.6) url(../images/plante.webp) no-repeat center center;
	
	background-size: cover;
	background-position: center;
}*/

.contact {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.container {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;

}

p {
	text-align: justify;
  hyphens: auto;
  line-height: 1.6;
  word-spacing: 0;
  letter-spacing: normal;
  overflow-wrap: break-word;
  text-justify: inter-word;
}


#header #nav {
	width: 100%;
	justify-content: center;
	display: flex;
}


.menu-button {
	position: absolute;
	top: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	display: none;
	color: white;
	font-size: 2em;
	flex-direction: column;
	z-index: 1001;
	transition: all 0.3s ease;
}

/* Cacher le menu mobile sur desktop */
@media screen and (min-width: 601px) {
	.menu-button {
		display: none !important;
	}
	
	.menu-panel {
		display: none !important;
	}
	
	.menu-panel.open {
		display: none !important;
	}
}

.menu-panel a,
.menu-panel a:visited,
.menu-panel a:active {
	color: white !important;
}

	.menu-panel {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background: rgba(85, 85, 85, 0.95);
		backdrop-filter: blur(10px);
		transition: left 0.3s ease-in-out;
		padding: 100px 20px 20px 20px;
		text-align: center;
		z-index: 1000;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.menu-panel.open {
	left: 0;
	background: rgba(85, 85, 85, 0.95);
	text-align: center;
}

.menu-panel.open a {
	color: white !important;
	font-size: larger;
	text-decoration: underline;
}

.menu-panel.open #header {
	display: none;
}

.menu-panel a {
	color: white !important;
	text-decoration: underline;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: white !important;
	z-index: 1002;
	transition: all 0.3s ease;
}

.close-button:hover {
	transform: scale(1.1);
	opacity: 0.8;
}


	.menu-panel ul {
		list-style: none;
		padding: 0;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

.menu-panel li {
	margin: 0;
	font-size: 18px;
	opacity: 0;
	transform: translateX(-30px);
	animation: slideInFromLeft 0.3s ease-out forwards;
}

.menu-panel li:nth-child(1) { animation-delay: 0.1s; }
.menu-panel li:nth-child(2) { animation-delay: 0.2s; }
.menu-panel li:nth-child(3) { animation-delay: 0.3s; }
.menu-panel li:nth-child(4) { animation-delay: 0.4s; }
.menu-panel li:nth-child(5) { animation-delay: 0.5s; }
.menu-panel li:nth-child(6) { animation-delay: 0.6s; }

@media screen and (max-width: 600px) {
	.menu-button {
		display: flex !important;
		align-items: center;
		gap: 5px;
		padding: 8px 12px;
		background: rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		transition: all 0.3s ease;
	}

	.menu-button:hover {
		background: rgba(0, 0, 0, 0.2);
		transform: scale(1.05);
	}

	.menu-panel {
		display: block !important;
		background: rgba(85, 85, 85, 0.95);
		backdrop-filter: blur(10px);
	}

	.menu-panel a {
		color: white !important;
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		display: block;
		padding: 15px 20px;
		transition: all 0.3s ease;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.menu-panel a:hover {
		color: rgba(255, 255, 255, 0.8) !important;
		text-decoration: underline;
		background: rgba(255, 255, 255, 0.05);
	}

	.menu-panel ul {
		list-style: none;
		padding: 0;
		margin-top: 50px;
	}
	
	.menu-panel li {
		margin: 0;
		animation: none;
		opacity: 1;
		transform: none;
	}

	#header #nav > ul.menu-big {
		display: none !important;
	}
	
	.menu-panel {
		display: block !important;
	}

	.close-button {
		color: white !important;
		background: rgba(255, 255, 255, 0.1);
		border: 2px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		font-weight: bold;
		transition: all 0.3s ease;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.close-button:hover {
		background: rgba(255, 255, 255, 0.2);
		border-color: rgba(255, 255, 255, 0.5);
		transform: scale(1.1) rotate(90deg);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	}
}


#header.transparent {
	background: rgba(170, 171, 168, 0.6) !important;
}

#header.transparent .menu-button {
	display: flex;
}

/* S'assurer que le menu mobile fonctionne correctement */
@media screen and (max-width: 600px) {
	#header {
		animation: none;
		opacity: 1;
		transform: none;
	}
	
	.menu-button {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

.image-container {
	width: 250px;
	/* Ajuste la taille du cercle */
	/*height: 150px;*/
	border-radius: 15%;
	overflow: hidden;
	/* Cache les parties débordantes de l'image */
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #CD9B9D;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Permet d'adapter l'image au cercle */
}

.image-container {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	/* S'adapte à la taille du parent */
	max-width: 800px;
	/* Ajuste selon tes besoins */
}

.image-container-bulles {
	width: 50%;
}

.image-container-txt {
	position: relative;
	width: 100%;
	/* S'adapte au parent */
	max-width: 700px;
	/* Taille max pour éviter que ça devienne trop grand */
	max-height: 700px;
	/* Hauteur automatique en fonction du contenu */

	background-size: cover;
	/* Ajuste l'image sans la couper */
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 100%;
}

.image-container-word {
	position: relative;
	width: 100%;
	/* S'adapte au parent */
	max-width: 600px;
	/* Taille max pour éviter que ça devienne trop grand */
	max-height: 480px;
	/* Hauteur automatique en fonction du contenu */

	background-size: cover;
	/* Ajuste l'image sans la couper */
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo {
	width: 55%;

	@media screen and (max-width:940px) {
		width: 70%;
	}
}



.background {
	background: url('../images/kinesiologie-carole-irodouer-35.png') no-repeat center center/cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.icon-temoignage,
.blockquote-footer {
	text-align: center;
}

.mobile-version, .btn-mobile-version {
	display: none;
	position: relative;
	top: 75px;
}

@media screen and (max-width:964px) {
	.mobile-version {

		width: 100%;
		display: flex;
		justify-content: center;
	}

	.btn-mobile-version {
		display: block;
	
	}

	.pc-version {
		display: none !important;
	}
}

.pc-version {
	display: block;
}

.button-container a {
	flex: 1;
}
/* Boutons */
@media screen and (max-width: 736px) {

	.button-text {
		font-size: 0.5em;
	}

	.button-icon {
		display: none;
	}

	.button-container {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0 10px;
	}

	.button-container a {
		flex: 1;
		text-align: center;
		margin: 0 5px;
		padding: 15px;
		background: #F3EAE3;
		border: 1px solid rgba(44, 62, 80, 0.1);
		border-radius: 10px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.button-container a:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
		background: #F3EAE3;
		border-color: rgba(44, 62, 80, 0.2);
	}
}

@media screen and (min-width: 737px) {
	.button-icon {
		display: none;
	}

	.button-container {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin-top: 30px;
	}

	.button-container a {
		padding: 15px 30px;
		background: #F3EAE3;
		border: 1px solid rgba(44, 62, 80, 0.1);
		border-radius: 0;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
		transition: transform 0.2s ease, box-shadow 0.2s ease;
		color: #2c3e50;
		text-decoration: none;
		font-weight: 500;
		border-radius: 10px;
	}

	.button-container a:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
		background: #F3EAE3;
		border-color: rgba(44, 62, 80, 0.2);
	}
}
h2 {
	line-height: normal;
}
/* Menu Mobile */
@media screen and (max-width: 736px) {
	.mobile-text {
		font-size: 1.2em;
		line-height: 1.4;
		padding: 0 15px;
	}

	.menu-button p {
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		line-height: 1;
	}

	.menu-button {
		display: flex;
		align-items: center;
		gap: 5px;
		padding: 8px 12px;
		background: transparent;
		border: none;
		cursor: pointer;
		color: white;
	}

	.menu-button:hover {
		background: rgba(243, 234, 227, 0.95);
		transform: translateY(-1px);
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
}

/* Testimonial Text Styles */
.card-body p.testimonial-text {
	max-height: 120px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	line-height: 1.6;
	color: #555;
	font-size: 15px;
	text-align: justify;
}

.card-body p.testimonial-text.expanded {
	max-height: none;
}

.card-body .voir-plus {
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
	color: #5A7A5A;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 8px 16px;
	border: 2px solid #5A7A5A;
	border-radius: 20px;
	transition: all 0.3s ease;
	background: transparent;
}

.card-body .voir-plus:hover {
	background: #5A7A5A;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(90, 122, 90, 0.3);
}

/* Star Rating */
.card-body p:first-child {
	color: #FFD700;
	font-size: 18px;
	margin-bottom: 1rem;
	text-align: center;
}

/* Author Footer */
.blockquote-footer {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(90, 122, 90, 0.1);
	color: #5A7A5A;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Carousel Modern Styles */
.carousel {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.carousel-inner {
	border-radius: 16px;
	overflow: hidden;
}

.carousel-indicators {
	bottom: -50px;
	margin-bottom: 0;
}

.carousel-indicators button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(90, 122, 90, 0.3);
	border: 2px solid transparent;
	transition: all 0.3s ease;
	margin: 0 6px;
}

.carousel-indicators button.active {
	background: #5A7A5A;
	border-color: #5A7A5A;
	transform: scale(1.2);
}

.carousel-indicators button:hover {
	background: rgba(90, 122, 90, 0.6);
	transform: scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
	width: 50px;
	height: 50px;
	background: rgba(90, 122, 90, 0.8);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.carousel-control-prev {
	left: 20px;
}

.carousel-control-next {
	right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	background: rgba(90, 122, 90, 0.9);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 20px;
	height: 20px;
}

.img-style {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: 1rem;
}

.img-style:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

/* Card Animations */
@keyframes cardSlideIn {
	from {
		opacity: 0;
		transform: translateY(30px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.carousel-item {
	animation: cardSlideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item.active .card {
	animation: cardSlideIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive Card Styles */
@media screen and (max-width: 768px) {
	.card-body {
		padding: 1.5rem;
	}
	
	.card-body p.testimonial-text {
		font-size: 14px;
		max-height: 100px;
	}
	
	.carousel-control-prev,
	.carousel-control-next {
		width: 40px;
		height: 40px;
	}
	
	.carousel-control-prev {
		left: 10px;
	}
	
	.carousel-control-next {
		right: 10px;
	}
	
	.carousel-indicators {
		bottom: -40px;
	}
}

@media screen and (max-width: 480px) {
	.card {
		margin: 0 10px;
	}
	
	.card-body {
		padding: 1rem;
	}
	
	.card-body p.testimonial-text {
		font-size: 13px;
		max-height: 80px;
	}
	
	.carousel-control-prev,
	.carousel-control-next {
		width: 35px;
		height: 35px;
		opacity: 0.5;
	}
}

/* ===== ANIMATIONS MODERNES POUR LA PAGE D'ACCUEIL ===== */

/* Animation d'apparition générale */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Classes d'animation pour les éléments */
.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.animate-fade-in-scale {
    animation: fadeInScale 0.6s ease-out forwards;
    opacity: 0;
}

.animate-slide-in-left {
    animation: slideInFromLeft 0.7s ease-out forwards;
    opacity: 0;
}

.animate-slide-in-right {
    animation: slideInFromRight 0.7s ease-out forwards;
    opacity: 0;
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Animation du logo */
.logo {
    animation: fadeInScale 1s ease-out 0.3s forwards, float 4s ease-in-out 1.5s infinite;
    opacity: 0;
    transform: scale(0.8);
}

/* Animation des boutons */
.button-container {
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.button-container a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.button-container a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.button-container a:hover::before {
    left: 100%;
}

.button-container a:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Animation des sections */
.wrapper.style2.bouquet {
    animation: fadeInUp 1s ease-out 1.2s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.wrapper.style2.bouquet h1 {
    animation: slideInFromLeft 0.8s ease-out 1.5s forwards;
    opacity: 0;
    transform: translateX(-30px);
}

.wrapper.style2.bouquet h2 {
    animation: slideInFromRight 0.8s ease-out 1.7s forwards;
    opacity: 0;
    transform: translateX(30px);
}

.wrapper.style2.bouquet p {
    animation: fadeInUp 0.8s ease-out 1.9s forwards;
    opacity: 0;
    transform: translateY(20px);
}

/* Animation des témoignages */
#team {
    animation: fadeInUp 1s ease-out 2.1s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.carousel-item {
    transition: all 0.3s ease;
}

.carousel-item.active {
    opacity: 1;
    transform: scale(1);
}

.carousel-item:not(.active) {
    opacity: 0.8;
    transform: scale(0.98);
}

/* Animation du header */
#header {
    animation: slideInFromLeft 0.6s ease-out forwards;
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 0.3s ease-in-out;
}

/* Animation des éléments de navigation */
#nav > ul.menu-big > li {
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

#nav > ul.menu-big > li:nth-child(1) { animation-delay: 0.1s; }
#nav > ul.menu-big > li:nth-child(2) { animation-delay: 0.2s; }
#nav > ul.menu-big > li:nth-child(3) { animation-delay: 0.3s; }
#nav > ul.menu-big > li:nth-child(4) { animation-delay: 0.4s; }
#nav > ul.menu-big > li:nth-child(5) { animation-delay: 0.5s; }

/* Animation du filigrane */
.wrapper::before {
    animation: fadeInScale 1.2s ease-out 0.5s forwards;
    opacity: 0;
    transform: scale(0.9);
}

/* Animation des cartes de témoignages - simplifiée */
.card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Animation des indicateurs de carrousel */
.carousel-indicators button {
    animation: fadeInScale 0.4s ease-out forwards;
    opacity: 0;
    transform: scale(0.8);
}

.carousel-indicators button:nth-child(1) { animation-delay: 0.1s; }
.carousel-indicators button:nth-child(2) { animation-delay: 0.2s; }
.carousel-indicators button:nth-child(3) { animation-delay: 0.3s; }
.carousel-indicators button:nth-child(4) { animation-delay: 0.4s; }
.carousel-indicators button:nth-child(5) { animation-delay: 0.5s; }
.carousel-indicators button:nth-child(6) { animation-delay: 0.6s; }

/* Animation des contrôles de carrousel */
.carousel-control-prev,
.carousel-control-next {
    animation: fadeInScale 0.5s ease-out 0.8s forwards;
    opacity: 0;
    transform: scale(0.8);
}

/* Animation du copyright */
.copyright {
    animation: fadeInUp 0.8s ease-out 2.5s forwards;
    opacity: 0;
    transform: translateY(20px);
}

/* Animation responsive pour mobile */
@media screen and (max-width: 768px) {
    .logo {
        animation: fadeInScale 1s ease-out 0.3s forwards;
        animation-iteration-count: 1;
    }
    
    .button-container {
        animation: fadeInUp 0.8s ease-out 0.8s forwards;
    }
    
    .wrapper.style2.bouquet {
        animation: fadeInUp 1s ease-out 1.2s forwards;
    }
}

/* Animation de chargement améliorée */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}

/* Animation de particules flottantes */
@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(90, 122, 90, 0.15);
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
}

.particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { top: 40%; left: 80%; animation-delay: 1s; }
.particle:nth-child(3) { top: 60%; left: 20%; animation-delay: 2s; }
.particle:nth-child(4) { top: 80%; left: 70%; animation-delay: 3s; }

/* ===== STYLES MUTUALISÉS POUR TOUTES LES PAGES ===== */

/* Styles pour les sections de contenu modernes */
.content-section {
	padding: 4rem 1rem;
	max-width: 1200px;
	margin: 0 auto;
}

.content-grid {
	display: block;
	margin-top: 2rem;
}

.content-section-item {
	background: rgba(255, 250, 245, 0.8);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding: 3rem 2rem;
	margin-bottom: 4rem;
	position: relative;
	overflow: hidden;
	border-left: 4px solid #555555;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.content-section-item:hover {
	background: rgba(255, 250, 245, 0.95);
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.content-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #555555;
	margin-bottom: 2rem;
	text-align: left;
	font-family: 'Glacial Indifference', sans-serif;
	position: relative;
	padding-left: 1.5rem;
}

.content-text {
	color: #555555;
	line-height: 1.9;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	text-align: justify;
	padding-left: 1.5rem;
}

.content-text:last-child {
	margin-bottom: 0;
}

.content-image {
	width: 280px;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.image-left {
	float: left;
	margin: 0 35px 25px 0;
}

.image-right {
	float: right;
	margin: 0 0 25px 35px;
}

/* Styles pour les cartes de contact */
.contact-card {
	background: rgba(255, 250, 245, 0.8);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	padding: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.contact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #5A7A5A, var(--color-secondary), #DBC7C9);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-card:hover::before {
	opacity: 1;
}

.contact-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #555555;
	margin-bottom: 1.5rem;
	text-align: center;
	font-family: 'Glacial Indifference', sans-serif;
}

.contact-subtitle {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--color-secondary);
	margin-bottom: 1.5rem;
	text-align: center;
}

.contact-info {
	text-align: center;
}

.contact-info a {
	word-wrap:break-word;
	display: inline-block;
	margin: 0.5rem;
	color: #555555;
	font-weight: 500;
	text-decoration: none;
	font-size: 1rem;
	padding: 12px 20px;
	border: 2px solid #555555;
	border-radius: 8px;
	transition: all 0.3s ease;
	background: transparent;
}

.contact-info a:hover {
	background: #555555;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-card img {
	width: 100%;
	border-radius: 16px;
	margin-top: 1rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

iframe {
	width: 100%;
	height: 200px;
	border-radius: 16px;
	border: none;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.info-text {
	color: #555555;
	line-height: 1.6;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.icon-contact {
	font-size: 2rem;
	color: #5A7A5A;
	margin-bottom: 1rem;
	display: block;
	text-align: center;
}

.contact-link {
	width: 100%;
	word-wrap:break-word;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	max-width: fit-content;
	white-space: nowrap;
}

/* Responsive Design avec alternance mobile */
@media (max-width: 768px) {
	.content-section {
		padding: 2rem 1rem;
	}
	
	.content-section-item {
		padding: 2rem 1.5rem;
		margin-bottom: 3rem;
	}
	
	.content-title {
		font-size: 1.8rem;
		padding-left: 1rem;
	}

	.content-text {
		padding-left: 1rem;
		font-size: 1rem;
	}

	.content-image {
		width: 180px;
		border-radius: 12px;
	}

	/* Alternance mobile : impair à gauche, pair à droite */
	.content-section-item:nth-child(odd) .image-left,
	.content-section-item:nth-child(odd) .image-right {
		float: left;
		margin: 0 20px 20px 0;
	}
	
	.content-section-item:nth-child(even) .image-left,
	.content-section-item:nth-child(even) .image-right {
		float: right;
		margin: 0 0 20px 20px;
	}

	.contact-card {
		padding: 2rem;
	}
	
	.contact-title {
		font-size: 1.5rem;
	}
	
	.contact-info a,
	.contact-link {
		word-wrap:break-word;
		font-size: 1rem;
		padding: 10px 16px;
	}

	h1.contact-title {
		font-size: 2rem;
		line-height: 1.2;
		word-break: break-word;
	}
}

@media (max-width: 480px) {
	.content-section-item {
		padding: 1.5rem 1rem;
	}
	
	.content-title {
		font-size: 1.5rem;
	}

	.content-image {
		width: 140px;
		border-radius: 10px;
	}

	.contact-card {
		padding: 1.5rem;
	}
	
	.contact-title {
		font-size: 1.3rem;
	}
	
	.contact-info a,
	.contact-link {
		word-wrap:break-word;
		font-size: 0.9rem;
		padding: 8px 12px;
	}

	h1.contact-title {
		font-size: 1.5rem;
		line-height: 1.2;
		word-break: break-word;
	}

	.contact-subtitle {
		font-size: 1rem;
	}
}