/* ============================================================================================= */
/* ============================================================================================= */
/* -------------------- Domaines page
/* ============================================================================================= */
/* ============================================================================================= */
.pFam {
	background-color: #ffffff;
}


/* ============================================================================================= */
/* -------------------- General
/* ============================================================================================= */
.pFam .container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 150px;
	text-align: center;
}
.pFam .container img {
	height: 96%;
}
.pFam .reveal-modal {
	background-color: #48342b;
	color: #ffffff;
	box-shadow: 0;
	border: 0;
}
.pFam .reveal-modal h3 {
	color: #c29e4a;
	font-family: 'Lora', sans-serif;
}
.pFam .legend {
	color: #c29e4a;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 1600px) {

	.pFam .reveal-modal {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #48342b;
		color: #ffffff;
		border: 0;
		top: 200px;
		bottom: inherit;
		position: fixed;
		height: auto;
	}
}







