body {
    font-family: sans-serif;
    background-color: rgb(15, 14, 14);
    color: rgb(211, 32, 38);
}

#nav-principal {
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.432);
    padding: 10px;
    color: rgb(211, 32, 38);
}

#logo {
    height: 1.3rem;
}

.navbar-brand {
    font-weight: 700;
    text-shadow: 0 0 0.3em rgb(211, 32, 38), 0 0 0.3em rgb(211, 32, 38), 0 0 0.3em rgb(211, 32, 38)
}

#nav-principal .nav-link {
    font-weight: 500;
    color: rgb(211, 32, 38);
}

#nav-principal .nav-link:hover {
    box-shadow: rgba(211, 32, 38, 0.669) 0px 30px 60px -12px inset, rgba(211, 32, 38, 0.893) 0px 18px 36px -18px inset;
    font-weight: 700;
    border-radius: 0.2rem;
    transition: all 0.2s linear;
}

.bandeau {
    position: absolute;
    top: 0px;
    z-index: -10;
}

#login {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.432);
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    min-width: 20vw;
    height: auto;
    border-radius: 10px;
}

#btn-submit {
    background-color: rgb(211, 32, 38);
    font-weight: 900;
    margin: auto;
}

.cavaliers {
    max-height: 500px;
    width: auto;
}

.items {
    width: 80%;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 700,
        'GRAD' 0,
        'opsz' 48;
}

.bienvenue {
    color:black;
    font-size: 6rem;
    font-weight: 700;
    text-shadow: 0 0 0.3em rgb(211, 32, 38), 0 0 0.3em rgb(211, 32, 38), 0 0 0.3em rgb(211, 32, 38)
}

#avatar {
    border: 5px solid rgb(211, 32, 38) ;
}

.error {
    display: flex;
    flex: center;
    font-size: x-large;
    background-color: rgb(95, 95, 95);
    font-weight: 700;
    padding-left: 1rem;
}

.valide {
    display: flex;
    flex: center;
    font-size: x-large;
    color:rgb(41, 201, 41);
    background-color: rgb(95, 95, 95);
    font-weight: 700;
    padding-left: 1rem;
}

.nope {
    display: flex;
    flex: center;
    font-size: x-large;
    background-color: rgba(0, 0, 0, 0.776);
    font-weight: 700;
    padding-left: 1rem;
}

.total {
    border: 2px solid white;
}

a {
    text-decoration: none;
}

.imgAccueil {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
  
.navbar-toggler {
    background-color: rgb(211, 32, 38);
}

#nav-category {
    background-color: rgba(127, 44, 44, 0.493);
    color:rgb(211, 32, 38);
    font-weight: 700;
    border-radius: 5px;
}

#nav-category .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.573) ;
    color: rgb(211, 32, 38) ;
    transition: all 0.4s linear;
}

.card {
    background-color: rgba(255, 255, 255, 0.119);
    color:white;
    box-shadow: rgba(211, 32, 38, 0.4) 0px 0px 0px 2px, rgba(211, 32, 38, 0.65) 0px 4px 6px -1px, rgba(211, 32, 38, 0.08) 0px 1px 0px inset;
    border-radius: 10px;
}

.card-img-top {
    width:100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

.card-title {
    color:  rgb(211, 32, 38);
    font-size: 1.6rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-text {
    height: 10vh;
}

.card-price {
    display: inline;
    color:  rgb(211, 32, 38);
    font-size: 1.6rem;
    height: 4vh;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    padding: 5px;
}


.card-footer .btn {
    background-color: rgb(255,215,0);
    font-weight: 700;
}

.card-footer .btn:hover {
    background-color: rgba(251, 214, 3, 0.792) ;
    color: rgb(211, 32, 38) ;
}

.btnCmd {
    background-color: rgb(255,215,0);
    font-weight: 700;
    font-size: 2rem;
    padding: 10px;
    border-radius: 10px;
}

.btnCmd:hover {
    background-color: rgba(251, 214, 3, 0.792) ;
    color: rgb(211, 32, 38);
    
}

.bandeauDroit {
    height: 100vh;
 }

 .bandeauGauche {
    height: 100vh;
  }

  .profil .btn {
    background-color: rgb(255,215,0);
    font-weight: 700;
}

.profil .btn:hover {
    background-color: rgba(251, 214, 3, 0.792) ;
    color: rgb(211, 32, 38) ;
}

.fin {
    background-image: url("../img/the-beast.webp");
    background-size: cover;
    background-position: center;
}

.uuid {
    background-color: rgba(0, 0, 0, 0.66);
}

#felicitation {
    font-size: 2rem;
    color:white;
}

#azazel {
    transform: rotate(180deg);
}

@media (max-width: 480px) {
    .imgAccueil {
        width:100vw;
        height: auto;
        position: fixed;
        top: 400px;
        left: 0;
    }

    #login {
        display: block;
        background-color: rgba(32, 32, 32, 0.874);
        width:75vw;
        position: relative;
        top:23vh;
    }

    .formInscription {
        font-size: 0.7rem;
    }

    #felicitation {
        font-size: 1.2rem;
        color:white;
    }

    .btnCmd {
        font-size: 1.3rem;
        padding: 5px;
        border-radius: 10px;
    }
}

@media (max-width: 1200px) {
    .imgGauche {
       display:none
    }

    .bandeauDroit {
        display:none
     }

     .bienvenue {
        font-size: 2rem;

     }
}

@media (max-width: 768px) {
    .bandeauDroit {
       display:none
    }

    .bandeauGauche {
        display:none
     }
}

@media (max-width: 992px) {
    .sup {
       display:none
    }

}

@media (max-width: 899px) {

    .bandeau {
        display: none;
    }

    #login {
        position: relative;
        top:35vh;
        left: 14vw;
        width:50vw;
        
    }
}