





/* Ordinateurs portables */
@media (max-width: 1668px) {
  body{
      /* background-color: red !important; */
    }
    .home-banner{
      width: 90%;
      margin: auto;
      margin-bottom: 213px;
    }

    .page-spectacles .home-banner{
      margin-top: -50px;
    }

    .widget-sidebar{
      left: 25px !important;
    }

    .footer-menu{
    }
}



@media (max-width: 1440px) {
  .page-spectacles .home-banner{
    margin-top: 20px;
  }
}


/* Ordinateurs portables */
@media (max-width: 1199px) {
  body{
      /* background-color: blue !important; */
    }

    .home-header-widget,
    .home-banner{
      margin-bottom: 270px;
    }

    .wave-transition{
      margin-top: -235px;
    }

    .home-comediens{
      padding: 40px 0;
    }

    .page-spectacles .home-banner{
      margin-top: 55px;
    }

    .spectacle .home-banner img {
      margin-top: 70px;
    }

    footer .test{
      height: 90px;
      margin-top: -57px;
      background-color: var(--color_beige);
    }

    footer .footer-wave img {
      margin-bottom: -130px;
    }
}


/* Tablette */
@media (max-width: 768px) {
  body{
      /* background-color: green !important; */
    }

    #site-header{
      padding-bottom: 1px;
    }

    .home-header{
        padding: 0px;
    }

    .home-header-widget,
    .home-banner{
      width: 100%;
      margin-bottom: 300px;
    }
    .home-container {
      margin-top: -72px;
    }

    .page-spectacles .home-banner{
      margin-top: 0px;
    }

    .wave-transition{
      margin-top: -262px;
    }

    .error-container{
      width: 90% !important;
    }

    .search-form {
      flex-direction: column;
    }



    footer .footer-wave img {
      margin-bottom: -8px;
    }
    footer .footer-logo {
      text-align: center;
    }
    footer .test {
      height: 332px;
      margin-top: -323px;
    }

}


/* Mobile */
@media (max-width: 430px) {
  body{
      /* background-color: red !important; */
    }

    .home-banner{
      width: 90%;
    }
    .spectacle .home-banner img {
        margin-top: 130px;
    }
    .page-spectacles .spectacles-widget{
      padding: 10px;
    }

    footer .footer-wave img {
        margin-bottom: -3px;
    }

    footer .test {
      height: 332px;
      margin-top: -323px;
    }
}

/* Mobile */
@media (max-width: 370px) {
  footer .footer-wave img {
    margin-bottom: -60px;
  }
}
