/* main */
/* .row{
    padding-right: 2rem;
    padding-left: 2rem;
} */
.date-une{
    font-size: 0.7rem;
}
.title-une{
    font-size: 1.5rem;
    font-weight: 800;
}
.desc-une{
    font-size: 0.9rem;
}
img{
    object-fit: cover;
    object-position:center;
}
@media (min-width: 768px) {
    .text-a-la-une{
        background: white;
        position: relative;
        padding: 2rem 5rem !important;
        width: 80% !important;
        margin: auto;
        top: -5rem;
    }
}
@media (max-width: 767px) {
    .text-a-la-une{
        background: white;
        position: relative;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/* card */
.card{
    border:none;
    border-radius: 0px;
}
.card-img-top{
    border-radius: 0px !important;
    object-fit: cover;
    object-position: center;
}
.card-body{
    padding: 1rem 0 !important;
}
.card-date{
    margin-bottom: 1rem !important;
    font-size: 0.9rem;
}
.card-title{
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color .3s;
}
.card-texte{
    margin-bottom: 0.6rem !important;
    font-size: 0.9rem;
}

.actu-card{
    background-color: transparent;
}

.actu-card:hover > a .card-body .card-title{
    color: #1EA557;
}