@font-face {
    font-family: lgc;
    src: url(IMAGES/Louis\ George\ Cafe.ttf);
}

@font-face {
    font-family: tango;
    src: url(IMAGES/TangoSans.ttf);
}


body {
    margin: auto;
    text-align:left;
    font-family: lgc;

}
section {
  margin : 20px;
} 

p{
  font-size: 30px;
  color: black;
}

ul{
  font-size: 30px;
}

h2{
  font-size: 50px;
}
main {
    border: solid #c9a0dc 20px;
    height: 2165px;
}

/*header*/
.menu {
    width: 80%;
    height: 130px;
    float: left;
  }

  nav ul {
    height: 96px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 0;
    background: #c9a0dc;

  }

  .picto{
    width:50px;
  }


  nav ul li a{
    font-family: lgc;
    font-size: 30x;
    text-decoration: none;
    color: black;
    transition: 0.6s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
  }

  nav ul a:hover{
    border-bottom: 2 solid #c9a0dc;
    color: #745C97;
    transform: translateY(-5px);
    transition: 0.2s;
    cursor: pointer;
  }

  h1 {
    font-family: tango;
    font-weight:bolder;
    font-size: 60px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #585B60 ;
    margin: auto;

}

h2 {
  font-family: tango;
  text-align: center;
}

#bitmoji {
    border: solid #FAE073 15px;
    padding: 69px;
    font-size: 100%;
    width: 512px;
  margin-left: 21px;
    height: 27%;
    margin-top: 12px;
    text-align: center;
}

#texte {
    border: solid #745C97 15px;
    font-size: 100%;
    width: 600px;
  clear: left;
  padding: 54px;

}

#valeurs {
  vertical-align: 11px;
  display: inline-block;
  width: 48%;
  margin: -3px;
  border: solid #585B60 15px;
  padding: 20px;
  margin-left: 143px;
  margin-top: 82px;
}
#hobbies {
  margin-right: 4%;
  margin-top: -704px;
  float: right;
}
footer {
  padding: 25px 20px;
  background: #c9a0dc;
        color: #FFFFFF;
        margin-top: 18px;
}

#victime{
background-color: #fae073;
width: 45%;
margin: 20px;
float: right;
color: black;
}

#contact{
  color: #745C97;
  width: 48%;
  text-align: center;
  font-size: 30px;
}

#titre{
  color: #745C97;
  font-size: 40px;
}