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;
}

#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;
}

#box {
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: start;
    justify-content: space-around;
    align-items: start;
    margin-top: 2%;
    overflow: visible;
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    z-index: 30;
}

#premier-paragraphe {
    background-color: rgb(220, 210, 200);
    text-align: justify;
    border-radius: 50% 20% / 10% 40%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    width: 35%;
    height: auto;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#titre2 {
    background-color: rgb(220, 210, 200);
    text-align: justify;
    border-radius: 50% 20% / 10% 40%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    width: 35%;
    font-size: 20px;
    height: auto;
    flex-wrap: wrap;
    line-height: 1.6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#img1 {
    width: 40%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30%;
    top: 70%;
    position: absolute;
}

#box2 {
    z-index: 1;
}

#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%;
}