.cpass{
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.change-btn{
    background-color: unset;
    border: 0;
    color: #47E9FF;
    text-decoration: underline;
    margin-top: 35px;
}
.change-btn:focus{
    outline: none !important;
}
.form-container{
    padding: 30px 30px;
}
.popup-title{
    text-align: center;
    line-height: 5px;
}
.form-main{
    margin-top: 40px;
}
.form-popup{
    display: none;
    max-width: 500px;
    background: linear-gradient(180deg, #0057A1 0%, #141F32 100%);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.30);
    border-radius: 5px;
    color: white;
    position: absolute;
    top: 200px;
    left: 450px;
}
.form-main input, .form-main input{
    width: 100%;
    padding: 15px;
    border: none;
    background: #f1f1f1;
    height: 55px;
    border-radius: 5px;
}
.popup-btn{
    display: flex;
    justify-content: space-between;
}
.popup-btn button{
    padding: 16px 52px;
    background: linear-gradient(180deg, #0057A1 0%, #141F32 100%);
    border-radius: 5px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.30);
    font-size: 18px;
    color: white;
    width: 200px;
}
.popup-btn button:hover{
    color: #ffc107;
}
.form-main span{
    color: #FF7A00;
}
.section-profile{
    align-items: inherit;
}
.profile-form{
    display: flex;
    flex-direction: column;
}
.profile-form label{
    margin-top: 20px;
}
.profile-form input{
    height: 55px;
    width: 350px;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 18px;
}
.profile-form select{
    height: 55px;
    border-radius: 5px;
    padding: 16px 20px;
}
.section-profile div.avt{
    width: 150px;
    height: 150px;
    margin-top: 40px;
}
@media only screen and (min-width:1824px) {
    .form-popup{
        top: 150px;
        left: 750px;
    }
}
/*REQUEST KITTING*/
.btn-creer{
    padding: 0;
}

/*HELP*/
.help-title{
    text-transform: uppercase;
    color: white;
    margin: 60px 0px;
}
.help-title h1{
    font-size: 28px;
    font-weight: 100;
}
.help-content{
    padding-left: 30px;
}
.help-des{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 85px;
}
.help-des img{
    cursor: pointer;
}