.cours-qigong {
  width: 100%;
  color: #395569;
}

.head-qigong {
  background-color: #EAEAEA;
  
    

  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.head-qigong-slogan {
  
color: #395569;
  margin: 2rem 0;
  max-width: 600px;
}

.cours-qigong-container {
  background-color: #EAEAEA;
  color: #395569;
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 2rem ;
  margin-bottom: 2rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 2rem 0;
}

.cours-qigong-title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  margin-top: 3rem;
}

.cours-qigong-subtitle {
  text-align: center;
  margin: 3rem 0;
}

.cours-qigong-date {
  font-weight: 600;
}

.cours-qigong-presentation {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  margin: 4rem 6rem;
}

.cours-qigong-presentation-image {
  cursor: pointer;
  height: 255px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.cours-qigong-presentation-textes {
  max-width: 600px;
  font-size: 18px;
}

.cours-qigong-presentation-textes > p > strong {
  font-weight: 600;
}

.qigong-inscription {
  display: flex;
  justify-content: center;
  margin: 3rem;
}

.nav-qigong-tarifs-link {
  height: 40px;
  width: fit-content;
 background-color: #89C1BB;
 color: #395569;
 padding: 5px;
 text-decoration: none;
 display: flex;
 align-items: center;
 font-size: 16px;
 font-weight: 600;
 border-radius: 5px;

 margin: 1rem;
 transition: 0.2s linear;
}

.nav-qigong-tarifs-link:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.05);

}

.qigong-middle-slogan {
  width: 100%;
  padding: 1rem 0;
  background-color: #395569;
  
}

.qigong-middle-slogan-texte {
  font-size: 18px;
  color: antiquewhite;

  max-width: 800px;
  display: block;
  margin: auto;
}

.qigong-pratiquer {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  margin: 4rem 6rem;
}

.qigong-pratiquer-texte {
  max-width: 600px;
  font-size: 18px;
}

.qigong-pratiquer-texte > p > strong {
  font-weight: 600;
}

.nav-qigong {
  display: flex;
  justify-content: center;
}

.nav-qigong-accueil-link {
  height: 40px;
  width: fit-content;
 background-color: #395569;
 color: antiquewhite;
 padding: 5px;
 text-decoration: none;
 display: flex;
 align-items: center;
 font-size: 16px;
 font-weight: 600;
 border-radius: 5px;
 margin: 1rem;
 transition: 0.2s linear;
}

.nav-qigong-accueil-link:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.05);

}

@media (max-width: 821px) {

  .cours-qigong-container {
    width: 95%;
 
  }
  .cours-qigong-presentation {
    margin: 4rem 1.5rem;
    flex-direction: column;
  }

  .cours-qigong-presentation-image {
    max-width: 340px;
  }

.qigong-middle-slogan-texte {
  margin: 0 1.5rem;
}

  .qigong-pratiquer {
    margin: 4rem 1.5rem;
    flex-direction: column;
  }

  .head-qigong {
    font-size: 16px;
  }
}
