/* ---------- GENERAL -------- */
:root {
    --Noir: #343434;
}

#all7 p, #all7 h1, #all7 h2 {
    padding: 0;
    margin: 0;
    color: var(--Noir);
    font-family: 'Poppins';
}

#all7 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: radial-gradient(circle, rgba(246,246,246,1) 70%, rgba(217,217,217,1) 100%);
    padding: 30px 0;
}

#all7 .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    border-radius: 20px;
    background-color: white;
    padding: 5px 15px 15px 15px;
}

/* ---------- TOP ---------- */
#all7 .header {
    background-image: url(../../img/dailyUi/6/paysageBanniere.jpg), linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(23,29,143,0) 100%);
    background-size: cover;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 5px 15px 15px 15px;
    height: 110px;
}

#all7 .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
}

#all7 .top p {
    font-size: 20px;
    font-family: 'Overpass' !important;
    color: white;
}

#all7 .top .icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

/* ---------- BTN BACK ---------- */
#all7 .backMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
    color: white;
}

#all7 .back {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#all7 .back p {
    font-family: 'Overpass' !important;
    color: white;
}

#all7 .back svg {
    width: 18px;
    height: 18px;
}

#all7 .back  {
    font-size: 20px;
    font-weight: 200;
}

/* ---------- PHOTO DE PROFILE --------- */
#all7 .photoProfile {
    position: absolute;
    top: 85px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 100%;
    border: 6px solid white;
}

/* --------- CONTENT ---------- */
#all7 .editInfo {
    font-family: 'Poppins';
    margin: 50px 20px 0px 20px;
    width: 100%;
}

#all7 .editInfo h1 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
}

#all7 .changePassword {
    font-family: 'Poppins';
    margin: 25px 20px 25px 20px;
    width: 100%;
}

#all7 .changePassword h1 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
}

#all7 form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#all7 form label {
    font-size: 22px;
    margin-top: 5px;
    width: 100%;
}

#all7 form input {
    font-size: 18px;
    font-weight: 300;
    padding: 2px 5px;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    width: 100%;
}

#all7 form button {
    font-size: 24px;
    font-weight: 600;
    color: white;
    background-color: #64B9FF;
    border: none;
    border-radius: 5px;
    padding: 2px 27px;
    margin-top: 10px;
}