/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------------- styles perso -------------------*/

body{
	font-family:"Trebuchet MS", "sans-serif";
	font-size: 13px;
	color:#353535;
	line-height: 130%;
}

p, h1, h2, h3{
	line-height: 130%;
}

p{
	text-align: justify;
	margin-bottom: 15px;
}

strong{
	font-weight: bold;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	outline: none;
}

header nav{
	padding: 10px;
	border-bottom:2px solid white;
}

header #logo{
	float: left;
}

header #logo img{
	display: block;
}

header #menu{
	float: right;
}

header #menu li{
	float: left;
}

header #menu a{
	color:#EC6225;
	font-size: 14px;
	padding: 0 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 45px;
}
header #menu a:hover{
	color: #ffa11b;
}

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

section{
	padding-top:80px 
}

section h2{
	color: #EC6225;
	font-weight: bold;
	font-size: 50px;
	line-height: 120%;
	border-bottom: 1px dotted #EC6225;
	margin-bottom:30px;
}

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

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

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

.centrerImage{
	margin: auto;
	display: block;
}

.centrer{
	text-align: center;
}

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

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

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

footer p{
	text-align: center;
	color:white;
}

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


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

#home p{
	color: white;
	width:500px;
	margin: 0 auto 40px auto;
}

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

#actus h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#galerie{
	background: url("images/pattern.png");
	padding: 50px 0 110px 0;
	margin-top: 60px;
}

#galerie h2{
	text-align: center;
	color: white;
	border: none;
	font-size: 30px;
	margin-bottom: 60px;
}

#galerie img{
	border: 1px solid white;
}

#logossocial{
	text-align: center;

}

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


.clear{
	clear:both;
}

/* ----------------------- styles communs pages internes ------------------- */

#imageHeader{
	height: 330px;
	background: url(images/imageheader.jpg) center no-repeat;
	background-size: cover;
	border-bottom: 5px solid #FFDF00;
}
#intro p{
	font-size: 17px;
	color: gray;
	padding: 0 270px;
	line-height: 210%;
}

.page h2{
	font-size: 30px;
}

#imageHeader h1{
	line-height: 300px;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color:white;
}

.page section ul{
	padding-left: 15px;
	list-style: disc;
	margin: 0 0 20px 10px;
}

.page section a{
	color:#FFA11B;
}
.page section a:hover{
	color:#EC6225;
}

/* ----------------------- édition 2020 ------------------- */


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

/* ------------------------------- concurrents ------------------------------- */

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

/* ------------------------------- afrique ------------------------------- */

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

/* ------------------------------- contact ---------------------------------*/


#contact label{
	font-size: 15px;
	color:#777;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea{
	width:100%;
	padding: 10px;
	border: 1px solid #efefef;
	font-size: 15px;
	color: #aaa;
	box-sizing: border-box;
	font-family:"Trebuchet MS", "sans-serif";

}
#contact textarea{
	height: 185px;
}

#contact input[type="submit"]{
	width: 300px;
	padding: 10px;
	border: 1px solid #666;
	font-size: 15px;
	color: #666;
	background: #FFDF00;
	text-transform: uppercase;
	margin: auto;
	font-weight: bold;
	display: block;
	margin-top: 30px;
}

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


/* ------------------------------- boutique ---------------------------------*/

#boutique{
	margin-top: 0px;
}

#nbproduits{
	font-size: 30px;
	text-transform: uppercase;
}

#boutique .product{
	display: block;
	border:1px solid #ddd;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 20px;
}
#boutique .product:hover{
	background: #f7f7f7;
}

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

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

#ficheproduit, #boutique{
	padding-top: 40px;
}

#ficheproduit .price{
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	color: #666;
}

#ficheproduit .stock span{
	font-size: 14px;
	border: 1px solid #b9df51;
	padding: 5px;
	color:#b9df51;
}
#ficheproduit h3{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px 0;
}

#ficheproduit table{
	width: 100%;
	border-collapse: collapse;
}

#ficheproduit td{
	padding: 10px;
	font-size: 16px;
}

#ficheproduit td.lignegrise{
	background: #efefef;
	
}

#breadcrumb{
	margin-bottom: 40px;
}

#breadcrumb a{
	font-size: 12px;
	border: 1px solid #eee;
	padding: 4px;
	color:#aaa;
	text-decoration: none;
}

#breadcrumb a:hover{
	background:#eee; 
}


