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

.carrousel_ecran--image {
    flex-shrink: 0;
    border-radius: 4px;
}

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

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

p {

    width: 352px;
    height: 340px;
    flex-shrink: 0;
    color: #FFF;

    /* Texte */
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */

}

.lieu {
    justify-content: center;
}

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