/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Version: 1.0.0
*/

/* Lissage typographique (rendu plus fin style Divi / macOS) */
body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Annulation du fond crème par défaut de TT4 */
body,
.wp-site-blocks {
  background-color: #ffffff !important;
}

/* Suppression des margin top automatiques de TT4 */
main,
footer {
    margin-top: 0!important;
}

/* Marges standard tenant compte du Header */
body.page-template-ap-standard main,
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-order-received main {
    margin:100px 0 50px!important;
}