/* 
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 */
@media (min-width: 769px) {
    body {
	
        display: none;
    }
}

html, body {
    height: 100%; /* Pour s'assurer que le body prend toute la hauteur de la fenêtre */
    margin: 0; /* Enlève les marges par défaut */
}

body {
    display: flex;
    flex-direction: column; /* Mettre le body en colonne : header, main, footer */
    min-height: 100vh; /* S'assurer que le body prend au moins la hauteur de l'écran */
	
}

main {
    flex: 1; /* Prend tout l'espace disponible entre l'entête et le pied de page */
}
.site {
	height: 100vh;
}

/* Masque la fenêtre d'instructions de Leaflet Routing Machine */
.leaflet-routing-container {
    display: none !important;
}
.sticky-header {
	position: sticky;
	top: 0px;
	z-index: 9999
	
}
