/* --------------------------------------------------------------- */
/*
/* Actualités
/*
/* --------------------------------------------------------------- */

#actus {
    padding: 20px 0 80px 0;
    position: relative;
}

#actus .vigne {
    position: absolute;
    top: 0; right: 0;
}

#actus .categorie {
    padding: 25px 0;
    margin-bottom: 30px;
}

#actus .actu {
    background-color: #fff;
    border: 1px dashed #dfdbdb;
    width: 24%;
    padding: 20px 15px;
    margin: 5px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

#actus .actu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#actus .actu .overlay {
    background-color: rgba(175, 46, 40, 0.6);
    position: absolute;
    top: 20px; left: 15px; right: 15px; bottom: 20px;
}

#actus .actu h4 {
    font-size: 45px;
    line-height: 0.8;
    margin: 25px auto 0 auto;
    width: 95%;
    margin: 6px auto;
    color: #fff;
}

#actus .actu p {
    position: absolute;
    bottom: 5px;
    left: 40px;
    color: #fff;
}

#actus .actu .arrow {
    padding: 0px 11px;
    margin-top: 40px;
    margin-left: 10px;
}

#actus .actu .arrow i {
    font-size: 17px;
}

/* --------------------------------------------------------------- */
/*
/* Actu Unique
/*
/* --------------------------------------------------------------- */

#actus .actu-unique {
    position: relative;
    background-color: #fff;
    border: 1px dashed #dfdbdb;
    margin: 30px auto;
    padding: 40px 40px 70px 40px;
    min-height: 700px;
}

#actus .actu-unique .bloc-img {
    width: 100%;
    height: 410px;
}

#actus .actu-unique img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#actus .actu-unique .bloc-titre {
    background-color: rgba(175, 46, 40,0.7);
    width: 280px;
    height: 280px;
    left: 30px;
    top: 270px;
    padding-top: 40px;
    border-radius: 340px;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 4;
    position: absolute;
}

#actus .actu-unique .bloc-titre h3 {
    width: 90%;
    margin: 0px auto;
}

#actus .actu-unique .bloc-text {
    font-size: 19px;
    margin-top: 150px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
    #actus .actu {
        width: 33%;
        height: 230px;
    }

    #actus .actu h4 {
        width: 92%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 991px) {
    #actus .actu {
        width: 48%;
    }

}

@media screen and (max-width: 767px) {
    #actus .actu {
        width: 85%;
        height: 320px;
    }

    #actus .actu h4 {
        font-size: 60px;
        margin-top: 60px;
    }

    #actus .actu p {
        bottom: 30px;
        left: 60px;
        font-size: 22px;
        display: flex;
        flex-wrap: wrap;
    }

    #actus .actu .arrow {
        height: 35px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    #actus .actu-unique .bloc-titre {
        width: 220px;
        height: 220px;
        left: 20px;
        top: 350px;
    }

    h3 {
        font-size: 22px;
    }

    h3::after {
        width: 50px;
    }
}

@media screen and (max-width: 575px) {

}

@media screen and (max-width: 510px) {
    #actus .actu-unique {
        padding: 30px 30px 60px 30px;
    }
}

@media screen and (max-width: 440px) {
    #actus .actu-unique {
        padding: 20px 20px 50px 20px;
    }

    #actus .actu-unique .bloc-img {
        height: 320px;
    }

    #actus .actu-unique .bloc-titre {
        top: 230px;
    }
}