#dernieres-infos .container{
    padding: 60px 15px 50px 15px;
}

#dernieres-infos img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#dernieres-infos .left a{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#dernieres-infos .left a figure{
    height: 100%;
}

#dernieres-infos .left a div:hover h2,
#dernieres-infos .left a div:hover p{
    color: #6C6C6C;
}

#dernieres-infos .left figure{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    border-radius: 10px;
}

#dernieres-infos .left figure img{
    transition: 0.5s;
    opacity: 0.7;
}

#dernieres-infos .left figure:hover img{
    transform-origin: bottom center;
    transform: scale(1.1);

}

#dernieres-infos .left figure:hover .hover{
    height: 100%;
    width: 100%;
    background: #0000008c;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}

#dernieres-infos .left figure p{
    position: absolute;
    bottom: 37px;
    color: #fff;
    font-weight: 700;
    left: 17px;
}

#dernieres-infos .left figure div figure img{
    width: 8.5px;
    height: 8.5px;
}

#dernieres-infos .left figure .hover{
    display: none;
}

#dernieres-infos .left figure .hover img{
    width: 31px;
    height: 31px;
}

#dernieres-infos .left figure div{
    position: absolute;
    bottom: 21px;
    color: #fff;
    left: 17px;
    display: flex;
    grid-gap: 9px;
}

#dernieres-infos .left figure div span{
    color: #fff;
}

#dernieres-infos .left h2{
    font-size: 16px;
    line-height: 21px;
}

#dernieres-infos .left p{
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}

#dernieres-infos .right .infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin: 40px 0 30px 0;
}

#dernieres-infos .right .infos h3{
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

#dernieres-infos .right .infos a{
    text-decoration: none;
    background: transparent linear-gradient(96deg, #FD8D02 0%, #FDB003 100%);
    padding: 4px 13px;
    border-radius: 10px;
    line-height: 16px;
    display: flex;
    grid-gap: 6px;
    align-items: center;
    color: #fff;
}

#dernieres-infos .right .infos a figure{
    width: 10px;
    height: 11px;
}

#dernieres-infos .right .infos a figure svg{
    width: 12px;
    height: 15px;
}

#dernieres-infos .right .post{
    display: flex;
    grid-gap: 10px;
    margin: 0 0 12px 6px;
}

#dernieres-infos .right .post:hover span,
#dernieres-infos .right .post:hover p{
    color: #6C6C6C;
}

#dernieres-infos .right .post figure{
    width: 108px;
    height: 73px;
    overflow: hidden;
    border-radius: 10px;
}

#dernieres-infos .right .post figure img{
    object-fit: cover;
    transition: .5s;
}

#dernieres-infos .right .post:hover figure img{
    transform: scale(1.1);
    transform-origin: center bottom;
}

#dernieres-infos .right .post div{
    width: 66%;
}

#dernieres-infos .right .post span{
    font-size: 10px;
    color: #C7C7C7;
    vertical-align: text-top;
    line-height: 13px;
}

body:not(.active) #dernieres-infos .right .post span {
    color: #efefef;
 }

#dernieres-infos .right .post p{
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}


@media screen and (max-width: 480px) {
  	img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.lazyautosizes.lazyloaded {
    	max-width: 480px;
  	}
	
	#dernieres-infos img, #actu-crypto .container .post .thumbnail img {
    	max-width: 480px;
  	}
}

@media screen and (min-width: 768px){
    #dernieres-infos .container{
        display: flex;
        grid-gap: 62px;
    }

    #dernieres-infos .container .left{
        width: 60%;
    }

    #dernieres-infos .container .right{
        width: 40%;
    }

    #dernieres-infos .container .right .infos{
        margin: 0 0 30px 0;
    }
}

