
/* CSS RESPONSIVE  */
/*//// MEDIA QUERIES  ////*/
/************************* LARGE SCREEN ONLY  *************************/
/*******************  INTERMEDIAIRE LARGE - 1025px>1198px *******************/
@media only screen and (min-width: 1025px) and (max-width: 1198px) {
  header nav.navMenu .bt_Menu {
    font-size: 0.8rem;
  }

  .actionContact {
    font-size: 1rem;
    text-align: right;
    font-weight: 500;
  }
  .actionContact i {
    font-size: 4rem;
    text-align: left;
  }
}
/******************* ALL MOBILES - Max 1024px *******************/
@media only screen and (max-width: 1024px) {
  .bg_headerTopMobile {
    padding: 10px;
  }

  .title-bar-title {
    color: white;
    font-size: 0.75rem;
    vertical-align: middle;
  }

  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    -webkit-box-shadow: 0 7px 0 white, 0 14px 0 white;
    box-shadow: 0 7px 0 white, 0 14px 0 white;
    content: "";
  }

  .menu-icon.dark:hover::after {
    background: var(--dark-green-color);
    -webkit-box-shadow: 0 7px 0 var(--dark-green-color),
      0 14px 0 var(--dark-green-color);
    box-shadow: 0 7px 0 var(--dark-green-color), 0 14px 0 var(--dark-green-color);
  }

  .sectionBleu.bg_energie {
    background-size: 60%;
  }

  .sectionCallToAction {
    background-color: var(--light-blue-color-400);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin: 0 0 0 0;
    color: #fff;
  }
  .sectionCallToAction .cta-titre {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .sectionCallToAction .cta-text {
    position: relative;
    display: inline-block;
    clear: both;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    padding: 0.6rem 0 1.2rem 0;
  }
  .sectionCallToAction i {
    font-size: 9rem;
  }
  .sectionCallToAction i.icon-multi {
    font-size: 11rem;
  }

  .actionContact {
    font-size: 1rem;
    text-align: right;
    font-weight: 500;
  }
  .actionContact i {
    font-size: 4rem;
    line-height: 1;
  }

  section .titrePage,
  .sectionGris .titrePage,
  .sectionSmall .titrePage {
    margin-top: 2rem;
  }

  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before,
  .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fff;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }

  .epices-compatibilite {
    margin-bottom: 3rem;
  }
  .epices-compatibilite .tabs-title a {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 1rem 0.4rem;
    margin-right: 0.3rem;
  }
}
/*******************  INTERMEDIAIRE - 640px>1023px *******************/
/*******************  MOBILES SMALL - 0px>639px  *******************/
@media only screen and (min-width: 0px) and (max-width: 639px) {
  .illustEpices {
    /**/
    min-width: 150%;
    margin-left: -30%;
    height: auto;
  }

  .actionContact a {
    display: block;
    margin-top: 1rem;
  }
}
/*******************  MOBILES VERY SMALL - 0px>359px  *******************/
@media only screen and (min-width: 0px) and (max-width: 359px) {
  .actionContact {
    display: none;
  }
}

.logoMobile {
  height: 45px;
  margin-top: 9px;
}

/*----------------------------------------------------------------------------------------------------*/
/* OFF-CANVAS - MENU MOBILE F6 */
.off-canvas-content,
.off-canvas-content {
  background: transparent;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 0 0 0.5rem;
}

.off-canvas.position-left {
  /*left: -250px;*/
  top: 0;
  width: 250px;
  height: 100%;
  background-color: var(--light-green-color);
}

.off-canvas li a {
  background-color: var(--light-green-color);
  font-size: 0.813rem;
  line-height: 1.3rem;
  color: white;
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 1rem !important;
  text-transform: uppercase;
  transition: background 300ms ease 0s;
}
.off-canvas li a i.icon-logoEpices {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 5px;
}

.off-canvas li a:hover {
  background-color: var(--dark-green-color);
  transition: background 300ms ease 0s;
}

/* SOUS MENU MOBILE */
.off-canvas .is-drilldown-submenu {
  background-color: var(--light-green-color);
}

.off-canvas .is-submenu-item.is-drilldown-submenu-item a {
  line-height: 1.3rem;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

li.is-drilldown-submenu-parent > a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #ffffff;
  border-image: none;
  border-style: inset inset inset solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}

li.js-drilldown-back::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #e10017 transparent transparent;
  border-image: none;
  border-style: inset solid inset inset;
  border-width: 6px;
  content: "";
  display: block;
  float: left;
  height: 0;
  margin-left: 0.6rem;
  margin-right: 0.75rem;
  margin-top: 21px;
  width: 0;
}

.is-drilldown-submenu {
  background: #1f1f1f none repeat scroll 0 0;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.15s linear 0s;
  width: 100%;
  z-index: -1;
}

li.js-drilldown-back a {
  /*visibility:hidden;*/
  display: block;
  color: #000 !important;
  background-color: var(--light-green-color);
  line-height: 0.5 !important;
  font-size: 0px !important;
}

li.js-drilldown-back a:before {
  display: block;
  color: #fff !important;
  content: "Retour" !important;
  border: none !important;
  line-height: 0;
  font-size: 0.875rem;
  margin: 3px 0 0 0px;
}