.head {
	background-image: url(../img/background_2.jpg);
	background-repeat: repeat;
	border-top: solid 1px #005952;
	border-bottom: solid 1px #005952;
	padding: 72px 0;
}
.content{background-color: rgba(0, 0, 0, 0.20);}
.wrapper {
	margin: 0 auto;
	width: 1024px;
}
h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 72px;
	text-align: center;
	line-height: 72px;
}
p.intro {
	font-family: 'open_sanslight_italic', sans-serif;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
p.intro span {
	font-family: 'open_sansbold_italic', sans-serif;
}
h2 {
	font-family: 'open_sansbold_italic', sans-serif;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	margin: 48px 0 0 0;
	padding: 0;
	font-weight: normal;
}
h2 span {
	font-family: 'open_sansitalic', sans-serif;
}
.lightbox{
	display:none;
	width:516px;
	text-align:center;
}
.lightbox img.logo{
	margin:24px 0 0 0;
}
.lightbox span.picto {
	margin:48px 0 0 0;
	padding: 0;
	border: solid 4px #FFF;
	width: 60px;
	height: 60px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.lightbox span.picto img {
	vertical-align: 0%;
}
/*FORMULAIRE*/
form {
	margin: 48px auto;
	width: 464px;
	font-family: "open_sansitalic", Arial, Helvetica, sans-serif;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
fieldset .element {
	margin: 0 0 12px 0;
	float: left;
	width: 100%;
}
input {
	margin: 0;
	padding: 10px;
	width: 440px;
	color: #58595b;
	background-color: #ededed;
	border: 2px solid #00736a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 24px;
	float: left;
	outline: none;
	font-size: 18px;
}
p.OBLIG {
	margin: 0 0 24px 0;
	line-height: 14px;
	font-size: 14px;
	text-align: right;
}
a.NEW_PASS {
	margin: 12px 0 0 0;
	float: left;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	width: 50%;
	color: #FFF;
	text-decoration: none;
	width: 100%;
}
a.NEW_PASS:hover {
	color: #00736a;
}
input[type=submit],
#close-button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #00736a;
	text-indent: 0px;
	display: inline-block;
	color: #FFF;
	font-family: "bebas_neuebold", sans-serif;
	font-size: 24px;
	line-height: 1;
	width: 464px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 12px 24px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

#close-button {
	width: auto;
	border: 2px solid #00736a;
}

input[type=submit]:hover,
#close-button:hover {
	background-color: #005E56;
	border-color: #005E56;
}

::-webkit-input-placeholder {
color:#7c7d80;
}
:-moz-placeholder {
color:#7c7d80;
}
::-moz-placeholder {
color:#7c7d80;
}
:-ms-input-placeholder {
color:#7c7d80;
}
 input:required {
box-shadow: none;
}
input:required:focus {
border: 2px solid #FFF;
outline: none;
}
input:required:hover {
border: 2px solid #FFF;
background-color:#FFF;
}
 input:required:valid {
 border: 2px solid #ccffd3;
 background-color:#ccffd3;
 background-image: url(../img/picto_on.png);
 background-repeat: no-repeat;
 background-position: 426px center;
}
input:required:focus:invalid {
 border: 2px solid #ffcccc;
 background-color:#ffcccc;
 background-image: url(../img/picto_off.png);
 background-repeat: no-repeat;
 background-position: 426px center;
}
/* TAB */
.tab-group {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 464px;
}
.tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.tab-group li:first-child a {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.tab-group li:last-child a {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.tab-group li a {
	font-family: "bebas_neuebold", sans-serif;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 12px 0;
	background-color: #FFF;
	color: #00736a;
	font-size: 24px;
	line-height: 24px;
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.tab-group li a:hover {
	background: #005E56;
	color: #ffffff;
}
.tab-group .active a, .tab-group .active a:hover {
	background: #00736a;
	color: #ffffff;
}
.tab-content > div:last-child {
	display: none;
}

/* POPUP */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.66);
	z-index: 1;
}

#banner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	padding: 48px;
	z-index: 2;
}

.banner-content {
	width: 1024px;
	margin: auto;
}