.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper p.form-row.validate-required.form-row-first {
    width: calc(50% - 20px);
    margin-right: 20px;
}
.woocommerce-billing-fields__field-wrapper p.form-row.validate-required.form-row-last {
    width: calc(50% - 20px);
    margin-left: 20px;
}
p.form-row.form-row-wide {
    width: 100%;
}
.checkout_ressource.forfait {
    margin-bottom: 16px;
    min-height: 122px;
  }
.woocommerce form .form-row label {
    line-height: 2;
    color: #646464;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    color: #666666;
    background-color: #ffffff;
    border-color: #bfbfbf;
}
p.form-row.validate-required.form-row-wide input {
    width: 100%;
}
.form-row.checkbox-group label,
.form-row.radio-group label {
    height: initial;
    width: 100%;
    background: white;
    border-radius: 0;
    border: 1px solid #747474;
    padding: 10px 0 10px 50px;
    display: flex;
    gap: 20px;
    position: relative;
    max-width: 250px;
}
.form-row.checkbox-group label:has( > input:checked),
.form-row.radio-group label:has( > input:checked) {
    border: 1px solid #DCDCDC !important;
    background: rgba(6, 92, 93, 0.10) !important;
}
.form-row.checkbox-group label input[type="checkbox"], .form-row.checkbox-group label input[type="checkbox"]:checked:after {
    border-radius: 0;
}
p.form-row.radio-group label input[type="radio"], p.form-row.radio-group label input[type="radio"]:checked:after {
    border-radius: 50%;
}
p.form-row.radio-group label input[type="radio"],
.form-row.checkbox-group label input[type="checkbox"] {
    appearance: none;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #A0A0A0;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
p.form-row.radio-group label input[type="radio"]:checked:after,
.form-row.checkbox-group  label input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #065C5D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
p.form-row.checkbox-group, p.form-row.radio-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.checkout_ressource label {
    height: 98px;
    width: 100%;
    background: white;
    border-radius: 0;
    border: 1px solid #747474;
    padding: 25px;
    display: flex;
    gap: 25px;
}
.checkout_ressource.forfait label {
    height: 120px;
}
.checkout_ressource label input[type="radio"],
.checkout_ressource label input[type="checkbox"] {
    appearance: none;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #A0A0A0;
    position: relative;
}
.checkout_ressource h4 {
    color: #000;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.checkout_ressource p {
    margin: 0;
    color: #747474;
    font-family: "Work Sans", Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout_ressource .price.inclus {
    color: #065C5D;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.checkout_ressource .price {
    color: #000;
    text-align: right;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.checkout_ressource label input[type="radio"]:checked:after,
.checkout_ressource label input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #065C5D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.checkout_ressource label input[type="checkbox"],
.checkout_ressource label input[type="checkbox"]:checked:after{
    border-radius: 0%;
}
form#multi-step-form h3 {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-481a3c6-font-family), Sans-serif;
    font-size: var(--e-global-typography-481a3c6-font-size);
    font-weight: var(--e-global-typography-481a3c6-font-weight);
    font-style: var(--e-global-typography-481a3c6-font-style);
    line-height: var(--e-global-typography-481a3c6-line-height);
    letter-spacing: var(--e-global-typography-481a3c6-letter-spacing);
    word-spacing: var(--e-global-typography-481a3c6-word-spacing);
}
.checkout_ressource {
    margin-bottom: 16px;
    height: 98px;
}
.checkout_ressource label:has( > input:checked) {
    border: 1px solid #DCDCDC;
    background: rgba(6, 92, 93, 0.10);
}
.additional-information-form {
    margin: 10px 0;
}

.additional-information-form label {
    display: block;
    font-size: 18px;
    margin: 0 0 5px;
}