*{margin: 0;padding: 0;}

@font-face{
	font-family: 'Walkway_bold';
	src: url('../font/Walkway_Bold.ttf') format('truetype');
}

a{
	text-decoration: none;
}
    
	html, body{
		height: 100%;
		background-color: #FFFFFF;
		border: 0px solid transparent;
		font-size: 16px; /* Ideal: 16px */
		margin: 0px 0px 0px 0px;
		min-height: 100%;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}

	body{
		display: table;
		text-align: center;
		width: 100%;	
	}

	 #bg{
     	position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;	
		z-index: 4000;
		background-color: white;
	}

		.plein_ecran {

			position: absolute;
			height: auto;
			width: 70%;
			max-width: 1600px;
			min-width: 768px;
			left: 50%;
  			top: 50%;
  			transform: translate(-50%, -50%);
  			-webkit-transform: translate(-50%, -50%);
  			-moz-transform: translate(-50%, -50%);
			z-index: 5000;
			
		}

		#fl_g{
			position: absolute;
			height: 60px;
			width: 60px;
			top: 45%;
			left : 7%;
			z-index: 6000;
			text-align:center;
		}


		#fl_d{
			position: absolute;
			height: 60px;
			width: 60px;
			top: 45%;
			left: 88.5%;
			z-index: 6000;
			text-align:center;
		}

		.icone{
			width: 50px;
			height: 50px;
			opacity: 0.2;
		}
		

			#fd{
				-webkit-transform: rotateY(180deg);
				transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
			}

		#exit{
			position: absolute;
			height: 40px;
			width: 40px;
			top: 3%;
			left : 90%;
			z-index: 6000;
		}
		
		#sur_gal{
			display: table-cell;
   			vertical-align: middle;
			height: auto;
			padding-left: 8%;
			padding-right: 8%;
		}

			.photo{
				display: inline-block;
				max-height: 130px;
				width: auto;
				margin-left: 2px;
				margin-right: 2px;
			}

		#retour{
			color: #a1a1a1;
			font-size: 1.3vw;
			font-family: 'Walkway_bold';
			position: absolute;
			top: 2%;
			left: 93%;
		}

		#suiv{
			color: #a1a1a1;
			font-size: 1.1vw;
			font-family: 'Walkway_bold';
			position: absolute;
			bottom: 6px;
    		right: 44%;
		}

		#prec{
			color: #a1a1a1;
			font-size: 1.1vw;
			font-family: 'Walkway_bold';
			position: absolute;
			bottom: 6px;
    		left: 42%;
		}

@media screen and (max-width: 770px) {
  .icone{
			opacity: 0.9;
		}
}


