.titreEcran {
	color: #014181;
	font-size: 12px;
	text-align: center;
	font-style: italic;
    font-weight: bold;
	letter-spacing: 0.05em;
	border: 3px solid #F3F3F3;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 0px 16px 0px;
	padding: 6px 0px;
}

.sousTitrePopup {
    color: #014181;
    background-color: #e1ebef;
    font-size: 1em;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.05em;
    border: 3px solid #F3F3F3;
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px 10px 0px;
}

.titreBloc {
    color: #014181;
    font-size: 1em;
    font-weight: bold;
}

.titreEcransCommun {
    margin-bottom: 7px;
    padding-bottom: 2px;
    border-bottom: 2px solid #02769A;
    color: black;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
}

.titreEcranMarginTop {
    margin-top: 40px;
}

.h2Style {
    font-size: 2rem
}