/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Masquage temporaire de la rubrique Nos Sentinelles, en attente de contenu. */
.elementor-nav-menu li:has(a[href*="#nos-sentinelles"]),
.elementor-nav-menu a[href*="#nos-sentinelles"],
.elementor-location-footer .elementor-icon-list-item:has(a[href*="#nos-sentinelles"]),
.elementor-location-footer a[href*="#nos-sentinelles"],
#nos-sentinelles,
.elementor-465,
.elementor-element-e7aa30b,
[data-elementor-id="465"] {
	display: none !important;
}

.home .force-text {
	background: #ffffff;
}

/* Masquage temporaire de la section Nos forces, en attente des bons contenus. */
.home .elementor-element-c971d5d {
	display: none !important;
}

.elementor-location-header .elementor-nav-menu--main {
	position: relative;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item::after,
.elementor-location-header .elementor-nav-menu--main .elementor-item::before {
	display: none !important;
}

.elementor-location-header .elementor-nav-menu--main .sentinelles-menu-underline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 22px;
	background: currentColor;
	border-radius: 0;
	opacity: 1;
	pointer-events: none;
	transform: translateX(0);
	transition:
		transform 280ms ease,
		width 280ms ease,
		background-color 180ms ease;
	z-index: 2;
}

.cat-menu .sentinelles-menu-underline {
	display: none !important;
}

.archive.category .elementor-widget-loop-grid .e-loop-nothing-found-message {
	display: none;
}

.archive.category .elementor-widget-loop-grid.sentinelles-alert-empty .e-loop-nothing-found-message {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	padding: 24px;
	font-size: 0;
	text-align: center;
}

.archive.category .elementor-widget-loop-grid.sentinelles-alert-empty .e-loop-nothing-found-message::before {
	content: "Articles en cours de rédaction";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 520px);
	min-height: 128px;
	padding: 34px 42px;
	color: #120a40;
	background: #ffffff;
	border: 1px solid rgba(145, 77, 0, 0.22);
	border-left: 6px solid #914d00;
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(18, 10, 64, 0.12);
	font-family: Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

@media (max-width: 1024px) {
	.elementor-location-header .elementor-nav-menu--main .sentinelles-menu-underline {
		display: none;
	}
}

@media (max-width: 767px) {
	.archive.category .elementor-widget-loop-grid.sentinelles-alert-empty .e-loop-nothing-found-message {
		min-height: 220px;
		padding: 18px 0;
	}

	.archive.category .elementor-widget-loop-grid.sentinelles-alert-empty .e-loop-nothing-found-message::before {
		min-height: 112px;
		padding: 28px 24px;
		font-size: 20px;
	}
}
