* {
    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: #d8d7c5;
    color: #000;
    padding: 20px;
}

h2 {
    text-align: center;
    font-size: 4vw;
    font-family: 'Stussy Script Regular';
    font-weight: 20px;
    font-weight: lighter;
    background-color: #9a9c9b;
    color: #000;
    padding: 20px;
}


.imgcontainer{
    width: 1690px;
    height: 2487px;
    background-size: 1690px;
    max-width: 1700px;
    max-height: 2487px;
    background-image: url('../medias/skyward/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;
}

.logo1 img {
    width: 450px;
    position: absolute;
    top: 1150px;
    left: 1200px;
}

.logo3 img {
    width: 450px;
    position: absolute;
    top: 1400px;
    left: 1210px;
}

.logo2 img {
    width: 500px;
    position: absolute;
    top: 1600px;
    left: 1150px;
}

.sac img{
    width: 400px;
    position: absolute;
    top: 50px;
    left: 75px;
    transform: rotate(10deg);
}

.popup img {
    width: 500px;
    position: absolute;
    top: 720px;
    left: 500px;
}

.maquette a{
    font-size: 55px;
    font-family: 'Stussy Script Regular';
    font-weight: lighter;
    position: absolute;
    text-decoration: none;
    color: black;
    top: 960px;
    left: 1080px;
    transform: rotate(-10deg);
}

.maquette a:hover {
    color: #7a7a7a;
}

.abribus img {
    width: 380px;
    position: absolute;
    top: 1420px;
    left: 750px;
}

.tshirt img {
    width: 300px;
    position: absolute;
    top: 2100px;
    left: 650px;
    transform: rotate(15deg);
}

.jean img {
    width: 480px;
    position: absolute;
    top: 1880px;
    left: 1180px;
}

.survet img {
    width: 400px;
    position: absolute;
    top: 1900px;
    left: 30px;
}

.skate img{
    width: 300px;
    position: absolute;
    top: 1750px;
    left: 500px; 
}

.affiche1 img {
    width: 250px;
    position: absolute;
    top: 2150px;
    left: 420px;
}

.affiche2 img {
    width: 300px;
    position: absolute;
    top: 1950px;
    left: 960px;
}

.skylinkedin img{
    width: 450px;
    position: absolute;
    top: 1390px;
    left: 350px;
}

.skyinsta img{
    width: 250px;
    position: absolute;
    top: 1530px;
    left: 150px;
    transform: rotate(-15deg);
}

.moodboard img{
    width: 700px;
    position: absolute;
    top: 930px;
    left: 20px;
}

.stickers img{
    width: 300px;
    position: absolute;
    top: 1100px;
    left: 800px;
}

.carte img{
    width: 370px;
    position: absolute;
    top: 670px;
    left: 80px;
}

.briquet img{
    width: 300px;
    position: absolute;
    top: 600px;
    left: 1000px;
}

.cleusb img{
    width: 270px;
    position: absolute;
    top: 620px;
    left: 1350px;
    transform: rotate(-15deg);
}

.colier img{
    width: 150px;
    position: absolute;
    top: -50px;
    left: 430px;
}

footer {
    background-color: #d8d7c5;
    padding: 30px;
    display: flex;
    justify-content: space-around;
}

footer p {
    color: #000;
    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;
    }
}


