/* ---------------- */
/* PAGE RENDEZVOUS2 */
/* ---------------- */

.grille-tuiles {
    display: grid;
    grid-template-columns: repeat(4,minmax(150px,210px));
    gap: 15px;
    justify-content: center;
    margin: 20px auto 5px auto;
}

.tuile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.tuile i {
    font-size: 1.2rem;
    color: #d4af37;
}

.tuile span {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #555;
}

/* Adaptation Tablette (2 colonnes) */

@media (max-width:900px) {
    .grille-tuiles {
        grid-template-columns: repeat(2,minmax(150px,210px));
    }
}

/* Adaptation Smartphone (2 colonnes plus serrées) */

@media (max-width:500px) {
    .grille-tuiles {
        grid-template-columns: repeat(2,minmax(150px,210px));
        gap: 10px; /* On réduit l'espace pour que ça tienne */
    }

    .tuile {
        padding: 10px 5px; /* Padding réduit sur les côtés */
    }

    .tuile span {
        font-size: 0.75rem; /* Texte légèrement plus petit pour éviter les retours à la ligne moches */
    }
}

/*---------------------------------------
  PRESTATIONS
-----------------------------------------*/

div.prestations {
    width: 90%;
    margin: auto;
    max-width: 1000px;
}

div.prestations_titre {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    padding: 40px;
    max-width: 700px;
}

div.prestations_prestations,
.tarif {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    padding: 40px;
    max-width: 700px;
    border: 2px outset #eee;
    border-radius: 35px;
    background-color: rgba(255,255,255,0.8);
}

h2.prestations {
    margin-top: 0;
    margin-bottom: 0.25em;
    padding-top: 0;
    text-align: left;
    font-size: 1.25em;
}

ul.prestations {
    text-align: left;
    font-size: 1em;
}


div.flex_prestations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: -10px auto;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 1000px;
}

div.tuile_prestations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 10px;
    border: solid 0;
    border-radius: 10px;
    vertical-align: middle;
    background-image: linear-gradient(-45deg,var(--p-saumon) 0%,var(--p-rose) 100%);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

div.tuile_prestations div {
    margin: auto;
}

div.tuile_prestations img {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 50px;
    max-width: 100px;
}

div.tuile_prestations svg {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 50px;
    max-width: 100px;
    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;
    margin: 20px auto;
    padding: 20px;
    max-width: 550px;
    border-radius: 21px;
    background-color: rgba(255,255,255,1);
    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;
    width: 100%;
    text-align: center;
}

input.contact,
textarea.contact {
    width: 100%;
    padding: 0.8rem;
    max-width: 24em;
    border: solid 0;
    border-radius: 7px;
    background-color: rgba(250, 250, 250, 0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}

input.contact {
    height: 2.5rem;
}

.contact-envoi {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    max-width: 24em;
    border: 2px outset #fff;
    border-radius: 7px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    background-color: var(--p-glycine3);
    cursor: pointer;
}

img.majority {
    height: 0.8em;
    opacity: .01;
    cursor: default;
}

input.majority {
    border: none;
    outline: none;
    opacity: .01;
    cursor: default;
}

label.majority {
    border: none;
    outline: none;
    opacity: .01;
    cursor: default;
}

/*--------------------------*/
/* --- VENIR AU CABINET --- */
/*--------------------------*/

/* --- CONFIGURATION DE LA PAGE ACCÈS (MODERNE ET LIÉNAIRE) --- */

.page-acces-moderne {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Compensation de la barre de navigation fixe (85px desktop, 60px mobile) */
    padding-top: 85px; 
    background-color: transparent;
}

/* Zone d'accueil / Titre */
.section-hero-acces {
    padding: 40px 0 20px 0;
    text-align: center;
}

.texte-wrapper-large {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Encadré d'adresse élégant (sans effet "tuile") */
.adresse-box-moderne {
    background-color: var(--p-blanc-chaud); /* Utilise votre blanc chaud */
    border-radius: 16px;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid var(--p-glycine2); /* Discret rappel de votre couleur accent */
    text-align: left;
}

.adresse-text {
    font-size: 1.15em;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
}

.independance-text {
    font-size: 0.95em;
    font-style: italic;
    color: #555;
    margin: 0;
}

/* Section de flux de contenu */
.section-contenu-acces {
    margin-top: 20px;
    margin-bottom: 60px;
}

/* Image principale */
.image-principale-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.image-principale-wrapper img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.image-caption {
    font-size: 0.85em;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

/* Alignement élégant des paragraphes par axes géographiques */
.axe-itineraire {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); /* Séparateur très léger */
}

.axe-itineraire:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.axe-itineraire h2 {
    margin-bottom: 15px;
    font-weight: 700;
}

/* Le lien Google Maps façon bouton épuré moderne */
.lien-gps-moderne {
    display: inline-block;
    margin: 15px 0;
    padding: 12px 24px;
    color: var(--p-glycine2);
    text-decoration: none;
    font-weight: 600;
    border: 2px solid var(--p-glycine2);
    border-radius: 30px; /* Bouton aux bords très arrondis, moderne */
    transition: all 0.25s ease-in-out;
    font-size: 0.95em;
}

.lien-gps-moderne:hover, 
.lien-gps-moderne:active {
    background-color: var(--p-glycine2);
    color: #ffffff;
}

.complement-transport {
    margin-top: 15px;
    font-size: 0.95em;
}

/* Footer pratique */
.section-pratique-footer {
    background-color: var(--p-blanc-chaud);
    padding: 50px 0;
}

/* Disposition linéaire sur mobile, deux blocs côte à côte sur grand écran */
.grid-pratique-moderne {
    display: block;
}

.bloc-pratique-info {
    margin-bottom: 35px;
}

.bloc-pratique-info h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #222;
}

.bloc-pratique-info p {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
}

/* Gestion du numéro de téléphone cliquable */
.bloc-pratique-info a {
    color: inherit;
    text-decoration: underline;
}

/* Plan de situation */
.plan-situation-moderne {
    max-width: 800px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
}

.plan-img-flux {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* --- RESPONSIVE / ADAPTATIONS MOBILES --- */

@media screen and (max-width: 767px) {
    .page-acces-moderne {
        padding-top: 60px; /* Ajustement pour le header smartphone */
    }
    
    .section-hero-acces {
        padding: 25px 0 10px 0;
    }
    
    .adresse-box-moderne {
        padding: 20px;
        margin-top: 20px;
    }
    
    .lien-gps-moderne {
        display: block; /* Prend toute la largeur sur mobile pour cliquer facilement avec le pouce */
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    /* Sur tablette et desktop, on met les deux blocs pratiques côte à côte sans utiliser de grilles complexes */
    .grid-pratique-moderne {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .bloc-pratique-info {
        display: table-cell;
        vertical-align: top;
        padding-right: 40px;
        margin-bottom: 0;
    }
    
    .bloc-pratique-info:last-child {
        padding-right: 0;
        padding-left: 40px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/*---------------------------------------
  PRISE DE RENDEZ-VOUS (RDV)
-----------------------------------------*/

h2.rdv {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0;
    font-size: 1.5em;
}

.tableaurdv {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-align: center;
}

.rdv {
    margin: auto;
    max-width: 680px;
}

.boutondate {
    display: inline-block;
    width: 240px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 16px;
    border: 2px outset #fff;
    border-radius: 7px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: var(--p-glycine3);
}

.colonne {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    vertical-align: top;
}

.colonne > * {
    flex: 1 1 auto;
}

.rdvlabel {
    display: inline-block;
    gap: 10px;
    height: 40px;
    margin: 5px;
    max-width: 120px;
    min-width: 90px;
    border: 2px outset var(--p-glycine);
    border-radius: 7px;
    text-align: center;
    font-size: 1em;
    background-color: #FFFCF3;
    cursor: pointer;
}

input.inputdate {
    position: absolute;
    left: -9999px;
}

/* Rendez-vous libres */

a.rdv-link {
    display: block;
    margin: 2px;
    padding: 2px;
    max-width: 100px;
    border: 2px outset var(--p-glycine);
    border-radius: 7px;
    text-decoration: none;
    font-size: 1em;
    white-space: nowrap;
    color: black;
    background-color: rgba(255,255,255,1);
    cursor: pointer;
    user-select: none;
}

/* Rendez-vous pris */

span.rdv-link {
    display: block;
    margin: 2px;
    padding: 2px;
    max-width: 100px;
    border: 2px outset var(--p-glycine);
    border-radius: 7px;
    text-decoration: line-through;
    font-size: 1em;
    white-space: nowrap;
    color: white;
    background-color: var(--p-violet);
    cursor: none;
    user-select: none;
}

a.rdv-link:hover,
input:focus + label {
    font-weight: bold;
    background-color: var(--p-glycine);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

input:checked + label {
    border: 2px outset var(--p-violet);
    color: #fff;
    background-color: var(--p-violet);
}

input:checked + label::before {
    background-color: #fff;
}

.navrdv {
    width: inherit;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

a.ardv,
label.ardv {
    display: inline-block;
    margin: auto;
    padding: 7px 14px 7px 14px;
    min-width: 112px;
    border: 2px outset #fff;
    border-radius: 7px;
    text-decoration: none;
    text-indent: 0;
    font-size: 1em;
    vertical-align: middle;
    color: white;
    background-color: var(--p-glycine3);
    cursor: pointer;
}

.ardv > i {
    margin: auto;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.ardv:hover {
    border: 2px outset #fff;
    background-color: var(--p-violet);
    transform: scale(1.1);
}

.ardv:active {
    position: relative;
    top: 1px;
}

a.ardv-desktop {
    padding: 10px;
}

.reserver {
    display: block;
    height: 40px;
    margin: 10px auto 30px auto;
    padding: 7px 14px;
    border: 2px outset #fff;
    border-radius: 7px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    background-color: var(--p-glycine3);
    cursor: pointer;
}

.reserver:hover {
    border: 2px outset #fff;
    background-color: var(--p-violet);
    transform: scale(1.1);
}

.reserver:active {
    position: relative;
    top: 1px;
}

.reserver > a {
    text-decoration: none;
    color: green;
}

.login {
    display: inline;
    margin-top: 10px;
}

.rdvcltpris {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 90%;
    max-width: 480px;

    margin: 120px auto 60px auto;

    border: 2px solid var(--p-violet);
    border-radius: 20px;
    background-color: white;
    text-align: center;
    padding: 32px 28px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.rdvcltpris > div {
    font-weight: bold;
    color: var(--p-violet);
    width: 100%;
}

/* Confirmation de rendez-vous : hiérarchie du contenu */

.rdvcltpris-titre {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--p-violet);
    margin: 0 0 16px;
}

.rdvcltpris-date {
    font-weight: normal;
    color: #444;
    line-height: 1.5;
    margin: 0 0 20px;
}

.rdvcltpris-date strong {
    color: var(--p-violet);
    font-size: 1.05em;
}

.rdvcltpris-sep {
    border: none;
    border-top: 1px solid #e5d9ee;
    margin: 20px 0;
}

.rdvcltpris-lieu {
    font-weight: normal;
    color: #555;
    line-height: 1.5;
    margin: 0 0 16px;
}

.rdvcltpris-btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 999px;
    background-color: var(--p-violet);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    transition: opacity 0.2s ease;
}

.rdvcltpris-btn:hover {
    opacity: 0.85;
}

@media (max-width: 480px) {
    .rdvcltpris {
        width: 94%;
        margin: 30px auto;
        padding: 24px 18px;
    }

    .rdvcltpris-titre {
        font-size: 1.05em;
    }
}

/* Prise de RDV - Structure des pages */

div.rdv_main {
    display: flex;
    margin: auto;
}

div.rdv_choix {
    margin: auto;
    margin-bottom: 2em;
    border-radius: 21px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

div.prise_rdv {
    margin: auto;
    border-radius: 7px;
    background-color: rgba(255,255,255,0.8);
}

div.rdv2 {
    margin: auto;
}

div.annonce_rdv {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}

div.rdv_annonce {
    display: block;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
}

div.rdv_formulaire {
    display: inline-block;
    position: relative;
    width: 80%;
    margin: auto;
    padding: 5px;
    max-width: 500px;
}

div.proposition_rdv {
    display: grid;
    width: 480px;
    margin: auto;
    grid-template: "a b c";
}

div.rdv_tableau {
    display: box;
    align-items: center;
    height: 330px;
    overflow-y: scroll;
}

div.rdv_tableau_colonne {
    padding-bottom: 1em;
    text-align: center;
    vertical-align: top;
}

div.rdv_tableau_cellule_date {
    display: block;
    height: 4.5em;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 100px;
    border: 2px outset var(--p-glycine3);
    border-radius: 7px;
    font-size: 0.95em;
    font-weight: bold;
    color: #fff;
    background-color: var(--p-glycine3);
    cursor: none;
}

div.rdv_tableau_cellule {
    display: block;
    height: 30px;
    margin: 2px;
    max-width: 100px;
    border: 2px outset var(--p-glycine);
    border-radius: 7px;
    font-size: 1em;
    background-color: rgba(255,255,255,1);
}

div.barre_rdv_nav {
    display: flex;
    align-items: center;
}

a.btn_nav {
    display: block;
    width: 20px;
    height: 4.5em;
    margin-top: 2px;
    padding-bottom: 3px;
    border: 2px outset var(--p-glycine3);
    border-radius: 7px;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 4.5em;
    color: #fff;
    background-color: var(--p-glycine3);
}

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 {
    display: block;
    height: 4.5em;
}

.rdv_tableau_nav {
    display: inline-block;
    width: 30px;
    height: 24px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 6px;
    border: 2px outset #fff;
    border-radius: 7px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: var(--p-glycine3);
}

a:hover.rdv_tableau_nav {
    color: #000;
    transform: scale(1.1);
}

/* RENDEZ-VOUS-3 */
input[type='text'].box {
    width: 90%;
    height: 2.5rem;
    margin: auto;
    margin-bottom: 10px;
    padding: 0.8rem;
    max-width: 16em;
    font-family: var(--p-font-family);
    font-size: 1rem;
	border: 1px outset var(--p-glycine3);
	border-radius: 7px;
}

textarea.box {
    width: 90%;
    height: 7rem;
    margin: auto;
    padding: 0.8rem;
    max-width: 16em;
    font-family: var(--p-font-family);
    font-size: 1rem;
	border: 1px outset var(--p-glycine3);
	border-radius: 7px;
}

.robot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

p.controle_saisie_rdv {
    color: var(--p-violet);
    animation: clignotte 2s infinite;
}

table.ardvtableau {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

td.ardvtableau {
    width: 20%;
}

td.ardvtableau1 {
    width: 60%;
}

td.ardvtableau2 {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 0.8em;
}

input.ardvreserver {
    position: absolute;
    left: -99999px;
}

img.rdv_img {
    width: 72px;
    margin: 7px;
}

div.rdv_geolocalisation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 90%;
    margin: auto;
}

.rdv_bloc_drapeau {
    display: flex;
    flex: 0 0 calc(20% - 10px) ; /* 20% moins le gap */
    align-items: center;
}

.rdv_bloc_adresse {
    flex: 0 0 100%;
}

.rdv_bloc_visuel {
    flex: 1 0 100%;
    margin-top: 15px;
    padding-bottom: 20px;
}


.rdv-container-tuiles-jours {
	display: flex; 
	flex-wrap: wrap; 
	gap: 20px; 
	justify-content: center; 
	margin-top: 20px;
}
.rdv-jour-card {
	background: #fff; 
	border-radius: 12px; 
	box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
	width: 270px; 
	overflow: hidden; 
	border: 1px solid #eee;
}
.rdv-jour-header { 
background: #845fa1; color: white; padding: 12px; text-align: center; font-weight: bold; font-size: 1rem; 
}
.rdv-slots-grid { 
display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; justify-content: center; 
}
.rdv-v2-slot-direct { 
	display: block;
	font-size: 1rem;
	padding: 10px 20px; 
	background: #fff; 
	border: 2px solid #845fa1; 
	color: #845fa1; 
	border-radius: 8px; 
	text-decoration: none; 
	font-weight: bold; 
	transition: all 0.2s; 
	text-align: center; 
	min-width: 80px; 
}
.rdv-v2-slot-direct:hover { 
background: #845fa1; color: white; transform: translateY(-2px); 
}
.rdv-section-titre { 
font-size: 1.2rem; color: #555; text-align: center; margin-top: 40px; margin-bottom: 10px; font-weight: bold; 
}

@media (max-width:767px) {
    .rdv_bloc_visuel {
        flex: 0 0 100%;
    }
}

/*---------------------------------------
  MENTIONS LÉGALES
-----------------------------------------*/

table.mentions {
    text-align: left;
    font-family: var(--p-font-family);
}

div.mentions {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    max-width: 800px;
    text-align: justify;
}

div.mentions h2 {
    text-align: left;
    font-size: 1.25em;
}

div.mentions h3 {
    text-align: left;
    font-size: 1.15em;
}

div.mentions h4 {
    text-align: left;
    font-size: 1em;
}

div.mentions b {
    font-weight: 600;
}

div.mentions p {
    font-size: 0.9em;
}

div.mentions ul {
    text-align: left;
    font-size: 0.9em;
}

/* Style Desktop (à partir de 1024px) */

@media (min-width:768px) {
    div.mentions {
    /* Bordures et arrondis irréguliers pour l'effet papier découpé */

    /* Ombre pour décoller le parchemin du fond */

        position: relative;
        margin: 40px auto;
        padding: 50px 80px;
        max-width: 900px;
        border: 1px solid rgba(240, 198, 142, 0.5);
        border-radius: 5px 15px 3px 25px;
        background-color: #f2e8c9;
        background-image: linear-gradient(90deg, rgba(0,0,0,0.05) 0%, transparent 5%, transparent 95%, rgba(0,0,0,0.05) 100%), 
                  linear-gradient(180deg, var(--p-jaune) 0%, var(--p-blanc-chaud) 12%, var(--p-blanc-chaud) 50%, var(--p-blanc-chaud) 100%);
        box-shadow: 2px 5px 15px rgba(0,0,0,0.2) ,0 0 40px rgba(0,0,0,0.1) inset;
    }

    /* Effet d'enroulement en haut et en bas (optionnel) */

    div.mentions::before,
    div.mentions::after {
        content: "";
        z-index: -1;
        position: absolute;
        left: 2%;
        width: 96%;
        height: 10px;
        background: rgba(0,0,0,0.1);
        filter: blur(5px);
    }

    div.mentions::before {
        top: -5px;
    }

    div.mentions::after {
        bottom: -5px;
    }
}


/* ------------------------
FORMAT POUR L'IMPRESSION
-------------------------*/

@media print {
    @page {
        margin: 2cm !important;
        size: a4 portrait;
    }

    /* On cache ce qui est inutile à l'impression */

    .main-navigation,
    footer {
        display: none !important;
    }

    .mentions {
        padding: 0 !important;
        border: none !important;
        color: #000 !important; /* Texte noir pur pour le contraste */
        background: none !important;
        box-shadow: none !important;
    }

    .cookie-footer {
        display: none;
    }

    html,
    body {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body {
        box-sizing: border-box;
        width: 100% !important;
        text-align: justify !important;
        font-size: 12pt;
        hyphens: auto;
        background: white !important;
    }

    ul {
        text-align: justify !important;
    }

    p,
    blockquote {
        orphans: 3;
        widows: 3;
    }

    /* On force l'affichage des liens pour qu'ils soient lisibles */

    a::after {
        content: " (" attr(href) ") ";
        font-size: 12pt;
    }
}

/*---------------------------------------
  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_mobile,
    .temoignage_mobile {
        display: none;
    }

    .accueil_desktop {
        display: block;
    }

    div.entete {
        display: flex;
        width: 100%;
    }

    div.entete_titre {
        display: block;
        width: 50%;
        height: 100%;
        margin: 50px;
    }

    /* 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: 80%;
		max-width: 700px;
		border-radius: 21px;
		padding-top: 20px;
		margin: 5rem auto !important;
		background-color: rgba(255,255,255,0.3);
	}

    div.annonce_rdv {
        width: 200px;
        padding-top: 120px;
    }

	div.rdv_annonce{
		width: 80%;
		max-width: 500px;
		margin: auto;
		font-style: italic;
		font-size: 1em;
		color: #333;
	}
	
	div.rdv_retour{
		padding-bottom: 20px;
	}
	
    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 {
        width: 100px;
        max-height: 360px;
    }

    div.rdv_tableau {
        width: 400px;
        height: 360px;
        padding-top: 1em;
        overflow-y: hidden;
        scroll-snap-type: y mandatory;
    }

    div.rdv_nav {
        width: 400px;
        height: 50px;
        overflow-y: hidden;
    }
}



/* Règle spécifique pour ajustement de taille de tarif sur écran moyen */

@media screen and (max-width:800px) {
    .tarif {
        max-width: 500px;
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
    div.contact {
        width: 80%;
    }
}

/* RDV sur écrans <= 720px */

@media screen and (max-width:720px) {
    div.rdv2 {
        margin-right: 10px;
        margin-left: 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;
    }

    div.rdv_tableau {
        width: 400px;
        height: auto;
        padding-top: 1em;
        overflow-y: hidden;
        scroll-snap-type: y mandatory;
    }

    div.rdv_annonce {
        width: 80%;
        margin: auto;
        max-width: 16em;
		font-style: italic;
		font-size: 1em;
		color: #333;
    }

    div.rdv_confirmation {
        display: block;
        width: 80%;
        margin: auto;
    }

    div.rdv_formulaire {
        display: inline-block;
        margin: auto;
    }
}

/*---------------------------------------
  RÈGLES SPÉCIFIQUES MOBILE 
-----------------------------------------*/

@media screen and (max-width:767px) {

    a.ardv-mobile {
        padding: 5px 10px 5px 0;
    }

    a.ardv,
    label.ardv {
        margin: 5px;
        min-width: 100px;
        border: 2px outset #aaa;
        border-radius: 16px;
        font-size: 0.85em;
        font-weight: 600;
        background-color: var(--p-glycine2);
    }

    div.prise_rdv {
        background: none;
    }

    h2.rdv {
        margin-top: 0.5em;
        margin-bottom: 1em;
        padding-top: 0;
        font-size: 1.25em;
    }

    div.rdv_nav {
        width: 100%;
        height: 50px;
    }

    div.rdv_tableau {
        width: 200px;
    }

    div.proposition_rdv {
        width: 280px;
        height: auto;
    }
	
    /* PRESTATIONS MOBILE */

    div.prestations {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    div.prestations_prestations,
    .tarif {
        width: 100%;
        padding: 20px;
        max-width: none;
    }

    div.prestation_mobile {
        flex-wrap: wrap;
        align-items: space-around;
        gap: 10px;
        width: 95%;
        margin: auto;
        padding: 0 0 10px 0;
        text-align: center;
    }

    div.prestation_mobile > div {
        flex-basis: 38%;
    }

    div.prestation_mobile > div:nth-child(3) {
        flex-basis: 100%;
    }

    .mini_presentation_parcours {
        width: 90%;
        margin: 0.5rem auto 0.5rem auto;
        font-size: 0.93rem;
        font-style: italic;
        font-weight: 400;
        line-height: 1.4rem;
    }

    .mini_presentation_mobile {
        font-size: 0.9rem;
        font-weight: 200;
    }

    div.seance_mobile {
        margin: 10px auto;
        padding: 15px;
        border: solid 0;
        border-radius: 10px;
        background-image: linear-gradient(-45deg,var(--p-saumon) 0%,var(--p-rose) 100%);
        box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
    }

}


/*---------------------------------------
  RÈGLES SPÉCIFIQUES TRÈS PETIT ÉCRAN (max-width: 360px)
-----------------------------------------*/

@media screen and (max-width:360px) {
    h2.rdv {
        margin-top: 0.5em;
        margin-bottom: 1em;
        padding-top: 0;
        font-size: 1.25em;
    }

    /* RDV */

    div.rdv_nav {
        width: 100%;
        height: 50px;
    }

    div.rdv_tableau {
        width: 200px;
    }

    div.proposition_rdv {
        width: 280px;
        height: auto;
    }
}



/* ============================================================
   BLOC BOUTIQUE (DIV)
   ============================================================ */

div.pub_apotheca {
    display: block;
    width: 100%;
}

.shop-bridge {
    display: block;
    clear: both;
    width: 90%;
    margin: 20px auto;
    padding: 20px 0;
    max-width: 700px;
    border-top: 1px solid #f2ece4;
    border-bottom: 1px solid #f2ece4;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #fdfaf6 0%, #fffaf6 100%);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

.shop-container {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.shop-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    padding: 5px;
}

@media (max-width:500px) {
    .shop-grid {
        margin-top: 10px;
    }
}

.shop-card-link {
    display: inline-block;
    margin: 15px;
    text-decoration: none;
    vertical-align: top;
    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 {
    position: relative;
    padding: 25px;
    max-width: 240px;
    min-width: 200px;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    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;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
    background-color: #F0C68E; /* Votre orangé */
}

.shop-img-container {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.shop-img-container img {
    display: block;
    width: 100%;
}

.shop-card h3 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
}

/* Le petit bouton "Découvrir" sous chaque produit */

.shop-fake-btn {
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #F0C68E; /* Votre orangé */
    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;
    margin: auto;
    margin-top: 10px;
    padding: 10px 20px;
    max-width: 300px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #F0C68E;
    transition: background 0.3s,transform 0.2s;
}

@media (max-width:500px) {
    .btn-main-shop {
        display: block;
        margin: 0 !important;
        padding: 10px 20px;
        max-width: 300px;
        text-align: center;
    }
}

.btn-main-shop:hover {
    background-color: #e5b375; /* Version un peu plus sombre au survol */
    transform: scale(1.05);
}


/* Badge de tarif élégant */

.tarif-badge {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    background: #F0C68E;
}

/* Container et Blocs */

.presta-container {
    margin: 40px auto;
    padding: 0 20px;
    max-width: 850px;
}

.presta-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    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;
    margin-bottom: 8px;
    font-size: 1.3rem;
    color: #444;
}

.presta-content p {
    margin-bottom: 5px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.presta-tags {
    font-size: 0.85rem;
    font-style: italic;
    color: #888;
}

/* Responsive : passage en colonne sur mobile */

@media (max-width:600px) {
    .presta-block {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .presta-icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .presta-custom-icon {
        width: 40px; /* Encore plus petit sur mobile */
    }
}

.concept-global {
    margin-bottom: 60px; /* Plus d'espace pour marquer la séparation avec les listes */
    border: 2px solid #F0C68E; /* Rappel de ta couleur fétiche */
    background-color: #fdf9f4; /* Un fond très légèrement teinté pour la distinguer */
}

.concept-global h2 {
    color: #d4a363; /* Un peu plus soutenu */
}

/* Styles spécifiques pour la mise en page des prestations */

.presta-container {
    margin: 20px auto;
    padding: 0 20px;
    max-width: 900px;
}

.presta-block {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.presta-icon {
    margin-right: 25px;
    min-width: 60px;
    text-align: center;
    font-size: 2.5rem;
    color: #F0C68E;
}

.presta-content h2 {
    margin-top: 0;
    font-size: 1.15rem;
    color: #333;
}

.presta-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.presta-tags {
    font-size: 1rem;
    font-style: italic;
    color: #333;
}

/* Note légale */
.legal-notice {
    margin: 60px auto;
	max-width: 1024px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    font-size: 0.85rem;
    color: #555;             /* Couleur du 2e bloc, plus lisible que #777 */
}

.legal-notice p {
    margin: 0; 
    font-style: italic; 
    font-size: 0.95rem;      /* Note : ce texte sera légèrement plus grand que le parent */
    color: #555;
}

@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 {
    margin-top: 5px;
    font-size: 0.9em;
    font-style: italic;
    color: #666;
}

/* soin vibratoire rouen */

.step-container {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    background: #4a90e2;
}

.secteur-intervention {
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #d1d9e6;
    border-radius: 12px;
    background-color: #f1f4f8;
}

.villes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.villes-list li {
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}

.parking-info {
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: #2c3e50;
}

.rdv-v2-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 600px;
}

@media (min-width:600px) {
    .rdv-v2-container {
        padding: 10px;
    }
}

.rdv-v2-titre {
    margin: 20px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

/* La carte du jour */

.rdv-v2-card {
    margin: 0 5% 25px 5%;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    background: var(--p-blanc-chaud);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* --- Adaptation PC et Tablette paysage --- */

@media (min-width:768px) {
    .rdv-v2-container {
        margin: 0 auto;
        max-width: 800px;
    }

    /* On aligne les tuiles de journées côte à côte */

    .rdv-v2-card {
        display: inline-block;
        width: 45%; /* Pour en avoir 2 par ligne */
        margin: 1%;
        min-height: 300px; /* Pour harmoniser les hauteurs */
        vertical-align: top;
    }
}

@media (min-width:1200px) {
    .rdv-v2-container {
        margin: 0 auto;
		width: 90%;
        max-width: 1500px;
		display: flex;
        align-items: flex-start;
        gap: 40px;
		align-items: stretch;
    }
	
	.bloc-informations-pratiques {
        flex: 0 0 410px;
        top: 20px;
        background-color: rgba(255, 255, 255, 0.3);
        padding: 25px 20px;
		display: flex;
		flex-direction: column;
		border-radius: 21px;
	}

	/* 2. On pousse le titre en position 1 */
	.bloc-informations-pratiques h2 {
		order: 1;
		margin-bottom: 20px;
	}

	/* 3. On fait remonter les tuiles juste sous le titre (position 2) */
	.bloc-informations-pratiques .rdv-container-tuiles {
		order: 2;
		margin-bottom: 25px; /* Un peu d'espace avant les textes */
	}

	/* 4. On place tous les paragraphes de texte en bas (position 3) */
	.bloc-informations-pratiques p {
		order: 3;
		margin-top: 8px;
		margin-bottom: 8px;
	}	
	
	.bloc-creneaux-disponibles {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 25px 20px;
		border-radius: 21px;
    }
	
    /* On aligne les tuiles de journées côte à côte */

    .rdv-v2-card {
        display: inline-block;
        width: 31%; /* Pour en avoir 3 par ligne */
        margin: 1%;
        min-height: 300px; /* Pour harmoniser les hauteurs */
        vertical-align: top;
    }
}

/* Bandeau date */

.rdv-v2-header {
    padding: 12px;
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem;
    color: #fff;
    background: #7a5293;
}

/* Grille d'horaires */

.rdv-v2-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr) ; /* 3 colonnes sur mobile */
    gap: 10px;
    justify-content: center;
    margin: auto;
    padding: 15px;
}

			
/* Ajustement PC */

@media (min-width:600px) {
    .rdv-v2-grid {
        grid-template-columns: repeat(3,1fr);
        justify-content: center;
        max-width: 500px;
    }
}

/* Style des boutons/créneaux */

.rdv-v2-slot {
    display: block;
    padding: 10px 0;
    min-width: 5rem;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    transition: 0.2s;
}

.rdv-v2-slot-prochaines-dispo {
    max-width: 7rem;
}

/* Créneau LIBRE */

button.rdv-v2-slot {
    border: 2px solid var(--p-violet);
    color: var(--p-violet);
    background-color: #fff;
	cursor: pointer;
}

button.rdv-v2-slot:hover {
    color: #fff;
    background-color: var(--p-violet);
}

/* Créneau PRIS */

span.rdv-v2-slot {
    border: 2px solid #eee;
    text-decoration: line-through;
    font-weight: normal;
    color: #ccc;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Aide visuelle en bas */

.rdv-v2-legende {
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    color: #555;
}

div.rdv-info-pratique {
    margin: auto;
    max-width: 700px;
}

@media (min-width:768px) {
    div.rdv-info-pratique {
        padding: 10px 30px;
        border-radius: 50px;
        text-align: justify;
        background-color: rgba(255, 255, 255, 0.35);
    }
}

@media (max-width:767px) {
    div.rdv-info-pratique {
        padding-bottom: 0.5rem;
        font-size: 0.9rem;
        font-weight: 200;
    }

    div.rdv-info-pratique strong {
        display: block;
        width: 90%;
        margin: auto;
    }
}

/* --- Ajouts pour le masquage des créneaux (rdv-v2.php) --- */

.hidden-slots {
    display: none;
    flex-wrap: wrap;
}

.tranche-header {
    margin: 5px auto;
    padding: 10px;
    max-width: 240px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: bold;
    background: #f9f9f9;
    transition: background 0.2s;
    cursor: pointer;
}

.tranche-header:hover {
    background: #f0f0f0;
}

.tranche-header.complet {
    color: #888;
    background-color: #f0f0f0;
    cursor: not-allowed;
}




/*=============================================================================
  3. PRESTATIONS ET TARIFS
=============================================================================*/

div.prestations_prestations,
.tarif {
    width: 90%;
    margin: 20px auto;
    padding: 40px;
    max-width: 700px;
    border: 2px outset #eee;
    border-radius: 35px;
    background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width:800px) {
    .tarif {
        max-width: 500px;
    }
}

.flex_prestations {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.tuile_prestations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background-image: linear-gradient(-45deg, var(--p-saumon) 0%,var(--p-rose) 100%);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

.tarif_img {
    width: 40%;
    max-width: 150px;
    filter: drop-shadow(7px 7px 7px gray);
}

/*=============================================================================
  4. PRISE DE RENDEZ-VOUS (RDV)
=============================================================================*/

.grille-tuiles {
    display: grid;
    grid-template-columns: repeat(2,minmax(150px,210px));
    gap: 15px;
    justify-content: center;
    margin: 20px auto;
}
@media (max-width:1199px) {
	.grille-tuiles {
		grid-template-columns: repeat(4,minmax(150px,210px));
	}
}

@media (max-width:900px) {
    .grille-tuiles {
        grid-template-columns: repeat(2,minmax(150px,210px));
    }
}

@media (max-width:500px) {
    .grille-tuiles {
        gap: 10px;
    }

    .tuile span {
        font-size: 0.75rem;
    }
}

.tuile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

/* Interface Calendrier */

.rdv_tableau {
    height: 330px;
    overflow-y: scroll;
}

@media (min-width:768px) {
    .rdv_tableau {
        width: 400px;
        height: 360px;
        overflow-y: hidden;
    }

    div.prise_rdv {
        display: flex;
        width: 700px;
        border-radius: 21px;
        box-shadow: 6px 6px 25px rgba(0,0,0,0.5);
    }
}

.rdv-link {
    display: block;
    padding: 2px;
    border: 2px outset var(--p-glycine);
    border-radius: 7px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

span.rdv-link {
    text-decoration: line-through;
    color: #fff;
    background-color: var(--p-violet);
}


/*=============================================================================
  5. CONTACT
=============================================================================*/

div.contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px auto;
    padding: 20px;
    max-width: 550px;
    border-radius: 21px;
    background-color: #fff;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:768px) and (max-width:900px) {
    div.contact {
        width: 80%;
    }
}

input.contact,
textarea.contact {
    width: 100%;
    padding: 0.8rem;
    border: none;
    border-radius: 7px;
    background-color: rgba(250, 250, 250, 0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}

.contact-envoi {
    width: 100%;
    height: 40px;
    border: 2px outset #fff;
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
    background-color: var(--p-glycine3);
    cursor: pointer;
}

/*=============================================================================
  6. MENTIONS LÉGALES
=============================================================================*/

div.mentions {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    max-width: 800px;
    text-align: justify;
}

@media (min-width:768px) {
    div.mentions {
        padding: 50px 80px;
        max-width: 900px;
        border: 1px solid rgba(240, 198, 142, 0.5);
        border-radius: 5px 15px 3px 25px;
        background-color: #f2e8c9;
        box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
    }
}

@media print {
    .main-navigation,
    footer {
        display: none !important;
    }

    div.mentions {
        padding: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }

    body {
        font-size: 12pt;
        background: white !important;
    }
}




        @media (max-width: 600px) {
            .pricing-card {
                min-width: 90%;
            }
        }

/* PAGE RENDEZ-VOUS-3 */
.form-row {
    margin-bottom: 0.25rem;
}
.guide-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #333;
}
@media (max-width: 767px) {
	.guide-label {
		display: none;
	}
}
/* Style Desktop (Ecran > 768px) : Aspect Tableau */
@media (min-width: 768px) {
    .mode-guide {
        display: table; /* Force le comportement de tableau */
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 15px; /* Espacement entre les "lignes" */
    }

    .form-row {
        display: table-row; /* Chaque ligne du formulaire est une ligne de tableau */
    }

    .guide-label {
        display: table-cell; /* Cellule de gauche */
        width: 30%;
        vertical-align: middle;
        text-align: left;
        padding-right: 25px;
        margin-bottom: 0;
    }

    .form-input {
        display: table-cell; /* Cellule de droite */
        width: 70%;
        vertical-align: middle;
    }

    .rdv_formulaire.mode-guide .box {
        width: 100%;
        max-width: 450px; /* Limite la largeur pour que ce soit élégant */
        margin: 0; /* Supprime les marges qui pourraient décaler l'alignement */
    }
}

/* ----------- */
/* PAGE TARIFS */
/* ----------- */

.tarif-block {
    margin: 45px 25px;
    padding: 25px 5%;
    border-radius: 25px;
	border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.tarif-block:last-of-type {
    border-bottom: none;
}
.tarif-block h2 {
	margin-top: 0;
}
.tarif-prix {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--p-glycine2);
    margin: 5px 0 15px;
}

.tarif-prix span {
    font-size: 1rem;
    font-weight: 400;
    color: #888;
}

@media (max-width: 767px) {
	.tarif-block {
		margin: 25px 0;
		padding: 25px 5%;
	}
}

/*---------------------------------------
  TARIFS
-----------------------------------------*/

.pricing-container {
    max-width: 950px;
    margin: 40px auto;
    padding: 20px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.pricing-card {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 35px;
    flex: 1;
    min-width: 400px;
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.pricing-card h2 {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--p-violet);
    margin-bottom: 20px;
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: #7f8c8d;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
    flex-grow: 1;
}

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    color: #555;
    display: flex;
    align-items: center;
}

.pricing-features li i {
    color: var(--p-cyan);
    margin-right: 12px;
    font-size: 0.9rem;
}


/* ------------------------ */
/*        COOKIES           */
/* ------------------------ */

/* 1. Style et Positionnement de la Bannière */

div.cookie-footer {
    z-index: 10000;
    position: fixed;
    bottom: 5px;
    left: 5%;
    width: 90%;
    padding: 5px;
    border-radius: 12px;
    text-align: center;
    color: #fff; /* Texte blanc */
    background-color: rgba(100, 100, 100, 0.8) ;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

#cookie-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    max-width: 1000px;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%) ;
}

.refuse-all {
    color: white;
    background-color: #E67E22;
}

.accept-all {
    color: white;
    background-color: var(--p-violet);
}


/* 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 {
    margin: auto;
    font-size: 0.75em;
    font-weight: 600;
}

.cookie-link {
    margin-left: 5px;
    text-decoration: underline;
    color: #a0d8ff; /* Couleur de lien douce */
}

/* 4. Boutons d'Action */

.cookie-actions {
    display: flex;
    flex-shrink: 0; /* Empêche la zone des boutons de rétrécir */
    justify-content: center;
}

.cookie-button-accept {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    background-color: #28a745; /* Vert pour l'action principale */
    transition: background-color 0.3s;
    cursor: pointer;
}

.cookie-button-accept:hover {
    background-color: #1e7e34; /* Effet au survol */
}

.cookie-btn {
    margin: 0 7px;
    padding: 5px;
    min-width: 90px;
    border: 0;
    border-radius: 5px;
    font-size: 0.75em;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width:350px) {
    .cookie-btn {
        min-width: 70px;
    }
}

@media (max-width:600px) {
    #cookie-banner {
        flex-direction: column;
        padding: 7px;
        text-align: center;
    }

    .cookie-content {
        margin-right: 0;
        margin-bottom: 10px;
    }
}