#reservation{
  font-size: 20px;
  color:rgb(185, 27, 59);
}

#titre-atelier{
  border-bottom:solid;
  border-color:white;
  padding-bottom:0.2cm;
  margin-bottom:1cm;
}
#atelierCuisine{
  margin-top: 7px;
  background: rgb(185, 27, 59);
}

#table-atelier{
  font-family: "Roboto", cursive;
  font-style: normal;
  font-size:18px;
}

#atelier-warning{
  font-size:20px;
  color:rgb(185, 27, 59);
}

#titre-presse{
  border-bottom:solid;
  border-color:white;
  padding-bottom:0.2cm;
  margin-bottom:1cm;
}
#presse{
  margin-top: 7px;
  background: rgb(185, 27, 59);
}

#table-presse{
  font-family: "Roboto", cursive;
  font-style: normal;
  font-size:18px;
}

#presse-warning{
  font-size:20px;
}

#map{
  object-fit: cover;
}

#contact-horaire{
  border-bottom:solid;
  border-color:rgb(185, 27, 59);
}

#myCarousel2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lienPresse{
  color:white;
}

.lienPresse:hover{
  color:rgb(123, 31, 50);
}

.right{
  margin-right:2cm;
}

.left{
  margin-left:2cm;
}

.titre{
  font-family: 'Caveat', sans-serif;
  font-size:50px;
}

.titre-une{
  font-family: 'Caveat', sans-serif;
  font-size:30px;
}

.sous-titre{
    color:rgb(185, 27, 59);
    font-family: "Dancing Script", cursive;
    font-style: normal;
    font-size:21px;
}

.top-container{
  margin-top: 0.8cm;
  margin-bottom: 1.3cm;
}

.carousel-img-wrapper {
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.carousel-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.control-text{
  filter:invert(1);
}

main{
    font-family: "Roboto", sans-serif;
    font-size:18px;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  #reservation, #atelier-warning, #presse-warning{
    font-size:12px;
  }
  .carousel-img-wrapper {
    height: 280px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  .top-container {
    margin-top: 0.3cm;
  }
  .imgPlat {
    max-height: 350px;
  }
  .titre{
    font-size:32px;
  }
  .sous-titre{
    font-size:15px !important;
  }
  .titre-une{
    font-size:25px;
  }
  .right{
    right: -20px;
    margin-right:0.5cm;
  }
  .left{
    left: -20px;
    margin-left:0.5cm;
  }
  main{
    font-size:12px;
  }
  td{
    font-size:12px;
  }
}
