<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo{
    height: 130px;
    width: auto;
}
.titre{
    display: block;
    padding-left: 45px;
    line-height: 100px;
    color: rgb(255, 255, 255);
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
}
.th1{
    background-color: #07a85586;
}
.footerLogo{
    height: 170px;
    width: auto;
}
.dinfo{
    width: 100%;
    height: 250px !important;
}

.navbar .dropdown-toggle::after{
    transform: rotate(267deg);
}
.translate{
    font-size: 20px !important;
    font-weight: bold;
}
/* .translate::before{
    content: url("../img/icon/translation.png");
    filter: invert(100);
    margin-right: 5px;
    position: relative;
    top: 2px;
} */

#titreh1{
    margin: -5px 0 25px 0;
    display: flex;
    justify-content: center;
}
.presi::after{
    content: url("../img/icon/mauritanie-drapeau.png");
    margin-left: 8px;
    position: relative;
    top: 5px;
}
.des{
    text-align: justify;
}
.team-item img{
    fill: manou;
}

.navbar .nav-item:hover .dropdown-menu{
    top: 111%;
    left: 33%;
}

.menudepute{
    width: 250px !important;
}

.menuparlementaire{
    display: flex !important;
    width: 900px;
    left: -133% !important;
}

.menuconnaitre{
    width: 280px !important;
}

.menulieux{
    width: 310px !important;
}

.menuparlementaire div:nth-child(1){
    border-right: 1px solid rgba(0, 0, 0, 0.418);
}

i{
    margin-right: 10px;
}

.dropdebute{
    color: #1e2125;
    background-color: #e9ecef;
}

.paysvisite{
    height: 50px;
    width: auto;
}

.teleyoutube{
    display: flex; 
    justify-content:right;
}

/* Bonjour Emma Media Querry */

@media screen and (max-width: 700px) {
    #titreh1{
        margin-top: 20px;
    }
    .logo{
        height: 75px !important;
        max-height: 85px !important;
    }
    #navbarCollapse{
        width: 90%;
    }
    .menudepute{
        width: 100%;
    }
    .menuconnaitre{
        width: 100%;
    }
    .menulieux{
        width: 100%;
    }
    .menuparlementaire{
        flex-direction: column;
        width: 100%;
        padding: 0;
        height: 0;
        overflow: hidden;
    }
    .menuparlementaire &gt; div{
        padding: 0;
    }
    .menuparlementaire div:nth-child(1){
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.418); */
        border-right: none;
    }

    .show{
        height: auto !important;
    }
    .navbar{
        position: relative;
        top: 0 !important;
    }
    .translate{
        display: block !important;
        position: absolute;
        left: 43%;
        top: 28px;
    }
}</pre></body></html>