@font-face {
    font-family: 'lemonmilk';
    src: url('../fonts/lemon_milk/LEMONMILK-Bold.otf');
}


/**---------------------------- 
   ------------NAV----------
   ----------------------------**/

nav {
    display: flex ;
    justify-content: center;
}

nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 30px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #91deda;
    font-family: 'lemonmilk';
    margin-left: 60px;
    margin-right: 60px;
}

nav ul li a:hover {
    color: #9695da;
}

#smiley {
    width: 20px;
}

/**---------------------------- 
   ------------BODY----------
   ----------------------------**/

body {
    font-family: Poopins, sans-serif;
    font-size: 16px;
    background-color:white /**#f9ebdc**/;
    color:black;
}

html {
    scroll-behavior: smooth;
}

/**---------SECTIONS---------**/

h3 {
    font-family: 'lemonmilk';
    color: #FF708f;
}

section {
    margin-left: 300px;
    margin-right: 300px;
}

.alignement-elements {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

h4 {
    font-family: 'lemonmilk';
    margin-left: 40px;
    color: #9695da;
    margin-top: 40px;
}

/**---------section Lilou L'Hermitte---------**/

#photo-moi {
    width: 250px;
}

/**---------section Experiences---------**/



/**---------section Etudes---------**/

#etudes {
    margin-top: 50px;

} 


/**---------------------------- 
   ------------FOOTER----------
   ----------------------------**/

footer {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

footer div p a {
    text-decoration: none;
    color: inherit;
}

footer div p a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 30%;
}