

html, body {
    min-height: 100vh;
}

main h3, main h2 {
  display: none;

}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.imageSlides {
    max-height: 60vh;
    object-fit: cover;
    object-position: center center;
  }

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgb(138, 20, 20,0.4);
  font-size: 0.8em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 150px;
  text-align: center;
  margin-left: 45%;
}

/* Number text (1/8) */
.numbertext {
  color: #f2f2f2;
  background-color: rgb(138, 20, 20,0.4);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
/*  background-color: #bbb; */
  background-color: rgb(138, 20, 20,0.4);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
 /* background-color: #717171; */
  background-color: #8a1414;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
main section {
    padding-top: 5vh;
    padding-bottom: 5vh;
    line-height: 2em;
    padding-left: 30px;
    font-size: 1.5em;
}

main section > p {
    padding-bottom: 1.8em;
    text-align: center;
}

main section.normal {
    background-color: rgb(250, 240, 220);
    color: #8a1414;
}

.imagem {
    background-color: rgb(51, 51, 51);
    color: white;
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.473);
    background-size: cover;
    background-attachment: fixed;
}

.imagem  p {
    display: inline-block;
    padding: 5px;
    background-color: rgb(22, 156, 22,0.5);
    text-shadow: 1px 1px 0px black;
}
#img01 {
  background-image: url(imagens/mesa/Carnefatiada.jpg);
  background-position: center center;
}
#img02 {
  background-image: url(imagens/frios/Rocambole.jpg);
}
/* Information pratique */
.infoPratique {
    max-width: 1000px;
    margin: 0px 20px;
    }
    
    .infoPratique p {
      color: #8a1414   ;
      font-size: 0.8em;
      line-height: 1.2em;
    }
    .infoscontact{
      display: grid;
      grid-template-rows: 20% 20% 10%;
      gap: 40px;
      margin-top: 1em;
    }
    .infoscontact p {
      text-align: left;
    }
    .boxinfos1{
      grid-row: 1;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .boxinfos2{
      grid-row: 2;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .boxinfos3{
      grid-row: 3;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .fa-envelope{
      font-size: 25px;
      color: rgb(21, 194, 21);
    }
    
    .fa-location-dot{
      font-size: 25px;
      color: rgb(21, 194, 21);
    }
    .fa-phone-volume {
      font-size: 25px;
      color: rgb(21, 194, 21);
    }
    .icon{
      width: 35px;
      display: inline-block;
      margin-right: 20px;
    }