
@font-face {
    font-family: 'Noto Sans';
    src: url('font/notosans-regular-webfont.eot');
    src: url('font/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/notosans-regular-webfont.woff2') format('woff2'),
    url('font/notosans-regular-webfont.woff') format('woff'),
    url('font/notosans-regular-webfont.ttf') format('truetype'),
    url('font/notosans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Light';
    src: url('font/NotoSans-Light.eot');
    src: url('font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSans-Light.woff2') format('woff2'),
    url('font/NotoSans-Light.woff') format('woff'),
    url('font/NotoSans-Light.ttf') format('truetype'),
    url('font/NotoSans-Light.svg#NotoSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Light NotoSans Italic';
    src: url('font/NotoSans-LightItalic.eot');
    src: url('font/NotoSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSans-LightItalic.woff2') format('woff2'),
    url('font/NotoSans-LightItalic.woff') format('woff'),
    url('font/NotoSans-LightItalic.ttf') format('truetype'),
    url('font/NotoSans-LightItalic.svg#NotoSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

.langue {
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: transparent;
}

.langue li.dropdown ul.dropdown-menu {
    min-width: 50px !important;
    text-align: center;
}