/*-----------------------------------------------------------------*/
/*                      GLOBAL STYLES                              */
/*-----------------------------------------------------------------*/

body {
    color: white;
    background-color: #9B1E06;
    font-family: "Roboto Slab",serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat",sans-serif;
	color: white;
}

.conteneur {
    margin : 60px 100px auto;
	color: white;

    
}
.separation{
    height: 15px;
}
.auteur{
	text-align: right;
}