@media (max-width: 1199px){
.col-lg-3 {
    width: 25%;
  float: left;
}
.col-lg-9{
    width:75%;
    float: left;
  }
.col-lg-12{
    width:100%;
  }
  
  .business_content_area a{
  font-size:15px;
}
.top_area {
    padding: 80px 0;
    width: 970px;
    margin: 0 auto;
}
.custom_area_bloc_tel span {
    margin-left: 30px;
    font-size: 30px;
    color: #001d4c;
    font-weight: bold;
    line-height: 48px;
}  
}
@media (max-width: 991px){
  .custom_area_bloc02 {
    width: 98%;
    background: #fff;
    border: 5px solid #cccccc;
    padding: 30px;
    margin: 1%;
    float: left;
    min-height: 150px;
}
  .custom_area_bloc01 {
    width: 98%;
    background: #fff;
    border: 5px solid #cccccc;
    padding: 30px;
    margin: 1%;
    float: left;
    min-height: 150px;
    position: relative;
}
  .bg01 {
    background: url(../../../../images/top/bg01.jpg) center no-repeat;
    background-size: auto;
    padding: 100px 0;
}
.bg02 {
    background: url(../../../../images/top/bg02.jpg) center no-repeat;
    background-size: auto;
}
  .page_bloc11 {
    float: left;
    width: 98%;
    margin: 1%;
}
  .pagetitle p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 24px;
    z-index: 9999;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    color: #fff;
}
  #offcanvas-toggler {
    display: initial;
    position: fixed;
    right: 10px;
}
.top_area {
    padding: 80px 0;
    width:750px;
    margin: 0 auto;
}
  #sp-top-bar {
    background: none;
    color: #999999;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
        padding: 0;
}

#sp-top-bar #sp-menu .user_menu {
    display: none;
}  
  
}