*{
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;}
}


/* PAGE ACCUEIL*/
/*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;}

/*PARAGRAPHES*/
p{
font-size: 1.2rem;
}

/*IMAGES*/
img{
display: block;
max-width: 100%;
position: relative;
}

.ID img {
border-radius: 50%;
margin: 0 auto;
height:10rem;
border-width: 10px;
position: relative;
padding:0.2rem;
}


@media (max-width:800px) {
.ID img{
height : 8rem;
}
}

@media (max-width:460px) {
.ID img{
height : 6rem;
}



}
.boule img{
height:22rem;
border-radius: 50px;
position :absolute;
top:20vh;
left:7vw;
z-index: -1;
}

.scarabé img{
height:22rem;
border-radius: 50px;
position: absolute;
top:44vh;
right: 28vw;
z-index: -1;
}


/*Zones cliquables */
.moi,.site,.poèmes_sans, .poèmes_avec, .academia {
font-size: 1.5rem;
width: fit-content;
background-color: aliceblue ; 
padding: 15px;
border: 3px solid #6495ED ; 
border-radius: 30px;
position : relative;
}

.moi{
position:absolute;
top:5vh;
left: 5vw;
z-index: 1;
}

.site{
position:absolute;
top:9vh;
right:10vw;
}

.poèmes_sans{
position:absolute;
top: 30vh;
right:30vw;
}

.poèmes_avec{
position:absolute;
top:88vh;
left:5vw;
}

.academia{
position:absolute;
top:70vh;
right:10vw;
}

@media (max-width:1024px) {
.boule img,.scarabé img {
height: 18rem;
}
}

@media (max-width:768px) {
.boule img,.scarabé img {
height: 14rem;
}
}

@media (max-width:540px) {
.boule img,.scarabé img {
height: 10rem;
}
}


@media (max-width: 617px) {
.academia {
right:7vw;
}
}

@media (max-width: 580px) {
.poèmes_sans {
right:22vw;
}
}

@media (max-width: 480px) {
.poèmes_sans {
right:12vw;
}
}

@media (max-width: 405px) {
.poèmes_sans {
right:6vw;
}
}

@media (max-width:1024px) {
.moi, .site, .poèmes_avec, .poèmes_sans, .academia {
font-size: 1.2rem;
}
p{
font-size: 1rem;
}
}

@media (max-width:680px) {
.moi, .site, .poèmes_avec, .poèmes_sans, .academia {
font-size: 1rem;
}
p{
font-size: 0.8rem;
}
}


/* SUMMARY*/
summary{
cursor: pointer;
transition : color 0.3s;
}
summary:hover {
color : chartreuse
}
summary{
list-style: none;
}

/*DETAILS*/

.site details{
position: relative;
}

details::details-content{
max-height: 40vh;
max-width:25vw;
overflow-y: auto;
padding:3px;
}

.handmadeweb {
margin : 0.5rem;
position: relative;
display: flex;
justify-content: center;
}

.handmadeweb img{
width:100%;
height:100%;
object-fit: contain;
}

span{
opacity: 0.7;
font-style: oblique;
}




