.CampTileContainer h3 {
    margin-bottom: 15px !important;
}
.ChoixCampTile {
    height: 100%;
    min-height: 100px;
    margin: 0 3% 23px 0;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 31%;
    background-color: #ffffff !important;
}
.ChoixCampTile.ThirdTile {
    margin: 0 0 23px 0;
}
.ChoixCampTile a {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #cc0130;
    font-size: 18px;
    margin: 0;
    padding: 10px 15px;
    font-weight: 400;
}
.ChoixCampTile a:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .ChoixCampTile {
        width: 45%;
    }
    .ChoixCampTile, .ChoixCampTile.ThirdTile {
        margin: 0 5% 4% 0;
    }
}