@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #1f2641;
    /* background: #23242a; */
}

.wrapper{
    position: relative;
    background: #ec9419;
    /* background: #333; */
    height: 95vh;
    width: 90%;
    border-radius: 16px;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1), 0 32px 64px -48px rgba(0,0,0,0.5);
    overflow: hidden;
}

.wrapper::before{
    content: '';
    position: absolute;
    top: calc(-50%);
    left: -30%;
    height: 80vh;
    width: 90%;
    background: linear-gradient(0deg,transparent,transparent,rgb(37, 37, 250),blue,blue);
    /* background: #45f3ff; */
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
}

.wrapper::after{
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    height: 95vh;
    width: 90%;
    background: linear-gradient(0deg,transparent,transparent,blue,blue,blue);
    /* background: #ff454e; */
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -3s;
}

.borderLine{
    position: absolute;
    top: 0;
    inset: 0;
}

.borderLine::before{
    content: '';
    position: absolute;
    top: calc(-50%);
    left: -30%;
    height: 95vh;
    width: 90%;
    background: linear-gradient(0deg,transparent,transparent,#ff454e,#ff454e,#ff454e);
    /* background: #45f3ff; */
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -1.5s;
}

.borderLine::after{
    content: '';
    position: absolute;
    top: calc(-50%);
    left: -30%;
    height: 95vh;
    width: 90%;
    background: linear-gradient(0deg,transparent,transparent,#ff454e,#ff454e,#ff454e);
    /* background: #45f3ff; */
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -4.5s;
}

@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/* Formulaire d'inscription : code CSS */

.wrapper .form.signup{
    position: absolute;
    border-radius: 16px;
    background: #424890;
    inset: 8px;
    z-index: 2;
    padding: 10px 20px;
}

.form form .step04 .p__val h4{
    font-weight: 600;
    color: #000000;
}

.form form .step04 .p__val .icon{
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 25px;
    background-image: url("ressources/xmark.svg");
    /* background-color: #ff454e; */
    background-size: cover;
}

.icon__active{
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-image: url(" ressources/thumbs-up.svg");
    background-color: #45ff4e;
    background-size: cover;
}

.form form .step01 .error01,
.form form .step02 .error02,
.form form .step03 .error03,
.form form .step04 .error04,
.form form .step05 .error05{
    background-color: #721c24;
    border: 2px solid #ec9419;
    border-radius: 5px;
    color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-bottom: 15px;
}

.form form .step04 .p__val .r p{
    padding: 0 5px;
    font-size: 0.9rem;
    color: red;
}

.form form .step04 .p__val .valid p{
    padding: 0 5px;
    font-size: 0.9rem;
    color: #59fc4d;
}

.form form .load{
    background: #e6e6e6;
    border: 2px solid #f99303;
    border-radius: 3px;
}

.form form .load .a{
    background: #ec9419;
    height: 15px;
    /* border-radius: 3px; */
}

.form form header{
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.form form{
    margin: 20px 0;
}

.form form .error-txt{
    color: #721c24;
    background: #f8d7da;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #f5c6cb;
    display: none;
}

.form form .name-details{
    display: flex;
}

form .name-details .field:first-child{
    margin-right: 10px;
}

form .name-details .field:last-child{
    margin-left: 10px;
}

.form form .field{
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px;
}

.form form .field label{
    margin-bottom: 2px;
    color: #ec9419; 
    font-weight: 700;
}

.form form .input input{
    outline: none;
}

.form form .input input{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form form .image input{
    font-size: 17px;

}

.form form .button .butt{
    margin-top: 13px;
    height: 45px;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    background: #333;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 80px;
}

.form form .button .Validate{
    margin-top: 13px;
    height: 45px;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    background: #ec9419;
    /* background: #333; */
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 80px;
}

.form form .field i{
    position: absolute;
    right: 15px;
    color: #ccc;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form form .field i.active::before{
    color: #333;
    content: "\f070";
}

.form .link{
    text-align: center;
    margin: 0 0;
    font-size: 15px;
    color: #ec9419;

}

.form .link a{
    color: #ff454e;
}

.form .link a:hover{
    text-decoration: underline;

}


    /* code css de users.html */

