@charset "UTF-8";
/* CSS Document */

img {
	width:100%;
	max-width:400px;
}

body {	
	padding:50px;
	margin:0;
	font-family: "Raleway", sans-serif;
	font-weight:400;
	font-style: normal;
	color:#3232aa;
	text-align:left;
}

header, main, footer  {
	max-width:1024px;
	padding:10px;
	margin:10px auto;
}

.container {
	display: flex;
	justify-content: center; /* centre horizontalement */
	align-items: center;     /* centre verticalement */
	height: 100vh;           /* prend toute la hauteur de la fenêtre */
}

.content {
	padding: 0;
}

h1 {
	font-family: "Raleway", sans-serif;
	color:#df2f85;
	font-weight:600;
	line-height:1em;
	font-size:24px; 
	margin-bottom: 15px;
	text-align:left;
}

hr.separator {
	border:none;
	border-top:solid 1px #df2f85 ;
	height: 1px;               /* épaisseur de la ligne */
	background: none!important;
	margin:10px 0;
}

p {
	color:#3232aa;
	text-align:left;
}

a {
	font-family: "Raleway", sans-serif;
	font-weight:800!important;
	font-size:18px;
	text-decoration:none;
	margin:30px auto 0 auto;
 	color:#df2f85;
	border-radius:50px;
	text-align:left;
}

.mentionsLegales {
	font-size:0.8em;
	font-weight:400;
	color:#3232aa;
}

.bleu {
	color:#3232aa;
}

.rose {
	color:#df2f85;
}

.gris {
	color:#878787;
}

