*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body{
  background-color: #ffffff;
  color:black;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  font-size: 1.1vw;
  font-size: clamp(1.3vw, 1.1vw, 4vw);
  font-family: acumin-variable,Helvetica,Arial,sans-serif!important;
  overflow-x: hidden;
}
#picture_mast{
  filter: brightness(0.8);
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: 0% 80%;
}
#hello{
  position: absolute;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding-bottom: 1.3%;
  bottom:0%;
}
#text{
  padding-top: 9%;
  position: absolute;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.637);
}
#conf{
  margin-left: 0;
  opacity: 0.3;
  letter-spacing: 2px;
  position: absolute;
  top:0;
  left:0;
}
#masteah{
  position: relative;
  width: 100%;
  height:110svh;
  overflow: hidden;
}
#livre_picture{
  width: 100%;
  box-shadow: 0 0 100px 10px rgba(255, 255, 255, 0.678);
}

#titre{
  padding-top: 3%;
}
#titre_under{
  width: 100%;
  text-align: center;
}
#command{
  border: 1px solid white;
  border-radius: 10px;
  padding: 1.5%;
  background-color: rgba(255, 255, 255, 0);
  color:white;
  cursor: pointer;
}
#container_btn{
  width: 100%;
  text-align: right;
}
#container_book_scroll{
  width: 100%;
  margin-top: 3%;
  padding: 2%;
}
#container_book_btn{
  width: 100%;
  display: flex;
  gap:3%;
  justify-content: center;
  align-items: center;
}
.el_button{
  cursor: pointer;
  padding: 2%;
  border: 1px solid rgba(0, 0, 0, 0.685);
  border-radius: 10px;
}
#book_scroll{
  width: 100%;
  overflow: hidden;
  display: flex;
}
#scroller{
  width: 200%;
  display: flex;
  transition: transform 0.5s ease;
}
.book{
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}
.section_book{
  display: flex;
}
#book_left{
  width: 40%;
}
#book_right{
  width: 60%;
  padding-right: 5%;
  text-align: left;
}
.livre_command_{
  width: 80%;
  height:auto;
}
.livre_command_2{
  width: 90%;
  height: auto;
}
#livre_over{
  width: 50%;
  height:100svh;
  position: fixed;
  top:0;
  right:0;
  background-color: white;
  z-index: 9999;
  overflow: auto;
  transform: translateX(160%);
  transition: transform 1.5s ease;
}
#close{
  position: absolute;
  top:2%;
  right:2%;
  width: 5%;
  cursor: pointer;
}
.margin_top_descrp{
  margin-top: 5%;
}

.container_payp{
  width: 100%;
}
.form_container{
  padding-top: 6%;
}
.input_form{
  width: 65%;
  margin-top: 3%;
  padding: 1%;
}
input::placeholder{
  font-size: 1.2vw;
  display: flex;
  justify-content: center;
}
textarea{
  height:250px;
}
textarea::placeholder{
  font-size: 1.2vw;
  font-family: acumin-variable,Helvetica,Arial,sans-serif!important;
}
input, textarea{
  font-size: 1.2vw;
  font-family: acumin-variable,Helvetica,Arial,sans-serif!important;
  outline: none;
  padding: 2%;
  border-radius: 2px;
  border: 1px solid rgb(126, 126, 126);
}

#paypal-button-container {
  max-width: 65%;
  width: 65%;
  margin-left: 17.5%;
}
#paypal-button-container1 {
  max-width: 65%;
  width: 65%;
  margin-left: 17.5%;
}


@media (max-width: 700px) {
  #livre_over{
    width: 100%;
    height:100%;
  }
  #titre_mast{
    width: 90%!important;
    position: relative!important;
    left:5%!important;
    height:100%;
    top:0!important;
    padding-top: calc(60px + 5%);
  }
  #picture_mast{
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
  }
  #text{
    margin-top: 15%;
    padding-top: 9%;
    position: relative;
  }
  #masteah{
    height: 100%;
    padding-bottom: 10%;
  }
  input::placeholder{
    font-size: 2.5vw;
  }
  textarea::placeholder{
    font-size: 2.5vw;
  }
  input, textarea{
    font-size: 2.5vw;
  }
  .text_descrip{
    font-size: 3vw;
  }
  #container_btn{
    margin-top: 5%;
  }
}

@media (max-width: 500px) {
  .input_form{
    width: 80%;
  }
  .paypal_wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #paypal-button-container {
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  input::placeholder{
    font-size: 3vw;
  }
  textarea::placeholder{
    font-size: 3vw;
  }
  input, textarea{
    font-size: 3vw;
  }
  .text_descrip{
    font-size: 3vw;
  }
  .paypal_btn {
    max-width: 60%;
    width: 60%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .paypal_btn {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media (max-width: 350px) {
  input::placeholder{
    font-size: 3.5vw;
  }
  textarea::placeholder{
    font-size: 3.5vw;
  }
  input, textarea{
    font-size: 3.5vw;
  }
}




