/*Attributs généraux*/

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

.retour{
	clear: both;
}

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

.center{
	display: block;
	text-align: center;
}

#intro{
	font-size: 17px;
	color: #808080;
	line-height: 37px;
	padding: 5% 10%;
	margin: auto;
	text-align: justify;
}

h2{
	font-size: 30px;
	color: #ec6225;
	border-bottom: 1px dotted #ec6225;
	line-height: 40px;
	margin: 15px 0px;
	font-weight: bold;
	text-align: left;
}

p{
	padding-bottom: 15px;
	line-height: 18px;
	text-align: justify;
}



/*Header*/

#topnav{
	padding: 20px;
	width: auto;
}

#logo{
	float: left;
}

#menu{
	float:right;
}

#menu li{
	float: left;
}

#menu a{
	font-size: 15px;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 45px;
	margin-right: 20px;
	color: #EC6225;
	text-decoration: none;
}

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

#menuburger{
	width: 40%;
	float: right;
}

.slicknav_menu {
    display:none;
	background: #ec6225;
	font-size: 15px;
}

.slicknav_btn {
    background-color: transparent;
}

.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: none;
}

.slicknav_nav ul {
    margin: 0;
}

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

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



/*INDEX (page home)*/

#soldes{
	display: block;
    width: 150px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ec6625;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-shadow: 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);
}

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

/*#dakar{
	display: none;
}
*/

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

#home h1{
	font-size: 26px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 30px;
}

#dakar h2{
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
}

#home p{
	font-size: 13px;
	color: #ffffff;
	width: 500px;
	margin: auto auto 25px auto;
}

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

#dakar img{
	margin-left: 140px;	
}

/*Actualités (page home)*/

#actu h2{
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
}

.actuh2{
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
}

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

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

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

.link_orange{
	color: #ffa11b;
}

.link_orange:hover{
	color: #ec6225;
}


/*Galerie photos (page home)*/

#galerie{
	background: url("images/pattern.png");
	margin: 70px 0;
}

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

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


/*Page1_EDITION2020*/

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

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

.textPlus{
	display: none;
}

.fleche{
	font-size: 40px;
	color: #ec6225;
}

.reverse{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}


/*Page2_LES CONCURRENTS*/

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

section ul{
	list-style: disc;
	padding: 0 0 25px 25px;
	line-height: 120%;
}

section li{
	padding: 0 0 5px 0;
}



/*Page3_AFRIQUE*/

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



/*BOUTIQUE*/

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

#boutique{
	text-align: center;
}

.sous-titre{
	color:#353535;
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px 0;
	text-align: left;
}

.strong{
	font-weight: bold;
}

#boutique a{
	display: block;
	text-decoration: none;
}

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

.product{
	border: 1px solid #dddddd;
	padding: 10px 0 20px 0;
	margin-top: 10px;
}

#boutique h2{
	font-size: 16px;
	color:#666666;
	border-bottom: none;
	margin: 0 0 10px 10px;
	font-weight: bold;

}

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

/*BOUTIQUE (fiche produit)*/

.fiche_technique{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

.lignegrise{
	background-color: #efefef;
}

table{
	width: 100%;
}

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

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

#ficheproduit .price{
	text-align: left;
	font-weight: bold;
	font-size: 26px;
	padding: 15px 0 20px 0;
	
}

.btn_gris{
	display: block;
	float: left;
	color: #aaaaaa;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 30px;
	text-decoration: none;
	border: 1px solid #eeeeee
}

.btn_gris:hover{
	background-color: #eeeeee;
}



/*NOUS SUIVRE*/

#socialmedia{
	margin: 18% 1.5%;
}

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

.socialmediah2{
	font-size: 30px;
	color: #ec6225;
	border-bottom: 1px dotted #ec6225;
	line-height: 40px;
	margin-bottom: -50px;
	font-weight: bold;
}

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



/*CONTACT*/

form{
	margin: 60px 0;
	text-align: center;
}

label{
	font-size: 16px;
	color:#777777;
}

#contact input{
	width: 100%;
	height: 36px;
	border: 1px solid #efefef;
}

textarea{
	width: 100%;
	height: 185px;
	border: 1px solid #efefef;
}

#formDakar input[type="submit"]{
	width: 300px;
	font-size: 15px;
	border: 1px solid #666666;
	color: #666666;
	background: #FFDF00;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 25px;
	
}

#formDakar input[type="submit"]:hover{
	color: #FFDF00;
	background: #666666;
	
}

/*FOOTER*/

footer p{
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	padding: 30px 0 30px 0;
	margin-top: 50px;
}

footer{
	background-color: #ec6225;
	height: 90px;
}



/* MEDIAS QUERIES (pour rendre le site responsive) */

@media screen and (max-width: 1240px){

	/*page index*/
	
	img{
		max-width: 100%;
		height: auto;
	}
	
	.container{
		width: auto;
	}
	
	#dakar img {
		margin: auto;
		padding: 0 30px;
	}
	
	section {
    	margin-left: 30px;
	}

	#dakar h2 {
    	margin-left: 20px;
	}
	
	#actu h2 {
		margin-left: 20px;
	}
	
	.actuh2{
		margin-left: 40px;
	}
		
	.socialmediah2 {
    	margin-left: 30px;
	}

@media screen and (max-width: 979px){}

@media screen and (max-width: 768px){}


@media screen and (max-width: 658px){
	
	/*page index*/
	
	#intro {
   		margin: auto;
		width: 80%;
		padding: 30px 0;
	}
	
	#imgdakar{
		width: 20%;
		height: auto;
	}
	
	#imgheader h1 {
    	font-size: 40px;
	}
	
	#home{
		height: auto;
		padding: 30px 0;
	}
	
	#menu{
		float: none;
	}
	
	#menu a{
    	font-size: 12px;
	}
	
	#menu ul{
		margin-left: 60px;
	}
	
	#home h1{
		font-size: 16px;
		margin: 20px;
	}
	
	#btnPlus{
		display: block;
		width: 7%;
		margin: auto;
	}
	
	#actu h2{
		font-size: 30px;
	}
	
	#dakar h2{
		font-size: 30px;
	}
	
	.actuh2{
		font-size: 30px;
	}
	
	#galerie h2 {
    	font-size: 25px;
		margin: 5px;
	}
	
	#galerie{
		margin: 10px 0 20px 0;
		padding-bottom: 20px;
	}
	
	#dakar img{
		margin-left: 30px;
		padding: 0;
		width: 70%;
	}
	
	.col4{
		margin: 10px;
		width: 44%;
	}
	
	#home p{
		text-align: justify;
	}
	
	p{
    	text-align: left;
	}
	
	#actu h3{
		text-align: left;
	}
	
	
@media screen and (max-width: 574px){
	
	/*page index*/
	
	#menu{
		display:none;
	}

	.slicknav_menu{
		display:block;
	}
	
	.col2{
    	width: 100%;
	}
	
	.col3 {
		width: 100%;
		margin: 0 -10px;
	}
	
	#dakar img{
		margin-left: 90px;
		padding: 0;
		width: 40%;
	}
	
	#home p{
		width: 82%;
	}
	
	#dakar p{
  	  margin-right: 37px;
	}

	.btn_orange{
		font-size: 8px;
	}
	
	#actu p{
		font-size: 10px;
	}
	
	#actu h3{
		font-size: 11px;
		padding-top: 10px;
	}
	
	#imgheader h1{
    	font-size: 30px;
	}
	
	#intro{
	  line-height: 19px;
	  font-size: 14px;
	}
	
	section{
  		margin: 0 30px;
	}
	
	p{
  		padding-bottom: 10px;
	}
	


	/* Boutique */
	
	.col4{
		float: none;
		margin: auto;
	}
	
	.btn_gris {
  		margin: 10px 0 15px 6px;
	}
	
	#ficheproduit p.stock{
  		margin: 15px auto;
	}
	
	/* Contact */
	
	form {
  		margin: 30px;
	}
}
	
	


	
	
	
	
	
	
	
	
	