        @media(max-width: 1024px) {
            #p5 .contain-element-info {
                flex-direction: column;
                flex-wrap: nowrap;
            }

            #p5 .header {
                height: 5vh;
            }

            #p5 .contain-champsoblige {
                width: 50%;
            }

            #p5 .champs {
                font-size: 2rem;
            }

            #p5 .contain-element {
                height: 65vh;
            }

            #p5 .element-info {
                width: 100%;
            }

            #p5 .paraname {
                font-size: 2.5rem;
            }

            #p5 .contain-saisi {
                height: 100%;
            }

            #p5 .element-info {
                height: 7rem;
            }

            #p5 .contain-element-message {
                margin-top: 2rem;
            }

            #p5 .saisi,
            #p5 .saisi-message {
                font-size: 2.4rem;
                width: 100%;
            }

            #p5 .inputcheck {
                width: 3rem;
                height: 3rem;
            }

            #p5 .para-check {
                font-size: 2rem;
                margin-left: 2rem;
            }

            #p5 .buttop {
                position: relative;
                top: 50%;
                font-size: 2.1rem;
                width: 21vh;
            }

            #p5 .but-email {
                height: 5vh;
                width: 90%;
                font-size: 2.2rem;
                z-index: 1;
                position: absolute;
            }
        }