.etiquette:hover{
    cursor: pointer;
    box-shadow: 1px 1px 5px #55555572;
}

.boite_de_depot {
    background-color: #fff;
    /*remarque: la transparence n'était pas là partout*/
    border: solid;
    border-style: inset;
    border-color: #d4a405;
    position: relative;
    display: inline;
    border-width: 2px;
    border-radius: 5px;
    width: 10vw;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.selectionnable:hover{
    cursor: pointer;
}

p{
    line-height: 30px;
    white-space: nowrap;
    width: fit-content;
}

.texte-encadre{
    width: 50%;
    max-height: 20vh;
    margin-left: 25%;
}

#texte{
    height: 48vh;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: overlay;
    background-color: #fff;
    box-shadow: 0px 3px 5px #808080;
    
}

.etiquette_selectionnee{
    border-color: #720d00;
    background-color: #dcd2d1;
}

@media screen and (max-width : 780px) {
    .texte-encadre{
        width: 75vw;
        margin-left: 12.5vw;
    }

    #texte{
        width: 82vw;
        margin: 2vw;
    }
}