@media screen and (max-width: 1600px) {
  /* ============== CUSTOM ================== */
  .nav-part .nav-mobile { display:none; }
  /* Niveau 1 */
  ul.nav {
    display: block;
  }
  /* ==== CUSTOM / VIDEO PART === */
  section.video-part .bcg {
    background-position: center -100px;
  }
}

@media screen and (max-width: 1280px) {
  /* ==== CUSTOM / VIDEO PART === */
  section.video-part .bcg {
    background-position: center 0px;
  }
}

@media screen and (min-width: 1200px) {
  /* ============== CUSTOM ================== */
  .nav-part .nav-mobile { display:none; }
  /* Niveau 1 */
  ul.nav li:hover ul {
      display:block;
  }
  .header-vspace-top {
        height: 183px;
        line-height: 183px;
   }
  .nav3:hover ul {
      display:block;
  }
}

@media screen and (max-width: 1199px) {
  /* ============== CUSTOM ================== */
  section.head-part .subli-label { width:490px;margin-top:36px;}
  section.head-part .subli-label p {
      font-size: 14px;
      line-height: 14px;
  }
  section.head-part .subli-label img { 
      width:80%;
      margin-left:10px;
  }
  .header-vspace-top {
        height: 183px;
        line-height: 183px;
   }
  .nav3:hover ul {
      display:block;
  }
  /* ==== CUSTOM / VIDEO PART === */
  section.video-part .bcg {
    background-position: center -100px;
    background-attachment:scroll!important;
  }
  section.video-part .datas {
    width:45%;
  }
  /* ==== CUSTOM / COMMUNITY HEADER PART === */
  section.community-header-part {
    background-attachment:scroll!important;
  }
}

@media screen and (max-width: 991px) {
  /* ============== CUSTOM ================== */
  section.head-part .container.line1 {
    padding-left:10px;
    padding-bottom:30px;
  }
  section.head-part .subli-label { width:auto;margin:30px 0px 0px 10px;}
  .nav-part .nav-mobile {
    display:block;
    float:left;
    width:60px;
    height:60px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    background:#293948 url('../../imgs/templates/nav-mobile.png') 15px center no-repeat;
    position:relative;
    border:0;
    border-radius: 0px;
  }
  /* ============== CUSTOM ACCOUNT ================== */
  .account{
     position: relative;
     float:left;
     margin:7px 0px 0px 20px;
  }
  /* Niveau 1 */
  ul.nav {
    position:absolute;
    width:100%;
    z-index:10000;
    background-color: #fff;
    margin-top:60px;
    border:0;
    display: none;
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  ul.nav li {
    float:none;
    display:block;
    margin:0;
    padding:0;
  }
  ul.nav li a {
    float:none;
    display:block;
    line-height: auto;
  }
  /* Niveau 2 */
  ul.nav ul {
    display:none;
    position:relative;
    float:none;
  }
  ul.nav ul li a {
      padding:5px 30px 5px 10px;
      font-size:14px;
  }
  .header-vspace-top {
      height: 182px;
      line-height: 182px;
  }
  /* ==== CUSTOM / VIDEO PART === */
  section.video-part .bcg {
    background-position: center 0px;
  }
  section.video-part:before {
    bottom: -70px;
  }
  section.video-part .datas {
    padding-left:20px;
  }
  section.video-part h1 {
      font-size:40px;
      text-shadow: 2px 2px 5px #1b2630;
  }
  section.video-part p {
      font-size: 14px;
      line-height: 20px;
  }
  /* ==== CUSTOM / INTRO PART === */
  .box-custom .table .container-informations {
     position:relative;
     margin:0;
     padding:40px 0px 15px 0px;
  }
  .box-custom .table .container-informations .img.sticker-topleft {
     position:absolute;
     width: 145px;
     height: 175px;
     background: url('../../imgs/templates/xs/sticker-test-topleft-box.png') left top no-repeat;
     top:-85px;
     left:calc(50% - 39px);
  }
  .box-custom .table .container-informations .img.sticker-topright {
     position:absolute;
     width: 146px;
     height: 220px;
     background: url('../../imgs/templates/xs/sticker-label-topright-box.png') left top no-repeat;
     top:-85px;
     left:calc(50% - 36px);
  }
  /* ==== CUSTOM / SILITESTIS PART === */
  section.sulitestis-part .bloc-social {
      text-align:center;
  }
  section.sulitestis-part .bloc-social > div {
      margin:20px 10px;
      float:right;
    
  }
  /* ==== CUSTOM / COMMUNITY BASE PART === */
  .communitybase .row .container > div {
    margin-top:20px;
    margin-bottom:20px;
  }
  .communitybase .row .row {
     padding-top:0px;
      margin-bottom:10px;
  }
  /* IMAGE RESPONSIVE */
  .mce-content-body img {
    width: inherit;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  /* ============== CUSTOM ================== */
  section.head-part .container.line1 {
    padding: 10px 0px 10px 0px;
    text-align:center;
  }
  section.head-part .container.line1 * {
    float: none;
  }
  section.head-part .logo img { height: 50px; }
  section.head-part .subli-label { margin:22px 0px 0px 0px; }
  ul.nav-tabs li {
    width:30%;
  }
  ul.nav-tabs li span.fa {
    margin:0;
  }
  ul.nav-tabs li b {
    display: none;
  }
  /* ==== CUSTOM / INTRO PART === */
  .box-custom .table {
     display: inline-block;
     width: 350px;
     background:#e9ebec url('../../imgs/templates/bordercran-right-bg.png') right top repeat-y;
     margin:60px 0px 30px 0px;
  }
  .box-custom .table .rw .col1 { width: 333px; }
  .box-custom .table .container-informations {
     position:relative;
     margin:0;
     padding:35px 0px 15px 0px;
  }
  /* ==== CUSTOM / VIDEO PART === */
  section.video-part {
      height: 300px;
  }
  section.video-part .bcg {
    background-position: center top;
  }
  section.video-part .datas {
    padding:40px 10px 0px 10px;
    display:block;
    width:100%;
    text-align:center;
  }
  section.video-part p {
      font-size: 14px;
      line-height: 20px;
  }
  /* ==== CUSTOM / OBJECTIF PART === */
  .box-custom.clear .table {
    margin:85px 0px 30px 0px;
  }
  /* ==== CUSTOM / COMMUNITY PART === */
  section.community-part .container .row {
      padding:50px 0;
  }
  /* ==== CUSTOM / SILITESTIS PART === */
  section.sulitestis-part .container {
    text-align:center;
  }
  section.sulitestis-part div.bloc-social-Facebook {
    margin:20px auto 0px auto;;
}
  /* ==== CUSTOM / SOCIALSHARE PART === */
  div.sharesocial-part {
    top:182px;
    opacity: .5;
  }
  /* ==== CUSTOM / CONTACT PART === */
  section.contact-part {
      padding:50px 0px;
  }
  section.contact-part .container .row.line2 {
      margin-top: 50px;
  }
  section.contact-part .button { margin-bottom: 10px; }
  section.contact-part .container .linefooter div {
      float:none;
  }
  section.contact-part .container .linefooter ul {
      float:none;
      margin-top:10px;
  }
  section.contact-part .container .linefooter div:after {
      content:'';
  }
  section.contact-part .container .linefooter li {
      float:none;
  }
  section.contact-part .container .linefooter li:after {
      content:'';
  }
  section.contact-part .container .linefooter li:last-child:after {
      content:'';
  }
}







