body {
font-family: Roboto,Arial;
font-size: 20px;
}


.header{
 display: flex;
  border: 1px solid #ccc;
  background-color: #f1f1f1;

  background-image: url("/static/images/flag_Italy.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: flex;
  width: 95%;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.nom {
  margin: 20px;
  color:  black;
  
 
}

.logo{
    margin: 0.7rem;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

div.shadow {
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding: 2rem;
  background-color: #fafaf7;
  margin-bottom: 1rem;
 
}

div.contact {
   height: 400px;
}

div.pizzas {
    width: 95%;
}

div.restaurant{
  
}

div.description{
  
}

div.desc a {
  text-decoration: none;
  color: black;
}


div.desc a:hover {
  color: red;
}

div.desc{
  background-color: white;
  width: 90%;
  padding-top: 3rem;
  border-radius: 10px;
}

div.evenements{
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding: 2rem;
}

div.shadow p{
 padding: 1rem;
 text-align: left;
}

img.huechange { 
  filter: hue-rotate(120deg); 
}

.image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

