@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Irish+Grover&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/* rouge 161, 32, 19*/
/* violet 173, 12, 250*/
/* bleu 0, 123, 189*/
/* jaune 249, 214, 91*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

#map-container {
    position: relative;
    width: 100%;
    height: 100%;
    
}

#map-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

iframe {
    border:0;
    border-radius:10px;
    width: 100%;         /* ou une valeur fixe : 600px */
    height: 100%;        /* prendra les 400px du conteneur */
}
.iframe-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .iframe-wrapper iframe {
    width: 100%;
    height: calc(100% + 60px); /* on ajoute 60px pour compenser le décalage */
    margin-top: -60px;          /* on remonte de 60px pour cacher l’en-tête */
    border: 0;
    border-radius: 10px;
  }


header{
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#background_image{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.overlay{
    position: absolute;
    background-color: rgba(18,18,18,0.4);
    width: 100%;
    height: 100%;
}

#logo {
    height:100%;
    margin-left: -50px; 
}

nav{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.nav-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1400px;
    height: 120px;
    margin: auto;
}

.container-tarifs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

#meet h3, #help h3, #parcours h3, #shows h3, #activities h3, #programme h3, #faq h3{
    text-align: center;
}



h4{
    margin-top: 25px;
    font-size: 20px;
    color: #121212;
}

.tarif-desc{
    font-size: 15px;
    color: darkgray;
    margin: 10px;
    align-items: center;
    justify-content: center;
}

.price{
    font-size: 30px;
    color: #121212;
    font-weight: 600;
}

.price-familly{
    background-color: #EF721E;
    color: #FFFFFF;
}

.price-familly h4{
    color: #FFFFFF;
}

.price-familly .price{
    color: #FFFFFF;
}

@media screen and (max-width: 1300px)
{
    h1{
        margin-left: 50px;
    }

    .right-nav{
        margin-right: 50px;
    }

    .content{
        margin-left: 50px;
    }
}

h1{
    text-transform: uppercase;
    font-size: 20px;
    color: #EF721E;
    line-height: 18px;
}

.other-line{
    display: block;
    font-size: 13px;
    color: #F1F1F1;
}

.yellow{
    color: rgb(249, 214, 91);
    line-height: 18px;
}

.red{
    color: rgb(161, 32, 19);
}

.purple{
    color: rgb(173, 12, 250);
    line-height: 18px;
}

.green{
    color: #A5CA5D;
    line-height: 18px;
}

.blue{
    color: rgb(0, 123, 189);
    line-height: 18px;
}

.very-big-span{
    font-size: 28px;
}

.big-span{
    font-size: 24px;
}

.medium-span{
    font-size: 15px;
}
.small-span{
    font-size: 16px;
    color: white;
    text-align: center;
}
.big-space{
    margin-bottom: 15px;
}
.medium-space{
    margin-bottom: 10px;
}

.right-nav ul li{
    display: inline;
    list-style: none;
    margin-left: 55px;
}

.infosPratiques{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:90%;
    margin-bottom:20px;
}

.title-nav{
    font-family :'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.red-btn{
    font-family :'Poppins';
    background-color: #a12013;
    padding: 10px 20px;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size : 15px;
}


.banner{
    max-width: 1200px;
    margin: auto;
}

.content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

h2{
    font-weight: 700;
    font-size: 68px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
}

.blue-big{
    color: rgb(0, 123, 189);
}

.pink-big{
    color: #EF82AA;
}
.yellow-big{
    color: rgb(249, 214, 9)
}

.red-big{
    color: rgb(161, 32, 19);
}

.purple-big{
    color: rgb(173, 12, 250);
}

.map{
    width: 300px;
    aspect-ratio: 960/720;
}

.echauffement{
    width: 300px;
    aspect-ratio: 2048/1365;
}

.margintop{
    margin-top: 50px;
}

.banner-desc{
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-action{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
}

.banner-discover{
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    opacity: .9;
    letter-spacing: 0.09px;
    text-transform: uppercase;
}

.arrow{
    width: 25px;
    height: auto;
    margin-left: 10px;
    opacity: .9;
}

.race{
    width: 60px;
    height: 60px;
    background-color: rgb(161, 32, 19);
    border-radius: 60px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.event-logo{
    width: 25px;
    height: 25px;
    opacity: .8;
}

.ul-arrow{
    width: 18px;
    height: 18px;
    opacity: .8;
}

#buy {
    color: white;
    text-decoration: none;
}


.menu-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 25px;
    height: 25px;

    cursor: pointer;

    transition: all .2s ease-in-out;

    display: none;
}
.btn-burger{
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;

    border-radius: 2.5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);

    transition: all .2s ease-in-out;
}

.btn-burger::before,
.btn-burger::after{
    content: '';
    position: absolute;

    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2.5px;

    box-shadow: 0 2px 5px rgba(255,101,47,.2);

    transition: all .2s ease-in-out;
}

.btn-burger::before{
    transform: translateY(-8px);
}

.btn-burger::after{
    transform: translateY(8px);
}

/* Animation */
.menu-btn.open .btn-burger{
    transform: translateX(-25px);
    background: transparent;
    box-shadow: none;
}

.menu-btn.open .btn-burger::before{
    transform: rotate(45deg) translate(17.5px, -17.5px);
}

.menu-btn.open .btn-burger::after{
    transform: rotate(-45deg) translate(17.5px, 17.5px);
}

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

    #meet h3, #help h3, #parcours h3, #shows h3, #activities h3, #programme h3, #faq h3{
        text-align: center;
    }
    h2{
        font-weight: 700;
        font-size: 48px;
        color: #FFFFFF;
        letter-spacing: 0.34px;
    }
    .banner-desc{
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        opacity: .8;
        letter-spacing: 2px;
    }
    .small-span{
        width: 90%;
    }

}

h3{
    font-weight: 800;
    font-size: 50px;
    color: rgb(11, 11, 221);
    text-align: center;
    font-family:'Arial';
}

#title-container {
    background-image: url("../images/title-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 550/75;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.font_logo {
    margin:10px;
    font-family: 'Irish Grover';
    font-size:35px;
    text-shadow: #000000 1px 0 10px;
    color: #FFFFFF;
    margin-bottom: 15px;
    white-space:nowrap;
}


#shows{
    max-width: auto;
    padding-bottom: 50px;
}

#activities{
    max-width: 1000px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}


.input{
    background-color: rgba(255,255,255,.95);
    border: none;
    border-radius: 10px;
    width: 60%;
    max-width: 500px;
    min-width: 200px;
    height: 45px;
    margin-top: 75px;
    text-indent: 20px;
    color: #121212;
    font-size: 14px;
    outline: none;
}

.send{
    width: 200px;
    height: 45px;
    border-radius: 45px;
    background-color: #56B855;
    border: none;
    margin-top: 25px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.meet-content{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
    align-items: center;
}



.bold{
    font-weight: 600;
}

.paragraph{
    width: 50%;
    min-width: 400px;
    font-family: 500;
    font-size: 25px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}

.gallery{
    width: 40%;
    min-height: 350px;
    position: relative;
    border-radius: 1rem;
}

.big-image{
   width: 90%;
   height: unset;
   position: absolute;
   top: 30px;
   right: 20px;
}

.small-image{
    width: 70%;
    height:unset;
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 1;
 }


#sponsors{
    max-width: 1000px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sponsors-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    max-width: 200%;
    margin-top: 75px;
}

.figure{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sponsor-img{
    width: 100px;
    height: 100px;
    border-radius: 25px;
}

.sponsor-name{
    font-family: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: .5px;
    line-height: 21px;
    margin-top: 10px;
}

.scrolled{
    background-color: #FFFAFA;
}

.scrolled-title {
    color: #130E0A;
}



.list{
    display: block;
    list-style:circle;
}

.container-activities{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1100px)
{
    .container-infosPratiques{
        flex-direction: column;
        align-items: center;
    }

    .starter-pack{
        width: 90%;
    }

    .menu-btn{
        display: block;
        margin-top: 10px;
    }

    ul{
        display: none;
    }

    .meet-content{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 50px;
    }

    .infosPratiques{
        margin-left: 25px;
        margin-right: 25px;
    }

    .infosPratiques div{
        align-items: center;
    }

    #meet h3{
        text-align: center;
    }

    #meet{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .gallery{
        margin-top: 50px;
    }

    #parcours{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #parcours .paragraph{
        margin-top: 50px;
    }

    #shows{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #shows .paragraph{
        margin-top: 50px;
    }

    .container-activities{
        max-width: 500px;
        margin: auto;
        margin-top: 25px;
        justify-content: center;
    }

    #activities h3{
        text-align: center;
    }

    .activity{
        margin: 25px;
    }

    .container-tarifs{
        max-width: 500px;
        margin: auto;
        margin-top: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }

    #tarifs h3{
        text-align: center;
    }

    #tarifs{
        align-items: center;
    }

    .tarif{
        margin: 25px;
    }

    .show ul{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #1E1E1E;
        height: 100vh;
        padding-top: 100px;
    }

    .show li{
        margin-top: 50px;
    }

    h1{
        z-index: 10;
    }

    .gallery{
        width: 300px;
    }
    #programme{
        align-items: center;
    }
    #faq{
        align-items: center;
    }

    .scrolled {
        background-color:rgba(0,0,0,0);
    }

}

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

    h2{
        font-weight: 700;
        font-size: 35px;
        color: #FFFFFF;
        letter-spacing: 0.34px;
    }
    .banner-desc{
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        opacity: .8;
        letter-spacing: 2px;
        margin-top: 5px;
    }
    .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0px;
        width: 90%;
    }
    h1{
        margin-left: 5%;
    }
    .right-nav{
        margin-right: 50%;
    }

    .container-tarifs{
        max-width: 300px;
        margin: auto;
        margin-top: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container-activities{
        max-width: 300px;
        margin: auto;
        margin-top: 25px;
        justify-content: center;
    }

    .paragraph{
        width: 50%;
        min-width: 250px;
    
        font-family: 500;
        font-size: 16px;
        color: #000000;
        letter-spacing: .5px;
        line-height: 21px;
    }

    .scrolled-logo {
    display:none;
}
}

main{
    overflow-x: hidden;
}

footer{
    background-color: #1E1E1E;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.footer-content{
    width: 90%;
    margin: auto;
    color: #FFFFFF;
    display: flex;
    flex-direction:row;
    justify-content: space-between;

}
@media (max-width: 768px){
    .footer-content{
        flex-direction: column;
        gap:20px;
    }
}

.footer-part{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact{
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.block{
    display: block;
    opacity: .9;
}

.link-style{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}


#autres-activites {
    margin-top: 95px;
    font-weight:bold;
    color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #606060;
    border-radius:50px;
    padding: 30px;
    opacity: 0.5;
    box-shadow: inset 0px 0px 40px 40px #606060;
}

.container-infosPratiques{
    display: flex;
    justify-content: space-evenly;
    gap:15px
}

.hidden{
    color: #FFFFFF;
    cursor: default;
}

.starter-pack{
    margin:auto;
    margin-top: 50px;
    border-radius:10px;
}

@media (min-width:1100px) {
    .container-infosPratiques{
        flex-direction: row;
    }
    .starter-pack{
        width: 50%;
    }
}



/* CSS pour le carousel */

.carousel {
    margin-top: 75px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
}

ul {
    margin:0;
    padding:0;
}

.carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    height: 300px;
    justify-content: center;
    perspective: 300px;
}

@media (min-width: 500px){
    .carousel__item {
        width: 250px;
        height: 400px;
        border: 10 px solid #000000;
    }
    .carousel__list {
        height: 400px;
    }
}

.carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0px;
    width: 45%;
    max-width: 250px;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    transition: all 0.3s ease-in;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.carousel__item:nth-child(1) {
    background-image: url("../images/mollky.png");
}
.carousel__item:nth-child(2) {
    background-image: url("../images/spike2.png");
}
.carousel__item:nth-child(3) {
    background-image: url("../images/volley.png");
}
.carousel__item:nth-child(4) {
    background-image: url("../images/gonflable.png");
}
.carousel__item:nth-child(5) {
    background-image: url("../images/corde.png");
}

.carousel__item[data-pos="0"] {
    z-index: 5;
}
.carousel__item[data-pos="-1"], .carousel__item[data-pos="1"] {
    opacity: 0.9;
    filter: blur(1px) grayscale(10%);
}
.carousel__item[data-pos="-1"] {
    transform: translateX(-40%) scale(0.9);
    z-index: 4;
}
.carousel__item[data-pos="1"] {
    transform: translateX(40%) scale(0.9);
    z-index: 4;
}
.carousel__item[data-pos="-2"], .carousel__item[data-pos="2"] {
    opacity: 0.8;
    filter: blur(3px) grayscale(20%);
}
.carousel__item[data-pos="-2"] {
    transform: translateX(-70%) scale(0.8);
    z-index: 3;
}
.carousel__item[data-pos="2"] {
    transform: translateX(70%) scale(0.8);
    z-index: 3;
}


/* CSS pour le compte à rebour */
#countdown {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left:auto;
}

.case_countdown {
    color: #ffffff;
    text-shadow: #000000 1px 0 10px;
    width: 100px;
    height:100px;
    margin: 5px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.time {
    color: #ffffff;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 1.68px;
}

#case_jours {
    background-image: url("../images/tache-rouge.png");
}

#case_heures {
    background-image: url("../images/tache-bleue.png");
}

#case_minutes {
    background-image: url("../images/tache-rose.png");
}

#case_secondes {
    background-image: url("../images/tache-verte.png");
}

/*partie faq */

#faq{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: auto;
}


.questions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.question{
    width: 70%;
    min-width: 200px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 2px solid #F1F1F1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.question a{
    color: #121212;
}

.question-horizontal{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.question-text{
    font-size: 16px;
    font-weight: 600;
    max-width: 84%;
}

.plus{
    font-size: 18px;
    border: 1px solid #121212;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.answer{
    display: none;
}


#faq h3{
    color: rgb(0, 123, 189);
    font-size:42px;
    margin-bottom: 40px;
}

.faq-container {
    width: 100%;
    margin: 0 auto;
    margin-top:10px;
}


.faq-item {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.case-bleue {
    background-color: rgb(0, 123, 189);
}

.faq-question {
    padding: 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq-answer {
    padding: 15px;
    border-top: 2px solid #ddd;
    background-color: #f9f9f9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


@media (max-width: 500px){
    .case_countdown {
        width: 70px;
        height:70px;
        margin: 3px;
        font-size: 11px;
    }

    .time {
        color: #ffffff;
        font-weight: 800;
        font-size: 20px;
        letter-spacing: 1px;
}
    .font_logo {
        font-size: 6vw;
    }
}

.lien {
    color: #53C1F0;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}
.lien:hover{
    color: #53C1F0;
}

#aide-programme {
    box-sizing: border-box;
    text-align: right;
    color: #D44A53;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 15px;
}

#fleche-programme {
    height: 25px;
    float:right;
    margin-left: 10px;
}

/* partie coupée en deux avec image et description = partie meet/description */
.description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    margin-top: 70px;
    flex-wrap: wrap; /* pour que ça passe bien sur mobile */
  }
  
  .description .texte {
    flex: 1;
    min-width: 280px;
  }
  
  .description .texte h2 {
    color: rgb(130, 7, 187);
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .description .texte p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  
  .description .image {
    flex: 1;
    min-width: 280px;
    text-align: center;
  }
  
  .description .image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
/*partie tarifs*/

  .tarifs {
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin-bottom: 70px;
  }
  
  .tarifs h2 {
    color: rgb(193, 37, 22);
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .tarifs h3 {
    color: rgb(193, 37, 22);
    font-size: 42px;
    margin-bottom: 25px;
  }
  
  .tarifs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
  
  .tarif-card {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(175, 33, 20);
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .tarif-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .tarif-card h3 {
    margin-top: 0;
    font-weight: 800;
    font-size: 50px;
    color: rgb(102, 22, 22);
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-family : bold;
    text-transform: uppercase;
  }
  
  .tarif-card p {
    font-size: 0.95rem;
    margin: 10px 0 15px;
  }
  
  .tarif-card span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
  }


/*partie parcours et village*/
.section-coupee {
  display: flex;
  width:100%;
  height: 80vh; /* pleine hauteur de l'écran, modifiable */
  overflow: hidden;
}

.section-coupee-parcours {
    display: flex;
    width:100%;
    height: 80vh; /* pleine hauteur de l'écran, modifiable */
    overflow: hidden;
  }

.gauche-image,
.droite-texte {
  flex: 1;
  width: 50%;
}

.droite-image,
.gauche-texte {
  flex: 1;
  width: 50%;
}

.gauche-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 20%;
}

.droite-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: stretch;
}

.droite-texte {
  background-color: rgb(249, 211, 73);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.gauche-texte {
    background-color: rgb(134, 7, 193);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    
}

.contenu-texte {
  max-width: auto;
  text-align: left;
  margin: 30px;
}

.contenu-texte h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.contenu-texte p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-coupee {
    flex-direction: column;
    height: auto;
  }

  .gauche-image,
  .droite-texte {
    width: auto;
    height: auto;
  }

  .contenu-texte {
    text-align: center;
  }
}

@media (max-width: 768px) {
    .section-coupee-parcours {
      flex-direction: column;
      height: auto;
    }
  
    .droite-image,
    .gauche-texte {
      width: auto;
      height: auto;
    }
  
    .contenu-texte {
      text-align: center;
    }
  }


/*programme*/

  #programme {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
  
  .programme-title {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
  }
  
  .image-programme-cadre {
    overflow: hidden;           /* empêche l'image de dépasser du cadre */
    display: flex;              /* pour centrer */
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    max-width:auto;             /* tu peux ajuster la taille du cadre */
    margin: 0 auto;             /* centre le cadre sur la page */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .image-programme-cadre img {
    width: 130%;            /* zoom */
    height: auto;           /* conserve les proportions */
    transform-origin: center center; /* zoom centré */
    border-radius: 20px;
    display: block;
    margin-bottom: 50px;
  }

  /* Timeline responsive */
  @media screen and (max-width: 768px) {
    .timeline-container {
      padding: 0 10px !important;
    }
    
    .timeline-line {
      left: 30px !important;
      transform: none !important;
    }
    
    .timeline-item {
      flex-direction: column !important;
      align-items: flex-start !important;
      margin-bottom: 40px !important;
    }
    
    .timeline-content {
      width: calc(100% - 60px) !important;
      margin-left: 60px !important;
      margin-right: 0 !important;
      transform: none !important;
    }
    
    .timeline-dot {
      left: 30px !important;
      transform: none !important;
    }
    
    .timeline-time {
      font-size: 1.5rem !important;
    }
    
    .timeline-title {
      font-size: 1.1rem !important;
    }
    
    .timeline-desc {
      font-size: 0.9rem !important;
    }
  }
  
  
  
  