
h2{
    font-size: 70px;
    padding-bottom: 50px;
}

.zonetextH{
    font-size: 18px;
}
body.active {
    background-color: #121212;
    color: #fff;
  }

  .mobile-menu {
    display: none;
    background: #f0f0f0;
    padding: 10px;
  }

  .mobile-menu.show {
    display: block;
  }



.musba {
    margin: 20px; /* Alignement similaire Ã  title-cut */
    text-align: center; /* Centre le contenu horizontalement */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    margin-top: 50px;
}

.musba svg {
    display: block; /* Comporte le SVG comme un Ã©lÃ©ment bloc pour le centrage */
    margin: 0 auto; /* Centre horizontalement */
    width: 100vw; /* Taille dynamique basÃ©e sur la largeur de l'Ã©cran */
    height: auto; /* Conserve les proportions naturelles */
}

.title{
    font-size: 600px;
}

h2.title-cut {
    margin: 0 9%;
}

h2.title-cut span {
    font-size: 9.2vw;
    display : block;
    justify-content: center;
    z-index: 11;
    position: relative;

}
.title-museum{
    font-size: 9.2vw;
}


h2.title-cut span:last-child {
    text-align:end;
    justify-content: center;
    margin-bottom: 70px;

}
.part1 {
    font-size: 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom : 300px;

    
}
.part2 {
    
    font-size: 40px;
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 1vw;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 300px;
}
.part3 {
    font-size: 40px;
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
    margin-bottom: 10px;
}
.part4{
    margin-top: 25vw;
    font-size: 1vw;
    position: relative;
    display: flex;
    justify-content: end;


}

.musee-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    
}


.texte {
    position: absolute; /* Position absolue pour le texte */
    top: 50%; /* Positionne le texte Ã  50% de la hauteur du carrÃ© */
    left: 50%; /* Positionne le texte Ã  50% de la largeur du carrÃ© */
    transform: translate(-50%, -50%); /* Centre parfaitement le texte */
    font-size: 24px; /* Taille du texte */

    margin-top : 2300px;
    }

    /* Style commun pour tous les paragraphes */
p {
    text-align: justify; /* Justifie le texte */
    font-size: 1.5vw;
    margin: 0.5vw; /* Ajoute une marge de 20px tout autour */
}


.container-text{
    width: 80vw;
    padding: 10vw;
    margin-right: 10vw;
    background-color: #A3BEF5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-text2{
    width: 75vw;
    padding: 8vw;
    background-color: #F5BCA3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-text3{
    width: 100vw;
    height: 40vw;
    padding: 5vw;
    background-color: #f4f5a3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -5vw;
    position: relative;
    z-index: 4;
}
.container-text4{
    width: 20vw;
    height: 30vw;
    background-color: #98f8a5;
    display: flex;
    justify-content: end;
}
.container-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
.name-artiste{
    font-size: 3vw;
    margin-left: -10vw;
}
.img1 {
    margin-left: -5vw;
    margin-right: 5vw;
    height: 30vw;
    width: auto;
    position: relative;
    
}
.img2 {
    margin-left: 2vw;
    margin-right: -5vw;
    height: 25vw;
    width: auto;
    position: relative;
}
.museeph {
    margin-right: 15vw;
    height: 20vw;
    width: auto;
    position: relative;
    z-index: 40;
}


hr {
    border: none; /* Supprime les bordures par dÃ©faut */
    height: 3px; /* DÃ©finir l'Ã©paisseur de la ligne */
    background-color: #000000; /* Change la couleur de la ligne */
    width: 60%; /* DÃ©finit la largeur de la ligne */
    margin: 10px auto; /* Centrer la ligne et ajouter un peu d'espace autour */
}
.textsect3 {
    display: flex;
    flex-direction: row ;
    gap: 10vw;
    margin-left: 70px;
    
}

.textsect3 > p {
    width: 50%;
}
.resalien{
    font-size: 200px;
}

.textsect4 {
    margin-top: 5vw;
    margin-right: 6vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 25vw;


}

.colonnes2 {
    gap: 100vw;
}

.carre{
    width: 510px;
    height: 700px;
    background-color: #B6F5A3;
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 4;
}

.events{
    position: relative;
    margin-top: 300px;
    margin-bottom: 300px;
}

.events-list {
    list-style: none;
    z-index: 1;
    position: relative;
    padding-left: 150px;
  }
  
  .events-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .events-list li .event-box {
    display: flex;
    border-top: 1px solid ;
    justify-content: space-between;
    width: 35vw;
    gap: 30px;
    padding: 36px 0;
  }

  .events-list li a{
    margin-right:220px ;
    font-size: 30px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  li:last-child .event-box{
    border-bottom: 1px solid;
  }

  .events-list{
    z-index: 9;
    position: relative;
  }

  .our-history{
    margin-left: 70px;
  }

.resalien {
    width: auto;
    font-size: 200px;
    display: block; /* Transforme le lien en bloc pour qu'il se comporte comme un div */
    text-decoration: none; /* Supprime le soulignement par défaut */
    color: inherit; /* Utilise la couleur du texte par défaut */
    padding: 10px 20px; /* Ajoute des marges intérieures */
    border-radius: 5px; /* Coins arrondis */
    text-align: center; /* Centre le texte */
}
.resalien:hover {
    color: #333333; /* Change la couleur du texte au survol */
}
.reservationtext {
    display: flex;
    flex-direction: row;
}
  @media only screen and (max-width: 750px) {
    H2{
        font-size: 32px;
    }
    .part1{
        flex-direction: column;
    }
    .vertical-line , .custom-line , .custom-line2{
        display: none;
    }
    .musba svg {
        display: block; /* Comporte le SVG comme un Ã©lÃ©ment bloc pour le centrage */
        margin: 0 auto; /* Centre horizontalement */
        width: 100vw; /* Taille dynamique basÃ©e sur la largeur de l'Ã©cran */
        height: auto; /* Conserve les proportions naturelles */
    }
    .musba {
        margin: 20px; /* Alignement similaire Ã  title-cut */
        text-align: center; /* Centre le contenu horizontalement */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 200px;
        margin-top: 50px;
    }
    body {
        overflow-x: hidden;
        font-family: "Suisse Int'l";
        font-weight: normal;
        background-position: center;
        background-color: #ffffff;
        margin-right: 0vw;
        padding: 0;
    
    }

    .container-text{
        width: 100vw;
        margin-right: 0px;
    }

    p{
        font-size: 20px;
        text-align: left;

    }

    .name-artiste{
        display: none;
    }

    .img1{
        width: 100%;
        margin-left: 0px;
        height: auto;
        margin-right: 0px;
    }

    .part2{
        flex-direction: column;

    }

    .container-text2{
        margin-left: 0px;
        margin-right: 0px;
        width: 100vw;
    }
    .img2{
        width: 100%;
        margin: 0px;
        height: auto;
        margin-top: -5px;

    }
    .part3{
        flex-direction: column;
    }
    .container-text3{
        height: 800px;
        justify-content: start;
    }

    .textsect3{
        flex-direction: column;
        margin-right: 60px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .textsect3 p {
        width: 100%;
    }
    

    .musee-img{
        flex-direction: column;
        
    }

    .museeph{
        width: 100vw;
        margin: 0px;
        height: auto;
    }

    .our-history{
        margin-top: 40px;
    }

    h2 .title-cut{
        text-align: center;
    }
    
    .carre{
        right: 0px;
        left: 0px;
        width: 100%;
    }

    .h2.title-cut span {
        text-align: center;
    }

    h2.title-cut span:last-child{
        text-align: center;
    }

    .events-list{
        padding-left: 0px;
        margin-left: 50px;

    
    }

    .event-box{
        flex-direction: column;
        padding: 0;
        margin: 0%;
        width: 80%;
    }
    .events-list li .event-box {
        display: flex;
        border-top: 1px solid ;
        justify-content: space-between;
        width: 90%;
        gap: 20px;
        padding: 20px 0;
      }


    .events-list li a{
        margin: 0%;
        padding-right:0px ;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
      }
    .reservationtext {
        flex-direction: column;
    }
    .resalien{
        font-size: 100px;
        width: 200px;
        padding-right: 0px;
        margin-right: 0;
    }
    .container-img{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    h2.title-cut span {
        font-size: 50px;
    }
  }