/**
* 2007-2022 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-2022 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.
*/
.bandeau_vip_reduc_cat{
	background-color: #2989d8;
	padding: 5px 0;
	display: flex;
	align-items: center;
	flex: auto;
}
	.bandeau_vip_reduc_cat > *{width: 50%;}
	.bandeau_vip_reduc_cat .bandeau_vip_reduc{
		color: white;
		font-style: italic;
		font-weight: 600;
		margin-bottom: 0;
		line-height: 1.1em;
		font-size: 1.1em;
		padding: 5px 15px;
	}
	.bandeau_vip_reduc_cat .bandeau_vip_price{
		color: white;
		font-size: 0.8em;
		margin-bottom: 0;
		flex-grow: inherit;
		font-weight: 500;
		font-style: italic;
	}
	.bandeau_vip_reduc_cat .bandeau_vip_price .credit_price{
		font-size: 1.5em;
		font-weight: 600;
	}
	.cumul-pt{
		background-color: #00A3E1;
		color: white;
		font-style: italic;
		font-weight: 600;
		margin-bottom: 0;
		line-height: 2em;
		font-size: 1.1em;
	}
.bandeau_vip_reduc_prod .bandeau_vip_price{
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0;
	width: auto;
	flex-grow: inherit;
	font-weight: 600;
	font-style: italic;
}
.vipcard_container{
	text-align: center;
}
.avantage-carte-vip{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 40px 0;
}
	.avantage-carte-vip i{
		font-size: 3em;
		margin-bottom: 20px;
	}
	.avantage-carte-vip span{
		text-align: center;
	}