/* CSS Document */
body {
	font-family: verdana;
	font-size: 15px;
	color: #353535;
}

#topnav {
	padding: 20px;
}

#logo {
	float: left;
}

#menu {
	float: right;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	display: block;
	line-height: 45px;
	color: #EC6225;
	text-decoration: none;
	padding: 0 15px 0 15px;
	font-size: 18px;
}

#menu a:hover {
	background-color: #ffa11b;
}

.retour {
	clear: both
}

#imgheader {
	background: url("images/imageheader.jpg") center no-repeat;
	background-size: cover;
	line-height: 300px;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: white;
	border: 2px #ffdf00 solid;
	}

.container {
	width: 1200px;
	margin: auto;
	}

section {
	padding-top: 80px;
}

#intro {
	padding-left: 270px;
	padding-right: 270px;
}

section h2 {
	font-size: 30px;
	border-bottom: dashed 1px #ec6225;
	color: #ec6225;
	margin-bottom: 30px;	
}

section p{
	line-height: 30px;
	text-align: justify;
	margin: 15px;
}

.col2 {
	width: 47%;
	margin: 0 1.5%;
	float: left;
	text-align: justify;
}

.col3 {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	text-align: justify;
}

.col4 {
	width: 22%;
	margin: 0 1.5%;
	float: left;
	text-align: justify;
	padding-bottom: 140px;
}

#imgedition {
	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;
}

#socialmedia p {
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	font-weight: bold;
	
}

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

#logosocial img {display: inline}

footer p {
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 50px;
	padding: 30px 0;
	text-decoration: none;
	 }

footer {
	background-color: #ec6225;
	;
}

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

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

#home p {
	padding-top: 40px;
	color: white;
	width: 500px;
	margin: auto;
	line-height: 16px;
	text-align: justify;
	font-size: 14px;
}

#home a {
	margin-top: 50px;
	display: block;
}

#dakar p {
	font-size: 17px;
	line-height: 140%;
	color: grey;
		
}

section img {
	margin: auto;
	text-align: center;
	display: block;
}


#actu h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px;
}

#actu p {
	text-align: justify;
	line-height: 18px;
}

.btn {
	display: block;
	float: right;
	background: url("images/btn-plus.png") 15px center no-repeat  #ec6225;
	padding: 10px 20px 10px 30px;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin-right: 15px;
	}

#galerie {
	background: url("images/pattern.png")
}

#galerie h2 {
	font-size: 20px;
	color: white;
	text-align: center;
	margin-top: 20px;	
	border: none;
	font-weight: bold;
}

section ul {
	list-style-type: disc;
	line-height: 30px;
	padding-left: 32px;
}

section a {
	text-decoration: none;
	padding-left: 15px;
	color: #ec6225;
	
}

section a:hover {
	color: blue;
}

.produit {
	font-size: 25px;
	margin-top: 40px;
	font-weight: bold;
}

#boutique h2 {
	font-size: 16px;
	color: #666;
	border: none;
	text-align: center;
	padding-top: 15px;
}

#boutique {
	text-align: center;
}

.price {
	font-size: 20px;
	color: #666;
	text-align: center;
	}

.price2 {
	font-size: 20px;
	color: #666;
}

.stock {
	color: green;
	border: 1px solid green;
	margin-right: 460px;
	padding: 2px 0px 2px 10px;
}

.detail {
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

.tableau {
	font-size: 16px;
	line-height: 30px;
	padding-right: 180px;
	
}

.tableau2 {
	font-size: 16px;
	background-color: #EFEFEF;
	line-height: 30px;
}

#form1 {
	margin: 50px auto 50px auto;
	width: 1100px;
	font-size: 16px;
	
}

input[type="text"], input[type="email"] {
	display: block;
	width: 450px;
	height: 20px;
	padding: 3px 10px 3px 10px;
	margin: 10px 0px 5px 0px;
	border: 1px solid #D8D8D8; 
}

textarea {
	resize: vertical;
	width: 450px;
	height: 139px;
	margin-top: 10px;
	border: 1px solid #D8D8D8;
}

input[type="submit"] {
	margin: 30px auto 10px 387px;
	background-color: yellow;
	display: block;
	padding: 10px 100px 10px 100px;
	font-size: 20px;
}

input:hover, input:focus, textarea:focus, textarea:hover {
	background-color: aliceblue;
	border: 1px lime solid;
}

input[type="submit"]:hover {
	background-color: chartreuse;
	border: 2px blue solid;
	text-transform: uppercase;
	color: blue;
	font-family: Lethal Slime;
	font-size: 50px;
	margin: 0 100px 0 220px ;
}




