body {
        
    background-color: #0fa7b2;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}  
    footer {
    max-height: 15vh;
    background-color: #146882;
    color : white;
}  

header {
    background-color: #146882;
}

.btn{
    font-size: 1.2rem;
}
h1,h2,h3{
     
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color : #146882;
      
}

.titre_haut{
   
        font-family: "Jockey One", serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 2rem;
        margin-bottom: 0;



   
      
}

.image_entete{
    width: 100%;
    height: auto;
}
.image_compteur{
    width : 50%;
    height : auto;
}
.image_contrat{
    max-width: 80vw;
}

.fondBlanc{
    background-color: white;
}

.container-fluid{
    min-height: 67vh;
}

.message{
     font-size: 1.2rem;
     font-weight: 600;
}

.tailleIcone{
    width: 5rem;
}