 @import url('https://fonts.googleapis.com/css2?family=Oleo+Script&family=Playfair+Display&display=swap');

body{
	background-image: url(tree-gadee1280X814.webp);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;	
}
body.sansbackground{
	background-image: none;

}
header{
	 background-image: url(tree-gadee1280X814.webp);
    height: 5vh;
    background-size: cover;
}
header.sansbackground{
	background-image: none;
	height: 7%;
}
footer.sansbackground{
	background-image: none;
}
h1.titremob{
	display: none;
}
p{
	font-family: "Raleway", sans-serif;
}
/*PAGE BANDEAU.PHP*/
a /* Liens par défaut (non survolés) */
{
	text-decoration: none;
	font-family: 'Playfair Display', serif;
   color: black;
   font-size: 1em;
   font-style: italic;
}
a:hover /* Apparence au survol des liens */
{
   text-decoration: underline;
   color: black;
}
a.blanc {
	color: white;
}
section.bandeau{
	/*border: 1px solid red;*/
	/*background-color: blue;*/
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	/*padding: 0px;*/
	margin-bottom: 40px;
	/*border: 1px solid black;*/
	/*padding: 30px;*/
}
ul li{
	width: auto;
    margin: 0 10px;
}
nav.nav ul li{
	transition: 1s;
}
nav.nav ul li:hover{
	color: black;	
	transform: scale(1.1);
}
footer.mobile{
	display: none;
}
footer{
	    /* margin-top: 14%; */
	    width: 99vw;
	    background-image: url(tree639X157.webp);
	    height: 10vh;
	    background-size: cover;
}
/*footer.pc{
	position: relative;
	top: 00px;
	width:100%;
	/*border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/*background-color: red;
	color: white;
}*/
p.copyright{
	display: flex;
	align-items: flex-end;
	width: 30%;
	/*border: 1px solid black;*/
	text-shadow: 2px 2px 2px white;
	font-size: 1.2em;
}
div.accueil{
	background-color: rgba(255, 255, 255, 0.7);
	/*padding-top: 1px;*/
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: Athlas-Regular;
	font-size: 1em;
	border: 1px solid black;
}
div.reseauxcontact{
		/*border:  1px solid black;*/
		height: 80px;

	}
ul.reseauxcontact{
		/*background-color: #e0e0e0;*/
		/*padding-left: 0px;*/
		display: flex;
		margin-bottom: 1px;
		height: 50px;
		justify-content: space-around;
		
		list-style: none;
		border: 0px solid black;
		/*box-shadow: 3px 3px 3px black;*/
	}
ul.reseauxcontact li{
		margin-left: 40px;
		margin-right: 40px;
		width: 50px;
		height: 50px;
		font-size: 2em;
		border-radius: 150px;
		background:  #e0e0e0;
		box-shadow:  5px 5px 10px #c3c3c3,
      5px -5px 10px #fdfdfd;
		display: flex;
		justify-content: center;
		align-items: center;
	}

ul.reseauxcontact li:hover{
		box-shadow: inset 5px 5px 10px #c3c3c3,
            inset -5px -5px 10px #fdfdfd;
     	cursor: pointer;
	}
ul.reseauxcontact li:nth-child(1) i {
		color: rgb(36, 129, 233);
		font-size: 0.8em;
	}
ul.reseauxcontact li:nth-child(2) i {
		color: rgb(77, 204, 91);
				font-size: 0.9em;

	}
ul.reseauxcontact li:nth-child(3) i {
		color: rgb(215, 51, 137);
				font-size: 0.9em;

	}
ul.reseauxcontact li:nth-child(4) i {
		color: rgb(27, 159, 241);
				font-size: 0.9em;

	}

	/*PAGE INDEX.PHP*/
div.rescontmob{
	display: none;
}
section.ensemble{
	height: 75vh;
}
section.suite{
	/*border: 1px solid black;*/
	/*background-color: white;*/
	margin-top: 20px;
	color: white;
	height: 100%;
	position: relative;
	
}
h1.titre{
	/*border: 1px solid black;*/
	display: flex;
	color: white;
	font-size: 3em;
	padding-left: 2%;
	margin-top: 1%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 25%;
	position: absolute;
	font-family: 'Playfair Display', serif;
	text-shadow: 5px 5px 5px black;
	flex-direction: column;
}
span.souligne{
	text-decoration: underline;
}
div.actu{
	 height: 74%;
    width: 96%;
    position: relative;
    left: 3%;
    top: 22%;
    display: flex;
    /* grid-template-rows: 35% 33% 30%; */
    font-family: 'Oleo Script', cursive;
    flex-direction: row;
    justify-content: space-around;
}
h3.actu{
		/*border: 1px solid black;*/
		position: absolute;
		top: 250px;
		left: 850px;
		font-family: 'Playfair Display', serif;
		font-size: 1.6em;
		color: white;
		text-shadow: 5px 5px 5px black;
		width: 200px;
		height: 200px;
		padding-top: 90px;
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		z-index: 3;
}
@keyframes animation{
	from{
		background-image: url("bullereelle100X101.webp");
	}
	to{
		transform: scale(1.07);
	}
}
h3.actu{
	animation: animation 3s infinite alternate;
}

h3.actu {}
/*p.actu{
	display: flex;
	border-radius: 10px;
	width: 650px;
	position: absolute;
	top: 60px;
	left: 40px;
	padding: 30px;
	color: black;
	font-size: 0.8em;
	background-color: rgba(211, 200, 160, 0.9);
	background-image: url("tree1920X1042degrade.webp");
	opacity: 1;
	z-index: 1;
	font-family: 'Oleo Script', cursive;
	text-align: center;
	align-items: center;
}*/
/*img.actu{
	opacity: 1;
	z-index: 4;
	width: 40%;
}

img.actu2{
	width: 20%;
}*/
img.atelier1{
	 width: 25vw;
	 padding-top: 5%;
	 padding-bottom: 5%;
	 /* margin-left: -8%; */
	 /*	 margin-bottom: 5vh;*/
	 margin-right: 1%;
	 margin-left: 7%;
	 /*	 margin-top: -20%;*/
	 position: relative;
	 /*bottom: 25%;*/
	 transition: transform 1s;
}
img.atelier1a{
	width: 30%;
	margin-left: 36%;
}
img.atelier1-1{
	 width: 35vw;
	 height: 47vh;
	 /* margin-left: -8%; */
	 margin-bottom: 16vh;
	 margin-right: 1%;
	 margin-left: 3%;
	 position: relative;
	 /*bottom: 25%;*/
	 transition: transform 1s;
}
@media screen and (min-width: 1440px){
	img.atelier1-1{
	 width: 30vw;
	 height: 47vh;
	 /* margin-left: -8%; */
	 margin-bottom: 16vh;
	 margin-right: -4%;
	 margin-left: 17%;
	 position: relative;
	 /*bottom: 25%;*/
	 transition: transform 1s;
}
}
img.atelier1:hover{
/*	transform: scale(2);*/
	z-index: 1;
/*	margin-left: 50px;*/
}
img.atelier2{
	width: 28vw;
	height: 85%;
	/*margin-left: 30%;*/
	margin-bottom: 16vh;
	margin-left: 8%;
	position: relative;
	/*bottom: 25%;*/
	transition: transform 1s;
}
img.atelier2:hover{
	transform: scale(2);
	z-index: 1;
}
/*PAGE PARCOURS.PHP*/
section.audrey{
	/*border: 1px solid black;*/
	/*background-color: white;*/
	font-family: 'Oleo Script', cursive;
	position: relative;
	height: 75vh;
}
h3.audrey{
	/*border: 1px solid black;*/
	position: absolute;
	top: 20%;
	left: 50px;
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;		
	color: white;
	text-shadow: 5px 5px 5px black;		
	width: 200px;
	height: 200px;
	padding-top: 90px;
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 2;
}
p.audrey{
	border-radius: 10px;
	font-family: "Raleway", sans-serif;
	overflow: auto;
	position: absolute;
	top: 30px;
	margin-left: 255px;
	padding: 30px;
	color: black;
	font-size: 1.1em;
	/*background-color: rgba(211, 200, 160, 0.9);*/
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.8;
	z-index: 1;
	width: 73%;
}
img.audrey{
		display: ;
		float: left;
		width: 7vw;
	}

/*PAGE SOPHRO.PHP*/

section.sophro{
	/* position: relative; */
	font-family: "Raleway", sans-serif;
	/*border: 1px solid red;*/
	/* height: fit-content; */
	display: flex;
}
h3.sophro {
    background-image: url(bullereelle200X201.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 200px;
    padding-top: 60px;
    padding-left: 5vw;
    color: white;
    text-shadow: 5px 5px 5px black;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    z-index: 1;
 }
 dd.sophro {
    display: flex;
    flex-direction: column;
    margin-top: 0%;
    width: 60vw;
    /* position: relative; */
    /* bottom: 240px; */
    /* margin-left: 20vw; */
    opacity: 0.9;
    padding: 20px;
    text-align: justify;
    border-radius: 20px;
    /* background-color: rgba(211, 200, 160, 0.9); */
    background-image: url(tree1920X1042degrade.webp);
    font-size: 0.95em;
    z-index: 0;
 }
 section.contact{
 	height: 82vh;
 }
 div.vertical{
 	width: 60%;
 }
 h3.phone{
 	font-family: 'Playfair Display', serif;	
	font-size: 1.6em;
	color: white;
	text-shadow: 2px 2px 2px black;
 	/*border: 1px solid black;*/
	width: 200px;
	height: 200px;
	position: relative;
	padding-top: 4%;
	left: 10%;
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
 }
 h3.adresse{
 	font-family: 'Playfair Display', serif;	
	font-size: 1.6em;
	color: white;
	text-shadow: 2px 2px 2px black;
 	/*border: 1px solid black;*/
	width: 200px;
	height: 200px;
	padding-top: 50px;
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	left: 15%;
	z-index: 3;
}
 address{
 	font-family: "Raleway", sans-serif;	
	font-size: 1.6em;
	color: white;
 }
 p.contact{
 	background-image: url("tree1920X1042degrade.webp");
 	border: 1px solid black;
 	padding: 20px;
 	width: 40%;
 	border-radius: 10px;
 	position: relative;
   left: 92%;
   bottom: 31%;
 	z-index: 1;
 	display: flex;
   justify-content: center;
 }
 img.contact{
 	width: 100%;
 }
div.formulaire{
	font-family: "Nunito", serif;
	width: 40%;
	position: relative;
 }
@media screen and (max-width: 1920px){	
	div.mobile{
		display: none;
	}
	div.pc{
		display: flex;
		/*border: 1px solid black;*/
		width: 95vw;
		justify-content: space-around;
	}
	h3.actu{
		color: white;
		position: relative;
		top: 30%;
		left: 3%;
		z-index: 3;
		/* width: fit-content; */
	}
	p.cadeau{
		font-size: 0.8em;
		padding: 15px;
		margin-top: 5%;
		background-image: url(tree1920X1042degrade.webp);
    	opacity: 0.8;
    	color: black;
    	box-shadow: 0 0 0 0 #000;
    	animation: pulse 1.3s infinite;
	}
	@keyframes pulse{
		to {
			box-shadow: 0 0 0 18pxr gba(0, 0, 0, 0.01);
		}
	}
	p.actu{
		display: flex;
		font-size: 1.2em;
		width: 55%;
		position: absolute;
		top: 140px;
		left: 356px;
		padding: 20px;
		z-index: 1;
	}
	
	p.objectif{
		/*border: 1px solid black;*/
		/*color: blueviolet;*/
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 2em;
	}
	p.seanentretabli{
		position: fixed;
		left: 900px;
	}
	p.indic{
		padding: 20px;
		font-size: 1.3em;
		position: relative;
		right: 10%;
		top: 15%;
		height: 7%;
	}
	h3.phone{
	font-family: 'Playfair Display', serif;	
	font-size: 1.6em;
	color: white;
	text-shadow: 2px 2px 2px black;
	/*border: 1px solid black;*/
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 2;
	}

	h3.adresse{
		/*border: 1px solid black;*/
		font-family: 'Playfair Display', serif;	
		font-size: 1.6em;
		color: white;
	}
h3.champs{
		position: absolute;
		height: 170px;
		padding-top: 60px;
		/*border: 1px solid black;*/
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		height: 200px;
		width: 200px;
		z-index: 2;
		font-family: 'Playfair Display', serif;
		font-size: 1.6em;
}
p.amelioration{
	font-family: "Nunito", serif;
	width: 38vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
}
p.accompagnement{
	font-family: "Nunito", serif;
	width: 38vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
}
p.preparation{
	font-family: "Nunito", serif;
	width: 38vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
}
p.maitrise{
	font-family: "Nunito", serif;
	width: 38vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
}
p.sophro{
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	font-weight: italic;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}

/*PAGE SEANCES_INDIV.PHP*/

section.deroule{
	font-family: "Nunito", serif;
	/*border: 1px solid black;*/
	/*background-color: white;*/
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
	h3.deroule{
		position: absolute;
		/* margin-top: 1%; */
		margin-left: -68%;
		/*border: 1px solid black;*/
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		height: 200px;
		width: 200px;
		z-index: 2;
		font-family: 'Playfair Display', serif;
		font-size: 1.5em;
	}
	div.droite{
		background-image: url("tree1920X1042degrade.webp");
		height: 42vh;
		opacity: 0.9;
		border-radius: 10px;
	}
	div.gauche{
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		border-radius: 10px;
	}
	div.gauche_groupe{
		background-image: url("tree1920X1042degrade.webp");
		height: 40vh;
		opacity: 0.9;
		border-radius: 10px;
	}
	div.bas{
		min-height: 12vh;
		padding-top: 4%;
		height: 47%;
	}
	div.colonne{
		width: 100%;
		display: flex;
		/*align-items: center;*/
		justify-content: space-around;
	}
	p.duree{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		padding: 3px;
		text-align: center;
	}
	p.pratiques{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		padding: 20px;
		text-align: center;
	}
	p.outils{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		text-align: center;
	}
	p.lieu{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		padding: 20px;
		text-align: center;
	}
	p.organisees{
	margin-top: 8%;
	width: 85vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	}
	p.atelier{
	width: 81vw;
	height: auto;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	border-radius: 10px;
	text-align: center;
	}
	h3.individuel{
		width: 1200px;
		height: 200px;
		/*border: 1px solid black;*/
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		z-index: 2;
		top: ;
		left: 10vw;
		font-family: 'Playfair Display', serif;
		font-size: 1.6em;
	}
	p.objectif{
		margin-left: 1.4vw;
		width: 69vw;
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
		/*color: red;*/
	}
	p.adultes{
		width: 16vw;
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
	}
	p.enfants{
		width: 22vw;
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
	}
	p.duo{
		width: 22vw;
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
	}
	p.domicile{
		width: 12vw;
		background-image: url("tree1920X1042degrade.webp");
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
	}
/*PAGE SEANCES_GROUPE.PHP*/

section.groupes{
	margin-top: 2%;
	margin-bottom: 1%;
	/*border: 1px solid black;*/
	/*background-color: white;*/
	position: relative;
	height: 92vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
h3.cabinetdecou{
	/*border: 1px solid black;*/
	position: absolute;
	left: 100px;
	font: Athlas-Regular;
	font-size: 1.8em;		
	color: white;
	text-shadow: 5px 5px 5px black;		
	width: 200px;
	height: 200px;
	padding-top: 90px;
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 2;
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
}
p.cabinetdecou{
	width: 25vw;
	background-image: url();
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

p.entretabli{
	width: 25vw;
	background-image: url();
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	z-index: 1;
}
h3.deroulegroupe{
		position: absolute;
		margin-top: 4%;
		/*border: 1px solid black;*/
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		height: 200px;
		width: 200px;
		z-index: 2;
		font-family: 'Playfair Display', serif;
		font-size: 1.5em;
}
p.seantretabli{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
}
p.deroulgroupes{
		width: 25vw;
		background-image: url();
		opacity: 0.9;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
}
p.consprat{
	width: 25vw;
	background-image: url();
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
p.outils{
	width: 35vw;
	background-image: url();
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
@media screen and (min-width: 1800px){
	p.outils{
		padding: 0px;
	}
}
/*PAGE CONTACT.PHP*/

section.contact{
	/*border: 1px solid black;*/
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-around;
	height: 75vh;
}
p.org{
	width: 82vw;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

}
@media screen and (max-width: 1720px){
	h1.titre{
		font-size: 2em;
	}
	p.actu{
		top: 49px;
	}
	section.champs{
		text-align: center;
	}
	div.mobile{
		display: none;
	}
	h3.adresse{
		font-family: 'Playfair Display', serif;	
		font-size: 1.6em;
		color: white;
	}
}
@media screen and (max-width: 1720px){
	
}
@media screen and (max-width: 1080px){
	body{
		width: 100vw;
		height: 95vh;
	}
	h1.titre{
		font-size: 1.5em;
		margin-top: 70px;
	}
	h3.phone, h3.adresse{
		margin-left: 10px;
		font-size: 0.75em;
		text-shadow: 2px 2px 1px white;
	}
	h3.adresse{
		border: none;
		height: 150px;
	}
	header{
		width: 98vw;
		margin: 0px;
		height: 7%;
	}
	nav{
		width: 98vw;
    	margin: 0px;
	}
	nav ul{
		width: 98vw;
	}
	ul li {
		width: 14vw;
	}
	a.blanc{
		color: white;
	}
	section.ensemble{
		width: 98vw;
	}
	p.copyright{
		margin-left: 10px;
		text-shadow: 5px 5px 5px black;
		font-size: 0.95em;
	}
	div.reseauxcontact{
		width: 540px;
	}
	ul.reseauxcontact li{
		width: 40px;
	}
	p.actu{
	display: flex;
	width: 50vw;
	border-radius: 10px;
	position: absolute;
	top: 110px;
	left: 450px;
	padding: 20px;
	color: black;
	font-size: 1.1em;
	/*background-color: rgba(211, 200, 160, 0.9);*/
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	z-index: 1;
	text-align: center;
	}
	footer{
		display: flex;
		width: 100vw;
		/*margin-top: 180px;*/
   	justify-content: space-around;
	}
	div.mobile{
		display: none;
	}
	div.pc{
		display: flex;
		/*border: 1px solid black;*/
	}
	div.accueil{
		/*width: 40vw;*/
	}
	p.copy{
		width: 30vw;
		text-shadow: 5px 5px 5px black;
	}
	section.suite{
		height: 100%;		
	}
	h3.sophro{
		background-image: url(bullereelle150X151.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 200px;
        padding-top: 60px;
        padding-left: 80px;
        color: white;
    text-shadow: 5px 5px 5px black;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    z-index: 1;
	}
	dd.sophro{
		display: flex;
		flex-direction: column;
		width: 60vw;
		position: relative;
		bottom: 240px;
		margin-left: 220px;
		opacity: 0.9;
		padding: 20px;
		text-align: justify;
		border-radius: 20px;
		/* background-color: rgba(211, 200, 160, 0.9); */
		background-image: url(tree1920X1042degrade.webp);
		font-size: 0.95em;
		z-index: 0;
	}
	p.indic{
		height: 10%;
		font-size: 1.08em;
		color: black;
	}
	section.audrey{
		height: 75vh;
	}
	h3.audrey{
		position: absolute;
		left: 50px;
    	top: 0px;
	}
	p.audrey{
		width: 60vw;
		left: 50px;
		font-size: 0.9em;
    	margin-left: 220px;
    	top: 0px;
	}
	section.deroule{
	width: 90vw;
	}
	form{
		width: 430px;
		height: auto;
		font-size: 0.8em;
	}
	section.contact{
		height: 78vh;
	}
}

@media screen and (max-width: 800px){
	section.ensemble{
		width: 85vw;
		height: 70%;
		display: flex;
	}
	section.suite{
/*		width: 98vw;*/
	}
	h1.titre{
		font-size: 1.3em;
		margin-top: 15px;
	}
	div.mobile{
	/*padding: 5px;
	text-align: center;
    height: 120px;
    width: 100vw;	
    display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-image: url(tree639X157.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	display: none;
	}
	div.pc{
	/*border: 1px solid black;*/
	}
	a{
		font-size: 1em;
		text-align: center;
	}
	a.blanc{
		color: white;
	}
	h1.titre{
		font-size: 1.5em;
		margin-top: 20px;
	}
	div.actu{
		height: 340px;
		margin-top: 9%;
		width: 90VW;
		padding: 0px;
		/* display: flex; */
		/* flex-direction: column; */
	}
	section.suite{
		height: 34%;
	}
	h3.actu{
		/* position: static; */
		background-image: url(bullereelle100X101.webp);
		font-size: 1.3em;
		width: 165px;
		/* height: 170px; */
		z-index: 3;
		/* background: none; */
		padding-top: 0;
		margin-left: 20%;
		color: black;
		height: 95px;
	}
	div.cote{
		margin-top: 23%;
		margin-left: 10%;
	}
	@keyframes animation {
		background-image: none;
	}
	p.actu{
		color: grey;
		display: flex;
		font-size: 0.7em;
		top: 75px;
    	left: 82px;
    	width: 40vw;
    	padding: 10px;
    	z-index: 1;
	}
	p.actu2{
		padding: 10px;
		width: 40%;
		/*height: 49%;*/
		font-size: 0.8em;
    	z-index: 3;
    	top: 145px;
    	left: 330px;
	}
	section.audrey{
		width: 95vw;
		display: flex;
	}
	h3.audrey{
		background-image: url(bullereelle150X151.webp);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: static;
    font-size: 1.4em;
	}
	p.audrey{
		width: 95vw;
		position: static;
		margin: auto;
		font-size: 0.85em;
	}
	section.sophro{
		width: 95vw;
		height: 47%;
		display: flex;
	}
	h3.sophro{
		background-image: url(bullereelle150X151.webp);
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		width: 150px;
		height: 150px;
		padding-top: 00px;
		padding-left: 0px;
	}
	dd.sophro {
	margin-top: 250px;
    width: 400px;
    height: 300px;
    margin-left: 10px;
    opacity: 0.9;
    padding: 20px;
    text-align: justify;
    border-radius: 20px;
    /* background-color: rgba(211, 200, 160, 0.9); */
    background-image: url(tree1920X1042degrade.webp);
    z-index: 1;
    font-size: 0.85em;
}
section.champs{
	display: flex;
	justify-content: flex-end;
}
h3.champs {
    position: fixed;
    top: 360px; 
    right: 360px;  
    margin: 0; 
    height: 170px;
    width: 90vw;
    /* border: 1px solid black; */
    background-image: url(bullereelle150X151.webp);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px black;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
	}
	p.amelioration{
    background-image: url(tree1920X1042degrade.webp);
    width: 95vw;
    font-size: 0.8em;
    opacity: 0.9;
    padding: 20px;
    width: 80vw;
    border-radius: 10px;
 }
	p.accompagnement{
		width: 80vw;
		font-size: 0.8em;
	}
	p.preparation{
		width: 80vw;
				font-size: 0.8em;

	}
	p.maitrise{
		width: 80vw;
				font-size: 0.8em;

	}
	p.sophro{
		font-family: "Nunito", serif;
		width: 80vw;
		font-size: 0.8em;
	}
	h3.deroulegroupe{
		position: absolute;
		margin-top: 0px;
		left: 40px;
		/*border: 1px solid black;*/
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		height: 200px;
		width: 200px;
		z-index: 2;
		font-family: 'Playfair Display', serif;
		font-size: 1.6em;
	}
	footer{
		display: flex;
		position: relative;
		width: 95vW;
		top: 20px;
		margin-top: 25px;
		/*padding-left: 20px;*/
	}
	ul.reseauxcontact li{
		margin-left: 10px;
		margin-right: 10px;
	}

	ul.reseauxcontact{
		justify-content: flex-end;
	}
	div.pc{
		width: 90vw;
		display: flex;
		/*border: 1px solid black;*/
	}
	div.reseauxcontact{
		width: 40vw;
	}
	section.groupes{
		height: auto;
	}
	p.cabinetdecou{
		width: 80vw;
		font-size: 0.9em;
	}
	p.entretabli{
		width: 80vw;
		font-size: 0.9em;
	}
	p.seantretabli{
		width: 80vw;
		font-size: 0.9em;	
	}
	p.consprat{
		width: 80vw;
		font-size: 0.9em;
	}
	p.outils{
		width: 80vw;
		font-size: 0.9em;
	}
	p.lieu{
		width: 80vw;
		font-size: 0.9em;
	}
	p.org{
		width: 80vw;
		font-size: 0.9em;
	}
	p.org{
		width: 80vw;
	}
	
	p.copyright{
		padding-top: 0;
		width: 50%;
		text-shadow: 5px 5px 5px black;
	}
}
h3.phone{
	/*border: 1px solid black;*/
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	}
h3.adresse{
	/*border: 1px solid black;*/
	background-image: url("bullereelle200X201.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
}
p.indic{
	font-size: 0.8em;
	width: 24vw;
	height: 12%;
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.9;
	padding: 20px;
	border-radius: 75px;
	text-align: center;
}
form{
	/*border: 1px solid black;*/
	width: 430px;
	text-align: left;
	color: black;
	/*background-color: rgba(211, 200, 160, 0.9);*/
	background-image: url("tree1920X1042degrade.webp");
	border-radius: 30px;
	padding: 35px;
	font-size: 0.9em;
	}

	section.sophro{
		font-family: "Nunito", serif;
		font-size: 0.9em;
		height: fit-content;
	}
}
h3.sophro{
		/*border: 1px solid black;*/
		position: absolute;
		left: 60px;
		width: 200px;
		height: 200px;
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		color: white;
		text-shadow: 5px 5px 5px black;
		z-index: 2;
		font-family: 'Playfair Display', serif;
		font-size: 1.6em;
	}
h4{
		text-decoration: underline;
	font-family: 'Oleo Script', cursive;
	font-weight: bold;
	font-size: 1.2em;
	}

h4.underline{
	position: absolute;
	top: 220px;
	left: 250px;
	/*border: 1px solid black;*/
	background-image: url("bullereelle100X101.webp");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	font-family: 'Oleo Script', cursive;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	text-shadow: 5px 5px 5px black;
	text-align: center;
}
span.underline{
	/*border: 1px solid black;*/
	margin-left: 20px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}
dl{
	border-radius: 10px;
	/*background-color: rgba(211, 200, 160, 0.9);*/
	background-image: url("tree1920X1042degrade.webp");
	margin-left: 220px;
	margin-top: 1px;	
	color: black;
	z-index: 1;
	width: 75%;
	padding: 20px;
}
em.decale{
	margin-left: 150px;
	font-family: 'Oleo Script', cursive;
	font-size: 1.2em;
}
section.champs{
	position: relative;
	/*border: 1px solid black;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
	form{
		color: black;
		font-size: 0.8em;
	}
	section.contact{
		/*border: 1px solid black; */
	}
	div.vertical{
		/*border: 1px solid black;*/
		width: 26%;
	}
	h3.phone, h3.adresse {
		width: 210px;
		fo;
		font-size: 0.6em;
		background-image: url(bullereelle200X201.webp);
		background-repeat: no-repeat;
		background-position: center;
	}
	h3.phone {
	    /*border: 1px solid black; */
	    width: 201px;
	    text-align: center;
	    font-family: 'Playfair Display', serif;
	}
@media screen and (max-height: 784px){
	nav ul{
		margin-bottom: 28px;
	}
	section.audrey{
		height: 80vh;
	}
	h3.audrey{
	   background-image: url(bullereelle150X151.webp);
	   font-size: 1.4em;
	   left: 37px;
	}
	p.audrey{
		font-size: 1em;
   	margin-left: 188px;
   	width: 78%;
	}
	h3.phone, h3.adresse {
		background-image: url(bullereelle150X151.webp);
	   font-size: 0.6em;
	   height: 172px;
	}
	p.indic{
		height: 16%;
	}
	section.contact{
		height: auto;
	}
}
/*PAGE GALERIE*/
div.grille{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1045px;
	width: 95%;
	height: auto;
	/*margin: 30px auto;*/
	/*border: 1px solid #333;*/
	display: grid;
	grid-template-columns: 500px 2fr;
	justify-content: center;
	grid-gap: 50px;
	
}
.grid-item{
	width: 398px;*/
	/*height: 200px;*/
	/*background: #333;*/
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
img.galerie_h{
	height: 300px;
	width: auto;
}
img.galerie_v{
	height: 300px;
	width: auto;
}
h3.galerie{
	/*border: 1px solid black;*/
		position: relative;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Playfair Display', serif;	
		font-size: 1.6em;
		color: white;
		text-shadow: 5px 5px 5px black;		
		width: 200px;
		height: 200px;
		padding-top: 50px;
		background-image: url("bullereelle200X201.webp");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		z-index: 3;
}
img{
	vertical-align: middle;
}
.card{
	border: 2px solid lightgrey;
	padding: 3px;
	box-shadow: 2px 2px 2px lightgrey;
	position: relative;
}
.card img{
	/*width: 100%;*/
}
.card .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 2.5rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: 1s;
}
.card:hover .overlay{
	transform: scale(1.0);
}
div.centre{
	margin-left: 10px;
}
span.petit{
	font-size: 0.7em;
}
div.cote{
	display: flex;
	/* flex-direction: row; */
	width: 76%;
	/* column-gap: 20%; */
}
em.petit{
	font-size: 0.8em;
}
section.groupe{
	padding: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 10%;
	border-radius: 10px;
	text-align: center;
	width: 80%;
	font-family: "Nunito", serif;
	top: 30px;
/*	margin-left: 255px;*/
/*	padding: 30px;*/
	color: black;
	font-size: 1.1em;
	/*background-color: rgba(211, 200, 160, 0.9);*/
	background-image: url("tree1920X1042degrade.webp");
	opacity: 0.8;
/*	z-index: 1;*/
/*	width: 73%;*/
}
section.bas{
	/* margin-top: 25%; */
}
section.flex{
	display: flex;
	height: fit-content;
}
p.relax{
  font-family: "Nunito", serif;
  font-size: 1.2em;
  background-image: url("tree1920X1042degrade.webp");
  width: 65%;
  height: fit-content;
  text-align: center;
  padding: 1%;
  margin-left: 7%;
  border-radius: 86px;
}

/* ============================================ */
/* CSS CORRIGÉ - OPTION B - Meilleur positionnement */
/* Remplacer TOUT le CSS précédent par celui-ci */
/* ============================================ */

/* Phrase d'accroche page d'accueil - CENTRÉE ET RÉDUITE */
p.accroche-home {
    background-image: url("tree1920X1042degrade.webp");
    opacity: 0.75;
    padding: 18px 30px;
    border-radius: 20px;
    font-size: 1.15em;
    text-align: center;
    margin: 80px auto 30px auto;
    max-width: 650px;
    width: fit-content;
    font-style: italic;
    color: #1a3a0f;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Grille de services - CENTRÉE et RÉDUITE avec espace en haut */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    gap: 25px;
    margin: 40px auto 40px auto;
    padding: 0;
    position: relative;
    z-index: 2;
    justify-content: center;
    width: fit-content;
    clear: both;
}

/* Cartes de service - TAILLE RÉDUITE avec padding réduit */
.service-card {
    background-image: url("tree1920X1042degrade.webp");
    opacity: 0.75;
    padding: 22px 16px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: fit-content;
    min-height: 180px;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    opacity: 1;
}

.service-icon {
    font-size: 2.3em;
    margin-bottom: 10px;
    display: block;
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    color: #1a3a0f;
    margin-bottom: 8px;
    font-size: 1.15em;
}

.service-card p {
    color: #2d2d2d;
    font-size: 0.88em;
    line-height: 1.4;
    margin: 0;
}

/* Bouton CTA - CENTRÉ */
a.cta-button {
    display: block;
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.3em;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    margin: 35px auto 50px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    width: fit-content;
    z-index: 2;
    position: relative;
}

a.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%);
}

/* Section Actu - REPOSITIONNÉE */
div.actu {
    height: 550px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/* Bulle Actu - REPOSITIONNÉE À GAUCHE */
h3.actu {
    position: absolute;
    top: 14%;
    left: 24%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    color: white;
    text-shadow: 5px 5px 5px black;
    width: 200px;
    height: 200px;
    padding-top: 90px;
    background-image: url("bullereelle200X201.webp");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index: 3;
    margin: 0;
}

/* Animation bulle maintenue */
@keyframes animation{
    from{
        background-image: url("bullereelle100X101.webp");
    }
    to{
        transform: translateY(-50%) scale(1.07);
    }
}

h3.actu {
    animation: animation 3s infinite alternate;
}

/* Widget Facebook - BIEN CENTRÉ ET PLUS GRAND */
.facebook-widget {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    width: 540px;
    z-index: 2;
}

/* Ajustement hauteur section ensemble */
section.ensemble {
    height: auto;
    min-height: 90vh;
    padding-bottom: 50px;
}

/* Ajustement section suite */
section.suite {
    height: auto;
    min-height: 85vh;
}

/* ============================================ */
/* RESPONSIVE - Tablette */
/* ============================================ */

@media screen and (max-width: 1440px) {
    .services-grid {
        grid-template-columns: repeat(3, 260px);
        gap: 25px;
    }
    
    h3.actu {
        left: 10%;
    }
    
    .facebook-widget {
        width: 480px;
        left: 55%;
    }
}

@media screen and (max-width: 1200px) {
    p.accroche-home {
        max-width: 90%;
        font-size: 1.1em;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 240px);
        gap: 20px;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .service-icon {
        font-size: 2.2em;
    }
    
    h3.actu {
        left: 5%;
        font-size: 1.4em;
        width: 180px;
        height: 180px;
        background-image: url("bullereelle150X151.webp");
        padding-top: 70px;
    }
    
    .facebook-widget {
        width: 450px;
        left: 52%;
    }
    
    div.actu {
        height: 500px;
    }
}

/* ============================================ */
/* RESPONSIVE - Mobile */
/* ============================================ */

@media screen and (max-width: 1080px) {
    p.accroche-home {
        font-size: 1.05em;
        padding: 18px 25px;
        max-width: 92%;
        margin: 15px auto 25px auto;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 350px;
        margin: 25px auto;
    }
    
    .service-card {
        padding: 22px 18px;
    }
    
    .service-icon {
        font-size: 2.3em;
    }
    
    .service-card h3 {
        font-size: 1.15em;
    }
    
    .service-card p {
        font-size: 0.92em;
    }
    
    a.cta-button {
        font-size: 1.15em;
        padding: 14px 32px;
        margin: 25px auto 30px auto;
    }
    
    div.actu {
        height: auto;
        flex-direction: column;
        margin-top: 40px;
        padding-bottom: 30px;
    }
    
    h3.actu {
        position: static;
        transform: none;
        margin: 0 auto 25px auto;
        font-size: 1.5em;
        width: 180px;
        height: 180px;
        background-image: url("bullereelle150X151.webp");
        padding-top: 70px;
    }
    
    @keyframes animation {
        to {
            transform: scale(1.07);
        }
    }
    
    .facebook-widget {
        position: static;
        transform: none;
        margin: 0 auto;
        max-width: 95%;
        width: auto;
    }
    
    section.ensemble {
        min-height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    p.accroche-home {
        font-size: 1em;
        padding: 15px 20px;
    }
    
    .services-grid {
        max-width: 320px;
        gap: 15px;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .service-icon {
        font-size: 2em;
    }
    
    .service-card h3 {
        font-size: 1.05em;
    }
    
    .service-card p {
        font-size: 0.88em;
    }
    
    a.cta-button {
        font-size: 1.1em;
        padding: 13px 28px;
    }
}

@media screen and (max-width: 450px) {
    p.accroche-home {
        font-size: 0.95em;
        padding: 12px 18px;
    }
    
    .services-grid {
        max-width: 280px;
    }
    
    h3.actu {
        width: 150px;
        height: 150px;
        font-size: 1.3em;
        background-image: url("bullereelle100X101.webp");
        padding-top: 55px;
    }
}
/* ============================================ */
/* PAGE PARCOURS - VERSION OPTIMISÉE ET COMPACTE */
/* ============================================ */

section.audrey-optimized {
    font-family: "Raleway", sans-serif;
    position: relative;
    min-height: 75vh;
    padding: 20px;
}

/* Bulle "Qui suis-je" */
h3.audrey {
    position: absolute;
    top: 20px;
    left: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    color: white;
    text-shadow: 5px 5px 5px black;
    width: 200px;
    height: 200px;
    padding-top: 90px;
    background-image: url("bullereelle200X201.webp");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index: 3;
}

/* Conteneur principal - COMPACT */
.audrey-content {
    background-image: url("tree1920X1042degrade.webp");
    background-size: cover;
    border-radius: 15px;
    padding: 25px 35px;
    margin-left: 280px;
    max-width: 1190px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Photo - PLUS PETITE */
.audrey-photo {
    float: left;
    width: 120px;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.parcours-text {
    overflow: auto;
}

/* Sous-titres - PLUS COMPACTS */
.section-title {
    font-family: 'Playfair Display', serif;
    color: #1a3a0f;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(26, 58, 15, 0.3);
}

.section-title:first-of-type {
    margin-top: 0;
}

/* Paragraphes - COMPACTS */
.parcours-text p {
    color: #2d2d2d;
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: justify;
}

/* Paragraphe mis en valeur - COMPACT */
.parcours-text p.highlight {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    border-left: 3px solid #4a7c2c;
    border-radius: 5px;
    font-style: italic;
    margin: 15px 0;
}

/* Bouton CTA - COMPACT */
.cta-contact {
    text-align: center;
    margin-top: 25px;
    clear: both;
}

.btn-contact {
    display: inline-block;
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1em;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%);
    text-decoration: none;
}

/* ============================================ */
/* RESPONSIVE - Tablette */
/* ============================================ */

@media screen and (max-width: 1200px) {
    .audrey-content {
        margin-left: 220px;
        padding: 20px 30px;
    }

    .audrey-photo {
        width: 100px;
        margin-right: 18px;
    }

    .section-title {
        font-size: 1.1em;
        margin-top: 18px;
    }

    .parcours-text p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1080px) {
    section.audrey-optimized {
        padding: 25px 15px;
    }

    h3.audrey {
        position: static;
        margin: 0 auto 25px auto;
        font-size: 1.5em;
        width: 180px;
        height: 180px;
        background-image: url("bullereelle150X151.webp");
        padding-top: 70px;
    }

    .audrey-content {
        margin-left: 0;
        padding: 20px;
    }

    .audrey-photo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* ============================================ */
/* RESPONSIVE - Mobile */
/* ============================================ */

@media screen and (max-width: 800px) {
    section.audrey-optimized {
        padding: 20px 10px;
    }

    h3.audrey {
        width: 150px;
        height: 150px;
        font-size: 1.3em;
        background-image: url("bullereelle100X101.webp");
        padding-top: 55px;
        margin-bottom: 20px;
    }

    .audrey-content {
        padding: 18px 15px;
    }

    .audrey-photo {
        width: 90px;
    }

    .section-title {
        font-size: 1.05em;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .parcours-text p {
        font-size: 0.85em;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .btn-contact {
        font-size: 0.95em;
        padding: 10px 25px;
    }
}

/* ============================================ */
/* Compatibilité avec l'ancien code */
/* ============================================ */

section.audrey {
    font-family: 'Oleo Script', cursive;
    position: relative;
    height: 75vh;
}

p.audrey {
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    overflow: auto;
    position: absolute;
    top: 30px;
    margin-left: 255px;
    padding: 30px;
    color: black;
    font-size: 1.1em;
    background-image: url("tree1920X1042degrade.webp");
    opacity: 0.8;
    z-index: 1;
    width: 73%;
}

img.audrey {
    float: left;
    width: 7vw;
}
/* ============================================ */
/* PAGE PARCOURS - VERSION OPTIMISÉE ET COMPACTE */
/* ============================================ */

section.audrey-optimized {
    font-family: "Raleway", sans-serif;
    position: relative;
    min-height: 75vh;
    padding: 20px;
}

/* Bulle "Qui suis-je" */
h3.audrey {
    position: absolute;
    top: 20px;
    left: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    color: white;
    text-shadow: 5px 5px 5px black;
    width: 200px;
    height: 200px;
    padding-top: 149px;
    background-image: url("bullereelle200X201.webp");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index: 3;
}

/* Conteneur principal - COMPACT */
.audrey-content {
    background-image: url("tree1920X1042degrade.webp");
    background-size: cover;
    border-radius: 15px;
    padding: 25px 35px;
    margin-left: 280px;
    margin-top: 20px;
    max-width: 1190px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Photo - PLUS PETITE */
.audrey-photo {
    float: left;
    width: 120px;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.parcours-text {
    overflow: auto;
}

/* Sous-titres - PLUS COMPACTS */
.section-title {
    font-family: 'Playfair Display', serif;
    color: #1a3a0f;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(26, 58, 15, 0.3);
}

.section-title:first-of-type {
    margin-top: 0;
}

/* Paragraphes - COMPACTS */
.parcours-text p {
    color: #2d2d2d;
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: justify;
}

/* Paragraphe mis en valeur - COMPACT */
.parcours-text p.highlight {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    border-left: 3px solid #4a7c2c;
    border-radius: 5px;
    font-style: italic;
    margin: 15px 0;
}

/* Mission statement - TRÈS VISIBLE */
.parcours-text p.mission-statement {
    background: linear-gradient(135deg, rgba(74, 124, 44, 0.45) 0%, rgba(45, 80, 22, 0.45) 100%);
    padding: 15px 20px;
    border: 2px solid #4a7c2c;
    border-radius: 10px;
    font-size: 1.05em;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    color: #1a3a0f;
    line-height: 1.6;
}

/* Bouton CTA - COMPACT */
.cta-contact {
    text-align: center;
    margin-top: 25px;
    clear: both;
}

.btn-contact {
    display: inline-block;
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1em;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%);
    text-decoration: none;
}

/* ============================================ */
/* RESPONSIVE - Tablette */
/* ============================================ */

@media screen and (max-width: 1200px) {
    .audrey-content {
        margin-left: 220px;
        padding: 20px 30px;
    }

    .audrey-photo {
        width: 100px;
        margin-right: 18px;
    }

    .section-title {
        font-size: 1.1em;
        margin-top: 18px;
    }

    .parcours-text p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1080px) {
    section.audrey-optimized {
        padding: 25px 15px;
    }

    h3.audrey {
        position: static;
        margin: 0 auto 25px auto;
        font-size: 1.5em;
        width: 180px;
        height: 180px;
        background-image: url("bullereelle150X151.webp");
        padding-top: 70px;
    }

    .audrey-content {
        margin-left: 0;
        padding: 20px;
    }

    .audrey-photo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* ============================================ */
/* RESPONSIVE - Mobile */
/* ============================================ */

@media screen and (max-width: 800px) {
    section.audrey-optimized {
        padding: 20px 10px;
    }

    h3.audrey {
        width: 150px;
        height: 150px;
        font-size: 1.3em;
        background-image: url("bullereelle100X101.webp");
        padding-top: 55px;
        margin-bottom: 20px;
    }

    .audrey-content {
        padding: 18px 15px;
    }

    .audrey-photo {
        width: 90px;
    }

    .section-title {
        font-size: 1.05em;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .parcours-text p {
        font-size: 0.85em;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .parcours-text p.mission-statement {
        font-size: 0.95em;
        padding: 12px 15px;
    }

    .btn-contact {
        font-size: 0.95em;
        padding: 10px 25px;
    }
}

/* ============================================ */
/* Compatibilité avec l'ancien code */
/* ============================================ */

section.audrey {
    font-family: 'Oleo Script', cursive;
    position: relative;
    height: 75vh;
}

p.audrey {
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    overflow: auto;
    position: absolute;
    top: 30px;
    margin-left: 255px;
    padding: 30px;
    color: black;
    font-size: 1.1em;
    background-image: url("tree1920X1042degrade.webp");
    opacity: 0.8;
    z-index: 1;
    width: 73%;
}

img.audrey {
    float: left;
    width: 7vw;
}
/* ============================================ */
/* SECTION MON PARCOURS SUR PAGE D'ACCUEIL */
/* ============================================ */

section.parcours-home {
    font-family: "Raleway", sans-serif;
    position: relative;
    min-height: auto;
    padding: 60px 20px 40px 20px;
    margin-top: 40px;
}

/* Bulle "Qui suis-je" */
h3.parcours-bubble {
    position: absolute;
    top: -30px;
    left: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    color: white;
    text-shadow: 5px 5px 5px black;
    width: 200px;
    height: 200px;
    padding-top: 90px;
    background-image: url("bullereelle200X201.webp");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    z-index: 3;
    animation: bubble-float 3s infinite alternate;
}

@keyframes bubble-float {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

/* Conteneur principal */
.parcours-home-content {
    background-image: url("tree1920X1042degrade.webp");
    background-size: cover;
    border-radius: 15px;
    padding: 25px 35px;
    margin-left: 280px;
    margin-right: 20px;
    max-width: 1200px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Photo */
.parcours-home-photo {
    float: left;
    width: 120px;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.parcours-home-text {
    overflow: auto;
}

/* Sous-titres */
.parcours-home-title {
    font-family: 'Playfair Display', serif;
    color: #1a3a0f;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(26, 58, 15, 0.3);
}

.parcours-home-title:first-of-type {
    margin-top: 0;
}

/* Paragraphes */
.parcours-home-text p {
    color: #2d2d2d;
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: justify;
}

/* Paragraphe mis en valeur */
.parcours-home-text p.parcours-home-highlight {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    border-left: 3px solid #4a7c2c;
    border-radius: 5px;
    font-style: italic;
    margin: 15px 0;
}

/* Mission statement */
.parcours-home-text p.parcours-home-mission {
    background: linear-gradient(135deg, rgba(74, 124, 44, 0.45) 0%, rgba(45, 80, 22, 0.45) 100%);
    padding: 15px 20px;
    border: 2px solid #4a7c2c;
    border-radius: 10px;
    font-size: 1.05em;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    color: #1a3a0f;
    line-height: 1.6;
}

/* Bouton CTA */
.parcours-home-cta {
    text-align: center;
    margin-top: 25px;
    clear: both;
}

.btn-parcours-contact {
    display: inline-block;
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1em;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-parcours-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%);
    text-decoration: none;
}

/* Ajustement de la section actu */
div.actu {
    margin-top: 60px;
}

/* ============================================ */
/* RESPONSIVE - Tablette */
/* ============================================ */

@media screen and (max-width: 1200px) {
    .parcours-home-content {
        margin-left: 220px;
        padding: 20px 30px;
    }

    .parcours-home-photo {
        width: 100px;
        margin-right: 18px;
    }

    .parcours-home-title {
        font-size: 1.1em;
        margin-top: 18px;
    }

    .parcours-home-text p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1080px) {
    section.parcours-home {
        padding: 40px 15px 30px 15px;
    }

    h3.parcours-bubble {
        position: static;
        margin: 0 auto 25px auto;
        font-size: 1.5em;
        width: 180px;
        height: 180px;
        background-image: url("bullereelle150X151.webp");
        padding-top: 70px;
    }

    .parcours-home-content {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

    .parcours-home-photo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* ============================================ */
/* RESPONSIVE - Mobile */
/* ============================================ */

@media screen and (max-width: 800px) {
    section.parcours-home {
        padding: 30px 10px 20px 10px;
    }

    h3.parcours-bubble {
        width: 150px;
        height: 150px;
        font-size: 1.3em;
        background-image: url("bullereelle100X101.webp");
        padding-top: 55px;
        margin-bottom: 20px;
    }

    .parcours-home-content {
        padding: 18px 15px;
    }

    .parcours-home-photo {
        width: 90px;
    }

    .parcours-home-title {
        font-size: 1.05em;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .parcours-home-text p {
        font-size: 0.85em;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .parcours-home-text p.parcours-home-mission {
        font-size: 0.95em;
        padding: 12px 15px;
    }

    .btn-parcours-contact {
        font-size: 0.95em;
        padding: 10px 25px;
    }

    div.actu {
        margin-top: 40px;
    }
}

@media screen and (max-width: 450px) {
    h3.parcours-bubble {
        width: 130px;
        height: 130px;
        font-size: 1.1em;
        padding-top: 45px;
    }

    .parcours-home-content {
        padding: 15px 12px;
    }

    .parcours-home-photo {
        width: 80px;
    }
}
/* ============================================ */
/* FLÈCHE DE NAVIGATION VERS "QUI SUIS-JE" */
/* ============================================ */

/* Conteneur de la flèche */
.scroll-arrow-down {
    text-align: center;
    margin: 40px auto 30px auto;
    animation: bounce-down 2s infinite;
}

/* Style de la flèche */
.scroll-arrow-down a {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

/* Icône à l'intérieur */
.scroll-arrow-down a i {
    color: white;
    font-size: 1.8em;
}

/* Effet au survol */
.scroll-arrow-down a:hover {
    transform: translateY(5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%);
}

/* Animation de rebond */
@keyframes bounce-down {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-8px);
    }
}

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

@media screen and (max-width: 800px) {
    .scroll-arrow-down {
        margin: 30px auto 20px auto;
    }
    
    .scroll-arrow-down a {
        width: 50px;
        height: 50px;
    }
    
    .scroll-arrow-down a i {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 450px) {
    .scroll-arrow-down a {
        width: 45px;
        height: 45px;
    }
    
    .scroll-arrow-down a i {
        font-size: 1.3em;
    }
}
/* ============================================ */
/* ICÔNES COLORÉES POUR PAGE RELAX & SENS */
/* ============================================ */

/* Retirer la couleur uniforme verte */
.program-card .icon,
.benefit-card .icon {
    color: inherit; /* Permet aux couleurs individuelles de s'appliquer */
}

/* SECTION PROGRAMME - Icônes colorées */

/* Temps d'échange - Bleu communication */
.program-card:nth-child(1) .icon {
    color: #2196F3;
}

/* Découverte Aromathérapie - Violet/Lavande */
.program-card:nth-child(2) .icon {
    color: #9C27B0;
}

/* Pratique Sophrologie - Vert apaisant */
.program-card:nth-child(3) .icon {
    color: #4CAF50;
}

/* Support olfactif - Orange/Ambre */
.program-card:nth-child(4) .icon {
    color: #FF9800;
}

/* Clôture bienveillante - Rose/Corail */
.program-card:nth-child(5) .icon {
    color: #E91E63;
}

/* SECTION BÉNÉFICES - Icônes colorées */

/* Relaxation profonde - Bleu ciel */
.benefit-card:nth-child(1) .icon {
    color: #03A9F4;
}

/* Maîtrise respiratoire - Turquoise */
.benefit-card:nth-child(2) .icon {
    color: #00BCD4;
}

/* Bien-être durable - Vert émeraude */
.benefit-card:nth-child(3) .icon {
    color: #009688;
}

/* SECTION PARTENARIAT - Icône dorée */
.partnership-icon {
    color: #FF9800 !important;
}

/* Icône conseil pratique - Orange vif */
.practical-info h4 i,
.info-item i {
    color: #FF5722 !important;
}

/* Effet hover sur les cartes - légère accentuation de la couleur */
.program-card:hover .icon,
.benefit-card:hover .icon {
    filter: brightness(1.2);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Animation subtile des icônes au chargement */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.program-card .icon,
.benefit-card .icon {
    animation: fadeInScale 0.5s ease-out;
}

/* Délai progressif pour l'animation */
.program-card:nth-child(1) .icon { animation-delay: 0.1s; }
.program-card:nth-child(2) .icon { animation-delay: 0.2s; }
.program-card:nth-child(3) .icon { animation-delay: 0.3s; }
.program-card:nth-child(4) .icon { animation-delay: 0.4s; }
.program-card:nth-child(5) .icon { animation-delay: 0.5s; }

.benefit-card:nth-child(1) .icon { animation-delay: 0.2s; }
.benefit-card:nth-child(2) .icon { animation-delay: 0.4s; }
.benefit-card:nth-child(3) .icon { animation-delay: 0.6s; }
/* ============================================ */
/* ICÔNES COLORÉES POUR PAGE RELAX & SENS */
/* ============================================ */

/* Retirer la couleur uniforme verte */
.program-card .icon,
.benefit-card .icon {
    color: inherit; /* Permet aux couleurs individuelles de s'appliquer */
}

/* SECTION PROGRAMME - Icônes colorées */

/* Temps d'échange - Bleu communication */
.program-card:nth-child(1) .icon {
    color: #2196F3;
}

/* Découverte Aromathérapie - Violet/Lavande */
.program-card:nth-child(2) .icon {
    color: #9C27B0;
}

/* Pratique Sophrologie - Vert apaisant */
.program-card:nth-child(3) .icon {
    color: #4CAF50;
}

/* Support olfactif - Orange/Ambre */
.program-card:nth-child(4) .icon {
    color: #FF9800;
}

/* Clôture bienveillante - Rose/Corail */
.program-card:nth-child(5) .icon {
    color: #E91E63;
}

/* SECTION BÉNÉFICES - Icônes colorées */

/* Relaxation profonde - Bleu ciel */
.benefit-card:nth-child(1) .icon {
    color: #03A9F4;
}

/* Maîtrise respiratoire - Turquoise */
.benefit-card:nth-child(2) .icon {
    color: #00BCD4;
}

/* Bien-être durable - Vert émeraude */
.benefit-card:nth-child(3) .icon {
    color: #009688;
}

/* SECTION PARTENARIAT - Icône dorée */
.partnership-icon {
    color: #FF9800 !important;
}

/* Icône conseil pratique - Orange vif */
.practical-info h4 i,
.info-item i {
    color: #FF5722 !important;
}

/* Effet hover sur les cartes - légère accentuation de la couleur */
.program-card:hover .icon,
.benefit-card:hover .icon {
    filter: brightness(1.2);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Animation subtile des icônes au chargement */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.program-card .icon,
.benefit-card .icon {
    animation: fadeInScale 0.5s ease-out;
}

/* Délai progressif pour l'animation */
.program-card:nth-child(1) .icon { animation-delay: 0.1s; }
.program-card:nth-child(2) .icon { animation-delay: 0.2s; }
.program-card:nth-child(3) .icon { animation-delay: 0.3s; }
.program-card:nth-child(4) .icon { animation-delay: 0.4s; }
.program-card:nth-child(5) .icon { animation-delay: 0.5s; }

.benefit-card:nth-child(1) .icon { animation-delay: 0.2s; }
.benefit-card:nth-child(2) .icon { animation-delay: 0.4s; }
.benefit-card:nth-child(3) .icon { animation-delay: 0.6s; }