/*couleur text view*/
 .h1,.h2,.h2.title  {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: white;
}


/*couleur text formulaire de contact*/
input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color, textarea, select {
    color: #4c5557;
    font-weight: 600;
}

/*aspect text corps article*/
body.pff-06 {
    font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
    text-align: center;
    color: #ffff;
}


/*couleur liens*/
a {
    color: #40908d;
}

/* aspect titres  */
h2 {
    font-size: 50px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.20;
    padding: 0;
    margin: 0px 0 0px 0;
    font-weight: 300;
    
    
/*couleur message système*/
.messages--status {
    background: #4f9685;
}


