font-family: 'Jura', sans-serif;



.retour{
	clear:both;
}

.menuresp{
	display:none;
}


span{
	color: #33abdf;

}

strong{
	color: #33abdf;

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	font-family: 'Jura', sans-serif;
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6,p {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}



/* Custom CSS
 * --------------------------------------- */
body{
	color: #333;
	color: rgba(0,0,0,0.5);
	background:url(images/circles.png);

}


h1{
	font-size: 33px;	
}
p{
	font-size: 1.1em;
	margin-top: 5px;
}



#menu li a{ 
	font-size:19px;
	float:left;
	display:block;
	width:212px;
	height:30px;
	text-align: center;
	line-height:40px;
	color: #009de0;
	text-decoration: none;
	padding-top:11px;
	transition: border-bottom 0.1s, color 0.5s;

}


#menu li.active a{
	margin-top: -2px;
	color: #fff;
	font-size:19px;
	border-top: solid 2px #009de0;
	border-bottom: #fff solid 5px;
	padding-bottom: 8px;
	transition: all 0.5s;
}

a.active{
	margin-top: -2px;
	color: #fff;
	font-size:19px;
	border-top: solid 2px #009de0;
	border-bottom: #fff solid 5px;
	padding-bottom: 8px;
	transition: all 0.5s;
}

#menu li a:hover{
	margin-top: -2px;
	color:#FFF;
	border-top: solid 2px #009de0;
	border-bottom: #fff solid 5px;
	padding-bottom: 8px;



}


#menu li.active a:hover{
	color:#009de0;
	border-top: solid 2px #c7c7c7;
	padding-bottom: 8px;
	width:200px;
	padding-left:0;
	margin-top: -2px;
}



#menu li:nth-child(2) a{
	margin-right: 15px;
}

#menu li:nth-child(4) a{
	margin-left: 15px;
}




#menu{
	/*border-top: solid 2px #c7c7c7;*/
	text-align: center;
	top:0;
	height: 40px;
	width: 980px; /*930*/
	padding: 0;
	margin:0 auto;
}





header, footer{
	font-family: 'Jura', sans-serif;
	height: 60px;
	width: 100%;
	background: url(images/hixs.png) repeat;
	text-align:center;
	color: #f2f2f2;
	

}
	
header{
	padding:0;
	-webkit-box-shadow: 0 2px 6px 0 black;
	box-shadow: 0px 2px 6px 0 black;
}

#logoheader{
	margin-top: 9px;
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 12px;
		-webkit-box-shadow: 0 2px 6px 0 black;
	box-shadow: 0px 2px 6px 0 black;
}


footer{
	-webkit-box-shadow: 0 2px 6px 0 black;
	box-shadow: 0px 0px 6px 0 black;
	font-size: 10px;
	position:fixed;
	bottom:0;
}

footer a{
	font-size: 12px;
	text-decoration: none;
	color:#fff;

}

footer a:hover{
	color: #33abdf;
}

footer p{
	margin-top: 20px;
	font-size: 12px;
	text-decoration: none;
	color:#fff;

}

i {
	font-size: 14px;
	margin: 5px 10px;
}

i:last-child{
	margin: 5px 0px 5px 10px;
}

.texteleft{
	margin: 10% 0;
	width: 45%;
	text-align: left;
	float:left;
	padding-right: 20px; 
}

.texteright{
	margin: 10% 0;
	width: 45%;
	text-align: right;
	float:right;
	padding-left: 20px;
}

#centredroite{
	border: 1px solid #000;
	padding: 15px;
	margin:0 auto;
	width: 75%;
	text-align: center;
	clear:both;
	margin-bottom:100px;
}


#centredroite a{
	color: #33abdf;
	text-decoration: none;
	text-decoration:underline;

}

#centredroite a:hover{
	text-decoration:overline;


}

.texteleft li{
	margin-left:14px;
}


.texteleft a{
	color: #33abdf;
}

.texteright a{
	color: #33abdf;
}




/*FORMULAIRE*/
input[type="submit"] {

  background: rgba(0, 157, 224, 0.3);
  padding:10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #fff;
  font-size: 13px;
  border: solid #009de0 2px;

  text-decoration: none;
  transition: color, background 0.5s;
  width: 170px;
}

input[type="submit"]:hover {
  background: rgba(0, 157, 224, 0.7);

  text-decoration: none;
}

input, select, textarea {

	display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0 black;
    color: #999;
    font-size: 12px;
    padding: 5px;
    width: 340px;
    margin: 22px 0 15px 0;
}

input[type="radio"]{
    float: left;
    height: 14px;
    margin: 0 11px 0 0;
    width: 14px;
    cursor: pointer;
}

#toggle1{
	-webkit-box-shadow: 0 2px 6px 0 black;
	box-shadow: 0px 2px 6px 0 black;
	text-align: left;
	z-index: 10;
	margin-top: 15px;
	padding: 10px 10px 58px 10px;
	display: none;
	left:23%;
	top:25%;
	position: absolute;
	width: 50%;
	min-height: 200px;
	background: url(images/hixs.png) repeat;
	border-radius: 12px;

}

#toggle1 p{
	color: #fff;
	margin:10px;
}



.clickme1{
	cursor: pointer;
	margin-top: 5px;
	color:#fff;
}

.open{
	margin-top: 0;
	text-align: right;
}




#toggle2{
	-webkit-box-shadow: 0 2px 6px 0 black;
	box-shadow: 0px 2px 6px 0 black;
	z-index: 10;
	text-align: left;
	margin-top: 15px;
	padding: 10px 10px 58px 10px;
	display: none;
	left:23%;
	top:25%;
	position: absolute;
	width: 50%;
	min-height: 200px;
	background: url(images/hixs.png) repeat;
	border-radius: 12px;

}

#toggle2 p{
	color: #fff;
	margin:10px ;
}

.clickme2{
	cursor: pointer;
	margin-top: 5px;
	color:#fff;
}

#rep{
	display:none;
}

#formulaire .error{
	color: #F00;
	font-weight:bolder;	
}

textarea:focus, input:focus{
    outline: 0;
}


section{
	width: 980px;
	margin:0 auto;

}

@media screen and (max-width: 1000px) {
	section{
		width: 100%;
		}
		
	.texteleft{
		margin-top:20px;
		margin-left:20px;
	}
	
	.texteright{
		margin-top:20px;
		margin-right:20px;
	}
	
	#centredroite{
		width:50%;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	
	#menu{
		width:auto;
	}
	
	#menu li a{
		width:21%;
	}
	
	#toggle1{
		left:1%;
		width:96%;
	}
	#toggle2{
		left:1%;
		width:96%;
	}
}

@media screen and (max-width: 840px) {
	nav{
		width:100%;
	}
	#menu{
		margin: 0 auto;
	}
		#menu li a{
		width:20%;
	}
	
	.texteleft{
		text-align: center;
		margin-top: 70px;
		float:none;
		width: 94%;
	}
	
	.texteright{
		text-align: center;
		float:none;
		width: 94%;
		margin-bottom: 20%;
	}
	
	li{
		list-style:none;
	}
	
	#form{
		text-align: left;
	}
	
	input, textarea{
		width:100%;
	}
	
	.offresp{
		display:none;
	}
	
	#centredroite{
		width:80%;
	}

	
}

@media screen and (max-width: 770px) {
	
	section{
		width:90%;
	}
	.menuresp{
		display:block;
		text-align: right;
		padding-right: 20px;
		padding-top: 7px;
	}
	
	.menuresp a{
		color:#fff;
		font-size: 20px;
		margin: 0 20px;
		
	}
	
	#menu li{
		display:none;
	}
	
	#logoheader{
		position:absolute;
		left:43%;
		top: 0;
	}
	
	#toggle3{
		-webkit-box-shadow: 0 2px 6px 0 black;
		box-shadow: 0px 2px 6px 0 black;
		text-align: left;
		z-index: 0;
		margin-top: 15px;
		padding: 10px 10px 58px 10px;
		display: none;
		left:0;
		top:5%;
		position: absolute;
		width: 100%;
		height: 55px;
		background: url(images/hixs.png) repeat;
	}
	
	
	
		input, textarea{
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	section{
		width: 80%;
	}
	
	footer{
		position:relative;
	}
	
	
	#logoheader {
		left: 41%;
	}
	
	input, textarea {
		width: 96%;
	}
	
	input[type="submit"]{
		width:100%;
	}
	
	.texteleft{
		text-align:justify;
		padding: 0;
		margin-left:10px; 
	}
	.texteright{
		text-align:justify;
		padding:10px;
	}
	#centredroite {
		text-align:justify;
		width: 100%;
		border: none;
		padding:0;
	}

	#logoheader {
		left: 36%;
	}
	#toggle3 {
		padding: 70px 10px 58px;
	}
	
	h1 {
		font-size: 26px;
		text-align: center;
	}
		.texteright li{
		list-style:disc;
	}

		.texteleft li{
		list-style:disc;
	}	
}
