:root {
    --zero: 0;
    --ten: 10px;
    --white: #fff;
    --main-color: #AFCBD0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 0;
}

.hide {
    display: none;
}

#popupNotif {
    position: fixed;
    top: 8.5%;
    right: 3.5%;
    z-index: 100;
    padding: 0.8%;
    border-radius: 7px;
}

a.notif {
    color: red
}

.show #forgotpwd {
    text-decoration: underline;
}

main{
    min-height: 85vh;
}

.carte{
    text-decoration: none !important;
    color: white;
}

.carte:hover{
    text-decoration: none !important;
    color: white;
}
