body{
  background-color: #b9e496;
  margin: 0;
}
#head_img {
  text-align: center;
}

#head_img img{
  width: 410px;
    height: 350px;
}
h2 {
  position: absolute;
  top: 240px;
  left: 10%;
  -webkit-text-stroke: 0.5px white;
}

img {
  background: url(asset/loader.gif) 50% no-repeat;
}


#disclaimer {
  margin: 0;
  font-size: 11px;
  color: bisque;
}

#show_expo{
  margin: 20px;
    background-color: #ffffff29;
    padding: 10px;
}
#show_expo p {
  margin: 20px;
  text-align: center;
}

#show_expo h2{
  margin-left: 10%;
  color: whitesmoke;
}

#defilement{
  display: flex;
}

#carrouselle h3{
text-align: center;

}

#img_carrousselle {
  width: 50%;
}
#left img {
  width: 70px;
  transform: rotate(0.5turn);
  filter: brightness(80%);
}

#left{
  width: 20%;
    text-align: center;
    font-size: 100px;
    padding-top: 10%;
    cursor: pointer;
}
#left:hover {
  transition: 0.8s;
  background-color: #4e605040;
}

#right img {
  width: 70px;
  filter: brightness(80%);
}

#right{
  width: 20%;
    text-align: center;
    font-size: 100px;
    padding-top: 10%;
    cursor: pointer;
}
#right:hover {
  transition: 0.8s;
  background-color: #4e605040;
}

#description{
  width: 50%;
  margin-left: 20%;
  text-align: center;
  margin-top: 20px;
}

#op {
  margin: 20px;
  font-size: 20px;
}
