.header {
    min-height:300px;
}
.row_1 {
    clear: both;
    min-height: 100px;
    transition:all 0.4s linear 0s;
}
.Pub_Haut {
    clear: both;
    min-height: 100px;
}
.align-inline-wrap1 {
    text-align: center;
}
img.image1 {
    height: auto;
}
@media only screen and (min-width : 768px) {
    .row_1 {
        clear: both;
        min-height: 113px;
    }
    .Pub_Haut {
        clear: both;
        min-height: 100px;
    }
    .header {
        min-height: 102px;
    }
}
@media only screen and (min-width : 1024px) {
    .Pub_Haut {
        clear: both;
        min-height: 100px;
    }
    .header {
        min-height: 102px;
    }
    .row_1 {
        min-height: 113px;
    }
}