@import url(http://fonts.googleapis.com/css?family=Raleway);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Raleway',sans-serif;
    background-image: url(../img/portail_resine.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.d_table {
    display: table;
    width: 100%;
    height: 100%;
}

.d_table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#portail_resine {
    height: 100%;
    text-align: center;
}

#portail_resine .row,
#portail_resine .col-md-6 {
    height: 100%;
}

#portail_resine img {
    display: inline-block;
    width: 400px;
    margin-bottom: 30px;
}

#portail_resine p {
    margin: 0 auto 35px auto;
    max-width: 400px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.btn-resine-media,
.btn-resine-jardin {
    padding: 13px 30px;
    border: 0;
    border-bottom: solid 3px rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-resine-media {
    color: #fff;
    background-color: #91BD10;
}

.btn-resine-jardin {
    color: #202020;
    background-color: #FFFFFF;
}

/* RESPONSIVE */

/* Max width */

@media(max-width:768px) {
    .col-md-6 {
        height: 50% !important;
    }

    #portail_resine img {
        width: 300px;
        margin-bottom: 20px;
    }

    #portail_resine p {
        margin: 0 auto 20px auto;
        font-size: 12px;
    }

    .btn-resine-media,
    .btn-resine-jardin {
        padding: 10px 24px;
    }
}

@media(max-width:480px) {
    #portail_resine img {
        width: 160px;
        margin-bottom: 20px;
    }
}

/* Min width */

@media(max-width:768px) {
    .divider_mobile {
        width: 70%;
        height: 1px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.5);
    }
}