﻿@font-face {
    font-family: 'speedwayregular';
    src: url('../fonts/as-speedway-webfont.eot');
    src: url('../fonts/as-speedway-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/as-speedway-webfont.woff2') format('woff2'),
         url('../fonts/as-speedway-webfont.woff') format('woff'),
         url('../fonts/as-speedway-webfont.ttf') format('truetype'),
         url('../fonts/as-speedway-webfont.svg#as_speedwayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

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

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****************************************************
	CHEATS
***************************************************/
.nohighlight {
	border: none !important;
}

.nopad {
	padding: 0 !important;
}

.thumbnail {
	box-shadow:0 1px 1px #999999;
	border-radius: 0;
}

blockquote {
	border-left: 5px solid #555 !important;
}

footer a, footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: none;
}


/****************************************************
	Divers et d'été
***************************************************/
.arrowbottom {
	background: url(../images/page-down.png);
	height: 31px;
	width: 36px;
	display: block;
	margin-top: 25px
}


.form-control:focus, a:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: rgba(196, 12, 47, 0.8);
box-shadow: none;
outline: 0 none;}

.button1, .button1:focus {
	background: #B40404;
	font-weight: 300;
	padding: 10px 35px 10px 35px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #8A0808;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

button:hover {
	box-shadow: 0px 0px 1px #000;
}

/****************************************************
	LAYOUTS
***************************************************/
html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
}

header {

}


.logohome {
	width: 65%;
}

section {
	padding: 100px 0 100px 0;
}

.parallax { 
	background-size: cover;
	color: #fff;
	background-size: cover;
	width: 100%;
	height: 300px;
	z-index: 0;
	text-align: center;
}

footer {
	padding: 20px 0 50px 0;
}

footer h3 {
	font-family: 'open_sansregular';
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 20px;
}

/****************************************************
	MENU
***************************************************/
.mobilehook {
	display: none;
	width: 100%;
	padding: 15px;
	font-size: 25px;
	background: url(../images/pattern-black.png);
	box-shadow: 0px 0px 3px #000;
	position: fixed;
	top:0;
	text-align: center;
	z-index: 999;
	color: #fff;
}

.mobilehook span{
	float: left;
}	

.mobilehook img {
	float: right;
	height: 30px;
}

nav {
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../images/pattern-black.png);
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 1px 3px #000;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	margin: 0;
}

nav ul li a {
	color: #fff;
	font-size: 18px;
}

nav ul li a:hover, nav ul li a:focus {
	color: #fff;
	text-decoration: none;
}

nav ul li img {
	height: 40px;
}

/****************************************************
	TYPO
***************************************************/


/****************************************************
	THEME
***************************************************/
.black {
	background: url(../images/pattern-black.png);
	color: #fff;
}

.white{
	background: url(../images/whitebg.jpg);
	background-size: cover;
	color: #555;
}

.pattern {
	background: url(../images/pattern-epic.png);
	width: 100%;
	height: 100%;
}



/************************************************************************* Media Queries 992px **********************************************************************/		
@media handheld, only screen and (max-width: 992px)
	{
		.JumboTitle {
			width: 70%;
		}
	}

/************************************************************************* Media Queries 768px **********************************************************************/	


@media handheld, only screen and (max-width: 768px)
{
	/****************************************************
	CHEAT CODE
	****************************************************/
	.hiddenme {
		display: none !important;
	}
	
	.bx-wrapper .bx-prev {
		display: none;
	}

	.bx-wrapper .bx-next {
		display: none;
	}
	
	.bxslider h2, .bxslider p{
		text-align: left !important;
	}

	/****************************************************
	LAYOUTS
	****************************************************/
	header {

	}


	/****************************************************
		MENU
	***************************************************/

	.mobilehook {
		display: inline-block;
	}
	
	nav {
		text-align: center;
		background: transparent;
		margin-left: -80%;
		width: 80%;
		height: 100%;
		text-align: left;
		background: url(../images/pattern-black.png);
		position: fixed;
		top: 60px;
		z-index: 9999;
		box-shadow: 0px 0px 5px #000;
	}

	nav ul {
		list-style: none;
		padding: 0;
	}

	nav ul li {
		display: block;
		padding: 10px;
		font-size: 18px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		font-weight: normal;
	}
	nav ul li a {
		color: #fff;
		font-size: 1.1em;
		font-weight: 300;
	}
	
	.header {
		min-height: 100%;
	}
	
	.JumboTitle {
			float: center;
			margin: auto;
			width: 95%;
			padding-top:150px;
		}
	
}

/************************************************************************* Media Queries 992px **********************************************************************/		

@media handheld, only screen and (min-width: 768px)
	{
		.floatable {
			position: fixed;
			top: 0;
			bottom: initial;
			z-index: 9999;
		}
		
		nav ul li .active {
			border-bottom: 2px solid #ff0000;
		}		
	}
	
	
	


/****************** Ecommerce ********/		
 
.boutiquetitle {
	font-family: 'open_sansbold';
    text-transform: uppercase;
    font-weight: bold;
    -moz-text-shadow: 3px 3px #000;
    -webkit-text-shadow: 3px 3px #000;
    text-shadow: 2px 2px #000;
    margin-bottom: 25px;
    color: #fff;
} 

.archiveproduits figure {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px #555;
		border: 1px solid #999;
}

.archiveproduits figure img {
	padding: 10px;
	display: block;

}


.archiveproduits figcaption {
	border-top: 1px solid #e8e8e8;
	padding: 10px;
}
	
.archiveproduits h2 {
	font-size: 20px;
	font-weight: bold;
}	
	
.archiveproduits .price {
	font-size: 25px;
	color: #ff0000;
	font-weight: bold;
}

.archiveproduits .oldprice {
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
}
	
.archiveproduits .button, .archiveproduits .button:hover {
	    padding: 8px;
    border: 1px solid #d5d5d5;
    color: #5d5d5d !important;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;

}
  .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #ff0000;
    color: #fff;
  }
  
  
.pageproduits .price {
	font-size: 36px;
	color: #ff0000;
	font-weight: bold;
}

.pageproduits .oldprice {
	font-size: 30px;
	font-weight: bold;
	text-decoration: line-through;
}