#cms1 section#bloc1 {
    display: block;
}

section#bloc1 {
    background: transparent;
    float: left;
    width: 100%;
    display: none;
    position: relative;
}

article#colunm_infos_bloc1 {
    margin: 80px 0;
    margin-top: 0;
}

.b1-bg {
    background: url(img/b1-bg.jpg) 25% no-repeat;
    background-size: cover;
    width: 100%;
    height: 559px;
    margin: 30px 0;
    margin-top: 0;
}

ul.b1-ul {
    padding: 0;
    list-style-type: none;
    display: table;
    margin: 0 auto;
    padding-top: 170px;
}

ul.b1-ul * {
    color: white !important;
    font-size: 20px;
}

li.b1-adresse {
    padding-left: 70px;
    background: url(img/adresse.png)center left no-repeat;
    height: 60px;
    margin-bottom: 15px;
}

li.b1-tel {
    padding-left: 70px;
    background: url(img/tel.png)center left no-repeat;
    line-height: 60px;
    height: 60px;
    margin-bottom: 15px;
}

li.b1-mail {
    padding-left: 70px;
    background: url(img/mail.png)center left no-repeat;
    line-height: 60px;
    height: 60px;
}

span.b1-caption0 {
    font-family: 'Merriweather', serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #e8230e;
    font-weight: 600;
}

span.b1-under-caption {
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.b1-t {
    margin: 50px 0;
}

@media (min-width: 320px) {
    .b1-bg {
        background: url(img/b1-bg.jpg) center no-repeat;
        background-size: cover;
        height: 550px;
    }
}

@media (min-width: 768px) {
    .b1-bg {
    height: 550px;
}
}

@media (min-width: 992px) {
    .b1-bg {
        background: url(img/b1-bg.jpg) 65% no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    .b1-bg {
        background: url(img/b1-bg.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1400px) {}

@media (min-width: 1700px) {}