/*
Theme Name: Manoir Child
Theme URI: https://manoirchamberland.com/
Template: hello-elementor
Author: Octantis Team
Author URI: https://octantis.ca
Version: 123.09993.4.9.1781873853
Updated: 2026-06-19 08:57:33

*/
#gform_wrapper_1 #gform_fields_1{
    gap: 20px !important;
    margin-top: -22px !important;
}
#gform_wrapper_1 :is(input, textarea) {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #BD945A !important;
}
/* 1. On prépare l'input au repos */
#gform_wrapper_1 :is(input, textarea) {
    /* On retire l'outline par défaut */
    outline: none !important;
    box-shadow: none !important;
    
    /* On crée une bordure de base très légère en bas */
    border: none !important;
    border-bottom: 1px solid #BD945A !important;
    
    /* On prépare le surlignement caché (largeur à 0%) */
    background-image: linear-gradient(#d3b574, #d3b574) !important;
    background-size: 0% 2px !important; /* Largeur 0%, Hauteur 2px */
    background-repeat: no-repeat !important;
    background-position: left bottom !important; /* Origine à gauche */
    
    /* On anime le changement de taille du background */
    transition: background-size 0.3s ease-in-out !important;
}

/* 2. L'effet au Focus : on déploie la ligne à 100% */
#gform_wrapper_1 :is(input, textarea):focus {
    background-size: 100% 2px !important; /* La ligne passe à 100% de large */
    outline: none !important;
    box-shadow: none !important;
}
#gform_wrapper_1 input[type="submit"]{
    background-color: #d3b574 !important;
    font-family: "Urbanist", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 5px 5px 5px 5px !important;
    border-bottom: 0px !important;
    transition: background-color 0.2s ease-in-out !important;
    
}
#gform_wrapper_1 input[type="submit"]:hover{
    background-color: #000 !important;
}



#off-canvas-f91f67c.e-off-canvas,
#off-canvas-f91f67c .e-off-canvas__main {
    animation-duration: 0.8s !important;
    -webkit-animation-duration: 0.8s !important;
    transition-duration: 0.8s !important;
}