/* julie burin des roziers
feuille de style sur le bouton pour revenir en arrière
16.01.2025 */

#back-button{
    position: fixed;
    top: 130px;
    left: 40px;
    transform: translate(-50%,-50%);
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff9d85;
    color: #940000;
    cursor: pointer;
    padding: 15px;
    height:50px;
    width: 50px;
    border-radius: 25px;
    font-size:18px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}
#back-button span{
    background-color: #940000;
    width: 20px;
    height: 5px;
    border-radius: 25px;
    position: absolute;
    left: 20%;
}
#back-button span:nth-child(1){
    top: 60%;
}
#back-button span:nth-child(2){
    top:30%;
}
#back-button span:nth-child(3){
    transform: rotate(0deg);
    width: 30px;
    top: 47%;
}