/*
Theme Name: MilVTC Theme
Theme URI: https://milvtc.fr
Author: Junie
Description: Thème WordPress personnalisé pour MIL VTC basé sur la charte graphique de la carte de visite.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: milvtc-theme
*/

/* Custom styles for modern feel */
.wp-block-column {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-column:hover {
    transform: translateY(-5px);
    box-shadow: var(--wp--custom--shadow--medium);
}

.wp-block-button__link {
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

/* Header link styles */
.wp-block-navigation a {
    transition: color 0.2s ease;
}

.wp-block-navigation a:hover {
    color: var(--wp--preset--color--primary) !important;
}

/* Specific header navigation white text when dark background */
header.has-contrast-background-color .wp-block-navigation {
    color: var(--wp--preset--color--base);
}

header.has-contrast-background-color .wp-block-navigation a {
    color: inherit;
}
