@media (max-width: 768px) {

  nav {
    flex-direction: column;
    
  }
  .logo {
    max-width: 100%;
    height: auto;
  }
  
  .cta-btn {
    border:none;
    border-radius: 0px;
  }

  .cta {
    display: flex;
    flex-direction: column;
  }


  .menu {
    display: flex;
    flex-direction: column;
    width: 100%;    
  }

  .menu a {    
    width: 100%;
    text-align: center;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    
    
  }

  .hero h1 {
    font-size: 1.5em;
  }

  .hero h2 {
    font-size: 1.2em;
  }

  .hero img {
    max-width: 90%;
    height: auto;
  }

  .micro-rea {
    flex-direction: column;
    margin-top: 0;
  }

  .micro-rea img {
    visibility: hidden;
  }

  .carte-grid {
      display: flex;
      flex-direction: column;
  }

  .carte {
    border: 1px solid #000000;
      border-radius: 16px;    
  }

  footer {
    
    flex-direction: column;    
  }
 footer ul {
  text-align: center;
 }

.container {
  display: flex;
  flex-direction: column;
}

}


@media (max-width: 1400px) {

  nav {
    flex-direction: column;
    
  }
  .logo {
    max-width: 100%;
    height: auto;
  }
  
  .cta-btn {
    border:none;
    border-radius: 0px;
  }

  .cta {
    display: flex;
    flex-direction: column;
  }


  .menu {
    display: flex;
    flex-direction: column;
    width: 100%;    
  }

  .menu a {    
    width: 100%;
    text-align: center;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    
  }

  .hero h1 {
    font-size: 1.5em;
  }

  .hero h2 {
    font-size: 1.2em;
  }

  .hero img {
    max-width: 90%;
    height: auto;
  }

  .micro-rea {
    flex-direction: column;
    margin-top: 0;
  }

  .micro-rea img {
    visibility: hidden;
  }

  .carte-grid {
      display: flex;
      flex-direction: column;
  }

  .carte {
    border: 1px solid #000000;
      border-radius: 16px;    
  }

  footer {
    display: flex;
    flex-direction: column;    
  }
 footer ul {
  text-align: center;
 }

}
