@charset "utf-8";
/* CSS Document */
/******************************************************
** TEMPLATE INDEX DEFAUT
******************************************************/
@font-face {
    font-family: "Agency";
    src:url(/medias/design/agency-fb.ttf);
		
}
.font-agency {
	font-family: "Agency";
	font-weight:bold;
}
.color1 {
	color:#fff;
}
.color1-bkg {
	background-color:#fff;
}
.color1-border {
	border-color:#fff;
}
.inner {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
body {
	background: url(/medias/design/bkg.jpg) center 17px no-repeat #000;
	color:#fff;
}
h1 {
	font-size:10px;
	font-family:Verdana;
	color:#999;
	text-align:center;
	top:2px;
}
.header {

}
.header-logo {
	height:250px;
	padding:8px 0 10px 0;
	display: flex;
	align-items: center;
	justify-content:center;
}
.header-logo-baseline  {
	font-size:42px;
	display:inline-block;
}
.header-logo-baseline span  {
	display:block;
	text-transform:capitalize;
}
.header-logo-baseline span:nth-child(1)  {
	font-size:40px;
}
.header-logo-img {
	font-size:40px;
	background: url(/medias/design/logo.png) 0 0 no-repeat;
	display:inline-block;
	width:200px;
	height:250px;
	margin:0 80px;
}
.header-logo-baseline-2 {
	text-align:right;
}
.header-nav {
	padding: 10px 0 0 0;
	background-color:#550000;
}
.bandeau {
	top:1px;
}
.bandeau-content {
	width:100%;
	height:500px;
	background-color:#C3C3C3;
}
.bandeau-wait {
	width:128px;
	height:15px;
	background: url(/medias/design/ajax-loader-2.gif) 0 0 no-repeat;
	position:absolute;
	top:calc(50% - 8px);
	left:calc(50% - 64px);
}
.content {
	background-color:#151515;
	top:4px;
	padding:0 9px 9px 9px;
}
.content h2:first-child {
	padding-top:20px;
}
.footer {
	height: 250px;
	padding: 8px 0 10px 0;
	display: flex;
	align-items: center;
	top:37px;
	padding-bottom:20px;
}
.footer-baseline {
	font-size:42px;
	display:inline-block;
	margin-right:75px;
}
.footer-baseline span  {
	display:block;
	text-transform:capitalize;
}
.footer-logo {
	background: url(/medias/design/logo.png) 0 0 no-repeat;
	display:inline-block;
	width:200px;
	height:250px;
	opacity:0.8;
}
.footer-infos {
	height:100%;
	top:0;
	right:0;
	position:absolute;
	width:490px;
	text-align:right;
}
.footer-infos span {
	display:block;
	color:#fff;
	text-decoration:none;
}
.footer-infos .footer-infos-mail {
	font-size:42px;
	background: url(/medias/design/footer-mail.png) 0 7px no-repeat;
	padding-left:60px;
	color:#fff;
	text-decoration:none;
}
.footer-infos .footer-infos-mail:hover {
	text-decoration:underline;
}
.footer-infos .footer-infos-identity {
	font-size:33.3px;
	margin-top:35px;
}
.footer-infos .footer-infos-identity i {
	font-size:42px;
}
.footer-infos .footer-infos-other {
	font-size:22px;
	color:#999999;
	font-family:arial;
	font-weight:normal;
	margin:5px 0;
}
.footer-infos .footer-infos-other br {
	line-height:15px;
}
.footer-infos .footer-infos-address {
	font-size:28px;
}
.footer-infos .footer-infos-address i {
	font-size:38px;
}

