div#animation{
	position:relative;
	width:100%;
	margin:-75px auto 0 auto;
	z-index:1
}
div#animation .caption {
	text-align:center;
	width:100%;
	top:40%;
	background:#111;
	opacity: 0.8;
	color:#FFF;
	left:25%;
	width:50%;
	height:120px;
}
/*Cadres bloc haut*/
.cadre_bloc_haut{
	position:relative;
	float:left;
	width:21%;
	margin:0 0 0 8%;
	text-align:center;
	padding-bottom:20px;
}
div#cadre1 .nom_cadre, div#cadre1 .nb_cadre, div#cadre2 .nom_cadre, div#cadre2 .nb_cadre{
	position:relative;
	width:70%;
	margin:0 auto;
	background:#c04b23;
	color:#FFF;
}
div#cadre1 .nom_cadre, div#cadre2 .nom_cadre{
	font-size:0.9em;
	padding-top:15px;
}
div#cadre1 .nb_cadre, div#cadre2 .nb_cadre{
	font-size:2.6em;
	padding-bottom:5px;
}
div#cadre2 .nom_cadre, div#cadre2 .nb_cadre{
	background:#FFF;
	color:#c04b23;
}
div#cadre3{
	background:url(../img/public/fleche.png) no-repeat;
	margin:0 0 0 3%;
	background-position:0 30%;
}
div#cadre3 .nom_cadre{
	font-weight:bold;
	margin:0 0 0 120px;
	width:175px;
}
div#cadre3 .inscription{
	background:#262626;
	width:175px;
	margin:0 0 0 120px;
	padding:8px 0;
	margin-top:5px;
	font-weight:bold;
	font-size:1.3em;
}
div#cadre3 .inscription a{
	color:#FFF;
	display:block;
	text-decoration:none;
}
/*items*/
div#items{
	position:relative;
	background:url(../img/public/haut_items.png) no-repeat;
	background-position:top center;
	width:100%;
	height:auto;
	margin-top:-48px;
	padding-bottom:20px;
	overflow:hidden;
}
div#item1{
	background:#c04b23;
	color:#FFF;
}
div#item1 .title_item{
	/*background:url(../img/public/title_item1.png) no-repeat;*/
}
div#item2{
	background:#c4c3c3;
}
div#item2 .title_item{
	/*background:url(../img/public/title_item2.png) no-repeat;*/
}
div#item3{
	background:#000000;
	color:#FFF;
}
div#item3 .title_item{
	/*background:url(../img/public/title_item3.png) no-repeat;*/
}
div#item4{
	background:#f09a2b;
	color:#FFF;
}
div#item4 .title_item{
	/*background:url(../img/public/title_item4.png) no-repeat;*/
}
.item{
	position:relative;
	float:left;
	width:25%;
	padding:10px 0;
	opacity:0.9;
	z-index:100;
}
.item a{
	color:#FFF;
	text-decoration:none;
}
.title_item{
	text-transform:uppercase;
	font-size:1.7em;
	line-height:25px;
	margin:4px 0;
	height:30px;
	/*padding-left:90px;*/
	text-align:center;
}
.title_item .gras{
	font-weight:bold;
}
.title_item .petit{
	font-size:0.6em;
}
.content_item{
	font-size:0.7em;
	text-align:justify;
}
.more_item{
	text-align:right;
	font-size:0.9em;
	margin-top:-35px;
	margin-right:15px;
}
/*Presentation*/

div#presentation{
	position:relative;
	width:100%;
	
	padding:20px 0;
	overflow:hidden;
}
div#contenu_accueil{
	position:relative;
	width:90%;
	margin-left: 5%;
	padding-bottom:30px;
}
div#titre_accueil h1{
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:bold;
	margin:0;
	text-align:center;
}
div#titre_accueil strong{
	color:#c04b23;
}
div#texte_accueil p, div#texte_accueil_complement p{
	font-size:0.8em;
	margin:8px 0 20px 0;
	text-align:justify;
}
div#texte_accueil_complement p em{
	font-weight:bold;
	color:#c04b23;
}
div#lire_plus_accueil, div#lire_moins_accueil{
	background:#c04b23;
	text-align:center;
	color:#FFF;
	width:100%;
	max-width:150px;
	margin:0 auto;
	padding:10px 0;
	text-transform:uppercase;
	font-size:1.2em;
}
div#lire_plus_accueil a, div#lire_moins_accueil a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
div#logo{
	position:absolute;
	margin-top:70px;
	margin-left:40px;
	z-index:101;
	float:left;
	background:url(../img/public/logo-photo-trek.png) no-repeat;
	width:200px;
	height:88px;
}
div#ecran{
	position: absolute;
	z-index:1000;
	top:25%;
	left:25%;
	height: 50%;
	width:50%;
	border-radius:30px 0 30px 30px;
	border:30px solid RGBA(0,0,0,0.8);
}
.video-container {
	/*overflow: hidden;*/
	display:inline-table;
	padding:30px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
div#fermer_ecran{
	position:absolute;
	width:20px;
	height:20px;
	background-image:url('../img/public/cross.png');
	top:-23px;
	right:-23px;
	z-index:1000;
}
div#fermer_ecran a{
	width:20px;
	height:20px;
	display:block;
}
@media screen and (max-width : 1600px) {

}
@media screen and (max-width : 1115px) {
	.title_item{
		font-size:1.3em;
	}
	
}

@media screen and (max-width : 959px) {
	.item{
		width:50%;
	}
	.cadre_bloc_haut{
		margin:0 0 0 1%;
		width:30%;
	}
	div#items{
		margin-top:0;
	}
	
	
}
@media screen and (max-width : 749px) {
	
	div#contenu_accueil{
		width:90%;
	}
	
}
@media screen and (max-width : 600px) {
	div#animation .caption{
		width:80%;
		left:10%;
	}
}
@media screen and (max-width : 520px) {
	
}
@media screen and (max-width : 480px) {
	.item{
	width:100%;
	}
	div#animation .caption{
		height:70px;
		top:36%;
	}
	
}
@media screen and (max-width : 360px) {
	div#items{
		background-image:none;
	}
	
}