* {
    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;
}

/* @media screen and (max-width: 768px) {
    h1 {
        font-size: 3.5vw;
    }

    .logo img {
        width: 17vw;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 4vw;
    }

    .logo img {
        width: 12vw;
    }
} */


.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: #000;
    color: #fff;
    border: #000;
    padding: 20px;
}

h2 {
    text-align: center;
    font-size: 4vw;
    font-family: 'Stussy Script Regular';
    font-weight: lighter;
    background-color: #34aa9a;
    color: #000;
    padding: 20px;
}

.imgcontainer{
    width: 1690px;
    height: 2487px;
    background-size: 1690px;
    max-width: 1700px;
    max-height: 2487px;
    background-image: url('../medias/bubble/fondbubble.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: 90px;
    left: 600px;
}

.paragraphe2 {
    position: absolute;
    top: 335px;
    left: 600px;
}

.logo1 img {
    width: 650px;
    position: absolute;
    top: 210px;
    left: -70px;
}

.logo2 img {
    width: 500px;
    position: absolute;
    top: 555px;
    left: 120px;
}

.logo3 img {
    width: 600px;
    position: absolute;
    top: 650px;
    left: 450px;
}

.canette img {
    width: 400px;
    position: absolute;
    top: 1210px;
    left: 1250px;
}

.mascotte img {
    width: 700px;
    position: absolute;
    top: 1800px;
    left: -80px;
}

.badge img {
    width: 830px;
    position: absolute;
    top: 1800px;
    left: 280px;
}

.bowl img {
    width: 800px;
    position: absolute;
    top: 1970px;
    left: 850px;
    z-index: 1;
}

h3{
    font-size: 80px;
    font-family: 'Stussy Script Regular';
    font-weight: lighter;
    position: absolute;
    top: 900px;
    left: 1100px;
    transform: rotate(-5deg);
}

.flèche img{
    width: 200px;
    position: absolute;
    top: 980px;
    left: 1165px;
}

.site1 img{
    width: 350px;
    position: absolute;
    top: 1110px;
    left: 800px;
}

.site2 img{
    width: 350px;
    position: absolute;
    top: 1210px;
    left: 460px;
    transform: rotate(10deg);
}

.site3 img{
    width: 450px;
    position: absolute;
    top: 1110px;
    left: 0px;
    transform: rotate(-5deg);
}

footer {
    background-color: #000;
    padding: 30px;
    display: flex;
    justify-content: space-around;
}

footer p {
    color: #fff;
    font-size: 2vw;
    display: block;
}

.linkedin img {
    width: 50px;
    position: absolute; 
    z-index: 10;
}

.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;
    }
}
