#section1{
    height: 200px;
    width: 100%;
    background-image: url("/img/assemble-nationale-de-la-mauritanie1.jpg");
    background-position-y: -80px;
    position: relative;
}
h2{
    margin-bottom: 35px;
    font-size: 25px;
}
#background{
    background-color: #006e35;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
}

#section2{
    margin-top: 85px;
    width: 65%;
    margin-left: 7%;
}

#section2 h2,h3{
    text-transform: none;
}