.bloc-test-jeu {
    border-top: 3px solid var(--main-red);
    border-bottom: 3px solid var(--main-red);
    background: #f7f7f78f;
    border-radius: 10px;
    margin: 20px auto;
}

.note-globale {
    font-size: 2rem;
    font-weight: bold;
    color: #D60000;
}

.liste-avis {
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
    justify-content: space-between;
}


@media screen and (max-width: 991px) {
    .liste-avis {
        flex-direction: column;
    }

    .titre-conclusion {
        padding: 20px 0 20px 15px;
    }

    .bloc-test-jeu {
        padding: 5px;
    }

}

@media screen and (min-width: 992px) {

    .les-plus,
    .les-moins {
        width: 50%;
    }

    .titre-conclusion {
        padding: 0 0 10px 15px;
    }

    .bloc-test-jeu {
        padding: 15px;
    }
}

.liste-avis ul {
    margin: 0;
}

.note-barre {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: auto;
    padding: 0px 15px 10px 15px;
}

.barre-fond {
    margin: auto;
    width: 100%;
    background: #e0e0e0;
    height: 20px;
    overflow: hidden;
}

.barre-remplie {
    height: 100%;
    background-color: #D60000;
    transition: width 0.5s ease-in-out;
}

.note-texte {
    font-weight: bold;
    font-size: 8rem;
    color: #D60000;
}

.texte-conclusion {
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 1.5em;
}

#note {
    text-align: center;
}

span.pourcent {
    font-weight: bold;
    font-size: 4rem;
    color: #D60000;
    margin-left: 5px;
}

.titre-conclusion {
    width: 100%;
    margin: auto;
    line-height: 3rem;
}

.titre-conclusion h2 {
    font-size: 2rem !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #3d3d3d !important;
}

.titre-conclusion h2:before {
    content: none !important;
}

.les-plus .contenu-plus li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    opacity: .4;
    margin-right: 7px;
}

.les-plus .contenu-plus li,
.les-moins .contenu-moins li {
    list-style-type: none;
    font-size: .95em;
    margin-bottom: 2px;
}

.contenu-plus,
.contenu-moins {
    margin-top: 5px;
}

.les-moins .contenu-moins li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    opacity: .4;
    margin-right: 7px;
}


.resume-test {
    padding: 0px 15px 10px 15px;
}

.les-plus::before {
    content: "\f164";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 5px;
    opacity: 0.7;
    color: green;
}

.les-moins::before {
    content: "\f165";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 5px;
    opacity: 0.7;
    color: red;
}
