/* ====================================================================================================================-*/
/* ================================================== LISTE DES STYLES ================================================ */
/*======================================================================================================================*/

/*==================================================================================================================== */
/*                                        STYLES DE TOUTES LES PAGES                                                   */
/*====================================================================================================================-*/

*{
  	text-transform: uppercase;
}

body,
html {
  	font-family: Verdana, arial, sans-serif;
  	margin: 0;
  	padding: 0;
  	width: 100% !important;
}

h1,
h2 {
  	font-weight: 700;
  	font-size: 24px;
}

p {
	text-align: center;
}

/* =================================================================================================================== */
/*                                                STYLE DU HEADER                                                      */
/* =================================================================================================================== */

.header-logo {
  	margin-top: 1%;
  	margin-left: calc(50% - 5%);
}

.header-logo img {
  	width: 15%;
}
