
  .head-taiji {
    background-color: #EAEAEA;
    
  
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

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

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

  .cours-taiji-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-taiji-title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    margin-top: 3rem;
  }
  
  .cours-taiji-subtitle {
    text-align: center;
    margin: 3rem 0;
  }
  
  .cours-taiji-date {
    font-weight: 600;
  }
  
  .cours-taiji-presentation {
    display: flex;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    margin: 4rem 6rem;
  }
  
  .cours-taiji-presentation-image {
    cursor: pointer;
    height: 300px;
    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-taiji-presentation-textes {
    max-width: 600px;
    font-size: 18px;
  }
  
  .cours-taiji-presentation-textes > p > strong {
    font-weight: 600;
  }
  
  .taiji-inscription {
    display: flex;
    justify-content: center;
    margin: 3rem;
  }
  
  .nav-taiji-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-taiji-tarifs-link:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.05);

  }
  
  
  
  .nav-taiji {
    display: flex;
    justify-content: center;
  }
  
  .nav-taiji-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-taiji-accueil-link:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.05);
  
  }
  
  @media (max-width: 821px) {

    .cours-taiji-container {
      width: 95%;
    }
    .cours-taiji-presentation {
      margin: 4rem 1.5rem;
      flex-direction: column;
    }
  
    .cours-taiji-presentation-image {
      max-width: 340px;
    }
  
    
  
    .head-taiji {
      font-size: 16px;
    }
  }
  