main {

}

h3 {
    font-size: 15px;
}

h1 {
    font-size: 25px;
}

p {
  font-family: akkurat;
}

button {
  font-family: roboto;
}

section {
    border: 2px solid #046b5b;
    border-radius: 35px;
    background-color: #046b5b;
    padding: 5% 15%;
    margin-top: 5%;

    color: #94d5eb;

    text-align: center;
    
}

.reservation  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-reservation {
  display: flex;
  justify-content: center;
  max-width: 450px;
}

.choisir-une-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horaires {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.horaires button {
    width: 150px;
    height: 50px;
    margin: 2%;  
    font-size: 1em;
}
.btn-horaire {
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;

    
}

.heure-choix {
    background-color: #046b5b;
    border: 2px solid #94d5eb;
    border-radius: 7px;
    color: #94d5eb;

}

.entrees {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.entrees-form {
    display: flex;
}

.entrees-form p {
    font-size: 20px ;
    
}



.entrees-form label {
    font-size: 20px;
    text-align: center;
    
    
}

.infos-commande {
   border: 2px solid #94d5eb;
   background-color: #94d5eb;
   border-radius: 23px;
   padding: 7%;
   color: #046b5b;
   

   
}

.resume {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

button {
    border: 2px solid #94d5eb;
    border-radius: 7px;
    background-color: #94d5eb;
    color: #046b5b;

}

.hidden {
    background-color: #046b5b;
    border: #046b5b;
}



input {
    height: 40px;
    width: 40px;

    background-color: #94d5eb;
    border: 2px solid #94d5eb;
}



/** Calendrier **/
* {box-sizing: border-box;}


.calendrier {
    font-family: roboto;
        border: 2px solid   white;
}

.month {

  padding: 5px 5px;
  width: 100%;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
  
}

.month ul li {
  
  font-size: 20px;
  letter-spacing: 3px;
  
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
  
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;

  display: grid; 
  grid-template-columns: repeat(7, 1fr);
}

.days li {
  list-style-type: none;
  display: inline-block;
  width:calc(100% / 7);
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #046b5b;
  border: 2px solid #046b5b;
  border-radius: 22px;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}


/* Tablette*/
@media screen and (max-width: 800px) {

    body {
    }

    img {
        max-width: 100%;
    }

     

    h1 {
        font-size: 3.5vw;
    }
    
    h3 {
        font-size: 1.75vw;
    }

    .img-reservation {
          max-width: 450px;

    }

    .btn-horaire {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 2% 2%;
        
    }
    
    .choix-affichage {
        
        width: 9vw;
    }

    .infos-commande {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    
}

/*Téléphone*/
@media screen and (max-width: 612px ) {

    body {
    }

    .choix-exposition {
      display: flex;
      flex-direction: column;
    }

    input {
      width: 5vw;
      background-color: #94d5eb;
    }

    .btn-horaire {
      .btn-horaire {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 2% 2%;
    }


    }

    





}
