/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* ===== Header LearnDash agrandi ===== */

/* 1. Hauteur du header */
.ld-focus-header {
  height: 80px !important;
  min-height: 80px !important;
}

/* 2. Logo centré verticalement */
.ld-brand-logo {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

/* 3. Taille du logo */
.ld-brand-logo img {
  height: 80px !important;
  width: auto !important;
  max-height: none !important;
}

/* 4. Sidebar : décaler son contenu vers le bas pour ne pas être
   caché derrière le header (valeur = même hauteur que le header) */
.learndash-wrapper .ld-focus .ld-focus-sidebar {
  padding-top: 80px !important;
}

/* ===================================================== */
/*  IMPORTANT - COULEURS DORÉES OFFICIELLES EDEN ACADEMY */
/*  Utilisées sur tout le site (liens, accents UI)       */
/*  Modifier ici impacte tout le design                  */
/* ===================================================== */

a {
  color: #C9A84C;
}

a:hover,
a:focus {
  color: #A88B2F;
}