
.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;
}


.logo-accueil{
    width: 4rem;
}

.escape-game{
    margin: 0;
}

.recherche{
    border-radius: 20px;
    border: none;
    height: 30px;
}


.titres{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top ;
}

.page-actu{
    text-decoration: underline #903FC9;
    font-weight: bold;
}


h1{
    color: #E0E3F6;
    font-size: 5rem;
    font-family: "Nerko One", cursive;
    display: flex;
    margin-bottom: 10rem;
    text-transform: uppercase;
}

h2{
    color: #903FC9;
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    top: 300px;
    font-weight: 330;
}



.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  url('../images/frame-bg-logo.svg') round;
    background-size: 30% 20%;
    background-position: 0 0, 50% 0; 
    animation: moveBackground 20s linear infinite, unblur 7s ease forwards;
    z-index: 0;
    box-shadow: inset 0px 20px 21px 5px #1E2236;
    margin-top: 100px;
    opacity: 0.5;
    z-index: 0;
}

 

.div-propos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.div-about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(224 227 246 / 0.9);
    margin-top: 0;
    margin-bottom: 0;
    height: fit-content;
    width: 60%;
    border-radius: 2rem;
    z-index: 99;
    padding: 2rem;
    transition: ease-in-out 0.2s;
}

.div-about:hover{
    background-color: #E0E3F6;
    color: #1E2236;
    box-shadow: 0px 0px 60px #903FC9;
}

.div-lucas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(224 227 246 / 0.9);
    margin-top: 0;
    margin-bottom: 0;
    height: fit-content;
    width: 60%;
    border-radius: 2rem;
    z-index: 99;
    padding: 2rem;
    transition: ease-in-out 0.2s;
}

.div-lucas:hover{
    background-color: #E0E3F6;
    color: #1E2236;
    box-shadow: 0px 0px 60px #903FC9;
}

.lucas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-lucas{
    width: fit-content;
    height: fit-content;
    padding: 0;
}

.div-lucas img{
    width: 100%;
    border-radius: 100%;
}


.lucas h2{
    text-align: right;
}

.desc-about{
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
}

.ligne-titre{
    width: 44rem;
    margin: 40px;
    color: #E0E3F6;
    margin-bottom: 10rem;
}

.ligne-dir{
    border-left: 2px solid #E0E3F6;
    display: inline-block;
    height: 15rem;
    margin: 0;
    z-index: 99;
  }


.titre-about{
    margin-top: 5%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 99;
}



@keyframes moveBackground {
    0% {
        background-position: 0 0, 50% 0; 
    }
    100% {
        background-position: 100% 100%, 150% 100%;
    }
}
