.text-black {
    color: black;
}

.text-white {
    color: white;
}

.text-blue {
    color: blue;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.form-check-input {
    accent-color: #312020 !important;
    border-color: #312020 !important;
}

/* -----------Page reservation_mercredi -------*/

.htmx-request #loading-indicator {
    display: block;
}
/* ------------------*/


.effect-div:hover {
    cursor: pointer;
    background-color: lightgray !important;
}

.effect-div:after {
    background-color: lightgray !important;
    cursor: pointer;
    opacity: 5;
}

.icon-plus:hover {
    background-color: #4646e0;
    border-radius: 50px;
}

.bg-purple {
    background-color: rgba(128, 0, 128, 0.23);
}

.bg-green {
    background-color: rgba(66, 229, 147, 0.55);
}

.bg-blue {
    background-color: rgba(48, 220, 216, 0.55);
}

.image-background {
    width: 100%;
    background: rgba(0, 0, 0, 0.3) url("svg/fille-au-bord-du-lac.svg") no-repeat center center;
    background-size: cover;
    background-blend-mode: overlay;
}

.nothing-you-could-do-regular {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 25px;
}

.container-img-carousel {
    width: 100%; /* Le conteneur prendra toute la largeur de la colonne parent */
    height: 300px; /* Fixez une hauteur spécifique ou utilisez une autre unité selon vos besoins */
    overflow: hidden; /* Cache tout ce qui dépasse */
}

.image-carousel-gallery {
    width: 100%;
    max-height: 700px;
    object-fit: cover; /* Pour que l'image remplisse le conteneur tout en gardant ses proportions */
    object-position: center; /* Centrer l'image si elle est recadrée */
    display: block; /* Supprime tout espace blanc autour de l'image */
}

.ck-content {
    color: black !important; /* Force le texte à être noir */
    background-color: white !important; /* Force un fond blanc */
}

.centrage-col {
    margin-right: auto;
    margin-left: auto;
}


.responsive-custom {
    height: 24vh; /* ajuste à ta convenance */
    overflow-y: auto;
    overflow-x: hidden;
}

.responsive-custom-content {
    height: 60vh; /* ajuste à ta convenance */
    overflow-y: auto;
    overflow-x: hidden;
}

.responsive-custom-days {
    height: 100vh; /* ajuste à ta convenance */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Général (desktop) : scroll vertical si besoin */

.table-responsive-custom {
    max-height: 70vh; /* ajuste à ta convenance */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Sur petit écran (mobile) : scroll horizontal */
@media (max-width: 768px) {
    .responsive-custom-days,
    .responsive-custom-content,
    .responsive-custom,
    .table-responsive-custom {
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none; /* annule le scroll vertical */
    }

    table {
        min-width: 600px; /* ou plus grand si nécessaire */
    }
}

/*--------------CALENDAR -----------------*/
.calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    text-align: center;
}
.calendar-table th, .calendar-table td {
    border: 1px solid #ccc;
    padding: 8px;
    height: 60px;
    vertical-align: top;
}
.month-calendar {
    margin-bottom: 3em;
}

.btn {
    margin: 5px;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-yoga-slide {
    background-color: #f88b29;
    color: white;
}

.btn-yoga-slide:hover {
    background-color: #f36f00;
}

@media (max-width: 700px) {

}

/*-------------------------------------------*/

.image-sejour {
    min-height: 400px;
    object-fit: cover; /* Pour que l'image remplisse le conteneur tout en gardant ses proportions */
    object-position: center; /* Centrer l'image si elle est recadrée */
    display: block; /* Supprime tout espace blanc autour de l'image */
}

.form-image-anim {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.text-color {
    color: blue;
    font-weight: 500;
}

.card-gallery {
    padding: 0; /* Enlève tout le padding pour que l'image occupe tout l'espace */
}

.image-gallery {
    width: 100%;
    height: 250px; /* Fixez une hauteur spécifique pour l'image. Ajustez selon vos besoins */
    object-fit: cover; /* L'image va couvrir toute la zone sans déformation */
    object-position: center; /* Centre l'image si elle est recadrée */
    display: block; /* Enlève les marges ou espaces par défaut autour de l'image */
}

.nothing-you-could-do-regular-title {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
}

.bandeau-header {
    color: white;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, .nothing {
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 800;
}

p, h5, h6 {
    font-family: "Merienda", sans-serif;
    font-weight: 300;
    font-style: normal;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

#list-children .colonne-enfants {
    background: darkslategray;
}

.colonne-enfants-hidden {
    background: darkslategray;
    max-width: 60px;
}

#list-children .cadre-list-enfant {
    border-top: 1px solid grey;
    color: darkgrey;
    width: auto;
    padding: 8px;
}

.text-vertical {
    transform: rotate(90deg);
}

/* Dropdown perso */

.dropdown-item.active {
    background-color: #4b7e9d !important;
    color: white !important;
}

.dropdown-item:hover {
    background-color: #4b7e9d !important;
    color: white !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/* === scroll table responsive === */

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}


/* === Bouton Slide (effet glissant) === */
.btn-yoga-slide {
    background: linear-gradient(90deg, #e0c3fc, #8ec5fc);
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-yoga-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(12, 16, 72, 0.58);
    transition: left 0.3s ease;
    z-index: 0;
}

.btn-yoga-slide:hover::before {
    left: 100%;
}

.btn-yoga-slide:hover {
    transform: scale(1.05);
}


.cadre-profil-enfant {
    border: solid 1px rgba(20, 177, 199, 0.35);
    max-width: 1254px;
    border-radius: 5px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.messagerie-message-block {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
    background-color: #ede5e5;
}

.texte-messagerie {
    font-size: 15px;
}

.messagerie-message {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
}

.custom-text-input[readonly] {
    background-color: #e9ecef; /* Couleur de fond gris clair */
    opacity: 0.65; /* Rendre le champ un peu transparent */
    cursor: not-allowed; /* Changer le curseur pour indiquer que le champ est non modifiable */
}

.chiffre-courrier-header {
    margin: 3px 0 0 -10px;
    padding: 2px 6px 2px 6px;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 10px;
}

.button-delete {
    border: none;
    text-decoration: none;
    background-color: transparent;
}

.euro-panier {
    margin: 3px 0 0 -10px;
    padding: 2px 6px 2px 6px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 10px;
}

.profile-form {
    max-width: 500px;
    border-radius: 5px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#session-activity .profile-form-session {
    max-width: 1200px;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#session-activity .param-session-config-detail {
    position: relative;
    right: 0;
    background: white;
    top: -22px;
    width: 300px;
}

#session-activity .param-session {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}

#session-activity .param-session-config-detail {
    position: relative;
    right: 0;
    background: white;
}

.profile-form-enfant {
    max-width: 1254px;
    background-color: #f4efef;
    border-radius: 5px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.image-sejour {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    margin-right: -20px;
}

.card-vacances {
    color: black;
}

.card-vacances-footer {
    background: rgba(135, 158, 242, 0.28);
}

.add-inscription-enfants {
    padding: 20px;
    margin-top: 5px;
    border-radius: 5px;
}

.add-inscription-enfants-text {
    margin: 0;
    padding: 0;
}

.add-inscription-enfants-text-red {
    color: red;
    font-weight: 700;
}

.info_inscriptions {
    border: solid 1px rgba(32, 30, 30, 0.24);
    border-radius: 5px;
    padding: 15px;
}

.text-info-inscriptions {
    margin: 0;
    padding-top: 0;
}

.description-sejour {
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.bg-inscription {
    background: #6c757d;
    color: white;
}

.bg-inscription-text {
    background: #ffffff;
    color: black;
}

.maincontent {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.card-horaires {
    margin-right: auto;
    margin-left: auto;
}


.checkbox-dark-check input[type="checkbox"] {
    accent-color: black; /* Couleur plus foncée pour le check */
}

.semi-transparent {
    opacity: 0.5;
}

.image-partenaire {
    height: 100px;
}

@media (max-width: 700px) {
    .cache {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .card-content {
        min-width: 375px;
        padding: 10px;
        margin: 0;
        margin-top: -30px;
    }

    .text-description-sejour {
        max-width: 300px;
    }

    .logo-header-mobile {
        width: 60px;
    }

    .card-content-index {
        margin-top: -30px;
        margin-right: 0;
    }

    .image-sejour {
        max-width: 380px;
        height: auto;
        border-radius: 10px;
        margin-right: 0;
    }

    td, th {
        font-size: 80%;
    }

}

@media (max-width: 1390px) {
    .cache-2 {
        display: none;
    }
}

.inscr-vacances-semaine {
    padding: 20px;
    background: white;
}

.form-enfant {
    background: #0a53be;
    color: white;
    font-size: 25px;
    border-radius: 10px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.bouton-valid-inscriptions {
    margin-right: auto;
    margin-left: auto;
}

select {
    padding: 10px;
    border-radius: 10px;
}

.enfant-1 {
    background-color: red;
}

.enfant-2 {
    background-color: blue;
}

.enfant-3 {
    background-color: green;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Permet à l'image de couvrir la div en respectant ses proportions */
    object-position: center; /* Centre l'image dans la div */
}

.position-bouton-index {
    width: 100%;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #32627b;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #68A4C4;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #dddddd;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 15px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #68A4C4;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #32627b;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #32627b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #4c99c1;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #90c0d8;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #68A4C4;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #72afce;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #32627b;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #72afce;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a2cce3;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a2cce3;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
    background-color: #32627b;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #68A4C4;
}

.blog .blog-pagination {
    color: #7b9bab;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #68A4C4;
    border: 1px solid #68A4C4;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #32627b;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #32627b;
    color: #fff;
    transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
    background: #68A4C4;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #3f8db5;
}

.blog .sidebar .categories ul a:hover {
    color: #68A4C4;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #0d2735;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #68A4C4;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #72afce;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #3f8db5;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #32627b;
    background: #32627b;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px;
}


/*--------------------------------------------------------------
                            ACTIVITY
--------------------------------------------------------------*/


#activity {
    background-color: #efefef;
}

#activity article {
    width: 100%;
    height: 340px;
    float: left;
    border-radius: 8px;
}

#activity article:first-child {
    margin-right: 20px;
}

.overlay {
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    width: 350px;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#activity h4 {
    border-bottom: 1px solid #cda9a9;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

#activity small {
    font-size: 13px;
    font-style: italic;
}

#activity p {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


.team {
    background: #fff;
}

.trait-titre-portrait {
    min-height: 1px;
    background-color: black;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.image_team {
    width: 320px;
    height: 350px;
}

.container-img {
    border-radius: 10px;
}

.team .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.team-icon {
    width: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #587B9F;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #0d12fc;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #01036f;
}

.team .member .social {
    margin-top: 10px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #01036f;
}

.team .member .social a:hover {
    color: #587B9F;
}

.team .member .social img {
    font-size: 14px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #1d2945;
    float: left;
    width: 50px;
    height: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d2945;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1d2945;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #87a5c4;
    color: #fff;
}


/*--------------------------------------------------------------
# section-title
--------------------------------------------------------------*/

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: blue;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: blue;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #010483;
}

/*--------------------------------------------------------------
# ADMINISTRATION
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/
.btn {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Page Creations
--------------------------------------------------------------*/

.toggle-session-horaires, .toggle-session, .toggle-session-sejours, .toggle-session-mercredis {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #007bff; /* Couleur du texte */
    font-size: 16px; /* Taille du texte */
    padding: 10px; /* Espacement autour du texte */
    border: 1px solid #007bff; /* Bordure autour du bouton */
    border-radius: 5px; /* Coins arrondis */
    background-color: #f8f9fa; /* Couleur de fond */
    transition: background-color 0.3s, color 0.3s; /* Transition pour les effets de survol */
}


.toggle-session-horaires:hover,
.toggle-session:hover,
.toggle-session-sejours:hover,
.toggle-session-mercredis:hover {
    background-color: #e2e6ea; /* Couleur de fond au survol */
    color: #0056b3; /* Couleur du texte au survol */
}

#sessionIconHoraires, #sessionIcon, #sessionIconSejours, #sessionIconMercredis {
    margin-left: auto; /* Espacement à gauche de l'icône */
    margin-right: 1px;
}

.hr-index {
    margin: 0; /* Retirer la marge par défaut de <hr> */
    border: 0;
    border-top: 1px solid #007bff; /* Couleur et style de la ligne */
    width: 100%; /* S'étendre sur toute la largeur du bouton */
}

.nav-link-admin {
    border: solid 1px #8741bb;
!important;
    border-radius: 5px;
!important;
    margin: 5px;
}

.vacances-index {
    padding: 5px;
    margin-bottom: 5px;
}

.vacances-index-row {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Page index (Tableau de bord)
--------------------------------------------------------------*/

.height-name {
    height: 200px;
}

.scroll-bar {
    overflow-y: scroll;
    overflow-x: hidden;
}


#activity-dashboard .param-activités {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    width: 95%;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}

#activity-dashboard .param-activity-dashboard-config {
    position: relative;
    right: 0;
    background-color: rgb(62, 177, 194);
    border-radius: 5px;
    padding: 5px;
    top: -25px;
    max-width: 450px;
    text-align: center;
}

#activity-dashboard .param-activités-activity {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 15px 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}


.param-config-room {
    position: relative;
    right: 0;
    background-color: white;
    top: -50px;
    left: 15px;
    max-width: 200px;
    text-align: center;
}

.param-config,
.param-config-edit-room {
    position: relative;
    right: 0;
    background-color: white;
    top: -50px;
    left: 15px;
    max-width: 500px;
    text-align: center;
}


.param-param {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background: white;
}


.param-param-form-price {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background: white;
}

.param-param-form-price,
.param-param {
    border: solid 1px blue;
    border-radius: 5px;
    background: white;
    padding: 0 40px 40px 40px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}


.a-decoration {
    text-decoration: none;
    color: blue;
}

.a-decoration:hover {
    text-decoration: none;
    color: black;
}

.link-index {
    background-color: #ffffff;
    color: black;
    border-color: #6c757d;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.link-index:hover {
    background-color: #cde5f6;
    color: black;
    border-color: #6c757d;
}

.link-index-2 {
    background-color: #ffffff;
    color: black;
    border-color: #6c757d;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.link-index-2:hover {
    background-color: #cde5f6;
    color: black;
    border-color: #6c757d;
}

.formulaire-creations {
    margin-right: auto;
    margin-left: auto;
}

.fond-administration {
    background-color: #f2eeee;
}

.param-activités {
    border: solid 1px blue;
    background: #c9dee3;
    margin: 10px;
    padding: 0 15px 15px 15px;
    border-radius: 15px;
    width: 340px;
}

.param-team-config {
    position: relative;
    right: 0;
    background: white;
    top: -50px;
    max-width: 500px;
    text-align: center;
}

.param-team {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}

.param-activités-config {
    position: relative;
    top: -15px;
    right: 0;
    background: white;
}

.param-config {
    position: relative;
    top: -30px;
    left: 25px;
    background: white;
    width: 500px;
    text-align: center;
}

.param-sejour-vacances-mercredi {
    border: solid 1px blue;
    margin: 10px;
    padding: 0 20px 20px 20px;
    border-radius: 15px;
}

/* Styles for Carousel */
/* Styles pour masquer les éléments non actifs */
#carousel-home .carousel-info {
    background-color: rgba(0, 0, 255, 0.24);
    padding: 80px;
    border-radius: 15px;
}

header.masthead .bandeaux-pages-home {
    background-size: cover; /* L'image remplit l'arrière-plan */
    background-position: center center; /* Centrage */
    background-attachment: scroll; /* Défilement normal pour éviter les problèmes */
}

@media (max-width: 768px) {
    header.masthead, .bandeaux-pages-home {
        background-attachment: scroll;
        background-size: cover;
    }

    .param-param-form-price {
        width: auto;
    }
}

/* Masquer toutes les diapositives inactives */
#carousel-home .carousel-item {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1s ease-in-out;
}

/* Afficher uniquement la diapositive active */
#carousel-home .carousel-item.active {
    display: block;
    opacity: 1;
    position: relative;
    animation: fadeSlideIn 1s ease-in-out;
}

/* Style du texte */
h4 {
    font-size: 1.5rem;
    color: #ffffff;
}

/* Style de l'image */
#carousel-home .image-carousel {
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 450px;
}

#carousel-home .carousel-box-img {
    margin-left: -60px;
}

/* Ajustements responsive pour mobile */
@media (max-width: 768px) {
    #carousel-home .carousel-item .col-lg-6 {
        text-align: center;
    }

    #carousel-home .carousel-box-img {
        margin-left: 20px;
        width: 100%;
    }

    .image-carousel {
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        height: auto;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    #carousel-home .carousel-info {
        background-color: rgba(0, 0, 255, 0.24);
        padding: 20px;
        border-radius: 15px;
        margin-left: 20px;
    }
}

/* Animation de fondu et glissement */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Glissement depuis le bas */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*------ partenaires------*/

.icon-param {
    transition: transform 0.2s ease;
}

.icon-param:hover {
    transform: translateY(-1px);
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0 5px 5px 0 #adb5bd
}

.text-deco-none {
    text-decoration: none;
}


@media (max-width: 830px) {
    .cache-2 {
        display: none;
    }

    .nav-link-admin {
        border: none;
        margin-top: 5px;
        left: 20px;
        padding: 20px;
    }

    .nothing-you-could-do-regular-title {
        font-size: 25px;
    }

    .param-config {
        position: relative;
        top: -20px;
        left: 5px;
        background: #f2eeee;
        width: 290px;
    }

    .param-sejour-vacances-mercredi {
        border: solid 1px blue;
        margin: 10px;
        padding: 0 20px 20px 20px;
        border-radius: 15px;
        width: 340px;
    }

}