#cms1 section#bloc2 {
    display: block;
}

section#bloc2 {
    background: transparent;
    float: left;
    width: 100%;
    display: none;
    position: relative;
}

span.b2-captcha {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    display: block;
    font-family: 'Anton', sans-serif;
    margin-bottom: 50px;
}

.bg-b22 {
    width: 100%;
    min-height: 510px;
    height: 100%;
    background: url(img/b2-bg.png)right center no-repeat;
    margin-bottom: 50px;
}

img.b2-link {
    position: relative;
    left: -100px;
}

@media (min-width: 320px) {
    table.b2-t1 img {
        margin-bottom: 10px;
    }

    table.b2-t1 td {
        display: table;
        margin: 0 auto;
    }

    img.b2-link {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 270px;
        top: 230px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 700px;
        height: 100%;
        background: #0b4199 url(img/b2-bg.png)right 23% bottom no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    img.b2-link {
        position: absolute;
        left: 0;
        right: 0;
        top: 150px;
        margin: 0 auto;
        width: 250px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 700px;
        height: 100%;
        background: #0b4199 url(img/b2-bg.png)right bottom no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    table.b2-t1 img {
        margin-bottom: 0px;
    }

    table.b2-t1 td {
        display: table-cell;
        margin: 0;
    }

    img.b2-link {
        position: relative;
        left: -290px;
        width: 350px;
        bottom: 0;
        top: 100px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 510px;
        height: 100%;
        background: url(img/b2-bg.png)right center no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    img.b2-link {
        position: relative;
        left: -380px;
        width: 400px;
        bottom: 0;
        top: 50px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 510px;
        height: 100%;
        background: url(img/b2-bg.png)right center no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 1366px) {
    img.b2-link {
        position: relative;
        left: -380px;
        width: 400px;
        bottom: 0;
        top: 70px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 510px;
        height: 100%;
        background: url(img/b2-bg.png)right center no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    img.b2-link {
        position: relative;
        left: -340px;
        width: 450px;
        bottom: 0px;
        top: 40px;
    }

    .bg-b22 {
        width: 100%;
        min-height: 510px;
        height: 100%;
        background: url(img/b2-bg.png)right center no-repeat;
        margin-bottom: 50px;
    }
}

@media (min-width: 1700px) {
    img.b2-link {
        position: relative;
        left: -400px;
        width: 500px;
        bottom: 0px;
        top: 0;
    }

    .bg-b22 {
        width: 100%;
        min-height: 510px;
        height: 100%;
        background: url(img/b2-bg.png)right center no-repeat;
        margin-bottom: 50px;
    }
}