/*variables SITE EPICES ENERGIE*/
/* 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 button.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;
    border-top: 1px solid var(--color-main-blue);
  }

  .title-bar-title {
    color: var(--color-main-blue);
    font-size: 0.75rem;
    vertical-align: middle;
  }

  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-main-blue);
    -webkit-box-shadow: 0 7px 0 var(--color-main-blue), 0 14px 0 var(--color-main-blue);
    box-shadow: 0 7px 0 var(--color-main-blue), 0 14px 0 var(--color-main-blue);
    content: "";
  }

  .menu-icon.dark:hover::after {
    background: var(--color-main-yellow);
    -webkit-box-shadow: 0 7px 0 var(--color-main-yellow),
      0 14px 0 var(--color-main-yellow);
    box-shadow: 0 7px 0 var(--color-main-yellow), 0 14px 0 var(--color-main-yellow);
  }

  .sectionNavPage {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sectionNavPage .row {
    position: relative;
    display: block !important;
    white-space: nowrap !important;
  }

  .sectionBleu.bg_energie {
    background-size: 60%;
  }

  .sectionCallToAction {
    background-color: var(--color-main-blue-400);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin: 0 0 0 0;
    color: #fff;
  }
  .sectionCallToAction .cta-titre {
    font-family: var(--source-sans-font);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .sectionCallToAction .cta-text {
    position: relative;
    display: inline-block;
    clear: both;
    font-family: var(--source-sans-font);
    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;
  }
  .sectionTopPage {
    margin-top: 10rem;
  }

  .titreSectionPage::before {
    display: none;
  }
}
/*******************  MOBILES VERY SMALL - 0px>359px  *******************/
@media only screen and (min-width: 0px) and (max-width: 359px) {
  .logoMobile {
    width: 45%;
  }

  .actionContact {
    display: none;
  }
}
