body {
    font-family: Trebuchet MS, Verdana, sans-serif !important;
    font-size: 1.1rem !important;
}

/* Modification du padding et de la graisse du texte dans la barre latérale de navigation */
.w3-bar-block .w3-bar-item {
    padding: 16px;
    font-weight: 700
}

nav a.w3-button {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: 1rem !important;
}

#fc-nav {
    font-size: 1.2rem !important;
    letter-spacing: 1px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

h1,
h2,
h3,
h4 {
    font-family: Trebuchet MS, Verdana, sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
}

.intro {
    padding-right: 20%;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-style: italic;
}

.intro::before {
    content: '➔ ';
    color: #888;
    vertical-align: middle;
}

p {
    max-width: 90%
}

li a {
    text-decoration: none;
}

li a:hover {
    text-decoration: underline;
}

#liens {
    margin-top: 16px;
}

iframe {
    width: 90%;
    height: 600px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.w3-panel {
    width: 90% !important;
    padding-left: 3rem !important;
}

.ancre {
    color: rgb(255, 255, 255, 0);
    position: relative;
    top: -6rem;
}
