@media (max-width: 1300px){
  .logo-footer{
    margin-left: 0px;
  }
}

@media (max-width: 1150px){
  .section-4{
    width: 900px;
    height: 500px;
  }
  .section-8{
    width: 900px;
  }
  .section-8-container{
    width: 400px;
    height: 100%;
  }
}

@media (max-width: 1100px){
  h1{
    font-size: 70px;
  }

  .link-container{
    width: 100%;
  }
  .hero-info{
    width: 450px;
  }
  .hero-photo{
    width: 350px;
    height: 80%;
    object-fit: cover;
  }
  .first-lign{
    letter-spacing: 1.6px;
    font-size: 18px;
  }

  .right-2{
    width: 60%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: left;
  }

  .section-intro{
    width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 80px;
  }

  .sct-3-ctn{
    width: 450px;
  }
  .section-4{
    width: 900px;
    height: 500px;
  }
  .section-8{
    width: 900px;
  }

  .sct-3-ctn{
    width: 450px;
    color: #a287f1;
  }

  .section-6{
    width: 800px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .footer-link-container{
    height: 250px;
    width: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    align-self: end;
  }

  footer {
    width: 100%;
    border-top: solid 2px rgb(208, 192, 226);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom{
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 100px;
  }
}

@media (max-width: 1000px){
  .footer-link-container{
    width: 500px;
  }
  .footer-bottom{
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 100px;
  }
}

@media (max-width: 900px){
  .header-1{
    display: none;
  }
  .header-2{
    height: 20px;
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
  .logo{
  height: 55px;
  width: 55px;
  }
  .menu-brg{
    cursor: pointer;
    z-index: 2000;
  }
  .menu-close{
    cursor: pointer;
    z-index: 2000;
  }
  .hero{
    height: fit-content;
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: start;
    margin-bottom: 100px;
    overflow: hidden;
    row-gap: 40px;
  }
  .hero-info{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #a287f1;
    text-align: center;
  }
  .body-main{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    flex-direction: column;
  }

  .section-texte{
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 100;
  }

  .section-intro{
    width: 800px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    column-gap: 80px;
    align-items: center;
  }

  .right-2{
    width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    align-items: center;
    margin-bottom: 70px;
  }

  .left-2{
    width: 50%;
  }

  .section-3{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: transparent;
  }

  .section-3-left{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: static;
    margin-bottom: 100px;
  }
  .sct-3-ctn{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 650px;
    color: #a287f1;
    text-align: center;
    margin-top: 50px;
    height: fit-content;
    align-items: center;
    justify-content: center;
  }
  .section-3-right{
    background-color: #e6f5d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .square-3{
    width: 400px;
    height: 100%;
    text-align: start;
    margin-left: 0px;
    display: flex;
  }

  .section-4{
    width: 600px;
    height: auto;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    column-gap: 150px;
    position: relative;
    align-items: center;
  }

  .sct-4-left{
    overflow: hidden;
    object-fit: fill;
    width: 60%;
  }

  .sct-4-right{
    margin-top: 50px;
    color: #a287f1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .sct-4-ctn{
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: #e6f5d8;
    top: 20px;
    left: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sct-5-square-container{
    margin-top: 30px;
    width: 60%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    margin-bottom: 80px;
  }

  .sct-5-title{
    width: 95%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    margin-top: 80px;
    justify-content: center;
  }
  .sct-5-title-main{
    text-align: center;
  }

  .sct-6-ctn{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    align-items: center;
    margin-top: 40px;
  }
  .square-6-img{
    width: 70%;
    overflow: hidden;
  }
  .square-6{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-7-ctn{
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-7-title{
    font-size: 55px;
  }

  .section-8{
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 50px;
  }
  .section-8-container{
    width: 100%;
    height: 100%;
  }
  .sct-8-title{
    padding: 0;
    margin: 0;
    font-size: 45px;
    color: #a287f1;
    justify-content:  center;
    margin-bottom: 40px;
  }

  .sct-8-text{
    text-align: center;
  }

  footer {
    width: 100%;
    border-top: solid 2px rgb(208, 192, 226);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .footer-link-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .links{
    text-align: center;
  }
  .footer-bottom{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .footer-text{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .footer-end {
    font-size: 14px;
    color: rgb(47, 47, 47);
    text-align: center;
    letter-spacing: 1.7px;
  }
}

@media (max-width: 700px){
  html{
    overflow-x: hidden;
  }
  .header-1{
    display: none;
  }
  .header-2{
    position: fixed;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .menu-brg{
    cursor: pointer;
    z-index: 2000;
  }
  .menu-close{
    cursor: pointer;
    z-index: 2000;
  }
  .hero{
    margin-top: 50px;
    height: fit-content;
    width: 95%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-bottom: 50px;
    row-gap: 20px;
  }

  .hero-photo{
    height: 70dvh;
    object-position: center;
  }
  .first-lign{
    font-size: 13px;
  }
  .hero-title{
    width: 100%;
    font-size: 45px;
    text-align: center;
  }
  .hero-citation{
    font-size: 15px;
  }
  .hero-info{
    width: 95%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #a287f1;
    text-align: center;
  }
  .hero-btn{
    margin-top: 50px;
  }
  .body-main{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    flex-direction: column;
  }

  .section-texte{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 100;
  }
  .first-lign{
    font-size: 16px;
    letter-spacing: 2.4px;
    font-weight: 400;
  }
  .btn-container{
    width: 90%;
    margin-top: 0px;
  }

  h3{
    font-size: 30px;
  }

  .section-intro{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    column-gap: 80px;
    align-items: center;
  }

  .right-2{
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .section-top{
    font-size: 17px;
    letter-spacing: 1px;
  }

  .sct-2-main{
    font-size: 26px;
  }

  .left-2{
    width: 100%;
  }

  .section-3{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: transparent;
    position: static;
  }

  .section-3-left{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .sct-3-ctn{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 90%;
    color: #a287f1;
    text-align: center;
    margin-top: 0px;
    height: fit-content;
    align-items: center;
    justify-content: center;
  }

  .square-3{
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    width: 80%;
    height: 100%;
    text-align: center;
    margin-left: 0px;
    display: flex;
  }

  .square-img{
    margin-right: 0px;
  }

  .section-4{
    width: 90%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    column-gap: 100px;
    position: relative;
    align-items: center;
  }

  .sct-4-left{
    overflow: hidden;
    object-fit: fill;
    width: 95%;
  }

  .sct-3-h1{
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sct-4-right{
    margin-top: 50px;
    color: #a287f1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .sct-4-ctn{
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #e6f5d8;
    top: 20px;
    left: 0px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sct-5-square-container{
    margin-top: 30px;
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    margin-bottom: 80px;
  }

  .sct-5-title{
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .sct-5-title-main{
    text-align: center;
  }

  .section-6{
    width: 90%;
  }

  .title-shop-info{
    font-size: 16px;
  }

  .sct-6-ctn{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    align-items: center;
    margin-top: 40px;
  }

  .square-6-btn{
    width: 70%;
  }
  .square-6-img{
    width: 90%;
    overflow: hidden;
  }
  .square-6{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-7-ctn{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-7-title{
    font-size: 35px;
  }

  .section-8{
    width: 85%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 50px;
  }
  .section-8-container{
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .sct-8-title{
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #a287f1;
    justify-content:  center;
    margin-bottom: 40px;
  }

  .sct-8-left{
    flex-direction: column;
    row-gap: 20px;
  }

  .email-8::placeholder{
    text-align: center;
    padding: 0px;
  }

  .sct-8-text{
    text-align: center;
  }

  footer {
    width: 100%;
    border-top: solid 2px rgb(208, 192, 226);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .footer-link-container{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    row-gap: 20px;
  }

  .links{
    text-align: center;
  }
  .footer-bottom{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .footer-text{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .footer-end {
    font-size: 12px;
    color: rgb(47, 47, 47);
    text-align: center;
    letter-spacing: 1.7px;
  }

  #soins {
  scroll-margin-top: 100px; /* adapte à la hauteur de ton header */
}
}



@media (min-width: 1100px){
  .hero-reiki{
  padding-top: 0px;
}

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

.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: 80px 0px
}

.section-3-reiki{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  row-gap: 40px;
  margin-top: 150px;
  align-items: center;
  justify-content: space-between;
  height: 500px;
}

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

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

.section-texte-reiki{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.sct-3-list-ctn{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 20px;
}

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

.sct-3-photo-ctn-reiki{
  overflow: hidden;
  object-fit: contain;
}
.section-4-reiki{
  width: 100%;
  padding-top: 150px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  row-gap: 50px;
}

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

.btn-section-4{
  width: fit-content;
}


.section-5-reiki{
  width: 100%;
  display: flex;
  flex-direction: row;
  row-gap: 40px;
  align-items: center;
  justify-content: space-between;
  height: 500px;
}

.sct-5-ctn-reiki-left{
  height: 100%;
  width: 100%;
  background-color: #e6f5d8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: white;
  padding: 0;
}

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

.sct-5-text{
  text-align: start;
}


}

@media (min-width: 700px){
  .sct-3-photo-ctn-reiki{
  width: 350px;
}

.card-decouvert{
  width: 300px;
}

.name-title{
  font-family: dynalight;
  padding: 0px;
  margin: 0px;
  font-size: 50px;
}

.contact-form-maps-container{
  background-color: #e6f5d8;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  align-items: center;}

textarea{
  height: 200px;
  width: 90%;
  max-width: 400px;
  min-width: 400px;
}
 }


@media (min-width: 900px){

.contact-form-maps-container{
  background-color: #e6f5d8;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  overflow: hidden;
  align-items: center;
}

.map-contact{
  width: 100%;
  height: 500px;
}

.name-title{
  font-family: dynalight;
  padding: 0px;
  margin: 0px;
  font-size: 80px;
}

.contact-container{
  margin-top: 0px;
  width: 90%;
  margin-top: 0px;
}

}