.box {
    display: flex;
    justify-content: center;
    margin-left: 64px;
    margin-right: 64px;
    margin-top: 0.83em;
    background-color:
        /*#D6DAF0*/
        aliceblue
        ;
    border: 1px solid #B7C5D9;
    border-left: none;
    border-top: none;
    padding: 4px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1rem;
}

.commentaires {
    justify-content: center;
    margin-left: 64px;
    margin-right: 64px;
    margin-top: 0.83em;
    background-color:
        /*#D6DAF0*/
        aliceblue
        ;
    border: 1px solid #B7C5D9;
    border-left: none;
    border-top: none;
    padding: 4px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1rem;
}

.bloc {
    margin: auto;
    background-color: antiquewhite;
    background-color: white;

}

.couleur {
    background-color: white;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

a { 
    color: #36c;
    text-decoration: none;
}

a:active {
    color: midnightblue;
}

a:hover {
    text-decoration-line: underline;
}

h1 {
    margin: 0;
    padding: 0.67em;
}

.entete {
    background-color: white;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.enjolivure {
    width: 500px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup img {
    max-width: 80%;
    max-height: 80%;
}

.contenu {
    padding-bottom: 64px;
    background-color: white;
    max-width: 794.667px;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
}

.profile {
    padding: 16px;
}

.description {
    margin: 0;
    margin-right: 30px;
}

.basdepage {
    text-align: center;
    display: block;
}

@media screen and (max-width: 800px) {
    .box {
        margin-left: 16px;
        margin-right: 16px;
    }

    .contenu {
        width: 100%;
    }

    .enjolivure {
        width: 100%;
    }

}

html { font-size: 1em;
}

.title {
    font-size: 3em; 
    padding: 10px;
 }