.image-background {
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url("assets/images/Capture d’écran 2024-08-19 à 18.44.19.png") no-repeat 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 */
}

.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 */
}

.index-vacances-tarifs {
    background-color: rgb(17,110,253);
    color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.index-tarifs {
    position: relative;
    top: -37px;
    left: 15px;
    background-color:rgb(17,110,253);
    width: 150px;
    text-align: center;
}

.index-vacances-tarifs-into {
    border: solid 1px white;
    border-radius: 15px;
    padding: 20px;

}

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

.document-header-infos {
    border: solid 1px black;
    border-radius: 15px;
    padding: 20px;
}

.document-header-Titre {
    position: relative;
    top: -35px;
    left: 15px;
    background-color:white;
    width: 200px;
    text-align: center;
}

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

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Fond semi-transparent */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#loader img {
    width: 50px;
    height: 50px;
}


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

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

.card-gallery-vidéo {
    height: auto;
    width: 100%;
}

.border-video {
    border: none;
}

.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, h5, h6, p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

.hidden {
  display: none;
}

.cadre-profil-enfant {
    border: solid 1px rgba(20, 177, 199, 0.35);
    background-color: white;
    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: 600px;
    background-color: #f4efef;
    border-radius: 5px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.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 {
    background-color: rgba(166, 222, 235, 0.76);
    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;
}

.card-content-index {
    color: white;
    background: rgb(17,110,253)
}

.btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    background: #4646e0;
    margin: 10px;
    color: #d4cbcb;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #83cbe2;
    text-decoration: none;
    text-align: center;
    width: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
}

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

.btn-get-started:hover {
    background: #7bd4e0;
    color: blue;
    text-decoration: none;
    border: 2px solid blue;
}

.btn-get-started-green {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    background: green;
    margin: 10px;
    color: green;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #71e271;
    text-decoration: none;
    text-align: center;
    width: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
}

.btn-get-started-green:hover {
    background: #71e271;
    color: #d4cbcb;
    text-decoration: none;
    border: 2px solid green;
}

.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;
}

.page-header {
    margin:2px;
}

@media (max-width: 780px) {
    .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: 75%;
    }
    h5, h1 {
        font-size: 90%;
    }
    .image-background {
      width: 100%;
      background: rgba(0, 0, 0, 0.3) url("assets/images/Capture d’écran 2024-08-19 à 18.44.19.png") no-repeat center ;
      background-size: cover;
    }
    .content_container {
        margin-top: 50px !important;
    }
    .position-bouton-index {
        text-align: center!important;
    }
    .image-sejour {
        max-width: 370px;
    }

}

@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 {
    width: 98%;
    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%;
}

/*--------------------------------------------------------------
# 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;
}

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

/* 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-adherents {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

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

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

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

/*------------------------Why Us --------------------------------------------------------------*/
.why-us .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    background: #fff;
}

.why-us .icon-box + .icon-box {
    margin-top: 50px;
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
}

.why-us .icon-box .icon i {
    color: #68A4C4;
    font-size: 32px;
}

.why-us .icon-box:hover .icon {
    background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
    color: #fff;
}

.why-us .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.why-us .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.why-us .icon-box .title a:hover {
    color: #68A4C4;
}

.why-us .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

.why-us .video-box {
    position: relative;
}

.why-us .video-box img {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.why-us .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(104, 164, 196, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #68A4C4;
    transform: scale(20);
}

.why-us .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.small-video {
    max-width: 100%; /* ajuste la largeur maximale pour être responsive */
    height: auto; /* maintient les proportions */
    width: 620px; /* taille personnalisée de la vidéo */
    border-radius: 10px; /* optionnel : ajoute des bords arrondis */
}
