/*
 *	VERSION MOBILE (HORS PAYSAGE 1024)
 * 
 */
@media only screen and (orientation:portrait) and (max-width: 1023px), only screen and (orientation:landscape) and (max-width: 767px){

/*
 * SLIDER PRINCIPAL
 */
#main_slider{
	height:193px!important;
	margin:54px 0 0 0;
}

	#main_slider .maskSlider .slide .picture img{
		width:100%;
	}
		
		#main_slider .maskSlider .slide .picture IMG.sliderImageDesktop{
			display:none;
		}

		#main_slider .maskSlider .slide .picture IMG.sliderImageMobile{
			display:initial;
		}

	#main_slider .mainControls{
		position:relative;
	}
	
		#main_slider .contentMainControls{
			width:auto;
		}

			#main_slider .btnPrev{
				top:70px;
				left:10px;
			}
			
			#main_slider .btnNext{
				top:70px;
				right:10px;
			}
			
			#main_slider ul.nav{
				display:none;
			}
			
			#main_slider .deco{
				display:none;
			}			
	
	#main_slider .maskSlider .slide .title{
		top:85px !important;
		left:40px;
		font-size:22px;
		line-height:22px;
	}	
	
		#main_slider .maskSlider .slide .title a{
			font-size:22px;
			line-height:22px;
		}	
		
			#main_slider .maskSlider .slide .title .lineText.last:after{
				height:4px;
				margin:0;
			}

/*
 * NAV SLIDER
 */
.mobileNavSlider{
	float:left;
	width:100%;
	height:60px;
	background:#fbfcfc;
}

	.mobileNavSlider ul.nav{
		float:left;
		width:100%;
		text-align:center;
		padding:10px 0 0 0;
	}
	
		.mobileNavSlider ul.nav li.bullet{
			width:32px;
			height:32px;
			background:url("../../images/accueil/bullet_main_slider_mobile_off.png") no-repeat 8px 8px;
			cursor:pointer;
			display:inline-block;
			margin:0 8px;
		}
		.mobileNavSlider ul.nav li.bullet.on{
			background:url("../../images/accueil/bullet_main_slider_mobile_on.png") no-repeat 0 0;
		}

/*
 * CONTENU PUSH
 */	
#main_push{
	height:auto;
	padding:0 0 40px 0;
}

	#main_push .col{
		float:none;
		margin:0 auto;
	}
	
		#main_push #col_marques .btn a{
			left:69px;
			margin-left:0;
		}
	
		#main_push .col .box ul.listActus{
			background:none;
		}
		
			#main_push .col .box .btnRapport{
				position:relative;
				left:31px;
			}

/*
 * BANDEAU VIDEO
 */
#ban_video{
	height:auto;
}

	#ban_video .banVideoUtileArea{
		float:left;
		height:auto;
	}

	#ban_video .border.top{
		display:none;
	}

	#ban_video .wrapBtnPlay{
		width:100%;
		height:190px;
	}
	
		#ban_video .btnPlay{
			top:53px;
		}
	
	#ban_video .picture{
		height:190px;
	}
	
		#ban_video .picture .photo{
			height:190px;
		}

		#ban_video .picture .mask{
			display:none;
		}
	
	#ban_video .desc{
		position:relative;
		top:0;
		left:0;
		margin:28px 0 0 0;
		padding:0 0 35px 0;
	}
	
		#ban_video .desc .title{
			width:90%;
			padding:0 0 0 20px;
		}
		
		#ban_video .desc .text{
			width:90%;
			padding:0 0 0 20px;
		}
	
		#ban_video .desc .title .bold .lastLine:after{
			height:8px;
		}

/*
 * SLIDER MARQUES
 */
#slider_marques #swipe_slider_marques{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:139px;
	display:none;
	z-index:2000;
}

#slider_marques .wrap{
	width:100%;
}

	#slider_marques .contentSlider{
		left:21%;
		width:60%;
	}

		#slider_marques .contentSlider ul.maskSlider{
			width:100%;
		}

	
}