/*

Theme Name: NICOLAS JANEK WEBSITE
Theme URI: URL WEB

Description: Thème du site web NICOLAS JANEK WEBSITE

Author: dmdespert

Author URL: https://www.dmdespert.fr

Template: hello-elementor

Version: 1.0.0

License: GNU General Public License v2 or later

License URL: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: hello-elementorchild

*/



html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#drop-down-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease-in-out;
}

#drop-down-menu.open-menu {
    opacity: 1;
    pointer-events: all;
}

.fourmiz-section {
    position: relative !important;
}