#cms1 section#bloc1 {
    display: block;
}

section#bloc1 {
    background: transparent;
    float: left;
    width: 100%;
    display: none;
    position: relative;
}

.b1-img.b1-img1 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: url(img/b1.jpg)center no-repeat;
    background-size: cover;
}

.b1-img.b1-img2 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: url(img/b2.jpg)center top no-repeat;
    background-size: cover;
}

.b1-img.b1-img3 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: url(img/b3.jpg)center no-repeat;
    background-size: cover;
}

.b1-inner {
    padding: 20px 20px;
    position: relative;
}

.b1-captcha {
    font-weight: 600;
    margin-bottom: 20px;
}

span.b1-sp1 {
    display: block;
    font-weight: 400;
}

a.b1-a {
    color: #b61984;
    text-transform: uppercase;
}

.b1-c1 {
    border-radius: 20px;
    display: block;
    margin: 100px 0;
    transition: 0.3s all ease-in-out;
}

.b1-bg {
    background: url(img/svg2.png)center top no-repeat, url(img/svg3.png)center bottom no-repeat;
    background-color: #dcd1f3;
    padding: 0;
    padding-bottom: 150px;
}

a.b1-aa {
    color: #b61984;
    padding: 5px 30px;
    border: 2px solid #b61984;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    font-weight: 600;
}

a.b1-aa:hover {
    background: #b61984;
    color: #fff;
}

a.b1-a i {
    font-size: 13px;
}

.b1-c1:hover {
    -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, .2);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, .2);
}

.b1-inner:before {
    content: '';
    width: 18px;
    height: 36px;
    background: url(img/suite.png);
    position: absolute;
    top: 30px;
    left: 0;
}

@media (min-width: 320px) {
    .b1-c1 {
        margin: 30px 0;
    }
}

@media (min-width: 768px) {
    .b1-c1 {
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    .b1-c1 {
        margin: 50px 0;
    }
}

@media (min-width: 1200px) {
    .b1-c1 {
        margin: 40px 0;
    }
}

@media (min-width: 1400px) {
    .b1-c1 {
        margin: 80px 0;
    }
}

@media (min-width: 1700px) {
    .b1-c1 {
        margin: 100px 0;
    }
}