/*
 Theme Name: Hello Child
 Theme URI: https://sfroy.com/
 Description: Thème enfant pour le thème Hello Elementor.
 Author: Signé François Roy
 Author URI: https://sfroy.com/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-child
 Domain Path: /languages
*/

/* Ajoutez ici vos styles personnalisés */

.elementor-field-group .elementor-field-textual::placeholder {
  color: #152b72 !important;
  opacity: 1 !important;
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
    position: relative;
    top: -2px;
}

.elementskit-menu-hamburger.elementskit-menu-toggler:hover,
.elementskit-menu-close.elementskit-menu-toggler {
    background-color: transparent !important;
}

@media ( max-width: 1024px ) {

    #menu-menu-principal a {
        font-size: 24px;
        justify-content: center;
    }

}    


@media ( max-width: 767px ) {

    .wrapper-home-services .elementskit-infobox,
    .wrapper-home-services > div {
        height: auto !important;
    }
}


