/*
Theme Name: Hello Elementor - JI Child Theme
Author: Novadev Sàrl
Description: Child theme generated for Julien Ioset website
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

footer .elementor-field-option a {
	color: rgb(113, 113, 113) !important;
	text-decoration: underline;
}

footer .elementor-field-option a:hover {
	color: white !important;
}

footer .elementor-button {
	text-decoration: none !important;
}

.HeroList ul {
	padding-left: 15px !important;
}

.entretienBtn .elementor-button {
    position: relative;
    overflow: hidden;
}

.entretienBtn .elementor-button::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 27px; /* = padding-left du bouton */
    width: 0;
    height: 1px;
    background-color: #717171;
    transition: width 0.3s ease 0.15s; /* délai = durée du bg */
}

.entretienBtn .elementor-button:hover::after {
    width: calc(100% - 55px);
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.mainHeader {
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

.mainHeader.is-scrolled {
    box-shadow: 0 1px 0 0 #ececec;
}

.contactForm .elementor-field-textual:focus {
	box-shadow: none !important;
	border-color: #3d3d3dd1 !important;
}

.elementor-post-info__item--type-date a {
    pointer-events: none !important;
    cursor: default;
}