#devisFormAmar {
    text-align: center;
    width: 80vw;
    margin: auto;
    padding-top: 0;
}

#devisFormAmar h2 {
    font-size: 2em;
    margin-bottom: 2rem;
}

#devisFormAmar h2 span {
    color: #fb911f;
    font-size: 2.2em;
}


#wait-devis {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    color: #fff;
}

#wait-devis p {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

#devisFormAmar p {
    margin: 2rem;
}

#devisFormAmar h3 {
    margin-bottom: 2rem;
}

#devisFormAmar h3 span {
    color: #fb911f;
    font-size: 2.2em
}

.devis-form {
    border: 1px red solid;
    width: 40%;
    min-height: 15rem;
}

#devisFormAmar .servicesList {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem
}

#devisFormAmar .servicesList>div {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    width: 14rem;
    transition: all ease 0.4s;
}

#devisFormAmar .servicesList>div:hover {
    box-shadow: rgb(0 0 0 / 25%) 9px 4px 14px 4px, rgb(0 0 0 / 22%) 0px 10px 10px;
    background-color: #f7f7f7;
    cursor: pointer;
}

#devisFormAmar .servicesList>div:hover>img {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}


#devisFormAmar .servicesList>div.active {
    box-shadow: rgb(0 0 0 / 25%) 9px 4px 14px 4px, rgb(0 0 0 / 22%) 0px 10px 10px;
    background-color: #f7f7f7;
    cursor: pointer;
}

#devisFormAmar .servicesList>div.active>img {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}



#devisFormAmar .servicesList>div>h4 {
    color: #fb911f;
    padding: 1rem 0rem;
}

#devisFormAmar .servicesList img {
    width: 100%;
    margin-bottom: -4px;
}

#devisFormAmar .formFooter {
    height: 6rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#devisFormAmar .formFooter button {
    color: #fff;
    background: linear-gradient(90deg, #ff9300 0%, #ff4a00 100%);
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    border: transparent;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

#devisFormAmar .formFooter button:hover {
    background: linear-gradient(90deg, #ff4a00 0%, #ff9300 100%);
}

#devisStep2,
#devisStep3,
#devisStep4,
#finalStep {
    display: none;
}

.devisFile {
    border-width: 5px;
    border-style: dashed;
    border-color: #fb911f;
    padding: 2rem;
    cursor: pointer;
    transition: all ease 0.4s;
}

.devisFile:hover {
    background-color: #fb911f;
    color: #fff;
}

#devisStep3 input {
    margin: auto;
    margin-bottom: 1rem;
}

#devisStep3 input:disabled {
    background-color: #cfcfcf;
    border: 1px #767676 solid;
}

#devisAddress {
    margin-bottom: 2rem !important;
    width: 100%;
}

#addressList {
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-shadow: rgb(0 0 0 / 25%) 3px 2px 8px 0px, rgb(0 0 0 / 22%) 0px 10px 10px;
    background-color: #d9d9d9;
    display: none;
}

#addressList>div {
    background-color: rgb(255 255 255);
    padding: 0.5rem;
}

#addressList>div:hover {
    background-color: #d9d9d9;
    cursor: pointer;
}

#devisStep4 {
    width: fit-content;
    margin: auto;
}

#devisStep4 input {
    width: -webkit-fill-available;
    margin: 0;
}

#devisStep4 label {
    display: block;
    text-align: left;
    width: fit-content;
    margin-top: 1.2rem;
}

#devisFormAmar .label-inline {
    display: inline !important;
}

#contact {
    width: fit-content !important;
    margin-top: 2rem !important;
}

#trackId {
    font-weight: bold;
}

@media (max-width: 900px) {

    #devisFormAmar {
        width: 90vw;
    }

    .devis-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #devisFormAmar {
        width: 100%;
        padding: 1rem;
    }


}


.toggle-switch {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 0.5rem;
}

/* Masquer l'input checkbox */
.toggle-switch input[type="checkbox"] {
    display: none;
}

/* Styling du toggle switch */
.toggle-slider {
    display: inline-block;
    width: 48px;
    height: 24px;
    background-color: rgb(171, 0, 0);
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}

/* Styling de la poignée (le point qui bouge) */
.toggle-slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: transform 0.2s ease-in-out;
}

/* Styling de la poignée lorsque le toggle est activé */
.toggle-switch input[type="checkbox"]:checked+.toggle-slider::before {
    transform: translateX(24px);
}

/* Styling de la poignée lorsque le toggle est activé */
.toggle-switch input[type="checkbox"]:checked+.toggle-slider {
    background-color: #1cdd00;
}

#path-75:after {
    content: "75"
}