

* {
  box-sizing: border-box; /* Applique à tous les éléments */
}
html {
  overflow-x: hidden;
}
body{
  position: relative;
  width: 100%;
  height:100%;
  color:white;
  background-color: #f1e9dc;
  padding: 0;
  margin: 0;
  font-size: clamp(13px, 1.2vw, 25px);
  display: block;
  overflow-x: hidden;
}





/* AVIS */
#avis_fiexed{
  text-align: center;
  position: fixed;
  height:fit-content;
  padding: 10px;
  width: 150px;
  bottom: 2vh;
  right : 20px;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
}
.container_start{
  display: flex;
  gap:1%;
  justify-content: center;
  margin-top: 10px;
}
.stars{
  width: 20px;
  height:auto;
}






/* */
.are_left{
  justify-content: start;
  padding-left: 3.5%;
}
.in_contain{
  width: 80%;
  height:65%;
  margin-top: 20px;
  z-index: 1;
  position: relative;
  background-color: #e2d8c5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 8px 30px rgba(255, 255, 255, 0.389);
}
.img_in_contain{
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.bottom_text{
  margin-top: 2%;
  text-align: center;
  height: 95px;
  padding: 5px;
  padding-top: 5px;
}
.price{
  font-size: clamp(14px, 1.3vw, 30px);
  font-weight: bold;
}




/* */
.ajouter {
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 9999;
}
.adding {
  font-size: clamp(18px, 25px, 25px);
  border: 1px solid rgba(0, 0, 0, 0.336);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  transform-origin: right;
  color: rgb(182, 59, 59);
  user-select: none;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  padding-top: 2px;
}
.add_icone {
  transition: 0.4s ease;
  pointer-events: none;
}
.button_open {
  width: 110px;
  border-radius: 10px;
}
.appear_text {
  opacity: 1;
  transform: translateX(-10px);
}
.disapear_text {
  opacity: 0;
  transform: translateX(0);
}
.icone_move{
    transform: translateX(200%);
}



/* */
input{
  outline: none;
  margin: auto;
  width: 80%;
}







/* */

@media (max-width: 1366px) {
  #input_news{
    height:35px;
  }
}

@media (max-width: 1280px) {
  .item{
    height: fit-content;
  }
}



@media (max-width: 1280px) and (max-height: 768px){
  #container_image{
    height:480px;
    padding: 15px;
  }
}


@media (max-width: 1176px){
  .container_picture_item{
    height:65%;
  }

  #acrroche1{
    margin-top: 100px;
  }
  #input_news{
    height:30px;
  }
}



@media (max-width: 950px) {
  .in_contain{
    height:178px;
  }
  .img_in_contain, .container_picture_item{
    height:178px;
  }
  .img_in_contain{
    height: 178px;
  }
}



@media (max-width: 800px) {
  #container_image{
    padding: 10px;
    width: 90%;
    margin-left: 5%;
  }
  .are_left{
    padding-left: 5%;
  }
  .arrow{
    height: 25px!important;
  }
  #avis_fiexed{
    left:5%;
  }
}


@media (max-width: 500px) {
  .resp_img{
    display: none;
  }
  .container_picture_item{
    overflow: hidden;
  }
  .img_in_contain{
    width: 100%;
    margin-top: 0%;
  }
  .resp_img_contain{
    margin-top: -10%;
  }
  .item{
    width: 100%;
    text-align: center;
  }
  .resp{
    display: none;
  }
  .are_left{
    padding-left: 0;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
}


