* {
    box-sizing: border-box;
}

body {
    margin: 0 0 100px 0;
}

a.button {
    appearance: button;
    padding: 1em;
    text-decoration: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
    margin: 0.5em 0.5em 2em 0.5em;
    font-size: 16pt;
    display: inline-block;
}

a.telephone {
    color: black;
    background-color: #f5a623;
}

a.telephone:hover {
    background-color: #DB8C0A;
}

a.lien-tarifs {
    color: #4f4f4e;
    background-color: white;
    border: solid 1px #717170;
}

a.lien-tarifs:hover {
    color: white;
    background-color: #4f4f4e;
    border-color: #4f4f4e;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 100px;
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}

nav div.logo {
    flex-grow: 0.1;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

nav ul li {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
}

nav a {
    color: #717170;
    transition: color 0.2s ease;
    text-decoration: none;
}

a.current-page {
    color: #DB8C0A;
}

a.current-page:hover {
    color: #DB8C0A;
}

nav a:hover {
    color: #f5a623;
}

.bigger {
    font-size: 48pt;
}

.big {
    font-size: 30pt;
}

h1 {
    font-size: 52pt;
}

h2 {
    font-size: 36pt;
}

h3 {
    font-size: 24pt;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

figcaption {
    text-align: center;
}

p.before-tel {
    margin-bottom: 2.25em;
}

p, main li {
    font-size: 16pt;
}

h1, h2, h3, figcaption {
    font-family: 'Poppins', sans-serif;
}

p, a, li {
    font-family: 'Open Sans', sans-serif;
}

header * {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    color: #0F056B;
    background-color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
