.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-link .last-infos-content {
    transform: translateX(0);
     transition: .5s all;
}

.last-infos-link:hover .last-infos-content {
    transform: translateX(1rem);
}

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

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

.euclide-care .last-infos-wrapper {
border-bottom: 1px solid #84CDF3;
}

.euclide-solution .last-infos-wrapper {
border-bottom: 1px solid var(--solution-accent);
}
.euclide-vaillant .last-infos-wrapper  {
border-bottom: 1px solid var(--vaillant-accent);
}

.last-infos .lien-avec-fleche {
    display: none;
}

.last-infos a:hover .fleche {
  display: none;
  transition: transform 0.3s ease;
  transform-origin: right center; 
}

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

.last-infos-content {
     flex: 1 1 40%;
}

.last-infos-main-title {
    font-family: "trebuchet", sans-serif;
    font-weight: normal;
    margin: .5rem 0 .4rem 0;
}

.last-infos-content p {
    text-transform: uppercase;
    margin: 0;
}

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