.bloc-home-h1-bay {
    position: relative;
    min-height: 230px;
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.bloc-home-h1-bay * {
    padding: 0;
    margin: 0;
}

.bay-h1-container {
    background-color: #F4F4F4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}

.text-bay-wrapper {
    width: calc( 100% - 380px);
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.bay-h1-container h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: Montserrat;
    color: #000;
    font-weight: 700;
    padding: 10px;
}

.bay-h1-container p {
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: Montserrat;
    color: #000;
    font-weight: 400;
    padding: 10px;
}

.img-bay-container {
    height: 180px;
    width: 350px;
    position: relative;
}

.img-bay-container img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 700px) and (max-width: 1100px) {
    .bloc-home-h1-bay {
        height: auto;
    }
    .bay-h1-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .img-bay-container {
        height: 230px;
        width: 350px;
        position: relative;
    }
    .text-bay-wrapper {
        padding: 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all and (max-width: 700px) {
    .bloc-home-h1-bay {
        height: auto;
    }
    .bay-h1-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: center;
    }
    .img-bay-container {
        display: none
    }
    .text-bay-wrapper {
        padding: 10px;
        width: 100%;
    }
}
