* {
    font-family: 'Krona One', sans-serif;
    padding:0;
    margin:0;
  }
::-webkit-scrollbar{
  display: none;
}
.bloc{
  background: linear-gradient(black, transparent);
}
  .title{
    text-align: center;
    position: absolute;
    top: 5%;
    left: 36%;
    z-index: 999;
    color: white;
    overflow: auto;

  }
  .title.fix {
    position: fixed;
    top: 0;
    left: 36%;
    transform: none;
    z-index: 999; /* Add this to make sure the fixed title is above other content */
}
  .title p {
    color: white;
  }
  h2{
    color: white;
    text-transform: uppercase;
    font-size: 3rem;
  }
  .logo-proximus{
    position: absolute;
    width: 5%;
    color: white;
    top: 5%;
    left: 3%;
  }
  .logo-lan-area{
    position: absolute;
    width: 4%;
    color: white;
    top: 5%;
    left: 93%;
  }
 
  .date{
    color: #F5F5F5;
    font-size: 20px;
    font-family: Krona One;
    font-weight: 400;
    word-wrap: break-word;
    position: absolute;
    top: 30%;
    display: none;
  }
  .cashprice{
    color: #F5F5F5;
    font-size: 20px;
    font-family: Krona One;
    font-weight: 400;
    word-wrap: break-word;
    position: absolute;
    top: 25%;
    display: none;
  }
  .section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    text-align: center;
    height: 100%;
  }
  .granturismo:hover .section-content {
    justify-content: initial;
    transform: translateY(35%);

  }
.rocketleague:hover .section-content {
  justify-content: initial;
  transform: translateY(35%);
  }
 .granturismo:hover .button-container {
  top: 50%;
  justify-content: initial;
}
.rocketleague:hover .button-container {
  top: 50%;
  justify-content: initial;
}

  .btn{
    z-index: 999;
    color: white;
    cursor:pointer;
      position:relative;
      padding:10px 20px;
      background:#401675;
      font-size:28px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      transition:all 1s;
      &:after,&:before{
        content:" ";
        width:10px;
        height:10px;
        position:absolute;
        border :0px solid #fff;
        transition:all 1s;
        }
      &:after{
        top:-1px;
        left:-1px;
        border-top:5px solid #401675;
        border-left:5px solid #401675;
      }
      &:before{
        bottom:-1px;
        right:-1px;
        border-bottom:5px solid #401675;
        border-right:5px solid #401675;
      }
      &:hover{
        border-top-right-radius:0px;
      border-bottom-left-radius:0px;
         color:white;
        &:before,&:after{
          
          width:100%;
          height:100%;
        }
      }
    }
  .info-btn{
    position: absolute;
    font-size: 36px;
    font-family: Krona One;
    font-weight: 400;
    word-wrap: break-word;
    top: 80%;
    color:white;
    background-color: #7853A7;
    display: none;
  }
  
  .split-landing {
    z-index: 999;
    height:100vh;
    display: flex;
    top: 5%;
    
  }
  .granturismo:hover h2{
    top: 15%;
  }
  .granturismo:hover .date{
    display:block;
  }
  .granturismo:hover .cashprice{
    display:block;
  }
  .granturismo:hover .info-btn{
    display:block;
  }

  .rocketleague:hover .date{
    display:block;
  }
  .rocketleague:hover .cashprice{
    display:block;
  }
  .rocketleague:hover .info-btn{
    display:block;
  }

  section {    
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
    transition: all .5s;
  }
  
  section:hover {
    flex:3;
  }
  
  section h1 {
    background:rgba(0,0,0,0.6);
    color:white;
    padding: 12px 32px;
  }
  
  .granturismo{
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-image:
    linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0)),
    url('/assets/background/bck-gt.avif');
    opacity: 55%;
    
  }
  .section-over {
    opacity: 55%;
  }

  .granturismo:hover{
    background-image:url('/assets/background/bck-gt.png')#7853A7;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  .granturismo:hover h2 {
    justify-content:inherit;
  }

  .rocketleague{
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-image:
    linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0)),
    url('/assets/background/rocket.png');
    
    
  }
  .rocketleague:hover{
    background-image:url('/assets/background/rocket.jpg')#7853A7;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    
  }
  
  
  
  .avenir{
    background:url(/assets/background/multi-gaming.jpg),linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
  }
  .avenir:hover{
    background:url(/assets/background/multi-gaming.jpg) #7853A7;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
  }
  
  .logo-gt {
    width: 10rem;
  }
  .size-gt{
    height: 130.91px;
  }
  .button-container {
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 10px; /* Ajuster cette valeur pour contrôler l'espace entre le logo et le bouton */
  }
  
  .granturismo:hover .button-container {
    opacity: 1;
    transform:translateY(300px);
  }
  .granturismo:hover .logo-gt {
    transform: translateY(-50px);
    transition: transform 3s ease; /* Ajoutez une transition pour une animation fluide */
  }
  .rocketleague:hover .logo-gt {
    transform: translateY(-70px);
    transition: transform 3s ease; /* Ajoutez une transition pour une animation fluide */
  }
  .rocketleague:hover .button-container {
    opacity: 1;
    transform:translateY(300px);
  }
  
.logo-rkt{
    width: 15rem;
}

.midsection{
  height: 653.217px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #030303 13.54%, #383838 100%);
}
.midsection p {
  padding-left: 1284px;
  padding-right: 100px;
  
}
.car{
  position: absolute;
  top: 1150px;
  left: 7%;
  width: 50%;
  z-index: 995;
}
.car-title{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:#7853A7;
  z-index: 0;
  color: rgba(0, 255, 255, 0);
  text-align: center;
  font-family: Krona One;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 50px;
}
.car-txt01{
  margin-top: 100px;
  color: #F5F5F5;
  font-family: Krona One;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
.car-txt02{
  color: #7853A7;
  font-family: Krona One;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* Média query pour les écrans jusqu'à 375px de largeur (Mobile portrait) */
@media screen and (max-width: 376px) {
  .midsection{
    height: 550px;
  }
  .midsection p {
    padding-left: 60%;
    font-size: 18px;
  }
  .car-txt01{
    margin-top: auto;
  }
.car-title{
  font-size: 75px;
}
  .car{
    top:105%
  }
  
  .logo-gt,
  .logo-rkt,
  h2{
    width:6rem;
    font-size: 16px;
  }
  .split-landing {
    flex-direction: column; /* Les sections viendront les unes en dessous des autres */
  }

  .granturismo,
  .rocketleague,
  .avenir {
    height: 100vh; /* Chaque section occupe la hauteur totale de l'écran */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* Chaque section prendra toute la largeur de l'écran */
  }
  .title.fix {
    position: static !important; /* Réinitialisez la position en statique */
  }

  .title {
    transform: none !important; /* Supprime la transformation */
    padding: 10px;
    font-size: 10px;
    background-color: #030303;
    position: static; /* Réinitialisez la position du titre */
    text-align: center; /* Centrez le texte */
    left: 0; /* Réinitialisez la position horizontale */
  }

  .granturismo h2,
  .rocketleague h2,
  .avenir h2 {
    top: 0px; /* Réinitialisez la position du titre */
  }

  .car {
    position: static; /* Réinitialisez la position de l'image de la voiture */
    width: 50%; /* L'image occupe toute la largeur de l'écran */
  }

  .car-title {
    font-size: 36px; /* Réduisez la taille du titre */
    padding: 20px 0; /* Ajoutez de l'espace autour du titre */
    text-align: center; /* Centrez le texte */
  }
  .midsection p {
    padding-left: 50px;
    padding-right: 0px;
    
  }
  .car-txt01 {
    padding: 20px;
    font-size: 18px;
    margin-top: auto;
    
  }
  .logo-proximus{
    z-index: 999;
    position: absolute;
    width: 30%;
    color: white;
    top: 180%;
  }
  .logo-lan-area{
      position: absolute;
      width: 25%;
      color: white;
      top: 180%;
      left: 70%;
  }
  p{
    font-size: 16px;
  }
  
  .cashprice,
  .date{
    font-size: 16px;
  }
  .car-txt02 {
    padding: 20px;
    font-size: 18px;
    padding-bottom: 100px;
     /* Ajoutez de l'espace autour du bloc texte 2 */
  }
  .granturismo:hover .btn{
    width: 120px;
    font-size: 15px;
  }
  .rocketleague:hover .btn{
    width: 120px;
    font-size: 15px;
  }
  .cashprice{
    top: 10%;
  }
  .granturismo:hover .button-container{
    transform: translateY(10px);
  }
  .rocketleague:hover .button-container{
    transform: translateY(60px);
  }
}

/* Média query pour les écrans de 374px à 425px de largeur (Mobile landscape) */
@media screen and (min-width: 374px) and (max-width: 615px) {
  .midsection{
    height: 750px;
  }
  .cashprice{
    top: 10%;
  }
  .midsection p {
    padding-left: 60%;
    font-size: 18px;
  }
  .car-txt01{
    margin-top: auto;
  }
.car-title{
  font-size: 75px;
}
  .car{
    top:105%
  }
  
  .logo-gt,
  .logo-rkt,
  h2{
    width:6rem;
    font-size: 16px;
  }
  .split-landing {
    flex-direction: column; /* Les sections viendront les unes en dessous des autres */
  }

  .granturismo,
  .rocketleague,
  .avenir {
    height: 100vh; /* Chaque section occupe la hauteur totale de l'écran */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* Chaque section prendra toute la largeur de l'écran */
  }
  .title.fix {
    position: static !important; /* Réinitialisez la position en statique */
  }

  .title {
    transform: none !important; /* Supprime la transformation */
    padding: 10px;
    font-size: 10px;
    background-color: #030303;
    position: static; /* Réinitialisez la position du titre */
    text-align: center; /* Centrez le texte */
    left: 0; /* Réinitialisez la position horizontale */
  }

  .granturismo h2,
  .rocketleague h2,
  .avenir h2 {
    top: 0px; /* Réinitialisez la position du titre */
  }

  .car {
    position: static; /* Réinitialisez la position de l'image de la voiture */
    width: 50%; /* L'image occupe toute la largeur de l'écran */
  }

  .car-title {
    font-size: 36px; /* Réduisez la taille du titre */
    padding: 20px 0; /* Ajoutez de l'espace autour du titre */
    text-align: center; /* Centrez le texte */
  }
  .midsection p {
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    
  }
  .car-txt01 {
    padding: 20px;
    font-size: 18px;
    margin-top: auto;
    
  }
  .logo-proximus{
    z-index: 999;
    position: absolute;
    width: 30%;
    color: white;
    top:190%
  }
  .logo-lan-area{
      position: absolute;
      width: 25%;
      color: white;
      left: 70%;
      top:190%  
  }
  p{
    font-size: 16px;
  }
  
  .cashprice,
  .date{
    font-size: 16px;
  }
  .car-txt02 {
    padding: 20px;
    font-size: 18px;
    padding-bottom: 100px;
     /* Ajoutez de l'espace autour du bloc texte 2 */
  }
  .granturismo:hover .btn{
    width: 120px;
    font-size: 15px;
  }
  .rocketleague:hover .btn{
    width: 120px;
    font-size: 15px;
  }
  .granturismo:hover .button-container{
    transform: translateY(5px);
  }
  .rocketleague:hover .button-container{
    transform: translateY(70px);
  }
}

/* Média query pour les écrans de 426px à 768px de largeur (Tablette et mobile landscape) */
@media screen and (min-width: 616px) and (max-width: 850px) {

  .logo-gt,
  .logo-rkt,
  h2{
    width:6rem;
    font-size: 16px;
  }
  .split-landing {
    flex-direction: column; /* Les sections viendront les unes en dessous des autres */
  }

  .granturismo,
  .rocketleague,
  .avenir {
    height: 100vh; /* Chaque section occupe la hauteur totale de l'écran */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* Chaque section prendra toute la largeur de l'écran */
  }
  .title.fix {
    position: static !important; /* Réinitialisez la position en statique */
  }

  .title {
    transform: none !important; /* Supprime la transformation */
    padding: 10px;
    font-size: 10px;
    background-color: #030303;
    position: static; /* Réinitialisez la position du titre */
    text-align: center; /* Centrez le texte */
    left: 0; /* Réinitialisez la position horizontale */
  }

  .granturismo h2,
  .rocketleague h2,
  .avenir h2 {
    top: 0px; /* Réinitialisez la position du titre */
  }

  .car {
    position: static; /* Réinitialisez la position de l'image de la voiture */
    width: 50%; /* L'image occupe toute la largeur de l'écran */
  }

  .car-title {
    font-size: 36px; /* Réduisez la taille du titre */
    padding: 20px 0; /* Ajoutez de l'espace autour du titre */
    text-align: center; /* Centrez le texte */
  }
  .midsection{
    height: 900px;
  }
  .midsection p {
    padding-left: 50px;
    padding-right: 0px;
    
  }
  .car-txt01 {
    padding: 20px;
    font-size: 18px;
    margin-top: auto;
    
  }
  .logo-proximus{
    z-index: 999;
    position: absolute;
    width: 20%;
    color: white;
    top: 170%;
  }
  .logo-lan-area{
      position: absolute;
      width: 15%;
      color: white;
      top: 170%;
      left: 70%;
  }
  p{
    font-size: 16px;
  }
  
  .cashprice,
  .date{
    font-size: 16px;
  }
  .car-txt02 {
    padding: 20px;
    font-size: 18px;
    padding-bottom: 100px;
  }
  .granturismo:hover .button-container{
    transform: translateY(150px);
  }
  .rocketleague:hover .button-container{
    transform: translateY(200px);
  }
.cashprice{
  top:10%;
}
}
/* Média query pour les écrans de 769px à 1025px de largeur (Tablette landscape et ordinateur portable) */
@media screen and (min-width: 851px) and (max-width: 1024px) {
  .midsection{
    height: 500px;
  }
  .midsection p {
    padding-left: 60%;
    font-size: 18px;
  }
  .car-txt01{
    margin-top: auto;
  }
.car-title{
  font-size: 75px;
}
  .car{
    top:105%
  }
}

/* Média query pour les écrans à partir de 1025px de largeur (Écran large) */
@media screen and (min-width: 1024px) and (max-width:1919px) {
  .midsection{
    height: 500px;
  }
  .midsection p {
    padding-left: 60%;
    font-size: 18px;
  }
  .car-txt01{
    margin-top: auto;
  }
.car-title{
  font-size: 75px;
}
  .car{
    top:105%
  }
}