/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Thème enfant de Hello Elementor pour le projet Ultra Bat
Author: vvvdesigner
Author URI: https://ultra-bat.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =========================================================
   BASES GLOBALES LÉGÈRES
   ========================================================= */

:root{
  --ultrabat-orange: #ea5b0c;
  --ultrabat-blue: #092935;
  --ultrabat-white: #ffffff;
  --ultrabat-black: #111111;
}

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

a{
  text-decoration: none;
}

/* Rien d’autre ici volontairement.
   Le gros du design se fait dans les widgets HTML Elementor. */



