.last-infos {
    margin:0;
    padding: 0;
}

.last-infos-date {
font-family: D-DIN;
}
.last-infos-jour {
color: #84CDF3;
font-size: 1.95725rem;
font-style: normal;
font-weight: 900;
line-height: normal;
display: block;
}
.last-infos-mois {
color: #84CDF3;
font-size: 1.15131rem;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.last-infos-link {
    display: block;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    transition: .5s all;
}


.last-infos-container {
 margin: 2rem 0 0 0;
}

.last-infos-wrapper {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #84CDF3;
    
}

.last-infos a:hover .fleche {
  transition: transform 0.3s ease;
  transform-origin: right center; /* Point d'origine à droite pour l'étirement vers la gauche */
}

.last-infos a:hover .fleche {
    transform: scaleX(1.5);
}

.last-infos-main-title {
    flex: 1 1 50%;
    font-family: "trebuchet", sans-serif;
    font-weight: normal;
}

@media (max-width:768px) {
    .last-infos-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #84CDF3;
    
}
}