@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgba(116, 197, 204, 0.0625);
  font-family: "Poppins";
}

a {
  color: #d60017;
}

.container {
  margin: 0 auto;
  max-width: 600px;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
.container h1 {
  color: #002349;
  font-size: 2.75rem;
  letter-spacing: -0.0625rem;
  line-height: 1;
}
.container h2 {
  color: #002349;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.03125rem;
  line-height: 1;
}
.container h3 {
  color: #002349;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
}
.container h4 {
  font-weight: 500;
  color: #5f6368;
}
.container i {
  font-size: 1rem;
}
.container p {
  font-weight: 300;
}
.container strong {
  font-weight: 600;
}
.container sup {
  font-size: 0.625rem;
  font-weight: 400;
  margin-left: 0.125rem;
  vertical-align: top;
  position: relative;
  top: -0.1875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.logo {
  width: 120px;
  margin: 0 auto;
  display: block;
  padding: 0.75rem 0;
}

.page-header {
  padding: 0 0.75rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.page-header h1 {
  margin-bottom: 0.625rem;
}
.page-header small {
  color: #5f6368;
}
.page-header .logo {
  margin-bottom: 5rem;
}

.w-100 {
  width: 100%;
}

.bg-light {
  background-color: rgba(116, 197, 204, 0.0625);
}

.bg-light-gray {
  background-color: #fbfbfb;
}

.bg-gray {
  background-color: #f0f0f0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.text-alert {
  color: #d60017;
}

.logo-header {
  background-color: #002349;
}

#cognitif,
#physique,
#technique,
#poomsae,
#developpement {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding: 2rem 1.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
}
#cognitif header,
#physique header,
#technique header,
#poomsae header,
#developpement header {
  margin-bottom: 1.5rem;
}
#cognitif header small,
#physique header small,
#technique header small,
#poomsae header small,
#developpement header small {
  color: #5f6368;
}
#cognitif header i,
#physique header i,
#technique header i,
#poomsae header i,
#developpement header i {
  font-size: 3rem;
}
#cognitif li,
#physique li,
#technique li,
#poomsae li,
#developpement li {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5f6368;
  line-height: 1.125rem;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.625rem 0.0625rem;
}
#cognitif li:not(:last-child),
#physique li:not(:last-child),
#technique li:not(:last-child),
#poomsae li:not(:last-child),
#developpement li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
#cognitif li strong,
#physique li strong,
#technique li strong,
#poomsae li strong,
#developpement li strong {
  font-weight: 500;
}
#cognitif li strong::after,
#physique li strong::after,
#technique li strong::after,
#poomsae li strong::after,
#developpement li strong::after {
  content: ":";
  margin-left: 0.125rem;
  margin-right: 0.1875rem;
}
#cognitif li input[type=checkbox],
#physique li input[type=checkbox],
#technique li input[type=checkbox],
#poomsae li input[type=checkbox],
#developpement li input[type=checkbox] {
  margin-right: 0.25rem;
  cursor: pointer;
}
#cognitif li .material-symbols-outlined,
#physique li .material-symbols-outlined,
#technique li .material-symbols-outlined,
#poomsae li .material-symbols-outlined,
#developpement li .material-symbols-outlined {
  margin-left: 1rem;
  line-height: inherit;
}

#cognitif {
  border-top: 2rem solid #60ccc9;
}
#cognitif li:nth-child(2) input[type=checkbox],
#cognitif li:nth-child(36) input[type=checkbox] {
  align-self: flex-start;
  margin-top: 0.125rem;
}
#cognitif li:nth-child(1) {
  justify-content: space-between;
}
#cognitif img {
  border: 1px solid #5f6368;
}

#physique {
  border-top: 2rem solid #60ccc9;
}

#technique {
  border-top: 2rem solid #60ccc9;
}

#poomsae {
  border-top: 2rem solid #60ccc9;
}

#developpement {
  border-top: 2rem solid #AD3326;
}

#poomsae-taegeuk {
  margin-bottom: 3rem;
}
#poomsae-taegeuk li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#poomsae-technique li:nth-child(4) input[type=checkbox],
#poomsae-technique li:nth-child(10) input[type=checkbox],
#poomsae-technique li:nth-child(13) input[type=checkbox],
#poomsae-technique li:nth-child(14) input[type=checkbox],
#poomsae-technique li:nth-child(15) input[type=checkbox] {
  align-self: flex-start;
  margin-top: 0.125rem;
}

#developpement h4 {
  margin-top: 1rem;
}

#technique-coup-de-pied,
#dev-code-de-vie {
  margin-bottom: 3rem;
}

#dev-code-de-vie p,
#dev-valeurs p {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5f6368;
}

.card-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (min-width: 520px) {
  .card-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.card-group .card {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.card-group .card .card-text {
  color: #5f6368;
  font-size: 0.75rem;
  font-weight: 400;
}
.card-group .card .img-portrait {
  border-radius: 50%;
  margin-bottom: 1rem;
  width: 80px;
}
.card-group .card .img-ceinture {
  width: 100px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.badge {
  border: 1px solid #74c5cc;
  border-radius: 2rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
  margin-left: -0.125rem;
  padding: 0.5rem 0.75rem;
}

.border-light {
  border: 1px solid #f0f0f0;
}

.btn-small {
  background-color: #d60017;
  border-radius: 1rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.3125rem 0.75rem 0.25rem 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-small:hover {
  background-color: #d60017;
  color: white;
  filter: saturate(80%);
}

.img-fluid {
  width: 100%;
}

.kern::before {
  content: " ";
  margin-left: -0.15625rem;
}

.site-footer {
  background-color: #002349;
}
.site-footer .site-footer-content {
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 2rem 1rem;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .site-footer-content i {
  font-size: 1.5rem;
  margin-left: 0.25rem;
}
.site-footer .site-footer-content a {
  color: #d60017;
  transition: all 0.3s;
  text-decoration: none;
}
.site-footer .site-footer-content a:hover {
  color: #d60017;
}

#homepage .homepage-header {
  margin-top: 2.5rem;
}
#homepage .homepage-text {
  padding: 0 0.5rem;
}
#homepage .homepage-text p {
  margin-top: 2rem;
}
#homepage .homepage-title {
  margin-top: 2rem;
  margin-bottom: 0.25rem;
}
#homepage #agenda {
  padding: 3rem 0.5rem 5rem 0.5rem;
}
#homepage #agenda .agenda-box {
  background-color: white;
  border-radius: 1rem;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
#homepage #agenda .agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#homepage #agenda .agenda-header i {
  font-size: 2.5rem;
  color: #74c5cc;
}
#homepage #agenda .agenda-row {
  margin-bottom: 2rem;
}
#homepage #agenda .agenda-row h4 {
  background-color: #002349;
  color: white;
  letter-spacing: -0.0015rem;
  margin-bottom: 0.25rem;
  padding: 0.125rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
}
#homepage #agenda .agenda-row h4 i {
  color: #74c5cc;
  font-size: 1.25rem;
  display: none;
}
#homepage #agenda .agenda-row h5 {
  margin-top: 1.5rem;
  padding-left: 0.25rem;
  font-weight: 600;
}
#homepage #agenda .agenda-row p, #homepage #agenda .agenda-row ul {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
}
#homepage #agenda .agenda-row ul {
  list-style: none;
}
#homepage #agenda .agenda-row ul li {
  padding: 0.5rem 0;
}
#homepage #agenda .agenda-row small {
  color: #5f6368;
  font-size: 0.6875rem;
  opacity: 0.75;
}
#homepage #agenda .agenda-row .agenda-group {
  padding: 1rem 0;
}
#homepage #agenda .agenda-row .fa-file-lines::after {
  content: " ";
  text-decoration: none;
  margin-right: 0.25rem;
}
#homepage #agenda .agenda-row .list-name {
  list-style-type: disc;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
#homepage #agenda .agenda-row .list-name li {
  font-size: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
#homepage #accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 5rem 0;
}
#homepage #accordion .accordion h3 {
  color: #002349;
}
#homepage #accordion .accordion .accordion-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
#homepage #accordion .accordion .accordion-box .accordion-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.45s;
  cursor: pointer;
}
#homepage #accordion .accordion .accordion-box .accordion-label:after {
  content: "+";
  color: #d60017;
  font-size: 1.75rem;
  font-weight: 500;
}
#homepage #accordion .accordion .accordion-box .accordion-content {
  padding: 0 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#homepage #accordion .accordion .accordion-box .accordion-content article {
  margin-bottom: 1.5rem;
}
#homepage #accordion .accordion .accordion-box .accordion-content article:first-child {
  padding-top: 2rem;
}
#homepage #accordion .accordion .accordion-box .accordion-content h4 {
  color: #202124;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#homepage #accordion .accordion .accordion-box .accordion-content h5 {
  font-weight: 600;
}
#homepage #accordion .accordion .accordion-box .accordion-content h5 i {
  color: #74c5cc;
}
#homepage #accordion .accordion .accordion-box .accordion-content p, #homepage #accordion .accordion .accordion-box .accordion-content ul {
  color: #202124;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  max-width: 500px;
}
#homepage #accordion .accordion .accordion-box .accordion-content ul {
  list-style: none;
}
#homepage #accordion .accordion .accordion-box .accordion-content li::before {
  content: "• ";
  color: #d60017;
}
#homepage #accordion .accordion .accordion-box .accordion-content sup {
  font-size: 0.625rem;
  margin-left: 0;
  margin-right: -0.125rem;
  vertical-align: top;
  position: relative;
  top: -0.03125rem;
}
#homepage #accordion .accordion .active .accordion-content {
  max-height: auto;
}
#homepage #accordion .accordion .accordion-label.active::after {
  content: "−";
}
#homepage #accordion .accordion .grades {
  margin: 0 auto;
}
#homepage #accordion .accordion .grades div {
  line-height: 1rem;
  margin-bottom: 2rem;
}
#homepage #accordion .accordion .grades a {
  text-decoration: none;
}
#homepage #accordion .accordion .grades img {
  margin-top: 1.5rem;
  height: 40px;
  display: block;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
#homepage #accordion .accordion .grades small {
  color: #5f6368;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-left: 0.125rem;
}
#homepage .alert {
  background-color: #d60017;
  color: white;
  padding: 3rem 0;
}
#homepage .alert h3 {
  color: white;
  margin-bottom: 1.25rem;
}
#homepage .alert .lead {
  margin-bottom: 0.5rem;
}
#homepage .alert p {
  line-height: 1.25;
}
#homepage .banner {
  background-color: #60ccc9;
  padding: 3rem 0;
}
#homepage #ados-adultes {
  background-color: white;
  padding: 5rem 0;
}
#homepage #ados-adultes .candidats-ados-adultes {
  margin-top: 2rem;
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info {
  color: #202124;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info span:last-child {
  color: #5f6368;
  font-size: 0.75rem;
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info:nth-child(odd) {
  background-color: rgba(116, 197, 204, 0.125);
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info:nth-child(even) {
  background-color: white;
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info img {
  width: 100px;
  border: 1px solid #f0f0f0;
  margin-bottom: -0.25rem;
}
#homepage #ados-adultes .candidats-ados-adultes .candidats-info i {
  margin-left: 0.5rem;
}
#homepage #examen article {
  padding: 5rem 0;
}
#homepage #examen h2 {
  margin-bottom: 1.5rem;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */