/*@import url()*/
@font-face {
  font-family: 'BAHNSCHRIFT';
  src: url(../police/BAHNSCHRIFT.TTF);
}

@font-face {
  font-family: 'Adelia';
  src: url('../police/adelia.otf');
}


body{
    margin: 0%;
  }
  
  
  #titre {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* margin-top: 3%; */
    /* margin-bottom: 4%; */
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 5% 10% 5% 40%;
  }
  
  .neon {
      font-family: 'Adelia';
      /*font-weight: 800;*/
      font-size: 55px;
      line-height: 90px;
      /* or 46% */
      
  
      text-align: center;
      letter-spacing: 0.005em;
      color: #cb55a3;
      text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #f59cd7,
      0 0 82px #f59cd7,
      0 0 92px #f59cd7,
      0 0 102px #f59cd7,
      0 0 151px #f59cd7;
  }
  
  h1 {
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    padding: 0.4em;
    box-shadow: 0 0 .2rem #fff,
              0 0 .2rem #fff,
              0 0 2rem #f59cd7,
              0 0 0.8rem #f59cd7,
              0 0 2.8rem #f59cd7,
              inset 0 0 1.3rem #f59cd7; 
  }
  
  #pp {
    width: 17%;
  }
  
  
  body {
      /*Couleur de fond*/
      /*background-color: #000000;*/
      background-image: /*linear-gradient(-120deg, rgb(255, 255, 187,0.1), rgba(255, 255, 255, 0.1)),*/ url(../images/illustrations/istockphoto-639173848-170667a.jpg);
      margin: 0px;
  }
  
  ul {
    list-style-type: none;
    color: rgb(0, 0, 0);
    text-align: start;
    font-family: 'Arial Narrow';
    font-size: 25px;
  }
  
  #fiche {
    float: left;
    /*background-color: rgba(150,120,208,0.9);*/
    background: linear-gradient(50deg, rgba(150,120,208,0.9), rgb(185, 157, 213,0.9), rgba(249, 197, 249, 0.8));
    font-size: 1.5rem;
   /*position: relative;*/
    width: 40%;
    height: 60%;
    border-radius: 25px;
    margin-left: 3%;
   /*top: 40%;
   border: solid black 5px;
    animation: pulsate 1.5s infinite alternate;*/
    border: 0.2rem solid #fff;
    padding: 3% 2% 3% 1%;
    box-shadow: 15px 10px 10px #000000, 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #bd9de0, 0 0 0.8rem #bd9de0, 0 0 2.8rem #bd9de0, inset 0 0 1.3rem #bd9de0;
    /* box-shadow: 15px 10px 10px #000000; */
}


#droite {
  display: flex;
  width: 45%;
  flex-direction: column;
  flex-wrap: nowrap;

}

img {
  width: 15%;
  height: 75%;
 /*box-shadow: 15px 10px 10px #000000;*/
/*à revoir ombre*/
border: 0.1rem solid #fff;
background-color: #4ba2d8;
box-shadow: 0 0 .2rem #fff,
              0 0 .2rem #fff,
              0 0 2rem #91ddea,
              0 0 0.8rem #91ddea,
              0 0 2.8rem #91ddea,
              inset 0 0 1.3rem #91ddea; 
border-radius: 100px;
filter:opacity(92%)
}

ol{
  list-style: none;
  display: inline-block;
  margin-left: 5%;
  margin-top: 8%;
}



ol li {
  font-family: 'Arial Narrow';
  font-style: bold;
  font-size: 30px;
  color: white;
  display: inline;
  vertical-align: middle;
  margin-left: 20%;
  text-shadow:
      0 0 7px #fff,
      /*0 0 10px #fff,*/
      0 0 21px #fff,
      0 0 42px #91ddea,
      0 0 82px #91ddea,
      0 0 92px #91ddea,
      0 0 102px #91ddea,
      0 0 151px #91ddea; 
}

ol img:hover {
  transform:scale(1.1);
  cursor: pointer;
}

main{
  margin-bottom: 10%;
}