body {
    background: no-repeat url("/static/images/fond.jpg");
    background-size: cover;
    background-color: #f8ebc9;
    margin-left: 3vw;
    margin-top: 5vh;
}

div.cible {
    border: solid;
    width: max-content;
}

textarea {
    opacity: 0.71;
}

img.vignette {
    max-width: 10vw;
    max-height: 10vh;
}

div.center {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 80%;
}

.boiboite {
    background: #cab981;
    border-radius: 3vh;
    padding: 2vh;
    border: solid #79450c;

}

.upload {
    display: grid;
    background-color: #cab981;
}

.upload * {
    grid-column: 1;
    max-width: 10vw;
}

.upload progress {
    height: 10px;
}

.upload button {
    height: 2em;
}

#boite_photos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#boite_photos * {
    flex-grow: 0;
    margin-right: 10px;
}
