@import url('https://fonts.googleapis.com/css?family=Andika');
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple|Josefin+Sans');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url('https://fonts.googleapis.com/css?family=Libre+Barcode+39');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font: 16px Arial, Helvetica, sans-serif;
    color: #6f6b68;
}

a {
    color: #D2D445;
    text-decoration: none;
}

.contenu {
    display: flex;
    flex-direction: column;
}

.bandeau {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: black;
    color: white;
    padding: 20px 30px 7px 30px;
}

.code {
    font-family: 'Libre Barcode 39', cursive;
    font-size: 30px;
}

.code a {
    color: white;
}

.entete {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #f3f3f3;
    align-items: center;
}

h1 {
    font-size: 32px;
    color: #2a2a2a;
    font-family: 'Andika', sans-serif;
    margin-bottom: 10px;
}

h2 {
    color: #478FB5;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
}

.slogan {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 35px 0;
    margin: 0;
}

.principal {
    padding: 20px 20px 7px 30px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

img.pdf {
    width: 25px;
    margin-right: 10px;
    margin-bottom: -3px;
}

a.pdf {
    margin-top: 20px;
    margin-bottom: 50px;
}

img.grilledecours {
    padding: 25px;
    box-shadow: 2px 2px 6px rgba(37, 24, 24, 0.2);
}

