@media (min-width: 1200px) {

  #burger{
    display: none;
  }

  .body{
    padding: 120px 0;
  }


  h1 {
    position: absolute;
    left: 40px;
    width: 64px;
    height: 64px;
    margin-left: 0;
  }

  .highlight {
    color: var(--primary-700);
  }

  h2 {
    font-size: 48px;
    line-height: 130%;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 18px;
  }
  .display-large {
    font-size: 56px;
  }
  .display {
    font-size: 40px;
  }
  .display-small {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  a, button {
    font-size: 20px;
  }
  label, .label {
    font-size: 12px;
  }
  .tag {
    font-size: 48px;
  }
  .placeholder {
    font-size: 16px;
  }
  .big-number {
    font-size: 96px;
  }
  .cta-tertiary-grey {
    font-size: 16px;
  }

  /* Header */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    justify-content: center;
    top: 72px;
    left: 0;
    z-index: 6;
    height: 1px;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }

  .deskMenu {
    display: inline-flex;
    padding: 12px 24px;
    align-items: center;
    border-radius: 40px;
    background-color: var(--secondary-50);
    box-shadow: 0px 0px 8px 0px rgba(6, 10, 16, 0.1);
  }

  .deskMenu li {
    list-style: none;
  }

  .news-menu-item{
    color: var(--primary-1000);
    font-size: 16px;
    font-family: "Sora Regular";
    position: relative;
    transition: transform 0.3s ease-in-out;
  }
  .news-menu-item:hover{
    opacity: 0.6;;
  }

  .news-menu-item.active::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary-1000);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
  }

  main {
    margin: 1.5% auto;
  }

  .hero {
    border-radius: 40px;
    height: auto;
    padding: 1%;
    justify-content: space-between;
    width: 98%;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }

  .image-container {
    order: 2;
    width: 100%;
  }

  .image-container img {
    height: 100%;
    border-radius: 32px;
  }

  .content {
    max-width: 45%;
    gap: 64px;
    margin-left: 80px;
  }

  .text-content {
    gap: 24px;
  }

  .hero h2 {
    color: var(--primary-900);
    position: initial;
    margin: 0;
    padding: 0;
  }

  .gradient-overlay {
    display: none;
  }

  .soutien p,
  .partenaires div p {
    width: 100%;
  }

  .soutien {
    gap: 16px;
  }

  .logo-partenaires {
    width: 104px;
  }

  .logo-partenaires img {
    width: 72px;
    height: 72px;
  }

  /* .infographie {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  } */

  .stats-section {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
  }

  .stat {
    text-align: center;
  }

  .stat h3 {
    color: var(--grey-900);
  }

  /* Section jeux */

  .jeux {
    flex-direction: row;
    gap: 24px;
  }

  .valorant p {
    position: relative;
  }

  .joueur{
    height: 60vh;
  }

  /* Section histoire */

  .image {
    height: 210px;
    width: 165px;
  }
  .image-center {
    width: 220px;
    height: 280px;
  }
  .image-back-left {
    transform: rotate(-10deg) translate(-120px, 16px);
  }

  .image-back-right {
    transform: rotate(10deg) translate(120px, 16px);
  }

  /* Actualités */

  .a-article {
    width: 49%;
  }

  .a-article-main{
    width: 100%;
  }

  .redaction-article{
    width: 59%;
  }
  .redaction-article section{
    padding: 24px;
    border-radius: 32px;
  }

  .template-article-content{
    flex-direction: row;
    gap: 2%;
  }

  aside{
    width: 39%;
  }
  
  .author-share{
    flex-direction: row;
    justify-content: space-between;
  }

  .news img {
    height: 420px;
  }

  /* Formulaire de contact */

  #index-contact{
    margin-top: 80px;
  }

  .contact {
    flex-direction: row;
  }

  /* page contact */

  .page {
    margin-top: 120px;
    padding-top: 0;
  }

  .newsletter {
    flex-direction: row;
    gap: 80px;
  }

  .div-footer-input {
    width: 50%;
  }

  .data-joueur, .palmares, .carriere{
    padding: 3%;
    width: 90%;
  }

  .carriere-table{
    height: 104px;
  }

  .histoire-palmares{
    margin: 0;
    width: 94%;
  }

  .tracker{
    font-size: 18px;
  }

}