body
{
font: 20px/1.4 'Cinzel', 'Abril Fatface', 'Anton', 'Shrikhand', cursive;
background-color: #060608;
}

.logo
{
	display: block;
	width: 20%;
	height: 15%;
	margin-left: auto;
	margin-right: auto;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-items: stretch;
}

.pod
{
	width: 32.3%;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
	background:#060608;
	font-size: 13px;	
}

.pod:nth-child(3n+1)
{
	margin-left: 0%;
}

.pod img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	border-radius: 3px 3px 0 0;
}

.pod p
{
	padding: 10px;
	margin-top: 0;
	color: #fff;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 768px)
{
	.pod
	{
		width: 49%;
		margin-bottom: 2%;
	}
	
	.pod + .pod
	{
		margin-left: 2%;
	}
	
	.pod:nth-child(2n+1)
	{
		margin-left:0%;
	}
}


@media screen and (max-width: 360px)
{
	.gallery
	{
		display: block;
	}
	
	.pod
	{
		width: 100%;
		margin-bottom: 2%;
	}
	
	.pod + .pod
	{
		margin-left: 0;
	}
}

.pod header
{
	padding-bottom: 6px;
	overflow: hidden;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,1);
	z-index: 9999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 100%;
	position: relative;
	padding: 1px 1px 1px 1px;
	border-radius: 5px;
	
}

.close {
	z-index: 99999;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.hori
{
	position: relative;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

.rect
{
	position: relative;
	display: block;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}

#ombre
{
	position: relative;
	display: block;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}


#requem1, #sacri, #prat,#philippe,#br
{
	position: relative;
	display: block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

.verti
{
	position: relative;
	display: block;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	
}

#ange, #fee
{
	position: relative;
	display: block;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}

.carre
{
	position: relative;
	display: block;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

