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

.ContentFullPhoto {
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	background: repeat left top;
	color:#FFF;
}

.FullPhoto {
	position: relative;
	display: block;
	height: 700px;
	background: no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}


.ContentFullPhoto .Caption {
	position: relative;
	max-width: 1200px;
	margin: -200px auto 0 auto;
	padding: 0 20px 40px 20px;
	box-sizing: border-box;
}

.ContentFullPhoto .Caption h1 {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
}

.ContentFullPhoto .CaptionHead {
	position: relative;
	max-width: 1200px;
	margin: -200px auto 0 auto;
	padding: 0 20px 23px 20px;
	box-sizing: border-box;
}

.ContentFullPhoto .CaptionHead h1 {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
	font-size: 2.6em;
	font-weight: 800;
	margin-bottom: 30px;
}

.ContentFullPhoto .CaptionHead h2 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
	font-size: 2.2em;
	margin-bottom: 16px;
}

.ContentFullPhoto .CaptionHead p {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

.ContentFullPhoto .CaptionHead .Principe p {
	text-shadow: none;
}


.ContentFullPhoto .ModList p {
	font-size: 1.35em;
	margin-bottom: .2em;
}





/* PRINCIPES */

.Principe {
	position: relative;
	display: inline-block;
	width: 320px;
	max-width: 100%;
	height: 160px;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
	/*margin: 20px;*/
	margin: 10px;
	text-shadow: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, .75);
	padding: 10px 10px 10px 12px;
	box-sizing: border-box;
}


.Principe .Pictogram {
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	height: 140px;
	margin:0px 5px 0px 0px;
}



.Principe h3 {
	font-weight: 600;
	color: #7da1c4;
	color: #427db8;
	/*font-size:1.8em;*/
	font-size:1.32em;
	line-height: 1.2em;
	margin: 10px 0 8px 0;
}

.Principe .Versus {
	font-weight: 500;
	color: #414438;
	/*font-size:1.2em;*/
	font-size:.95em;
	line-height: 1.1em;
	margin: 0 0 6px 0;
}

.Principe p {
	font-weight: 300;
	color: #414438;
	/*font-size:1.45em;*/
	font-size:1em;
	line-height: 1.15em;
}








@media (min-width: 1600px) 
{
	.FullPhoto {
		height: 1000px;
		}
		
	.ContentFullPhoto .CaptionHead {
		margin: -500px auto 0 auto;
		}
}



@media (max-width: 1200px) 
{
	.FullPhoto {
		height: 800px;
		}
	
	/*.Principe {
		width: 280px;
		height: 280px;
		margin: 10px;
		}
		
	.Principe .Pictogram {
		width: 70px;
		height: 70px;
		margin: 10px auto 12px auto;
	}


	.Principe h3 {
		font-size:1.65em;
		margin: 0 0 8px 0;
	}

	.Principe .Versus {
		font-size:1.1em;
		margin: 0 0 8px 0;
	}

	.Principe p {
		font-size:1.4em;
	}*/
}


@media (max-width: 900px)
{
	

	

		
}


@media (max-width: 768px)
{
	.FullPhoto {
		height: 500px;
		}
		
	.ContentFullPhoto .CaptionHead {
		margin: -200px auto 0 auto;
		}
		
	.ContentFullPhoto .CaptionHead h1 {
		text-shadow: 1px 1px 10px #000;
		font-size: 2.8em;
		font-weight: 800;
		}
	
		
	.FullPhoto .CaptionHead h1 {
		font-size: 2.4em;
		}

	.FullPhoto .CaptionHead h2 {
		font-size: 1.8em;
		}
		
	.ContentFullPhoto .CaptionHead h2 {
		margin-bottom: 20px;
		}
		
	.Principe {
		margin: 8px 0;
	}
	
	
	
	
	
}



@media (max-width: 480px) 
{

	
	.ContentFullPhoto .CaptionHead h1 {
		font-size: 2.2em;
		}
		
	.ContentFullPhoto .Caption {
		padding: 0 20px 20px 20px;
	}
		
	
}