/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.retour{
	clear: both;
}
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;
}
body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px;
}
#dakar{
	display: none;
}
#topnav{
	padding: 20px;
}
#logo{
	float: left;
}
#menu{
	float: right;
}
#menu a{
	float: left;
	display: block;
	line-height: 45px;
	text-decoration: none;
	padding: 10px;
	color: #EC6225;
}
#menu li{
	float: left;
}

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

#home h2{
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	padding: 20px;
}
#home p{
	width: 500px;
	margin: auto;
	color: white;
	text-align: justify;
	line-height: 20px;
}
#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 5px 0 rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.7);
	position: absolute;
	top: 100px;
	left: 50%;
	transform:rotate(-20deg);
	
}
#logosocial{
	text-align: center;
	margin-top: 30px;
}
.container{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.container h2{
	font-size: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ec6225;
	border-bottom-style: dashed;
	color:#ec6225;
	text-align: justify;
	
}
.col2{
	width: 47%;
	margin: 0 1.5%;
	float: left
}
#dakar p{
	font-size: 17px;
	line-height: 140%;
	color: gray;
	text-align: justify;
	margin: auto;
	padding: 55px;
}
#actu h3{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
}
.col3{
	width: 30%;
	margin: 0 1.5%;
	text-align: justify;
	float: left;
}
.btn{
	color: white;
	display: block;
	background: url("images/btn-plus.png") no-repeat 15px center #ec6225;
	padding: 10px 20px 10px 30px;
	float: right;
	margin-top: 10px;
	text-decoration: none;
	
}
#galerie{
	background: url("images/pattern.png");
	background-size: cover;
	line-height: 200px;
}

#galerie h2{
	font-size: 40px;
	text-align: center;
	border: none;
	color: white;
	height: 200px;
	padding: 20px;
}
.col4{
	width: 22%;
	float: left;
	margin: 0 1.5%;
}
#socialmedia p{
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}
#logosocial{
	text-align: center;
}
footer{
	background-color: #EC6225;
	padding: 30px;
	margin-top: 50px;
	font-size: 10px;
}
footer p{
	text-align: center;
	color: white;
}

	