/*!
Theme Name: JFW Lorraine Féline
Theme URI: http://www.lorrainefeline.com
Author: Julien Félix Web
Author URI: http://www.julienfelix.com/
Description: Thème wordpress pour Lorraine Féline
Version: 1.0
Tags: portfolio
Text Domain: jfw_lorrainefeline
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "Cardone Micro";
    src: url("assets/fonts/CardoneMicro-Regular.woff");
    src: url("assets/fonts/CardoneMicro-Regular.woff") format("woff"), url("assets/fonts/CardoneMicro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Cardone Micro";
    src: url("assets/fonts/CardoneMicro-Italic.woff");
    src: url("assets/fonts/CardoneMicro-Italic.woff") format("woff"), url("assets/fonts/CardoneMicro-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

*::selection {
    color: #000;
    background-color: rgba(0, 0, 0, .1)
}

:root {
    --plyr-color-main: #FFFFFF;
    --plyr-range-thumb-background: none;
    --plyr-range-thumb-shadow: none;
    --plyr-control-radius: 0;
    --plyr-font-smoothing: true
}

body {
    font-family: "Cardone Micro", serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    height: 100vh;
}

body.logged-in:after {
    content: "✦";
    display: block;
    position: fixed;
    top: 1px;
    right: 1px
}

body.logged-in.admin-bar:after {
    top: 33px
}

body.admin-bar {
    height: auto
}

body a {
    color: inherit;
    text-decoration: none
}

body #page {
    display: grid;
    grid-template-columns: 328px 104px 416px auto;
    box-sizing: border-box;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px
}

body #page.loading {
    opacity: 0
}

body #page>div {
    min-width: 88px;
    padding: 16px 16px 16px 0;
    overflow: scroll
}

body #page>div:nth-child(1) {
    padding: 0 16px 16px 0;
    grid-area: 1/1/4/2
}

body #page>div:nth-child(2) {
    padding: 12px 16px 16px 0;
    text-align: right;
    height: 100vh;
    grid-area: 1/2/4/2;
    box-sizing: border-box
}

body #page>div:nth-child(2)::-webkit-scrollbar {
    display: none
}

body #page>div:nth-child(2) {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body #page>div:nth-child(3) {
    padding: 14px 16px 16px 0;
    min-width: 400px;
    max-width: 400px;
    font-size: 30.5px;
    line-height: 32px;
    grid-area: 1/3/4/4;
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    overflow: hidden;
}

body #page>div:nth-child(3)>ul {
    width: 192px;
    display: flex;
    flex-direction: column
}

body #page>div:nth-child(3)>ul>li>a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

body #page>div:nth-child(3)>ul:first-child>li:last-child {
    display: none
}

body #page>div:nth-child(3)>ul:last-child>li:not(:last-child) {
    display: none
}

body #page>div:nth-child(4) {
    min-width: auto;
    max-width: 504px;
    padding: 0 16px 16px 0;
    font-size: 30.5px;
    line-height: 32px;
    grid-area: 1/4/4/5
}

body #page>div:nth-child(4) em {
    font-style: italic
}

body .site-inner {
    max-width: 328px;
    min-width: 328px;
    padding: 0 16px 16px 16px;
    box-sizing: border-box;
    height: 100vh;
    overflow: scroll;
    flex-shrink: 0
}

body .site-inner::-webkit-scrollbar {
    display: none
}

body .site-inner {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body .site-inner header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
    padding: 14px 0 14px 16px;
    z-index: 10;
    margin-bottom: 0
}

body .site-inner .site-title {
    font-size: 30.5px;
    line-height: 32px;
    margin-bottom: 0
}

body .site-inner p {
    text-indent: 32px
}

body .site-inner p:nth-child(1) {
    text-indent: 0
}

body .site-inner p em {
    font-style: italic
}

body .site-inner p.lf-year {
    text-indent: 0
}

body .site-inner p.lf-list-item {
    text-indent: 0;
    margin-left: 32px
}

body .site-inner .menu-menu-home-container ul,
body .site-inner .menu-menu-home-en-container ul {
    gap: 0;
    column-gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px
}

body .site-inner .menu-menu-home-container ul li,
body .site-inner .menu-menu-home-en-container ul li {
    width: 88px;
    flex-basis: 88px
}

body .site-inner .menu-menu-home-container ul li.lf-double-item,
body .site-inner .menu-menu-home-en-container ul li.lf-double-item {
    width: 176px;
    flex-basis: 176px
}

body .site-inner .menu-menu-home-container ul li:last-child,
body .site-inner .menu-menu-home-en-container ul li:last-child {
    flex-grow: 1;
    margin-top: 16px
}

body .site-inner .menu-menu-home-container ul li a:hover,
body .site-inner .menu-menu-home-en-container ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

body.admin-bar .site-inner {
    height: calc(100vh - 32px)
}

body.admin-bar #page>div:nth-child(2) {
    height: calc(100vh - 32px)
}

body.admin-bar #page>div:nth-child(3) {
    height: calc(100vh - 32px)
}

body.admin-bar #page>div:nth-child(4) {
    height: calc(100vh - 32px)
}

body main#main {
    margin: 0 0 0 16px
}

body.logged-in a[href*=acces-reserve]:after,
body.logged-in a[href*=restricted-access]:after {
    content: "✦";
    display: inline-block;
    margin-left: 2px
}

#lf-lang-switcher {
    position: fixed;
    top: 12px;
    right: 56px;
    z-index: 11;
    width: 47px
}

body.admin-bar #lf-lang-switcher {
    top: 44px
}

#lf-lang-switcher ul {
    margin: 0;
    padding: 0
}

#lf-lang-switcher ul li {
    margin: 0;
    padding: 0;
    line-height: 16px;
    height: 16px
}

#lf-lang-switcher ul li a {
    display: inline-block;
    overflow: hidden;
    font-size: .1px;
    color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    line-height: 16px
}

#lf-lang-switcher ul li a:hover:before {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px
}

#lf-lang-switcher ul li a[lang=en-GB] {
    width: 23px
}

#lf-lang-switcher ul li a[lang=en-GB]:before {
    content: "EN";
    font-size: 15px;
    line-height: 16px;
    color: #000
}

#lf-lang-switcher ul li a[lang=fr-FR] {
    width: 21px
}

#lf-lang-switcher ul li a[lang=fr-FR]:before {
    content: "FR";
    font-size: 15px;
    line-height: 16px;
    color: #000
}

#lf-index li a.lf-visited {
    opacity: .35
}

#lf-news-container {
    overflow: scroll;
    box-sizing: border-box;
    height: 100vh
}

#lf-news-container::-webkit-scrollbar {
    display: none
}

#lf-news-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#lf-news-container h2 {
    margin-bottom: 18px;
    background: #fff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
    padding: 14px 0 14px 0;
    position: sticky;
    top: 0;
    left: 0
}

#lf-news-container a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

#lf-news-container>div .lf-post-item {
    margin-bottom: 32px
}

#lf-overlay-hover {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none
}

#lf-overlay-hover div {
    display: block;
    position: absolute;
    left: 400px
}

#lf-overlay-hover div ul li {
    display: block
}

#lf-overlay-hover div ul li.lf-hidden {
    display: none
}

#lf-overlay-hover div ul li img {
    width: 88px;
    height: auto;
    filter: grayscale(100%)
}

#lf-overlay-hover div ul li img.lf-landscape {
    width: auto;
    height: 72px
}

#lf-overlay-hover-cat {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: auto
}

#lf-overlay-hover-cat.lf-hidden {
    display: none
}

#lf-overlay-hover-cat>div>div {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 504px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

#lf-overlay-hover-cat>div>div::-webkit-scrollbar {
    display: none;
}

#lf-overlay-hover-cat>div>div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#lf-overlay-hover-cat>div>div.lf-hidden {
    display: none
}

#lf-overlay-hover-cat>div>div img {
    width: 88px;
    height: auto;
    filter: grayscale(100%);
    object-fit: contain;
    object-position: top center;
    background: none;
    pointer-events: auto;
    cursor: pointer;
}

#lf-overlay-hover-cat>div>div img.lf-landscape {
    width: auto;
    height: 72px
}

#lf-overlay-works {
    opacity: 0;
    display: block;
    position: fixed;
    top: 56px;
    left: 48px;
    pointer-events: none;
    width: calc(100vw - 96px);
    max-height: calc(100vh - 112px);
    z-index: 13
}

body.admin-bar #lf-overlay-works {
    top: 138px;
    max-height: calc(100vh - 244px)
}

#lf-overlay-works.open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-works .lf-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: none;
    cursor: zoom-out
}

#lf-overlay-works #lf-overlay-works-cont {
    width: 100%
}

#lf-overlay-works #lf-overlay-works-cont>div {
    position: absolute;
    display: none
}

#lf-overlay-works #lf-overlay-works-cont>div.open {
    display: block
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-next-button,
#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-prev-button {
    display: block;
    border: none;
    width: 28px;
    height: 52px;
    position: absolute;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: none;
    background-size: auto 52px;
    background-position: 0 0;
    padding: 0
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-next-button:hover,
#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-prev-button:hover {
    opacity: .5
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-ipad-close-button {
    display: none;
    border: none;
    width: 52px;
    height: 52px;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: none;
    background-size: auto 52px;
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='black'/%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='black'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='black'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='black'/%3E%3C/svg%3E%0A");
    padding: 0
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-ipad-close-button:hover {
    opacity: .5
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-next-button {
    bottom: -67px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='52' viewBox='0 0 28 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='26.6406' y1='26.315' x2='1.17912' y2='0.853515' stroke='black'/%3E%3Cline x1='26.6406' y1='26.315' x2='1.17912' y2='0.853515' stroke='black'/%3E%3Cline x1='26.732' y1='25.9754' x2='1.85381' y2='50.8535' stroke='black'/%3E%3Cline x1='26.732' y1='25.9754' x2='1.85381' y2='50.8535' stroke='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    z-index: 2
}

#lf-overlay-works #lf-overlay-works-cont>div button.lf-index-prev-button {
    bottom: -67px;
    right: 46px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='52' viewBox='0 0 28 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='26.6406' y1='26.315' x2='1.17912' y2='0.853515' stroke='black'/%3E%3Cline x1='26.6406' y1='26.315' x2='1.17912' y2='0.853515' stroke='black'/%3E%3Cline x1='26.732' y1='25.9754' x2='1.85381' y2='50.8535' stroke='black'/%3E%3Cline x1='26.732' y1='25.9754' x2='1.85381' y2='50.8535' stroke='black'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    background-repeat: no-repeat no-repeat;
    z-index: 1
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    pointer-events: none
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons button.lf-index-close-button,
#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons>.lf-index-video-item-infos {
    pointer-events: auto
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-open {
    display: block
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lfopen::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #000;
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons button.lf-index-close-button {
    display: block;
    border: none;
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='white'/%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='white'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='white'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    color: rgba(0, 0, 0, 0);
    opacity: 0
}

#lf-overlay-works #lf-overlay-works-cont>div:hover>div.lf-index-buttons button.lf-index-close-button {
    opacity: 1
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-cartel-open button.lf-index-close-button {
    opacity: 0 !important;
    pointer-events: none
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons button.lf-index-close-button:hover {
    opacity: .5
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.lf-index-buttons::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 83px;
    width: 100%;
    background-color: #000;
    opacity: 0
}

#lf-overlay-works #lf-overlay-works-cont>div:hover>div.lf-index-buttons::after {
    opacity: 1
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-cartel-open::after {
    opacity: 0 !important
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons>.lf-index-video-item-infos {
    position: absolute;
    z-index: 1;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    padding: 15px;
    right: 0;
    bottom: 0;
    opacity: 0
}

#lf-overlay-works #lf-overlay-works-cont>div:hover>div.lf-index-buttons>.lf-index-video-item-infos {
    opacity: 1
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-cartel-open>.lf-index-video-item-infos {
    opacity: 1
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons>.lf-index-video-item-infos.lf-force-white {
    color: #fff !important
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-black button.lf-index-close-button {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='black'/%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='black'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='black'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='black'/%3E%3C/svg%3E%0A")
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-black button.lf-index-close-button.lf-force-white {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='white'/%3E%3Cline x1='50.6464' y1='50.3536' x2='0.646447' y2='0.353583' stroke='white'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='white'/%3E%3Cline x1='51.3536' y1='0.353553' x2='1.35355' y2='50.3535' stroke='white'/%3E%3C/svg%3E%0A") !important
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons.lf-black>.lf-index-video-item-infos {
    color: #000
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    z-index: 2
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel.lf-open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div {
    overflow: scroll;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 13px 105px 13px 16px;
    box-sizing: border-box
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div::-webkit-scrollbar {
    display: none
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
    max-width: 341px
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div h2 em {
    font-style: italic
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 16px;
    max-width: 341px
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div p em {
    font-style: italic
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div figure {
    max-width: 510px;
    display: block;
    pointer-events: none;
    padding: 0;
    margin: 0 0 16px 0;
    background-color: inherit
}

#lf-overlay-works #lf-overlay-works-cont>div>div.lf-cartel>div figure img {
    mix-blend-mode: screen;
    filter: grayscale(1);
    background: none !important
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item img {
    object-fit: contain;
    display: block;
    position: relative;
    cursor: pointer
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item.lf-index-height-fit img {
    height: calc(100vh - 212px);
    width: auto
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item.lf-index-height-fit img {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item.lf-index-width-fit img {
    height: auto;
    width: calc(100vw - 96px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item {
    position: relative
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.lf-cartel {
    position: relative;
    opacity: 0;
    z-index: 1;
    pointer-events: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.lf-cartel.lf-open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    color: #fff
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__control--overlaid {
    border-radius: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    box-sizing: border-box;
    width: 42px;
    height: 48px;
    border-width: 24px 0px 24px 42px;
    padding: 0;
    background: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__control--overlaid svg {
    display: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls {
    padding: 0 70px 6px 18px;
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    opacity: 0;
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
        
    padding: 15px 70px 15px 18px;
    background-color: #000;
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls .plyr__time {
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls .plyr__progress {
    margin-right: 20px
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls .plyr__control:hover {
    background: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls .plyr__tooltip {
    display: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls input[type=range] {
    border-radius: 0
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls input[type=range]::-webkit-slider-thumb {
    opacity: 0
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls input[type=range]::-webkit-slider-thumb,
#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls input[type=range]::-moz-range-thumb,
#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls input[type=range]::-ms-thumb {
    opacity: 0
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls .plyr__progress__buffer {
    display: none
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item .lf-player {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background: #000
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit {
    width: auto !important;
    height: calc(100vh - 212px) !important;
    aspect-ratio: 16/9
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit>div.plyr {
    width: auto !important;
    height: calc(100vh - 212px) !important;
    aspect-ratio: 16/9
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit>div.plyr {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit>div.lf-cartel {
    width: auto !important;
    height: calc(100vh - 212px) !important;
    aspect-ratio: 16/9
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-height-fit>div.lf-cartel {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit {
    width: calc(100vw - 96px);
    height: auto !important;
    aspect-ratio: 16/9
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit>div.plyr {
    width: calc(100vw - 96px);
    height: auto !important;
    aspect-ratio: 16/9
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit>div.lf-cartel {
    width: calc(100vw - 96px);
    height: 100% !important;
    aspect-ratio: 16/9
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43 {
    aspect-ratio: 4/3
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit {
    height: calc(100vh - 212px) !important;
    width: auto
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit>div.plyr {
    width: auto !important;
    height: calc(100vh - 212px) !important;
    aspect-ratio: 4/3
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit>div.plyr {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit>div.lf-cartel {
    width: auto !important;
    height: calc(100vh - 212px) !important;
    aspect-ratio: 4/3
}

body.admin-bar #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-height-fit>div.lf-cartel {
    height: calc(100vh - 244px)
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit {
    width: calc(100vw - 96px);
    height: auto !important
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit>div.plyr {
    width: calc(100vw - 96px);
    height: auto !important;
    aspect-ratio: 4/3
}

#lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit>div.lf-cartel {
    width: calc(100vw - 96px);
    height: 100% !important;
    aspect-ratio: 4/3
}

#lf-overlay-works #lf-overlay-works-cont>div:hover>div.lf-index-buttons {
    opacity: 1
}

#lf-overlay-works #lf-overlay-works-cont>div:hover.lf-index-video-item>div.plyr .plyr__controls {
    opacity: 1
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    top: -3px;
    left: -3px;
    height: calc(100% + 6px);
    width: calc(100% + 6px)
}

.plyr__poster {
    background-size: cover !important
}

#lf-overlay-taxo {
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 24px;
    pointer-events: none;
    width: calc(100vw - 24px);
    max-height: 100vh;
    padding: 82px 0;
    box-sizing: border-box;
    z-index: 12;
    overflow: scroll
}

body.admin-bar #lf-overlay-taxo {
    top: 32px;
    max-height: calc(100vh - 32px)
}

#lf-overlay-taxo.open {
    opacity: 1;
    pointer-events: auto;
    overflow-x: auto;
}

#lf-overlay-taxo .lf-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: none;
    cursor: zoom-out;
    z-index: 1
}

#lf-overlay-taxo .lf-taxo-close-button {
    display: none;
    border: none;
    width: 22px;
    height: 22px;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 3;
    cursor: pointer;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='21' y1='21' x2='1' y2='1' stroke='black'/%3E%3Cline x1='21' y1='1' x2='1' y2='21' stroke='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: rgba(0, 0, 0, 0);
    padding: 0
}

#lf-overlay-taxo .lf-taxo-close-button:hover {
    opacity: .5
}

#lf-overlay-taxo #lf-overlay-taxo-cont {
    z-index: 2;
    position: relative;
    width: calc(80vw + 16px);
    padding: 0;
    cursor: zoom-out
}

#lf-overlay-taxo #lf-overlay-taxo-cont.lf-cont-iddle {
    pointer-events: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont.lf-cont-iddle>div>div>div.lf-cartel>div {
    display: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont.lf-cont-iddle>div>div>div.lf-cartel {
    opacity: 1 !important
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div {
    display: none;
    flex-direction: row;
    gap: 16px;
    margin: 0;
    flex-wrap: wrap;
    cursor: auto;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div.open {
    display: flex
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div button {
    display: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div {
    width: calc(20vw - 8px);
    height: auto;
    position: relative
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-image-item img {
    height: auto;
    width: 100%;
    display: block;
    cursor: pointer
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item img {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    object-fit: cover
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div .lf-index-video-item-infos {
    display: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    z-index: 2
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel.lf-open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div {
    overflow: scroll;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 13px 105px 13px 16px;
    box-sizing: border-box
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div::-webkit-scrollbar {
    display: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
    max-width: 341px
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div h2 em {
    font-style: italic
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 16px;
    max-width: 341px
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div p em {
    font-style: italic
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div figure {
    max-width: 510px;
    display: block;
    pointer-events: none;
    padding: 0;
    margin: 0 0 16px 0;
    background-color: inherit
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div>div.lf-cartel>div figure img {
    mix-blend-mode: screen;
    filter: grayscale(1);
    background: none !important
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item {
    position: relative;
    width: calc(20vw - 8px);
    height: auto;
    aspect-ratio: 16/9
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item>.lf-index-video-item-infos {
    position: absolute;
    z-index: 1;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    padding: 8px
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item>div.lf-cartel {
    position: relative;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    display: none;
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item>div.lf-cartel.lf-open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div.lf-taxo-expositions-fr .lf-verti img {
    aspect-ratio: 2/3;
    object-fit: cover
}

#lf-overlay-taxo #lf-overlay-taxo-cont>div.lf-taxo-expositions-fr .lf-hori img {
    aspect-ratio: 3/2;
    object-fit: cover
}

#lf-overlay-pages {
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 48px;
    pointer-events: none;
    width: calc(100vw - 48px);
    height: 100vh;
    max-height: 100vh;
    padding: 106px 0;
    box-sizing: border-box;
    z-index: 11;
    overflow: scroll
}

#lf-overlay-pages.open {
    opacity: 1;
    pointer-events: auto
}

#lf-overlay-pages .lf-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: none;
    cursor: zoom-out;
    z-index: 1
}

#lf-overlay-pages #lf-overlay-pages-cont {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

#lf-overlay-pages #lf-overlay-pages-cont>div {
    position: absolute;
    display: none;
    height: calc(100vh - 214px);
    aspect-ratio: 3/4;
    background-color: #fff;
    border: 1px solid #000
}

#lf-overlay-pages #lf-overlay-pages-cont>div.open {
    display: block
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    color: #000;
    overflow: hidden
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div {
    overflow: scroll;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 13px 105px 13px 16px;
    box-sizing: border-box
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div::-webkit-scrollbar {
    display: none
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div h2 {
    font-size: 30.5px;
    line-height: 32px;
    margin-bottom: 32px;
    max-width: 341px
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div h2 em {
    font-style: italic
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 16px;
    max-width: 341px
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div p em {
    font-style: italic
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div a.lf-signin-button {
    text-decoration: underline
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form {
    width: 100%;
    margin-bottom: 60px
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form label {
    display: block;
    margin-bottom: 6px
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form input {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #000;
    background: #fff;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Cardone Micro", serif;
    font-style: italic;
    font-weight: 400;
    box-sizing: border-box
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form input:focus {
    outline: none
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form input[type=submit] {
    border: 1px solid #000;
    padding: 5px 10px;
    width: auto;
    cursor: pointer
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel>div form input[type=checkbox] {
    width: auto
}

#lf-overlay-pages #lf-overlay-pages-cont>div>div.lf-cartel button.lf-index-close-button {
    display: block;
    border: none;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg width='73' height='72' viewBox='0 0 73 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='71.6533' y1='71.3606' x2='0.646237' y2='0.353593' stroke='black'/%3E%3Cline x1='71.6533' y1='71.3606' x2='0.646237' y2='0.353593' stroke='black'/%3E%3Cline x1='72.3604' y1='0.353553' x2='1.35334' y2='71.3606' stroke='black'/%3E%3Cline x1='72.3604' y1='0.353553' x2='1.35334' y2='71.3606' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    color: rgba(0, 0, 0, 0)
}

.cat-item ul {
    margin-left: 64px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}


@media only screen and (max-width: 1440px) {
    
    #lf-overlay-taxo #lf-overlay-taxo-cont>div>div, #lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item{
        width: calc(26.66vw - 8px)
    }
    
}



@media only screen and (max-width: 1112px) {
    body {
        height: 100vh
    }

    body #page>div:nth-child(1) {
        grid-area: 1/1/4/2
    }

    body #page>div:nth-child(2) {
        grid-area: 1/2/4/3
    }

    body #page>div:nth-child(3) {
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        grid-area: 1/3/2/5;
        padding: 14px 16px 3px 0;
        min-width: calc(100vw - 432px);
        max-width: calc(100vw - 432px)
    }

    body #page>div:nth-child(4) {
        grid-area: 2/3/3/5;
        min-width: calc(100vw - 432px);
        max-width: calc(100vw - 432px)
    }

    body.admin-bar #page>div:nth-child(2) {
        height: calc(100vh - 32px);
        top: 32px
    }

    body.admin-bar #page>div:nth-child(3) {
        height: auto
    }

    body.admin-bar #page>div:nth-child(4) {
        height: auto
    }

    #lf-news-container h2 {
        padding: 0;
        margin-bottom: 14px;
        background: none;
        cursor: pointer
    }

    #lf-news-container>div .lf-post-item {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 16px
    }

    #lf-news-container>div {
        height: auto !important;
        overflow: auto;
        margin-left: 32px;
        -webkit-transition: height .3s ease-in-out;
        -moz-transition: height .3s ease-in-out;
        transition: height .3s ease-in-out
    }

    #lf-news-container>div.lf-close {
        height: 0 !important;
        overflow: hidden
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-ipad-close-button {
        display: block
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-next-button {
        position: fixed;
        bottom: 10px;
        right: 10px
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-prev-button {
        position: fixed;
        bottom: 10px;
        right: 56px
    }


    
    
    #lf-overlay-taxo #lf-overlay-taxo-cont{
        
    }
    
    #lf-overlay-taxo #lf-overlay-taxo-cont>div>div, #lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item{
        width: calc(40vw - 8px)
    }
    
    #lf-overlay-taxo .lf-taxo-close-button{
        display: block;
    }
    
}

@media only screen and (max-width: 500px) {
    body {
        height: auto;
        overflow: scroll
    }

    body #content {
        margin-top: 46px
    }

    body #page {
        flex-direction: column
    }

    body #page>div:nth-child(1) {
        width: calc(100vw - 54px);
        max-width: none;
        padding: 0 16px 0 0;
        grid-area: 1/1/2/5
    }

    body #page>div:nth-child(2) {
        position: fixed;
        top: 0;
        right: 0;
        width: 54px;
        min-width: 54px;
        padding: 12px 14px 14px 0;
        height: 100vh;
        min-height: none;
        max-height: none;
        box-sizing: border-box;
        overflow: scroll;
        bottom: 0
    }

    body #page>div:nth-child(3) {
        grid-area: 2/1/3/5;
        flex-direction: column;
        min-width: calc(100vw - 54px);
        max-width: calc(100vw - 54px);
        padding: 0 16px 3px 16px;
        box-sizing: border-box;
        overflow: hidden
    }

    body #page>div:nth-child(4) {
        grid-area: 3/1/4/5;
        min-width: calc(100vw - 54px);
        max-width: calc(100vw - 54px);
        padding: 0 16px 0 16px;
        box-sizing: border-box;
        height: auto;
        margin-top: -3px
    }

    body .site-inner {
        height: auto;
        overflow: hidden
    }

    body .site-inner header#masthead {
        padding: 14px 0 6px 16px;
        position: fixed;
        overflow: hidden;
        width: calc(100vw - 54px);
        box-sizing: border-box;
        background: #fff;
        background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%)
    }

    body.admin-bar .site-inner {
        height: auto
    }

    body.admin-bar .site-inner header#masthead {
        top: 32px
    }

    body.admin-bar #page>div:nth-child(2) {
        height: calc(100vh - 32px);
        top: 32px
    }

    body.admin-bar #page>div:nth-child(3) {
        height: auto
    }

    body.admin-bar #page>div:nth-child(4) {
        height: auto
    }

    body main#main {
        height: auto !important;
        margin: 0 0 0 16px;
        overflow: auto;
        -webkit-transition: height .3s ease-in-out;
        -moz-transition: height .3s ease-in-out;
        transition: height .3s ease-in-out
    }

    body main#main>p:first-child {
        padding-top: 14px
    }

    body main#main>p:last-child {
        padding-bottom: 32px
    }

    body main#main.lf-close {
        height: 0 !important;
        overflow: hidden
    }

    #lf-lang-switcher {
        right: 39px
    }

    #lf-overlay-hover {
        display: none
    }

    #lf-overlay-hover-cat {
        display: none
    }

    #lf-overlay-works {
        width: calc(100vw - 60px);
        max-height: calc(100vh - 124px);
        top: 62px;
        left: 32px
    }
    
    #lf-overlay-works .lf-overlay-bg{
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    #lf-overlay-works #lf-overlay-works-cont>div{
        left: -18px;
        top: 20px;
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-ipad-close-button {
        display: none
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-next-button {
        position: absolute;
        bottom: -62px;
        right: 0
    }

    #lf-overlay-works #lf-overlay-works-cont>div button.lf-index-prev-button {
        position: absolute;
        bottom: -62px;
        left: 0
    }

    #lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons button.lf-index-close-button {
        display: block;
        width: 22px;
        height: 22px;
        background-size: auto;
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item.lf-index-height-fit img {
        width: calc(100vw - 60px);
        height: auto
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-image-item.lf-index-width-fit img {
        width: calc(100vw - 28px);
        height: auto
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit {
        width: calc(100vw - 28px)
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit>div.plyr {
        width: calc(100vw - 28px)
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-width-fit>div.lf-cartel {
        width: calc(100vw - 28px)
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit {
        width: calc(100vw - 64px)
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit>div.plyr {
        width: calc(100vw - 32px)
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item.lf-index-video-item-43.lf-index-width-fit>div.lf-cartel {
        width: calc(100vw - 32px)
    }

    #lf-overlay-taxo {
        top: 0;
        left: 14px;
        width: calc(100vw - 28px);
        height: 100%;
        padding: 0;
        height: -webkit-fill-available;
        box-sizing: border-box
    }

    #lf-overlay-taxo #lf-overlay-taxo-cont {
        width: 100%;
        padding: 82px 0 32px 0
    }

    #lf-overlay-taxo #lf-overlay-taxo-cont>div {
        flex-direction: column
    }

    #lf-overlay-taxo #lf-overlay-taxo-cont>div>div {
        width: 100%
    }
    
    
    #lf-overlay-taxo::-webkit-scrollbar {
        display: none;
    }
    
    #lf-overlay-taxo{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    #lf-overlay-taxo #lf-overlay-taxo-cont>div>div, #lf-overlay-taxo #lf-overlay-taxo-cont>div>div.lf-index-video-item{
        width: calc(100vw - 28px);
    }
    
}

@media only screen and (max-width: 500px)and (max-width: 782px) {
    body.admin-bar .site-inner header#masthead {
        top: 46px
    }

    body.admin-bar #page>div:nth-child(2) {
        height: calc(100vh - 46px);
        top: 46px
    }
}

@media only screen and (max-width: 1112px)and (max-width: 782px) {
    body.admin-bar #page>div:nth-child(2) {
        height: calc(100vh - 46px);
        top: 46px
    }
}

@media only screen and (max-width: 782px) {
    body.admin-bar #lf-lang-switcher {
        top: 58px
    }
}

@media (pointer: coarse) {
    #lf-overlay-works #lf-overlay-works-cont>div>div.lf-index-buttons {
        opacity: 1
    }

    #lf-overlay-works #lf-overlay-works-cont>div.lf-index-video-item>div.plyr .plyr__controls {
        opacity: 1
    }
}