h1 {
  margin-top: 30px;
}

section {
  max-width: 36rem;
  padding: 1rem;
  margin: 2rem auto 2rem;
  background-color: rgba(13, 15, 16, 0.55);
}
section h2 {
  color: #ff9;
  margin-bottom: 20px;
}
section p, section li {
  line-height: 1.5;
}
section ul {
  margin: 0 20px;
}

#presentation img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  transition: border-radius 1s;
  float: right;
  shape-outside: margin-box;
  margin-left: 10px;
}
#presentation img:hover {
  border-radius: 40%;
  transition: border-radius 1s;
}

#parcours ul, #formations ul {
  list-style-type: none;
  margin-bottom: 20px;
}
#parcours ul li header div, #formations ul li header div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
#parcours ul li header div h3, #formations ul li header div h3 {
  margin-left: 20px;
}
#parcours ul li header ul, #formations ul li header ul {
  list-style: square outside;
  margin-left: 20px;
}
#parcours ul li header ul a, #formations ul li header ul a {
  color: red;
  background-color: #414141;
  border: solid #232323 5px;
  text-align: center;
  font-weight: bold;
}

#voiture {
  max-width: 36rem;
  margin: 0 auto;
}
#voiture span {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  color: #ff9;
  background-color: rgba(13, 15, 16, 0.55);
  border-radius: 20px;
  padding: 5px;
  text-align: center;
}
#voiture div {
  margin: 0 auto;
}
#voiture div #ferme {
  margin: 0 auto;
  background-image: url(/images/autre/voiture/voiture_ferme.webp);
  width: 400px;
  height: 200px;
}
#voiture div #ferme:hover {
  background-image: url(/images/autre/voiture/voiture_ouverte.webp);
}
@media only screen and (min-width: 900px) {
  #voiture div #ferme {
    transform: rotateY(180deg);
    margin: 0 auto;
  }
  #voiture div .active {
    animation: rouler 4s cubic-bezier(0.1, -0.6, 0.2, 0);
  }
  @keyframes rouler {
    0% {
      background-image: url(/images/autre/voiture/voiture.gif);
      transform: translateX(200%);
      position: relative;
      bottom: 10px;
    }
    60% {
      transform: translateX(-80%);
    }
    80% {
      transform: rotateY(180deg);
    }
    100% {
      background-image: url(/images/autre/voiture/voiture.gif);
      transform: translateX(0%);
      transform: rotateY(180deg);
    }
  }
}

#cv, #bts, #bulletin {
  max-width: 36rem;
  margin: 20px auto 2rem;
}
#cv span, #bts span, #bulletin span {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  color: #ff9;
  background-color: rgba(13, 15, 16, 0.55);
  border-radius: 20px;
  padding: 5px;
  text-align: center;
}
#cv a, #bts a, #bulletin a {
  width: 50%;
  display: block;
  margin: 20px auto;
  background-color: black;
  border-radius: 10px;
  text-decoration: none;
  align-items: center;
}
#cv a span, #bts a span, #bulletin a span {
  width: 100%;
  animation: visibilite 2s infinite;
  display: block;
  margin: 0 auto;
  background-color: #fbe94c;
  box-shadow: 0 0 40px #fbe94c;
  color: #333;
  border: 1px solid #333;
  padding: 18px 0 18px 0;
  font-weight: 600;
  border-radius: 10px;
  transition: transform 0.15 ease-out, color 0.15 ease-out, background-color 0.15 ease-out;
  cursor: pointer;
}
#cv a span strong, #bts a span strong, #bulletin a span strong {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cv a:hover span, #bts a:hover span, #bulletin a:hover span {
  width: 100%;
  transform: translate(-6px, -6px);
  color: black;
  background: #ff90e8;
  box-shadow: 0 0 40px #ff90e8;
  animation: visibilite 0;
}
@keyframes visibilite {
  0% {
    width: 100%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

#competences {
  margin-bottom: 50px;
}
#competences div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
}
#competences div div {
  width: 40%;
}
#competences div div ul {
  width: 100%;
  margin-bottom: 10px;
}
#competences h3 {
  margin-bottom: 10px;
  text-decoration: underline;
}

#sources {
  width: 100%;
}
#sources div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
}
#sources div div {
  display: flex;
  flex-direction: column;
}
#sources div div header {
  color: #cdcdcd;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0;
  font-size: 20px;
}
#sources div div div {
  flex-direction: row;
}
#sources div div div img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
#sources div span {
  color: #cdcdcd;
  font-weight: bold;
  margin: 20px 0;
  font-size: 16px;
}

/*# sourceMappingURL=index.css.map */
