@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap');

header {
    position: relative;
    background-color: #F5F5F5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: -30px;
}

header h1 {
        color: black;
        text-align: center;
        margin-top: 20px;
        font-family: 'Julius Sans One', sans-serif;
        margin-bottom: 0px;
    }

.logo {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}


.menu {
    width: 48px;
    height: 48px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}


.txt {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    opacity: 1;
    margin-top: 100px;
}


footer {
    position: absolute;
    background-color: #141414;
    width: 100%;
    height: 300px;
    bottom: 0;
    margin-left: -10px;
}



.icone_footer {
    width: 45px;
    margin-left: 30px;
}

.txt_footer1 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #F5F5F5;
}

.txt3 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #141414;
}

.txt_footer2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: #F5F5F5;
}

.icone_footer2 {
    width: 45px;
    margin-left: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

.logo2 {
    height: 75px;
    width: 75px;
}

.menu-open-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../public/img/arriere_plan.png);
    background-size: cover;
    z-index: 9999;
}

.txt-menu {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 50px;
    color: #F5F5F5;
    margin-bottom: 150px;
}

.txt-menu1 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 50px;
    line-height: 0.2;
}

.logo3 {
    bottom: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin-bottom: -60px;
}


.prix {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #141414;
    margin-top: 0px;
}

.fleche {
    width: 15px;
}