body { 
    border: 10px solid #ff9300;
}
#header_logo a {
    position: relative;
}
#header_logo a::before {
    content: "Boutique pro";
    text-transform: uppercase;
    display: inline-block;
    background: #ff9300;
    color: white;
    padding: 4px;
    position: absolute;
    right: 0;
    bottom: -11px;
}
.header_style_2 .main-menu { 
    border-top: 1px solid #ff9300;
}
.header_style_2 .main-menu::before{
    background-color: #ff9300;
}
.header_bottom{
    border-bottom: 1px solid #ff9300;
}
.ybc-menu-toggle::before{
    background-color: #ff9300;
}


@media (max-width: 767px) {
    body{
        padding-top: 24px;
    }
    #header_logo a::before { 
        display: block;
        position: fixed;
        margin: 0;
        top: 0;
        left: 0;
        bottom: auto;
        right: 0;
        z-index: 4000;
    }
}