body {
    background: linear-gradient(rgb(160, 235, 216), rgb(100, 140, 226));
    min-height: 200vh;
    max-width: fit-content;
}

h2 {
    color: black;
    text-align: center;
    font-size: 100px;
    font-style: oblique;
    position: absolute;
    right: 0%;
    top: 150%;
}

a {
    text-align: center;
}

video {
    position: absolute;
    bottom: 8%;
    left: 55%;
}

.card {
    width: 550px;
    height: 700px;
    perspective: 800px;
    position: absolute;
    right: 65%;
    bottom: 17%;
}

.content-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.45s ease-out;
}

.content-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*---------------------------------------------------------------------------*/
/* BOUTON */
/*---------------------------------------------------------------------------*/
.btn {
    display: block;
    margin: 150px auto 0;
    font-size: 30px;
    font-weight: lighter;
    font-style: oblique;
    color: rgb(0, 0, 0);
    padding: 25px 80px;
    background: #fda3a3;
    border-radius: 20px;
    position: relative;
    border: none;
    box-shadow: 0 6px rgba(243, 125, 125, 0.979);
}

.btn:active {
    box-shadow: none;
    top: 5px;
}

.container {
    width: 70%;
    padding: 20px;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*---------------------------------------------------------------------------*/
/* SKIS */
/*---------------------------------------------------------------------------*/
.box {
    width: 500px;
    margin: 0 100px;
    margin-top: -2.75%;
    transition: 1s;
}

.box img {
    display: block;
    width: 120%;
    height: 100%;
}

.box:hover {
    transform: scale(1.3);
    z-index: 2;
}

.box2 {
    width: 750px;
    margin: 0 10px;
    transition: 1s;
    margin-top: -2.75%;
}

.box2 img {
    display: block;
    width: 120%;
    height: 100%;
}

.box2:hover {
    transform: scale(1.3);
    z-index: 2;
}

.box3 {
    width: 650px;
    margin: 0 10px;
    transition: 1s;
    margin-top: -2.75%;
}

.box3 img {
    display: block;
    width: 100%;
    height: 100%;
}

.box3:hover {
    transform: scale(1.3);
    z-index: 2;
}

marquee {
    scroll-behavior: auto;
    position: absolute;
    bottom: -100%;
}

/*---------------------------------------------------------------------------*/
/* MENU DE PAGES */
/*---------------------------------------------------------------------------*/
ul {
    position: absolute;
    left: 0%;
    top: 0%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 1900px;
    background-color: #283645;
    overflow: hidden;
}

li {
    float: left;
    font-family: cursive;
}

li a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
}

li a:hover {
    background-color: #23b8f3;
}

/*---------------------------------------------------------------------------*/
/* ANIMATION ENTREE DE PAGE */
/*---------------------------------------------------------------------------*/
@font-face {
    font-family: "Snowinter";
    src: url("Snowinter-Free-For-Personal-Use.ttf");
}

.container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 100px 50px 0;
}

p {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    color: transparent;
    font-size: 0px;
}

p span {
    display: inline-block;
    position: relative;
    font-family: "Snowinter";
    overflow: hidden;
    font-size: clamp(20px, 8vw, 120px);
}

p span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

p:nth-child(1) {
    font-weight: 300;
    animation: txt-appearance 0s 1s forwards;
}

p:nth-child(1) span::after {
    background: #ffffff;
    animation: slide-in 0.75s ease-out forwards, slide-out 1s 1s ease-out forwards;
}

@keyframes slide-in {
    100% {
        transform: translateY(0%);
    }
}

@keyframes slide-out {
    100% {
        transform: translateY(100%);
    }
}

@keyframes txt-appearance {
    100% {
        color: #ffffff;
    }
}

/*---------------------------------------------------------------------------*/
/* ANIMATED TITLE */
/*---------------------------------------------------------------------------*/
@import url("https://api.fontshare.com/v2/css?f[]=archivo@100,200,300,400,500,600,700,800,900&f[]=clash-display@200,300,400,500,600,700&display=swap");

:root {
    --font-archivo: "Archivo", sans-serif;
    --font-clash-display: "Clash Display", sans-serif;
}

.animated-title {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1001;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease-out;
}

.animated-title h1 {
    font-family: var(--font-clash-display);
    font-size: clamp(3rem, 5vw, 8rem);
    color: #fff;
    animation: fadeIn 1s ease-out forwards;
}

.animated-title p {
    font-family: var(--font-clash-display);
    font-size: clamp(1rem, 1vw, 1rem);
    color: #fff;
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUpAndBlur {
    to {
        transform: translateY(-200%);
    }
}

.animated-title.hide {
    pointer-events: auto;
}

.animated-title.hide h1 {
    animation: slideUpAndBlur 0.8s ease-out forwards;
}

.menu-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 15px 30px;
    font-size: 18px;
    color: white;
    background-color: #d13fb9;
    border: none;
    border-radius: 25px; /* Bords arrondis */
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.menu-button:hover {
    background-color: #992ac5;
    transform: scale(1.1);
}