/*
Theme Name: Borne MoninAPP
Theme URI: https://bornemonin.lmlccommunication.fr
Description: Thème enfant personnalisé pour Borne MoninAPP basé sur Blocksy.
Author: benjamin
Author URI: https://benjamin-issner.com/
Template: blocksy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/*supprimer scrollbar*/
html {
    overflow-y: hidden !important; /* Désactive le scroll vertical */
}

/*tablet */
.coming-soon-container {
    height: 100vh; /* Prend toute la hauteur de l'écran */
    width: 100vw;  /* Prend toute la largeur */
    text-align: center;
}


