.page-phototheque body{
	font-family: 'ptSansNarrowRegular';
	font-size: 14px;
	font-size: 1.4rem;
}

.page-phototheque h1{
	font-family: 'ebGaramondBold';
	color: rgb(143, 214,189);
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-top: 10px;
}

.page-phototheque .main-column{
	margin-top: 20px;
}


.page-phototheque .main-column h2{
	font-family: 'ebGaramondBold';
	color: rgb(143, 214,189);
	font-size: 17px;
	font-size: 1.7rem;
}

.page-phototheque p{
	font-family: 'ptSansNarrowRegular';
	font-size: 14px;
	font-size: 1.4rem;
}

.page-phototheque .views-row{
	background: #f6f6f6;
	margin-top: 20px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}

.page-phototheque .views-field-field-file{
	margin-top: 10px;
}

.page-phototheque .press-date{
	color: rgb(143, 214,189);
	font-family: 'ptSansNarrowLight';
}

.page-phototheque .press-file a{
	overflow-x: auto;
	color: #969696;
	font-weight: 700;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.page-phototheque body{
		font-size: 15px;
		font-size: 1.5rem;
	}

	.page-phototheque .main-column h2.pane-title,
	.page-phototheque h1{
		font-size: 25px;
		font-size: 2.5rem;
	}

	.page-phototheque .main-column h2{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.page-phototheque p{
		font-size: 15px;
		font-size: 1.5rem;
	}



}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.page-phototheque .main-column h2.pane-title,
	.page-phototheque h1{
		font-size: 30px;
		font-size: 3.0rem;
	}

	.page-phototheque .main-column h2{
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}