.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:2.5em;
    position:relative;
}
.body-content .fond,
.section .fond {
    position:absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index:-2;
    clip-path: inset(0);
}
#section-chateau .fond {
    z-index: 0;
}
.body-content .fond{
    width: 100%;
}
.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,
.decoration-container .bg-element{
    position: absolute;
    max-width: 1000px;
}
.section > .section-inner .container {
    position:relative;
}
.decoration-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*
 * 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);
}

/* ### MODAL HEBERGEMENT ### */
.modal-inner {
    overflow: hidden;
    /* transition:1s; */
}
.modal-inner.loading .lds-ellipsis{
    /* display: block; */
    /* background: var(--brown-color); */
}
.modal-wrapper{
    opacity: 0;
    /* transition: .8s; */
}
.modal-inner.loading .modal-wrapper{
    /* opacity: 0; */
}
.modal-content {
    border-radius: 0;
    border: 0;
}
.modal-content *{
    z-index: 1;
}
.modal-content .decoration-container{
    z-index: 0;
}
.modal-dialog {
    max-width: 70vw;
}
.close-modal {
    position: absolute;
    height: 100%;
    width: 30px;
    top: 5px;
    left: calc(100% + 10px );
    z-index: 2;
}
.close-modal img{
    position: sticky;
    width: 30px;
    top: 15px;
    right: 0;
    transition: .3s;
    cursor: pointer;
}
.close-modal img:hover{
    transform: scale(.8);
}
.close-modal span {
    display: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
    line-height: 1.2;
    padding-top: 5px;
}