@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

i {
    padding: 0px 0px 0px 5px !important;
}
.cinzel {
    font-family: 'Cinzel', sans-serif !important;
}
.skiplinks {
    display: none;
}
#page-content {
    padding-top: 0 !important;
}

.footer-section-nav, .footer-section-newsletter, footer {
    display: none !important;
}
.tp-mask-wrap {
    overflow: visible !important;
}
#rev_slider_2 a {
    padding: 0 !important;
    text-decoration: underline;
}
span {
    padding: 0px !important;
}

/* différente taille de texte */
.text-big{
    color: #fff;
    font-size: 6vh !important;
    letter-spacing: 0px !important;
    padding: 0 20px;
    position: absolute;
}
.text-13 {
    color: #fff;
    font-size: 5.7vh !important;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-18 {
    color: #fff;
    font-size: 8vh !important;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-15 {
    color: #fff;
    font-size: 7vh !important;
    padding: 0 20px;
    position: absolute;
}
.text-22 {
    color: #fff;
    font-size: 9.7vh !important;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-21 {
    color: #fff;
    font-size: 9vh !important;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-25 {
    color: #fff;
    font-size: 12vh !important;
    line-height: 70px;
    padding: 0 20px;
}
.text-big-light {
    color: #fff;
    font-size: 5vh !important;
    letter-spacing: 0px !important;
    padding: 0 20px;
    position: absolute; 
}
.text-big-light-bis {
    color: #fff;
    font-size: 5vh !important;
    line-height: 120px;
    letter-spacing: 0px !important;
    padding: 0 20px;
    position: absolute; 
}
.text-big-light span {
    font-size: 5vh !important;
}
.text-11 {
    color: #fff;
    font-size: 5vh !important;
    line-height: 120px;
    letter-spacing: 0px !important;
    padding: 0 20px;
    position: absolute; 
}
.text-mi-big{
    color: #fff;
    font-size: 4vh !important;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-mi-big span {
    font-size: 4vh !important;
}
.text-mi-light {
    color: #fff;
    font-size: 5.5vh !important;
    padding: 0 20px;
    position: absolute;
    font-weight: bolder;
}
.text-3{
    font-size:clamp(16px, 1.6vh, 22px) !important;
    line-height: 20px;
    padding: 0 20px;
    font-weight: bolder;
    white-space: inherit !important;
}
.text-6{
    font-size: 2.5vh !important;
    line-height: 60px;
    padding: 0 20px;
    font-weight: bolder;
}
.text-9{
    color: #fff;
    font-size: 3.6vh !important;
    padding: 0 20px;
    font-weight: bolder;
}
.text-7-5{
    color: #fff;
    font-size: 3vh !important;
    padding: 0 20px;
    font-weight: bolder;
}
.text-4 span {
    font-size: 4vw !important;
}

/* before sur les 3 slides avec une date */
.l-h-petit-texte {
    line-height: 2.5vh !important;
}
.l-h-10 {
    line-height: 5.5vh !important;
}
.l-h-4 {
    line-height: 4vh !important;
}
.l-h-7 {
    line-height: 2.8vh !important;
}
.l-h-9 {
    line-height: 4.5vh !important;
}
.l-h-13 {
    line-height: 5.9vh !important;
}
.m-t-1 {
    margin-top: 1px !important;
}
.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:before {
    content: "";
    left: 50px !important;
    top: 0 !important;
    transform: translateX(-50%);
    height: 100vh;
    width: 2px;
    background-color: #fff;
    z-index: 1;
    visibility: visible !important;
}

/* position précise pour certaine images */

.p-absolute-top img{
    position: absolute !important;
    top: 0;
}
.p-absolute-bottom img{
    position: absolute !important;
    bottom: 0;
}

/* différente couleur de texte */
.text-black {
    color: #000 !important;
}
.text-red {
    line-height: 20px;
    padding: 0 20px;
    font-weight: 700;
    color: red;
}
.date-red {
    color: red;
}
.text-turquoise {
    color:#5BB3DD;
}
.text-light {
    color: #fff !important;
}

/* différente font weight pour les textes */
.fw-900 {
    font-weight:900 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-100 {
    font-weight: 100 !important;
}

/* différente taille pour les images */
.taille-2, .taille-2 img {
    height: 60vh !important;
    width: 100vw !important;
}
.taille-3, .taille-3 img {
    height: 40vh !important;
    width: 100vw !important;
}
.taille-3-5, .taille-3-5 img {
    height: 50vh !important;
    width: 100vw !important;
}
.taille-4, .taille-4 img {
    height: 40vh !important;
    width: 50vw !important;
}
.taille-histoire img{
    height: 50vh !important;
    width: auto !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -205px !important;
}
.bottom-0 img{
    bottom: -5% !important;
}
.position-right {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.position-right img {
    position: absolute;
    right: 0;
}
.bottom-alienor img{
    bottom: -10% !important;
}
.bottom-françois img{
    bottom: -12% !important;
}
.taille-histoire {
    width: 100vw;
    height: 100vh;
    position: relative !important;
}

.taille-5, .taille-5 img {
    height: 40vh !important;
    width: 100vw !important;
}
.taille-6, .taille-6 img {
    height: 60vh !important;
    width: 100vw !important;
}

.hesperiden.tp-bullets {
    left: auto !important;
    right: -30px !important;
}

.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;
}
img.rev-slidebg:before {
    content: '';
    background-color: #000;
    opacity: 0.2;
    display: block;
    width: 100%;
    height: 100%;
}
.tp-bgimg.defaultimg:before {
    content: '';
    background-color: #000;
    opacity: 0.2;
    display: block;
    width: 100%;
    height: 100%;
}
a.arrow {
    position: relative;
    display: initial;
}
a.arrow:after {
    content: "";
    -webkit-mask-image: url("../Icons/nav-arrow.svg");
    mask-image: url("../Icons/nav-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff !important;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    display: block;
    bottom: 0;
    left: auto;
}
.heightSize img {
    object-fit: cover;
    width: 100vw !important;
}
.imgBottomLast .tp-parallax-wrap {
    top: 0 !important;
}
@-webkit-keyframes mymove {
    0% {
        top: 0;
    }
    50% {
    }
    100% {
        top: 20px;
    }
}

@keyframes mymove {
    0% {
        top: 0;
    }
    50% {
    }
    100% {
        top: 20px;
    }
}
@media (min-width: 800px) { 
    .m-t-1 {
        margin-top: 4px !important;
    }
 }