::-webkit-scrollbar
{
    display: none;
}

@font-face
{
	font-family: 'quicksand';
	src: url('font/quicksand/Quicksand-Regular.otf');
}

@font-face
{
	font-family: 'bebas';
	src: url('font/bebas_neue/BebasNeue.otf');
}


*
{
	font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}

p
{
	font-family: 'quicksand';
	font-size: 1em;
	word-wrap: break-word;
}

em
{
	font-style: normal;
	color: #ec0036;
	font-size: 1.2em;
}

a
{
	text-decoration: none;
}

body
{
	background-color: #D7D3BB;
	cursor: default;
	margin: 0px;
	padding : 0px;
}

header
{
	z-index: 1;
	margin: 0px;
	padding : 0px;
	min-height : 100%;
	background: url(image/wallpaper.jpg);
	background-attachment: solid;
	background-size: 100% 100%;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}

#headerLeft
{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2% 30px 0px;
	width: 28%;
	height: 50px;
	padding: 0px;
	color: white;
	font-family: bebas;
	font-size: 3em;
	text-align: right;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}
#headerRight
{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 30px 2%;
	width: 28%;
	height: 50px;
	padding: 0px;
	color: white;
	font-family: bebas;
	font-size: 3em;
	text-align: left;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}
#logo
{
	display: inline-block;
	vertical-align: middle;
	margin: -5px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 40%;
	padding: 0px;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}
@media screen and (max-width: 750px)
{
    #headerLeft
	{
		font-size: 2.5em;
	}

	#headerRight
	{
		font-size: 2.5em;
	}
}
@media screen and (max-width: 500px)
{
    #logo
    {
    	display: block;
		margin: auto;
    	width: 70%;
    }

    #headerLeft
	{
		display: block;
		margin: auto;
		width: 70%;
		text-align: center;
		font-size: 3em;
	}

	#headerRight
	{
		display: block;
		margin: auto;
		width: 70%;
		text-align: center;
		font-size: 3em;
	}
}

#nav
{
	z-index: 2;
	background-color: #ec0036;
	height: 40px;
	width: 100%;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}


.navItem
{
	display: float;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33.333%;
	height: 33px;
	text-align: center;
	font-family: "quicksand";
	font-size: 1.2em;
	color: white;
	padding-top: 7px;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}

.navItem:hover
{
	background-color: #fe4a03;
}

#cart
{
	overflow: hidden;
	z-index: 2;
	display: absolute;
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #fe4a03;
	height: 30px;
	width: 30px;
	margin-top: 50px;
	margin-right: 0px;
	font-family: "quicksand";
	font-size: 1.2em;
	font-weight: bold;
	color: #fe4a03;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	cursor: pointer;

	transition: all 0.2s;		-webkit-transition: all 0.2s;
}

#cart:hover
{
	background-color: #ec0036;
	width: 140px;
	color: white;
}
@media screen and (max-width: 600px)
{
    #cart:hover
	{
		width: 30px;
		color: #fe4a03;
	}
}

/*#cart
{
	color: white;
	transition: all 0.2s;		-webkit-transition: all 0.2s;
}*/

.begin
{
	background-color: blue;
	display: block;
	height: 40px;
	width: 100%;
}

section.article
{
	background-color: white;
	display: block;
	min-height: 550px;
	padding: 0px;
	margin: 10px 5% 40px 5%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 5px black;

	transition: all 0.2s;		-webkit-transition: all 0.2s;
}
@media screen and (max-width: 500px)
{
	section.article
	{
		min-height: 0px;
	}
}
@media screen and (max-width: 750px)
{
	section.article
	{
		min-height: 0px;
	}
}

.button
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	background-color: #fe4a03;
	font-family: quicksand;
	color: white;
	font-size: 1.2em;
	text-align: center;
}
.button:hover
{
	background-color: #ec0036;
	cursor: pointer;
}

#addCart1, #addCart2, #addCart3
{
	margin: 30px 0px 0px 20%;
}

.field
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 40%;
	margin: 25px 1% 10px 1%;
}
@media screen and (max-width: 500px)
{
	.field
	{
		display: block;
		width: 100%;
		margin: 30px auto 10px auto;
	}
}

.layer
{
	display: block;
	position: absolute;
	top: 0px;
	width: 95%;
	z-index: 1;
}

.layerBase
{
	position: relative;
	z-index: 0;
}

.options
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 55%;
	/*height: 500px;*/
	margin: 25px 0px 25px 0px;
}
@media screen and (max-width: 500px)
{
	.options
	{
		display: block;
		width: 100%;
		margin: 30px auto 10px auto;
	}
}

h3
{
	font-family: quicksand;
	font-size: 1.2em;
	color: #666666;
	margin-left: 20%;
}

.optionName
{
	display: inline-block;
	width: 80px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-left: 15%;
}

.listColors
{
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	height: 20px;
	padding: 0px;
	padding-left: 0px;
	margin: 3%;
}

.colorItem
{
	display: inline-block;

	position: relative;
	vertical-align: bottom;
	height: 100%;
	width: 20px;

	box-shadow: 0px 0px 3px black;

}
.colorItem:hover
{
	cursor: pointer;

}

.green{background-color: green;}
.pink{background-color: #FF00DD;}
.blue{background-color: blue;}
.red{background-color: red;}
.lightBlue{background-color: #00AAFF}
.orange{background-color: orange;}


#articleConcours
{
	border-style: solid;
	border-width: 10px;
	border-color: #ec0036;
}
#imageConcours
{
	display: block;
	width: 60%;
	margin: 25px auto 25px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 2px black;
}
#concoursTitle
{
	font-family: bebas;
	text-align: center;
	font-size: 6em;
	color: #ec0036;
	margin-bottom: 0px;
}
#gobFlan
{
	font-family: quicksand;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	color: #fe4a03;
}
#concoursTxt
{
	position: relative;
	color: #777777;
	padding: 0px 20% 0px 20%;
}
#postVid
{
	display: block;
	background-color: #44609d;
	width: 30%;
	margin: auto;
	margin-bottom: 25px;
}
#postVid:hover
{
	background-color: #ec0036;
}
@media screen and (max-width: 600px)
{
	#gobFlan
	{

		font-size: 3em;
	}
	#imageConcours
	{
		width: 90%;
	}
}
@media screen and (max-width: 500px)
{
    #concoursTitle
	{
		font-size: 4em;
	}
	#gobFlan
	{

		font-size: 2em;
	}
}

#fieldJPhone
{
	margin-left: 3%;
}

#articleJPad
{
	margin-bottom: 100px;
}
