.devis-form-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.devis-form-wrapper{
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 670px;
        background-color: var(--wp--preset--color--white);
        border-radius: 20px;
        padding: 3rem;
        padding-top: 1rem;
        & .devis-form-infos{
            color: #000000!important;
            padding-bottom: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        & .devis-form-item{
            display: flex;
            flex-direction: column;
            & .wpcf7{
                display: flex;
                flex-direction: column;
                & form{
                    display: flex;
                    flex-direction: column;
                    & .contact-form.container{
                        display: flex;
                        flex-direction: column;
                        & .input-container{
                            display: flex;
                            flex-direction: column;
                            & .contact-wrapper{
                                display: flex;
                                & p{
                                    display: flex;
                                    width: 100%;
                                    & span{
                                        display: flex;
                                        width: 100%;
                                        & input{
                                            color: #000000!important;
                                            border: solid 1px var(--wp--preset--color--black)!important;
                                            width: 100%;
                                        }

                                    }
                                }
                            }
                            & .select-wrapper{
                                display: flex;
                                flex-direction: column;
                                & .select-holder{
                                    display: flex;
                                    & p{
                                        display: flex;
                                        color: #000000!important;
                                        padding-left: 10px;
                                    }
                                }
                                & .select-container{
                                    display: flex;
                                    & p{
                                        display: flex;
                                        width: 100%;
                                        & .wpcf7-form-control-wrap{
                                            display: flex;
                                            width: 100%;
                                            & .wpcf7-form-control{
                                                display: flex;
                                                width: 100%;
                                                gap: 10%;
                                                flex-wrap: wrap;
                                                flex-direction: row;
                                                & .wpcf7-list-item{
                                                    display: flex;
                                                    width: 45%;
                                                    margin: 0;
                                                    flex-direction: row;
                                                    padding-bottom: 1rem;
                                                    gap: 2rem;
                                                    & .wpcf7-list-item-label{
                                                        display: flex;
                                                        width: 80%;
                                                        color: #000000!important;
                                                    }
                                                    & input{
                                                        display: flex;
                                                        width: 30px;
                                                        height: 30px;
                                                        margin: 0;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                                & p{
                                    & input{
                                        color: #000000!important;
                                        border: solid 1px var(--wp--preset--color--black)!important;
                                        width: 100%;
                                    }
                                }
                            }
                            & .textarea-container{
                                padding-top: 1rem;
                                & p{
                                    display: flex;
                                    width: 100%;
                                    & span{
                                        display: flex;
                                        width: 100%;
                                        & textarea{
                                            color: #000000!important;
                                            background-image: none;
                                            border: solid 1px var(--wp--preset--color--black)!important;
                                            border-radius: 27.5px;
                                        }
                                    }
                                }

                            }
                            & p{
                                display: flex;
                                justify-content: center;
                                button{
                                    border: none;
                                    background-color: transparent;
                                    & a{
                                        color: #FFFFFF!important;
                                        cursor: pointer;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    svg{
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 120%;
        z-index: -1;
    }
}
@media (max-width: 1600px) {
    .devis-form-container{
        padding: var(--container-space);
    }
    
}
@media (max-width: 536px) {
    .devis-form-container{
        padding: 10vh 1rem;
        & .devis-form-wrapper{
            padding: 1rem;
        }
    }
    .devis-form-container {
        & .devis-form-wrapper {
            & .devis-form-item {
                & .wpcf7 {
                    & form {
                        & .contact-form.container {
                            & .input-container {
                                & .select-wrapper {
                                    & .select-container {
                                        & p {
                                            & .wpcf7-form-control-wrap {
                                                & .wpcf7-form-control {
                                                    flex-direction: column;
                                                    & .wpcf7-list-item {
                                                        width: 100%;
                                                        justify-content: space-between;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}