/* General Demo Style */

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'painting_with_chocolateRg';
    src: url('../fonts/PaintingWithChocolate/painting_with_chocolate-webfont.woff2') format('woff2'),
         url('../fonts/PaintingWithChocolate/painting_with_chocolate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofachrome';
    src: url('../fonts/sofachrome rg it.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura/allura-regular-webfont.woff2') format('woff2'),
         url('../fonts/allura/allura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('../fonts/kaushan-script/kaushanscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/kaushan-script/kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html { padding: 0; margin: 0;}

body {
	font-family: Arial, sans-serif;
	color: white;
	background-image: url("../images/Fond_metal.jpg");
}

.container {
	padding-top: 25px;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.main {
	max-width: 82.667em;
	/*min-height: 40em;*/
}

.container > header {
	max-width: 1240px;
	height: auto;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 25px auto;
	padding: 0;

	
	font-family: 'sofachrome';
	font-weight: bold;
	color: #B22222;
	background-color : rgba(220,220,220,0.8);
	background: linear-gradient(90deg, rgba(220,220,220,0.8) 0%, rgba(125,125,125,0.8) 35%, rgba(125,125,125,0.8) 65%, rgba(220,220,220,0.8) 100%);
	border-radius: 15px;
	box-shadow: 8px 8px 12px #000;
}

.container > header h1 {
	font-size: 2em;
	line-height: 1.5;
	margin: 10px auto 0 auto;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: black;
	padding: 0 0 0.6em 0.1em;
}

p {
	list-style-type: none;
	font-family: 'kaushan_scriptregular';
	font-size: 1.5em;
	padding:0em 0em 0em 0.5em;
	margin-top: 0em;
	color: #D3D3D3;
}

@media screen and (max-width: 25em) { 
	
}

@media (max-width: 60em) {
	.container > header {
		font-size: 75%;
		}
	.img208{
		display: none;
	}
	.imglogo{
		max-width: 75px;
		max-height: 75px;
	}
	#Div_Accueil {
		font-size: 60%;	
	}
	.container > header h1 {
		font-size: 1.5em;
	}
}