#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;
}
#background{
    background-color: #006e35;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
}

#section2{
    width: 85%;
    margin: 80px auto 40px auto;
}

#classificationdepute{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deputemauritanie{
    display: flex;
    width: 30%;
    box-shadow: 2px 3px 5px rgba(0,0,0,.1);
    margin-bottom: 40px;
    height: 230px;
    overflow: hidden;
}


.profil{
    width: 45%;
}

.profil img{
    width: auto;
    height: 100%;
}

.description{
    margin-left: 10px;
    padding-top: 25px;
}

.description h3{
    font-size: 1.3rem !important;
}

.description span{
    width: 75px;
    height: 4px;
    /* background-color: #006e35; */
    display: block;
    margin-bottom: 15px;

    background: rgb(208,32,38);
    background: linear-gradient(90deg, rgba(208,32,38,1) 16%, rgba(252,215,3,1) 44%, rgba(25,135,84,1) 80%);
}