        #p5 {
            height: 100vh;
        }

        #p5 .center {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p5 .text {
            font-family: 'Urbanist', sans-serif;
        }

        #p5 .contain-border {
            height: 100%;
            width: 100%;
        }

        #p5 .border {
            height: 100%;
            width: 90%;
        }

        #p5 .header {
            width: 100%;
            height: 10vh;
        }

        #p5 .contain-champsoblige {
            height: 100%;
            width: 20%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
        }

        #p5 .champs {
            font-size: 1.1rem;
            line-height: 0%;
        }

        #p5 .contain-element {
            height: 75vh;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        #p5 .contain-element-info {
            height: 50%;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        #p5 .element-info {
            width: 47%;
            height: 5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        #p5 .name {
            height: 35%;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        #p5 .paraname {
            font-size: 1.2rem;
        }

        #p5 .contain-saisi {
            height: 65%;
            width: 100%;
        }

        #p5 .saisi,
        #p5 .saisi-message {
            height: 90%;
            width: 98%;
            border: 1px solid, black;
            font-size: 1.4rem;
        }

        #p5 .contain-element-message {
            height: 50%;
            width: 100%;
        }

        #p5 .saisi-message {
            max-height: 100%;
            max-width: 100%;
            min-height: 100%;
            min-width: 100%;
        }

        #p5 .footer {
            height: 15vh;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        #p5 .contain-input {
            height: 35%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        #p5 .inputcheck {
            height: 1rem;
            width: 1rem;
        }

        #p5 .paracheck {
            font-size: 1.2rem;
        }

        #p5 .contain-button {
            height: 65%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #p5 .but-email {
            height: 100%;
            width: 45vh;
            cursor: pointer;
            border: 1px solid, black;
            font-size: 1.1rem;
            background-color: white;
        }

        #p5 .but-email:hover {
            transition: 0.3s;
            background-color: rgb(0, 0, 0);
            color: white;
        }

        #p5 .buttop {
            cursor: pointer;
            width: 30vh;
            height: 2rem;
            font-size: 1.2rem;
            border: none;
            background: transparent;
        }