#widget_container {
    font-family:  Montserrat,sans-serif;
    font-size: 1.6rem;
    min-height: 365px;
    width: 60%;
    padding: 5%;
    background: url('assets/prix-liberte/arbre.svg') no-repeat;
    background-size: auto 245px;
    background-position-x: 100%;
    background-position-y: 120px;
}

#widget_container button, #widget_container input {
    font-family:  Montserrat,sans-serif;
}

#widget_container input[type="submit"], #widget_container button {
    background: #212121;
    border: 1px solid #212121;
    border-radius: 2.5rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin: 19px auto 0;
    padding: 1.5rem 1.8rem;
    transition: all .4s ease-in-out;
}

#widget_container input[type="submit"]:hover, #widget_container button:hover {
    background: transparent;
    color: #212121;
    cursor: pointer;
}

#widget_container input[type="text"], #widget_container input[type="tel"], #widget_container input[type="number"], #widget_container select {
    align-items: center;
    background: #fff;
    border: 1px solid #212121;
    border-radius: 0;
    color: #212121;
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin-left: 0;
    margin-right: 0;
}

#widget_container input[type="text"]:focus, #widget_container input[type="tel"]:focus, #widget_container input[type="tel"]:focus {
    outline: none;
}

#widget_container input[type="number"] {
    padding-right: 0.2rem;
}

/* --------------------------------------- */
/* radio button style */

#widget_container input[type="radio"] {
    display: none;
}

#widget_container input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
    position: relative;
    top: 2px;
}

#widget_container input[type="radio"]:checked + label:before {
    background: radial-gradient(#000 0%, #000 40%, #fff 50%, #fff);
}

/* --------------------------------------- */

#ebelleron-error-message-container {
    display: none;
    justify-content: center;
    margin-top: 1rem;
}

#ebelleron-error-message {
    background-color: #feecf0;
    font-weight: 600;
    color: #cc0f35;
    border-radius: .375em;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    display: inline-block;
}

/* --------------------------------------- */

.ebelleron-alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid;
    border-radius: .25em;
}

/* --------------------------------------- */

#captchaFormulaireExtInput {
    margin-top: 0.5rem;
    max-width: 280px;
}

.ebelleron-form-element-container {
    margin-bottom: 1rem;
    display: block !important;
}

#ebelleron-form-phone span.select2-container {
    display: block;
}

#phone-number-input {
    display: block;
    width: 100%;
    margin-top: 5px;
}

#ebelleron-form-statistic div {
    margin: 0.25rem;
}

#ebelleron-form-statistic label {
    display: inline-block;
    min-width: 65px;
    margin: 1rem 0 !important;
}

#ebelleron-form-statistic select {
    width: calc(100% - 70px);
    max-width: 400px;
}

#ebelleron-form-code-request-new-code-container {
    margin-top: 2rem;
}

#ebelleron-form-code-request-new-code-button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#polling-end-container, #polling-not-open-title {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    hyphens: manual;
}

#captchetat {
    display: flex;
    justify-content: center;
}

#captchetat + .ebelleron-form-element-container {
    display: flex !important;
    justify-content: center;
}

/* --------------------------------------- */

@media screen and (max-width: 768px) {
    #widget_container {
        background-position-x: 50%;
        width: 100%;
    }
    
}

/* --------------------------------------- */

#captchetat-container button {
    background: unset;
    margin: unset;
    padding: 0rem 1.8rem;
}