
/* LEFT BANNER */

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main { 
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin:0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background: #6819e8; /* Old browsers */
    background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 ); /* IE6-9 */
}

.jumbotron.jumbotron-main hr {
    border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron.jumbotron-main a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.center-vertically-holder { 
    display: table;
    height: 100%;
}

.scroll-indicator {
    padding-top:6px;
    display: inline-block;
    width: 50px;
}

.arrow-scroll-indicator {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
    background: transparent;
}

/* RIGHT BANNER */
.hero-block img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

#hero-block {
	position: relative;
	height: 100%;
    
    .full-post-share {
        background-color: #000000bd;
        height: 100%;
        padding: 150px;

        svg {
            height: 50px;
            width: 50px;
        }
    }

    .full-post-text {
        color: white;
        position: absolute;
        background-color: #000000de;
        padding: 30px;
        height: 100%;
        line-height: 40px;
        overflow-y: scroll;
        z-index: 1;
        width: 100%;
        padding-right: 70px;

        p {
            display: inline;
        }
    }

    .social-buttons {

        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 10%;
        padding-bottom: 0px;
        background-color: unset;
        top: 165px;
        padding-top: 73px;
        text-align: center;

        button {
            float: left;
            margin: 12px;
            background-color: unset;
            color: white;
            margin-bottom: 0px;
            margin-top: 10px;
            width: 45px;

            span {
                background-color: #bbb7b7;
                border-radius: 50%;
                padding: 7px;
                width: 100%;
                display: block;
            }
        }
    }
}

#hero-carousel {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
    min-width: 100%;
}

#hero-block .container {
	color: white;
	padding: 60px;

    .hero-intro {
        .field--name-body {
            height: 100px;
            overflow: hidden;
        }
    }
}

.hero-block-mask {
	background-color: var(--conf-blue);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.4;
}

/* banner */
.left-banner-zone,
.right-banner-zone {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: sticky;
    height: 450px;
}

.left-banner-zone  .field--name-field-credentials-conf-title {
    color: wheat;
}

/* countdown */
.banner-countdown {
	/* font-size: 12px; */
	width: 70%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 35px;
}
.banner-countdown 
    {
    html, body {
        height: 100%;
    }
    html {
        background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/sample.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    body {
        background-color: rgba(44,62,80 , 0.6 );
        background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/pattern.png');
        background-position: center;
        background-repeat: repeat;
        font-family: 'Raleway', 'Arial', sans-serif;
    }
    .countdown-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .clock-item .inner {
        height: 0px;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }
    .clock-canvas {
        background-color: rgba(255, 255, 255, .1);
        border-radius: 50%;
        height: 0px;
        padding-bottom: 100%;
    }
    .text {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        margin-top: -35px;
        position: absolute;
        top: 50%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        width: 100%;
    }
    .text .val {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .text .type-time {
        font-size: 13px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .clock-item {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 767px) {
        .clock-item {
            margin: 0px 30px 30px 30px;
        }
    }
}

/* Partners */
.partner-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
}

/*************/

.download-paper.btn-primary {
    background-color: var(--conf-blue);
    background-color: #e63522;
    border: none;
}

.download-paper.btn-primary:hover {
	background-color: var(--bs-btn-hover-bg)
}

.left-banner-zone canvas {
	background-color: #050A44;
	/* color: blue; */
}

.banner-wrapper {
    height: 450px;
    overflow: hidden;
    position: relative;
    
    .field--name-field-credentials-conf-subtitle p {
        font-weight: initial;
        margin-bottom: 0px;
    }

    .field--name-field-credentials-conf-date,
    .field--name-field-credentials-conf-end-date,
    .field--name-field-credentials-location {
        display: inline-block;
    }

    .file--application-pdf a {
        color: white;
    }

    .stop-slide {
        background-image: url('https://img.freepik.com/premium-vector/icons-play-pause-stop-vector_942802-1222.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 50px;
        width: 50px;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 100px;
        /* top: 100px; */
        z-index: 100000;
        right: 18px;
        top: 10px;
    }
    .restart-slide {
        background-image: url('https://t4.ftcdn.net/jpg/08/33/83/01/360_F_833830193_ydiNP9FeVmo9XrHJbwxYKNfKoOVFuCZT.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 50px;
        width: 50px;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 100px;
        /* top: 100px; */
        z-index: 100000;
        right: 14px;
        top: 10px;
    }
}

.countdwon-event-button {
	background-color: #ec9308;
	position: absolute;
	left: 35%;
	padding: 12px;
	border-radius: 12px;
    bottom: 30px;
}

.show-more-news {
	background-color: #20208e;
	padding: 8px;
    margin-bottom: 12px;
}

.right-banner-zone .carousel-control-prev {
	background-color: #0600cc;
	height: 30px;
	/* right: 0px; */
	position: absolute;
	left: 672px;
	margin: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 10px;
	top: 110px;
}

/* The height 100% every where, is to fit the image inside the block, otherwise it appears smaller than the block, especially verticaly */
.right-banner-zone {

    .field--type-image {
        height: 100%;

        img {
            height: 100%;;
        }
    }
    
    & .carousel-control-next {
        background-color: #0600cc;
        height: 30px;
        right: 23px;
        position: absolute;
        margin: 8px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 10px;
        top: 60px;
    }

    /* Homepage */
    #block-mycustom-theme-views-block-news-block-1,
    #block-mycustom-theme-views-block-football-analysis-block-1 {
        height: 100%;

        .content {
            height: 100%;

            /* This single div must have a 100% height to fit the image inside the right zone of the banner. I didn't find where this single div come from, the solution for the moment is to set it to 100%, search where it comes from later to remove it */ 
            > div {
                height: 100%;

                .view-news.view-display-id-block_1 {
                    height: 100%;

                    .view-content {
                        height: 100%;
                    }
                }
            }
        }
    }

    /* Player, team */
    .views-element-container {
        height: 100%;

        .view {
            height: 100%;

           .view-content {
                height: 100%;
            }
        }
    }

    
}