@import url('reset.css');
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.4;
}
body{
	background:#000;
	color:#222;
	font-size: 1em;
	font-family: Ubuntu, Arial, sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid transparent;
	transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
}
:focus{outline:0px;}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_loading{
	position:fixed;
	top:50%;
	right:50%;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	margin:-25px 0 -25px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:50%;
	left:0px;
	margin-top:-45px;
}
.ac_content h1{
	background:#FFF;
	display:block;
	float:left;
	width:220px;
	height:90px;
	padding:20px;
	font-size:1em;
	font-weight:100;
	line-height:20px;
	color: #AAA;
}
.ac_content h1 span{
	font-weight:normal;
	display:block;
	font-size:1.5em;
	text-transform:uppercase;
	color: #999;
}
.ac_content .num {
  position: absolute;
  width: 190px;height: auto;
  bottom:50%;left: 20px;
  margin-bottom: 60px;
  color: #FFF;
  font-weight: 300;
  text-align: center;
}
.ac_content .num h6 {
  font-size: 1.6em;
  font-weight: 400;
  text-shadow: 0 0 2px #000;
}
.ac_content .hour {
  position: absolute;
  width: 190px;height: auto;
  top:50%;left: 20px;
  margin-top: 60px;
  color: #FFF;
  font-weight: 300;
  text-align: center;
}
.ac_content .hour .open {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 100;
}
.ac_content .hour h3 {
  font-size: 1.5em;
  padding-left: 4px;
  text-shadow: 0 0 2px #000;
  font-weight: 800;
}
.ac_content .hour h4 {
  font-size: 1.2em;
  margin-bottom: .5em;
  padding-left: 4px;
text-shadow: 0 0 2px #000;
  font-weight: 800;
}
.ac_content .hour h5 {
  font-size: 1.5em;
  padding-left: 4px;
  text-shadow: 0 0 2px #000;
  font-weight: 800;
}
.ac_content .hour h5 span {
  font-size: .8em;
  padding-left: 18px;
  text-shadow: 0 0 2px #000;
  font-weight: 800;
}

.ac_menu{
	background:#FFF;
	float:left;
	position:relative;
	height:90px;
	width:0px;
	font-family:Ubuntu, Verdana;
}
.ac_menu a {text-transform:uppercase;}
li.a{border-bottom:1px solid #EEE;}
li.b{border-bottom:1px solid #EEE;}
li.c{border-bottom:1px solid #EEE;}
li.d{border-bottom:1px solid #EEE;}
a.a:hover{border-bottom:1px solid #EEE;}
a.b:hover{border-bottom:1px solid #EEE;}
a.c:hover{border-bottom:1px solid #EEE;}
a.d:hover{border-bottom:1px solid #EEE;}
.ac_menu > ul{
	float:right;
	padding-right: 100px;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	margin: 0 20px;
	overflow:hidden;
}
.ac_menu > ul > li a {
	margin-top:60px;
	opacity:0;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:18px;
	font-weight:bold;
	color: #222;
	z-index: 10;

}
.ac_menu > ul > li a::before {
	content:'';
	position: absolute;
	top: 15px;left: 50%;
	margin-left: -30px;
	width: 60px;height: 60px;
	border: 10px solid #d10100;
	border-radius:60px;
	opacity: 0;
	overflow: visible;
	z-index: -1;
}
.ac_menu > ul > li a:hover::before {
	transition:.4s;
	opacity: 1;
}
.ac_menu > ul > li a:hover {background: #132265;color: #FFF;transition-delay:.3s;}
.ac_subitem{
	overflow:auto;
	width:100%;max-width: 600px;
	height:0px; /* animate to 400px */
	top:50%;
	left: 240px;
	margin-right:-250px;
	margin-top:-0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	color:#222;
	background:#FFF;
}
.ac_subitem::before {
	content: '';
	position: absolute;
	top: -250px;left: -200px;
	width: 500px;height: 500px;
	border-radius: 500px;
	border: 50px solid #d10100;
	z-index: -1;
	opacity: .5;
}
.ac_subitem h2 {
	padding: 0 30px;
	font-size:2em;
	margin: 1em 0;
	font-weight:bold;
	color:#AAA;
	background: #132265;color: #FFF;
}

.ac_subitem ul {
	z-index: 10;
}
.ac_subitem ul li{
	margin-bottom: 1em;
	font-size:1.1em;
	padding: 0 30px;
}
.ac_subitem li .bottom-img {
  position: absolute;
  bottom: 30px;
  left:0;
  width: 100%;
  height: 180px;
  padding: 2px 0;
  overflow: hidden;
	}
  .ac_subitem li .bottom-img:before {
  content: '';
  position: absolute;
  top: 0;left:0;
  width: 100%;height: 2px;
  background: url(../images/hr.jpg) no-repeat left;
}
.ac_subitem li .bottom-img:after {
  content: '';
  position: absolute;
  bottom: 0;left:0;
  width: 100%;height: 2px;
  background: url(../images/hr.jpg) no-repeat right;
}
.ac_subitem li .bottom-img img {
  width: 100%;
}
.ac_subitem li h3 {
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	padding-bottom:4px;
}
.ac_subitem li h4 {
	font-weight:bold;
}

.ac_subitem li span.u {
	text-decoration:underline;
	font-weight:bold;
	}
.ac_subitem li .box {
  position: relative;
  margin-bottom: 1em;
}
body.contact {
  background: #FFF;
}
body.contact .wrapper {
  width: 100%;max-width: 600px;
  height: auto;
  margin: auto;
  transform: translateY(25%);
}
body.contact .notif {
  margin-bottom: 1em;
}
body.contact form .box {
  position: relative;
  margin-bottom: 1em;
  height: 40px;
  line-height: 40px;
}
body.contact #welcome {
  font-size: .8em;
  color: #999;
}
body.contact form label {
  position: absolute;
  height: 100%;
  left: 2px;top: 2px;
}

body.contact form input {
  width: 100%;height: 100%;
  border: 0;
  padding: 5px;
  background: url(../images/hr.jpg) no-repeat bottom left;
  color: #222;
  font-size: 1em;
  font-family: 'Ubuntu', helvetica, sans-serif;
}
body.contact form .mail input {
  padding-left: 80px;
}
body.contact form label {
  width: 180px;
  font-family: 'Ubuntu', helvetica, sans-serif;

}
body.contact form .objet input {
  padding-left: 80px;
  background-position: bottom right;
}
body.contact form .text {
  margin-bottom: .7em;
}
body.contact .box.text {
  height: auto;
}
body.contact form textarea {
  background: #EEE;
  width: 100%;max-width: 100%;
  height: 180px;max-height: 180px;
  position: relative;
  font-family: 'Ubuntu', helvetica, sans-serif;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  color: #555;
}
body.contact form .clean, body.contact form .send {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
body.contact form .clean input, body.contact form .send input {
  cursor:pointer;
  background: none;
  transition: .3s;
}
body.contact form .clean input:hover {
  color: #DF1000;
}
body.contact form .send input:hover {
  color: #829426;
}
body.contact .accueil {
  color: #222;
  float: right;
}
span.ac_close{
	position: absolute;
	top: 5px;right: 5px;
	transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	width:25px;
	height:25px;
	cursor:pointer;
	opacity:0.6;
}
span.ac_close::before {
	content: '✕';
	position:absolute;
	top: 0;left: 0;
	width: 25px;height: 25px;
	font-size: 1em;
	text-align:center;
}
span.ac_close:hover{
	opacity:1.0;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#FFF url(../images/hr.jpg) repeat-x top;
	height:30px;
	padding-bottom:5px;
}
.ac_footer a{
	color:#829426;
}
.ac_footer .right {
	float:right;
	line-height: 30px;
  padding-right: 20px;
}
.ac_footer h5 {
  float: left;
  line-height: 30px;
  padding: 0 20px;
}
.ac_footer .right {float: right;}
body.gmap {width:100%;max-width: 700px;height:100%;margin:auto;background:#EEE;}
body.gmap .space {margin-top:20px;}
body.gmap li {margin-left:20px;margin-top:10px;}
