/**
 * Style des titres
 * 
 * @copyright (c) ontheway.ch
 * @author Joëlle Galloni et Pascal Favre
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Caviar Dreams', 'Open Sans', Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: initial;
    color: #3A3A3A;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
h1 {
    margin: 0px 0 20px 0;
    text-shadow: 1px 1px 1px #BABABA;
    font-size: 2.2rem;
}
h2 {
    font-size: 1.9rem;
    margin: 25px 0 10px 0;
}
h1 + h2,
h1 + div > h2 {
    margin-top: 0;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}