
.listitems {
	width : 100%;
	display:inline-block;
/*	margin-top: 1em;*/
	margin-bottom: 1em;
}

.basket {
	width : 100%;
	display:inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.baskitem , .baskitem strong{
	font-size: 0.8em !important;
	text-align:left;
	color: var(--baskfg-color);
	background: var(--baskbg-color);
  border: 1px rgba(221,221,221,.3) solid;
	display:flex;
}
.baskitem div {
	font-size: 1em !important;
}
.baskhdr , .baskhdr strong{
	font-size: 0.9em !important;
	font-weight: 500;
	text-align:left;
	color: var(--fg-hl-color);
  /*background: rgba(221,221,221,.3) !important; */
  background: var(--baskhdrbg-color) !important;
	color: var(--baskhdrfg-color);
	padding: 8px 3px;
	display:flex;
}
.baskhdr div {
	background: transparent !important;
}
.labbaskhdr {
	display:inline-block;
	text-align:left;
/*	min-width:20em; */
  width: 100%; /*-webkit-fill-available;*/
	float: left;
}
.baskrighthdr {
    display: inline-block;
    min-width: 6em;
    text-align: center;
    float: right;
}
.labbaskitem {
	display:inline-block;
/*	min-width:20em;*/
  width: 100%; /*-webkit-fill-available;*/
	float: left;
	padding: 12px 3px;
}
.baskright {
	display:inline-flex;
	float: right;	
}
/*
.baskright , .baskright div{
	font-size: 1em !important;
}
*/
.labprice {
	/*font-size: 1em !important;*/
	display:inline-block;
/*	min-width:3em;	
  padding: 12px 0px;
  padding: 0px;
	*/
	text-align:right;
	margin: auto;
	margin-right: 4px;
}
.labprice:after {
	content: '\0020AC'; /* € */
}

#gammename , #rastvecname{
	color: var(--cust-hl-color);
  /*font-weight: bold;*/
  /*font-size: 1.2em;*/
	display:inline-block;
	font-weight: bolder;
/*	font-size: 1.1em;*/
}
.orderbutton {
	display: inline-block;
	position: relative;
	padding:10px 0px;
/*	font-weight:bold;*/
	background-color: #729EBF;
	background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
	background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 200%);
	border-radius: 32px;
  text-align: center;
	margin: 4px;
	font-variant: small-caps;
  font-style: italic;
}
.orderbutton:hover {
  background: #000000;
  background: #333a40;
	border: 2px solid;
	border-radius: 32px;
	border-radius: 8px;
	margin: 2px;
}
.orderbutton a {
	text-decoration:none;
	padding:10px 20px;
}

.orderbutton {
	padding:10px 20px;
  cursor: pointer;
}
.orderbutton a {
	text-decoration:none;
	padding:0px;
}

.orderbutton, .orderbutton a:link, .orderbutton a:visited, .orderbutton a:link, .orderbutton a:visited {
	color:#fff;
}
.orderbutton a:hover {
	background:transparent
}

/***********/
.linkbutton {
	font-size: 1em !important;
	display: inline-block;
	position: relative;
	padding:6px 10px;
	background-color: #729EBF;
	background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
	background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 200%);
	/*border-radius: 8px 8px 0 0;*/
	border-radius: 32px;
  text-align: center;
	font-variant: small-caps;
  font-style: italic;
/*	white-space: nowrap;*/
	line-height: 1em;
  margin: auto 2px;
	border-left: 2px solid  transparent;
	border-right: 2px solid  transparent;

	color: #fff !important;
	text-decoration:none;
  cursor: pointer;
}
@media (min-width: 576px) {
	.linkbutton {
		white-space: nowrap;
		line-height: initial;
	}
}
/*
.baskitem .linkbutton {
	font-size: 1.1em !important;
}
*/

.linkbutton:hover {
  background: #000000;
  background: #333a40;
	border: 2px solid;
	padding:4px 10px;
	border-radius: 8px;
	text-decoration: none;
}
.linkbutton.removebut {
  background: transparent;
}
.linkbutton.removebut:hover {
  background: red !important;
	color: #fff !important;
}

.linkbutton.largerbut {
	padding:10px 20px;	
}
.linkbutton.largerbut:hover {
	padding:8px 20px;	
}

/*
#packchoice {
	min-width:15em;
}
*/

.foldtitle {
	width: 100%;
}
.foldtitle , .foldmark, .foldtitle a , .foldtitle a:link , .foldmark a{
	padding: 0.3em 0 0.1em 0; 
	/*font-weight: 600;*/
}
.foldmark {
	width:fit-content !important;
	padding-left:4px;
}
.foldhdr,  .foldhdr a:link  {
/*	display: inline-block; */
	position: relative;
  color: #fff;
	background-color: #336699;
	background-image: -webkit-linear-gradient(top, #003652 0%, #336699 20%);
	font-variant: small-caps;
	font-style: italic;
	font-size: 1.2rem;
}
.foldhdr2,  .foldhdr2 a:link  {
  background-color: darkgrey;
  background-image: -webkit-linear-gradient(top, #444 0%, #777 50%);
  font-variant: initial;
  font-style: normal;
  font-size: 1.1rem;
}

/*
 a cause de google-translate qui encapsule dans dans un span notranslate et casse le width:100% du titre... 
*/
.foldhdr .notranslate {
	width:100%;
}
.foldhdr {
	display:flex;
}

#showbasket , .basketbut {
	z-index:99;
	position:sticky; 
	right:0px; 
	top:4px; /* pour ancienne version avec menus à gauche */ 
	top:48px;
	float:right;
	border: 2px solid #ffffff !important;
	background: green;
}
.basketbut {
	margin-top:-70px !important;
}
#showbasket {
	display:none; 
	margin-bottom:-70px !important;
}

#showbasket:hover , .basketbut:hover {
	background: black;
  background: #333a40;
}

/*
[class^="i_"]:before, [class*=" i_"]:before{
	font-size: 1.5em;
}
*/
.i-lg:before{
	font-size: 1.5em;
}
.i-sm:before{
	font-size: 0.8em;
}

#basketcount {
    position: absolute;
    /* left: 0; */
    right: 0px;
    top: -5px;
    /* bottom: 0px; */
    color: rgb(255, 255, 255);
    background-color: rgb(236, 47, 77);
    padding: 0px 4px 0px 4px;
    font-size: 0.7em;
    border-radius: 100%;
}
#selpackmap {
	background-color: #333A40;
	color: white;
	padding: 5px;
	width: 100%; /* je n'y suis pas arrivé avec max-width (force la taille de la page)... */
}

