#tpl_home {
    background: #ffffff;
    padding: 0 0 0;
    position: relative;
}

#tpl_home div.zone:first-child {
    margin-top: 6px !important;
}

#petit-plus-title {
    text-align: center;
    background-color: #B99081;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#petit-plus-title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
}

#petit-plus-title h1::after {
    content: ' ';
    width: 240px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#petit-plus {
    text-align: center;
    position: relative;
    background-color: #B99081;
    margin-top: 0;
    padding-top:15px;
    padding-bottom: 50px;
}

#petit-plus .block_text {
    margin-top: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width:1199px) {
    #tpl_home {
        width: 100%;
    }
}

@media screen and (max-width:991px) {

}

@media screen and (max-width:767px) {
    #petit-plus .block_text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    #petit-plus .block_text {
         margin-bottom: 20px;
    }
}
