@charset "utf-8";
/* CSS Document */
@media all and (max-width: 959px) {
.m-show {
	display:block;
}
.m-hidden {
	display:none!important;
}
.container {
	width: 100%;
	text-align: center;
	padding: 0px;
}
.lecteur-video {
	width: 100%;
	height: auto;
}
#video_container {
	width: 100% !important;
	height: auto !important;
	margin-right: 0px;
	margin-bottom: 0px;
}
#details {
	width: 100%;
}
#pub_leader {
	float: none;
	height: 90px;
	width: 728px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#logo_header {
	padding-top: 30px;
}
#logo_header a {
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#description {
	height: inherit;
	padding-bottom: 40px;
}
#search {
	float: none;
	display: inline-block;
	margin-bottom: 20px;
}
#partager {
	float: none;
	display: inline-block;
	padding-bottom: 20px;
}
#thumb_container {
	width: 100%;
}
#more_video a {
	float: none;
}
}
@media (max-width: 727px) {
	#pub_leader {
		display: none;
	}
}