/*
Theme Name: Hello Elementor Child
Theme URI: http://192.168.1.243/miratech
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Richard Cantin
Author URI: https://ayuda.ca
Template: hello-elementor
Version: 2.1.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, th>
*/

/* ============================================
   1. GLOBAL STYLES
   ============================================ */
@font-face {
    font-family: 'druk wide';
    src: url('https://bastiengiloux.fr/wp-content/uploads/2025/11/Drukwide.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Monarch */
@font-face {
    font-family: 'monarch';
    src: url('https://bastiengiloux.fr/wp-content/uploads/2025/11/monarch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bandein Strange Variable GX */
@font-face {
    font-family: 'bandein strange';
    src: url('https://bastiengiloux.fr/wp-content/uploads/2025/11/BandeinsStrangeVariableGX.woff') format('woff');
    font-weight: 100 900; /* Variable font weight range */
    font-style: normal;
    font-display: swap;
}


body {
    background-color:var(--e-global-color-secondary);
} 
body:before {
    content: '';
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: 50px 50px;
    background-position: center;
    background-image:
        linear-gradient(to right, color-mix(in srgb, var(--e-global-color-primary), transparent 90%) 1px, transparent 1px),
        linear-gradient(to bottom, color-mix(in srgb, var(--e-global-color-primary), transparent 90%) 1px, transparent 1px);
    pointer-events: none;
    z-index: 1; /* Derrière le contenu du header mais devant le fond du header */
}
.height-auto{
 height: fit-content ;
} 
.width-auto {
 width: fit-content ;
}
.overflow-visible{
    overflow: visible;
}
.svg {
    font-size: min(30vw, 50vh) ;
}

.svg-home {
    font-size: min(30vw, 50vh);

    transform-origin: center center; /* ✅ Centre la rotation */
}
.svg-home svg {

    display: block;
    transform-origin: center center; /* ✅ Centre la rotation */
}
.svg-home2 {
    font-size: min(30vw, 50vh);

    transform-origin: center center; /* ✅ Centre la rotation */
}
.svg-home2 svg {

    display: block;
    transform-origin: center center; /* ✅ Centre la rotation */
}