/* Formulaire Elementor de la page Contact (ID 1418). */
.elementor-field-type-submit {
    justify-content: flex-end;
}

.elementor-field-type-submit button {
    flex-basis: unset !important;
}

.elementor-field-group-message {
    margin-bottom: 15px !important;
}

.elementor-field-group .elementor-field-type-acceptance {
    margin-top: 30px;
}

.elementor-field-group > span,
.elementor-field-group .elementor-field-type-acceptance label {
    font-style: italic;
    font-size: 0.9rem;
}

.elementor-field-group .elementor-field-type-acceptance a {
    color: var(--e-global-color-primary);
}

.elementor-field-group .elementor-field-type-acceptance a:hover {
    color: var(--e-global-color-f1a06ed);
}

.dummy-input-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 !important;
    font-size: 0.9rem;
    min-height: 47px;
    cursor: pointer;
}

.dummy-input {
    padding: 10px;
    margin-right: 5px;
    color: #fff;
    background-color: #9c9b9b;
    white-space: nowrap;
    border: 1px solid transparent;
}

.dummy-input-wrap:hover .dummy-input {
    border-color: #9c9b9b;
    color: #9c9b9b;
    background-color: #fff;
}

.input-filename {
    font-style: italic;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
