/* PAGE PRESENTATION */
section {
    padding-top: 10px;
}

/* Style général des h2 de la page */
.presentation-page h2 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #1a3689;
}

/* H2 section-gris et section-bleu */
.presentation-page .section-gris h2,
.presentation-page .section-bleu h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: none; 
}

/* Section-gris : H2 + trait */
.presentation-page .section-gris h2 {
    color: #1a3689;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1a3689;
}

/* Section-bleu : H2 + trait */
.presentation-page .section-bleu h2 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff; 
}

/* SECTION GRIS */
.section-gris {
    background: #f7f7f7;
    padding: 20px 20px;
}

.liste-centree {
    display: inline-block; 
    text-align: left; 
}

.section img {    
	margin-top: 40px;
    border-radius: 12px;
}

/* SECTION BLEU */
.section-bleu {
    background-color: #1255a3;
    color: #ffffff;
    padding: 20px 20px;
}

.section-bleu img {
    border: 2px solid #ffffff;
    border-radius: 12px;
    background: transparent;
	margin: 40px 0;
}

/* Espacements généraux */
.presentation section {
    margin-bottom: 30px;
}

/* ICONES */
.icone-titre-pre {
    font-size: inherit;
    color: #1e4798;    
    opacity: 0.85; 
    margin-right: 10px;
}

.icone-titre-pre-blanc {
    font-size: inherit;   
    color: #ffffff; 
    margin-right: 10px;
}