@charset "utf-8";

/* COLOR CHART
 * light grey : #ccc
 * dark grey : #646464
 * fushia : #bb094e
 *
 */

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #fefefe;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	background: #f0f0f0;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
::-moz-selection {
	background: #646464;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #646464;
	color: #fff;
	text-shadow: none;
}

/* TOOLS */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.margin-top-1 {
	margin-top: 1rem;
}

/* LINKS */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a svg,
a span {
	display: inline-block;
	vertical-align: middle;
}

/* LIST */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* IMAGES */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}

@font-face {
	font-family: "OpenSansCondensedLight";
	src: url("../webfonts/OpenSans-CondLight-webfont.eot");
	src: url("../webfonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/OpenSans-CondLight-webfont.woff") format("woff"),
		url("../webfonts/OpenSans-CondLight-webfont.ttf") format("truetype"),
		url("../webfonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSansCondensedLightItalic";
	src: url("../webfonts/OpenSans-CondLightItalic-webfont.eot");
	src: url("../webfonts/OpenSans-CondLightItalic-webfont.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/OpenSans-CondLightItalic-webfont.woff") format("woff"),
		url("../webfonts/OpenSans-CondLightItalic-webfont.ttf") format("truetype"),
		url("../webfonts/OpenSans-CondLightItalic-webfont.svg#OpenSansCondensedLightItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* PAGE */
#page {
	margin: 20px auto;
	width: 100%;
	max-width: 960px;
	box-shadow: 0px 4px 15px 3px #D9D9D9;
	background: #fff;
	font-family: "OpenSansCondensedLight", Arial, Helvetica, sans-serif;
}
#page h1,
#page h2 {
	padding: 4px 0;
	font-weight: normal;
}
#page h1 {
	float: left;
	width: 45%;
	margin: 0 0 20px 90px;
	padding-top: 45px;
	font-size: 3em;
}
#page #infos {
	float: right;
	width: 30%;
	margin: 58px 90px 0 0;
	text-align: right;
	font-size: 1em;
}
#page em {
	color: #909090;
}
#page h2 {
	margin: 0 90px 20px 90px;
	border-bottom: #909090 dotted 1px;
	font-size: 1.7em;
	text-transform: uppercase;
}
#page .std-font {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	margin: 20px 90px 20px 90px;
	padding: 12px 0 30px 0;
	font-size: 0.9em;
	border-top: #909090 dotted 1px;
}
#page a {
	color: #000;
	text-decoration: none;
	transition: all ease 0.4s;
}
#page a:hover {
	color: #909090;
}
.gallery ul {
	margin: 0 90px;
	padding: 0;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 80px 80px; 
}
.gallery ul li {
	/*float: left;*/

}
.gallery ul li a {
	display: block;
	/* width: 200px; */
	object-fit: cover;
	box-shadow: 0 0 1px #ccc;
}
.gallery ul li a:hover {
	box-shadow: 0 0 7px #ccc;
}
.gallery ul li a img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1023px) {
	/* tablets and mobile  */
	body {
		background: #fff;
	}
	#page {
		margin: 0 0 0 15px;
		width: auto;
		max-width: none;
		box-shadow: none;
	}
	.gallery ul {
		margin: 0 15px 0 0;
		padding: 0;
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		gap: 72px 72px; 
	}
	#page h1 {
		margin: 0 0 10px 0;
		padding-top: 15px;
	}
	#page h2 {
		margin: 5px 15px 20px 0;
		width: auto;
	}
	#page #infos {
		margin: 25px 15px 5px 0;
		font-size: 0.9em;
	}
	#footer {
		margin: 20px 15px 20px 0;
		width: auto;
		padding: 12px 0 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	/* mobile  */

	#page h1 {
		float: none;
		margin: 0;
		width: 100%;
		padding-top: 10px;
		line-height: 1.05;
		font-size: 2.5em;
	}
	#page h2 {
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 2em;
	}
	#content{
		padding-right: 15px;
	}
	.gallery ul {
		margin: 0 0 0 0;
		gap: 20px 20px;
	}
	#page #infos {
		float: none;
		width: auto;
		margin: 10px 0;
		text-align: left;
		font-size: 0.9em;
	}
	#footer {
		margin: 15px 0 20px 0;
		width: calc(100% - 15px);
		padding: 12px 0 30px 0;
	}
}


@media (min-width: 768px) {
	body {
		padding: 1rem;
	}
}