* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Stussy Script Regular';
    src: url('../fonts/StussyScript-Regular.woff2') format('woff2'),
        url('../fonts/StussyScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ink Free';
    src: url('../fonts/Inkfree.woff2') format('woff2'),
        url('../fonts/InkFree.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: Ink Free;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    display: flex;
}

.nav-links {
    list-style-type: none;
    display: flex;
    padding-right: 20px;
}

.nav-links li {
    margin-left: 3vw;
}

.nav-links a {
    color: #000;
    text-decoration: none;
    font-size: 2vw;
}

.nav-links a:hover {
    color: #0083d4;
}

h1 {
    text-align: center;
    font-size: 5.5vw;
    font-family: 'Ink Free';
    font-weight: lighter;
    background-color: #1b1b1b;
    color: #fff;
    padding: 20px;
}

h2 {
    text-align: center;
    font-size: 4vw;
    font-family: 'Stussy Script Regular';
    font-weight: 20px;
    font-weight: lighter;
    background-color: #ff0000;
    color: #000;
    padding: 20px;
}


.imgcontainer {
    width: 1690px;
    height: 2485px;
    background-size: 1690px;
    max-width: 1700px;
    max-height: 2485px;
    background-image: url('../medias/logoperso/fond.jpg');
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
}

p {
    font-size: 50px;
    font-family: 'Ink Free';
    font-weight: bold;
}

.paragraphe1 {
    position: absolute;
    top: 100px;
    left: 600px;
}

.videoanimation {
    position: absolute;
    top: 320px;
    left: 35px;
}

.alm img {
    width: 800px;
    position: absolute;
    top: 1850px;
    left: 50px;
}

.explicationlogo1 p {
    font-size: 45px;
    position: absolute;
    top: 900px;
    left: 1080px;
    transform: rotate(-10deg);
}

.crepehouse img {
    width: 550px;
    position: absolute;
    top: 1250px;
    left: 850px;
}

.crepes img {
    width: 350px;
    position: absolute;
    top: 1550px;
    left: 1190px;
}


.illustrationvinted img {
    width: 900px;
    position: absolute;
    top: 900px;
    left: 170px;
    transform: rotate(10deg);
}


.vinted img {
    width: 250px;
    position: absolute;
    top: 1070px;
    left: 1330px;
}

.explicationlogo2 p {
    position: absolute;
    top: 1450px;
    left: 100px;
}

.explicationlogo3 p {
    position: absolute;
    font-size: 45px;
    top: 2060px;
    left: 950px;
    transform: rotate(-16deg);
}

.explicationanimation {
    position: absolute;
    top: 340px;
    left: 905px;
}

footer {
    background-color: #1b1b1b;
    padding: 30px;
    display: flex;
    justify-content: space-around;
}

footer p {
    color: #fff;
    font-size: 2vw;
    display: block;
}

.linkedin img {
    width: 50px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}


.scroll-to-top:hover {
    background-color: #6b6b6b;
    transform: scale(1.1);
}

@media (min-height: 800px) {
    .scroll-to-top {
        opacity: 1;
    }
}