#footer {
	width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 41px;
    display: flex;
}

#footer .c {
    border-top: unset;
    padding: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#footer ul {
	overflow: hidden;
}

#footer .right a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    color: #ffffff9e;
}

#footer ul li {
	float:left;
	margin-right:20px;
}

#footer ul li.m a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    color: #ffffff9e;
}

@media screen and (max-width: 600px) {
    #footer .right a {
        font-size: 13px;
        line-height: 13px;
    }
    #footer ul li.m a {
        font-size: 13px;
        line-height: 13px;
    }
    #footer ul li {
        float: left;
        margin-right: 12px;
    }
    #footer .c {
        border-top: unset;
        padding: 0;
        padding-left:0;
		padding-right:0;
        height: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }
}

html:lang(fr) #footer ul li.m:nth-child(2) {
    display: none;
}
html:lang(en) #footer ul li.m:nth-child(3) {
    display: none;
}