/* 
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 */
.deploie {display: none;}
.open {cursor: pointer;user-select: none; display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px #ccc; margin-top: 1vw; padding: 1vw 0; width: 100%}
.open.active {color: #e31e24;}
.open::after {content: '';display: block;/* Dimensions à ajuster selon ton design */width: 1.5vw;height: 1.5vw;/* Appel du SVG (chemin relatif au fichier CSS) */background-image: url('arrow-right.svg');background-repeat: no-repeat;background-position: center;background-size: contain;/* Transition fluide pour la rotation */transition: transform 0.3s ease;/* Sécurité : empêche la flèche de s'écraser si le titre est long sur mobile */flex-shrink: 0; margin-left: 15px; /* Espace minimum entre texte et flèche */}
.open.active::after {/* Rotation vers le bas */transform: rotate(90deg);}
.deploie{padding: 1vw}

br.mobile {display: none;}

.glass-effect { --blur-intensity: 0.5vw; --brightness-level: 97%;backdrop-filter: blur(var(--blur-intensity)) brightness(var(--brightness-level));-webkit-backdrop-filter: blur(var(--blur-intensity)) brightness(var(--brightness-level));box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0.15); border-radius: 1.5vw;}

@media screen and (max-width: 767px) {
	br.mobile {
		display: block;
	}
}