#section1{
    height: 150px;
    width: 100%;
    background-image: url("/img/assemble-nationale-de-la-mauritanie1.jpg");
    background-position-y: -80px;
    position: relative;
}

#background{
    background-color: #006e35;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
}


#section2{
    width: 93%;
    margin: 75px auto;
    display: flex;
}

#section2 div:nth-child(1){
    width: 70%;
}

#section2 div:nth-child(1) img{
    width: 100%;
    height: auto;
}

#section2 div:nth-child(2){
    margin-left: 15px;
    width: 28%;
    background-color: #03cf66;
    color: white;
    padding: 40px 40px 0 40px ;
}

#section2 div:nth-child(2) h3{
    color: white;
}

#section2 div:nth-child(2) p{
    margin-top: 45px;
}

#section3{
    width: 93%;
    margin: 50px auto;
}

#section3 h3{
    margin-bottom: 50px;
}

#section3div{
    display: flex;
}

#commission{
    width: 60%;
}

.commission-list{
    display: flex;
    color: white;
    margin-bottom: 25px;
    background-color: #06ac56f5 ;
    height: 64px;
    align-items: center;
    position: relative;
}


.commission-list span:nth-child(1){
    width: 10%;
    background-color: #c9353a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.commission-list span:nth-child(1) img{
    height: 65%;
    width: auto;
    filter: invert(1);
}

.commission-list span:nth-child(2) h4{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 25px;
}

.commission-list span:nth-child(2) a{
    font-size: inherit;
    color: white;
}

.commission-list span:nth-child(3){
    position: absolute;
    right: 0;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 5px solid rgb(255, 255, 255);
    height: 100%;
}

#agenda{
    width: 50%;
    padding-left: 5%;
}

#agenda h3{
    background-color:#06ac56f5;
    color: white;
    height: 64px;
    display: flex;
    align-items: center;
}

#agenda h3 img{
    height: 45px;
    margin-right: 10px;
    margin-left: 5px;
    filter: invert(1);
}