.bloc_services {
    background: url(/Files/App_002/Images/bg_blanc.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 820px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service_container {position:relative;}
.tab-content > .service_example.active {display: inline-block;}
.tab-content {clear: both;}
.service_img {margin-top: 86px;}
.service_video_img {position: relative;top: -100px;}
.service_menu_wrapper {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 260px;
}
.service_menu_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a1c60c;
    border-radius: 50%;
    margin: 30px;
    padding: 60px 90px;
    text-align: center;
    color: #838383;
}

.service_menu_content .nav-tabs > li a {
    font-family: "Ubuntu";
    font-weight: 700;
    padding: 10px 20px;
    background: none;
    border: 2px solid transparent;
    color: #799604;
    text-transform: uppercase;
    margin: 0;
    line-height: 14px;
    border-radius: 0;
}
.service_menu_content .nav.nav-tabs {
    border: 0;
}
.service_menu_content .nav-tabs > li {
    float: none;
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
}
.service_menu_content .nav-tabs > li.active a {
    color: #FFF;
    padding: 10px 20px;
    border: 2px dashed #FFF;
}
.service_menu_content .nav-tabs > li a:hover {
    background: none;
    border: 2px solid transparent;
    color: #FFF;
}

.service_menu_content .nav-tabs > li.active > a:focus {
    background: none;
    border: 2px dashed #FFF;
}
.service_menu_content .nav-tabs > li.active > a:hover {
    background: none;
    border: 2px dashed #FFF;
}


@media (max-width: 1220px) {
    .bloc_services {min-height: 700px;}
}
@media (max-width: 992px) {
    .bloc_services {padding-top: 50px;padding-bottom: 30px;}
}
@media (max-width: 769px) {
  .service_menu_wrapper {
    position: relative;
    top: 380px;
    left: 0;
    width: 390px;
    height: 390px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .tab-content.tab_container {
    position: relative;
    margin-top: -300px;
  }
  .img_services_motif {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 390px;
  }
  .service_menu_content {padding: 30px 70px;margin: 25px;}
  .service_example p {text-align: center;}
  .service_img {margin: 20px auto 180px auto;}
  .service_video_img {top: 0;}
}


@media (max-width: 426px) {
  .service_menu_wrapper {
    width: 320px;
    height: 320px;
  }
  .img_services_motif {
    width: 320px;
    height: 320px;
  }
  .service_img {
    margin: 20px auto 90px auto;
  }
  .service_menu_content {padding: 25px 45px;}
  .service_menu_content .nav-tabs > li {margin-bottom: 0;font-size: 12px;}
  .service_menu_content .nav-tabs > li a {padding: 8px 15px;}
  .service_menu_content .nav-tabs > li.active a {padding: 8px 15px;}
}

@media (max-width: 321px) {
  .service_menu_wrapper {
    width: 300px;
    height: 300px;
  }
  .img_services_motif {
    width: 300px;
    height: 300px;
  }
  .service_menu_content {padding: 15px 45px;}

}
