@font-face {
  font-family: lgc;
  src: url('/PUBLIC/POLICES/Louis_George_Cafe.ttf');
}

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

*{
  list-style-type: none;
}

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

} 

main {
    border: solid #c9a0dc 20px;
  height: 2492px;
}


section {
    margin: 20px;
}

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

ul {
    font-size: 30px;
}


.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: #745c97;
    margin: auto;

}

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


#regard {
    width: 400px;
  float: left;
}


video {
    width: 500px;
}

#synopsis {
    border: solid #C9A0DC 15px;
    font-size: 100%;
    width: 600px;
  clear: left;
  padding: 54px;

}

#quand {
    border: solid #FAE073 15px;
    padding: 54px;
    font-size: 100%;
    width: 512px;
  margin-left: 55%;

}

aside {
    vertical-align: 11px;
    display: inline-block;
    width: 48%;
    margin: 10px;
    border: solid #585B60 15px;
    padding: 20px;
    margin-left: 19px;
    background-image: url('PUBLIC/IMAGES/ws-itsadress.png');
    margin-top: 82px;
}

aside p,h2 {
    background-color: white ;
    background-color: rgba(255,255,255,0.6);

  }

#infos {
    margin: 0%;
  padding: 0%;
  margin-top: 100px;
}

#plus {
  margin: 0%;
  margin-top: -32%;
  margin-left: 3px;
}

.image1 {
  height: 325px;
  margin-left: 31px;
  float: left;
  margin-top: 41px;
}

footer {
  padding: 25px 20px;
  background: #c9a0dc;
        color: #FFFFFF;
        margin-top: 18px;
}

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

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

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