#section1{
    height: 150px;
    width: 100%;
    background-image: url("/img/assemble-nationale-de-la-mauritanie1.jpg");
    background-position-y: -80px;
    position: relative;
}
h2{
    margin-bottom: 35px;
}
#background{
    background-color: #006e35;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
}

.titresecondaire{
    margin-top: 50px;
    text-align: center;
}

.menupresidence{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006e35;
    margin: 0;
    padding: 0;
}

.menupresidence ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menupresidence ul li{
    list-style-type: none;
    margin-left: 20px;
}

.menupresidence ul a{
    color: white;
    text-decoration: underline;
}

#section2{
    width: 100%;
    display: flex;
    height: 449.5px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#section2 h4{
    color: #07a854 !important;
    margin-bottom: 30px;
}

#section2 p{
    margin-bottom: 30px;
}

#section2 div:first-child{
    width: 50%;
    color: black;
    background-color: #f6f7fc;
    padding:90px 60px 0 60px;
}

#section2 div:last-child{
    width: 50%;
}

#section2 div:last-child img{
    width: 100%;
    height: auto;
}