@font-face {
    font-family: 'open_sansregular';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width:100%;
	margin: 0 auto;
	font-family: 'open_sansregular';
	background-color: white;
	overflow-x: hidden;

}

/* MENU DE NAVGIGATION HAUT DE PAGE */
#topMenu{
	font-family: 'open_sansbold';
	width: 100%;
	height: 90px;
	position: fixed;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	margin: auto;
	background-color: black;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}

#logoMenu{
	width: 160px;
	height: 60px;
	padding-top: 10px;
	padding-left: 10px;
}

#navTopMenu{
	padding-top: 40px;
	color: white;
	font-size: 1.1rem;
	display: flex;
	height: 90px;

}

#navTopMenu a{
	padding: 10px 10px 30px 20px;
	text-align: center;

}

#topMenu a{
	text-decoration: none;
	color: white;
}

#navTopMenu a:hover{
	background-color: white;
	color: black;
}

#searchForm input{
	height: 34px;
	margin-top: 30px;
	border-radius:5px 0 0 5px;

}

#searchForm button{
	height: 40px;
	width: 40px;
	background-color: #A22020;
	border: 2px solid #A22020;
	position: relative;
	left: -2px;
	top: 2px;
	border-radius: 0 5px 5px 0;
}

#searchForm button i{
	font-size: 1.3rem;
}

#searchForm button:hover{
	cursor: pointer;
	border: 2px solid #E50409;
}

#shopping-cart{
	display: flex;
	color: white;
	padding-top: 15px;
}

#shopping-cart i{ 
	padding-top: 20px;
	padding-right: 15px;
}

/*          menu de navigation hover    */

/*diaporama */

#diaporama{
	width: 100%;
	height: 600px;
	z-index : 6;
}

#carousel{
	width: 100%;
	height: 600px;
	margin: auto;
	overflow: hidden;
}

#carousel-slides {
	display: flex;
	height: 600px;
}

.imgSlide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#imgText{
	font-family: 'open_sansbold';
	font-size: 1.5rem;
	width: 55%;
	position: relative;
	top: -330px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background-color: rgba(255, 0, 0, 0.4);
	color: white;
	
}

/* DIV HOVER PRODUIT */

.divProducts{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 90px;
	background-color: white;
	border-bottom: 1px solid black;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	display: none;
}

.divProducts a{
	font-family: 'open_sansbold';
	color: black;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.imgProducts{
	display: flex;
	justify-content: space-around;
	width: 595px;
	overflow: hidden;
}

.divProducts .product{
	height: 200px;
	width: 160px;
}



.new{
	position: relative;
	top: -70px;
	left: 0px;
	width: 80px;
	height: 30px;

}

.imgFront{
	width: 170px;
	height: 240px;
	border: 1px solid black;
	margin: 2px;
	background-color: white;
}

.imgFront p{
	font-family: 'open_sansbold';
	position: relative;
	color: black;
	font-size: 1.8rem;
	left: 0px;
	top: -65px;
}

#red{
	margin-top: 90px;
	width: 100%;
	height: 20px;
	background-color: #A22020;
	z-index: 10;
}

#red2{
	width: 100%;
	height: 20px;
	background-color: #A22020;
	z-index: 10;
}

.black{
	width: 100%;
	height: 10px;
	background-color: black;
	z-index: 10;
}


/*CONTENU PAGE HOME*/

#containerHome{
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

#navHome{
	border: 5px solid #A22020;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 250px;
	margin-left: 20px;
	font-family: 'open_sansbold';
	padding: 10px;
}

#navHome2{
	border: 5px solid #A22020;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 250px;
	margin-right: 20px;
	font-family: 'open_sansbold';
	padding: 10px;
}

#navHome a, #navHome2 a{
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	margin: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A22020;
	text-align: center;
	border: 5px solid white;
}

#navHome a:hover, #navHome2 a:hover{
	color: #A22020;
	background-color: white;
	border: 5px solid black;
}

#productsHome {
	height: 250px;
	border: 5px solid #A22020;
	width: 600px;
	margin-left: 10px; 
	margin-right: 10px; 
	padding: 10px;
	text-align: center;
}

#logoHome{
	margin: auto;
	width: 580px;
	height: 250px;
}

.product{
	height: 200px;
	width: 170px;
}

/* FOOTER */
footer{
	background-color: black;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#footerMenu{
	list-style-type: none;
	color: white;
	display: flex;
	width: 340px;
	height: 40px;
}

#footerMenu a{
	text-decoration: none;
	color: white;
	font-size: 2rem;
	padding: 10px 10px 10px 10px;
	background-color: black;
	border-radius: 5px;
}

#footerMenu a:hover{
	color:black;
	background-color: white;
}

#contact{
	height: 40px;
	width: 200px;
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
}

footer a{
	font-family: 'open_sansbold';
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	margin-top: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	color: white;
	padding-bottom: 10px;
}

footer a:hover{
	background-color: white;
	color: black;
}

footer p{
	width: 400px;
	text-align: center;
	font-size: 0.6rem;
	padding-top: 30px;
	color: white;
	position: relative;
	left: -60px;

}

/* MEN */

.men{
	margin-top: 80px;
	background-color: #A22020;
	height: 18px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/men.png);
	background-repeat: repeat-x;
	border-bottom: 3px solid black;
}

.containerHome{
	z-index: 100;

	justify-content: space-between;
	margin-bottom: 10px;
}

.choose{
	width: 300px;
	height: 44px;
	border: 5px solid black;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}

/* RESPONSIVE */ /* RESPONSIVE */ /* RESPONSIVE */ /* RESPONSIVE */ /* RESPONSIVE */

@media screen and (max-width: 1024px){
	#searchForm{
		display: none;
	}

	.divProducts{
		display: none;
	}

}

@media screen and (max-width: 768px){
	#productsHome{
		width: 380px;
		height: 260px;
	}

	#productsHome img{
		width: 300px;
		height: 160px;
		margin-top: 40px;
	}

	#navHome{
		height: 260px;
	}
}

@media screen and (max-width: 414px){
	#topMenu{
		flex-direction: column;
		height: 150px;
		justify-content: space-around;
	}

	#navTopMenu{
		flex-direction: column;
	}

	#searchForm{
		display: none;
	}

	#red {
		margin-top: 150px;
	}

	#imgText{
		width: 80%;
	}

	.divProducts{
		display: none;
	}

	#logoMenu{
		position: relative;
		top: 35px;
		left: 30px;
		padding: 0;
		width: 220px;
		height: 90px;
	}

	#navTopMenu{
		padding: 0;
		width: 130px;
		position: relative;
		left: 270px;
		top: -60px;
		padding-right: 5px;
	}

	#navTopMenu a{
		padding: 0;
		text-align: right;
	}

	#shopping-cart{
		position: absolute;
		top: 100px;
		left: 240px;
		padding: 0;
	}

	.imgSlide {
		background-position: top;	
	}

	footer{
		flex-direction: column;
		position: relative;
		height: 150px;
		margin: auto;
	}

	footer p{
		display: none;
	}

	#footerMenu{
		position: relative;
		left:80px;
		width: 100px;
	}

	#contact{
		position: relative;
		left:110px;
	}

	.imgProducts{
		flex-direction: column;
	}

	#containerHome{
		flex-direction: column;
	}

	#navHome{
		height: 260px;
		width: 280px;
		margin: auto;
	}

	#productsHome{
		display: none;
	}

}

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

	#shopping-cart{
		position: absolute;
		top: 100px;
		left: 200px;
		padding: 0;
	}

	#navTopMenu{
		padding: 0;
		width: 130px;
		position: relative;
		left: 225px;
		top: -50px;
		padding-right: 5px;
	}

	#logoMenu{
		position: relative;
		top: 35px;
		left: 30px;
		padding: 0;
		width: 190px;
		height: 80px;
	}
	#footerMenu{
		position: relative;
		left: 90px;
	}
	#contact{
		position: relative;
		left: 120px;
	}

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

	#logoMenu{
		position: relative;
		top: 15px;
		left: 10px;
		padding: 0;
		width: 180px;
		height: 70px;
	}

	#navTopMenu{
		width: 130px;
		position: relative;
		left: 180px;
		top: -60px;
	}

	#shopping-cart{
		left: 150px;
	}

	#footerMenu{
		left:60px;
	}

	#contact{
		left:90px;
	}
}


}
