html,
body {
    height: 100%;
    /* prend toute la hauteur de la fenêtre */
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    /* empile header, main, footer */
}

main {
    flex: 1;
    /* occupe l'espace restant */
}

.text-primary {
    color: #cde3c5 !important;
}

table.calendar {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.calendar tr {
    border: 0px solid #ccc;
}


table.calendar th,
table.calendar td {
    border: 0px solid #ccc;
    width: 14%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

table.calendar th {
    background-color: #f0f0f0;
}

table.calendar td:hover {
    background-color: #d0ebff;
}

table.calendar td.selected {
    background-color: #cde3c5;
    color: #000;
    box-shadow: inset 0 0 0 1px black;
    border-radius: var(--bs-border-radius) !important;
    font-weight: 500 !important;
}

table.calendar td.selected:active {
    background-color: #fff;
}

table.calendar td.nocreneau {
    background-color: #e0e0e0;
    color: #888;
    cursor: default;
}

table.calendar td.today {
    background-color: #ffd966;
}

table.calendar td.past {
    background-color: #f0f0f0;
    color: #aaa;
    cursor: default;
}

table.calendar td.vacances {
    background-color: #e0e0e0;
    color: #888;
    cursor: default;
}

#calendarControls {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 10px auto;
}

#calendarControls button {
    padding: 5px 10px;
}

/* Spinner centré avec fade */
#spinnerOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-bg-1 {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.header-bg-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('maeva-panseri-flowers.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    /* opacité de l'image seulement */
    z-index: 0;
}

.header-bg-1 .content {
    position: relative;
    z-index: 1;
    /* texte au-dessus de l'image */
}


/* IMPORT COLOR */
/* Couleurs globales */
body {
    /*background-color: #f4fcf2;*/
    color: var(--wp--preset--color--quaternary);
    margin: 0;
    font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #5E6282;
    background-color: #FFFEFE;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);


}

/*h1,h2 {
    color: #941452;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}*/

.hero-title {
    color: #181E4B;
    font-family: "Volkhov", "DM Serif Display", cursive;
    font-weight: 700;
    font-size: 2.88651rem;
    color: #181E4B;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

/*
.hero-title:before {
    content: '';
    position: absolute;
    right: .9375rem;
    top: 2.5rem;
    width: 20rem;
    height: .8125rem;
    background-image: url(../shape.svg);
    background-size: contain;
    z-index: -1;
}*/

/*h3,h4 {
    color: #941452;
}*/

/*nav {
    background-color: #cde3c5;
}*/

/* Fond blanc par défaut */
/*.btn-check + .btn {
    background-color: #fff;
    color: #aa1e62; 
    border-color: #aa1e62;
}*/

/* Lorsqu'un bouton est sélectionné */
/*.btn-check:checked + .btn {
    background-color: #941452;
    color: #fff;
    border-color: #bd5286;
}*/

/* Lorsqu'un bouton est sélectionné */
/*.btn-check:checked + .btn:hover {
    background-color: #aa1e62;
    color: #fff;
}*/

/* Optionnel : effet hover */
/*.btn-check + .btn:hover {
    background-color: #ce548f;
    color: #fff;
    border-color: #bd5286;
}*/

/*.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09B850;
    --bs-btn-border-color: #09B850;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #089c44;
    --bs-btn-hover-border-color: #079340;
    --bs-btn-focus-shadow-rgb: 46, 195, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #079340;
    --bs-btn-active-border-color: #078a3c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09B850;
    --bs-btn-disabled-border-color: #09B850;
}*/

/*.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09B850;
    --bs-btn-border-color: #09B850;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09B850;
    --bs-btn-disabled-border-color: #09B850;
}*/

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #cde3c5 !important;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #cde3c5;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4b8834;
    --bs-btn-hover-border-color: #079340;
    --bs-btn-focus-shadow-rgb: 46, 195, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #079340;
    --bs-btn-active-border-color: #078a3c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cde3c5;
    --bs-btn-disabled-border-color: #cde3c5;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cde3c5;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.btn-outline-dark:active {
    background-color: #fff !important;
}

/*.btn-outline-primary {
    --bs-btn-color: #09B850;
    --bs-btn-border-color: #09B850;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #09B850;
    --bs-btn-hover-border-color: #09B850;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #09B850;
    --bs-btn-active-border-color: #09B850;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #09B850;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #09B850;
    --bs-gradient: none;
}*/

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(148, 20, 82, 0.25);
    border-color: #fa86be;
}

.header-flower-icon {
    max-height: 200px;
    /* Ajustez la taille de la fleur selon vos préférences */
    width: auto;
    /* Maintient le ratio d'aspect */
    margin-left: 15px;
    /* Espace entre le texte et la fleur (à droite) */
}

/* Ajustements optionnels pour les très petits écrans si vous souhaitez les empiler */
@media (max-width: 575.98px) {

    /* Pour les écrans extra petits (XS) */
    .row.align-items-center {
        flex-direction: column;
        /* Empile le texte au-dessus de la fleur */
    }

    .header-flower-icon {
        margin-left: 0;
        margin-top: 10px;
        /* Ajoute un peu d'espace au-dessus de la fleur */
    }

    .text-center {
        text-align: center !important;
    }
}

.nav-link {
    color: #212529 !important;
    transition: color 0.2s ease-in-out;
}

.nav-link:hover {
    color: #941452 !important;
}

.nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

#myTab .nav-link {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;



    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}



#myTab .nav-link:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#myTab .nav-link.active {
    color: #000 !important;
    font-weight: bold;
    background-color: #cde3c5 !important;
}

/*
#myTabContent .tab-content>.active {
    display: flex !important;
}*/

.tab-content>.active {
    display: flex !important;
}



.bg-custom01 {
    --bs-bg-opacity: 1;
    background-color: #fff9eb !important;
}



/* THEME */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Lato", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.2;
    color: #272D4E;
}


h1,
.h1 {
    font-size: calc(1.37383rem + 1.48598vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.48832rem;
    }
}

h2,
.h2 {
    font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2.0736rem;
    }
}

h3,
.h3 {
    font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.728rem;
    }
}

h4,
.h4 {
    font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.44rem;
    }
}

h5,
.h5 {
    font-size: 1.2rem;
}

h6,
.h6 {
    font-size: 0.83333rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn-orange {
    color: rgb(255, 254, 254);
    background-color: rgb(241, 165, 1);
    border-color: rgb(241, 165, 1);
}

.btn-orange:hover {
    color: rgb(255, 254, 254);
    background-color: rgb(205, 140, 1);
    border-color: rgb(193, 132, 1);
}

.btn-orange:active {
    color: rgb(255, 254, 254);
    background-color: rgb(205, 140, 1);
    border-color: rgb(193, 132, 1);
}

.accordion-button:not(.collapsed) {
    background-color: #cde3c5;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(241, 165, 1, 0.25)
}

.bg-purple {
    background-color: #7173ed !important;
}


.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: -1;
}