/*---------------------------------------
  VARIABLES ET FONT-FACES
-----------------------------------------*/
@font-face {
  font-family: "dashicons";
  src: url("../fonts/dashicons.woff2") format("woff2"),
       url("../fonts/dashicons.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Light/OpenSans-Light.woff2") format("woff2"),
       url("../fonts/opensans/Light/OpenSans-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/LightItalic/OpenSans-LightItalic.woff2") format("woff2"),
       url("../fonts/opensans/LightItalic/OpenSans-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Regular/OpenSans-Regular.woff2") format("woff2"),
       url("../fonts/opensans/Regular/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Italic/OpenSans-Italic.woff2") format("woff2"),
       url("../fonts/opensans/Italic/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Semibold/OpenSans-Semibold.woff2") format("woff2"),
       url("../fonts/opensans/Semibold/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Bold/OpenSans-Bold.woff2") format("woff2"),
       url("../fonts/opensans/Bold/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff2") format("woff2"),
       url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2") format("woff2"),
       url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "forelle";
  src: url("../fonts/forelle/forelle.woff2") format("woff2"),
		url("../fonts/forelle/forelle.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --p-glycine: 	      #CBBCDC;
  --p-glycine2: 	  #906B9A;
  --p-glycine3: 	  #804E8E;
  --p-violet: 		  #703083;
  --p-cyan:           #55e4ec;
  --p-saumon:		  #F0C68E;
  --p-jaune:		  #FDE8C6;
  --p-rose:			  #FAE3DF;
  --p-blanc-chaud:	  #fffaf5;
  --p-font-family:    Open Sans, arial, sans-serif;
}

/*---------------------------------------
  RÈGLES GÉNÉRALES ET MISE EN PAGE
-----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
html{
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	border: 0;
    font-size: 1rem;
    line-height: 1.5;
}
body{
	font-family: var(--p-font-family);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 0;
	border: 0;
	background-image: linear-gradient(
        to bottom,
        var(--p-saumon) 0%,
		var(--p-saumon) 15%,
        var(--p-jaune) 50%,
        var(--p-rose) 100%
    );
}
b{
	font-weight: 700;
}
strong{
	font-weight: 800;
}
main{
	display: block;
    position: static;
	width: 100%;
	padding: 0 0 50px 0;
	scroll-margin-bottom: 20px;
}
footer{
	width: auto;
	display: block;
	position: sticky;
}
h1{
	padding-top: 20px;
	font-weight: 800;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
ul.accueil ul.accueil{
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.mobile{
		display: none !important;
	}
}
@media (max-width: 767px) {
	.desktop{
		display: none !important;
	}
}
/*---------------------------------------
  ACCUEIL ET EN-TÊTE
-----------------------------------------*/
main.accueil{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 35px;	
}
h1.accueil{
	font-size: 1.5em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.25em;
	font-weight: 800;
}
h2.accueil{
	font-size: 1em;
	padding-top: 1em;
	text-align: left;
	font-weight: 800;
}
h2.accueil_ndb{
	font-size: 2.5em;
	font-family: forelle;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 800;	
}
h2.pub_apotheca{
	font-size: 1.15em;
	font-weight: 800;
}
/*h3.accueil{
	font-size: 1.15em;
	padding-top: 1em;
	text-align: left;
}*/
strong.accueil_bl{
	font-size: 4em;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	font-family: forelle;
	font-weight: normal;
}

strong.accroche-accueil{
	font-size: 3em;
	line-height: 1em;
	font-family: forelle;
	font-weight: normal;
}
div.accroche-accueil{
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-bottom: 2em;
}
p.accueil-alerte{
	font-size: 0.8em;
}
div.accueil_titre{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	border-radius: 35px;
}
div.accueil, div.accueil_nom{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	border-radius: 35px;
}
a.accueil{
	color: var(--p-violet);
	font-weight: 600;
	text-decoration: underline;
}
@media (min-width: 768px) {
	div.accueil_titre{
		display: flex;
		gap: 20px 20px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	div.accueil_nom{
		flex: 0 1 400px;
	}
	div.entete_photo{
		flex: 0 0 500px;
		padding: 0 20px;
	}
	/*div.accueil_presentation{
		flex: 0 0 100%;
		width: 80%;
		margin: auto;
		background-color: var(--p-jaune);
		padding: 15px 25px 15px 25px;
		border-radius: 15px;		
	}*/
	div.accueil_presentation {
		background: var(--p-blanc-chaud);
		border-left: 8px solid #F0C68E;
		border-right: 8px solid #F0C68E;
		padding: 2rem;
		border-radius: 15px;
		box-shadow: 2px 4px 15px rgba(0,0,0,0.05);
	}
	span.title_name{
		font-size: 4rem;
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		font-family: forelle;
		font-weight: normal;
	}
	span.title_job{
		font-size: 1.5rem;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0.25rem;
		display: block;
	}
	span.title_loc{
		font-size: 2.5rem;
		font-family: forelle;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 1rem;	
		display: block;
	}
	img.accueil{
		margin: auto;
		max-width: 140px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1130px) {
	div.accueil_presentation {
	 max-width: 700px;
	}
	
}
.accueil_texte{
	text-align: justify;
	text-indent: 1rem;
	line-height: 1.5rem;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
}
div.diaporama_mobile{
	display: none;
}
video.accueil {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/3;
  border-radius: 21px;
}
img.accueil{
	max-width: 140px;
}
div.mini_presentation_desktop{
	width: 80%;
	margin: auto;
	background-color: var(--p-jaune);
	padding: 15px 25px 15px 25px;
	border-radius: 15px;
}
/* Défilement des images de la page d'accueil */
.slideshow-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    margin: auto;
    overflow: hidden;
    border-radius: 21px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.slide, .mslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; 
    border-radius: 21px; 
}
.slide.active, .mslide.active {
    opacity: 1;
}
/* Témoignages */
.testimonial-title {
    text-align: left;
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
}
.review-block {
    background-color: #fcfcfc;
	border-radius: 16px;
    border-left: 5px solid var(--p-violet);
	border-right: 5px solid var(--p-violet);
    padding: 20px 20px 10px 30px;
    margin: 20px 0;
    font-style: italic;
    line-height: 1.6;
    position: relative;
}
.review-block .quote-icon {
    color: var(--p-violet);
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    left: 8px;
    opacity: 0.5;
}
.review-text {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    font-style: italic;
}
.review-author {
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
}
.read-more-trigger{
	display: none;
}
/* Liens de réservation (utilisés sur la page d'accueil) */
div.liens_accueil{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: space-around;
	gap: 5px;
	justify-content: center;
	padding-bottom: 20px;
	width: 80%;
	max-width: 700px;
	margin: auto;
	}
.btn-reservation {
    display: flex;
    align-items: center;
	text-align: center;
    justify-content: center;
    padding: 7px 14px 7px 3px;
    margin: 10px auto;
    border: none;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-decoration: none;
	background-color: var(--p-glycine2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 250px;
	max-width: 300px;
}
.btn-reservation:hover {
	background-color: var(--p-glycine3);
}
.btn-cabinet {
    background-color: var(--p-glycine2);
}
.btn-cabinet:hover {
    background-color: var(--p-glycine3);
}
.btn-distance {
    background-color: var(--p-glycine2);
}
.btn-distance:hover {
    background-color: var(--p-glycine3);
}
.btn-reservation i{
	padding-right: 1.75em;
}
.btn-reservation svg {
    margin-right: 10px;
    width: 24px; /* Taille de l'icône */
    height: 24px;
    fill: white; /* Couleur de l'icône */
}
/*---------------------------------------
  PRESTATIONS ET TARIFS
-----------------------------------------*/
div.prestations{
	width: 90%;
	max-width: 1000px;	
	margin: auto;
}
div.prestations_titre{
	width: 90%;
	max-width: 700px;
	margin: auto;
	padding: 40px;
	margin-bottom: 20px;
}
div.prestations_prestations, .tarif {
	width: 90%;
	max-width: 700px;
	margin: auto;
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 35px;
	border: 2px outset #eee;
	margin-bottom: 20px;
}
h1.prestations{
	font-size: 1.5em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.25em;
	text-align: center;
}
h2.prestations{
	font-size: 1.25em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.25em;
	text-align: left;
}
ul.prestations{
	font-size: 1em;
	text-align: left;	
}
.tarif_img {
    width: 40%;
	max-width: 150px;
	filter: drop-shadow(7px 7px 7px gray);
}
.tarif_img_mp {
	width: 50px;
	filter: drop-shadow(3px 3px 3px gray);
	}
.tarif_moyen_paiement {
	min-width: 80%;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	margin-bottom: 20px;
	color: black;
}
div.flex_prestations{
	display: flex;
	flex-wrap: wrap;
	margin: -10px auto;
    justify-content: center; 
	width: 100%;
	max-width: 1000px;
	padding-top: 20px;
	padding-bottom: 10px;
}
div.tuile_prestations{
	display: flex; 
	flex-direction: column;
    justify-content: center; 
    align-items: center;
	height: 120px;
	width: 120px;
	margin: 10px;
	vertical-align: middle;
	border: solid 0px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	background-image: linear-gradient(
		-45deg,
		var(--p-saumon) 0%,
		var(--p-rose) 100%
	);
}
div.tuile_prestations div{
	margin: auto;
}
div.tuile_prestations img{
	max-width: 100px;
	max-height: 50px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.tuile_prestations svg{
	max-width: 100px;
	max-height: 50px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	fill: white;
	stroke: white;
	stroke-width: 2px;
}
div.tuile_prestations p{
	width: 90%;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.85em;
	font-weight: 600;
}

/*---------------------------------------
  CONTACT
-----------------------------------------*/
div.contact{
    display: flex; 
    flex-flow: row wrap;
    justify-content: center;
    max-width: 550px;
	padding: 20px;
    margin: 20px auto;
    background-color: rgba(255,255,255,1);
	border-radius: 21px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}
div.contact h2{
    margin: 10px;
	padding: 10px;
}
div.contact > div{
	margin: 40px;
}
label.contact{
	display: inline-block;
	margin-top: 1em;
}
h2.contact{
	display: inline-block;
	text-align: center;
	width: 100%;
}
input.contact, textarea.contact{
	width: 100%;
	max-width: 24em;
	padding: 5px;
	border: solid 0px;
	background-color: rgba(250, 250, 250, 0.5);
	border-radius: 7px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}
input.contact{
	height: 1.5em;
}
.contact-envoi{
	display: inline-block;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	width: 100%;
	max-width: 24em;
	height: 40px;
	border-radius: 7px;
    border: 2px outset #fff;
	font-size: 1em;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	vertical-align: middle;
}
img.majority {
	height: 0.8em;
    cursor:default;
	opacity: .01;
}
input.majority{
    opacity: .01;
    border: none;
    outline: none;
    cursor:default;
}
label.majority{
    opacity: .01;
    border: none;
    outline: none;
    cursor:default;
}
/*---------------------------------------
  PRISE DE RENDEZ-VOUS (RDV)
-----------------------------------------*/
main {
	text-align: center; /* Règle générale pour `main` issue de rdv.css, appliquée ici */
}
h1.rdv{
	font-size: 2em;
	margin-top: 1em;
	padding-top: 0;
	margin-bottom: 1em;
}
h2.rdv{
	font-size: 1.5em;
	margin-top: 1em;
	padding-top: 0;
	margin-bottom: 1em;
}
.tableaurdv{
	display: flex;
	flex-wrap: wrap;
    flex: 1 1 auto;
	padding: 0;
	margin: 0;
	text-align: center;
}
.rdv{ /* Conteneur d'une journée de rdv */
    max-width: 680px;
	margin: auto;
}
.boutondate{
	display: inline-block;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	width: 240px;
	height: 40px;
	border-radius: 7px;
	border: 2px outset #fff;
	font-size: 1em;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 16px;
}
.colonne{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	vertical-align: top;
}
.colonne>* {
  flex: 1 1 auto;
}
.rdvlabel {
  display: inline-block;
  min-width: 90px;
  max-width: 120px;
  height: 40px;
  gap:10px;
  margin: 5px;
  cursor: pointer;
  background-color: #FFFCF3;
  border-radius: 7px;
  border: 2px outset var(--p-glycine);
  text-align: center;
  font-size: 1em;
}
input.inputdate {
  position: absolute;
  left: -9999px;
}
/* Rendez-vous libres */
a.rdv-link {
	display: block;
	max-width:100px;
	margin: 2px;
	background-color: rgba(255,255,255,1);
	border-radius: 7px;
	border: 2px outset var(--p-glycine);
	font-size: 1em;
	text-decoration: none;
	color: black;
	padding: 2px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
/* Rendez-vous pris */
span.rdv-link{
	display: block;
	max-width:100px;
	margin: 2px;
	background-color: var(--p-violet);
	border-radius: 7px;
	border: 2px outset var(--p-glycine);
	font-size: 1em;
	text-decoration: line-through;
	color: white;
	padding: 2px;
  white-space: nowrap;
  cursor: none;
  user-select: none;
}

a.rdv-link:hover, input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, .6);
  background-color: var(--p-glycine);
  font-weight: bold;
}
input:checked + label {
  background-color: var(--p-violet);
  border: 2px outset var(--p-violet);
  color: #fff;
}
input:checked + label::before {
  background-color: #fff;
}
.navrdv{
	width: inherit;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
a.ardv, label.ardv{
  text-decoration:none;
  text-indent: 0;
  color:white;
  background-color: var(--p-glycine3);
  display: inline-block;
	min-width: 112px;
	padding: 7px 14px 7px 14px;
  border-radius: 7px;
  border: 2px outset #fff;
  font-size: 1em;
  vertical-align: middle;
  margin: auto;
  cursor: pointer;
}
.ardv>i{
	margin: auto;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.ardv:hover{
  transform: scale(1.1);
  background-color: var(--p-violet);
  border: 2px outset #fff;
}
.ardv:active{
	position:relative;
	top: 1px;
}
a.ardv-desktop{
	padding: 10px;
}
.reserver{
	display: block;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	height: 40px;
	border-radius: 7px;
    border: 2px outset #fff;
	font-size: 1em;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	vertical-align: middle;
	margin: auto;
}
.reserver:hover{
	transform: scale(1.1);
	background-color: var(--p-violet);
	border: 2px outset #fff;
}
.reserver:active{
	position:relative;
	top: 1px;
}
.reserver > a{
	text-decoration: none;
	color: green;
}
.login{
    margin-top:10px;
    display:inline;
}
.rdvcltpris{
    width: 100%;
    height: 100%;
    display: table;
	margin: auto;
    text-align: center;
	width: 400px;
	height: 300px;
	border: solid var(--p-violet);
	border-width: 3px;
	border-radius: 20px;
	background-color: white;
}
.rdvcltpris > div{
	margin: auto;
	color: var(--p-violet);
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
/* Prise de RDV - Structure des pages */
div.rdv_main{
	margin: auto;
	display: flex;
}
div.rdv_choix{
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 21px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	margin-bottom: 2em;
}
div.prise_rdv{
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 7px;	
}
div.rdv2{ /* Conteneur de l'étape de sélection de date/heure */
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 7px;
}
div.annonce_rdv{
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}
div.rdv_annonce{
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}
div.rdv_formulaire{
	position: relative;
	display: inline-block;
	margin: auto;
	width: 80%;
	max-width: 300px;
	padding: 5px;
}
div.proposition_rdv{
	display: grid;
	grid-template: "a b c";
	margin: auto;
	width: 480px;
}
div.rdv_tableau{
	align-items: center;
    display: box;
    height: 330px;
    overflow-y: scroll;
}
div.rdv_tableau_colonne{
	text-align: center;
	vertical-align: top;
	padding-bottom: 1em;
}
div.rdv_tableau_cellule_date{
	display: block;
	max-width:100px;
	height: 4.5em;
	margin: 2px;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	border: 2px outset var(--p-glycine3);
	font-size: 0.95em;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: none;
}
div.rdv_tableau_cellule{
	display: block;
	max-width:100px;
	height: 30px;
	margin: 2px;
	background-color: rgba(255,255,255,1);
	border-radius: 7px;
	border: 2px outset var(--p-glycine);
	font-size: 1em;
}
div.barre_rdv_nav{
	display: flex;
	align-items: center;
}
a.btn_nav{
	display: block;
	width: 20px;
	height: 4.5em;
	line-height: 4.5em;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 7px;
	border: 2px outset var(--p-glycine3);
	font-size: 0.95em;
	margin-top: 2px;
	padding-bottom: 3px;
}
div.fleche_nav{
	width: 40px;
	height: 360px;
	padding-top: 1em;
}
.fleche_nav_gauche{
	margin-right: 2px;
	margin-left: auto;
}
.fleche_nav_droite{
	margin-right: auto;
	margin-left: 2px;
}
span.fleche_nav{
	height: 4.5em;
	display: block;
}
.rdv_tableau_nav{
	width:30px;
	height: 24px;
	padding-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	background-color: var(--p-glycine3);
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	border: 2px outset #fff;
	font-size: 1em;
	text-decoration: none;
}
a:hover.rdv_tableau_nav{
	color: #000;
	transform: scale(1.1);
}
input[type='text'].box{
	height: 2em;
	width: 90%;
	max-width: 16em;
	font-size: 1em;
	font-family: var(--p-font-family);
	padding: 5px;
	margin: auto;
	margin-bottom: 5px;
}
textarea.box{
	height: 7em;
	width: 90%;
	max-width: 16em;
	font-size: 1em;
	font-family: var(--p-font-family);
	padding: 5px;
	margin: auto;
}
.robot{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -9999px;
}
p.controle_saisie_rdv{
	animation: clignotte 2s infinite;
	color: var(--p-violet);
}
@keyframes clignotte {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}
table.ardvtableau{
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
td.ardvtableau{
	width: 20%;
}
td.ardvtableau1{
	width: 60%;
}
td.ardvtableau2{
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 20px;
}
input.ardvreserver{
	position: absolute;
	left: -99999px;
}
img.rdv_img{
	width: 72px;
	margin: 7px;
}

/*---------------------------------------
  MENTIONS LÉGALES
-----------------------------------------*/
table.mentions{
  font-family: var(--p-font-family);
  text-align:left;
}
div.mentions{
	width: 90%;
	max-width: 800px;
	margin: auto;
	padding-top: 20px;
	text-align: justify;
}
div.mentions h1{
	font-size: 1.25em;
}
div.mentions h2{
	font-size: 1.15em;
	text-align: left;
}
div.mentions h3{
	font-size: 1em;
	text-align: left;
}
div.mentions b{
	font-weight: 600;
}
div.mentions p{
	font-size: 0.9em;
}
div.mentions ul{
	text-align: left;
	font-size: 0.9em;
}
/*---------------------------------------
  RÈGLES SPÉCIFIQUES DESKTOP/LARGE (min-width: 721px)
  Les classes .accueil_mobile et .temoignage_mobile sont masquées.
-----------------------------------------*/

@media screen and (min-width:768px){
	
	/* ACCUEIL */
	.accueil_mobile,
	.temoignage_mobile {
	  display: none; 
	}
	.accueil_desktop {
	  display: block; 
	}

	div.entete{
		display: flex;
		width: 100%;
	}
	div.entete_titre{
		display: block;
		margin: 50px;
		width: 50%;
		height: 100%;
	}

	/* RDV */
	div.prise_rdv{
		display: flex;
		width: 700px;
		border-radius: 21px;
		box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);		
	}
	div.rdv2{
		display: block;
		width: 500px;
		border-radius: 21px;
		box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
		padding-top: 20px;
		margin-top: 10px;
	}
	div.annonce_rdv{
		width: 200px;
		padding-top: 120px;
	}
	div.rdv_annonce{
		padding-bottom: 20px;
		width: 80%;
		margin: auto;
	}
	div.rdv_confirmation{
		display: block;
		width: 80%;
		margin: auto;
	}
	div.rdv_formulaire{
		display: inline-block;
		margin: auto;
	}
	div.proposition_rdv{
		width: 480px;
		height: 380px;
	}
	div.rdv_choix_prestation{
		width: 680px;
	}
	div.rdv_tableau_colonne{
		max-height: 360px;
		width:100px;
	}
	div.rdv_tableau{
		height: 360px;
		overflow-y: hidden;
		scroll-snap-type: y mandatory;
		padding-top: 1em;
		width:400px;
	}
	div.rdv_nav{
		width: 400px;
		height: 50px;
		overflow-y: hidden;
	}
	/* Section scrollable/masquée pour RDV */
	section{
		width: 400px;
		height: 360px;
		display: inline grid;
		grid-template: "a b c d";
		scroll-snap-align: start;
	}
	.hidden1, .hidden2, .hidden3, .hidden4 {
		width: 400px;
		height: 360px;	
		display: inline grid;
		grid-template: "a b c d";
	}
	.hidden2, .hidden3, .hidden4 {
		display: none;
	}
}

/*---------------------------------------
  RÈGLES SPÉCIFIQUES TABLETTE/MOYEN (min-width: 501px et max-width: 900px/720px)
-----------------------------------------*/

@media screen and (min-width:768px) and (max-width:900px){
	/* ACCUEIL & GÉNÉRAL */
	.accueil_desktop {
        display: block;
    }
	main.accueil{
		width: 90%;
	}
	div.accueil{
		display: block;
		width: 90%;
		max-width: 800px;
		margin: auto;
		padding: 20px;
	}
	div.accueil_titre{
		width: 100%;
		max-width: 800px;
		margin: auto;
		padding: 20px;
	}
	.accueil_texte{
		width: 100%;
		max-width: 800px;
		margin: auto;
	}
	div.entete{
		display: block;
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	div.entete_titre{
		display: block;
		margin: 50px;
	}
	div.entete_photo{
		margin: auto;
		width: 75%;
	}
	img.accueil{
		max-width: 130px;
		width: 40%;
		height: auto;
	}
	div.contact{
		width: 80%;
	}
	.tarif_img_mp {
		width: 50px;
	}
}

/* Règle spécifique pour ajustement de taille de tarif sur écran moyen */
@media screen and (max-width:800px){
	.tarif{
		max-width: 500px;
	}
}

/* RDV sur écrans <= 720px (pour harmoniser avec rdv.css) */
@media screen and (max-width:720px){
	.accueil_desktop {
        display: block;
    }
    .accueil_mobile, .temoignage_mobile {
        display: none;
    }
	main{
		width: 95%;
		max-width: 550px;
		margin: auto;		
	}
	div.rdv2{
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 100px;
	}
	div.rdv_choix_prestation{
		width: 100%;
	}
	div.rdv_tableau_colonne{
		width: auto;
		height: auto;
	}
	div.rdv_nav{
		width: 100%;
		height: 50px;
	}
	div.annonce_rdv{
		padding-top: 20px;
	}
	section{
		width: 400px;
		height: auto;	
		display: inline grid;
		margin: auto;
		grid-template: "a b c d";
		scroll-snap-align: start;
	}
	div.rdv_tableau{
		height: auto;
		width: 400px;
		overflow-y: hidden;
		scroll-snap-type: y mandatory;
		padding-top: 1em;
	}
	.hidden1, .hidden2, .hidden3, .hidden4 {
		width: 400px;
		height: 330px;	
		display: inline grid;
		grid-template: "a b c d";
	}
	.hidden2, .hidden3, .hidden4 {
		display: none;
	}
	div.rdv_annonce{
		padding-bottom: 20px;
		width: 80%;
		max-width: 16em;
		margin: auto;
	}
	div.rdv_confirmation{
		display: block;
		width: 80%;
		max-width: 16em;
		margin: auto;
	}
	div.rdv_formulaire{
		display: inline-block;
		margin: auto;
	}
}

/*---------------------------------------
  RÈGLES SPÉCIFIQUES MOBILE (max-width: 500px)
-----------------------------------------*/
@media screen and (max-width:767px){
	
	/* SWITCH MOBILE/DESKTOP */
	.accueil_desktop {
        display: none !important;
    }
    .accueil_mobile, .temoignage_mobile, .mobile {
        display: block;
    }
	body{
		padding: 0 !important;
	}
	.accueil_mobile p{
		margin : 0;
		padding: 0;
	}
	main.accueil{
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		background: none;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	span.mobile-break {
	display: block;
	height: 1em;
	content: "";  /* Assure que le span occupe de l'espace */
    }	
	/* ACCUEIL MOBILE */
	img.photo_mobile{
		overflow:hidden;
		aspect-ratio: 1 / 1;
		border-radius:50%;
		width:125px;
		height:125px;
		object-fit: cover;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	}
	strong.signature_mobile, span.title_name{
		font-size: 1.25rem;
		font-weight: 800;
		margin-top: 1rem;
		margin-bottom: 0;
		display: block;
	}
	strong.h1_accueil_mobile, span.title_job{
		font-size: 1.75rem;
		font-weight: 200;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0em;
		display: block;
	}
	strong.h2_accueil_mobile, span.title_loc{
		font-size: 1.15rem;
		font-weight: 200;
		padding-top: 0;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
		display: block;
	}
	strong.accroche_mobile{
		font-size: 1.25rem;
		font-weight: 200;
		padding-top: 0;
		margin-top: 0.25rem;
		margin-bottom: 0.5rem;
		font-style: italic;
	}
	div.accroche_mobile{
		background: rgba(255, 255, 255, 0.3);
		border-radius:15px;
		padding: 5px;
		width: 100%;
		max-width: 350px;
		margin: auto;
	}
	div.photo_mobile{
		display: block;
		margin: 10px;
	}
	div.accueil_mobile{
		display: block;
		margin: 15px;
	}
	div.accueil_mobile h3.accueil{
		font-size: 0.95em;
		text-align: left;
	}
	div.resume_mobile{
		width: 80%;
		margin: auto;
		font-size: 0.95em;
		font-weight: 400;
	}
	div.liens_accueil{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: space-around;
		gap: 5px;
		justify-content: center;
		padding-bottom: 20px;
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	.btn-reservation{
		min-width: 100px;
		max-width: 263px;
		padding-left: 15px;
		padding-right: 15px;
		height: 3em;
		font-size: 0.9em;
	}
	p.accueil_mobile{
		font-size: 0.9em;
		text-align: left;
	}
	p.prix_mobile{
		font-weight: 400;
		text-align: center;
	}
	a.ardv-mobile{
		padding: 5px 10px 5px 0;
	}
	a.ardv, label.ardv{
	  font-weight: 600;
	  background-color: var(--p-glycine2);
	  min-width: 100px;
	  border-radius: 16px;
	  border: 2px outset #aaa;
	  font-size: 0.85em;
	}
	div.diaporama_mobile{
		display: block;
		padding-bottom: 20px;
		margin: 0 auto;
		width: 75%;
		max-width: 500px;
	}
	div.prise_rdv{
		background: none;
	}
	h1.rdv{
		font-size: 1.5em;
		margin-top: 0.5em;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	h2.rdv{
		font-size: 1.25em;
		margin-top: 0.5em;
		padding-top: 0;
		margin-bottom: 1em;
	}
	section{
	width: 200px;
	height: auto;
	padding-bottom: 20px;
	display: inline grid;
	grid-template: "a b"
					"c d";
	scroll-snap-align: start;
	}
	div.rdv_nav{
	width: 100%;
	height: 50px;
	}
	div.rdv_tableau{
	width: 200px;
	}
	div.proposition_rdv{
	width: 280px;
	height: auto;
	}
	.hidden1 {
	display: inline grid;
	width: 200px;
	height: auto;
	grid-template: "a b"
					"c d";
	}
	.hidden2 {
	/*display: inline grid;*/
	width: 200px;
	height: auto;
	grid-template: "a b"
					"c d";
	display: none;
	}
	.hidden3 {
	/*display: inline grid;*/
	width: 200px;
	height: auto;
	grid-template: "a b"
					"c d";
	display: none;
	}
	.hidden4 {
	/*display: inline grid;*/
	width: 200px;
	height: auto;
	grid-template: "a b"
					"c d";
	display: none;
	}

/* ========== */
/* ACCORDION  */
/* ========== */

.block-accordion {
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.accordion-title {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 0 !important;
}

.accordion-title .icon-arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: rotate(0deg); 
}

/* Rotation de la flèche quand c'est ouvert */
.block-accordion.active .icon-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0 15px;
    font-size: 0.95em; /* Un peu plus grand pour le confort mobile */
    text-align: left;
    max-height: 7em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* Le dégradé qui invite à la suite */
.accordion-content::after {
    display: none;
}

/* ÉTAT OUVERT : On applique les changements sur le contenu quand le parent est .active */
.block-accordion.active .accordion-content {
    max-height: 2000px;
    padding-bottom: 15px;
	-webkit-mask-image: none;
    mask-image: none;
}

.block-accordion.active .accordion-content::after {
    opacity: 0; /* On efface le dégradé */
}

/* --- BOUTON LIRE LA SUITE --- */

.read-more-trigger {
    display: block;
    color: var(--p-glycine3);
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5); /* Plus visible sur les fonds colorés */
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 15px;
    margin: 10px auto;
    padding: 6px 15px;
    max-width: 160px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: background 0.3s;
}

/* On cache le bouton "Afficher plus" quand le bloc est déjà ouvert */
.block-accordion.active .read-more-trigger {
    display: none;
}

/* --- AJUSTEMENTS DES LISTES ET TEXTES --- */

.accordion-content p {
    margin-bottom: 12px;
    margin-left: 0;
    text-indent: 0 !important;
    line-height: 1.5;
}

.accordion-content ul {
    list-style-position: outside;
    margin: 10px 0 10px 1.2em;
    padding: 0;
}

.accordion-content li {
    margin-bottom: 8px;
    line-height: 1.4;
    text-indent: 0 !important;
}

.accordion-content ul ul {
    margin-top: 5px;
    list-style-type: square;
    padding-left: 1.2em; 
}

/* Style spécifique pour les moyens de paiement */
p.moyens_paiement_mobile {
    text-align: center;
    font-weight: 600;
    color: var(--p-violet);
}

	/* PRESTATIONS MOBILE */
	div.prestations{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	div.prestations_prestations, .tarif {
        padding: 20px;
        width: 100%;
        max-width: none;
    }
	div.prestation_mobile{
		width: 95%;
		margin: auto;
		padding: 0 0 10px 0;
		flex-wrap: wrap;
		align-items: space-around;
		gap: 10px;
		text-align: center;
	}
	div.prestation_mobile > div {
		flex-basis: 38%; 
	}
	div.prestation_mobile > div:nth-child(3) {
		flex-basis: 100%;
	}
	.mini_presentation_parcours_mobile{
		font-size: 0.9em;
		font-weight: 200;
		font-style: italic;
		padding-bottom: 0.5em !important;
	}
	.mini_presentation_mobile{
		font-size: 0.9em;
		font-weight: 200;
	}
	div.seance_mobile{
		margin: 10px auto;
		padding: 15px;
		border: solid 0px;
		box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		background-image: linear-gradient(
			-45deg,
			var(--p-saumon) 0%,
			var(--p-rose) 100%
		);
	}
	h1.prestations{
		font-size: 1.15em;
	}
	.rdvcltpris{
		width: 100%;
		padding: 15px;
		display: flex;
		margin: auto;
		text-align: center;
		border: solid var(--p-violet);
		border-width: 3px;
		border-radius: 20px;
		background-color: white;
	}
}
@media screen and (max-width:395px){
	.btn-reservation i{
		display: none;
	}
}
/*---------------------------------------
  RÈGLES SPÉCIFIQUES TRÈS PETIT ÉCRAN (max-width: 360px)
-----------------------------------------*/
@media screen and (max-width:360px){
	h1.rdv{
		font-size: 1.5em;
		margin-top: 0.5em;
		padding-top: 50px;
		margin-bottom: 1em;
	}
	h2.rdv{
		font-size: 1.25em;
		margin-top: 0.5em;
		padding-top: 0;
		margin-bottom: 1em;
	}
	/* RDV */
	section{
		width: 200px;
		height: auto;
		padding-bottom: 20px;
		display: inline grid;
		grid-template: "a b"
						"c d";
		scroll-snap-align: start;
	}
	div.rdv_nav{
		width: 100%;
		height: 50px;
	}
	div.rdv_tableau{
		width: 200px;
	}
	div.proposition_rdv{
		width: 280px;
		height: auto;
	}
	.hidden1, .hidden2, .hidden3, .hidden4 {
		display: inline grid;
		width: 200px;
		height: auto;
		grid-template: "a b"
						"c d";
	}
	.hidden2, .hidden3, .hidden4 {
		display: none;
	}
}

/* ----------------------------------------------------------------------------------- */

/* -------------------------------------- */
/* 1. Style et Positionnement de la Bannière */
/* -------------------------------------- */
div.cookie-footer{
	/* Fixe la bannière en bas de l'écran, au-dessus de tout le contenu */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	  /* Style discret */
    background-color: rgba(100, 100, 100, 0.85); /* Fond sombre semi-transparent */
    color: #ffffff; /* Texte blanc */
    padding: 5px;
    z-index: 10000; /* Assure que la bannière est au-dessus de tout */
	text-align: center;
}
#cookie-banner {
    /* Flexbox pour un alignement horizontal simple */
    display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: auto;

    /* Animation de transition */
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%); /* Masqué par défaut (décalé vers le bas) */
}
.refuse-all { background-color: #E67E22; color: white; } /* Vert incitatif */
.accept-all { background-color: var(--p-violet); color: white; } /* Rouge discret */
/* -------------------------------------- */
/* 2. État Actif (Affiché) */
/* -------------------------------------- */

/* La classe à ajouter/enlever avec JS pour afficher/masquer */
#cookie-banner.cookie-banner-active {
    transform: translateY(0); /* Apparaît en position normale */
}

/* -------------------------------------- */
/* 3. Contenu et Liens */
/* -------------------------------------- */

.cookie-content {
    /* Marge à droite pour ne pas coller aux boutons */
    margin: auto;
	font-size: 0.75em;
    font-weight: 600;
}

.cookie-link {
    color: #a0d8ff; /* Couleur de lien douce */
    text-decoration: underline;
    margin-left: 5px;
}

/* -------------------------------------- */
/* 4. Boutons d'Action */
/* -------------------------------------- */

.cookie-actions {
    /* S'assurer que les boutons sont regroupés */
    display: flex;
	justify-content: center;
    flex-shrink: 0; /* Empêche la zone des boutons de rétrécir */
}

.cookie-button-accept {
    /* Style du bouton d'acceptation (mettez vos couleurs de marque ici) */
    background-color: #28a745; /* Vert pour l'action principale */
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cookie-button-accept:hover {
    background-color: #1e7e34; /* Effet au survol */
}
.cookie-btn{
	padding: 5px;
	min-width: 90px;
	margin: 0 7px;
	font-weight: 600;
	font-size: 0.75em;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

/* Ajoutez un style pour les petits écrans (tablettes et mobiles) */
@media (max-width: 600px) {
    #cookie-banner {
        /* Empiler le contenu et les boutons sur les petits écrans */
        flex-direction: column;
        text-align: center;
        padding: 10px 15px;
    }

    .cookie-content {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ============================================================
   BLOC BOUTIQUE (DIV)
   ============================================================ */
div.pub_apotheca{
	display: block;
	width: 100%;
}
.shop-bridge {
    display: block;
    width: 90%;
	max-width: 700px;
	background: linear-gradient(180deg, #fdfaf6 0%, #fffaf6 100%);
	border-radius: 16px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid #f2ece4;
    border-bottom: 1px solid #f2ece4;
    overflow: hidden; 
    clear: both;
    text-align: center;
}

.shop-container {
    margin: 0 auto;
    padding: 0 20px;
	text-align: center;
}

.shop-grid {
    margin-top: 30px;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    gap: 10px;
    padding: 5px;
}
@media (max-width: 500px) {
	.shop-grid {
		margin-top: 10px;
	}
}
.shop-card-link {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}
@media (min-width: 500px) {
	.shop-card-link {
		height: 370px;
	}
}
.shop-card-link:hover {
    transform: translateY(-10px);
}

.shop-card {
    background: #fff;
	min-width: 200px;
    max-width: 240px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    position: relative;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.shop-card-link:hover .shop-card {
    border-color: #F0C68E;
}

/* Badge Protection / Purification */
.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #F0C68E; /* Votre orangé */
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
}

.shop-img-container {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.shop-img-container img {
    width: 100%;
    display: block;
}

.shop-card h3 {
    font-size: 1rem;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
}

/* Le petit bouton "Découvrir" sous chaque produit */
.shop-fake-btn {
    display: inline-block;
    margin-top: 10px;
    color: #F0C68E; /* Votre orangé */
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.shop-card-link:hover .shop-fake-btn {
    border-bottom-color: #F0C68E;
}

/* Le gros bouton en bas de section */
.btn-main-shop {
    display: block;
	max-width: 300px;
	margin: auto;
    margin-top: 10px;
    background-color: #F0C68E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, transform 0.2s;
}
@media (max-width: 500px) {
	.btn-main-shop {
		display: block;
		max-width: 300px;
		text-align: center;
		padding: 10px 20px;
		margin: 0 !important;
	}
}
.btn-main-shop:hover {
    background-color: #e5b375; /* Version un peu plus sombre au survol */
    transform: scale(1.05);
}

/*===========================
Soin vibratoire
===========================*/

/* Unification du Hero */
.hero-vibratoire {
    text-align: center;
    padding: 20px;
    background: #fdfaf6; /* Un fond léger pour séparer du header */
	width: 80%;
	max-width: 1000px;
	margin: auto;
	border-radius: 7px;
}
@media (max-width: 767px) {
	.hero-vibratoire {
		margin-top: 70px;
	}
}
.subtitle {
    font-size: 1.1rem;
    color: #777;
    font-style: italic;
	margin-bottom: 1rem;
}
.intro-p{
	width: 80%;
	max-width: 1000px;
	padding-top: 30px;
	margin: auto;	
}
.choix-soins { 
	display: flex; gap: 20px; margin: 25px 0; flex-wrap: wrap;
	}
.soin-card { 
	flex: 1;
	max-width: 1000px;
	background: #f9f9f9;
	padding: 20px; 
	border-radius: 8px;
	border-left: 5px solid #4a90e2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin: auto;
}
.soin-card h2 {
	margin-top: 0; color: #333;
	}
.soin-duration {
	font-style: italic; color: #666; margin-bottom: 10px; display: block;
	}
.highlight-magnetisme {
	color: #d35400; font-weight: bold;
	}
/* Badge de tarif élégant */
.tarif-badge {
    display: inline-block;
    background: #F0C68E;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    margin: 20px 0;
}

/* Container et Blocs */
.presta-container {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
}

.presta-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.presta-custom-icon {
    width: 50px; /* Taille réduite pour plus de finesse */
    height: auto;
    max-height: 50px;
    fill: #F0C68E; /* Utilise ton orangé de base */
}

/* Typographie */
.presta-content h2 {
    margin-top: 0;
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.presta-content p {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.presta-tags {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
}

/* Responsive : passage en colonne sur mobile */
@media (max-width: 600px) {
    .presta-block {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .presta-icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .presta-custom-icon {
        width: 40px; /* Encore plus petit sur mobile */
    }
}

.legal-notice {
    margin-top: 50px;
    font-size: 0.8rem;
    color: #777;
    text-align: center;
    line-height: 1.4;
}

.concept-global {
    border: 2px solid #F0C68E; /* Rappel de ta couleur fétiche */
    background-color: #fdf9f4; /* Un fond très légèrement teinté pour la distinguer */
    margin-bottom: 60px; /* Plus d'espace pour marquer la séparation avec les listes */
}

.concept-global h2 {
    color: #d4a363; /* Un peu plus soutenu */
}

/* Styles spécifiques pour la mise en page des prestations */
.presta-container {
	max-width: 900px;
	margin: 20px auto;
	padding: 0 20px;
}
.presta-container h1{
	padding: 50px 0 0 0;
	font-size: 1.5rem;
}
.presta-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: transform 0.3s;
}
.presta-block:hover {
	transform: translateY(-5px);
}
.presta-icon {
	font-size: 2.5rem;
	color: #F0C68E;
	margin-right: 25px;
	min-width: 60px;
	text-align: center;
}
.presta-content h2 {
	margin-top: 0;
	color: #333;
	font-size: 1.15rem;
}
.presta-content p {
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}
.presta-tags {
	font-style: italic;
	font-size: 1rem;
	color: #333;
}
.legal-notice {
	margin-top: 60px;
	padding: 20px;
	border-top: 1px solid #eee;
	font-size: 0.85rem;
	color: #999;
	text-align: center;
}
@media (max-width: 767px) {
	.presta-block {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.presta-icon {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.presta-content p {
	margin-top: 0;
	}
}

/* Style pour la galerie photos */
.photo-grid {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.photo-item {
    flex: 1;
    text-align: center;
}
.photo-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.caption {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

/* soin vibratoire rouen */
.step-container {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.step-number {
    background: #4a90e2;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: bold;
}
.secteur-intervention {
    background-color: #f1f4f8;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid #d1d9e6;
}
.villes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.villes-list li {
    padding: 10px;
    background: #fff;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.parking-info {
    font-size: 0.9em;
    color: #2c3e50;
    font-weight: bold;
    text-align: center;
}

.rdv-v2-container {
				width: 80%;
                max-width: 600px;
                margin: 0 auto;
                padding: 40px 10px 10px 10px;
            }
            /* Ajustement PC */
            @media (min-width: 600px) {
                .rdv-v2-container {
                    padding: 10px;
                }
            }
            .rdv-v2-titre {
                text-align: center;
                font-size: 1.2rem;
                margin: 20px 0;
                font-weight: bold;
            }

            /* La carte du jour */
            .rdv-v2-card {
                background: var(--p-blanc-chaud);
                border-radius: 15px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.08);
                margin-bottom: 25px;
                overflow: hidden;
                border: 1px solid #eee;
            }

            /* Bandeau date */
            .rdv-v2-header {
                background: #7a5293;
                color: #fff;
                padding: 12px;
                text-align: center;
                font-size: 1rem;
                text-transform: capitalize;
            }

            /* Grille d'horaires */
            .rdv-v2-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr); /* 3 colonnes sur mobile */
                gap: 10px;
                padding: 15px;
            }

            /* Ajustement PC */
            @media (min-width: 600px) {
                .rdv-v2-grid {
                    grid-template-columns: repeat(4, 1fr);
                }
            }

            /* Style des boutons/créneaux */
            .rdv-v2-slot {
                display: block;
                text-align: center;
                padding: 10px 0;
                border-radius: 10px;
                text-decoration: none;
                font-weight: bold;
                font-size: 0.95rem;
                transition: 0.2s;
            }

            /* Créneau LIBRE */
            a.rdv-v2-slot {
                background-color: #fff;
                color: var(--p-violet);
                border: 2px solid var(--p-violet);
            }

            a.rdv-v2-slot:hover {
                background-color: var(--p-violet);
                color: #fff;
            }

            /* Créneau PRIS */
            span.rdv-v2-slot {
                background-color: #f5f5f5;
                color: #ccc;
                border: 2px solid #eee;
                text-decoration: line-through;
                font-weight: normal;
                cursor: not-allowed;
            }

            /* Aide visuelle en bas */
            .rdv-v2-legende {
                text-align: center;
                font-size: 0.9rem;
                color: #666;
                margin-top: 20px;
                font-style: italic;
            }