/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/**************    HEADER     **************/
.grecaptcha-badge {
    visibility: hidden;
}

/**************    HEADER     **************/
#menusticky.headershow{
    transform: translateY(0);
}
#menusticky{
    position: fixed;
    top:0;
    width: 100%;
    -webkit-transition: transform 0.34s ease;
    transition : transform 0.34s ease;
    transform: translateY(-120px);
}

#menusticky a.elementor-item.elementor-item-active, #menusticky a:hover{
    text-decoration: underline;
    text-decoration-color: var(--light-blue);
    text-underline-offset: 8px;
}

#menu a.elementor-item.elementor-item-active, #menu a:hover{
    text-decoration: underline;
    text-decoration-color: var(--white);
    text-underline-offset: 8px;
}


@media (max-width: 1190px) {
    .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 13px 7px !important;
    }
}
/**************    DEFILEMENT TEXTE     **************/

.marquee {
    overflow: hidden;
    display: flex;
}

.marquee p{
    white-space: nowrap;
}


/*******************   FORMULAIRES *********************/

.gform_wrapper {
    font-family: var(--text);
    color: var(--dark-blue);
}

.ginput_container input,
.ginput_container textarea,
.ginput_container select {
    font-family: var(--text);
    font-weight: 300;
    color: var(--dark-blue);
    background-color: var(--beige);
    border: 1px solid var(--dark-blue) !important;
    padding: 12px 18px !important;
    border-radius: 0 !important;
}

.ginput_container input::placeholder,
.ginput_container textarea::placeholder,
.ginput_container select::placeholder {
    color: var(--dark-blue);
    opacity: 0.5;
}

.ginput_container textarea{
    padding: 20px !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus,
.ginput_container select:focus,.ginput_container input:focus-visible,
.ginput_container textarea:focus-visible,
.ginput_container select:focus-visible {
    border: 1px solid var(--light-blue) !important;

}

.gfield_label, .gform_required_legend {
    font-weight: 300 !important;
}

.estimation-forms .gform_button {
    font-family: var(--text);
    color: var(--white) !important;
    background-color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue) !important;
    padding: 12px 24px !important;
    width: auto !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}

.estimation-forms .gform_button:hover {
    color: var(--dark-blue) !important;
    background-color: transparent !important;
}

#gform_wrapper_2 .gform_button, .gform_button_select_files {
    font-family: var(--text);
    color: var(--dark-blue) !important;
    background-color: transparent !important;
    border: 1px solid var(--dark-blue) !important;
    padding: 12px 24px !important;
    width: auto !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}

#gform_wrapper_2 .gform_button:hover,.gform_button_select_files:hover {
    color: var(--white) !important;
    background-color: var(--dark-blue) !important;
}

input[type="checkbox"] {
    accent-color: var(--dark-blue) !important;
}

.ginput_container_consent{
    display: flex;
    gap: 5px;
}

.gfield_consent_label{
    line-height: normal;
}

.gform_wrapper .gform_fileupload_rules {
    display: none !important;
}

@media (max-width: 767px) {
    .gfield_consent_label{
        font-size: 14px;
    }
}
/*******************   ANIMATIONS  *********************/

/*******************   Survol image vente chaumont/dijon *********************/
.grow-image:hover .grow-image-text{
   color: var(--light-blue);
}

.grow-image:hover img {
    transform: scale(1.06);
}

.grow-image::before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 4 11 / 0) 0%, #00040b99 100%);
    z-index: 3;
    transition: background-color 0.3s ease;
}

/*******************   Survol lien footer *********************/

footer a:hover{
    text-decoration: underline;
}

/*******************   Flèche liste actualités  *********************/
.sd-actu-card:hover .sd-actu-svg{
    color: var(--light-blue);
    transform: translateX(10px);
}

/*******************   Ecartement des deux images superposées au survol *********************/

.sd-double-img:hover .img-bas-droite {
    transform: translate(15px, 15px);
}

.sd-double-img:hover .img-bas-gauche {
    transform: translate(-15px, 15px);
}

.sd-double-img:hover .img-haut-droite {
    transform: translate(15px, -15px);
}

.sd-double-img:hover .img-haut-gauche {
    transform: translate(-15px, -15px);
}

/*******************   Grossissement photo team *********************/

.sd-team.e-con:has(> img){
    overflow: hidden;
}

.sd-team img:hover{
    transform: scale(1.06);
}

/*******************   Flèche retour actualités  *********************/
.sd-back-div:hover .sd-back-text{
    transform: translatex(-8px);
}

svg{
    width: auto !important;
}

.vsi-link a:hover{
    text-decoration: underline;
    text-decoration-color: var(--light-blue);
}
