/*
Theme Name:     ESA Twenty Twenty-Four Child
Theme URI:      https://example.com/esa-twentyfour-child
Description:     Child theme minimal pour Twenty Twenty-Four — base pour personnalisations CSS et PHP.
Author:          Ton Nom
Author URI:      https://example.com
Template:        twentytwentyfour
Version:         1.0.0
Text Domain:     esa-twentyfour-child
*/

/* ================
   Custom CSS du thème enfant
   Ajoute ici tes surcharges CSS.
   ================ */

:root {
  /* Exemple : changer la couleur principale */
  --global--color-primary: #0b5fff;
}

/* Exemple : rendre le titre du site un peu plus gros */
.site-title {
  font-size: 1.25rem;
}

#nav a.wp-login-log-in, 
#nav a.wp-login-lost-password {
    min-height: 32px !important;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #135e96 !important;
    border-color: #135e96 !important;
    box-shadow: none;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
	
    cursor: pointer;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
	