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




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

p {
	/*margin-bottom: 15px;*/
	text-align: justify;
	color: #EC6225;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 20px;
	margin-bottom: 40px;
	border-bottom: 2px dotted;
	font-weight: bold;
	color: #EC6225;
}

.retour {
	clear: both;
}

/* --------- FICHIER _nav.php --------- */

#topnav {
	/*border: 1px solid;*/
	width: auto;
	padding: 5px;

}

#logo {
	/*border: 1px solid;*/
	float: left;
	text-align: center;
}

#menu {
	/*border: 1px solid;*/
	float: right;
}

#menu li {
	float: left;
}

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

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

/* --------- PAGE EDITION 2020 --------- */

#imgheader {
	/*border: 1px solid;*/
	width: auto;
	height: 340px;
	background: url(images/imageheader.jpg) center no-repeat;
	background-size: cover;
	border-bottom: 4px solid #FFDF00;
}

#imgheader h1 {
	font-size: 50px; 
	font-weight:  bold;
	color: white;
	padding: 145px 0px;
	text-align: center;
}

.container {
	/*border: 1px solid;*/
	width: 1200px;
	margin: auto;
}

.container p {
	margin-bottom: 15px;
}

section {
	padding-top: 80px;
}

section p {
	color: black;
}

#intro {
	/*border: 1px solid;*/
	line-height: 25px;
	padding-left: 270px;
	padding-right: 270px;
}

.col2 {
	/*border: 1px solid;*/
	width: 47%;
	margin: 0 1.5%;
	float: left;
}

.col2 p {
	margin-bottom: 15px;
}

#imgedition {
	/*border: 1px solid;*/
	width: auto;
	height: 300px;
	margin-top: 50px;
	background: url(images/imgedition.jpg) center fixed;
	background-size: cover;
}

#socialmedia {
	margin: auto;
}

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

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

/* --------- FICHIER _footer.php --------- */

footer {
	/*border: 1px solid;*/
	padding: 30px 0px 30px 900px;
	margin-top: 50px;
	widows: auto;
	background-color: #EC6225;
	
}

footer p {
	color: white;
}

/* --------- PAGE INDEX --------- */

#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;
	padding-top: 40px; 
	color: white;
	border: none;
}

#home p {
	line-height: 20px;
	color: white;
	width: 500px;
	margin: auto;
	padding-bottom: 40px;
}

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

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

#dakar img{
	margin: 0px 0px 0px 150px;
}

#actu h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

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

.btn{
	width: 92px;
	height: 17px;
	display:block;
	background: url("images/btn-plus.png") no-repeat 15px center #EC6225;
	padding: 16px 19px 10px 32px;
	color:white;
	float: right;
}

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

#galerie{
	padding-top: 30px;
	margin-top: 60px;
	background: url("images/pattern.png");
	height: 300px;
}

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

#galerie h2{
	margin-top: none;
	font-size: 35px;
	color: white;
	border: none;
	text-align: center;
}

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

/* --------- PAGE LES CONCCURENTS --------- */

#imgedition2 {
	/*border: 1px solid;*/
	width: auto;
	height: 300px;
	margin-top: 50px;
	background: url(images/imgconcurrents.jpg) center fixed;
	background-size: cover;
}

.container li {
	padding-left: 20px;
	list-style: disc;
}

/* --------- PAGE L'AFRIQUE --------- */

#imgedition3 {
	/*border: 1px solid;*/
	width: auto;
	height: 300px;
	margin-top: 50px;
	background: url(images/imgafrique.jpg) center fixed;
	background-size: cover;
}

/* --------- PAGE BOUTIQUE --------- */

#boutique{
	
}

#boutique h2{
	margin: 12px 0px 20px 0px;
	font-size: 16px;
	color: #666;
	border: none;
}

#textboutique{
	font-size: 30px;
}

.product{
	text-align: center;
	padding:5px;
	display: block;
	border: 1px solid #ddd;
	width: 242px;
}

.product:hover{
	background-color: gainsboro;
}

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

strong{
	font-weight: bold;
}

/* --------- PAGES PRODUITS --------- */

#ficheproduit{
	/*border: 1px solid;*/
	margin-top: 10px;
	padding-top: 20px;
}

#ficheproduit h2{
	font-size: 30px;
	margin: 20px 0px 35px 0px;
}

#ficheproduit a{
	padding: 5px;
	color:grey;
	border: 1px solid;
}

#ficheproduit a:hover{
	background-color: gainsboro;
}

#stock {
	padding: 5px 0px 5px 5px;
	width: 55px;
	border: 1px solid #06C706;
	color: #06C706;
}

#retour{
	margin-bottom: 30px;
}

#price2{
	margin-bottom: 25px;
	font-size: 25px;
	color: #666;
	font-weight: bold;
}

.lignegrise{
	background-color: #efefef;
}

.col2 td{
	font-size: 17px;
	padding: 10px 170px 10px 10px;
}

#ficheproduit h3{
	margin: 50px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
}

/* --------- PAGES CONTACT --------- */

#contact input[type="text"], #contact input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 1px solid grey;
}

#contact textarea {
	width: 100%;
	height: 152px;
	padding: 10px;
	border: 1px solid grey; 
	resize: horizontal none;
}

#contact p{
	font-size: 15px;
	color: grey;
}

#contact input[type="submit"] {
	display: block;
    width: 280px;
    padding: 12px;
	margin: 30px auto;
    border: 1px solid grey;
	color: grey;
    font-size: 15px;
	font-weight: bold;
    background: #ffcf00;
}

#contact input[type="submit"]:hover {
	background-color: grey;
	color:#ffcf00;
	cursor: pointer;
}