/* Polices d'Écriture du Site */
@font-face {
    font-family: "Roboto";
    src: url('polices\Roboto\Roboto-Regular.ttf');
}

body {
    min-width: 900px;
    align-content: center;
    margin: auto;
}

/* Header Style */
header {
    text-align: center;
    padding: 20px;
    color: #766b76;
    background-color: #e5e7e8;
    font-family: "Roboto";
    font-style: bold;
}

h1 {
    color: #2c2c2e;
    font-size: larger;
}


/* Navigation Menu Style */
nav {
    text-align: center;
    word-spacing: 50px;
    padding: 20px;
    background-color: #e5e7e8;
}

nav a {
    color: #2c2c2e;
    text-decoration: none;
    font-size: larger;
    font-style: italic;
}


main {
    padding-left:35%;
    padding-right: 35%;
}
main h1 {
    font-family: "Roboto";
    font-style: bold;
    font-size: 1.5em;
}
main h2 {
    font-family: "Roboto";
    font-size: 1.2em;
}
main span {
    font-family: "Roboto";
    font-size: 1.1em;
}

.title h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 3em;
}