/*
Theme Name:   XXL (Essentials Child)
Theme URL:        https://sebderobert.fr/
Description:  Thème Enfant de Exand pour Aeon
Author:           Seb Derobert
Author URL:   https://sebderobert.fr/
Template:         essentials
Version: 3.1.5
License: Envato Marketplaces Split License
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/


div#content.custom-categories-page-content {
	background-color: #F8F9FA;
	padding-bottom: 20px;
}

div.custom-categories-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1500px;
	flex-wrap: wrap;
	justify-content: center;
}

div.custom-category {
	/* max-width: 30%; */
	width: 320px;
	margin: 10px 10px 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 230px;
	border-radius: 20px;
	overflow: hidden;
}

img.custom-category-bg {
	position: absolute;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	filter: brightness(80%);
}

img.pix_blog_md_avatar  {
	display: none;
}

h3.custom-category-title {
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: 'Poppins';
	font-size: 22px !important;
	text-transform: capitalize;
	text-align: center;
	max-width: 90%;
	margin: auto;
}

/* Affichage des puces pour toutes les listes concernées du site*/
ul{
	list-style: disc !important;
}

@media screen and (max-width: 1000px) {
	div.custom-categories-container div.custom-category {
		max-width: unset;
	}
}
