.sw__hero__content {
    color: #fff;
    animation-name: showHeroText;
    position: relative;
}

.wrap {
    text-align: center;
    position: relative;
    width: calc(100vw * 0.018);
}

.mobile.sw__hero__content>div>div>div>.wrap {
    width: calc(100vw * 0.1);
}

.mobile.sw__hero__content>div>div>div>.wrap>div {
    height: calc(100vw * 0.09);
}

.mobile.sw__hero__content>div>div>div>.wrap>div>p {
    font-size: calc(100vw * 0.06) !important;
    ;
}

.links {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wrap:before {

    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}

.sw__hero__countdown__wrapper {
    text-align: center;
    width: 22%;
    margin-right: 1%;
    position: relative;
    animation: showHeroText 0s 1.2s forwards;
    visibility: hidden;
    display: inline-block;

}

.decouvrir-header {
    /*background-color:#be2c00;*/
    color: #FCFCFC;
    width: calc(100vw *0.15625);
    text-align: center;
    height: calc(100vw *0.0260416666);
    display: flex;
    justify-content: center;
    /* flex-wrap: nowrap; */
    align-items: center;
}


.decouvrir-header:hover {
    /*background-color: #FCFCFC;*/
    color:rgb(190, 44, 0);
    /*color: #FCFCFC !important;*/
    
}



.btn-slide.third-timer>div>div>div>div {
    width: 17% !important;
}

.third-timer>div>div>div {
    width: 22vw !important;
    margin: auto;
}

.third-timer>div>div>div>div>p {
    padding-right: 0;
}


.counter>div>div>div>div>div>div {
    background-color: #fcfcfc;
}

.counter>div>div>div>div>div>div>p {
    color: #D35D32;
}

/*
@media (min-width: 1601px) {
    .sw__hero__countdown__wrapper {
        margin: 10px 10px;
    }
}

@media (max-width: 1601px) {
    .sw__hero__countdown__wrapper {
        margin: 10px 8px;
    }
}

@media (max-width: 1401px) {
    .sw__hero__countdown__wrapper {
        margin: 10px 6px;
    }
}

@media (max-width: 1201px) {
    .sw__hero__countdown__wrapper {
        margin: 10px 4px;
    }
}

*/

.sw__hero__arrow_container {
    position: absolute;
    top: 88%;
}

.link::before {
    content: '';
    position: relative;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}


.sw__hero__countdown__date_container {
    background-color: #D35D32;
    border-radius: 9px;
    height: calc(100vw * 0.026);
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.sw__hero__countdown__dates {
    margin: 11px 4px 0 15px;
    font-size: calc(100vw * 0.018);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    /*letter-spacing: 10.06px;*/
    text-align: center;
    color: #FCFCFC;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.sw__hero__date {
    margin: 30px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #d8d8d8;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.sw__hero__countdown__date_label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 2.2px;
    text-align: center;
    color: #fff;
}



.iframe-responsive {
    border: 0px;
    min-height: 580px;
    margin: 0 auto;
    max-width: 1025px;
}



/*
//  Desktop
//  --------------------------------------------- */
@media screen and (min-width: 1024px) {
    .page-header .header.panel {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 1392px;
        padding: 10px 20px;
        background-color: #101820;
    }

    .sw__vera-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sw__vera-container-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sw__vera__video img {
        max-width: 505px;
    }

    .sw__hero__title {
        font-size: 25px;
        letter-spacing: 3.57px;
        text-align: center;
        margin: 60px 0 15px;
    }

    .sw__vera__intro {
        padding-left: 100px;
    }

    .sw__vera__title {
        font-size: 30px;
        letter-spacing: 4.29px;
        line-height: 40px;
        margin-bottom: 20px;
        max-width: 383px;
    }

    .sw__vera__desc {
        max-width: 383px;
    }

    .sw__vera__intro-2 {
        padding-left: 100px;
    }

    .sw__vera__title-2 {
        font-size: 30px;
        letter-spacing: 4.29px;
        line-height: 40px;
        margin-bottom: 20px;
        max-width: 383px;
        min-width: max-content;
    }




}

/*
//  Mobile
//  --------------------------------------------- */
@media screen and (max-width: 1024px) {
    .sw__header {
        padding: 15px 25px;
    }

    .sw__header img {
        height: 36px;
    }

    .sw__hero__background {
        -webkit-animation-name: changeHero-mobile;
        animation-name: changeHero-mobile;
    }

    .sw__hero__content img {
        height: 36px;
    }

    .sw__hero__title {
        font-size: 25px;
        letter-spacing: 3.57px;
        margin: 50px 0 30px;
    }

    .sw__vera__video img {
        max-width: 100%;
    }

    .sw__vera__title {
        font-size: 25px;
        color: #131414;
        letter-spacing: 3.57px;
        margin-bottom: 20px;
    }

    .sw__vera__title-2 {
        font-size: 25px;
        color: #131414;
        letter-spacing: 3.57px;
        margin-bottom: 20px;
    }

    .sw__hero__countdown__wrapper {
        margin-right: 0px !important;
    }

    .sw__vera__intro {
        padding: 60px 25px;
    }

    .sw__vera__intro-2 {
        padding: 0 25px 60px;
    }

    .sw__vera__intro_title-2 {
        padding: 60px 25px 0;
    }

}


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


    .sw__hero__background {
        -webkit-animation-name: changeHero-mobile;
        animation-name: changeHero-mobile;
    }

    .sw__hero__content img {
        height: 36px;
    }

    .sw__hero__title {
        font-size: 20px;
        letter-spacing: 2.86px;
        margin: 50px 0 15px;
    }
}

@-webkit-keyframes showHeroText {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showHeroText {
    to {
        visibility: visible;
    }
}
