/*TYPO*/
/* body {
    padding-top: 60px;
} */
html{
    font-size:16px;
}
body{
    font-family: 'Raleway', sans-serif;
    font-size:1rem;
    font-weight: normal;
}

h1, h2, h3{
    font-weight: bold;
    text-align:left;
    line-height:1.025;
    margin:0.75em 0;
    color: var(--bleufonce)
}
h4, h5, h6{
    font-size:1.5rem;
    margin:0.75em 0;
    color: var(--bleufonce)
}
h1{
    font-size:2.75rem;
}
h2{
    font-size:2.25rem;
}
h2 span{
    color: var(--bleu);
}
h3{
    font-size:1.65rem;
}
.sur-titre{
    font-weight: bold;
    color: var(--color-red);
    font-size:1.25rem;
    text-transform: uppercase;
}

@media screen and (min-width:992px){
    h1{
        font-size:5vw;
    }
    h2{
        font-size:3.2rem;
    }
    h3{
        font-size:2.5rem;
    }
}

@media screen and (min-width:1680px){
    h2{
        font-size:4rem;
    }
}

@media screen and (min-width:1920px){
    html{
        font-size:18px;
    }
}

/*MENU*/
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ul.menu li a {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
} */