#toutesPhotos{
	position:fixed;
	left:0;
	bottom:0;
	height: calc(100vh - 80px ); 
	width:100vw;
	white-space: nowrap;
	overflow-y:hidden;
	overflow-x:scroll;
}
#cadreNom{
	float:left;
	height: 100%; 
	overflow-y:hidden; 
	font-family: 'Cormorant SC', serif; 
	font-size:25px; 
	font-weight:bold; 
	text-align:center; 
	line-height:100%;
}
.cadrePhoto{
	height: 100%; 
	overflow-y:hidden;
}
.cadrePhoto img{
	height:100%;
	width:auto;
}
#modal_photo_1{
	display:none;
	position: fixed;
	top: 0;
	left:0;
	z-index: 1000;
	background-color: black;
	height: 100vh;
	width: 100vw;
}
#modal_photo_2{
	position: fixed;
	top: 0;
	z-index: 1000;
	/*background-color: rgba(105,105,105,0.9);*/
	background-color: black;
	height: 0%;
	width: 100%;
	text-align: center;
	margin:auto;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	overflow: hidden;
}
#modal_photo_2.grand_2{
	height: 100%;
	width: 100%;
	text-align:center;
}

#modal_photo_2 img{
	text-align:center;
	display: inline;
}

#grandepicture{
	display: block;
	margin: auto;
	height: 100%;
	width: auto;
	cursor:pointer;
}
#grandepicture2{
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 50%;
	height: auto;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 1px solid white;
	cursor:pointer;
}
#grandepicture3{
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 50%;
	height: auto;
	border-left: 1px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	cursor:pointer;
}
.two{
	border: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
@media screen and (max-width: 600px){
	#toutesPhotos{
		position:fixed;
		left:0;
		top:0;
		height: 100vh; 
		width:100vw;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	#cadreNom{
		float:left;
		width: 100vw; 
		height:100px;
		overflow-y:hidden; 
		font-family: 'Cormorant SC', serif; 
		font-size:25px; 
		font-weight:bold; 
		text-align:center; 
		line-height:100px;
	}
	.cadrePhoto{
		float:left;
		width: 100%; 
		height:auto;
		overflow:hidden;
	}
	.cadrePhoto img{
		width:100%;
		height:auto;
	}
	#grandepicture{
		margin: auto;
		max-width: 100%;
		height:auto;
		max-height: 100%;
		cursor:pointer;
	}
	#grandepicture2{
		display: block;
		margin: auto;
		max-height: 100%;
		max-width: 50%;
		height: auto;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		border-left: 2px solid white;
		border-right: 1px solid white;
		cursor:pointer;
	}
	#grandepicture3{
		display: block;
		margin: auto;
		max-height: 100%;
		max-width: 50%;
		height: auto;
		border-left: 1px solid white;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		border-right: 2px solid white;
		cursor:pointer;
	}
	.two{
		border: none;
		margin: 0;
		padding: 0;
		overflow:hidden;
	}
}