#alerte {
    position: absolute;
    top: -100rem;
    left: 50%;
    z-index: 20;
    margin-left: -30rem;
    width: 60rem;
    display: block;
    height: auto;
    box-sizing: border-box;
    max-height: 100rem;
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.2s;
}

#alerte_contener {
    display: block;
    top: 0;
    z-index: 20;
    margin: auto;
    width: 60rem;
    max-width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.65);
    height: auto;
    box-sizing: border-box;
    padding: 0.5rem;
    border-radius: 0 0 5px 5px;
    /* transition: all 0.2s; */
}

#alerte .alerte_item {
    font-size: 1.4rem;
    width: calc(100% - 0rem);
    background-color: rgba(80, 80, 80, 0.8);
    color: white;
    box-sizing: border-box;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

#alerte .alerte_item_date {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.8rem;
    float: right;
}
#alerte .alerte_item_titre {
    font-weight: 400;
}

#alerte .alerte_item_btn {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.8rem;
    float: right;
    width: 3.5rem;
    height: 3.5rem;
    /* background: rgba(255, 255, 255, 0.65); */
    box-sizing: border-box;
    /* border-radius: 1.75rem; */
    cursor: pointer;
    text-align: center;
    padding-left: 0.5rem;
}

#alerte .alerte_item_btn::before {
    color: black;
    font-size: 1.5rem;
    text-align: center;
    line-height: 3.5rem;
}

.alerte_icostat {
    background: rgba(200,0,0,0.9);
    box-sizing: border-box;
    margin: 1rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 1rem;
    color: yellow;
}
