.page{
    /* border: 5px solid red; */
    margin-top: 7rem;
    /* height: calc(100vh - 10rem); */
    height: auto;
}

.photo_cont{
    border: 5px solid orange;
    background: var(--color-primary);
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin-top: -90px;
    margin-left: calc(50% - 65px);
}

.titre{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    color: orange;
}

.infos_cont{
    /* border: 5px solid orange; */
    margin: 10px 5px;
    height: fit-content;
}

.page .infos_cont .block{
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin: 20px 5px;
    background: var(--color-primary);
}

.page .infos_cont .block .label{
    font-weight: 700;
    color: orange;
}

.page .marketeur_cont .lien_parrainage{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.page .marketeur_cont .lien_parrainage .lien{
    font-weight: 700;
    width: 80%;
    height: 40px;
    background: orange;
    pointer-events: none;
}

.page .marketeur_cont .lien_parrainage .copy{
    width: 40px;
    height: 40px;
    background: blue;
    color: aliceblue;
}

.page .marketeur_cont .lien_parrainage .copyval{
    width: 30px;
    background: rgb(7, 255, 7);
    color: aliceblue;
}
