.item-navbar-chevron {
    padding: 13px 16px;
    border-radius: 50px;
    cursor: pointer;
}

.item-navbar-chevron:hover {
    background-color: #67748e23;
}

.message-error {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 0, 0, 0.311);
    border-radius: 50px;
    padding: 10px 20px;
}

.message-error img {
    height: 40px;
}

.objet-page {
    color: white;
    margin: 0 auto;
    width: 600px;
}

@media screen and (max-width: 768px) {
    .objet-page {
        width: 300px;
    }
}
