body{
    width: 100%;
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 40vh;
    font-family: 'Caladea'; 
    font-size: 20px;
    line-height: 26px;
    background-color: #f2f2f2;
    color: #333;
    --color:  #4acf9a;
}

ul{
    list-style-position: inside;
}

a:hover{
    color: var(--color);
}
#presentation a,
#projets a {
    color: #44C4DB;
}

#ressources a{
    color: #333;
}

#ressources a:hover{
    color: #44C4DB;
}

figure, img{
    width: 100%;
}

#ressources ul,
#presentation ul{
    list-style-type: circle;
}

#presentation ul{
    list-style-type: "➺ ";
}



hgroup {
    font-family: 'Millimetre';
    text-align: center;
    border: 4px ridge var(--color);
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color);
}

hgroup h1{
    font-size: 30px;
    margin-bottom: 10px;
}

nav ul { 
    width: 100%;
    display: flex;
    padding: 0 20%;
    justify-content:  space-between;
    font-family: 'Millimetre';
    /* margin-bottom: 20px; */
}


section{
    padding-top: 80px;
    padding-bottom: 60px;
}

section > h1{
    color: var(--color);
    font-family: 'Millimetre';
    text-align: center;
    padding: 20px 0;
    border-top: 3px ridge var(--color);
    border-bottom:  3px ridge var(--color);
    text-transform: uppercase;
    margin-bottom: 40px;
}

section h2{
    font-weight: bold;
    margin-top: 38px;
    margin-bottom: 7px;
}

p{
    margin-bottom: 13px;
}




#projets article{
    padding-top: 80px;
    margin-bottom: 40px;
    
}

#projets article h1{
    font-family: 'Millimetre';
    /* text-align: center;  */
    border-bottom: 2px dotted var(--color);
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 24px;
}

#projets h1 + article{
    padding-top: 30px;
}


figure{
    margin-bottom: 26px;
}

.slider{
    margin-top: 26px;
    width: 80%;
    margin-left: 10%;
}


#lila figure img{
    border: 1px solid #999;
}


#work-louis{ 
    margin-top: 20px;
    display: flex; 
}

#work-louis a{
    display: inline-block;
    width: calc(20% - 10px);
    margin-right: 10px;
}

@media screen and (min-width: 700px){
    #ressources-container{
        columns: 2;
    }
}


#ressources > h1{
    width: 100%;
}
#ressources article {
    margin-right: 20px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 2px dotted #888;
    break-inside: avoid;
}

#ressources article h1{
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 13px;
}

#ressources article:first-of-type h1{
    margin-top: 0;
}