main
{
    border: none;
}

.titresPassions
{
    font-size: 2em;
    margin: 0 10px 0 10px;
}

.ImagePassion
{
    width: 25%;
}

.FooterImages
{
    display: flex;
}

.NavigationPassion
{
    border: lightslategrey solid 1px;
    margin-top: auto;
    align-items: center; /* TRES TRES BIEN CETTE LIGNE LA PARFAIT */
}

.fichesCote
{
    width: 34%;
    display: flex;
    flex-direction: column;
    background-color: ghostwhite;
}

.listeAside
{
    /*border: greenyellow solid 1px;*/
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1.5em;
}

.ecartArticles
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.divDescri
{
    width: 66%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-right: 5px;
}

.boiteDescri
{
    display: flex;
}

.boutonRSpetit
{
    width: 6.25%;
    display: flex;
    justify-content: space-evenly;
}

.boutonNavMarge
{
    margin: 0 10px 0 10px;
}

/******************
    SPECIFICITES DES STYLES
    DE LA PAGE PASSIONS
 *********************/

div#Passions_TitreArticlePyronix, div#Passions_TitreArticleJV, div#Passions_TitreArticleEcriture, div#Passions_TitreArticleMusique
{
    width: max-content;
    /*background-color: ghostwhite;*/
}

section#Passions_ZoneSousEnTete, main
{
    background-color: transparent;
}

header#Passions_Header
{
    display: flex;
    flex-direction: column;
}

div#BoiteHeader_Passions
{
    display: flex;

}

aside#NavEnTete_Passions
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: ghostwhite;
}

h1
{
    margin-left: auto;
    margin-right: auto;
}


