#cms1 section#bloc1 {
    display: block;
}

section#bloc1 {
    background: transparent;
    float: left;
    width: 100%;
    display: none;
    position: relative;
}

.b1-left {
    background: url(img/b1-i1.jpg)center no-repeat;
    background-size: cover;
    min-height: 100%;
}

.b1-right {
    background: url(img/b1-i2.jpg)center right no-repeat;
    background-size: cover;
    min-height: 100%;
}

span.b1-captcha {
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
}

article#colunm_infos_bloc1 {
    text-align: center;
    font-size: 25px;
    color: white;
    padding: 120px 0;
}

article#colunm_infos_bloc1 p {
    margin-bottom: 0;
}

a.b1-l {
    background: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 10px;
}

a.b1-l:hover {
    color: #000;
}

span.b1-numbers {
    color: #000;
    font-weight: 600;
}

@media (min-width: 320px) {
    .b1-left {
    min-height: 300px;
}
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
        .b1-left {
    min-height: 100%;
}
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (min-width: 1700px) {}