.conteneur-menu {
    height: auto;
    width: 100%;
    background-color: rgba(42, 42, 42, 0.90);
    z-index: 1;
    position: relative;
}

.menu-fin {
    height: 150px;
    width: 100%;
    background-color: rgb(63, 63, 63);
    z-index: 6;
    position: relative;
}

.bg-brun {
    background-color: rgba(242, 167, 102, 0.20);
    margin-top: 300px;
    padding-right: 80px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 2;
    height: 53%;
    width: 60%;
}

.texte {
    position: relative;
    z-index: 3;
    padding-left: 200px;
}

.texte p {
    font-family: stencil;
    color: #FFFFFF;
    font-size: 72px;
    padding-top: 150px;
    z-index: 7;
    padding-left: 500px;
}

.gauche {
    float: left;
    width: 50%;
    max-width: 500px;
}

.droite {
    float: right;
    width: 50%;
    max-width: 500px;
    padding-right: 200px;
}

.categorie {
    font-family: stencil;
    color: #FFFFFF;
    display: flex;
    font-size: 48px;
    text-decoration-line: white, 10px;
    padding-top: 200px;
}

.ligne-titre {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    z-index: 8;
    margin-top: 20px;
    margin-bottom: 10px;
}

.soulignement {
    width: 200px;
    height: 5px;
    background-color: #ffffff;
    z-index: 5;
    margin-top: 20px;
    margin-bottom: 10px;
}

.titre {
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
    display: inline-block;
    text-transform: capitalize;
}

.prix {
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 18px;
    float: right;
    margin-top: 38px;
    font-weight: bold;
}

.item {
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 18px;
}