.dgb_fiche {
    text-align: center;
    display: inline-block;
    background: #005599;
    box-shadow: 0px 0px 10px 0px #656565;
    width: 210px;
}

.dgb_fiche.dgb_selection--45694  { /* selection 45694 : événements */
    background: #e30045;
}

.dgb_fiche > * {
    display: inline-block;
    width: 210px;
    margin: 0 auto;
}

.dgb_fiche ._title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 16px 0;
    text-transform: uppercase;
    color: white;
    height: 44px;
    padding: 0 7px;
    overflow: hidden;
}

.dgb_fiche.dgb_type--FETE_ET_MANIFESTATION ._border {
    position: relative;
}

/*.dgb_fiche.dgb_type--FETE_ET_MANIFESTATION ._border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -4px;
    border: 1px solid #e30045;
}*/

/*.dgb_fiche.dgb_type--FETE_ET_MANIFESTATION:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -4px;
    border: 1px solid #e30045;
}*/

/* Famille Plus */
.dgb_fiche .dgb_familleplus {
    display: block;
    position: absolute;
    width: 40px;
    right: 20px;
    top: -11px;
    z-index:9;
}

/* Gite de France */
.dgb_fiche .dgb_gitedefrance {
    display: block;
    position: absolute;
    width: 33px;
    right: 29px;
    top: 36px;
}

/* Image */
.dgb_fiche ._img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 210px;
    height: 140px;
    display: block;
}

.dgb_fiche ._link {
    background-color: #f9b729;
    color: white;
    display: block;
    padding: 11px;
    text-decoration: none;
}
