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

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.carrousel_parent-ecrans {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.carrousel_ecran {
    flex: none;
    width: 100%;
    scroll-snap-align: start;
}



.carrousel_ecran figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrousel figcaption {
    position: absolute;
    bottom: 0;
}

.carrousel {
    margin-top: 100px;
    position: relative;
        margin-bottom: 50px;
}

.carrousel_btn {
    position: absolute;
    top: 50%;
    top: calc(min(500px, 100vw) / 16 * 9 / 2 + 1rem);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    display: grid;
    place-content: center;
    color: #fff;
}

.carrousel_btn-avant {
    left: 0;
}

.carrousel_btn-apres {
    right: 0;
}

.caroussel_liste-liens {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem;
}

.actif {
    color: black;
    background-color: #c2c3c1;
}

.menu-open-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 820px;
    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: 170px;
}

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

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


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

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

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

.img_c {
    width: 500px;
    height: 200px;
}

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

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

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

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

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

.menuh {
    color: blue;
}
