/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/	

.description_hover {
	display: flex;
	position: absolute;
	top: 0;
	background: #0963b1d0;
	width: 100%;
	left: 0;
	height: 100%;
	text-align: center;
	transform: scaleY(0);
	transition: transform 0.25s;
	border-radius: 3px;
	padding: 5px;
}

.description_hover p {
	text-align: center !important;
}

.description_hover a {
	color: white;
}
.description_hover a:hover {
	color: white;
}
.description_hover hr {
	border: none;
	border-top: 2px solid white;
}

.column_results_wrapper:hover > .description_hover,
li:hover > .description_hover,
.fusion-column-wrapper :hover > .description_hover{
	transform: scaleY(1);
	color: white;
}

.livre_prive {
	position: absolute;
	top: 0;
	background: #69686894; /*#ff000020;*/
	width: 100%;
	left: 0;
	height: 100%;
	border-radius: 3px;
}

.meme_auteur_grid {
	display:flex;
	flex-wrap: wrap;
}

.meme_auteur_card {
	max-width: 20%;	
}

.shop_cart_description {
	font-size: 16px !important;
	background: var(--awb-custom_color_2);
	border-radius: 50%;
	padding: 16px 16px 14px 14px;
	display: inline-flex;
	transform: scale(1, 1.1);
	transition: box-shadow 0.2s, transform 0.2s;
}

.shop_cart_description:hover {
	transform: scale(1.07, 1.16);
	box-shadow: 0px 0px 4px 2px #504545db;
}