/**********
 * Global *
 *********/
 
html{
	margin: 0px;
	padding: 0px;
	color: #313131;
	font-size: 12px;
	border: 0px solid transparent;
	font-family: 'Heebo',Arial,sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a{ 
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	color: #313131;
	font-family: Heebo;
}

img{ 
	border: none;
    width: 100%;
}
p{
	color: #313131;
	font-size: 1.4em;
  line-height: 130%;
  font-weight: 400;
	text-align: justify;
}
.menu_max_width {
	height: 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

:root {
  --bgHeight: calc(100vh - 83px);
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

::-moz-selection { color: #FFF; background: #94ba71; }
::selection  { color: #FFF; background: #94ba71; }

:-ms-input-placeholder{
  color: #94ba71;
  font-family: 'Heebo';
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 400;
}
::-ms-input-placeholder{
  color: #94ba71;
  font-family: 'Heebo';
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 400;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #94ba71; 
  opacity: 1; 
  font-family: 'Heebo';
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 400;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #94ba71; 
  opacity: 1; 
  font-family: 'Heebo';
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
}
::placeholder{
  color: #94ba71; 
  opacity: 1; 
  font-family: 'Heebo';
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 400;
}
:placeholder-shown {
  color: #94ba71; 
  opacity: 1; 
  font-family: 'Heebo';
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 400;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cnt{text-align:center;}
.alc{ text-align: center; }
.alr{ text-align: right; }
.prel { position: relative; }
.absolute { position: absolute !important; }
.ovhid{ overflow: hidden; }

/* SWEETALERT */
#strErreur, 
#strInfo,
#strValide,
#strLink{ display: none; }

.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}
.ptb30{padding: 30px 0;}
.ptb50{padding: 50px 0;}
.ptb80{padding: 80px 0;}
.is-hidden{display: none;}
.m0auto{ margin: 0 auto; }

/**********/

h1,h2,h3,h4{ margin: 0px; font-weight:normal; padding:0px;}
html, body {height: 100%;}
* {margin:0;padding:0;}


/*******************
**** PAGE LOADER ***
*******************/

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #000;
  z-index: 10000;
}
.page-loader .txt {
  text-align: center;
  top: 40%;
  font-size: 28px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Playfair Display';
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*************
**** BODY ****
**************/

.reg_content {
	width:100%;
	display:block;
	margin: 0 auto;
}

/* Required */
.hidden{opacity: 0;}
.visible{opacity: 1;}


/********************
**** BACK TO TOP ****
********************/

#returnOnTop {
  bottom: 2%;
	right: 1%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  filter: alpha(opacity = 50); /* IE < 8 */
  opacity: 0.5;
  position: fixed;  
  z-index: 1000;
}

#returnOnTop span {
  width: 2px;
  height: 2.5em;
  background-color: #94ba71;
  display: block;
  margin: 10px auto;
  position: relative;
}

#returnOnTop span:after {
  content: 'TOP';
  display: block;
  font-family: 'Playfaire Display';
  font-style: italic;
  letter-spacing: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#returnOnTop:hover {
  filter: alpha(opacity = 100); /* IE < 8 */
  opacity: 1;
}

/**************
*** GENERAL ***
**************/

/* JARALLAX */
.jarallax:after {
  content: '';
  display: block;
  top: 0;
  position: absolute;
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.35)), color-stop(70%, rgba(148,186,113,0.25)), color-stop(90%, rgba(148,186,113,0.30)));
  background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(148,186,113,0.25) 70%, rgba(148,186,113,0.30) 90%);
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(148,186,113,0.25) 70%, rgba(148,186,113,0.30) 90%);
  z-index: -10;
  width: 100%;
  height: 100%;
}
.dd-options li{
  display: flex;
}
.dd-options li a{
  flex: 1;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/***** Langue ******/
.langues{ padding: 8px 20px; }
.langues a {
    display: inline-flex;
    align-items: center;
    height: 10px;
    font-size: 1em;
}
.langues a.fr.select,.langues a.fr:hover  { 
    background: url('/imgs/picto/picto.langues.png') 0 0 no-repeat; 
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;           
}
.langues a.fr { 
    background: url('/imgs/picto/picto.langues.png') 0 -13px no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;           
}
.langues a.en.select,.langues a.en:hover  {
    background: url('/imgs/picto/picto.langues.png') 0 -26px no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;       
}
.langues a.en{ 
    background: url('/imgs/picto/picto.langues.png') 0 -39px no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;           
} 
#selectLangue .dd-option-image,
.dd-selected-image{
  width: auto;
}

.reg_content_container {
	background: url(/imgs/contenu/grappe-raisin-top-left.png) top left no-repeat, 
							url(/imgs/contenu/grappe-raisin-bottom-right.png) no-repeat bottom right;
	background-position: -23% -4%, 123% 104%;
	min-height: 100vh;
	padding-top: 25px;
}

.global_page_header {
	margin: 50px 0;
	/*background: #FFF;*/
}

.global_page_header h1 {
	font-size: 50px;
	color: #729475;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	text-align: center;
}

.global_page_header p  {
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
	font-weight: 200;
}

.global_page_header img {
	width: 280px;
	vertical-align: middle;
}

.btn-retour-carte {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #729475;
	color: #FFF;
	padding: 8px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.btn-retour-carte:before {
	content: '\2190';
	font-size: 14px;
}

.btn-retour-carte:hover {
	background: #5a7a5c;
	color: #FFF;
}

/* Bottom fixed back button */
.fixed_back_button {
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 1000;
	border-radius: 50%;
	display: none;
}

.fixed_back_button a img {
	background-color: #729475;
	padding: 10px;
	height: 30px;
	width: 30px;
}

/**************
*** ACCUEIL ***
***************/

.accueil .global_page_header{
	padding: 30px 0;
}

.carte_regions_vins .carte {
	position: relative;
}

.carte_regions_vins .carte_image {
	width: 800px;
	margin: 0 auto;
	display: block;
}

.carte_regions_vins .regions_carte_points .region {
	line-height: 32px;
	height: 32px;
	width: 32px;
	font-size: 17px;
	background-color: #94ba71;
	border-radius: 16px;
	display: inline-block;
	font-family: 'Heebo';
	font-weight: 600;
	text-align: center;
	position: absolute;
	border: 1px solid #678a74;
	top: 0;
	left: 0;
	z-index: 200;
}

.carte_regions_vins .regions_carte_points .region.champagne {
	background-color: #ffe29a;
	top: 125px;
	left: 460px;
}

.carte_regions_vins .regions_carte_points .region.lorraine {
	background-color: #8db1c2;
	top: 180px;
	left: 630px;
}

.carte_regions_vins .regions_carte_points .region.alsace {
	background-color: #c3c86c;
	top: 235px;
	left: 720px;
}

.carte_regions_vins .regions_carte_points .region.loire {
	background-color: #ffe300;
	top: 350px;
	left: 330px;
}

.carte_regions_vins .regions_carte_points .region.bourgogne {
	background-color: #b7fcb1;
	top: 310px;
	left: 530px;
}

.carte_regions_vins .regions_carte_points .region.jura {
	background-color: #f47f56;
	top: 345px;
	left: 640px;
}

.carte_regions_vins .regions_carte_points .region.bordelais {
	background-color: #c5dc8c;
	top: 430px;
	left: 310px;
}

.carte_regions_vins .regions_carte_points .region.beaujolais {
	background-color: #ffb689;
	top: 425px;
	left: 570px;
}

.carte_regions_vins .regions_carte_points .region.savoie {
	background-color: #5accae;
	top: 430px;
	left: 630px;
}

.carte_regions_vins .regions_carte_points .region.sud-ouest {
	background-color: #7da569;
	top: 555px;
	left: 380px;
}

.carte_regions_vins .regions_carte_points .region.rhone {
	background-color: #e3f47f;
	top: 545px;
	left: 580px;
}

.carte_regions_vins .regions_carte_points .region.languedoc {
	background-color: #587a59;
	top: 695px;
	left: 470px;
}

.carte_regions_vins .regions_carte_points .region.provence {
	background-color: #232323;
	top: 605px;
	left: 700px;
}

.carte_regions_vins .regions_carte_points .region.corse {
	background-color: #999758;
	top: 695px;
	left: 710px;
}

.carte_regions_vins .regions_carte_points .region.languedoc a,
.carte_regions_vins .regions_carte_points .region.provence a,
.carte_regions_vins .regions_carte_points .region.corse a {
 	color: #fff;
}

.no_results {
  text-align: center;
  display: block;
  padding-top: 50px;
  font-size: 18px;
}

/* RÉGIONS VINS */
.regions_liste {
	margin-top: -300px;
	margin-left: 30px;
	max-width: 200px;
	z-index: 1000;
	position: relative;
}
.regions_liste.bis {
	margin-top: 0px;
	max-width: 380px;
}

.regions_liste h2 {
	font-family: 'Playfair Display';
	font-size: 22px;
	padding-bottom: 10px;
}

.regions_liste .flex {
	align-items: flex-end;
}

.regions_liste {
  counter-reset: orderedlist;
}
.regions_liste.bis {
	counter-reset: chapter-count;
}

.regions_liste .nord {
	margin-bottom: 25px;
}

.regions_liste .nord ol li {
	margin-bottom: 15px;
}

.regions_liste ol li::before {
  counter-increment: orderedlist;
  content: counter(orderedlist);
}

.regions_liste ol li {
	margin-bottom: 12px;
	list-style-type: none;
	line-height: 30px;
	font-size: 16px;
	font-family: 'Heebo';
	font-weight: 200;
}

.regions_liste ol li:before {
	font-size: 17px;
	line-height: 32px;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	text-align: center;
	color: #000;
	background-color: #94ba71;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Heebo';
	font-weight: 500;
}

.regions_liste ol li.champagne:before {
	background-color: #ffe29a;
}

.regions_liste ol li.lorraine:before {
	background-color: #8db1c2;
}

.regions_liste ol li.alsace:before {
	background-color: #c3c86c;
}

.regions_liste ol li.loire:before {
	background-color: #ffe300;
}

.regions_liste ol li.bourgogne:before {
	background-color: #b7fcb1;
}

.regions_liste ol li.jura:before {
	background-color: #f47f56;
}

.regions_liste ol li.bordelais:before {
	background-color: #c5dc8c;
}

.regions_liste ol li.beaujolais:before {
	background-color: #ffb689;
}

.regions_liste ol li.savoie:before {
	background-color: #5accae;
}

.regions_liste ol li.sud-ouest:before {
	background-color: #7da569;
}

.regions_liste ol li.rhone:before {
	background-color: #e3f47f;
}

.regions_liste ol li.languedoc:before {
	background-color: #587a59;
	color: #fff;
}

.regions_liste ol li.provence:before {
	background-color: #232323;
	color: #fff;
}

.regions_liste ol li.corse:before {
	background-color: #999758;
	color: #fff;
}

/* CATGORIES VINS */
.categories_liste {
	margin-top: 50px;
}

.categories_liste .regions_liste_container {
	padding: 50px 0 70px 0;
	background: url(/imgs/contenu/decor.png) no-repeat bottom center / 100%;
}

.categories_liste > img {
	width: 94px;
	margin: 0 auto;
	display: block;
}

.categories_liste a.categorie {
	padding: 8px 10px;
	margin: 0 auto 35px auto;
	display: block;
	background-color: #729475;
	color: #fff;
	font-family: 'Playfair Display';
	text-transform: none;
	max-width: 500px;
	line-height: 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.categories_liste a.categorie > * {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.categories_liste a.categorie img {
	width: 40px;
}

.categories_liste a.categorie img.plus {
	margin-left: auto;
	font-size: 2em;
	width: 20px;
}

/************************
*** DÉTAIL CATÉGORIES ***
************************/
.vins .reg_content_container {
	background-position: -23% -1.5%, 123% 101.5%;
}

.detail_categorie .global_page_header {
	min-height: 250px;
	margin: 0 0 40px 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.detail_categorie .global_page_header .categorie_picto {
	width: auto;
	display: block;
	margin: 25px auto 15px auto;
}

.detail_categorie_sep {
	border-top: 3px solid #ffe300;
	background: url(/imgs/contenu/decor.png) no-repeat center center / 100%;
}

.detail_categorie_sep h2 {
	color: #729475;
	font-size: 30px;
	font-family: 'Playfair Display';
	text-transform: uppercase;
	font-weight: 600;
	line-height: 120px;
	text-align: center;
}

.vin_images .vin_type_picto {
	width: 48px;
}

.vin_images img {
	margin-right: 25px;
	margin-bottom: 5px;
	width: auto;
}

.vin_photo {
	border: 3px solid #729475;
}

.vin_infos {
	padding-right: 15px;
}

.vin_infos > span {
	width: 12px;
	height: 12px;
	max-width: 12px;
	border-radius: 6px;
	background-color: #000;
	margin-right: 12px;
	margin-top: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 12px;
	flex: 1 0 12px;
}

.detail_categorie table {
	width: calc(100% - 100px);
	margin: 25px 50px 100px 50px;
	box-sizing: border-box;
	font-size: 16px;
}

.detail_categorie table th {
	color: #729475;
	font-weight: 400;
}

.detail_categorie table h3 {
	font-size: 17px;
	padding-bottom: 5px;
	font-family: 'Playfair Display';
}

.detail_categorie table h4 {
	color: #729475;
	font-size: 15px;
}

.detail_categorie .prix {
	min-width: 80px;
}

.region .reg_content_container {
	background-position: -23% -2.5%, 125% 102%;
}

.back_to_home {
	padding: 50px 0 120px 0;
}

.back_to_home a {
	text-align: center;
	margin: 0 auto;
	padding: 8px 20px;
	color: #729475;
	font-size: 20px;
	border: 2px solid #729475;
	display: table;
	background: rgba(255, 255, 255, .9);
}

.back_to_home a:hover {
	-webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.back_to_home a img {
	width: auto;
	display: inline-block;
	vertical-align: sub;
}

/**************
*** CONTACT ***
***************/
input.std{
	display: block;
	font-size: 14px;
	border: solid 1px #313131;
	height: 25px;
    line-height: 25px;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}
input.std:focus{
	text-indent: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	outline: none;
}
input.std.none{ display: none; }
select.std{
	display: block;
	font-size: 12px;
	border: solid 1px #313131;
	height: 35px;
	width: 305px;
	color: #313131;
	margin: 0 10px 0 0;
	text-indent: 2px;	
	font-family: 'AssitantRegular',Arial,sans-serif;	 	
}
textarea{resize: none;}
textarea.std{
	display: block;
	height: 120px;
	font-size: 14px;
	border: solid 1px #313131;
	width: 100%;
	text-indent:10px;
	padding: 10px 0;
	margin: 10px 0 0 0;
	color: #313131;
	font-family: 'AssitantRegular',Arial,sans-serif;	
}
fieldset{
	border:none;
	padding: 15px 0;
	margin: 0;
}
label.std{
	color: #94ba71;
  font-family: 'Heebo';
  font-size: 1.7em;
  font-weight: 400;
  letter-spacing: 1px;
}
fieldset cite.note{
	padding: 0;
	font-size: 12px;
	font-style: italic;
   	display: block;
	color: #000000;
	text-align: right;
}
form a{text-decoration: underline;}
form a:hover{color: #22a1d6;}

/* CUSTOM CHECKBOX */
form input[type=checkbox] { display:none; } /* to hide the checkbox itself */
form input[type=checkbox] + label:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 200;
	font-size: 20px;
	vertical-align: top;
}

form label span{font-size: 15px; line-height: 23px; display: inline-block;}

form input[type=checkbox] + label:before { content: "\f0c8"; color: #94ba71; cursor: pointer;} /* unchecked icon */
form input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

form input[type=checkbox]:checked + label:before { content: "\f14a"; color: #94ba71;} /* checked icon */

/***************
*** MENTIONS ***
****************/

.mentionsCont{ display: table; margin: 30px auto 120px auto; }
.mentionsLeg { padding: 3px 0; font-size: 16px; color: #000000; display: flex;}
.mentionsLeg h3{
  display: inline-block;
  font-family: 'Heebo';
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: middle;
	font-size: 30px;
  color: #94ba71;
}
.mentionsLeg h4{
  display: inline-block;
	line-height: 20px;
	padding-left: 15px;
	color: #848586;
	font-size: 23px;
}
.mentionsLeg h4 a{color: #94ba71; font-style: italic; text-transform: none;}
.mentions-legales .component-main-sub-title{padding-top: 150px;}
.mentions-legales .component-main-sub-title h2{width: 60%; margin: 0 auto;}
.email-spec h4{text-transform: none; font-size: 23px;}
.resp {display: none;}


/***********
*** RGPD ***
***********/
.rgpd{
    width: 85%; 
    margin: 50px auto; 
    font-size: 1.2em;
}
.rgpd h1{color: #313131;}
.rgpd b{
    margin-bottom: 25px; 
    display: block;
    font-size: 1.3em;
}
.rgpd ul{
    list-style-type: none;
    margin: 15px 0;
}
.rgpd ul li{
    padding: 0 0 0 30px;
}
.rgpd ul li ul li:before{               
    content: '•';
    margin-right: 8px;
}
.rgpd hr{margin: 25px 0;}

.indispo{
	color: red;
}

/***********
* 404
*/
.page-404 .component-main-background-item{
  height: 100vh;
}
.page-404 h1 {
  padding-bottom: 25px;
}
.page-404 span {
  font-weight: 500;
}

/***********
* ECRAN 13 POUCES
*/
@media screen and (max-width: 1366px)
{	
		
}

/***********
* TABLETTE PAYSAGE
*/
@media screen and (max-width: 1024px)
{	
	
}

/***********
* TABLETTE PAYSAGE
*/
@media screen and (max-width: 960px)
{   

}

/***********
* TABLETTE PORTRAIT
*/
@media screen and (max-width: 768px)
{	
	
}

/***********
* MOBILE PAYSAGE
*/
@media screen and (max-width: 480px)
{		
	.carte, 
	.regions_liste{ display: none; }
	.detail_categorie table{ margin: 0px; width:100%; }
	.detail_categorie table tr td{ vertical-align: top; }
	/* .detail_categorie table tr td:nth-child(1),
	.detail_categorie table tr th:nth-child(1){ display: none; } */
	.detail_categorie table h3{ font-size: 16px; }
	.detail_categorie table h4{ font-size: 12px; }
	.vin_infos{ padding: 15px 0 0 0; }
	.vin_infos > span{ margin-top: 6px; }
	.detail_categorie .global_page_header{ margin: 0px; }
	.detail_categorie table th:last-child,
	.detail_categorie table td:last-child{ padding-right: 5px ;}
	.reg_content_container { background: none; }
	.liste_vins { padding: 0 10px; }
	td.prix { font-size: 15px; }
	.categories_liste .regions_liste_container { padding: 50px 10px 70px 10px; }
	.detail_categorie .prix{ min-width: 0px; padding: 15px 0 0 0; }
}

/***********
* MOBILE PORTRAIT
*/
@media screen and (max-width: 320px)
{

}	
