
*,
*::after,
*::before {
    box-sizing: border-box;
}



body{
    background-color: #1E2236;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

.nerko-one-regular {
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
.montserrat-light{
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: normal;
}


header{
  width: 100%;
  height: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0 100px;
  top: 0;
  left: 0;
  z-index: 1000;


}


.d1{
    display: flex;
    font-family: "Nokora", sans-serif;
    gap: 2rem;
    font-size: 1.5rem;
}

.d2{
    display: flex;
    margin-top: 20px;
    gap: 30px;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    color: #E0E3F6;
    font-family: "Montserrat", sans-serif;
    z-index: 99;
}

.d3{
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}

.d3 img{
    scale: 1.7;
}

.logo-accueil{
    width: 4rem;
    transition: ease-in 0.5s;
}

.logo-accueil:hover{
    transform: rotate(360deg);
}


.page-actu {
    text-decoration: underline #903FC9;
    font-weight: bold;
}


.escape-game{
    margin: 0;
    font-family:  "Nokora", sans-serif;
    text-transform: uppercase;
}

.search{
    display: flex;
    justify-content: center;
}



a{
    text-decoration: none;
    color: #E0E3F6;
}

footer{
    color: #E0E3F6;
    flex-direction: column;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 99;
    margin-top: 5rem;
    }
    
    
    .bottomBrandLogo{
    
    box-sizing: border-box;
    height: 100%;
    width: 2rem;}


.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}