
.displayNone {
	display: none !important;
}

div#dummi {
	height: 100px;
	width: 100px;
	background-color: red;
	bottom: -0px;
	position: absolute;
}
.endOfFloat {
	clear: both;
}
/*
.scrollDiv {
	cursor: grab;
}
#sensorDiv {
	cursor: grabbing;
}
*/

div.loadingDiv {
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('imageIndexPhotos/Loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 33px;
	opacity: 0.5;
}

/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*   ---     Style pour le Messenger    ---   */
/*   ------------------------------------------   */
/*   ------------------------------------------   */
	.msgBlackBox {
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: rgba(0,0,0,.4);
/*		background-color: rgba(255,255,255,.8);*/
		text-align: center;
		z-index: 9999;
	}
	.msgBlackBox .dialogBox {
		position: fixed;
		top: 20%;
		left: 50%;
		transform: translate(-50%, -0%);
		-ms-transform: translate(-50%, -0%);
		text-align: center;
		background-color: white;
		max-width: 400px;
		min-width: 250px;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
		font-family: Helvetica, Arial, sans-serif;
		background-color: rgb(239,239,239);
		font-weight: lighter;
		letter-spacing: 1px;
	}
	.msgBlackBox .dialogBox p {
		margin: 0px;
		color: rgb(0,0,0);
	}
	.msgBlackBox .dialogBoxTitle p{
/*		background-color: rgb(155, 12, 3);
		background-color: rgb(64,128,252);	*/
		color: rgb(255,255,255);
		font-weight: bold;
	}
	.msgBlackBox .dialogBoxbutton p{
		color: rgb(255,255,255);
		color: rgb(0,0,0);
		font-weight: normal;	
	}


	.msgBlackBox .dialogBoxTxt,
	.msgBlackBox .dialogBoxTitle {
		padding: 15px 60px;
	}
	.msgBlackBox .dialogBoxTxt {
		text-align: left;
		padding-top: 25px;
	}
	
	.msgBlackBox .dialogBoxbutton {
/*		background-color: rgb(64,128,252);	*/
		color: rgb(255,255,255);
		float: right;
		padding: 7px 40px 5px 40px;
		margin: 5px 30px 20px 0px;
/*		font-weight: bold;	*/
		font-weight: normal;	
		border-radius: 5px;
		box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	}

	.msgBlackBox .dialogBoxbutton:hover {
		cursor: pointer;
	}
	.msgBlackBox .info .dialogBoxTitle, 
	.msgBlackBox .info .dialogBoxbutton {
		background-color: rgb(64,128,252);
		background-color: rgb(221,221,221);
	}
	.msgBlackBox .info .dialogBoxbutton:active {
		background-color: rgb(50,97,189);
		background-color: rgb(201,201,201);
	}

	.msgBlackBox .infoGreen .dialogBoxTitle, 
	.msgBlackBox .infoGreen .dialogBoxbutton {
		background-color: rgb(127,130,23);
	}
	.msgBlackBox .infoGreen .dialogBoxbutton:active {
		background-color: rgb(127,130,23);
	}

	.msgBlackBox .alert .dialogBoxTitle,
	.msgBlackBox .alert .dialogBoxbutton {
		background-color: rgb(173, 18, 3);
		background-color: rgb(221,221,221);
	}
	.msgBlackBox .alert .dialogBoxbutton:active {
		background-color: rgb(141, 16, 2);
		background-color: rgb(200,200,200);
	}
	.msgBlackBox .alert .dialogBoxTitle {
		background-color: rgb(173, 18, 3);
	}


	.msgBlackBox .dialogBoxTitle p{
/*		color: rgb(141, 16, 2);*/
	}


/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*   ---     Style pour le MiniViewer    ---   */
/*   ------------------------------------------   */
/*   ------------------------------------------   */

div#imgDivMiniViewer {
	position: fixed;
	z-index: 9998;
/*	margin: 30px;*/

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.3s;
	-Moz-transition: all 0.3s;
	-O-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
div#imgDivMiniViewer.miniViewerVideo {
	margin-left: 0px;
	margin-right: 0px;
}
#miniViewer {
	background-color: rgba(0,0,0,1);
	text-align: center;
	vertical-align: middle;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9998;

	-webkit-transition: all 0.2s;
	-Moz-transition: 0.3s;
	-O-transition: 0.3s;
	-ms-transition: 0.3s;
    transition: 0.3s;

}

#miniViewerMargin {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.hoverPointer:hover {
	cursor: pointer;
}
video.videoZoom {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	text-align: center;
}
video.videoZoom:-ms-fullscreen {
	position: static;
	top: 50%;
	left: 50%;
	transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);

}
video.videoZoom:-webkit-full-screen {
	position: static;
	top: 50%;
	left: 50%;
	transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);

}
.playSigne {
  transition: .5s ease;
/*  opacity: .6;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.vContainer .playSigne svg{
	fill: rgba(255, 255, 255, .6)
}

.vContainer:hover .playSigne svg {
	fill: rgba(255, 255, 255, .8);
}

/*
.vContainer:hover .playSigne {
  opacity: .8;
}
*/
/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*   ---     Style pour la Table d'index    ---   */
/*   ------------------------------------------   */
/*   ------------------------------------------   */


#titreIndex {
	text-align: center;
	margin-top: 20px;
/*	position: absolute;
	left: 0px;*/
}
#titreIndex a{
	opacity: 0.7;	
}
#titreIndex a:hover, #titreIndex a:active {
	opacity: 1;	
}

table.indexTable {
	vertical-align: top;
	text-align: center;
	position: relative;
	left: 0px;
	display: inline-block;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}
table.indexTable tr td {
	padding: 5px 10px 5px 10px;
	height: 165px;
	overflow: hidden;
}
div.labelVignette {
	text-align: center;
}
div.shadow,
div.shadowIndexLine {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	pointer-events: none;
}
div.shadow {
	box-shadow: -0px 0px 3px 2px rgba(0, 0, 0, 0.2) inset;
}
div.shadowContainer {
	box-shadow: -0px 0px 3px 2px rgba(0, 0, 0, 0.2) inset;
}
div.shadowIndexLine {
	box-shadow: -0px 0px 3px 2px rgba(0, 0, 0, 0.3) inset;
}
.cellContactsheet:hover {
	cursor: move;
	cursor: grab;
}
.scrollDiv {
	cursor: move;
	cursor: grab;
}

div.diaIndexContainer input[type=checkbox] {
	margin-left: 8px;
}
div.diaIndexContainer input[type=checkbox]:hover,
 div.diaIndexContainer p.labelContactSheet:hover{
	cursor: pointer;
}
.indexCheckButton.selected {
	background-image: url("imageIndexPhotos/selectBoxCheckd.png");
}
.indexCheckButton.notSelected {
	background-image: url("imageIndexPhotos/selectBox.png");
}
.indexCheckButton {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	height: 20px;
	width: 20px;
	padding-left: 10px;
	display: inline-block;
/*	background-color: red;*/
	transform: translate(0%, 3px);
	-ms-transform: translate(0%, 3px);
	opacity: 0.8;
	vertical-align: top;
/*	margin-top: -5px;
*/
}
.indexCheckButton:hover {
	cursor: pointer;
}

.labelExifHidden {
	display: none;
}


/*   --------------------------------------------------   */
/*   --------------------------------------------------   */
/*   ---     Style pour la Table d'index en lignes  ---   */
/*   --------------------------------------------------   */
/*   --------------------------------------------------   */
/*div.indexLineWraper .nextPrevBtDiaIndex:hover{
	opacity: 1;
}*/

.diaIndexTitle {
	margin-bottom: 10px;
}

div.indexLineWraper p.titleIndexLine:hover {
	cursor: pointer;
}
div.indexLineWraper p.titleIndexLine {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	float: left;
}
span.nextPrevContainer{
	display: inline-block;
	float: left;
}

div.nextPrevBtDiaIndex {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 19px;
	height: 19px;
	opacity: 0.7;
/*	float: left;*/
}
div.nextPrevBtDiaIndex:hover, #miniBtBack:hover, #miniBtIndex:hover {
	opacity: 1;
	cursor: pointer;
}
#miniBtPrev {
	background-image: url("imageIndexPhotos/btPrevMini.png");
	margin: 0px 2px 4px 10px;
}
#miniBtNext {
	background-image: url("imageIndexPhotos/btNextMini.png");
	margin: 0px 0px 4px 2px;
}

.diaIndexRightToolBox{
	float: right;
}
#miniBtBack{
	background-image: url("imageIndexPhotos/btRetourMini.png");
	margin: 0px 10px 1px 10px;
/*	opacity: 0.7;*/
/*	float: right;*/
}
#miniBtIndex {
	background-image: url("imageIndexPhotos/indexIconPt.png");
	float: right;
	margin: 0px 5px 4px 10px;
/*	opacity: 0.7;*/
}
#moreExifButton {
/*	float: right;*/
	margin-left: 10px;
	margin-bottom: 1px;
	overflow: hidden;
}
#moreExifButton p{
	font-size: 33px;
	line-height: 17px;
}

.labelVignette {
	opacity: 1;
	font-family: "Helvetica Neue","Arial", "Helvetica", sans-serif;
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
/*	width: 100%;
	float: left;*/
}
.labelTagDiv{
	display: inline-block;
	text-align: left;
	padding-top: 10px;
}
.labelVignette p {
/*	display: inline-block;*/
	margin-top: 3px;
}

div.submitPanel button img {
	opacity: .8;
}

div.lgdContainer {
	position: absolute;
	bottom: 0px;
/*	background-color: rgba(0,0,0,.7);*/
}
div.lgdContainer.lgdVertLeft {
	transform: rotate(-90deg) translate(0%,100%);
	transform-origin: bottom left;
	text-align: right;
/*	background-image: linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.5),rgba(0,0,0,.0));*/
	background-image: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.4),rgba(0,0,0,.0));
}
div.lgdContainer.lgdBottom {
	background-image: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.0));
	background-color: transparent;
}
div.lgdContainerMargin {
	padding: 1px 5px 1px 5px;
}
div.lgdContainer.lgdVertLeft div.lgdContainerMargin{
	padding-bottom: 10px;
}
div.lgdContainer.lgdBottom div.lgdContainerMargin{
/*	padding-right: 1px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
p.lgd {
	
	font-size: 12px;
	color: #ffffff;
	width: 100%;
/*	position: absolute;
	bottom: 0px;

	transform: rotate(-90deg);
	transform-origin: bottom left;
*/
}
div.lgdContainer.lgdBottom p.lgd{
/*	border-right: rgba(255,255,255,.5) solid 1px;*/
}

/*   -------------------------------------------------------------   */
/*   -------------------------------------------------------------   */
/*   ---  Style  des vignettes des indexes photos  ---   */
/*   -------------------------------------------------------------   */
/*   -------------------------------------------------------------   */
img.vignette:hover {
	cursor: pointer;
}
img.vignette:active {
	cursor: pointer;
}

/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*   ---     Style les dot de situation     ---   */
/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*
div#dotBoardWrapTop {
	height: 19px;
	margin-bottom: 15px;
	margin-top: 10px;
}
div#dotBoardWrapBot {
	height: 19px;
	margin-top: 10px;
}

div.disabledDot {
	display: inline-block;
	margin: 0px 5px 7px 5px;
	height: 5px;
	width: 5px;
	border-radius: 2px;
	background-color: rgba(255,255,255, .3);
}
div.disabledDot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255, .8);
}
div.enabledDot {
	display: inline-block;
	margin: 0px 5px 7px 5px;
	height: 5px;
	width: 5px;
	border-radius: 2px;
	background-color: rgba(255,255,255, .8);
}
*/


/*   ------------------------------------------   */
/*   ------------------------------------------   */
/*   ------   Style pour le diaporama    ------   */
/*   ------------------------------------------   */
/*   ------------------------------------------   */
#devScreen {
/*	position: fixed;
	top: 10px;
	left: 50%;
	right: 0px;*/
	text-align: center;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1);
/*	font-weight: bold;*/
/*	transform: translateX(-50%);*/
/*	border: solid 1px rgba(255,255,255,1);/*
	border-radius: 5px;
	padding: 2px 10px;
	color: rgba(255,255,255,1);
/*	background-color: rgba(0, 0, 0, 0.6);*/
}
div#devInputWrap{
	position: fixed;
	top: 10px;
	text-align: center;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: solid 1px rgba(255,255,255,1);
	border-radius: 5px;
	padding: 5px 10px;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.8);
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
/*	transition: all 0.4s*/
	min-width: 370px;
}
div#devInputWrap input {
	background-color: rgba(255,255,255,.2);
	background-color: rgba(74,74,74,.8);
	border: solid 0px rgba(255, 255, 255, 1);
	border-radius: 5px;
	color: rgba(255, 255, 255, 1);
	width: 96%;
	margin-top: 5px;
	font-size: 15px;
	padding: 3px 3px;
}
div#devInputWrap input:hover {
	background-color: rgba(255,255,255,0.3)	!important;
	background-color: rgba(84,84,84,.8);	!important;
}
div#devConsole {
	margin: 5px 0px 10px 0px;
}
div#devInputWrap button {
	display: inline-block	!important;
	background-color: rgba(255, 255, 255, .2)	!important;
	background-color: rgba(74,74,74,.8)	!important;
	border: solid 0px rgba(255, 255, 255, 1)	!important;
	border-radius: 5px	!important;
	color: rgba(255, 255, 255, 1)	!important;
	min-height: 0px	!important;
	padding: 3px	!important;
	font-size: 13px	!important;
	margin: 5px	2px 0px 2px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif	!important;
	width: 47%; !important;
}
div#devInputWrap button:hover{
	background-color: rgba(255,255,255,0.3)	!important;
	background-color: rgba(84,84,84,.8);	!important;
}
div#devInputWrap button:active {
	background-color: rgba(255,255,255,0.4)	!important;
	background-color: rgba(94,94,94,.8);	!important;
}
pre#outputScreen {
	text-align: left;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(84,84,84,.8);	!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif	!important;
	padding: 8px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 5px;
	margin: 0px;
	margin-bottom: 5px;
/*	display: none;*/
}
div#outputScreenContainer {
	transition: all 0.3s;


	max-height: 0px;
/*	max-width: 0px;*/
	height: auto;
	overflow: hidden;
	
}
div#outputScreenContainer.visible {
	max-height: 1000px;
	max-width: 1000px;


}

#blackBox {
	background-color: rgba(10, 10, 10,1);
	position: fixed;
	z-index: 9999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
/*	width: 100%;
	height: 100%;
/*	min-width: 470px;
	min-height: 400px;*/
/*	padding-top: 15px;*/
	text-align: right;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
#iOSBkgrnd {
	background-color: rgba(10, 10, 10,1);
/*	background-color: red;*/
	position: fixed;
	top: -300px;
	bottom: -300px;
	left: -300px;
	right: -300px;
}

div.diaRightToolbox {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 99999;
	margin-top: 17px;
	margin-right: 13px;
	vertical-align: top;
}

div.diaLeftToolbox {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 99999;
	margin-top: 10px;
	margin-left: 13px;
	vertical-align: top;
}
.diaRightTool {
	margin: 0px 7px 7px 7px !important;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}
.diaLeftTool {
	margin: 0px 7px 7px 7px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

#diaCroix, #diaCroixVideo {
/*	margin: 0px 30px 3px 30px;*/
	top: 15px;
	right: 20px;
	width: 17px;
	height: 17px;
}
#diaButtonDownload {
/*	position: absolute;
	top: 10px;
	left: 20px;*/
	display: inline-block;
	margin-right: 7px;
	height: 25px;
	opacity: 0.8;
}
#diaButtonSelect {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 25px;
	width: 25px;
	opacity: 0.8;
	display: inline-block;
	margin: 0px 7px;
	
/*	left: 60px;
	top:10px;
	position: absolute;*/
/*	background-image: url('/imageIndexPhotos/selectBoxCross.png');*/
}
#diaButtonDownload:hover,
#diaButtonSelect:hover {
	cursor: pointer;
	opacity: 1;
}
#diaButtonSelect.selected{
	background-image: url("imageIndexPhotos/selectBoxCheckd.png");
}
#diaButtonSelect.notSelected{
	background-image: url("imageIndexPhotos/selectBox.png");
}
#diaButtonDownload:hover,
#diaButtonSelect:hover {

}

#diaTitre {
	top: 10px;
	right: 55px;
/*	width: 352px;*/
	height: 25px;
}
@media screen and (max-width: 490px) {
    #diaTitre {
/*		display: none;	*/
	top: 14px;
/*	width: 250px;*/
	height: 17px;
    }
}


#diaScrollBox {
	position: absolute;
/*	top: 60px;*/
	top: 0px;
	bottom: 0px;
/*	left: 81px;
	right: 81px;	*/
	left: 0px;
	right: 0px;
}

/* ---  Css Pour les boutons flèches  ---*/
div.flecheCell {
	position: absolute;
	top: 60px;
	bottom: 30px;
/*	width: 80px; */
	width: 50%;
	z-index: 999;
}
#diaCroix {
	opacity: .8;
/*	position: absolute;*/
	display: inline-block;
/*	margin: 0px 7px;*/
}
#diaCroix:hover {
	opacity: 1;
}
#diaCroix:hover,
#diaTitre:hover
{
	cursor: pointer;
}


#flecheGauche {
	left: 0px;
	cursor: url(imageIndexPhotos/diaFlecheGauche.png),w-resize;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 68px;
}
#flecheDroite {
	right: 0px;
	cursor: url(imageIndexPhotos/diaFlecheDroite.png),e-resize;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 68px;
}
/* ---  Css Pour les background des boutons flèches  ---*/
/**/
div.bkgrndFleches {
	position: absolute;
	top: 60px;
	bottom: 45px;
	width: 70px;
	background-color: rgba(30, 30, 30, 1);
}
#bkgrndFlechesGauche {
	left: 0px;
}
#bkgrndFlechesDroite {
	right: 0px;
}


#diaHelpButton {
/*	top: 9px;
	font-size: 16px;
	right: 52px;
	position: absolute;*/
	display: inline-block;
/*	margin: 0px 7px;*/
	background-image: url('imageIndexPhotos/helpIcon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

	opacity: .8;
	color: rgba(255,255,255,1);
	z-index: 99999;
}
#diaHelpButton:hover {
	cursor: pointer;
	color: rgba(255,255,255,1);
	opacity: 1;
}
#diaHelpButton p {
	font-weight: bold;
	font-size: 22px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color: rgba(255,255,255,.7);
}

.diaCommentsButton{
/*	top: 13px;
	position: absolute;
	right: 90px;*/
	display: inline-block;
/*	margin: 0px 7px;*/
/*	transform: translateY(3px);*/
	
	opacity: .8;
	z-index: 99999;
	width: 19px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.diaCommentsButton:hover {
	cursor: pointer;
	opacity: 1;
}
.diaCommentsButtonOn{
	background-image: url('imageIndexPhotos/commentBubbleOff.png');
}
.diaCommentsButtonOff{
	background-image: url('imageIndexPhotos/commentBubble.png');
}



.exifScreenDiaShow {
	position: absolute;
/*	bottom: 0px;*/
	left: 0px;
	color: white;
	right: 0px;
	text-align: center;
/*	background-color: rgba(0,0,0,.56);*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

}
.exifScreenDiaShow span {
	padding: 2px 5px 2px 5px;
	background-color: rgba(0,0,0,.7);
	display: inline-block;
}
.exifScreenDiaShowHidden {
/*	display: none;*/
	bottom: -30px;
}
.diaButtonExif{
/*	top: 13px;
	position: absolute;
	right: 128px;*/
	display: inline-block;
/*	margin: 0px 7px;*/
	
	opacity: .8;
	z-index: 99999;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.diaButtonExifOn{
	background-image: url('imageIndexPhotos/infoNot4.svg');
}
.diaButtonExifOff{
	background-image: url('imageIndexPhotos/info2.svg');
}
.diaButtonExif:hover {
	cursor: pointer;
	opacity: 1;
}
@media screen and (max-width: 670px) {
.exifScreenDiaShow {
	font-size: 10px;
}


}
/*   ------------------------------------------   */
/*   ------   Style pour case d'aide    ------   */
/*   ------------------------------------------   */

.helpDiaContainer {
	position: fixed;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, -0%);
	min-width: 465px;
	z-index: 10000;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	
	opacity: 0;
}
.helpDiaContainerHidden {
	display: none;
}

.helpDiaContainer p {
	color: black;
	color: rgba(255,255,255,1);
}

.helpDiaMargin{
	overflow: hidden;
	background-color: rgba(226, 175, 30, 1);
	background-color: rgba(0, 0, 0, 0.75);
	padding: 20px 20px 8px 20px;
	border-radius: 10px;
/*	border: solid rgba(255,255,255,1) 1px;*/
/*	margin-left: 10px;
	margin-right: 10px;*/
}
.helpDiaRow {
	padding-bottom: 10px;
	font-weight: lighter;
}
.helpDiaFirstRow {
	border-bottom: solid 1px rgba(255,255,255,.8);
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: bold;
}

.helpDiaContainer span.touch {
	display: none;
}

.helpDiaContainer.touch span.touch{
	display: inline;
}
.helpDiaContainer.touch span.noTouch{
	display: none;
}

#closeHelpDia{
	position: absolute;
	top: 16px;
	right: 20px;
	padding: 3px;
}
#closeHelpDia:hover{
	cursor: pointer;
}
.helpDiaCellTitle{
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px;
}
.helpDiaCellTitle p{

}
.helpDiaCellLeft {
	float: left;
	width: 34%;
/*	text-align: right;*/
/*	border-bottom: solid 2px rgba(0,0,0,0.4);*/
	padding-bottom: 2px;
	text-align: center;
}
.helpDiaFirstRow .helpDiaCellLeft {
/*	text-align: left;*/
}
.helpDiaCellRight{
	float: right;
	width: 63%;
	padding-left: 5px;
/*	border-left: solid 2px rgba(0,0,0,0.4);*/
}
.helpDiaCellRight p {
/*	padding-left: 10px;*/
	padding-bottom: 2px;
}
.helpIcon {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
/*	vertical-align: bottom;*/
/*	background-color: red;*/
	opacity: 0.8;
	margin-left: 15px;
}
.touch .helpIcon {
	margin-left: 0px;
}
#helpIconEXIF {
	background-image: url('imageIndexPhotos/info2.svg');
	height: 13px;
	width: 13px;
}
#helpIconComments{
	background-image: url('imageIndexPhotos/commentBubble.png');
}
#helpIconHelp{
	background-image: url('imageIndexPhotos/helpIcon.svg');
	height: 12px;
	width: 12px;
}
#helpIconDirectDownload{
	background-image: url('imageIndexPhotos/iconDownload.png');
}
#helpIconSelect{
	background-image: url('imageIndexPhotos/selectBox.png');
}
#helpIconEsc{
	background-image: url('imageIndexPhotos/diaCroix.png');
	height: 11px;
	width: 11px;
}



@media screen and (max-width: 485px) {
	.helpDiaContainer {
		left: 10px;
		right: 10px;
		transform: translate(-0%, -0%);
		min-width: 0px;
	}

}

.commentsContainer {
	position: absolute;
	bottom: -50px;
	left: 20px;
	right: 20px;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

}
.commentsContainerDisplayed {
	bottom: 20px;
	opacity: 1;
}

.commentsMargin{
	padding: 4px 20px 5px 20px;
	background-color: rgba(0,0);
	display: inline-block;
	background-color: rgba(0,0,0,.7);
	border-radius: 5px;
/*	border: solid rgba(255,255,255,.8) 1px;
*/
}
.commentsMargin p {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: lighter;
/*	font-weight: bold;*/
	font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 670px) {
	.commentsMargin p {
		font-size: 14px;
	}
	.commentsContainerDisplayed {
		bottom: 20px;
	}
}


/*   ---------------------------------------   */
/*   ---------   testes    ------------   */
/*   ---------------------------------------   */
.screen {
	width: 500px;
	min-height: 240px;
	max-height: 300px;
	overflow: scroll;
	background-color: black;
	margin: auto;
	
	margin-top: 30px;
}
.screenMargin {
	padding: 20px;
}
.screen p {
	color: green;
	font-family: monospace;
	font-size: 16px;
}
#blinker {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: green;
	margin-top: 3px;
}

@media screen and (max-width: 500px) {
	.screen {
		width: 100%;
	}
}




/*   ---------------------------------------   */
/*   ---------   Style pour Slider Controleur    ------------   */
/*   ---------------------------------------   */

.sliderControlerSlider {
	position: relative;
/*	background-color: rgba(255, 255, 255, .2);*/
}
.sliderControlerSlider:hover {
	cursor: pointer;
}
.sliderControlerCursor {
	height: 18px;
	width: 18px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .3);
/*			border-radius: 10px;*/
/*			position: absolute;*/
}
.sliderControlerCursor:hover {
	cursor: grab;
}
.sliderControlerCursor.sliderControlerCursorHorizontal {
/*	height: 18px;
	width: 10px;*/
}
.sliderControlerCursor.sliderControlerCursorVertical {
/*	height: 10px;
	width: 18px;*/
}

.sliderControlerGraduation{
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
}
.sliderControlerGraduationHorz {
	height: 10px;
	width: 1px;
	top: 50%;
	transform: translate(-0%, -50%);
}
.sliderControlerGraduationVert{
	height: 1px;
	width: 10px;
	left: 50%;
	transform: translate(-50%, -0%);
}
.sliderControlerGraduationHorz.sliderControlerGraduationSub {
	height: 10px;
	width: 1px;
}
.sliderControlerGraduationVert.sliderControlerGraduationSub {
	height: 1px;
	width: 10px;
}

.sliderControlerBaseline{
	background-color: rgba(255, 255, 255, .6);
	position: absolute;
}
.sliderControlerBaselineHorz{
	height: 1px;
}
.sliderControlerBaselineVert {
	width: 1px;
}





