/*====================================================
                    PAGES COMMUNES
====================================================*/

/*-------------------------
    Titres
--------------------------*/

h1{
    font-size: var(--h1-size);
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1.2;
}

h2{
    font-size: var(--h2-size);
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1.2;
}

h3{
    font-size: var(--h3-size);
    color: var(--primary-dark);
    margin-bottom: 15px;
    line-height: 1.3;
}

/*-------------------------
    Paragraphes
--------------------------*/

p{
    font-size: var(--text-size);
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 18px;
}

/*-------------------------
    Sections
--------------------------*/

section{
section:not(.hero):not(.hero-bibliotheque):not(.events-hero){

    padding:80px 0;
}



/*-------------------------
    Titres de section
--------------------------*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    margin-bottom:15px;
}

.section-title p{
    max-width:750px;
    margin:0 auto;
    color:var(--text-light);
}

/* Contenu centré */

.text-content{
    max-width:800px;
    margin:0 auto;
}

/* Conteneur de page */

.page-content{
    padding:80px 0;
}

