#wait_element {
    position: fixed;
    top: calc(50vh - 18px);
    left: calc(50vw - 118px);
    padding: 8px;
    background-color: black;
}

#primary-webtoon-help img {
    position: fixed;
}

#primary-webtoon-help img.no-mobile {
    top: calc(50vh - 50px);
    left: calc(50vw - 75px);
}

#primary-webtoon-help img.only-mobile {
    top: calc(50vh - 40px);
    left: calc(50vw - 35px);
}


.main-line__slider__item {
    display: inline-block;
}

.main-line__slider__item:last-child {
    display: inline-block;
    width: 100%;
    position: relative;
    float: none;
    min-height: 796px;
    margin-bottom: 12px !important;
}

.main-line__slider__item div {
    vertical-align: bottom;
}

.main-line__slider__item.not-displayed {
    display: none;
}

.main-line__slider__item > div {
    background-repeat: no-repeat;
    display: inline-block;
}
.main-line__slider__item > div.not-displayed {
    display: none;
}

.multiple__resources {
    white-space: nowrap;
}

img.thumb-left, img.thumb-right {
    margin-right: 0;
    margin-left: 0;
}

#main-container {
    text-align: center;
}

.here-but-invisible {
    visibility: hidden;
}

.not-displayed {
    display: none;
}

/* Modale ajout au panier */
.addToCart {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 25px;
    background-color: #ffffff;
    width: 95%;
    max-width: 500px;
    z-index: 10;
}
@media all and (max-width: 480px) {
    .addToCart {
        padding: 25px 10px;
    } 
}

.modal {
    line-height: 1.5rem;
}
.modal .title {
    color: #3e3e3e;
    font-family: DINCond,sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal p {
    margin: 15px 0;
}
.modal .button {
    width: auto;
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    padding: 10px;
    display: inline-block;
    line-height: 1.8rem;
    margin-top: 15px;
}
@media all and (max-width: 480px) {
    .modal .button {
        width: 100%;
    }
}

.modal a {
    color: #3e3e3e;
}

a.button {
    color: #ffffff;
}

.adultDisclaimer #remember-me {
    margin-right: 5px;
}

/* Modale 18+ */
.adultDisclaimer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px;
    background-color: #ffffff;
    width: 95%;
    max-width: 620px;
    z-index: 10;
    text-align: justify;
}
@media all and (max-width: 480px) {
    .adultDisclaimer {
        padding: 25px 10px;
    } 
}

.bd {
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch!important;
    cursor: grab;
}

.thumbnails-container, .bd__arrow, .bd {
    position: fixed;
}

.bd__arrow {
    height: 100%;
}

.thumbnails-container.open {
    cursor: auto;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
    z-index: 5;
}

.thumbnails-container__slider__item {
    text-align: center;
}

.thumbnails-container__slider__item__img img {
    display: inline;
}
.thumbnails-container__slider__item__img img.not-displayed {
    display: none;
}

.bd__arrow .icon {
    padding: 32px;
    display: block;
    opacity: 0;
    margin-top: calc(50vh - 30px);
    color: white;
}

.bd__arrow .icon.icon-arrow-down{
        margin-top: calc(37vh - 30px);
}

.bd__arrow.hoverable .icon:hover {
    opacity: 1;
}

.bd__arrow {
    opacity: 0.5;
    z-index: 1;
}

.bd__arrow.hoverable:hover {
    opacity: 0.8;
    transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #101010;
}

.bd__arrow--left {
    left: 0;
}
.bd__arrow--right {
    right: 0;
}

.thumbnails-container__slider__item.slick-current .thumbnails-container__slider__item__img {
    opacity: 0.6;
    transition: initial;
}

.thumbnails-container__slider__item.slick-current .thumbnails-container__slider__item__nb {
    opacity: 0.2;
    transition: initial;
}

.thumbnails-container__slider__item.slick-selected .thumbnails-container__slider__item__img {
    opacity: 1;
}

.thumbnails-container__slider__item.slick-selected .thumbnails-container__slider__item__nb {
    opacity: 1;
}

iframe {
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.end .block__right__info--yellow {
    display: block;
    color: #000000;
    text-decoration: none;
}

/* on cache la scrollbar */ 
*::-webkit-scrollbar { display: none; }

.end .block .slider__item{
    display: inline-block;
    margin-bottom: 30px;
}

@media all and (max-width: 780px) {
    .slider {
        text-align: center;
    } 
}


.bd__arrow.hoverable:hover .icon{
    opacity: 0.9;
}

.bd__arrow.displayed .icon {
    opacity: 0.9;
}


/* Slider options : début à 0,1*/
.option__time-slider::before {
    content: '0.1 s' !important;
}

@media screen and (min-width: 0\0) {
  .thumbnails-container.open {
    -webkit-transform: translateY(-280px);
        -ms-transform: translateY(-280px);
            transform: translateY(-280px); } }


@media all and (max-width: 1250px) {
    .slider__item {
        width: 49%;
    }
}

@media all and (min-width: 1250px) {
    .slider__item {
        width: 24%;
    }
}

@media all and (max-width: 780px) {
    .end .block img {
        margin: 0 auto !important;
    }

    .slider__item {
        width: 100%;
    }
}

#bd_arrow_bottom_left {
  top: 75%;
  height: 50%;
  left: 0px;
  bottom: 10%; }
#bd_arrow_top_left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0%;
  height: 50%;
  left: 0px; }
#bd_arrow_bottom_right {
  top: 75%;
  height: 50%;
  right: 0px;
  bottom: 10%; }
#bd_arrow_top_right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 50%;
  top: 0%;
  right: 0px; }


.main-footer__list__item--pagination.webtoon {
    cursor: default !important;
}

.main-footer__list__item--pagination.webtoon.active::before {
    display:none;
}

#jsChangeFullScreen.webtoon {
    position: relative;
    bottom: 10px;
    left: 10px;
}

@media all and (min-width: 641px) {
    .option__color-list__item.webtoon {
        width: 40px;
        height: 40px;
        position: relative;
        bottom: 10px;
    }

    .main-header__right__inner--back-colors.webtoon {
        display: inline;
        width: 100px;
    }
}
@media all and (max-width: 640px) {
    .option__color-list__item.webtoon {
        width: 30px;
        height: 30px;
        position: relative;
        bottom: 5px;
    }

    .main-header__right__inner--back-colors.webtoon {
        display: inline;
        width: 80px;
    }
}


@media (max-width: 480px){
    #jsChangeFullScreen.webtoon {
        display: none;
    }

    .main-header__right__inner--back-colors.webtoon{
        display: none;
    }
}


@media screen and (orientation:landscape) and (max-width: 820px) {
    .option__color-list__item.webtoon {
        width: 20px;
        height: 20px;
    }

    #jsChangeFullScreen.webtoon {
        position: relative;
        bottom: 0px;
        left: 10px;
    }
}