/*   #005647
#004035 
#e4fecc
#ccfca3

font-family: 'Dosis', sans-serif;
font-family: 'Jost', sans-serif;
font-family: 'Overpass', sans-serif;
font-family: 'Play', sans-serif;*/


*{ 
background-color: #cce6ff ; 
}

.texte{
    padding: 5px 10px;
    border-left: 1px solid #004035;}


.texte h4 {
    color:#004035 ;
    font-family: "jost", "sans-serif";
    line-height: 1.5;
    
}

.texte p {
    color: #005647;
    font-family: "overpass", "sans-serif";
    line-height: 1.2;
    
}


h1 { font-family: "jost", sans-serif;
color:#004035;
font-size: 60px;
line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    
}

h2 {line-height: 1;
color: #005647;
font-family: "overpass", "sans-serif";
}

h5 { margin-top: 100px;
    margin-bottom: 5px;
font-family: "jost", "sans-serif";
    font-weight: 700;
color:#004035 ;
border-top: solid 1px #004035;
font-size: 40px;}

h6 { font-family: "overpass", sans-serif;
color:#005647;
font-size: 24px;
    font-weight: 400;
margin-top: 0;
text-indent: 50px;}

a {text-decoration: none; }

a:hover {color:#005647;
text-decoration: underline;}




