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

.head-stage-slogan {
 
  margin: 3rem 0;
  max-width: 600px;
}
.banner {
  height: 300px;
  width: 100%;
}

.banner-image {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  border-radius: 3px;
}

.single-stage {
  margin: 2rem 0;
  width: 100%;
  background-color: #89c1bb;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #395569;
  gap: 10px;
}

.stage-presentation-container {
  width: 70%;
  background-color: #EAEAEA;
  color: #395569;
  padding: 2rem 0;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.title-stage {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  margin: 10px 0;
  text-decoration: none;
}

.logo-paiement {
  height: 40px;
  margin-right: 10px;
}

.paiement-link {
  display: flex;
 align-items: center;
 text-decoration: none;
 color: #395569;
}

.paiement-cheque {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cheque-hidden {
  display: none;
}

.cheque-visible {
  display: block;
}

.stage-presentation {
  display: block;
  margin: auto;
  max-width: 600px;
 
}

.stage-presentation > p > strong {
  font-weight: 600;
}

.stage-presentation > p {
  margin: 0 0 15px;
}

.wp-block-gallery {
  display: flex;
  padding: 20px;
}

.wp-block-image {
  padding: 5px;
}

.stage-detail-container {
  width: 50%;
  background-color: #EAEAEA;
  color: #395569;
  padding: 2rem 0;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stage-galerie-container {
  width: 70%;
  background-color: #EAEAEA;
  color: #395569;
  padding: 2rem 0;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stage-detail-galerie {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.stage-detail-galerie > p > img {
  margin: 10px;
}

.stage-detail {
  display: block;
  margin: auto;
  max-width: 600px;
}

.stage-subtile {
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

.stage-detail-container-short {
  background-color: #EAEAEA;
  color: #395569;
  padding: 1rem ;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stage-detail-short {
width: 362px;

}


.stage-icon {
  height: 35px;
  margin: 5px ;
}

.stage-contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
 
}

.stage-detail-short > a {
text-decoration: none;
color: #395569;
} 


@media (max-width: 821px) {

  .banner {
    height: 150px;
  }
  .banner-image {
    width: 95%;

  }
  .stage-presentation-container {
    width: 95%;
    padding: 1rem 0;
  }

  .stage-detail-container {
    width: 95%;
  }

  .stage-detail {
    padding: 10px;
  }

  .stage-presentation > p {
    margin: 0 0 5px;
    padding: 10px;
    /* background-color: rgb(20, 121, 87); */
  }

  .stage-galerie-container {
    width: 95%;
    align-items: center;
  }

  .stage-detail-galerie > p > img {
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }

  .single-stage {
    font-size: 16px;
  }

  .stage-detail-container-short {
    width:320px;
  }
  
  .stage-detail-short {
  width: 100%;
   
  }
}
