
/* **************** */

/* Styling for footer */

/* English */
/*
.page .content-titles > div:not(.en)  {
    font-style: italic;
}
*/
.page .content-titles > div.en {
    font-weight: bold;
}

/* Français */
/*
.page .content-titles > div.fr:lang(fr)  {
    font-style: normal;
}
.page .content-titles > div:not(.fr):lang(fr)  {
    font-style: italic;
}
.page .content-titles > div.en:lang(fr)  {
    font-style: initial;
}
.page .content-titles > div.fr:lang(fr) ~ div.en:lang(fr)  {
    font-style: italic !important;
}
*/

.page .content-titles > div.fr:lang(fr) {
    font-weight: bold;
}
.page .content-titles > div.en:lang(fr) {
    font-weight: bold;
}
.page .content-titles > div.fr:lang(fr) ~ div.en:lang(fr) {
    font-weight: normal;
}

/* Polski */
/*
.page .content-titles > div.pl:lang(pl)  {
    font-style: normal;
}
.page .content-titles > div:not(.pl):lang(pl)  {
    font-style: italic;
}
.page .content-titles > div.en:lang(pl)  {
    font-style: initial;
}
.page .content-titles > div.pl:lang(pl) ~ div.en:lang(pl)  {
    font-style: italic !important;
}
*/

.page .content-titles > div.pl:lang(pl) {
    font-weight: bold;
}
.page .content-titles > div.en:lang(pl) {
    font-weight: bold;
}
.page .content-titles > div.pl:lang(pl) ~ div.en:lang(pl) {
    font-weight: normal;
}

/* User's language first on the list */

/* English */
.page .content-titles > div.en {
    order: 1;
}
.page .content-titles > div.pl  {
    order: 2;
}
.page .content-titles > div.fr {
    order: 3;
}

/* Français */
.page .content-titles > div.fr:lang(fr) {
    order: 1;
}
.page .content-titles > div.pl:lang(fr) {
    order: 2;
}
.page .content-titles > div.en:lang(fr) {
    order: 1;
}
.page .content-titles > div.fr:lang(fr) ~ div.en:lang(fr) {
    order: 3;
}

/* Polski */
.page .content-titles > div.pl:lang(pl) {
    order: 1;
}
.page .content-titles > div.fr:lang(pl) {
    order: 2;
}
.page .content-titles > div.en:lang(pl)  {
    order: 1;
}
.page .content-titles > div.pl:lang(pl) ~ div.en:lang(pl) {
    order: 3;
}
