<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.full-info {
    bottom: 0px;
    z-index: 99;
    position: absolute;
}
.full-info-bt {
    bottom: 0px;
    text-align: center;
}
.full-info-bt {
    z-index: 9;
    position: relative;
    padding: 0px 40px 20px 40px;
    margin: auto;
}
.full-info-bt p {
    margin: 0px;
	padding: 0px;

}
.full-credit {
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: 20px;
    z-index: 99;
    position: absolute;
}

.full-credit p {
    line-height: 0;
}
.full-bt-close {
    top: 20px;
    margin-right: 40px;
    z-index: 99999;
    position: fixed;
    right: 0;
}
.full-bt-close img {
    height: 15px;
    width: auto;
}
#full-vd {
margin-top: 0px;
}
.full-vd-content {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-height {
    width: 100%;
    min-height: 101%;
    height: 101vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.full-height-black {
    width: 100%;
    min-height: 101%;
    height: 101vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    background-color: #111111;
}

.full-height-home {
width: 100%;
    min-height: 100%;
    height: 100vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    background-color: #000000;
      display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center; /* alignement vertical */

}
.full-height-home-logo {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    width: 100%;
    mix-blend-mode: difference;
}
.full-height-home-logo img {
    max-width: 275px;
    mix-blend-mode: difference;
}
.full-height-home-link {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
}
.full-height-home-link img {
    width: 100%;
    height: 99%;
    z-index: 99;
}

#full-vd-center{

}
.full-video-index {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -22.1%;
    padding-bottom: 45.2%;
    height: 0;
    overflow: hidden;
    margin-right: 10%;
    margin-left: 10%;
    background-color: #111;
}

.full-video-index iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
	
}
.full-vimeo-wrapper iframe {
width: 100vw;
height: 56.25vw;
min-height: 179vh;
min-width: 182.77vh;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {

.full-bt-close {
    margin-right: 20px;
}
.full-height-black {
    width: 100%;
    min-height: initial;
    height: initial;
    padding: initial;
    margin: initial;
    position: initial;
}
.full-video-index {
    position: relative;
    left: 0;
    right: 0;
    top: initial;
    margin-top: auto;
    padding-bottom: initial;
    height: 418px;
    overflow: hidden;
    margin-right: initial;
    margin-left: initial;
}
    
}

</pre></body></html>