@font-face 
{
	font-family: "Conv_Agency";
	src: url("fonts/Agency.eot");
	src:
		local("?"),
		url("fonts/Agency.woff") format("woff"),
		url("fonts/Agency.ttf") format("truetype"),
		url("fonts/Agency.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
html 
{
	height: 100%;
}
body 
{
	color: #d7feea;
	font-family: Conv_Agency, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	height: 100%;
}
mark 
{
	color: #4f5660;
	background-color: #151617;
}
b 
{
	font-size: 1.25em;
}
p 
{
	text-align: left;
	font-size: 1.25em;
	font-weight: normal;
	//margin: 0;
	//text-indent: 3ch;
}
h1 
{
	text-align: left;
	font-size: 2.5em;
	font-weight: normal;
}
h2 
{
	text-align: left;
	font-size: 1.75em;
	font-weight: normal;
}
h3 
{
	text-align: left;
	font-size: 1.25em;
	font-weight: normal;
}
a 
{
	color: #53a2a6/*#6b99e7*/;
	font-family: Conv_Agency;
	font-weight: normal;
	text-decoration: none;
}
/*
a:visited 
{
	color: #6b99e7;
	font-weight: normal;
	text-decoration: none;
}
*/
a:hover 
{
	color: #2f96f6;
	font-weight: normal;
	text-decoration: underline;
}
img 
{
	//border:2px solid #d7feea;
}
li 
{
	margin-left: 2.0em;
	padding: 0;
}
.thumb_images img
{
	display: flex; 
	justify-content: center;
	height: 100%; 
	width: 100%; 
	object-fit: contain;
}
.logo 
{
	margin: 0.5em;
	margin-top: 0.2em;
}
.Email 
{
	margin: 1em;
	margin-top: 1em;
	color: #53a2a6;
	font-weight: normal;
	text-decoration: none;
}
.cadre1 
{
	margin: auto;
	margin-top: 40px;
	text-align: left;
	width: 800px;
	min-height: 100%;
	background-repeat: repeat-x;
}
.footer 
{	
	height: 32px;
	margin: auto;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}
.footermargin 
{
	height: 256px;
	clear: both;
}
.hidden 
{
  display: none;
}
.navbar
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 2.0em;
}
.image_center img
{
	display: flex; 
	justify-content: center;
	height: 100%; 
	width: 100%; 
	object-fit: contain;
}
.heading
{
	font-size: 2.5em;
	font-weight: normal;
}
.infos
{
	font-size: 1.25em;
	//font-weight: bold;
	text-decoration: underline;
}
.subtext
{
	color: #8aa497;
	font-size: 1.0em;
	font-weight: normal;
	text-align: right;
}
.row 
{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	//padding: 0 4px;
}
.column 
{
	flex: 25%;
	max-width: 25%;
	//padding: 0 4px;
}
.column img 
{
	//margin: 8px;
	vertical-align: middle;
	width: 100%;
}
