.bloc-carre {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.bloc-carre .item {
    max-width: 452px;
    margin: 0 65px;
}
.bloc-carre .item a {
    text-align: center;
    display: block;
    padding: 40px 30px;
    background: rgb(0 0 0 / 30%);
    border-bottom: 6px solid #D8005B;
    transition: 0.5s;
    text-decoration: none;
}
.bloc-carre .item a .title {
    color: white;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 96px;
    margin-bottom: 5px;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}
.bloc-carre .item a .texte {
    font-size: 18px;
    color: white;
    line-height: 28px;
    margin-bottom: 30px;
    min-height: 112px;
}
.bloc-carre .item a .btn_basic {
    background: #D8005B;
    border-color: #D8005B;
    color: white;
    font-weight: normal;
}
.bloc-carre .item a:hover .btn_basic {
    color: #000000;
    background: white;
    border-color: white;
    font-weight: bold;
}
.bloc-carre .item a:hover {
    background: rgb(216 0 91 / 80%);
    border-color: transparent;
}
