body 
{
    margin: 0;
    padding: 0;
    background-color: rgb(230, 230, 230);
}

h2
{
  color:black;
  padding-top: 2%;
  margin-left: 3%;
}

h3
{
  color: white;
}

h4
{
  font-size: 120%;
}

a
{
  text-decoration: none;
  color: black;
}

ul
{
  margin-left : 3%;
}

#Menu
{
    background-color: rgb(220, 210, 200);
    flex-direction: row;
    display: flex;
	  justify-content: space-around;
	  align-items: center;
    overflow: hidden;
    height:10%;
	  width:100%;
}

#logo
{
    text-align: center;
    overflow: hidden;
    width : 12%;
    height: 100%;
    margin-top: 1%;
    margin-bottom:1%;
    border-radius: 10px 10px 0px 0px;
}

#culture
{
    background-color: rgb(60, 60, 60);
    color : white;
    border-radius: 10px;
    height: 30%;
    text-align: center;
    overflow: hidden;
    width : 18%;
}

#culture:hover
{
    margin-bottom: 1%;
    box-shadow: 5px 8px 15px black;
}

#culture1
{
    background-color: rgb(60, 60, 60);
    color : white;
    border-radius: 10px;
    height: 30%;
    text-align: center;
    overflow: hidden;
    width : 18%;
    margin-bottom: 1%;
    box-shadow: 5px 8px 15px black;
}

.grandcont
{
  display : flex;
  justify-content : end;
  align-items: center;
  height: 50%;
  width : 80%;
  margin-right: 10%;
  margin-left: 5%;
  margin-bottom:2%;
} 

.text
{
  text-align: justify;
  width: 73%;
  margin-right: 5%;
}

.img
{
  width: 20%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 2%;
  background-color: rgb(220, 210, 200);
  box-shadow: 1px 1px 10px black;
}

.img2
{
  width: 20%;
  padding-top: 0%;
  padding-bottom: 0%;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 2%;
  background-color: rgb(220, 210, 200);
  box-shadow: 1px 1px 10px black;
}


#info
{
    color: black;
    margin-left: 5%;
    font-size: 110%;
}

#pied {
    background-color: rgb(220, 210, 200);
    display: flex;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
}

.elpied {
    font-size: 120%;
    text-align: center;
    width: 30%;
}