/*
 Theme Name:   Hello Child BouQuivore
 Description:  Thème enfant personnalisé pour BouQuivore
 Author:       DBS Prod
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-child-bouquivore
*/

/* -------------------------------------------------------------------------- */
/* 1. CORRECTIF LOUPE GÉANTE (FOUC)                                           */
/* -------------------------------------------------------------------------- */

/* On force la taille dès le chargement du fichier style.css */
.elementor-search-form__toggle i, 
.elementor-search-form__toggle svg,
.elementor-widget-search-form .elementor-search-form__toggle i {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

/* -------------------------------------------------------------------------- */
/* 2. TES FUTURES MODIFICATIONS CI-DESSOUS                                    */
/* -------------------------------------------------------------------------- */
  /*
 Theme Name:   Hello Child BouQuivore
 Description:  Thème enfant personnalisé pour BouQuivore
 Author:       DBS Prod
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-child-bouquivore
*/


/* 1. ESPACE ENTRE LES LIVRES */
selector {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    vertical-align: bottom !important;
    /* Ajuste ces 15px pour écarter ou serrer les livres */
    margin-left: 15px !important; 
    margin-right: 15px !important;
}

/* 2. RÉDUCTION DU VIDE AU-DESSUS */
selector .elementor-widget-container {
    display: flex !important;
    align-items: flex-end !important; 
    justify-content: center !important;
    /* On force le conteneur à ne pas être plus haut que le livre */
    height: 300px !important; 
    min-height: auto !important;
}

/* On confirme la hauteur de l'image */
selector img {
    height: 300px !important; 
    width: auto !important;
    object-fit: contain !important;
}

