/* Large Desktop
==================================================================================================== */
@media (min-width: 1200px) {
  header nav a {
    font-size: 14px;
    padding: 0 18px;
  }
}
/* #Tablet (Portrait)
==================================================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  #top,
  .arrow,
  header {
    display: none;
  }
}
/*  #Mobile (Portrait)
==================================================================================================== */
@media (max-width: 767px) {
  #top,
  .arrow,
  header {
    display: none;
  }
  #home-services .col-md-3 {
    margin-bottom: 1rem;
  }
  .container-flex {
    display: block;
  }
  .texte-service {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 979px) {
  #bloc-slider .container {
    top: 40%;
  }
  #main {
    padding-top: 0;
  }
  #mobile-header {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--grey-color);
    border-bottom: 1px solid #ccc;
  }
  #mobile-header #responsive-logo {
    width: 100px;
    margin-top: 8px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
  }
  #mobile-header #responsive-logo img {
    width: 100%;
    height: auto;
  }
  #mobile-header #responsive-menu-button {
    z-index: 9999999;
    display: block;
    text-indent: -9999px;
    width: 20px;
    padding: 17px 0 0 25px;
    height: 60px;
    background: url("../img/nav-icon.png") center center no-repeat;
  }
  .sidr ul li.sidr-class-tel-desktop {
    display: none;
  }
  #mobile-header .container {
    position: relative;
  }
  #tel-mobile {
    position: absolute;
    right: 15px;
    line-height: 60px;
    top: 6px;
  }
  #tel-mobile svg {
    fill: var(--blue-color);
    width: 25px;
    height: auto;
  }
  /* Page contact */
  .col50 {
    width: 100%;
  }
}
/*  #Mobile (Paysage)
==================================================================================================== */
@media (max-width: 480px) {
  #bloc-slider .container {
    top: 17%;
  }
  #bloc-slider .container h1,
  #bloc-slider .container h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #header-page .header-text h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Harabara';
    letter-spacing: 3px;
  }
}
