h1 {
text-align: center;
color: #00007D;
font-family: "Arial";
font-size: 40px;
font-weight: bold;
text-shadow: grey 1px 1px 2px;
}

h2_script {
text-align: center;
color: #FF3D47;
font-family: "Freestyle Script";
font-size: 40px;
text-shadow: grey 1px 1px 2px;
}

.h3_titre {
text-align: left;
color: black;
font-family: "Arial";
font-size: 30px;
font-weight: bold;
text-shadow: grey 1px 1px 2px;
}

.titre_blanc {
color: white;
font-family: "Arial";
font-size: 30px;
text-align: left;
line-height: 1,5;
font-weight: bold;
}

.texte_blanc {
color: white;
font-family: "Arial";
font-size: 20px;
text-align: justify;
line-height: 1;
}