@font-face {
    font-family: "Yakuza";
    src: url("assets/font/edosz.ttf");
}

@font-face {
    font-family: "Dubai";
    src: url("assets/font/DubaiW23-Light.ttf");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    background: linear-gradient(227.74deg, #810202 -3.67%, #540A07 -3.66%, #96100C 83.53%);
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

.intro {
    font-family: Yakuza;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

.intro h2 {
    font-size: 48px;
    text-shadow: 0px 4px 64px #000000;
    animation: 5s texte1;
    opacity: 0;
}

.intro h1 {
    font-size: 128px;
    text-shadow: 0px 4px 64px #000000;
    animation: 5s texte2;
    opacity: 0;
}

.intro img {
    position: absolute;
    object-position: center center;
    top: calc(50% - 117.5px);
    left: calc(50% - 117px);
    z-index: -1;
    animation: 5s logo;
    opacity: 0;
}

@keyframes logo {
    from {
        rotate: -45deg;
        scale: 3;
        opacity: 0;
    }

    15% {
        rotate: 0deg;
        scale: 1;
        opacity: 1;
    }

    90% {
        opacity: 1;
    }
}

@keyframes texte1 {
    from {
        opacity: 0;
    }

    10% {
        scale: 5;
        opacity: 0;
    }

    20% {
        scale: 1;
        opacity: 1;
    }

    90% {
        scale: 1;
        opacity: 1;
    }

    to {
        scale: 3;
    }
}

@keyframes texte2 {
    from {
        opacity: 0;
    }

    15% {
        scale: 5;
        opacity: 0;
    }

    25% {
        scale: 1;
        opacity: 1;
    }

    90% {
        scale: 1;
        opacity: 1;
    }

    to {
        scale: 3;
    }
}

.menu {
    padding: 1rem 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.barrekaraok {
    position: absolute;
    width: 90%;
    height: 7px;
    background: rgba(94, 94, 94, 0.19);
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5);
    border-radius: 70px;
    top: 10rem;
    z-index: -1;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5.2rem;
}

.menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.buttonhome {
    font-family: Yakuza;
    color: #ffffff;
    text-align: center;
    transition: all .3s ease-in-out;
    padding-top: 1rem;
}

.buttonhome:hover {
    opacity: 0.7;
    cursor: pointer;
}

.menu h2 {
    font-family: Dubai;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
        1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
    text-transform: uppercase;
}

.menu img {
    transition: all .2s ease-in-out;
}

.menu img:hover {
    transform: scale(1.2);
}

.saebutton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    gap: 2rem;
    padding-top: 4rem;
}

.buttonsae {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.63);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-family: Yakuza;
    font-size: 5rem;
    padding: 2.5rem 3rem;
    transition: all .2s ease-in-out;
}

.c1 {
    color: #c00000;
}

.c2 {
    color: #f79152;
}

.c3 {
    color: #ffc000;
}

.c4 {
    color: #92d050;
}

.c5 {
    color: #0051f2;
}

.buttonsae:hover {
    transform: scale(1.1);
}

.saestyle {
    padding: 1rem;
    color: #ffffff;
    font-family: Dubai;
}

.saestyle .texte {
    display: flex;
    gap: 1rem;
    padding-top: 2rem;
}

.saestyle .info {
    display: flex;
    width: 100%;
}

.saestyle .info img{
    width: 148px;
    aspect-ratio: 1;
}

.saestyle .texteplus {
    display: flex;
    flex-direction: column;
}

.saestyle .texteplus h1{
    font-family: Yakuza;
    font-size: 4rem;
}

.saestyle .ac {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.63);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    padding: 1rem;
    width: 200%;
    height: fit-content;
}

.saestyle .ac h2 {
    font-size: 1rem;
}

.saestyle .droite {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.saestyle .droite p {
    border: 2px #ffffff solid;
    padding: 1rem;
    font-size: 1.5rem;
}

.saestyle .photo {
    padding-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.saestyle .photo img{
    height: 20rem;
}

.remove {
    display: none;
}