@font-face {
    font-family: bealfont;
    src: url('../font/bealfont.woff2');
}

/* TITLE */

.ban-title-main {
    width: 100%;
}

.correc-a-w100:last-child {
    margin-top: 30px;
}


.ban-title-div {
    position: relative;
}

.ban-title-div img {
    width: 100%;
    filter: blur(2px);
}

.ban-title-hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.22);

    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media not screen and (max-width: 1000px) {
    .ban-title-hover p {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1000px) {
    .ban-title-hover p {
        font-size: 12vw;
    }
}

.ban-title-hover p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    color: white;
    margin: 0;
    text-shadow: 2px 3px 15px black;
    line-height: 1;
}


.ban-title-hover-return {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

@media not screen and (max-width: 1000px) {
    .ban-title-hover-return p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .ban-title-hover-return p {
        font-size: 3vw;
    }
}

.ban-title-hover-return p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: white;
    margin: 0;
    text-shadow: 2px 3px 15px black;
}

.correc-a-w100 {
    width: 100%;
}

/* END OF : TITLE */

/* TIME */

.small-time-bar-text {

}

.small-time-bar-text p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;

    font-size: 25px;
    margin: 0;
}

#time-div {
    width: 100%;
}

#time-div-text {

    width: 20%;
}

#time-div-text p {
    font-size: 50px;
    margin: 0;

    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}


#time-div-line {
    height: 100%;
    width: 1px;
    background-color: black;
}

.time-bar {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-top: 55px;
    flex: 0 0 13%;
}

.time-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: black;

    /* animation: poney 1s linear infinite alternate; */
}

@keyframes poney {
    from {
        transform: translate(0,0);
    }
    to {
        transform: translate(30px,0);
    }
}

.time-bar-bar {
    width: 30px;
    height: 1px;
    background-color: #0a0a0a;
}

.time-bar-text {

}

.time-bar-text p {
    font-size: 18px;
    font-family: 'Cutive Mono', monospace;

    margin: 0;
    padding-left: 5px;
}



/* END OF : TIME */

/* ITEMS */

.ban-item-main {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    box-sizing: border-box;

    display: flex;
    align-items: stretch;
}


.ban-item-div {
    position: relative;
}

.ban-item-div img {
    width: 100%;
}

.ban-item-hover {
    position: absolute;
    top: 0;
    padding-left: 10px;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.32);

    display: flex;
    align-items: center;
}

@media not screen and (max-width: 1000px) {
    .ban-item-hover p {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1000px) {
    .ban-item-hover p {
        font-size: 9vw;
    }
}

.ban-item-hover p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: white;
    margin: 0;

    text-shadow: 2px 3px 15px black;
}

.ban-item-hover-clic {
    position: absolute;
    color: white;
    right: 0;
    bottom: 0;
    height: 0;
    overflow-y: hidden;

    transition: height ease .2s;
}

.ban-item-hover-clic p {
    margin: 0;
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;

    text-shadow: 2px 3px 1px black;
}


.ban-item-div:hover .ban-item-hover-clic {
    height: 34%;
}

.ban-item-div:hover img {
    filter: blur(2px);
}

.ban-item-div-img-force-hover {
    filter: blur(2px);
}

.ban-item-hover-clic-force {
    height: 34%;
}

.arrow-ban-more-text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;

    display: flex;
    align-items: center;

}

.arrow-ban-more-text p {
    font-family: bealfont;
    color: white;
    font-size: 7vw;

    margin: 0;
}


/* ######### MORE TEXT ########## */

.row-correct-margin-more-text {
    padding: 0 15px;
}

.more-text-ban-main {
    background-color: #e6e6e6;
    max-height: 0;
    overflow: hidden;

    transition: max-height ease 1s;
}

.more-text-img {
    padding: 15px;
}
.more-text-text {
    padding: 10px;
}

.more-text-text pre {
    text-align: justify;
    white-space: pre-line;
    font-family: Roboto;
    font-size: 16px;
}
@media not screen and (min-width: 40em) {
    .more-text-text pre {
        font-size: 11px;
    }
}

/* END OF : ITEMS */