h1 {
    margin-top:15px;
    font-size:25px;
    text-transform: uppercase;
    color:#007649;
    font-weight: 600;
}

#lettre {
    height:100%;
    border-right:4px #007e53 solid;
    display: inline-block;
    color:#007e53;
    font-size:24px;
    font-family: "Lato-Black";
 }
 
 #domainesAction {
     font-size:14px;
     color:#878579;
 }
 
 #chiffres {
     font-size:14px;
     font-weight: bold;
 }
 
 #objectifs {
     font-size:14px; 
     text-align: justify;
     color: #000000;
 }

 #objectifs p {
    margin-bottom:0px;
    line-height: 17px;
}

ul {
    margin-bottom:0px;
}

#containerInfos a {
    text-decoration: none;
    color:#ffffff;
}
 
 #containerContact {
     background-color:#46a4ab; 
     color:#fff;
     font-size:14px;
 }
 

 
 #contacts {
     color:#529fa9;
     background-color:#fff;
     font-size:16px;
     font-weight: 600;
 }
 
 h2 {
     text-transform: uppercase;
     color:#529fa7;
     font-size:16px;
     border-bottom:dotted #529fa7 2px;
     font-weight: 600;
 }
 
 #containerInfos {
     box-shadow:0px 0px 12px 0px rgba(207,207,208,0.74);
     margin: 15px;
 }
 
 #titlePage {
     width: 400px; 
     height: 35px; 
     background: #ececed;
     clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
     font-size:12px;
 }
 
 #annee {
     color:#007e53;
 }

 .btnSiteWeb {
    background-color: #e8e7e7;
    color:#46a4ab;
 }

 .btnSiteWeb:focus {
    box-shadow: none;
    border:none;
 }


 /* Small device */
@media (max-width: 576px) { 
    h1 {
        font-size: 18px;
    }
    .logo {
        height: auto; 
        width: auto; 
        max-width: 190px; 
        max-height: 190px;
    }
    #containerContact {
        font-size: 12px;
    }
}