

.item-actualites {
    width: 100%;
    margin: 0 0 25px;
}

.wrap-item-actualites {
    position: relative;
    display: flex;
    padding: 10px;
}

.wrap-item-actualites::before {
    position: absolute;
    content: '';
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.image-actualites {
    position: relative;
    width: 40%;
}

.wia-image {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.wia-image::before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
    z-index: 1;
    transition: all 500ms ease;
}

.wia-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.wrap-item-actualites:hover .wia-image:after {
    animation: circle .95s;
}

.wia-image img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: 5px;
    height: 220px;
    object-fit: cover;
}

.actualites-details {
    position: relative;
    padding: 0px 10px 0px 20px;
    width: 60%;
    z-index: 1;
}

.actualites-details * {
}

.bloc-date-evenement {
    background: var(--white-color);
    border-radius: 5px;
}

.top-date-evenement {
    position: relative;
    background: #f2f2f2;
    padding: 8px 20px 5px 30px;
    border-radius: 5px 5px 0px 0px;
    color: #252638;
    transition: all 500ms ease;
    display: flex;
    align-items: baseline;
}

.top-date-evenement div {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px 0 0;
    /* line-height: 1.3; */
}

.top-date-evenement div + div {
    margin: 0 0px 0 10px;
}

span.annee {
    font-size: 14px;
    text-transform: uppercase;
    color: #696b7e;
}

span.symple {
    position: absolute;
    top: 9px;
    font-size: 14px;
    line-height: 1;
}

.list-info-evenement {
    position: relative;
    display: block;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    padding: 15px 20px 10px 30px;
    border-radius: 0px 0px 5px 5px;
}

.list-info-evenement li {
    position: relative;
    display: flex;
    font-size: 14px;
    color: #696b7e;
    margin-bottom: 5px;
    align-items: center;
}

.list-info-evenement li i {
    font-size: 16px;
    color: var(--primary-color);
    width: 18px;
    margin: 0 5px 0 0;
    font-size: 14px;
}

.categorie-actualite {
    color: var(--white-color);
    padding: 3px 12.5px;
    transition: all 500ms ease;
    display: flex;
    font-size: 12px;
    border-radius: 0 5px 5px 0;
    margin-bottom: 7px;
    background: var(--primary-color);
    width: fit-content;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 1;
}

.categorie-actualite i {
    font-size: 10px;
    margin-right: 5px;
}

.actualite-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.2;
    transition: all 0.5s ease;
}

.wrap-item-actualites:hover .actualite-title {
    color: var(--primary-color);
}

.chapeau-actu {
    font-size: 14px;
    color: #878787;
    display: none;
}

.button-actualite {
    /*! padding: 5px 20px; */
    margin-top: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--second-color);
    transition: all 0.5s ease;
    /* background: var(--primary-color); */
    /* border-radius: 50px; */
    /* width: fit-content; */
    text-align: right;
}

.wrap-item-actualites:hover .button-actualite {
    color: var(--primary-color);
    /* background: var(--second-color); */
}

.button-actualite i {
    margin-left: 3px;
    font-size: 11px;
}
