section.accroche-eve.container {
    margin: 70px auto;
    text-align: center;
    line-height: 2;
}

section.accroche-eve h2 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
}

section.accroche-eve a.btn--green {
    margin-top: 25px;
}

section.block-eve {
display: flex;
flex-wrap: wrap;
justify-content: center;

}

section.block-eve > div {
    height: 250px;
    text-align: center;
    margin: 25px;
}

section.block-eve .eve-mariage,
section.block-eve .eve-soiree-dansante,
section.block-eve .eve-bapteme,
section.block-eve .eve-anniversaire {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

section.block-eve h2::first-word { display: block; }