@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');


.header {
    width: 100%;
    height: 101px;
    background-color: #FEFEFE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    z-index: 1;

}

.header__titre {
    /* margin-left: 50px; */
    display: flex;
    width: 80%;
    height: 101px;
    flex-shrink: 0;

}

.header__titre--texte {
    font-family: BhuTuka Expanded One;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #000000;

}

.header__logo {
    display: flex;
    width: 48px;
    height: 49px;
    align-items: center;
}

.header__menu {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    top: 0;
    /* Position en haut de la page */
    left: 0;
    /* Position à gauche de la page */
    right: 0px;

}