body{
    background-color: #1E2236;
}

.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;
}

a{
    text-decoration: none;
    color: #E0E3F6;
}

.titres{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top ;
} 

.page-actu{
    text-decoration: underline #903FC9;
    font-weight: bold;
}


.titre-mission{
    margin-top: 5%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    
}

h1{
    color: #E0E3F6;
    font-size: 5rem;
    font-family: "Nerko One", cursive;
    display: flex;
    text-align: center;
    text-transform: uppercase;

}

hr{
    width: 40rem;
    margin: 40px;
    color: #E0E3F6;
}
h2{
    color: #903FC9;
    font-family: "Montserrat", sans-serif;
    font-size: 1.9rem;
    top: 300px;
    font-weight: 600;
}


.sect-mission{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    place-items: center;
    margin-bottom: 4rem;
}

.mission{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E2236;
    background-color: #E0E3F6;
    gap: 2rem;
    height: fit-content;
    margin-top: 80px;
    margin-right: 0;
    width: 800px;
    border-radius: 50px;
    padding: 2rem;
    font-family: "Montserrat", sans-serif;
    transition: ease-in-out 0.2s;
}

.mission:hover{
    transform: scale(1.04);
}

.img-mission{
    width: 100%;
    border-radius: 2rem;
}

.img-mission img{
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.mission div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.mission div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}  

.bouton{
    color: #E0E3F6;
    background-color: #903FC9;
    padding: 0.7rem;
    border-radius: 1rem;
    transition: ease-in-out 0.2s;
}

.bouton:hover{
    background-color: rgba(144, 63, 201, 0.25);
    box-shadow: inset 0 0 0 2px #903FC9;
    color: #1E2236;
}



.tri-search{
    color: #E0E3F6;
    justify-content: space-between;
    margin-left: 6%;
    margin-right: 6%;
    align-items: center;
    display: flex;
    gap: 2%;
    font-family: "Montserrat", sans-serif;
}

.list-tri{
    background-color: #E0E3F6;
    border-radius: 2rem;
}

#search{
    background-color: #E0E3F6;
    border: none;
    height: 30px;
    border-radius: 15px 0px 0px 15px;
    padding-left: 10px;
    width: 10rem;
}

.loupe{
    background-color: #E0E3F6;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px 15px 15px 0px;
}

.erreur{
    color: #E0E3F6;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (width < 1620px){
    .sect-mission{
        grid-template-columns: 1fr ;

    }

    .mission{
        height: 600px;
        width: 1000px;
    }

    h1{
        text-align: center;
    }
}

@media (width < 1200px){
    .sect-mission{
        grid-template-columns: 1fr ;

    }

    .mission{
        height: 600px;
        width: 900px;
    }

    h1{
        text-align: center;
    }
}
