/*
  @Nuno Costa [criacaoweb.net] Utils CSS.
  @Licensed under GPL2 and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
        -  http://meyerweb.com/eric/tools/css/reset/index.html 
  
  --------------------------------------------------------------- 
*/
/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */
/* v1.0 | 20080212 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
Stantby for nowbody {
	line-height: 1;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
/* Stylesheet: ncleanblueutils Modified On 2009-05-11 02:38:10 */
/*
  @Nuno Costa [criacaoweb.net] Core CSS.
  @Licensed under GPL and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
  
  --------------------------------------------------------------- 
*/
/*----------- Global Containers ----------- */
/* 
.core-wrap-100   =  width - 100% of Browser Fluid
.core-wrap-960   =  width - 960px  - fixed
.core-wrap-780   =  width - 780px  - fixed
.custom-wrap-x   =  width -  custom   - declared in another css (your site css)
*/
.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-780 {
	width: 780px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-780,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-780  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-780  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-780   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
/* Stylesheet: ncleanbluecore Modified On 2009-05-11 02:35:43 */
body {
	font-family: 'DIN';
	color: #000;
	background: #fff url(https://www.lepanierdesfees.com/uploads/images/FondSite.jpg) repeat-x fixed left bottom;
}

.carte {
    float: left;
    margin-right: 10px;
    padding : 1px;
    border: 1px solid #488502;
}

.imagetteproduit {
    position: absolute;
    z-index: 300;
    width: 45px;
    height: 45px;
    top: 5px;
    left: 0px;
    overflow: hidden;
}

.imagetteproduit:hover {
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    z-index: 400;
    -webkit-box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.5);   
    box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.5);
}


.commandes.facturation input {display: none;}

.shipping_info {display: none;}


.ensembleproduit { border-bottom: 1px dashed #488502; }

.ProductDirectoryItem {
    position: relative;
    min-height: 40px;
    line-height: 18px;
    float: left;
    padding-top: 8px;
    padding-bottom: 5px;
    width: 350px;
}

.addtocart {
    height: 30px;
    padding-top: 8px;
    margin-left: 350px;
    text-align: right;
    padding-bottom: 15px;
}

.addtocart select {
    max-width: 100px;
}

table.moncompte input, table.moncompte select { max-width: 150px; margin-bottom: 5px; font-size: 13px; padding: 3px;}
table.moncompte input:hover, table.moncompte input:focus,
table.moncompte select:hover, table.moncompte select:focus {
    border: 1px solid #af2e07;
    color: #af2e07;
    }

table.commandes {width: 100%; margin: 5px 0px 10px 0px; font-family: DIN}
table.commandes th { font-size: 14px;border-bottom: 2px solid #FFF; height: 20px; padding: 15px 5px 15px 5px; background-color: #6cb731; color: #FFF; font-family: DINMed; text-transform: uppercase;}

table.commandes tr { font-size: 14px; height: 30px; padding: 5px; background-color: #f6ffef; color: #000; border-bottom: 2px solid #FFF; }
table.commandes td { padding: 5px; }
table.commandes.tournees td { border-left: 2px solid #FFF; }
table.commandes td.checked { padding: 5px; background-color: #AF2E07}

table.commandes.prod tr { font-size: 13px; height: 30px; padding: 5px; background-color: #f6ffef; color: #000; border-bottom: 2px solid #FFF; }
table.commandes.prod tr.ligne2 { background-color: #e6efde; }

.cartitemtop { font-size: 14px;border-bottom: 2px solid #FFF; height: 20px; padding: 15px 5px 15px 5px; background-color: #6cb731; color: #FFF; font-weight: bold; }
.cartitemtop .itemref { padding: 5px; float: left; width: 50px; }
.cartitemtop .itemdesc { padding: 5px; float: left; width: 390px; }
.cartitemtop .itemquantity { padding: 5px; float: left; width: 50px;}
.cartitemtop .itemprice { padding: 5px; float: left; width: 130px;}
.cartitemtop .itemsstot { padding: 5px; float: left; width: 70px;}

.cartitem { font-size: 14px; height: 30px; padding: 5px; background-color: #f6ffef; color: #000; border-bottom: 2px solid #FFF; }
.cartitem .itemref { line-height: 20px;height: 20px;padding: 5px; float: left; width: 50px; }
.cartitem .itemdesc { line-height: 20px;height: 20px;padding: 5px; float: left; width: 390px; overflow: hidden;}
.cartitem .itemquantity { padding: 5px; float: left; width: 50px;}
.cartitem .itemprice { line-height: 20px;height: 20px; padding: 5px;float: left; width: 130px;}
.cartitem .itemprice input[type=checkbox] { margin: 0px 0px 0px 3px;}
.cartitem .itemprice input { font-size: 11px; }
.cartitem .itemsstot { line-height: 20px;height: 20px;padding: 5px; float: left; width: 70px;}

select, input, textarea {
    border: 1px solid #488502;
    max-width: 150px; 
    margin-bottom: 5px;
    font-size: 11px;
    font-family: 'DIN';
}

textarea { max-width: 450px; max-height: 120px;}

input[type=submit] {
    background-color: #6cb731;
    border: 1px solid #6cb731;
    color: #FFF;
    font-family: 'DINMed';
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(https://www.lepanierdesfees.com/uploads/PIE/PIE.htc);
    cursor: Pointer;
    font-size: 12px;
}

input.final[type=submit] {
    font-size: 14px;
}

input[type=submit]:hover {
    background-color: #f26223;
    border: 1px solid #f26223;
}

body span.skype_pnh_print_container {
  display:inline !important;
}

body span.skype_pnh_container {
  display:none !important;
}

table.producteurs { width: 100%;}
table.producteurs td { width: 33%; padding: 10px; }

@font-face {
    font-family: 'DINMed';
    src: url('https://www.lepanierdesfees.com/uploads/polices/din-medium-webfont.eot');
    src: url('https://www.lepanierdesfees.com/uploads/polices/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-medium-webfont.woff') format('woff'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-medium-webfont.ttf') format('truetype'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-medium-webfont.svg#DINMed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('https://www.lepanierdesfees.com/uploads/polices/din-regular-webfont.eot');
    src: url('https://www.lepanierdesfees.com/uploads/polices/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-regular-webfont.woff') format('woff'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-regular-webfont.ttf') format('truetype'),
         url('https://www.lepanierdesfees.com/uploads/polices/din-regular-webfont.svg#DIN') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'palettedregular';
    src: url('https://www.lepanierdesfees.com/uploads/polices/paletted-webfont.eot');
    src: url('https://www.lepanierdesfees.com/uploads/polices/paletted-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.lepanierdesfees.com/uploads/polices/paletted-webfont.woff') format('woff'),
         url('https://www.lepanierdesfees.com/uploads/polices/paletted-webfont.ttf') format('truetype'),
         url('https://www.lepanierdesfees.com/uploads/polices/paletted-webfont.svg#palettedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#panier {
	width: auto;
	background: transparent;
}

.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: normal; font-family: DINMed;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h2, h3, h4, h5 {
	line-height: 1.6em;
    font-family: 'palettedregular';
    font-size: 22px;
	font-weight: normal;
	width: auto;
    color: #488502;
    clear: both;
}

h2.prod {
    display: block;
    width: 350px;
    color: #FFF;
    margin-top: 10px;
    padding: 5px;
    padding-left: 15px;
    background-color: #488502;
}

/*default link styles*/
a, a:active, a:visited  {
	color: #f26223;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #6cb731;
    text-decoration: underline;
}

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 270px;
	width: 960px;
    position: relative;
}

#lienshaut {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 250px;
    height: 70px;
}

img.vignette {
    float: left;
    padding: 1px;
    border: solid 2px #CCC;
    margin: 5px;
    width: 150px;
    height: 150px;
}

span.vignettetitre { 
    display: block;
    float: left;
    width: 156px;
    margin: -4px 5px 0px 5px;
height: 25px; font-family: DINMed; text-transform: uppercase;
text-align: center;
line-height: 25px;
font-size: 13px;
}

img.vignette:hover {
    border-color: #6cb731;
}

#lienshaut a { color: #488502; }

#lienshaut p.tel {
    font-size: 22px;
    font-family: DINMed;
    color: #f26223;
    text-align: right;
    padding: 0;
    margin: 0 0 2px 0;
}

#lienshaut p.moncompte {
    font-size: 15px;
    font-family: DINMed;
    color: #488502;
    text-align: right;
    padding: 0;
    margin: 0 0 2px 0;
}

#lienshaut p.moncompte a {
    width: 130px;
    margin-left: 120px;
    text-align: center;
    display: block; 
    background-color: #f26223;
    color: #FFF;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(https://www.lepanierdesfees.com/uploads/PIE/PIE.htc);
    cursor: Pointer;
}

#lienshaut p.moncompte a:hover { text-decoration: none; background-color : #488502; }

#lienshaut p.monpanier {
    background: transparent url(https://www.lepanierdesfees.com/uploads/images/panier-ok.png) no-repeat 75px 0px;
    font-size: 14px;
    font-family: DINMed;
    color: #000;
    text-align: right;
    padding: 0;
    margin: 0 0 10px 0;
}

#lienshaut p.moncomptehaut {
    font-size: 15px;
    font-family: DINMed;
    color: #000;
    text-align: right;
    padding: 0;
    margin: 0 0 5px 0;
}

#horaires {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 250px;
    height: 120px;
}

#horaires p {
    font-size: 18px;
    font-family: DINMed;
    color: #f26223;
    text-align: right;
    margin: 0;
   padding: 0;
    padding-right: 30px;
}

#horaires p.ouverture {
   display: block;
   width: 110px;
   text-align: center;
   background-color: #6cb731;
   color: #FFF;
   height: 30px;
   line-height: 30px;
   margin: 0;
   padding: 0;
   font-size: 19px;
   margin-bottom: 3px;
   margin-left: 140px;
   -moz-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    	-webkit-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

#logo a {
	height: 256px;
	width: 766px;
	display: block;
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 80px;
	background: url(https://www.lepanierdesfees.com/uploads/images/newpanier2.png) no-repeat left top;
}

/* ------------ Content ------------ */
#content {
	width: auto;
    position: relative;
	text-align: left;
    
}

h1, h1.title {
	font-size: 28px;
	color: #f26223;
	margin-bottom: 5px; 
    font-family: 'palettedregular';
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
#main .products_category_list {
    width: 200px;
    float: left;
    margin: 10px;
    background-color: #f26223;
}

/* ------------ Side Bar (Left) ------------ */
#menu {
	width: 220px;
    background-color: #488502;
     -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);  
}

#menu ul {margin: 20px; border-top: 1px dashed #FFF;}
#menu ul ul {margin: 0px; border: none !important; margin-bottom: 5px;}
#main .products_category_list ul {margin: 10px 20px 20px 20px;}

#main .products_category_list li, #menu li {
    border-bottom: 1px dashed #FFF;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

#menu li li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;

}

#main .products_category_list li.catcat span {
    font-family: Paletted;
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}


#main .products_category_list li a, #menu li a { 
    font-family: DINMed;
    color: #FFF;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-transform: uppercase;
}

#menu li li a { 
    font-family: DINMed;
    color: #FFF;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-transform: none;
}

#main .products_category_list li a:hover {
    background-color: #fff;
    text-decoration: none;
    padding-left: 10px;
    color: #f26223;
}

#menu li a:hover {
    background-color: #f26223;
    text-decoration: none;
    padding-left: 10px;
    text-shadow: 0px 0px 2px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

#menu li li a:hover {
    background-color: #f26223;
    text-decoration: none;
    padding-left: 5px;
    text-shadow: 0px 0px 2px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

#menu li a.menuactive {
    background-color: #6CB731;
        text-decoration: none;
    padding-left: 10px;
 }
 
 #menu li li a.menuactive {
    background-color: #6CB731;
        text-decoration: none;
    padding-left: 5px;
 }
 
 
/*#menu li a.menuactive.menuparent {
    background-color: transparent !important;
        text-decoration: none;
    padding-left: 10px;
 }*/
 
    

/* ------------ Main (Right) ------------ */
#main {
	width: 718px;
    background-color: #fff;
     -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3); 
}

#diapo { margin-bottom: 10px; }

#main p {
    line-height: 20px;
    font-size: 15px;
    text-align: justify;
}

#main li {
    line-height: 20px;
    font-size: 15px;
}

#main p strong {
font-weight: normal; font-family: DINMed;
}

.contenu {
	width: auto;
	padding: 20px;
    min-height: 450px;
}


.contenu span.cadrevert {
   display: block;
   float: left; 
   clear: both;
   text-align: center;
   background-color: #6cb731;
   color: #FFF;
   width: 120px;
   height: 17px;
   line-height: 17px;
   margin: 0 15px 10px 0;
   padding: 5px;
   font-size: 16px;
   -moz-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.contenutexte {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.pied {
    width: auto;
    background-color: #488502;
    color: #FFF;
	padding: 15px;
    
}

.pied a { color: #fff; }

#main .pied p {
    line-height: 16px;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#main .pied p.adroite {
    float: right;
    display: block;
    width: 150px;
    text-align: right;
}

#main .pied p.agauche {
        float: left;
    display: block;
    width: 350px;
}
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #301E12;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

/* Stylesheet: PanierFees-style Modified On 2018-06-20 10:32:45 */
