@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #353535;
}

#topnav{
	padding: 20px;
	
}

#logo{
	float: left;
}

#menu{
	float: right;
}


#menu a{
	float: left;
	display: block;
	line-height: 45px;
	color: #EC6225;
	margin: 30px;
	text-decoration: none;
}

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

#menu li{
	float: left;
}

.retour{
	clear: both;
}

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

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

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

section{
	padding-top: 80px;
}

section ul{
	margin-bottom: 12px;
	margin-top: 25px;
	padding-left: 38px;
}

section li{
	list-style: disc;
	line-height: 20px;
}

section a{
	line-height: 26px;
	color: #EC6225;
}

section a:hover{
	color: #ffa11b;
}

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

#intro p{
	line-height: 42px;
	font-size: 18px;
	color: gray;
}


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

h2{
	font-size: 30px;
	border-bottom: dotted 1px;
	margin-bottom: 30px;
	margin-top: 14px;
	color: #ec6225;
}

p{
	margin-bottom: 12px;
	text-align: justify;
	color: #000000;
}


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

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

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

p.social{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#logosocial{
	text-align: center;
}

footer{
	height: 30px;
	background-color: #EC6525;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-top: 50px;
}

footer p{
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	padding-top: 5px;
}

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

#home h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 45px;
	border: none;
}

#home p{
	width: 500px;
	margin: auto;
	color: #ffffff;
}

.plus{
	text-align: center;
	padding-top: 64px;
}

.home h2{
	font-size: 50px;
}

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

#ledakar{
	text-align: center;
}

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

#actu h3{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 14px;
}

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

.btn:hover{
	background-color: #ffa11b;
	color: #ffffff;
}

#galerie{
	background: url("images/pattern.png");
	padding-bottom: 50px;
	margin-top: 70px;
	padding-top: 32px;
}

#galerie h2{
	font-size: 32px;
	text-align: center;
	color: #ffffff;
	border-bottom: none;
}

.col4{
	width: 22%;
	float: left;
	margin: 0 1.5%;
}

#boutique h2{
	font-size: 16px;
	text-align: center;
	color: #666;
	border-bottom: none;
	margin-bottom: 6px;
}

.product{
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

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

#boutique p{
	font-size: 32px;
}

.tarifs{
	font-size: 20px;
	color: #666;
	text-align: left;
}

#ficheproduit h3{
	font-size: 18px;
	text-align: left;
	color: #000000;
	border-bottom: none;
	margin-top: 46px;
	margin-bottom: 22px;
}

.montableau{
	border-collapse: collapse;
	width: 500px;
}

.lignegrise{
	background-color: #efefef;
	font-size: 14px;
	padding: 8px;
}

.contenu{
	font-size: 14px;
	padding: 8px;
}

#ficheproduit a{
   font-size: 12px;
   text-align: left;
   border: 1px solid #eee;
   padding: 5px;
   color: #aaa;
   text-decoration: none;
}

#ficheproduit a:hover{
   background-color: gray;
}

#ficheproduit img{
	margin-top: 26px;
}

#ficheproduit h4{
	width: 55px;
	font-size: 14px;
	color: #00ff00;
	border: 1px solid #00ff00;
	padding: 5px;
}

textarea{
	width: 100%;
	height: 171px;
	margin-top: 2px;
	border: 1px solid gray;
}

#contact{
	margin-top: 48px;
}



#contact input{
	width: 100%;
	padding: 10px;
	margin-top: 2px;
	border: 1px solid gray;
}

#contact p{
	font-size: 16px;
	color: #AFAFA5;
	margin-bottom: 14px;
}

#contact input[type="submit"]{
	border: 2px solid #cccccc;
	width: 300px;
	margin: auto;
	background: #FFDF00;
	font-size: 22px;
	color: #746C6C;
	display: block;
	margin-top: 36px;
	letter-spacing: 2px;
}

#contact input[type="submit"]:hover{
	background-color: gray;
	cursor: pointer;
	color: #FFDF00;
}








