/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor. Use this to safely customize styles and functions.
 Author: Oxogi
 Author URI: https://oxogi.com/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
 Tags: elementor, child-theme, minimal
*/

.h1-accueil span {
    color: #6DB68F;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 31px;
}


/* Style du lien Lire la suite */
.lire-suite {
    font-family: "geologica" !important;
    display: inline-block;
    margin-top: 0px;
    color: #A6A9B2;
    font-weight: 500 !important;
    cursor: pointer;
    transition: color 0.3s ease;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: underline !important;
    font-size: 14px !important;
}

.lire-suite:hover {
    color: #A6A9B280;
}


/* Animation fluide pour l'ouverture/fermeture */
.avis-client-texte {
    transition: max-height 0.4s ease;
}

.avis-client-texte {
    margin-bottom: 0;
}

.ass-active {
    background-color: #FFF2E3 !important;
}

.ass-active p {
    color: #373B4A !important;
}

.ass-active img {
    opacity: 1 !important;
}



/* Force l'affichage du placeholder dans les popups */
.elementor-popup-modal .elementor-field-type-select select option:disabled:first-child {
    display: block !important;
    color: #999 !important;
}

.elementor-popup-modal .elementor-field-type-select select:invalid {
    color: #999 !important;
}


/* Force l'affichage du placeholder dans les formulaires */
.elementor-field-type-select select option:disabled:first-child {
    display: block !important;
    color: #999 !important;
}

.elementor-field-type-select select:invalid {
    color: #999 !important;
}


.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
}

