/* RESET */

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;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline; }

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

strong { font-weight: bold; }

a, a:hover, a:visited, a:link, a:active { outline: none; }

/* GLOBAL */

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.inside { width: 100%; overflow: hidden; }

.red { color: #ec2e30; }
.yellow { color: #ffff00; }
.white { color: #fff; }

.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15.5px; }
.m-b-10 { margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 { float: left; text-transform: uppercase; }

li { display: inline; list-style: none; }

body { background:#fff url("../img/bg/bg-header.png") repeat-x; min-height: 100%; font-size: 1em; }

#container { width: 960px; margin: 0 auto; padding: 10px }

/******************* HEADER *******************/
header { clear: both; float: left; width: 940px; height: 280px; margin: 0; padding: 0; }
header h1 { font-family: 'Roboto', sans-serif; font-size: 1.5em; font-weight: lighter; color: #fff; }
header h2 { margin-top: 15px; font-family: 'Roboto', sans-serif; font-size: 0.9em; font-weight: lighter; color: #fff; text-align: center; }

#h-left { float: left; width: 720px; height: 249px; }
#h-right { float: left; width: 220px; height: 249px; }

#h-l-top { float: left; width: 720px; height: 138px; }
#h-l-bottom { float: left; width: 720px; height: 111px; }

#logo-top { 
	float: left; 
	width: 270px; 
	height: 130px; 
	margin: 0 20px 0 0;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);*/ }
#logo-top img {
	width: 270px; 
	height: 130px;}
	

#h-t-nav { 
	float: left; 
	width: 410px; 
	margin: 15px 0 0 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 19px; 
	text-transform: uppercase; }
#h-t-nav li { float: left; margin: 0 0 0 20px; padding: 0; }
#h-t-nav li a { float: left; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #fff; }
#h-t-nav li a img { margin: 0; padding: 1px 0 0 0; width: 22px; height: 20px; }
#h-t-nav li a:hover { color: #ffff33; }
#h-t-nav li.active { 
	float: left; 
	margin: 0 0 0 20px; 
	padding: 0; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffff33; }

#h-b-nav { 
	float: left; 
	width: 720px; 
	margin: 0; padding: 0; 
	font-family: 'Oswald', sans-serif; 
	font-size: 12px; 
	text-transform: uppercase; 
	text-align: center; }
#h-b-nav li { float: left; width: 120px; height: 70px; margin: 0; padding: 0; }
#h-b-nav li a { float: left; width: 120px; height: 70px; margin: 0; padding: 0; font-weight: 700; text-decoration: none; color: #fff; transition: color 0.3s ease; }
#h-b-nav li a img { width: 120px; height: 70px; margin: 0; padding: 0; background: #afafaf; transition: background-color 0.3s ease }
#h-b-nav li a:hover img { width: 120px; height: 70px; margin: 0; padding: 0; background: #ec2e30 }
#h-b-nav li a:hover { float: left; display: inline; width: 120px; height: 70px; margin: 0; padding: 0; color: #ec2e30; }
#h-b-nav li.active { float: left; display: inline; width: 120px; height: 70px; margin: 0; padding: 0; color: #ec2e30; }
#h-b-nav li.active img { width: 120px; height: 70px; margin: 0; padding: 0; background: #ec2e30 }

#circle {
	float: right;
	width: 190px;
	height: 190px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; border-radius: 50%; }

/* FORM SELECT CITY */

#circle {
	float: right;
	width: 190px;
	height: 190px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; border-radius: 50%; }
#circle img {
	float: right;
	width: 190px;
	height: 238px;}

label.custom-select { float: right; position: relative; display: inline-block; margin: 13px 0 0 0; outline: none;  }
.custom-select select {
	display: inline-block;
 	width: 190px;
	margin: 0;
	padding: 4px 3px 3px 5px;
 	outline: none; /* remove focus ring from Webkit */
   	background: #f8f8f8;
	font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: 2px solid #ec2e30; }
	
form select span { color: #ff00 }

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 	.custom-select select {
     	padding-right: 30px;    
   	}
}
    
/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
 	-webkit-box-shadow: 0 0 3px 1px #ec2e30;
  	-moz-box-shadow: 0 0 3px 1px #ec2e30;
  	box-shadow: 0 0 3px 1px #ec2e30; }
    
/* Select arrow styling */
.custom-select:after {
  	content: "▼";
  	position: absolute;
  	top: 0;
  	right: 0;
 	bottom: 0;
  	font-size: 60%;
 	line-height: 30px;
 	padding: 0 7px;
   	background: #ec2e30;
   	color: white;
  	pointer-events: none; 
 	-webkit-border-radius: 0 6px 6px 0;
   	-moz-border-radius: 0 6px 6px 0;
   	border-radius: 0 6px 6px 0; }
    
.no-pointer-events .custom-select:after { content: none; }

/******************* CONTAIN *******************/
#contain { float:left; clear:both; width: 940px; margin-bottom: 10px; }

#slogan {
	margin: 15px 0;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif; 
	font-size: 26px; 
	font-weight: 300; 
	text-transform: uppercase; 
	text-align: center; 
	color: #ec2e30; 
	border-top: 2px solid #ec2e30;
	border-bottom: 2px solid #ec2e30; }
.section { }
img.bottom-section  {width: 303px; height:  180px;}

#contain h2 {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif; 
	font-size: 2.8em; 
	font-weight: 400; 
	text-transform: uppercase; 
	text-align: left; 
	color: #ec2e30; 
	border-bottom: 2px solid #ec2e30; }

.privacy  { float: left; width: 100%; margin-right: 5px; }
.privacy p  { display: block; margin: 0 0 10px; font-family: 'Open Sans', sans-serif; font-weight: lighter; text-align: left; color: #666;}
.privacy h3 {
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 300; 
	text-transform: uppercase; 
	text-align: left; 
	color: #000; }

.column-left  { float: left; width: 255px; margin-right: 5px; }
.column-left h3 {
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 300; 
	text-transform: uppercase; 
	text-align: left; 
	color: #000; }

.column-right { float: left; width: 670px; font-size: 18px; }
.column-right p { display: block; margin: 0 0 10px; font-family: 'Open Sans', sans-serif; font-weight: lighter; text-align: left; color: #666; }
.column-right p strong { color: #ec2e30; text-transform: uppercase; }
.column-right p span { color: #ec2e30; }

/******************* CONTENT *******************/
#content { float:left; width: 730px; }

#banner { 
	float:left; 
	width: 730px; 
	height: 220px; 
	background: #ec2e30 url(../img/bg/halftone-black.png) bottom repeat-x;
	border: 10px #ec2e30 solid; }
#banner #category { float:left; width: 240px; height: 180px; padding: 0 0 0 20px; }

#banner #category h2#title { font-family: 'Roboto', sans-serif; font-size: 2.2em; font-weight: 400; color: #fff; }
#banner #category h3#subtitle { font-family: 'Roboto', sans-serif; font-size: 1.2em; font-weight: 300; color: #fff; }
#banner img {width: 440px !important; height: 200px !important; }

.m-r-8 { margin-right: 8px; }
.choice-pate-pizza { 
	float:left;
	width: 238px; 
	height: 220px; 
	margin-top: 10px; 
	border: 10px #ec2e30 solid; }

.title { 
	margin: 10px 0 0 0; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.8em; 
	text-transform: uppercase;
	color: #ec2e30; }
.title-size { 
	margin: 0 0 0 0; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.2em; 
	text-transform: none;
	color: #000; }
.title-size strong { color: #ec2e30; }
.subtitle { 
	width: 730px; 
	height: 35px;
	margin-top: 10px;
	background: #ec2e30; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.65em; 
	text-align: center;
	color: #fff; }

/* Product */
.w-57 { width: 57px; }
.w-58 { width: 58px; }
.w-86 { width: 86px; }
.w-87 { width: 87px; }
.w-173 { width: 173px; }
.w-173 { width: 175px; }
.w-720 { width: 720px !important; }
.h-90 { height: 90px !important; }
.h-255 { height: 255px !important; }
.text-align-l { float: left !important; margin-left: 10px !important; text-align: left !important; }

.product2 { 
	float: left; 
	width: 175px; 
	height: 165px;
	margin-top: 10px;
	background: url(../img/bg/halftone-grey.png) bottom repeat-x;
	border: 1px solid transparent;
	border-image: linear-gradient(white, #ebebeb); border-image-slice: 1; }
.product2 h6 { 
	clear: both;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size: 1.2em; 
	font-weight: 400;  
	text-transform: uppercase;
	text-align: center;
	color: #000; }

.product { 
	float: left; 
	width: 175px; 
	height: 225px;
	margin-top: 10px;
	background: url(../img/bg/halftone-grey.png) bottom repeat-x;
	border: 1px solid transparent;
	border-image: linear-gradient(white, #ebebeb); border-image-slice: 1; }
.product img { }
.product h6 { 
	clear: both;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size: 1.2em; 
	font-weight: 400;  
	text-transform: uppercase;
	text-align: center;
	color: #000; }
.product h6 span { 
	font-size: 0.7em; 
	color: #ec2e30; }
.h-20 { height: 20px !important; }
.h-175 { height: 175px; }
.h-220 { height: 220px; }

.product p, .product2 p { 
	clear: both; 
	height: 55px;
	margin: 0 2px; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400; 
	font-size: 0.8em; 
	line-height: 14px; 
	text-align: center;
	color: #666; }
.product-size { float: left; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: center; color: #000; }
.product-size span { padding: 0 5px; font-family: 'Oswald', sans-serif; font-size: 0.8em; text-align: center; color: #fff; text-transform: uppercase; background: #c41130; }
.product-price { float: left; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: center; color: #ec2e30; }

.product-ingr { height: 295px; background: url(../img/pizzas/ingredient-supplementaire.png) top right no-repeat }

p#asterix { margin: 10px 0 0 0; padding: 0; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.65em; line-height: 12px; color: #000; }

/******************* ASIDE *******************/
aside { float: right; padding: 0 0 0 20px; width: 210px; }
.m-t-10 { margin-top: 10px; }

#adress p { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 0.9em; text-align: center; color: #000; }
#adress p strong { font-weight: 300; font-size: 1.5em; text-transform: uppercase; color: #ec2e30; }

#open-hour { margin-top: 10px; padding-top: 15px; border-top: 2px #d3d1cd solid; }
#open-hour p { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 1em; line-height: 16px; text-align: center; color: #000; }
#open-hour p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.5em; text-transform: uppercase; color: #ec2e30; }

#phone { 
	margin-top: 10px;
	width: 190px; 
	height: 35px;
	background: #000; 
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 400;  
	text-align: center; 
	color: #fff; }
#phone a {
	text-decoration: none;
	color: #fff
}

#delivery { margin-top: 10px; padding-top: 10px; border-top: 2px #d3d1cd solid; }
#delivery p { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.8em; text-align: center; color: #000; }
#delivery p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.7em; text-transform: uppercase; color: #ec2e30; }
#delivery p span { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.3em; text-transform: uppercase; color: #ec2e30; }

#payment { margin-top: 10px; padding-top: 20px; border-top: 2px #d3d1cd solid; }
#payment p { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.65em; line-height: 12px; text-align: center; color: #000; }
#payment p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 2.2em; text-transform: uppercase; color: #ec2e30; }
#payment img { width: 190px; height: 43px; }

/******************* FOOTER *******************/

footer { /*position: absolute; bottom: 0; left: 0; right: 0;*/ clear: both; min-width: 960px; min-height: 146px; background: url(../img/bg/bg-footer.png) bottom repeat-x; }

#footer- { width: 960px; margin: 0 auto; padding: 10px; }

#footer- #logo-bottom { 
	width: 960px; 
	height: 80px; 
	margin: 0 auto; }
#footer- #logo-bottom img { 
	width: 178px;
	height: 90px;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);*/ }

nav ul#f-nav { 
	float: left; 
	width: 670px; 
	margin: 10px 0 0 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; }
nav ul#f-nav li { float: left; margin: 0 30px 0 0; padding: 0; }
nav ul#f-nav li a { 
	float: left; 
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff; }
nav ul#f-nav li a:hover { text-decoration: none; color: #ffff33; }

#Copyright { 
	float: right; 
	width: 270px; 
	margin: 10px 0 0 0; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 0.75em; 
	color: #fff; }
	
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

#contact_form{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2; }

#contact_form label { color: #ec2e30; width: 150px; float: left; margin-top: 7px; }
#contact_form input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	width: 200px;
	padding: 9px;
	background: #fff;
	border: solid 1px #e5e5e5;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: 0; }
#contact_form input, select {
	padding: 9px;
	border: solid 1px #e5e5e5;
	width: 200px;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; }
#contact_form textarea { font-family: 'Open Sans', sans-serif; width: 400px; max-width: 400px; height: 170px; line-height: 150%; font-size: 13px; }
#contact_form input:hover, textarea:hover,
#contact_form input:focus, textarea:focus { 
	border-color: #c9c9c9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.submit_btn {
	width: auto;
	padding: 9px 15px;
	background: #ec2e30; 
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer; }
.submit_btn:hover { background: #000; }
.success{
	width: 100%;
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
	font-size: 0.8em;
	color: #060; }
.error {
	width: 100%;
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
	color:  #F00;
	font-size: 0.8em; }

/* LIGHTBOX */

.box-lightbox {
	display: none; 
	width: 340px;
	padding: 15px 0 15px 0;
	text-align: center; 
	background: #000 /*url(../images/bg-header.jpg) repeat-x*/;
	
}
.box-lightbox { color:#fff; }

.box-lightbox label.custom-select { float: none !important; }
.box-lightbox label.custom-select select { width: 300px; }

/* FORMULAIRE */

.form { 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2; }
.form input, textarea { 
	width: 200px;
	padding: 9px;
	background: #fff;
	border: solid 1px #e5e5e5;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: 0; }

.form select {
	
	padding: 9px;
	border: solid 1px #e5e5e5;
	width: 200px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.form textarea { 
	width: 400px;
	max-width: 400px;
	height: 170px;
	line-height: 150%; }

.form input:hover, textarea:hover,
.form input:focus, textarea:focus { 
	border-color: #c9c9c9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { color: #ec2e30; width: 150px; float: left; margin-top: 7px; }
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #ec2e30; 
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer; }