/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	background: #231f20;
}
.content {
	position: relative;
	width: 520px;
	/*height:250px;*/
	margin: 20px auto;
	text-align: left;
	background: #ecf0f1;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px #999999, inset 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px #999999, inset 0px 1px 0px white;
	box-shadow: 0px 1px 0px #999999, inset 0px 1px 0px white;
}
#logo img {
	display: block;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	border: none;
}
.content p {
	margin: 20px auto;
	/*text-align: left;*/
	padding: 0 20px;
	line-height: 22px;
	text-align:center;		
}

.content_cgv {
	max-width:760px;
	width:100%;		
}
.content_cgv h1 {
	text-align:center;			
	}
.content_cgv p {
	text-align:justify;
	font-size:13px;
	line-height:18px;	
	}

.content_cgv span {
	color:#444444;
	font-size:13px;
	font-weight:700;
	}


form {
	position: relative;
	width: 90%;
	margin: 20px auto;
}
h1 {
	font-size: 18px;
	font-weight: 700;
	color: #7f8c8d;
	text-shadow: 1px 1px 0px white;
	margin: 20px auto;
    padding: 10px 20px;
    text-align: left;
	border-bottom:1px solid #7f8c8d;
	border-top:1px solid #7f8c8d;			
}

h2 {
	font-size: 16px;
	font-weight: 700;
	color: #7f8c8d;
	text-shadow: 1px 1px 0px white;
	margin: 0;
    padding: 0px 20px;
	text-transform:uppercase;
    text-align: left;
			
}
input.champs {  
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	color: #333;
	height: 35px;
	padding: 0 5px;
	transition: all 0.5s ease-in-out 0s;
	width: 95%;
	/*outline:none;*/	
	margin: 10px 0;
}
input:focus {
	background: #fafafa;
}

#submit {
	background: #bc9633;
    box-shadow: 0 3px 0 #a0802b;
	border:none;
    color: #fff;
    position: relative;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	width:97%;
    transition: all 0.3s ease-in-out 0s;
	}
	
#submit:hover {
  background:#dfb23d;
  cursor:pointer;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

#submit:active {
	box-shadow:none;
	top:4px;	
	}
a, a:visited {
	text-decoration: none;
	color: #7f8c8d;
	font-weight: 400;
	text-shadow: 1px 1px 0px white;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #acacac;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/****** checkbox *********/
input[type=checkbox] {
	visibility: hidden;
}
.content p#txt_champs {
    display: block;
    float: left;
    margin: 20px 0 0 5px;
    padding: 0;
    text-align: left;
    width: 80%;
}


/* CSS CHECKBOX */
.squaredTwo {
	margin:20px 20px 20px 0;	
	width: 28px;
	height: 28px;
    display: block;
    float: left;	
	background: #fcfff4;


	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
}

.squaredTwo label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	opacity: 1;
}

