@font-face {
font-family : "Roboto Condensed";
font-style : normal;
font-weight : 300;
src : url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
html{	
	margin: 0;
	padding: 0;
	height: 100%; 
}
body {
	margin: 0;
	padding: 0; 
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	background-color: #000;
	color: #FFC;
}
p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a{
  text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;
}
img{
	max-width:100%;
	max-height:100%;
	border-radius:2em;
	object-fit:cover;
}
#mainContainer {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
}
#top-nav {
	background: #306051;
	position: fixed;
	top: 0;	
	height: 5%;
	width: 100%;
	font-size: 1.5em;
	display:flex;
	justify-content: center;
	align-items: center;
}
.bloc-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo{
	width: 50px;
	background-image:url('img/icon-192x192.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cross{
	width: 50px;
}
#topContainer {
	position: fixed;
	top: 5%;
	width: 100%;
	overflow: hidden;
	z-index:0;
	height:67.5%;
}
#bottomContainer {
	position: fixed;	
	height: 30%;
	left:3%;
	width: 94%;
	overflow: hidden;
	bottom: 2%;
	z-index:-1;
}
.bottom-mobile-nav {
	visibility: hidden;
}
table.unstyle {
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 1px;
}
table.unstyle tr {
	height: 100%;
}
table.unstyle td {
	height: 100%;
	width: 3.03vw;
	padding: 0px;
	border: 0px;		
}
.drvide{
	background:none; 
}
.dfleur{
	background-image:url('img/cannabis-32.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.dresin {
	background-image:url('img/cannabis-resine-32.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.dhuile {
	background-image:url('img/cannabis-oil-32.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.drliqu {
	background-image:url('img/cannabis-oil-32.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.drpuff {
	background-image:url('img/cannabis-32.webp'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fleuro{
	background-image:url('img/w40/eu.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.suisse{
	background-image:url('img/w40/ch.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.italie{
	background-image:url('img/w40/it.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.france{
	background-image:url('img/w40/fr.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fleur {
	color: #FFFFCC;
	background-color: #222;
}
.entete {
	color: #FECB01;
	background-color: #222;
}
.new {
	color: #D9534F;
	background-color: #222;
}
.promo {
	color: yellow;
	background-color: #555;
}
.vide {
	color: green;
	background-color: #222;
}
.trans {
	background-color: transparent;
}
.slick-slide {
	height: auto;
}
.slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.button-3 {
    appearance: none;
    background-color: #DFF0D9;
    border: 1px solid rgba(27,31,35,.15);
    border-radius: 6px;
    box-shadow: rgb(27 31 35 / 10%) 0 1px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 120px;
}
.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}
.button-3:hover {
  background-color: #54A55F;
}
.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}
.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}
.button-3:active {
  background-color: #54A55F;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}
/* DivTable.com */
.divTable{
	display: table;
	/*width: 100%;*/
	border: 3px solid #FFF;
}
.divTableRow {
	display: table-row;
}
.divTableCell{
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding: 0px;
	width:16%;
}
.divTableBody {
	display: table-row-group;
}
.block-text{
		display: none;
}