html{
    scroll-behavior: smooth;
}

#block_soinnature:after {
    background-color: #dddddd;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner-promo{
    width: 100%;
    background-color: #e77835;
    color: white;
    padding: 10px 0 5px 0;
    text-align: center;
    font-size: 1.5rem;
}

#header > div.banner-promo.banner-promo-pro{
    background-color: #db3544;
    font-weight: 400;
    font-size: 1.6rem;
}

p.auth-pro-baseline{
    font-size: 2rem;
    margin-bottom: 40px;
}

#block_soinnature h2,
.productstohome-container h2{
    text-align: center;
    padding-bottom: 0.5em;
}

#block_soinnature ul li{
    float: left;
    width: 25%;
    text-align: center;
    font-weight: bold;
    color: #c4a8a2;
}
#block_soinnature ul li img{
    height: 100px;
    padding-bottom: 5px;
}

.ybc-widget-display-home .ybc-widget-item:first-of-type{
    width: 100%;
}

.ybc-widget-display-home .ybc-widget-title{
    font-size: 27px;
    text-align: center;
    margin-top: 45px;
}

@media (min-width: 768px) and (max-width: 991px){

    #block_soinnature ul li img{
        height: 80px;
    }
}

@media (max-width: 767px){
    #block_soinnature ul li{
        width: 50%;
    }

}

.home_widget_top_column{
    margin-bottom: 0;
}

#productstohome-bloc1-list{
margin-bottom: 15px;
}

@media (max-width: 767px){
    #productstohome-bloc1 #productstohome-bloc1-list .owl-stage, #productstohome-bloc2 #productstohome-bloc2-list .owl-stage{
        flex-wrap: wrap;
    }
    #productstohome-bloc1 #productstohome-bloc1-list .owl-stage .owl-item, #productstohome-bloc2 #productstohome-bloc2-list .owl-stage .owl-item{
        margin: 5px !important;
        width: 44% !important;
    }

}    

#productstohome-bloc1 .owl-stage, #productstohome-bloc2 .owl-stage{
    max-width: 100%;
    width: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#productstohome-bloc1-list .owl-stage .owl-item, #productstohome-bloc2-list .owl-stage .owl-item{
    width: 270px !important;
    margin-right: 30px !important;
}

#index .productstohome-container .owl-theme .owl-controls{
    top: -30px;
}

.home_widget_top_column .ybc-widget-display-top-column li.ybc-widget-item{
    width: 50%;
    padding: 0 10px;
}
.home_widget_top_column .ybc-widget-display-top-column .ybc-widget-title {
    bottom: initial;
    top: 10px;
    left: 15px;
    width: 100px;
    white-space: normal;
    text-align: left;
    font-size: 23px;
}

#index.index .header_bottom{
    margin-bottom: 0;
}
.home-slider-top,.home-slider-top-mobile{
    float: left;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.ybc-menu-wrapper {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  position: relative;
  width: 100%;
}
.header_style_2 .ybc-menu-wrapper .ybc-menu-toggle {
  border-top: medium none;
}

#fr_home_2_block{
    text-align: center;
    background-color: #98756d;
    padding: 0;
    border-bottom: 15px solid white;
}
#fr_home_2_block h2{
    color: white;
    display: inline-block;
}
#fr_home_2_block img{
    margin: 15px;
    height: 70px;
}

#index #center_column{
    padding-left: 0;
    padding-right: 0;
}

#fr_home_video_wrapper,#fr_home_video,#fr_home_video_descr {
    height: 350px;
}
#fr_home_video_wrapper{
    width: 100%;
}
.fr-separator{
    content: "";
    height: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}


#fr_home_video{
    display: block;
    position: relative;
    overflow-y: hidden ;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    color: #98766d;
}
#fr_home_video h2{
    color: #98766d;
    text-transform: uppercase;
}

#fr_home_video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
}
#fr_home_video_descr{
    width: 400px;
    background-color: rgba(224, 210, 207, 0.93);
    position: absolute;
    padding: 20px 65px;
    font-size: 20px;
    z-index: 10;
}

#fr_home_video_descr a.btn{
    margin-top: 15px;
    font-size: 18px;
    font-family: AmericanTypewriterLT-Cond;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px){
    .header_user_info.blockuserinfo {
      display: block;
    }
    .header_user_info_toogle{
        padding-left: 0;
    }
    .header_user_info_toogle::before{
        display: none;
    }
}
@media (min-width: 768px){
    .scroll_heading.has_fixed > .container, 
    .header_style_2 .header_bottom.scroll_heading.has_fixed > .container {
      padding: 15px 0 10px;
    }
}
@media (max-width: 767px){
    .toogle_nav_button > span {
      padding: 0 15px 0 0;
      width: auto;
    }
    .header_user_info_toogle {
      width: auto;
    }
    #fr_home_video{
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }
    #fr_home_video_descr{
        width: 100%;
        position: initial;
        height: auto;
    }
    #fr_home_2_block{
        background-color: white;
    }
    #fr_home_2_block .row{
        margin: 10px;

    }
    #fr_home_2_block .row > div:first-child {
        margin-bottom: 10px;
    }

    #fr_home_2_block .row > div {
        border: 2px solid #98756d;
        background-color: white;
    }

    #fr_home_2_block .row > div > a {
        display: block;
    }

    #fr_home_2_block .row > div h2 {
        color: #98756d;
    }
    #fr_home_2_block .row > div img {
        display: none
    }

    .home_widget_top_column .ybc-widget-display-top-column li.ybc-widget-item{
        width: 100%;
        padding-bottom: 15px;
    }
}

.ybc-menu {
    display: flex;
}

@media (min-width: 480px) and (max-width: 767px){
    .ybc-menu {
        display: block;
    }
}

.advanced-cms-wrapper a {
    text-decoration: underline;
    color : #2c9ffd;
}


#center_column > h1:nth-child(1){
    
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px 0 15px 0;
    font-size: 4rem;
    margin-bottom: 35px;
}

.pro-flexblock{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    background: white;
    padding: 15px;
}

.pro-flexblock-text-r{
    margin-left: -102px;
}

.pro-flexblock-text-l{
    margin-right: -102px;
}

.pro-flexblock p{
    border-top: 2px solid #666666;
    border-bottom: 2px solid #666666;
    padding: 25px 0;
    margin: 25px 0;
}

.pro-flexblock a{
    display: inline-block;
    width: 80%;
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em;
}

.pro-flexblock img{
    width: 100%;
    height: auto;
}
.boutique-pro-header{
    margin-top: 20px;
}

.display-flex{
    display: flex;
}

.flex-space-evenly{
    justify-content: space-evenly;
}

.align-items-center{
    align-items: center;
}

.align-center{
    text-align: center;
}

.z-index-1{
    z-index: 1;
}

.z-index-2{
    z-index: 2;
}

@media (max-width: 800px) {
    .mobile-column-reverse {
        flex-direction: column-reverse !important;
    }
    .display-flex {
      flex-direction: column;
    }
    #center_column > h1:nth-child(1){
        text-align: center;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 15px 0 15px 0;
        font-size: 3rem;
        margin-bottom: 35px;
    }
    .pro-block{
        margin-bottom: 15px;
    }
    .pro-flexblock{
        width: 100%;
        padding: 0 0;
        margin-bottom: 0;
    }
    .pro-flexblock img{
        object-fit: cover;
        height: 80px;
        margin: 15px 0;
    }
    .pro-flexblock-text-r{
        margin-left: auto;
    }
    
    .pro-flexblock-text-l{
        margin-right: auto;
    }
}