* {
    margin : 0px;
}

@font-face {
    font-family: 'Editundo';
    src: url('fonts/editundo.ttf') format("truetype");
}

.navbar {
    background-color: rgb(55, 55, 55);
    display: flex;
    height: 50px;
    overflow: hidden;
}

.nav-button {
    font-family:'Editundo';
    font-size: 30px;
    float: left;
    display: block;
    color : white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

.nav-button-last {
    font-family:'Editundo';
    font-size: 30px;
    float: left;
    display: block;
    color : white;
    background-color: #f49f1c;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    margin-left: auto;
}

.nav-button-last:hover {
    background-color: white;
    color : #f49f1c;
}

.nav-button:hover,
.nav-button-actual {
    background-color: #f49f1c;
    color : rgb(55, 55, 55);
}

.navbarborder {
    height: 5px;
    background-color: #f49f1c;
    align-items:end;
}

.border {
    height: 5px;
    background-color: white;
    align-items:end;
}

.navlogo {
    float : left;
    display: block;
    margin: 0px 5px;
}

.welcome {
    display : flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 805px;
    position: relative;
}

.welcome-logo {
    float: left;
    display: flex;
    max-width: 75%;
    max-height: 75%;
    animation : zoomAnimation 1s infinite ease-in-out;
}

.welcome-video {
    position:absolute;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index : -1;
}

.presentation {
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: #030e4f;
    overflow: hidden;
    height: 500px;
    padding: 50px 200px;
}

.presentation img {
    width: 250%;
    align-self: center;
}

.presentation-texte {
    justify-self: center;
    align-self: center;
}

.presentation h1 {
    font-family: 'Editundo';
    font-size: 60px;
    color :white;
    margin-bottom: 30px;
}

.presentation p {
    font-family: 'Editundo';
    font-size: 40px;
    color:#f49f1c;
}

.comment-jouer {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    background-color: #f49f1c;
    overflow: hidden;
    height: 500px;
    padding: 50px 200px;
}

.comment-jouer h1 {
    font-family: 'Editundo';
    font-size: 60px;
    color :#030e4f;
}

.comment-jouer p {
    text-align: right;
    font-family: 'Editundo';
    font-size: 40px;
    color : #030e4f;
}

.comment-jouer em {
    color : white;
}

.comment-jouer img {
    width: 100vh;
    align-self: center;
    margin-top: 10px;
}

.skin {
    display: flex;
    align-items: flex-start;
    justify-items: center;
    background-image: url(img/background-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 155px);
    padding : 50px 10%;
}

.skin-description {
    position: relative;
    background-color: #f49e1c5c;
    width: 33.4%;
    height: calc(100% - 100px);
    overflow: hidden;
    border : 6px solid #f49f1c;
    transition: transform 0.2s ease-in-out;
}

.skin-description:hover,
.skin-commandes:hover,
.skin-frites:hover {
    transform: scale(1.05);
}


.skin-description p {
    font-family: 'Editundo';
    font-size: 45px;
    text-align: center;
    margin: 30px 30px;
    line-height: 1;
    color:#ffffff;
}

.skin-description strong {
    color : yellow;
    font-size: 70px;
    font-weight: 100;
}

.skin-description img {
    margin-top : -40%;
    width: 100%;
}

.skin-frites {
    background-color: rgba(39, 80, 123, 0.393);
    width: 33.3%;
    height: calc(100% - 100px);
    border : 6px solid #f49f1c;
    margin: 0 1%;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.skin-frites p {
    font-family: 'Editundo';
    font-size: 45px;
    text-align: center;
    margin: 30px 30px;
    color:#ffffff;
    line-height: 1;
}

.skin-frites strong {
    color : rgb(37, 255, 114);
    font-size: 70px;
    font-weight: 100;
}

.skin-frites img {
    margin-top : -30%;
    width: 100%;
}

.skin-commandes {
    background-color: #8e8e8ec7;
    width: 33.3%;
    height: calc(100% - 100px);
    border : 6px solid #f49f1c;
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
}

.skin-commandes p {
    font-family: 'Editundo';
    font-size: 45px;
    text-align: center;
    margin: 30px 30px;
    color:#ffffff;
    line-height: 1;
}

.skin-commandes strong {
    color : rgb(161, 252, 255);
    font-size: 70px;
    font-weight: 100;
}

.skin-commandes img {
    margin-top : -40%;
    width: 100%;
}

.commandes-part {
    display: block;
    align-items:start;
    justify-items:auto;
    background-color: rgb(101, 101, 101);
    background-image: url(img/commandesfond.jpg);
    background-repeat:repeat-y;
    background-size:contain;
    height: auto;
    padding : 50px 35%;
}

.commande {
    margin-bottom: 20%;
    text-align: center;
}

.commande p {
    font-family: 'Editundo';
    font-size: 30px;
    color:#ffffff;
}

.commande h2 {
    font-family: 'Editundo';
    font-size: 35px;
    color:#f49f1c;
    margin-bottom: 5px;
    font-weight: 100;
}

.commande strong {
    color :#19fe3f
}

.commande h1 {
    font-family: 'Editundo';
    font-size: 50px;
    color :#ffffff;
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: 100;
}

.profil-part {
    display:block;
    text-align: center;
    background-image: url(img/background.png);
    height: calc(100vh - 75px);
    padding: 10px;
}

.pseudo-champ {
    margin : 5px 10px;
    background-color: #f49f1c;
    border: 4px solid #030e4f;
    outline : none;
    font-family: 'Editundo';
    font-size: 30px;
    color : #030e4f;
    transition: border-color 0.3s;
    text-align: center;
}

.pseudo-button {
    background-color: white;
    border: 4px solid #030e4f;
    font-family: 'Editundo';
    font-size: 20px;
    color : #030e4f;
}

.pseudo-button:active {
    color : white;
    border: 4px solid white;
}

.profil {
    border : 5px solid #f49f1c;
    height: 80%;
    margin: 1% 20%;
    overflow:hidden;
    background-color: rgba(0, 0, 0, 0.289);
}

.profil-infos {
    padding: 20px;
    display: flex;
}

.profil h1 {
    font-family: 'Editundo';
    font-size: 50px;
    color :#030e4f;
    background-color: #f49f1c;
    padding-bottom: 2px;
}

.profil p {
    font-family: 'Editundo';
    font-size: 40px;
    text-align: left;
    color :#f49f1c;
}

.profil img {
    width: 35%;
    top : 2%;
    left : 10%;
    height: auto;
    image-rendering:crisp-edges;
}

.inventory {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 5px solid orange;
    background-color: #030e4f81;
}

.inventorysection {
    position:relative;
    height : 200px;
    width: 24%;
    margin-bottom: 50px;
    top : -20px;
    left : 20px;
}

.inventorysection p {
    position: absolute;
    display: block;
    top : 30%;
    left : 5%;
    color : white;
}

.inventory img {
    top : -100px;
    left : -140px;
    position: absolute;
    margin-right: 0;
    width: 200%;
    image-rendering:pixelated;
}

a {
    color : pink;
    text-decoration: none;
}

a:hover {
    color : white;
}

strong {
    font-weight: 100;
}

@keyframes zoomAnimation {
    0% {
      transform: scale(.9);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(.9);
    }
}

@keyframes zoomIn {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
}

@keyframes zoomOut {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}