body{
	font-family: "trebuchet MS" ;
	font-size: 13px;
	color: #353535;
	line-height: 17px;
}
 
 .retour{
	clear: both;
}

.container{
	width: 1200px;
	margin: auto;
}
 
.col2{
	float: left;
	margin: auto;
} 

/*--------------------- HEADER ---------------------*/

#home{
	background:url(images/sahara03.jpg) center no-repeat;
	background-size: cover;
	height: 800px;
	padding-top: 10%;
	text-align: center;
	position: relative
}

	#home h2{
		color: white;
		font-size: 26px;
		text-transform: uppercase;
	}

		#home p{
			width: 500px;
			margin: auto;
			color: white;
			text-align: justify; 
		}
		 

#container h2{
	font-size: 30px;
	
}

#soldes{
	display: block;
	width: 150px;
	height: 100px;
	line-height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ec6625;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.7);
	/*Ajoutons donc le CSS suivant à la suite de #soldes:*/
	position: absolute;
	top: 13%;/*placer à 0px du haut*/
	left: 50%;/*placer à 0px de la gauche*/
	transform: rotate(-20deg);
}
/*--------------------- MENU ---------------------*/
#topnav{
	padding: 20px;
}

		#logo{
			float: left;
			height: 15px;
		}

	#menu{
		float: right;
		margin-top: 12px;
	}

		#menu li{
			float: left;		
		}


			#menu a:{
				float: left;
				display: block;
				line-height: 45px;
				/*padding-bottom:  30px;*/
			}

#imgheader{
	background:url(images/imageheader.jpg) center no-repeat;
	background-size:cover;
	/*border-spacing:*/ 
	border-bottom:  5px solid;
	border-color: #ffdf00;
	height: 370px;
	}

	#imgheader h1{
		font-size: 50px;
		font-weight: bold;
		padding-top: 150px;
		text-align: center;
		color: white;
	}

#topnav a{
	color: #ec6225;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

#topnav a:hover{
	color:  #ffdf00;
}
/*--------------------- MENU BURGER ---------------------*/
.slicknav_menu{
	display: none;
}

/*--------------------- CONTENU ---------------------*/

	#intro{
		padding-top: 80px;
		padding-left: 270px;
		padding-right: 270px;
		text-align: justify; 
		line-height: 35px;
		font-family: trebuchet ms;
		color: grey;
		font-size: 17px;
		/*margin-bottom: 50px;*/
	}

	.intro{
		text-align: justify; 
		line-height: 25px;
		font-family: trebuchet ms;
		color: grey;
		font-size: 17px;
	}

	h2{  /*--------------------- h2---------------------*/
		font-size: 30px;
		font-family: trebuchet ms;
		color: #ec6225;
		border-bottom: 1px dotted #ec6225;
		margin-bottom: 20px;
		margin-top: 50px;
		line-height: 40px;
		font-weight: bold;
	}


p{
	text-align: justify; 
}

/*--------------------- CONTENU page d'acceuil---------------------*/
#galerie{
	background: url(images/pattern.png);
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 110px;
	margin-top: 20px;
}

		#galerie h2{
			color: white;
			text-align: center;
			border-bottom:none;
		}

	.col2{
		width: 47%;
		margin:0 1.5%;
		float: left;
	}

		.col2 a{
			color: #ec6225;
		}

		.col2 li{
			list-style: disc;
			margin-left: 25px;
			line-height: 20px;
			/*padding-top: 15px;*/
		}

		.col2 a:hover{
			color: #ffdf00;

		}

.col3{
	display: block;
	width: 30%;
	float: left;
	margin: 0 1.5% 0 1.5%;
}

h3{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.btn{
	display: block;
	background: url(images/btn_plus.png) no repeat 20px;
	padding: 10px 20px 10px 30px;
	float:  right;
	background-color: #ec6225;
	padding: 10px 5px 10px 5px;
	color: white;
	text-decoration: none;
	margin: 0 20px 0 20px;
	text-transform: uppercase;
	margin-top: 2%;
}

#actu{
	width: 1200px;
	margin: auto;
	display: block;
}

.col4{
	width: 22%;
	margin: 0 1%;
	float: left;
	text-align: center;
	padding: 10px 0 20px 0;
}



/*--------------------- CONTENU page autre ---------------------*/
	#imagedition{
		background:url(images/imgedition.jpg) center fixed;
		background-size: cover;
		height:  300px;
		margin-top:50px;
	}

		#imgconcurrents{
			/*background:url(images/imgconcurrents.jpg) center fixed;*/
			background-size: cover;
			height:  300px;
			margin-top:50px;
		}

			#imgafrique{
				/*background:url(images/imgafrique.jpg) center fixed;*/
				background-size: cover;
				height:  300px;
				margin-top:50px;
			}

	#mediasocial{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-top: 40px;
	}

		#logosocial{
			text-align: center;
			margin-top: 25px;
		}

#intro a{
	color: #ec6225;
}

.plus, .plus2{
	text-align: center;
	font-size: 20px;
	padding-top: 2%;
}
	
.textplus{
	display: none;
}

	.textplus:hover{
		
	}

.reverse{
	display: inline-block;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*--------------------- BOUTIQUE ---------------------*/
.product{
	display: block;
	border: 1px solid grey;
	padding: 10px;
	text-decoration: none;
}

	.product:hover{
		background-color: #e0e0e0;
	}

#produit h2{
	margin-top: 30px;
}

#produit h3{
		font-size: 20px;
		color: #666;
		text-decoration: none;
		margin-top: 15px;
		/*margin-bottom: 30px;*/
		text-align: center;
}

		#produit h4{
				/*border-bottom: none;*/
				width: 80px;
				text-align: center;
				color: #b9df51;
				font-size: 16px;
				border: 1px solid #b9df51;	
				padding: 10px 0 10px 0;
				margin-top: 40px;
		}

			#produit h5{
				color: #666;
				margin-top: 15px;
				margin-bottom: 30px;
				font-size: 26px;
				font-weight: bold;
			}

				#produit h6{
					color: #353535;
					margin-top: 15px;
					margin-bottom: 10px;
					font-size: 20px;
					font-weight: bold;
				}

#boutique h3{
	color: grey;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	}

.bis{
	color: grey;
	font-size: 17px;
	text-decoration: none;
}


#h8 {
	font-size: 30px;
	text-transform: uppercase;
	color: #353535
}

.lignegrise{
	background-color: #efefef;
}

#tableau{
	/*width: 400px;*/
	line-height: 40px;
	width: 600px;
	font-size: 17px;
}

	#tableau td{
		padding-left: 20px;
	}

/*--------------------- CONTACT EXO ---------------------*/

#monform{
	width: 510px;
	font-family: verdena, arial,helvetica,sans-serif;
	font-size: 11px;
	margin: auto;
}

#monform p{
	margin: 2px 0;
}

#monform fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#monform fieldset:hover{
	background-color: #ccc;
}
#monform fieldset legend{
	color: #999;
}

#monform label{
	background-color: #99cc00;
	display: block;
	width: 210px;
	float: left;
	padding-right: 2px;
	margin-right: 2px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 20px;
}

#monform label:hover{
	font-weight: bolde;
	letter-spacing: normal;
}

#monform input, #monform select{----------------
	margin-left: 3px;
	width: 250px;
	border: #ccc 1px solid;
}

#monform input:hover, #monform select:hover, 
#monform input:focus, #monforme select:focus{
	border: #ccc 1px solid;
	background-color: #ffe8dd;
}

#monform #annee_naissance{---------
	width: 40px;
}

#monform #jour_naissance,
#monform #mois_naissance{
	width: 20px;
}

#monform input[type="submit"] {
	border: #ddeeff 1px solid;
	width: 130px;
}

#monform input[type="submit"]:hover{
	background-color: #66cc33;
	cursor: pointer;
}

#monforme input[type="reset"]{
	border: #ddeeff 1px solid;
	width: 130px;
}

#monform input[type="reset"]:hover{
	background-color: #e6484;
	cursor: pointer;
}

textarea{
	margin: auto;
}

/*--------------------- CONTACT SITE ---------------------*/
#form{
	font-size: 15px;
	margin: auto;
	color: #666;
	padding: 50px 0 50px 0;
}

#form input, #monform select{
	width: 100%;
	height: 40px;
	border: #ccc 1px solid;
}

#form label{
	display: block;
	letter-spacing: 1px;
	line-height: 30px;
}

#form textarea {
	width: 100%;
	height: 224px;
	resize: none;
}

#form input[type="submit"] {
	border: #ddeeff 1px solid;
	width: 300px;
	background-color: #ffdf00;
	border-color: #666;
	text-align: center;
	margin-top: 40px;
	color: #353535;
	font-weight: bold;
}

	#form input[type="submit"]:hover{
		background: grey;
	}

.envoyer{
	text-align: center;
}


#form p{
	margin-bottom: 20px;
}

/*--------------------- FOOTER ---------------------*/



#footer{
	background-color: #ec6225;
	padding: 30px 0 30px 0;
	margin-top: 50px;
}

		#pixeminstitut{
			font-size: 12px;
			font-family: trebuchet ms;
			color: white;
			text-align: center;
			font-weight: bold;
			
		}



#slideshow{
	margin: auto ;
	margin-top: 5% ;
}




