/*!
Theme Name: Doloue
Theme URI: http://underscores.me/
Author: IPSO
Author URI: https://www.studioipso.fr
Description: Thème WordPress pour Doloue Maîtrise d'oeuvre
Version: 1.0
Tested up to: 8.0
Requires PHP: 8.0
*/

/* ------------------------------------------------------------------------------ */
/* ----- GENERAL SETTINGS ----- */
/* ------------------------------------------------------------------------------ */
html {
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
}

ul {
    padding-left: 1em;
}



/* ------------------------------------------------------------------------------ */
/* ----- WP FORMS ----- */
/* ------------------------------------------------------------------------------ */
.wpforms-field-container .wpforms-field-label {
    margin-bottom: .5em;
    color: var(--e-global-color-primary) !important;
    font-weight: 500 !important;
} 

.wpforms-field-container .wpforms-field-label .wpforms-required-label,
.wpforms-field-container .wpforms-field-label-inline .wpforms-required-label {
    color: var(--e-global-color-primary) !important;
}

.wpforms-field-container .wpforms-field input,
.wpforms-field-container .wpforms-field textarea {
    padding: .8em;
    max-width: 100% !important;
    color: #040d12 !important;
    font-size: 1em !important;
    border-radius: unset !important;
    border: 1px solid #eaeaea !important;
    background: #f5f5f5 !important;
}

.wpforms-field-container .wpforms-field input:focus,
.wpforms-field-container .wpforms-field textarea:focus {
    outline: 1px solid var(--e-global-color-primary) !important;
}

.wpforms-field-container .wpforms-field-gdpr-checkbox ul {
    padding-left: 0;
    list-style: none;
}

.wpforms-field-container .wpforms-field-gdpr-checkbox ul input {
    background: transparent !important;
    border: unset !important;
}

.wpforms-submit-container .wpforms-submit {
    padding: .8em 1.5em !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
    color: #fff !important;
    background-color: var(--e-global-color-secondary) !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    cursor: pointer !important;
}

.wpforms-submit-container .wpforms-submit:hover {
    background: var(--e-global-color-primary) !important;
}