@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');

@font-face {
    font-family: Campana;
    src: url(Campana.otf);
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* NAVBAR */
nav {
    background-color: #e6abb7;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
    paint-order: stroke fill;
    -webkit-text-stroke: 0.2em #285536;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    /* centre horizontalement */
    align-items: center;
    flex-wrap: wrap;
}

nav li {
    margin: 0;
}

nav a {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #ececec;
    text-decoration: none;
    font-weight: 900;
    transition: background-color 0.2s;
}

nav a:hover,
nav a.active {
    color: #fff;
    transform: scale(1.05) translateY(-2px);
    transition: all 0.2s ease;
}

@media (max-width: 600px) {
    nav ul {
        flex-direction: column;
    }

    nav a {
        text-align: center;
        width: 100%;
        border-top: 1px solid #444;

    }

    nav a:first-child {
        border-top: none;
    }
}

nav img {
    width: 250px;
}

.videoBG {
    position: fixed;
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    z-index: -2;

}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}





#openAuthModalBtn {
    text-shadow: 1px 1px 7px #000000;
}

/*-------- Padding & Margins --------*/
.p2 {
    padding: 2em;
}

.p2s {
    padding-left: 2em;
    padding-right: 2em;
}

.p4 {
    padding: 4em;
}

.p4s {
    padding-left: 4em;
    padding-right: 4em;
}

.p6 {
    padding: 6em;
}

.p6s {
    padding-left: 6em;
    padding-right: 6em;
}

.p8 {
    padding: 8em;
}

.p8s {
    padding-left: 8em;
    padding-right: 8em;
}

.p10 {
    padding: 10em;
}

.p10s {
    padding-left: 10em;
    padding-right: 2em;
}

.p12 {
    padding: 12em;
}

.p12s {
    padding-left: 12em;
    padding-right: 12em;
}

.p14 {
    padding: 14em;
}

.p14s {
    padding-left: 14em;
    padding-right: 14em;
}

.m0 {
    margin: 0;
}

.m2 {
    margin: 2em;
}

.m2s {
    margin-left: 2em;
    margin-right: 2em;
}

.m4 {
    margin: 4em;
}

.m4s {
    margin-left: 4em;
    margin-right: 4em;
}

.m6 {
    margin: 6em;
}

.m6s {
    margin-left: 6em;
    margin-right: 6em;
}

.m8 {
    margin: 8em;
}

.m8s {
    margin-left: 8em;
    margin-right: 8em;
}

.m10 {
    margin: 10em;
}

.m10s {
    margin-left: 10em;
    margin-right: 2em;
}

.m12 {
    margin: 12em;
}

.m12s {
    margin-left: 12em;
    margin-right: 12em;
}

.m14 {
    margin: 14em;
}

.m14s {
    margin-left: 14em;
    margin-right: 14em;
}

.mt-0 {
    margin-top: 0;
}

.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.left {
    text-align: left;
}

/*-------- End Padding & Margins --------*/

.left-top {
    border-top-left-radius: 10px;
}

.right-top {
    border-top-right-radius: 10px;
}

.logo-img img {
    margin-top: 50px;
    width: 144px;
    background: #ff5d7a;
    border-radius: 100%;
    padding: 10px;
    margin-left: -18px;
    border-bottom: 3px solid #3a8800;
}

#profileDropdown {
    /* s’assure d’avoir un fond blanc */
    background-color: #ff5d7a;
    /* et un petit z-index au cas où */
    color: #fff;
    z-index: 1000;
    border: none;
}

#profileDropdown a:hover {
    text-decoration: underline;
}

/*-------- Width % --------*/
.w10 {
    width: 10%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.w66 {
    width: 66%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

/*-------- End Width % --------*/

/*-------- Flex Grid --------*/

.my-container {
    width: 100%;
    font-size: 15px;
}

.my-container:hover {
    transform: scale(1.02);
    transition: 0.4s;
}


.grid {
    display: flex;

}



.spaceAround {
    justify-content: space-around;
}

.latest-articles h2,
#testimonials h2,
#rdv h2,
.home-latest-posts h2,
#services h2 {
    font-size: 32px;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 24px;
    padding-top: 55px;
    text-align: center;
}

.articles-header {
    text-align: center;
    margin-bottom: 40px;
}

.articles-wrapper {
    display: flex;
    justify-content: space-evenly;
}

/*-------- End Flex Grid --------*/



/*-------- Left Panel --------*/
.about-photo {
    width: 16vw;
}

.about-photo-left {
    width: 11vw;
    margin-bottom: 2em;
}

.s-title {
    font-size: 1.15rem;
    margin-top: 2em;
}

.left-panel {
    border-radius: 10px;
    padding: 65px 60px 20px 60px;
    width: 20vw;
    position: fixed;
    font-size: 1.1em;
    left: 0;
    height: 400px;
    font-weight: bold;
    color: #CDA090;
    text-shadow: rgb(0, 0, 0) 1px 1px 0px, rgb(0, 0, 0) 1px -1px 0px, rgb(0, 0, 0) -1px 1px 0px, rgb(0, 0, 0) -1px -1px 0px, rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0px 1px 0px, rgb(0, 0, 0) -1px 0px 0px, rgb(0, 0, 0) 0px -1px 0px;
    --darkreader-inline-color: var(--darkreader-text-ffffff, #fffdfa);
    --darkreader-inline-bgimage: initial;
    --darkreader-inline-bgcolor: #0b3a55;
}

.text-panel {
    color: white;
    width: 32vw;
}

.socials {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

.socials-left-panel {
    width: 33px;
}

.socials-left-panel:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.process-item,
img {
    width: 50px;
    margin: 0 auto;
}

/*-------- End Left Panel --------*/

/*-------- Right Panel --------*/
.fill {
    background: #093954;
    width: 530px;
    color: white;
    margin-left: 25vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 20px;
    color: #fff;
    background-color: rgba(9, 33, 77, 0.596);
    border: 1px solid rgba(9, 33, 77, 0.596);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.fill-2 {
    background: #093954;
    width: 94%;
    color: black;
    margin-left: 13vw;
    margin-top: 10vh;
    margin-bottom: 30vh;
    padding: 10px;
    background-color: rgba(9, 33, 77, 0.596);
    border: 1px solid rgba(9, 33, 77, 0.596);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.my-container-videos {

    margin-left: 25vw;
    margin-top: 10vh;
    margin-bottom: 10vh;

}

.my-container-videos iframe {
    width: 550px;
    height: 310px;
    border-radius: 15px;
}

.equipment-image {
    width: 350px;
    margin: 0 auto;
}

.my-container h2 {
    margin-top: 10px;
    font-size: 18px;
}

/*-------- End Right Left Panel --------*/



/*-------- Videos --------*/



/*-------- End Videos --------*/



/*-------- Media Queries --------*/

@media only screen and (max-width:1280px) {
    .rsCol {
        flex-direction: column;
    }

    .left {
        text-align: justify;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .left-panel {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px 0px 20px 0px;
        height: auto;
        position: unset;
    }

    .text-panel {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 80vw;
    }

    .socials {
        margin-right: auto;
        margin-left: auto;

    }

    .my-container-videos {
        margin-left: auto;
    }

    .fill {
        margin-left: auto;
    }

    .fill-2 {
        margin-left: auto;
        width: 530px;
        margin-bottom: 40vh;

    }

    .about-photo {
        position: relative;
        width: 70vw;
    }

    .about-photo-left {
        width: 30vw;
    }

    .spaceAround {
        justify-content: unset;
    }
}


@media only screen and (max-width:640px) {

    .my-container-videos {
        margin-left: auto;
        margin-right: auto;
    }

    .my-container-videos iframe {
        width: 80vw;
        height: 45vw;
    }

    .fill {
        margin-left: auto;
        width: 80vw;
    }

    .fill-2 {
        margin-left: auto;
        width: 80vw;
        margin-bottom: 45vh;
    }

    .w-full {
        width: initial !important;
    }

    .text-panel {
        width: 70vw;
        font-size: 1em;
    }

    .socials-left-panel {
        width: 6vw;
    }

}



/*-------- End Media Queries --------*/



/*-------- Video my-container ---------*/
.videoContainer {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.noBG {
    background: unset !important;
}

/*-------- End Video my-container ---------*/

/*-------- Calendar ---------*/
#month {
    text-transform: capitalize;
}

#send-btn {
    background-color: rgb(159 205 144);
}

#send-btn:hover {
    background-color: rgb(138, 206, 115);
    transform: scale(1.05);
    transition: 0.3s;
}

/*-------- End Calendar ---------*/

/*-------- Footer ---------*/
footer {
    color: #ffffff;
    font-size: 12px;
    padding: 15px;
    z-index: 1;
    position: relative;
    background-color: #2b2b2b;
}

.footer-item {
    font-size: 13px;
    margin: 0 auto;
    width: 80%;
    height: 235px;

}

.footer-item h1 {
    margin-bottom: 2.1rem;
    margin-top: 2.3rem;
}

.footer-item p {
    line-height: 2;
}

#footer-block {

    text-align: justify;
}

.container-footer {
    display: flex;
    justify-content: space-around;
    color: white;
}

.footer-descr {
    margin-top: 2.4rem;
    width: 23vw;
    font-size: 15px;
}

.footer-logo {
    width: 5rem;
}


.show-wrapper {
    width: 65vw;
    margin: 0 auto;
    margin-top: -20px;
}

.img-articles {
    width: fit-content;
}

/* 1. Flex container pour aligner les articles sur la même ligne */
.overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* passe à la ligne si besoin */
    gap: 2rem;
    /* écart entre les blocs */
    align-items: stretch;
    /* tous les items ont la même hauteur */
}

.overview-wrapper:hover {
    transform: scale(1.04);
    transition: 0.2s;
}

/* 2. Chaque bloc article devient un flex item */
.post-summary {
    flex: 1 1 calc(33.333% - 2rem);
    /* 3 colonnes, ajustez si besoin */
    display: flex;
    flex-direction: column;
    /* empilement vertical */
    background: #fff;
    /* ou votre couleur de fond */
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

/* 3. L’image ne dicte pas la hauteur totale */
.post-summary .image-wrapper {
    width: 100%;
    height: 150px;
    /* hauteur fixe pour toutes */
    overflow: hidden;
    margin-bottom: 1rem;
}

.post-summary .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* recadre l’image */
}

/* 4. Le contenu texte prend l’espace restant */
.post-summary .preview-text {
    flex: 1;
    /* pousse le bouton ou footer en bas */
    margin-bottom: 1rem;
}

/* 5. (Optionnel) bouton ou lien de fin poussé en bas */
.post-summary .read-more {
    margin-top: auto;
    align-self: flex-start;
    /* ou center selon vos goûts */
}

#profileMenuBtn {
    text-shadow: 1px 1px 7px #000000;
}

/* =========================================
   BANNIÈRE AVEC DEUX BLOCS DE TEXTE RESPONSIVE
   ========================================= */

/* Conteneur principal de la bannière */
#banner .banner-pics {
    display: flex;
    align-items: center;
    /* centre verticalement les deux blocs */
    justify-content: space-around;
    /* espace max entre gauche et droite */
    width: 100%;
    max-width: 1675px;
    min-height: 262px;
    margin: 0 auto;
    padding: 0 2rem;
    /* marge intérieure latérale */
    box-sizing: border-box;

    background-color: #96d09c00;
    background-repeat: no-repeat;
    background-size: cover;
    /* couvre tout le conteneur */
    background-position: center;
}



.latest-articles {
    background-color: #fff0f5;
    padding: 5rem 0;

}

/* Bloc texte (général) */
.banner-pics .banner-text {
    /* overlay semi‐transparent */
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    max-width: 45%;
    /* chaque bloc à max 45% de la largeur */
    box-sizing: border-box;
    text-shadow: rgb(82, 82, 82) 2px 0px 0px, rgb(82, 82, 82) 1.75517px 0.958851px 0px, rgb(82, 82, 82) 1.0806px 1.68294px 0px, rgb(82, 82, 82) 0.141474px 1.99499px 0px, rgb(82, 82, 82) -0.832294px 1.81859px 0px, rgb(82, 82, 82) -1.60229px 1.19694px 0px, rgb(82, 82, 82) -1.97999px 0.28224px 0px, rgb(82, 82, 82) -1.87291px -0.701566px 0px, rgb(82, 82, 82) -1.30729px -1.51361px 0px, rgb(82, 82, 82) -0.421592px -1.95506px 0px, rgb(82, 82, 82) 0.567324px -1.91785px 0px, rgb(82, 82, 82) 1.41734px -1.41108px 0px, rgb(82, 82, 82) 1.92034px -0.558831px 0px;
}

/* Alignements spécifiques */
.banner-pics .banner-text--left {
    text-align: left;
}

.banner-pics .banner-text--right {
    text-align: right;
}

/* Titres et paragraphes dans la bannière */
.banner-pics .banner-text h2 {
    margin: 0 0 3.5rem;
    font-size: 1.9rem;
}

.banner-pics .banner-text--right {
    margin-bottom: 4rem;
    display: flex;
    /* active Flexbox */
    flex-direction: row;
    /* icône et texte côte-à-côte */
    align-items: center;
    /* centre verticalement icône & texte */
    justify-content: flex-end;
    /* colle le groupe à droite du conteneur */

    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    box-sizing: border-box;

    /* s’assure que le bloc épouse juste le contenu */
    width: auto;
    max-width: none;
}

.banner-pics .banner-text--right img {
    margin-right: 0.75rem;
    /* espace entre l’icône et le texte */
}

.banner-pics .banner-text--right p {
    margin: 0;
    text-align: right;
    /* s’assure que le texte est aligné à droite si multi-ligne */
}

.banner-pics .banner-text p {
    margin: 0;
    font-size: 1rem;
}

.phone-img {
    width: 75px;
}

.post-title {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
    color: #96d09c !important;
    font-weight: 900;
    text-shadow: rgb(38, 120, 80) 1px 0px 0px, rgb(38, 120, 80) 0.540302px 0.841471px 0px, rgb(38, 120, 80) -0.416147px 0.909297px 0px, rgb(38, 120, 80) -0.989993px 0.14112px 0px, rgb(38, 120, 80) -0.653644px -0.756803px 0px, rgb(38, 120, 80) 0.283662px -0.958924px 0px, rgb(38, 120, 80) 0.96017px -0.279416px 0px;
}

/* =========================================
   MEDIA QUERIES POUR RESPONSIVE
   ========================================= */

/* Tablettes et petits desktops */
@media (max-width: 1024px) {
    #banner .banner-pics {
        min-height: auto;
        padding: 0 1.5rem;
    }

    .banner-pics .banner-text {
        max-width: 40%;
        padding: 0.75rem 1rem;
    }

    .banner-pics .banner-text h2 {
        font-size: 1.25rem;
    }

    .banner-pics .banner-text p {
        font-size: 0.9rem;
    }
}

/* Mobiles (sous 768px) : empile verticalement, centrage du texte */
@media (max-width: 767px) {
    #banner .banner-pics {
        flex-direction: column;
        padding: 1rem;
    }

    .banner-pics .banner-text {
        max-width: 100%;
        margin: 0.5rem 0;
        text-align: center;
        /* centre le texte */
    }
}

.banner-pics .banner-text--left {
    margin-left: 6%;
}

@media (max-width: 1440px) {
    .banner-pics .banner-text--left {
        margin-left: initial;
    }

}


.article-section h1 {
    font-size: 32px;
    font-weight: 900;
    text-decoration: underline;
    text-align: center;
    margin: 4em auto;
    color: #ff5d7a;
}

.post-full h2 {
    margin-top: 55px;

}

/* TINYMCE */

/*
* For rendering images inserted using the image plugin.
* Includes image captions using the HTML5 figure element.
*/

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/

img.align-left {
    float: left;
}

img.align-right {
    float: right;
}

#testimonials {
    text-align: center;
    background-color: #96d09c3d;
    padding: 4rem 2rem;
    margin-top: -34px;
}


#testimonials .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto 0;
}

#testimonials .slider__track {
    display: flex;
    transition: transform 0.6s ease;
}

#testimonials .testimonial {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 1rem;
    background: white;
    margin: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

#testimonials .testimonial p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

#testimonials .testimonial h3 {
    margin: 0;
    color: #e91e63;
}

#testimonials .testimonial small {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

/* Responsive : passe à 1 item sur mobile */
@media (max-width: 768px) {
    #testimonials .testimonial {
        flex: 0 0 100%;
    }
}

/*
* Premium Plugins CSS
*/

/* The Table of Contents Plugin */

.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc li {
    list-style-type: none;
}

/* The Checklist Plugin */

.tox-checklist>li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: 0.25em 0;
    position: relative;
}

.tox-checklist>li:not(.tox-checklist--hidden)::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    cursor: pointer;
    height: 1em;
    margin-left: -1.5em;
    margin-top: 0.125em;
    position: absolute;
    width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

/* The Page Embed plugin */

.tiny-pageembed--21by9,
.tiny-pageembed--16by9,
.tiny-pageembed--4by3,
.tiny-pageembed--1by1 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.tiny-pageembed--21by9 {
    padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
    padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
    padding-top: 75%;
}

.tiny-pageembed--1by1 {
    padding-top: 100%;
}

.tiny-pageembed--21by9 iframe,
.tiny-pageembed--16by9 iframe,
.tiny-pageembed--4by3 iframe,
.tiny-pageembed--1by1 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* The Media Embed plugin */

.ephox-summary-card {
    border: 1px solid #AAA;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.ephox-summary-card a {
    text-decoration: none;
    color: inherit;
}

.ephox-summary-card a:visited {
    color: inherit;
}

.ephox-summary-card-title {
    font-size: 1.2em;
    display: block;
}

.ephox-summary-card-author {
    color: #999;
    display: block;
    margin-top: 0.5em;
}

.ephox-summary-card-website {
    color: #999;
    display: block;
    margin-top: 0.5em;
}

.ephox-summary-card-thumbnail {
    max-width: 180px;
    max-height: 180px;
    margin-left: 2em;
    float: right;
}

.ephox-summary-card-description {
    margin-top: 0.5em;
    display: block;
}

/* The Footnotes plugin */

div.mce-footnotes hr {
    margin-inline-end: auto;
    margin-inline-start: 0;
    width: 25%;
}

div.mce-footnotes li>a.mce-footnotes-backlink {
    text-decoration: none;
}


footer {
    background-color: #242424;
}


@media print {
    sup.mce-footnote a {
        color: black;
        text-decoration: none;
    }

    div.mce-footnotes {
        break-inside: avoid;
        width: 100%;
    }

    div.mce-footnotes li>a.mce-footnotes-backlink {
        display: none;
    }
}




.footer-icon {
    display: flex;
    align-items: center;
}

.footer-icon img {
    margin: 0;
    margin-right: 21px;
    width: 35px;
    margin-left: 5px;
}



.item2 {
    line-height: 2.6;
    margin-top: 20px;
}

#register-pane,
#login-pane {
    color: black;
}

.checkbox {
    color: black;
    text-decoration: none;
    text-shadow: none;
    font-size: 11px !important;
}

.item3 {
    font-size: 18px;
    font-weight: 600;
    color: #6ab07f;
    margin-top: 43px;
    text-align: center;
}

.item3-wrapper {
    display: flex;
    justify-content: center;
    height: 165px;
    gap: 3rem;
}

.btn-footer {
    padding: 15px;
    background: #96d09c;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 14px;
    height: fit-content;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    margin-top: 5em;
    text-shadow: rgb(7, 84, 46) 1px 0px 0px, rgb(7, 84, 46) 0.540302px 0.841471px 0px, rgb(7, 84, 46) -0.416147px 0.909297px 0px, rgb(7, 84, 46) -0.989993px 0.14112px 0px, rgb(7, 84, 46) -0.653644px -0.756803px 0px, rgb(7, 84, 46) 0.283662px -0.958924px 0px, rgb(7, 84, 46) 0.96017px -0.279416px 0px;
}

.footer-wrapper {
    border-bottom: 2px solid #6ab07f;
    margin-top: 6em;
}

.footer-text {
    margin-top: 15px;
    font-size: 14px;
    color: #6ab07f;
}

.btn-footer:hover {
    color: #ffffff;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    text-shadow: rgb(38, 120, 80) 1px 0px 0px, rgb(38, 120, 80) 0.540302px 0.841471px 0px, rgb(38, 120, 80) -0.416147px 0.909297px 0px, rgb(38, 120, 80) -0.989993px 0.14112px 0px, rgb(38, 120, 80) -0.653644px -0.756803px 0px, rgb(38, 120, 80) 0.283662px -0.958924px 0px, rgb(38, 120, 80) 0.96017px -0.279416px 0px;
    transition: all 0.2s ease-in-out;
}

.titre-footer {
    color: #6ab07f;
    font-size: 18px;
    font-weight: 600;
}

.footer-img img {
    margin: 0;
    margin-bottom: 0px;
    width: 6vw;
    margin-bottom: 2em;
}

.item1 {
    margin-top: 2em;
}

.footer-wrapper {
    display: flex;
    padding: 40px;
    height: auto;
    width: 90%;
    margin: 0 auto;
}



.admin-login h1 {

    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 900;
    text-decoration: 2px solid underline;
}

.admin-login input {

    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.admin-login .sbmt {
    padding: 15px;
    background: #96d09c;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    margin-top: 3em;
    text-shadow: rgb(7, 84, 46) 1px 0px 0px, rgb(7, 84, 46) 0.540302px 0.841471px 0px, rgb(7, 84, 46) -0.416147px 0.909297px 0px, rgb(7, 84, 46) -0.989993px 0.14112px 0px, rgb(7, 84, 46) -0.653644px -0.756803px 0px, rgb(7, 84, 46) 0.283662px -0.958924px 0px, rgb(7, 84, 46) 0.96017px -0.279416px 0px;
}

.admin-login .sbmt:hover {
    border: 1px solid rgb(122, 122, 122)b3b3;
    color: #ffffff;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    text-shadow: rgb(38, 120, 80) 1px 0px 0px, rgb(38, 120, 80) 0.540302px 0.841471px 0px, rgb(38, 120, 80) -0.416147px 0.909297px 0px, rgb(38, 120, 80) -0.989993px 0.14112px 0px, rgb(38, 120, 80) -0.653644px -0.756803px 0px, rgb(38, 120, 80) 0.283662px -0.958924px 0px, rgb(38, 120, 80) 0.96017px -0.279416px 0px;
    transition: all 0.2s ease-in-out;
}

.login-form-admin {
    background: white;
    width: 30vw;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
}

.login-form-admin:hover {

    transition: 0.2s;
}

#map {
    width: 100%;
    height: 450px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 128, 0, 0.123);
    /* Vert avec transparence */
    pointer-events: none;
    /* Important : laisse la map interactive */
    z-index: 1;
}

/* public/css/contact_form.css */
.videoBG {
    position: fixed;
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    z-index: -2;

}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.calendar-nav h3 {
    color: black !important;
    font-weight: 900;
    text-transform: uppercase;
}

/* Overlay semi-transparent sur toute la page */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background: #fff0;
    /* plus de fond gris ou blanc */
    z-index: 9999;
}

.modal.active {
    display: flex;
}

#calendrier {
    margin: 0;
}

.calendar-appointment {
    background-color: #fff0f3;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.77);
}

/* Conteneur général */
/* Dans public/css/contact_form.css */

/* Taille par défaut responsive : 50vh (50 % de la hauteur viewport) */
.carousel {
    position: relative;
    width: 100%;
    height: 70vh;
    /* 50% de la hauteur de la fenêtre */
    max-height: 920px;
    overflow: hidden;
}

/* Si tu veux un réglage plus précis et ne l’appliquer que sur grands écrans */
@media (min-width: 1920px) {
    .carousel {
        height: 920px;
        /* fixe exactement 540px quand l’écran fait ≥1920px de large */
        max-height: none;
        /* on peut lever la limite si nécessaire */
    }
}

/* Les slides en background restent en cover */
.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}


/* 3. Contrôles */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    font-size: 1.5rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
}

.carousel-control.prev {
    left: 1rem;
}

.carousel-control.next {
    right: 1rem;
}

/* Flèches de navigation */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
}

.carousel-control.prev {
    left: 1rem;
}

.carousel-control.next {
    right: 1rem;
}

/* Bloc de texte commun */
.carousel-text {
    position: absolute;
    text-shadow: 1px 1px 7px #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    color: #fff;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 900;
}

/* Titres et paragraphes */
.carousel-text h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
}

.carousel-text p {
    margin: 0;
    font-size: 1rem;
}



#description {
    display: flex;
    padding: 15px;
    /* passe à la ligne si petit écran */
    align-items: flex-start;
    /* ou center, selon que tu veux aligner verticalement */
    /* espace entre image et texte */
    margin: 2rem 0;
}

#text-salon h2 {
    color: #4caf50;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#banner {
    background-color: #96d09c3d;
}

#text-salon {
    background-color: #96d09c3d;
    padding-bottom: 10em;
}

#text-salon .pics {
    margin-top: 2em;
}

#description h1,
#text-salon h1 {
    font-size: 32px;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 24px;
    margin-top: 0;
}

#text-salon h1 {
    text-align: center;
}

/* La zone image */
#description .pics {
    flex: 0 0 50%;
    /* largeur fixe à 50% du conteneur */
    aspect-ratio: 16 / 9;
    /* ratio 16:9 */
    background-size: cover;
    /* adapte l’image au conteneur */
    background-position: center;
}

/* Le bloc de texte */
#description .text {
    flex: 1 1 50%;
    line-height: 1.5;
    padding: 35px;
}

/* Empêche absolument tout clic sur les boutons “désactivés” */
.slot-btn.disabled,
.slot-btn[disabled] {
    pointer-events: none !important;
    /* plus aucun clic possible */
    opacity: 0.5 !important;
    /* visuel “grisé” */
    cursor: not-allowed !important;
    /* curseur interdit */
}

/* slot fermé / indisponible dans data.available */
.slot-btn.unavailable {
    opacity: 0.4;
    pointer-events: none;
    background-color: #f8d7da;
    /* rouge très clair */
    border-color: #f5c6cb;
}

/* slot ouvert mais pas un début valide */
.slot-btn.cant-start {
    opacity: 0.5;
    pointer-events: none;
    background-color: #e2e3e5;
    /* gris clair */
    border-color: #d6d8db;
}

#addServiceBtn,
#removeServiceBtn {
    width: 2em;
    height: 2em;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    margin-left: 0.5em;
}

.slot-btn.disabled {
    cursor: default;
    /* curseur normal, pas de main */
    pointer-events: none;
    /* blocage de tout clic */
    opacity: 0.5;
    /* visuel “désactivé” */
}

#removeServiceBtn:disabled {
    opacity: 0.3;
    cursor: default;
}

.pics img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: -5px;
}

.pics-wrapper {
    display: flex;
    flex-direction: column;
    width: 29vw;
    text-align: center;
    background: white;
    height: auto;
    -webkit-box-shadow: 0px 1px 3px 0px #000;
    box-shadow: 0px 1px 1px 0px #000;
    border-radius: 10px;
}

.pics-wrapper p {
    font-size: 1.1vw;
    line-height: 1.5;
}

.pics-wrapper:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.46);
    transition: 0.2s;
}

.pics-wrapper .text {
    padding: 40px;
    padding-top: 55px;
    padding-bottom: 0px;
    height: 28vw;
}

.wrapper {
    display: flex;
    justify-content: space-around;
}



/* Le contenu centré */
.modal-content {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    border-radius: 6px;
    max-width: 500px;
    width: 100%;
    z-index: 10;
    border: 1px solid #c8c8c8 !important;
}

/* Croix de fermeture */

.modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

#profileMenuBtn {
    text-transform: uppercase;
}


.logoutbtn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: scale(1.02);
    transition: transform 0.2s ease-in-out;
}

.logoutbtn:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}

.login {
    transition: all 0.1s ease-in;
    background-color: #6abf8a;
}

.login:hover {
    transition: all 0.1s ease-in;
    background-color: #16a34a;
}

.register {
    transition: all 0.1s ease-in;
    background-color: #b64a58;
}

.register:hover {
    transition: all 0.1s ease-in;
    background-color: #b33d4d;
}

/* Onglets */
.tabs {
    display: flex;
    margin-bottom: 1rem;
}

.tab-btn {
    flex: 1;
    padding: 0.5rem;
    background: #6abf8a;
    border: none;
    cursor: pointer;
}

.tab-btn.active {
    background: #16a34a;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.1s ease-in;
}

/* Variables de couleur */
:root {
    --color-login: #28a745;
    /* vert */
    --color-register: #e91e63;
    /* rose */
    --color-neutral: #f5f5f5;
    /* gris clair */
    --text-default: #333;
}

/* Bordure haute pour indiquer le mode */
.modal-content {
    border-top: 5px solid transparent;
    transition: border-color 0.2s;
}

/* Onglets neutres */
.tab-btn {
    background: var(--color-neutral);
    color: var(--text-default);
}

/* Mode Connexion (vert) */
#authModal.mode-login .modal-content {
    border-top-color: var(--color-login);
}

#authModal.mode-login .tab-btn[data-tab-target="login-pane"].active {
    background: var(--color-login);
    color: #fff;
}

#authModal.mode-login #login-pane .btn {
    background: var(--color-login);
    color: #fff;
}

/* Mode Inscription (rose) */
#authModal.mode-register .modal-content {
    border-top-color: var(--color-register);
}

#authModal.mode-register .tab-btn[data-tab-target="register-pane"].active {
    background: var(--color-register);
    color: #fff;
}

#authModal.mode-register #register-pane .btn {
    background: var(--color-register);
    color: #fff;
}

/* Contenu des onglets */
.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

/*-------- Padding & Margins --------*/
.p2 {
    padding: 2em;
}

.p2s {
    padding-left: 2em;
    padding-right: 2em;
}

.p4 {
    padding: 4em;
}

.p4s {
    padding-left: 4em;
    padding-right: 4em;
}

.p6 {
    padding: 6em;
}

.p6s {
    padding-left: 6em;
    padding-right: 6em;
}

.p8 {
    padding: 8em;
}

.p8s {
    padding-left: 8em;
    padding-right: 8em;
}

.p10 {
    padding: 10em;
}

.p10s {
    padding-left: 10em;
    padding-right: 2em;
}

.p12 {
    padding: 12em;
}

.p12s {
    padding-left: 12em;
    padding-right: 12em;
}

.p14 {
    padding: 14em;
}

.p14s {
    padding-left: 14em;
    padding-right: 14em;
}

.m0 {
    margin: 0;
}

.m2 {
    margin: 2em;
}

.m2s {
    margin-left: 2em;
    margin-right: 2em;
}

.m4 {
    margin: 4em;
}

.m4s {
    margin-left: 4em;
    margin-right: 4em;
}

.m6 {
    margin: 6em;
}

.m6s {
    margin-left: 6em;
    margin-right: 6em;
}

.m8 {
    margin: 8em;
}

.m8s {
    margin-left: 8em;
    margin-right: 8em;
}

.m10 {
    margin: 10em;
}

.m10s {
    margin-left: 10em;
    margin-right: 2em;
}

.m12 {
    margin: 12em;
}

.m12s {
    margin-left: 12em;
    margin-right: 12em;
}

.m14 {
    margin: 14em;
}

.m14s {
    margin-left: 14em;
    margin-right: 14em;
}

.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.left {
    text-align: left;
}

/*-------- End Padding & Margins --------*/


/*-------- Width % --------*/
.w10 {
    width: 10%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.w66 {
    width: 66%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

/*-------- End Width % --------*/

/*-------- Flex Grid --------*/

.my-container {
    width: 100%;
    font-size: 15px;
}

.my-container:hover {
    transform: scale(1.02);
    transition: 0.4s;
}


.grid {
    display: flex;

}



.spaceAround {
    justify-content: space-around;
}


/*-------- End Flex Grid --------*/



/*-------- Left Panel --------*/
.about-photo {
    width: 16vw;
}

.about-photo-left {
    width: 11vw;
    margin-bottom: 2em;
}

.s-title {
    font-size: 1.15rem;
    margin-top: 2em;
}

.left-panel {
    border-radius: 10px;
    padding: 65px 60px 20px 60px;
    width: 20vw;
    position: fixed;
    font-size: 1.1em;
    left: 0;
    height: 400px;
    font-weight: bold;
    color: #CDA090;
    text-shadow: rgb(0, 0, 0) 1px 1px 0px, rgb(0, 0, 0) 1px -1px 0px, rgb(0, 0, 0) -1px 1px 0px, rgb(0, 0, 0) -1px -1px 0px, rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0px 1px 0px, rgb(0, 0, 0) -1px 0px 0px, rgb(0, 0, 0) 0px -1px 0px;
    --darkreader-inline-color: var(--darkreader-text-ffffff, #fffdfa);
    --darkreader-inline-bgimage: initial;
    --darkreader-inline-bgcolor: #0b3a55;
}

.text-panel {
    color: white;
    width: 32vw;
}

.socials {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

.socials-left-panel {
    width: 33px;
}

.socials-left-panel:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.process-item,
img {
    width: 50px;
    margin: 0 auto;
}

.recap:hover {
    transform: scale(1.1);
    transition: 0.2s;

}

/*-------- End Left Panel --------*/

/*-------- Right Panel --------*/
.fill {
    background: #093954;
    width: 530px;
    color: white;
    margin-left: 25vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 20px;
    color: #fff;
    background-color: rgba(9, 33, 77, 0.596);
    border: 1px solid rgba(9, 33, 77, 0.596);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.fill-2 {
    background: #093954;
    background-color: rgb(9, 57, 84);
    width: 28vw;
    color: black;
    margin-top: 10vh;
    padding: 10px;
    background-color: rgba(9, 33, 77, 0.596);
    border: 1px solid rgba(9, 33, 77, 0.596);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.my-container-videos {

    margin-left: 25vw;
    margin-top: 10vh;
    margin-bottom: 10vh;

}

.my-container-videos iframe {
    width: 550px;
    height: 310px;
    border-radius: 15px;
}

.equipment-image {
    width: 350px;
    margin: 0 auto;
}

.my-container h2 {
    margin-top: 10px;
    font-size: 18px;
}

/*-------- End Right Left Panel --------*/



/*-------- Videos --------*/



/*-------- End Videos --------*/



/*-------- Media Queries --------*/

@media only screen and (max-width:1280px) {
    .rsCol {
        flex-direction: column;
    }

    .left {
        text-align: justify;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .left-panel {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px 0px 20px 0px;
        height: auto;
        position: unset;
    }

    .text-panel {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 80vw;
    }

    .socials {
        margin-right: auto;
        margin-left: auto;

    }

    .my-container-videos {
        margin-left: auto;
    }

    .fill {
        margin-left: auto;
    }

    .fill-2 {
        margin-left: auto;
        width: 530px;
        margin-bottom: 40vh;

    }

    .about-photo {
        position: relative;
        width: 70vw;
    }

    .about-photo-left {
        width: 30vw;
    }

    .spaceAround {
        justify-content: unset;
    }
}


@media only screen and (max-width:640px) {

    .my-container-videos {
        margin-left: auto;
        margin-right: auto;
    }

    .my-container-videos iframe {
        width: 80vw;
        height: 45vw;
    }

    .fill {
        margin-left: auto;
        width: 80vw;
    }

    .fill-2 {
        margin-left: auto;
        width: 80vw;
        margin-bottom: 45vh;
    }

    .w-full {
        width: initial !important;
    }

    .text-panel {
        width: 70vw;
        font-size: 1em;
    }

    .socials-left-panel {
        width: 6vw;
    }

}



/*-------- End Media Queries --------*/



/*-------- Video my-container ---------*/
.videoContainer {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.noBG {
    background: unset !important;
}

/*-------- End Video my-container ---------*/

/*-------- Calendar ---------*/
#month {
    text-transform: capitalize;
}

#send-btn {
    background-color: rgb(159 205 144);
}

#send-btn:hover {
    background-color: rgb(138, 206, 115);
    transform: scale(1.05);
    transition: 0.3s;
}

/*-------- End Calendar ---------*/



/* Variables pour faciliter les changements */
:root {
    --primary: #4a90e2;
    --secondary: #fbe17b;
    --disabled: #ffe0e0;
}

/* Calendrier */
.center-text {
    text-align: center;

}

.white {
    color: white;
}

#Calendar {
    width: 50vw;

}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
    height: 25vw;

}

.calendar-day {
    padding: 8px;
    min-height: 50px;
    background: #ffe5ea;
}



.dispo {
    background-color: #d4fcd4;
    cursor: pointer;
}

.today {
    outline: 2px solid #41e178
}

.calendar-day.dispo:hover {
    background-color: #b0f0b0;
    transition: 0.3s;
}

.disabled {
    background-color: var(--disabled);
    color: black;
    cursor: default;
    border-color: #ddd;
    background-color: #ffd6de !important;
}

/* Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

.prix-durée {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-transform: capitalize;
}

.prix-durée .form-field label {
    width: 100% !important;
}

#priceInput,
#durationInput {
    cursor: default;
}

#priceInput,
#durationInput:focus-visible {
    outline: none;
    caret-color: transparent;
}

/* Modales */
.modal {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100vh;

    padding-bottom: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    border-radius: 10px;
}

#errorModal {
    background: white;
    height: 30vh;
    top: 15%;
}

#contactModal {
    background: white;
    width: 45vw;
    height: 43vw;
    overflow: auto;

}

#hourModal {
    display: none;
    position: fixed;
    top: 20% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1000;
    border-radius: 10px;
}

.modal-header {
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: center;
    background-color: #96d09c;
    color: white;
    text-shadow: 1px 1px 7px #000000;
    text-transform: uppercase;
    padding: 1rem;
    font-weight: 900;
    border-bottom: 1px solid #ff5d7a;
}

.modal-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

#bookingForm select {
    text-transform: capitalize;
}

.plus-btn {
    padding: 15px;
    background: #96d09c;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    margin-top: 3em;
    text-shadow: rgb(7, 84, 46) 1px 0px 0px, rgb(7, 84, 46) 0.540302px 0.841471px 0px, rgb(7, 84, 46) -0.416147px 0.909297px 0px, rgb(7, 84, 46) -0.989993px 0.14112px 0px, rgb(7, 84, 46) -0.653644px -0.756803px 0px, rgb(7, 84, 46) 0.283662px -0.958924px 0px, rgb(7, 84, 46) 0.96017px -0.279416px 0px;
}

.plus-btn:hover {
    border: 1px solid rgb(122, 122, 122)b3b3;
    color: #ffffff;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    text-shadow: rgb(38, 120, 80) 1px 0px 0px, rgb(38, 120, 80) 0.540302px 0.841471px 0px, rgb(38, 120, 80) -0.416147px 0.909297px 0px, rgb(38, 120, 80) -0.989993px 0.14112px 0px, rgb(38, 120, 80) -0.653644px -0.756803px 0px, rgb(38, 120, 80) 0.283662px -0.958924px 0px, rgb(38, 120, 80) 0.96017px -0.279416px 0px;
    transition: all 0.2s ease-in-out;
}

.sbt-btn {
    padding: 15px;
    background: #f99dae;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    margin-top: 3em;
    text-shadow: rgb(255, 93, 122) 1px 0px 0px, rgb(255, 93, 122) 0.540302px 0.841471px 0px, rgb(255, 93, 122) -0.416147px 0.909297px 0px, rgb(255, 93, 122) -0.989993px 0.14112px 0px, rgb(255, 93, 122) -0.653644px -0.756803px 0px, rgb(255, 93, 122) 0.283662px -0.958924px 0px, rgb(255, 93, 122) 0.96017px -0.279416px 0px;
}

.sbt-btn:hover {
    border: 1px solid rgb(122, 122, 122)b3b3;
    color: #ffffff;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.46);
    text-shadow: rgba(255, 49, 87, 1) 1px 0px 0px, rgba(255, 49, 87, 1) 0.540302px 0.841471px 0px, rgba(255, 49, 87, 1) -0.416147px 0.909297px 0px, rgba(255, 49, 87, 1) -0.989993px 0.14112px 0px, rgba(255, 49, 87, 1) -0.653644px -0.756803px 0px, rgba(255, 49, 87, 1) 0.283662px -0.958924px 0px, rgba(255, 49, 87, 1) 0.96017px -0.279416px 0px;
    transition: all 0.2s ease-in-out;
}



.banner-pics {
    width: 100%;
    /* plein écran horizontal */
    max-width: 1675px;
    /* ne dépasse pas la taille originale */
    min-height: 262px;
    margin: 0 auto;
    background-color: #ffebef;
    background-repeat: no-repeat;
    background-size: cover;
    /* couvre tout le conteneur */
    background-position: center center;
}

@media (max-width: 767px) {

    /* Masque complètement la bannière sur mobile/tablette */
    #banner,
    .banner-pics {
        display: none !important;
    }
}


/* ------------------------------------------------------------ */
/* Styles pour la liste des heures disponibles en grille        */
/* ------------------------------------------------------------ */

/* Conteneur en grille responsive */
#hourList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

/* Chaque créneau comme un “bouton” */
#hourList li {
    background: #7cb16f;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: background 0.2s, transform 0.1s;
}

/* Effet au survol */
#hourList li:hover {
    background: #41c23a;
    transform: translateY(-2px);
}

label {
    text-align: center;
    ;
}

.form-book {
    width: 100%;
    text-align: center;
}

#phone {
    border: 1px solid #dbdbdb;
    outline: none;
}

.form-book input,
textarea,
select {
    width: 80%;
    padding: 10px !important;
    border: 1px solid #dbdbdb;
    background: white;

}



/* Conteneur rose pâle */
.widget-latest-posts {
    /* largeur max du bloc rose */
    margin: 0 auto;
    /* centré */
    background: #ffe5ec;
    padding: 2rem 1rem;
    border-radius: 12px;
}

.widget-latest-posts>h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.widget-latest-posts .widget-subtitle {
    margin-bottom: 2rem;
    color: #555;
}

/* Grille responsive */
.latest-posts-grid {
    display: grid !important;
    /* chaque colonne fait au moins 280px et au plus 320px */
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    gap: 1.5rem !important;
    justify-content: center;
    /* centre les colonnes si espace restant */
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

/* Carte individuelle */
.latest-post-item {
    max-width: 320px;
    /* pas plus large qu’une colonne */
    margin: 0 auto;
    /* centré dans sa cellule */
}

.latest-post-item:hover {
    transform: translateY(-4px);
}

/* Image pleine largeur, hauteur auto */
.card-image {
    width: 100%;
    display: block;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Contenu */
.card-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Titre vert */
.card-title {
    color: #4caf50;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.card-title:hover {
    text-decoration: underline;
}

/* Date */
.card-date {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* Extrait */
.card-excerpt {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    flex-grow: 1;
}

/* Bouton rose */
.card-button {
    display: inline-block;
    padding: 0.6rem 1rem;
    background: #ff8da1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background .2s;
}

.card-button:hover {
    background: #ff6f87;
}

/* ———————————————————————————————— */
/* Widget général */
.widget.widget-latest-posts {
    background: #ffe5ec;
    text-align: center;
    padding: 15px;
}

.widget.widget-latest-posts h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.widget.widget-latest-posts .widget-subtitle {
    color: #555;
    margin-bottom: 2rem;
}

/* ———————————————————————————————— */
/* Grille responsive : 280–320px wide cards, centré */
.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

/* ———————————————————————————————— */
/* Carte */
.latest-post-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform .2s;
}

.latest-post-item:hover {
    transform: translateY(-4px);
}

/* Image naturelle */
.card-image {
    width: 100%;
    display: block;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Contenu de la carte */
.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

/* Titre */
.card-title {
    color: #4caf50;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.card-title:hover {
    text-decoration: underline;
}

/* Date */
.card-date {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* Extrait */
.card-excerpt {
    flex-grow: 1;
    margin-bottom: 1rem;
    color: #333;
    font-size: 0.95rem;
}

/* Bouton */
.card-button {
    display: inline-block;
    padding: 0.6rem 1rem;
    background: #ff8da1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background .2s;
}

.card-button:hover {
    background: #ff6f87;
}


.uam-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.uam-modal {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.uam-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ddd;
}

.uam-tabs {
    display: flex;
}

.uam-tab-button {
    background: none;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1em;
    color: #555;
}

.uam-tab-button.active {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.uam-modal-close {
    background: none;
    border: none;
    font-size: 1.5em;
    line-height: 1;
    cursor: pointer;
}

.uam-modal-body {
    padding: 1em;
}

.uam-tab-content {
    display: none;
}

.uam-tab-content.active {
    display: block;
}

/* calendar.css */

/* ───────────── Conteneur général ───────────── */
.calendar-container {
    max-width: 75%;
    margin: 1.5rem auto;
    padding: 0 1rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ───────────── En-tête Navigation ───────────── */
.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6abb7;
    color: #fff;
    padding: 0.75rem 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    gap: 20px;
    font-weight: 900;
    text-decoration: none
}

.calendar-header a {
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
    paint-order: stroke fill;
    -webkit-text-stroke: 0.2em #285536;
}

.calendar-header h4 {
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
    paint-order: stroke fill;
    -webkit-text-stroke: 0.2em #285536;
    margin: 0;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.calendar-header .ajax-nav {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none
}

.calendar-header .ajax-nav:hover {
    color: #ddd;
}

/* ───────────── Tableau du Calendrier ───────────── */
.calendar-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    table-layout: fixed;
}

/* ───────────── Jours de la semaine ───────────── */
.calendar-container th {
    background: #f7f7f7;
    padding: 0.75rem 0;
    text-align: center;
    font-size: 0.85rem;
    color: #8e44ad;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}

/* ───────────── Cases Jour ───────────── */
.calendar-container td {
    position: relative;
    height: 4.5rem;
    padding: 0.5rem;
    vertical-align: top;
    border: none;
    /* rose très pâle par défaut */
    color: #aaa;
    /* texte grisé par défaut */
    transition: background .2s, color .2s;
}

/* Numéro du jour affiché dans la cellule */
.calendar-container .calendar-day-number {
    display: block;
    text-align: right;
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
    line-height: 1;
}

/* ───────────── Jours réservables ───────────── */
.calendar-container td.open-day {
    background: #e6ffed;
    /* vert pâle */
    color: #333;
    cursor: pointer;
}

.calendar-container td.open-day:hover {
    background: #c8f5c7;
}

/* ───────────── Week-ends ───────────── */
.calendar-container td.weekend {
    background: #faf0ff;
    /* violet pâle */
}

.calendar-container td.weekend.open-day {
    background: #d1e7dd;
    /* vert différent si ouvert */
}

.calendar-container td.weekend.open-day:hover {
    background: #a3dcbf;
}

/* ───────────── Jours fermés/non réservables ───────────── */
.calendar-container td.disabled,
.calendar-container td:not(.open-day) {
    /* tout ce qui n’est pas .open-day reste rose et non-cliquable */
    color: #646464;
}

/* ───────────── Bordures entre cellules ───────────── */
.calendar-container td,
.calendar-container th {
    border: 1px solid #e9ecef;
}

/* ───────────── Responsive ───────────── */
@media (max-width: 768px) {
    .calendar-header h4 {
        font-size: 1.1rem;
    }

    .calendar-container th,
    .calendar-container td {
        padding: 0.4rem;
        font-size: 0.75rem;
        height: 3rem;
    }
}

#calendarContainer {
    border: 1px solid #a8a8a8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* ─────────── Overlay et positionnement ─────────── */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    /* caché par défaut */
    align-items: center;
    justify-content: center;
    z-index: 1500;
}

.modal-overlay.active {
    display: flex;
    /* affiché quand .active */
}

/* ─────────── Conteneur de la modale ─────────── */
.modal-content {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.3s ease-out;
    overflow: auto;
}

/* Animation d’apparition */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─────────── Bouton de fermeture ─────────── */
.modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #000;
}

/* ─────────── Titres ─────────── */
.modal-content h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

/* ─────────── Formulaire et champs ─────────── */
.modal-content .form-group {
    margin-bottom: 1rem;
}

.modal-content label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: #444;
}

.modal-content .form-control,
.modal-content select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.modal-content .form-control:focus,
.modal-content select:focus {
    border-color: #fa3b5e;
    box-shadow: 0 0 0 3px rgba(173, 68, 117, 0.2);
    outline: none;
}

/* ─────────── Boutons + / – ─────────── */
#addServiceBtn,
#removeServiceBtn {
    background: #ff5d7a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0.25rem;
    cursor: pointer;
    transition: background 0.2s;
}

#addServiceBtn:hover,
#removeServiceBtn:hover:not([disabled]) {
    background: #ff2e53;
}

#removeServiceBtn[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

/* ─────────── Section créneaux ─────────── */
#slotSection {
    margin-top: 1.5rem;
}

#slotSummary {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

#timePreview {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    text-align: center;
    color: #333;
}

/* ─────────── Grille des créneaux ─────────── */
.slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    gap: 0.5rem;
}

.slot-grid .slot-btn {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.slot-grid .slot-btn:hover:not(.disabled):not(.selected) {
    background: #e0e0e0;
}

.slot-grid .slot-btn.selected {
    background: #ff5d7a;
    color: #fff;
    border-color: #ff274f;
}

.slot-grid .slot-btn.disabled {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: not-allowed;
}

/* ─────────── Bouton de validation ─────────── */
.modal-content button[type="submit"] {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background: #ff5d7a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 1rem;
}

#modalDate {
    text-align: center;
}

.modal-content button[type="submit"]:hover {
    background: #ff2e53;
}

/* ─────────── Responsive ─────────── */
@media (max-width: 480px) {
    .modal-content {
        padding: 1rem;
    }

    .modal-content h5 {
        font-size: 1.1rem;
    }

    .slot-grid {
        grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
    }

    #addServiceBtn,
    #removeServiceBtn {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.1rem;
    }
}

.alert-warning {
    text-align: center;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffb4b4;
}

/* auth-modal.css */

/* ❶ Overlay sombre plein écran */
.uam-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* caché par défaut */
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.uam-modal-overlay.active {
    display: flex;
}

/* ❷ Boîte de la modale */
.uam-modal {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ❸ En-tête avec onglets */
.uam-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #8e44ad;
    padding: 0.5rem 1rem;
}

.uam-tabs {
    display: flex;
}

.uam-tab-button {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 3px solid transparent;
}

.uam-tab-button:hover {
    color: #fff;
}

.uam-tab-button.active {
    color: #fff;
    border-bottom: 3px solid #fff;
}

/* ❹ Bouton fermer */
.uam-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    margin-left: 0.5rem;
}

/* ❺ Corps de la modale */
.uam-modal-body {
    padding: 1rem;
    background: #fafafa;
    flex: 1;
    overflow-y: auto;
}

/* ❻ Contenus des onglets */
.uam-tab-content {
    display: none;
}

.uam-tab-content.active {
    display: block;
}

/* ❼ Formulaires */
.uam-modal-body form {
    display: flex;
    flex-direction: column;
}

.uam-modal-body label {
    margin: 0.5rem 0 0.25rem;
    font-weight: 500;
    color: #333;
}

.uam-modal-body input,
.uam-modal-body select {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.uam-modal-body input:focus,
.uam-modal-body select:focus {
    outline: none;
    border-color: #8e44ad;
    box-shadow: 0 0 0 3px rgba(142, 68, 173, 0.2);
}

/* ❽ Boutons submit */
.uam-modal-body button[type="submit"] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #8e44ad;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.uam-modal-body button[type="submit"]:hover {
    background: #732d91;
}

/* ❾ Lien mot de passe oublié */
.uam-modal-body p>a {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #8e44ad;
    text-decoration: none;
}

.uam-modal-body p>a:hover {
    text-decoration: underline;
}

/* ❿ Responsive (petits écrans) */
@media (max-width: 360px) {
    .uam-modal {
        width: 95%;
    }

    .uam-tab-button {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}

.uam-modal-overlay {
    position: fixed;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* caché par défaut */
    z-index: 2000;
}

.uam-modal-overlay.active {
    display: flex;
    /* devient flex quand active */
    align-items: center;
    /* centre verticalement */
    justify-content: center;
    /* centre horizontalement */
    padding: 1rem;
    /* garde de l’espace sur petits écrans */
    box-sizing: border-box;
}

/* ───────────── Boîte de la modale ───────────── */
.uam-modal {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: 0;
    /* aucun margin pour ne pas repousser */
    max-height: calc(100vh - 2rem);
    /* tient dans la fenêtre */
    overflow-y: auto;
    /* scroll interne si trop grande */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

/* ───────────── En-tête et onglets ───────────── */
.uam-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ff5d7a;
    padding: 0.5rem 1rem;
}

.uam-tabs {
    display: flex;
}

.uam-tab-button {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 1rem;
    transition: color .2s, border-bottom .2s;
    border-bottom: 3px solid transparent;
}

.uam-tab-button.active {
    color: #fff;
    border-bottom-color: #fff;
}

.uam-tab-button:hover {
    color: #fff;
}

.uam-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

/* ───────────── Contenu ───────────── */
.uam-modal-body {
    padding: 1rem;
    background: #fafafa;
    flex: 1;
    overflow-y: auto;
    text-align: center;
}

/* ───────────── Formulaires et champs ───────────── */
.uam-modal-body label {
    display: block;
    margin: 0.5rem 0 0.25rem;
    color: #333;
    font-weight: 500;
}

.uam-modal-body input,
.uam-modal-body select {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
}

.uam-modal-body input:focus,
.uam-modal-body select:focus {
    outline: none;
    border-color: #8e44ad;
    box-shadow: 0 0 0 3px rgba(142, 68, 173, 0.2);
}

/* ───────────── Boutons ───────────── */
.uam-modal-body button[type="submit"] {
    margin-top: 1rem;
    width: 100%;
    padding: 0.75rem;
    background: #ff5d7a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background .2s;
}

.uam-modal-body button[type="submit"]:hover {
    background: #db3d5a;
}

/* ───────────── Responsive ───────────── */
@media (max-width: 480px) {
    .uam-modal {
        max-width: 95%;
    }

    .uam-tab-button {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}

/* 1) Overlay couvre tout l’écran, reste masqué jusqu’à activation */
.uam-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2000;
}

/* 2) Quand active, on l’affiche (block ou flex, peu importe) */
.uam-modal-overlay.active {
    display: block;
}

/* 3) Centrage absolu de la boîte via top/left 50% + translate */
.uam-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: auto;

    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

/* Bouton d’ouverture de la modale d’authentification */
.uam-open-auth-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    background: #e6abb7;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
    paint-order: stroke fill;
    -webkit-text-stroke: 0.2em #285536;
}


/* Hover et focus */
.uam-open-auth-btn:hover,
.uam-open-auth-btn:focus {
    background: #d57d8f;
    ;
    /* violet plus foncé */
    outline: none;
    transform: translateY(-1px);
}

/* Active (clic) */
.uam-open-auth-btn:active {
    background: #d12847;
    transform: translateY(0);
}

/* Désactivé si jamais nécessaire */
.uam-open-auth-btn:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
    box-shadow: none;
}

.modale-blocks {
    display: flex;
    justify-content: space-evenly;
}

#bookingForm {
    width: 100%;

}

.modale-services {
    margin-top: 19px;
    line-height: 2.3;
    font-size: 14px;
}


@media (max-width: 1114px) {
    .modale-blocks {
        flex-direction: column;
    }
}

#services .services-text {
    display: flex;
    flex-wrap: wrap;
    /* passe à la ligne quand c’est trop large */
    justify-content: center;
    /* centre les items sur chaque ligne */
    gap: 1.5rem;
    /* espace entre les blocs */
    margin: 0 auto 2rem;
}

/* Chaque paragraphe devient un bloc fixe / flexible */
#services .services-text p {
    flex: 0 1 30%;
    /* ne grandit pas, peut rétrécir, base 30% */
    min-width: 250px;
    /* taille mini avant wrapping */
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 1.4;
}

/* Responsive : sur tablette, passe à 2 colonnes */
@media (max-width: 992px) {
    #services .services-text p {
        flex: 0 1 45%;
        /* deux colonnes */
    }
}

/* Sur mobile, une seule colonne */
@media (max-width: 576px) {
    #services .services-text {
        justify-content: flex-start;
        /* ou center, ça donne pareil pour 1 item */
    }

    #services .services-text p {
        flex: 0 1 100%;
    }
}



.services-text p {
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
    transition: all 0.2s ease;
}

.services-text p:hover {
    transform: translateY(-4px);
}


#services {
    margin: 0 auto;
    background: #ffe5ec;
}

.no-dots {
    list-style: none;
}

.no-dots a {
    text-decoration: none;
    color: #fff;
}

.labels {
    position: relative;
    top: 80%;
    left: 75%;
}

.labels img {
    width: 100px;
    margin: 15px;
}

/* Container principal */
.container-profile {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    color: #333;
}

/* Titres */
.container-profile h1,
.blog-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.container-profile h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3rem;
}

/* Liste des animaux */
.animal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.animal-list li {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.animal-list li:last-child {
    border-bottom: none;
}

/* Image de l’animal */
.animal-list li img {
    width: 80px;
    height: auto;
    border-radius: 4px;
    margin-right: 1rem;
    object-fit: cover;
}

/* Texte et boutons */
.animal-list .pet-info {
    flex: 1;
}

.animal-list .pet-info span {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.animal-list .pet-actions {
    display: flex;
    gap: 0.5rem;
}

.animal-list .pet-actions button {
    background: #ff5d7a;
    color: #fff;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.animal-list .pet-actions button.delete {
    background: #d35400;
}

.animal-list .pet-actions button:hover {
    opacity: 0.9;
}

/* Bouton « Ajouter un animal » */
#toggle-pet-form {
    margin-top: 1rem;
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

#toggle-pet-form:hover {
    background: #219150;
}

/* Formulaire animal (simplifié) */
#pet-form {
    margin-top: 1rem;
    padding: 1rem;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#pet-form div {
    margin-bottom: 0.75rem;
}

#pet-form label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    color: #555;
}

#pet-form input,
#pet-form select,
#pet-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.95rem;
    box-sizing: border-box;
}

#pet-form button[type="submit"] {
    margin-top: 0.5rem;
    background: #ff5d7a;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

#pet-form button[type="submit"]:hover {
    background: #ff3a5d;
}

/* Mes informations */
.profile-info {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.profile-info li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.profile-info li strong {
    color: #444;
}

/* Toggle de formulaires infos et mot de passe */
.toggle-btn {
    margin-right: 0.5rem;
    margin-top: 1rem;
    background: #2980b9;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-size: 0.9rem;
    cursor: pointer;
}

.toggle-btn:hover {
    background: #2071a6;
}

/* Formulaires infos et mot de passe */
#edit-info-form,
#change-password-form {
    margin-top: 1rem;
    padding: 1rem;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#edit-info-form div,
#change-password-form div {
    margin-bottom: 0.75rem;
}

#edit-info-form input,
#change-password-form input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.95rem;
}

#edit-info-form button,
#change-password-form button {
    margin-top: 0.5rem;
    background: #ff5d7a;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

#edit-info-form button:hover,
#change-password-form button:hover {
    background: #fa395d;
}

.blog-wrapper {
    background-color: #96d09c3d;
    border-radius: 15px;
    padding: 15px;
    margin-right: 20px;
}

.blog-img {
    width: 100%;
}

.excerpt {
    font-size: 24px;
    text-align: justify;
    color: #ff5d7a;
    font-weight: 900;
}

.form-consent {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* petit espace entre case et texte */
    margin-bottom: 1rem;
}

.form-consent input[type="checkbox"] {
    /* éventuellement ajuster la taille ou le décalage */
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

.form-consent label {
    margin: 0;
    line-height: 1.2;
    /* pour être sûr que la hauteur de ligne ne décale pas */
}

.infos {
    text-align: center;
}

/* Si vous voulez cibler uniquement le modal de réservation : */
#slotsModal .modal-content,
#reservationModal .modal-content {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--clr-text);
}

.checkbox-label input {
    margin-right: 0.5rem;
    width: 1em;
    height: 1em;
    accent-color: var(--clr-accent);
}

.checkbox-label a {
    color: var(--clr-accent);
    text-decoration: underline;
}

.checkbox-label a:hover {
    color: var(--clr-primary);
}

/* Scope très précis dans le modal “Ajouter un RDV” */
#modal-add-rdv .modal-body .modal-add-rdv__services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5rem;
    max-height: calc(100vh - 20rem);
    /* adapte selon la hauteur dispo */
    overflow-y: auto;
    overflow-x: hidden;
    /* bloque le scroll horizontal */
    padding: 0.5rem;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 6px;
    /* assure que les enfants ne forcent pas la largeur */
    min-width: 0 !important;
    box-sizing: border-box;
}

/* Les “cartes” de prestation */
#modal-add-rdv .modal-body .service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--clr-bg);
    padding: 0.5rem;
    border-radius: 4px;
    transition: background var(--transition), box-shadow var(--transition);
    min-width: 0;
    /* <— empêche tout débordement */
    box-sizing: border-box;
}

#modal-add-rdv .modal-body .service-card input {
    margin-bottom: 0.5rem;
    accent-color: var(--clr-accent);
}

#modal-add-rdv .modal-body .service-card .service-name {
    font-weight: 500;
    color: var(--clr-text);
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    /* texte trop long ? */
    text-overflow: ellipsis;
}

#modal-add-rdv .modal-body .service-card .service-duration {
    font-size: 0.8rem;
    color: var(--clr-text-muted);
}

#modal-add-rdv .modal-body .service-card:hover {
    background: var(--clr-hover);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* ========= Formulaire de témoignage ========= */
.testimonial-form {
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-form .alert-error {
    background: #f8d7da;
    color: #842029;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.testimonial-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.testimonial-form label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.testimonial-form input[type="text"],
.testimonial-form textarea {
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.testimonial-form input[type="text"]:focus,
.testimonial-form textarea:focus {
    outline: none;
    border-color: #ff5d7a;
    box-shadow: 0 0 0 3px rgba(255, 93, 122, 0.2);
}

.testimonial-form button.btn-submit {
    background: #ff5d7a;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.testimonial-form button.btn-submit:hover {
    background: #e24668;
    transform: translateY(-1px);
}

#t-content {
    width: inherit !important;
}