.formation {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Verdana, sans-serif;
  width: 100%;
  overflow-wrap: break-word;
}
.formation h1 {
  color: rgb(161, 19, 103);
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  width: 90%;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(161, 19, 103, 0.2);
}
.formation video {
  margin-bottom: 100px;
  width: 99%;
  border-radius: 15px;
}
.formation .objectifs {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 90%;
}
.formation .objectifs h2 {
  color: white;
  background-color: rgb(161, 19, 103);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.formation .objectifs ul {
  display: block;
  list-style: inside;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px ridge rgb(161, 19, 103);
  border-radius: 15px;
  font-size: 18px;
  padding: 15px;
}
.formation .objectifs ul li {
  line-height: 23px;
}
.formation .programme {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 90%;
}
.formation .programme h2 {
  color: white;
  background-color: rgb(111, 174, 35);
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}
.formation .programme ul {
  display: block;
  list-style: inside;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px ridge rgb(111, 174, 35);
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
}
.formation .programme ul li {
  line-height: 21px;
}
.formation .pedagogique {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 100px;
}
.formation .pedagogique h2 {
  text-align: center;
  color: rgb(161, 19, 103);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(161, 19, 103, 0.2);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.formation .pedagogique ul {
  display: block;
  list-style: inside;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 15px;
  font-size: 18px;
}
.formation .pedagogique ul li {
  line-height: 21px;
}
.formation .session {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 100px;
  width: 90%;
}
.formation .session h3 {
  color: rgb(161, 19, 103);
  font-size: 24px;
  margin-bottom: 12px;
}
.formation .session h5 {
  color: rgb(111, 174, 35);
  font-size: 19px;
}
.formation .session td {
  font-size: 18px;
}
.formation .session p {
  color: grey;
  font-size: 19px;
}
.formation .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  line-height: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #D9dde0;
  width: 90%;
  font-size: 1.1rem;
}
.formation .infos-item {
  display: flex;
  align-items: center;
  margin: 20px;
}
.formation .infos-item svg {
  margin-right: 10px;
  color: grey;
  font-size: 25px;
}
.formation span {
  color: grey;
  font-weight: bold;
}
.formation a {
  background-color: rgb(161, 19, 103);
  width: 50%;
  align-self: center;
  font-size: 15px;
  margin-bottom: 200px;
}

@media screen and (min-width: 426px) {
  .formation .session {
    width: 400px;
    padding: 40px;
  }
}
@media screen and (min-width: 750px) {
  .formation h1 {
    font-size: 50px;
    line-height: 63px;
  }
  .formation .objectifs h2 {
    font-size: 25px;
    letter-spacing: 3px;
    padding: 20px;
  }
  .formation .objectifs ul li {
    font-size: 22px;
    line-height: 31px;
  }
  .formation .programme h2 {
    font-size: 1.7rem;
    letter-spacing: 3px;
    padding: 20px;
  }
  .formation .programme ul li {
    font-size: 22px;
    line-height: 31px;
  }
  .formation .pedagogique h2 {
    font-size: 1.7rem;
    letter-spacing: 3px;
  }
  .formation .pedagogique ul li {
    font-size: 22px;
    line-height: 31px;
  }
  .formation .session {
    width: 500px;
  }
  .formation .session h3 {
    font-size: 31px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .formation .session h5 {
    font-size: 26px;
  }
  .formation .session td {
    font-size: 25px;
  }
  .formation .infos {
    width: 70%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1158px) {
  .formation {
    max-width: 70%;
    margin: 0 auto;
  }
  .formation video {
    width: 1100px;
  }
  .formation .objectifs {
    width: 1000px;
  }
  .formation .programme {
    width: 1000px;
  }
  .formation .pedagogique {
    width: 1000px;
  }
  .formation .infos {
    flex-direction: row;
    width: 100%;
  }
  .formation a {
    width: 400px;
    padding: 1rem;
  }
}

/*# sourceMappingURL=formation.output.css.map */
