@viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */
}
#global {
  margin-left: auto;
  margin-right: auto;
	width: 100%;
	overflow: hidden;
/*	box-shadow:  0px 0px 20px #ccc;*/
}
#entete {

}
#navigation {
	width: 200px; 
	float: left;
}
#contenu {
	display:block;
	margin-left: 200px;
}
img, object, embed, canvas, video, audio, picture {
	max-width: 100%;
	height: auto;
} 	
#bloc1 {
	float:none;
	width:100%;
	min-width:150px;
	}
#bloc2 {
	float:left;
	width:50%;
	min-width:150px;
	
	}
#bloc3 {
	float:left;
	width:33.33333333333333%;
	min-width:150px;
	}
#bloc4 {
	float:left;
width:25%;
	min-width:150px;
	}
#bloc5 {
	float:left;
	width:20%;
	min-width:150px;
	}
.largeurcontenu1 {
		min-width:150px;
}
.largeurcontenu2 {
		min-width:300px;
}
.largeurcontenu3 {
		min-width:540px;
}
.largeurcontenu4 {
		min-width:630px;
}
.largeurcontenu5{
		min-width:750px;
}
	#menumobile {
		position:absolute;
		width:31px;
		height:31px;
		right:30px;
		top:20px;
			display: none;
			z-index:115;
	}


@media screen and (max-width: 1250px) {
#bannierepub {
		display:	none;
	}
#global {
	width: 100%;
}
#baseline {
	width:90%;
}
@media screen and (max-width: 980) {
#global {
	margin-left: auto;
 	margin-right: auto;
	width: 100%;
	overflow: hidden;
	box-shadow:  0px 0px 20px #ccc;
}
#baseline {
	font-size:10px;
}
}
@media screen and (max-width: 800px) {
	#global {
  margin-left: auto;
  margin-right: auto;
width: 100%;
	overflow: hidden;
	box-shadow:  0px 0px 20px #ccc;
}
#lienhaut {
	display:none;
}
	#navigation {
		display:none;
}
#contenu {
	margin-left: 0px; 

}
    #baseline {
	font-size:15px;
		 	}
	#imagedroite {
		display:	none;
		 	}
			#menumobile {
	display: block;
	}
	#logo {
	left:0px;
	}
}
@media screen and (max-width:600px) {
	.bloc {
margin-left:20px;
}
	#bloc2 {
	width:100%;
	}
#bloc3 {
	width:100%;
	}
#bloc4 {
	width:100%;
	}
#bloc5 {
	width:100%;
	}
	.largeurcontenu1 {
		min-width:150px;
}
.largeurcontenu2 {
		min-width:150px;
}
.largeurcontenu3 {
		min-width:150px;
}
.largeurcontenu4 {
		min-width:150px;
}
.largeurcontenu5{
		min-width:150px;
}
    #baseline {
	font-size:10px;
		 	}
}
#video-fond {
position:	fixed;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
#video-fond > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
  #video-fond > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video-fond > video {
    width: 300%;
    left: -100%;
  }
}
/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
  #video-fond > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.iframereponsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframereponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videocontainer{
	width:90%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative;
}
.videocontainer embed, .videocontainer object {
	position:absolute;
	top:0; left:0;
	}