/* style.css = patch local (ajustements à nous) */

/* 1) Corrige le footer Weebly (au cas où du HTML traîne encore) */
#weebly-footer-signup-container-v3 { display: none !important; }
body { bottom: 0 !important; }

/* 2) Helpers pour que les multicolonnes/images soient stables */
.wsite-multicol-table { width: 100%; border-collapse: collapse; }
.wsite-multicol-col { vertical-align: top; }

.wsite-image img { max-width: 100%; height: auto; display: inline-block; }

/* Bordure “thick” si jamais elle n’est pas déjà bien rendue */
.wsite-image-border-thick img { border: 5px solid #ffdbfe; box-sizing: border-box; }

/* 3) Petit reset utile si Composer ajoute du padding étrange */
html, body { margin: 0; padding: 0; }

