body 
{
    margin: 0;
    padding: 0;
    background-color: rgb(230, 230, 230);
}

h2
{
  color:black;
}

h3
{
  color: white;
}

h4
{
  font-size: 120%;
}

a
{
  text-decoration: none;
  color: black;
}

#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;
}

#som
{
    margin-left: 40px; 
}

#boite
{
    background-color: rgb(60, 60, 60); 
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5%;
    width : 98%;
}

#li
{
    color: white;
}

#box 
{
    position :relative;
    flex-direction: row;
    display: flex;
    justify-content: center;
	  justify-content: space-around;
	  align-items: center;
	  margin-top:2%;
	  padding-bottom:2%;
    overflow: visible;
    height: auto; 
    flex-wrap: wrap;
    width : 100%;
    z-index:30;
}

#box2 
{
    position :relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
	  justify-content: space-around;
	  align-items: center;
	  margin-top:2%;
    overflow: visible;
    height: auto; 
    flex-wrap: wrap;
    width : 35%;
    z-index:30;
}

#text1
{
    background-color: rgb(220, 210, 200);
    text-align: justify;
    border-radius: 20% 20% / 20% 20%;
    padding-top:1%;
    padding-bottom:1%;
    padding-left: 6%;
    padding-right: 6%;
    width: 35%;
    height: auto; 
    flex-wrap: wrap;  
    font-size: 20px;
    line-height: 1.6;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

#img
{
    width:35%;
    border-radius: 10px;
    overflow: hidden;
    height : auto;
    flex-wrap: wrap; 
}

#img2
{
    width:100%;
    border-radius: 10px;
    overflow: hidden;
    height : auto;
    flex-wrap: wrap; 
    margin-top: 2%;
    margin-bottom: 2%;
}

#ti
{
    padding-top: 2%;
    margin-left: 3%;
    font-size: 130%;
}   

#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%;
}