/* CSS Document */
/* 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;
}


 /* -------------- Edition 2020 -------------- */


#topnav{
	weigt: auto;
	pading: 20px;
}

#logo{
	float: left;
	margin: 10px;
}

#menu{
	color:#EC6225;
	float: right;
}

#menu li{
	float: left;
	margin-top: 10px;
	font-weight:bold;
	
}

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

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

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

}

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

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

section{
	padding-top:80px;
}

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

#intro p{
	line-height: 40px;
	font-size:17px;
}

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

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

h2{
	color:#EC6225;
	font-size:30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed;
	font-weight:bold;
}

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

#socialmedia{
}

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

#logosocial{
	text-align:center;
}

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

footer p{
	text-align: center;
	color:#FFFFFF;
}

body{
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #353535;
	font-size: 13px;
}

.retour{
	clear: both;
}


/* -------------- Concurrent -------------- */


.container li{
	list-style:disc;
	margin-left: 20px;
	line-height: 20px;
}

.col2 a{
	color:#ffa11b;
}

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

/* -------------- Afrique -------------- */

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


/* -------------- Dakar -------------- */

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

#home [src="images/logo-blanc.png"]{
	padding-top:45px;
}

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

#home p{
	width:500px;
	margin:auto;
	color: #FFFFFF;
	padding-bottom: 30px; 
}

.home h2{
	color:#EC6225;
	font-size:50px;
	margin-bottom: 30px;
	border-bottom: 1px dashed;
		
}

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

#dakar img{
	margin: auto;
	display:block;
}

#section{
	padding:80px;
}


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

#actu h3{
	text-transform: uppercase;
	font-size:14px;
	padding-bottom: 10px;
	font-weight: bold;
}

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

#actu .btn:hover{
	background-color: #FFA35F;
}

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

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

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

.container{
	margin:auto;
}

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


/* -------------- Boutique -------------- */

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

#boutique a:hover{
	background-color:#EDEDED;
}

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

#boutique strong {
	font-weight: bold;
}

#boutique{
	font-size: 30px;
}

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

/* -------------- Achat Boutique -------------- */


#ficheproduit .stock span{
	font-size: 14px;
    border: 1px solid #b9df51;
    padding: 5px;
    color: #b9df51;
}

#retour{
	margin-bottom: 40px;	
}


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

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

.tabtitre{
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	font-weight: bold;
}

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

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

#retour a:hover{
	
	background-color:#F6F6F6;
}

td {
	width: 300px;
}

/* -------------- Contactez-nous -------------- */


fieldset p {
    font-size: 15px;
    color: #7A7A7A;
    line-height: 18px;
}

input{
	width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    font-size: 15px;
    color: #aaa;
    box-sizing: border-box;
}

textarea{
	width: 520px;
	height: 184px;
    padding: 10px;
    border: 1px solid #efefef;
    font-size: 15px;
    color: #aaa;
    box-sizing: border-box;
}

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;
}

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


