@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500,700|Roboto:300');

body { margin: 0; background: #f3f3f4; }

header
{
	margin: 0;
	padding: 30px;
}

section
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

h1, h2, .retour
{
	font-family: 'EB Garamond', Times New Roman, serif;
	font-style: normal;
	margin: 0;
	color: #e85d20;
}

p
{
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 20px;
	width: 400px;
	color: #432f4e;	
}

h1
{
	font-size: 34px;
	font-weight: 700;
	line-height: 0.9;
}

h2, .retour
{
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}

.retour
{
	display: none;
}


* ::selection {background: rgba(19, 22, 46, 0.99); color: #FFF;}
* ::-webkit-selection {background:rgba(19, 22, 46, 0.99); color: #FFF;}
* ::-moz-selection {background: rgba(19, 22, 46, 0.99); color: #FFF;}


@media screen and (max-width: 999px)
{
	section{
		width: 100%;
		margin: 0;
}

	img{
		width:100%;
	}

	.retour{display: none;}
}


@media screen and (max-width: 800px)
{
header
{
	padding: 20px;
}


p{
	width: 100%;
	font-size: 12px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 17px;
}
}