/* Minification failed. Returning unminified contents.
(36,34): run-time error CSS1046: Expect comma, found '0'
(36,38): run-time error CSS1046: Expect comma, found '/'
 */
/*********************************/
/*            Commun             */
/*********************************/

#captchaContainer {
    padding-left: 0 !important;
    font-size: 13px;
}

#divCaptchaFormulaire .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: min-content;
    flex-wrap: nowrap !important;
}

#divCaptchaFormulaire {
    width: fit-content;
}

/*********************************/
/*            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);
}

/*********************************/
/* Remplacement classes Bootsrap */
/*  Voir Portail_CAPTCHA.cshtml  */
/*********************************/

#divCaptchaFormulaire {
    border: 1px solid #dee2e6 !important;
    border-color: #ced4da !important;
    border-radius: 0.25em !important;
    background-color: #fff !important;
    padding: 0.6em !important;
}

.div-text-info {
    color: #17a2b8 !important;
    display: flex;
}

#divQuestionReponse {
    display: flex;
    align-items: center;
    width: fit-content;
}

#divSecondary {
    padding: 0.25em !important;
    width: fit-content;
    margin-right: 1em;
}

#divSecondary label {
    position: relative;
    display: inline-block;
    left: 0;
    font-size: 1.25em;
    font-weight: 300;
    background-color: unset;
    color: #6c757d !important;
    text-shadow: none;
    padding-top: 0;
    width: max-content;
    background: unset;
    margin-top: 0;
    height: 100%;
    top: 0;
    line-height: unset;
    padding-left: 0.5em;
}

#divInputCaptcha {
    position: relative;
    display: flex;
    height: fit-content;
    width: 100%;
    padding: 0 !important;
    justify-content: end;
}

#ReponseUtil {
    position: relative;
    width: 5em;
    margin: 0 0 0 0.2em;
    display: block;
    padding: 0.375em 0.75em;
    font-size: 1em;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    box-shadow: none;
    background: unset;
    height: 100%;
}

#divInputCaptcha button {
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-appearance: button;
    color: #fff;
    background-color: #17a2b8;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: none !important;
    border-radius: 0.25em;
    padding: 0.375em 0.75em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: none;
    margin: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#divModalIncorrecteCaptcha {
    width: fit-content !important;
    margin-top: 0.5em;
    padding-left: 0.75em;
}
