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

.white-color {
	color: white;
}

fw-bo

.left { float: left; }
.clear { clear: both; }
.inside { width: 100%; overflow: hidden; }

.red { color: #fc7404; }
.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/halftone-black-2.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: 259px; margin: 0; padding: 0; }
header h1 { font-family: 'Roboto', sans-serif; font-size: 1.8em; font-weight: lighter; color: #000; }
header h2 { font-family: 'Roboto', sans-serif; font-size: 0.9em; font-weight: lighter; color: #fff; text-align: center;margin-bottom: 0px !important; }

#h-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 { display: flex; justify-content: center; width: 100%; height: 111px; }

#h-l-top {
    display: flex;          /* Active le mode flexbox */
    align-items: center;     /* Centre verticalement les éléments */
    justify-content: flex-start; /* (Optionnel) Centre horizontalement les éléments */
}

#logo-top { 
	float: left; 
	width: 200px; 
	height: 120px; 
	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);*/ }



#h-b-nav { 
	width: 720px; 

	margin: auto; padding: 0; 
	font-family: 'Oswald', sans-serif; 
	font-size: 12px; 
	text-transform: uppercase; 
	text-align: center; }
#h-b-nav li { margin: 0; padding: 0; }
#h-b-nav li a { color: white; float: left; width: 90px; height: 90px; margin: 0 10px; padding: 0; font-weight: 700; text-decoration: none; transition: color 0.3s ease; }
#h-b-nav li a img { width: 80px; height: 70px; margin: 0; padding: 0; transition: background-color 0.3s ease; border-radius: 10px; }
#h-b-nav li a:hover img { background: #fc7404 }
#h-b-nav li a:hover {  color: #fc7404; }
#h-b-nav li.active img { width: 90px; height: 70; margin: 0; padding: 0; background: #fc7404 }

.center-wrapper {
	display: flex;
    justify-content: end; /* Centre horizontalement */
    align-items: center;     /* Centre verticalement */
    flex-direction: column;  /* Aligne les éléments en colonne */
    text-align: center;      /* Centre le texte horizontalement */
	gap: 1.5em;
	margin-bottom: 10px;
}


.text-container {
	width: 100%;
    background-color: #fc7404; /* Fond semi-transparent */
    padding: 10px;                        /* Espace autour du texte */
    border-radius: 8px;                   /* Coins arrondis */
	margin-bottom: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}


img#livraison {
	width: 12rem;
	border-radius: 5px;
}
img#img-paiement{
		width: 100%;
	}


/******************* CONTAIN *******************/
#logo {width: 12rem;}
#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: #fc7404; 
	border-top: 2px solid #fc7404;
	border-bottom: 2px solid #fc7404; }
.section { }

#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: #fc7404; 
	border-bottom: 2px solid #fc7404; }

.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: #fc7404; text-transform: uppercase; }
.column-right p span { color: #fc7404; }

.horaires-text {
	font-family: 'Open Sans', sans-serif; font-weight: lighter; text-align: left;
}

/******************* CONTENT *******************/
#content { float:left; width: 730px; }

#bannerimg { 
	width: 730px; 
	height: 220px;
}

#bannerimg img{ 
	width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: fill;
}

#banner { 
	float:left; 
	width: 730px; 
	height: 220px; 
	background: #fc7404 url(../img/bg/halftone-black.png) bottom repeat-x;
	border: 10px #fc7404 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; }

.m-r-8 { margin-right: 8px; }

.title { 
	margin: 10px 0 0 0; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.8em; 
	text-transform: uppercase;
	color: #fc7404; }
.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: #fc7404; }
.subtitle { 
	width: 730px; 
	height: 35px;
	margin-top: 10px;
	background: #fc7404; 
	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: 160px; 
	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 {
		width: 100%;                      /* Largeur de l'image à 100% du conteneur */
		height: 75px;                    /* Hauteur fixe */
		object-fit: contain;                /* Recadre pour remplir sans distorsion */
		border-radius: 8px;               /* Coins arrondis */
		margin-bottom: 10px;              /* Espacement sous l'image */
	}
.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: #fc7404; }
.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: #fc7404; width: 100%;}
.product-desc { float: left; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: center; width: 100%;}

.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; }

.product-bouteilles-container {
    display: flex;             /* Active Flexbox */
    flex-direction: row;       /* Positionne les items en ligne (row) */
    justify-content: space-between; /* Espace entre les items */
    align-items: center;       /* Centre les items verticalement */
}

.product-bouteilles-desc {
    flex: 1;                   /* Chaque item prend 1 part de l'espace disponible */
    text-align: center;        /* Centre le texte à l'intérieur de chaque item */
}

.product-bouteilles-item {
    flex: 1;                   /* Chaque item prend 1 part de l'espace disponible */
    text-align: center;        /* Centre le texte à l'intérieur de chaque item */
}
/******************* 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: #fc7404; }

#open-hour { 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: #fc7404; }

#phone { 
	margin-top: 10px;
	width: 190px; 
	height: 35px;
	background: #000 url(../img/bg/halftone-red.png) repeat-x; 
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 400;  
	text-align: center; 
	color: #fff; }

#delivery { 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.3em; text-transform: uppercase; color: #fc7404; }
#delivery p span { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.3em; text-transform: uppercase; color: #fc7404; }

#payment { 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: #fc7404; }

/******************* FOOTER *******************/

footer {
	 clear: both;
	 background: #fc7404 url(../img/bg/halftone-black.png) bottom repeat-x;
	 display: flex;                   /* Active Flexbox */
	 justify-content: center;         /* Centre horizontalement tout le contenu */
	 align-items: center;
	 padding: 20px;
	}

#footer- { display: flex;                   /* Active Flexbox pour centrer les éléments dans #footer- */
    justify-content: center;         /* Centre les éléments horizontalement */
    align-items: center;             /* Centre les éléments verticalement */
    width: 100%;     }

	#footer-content {
		display: flex;                   /* Active Flexbox pour aligner les items dans footer-content */
		justify-content: center;         /* Centre horizontalement les items */
		align-items: center;             /* Centre verticalement les items */
	}

	#footer-content a {
		font-size: 1.1em;
		text-decoration: none;
		color: white;
	}

#footer- #logo-bottom { 
	width: 960px; 
	margin: 0 auto; }
#footer- #logo-bottom img { 
	width: 150px;
	/*-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; }

#copright { 
	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: #fc7404; 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: #fc7404; 
	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; }