/****************************************
 *                                      *
 *   CUSTOM STYLESHEET FOR DGE PLUGIN   *
 *                                      *
 ****************************************/

.cat_rea-filters {
    text-align: center;
}

.cat_rea-filters .cat_rea-filter {
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    margin: 0 25px 25px 0;
    color: #404040;

    /* Prevent text-selection on buttons */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cat_rea-filters .cat_rea-filter:hover,
.cat_rea-filters .cat_rea-filter:active,
.cat_rea-filters .cat_rea-filter.active,
.cat_rea-filters .cat_rea-filter:focus {
    color: #fff;
    background-color: #a3c615;
}

.dge-realisation {
    margin-bottom: 30px;
    height: 270px;
}

.dge-realisation img {
    height: auto;
}

@media (max-width: 1200px) {
    .dge-realisation {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .dge-realisation {
        height: 248px;
    }
}

@media (max-width: 767px) {
    .dge-realisation {
        margin-bottom: 15px;
        height: auto;
    }
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge { display: none !important; }

