*{
box-sizing: border-box;
padding:0;
margin:0;
}



@font-face {
    font-family: "w-droge";
    src: 
    url(../../fonts/w-droge/W-Droge-Itinerary.woff2) format("woff2");
}


body {
    font-family: "w-droge", 'Times New Roman', Times, serif;
    color:#6495ED;
    background-color: aliceblue;
    animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
0% {opacity : 0;}
100% {opacity : 1;}
}


/*Mise en forme des liens */
a{
text-decoration:underline;
text-decoration-style:dotted;
transition: color 0.3s;
}
a:link {color: #6495ED}
a:visited {color:#6495ED;}
a:hover {color: chartreuse;}

/*Images*/
img{
display: block;
max-width: 100%;
position: relative;
}


.pointdechute {
position: relative; 
box-sizing: border-box;
height:22rem;
width:20rem;
max-width: 100%;
max-height: 100%;
top:14vh;
left:7vw;
}

/*Point de chute*/
.pointdechute img.pointouvert {
position:absolute;
max-width: 100%;
max-height: 100%;
opacity: 0;
border-radius: 24px;
transition: opacity 0.4s;
border:3px dotted #6495ED;
}

.pointdechute img.pointouvert:hover{
opacity:1;
}

.pointdechute img.pointferme {
position:absolute;
max-width: 100%;
max-height: 100%;
opacity:1;
border-radius: 24px;
border:3px dotted #6495ED;
}

/*Mange tes mots*/
.mangetesmots {
position : absolute ; 
width:20rem;
height : fit-content; 
border: 3px dotted #6495ED;
border-radius: 30px;
color: #6495ED ;
background-color: aliceblue;
padding : 8px;
top:50vh;
right:8vw;
} 

p {
font-size: 1.2rem;
}

/*Epitre*/
.epitre {
position:absolute;
border : 3px dotted #6495ED;
padding:5px;
max-width: 13rem;
top:80vh;
left:30vw;
border-radius: 30px;
padding: 10px;
background-color: aliceblue;
}

.mousse img{
height:22rem;
position :absolute;
border-radius: 50px;
z-index: -1;
top:6vh;
right:35vw;
}


@media (max-width:1024px) {
.mousse img {
right: 20vw;
}
}

@media (max-width:380px) {
.mousse img {
right: 15vw;
}
}

@media (max-width:450px) {
.pointdechute {
top:20vh;
}
}


@media (max-width:1024px) {
.pointdechute,.mousse img {
height: 18rem;
}
}

@media (max-width:768px) {
.pointdechute,.mousse img{
height: 14rem;
}
}

@media (max-width:650px) {
.pointdechute,.mousse img{
height: 10rem;
}
}

@media (max-width:1024px) {
.mangetesmots {
width: 15rem;
}}

@media (max-width:768px) {
.mangetesmots {
width: 12rem;
}}

@media (max-width:650px) {
.mangetesmots {
top: 40vh;
}}

@media (max-width:1024px) {
.mangetesmots p, .epitre p {
font-size : 1.2rem;
}}

@media (max-width:760px) {
.mangetesmots p , .epitre p{
font-size : 1rem;
}}

@media (max-width:540px) {
.mangetesmots p, .epitre p{
font-size : 0.8rem;
}}