/* CSS Document */

/* Général */
h1, h2, h3, p, span, a, li, label, textarea, input{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#76787c;
}
h2{
	margin:0 0 30px;
	font-size:20px;
	color: #F15535;
}
h2 span{
	color:#f15535;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
h3{
	margin:0 0 5px;
	color:#f15535;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
p{margin:0 0 20px;line-height:1.4;text-align:justify;}
body, h1{margin:0;}
ul{padding:0;margin:0;list-style:none;}
a{text-decoration:none;}
img{border:none;}

/* Structure */
#wrapper{
	width:920px;
	margin:0 auto;
}

/* header */
#header{
	float:left;
}
#head{
	width:920px;
	margin:30px 0 28px;
	float:left;
}
#logo{
	width:190px;
	height:70px;
	padding:20px 0 0 35px;
	float:left;
	background-color:#ef6b37;
}
#head .text{
	margin:25px 0 0 50px;
}
#head .tel{
	margin-top:25px;
	float:right;
}
#nav{
	width:920px;
	height:61px;
	float:left;
	background:url(/gfx/nav2.png) repeat-x;
	box-shadow: 2px 2px 2px #bfc1c3;
}
#nav li{
	float:left;
	background:url(/gfx/nav_inter.png) right 1px no-repeat;
}
#nav li a{
	display:block;
	height:27px;
	padding:17px 26px 0 25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#f6f7fb;
	text-shadow:1px 1px 1px #616c89;
}
#nav li.active a{
	color:#fff;
	text-shadow:1px 1px 1px #434b60;
	text-decoration:underline;
}

/* Content */
#container{
	width:920px;
	float:left;
	margin-top:50px;
}
.texte{
	width:300px;
	float:left;
	margin-right:20px;
}
.home .texte p{
	text-align:justify;
}
#demo{
	float:left;
}
#demo_menu{
	width:300px;
	border-top:1px solid #c9c5c6;
	float:left;
	margin-right:20px;
}
#demo_menu li{
	border-bottom:1px solid #c9c5c6;
}
#demo_menu li a{
	display:block;
	padding:9px 0 0 45px;
	height:28px;
}
#demo_menu li:hover, #demo_menu li.active{
	background-color:#eeeef3;
	border-bottom:1px solid #bfbcbf;
}
#demo_img{
	width:278px;
	height:218px;
	float:left;
	overflow: hidden;
	border: 1px solid #BFBCBF;
	font-family:
}

/* Footer */
#infos{
	padding:20px 0 20px 20px;
	margin:25px 0 40px;
	background-color:#323130;
	float:left;
}
#footer h3{
	font-size:14px;
}
.box{
	width:240px;
	height: 105px;
	margin-right:20px;
	padding:15px 20px 0;
	float:left;
	background-color:#fff;
}
.box p{
	line-height:1.5;
}
#foot{
	font-size:10px;
	font-weight:bold;
}

/* Page techniques */
.techniques #demo{
	height:220px;
	overflow: hidden;
	width:600px;
}
.techniques #demo div{
	float:left;
}
.techniques .texte p{
	padding:0 15px;
	font-size:12px;
}

/* Page matieres */
.intro{
	font-size:13px;
	margin-bottom:40px;
}
.matieres .texte{
	width:280px;
}
.matieres h2{
	margin-bottom:20px;
}
.last h2{
	margin-bottom:35px;
}
.matieres .first{
	margin-left:20px;
}
.matieres .texte p{
	height:65px;
}
.matieres .texte img{
	margin-top:-20px;
}
.matieres ul{
	list-style: disc outside none;
    margin-bottom: 20px;
    padding-left: 13px;
	height:90px;
}

/* Page contact */
.texte2{
	width:560px;
	float:left;
}
.texte1{
	width:300px;
	float:right;
}
label{
	clear:right;
	float:left;
 }
input, textarea{
	float:right;
	width:200px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #c9c5c6;
	background-color:#eeeef3;
}
textarea{
	height:100px;
}
input:focus, textarea:focus{
	border:1px solid #bfbcbf;
	background-color:#fff;
}
input[type="submit"]{
	color:#ef6b37;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
input[type="submit"]:hover{
	color:#ef6b37;
	background-color:#fff;
}
#contact li{
	line-height:1.3;
	font-size:14px;
	margin-bottom:15px;
}
#contact li a{
	font-size:14px;
}
#contact li a.map{
	color:#F15535;
}
#contact li a:hover{
	text-decoration:underline;
}
#contact li h3{
	font-size:15px;
	margin-bottom:10px;
}
#form_contact_errorloc ul{
	margin-bottom:10px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}
#demo{
	width: calc(100% - 320px);
}
.swiper-pagination-bullet-active {
	background-color: #f15535!important;
}