/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 12:00:44 */
/* 1. Box sizing global */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Reset simplifié pour WordPress & TT5 */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* On nettoie les conteneurs natifs de TT5 et Gutenberg */
.wp-site-blocks, 
.entry-content, 
.post-content,
.site-main {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important; /* Retire les limites de largeur du thème */
}

/* 3. Tailles d'images fluides */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 4. Reset des boutons & Éléments de texte */
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0;
}