@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
body {
    margin-top: -16px !important;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
.cinzel {
    font-family: 'Cinzel', sans-serif !important;
}
.main-section {
    padding-top: 0 !important;
}
.fixed-top, .navbar-mainnavigation.navbar-fixed-top {
    position: relative !important;
}
.footer-section-nav, .footer-section-newsletter, footer {
    display: none;
}
.tp-mask-wrap {
    overflow: visible !important;
}
#rev_slider_1 a {
    padding: 0 !important;
}
#rev_slider_1 p > a:not(.btn), ul.list-normal > li > a:not(.btn), ol:not(.breadcrumb) > li > a:not(.btn) {
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%) !important;
}
.text-big{
    color: #fff;
    font-size: 8.5vw !important;
    line-height: 120px;
    letter-spacing: 4px !important;
    padding: 0 20px;
    position: absolute;
}
.text-2-5 {
    color: #fff;
    font-size: 2.5vw !important;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-normal {
    color: #fff;
    font-size: 7.5vw !important;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-big-light {
    color: #fff;
    font-size: 7vw !important;
    line-height: 120px;
    letter-spacing: 0px !important;
    padding: 0 20px;
    position: absolute; 
}
.text-mi-big {
    color: #fff;
    font-size: 4vw !important;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-mi-big .text-turquoise {
    font-size: 4vw !important;
}
.text-mi-light {
    color: #fff;
    font-size: 4vw !important;
    line-height: 3.5vw !important;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-mi-light .text-turquoise {
    font-size: 4vw !important;
}
.text-light {
    color: #fff;
    font-size: 1.5vw !important;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-light .text-red {
    font-size: 1.5vw !important;
    line-height: 30px;
}
.text-black {
    color: #000 !important;
}
.text-red {
    color: #ED1B24;
}
.text-turquoise {
    color:#5BB3DD
}

.fw-900 {
    font-weight:900 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-800 .text-turquoise {
    font-weight: 800 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-100 {
    font-weight: 100 !important;
}
.tp-video-play-button {
    display: none !important;
}


.taille-1, .taille-1 img {
    height: 35vh !important;
    width: 50vw !important;
}
.taille-2, .taille-2 img {
    height: 100vh !important;
    width: 50vw !important;
}

.taille-3, .taille-3 img{
    height: 50vh !important;
    width: 50vw !important;
}
.taille-4, .taille-4 img {
    height: 40vh !important;
    width: 25vw !important;
}

.taille-5, .taille-5 img {
    height: 70vh !important;
    width: 50vw !important;
}
.taille-6 {
    height: 100vh !important;
    width: 100vw !important;
}
.html5vid.fullcoveredvideo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.2;
}
li.cursorLine:before {
    content: "";
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%);
    height: 100vh;
    width: 2px;
    background-color: #fff;
    z-index: 1;
    visibility: visible !important;
}
li.cursorLine .dot {
    margin-left: 50% !important;
    padding: 0 !important;
}
li.cursorLine .dot span {
    padding-left: 50px !important;
}
li.cursorLine .dot:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ED1B24;
    border: 7px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 5;
    transform: translateY(-50%);
}
li.cursorLine .text-red.dot-right {
    margin-right: 40% !important;
    float: right;
}
li.cursorLine .dot-right:not(.text-red) {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ED1B24;
    border: 7px solid #fff;
    z-index: 5;
}
.tp-leftarrow {
    display: none !important;
}
.hesperiden.tparrows {
    visibility: visible !important;
    background-color: transparent;
    top: auto !important;
    left: auto !important;
    bottom: -15px !important;
    right: -40px !important;
    position: fixed;
    transition: opacity 2s;
    width: 50px;
    height: 70px;
}
.hesperiden.tparrows.show {
    opacity: 1 !important;
}
.hesperiden.tparrows:hover {
    background-color: transparent !important;
}
.tp-rightarrow::before {
    display: none !important;
}
.tp-rightarrow::after {
    content: "";
    background-image: url("../Icons/nav-arrow.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: #fff !important;
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    transform: rotate(90deg);
    -webkit-animation: mymove 1.4s infinite ease;
    animation: mymove 1.4s infinite ease;
    position: absolute;
    border-radius: 50%;
}
.scroll-top {
    display: none;
}
@-webkit-keyframes mymove {
    0% {
        top: 0;
    }
    100% {
        top: 20px;
    }
}

@keyframes mymove {
    0% {
        top: 0;
    }
    100% {
        top: 20px;
    }
}