/*
Theme Name: Renoval Child
Template: renoval
*/

/* ==============================
   Couleurs globales
   ============================== */
body {
    font-family: 'Arial', sans-serif;
    background-color: #e9eaf4;  /* fond clair */
    color: #303642;              /* texte sombre */
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    color: #303642;
    font-weight: 700;
}

/* Liens */
a {
    color: #4f5efb;  /* couleur accent */
    text-decoration: none;
}

a:hover, a:focus {
    color: #2d3a8c;
    text-decoration: underline;
}

/* Boutons */
button, .wp-block-button__link {
    border-radius: 6px;
    background-color: #4f5efb;
    color: #ffffff;
    padding: 0.5em 1.2em;
    transition: background-color 0.3s ease;
}

button:hover, .wp-block-button__link:hover {
    background-color: #2d3a8c;
    color: #ffffff;
}

/* Sections */
.wp-block-cover.has-background-dim-60,
.wp-block-group {
    background-color: #e9eaf4; /* fond clair */
}

.sidebar, .footer-sidebar {
    background-color: #1f232a; /* fond sombre */
    color: #ffffff;
}

/* Widgets et textes */
.widget, .wp-block-archives a, .wp-block-latest-posts__post-title a {
    color: #303642;
}

.widget a:hover {
    color: #4f5efb;
}

/* WooCommerce */
.woocommerce div.product .product_title {
    color: #303642;
}

.woocommerce a.button, 
.woocommerce button.button {
    background-color: #4f5efb;
    color: #ffffff;
    border-radius: 6px;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover {
    background-color: #2d3a8c;
}
