/* @override 
	http://grogro.local:8888/~max/Alina/www/views/diapo.css
	http://localhost:8888/~max/Alina/www/views/diapo2.css
*/

#case_menu_A {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 220px;
	z-index: 2;
}

#menu, #menu_series {
	position: static !important;
	/*top: 3em;*/
}

#menu {
	margin-top: 3em;
	margin-left: 5px;
	/*margin-left: 17px; si item stages*/
	/*text-align: center;
	padding-right: 15px;*/
}

#menu_series {
	width: 15px;
	/*display: table;*/
	margin: 0;
	margin-left: 25px;
}

/*https://codeburst.io/how-to-create-horizontal-scrolling-containers-d8069651e9c6*/
#clip_dia {
	position: fixed;
	top: 0;
	right: 2px;
	left: 225px;
	height: 100%;
	overflow-x: scroll;
  	overflow-y: hidden;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
  	/*display: flex;
  	flex-wrap: nowrap;
  	overflow-x: auto;*/
}

#dias {
	height: 100%;
	width: 100%;
	font-size: 0;
}

.diapo {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	/*flex: 0 0 auto;*/
}

.diapo img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
	border: none;
}

.diapo img.horiz {
	height: auto;
	width: 100%;
	margin: auto 0;
	position: absolute;
	top:0; bottom:0;
}

#point_rouge {
	position: fixed;
	bottom: 10px;
	left: 200px;
	margin-left: -24px;
	width: 16px;
	height: 16px;
	background: red no-repeat left top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#sablier {
	margin: 2em;
	margin-left: 25px;
	height: 16px;
	width: 100px;
	border: 1px solid #7f7f7f;
	/*-webkit-border-radius: 8px;*/
}

#sable {
	background: #7f7f7f;
	width: 0;
	height: 100%;
	/*display: none;*/
}

p.etiquette {
	margin: auto;
	margin-left: 25px;
	width: 12em;
	overflow: hidden;
}

span.technique {
	display: block;
}

span.dimensions {
	float: right;
}

span.date {
	float: left;
}

#commande {
	/*display: block;*/
	position: fixed;
	bottom: 50%;
	margin-bottom: -32px;
	left: 50%;
	margin-left: 36px;
	z-index: 10;
}