@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: absolute;
    background-color: #F5F5F5;
    top: 0;
    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;
}

.txt2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

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

.partie1 {
    margin-top: 0px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

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

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

.img1 {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.txt3 {
    font-family: 'Livvic', sans-serif;
    font-size: 30px;
}

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

footer {
    background-color: #141414;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 500px;
}

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

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

.menuh {
    color: blue;
}