@font-face {
    font-family: Apalu;
    src: url('../fonts/Apalu.woff2') format('woff2'), /* Very Modern Browsers */
         url('../fonts/Apalu.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Apalu.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: St Ryde;
    src: url('../fonts/StRyde-Regular.woff2') format('woff2'), /* Very Modern Browsers */
         url('../fonts/StRyde-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/StRyde-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: LinBiolinum;
    src: url('../fonts/LinBiolinum_R.woff2') format('woff2'), /* Very Modern Browsers */
         url('../fonts/LinBiolinum_R.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LinBiolinum_R.ttf') format('truetype'), /* Safari, Android, iOS */
}

* {
    font-family: 'St Ryde', sans-serif !important;
}

nav li a {
    color: black !important;
}

nav a:hover {
    color: black !important;
}

nav li a:visited {
    color: black !important;
}

h1, h2, h3, h4 {
    font-family: 'Roboto-Thin', sans-serif !important;
    text-align: center;
    vertical-align: bottom !important;
}

h1 {
    font-family: 'Apalu', sans-serif !important;
    font-size: 6em !important;
}

h2 {
    font-size: 2.3em !important;
}

h3 {
    font-size: 2.2em !important;
}

h4 {
    font-size: 1.5em !important;
}

li {
    font-size: 1.5em !important;
    text-justify: inter-word;
    line-height: 170%;
}

p, th, td, th > li, td > li {
    font-size: 1.5em !important;
    text-align: justify;
    text-justify: inter-word;
    line-height: 170%;
}

.not-justified {
    text-align: left;
}

.num {
    font-family: 'LinBiolinum', sans-serif !important;
}

#infos-contact {
    color: white;
}

#telephone, #email {
    text-align: center;
    vertical-align: bottom !important;
}

#telephone {
    font-size: 3em !important;
}

#email {
    font-size: 2em !important;
}

#cheminement, #communes {
    color: white;
    font-size: 1em;
}

#formations {
    color: black;
}

footer {
    text-align: center !important;
}

footer a {
    color: white;
    font-size: 1.3em;
    text-decoration: none !important;
}

footer a:hover {
    color: white;
    text-decoration: underline !important;
}

footer a:visited {
    color: white;
    text-decoration: none !important;
}