/* Minification failed. Returning unminified contents.
(30,34): run-time error CSS1046: Expect comma, found '0'
(30,38): run-time error CSS1046: Expect comma, found '/'
 */
/*********************************/
/*            Commun             */
/*********************************/

#divCaptchaFormulaire .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#divCaptchaFormulaire {
    width: 20.4em;
    height: 7.3em;
}

/*********************************/
/*            Portail            */
/*********************************/

#iconeValidateCaptcha {
    color: limegreen;
    padding: .2em 0 .1em .8em;
}

.ui-animation-captcha {
    box-shadow: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ui-animation-captcha:hover {
    box-shadow: 0 5px 40px rgb(0 0 0 / 30%);
    transform: scale(1.05, 1.05);
}
