.menu_histoires {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
}

.menu_histoires a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    padding-top: 10%;
}

.menu_histoires h2 {
    margin-top: 2vh;
}

.choix {
    width: 20%;
}


/********************************************************************************************************************************/

.texte_histoire_serie,
.legende_histoire_serie {
    color: white;
    font-family: 'Raleway-ExtraLight';
    font-size: 16px;
    text-align: justify;
}

.legende_histoire_serie:hover {
    color: white;
}

.legende_histoire_serie {
    padding-top: 2%;
}

.texte_histoire_serie {
    padding-right: 5%;
    padding-bottom: 2%;
}

.portrait_grrm {
    width: 100%;
    padding-bottom: 3%;
}

.minifleche {
    width: 5%;
    margin-right: 2%;
}

.minifleche_synopsis {
    width: 2%;
    margin-right: 1%;
}

.conteneur_categories {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    margin: auto;
}

.conteneur_categories_synopsis {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    margin: auto;
}