
/* -------------------------
    HOME PUSHS
------------------------- */
.home-pushs-container {
    margin-bottom: 70px;
}
.home-pushs-container:after {
    content: '';
    display: block;
    clear: both;
}
.push-line {
    position: relative;
}

.push-line:after {
    content: '';
    display: block;
    clear: both;
}

.push-line a.home-push {
    display: block;

    width: 33.33333%;
    color: #fff;
    font-size: 20px;

    position: relative;
    background-image: url('../images/push-rub-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.float a.home-push {
    float: left;
}

.push-line a.home-push:not(.has-bg) .home-push-wrap {
    padding: 14px 0;
}


.push-line a.home-push.gray {
    background-color: #f4f4f4;
    background-image: none;
}

a.home-push span {
    display: block;
}

a.home-push img {
    display: block;
    min-height: 110px;
    min-width: 110px;

    margin-left: auto;
    margin-right: auto;
}

a.home-push .push-content {
    display: block;
    padding: 20px;

    text-align: center;
}

.push-content .red-title {
    color: #ff2424;
}
.push-content .black-title {
    color: #151515;
}


/* -------------------------
    PUSH HAS BG
------------------------- */
a.home-push.has-bg img {
    width: 100%;
    height: auto;
    min-height: 224px;
    object-fit: cover;
}
a.home-push.has-bg .push-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 34px;
}


/* -------------------------
    ACTU PUSH
------------------------- */

.push-line .home-actu-slider {
    min-height: 200px; 
    height: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 33.33333%;

    background-color: #444;
}

.push-line .home-actu-slider .moment {
    display: inline-block;
    padding: 15px;
    margin-bottom: 3.0714em;
    font-size: 1em;
    line-height: 1em;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ff2424;
    border: none;
}

.push-line .home-actu-slider .title {
    font-size: 2.42857em;
    margin: 15px;
    font-weight: bold;

    white-space: normal;
}
.push-line .home-actu-slider .desc {
    white-space: normal;
}
.push-line .home-actu-slider a.slide {
    text-decoration: none;
}

.push-line .home-actu-slider a {
    position: relative;
    z-index: 20;

    font-size: 16px;
    text-decoration: underline;
}


@media only screen and (max-width:830px) {
    .push-line a.home-push {
        float: left;
        width: 50%;

        overflow: hidden;
    }
    .push-line .home-actu-slider {
        position: relative;
        left: 0;

        clear: both;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
    .push-line .home-actu-slider .slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .push-line .home-actu-slider .title {
        white-space: normal;
    }
    .push-line .home-actu-slider .desc {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width:530px) {
    .push-line a.home-push {
        width: 100%;
    }
    .home-pushs-container {
        padding-left: 0;
        padding-right: 0;
    }
}


/* --------------------------------------------------
    
    PUSH LISTS
    
-------------------------------------------------- */

.services-content {
    margin-bottom: 60px;
}

.push-section {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}
.push-section:after {
    content: '';
    display: block;
    clear: both;
}

.push-section h2 {
    margin-left: 15px;
    margin-bottom: 30px;

    color: #ff2424;
    font-size: 25px;
}

.push-list .push {
    display: block;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;

    float: left;
    margin-bottom: 30px;

    color: #000;
}
.push-list .push.push-item {
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.07);
}
.push-list .push span {
    display: block;
}
.push-list .push span.image {
    overflow: hidden;
}
.push-list .push img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    transform: scale(1);
}
.push-list .push:hover img {
    transform: scale(1.25);
}
.push-list .push span.title {
    padding: 35px;
    min-height: 50px;
    
    text-align: center;
    font-size: 22px;

    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.07);
}
.push-list.help-push-list .push span.title {
    min-height: 58px;
}
.push-list .push.push-item span.title {
    min-height: auto;
    box-shadow: none;
}

@media only screen and (max-width:780px) {
    .push-section {
        margin-left: 0px;
        margin-right: 0px;

        text-align: center;
    }
    .push-list .push {
        display: inline-block;

        width: 100%;
        max-width: 540px;
        margin-left: 0;
        margin-right: 0;

        float: none;
    }
}








