/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
.hero {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 130px;
  gap: 4rem;
}
.hero__video {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero__video h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: rgb(161, 19, 103);
}
.hero__video .container__iframe {
  display: flex;
  justify-content: center;
}
.hero__video .container__iframe iframe {
  width: 95%;
  height: 260px;
  border-radius: 20px;
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.hero__text h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(161, 19, 103);
  max-width: 90%;
  line-height: 40px;
  align-self: center;
}
.hero__text p {
  font-weight: bold;
  font-size: 25px;
  width: 80%;
  align-self: center;
  line-height: 32px;
}

/*CSS Agenda*/
.links-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: space-between;
  gap: 10rem;
  margin-bottom: 130px;
}
.links-download .agenda {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 1rem;
  text-align: center;
  color: rgb(111, 174, 35);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  justify-self: center;
  border-radius: 15px;
  padding: 20px;
  max-width: 700px;
}
.links-download .agenda h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 25px;
}
.links-download .agenda svg {
  font-size: 3rem;
  margin: 1rem 0;
}
.links-download .agenda .links-pdf {
  width: 80vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.links-download .agenda .links-pdf a {
  color: rgb(161, 19, 103);
}
.links-download .agenda a {
  color: rgb(161, 19, 103);
}
.links-download .qualiopi-section {
  padding: 0.5rem;
}
.links-download .qualiopi-section img {
  width: 350px;
  background-color: #f8f8f8;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 0;
}
.links-download .qualiopi-section .qualiopi-text {
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
}
.links-download .qualiopi-section .qualiopi-text__line1 {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  cursor: default;
}
.links-download .qualiopi-section .qualiopi-text__line2 {
  color: rgb(161, 19, 103);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.4;
  margin: 5px 0 0.5rem 0;
  padding: 0 5px;
  cursor: default;
}
.links-download .qualiopi-section p {
  text-align: center;
  font-size: 16px;
  color: rgb(161, 19, 103);
  cursor: pointer;
  transition: font-size 0.3s ease;
}
.links-download .qualiopi-section p:not(.qualiopi-text__line1):not(.qualiopi-text__line2):hover {
  font-size: 17px;
}

@media screen and (min-width: 654px) {
  .hero {
    align-items: center;
  }
  .hero__video .container__iframe iframe {
    width: 90%;
    height: 370px;
  }
}
@media screen and (min-width: 768px) {
  .agenda {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1158px) {
  .hero__video {
    margin-bottom: 3.5rem;
  }
  .hero__video h3 {
    font-size: 40px;
    margin-bottom: 55px;
  }
  .hero__video .container__iframe iframe {
    width: 925px;
    height: 500px;
  }
  .hero__text {
    padding: 20px;
    height: 300px;
    justify-content: space-around;
  }
  .hero__text h1 {
    max-width: 100%;
    font-size: 50px;
    margin: 0;
    line-height: 55px;
  }
  .hero__text p {
    margin: 0;
    width: 60%;
    font-size: 2em;
    margin: 0;
    line-height: 35px;
  }
}
#satisfaction-section {
  color: rgb(161, 19, 103);
}
#satisfaction-section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#satisfaction-section .card-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 130px;
}
#satisfaction-section .card-list .card {
  width: 100%;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2em;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 4px 3px 3px #ccc;
  color: black;
  background-color: rgba(111, 174, 35, 0.5);
  line-height: 30px;
  padding: 10px;
}
#satisfaction-section .card-list .card svg {
  color: rgb(161, 19, 103);
}
#satisfaction-section .card-list .card .valeur-stats {
  font-size: 42px;
  margin-top: 10px;
  color: black;
  font-weight: bold;
}
#satisfaction-section .card-list .card .text-stats {
  font-size: 17px;
  font-weight: bold;
  margin-top: 1rem;
  color: black;
  line-height: 20px;
}

@media screen and (min-width: 850px) {
  #satisfaction-section h2 {
    font-size: 25px;
    margin-bottom: 75px;
  }
  #satisfaction-section .card-list {
    flex-direction: row;
    justify-content: space-between;
  }
  #satisfaction-section .card-list .card {
    max-width: 30%;
    margin: 0;
  }
}

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