.logged-in .loader-container {
    display:none !important;
}

.section {
    position:relative;
}
.section:first-child {
    padding-top:400px;
}
.section .section-title {
    text-align:center;
    font-weight:400;
    font-size:3em;
    position:relative;
}
.section .fond {
    position:absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index:-1;
    clip-path: inset(0);
}
.section .video-fond,
.section .image-fond {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit:cover;
}
.section > .section-inner {
    position:relative;
    padding:150px 0;
    margin: auto;
}
.section > .bg-element,
.section > .section-inner .bg-element{
    position: absolute;
    max-width: 1000px;
}
.section > .section-inner .container {
    position:relative;
}

/*
 * Citations (général)
 */
.citations {
    position:absolute;
    color:#fff;
}
.citations .citation {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style:italic;
    font-size:18px;
    line-height: 1.2;
    opacity: 0;
}
.citations .citation.active {
    opacity:1;
}
.citations .citation .letter {
    position: relative;
}
.citations .citation .letter.fixed {
    display:inline-block;
    position:absolute;
}
.citations .citation .citation-auteur {
    padding-left: 80px;
}
.citations .line{
    overflow: hidden;
}
.citations .line .word{
    opacity: 0;
    transform: translateY(22px);
}

/*
 * SECTION Savoir-faire
 */
#section-savoir-faire .section-first video {
    width:100%;
    height:auto;
}
#section-savoir-faire .textes-savoir-faire {
    display:flex;
    column-gap:60px;
}

/*
 * SECTION Famille
 */
#section-famille .membres {
    display:flex;
}
#section-famille .membres .membre {
    transition: .5s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#section-famille .membres .membre.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.stop-animation.ready *{
    animation: none !important;
    transition: none !important;
}

/*
 * Galerie
 */
.lg-outer .lg-thumb-item {
    border-radius: 0px;
    border: 2px solid transparent;
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: var(--bordeaux-color);
}