@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter: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: absolute;
    background-color: #F5F5F5;
    top: 20;
    left: 0;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    margin-top: -5px;
}

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

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


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

.partie1 {
    position: relative;
}

.partie1::before {
    content: "";
    background-image: url(../../public/img/fond1.jpg);
    opacity: 0.3;
    position: absolute;
    top: -35px;
    left: 0;
    bottom: -40px;
    right: 0;
    z-index: -1;
}

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

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

.txt1 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 50px;
    margin-left: 5px;
}

.icone_accueil {
    width: 48px;
    height: 48px
}

.txt2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
}

.ligne {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 20px;
}

.txt3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-left: 20px;
    margin-top: -30px;
}

.ticket {
    width: 48px;
    height: 48px;
    margin-bottom: -15px;
}

.btn-reserver {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    background-color: #F5F5F5;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.img_accueil {
    height: 200px;
    margin-right: 5px;
    margin-left: 5px;
}

.txt4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

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

footer {
    position : absolute;
    background-color: #141414;
    width: 100%;
    height: 300px;
}

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

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

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


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

.eng {
    width: 30px;
    position: absolute;
    top: -30px;
    right: 10px;
}