@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

footer a{
	text-decoration: none;
	color: #020049;
}



/* ====================================== */
/* SMARTPHONE, TABLETTE, DESKTOP ======== */
/* ====================================== */



body{	
font-family: mr-eaves-sans, sans-serif;
font-weight: 400;
font-style: normal;
	height: 100%;
}

header{
 	height: 40px;
	display: flex;
	padding: 40px 20px;
	align-items: center;
}

.logo{
	width: 150px;
}

.slogan{
	background: #F5F4F4;
	display: flex;
	align-items: center;
	padding: 60px 0px;
	width: 100%;
	float: none;
}

.contact{
background: #373f8b;
	color: #FFFFFF;
	padding: 40px 0px;
	display: flex;
	align-items: center;
	width: 100%;
	float: none;
}

p{
	margin-bottom: 15px;
	font-size: 15px;
}

h1{
	font-family: 'Libre Baskerville', serif;
	color: #373f8b;
	font-size: 38px;
	margin-left: 20px;
}

h2{
	font-family: mr-eaves-sans, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 25px;
	margin-bottom: 15px;
}

footer{
	background: #FFFFFF;
	height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.info{
	margin-left: 20px;
}


.sign p{
	font-size: 10px;
	margin-bottom: 0px;
}
	
/* ====================================== */
/* TABLETTE, DESKTOP ==================== */
/* ====================================== */
@media screen and (min-width: 481px) {

	.info{
		padding-left: 20px;
	}
	
	h1{
		padding-left: 20px;
		font-size: 60px;
		width: 700px;
	}
}
/* ====================================== */
/* DESKTOP ============================== */
/* ====================================== */
@media screen and (min-width: 769px) {

	html{
	height: 100%;
}
	
	
header{
 	height: 10%;
	display: flex;
	padding: 0 40px;
	align-items: center;
}
	.slogan{
		width: 70%;
		float: left;
		min-height: 80%;
		padding: 0;
	}
	
	.contact{
		width: 30%;
		float: left;
		height: 80%;
		padding: 0;
	}
	
	.info{
		padding-left: 40px;
	}
	
	h1{
		padding-left: 40px;
		font-size: 80px;
		width: 700px;
	}
	
	footer{
		clear: both;
		height: 5%;
		display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	}
	
	p{
	margin-bottom: 15px;
	font-size: 20px;
}
	
	h2{
	font-family: mr-eaves-sans, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 30px;
	margin-bottom: 15px;
}

}






