

.titres{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top ;
}



h1{
    color: #E0E3F6;
    font-size: 9rem;
    font-family: "Nerko One", cursive;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.baseline{
    position: absolute;
    color: #919BE0;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    top: 265px;
    font-weight: 330;
    text-transform: uppercase;
}

.bouton-missions {
    background-color: #903FC9;
    padding: 10px;
    width: fit-content;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 100;
    transition: ease-in-out 0.1s;
}

.bouton-missions:hover {
    background-color: rgba(144, 63, 201, 0.25);
    box-shadow: inset 0 0 0 2px #903FC9;
}

.images-accueil{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.personnages{
    position: absolute;
    top: 95%;
    left: 37%;
    width: 62%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.porte{
    position: absolute;
    top: 81%;
    left: 50%;
    width: 14%;
    transform: translate(-50%,-50%);
}

.laby-rond{
    position: absolute;
    top: 27%;
    left: 0%;
}

.laby-carre{
    position: absolute;
    top: 30%;
    left: 87%;

}


.roue{
    position: absolute;
    top: 50%;
    left: 68%;
    width: 4.5%;
    transform: translate(-50%,-50%);
    z-index: 99;
}


.roue2{
    position: absolute;
    top: 70%;
    left: 90%;
    width: 4.5%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.chrono{
    position: absolute;
    top: 85%;
    left: 74%;
    width: 4.5%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.cle{
    position: absolute;
    top: 36%;
    left: 85%;
    width: 4.5%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.sablier{
    position: absolute;
    top: 65%;
    left: 27%;
    width: 3.4%;
    transform: translate(-50%,-50%);
    z-index: 99;
}


.puzzle{
    position: absolute;
    top: 36%;
    left: 20%;
    width: 5%;
    transform: translate(-50%,-50%);
    z-index: 99;
}


.interro{
    position: absolute;
    top: 65%;
    left: 8%;
    width: 3%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.sect-slider{
    position: relative;
    background-color: #903FC9;
    height: 1000px;
    display: flex;
    justify-content: center;
    z-index: 90;
    flex-direction: column;
    align-items: center;
    line-height: 70px;
    gap: 60px;
}

.titre-slider {
    margin-top: 30px;
    font-size: 3rem;
    font-family: "Nerko One", cursive;
    color: #E0E3F6;
    text-transform: uppercase;
}


.laby-carre-noir{
    position: absolute;
    top: 39%;
    left: 0;
}

.laby-rond-noir{
    position: absolute;
    top: 35%;
    right: 0;
}

.sect-info{
    display: flex;
    color: #E0E3F6;
    flex-direction: column;
   align-items: center;
}

.titre-info{
    margin-top: 100px;
    font-size: 3rem;
    font-family: "Nerko One", cursive;
    text-transform: uppercase;
}

b{
    font-weight: bold;
}

.div-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.texte-info{
    color: #1E2236;
    padding: 4rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 3.2%;
    background-color: #E0E3F6;
    transition: ease-in-out 0.2s;
}

.texte-info:hover{
    transform: scale(1.1);
}


.sect-serv{
    display: flex;
    color: #1E2236;
    flex-direction: column;
   align-items: center;
   background-color: #903FC9;
}

.line{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7rem;
    padding-right: 7rem;
}

.serviceContent{
background-color: #E0E3F6;
height: 23rem;
width: fit-content;
border-radius: 2rem;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 1.5rem;
padding: 30px;
margin-bottom: 150px;
transition: ease-in-out 0.2s;
}

.serviceContent:hover{
    background-color: #919BE0;
    transform: scale(1.05);
    box-shadow: #E0E3F6 0px 0px 30px;
    transform: rotate(1deg);
}

.titre-serv{
    color: #E0E3F6;
    margin-top: 100px;
    font-size: 3rem;
    font-family: "Nerko One", cursive;
    text-transform: uppercase;
}

.titre-carte{
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.texte-serv{
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5%;
}


.sect-map{
    display: flex;
    flex-direction: column;
   align-items: center;
   color: #E0E3F6;
}

.map{
    margin-top: 2%;
    margin-bottom: 5%;
    transition: ease-in-out 0.2s;
}

.map:hover{
    box-shadow: #903FC9 0px 0px 30px;

}

.titre-map{
    margin-top: 100px;
    font-size: 3rem;
    font-family: "Nerko One", cursive;
    text-transform: uppercase;
}


@media (width < 1340px){
    .line{
        flex-direction: column;
    }  
} 