/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.alerte-conseil{
	font-size:14px;
	color:var(--e-global-color-primary);
	font-weight:700;
}

.backdrop-blur-md{	
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
}
.soft-divider{
	background: linear-gradient(90deg, rgba(31, 78, 121, 0.35), rgba(63, 143, 68, 0.35), rgba(217, 92, 92, 0.35));
    filter: blur(0.2px);
}
.short-divider{
	background: linear-gradient(90deg,#2F5D8A,#3F8F44,#D95C5C);
}
.translate-y-1{
	transform: translate(0, 0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.menuHead li li a:hover{
	background:none;
	background:linear-gradient(90deg, rgba(232, 241, 248, 0.9), rgba(234, 244, 236, 0.8))!important;
}
.liste-categories-actualites li a{
	color:#475569;
}
.liste-categories-actualites li a:hover{
	color:#B53225;
}

@media (max-width: 480px) {
	.logo > div{
		display:flex;
		align-items:center;
	}
}
