.hero-reiki{
  padding-top: 40px;
}

.hero-square-img{
  position: absolute;
  height: 75px;
  width: 75px;
  background-color: #e6f5d8;
  top: -10px;
  left: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sct-2-ctn{
  width: 100%;
  background-color: #a287f1;
  background: linear-gradient(to bottom, #bf8be4, #a287f1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0px;
  margin-top: 40px;
}

.sct-2-main{
  font-size: 35px;
  font-weight: 300;
}

.section-top{
  font-size: 22px;
}

.section-3-reiki{
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  margin-top: 100px;
  align-items: center;
}

.sct-3-ctn-reiki-left{
  width: 100%;
  background-color: #e6f5d8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0px;
  color: black;
}

.section-top-3-title{
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-size: 30px;
  color: #2d4f0e;
  font-weight: 500;
  font-family: Montserrat;
}

.section-top-3{
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: 15px;
  color: #4e633a;
  font-weight: 400;
}

.sct-3-photo-ctn-reiki{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  padding: 15px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
}
.sct-3-photo-ctn-reiki:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.img-card{
  height: 370px;
  border-radius: 20px;
  overflow: hidden;
  border-top-right-radius: 100px;
  position: relative;
}

.option-card{
  position: absolute;
  width: fit-content;
  padding: 8px 18px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.537);
  
  top: 10px;
  left: 10px;
  border-radius: 20px;
  color: white;
}

.top-right-ctn{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 100px;
  width: 100px;
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 z-index: 1;
}

.card-logo{
  width: 50%;
  height: 50%;
  margin-left: 20px;
  margin-bottom: 20px
}

.info-card{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
  font-family: Roboto;
  color: #a287f1;
}

.card-title{
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-left: 10px;
  letter-spacing: 1.3px;
}


.btn-card{
  padding: 10px 40px;
  border: solid #a287f1 2px;
  background-color: #a287f1;
  color: white;
  font-size: 18px;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.btn-card:hover{
  background-color: #b39aff; /* Noir légèrement éclairci */
  border: solid #b39aff 2px;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sct-3-ctn-reiki-right{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  flex-direction: column;
  row-gap: 30px;
}

.decouverte-title{
  font-size: 20px;
  color: #a287f1;
}

.sct-2-main{
  margin: 0px;
  margin-top: 30px;
}

.section-3-list{
  text-align: start;
}

.picture-sct-3{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sct-3-list-ctn{
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  margin-top: 30px;
  row-gap: 20px;
}

.section-4-reiki{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  row-gap: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-4-title{
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-size: 30px;
  color: #a287f1;
  font-weight: 400;
  font-family: Montserrat;
}

.section-4-ctn{
  color: #a287f1;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 80%;
}

.sct-4-txt{
  font-weight: 300;
  letter-spacing: normal;
}
.btn-section-4{
  padding: 12px 60px;
  border: solid 2px #8eb56e;
  background-color: transparent;
  border-radius: 50px;
  font-size: 14px;
  color: #8eb56e;
  cursor: pointer;
  letter-spacing: 1.5px;
}
.btn-section-4:hover{
  background-color: #8eb56e;
  border-color: #8eb56e;
  transition: 0.5s;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}


.section-5-reiki{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  row-gap: 70px;
}

.sct-5-massage{
  margin-top: 100px;
}

.sct-5-ctn-reiki-left{
  width: 100%;
  background: linear-gradient(to bottom, #bf8be4, #a287f1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0px;
  color: white;
}

.sct-5-txt-ctn{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  row-gap: 20px;
}

.section-texte-reiki{
  width: 80%;
}

.title-reiki-sct-5{
  font-weight: 500;
  font-size: 30px;
}

.sct-5-text{
  letter-spacing: normal
}

.section-6-reiki{
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  row-gap: 30px;
}

.section-6-reiki-title{
  font-size: 25px;
  text-align: center;
  color: #8eb56e;
}

.btn-section-6-reiki{
  padding: 12px 60px;
  border: solid 2px #8eb56e;
  background-color: transparent;
  border-radius: 50px;
  font-size: 14px;
  color: #8eb56e;
  cursor: pointer;
  letter-spacing: 1.5px;
}
.btn-section-6-reiki:hover{
  background-color: #8eb56e;
  border-color: #8eb56e;
  transition: 0.5s;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.sp-tambour{
  margin-top: 150px;
  margin-bottom: 0px;
}