﻿
#replaysWebinaires {
    margin-bottom: 30px;
}

#replaysWebinaires .nouveau-webinaire a {
    position: relative;
}

#replaysWebinaires img {
    width: 532px;
    margin-bottom: 25px;
}

#replaysWebinaires .badge-nouveau {
    position: absolute;
    top: 0; 
    right: 0; 
    width: 70px; 
    height: 70px; 
    background-color: #ea3824; 
    color: #fff;
    border-bottom-left-radius: 100px;
}

#replaysWebinaires .badge-nouveau span {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: -5px;
    transform: rotate(45deg);
}

