div#text-blue .text-bleu h2 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

div#text-blue .text-bleu p {
    font-size: 16px;
    text-align: center;
}


div#text-blue strong {
    color: #0e4cef;
    font-weight: 800;
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    div#text-blue .text-bleu h2 {
        font-size: 35px;
    }
}