
html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
    background: transparent;
    margin-right: 50px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

body {
    margin: 0;
    background-color: #1D2C4E;
    font-family: "Hero New";
    overflow: overlay;
}

@font-face {
    font-family: "Hero New";
    src: url("fonts/hero-new-regular.otf"),
          url("fonts/hero-new-regular.otf");
}

@font-face {
    font-family: "Hero New Thin";
    src: url("fonts/hero-new-thin.otf"),
          url("fonts/hero-new-thin.otf");
}

@font-face {
    font-family: "Better Grade";
    src: url("fonts/better-grade.ttf"),
          url("fonts/better-grade.ttf");
}

.selectdisable, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header {
    position: relative;
    width: 100%;    
    height: 100vh;
    overflow: hidden;
}

header video {
    position: absolute;
    opacity: 50%; 
    min-width: 100%;
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
}

video[poster]{
    background-image: url(resources/preview-transparent.png);
    background-size: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.25s;
}

.controls {
    position: absolute;
    bottom: 30px;
    right: 50px;
    border: none;
    background: none;
    padding: 10px 10px 7.5px 10px;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0.05;
    z-index: 100
}

.contenu {
    position: relative;
    top: 0;
    left: 0;   
    width: 100%;
    height: 100%;
}

.contenu:hover > .controls {
    opacity: 1;
}

button img {
    width: 1.25vw;
    height: 1.25vw;
    min-width: 15px;
    min-height: 15px;
    transition: 0.5s;
    cursor: pointer;
}

button {
    background-color: transparent;
    border: none;
}

button img:focus { 
    outline: none; 
}

.filtre {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto; 
    height: auto;
    opacity: 25%;
    transition: 0.75s;
    background: radial-gradient(circle, rgba(2,0,36,0) 0%, rgba(29,44,78,1) 100%);
}

.contenu:hover > .filtre {
    opacity: 50%;
}

.contenu-contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 50;
    width: 60%;
    height: 100%;
    margin: auto;
    opacity: 0.05;
    transition: 0.5s;
}

.contenu:hover > .contenu-contenu {
    opacity: 1;
}

.logo-social-club {
    width: 100px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

.logo-social-club-gif {
    width: 425px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

.chevron {
    padding: 40px;
    min-width: 30px;
    width: 3vw;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,1));
}

div h1 {
    padding: 30px;
    margin:0;
    font-size: 175px;
    color: #CCAC01;
    font-family: "Better Grade";
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    font-weight: 1;
    display: none;
}

.contenu-contenu p {
    text-align: center;
    margin: 0;
    padding: 0 5vw 0 5vw;
    color: #e0e0e0;
    font-family: "Hero New Thin";
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-shadow: 2px 0px 5px rgba(0,0,0,1);
}

.choix-bouton {
    padding: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.choix-bouton div {
    width: 50%;
    padding: 10px;
    align-items: center;
}

.choix-bouton button {
    background-color: rgba(204,172,1,0.75);
    border: 1px solid #CCAC01;
    padding: 6px;    
    border-radius: 5px;
    color: white;
    font-family: "Hero New Thin";
    font-size: 15px;
    font-weight: 600;
    width: 50%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(204,172,1,0.25);
    transition: 0.25s;
}

.choix-bouton button:hover {
    transition: 0.25s;
    background-color: rgba(204,172,1,0.5);
}

.choix-bouton div:first-child {    
    text-align: right;
}

.choix-bouton div:last-child {    
    text-align: left;
}

.main {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background-color: #1D2C4E;
}

.main-sides {
    position: relative;
    flex: 40%;
}

.sides-contenu {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sides-contenu a {
    position: absolute;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: "Hero New";
    font-size: 3.5vw;
    font-weight: 900;
    z-index: 1;
    color: white;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    line-height: 40px;
}

.sides-contenu a:hover + .left {
    filter: brightness(65%);
    transform: scale(1.05);
}

.sides-contenu a:hover + .right {
    filter: brightness(65%);
    transform: scale(1.05);
}

.left {
    width: 100%;
    height: 100%;
    background-image: url('resources/roadshow-f8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    filter: brightness(35%);
    transition: 0.25s;
    opacity: 50%
}

.right {
    width: 100%;
    height: 100%;
    background-image: url('resources/roadshow-f8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    filter: brightness(35%);
    transition: 0.25s;
    opacity: 50%;
}

.left:hover {
    filter: brightness(70%);
    transform: scale(1.05);
}

.right:hover {    
    filter: brightness(70%);
    transform: scale(1.05);
}

.sides-contenu span {    
    transition: 0.5s;
    font-family: "Hero New";
    color: #CCAC01;
    font-size: 1vw;
    font-weight: 300;
    text-shadow: 0px 0px 10px rgb(0 0 0);
}

.sides-contenu:hover span {
    color: white;
    transition: 0.5s;
}

.main-middle {
    position: relative;
    flex: 20%;
    background-color: #1D2C4E;
}

.middle-contenu {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.middle-contenu h1 {
    font-size: 125px;
    line-height: 100px;
    padding: 60px;
}

.middle-contenu h1, .middle-contenu img {
    box-shadow: none;
    text-shadow: none;
}

footer {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 30px;
    min-height: 150px;
}

.social {
    position: relative;
    flex: 61%;
    padding-right: 20px;
}

.location {
    position: relative;
    flex: 39%;
}

h2 {
    color: #e0e0e0;
    font-family: "Hero New Thin";
    font-size: 24px;
}

h2 span {
    font-family: "Hero New";
    font-weight: 500;
    color: #CCAC01;
}

.social-media {
    margin-top: 30px;
    display: flex;
    width: 20%;
    justify-content: space-between;
}

.social-media img {
    width: 22.5%;
}

.location-contenu {
    margin: 30px 0 0 0;
    color: #e0e0e0;
    font-family: "Hero New Thin";
    font-size: 16px;
    text-transform: uppercase;
}


@media only screen and (max-height: 800px) {

	header {
		height: 100%;
	}

	.contenu-contenu {
		padding: 75px 0 75px 0;
	}

}

@media only screen and (max-height: 900px) and (max-width: 450px) {

    header {
        height: 100%;
    }

}

@media only screen and (max-height: 1200px) and (max-width: 960px) {

    header {
        height: 100%;
    }

    .contenu-contenu {
		padding: 75px 0 75px 0;
	}

}

@media only screen and (max-width: 1024px) {

    .contenu-contenu {
        opacity: 1;
    }

    div h1 {
        line-height: 140px;
        padding: 60px;
    }

    div p {
        padding: 0;
    }

    .choix-bouton {
        padding: 25px;
    }

    .choix-bouton button {
        width: 100%;
        height: 100%;
    }

    .middle-contenu h1 {
        font-size: 10vw;
        line-height: 8vw;
        padding: 60px;
    }
}

@media only screen and (max-width: 768px) {

    .controls, .filtre {
        display: none;
    }

    video[poster]{        
        opacity: 40%;
        filter: brightness(0.25);
        background-image: url(resources/preview.jpg);
        background-size: cover;
        background-position: 35% 50%;
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: 0.25s;
    }

    .contenu-contenu {
        opacity: 1;
        width: 75%;
    }

    .contenu-contenu p {
        padding: 0;
    }

    .choix-bouton {
        padding: 25px;
    }

    .choix-bouton {
        align-items: center;
        padding: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .choix-bouton div {
        width: 100%;
    }

    .choix-bouton button {
        font-size: 15px;
        padding: 12.5px;
    }

    .main-middle {
        display: none;
    }

    .main {
        flex-direction: column;
    }

    .sides-contenu a {
        font-size: 9vw;
    }

    .sides-contenu span {
        font-size: 4.5vw;
    }

    [data-aos-delay] {
    transition-delay: 0s !important;
    }

}

@media only screen and (max-width: 678px) {

    div h1{
        display: block;
    }

    .logo-social-club-gif {
        display: none;
    }

}