html {
  font-size: 62.5%;
  font-family: "Arial", sans-serif;
}
html body {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #303e1b;
}

h3 {
  font-size: 3rem;
  text-align: center;
  margin-top: 4rem;
}

h4 {
  font-size: 2.5rem;
}

header#header h1 {
  text-align: center;
}
header#header h1 img {
  max-width: 100%;
}

main#main > section {
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
section#agenda {
  background-color: #cfe277;
  border-top: 1px solid #cfe277;
}
section#agenda div.intro {
  text-align: center;
}
section#agenda ul {
  list-style-type: none;
  padding-left: 0;
}
section#agenda ul li {
  padding: 2rem;
  border-bottom: 1px solid #fda959;
}
section#agenda ul li:last-child {
  border-bottom: none;
}
section#agenda ul li .date {
  font-weight: bold;
  color: #bb5c02;
}
section#agenda ul li .title {
  font-weight: bold;
  margin-left: 2rem;
}
section#agenda ul li .description {
  margin-left: 2rem;
}

section#courses {
  background-color: #edf4cb;
  border-top: 1px solid #edf4cb;
  color: #4c622a;
}
section#courses h3 + ul {
  margin-top: 4rem;
}
section#courses ul {
  list-style-type: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0;
}
section#courses ul li {
  flex: 1;
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #cfe277;
  border: 1px solid #cfe277;
  border-radius: 0.5rem;
}
section#courses ul li .course {
  font-weight: bold;
  display: block;
  margin-top: 1rem;
  color: #303e1b;
}
section#courses ul li .teachers {
  display: block;
}
section#courses ul li .duration {
  display: block;
}
section#courses ul li .conditions {
  display: block;
}
section#courses ul li .tarif {
  display: block;
  text-align: right;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  section#courses ul li {
    flex-basis: calc(50% - 0.25rem);
  }
}
@media (min-width: 768px) {
  section#courses ul li {
    flex-basis: calc(33.3333% - 0.6666rem);
  }
}
section#teachers {
  background-color: #f4f8e0;
  border-top: 1px solid #f4f8e0;
}
section#teachers ul {
  list-style-type: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0;
}
section#teachers ul li {
  flex: 1;
  flex-basis: 100%;
  padding: 1rem;
}
section#teachers ul li img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}
section#teachers ul li .name {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  section#teachers ul li {
    flex: 1;
    flex-basis: 25%;
  }
  section#teachers ul li .name {
    background-color: #c8dd62;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
section#tarifs div.docs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#tarifs div.docs ul li {
  margin-bottom: 1rem;
}
section#tarifs div.docs ul li a {
  padding: 1rem 2rem;
  text-decoration: none;
  color: #ed7503;
}
section#tarifs div.docs ul li a i {
  margin-right: 0.5rem;
}
section#tarifs div.docs ul li a:hover {
  text-decoration: underline;
}

footer#footer section {
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
footer#footer section#partners {
  background-color: #edf4cb;
  border-top: 1px solid #edf4cb;
}
footer#footer section#contact {
  background-color: #cfe277;
  border-top: 1px solid #cfe277;
}
footer#footer section#association {
  background-color: #adc82b;
  border-top: 1px solid #adc82b;
}

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