@import url('https://fonts.googleapis.com/css2?family=BhuTuka+Expanded+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap');
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");

body {
    width: 100%;
    background-color: #2D2D2D;
}

main {
    padding: 20px;
}

h1 {
    color: #FFF;
    
    text-align: center;
    /* Titre 2 */
    font-family: BhuTuka Expanded One;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 49px */
}


h2 {
    color: #FFF;
    
    text-align: center;
    /* Titre 2 */
    font-family: BhuTuka Expanded One;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 49px */
}


.header__titre--texte {
    color: #000;
    
    text-align: center;
    /* Titre 2 */
    font-family: BhuTuka Expanded One;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 49px */
}
.accueil__photo {
    width: 100%;
    height: auto;
}

.accueil__photo--caption, .lieu__frame--caption {
    color: #FFF;
    
    text-align: center;
    /* Description image */
    font-family: BhuTuka Expanded One;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */

}

.lieu {
    justify-content: center;
}

.lieu__frame {
    width: 90%;
    height: auto;
}

.accordeon {
    color: #FFF;
    
    text-align: left;
    /* Grand Texte */
    font-family: BhuTuka Expanded One;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 42px */
}

.billeterie__button {
display: flex;
width: 287.097px;
height: 44px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
margin-left: 80px;
color: #000;

text-align: center;
/* Grand Texte */
font-family: BhuTuka Expanded One;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 140%;
/* 42px */

}
