.acds {
    max-width: 720px;
    margin: 0 auto;
    color: #2e2b28;
    font-size: 16px;
    line-height: 1.6;
}

.acds *,
.acds *::before,
.acds *::after {
    box-sizing: border-box;
}

.acds-etapes {
    display: flex;
    gap: 8px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.acds-etapes li {
    flex: 1;
    text-align: center;
    padding: 10px 4px;
    border-bottom: 3px solid #ddd3c6;
    color: #5f594f;
}

.acds-etapes li.acds-actif {
    border-color: #826c5f;
    color: #2e2b28;
    font-weight: 700;
}

.acds-titre {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #2e2b28;
}

.acds-cartes {
    display: grid;
    gap: 12px;
}

.acds-carte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 2px solid #cfc4b6;
    border-radius: 10px;
    padding: 16px 18px;
    font: inherit;
    font-size: 16px;
    color: #2e2b28;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.acds-carte:hover,
.acds-carte:focus-visible {
    border-color: #826c5f;
}

.acds-carte.acds-choisi {
    border-color: #6b5548;
    background: #f1eada;
    box-shadow: inset 0 0 0 1px #6b5548;
}

.acds-carte .acds-tarif {
    font-weight: 700;
    white-space: nowrap;
    color: #6b5548;
    font-size: 17px;
}

.acds-carte small {
    color: #5f594f;
    font-weight: 400;
}

.acds-choix-ligne {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px;
}

.acds-choix-ligne .acds-carte {
    flex: 1;
    min-width: 180px;
}

.acds-note {
    font-size: 14px;
    color: #5f594f;
    margin: 10px 0 0;
}

.acds-cal {
    background: #fff;
    border: 1px solid #cfc4b6;
    border-radius: 10px;
    padding: 16px;
}

.acds-cal-tete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px;
}

.acds-cal-tete strong {
    font-size: 17px;
    text-transform: capitalize;
    color: #2e2b28;
}

.acds-cal-nav {
    background: #fff;
    border: 2px solid #cfc4b6;
    border-radius: 6px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    cursor: pointer;
    color: #2e2b28;
}

.acds-cal-nav:hover:not(:disabled) {
    border-color: #826c5f;
}

.acds-cal-nav:disabled {
    opacity: 0.3;
    cursor: default;
}

.acds-cal-grille {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
}

.acds-cal-jour-nom {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #5f594f;
    padding: 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acds .acds-cal-case {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid transparent;
    background: none;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    color: #b3aa9d;
    cursor: default;
    padding: 9px 0;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

.acds-cal-case.acds-dispo {
    background: #f1eada;
    border-color: #cfc4b6;
    color: #2e2b28;
    cursor: pointer;
    font-weight: 700;
}

.acds-cal-case.acds-dispo:hover {
    border-color: #6b5548;
    background: #e9ddc8;
}

.acds-cal-case.acds-choisi {
    background: #6b5548;
    border-color: #6b5548;
    color: #fff;
}

.acds-creneaux {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
    margin: 14px 0 0;
    width: 100%;
}

.acds .acds-creneau {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #cfc4b6;
    background: #fff;
    border-radius: 8px;
    padding: 11px 6px;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
    color: #2e2b28;
    text-align: center;
    overflow: hidden;
}

.acds-creneau:hover {
    border-color: #6b5548;
    background: #f1eada;
}

.acds-creneau.acds-choisi {
    border-color: #6b5548;
    background: #6b5548;
    color: #fff;
}

.acds-recap {
    background: #f1eada;
    border-left: 4px solid #826c5f;
    border-radius: 0 10px 10px 0;
    padding: 14px 18px;
    margin: 0 0 20px;
    font-size: 15px;
    color: #2e2b28;
}

.acds-champ {
    margin: 0 0 16px;
}

.acds-champ label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #2e2b28;
}

.acds-champ input,
.acds-champ textarea {
    width: 100%;
    border: 2px solid #cfc4b6;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    font-size: 16px;
    background: #fff;
    color: #2e2b28;
}

.acds-champ input:focus,
.acds-champ textarea:focus {
    outline: none;
    border-color: #6b5548;
    box-shadow: 0 0 0 3px rgba(130, 108, 95, 0.2);
}

.acds-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #45403a;
    margin: 0 0 18px;
    line-height: 1.5;
}

.acds-consent input {
    margin-top: 3px;
    width: 19px;
    height: 19px;
    flex: none;
    accent-color: #6b5548;
}

.acds-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.acds-boutons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
}

.acds-btn {
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background: #6b5548;
    color: #fff;
}

.acds-btn:hover {
    background: #554237;
}

.acds-btn:disabled {
    background: #b3aa9d;
    cursor: default;
}

.acds-btn-retour {
    background: #fff;
    color: #45403a;
    border: 2px solid #cfc4b6;
}

.acds-btn-retour:hover {
    background: #f1eada;
    border-color: #826c5f;
}

.acds-erreur {
    background: #faeae2;
    border: 2px solid #c97a54;
    color: #7c2d0e;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 16px;
}

.acds-succes {
    text-align: center;
    background: #fff;
    border: 2px solid #cfc4b6;
    border-radius: 10px;
    padding: 36px 24px;
}

.acds-succes h3 {
    font-size: 23px;
    margin: 0 0 12px;
    color: #2e2b28;
}

.acds-succes p {
    color: #45403a;
}

.acds-succes .acds-ref {
    display: inline-block;
    background: #f1eada;
    border: 1px solid #cfc4b6;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 17px;
    color: #6b5548;
    margin: 10px 0;
}

.acds-chargement {
    text-align: center;
    color: #5f594f;
    padding: 24px 0;
    font-size: 15px;
}

@media (max-width: 560px) {
    .acds-etapes {
        font-size: 12px;
    }

    .acds-boutons {
        flex-direction: column-reverse;
    }

    .acds-btn {
        width: 100%;
    }
}

.acds-modes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px;
}
.acds .acds-mode {
    flex: 1 1 260px;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #cfc4b6;
    border-radius: 12px;
    padding: 16px 18px;
    cursor: pointer;
    text-align: left;
    color: #2e2b28;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.acds-mode:hover,
.acds-mode:focus-visible {
    border-color: #826c5f;
}
.acds-mode.acds-choisi {
    border-color: #6b5548;
    background: #f1eada;
    box-shadow: inset 0 0 0 1px #6b5548;
}
.acds-mode-ico {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1eada;
    color: #6b5548;
}
.acds-mode.acds-choisi .acds-mode-ico {
    background: #6b5548;
    color: #fff;
}
.acds-mode-txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}
.acds-mode-txt strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}
.acds-mode-txt small {
    color: #5f594f;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
}
.acds-mode-check {
    flex: none;
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #cfc4b6;
    position: relative;
    background: #fff;
}
.acds-mode.acds-choisi .acds-mode-check {
    border-color: #6b5548;
    background: #6b5548;
}
.acds-mode.acds-choisi .acds-mode-check::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.acds-jour-choisi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f1eada;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #2e2b28;
    text-transform: capitalize;
}
.acds-lien {
    background: none;
    border: none;
    color: #6b5548;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    text-transform: none;
}
.acds-lien:hover { color: #554237; }
