/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
@font-face {
	font-family: 'Fondamento-Regular';
	src: url('../fonts/Fondamento-Regular.ttf');
	src: url('../fonts/Fondamento-Regular.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
.containerimg{
	overflow: hidden;
    position: relative;
}
.prochainevente-span{
	position: absolute;
    right: -33px;
    text-align: center;
    top: 29px;
    transform: rotate(45deg);
    background-color: red;
    min-width: 150px;
    padding: 5px 15px 5px 15px;
    color:#fff;
    z-index: 2;
}
.module-privatedrinks{
	margin-top: 100px;
}
.module_private_drinks{
	margin-top: 100px;
}
.front-span-title {
    font-family: Fondamento-Regular;
    position: absolute;
    font-size: 28px;
    top: -30px;
    left: 0;
    padding-left:40px;
    padding-right: 40px;
    transition-duration: 1s;

}
.notstarted{
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.front-span-date{
	position:absolute;
	bottom: 10px;
	right:25px;

}
.opt-style-2{
	background:#fff;
}
.contvente:not(h4){
	max-height:282px;
	overflow: hidden;
	padding:2px;
	display: inline-table;
}
.contvente img{
	max-height:282px;
    background-size: cover;
    width: 100%;
}
.content_liste_type{
	display: flex;
    justify-content: center;
}
.content_liste_tools{
	display: flex;
    justify-content: center;
}
.typelist{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	border-radius: 19px;
	border: 1px solid #707070;

}
.typetool{
	padding-bottom: 5px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.typetool-active{
	border-bottom:3px solid #593939;
}
.typelist:active, .typelist:focus, .typelist:visited{
	color:unset;
}
.liste_type{
	margin-bottom: 25px;
}
.active-title {
    transform: translateY(50px);
}
.selected{
	color:#fff !important;
	background-color:#593939 !important;

}
.typelist:hover{
	color:#fff;
	background-color:#593939;
	outline: unset;
}
.content_liste_vente{
	min-height: 435px;
}
.containerimg a{
	padding: 0 !important;
}
#my-account .content_liste_vente, #cart .content_liste_vente{
	min-height: unset !important;
}
#cart .front-span-title{
	font-size: 18px;
}
#cart .front-span-date{
	font-size: 10px;
	bottom: 0px;
	right:5px;
}
@media(max-width: 991px){
	.contvente {
    	width: 100%;
	}
}
@media(max-width: 500px){
    .content_liste_vente{
    	padding-right: 0;
    	padding-left: 0;
	    margin-left: -25px;
   		margin-right: -25px;
    }
    .front-span-title{
    	display: none;
    }
    .front-span-date {
    	font-size: 9px;
	}
	.content_liste_type {  
   		overflow-x: scroll;
   	 	white-space: nowrap;
   	 	justify-content: unset;
	}
	.content_liste_tools {
	    overflow-x: scroll;
	    white-space: nowrap;
    	justify-content: unset;
	}
	.liste_type{
		margin-left: -15px;
		margin-right: -15px;
	}
}