/*
Extra small devices (portrait phones, less than 576px)
*/
@media (max-width: 480px) {
  h1 {
    font-size: 60px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  #demo span {
    font-size: 40px !important;
  }

  .rebours ul li {
    margin-right: 55px !important;
    margin-top: 20px !important;
  }

  #concours {
    padding-top: 40px !important;
  }

  #agenda {
    padding-top: 0px !important;
  }

  #dotations {
    padding-top: 0px !important;
  }

  .emploi {
    width: 100% !important;
  }

  .filter div {
    .filter div {
      left: 5 !important;
      right: 5 !important;
    }
  }

  .product-grid6 .social {
    width: 103% !important;
  }

  /* h3{font-size: 8px!important;} */
  .price span {
    font-size: 9px !important;
    padding-bottom: 10px !important;
    padding-right: 5px !important;
  }

  .mln50 {
    margin-left: 0px !important;
  }

  .mln50 img {
    width: 100px !important;
  }

  .masthead {
    margin-top: 50px !important;
  }

  .contact {
    margin-top: 0px !important;
  }

  .contact h3 {
    font-size: 26px !important;
  }

  .newsletter {
    font-size: 20px !important;
  }

  .nav-link {
    font-size: 16px !important;
  }

  .mt150 {
    margin-top: 100px !important;
  }
}


/* Small devices (landscape phones, 576px and up) */

@media screen and (max-width:576px) {
  h2 {
    font-size: 38px !important;
  }

  .product-grid6 .price span {
    font-size: 13px;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  h1 {
    font-size: 70px !important;
  }

  #demo span {
    font-size: 75px !important;
  }

  .product-grid6 .price span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h2 {
    font-size: 44px !important;
  }

  .filter div {
    left: 5 !important;
    right: 5 !important;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 90px !important;
  }

  #demo span {
    font-size: 90px !important;
  }
}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}