@media screen and (max-width: 450px) {



  header.header-mobile .city-name {
    font-size:2rem;
  }
  h2 {
    font-size:40px;
  }


  .footer-illustration {
    padding-bottom: 60px;
  }

  .single-element {
    padding:1.5rem;
  }

  .nos-pizzerias a {
    margin: 0 auto;
  }

  .nos-pizzerias a.phone-button {
    margin-bottom: 3px!important;
  }


}

@media screen and (max-width: 500px) {
  .nos-pizzerias a.link-to-restaurant img {
    display:none;
  }
}

@media screen and (max-width: 550px) {
  .city {
    display:none;
  }
}

@media screen and (max-width: 768px) {
  .single-restaurant {
    align-items:center;
  }
}

@media screen and (min-width: 850px) {
  .city {
    display:none;
  }
}

@media screen and (max-width: 850px) {
  .full-adress {
    display:none;
  }
  #bottom-app-bar {
    padding: 5px 0;
  }
  #bottom-app-bar .phone-number a {
    font-size:1.5rem;
  }
  .feather-35{
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1100px) {
  header.header-mobile {
    display:none!important;
  }
  #custom-mobile-menu.show {
    transform:translateX(100%);
  }
}

@media screen and (max-width: 1100px) {
  body {
    padding-top:80px;
  }
  #home-slider {
    margin-top:-80px;
  }
  .single-element-inner h3 {
    margin-bottom:5px!important;
  }
  .nos-distributeurs-full {
    margin-top:70px;
  }
  header.header {
    display:none!important;
  }
  #inner-header .social {
    display: none;
  }

  #inner-header .header-logo{
    display: none;
  }
  .containerChoixPizza {
    display:none;
  }
  .containerBarMobile {
    display:block;
  }
  .containerChoixPizzaMobile {
    display:block;
  }
  a.anchor-menu {
      top: -150px;
  }
}


@media screen and (max-width: 360px) {

  img.iconBtnHome{
    width: 80% !important;

  }
}
