#cms1 section#bloc2 {
    display: block;
}

section#bloc2 {
    background: transparent;
    float: left;
    width: 100%;
    display: none;
    position: relative;
}

span.b2-sp1 {
    font-size: 40px;
    color: #7a4c2b;
    position: relative;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}

span.b2-sp1:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #7a4c2b;
    position: absolute;
    left: 0;
    bottom: 0;
}


.b2-bg2 {
    background: url(img/b2-img2.jpg)center no-repeat scroll;
    background-size: cover;
}

.realisation {
    background: url(img/b2-bg3.jpg)center no-repeat scroll;
    background-size: cover;
    padding: 150px 0;
}

.rea-captcha {
    color: #fff;
    background: #498ea4;
    padding: 15px 20px;
    border: 1px solid;
    margin-bottom: 20px;
}

a.rea-a {
    background: #fff;
    padding: 2px 20px;
    color: #498ea4;
    font-weight: 500;
    text-decoration: none!important;
}

a.rea-a:hover {
    background: #498ea4;
    color: #fff;
}

@media (min-width: 320px) {
    .rea-captcha {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .rea-captcha {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .rea-captcha {
        font-size: 30px;
    }

}


@media (min-width: 1200px) {
    .rea-captcha {
        font-size: 30px;
    }
}

@media (min-width: 1400px) {
    .rea-captcha {
        font-size: 30px;
    }
}

@media (min-width: 1700px) {

    .rea-captcha {
        font-size: 30px;
    }
}