

:root {
    --violet : #CB9FE0 ;
    --bleu : #689DC7 ;
    --vert : #2ADA2D;
    --jaune : #FFF908 ;
    --orange : #f9a81c ;
    --rose : #ff40ff;
    --rouge : #DF614B ;
    font-family: neue-haas-grotesk-text,'Helvetica Neue',Arial,sans-serif;;
}


body {
    margin: 0%;
    height: 100vh;
    overflow:hidden
}
section.accueil {
    overflow: hidden;
    height: 100%;
    font-family: neue-haas-grotesk-text,'Helvetica Neue',Arial,sans-serif;
    
}

p {
    font-size: 18px;
}
.column_scroll {
    overflow-y: scroll;

    margin: 0;
}
.column_scroll p {
    width: 95%;

}
.columns {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
}

h1 {
    width: 100%;
    position:absolute;
    margin-top: 1%;
    margin-left: 0%;
    padding-top: 1%;
    padding-left: 1%;
    z-index: 3;
    letter-spacing: 5px;
    text-transform: uppercase; 
    font-size:22px; 
    color: #000000;
    
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
}
h2 {
    font-size: 14px;
    font-family: neue-haas-grotesk-text,'Helvetica Neue',Arial,sans-serif;
}

h3 {
    color: rgb(43, 40, 40);
    font-size: 14px;
    font-family: neue-haas-grotesk-text,'Helvetica Neue',Arial,sans-serif;
}
h4:hover {
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}
h4 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: neue-haas-grotesk-text,'Helvetica Neue',Arial,sans-serif;
}
.bottom-strips {
    background:white;
    position: absolute;
    bottom:0;
    height:10%;
    overflow:hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.bottom-strips p {
    
    letter-spacing: 2px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: inherit;
    min-width: 100%;
    max-width: fit-content;
    height: fit-content;	
    font-size: 1.5em;
    color: black;

}

.ch-numbers{font-size:14px;color:#000;letter-spacing:.5px;margin-bottom:6px;}
.ch-numbers span{display:inline-block;margin-right:4px;cursor:pointer;text-decoration:underline;}
.ch-numbers span:hover{color:var(--red);}



.marquee span {
    
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
    
}

.marquee1 span {
  animation-delay: -15s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.menu-item-game{
  font-size:14px;margin-bottom:10px;cursor:pointer;
  display:flex;align-items:center;gap:8px;
  transition:color .15s;
}



img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;

}


.column_scroll{
    scrollbar-width: none;
    height: 100%;
    & > img{
        position:relative;
        
        height: auto;
        witdh: auto;
        float: right;
        max-width: 100%;
        clear: both;
    }
}