/* CSS Document */


/* body */

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


.retour {
	clear: both
}


p {
	margin-bottom: 10px;
	line-height: 140%;
}

/* Edition 2020 */

/* nav */

/* nav/topnav */

#topnav {
	padding: 20px;
	background: white;
}


#logo {
	float: left
}


/* nav/menu */

#menu {
	float: right;
	
}


#menu li {
	float: left;
	margin-right: 25px
}

#menu a {
	float: left;
	display: block;
	line-height: 45px;
	text-decoration: none;
	color: #EC6225;
	font-size: 14px;
	font-weight: bold;
	transition: all 0,3s;
}


#menu a:hover {
	font-size: 16px;
	color: #ffa11b;
}




/* imgheader */

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

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



/* container */

.container {
	width: 1200px;
	margin: auto;
	text-align: justify;
}




/* container/section */

section {
	padding-top: 80px;
	padding-bottom: 80px;
}



/* container/section/intro */

#intro {
	padding: 100px 270px 0px 270px;
	font-size: 20px;
}

#intro p{
	color: #808080;
	line-height: 160%;
}




/* container/section */


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

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




/* imgedition */


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





/* container */

/* container/section bas */

#socialmedia {
	margin-top: 50px;
}

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


#logosocial {
	text-align: center;
}





/* Footer */

footer 
{
	background-color: #EC6225;
	padding: 10px 0px 15px 0px;
	margin-top: 50px;
	width: auto;
	
}

footer p {
	color: white;	
	line-height: 50px;
	text-align: center;
}










/* Index */



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


/* Index/home */

#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: white;
	border: none;
	padding: 30px 0px 5px 0px;
}


#home p {
	width: 500px;
	margin: auto;
	text-align: justify;
	color: white;
	padding-bottom: 30px;
}

.btn_plus {
	transition: all 0,3s;
}


.btn_plus:hover {
	opacity: 80%;
	transform: scale(105%);
}



/* Index/container */


/* Index/container/dakar */


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


.col2 img{
	margin: auto;
	display: block;
}



/* Index/container/actualités */

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


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


.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 {
	transform: scale(105%);
	background-color: #ffa11b;
}





/* Index/En Photos */

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


#galerie h2 {
	color: white;
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
	border: none;
	font-weight: bold;
}

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


.col4 img {
	border: solid 1px white;
	transition: all 0,3s;
}

.col4 img:hover{
	border: solid 3px;
	border-color: white;
	transform: scale(110%);
}



/* concurrents */

/* concurrents/img */

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


.col2 ul {
	list-style-type: disc;
	line-height: 140%;
	padding: 0px 0px 20px 30px;
}
	
	
.col2 a {
	color: #ffa11b;
}	
	








/* L'Afrique */

/* L'Afrique/img */



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


.col2 img {
	padding-bottom: 10px;
}








/* La Boutique */

/* Bloc Produit */

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


#boutique h4 {
	font-size: 30px;
	margin-bottom: 30px;
}


.product {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
	transition: all 0,3s;
}

.product:hover {
	background-color: #f7f7f7;
}

#boutique h5 {
	font-size: 16px;
	color: #666;
	text-align: center;
	border: none;
	padding: 13px 0px 10px 0px;
	font-weight: bold;
	
	
}

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


#boutique {
	margin-bottom: 60px;
	text-decoration: none;
}


strong {
	font-weight: bold;
}




/* Fiche Produit */

#ficheproduit a {
	text-decoration: none;
}


.btn_retour {
	margin-bottom: 40px;
}


.btn_retour a {
	padding: 10px 20px 10px 20px;
	color: grey;
	border: solid 1px #C8C6C6;
	text-align: left;
}


.btn_retour a:hover {
	transform: scale(110%);
	background-color: #f7f7f7;
}

.stock {
	margin-bottom: 23px;
}

.stock span{
	padding: 5px 10px 5px 10px;
	color: #59BD23;
	border: solid 1px #59BD23;
	text-align: center;
}


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


.paragraphe_boutique {
	margin-bottom: 30px;
}


#ficheproduit img {
	background: left;
	float: left;
}

.price_gros {
	font-size: 28px;
	color: #666;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}



/* Fiche Produit/tableau */


.tableau_boutique {
	border-spacing: 15px;
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
}


.tableau_boutique td {
	padding: 10px 5px 10px 5px;
	
}

.titre_tableau {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px!important;
		
 
}
	
.lignegrise {	
	background: #efefef;
}
	







/* Contact */


#contact {
	padding: 80px 0px 50px 0px;
}


#formulaire {
	width: 100%;
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: grey;
}


#formulaire label {
	display: block;
	width: 100%;
	float: left;
	padding-right: 2px;
	margin-right: 2px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 20px;
}




#formulaire input {
	margin: 3px 0px 10px 0px;
	padding: 8px 8px;
	width: 100%;
	border: #E4E4E4 1px solid;
	color: #A6A2A2;
	font-family: "Trebuchet MS";
}



textarea {
	width: 100%;
	display: block;
	float: left;
	padding: 8px 8px;;
	margin: 3px 0px 10px 0px;
	text-align: left;
	line-height: 20px;
	border: #E4E4E4 1px solid;
	color: #A6A2A2;
	height: 170px;
	font-family: "Trebuchet MS";
	font-size: 15px;
}


#formulaire input[type="submit"]{
	margin: auto;
	display: block;
	text-align: center;
	width: 300px;
	background: #EC6225;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin-top: 30px;
	
}

#formulaire input[type="submit"]:hover{
	background-color: #ffa11b;
	cursor: pointer;
}





