
* {
  box-sizing: border-box; /* Applique à tous les éléments */
}

html {
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color: rgb(84, 84, 84);
  background-color: rgb(244, 244, 244);
  font-size: 4.5vw;
  font-family: acumin-variable,Helvetica,Arial,sans-serif;
}







.nav-list {
  list-style: none;
  display: flex;
  gap: 15px; /* Espacement entre les éléments */
  margin: 0;
  padding: 0;
}
.el_nav{
  cursor: pointer;
  padding-bottom: 3%;
}
.el_nav li a {
  text-decoration: none;
}
#masthead{
  width: 95%;
  position: relative;
}
#add_mast{
  width: 100%;
  height: 16svh;
}
#scroll_container{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#img_scroll_container{
  width: 300%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease;
}
.item_scroll{
  position: relative;
  width: 100%;
  height:100%;
}
.img_mast{
  width: 100%;
  height:100%;
  object-fit: cover;
}
#first_sentence{
  padding: 5% 0% 3% 0%;
  text-align: right;

}
#bottom_mast{
  margin-top: 3%;
  position: relative;
  width: 100%;
}

#container_circle{
  position: absolute;
  top:2%;
  right: 2%;
  display: flex;
  gap:10%;
  width: 20%;
}
.circle{
  width: 23%;
  aspect-ratio: 1;
  background-color: rgba(88, 88, 88, 0.576);
  border-radius: 50%;
  cursor: pointer;
}

.pos_in_img{
  position: absolute;
}

#first_img_no_resp{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}

#notre{
  text-align: left;

}

#new_collection{
  top:10%;
  width: 100%;
  text-align: left;
  padding-left: 5%;
}
#data_coll{
  bottom: 5%;
  width: 100%;
  text-align: center;
}


#style{
  transform: rotate(270deg);
  top:25%;
  left:-20%;
  letter-spacing: 2px;
  z-index: 100;
}
#trend{
  transform: rotate(90deg);
  letter-spacing: 2px;
  bottom: 20%;
  right:-12%;
  color:rgb(224, 224, 224);
}


#presentation{
  position: relative;
  width: 90%;
  padding: 3%;
  margin-top: 4%;
}

#titre_presen{
  position: relative;
  top:0;
  width: 90%;
  text-align: center;
  display: block;
}
#number{
  display: flex;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.128);
  padding-bottom: 1%;
}
#number_a{
  letter-spacing: 5px;
}
#number_b{
  margin-left: auto;
}
#titre_presen1{
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3% 0% 0% 0%;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

#container_image_presen{
  position: relative;
  height: fit-content;
}
#titre_container_img{
  position: relative;
  z-index: 1;
  top:5%;
  left:50%;
  width: 100%;
  transform: translateX(-50%);
}
.line_presen{
  position: relative;
  display: block;
  width: 100%;
  height:fit-content;
}
.square_presen{
  height: 100%;
  aspect-ratio: 1;
  background-color: rgba(218, 213, 203, 0.297);
}
#rigt_square{
  margin-left: auto;
  margin-right: -5%;
}
#left_square{
  position: absolute;
  left:-5%;
  height:60%;
  bottom: 15%;
}
#seconde_line{
  height:fit-content;
}
#image_presen{
  position: absolute;
  top:8%;
  width: 100%;
  left:50%;
  transform: translateX(-50%);
}
#text_under{
  width: 100%;
  text-align: center;
  margin-top: 2%;
}

#nouveautee{
  width: 90%;
  height:fit-content;
  margin: auto;
  position: relative;
  margin-top: 5%;
  overflow: hidden;
}
#titre_nouveau{
  padding-bottom: 3%;
  letter-spacing: 2px;
  height:fit-content;
  width: 100%;
}
#nouveaut_titre{
  border-bottom: 1px solid rgba(0, 0, 0, 0.128);
  overflow: hidden;
  width: fit-content;
}
#titre_nouv{
  width: 100%;
  height: 100%;
}
#text_mas{
  width: 50%;
  text-align: center;
}

.transformer{
  transition: transform 0.5s ease-in-out;
}
.transformer1{
  transition: transform 0.5s ease;
}
.is_upper{
  text-transform: uppercase;
}


.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 100px;
  position: relative;
  z-index: 1;
}
.item{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.img_grid{
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  transition: transform 0.5s ease-in-out,
  opacity 0.5s ease-in-out;
  will-change: transform, opacity;
  cursor: pointer;
  overflow: hidden;
}
#logo_in_footer{
  padding-bottom: 2%;
}
.is_img_hover{
  position: absolute;
  bottom: 0;
  width: 100%;
  height:18%;
  background-color: black;
  padding: 3%;
  transform: translateY(110%);
  transition: transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.item:hover .is_img_hover{
    transform: translateY(0%);
}

#pic2_hover, #pic5_hover{
  height:30%!important;
}

.is_icone_see{
  width: auto!important;
  height:40%!important;
  position: absolute;
  right:5%;
}


.one {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}
.two {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.three {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}
.four {
  grid-column: 1/1;
  grid-row: 3/5;
}
.five {
  grid-column: 2;
  grid-row: 4;
}
#sous_tirte_grid{
  margin-top: 3%;
  position: relative;
  z-index: 1;
}
#square_nouveau{
  width: 65%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 17%;
  right: 5%;
  background-color: rgba(218, 213, 203, 0.297);
  z-index: 0;
}

#container_circle_nouveautee{
  width: 25%;
  display: flex;
  gap:18%;
  margin-left: auto;
  padding-bottom: 5%;
  transition: opacity 0.5s ease;
  z-index: 2;
  position:relative;
}
.circle_nouv{
  background-color: rgba(99, 99, 99, 0.293);
}

#container_under{
  overflow: hidden;
}


.top{
  animation: top 0.5s ease-in-out forwards;
}
@keyframes top {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(110%);
  }
}

.top_zero{
  animation: top_zero 0.5s ease-in-out forwards;
}
@keyframes top_zero {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0%);
  }
}
.to_oppa_0{
  animation: to_oppa_0 0.5s ease-in-out forwards;
}
@keyframes to_oppa_0 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.to_oppa{
  animation: to_oppa 0.5s ease-in-out forwards;
}
@keyframes to_oppa {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bot{
  animation: bot 0.5s ease forwards;
}
@keyframes bot {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-110%);
  }
}

.bot_zero{
  animation: bot_zero 0.5s ease forwards;
}
@keyframes bot_zero {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0%);
  }
}



#collection_ete{
  margin-top: 5%;
  display: flex;
  width: 95%;
  height:40svh;
  position: relative;
}
#collection_ete:hover #decou{
  opacity: 0.6;
}
#decou:hover ~ #brand_decouvr{
  opacity: 0.3;
}
#in_ecri{
  position: absolute;
  top:50%;
  left:50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: center;
}
#decou{
  width: fit-content;
  padding: 10%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
  letter-spacing: 1px;
  border: 1px solid black;
  cursor: pointer;
  z-index: 10;
  position: relative;
  background-color: black;
}
#brand_decouvr{
  width: fit-content;
  letter-spacing: 10px;
  position: absolute;
  top:120%;
  left:50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-size: 3em;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#ecriture{
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.136);
  left:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.elegant-text {
  font-family: 'Great Vibes', cursive;
  letter-spacing: 0.03em;
  text-align: center;
}
.sous_titre_elegant{
  position: relative;
  letter-spacing: 3px;
  padding-bottom: 1%;
  text-transform: uppercase;
  transition: transform 0.5s ease;
}


#style_ecri{
  transform: rotate(270deg);
  letter-spacing: 5px;
  position: absolute;
  top:30%;
  left:0%;
}






#footer{
  position: relative;
  margin-top: 5%;
  width: 90%;
  background-color: rgba(218, 213, 203, 0.203);
  height:fit-content;
  padding: 5% 3% 10% 3%;
}
#in_footer{
  width: 100%;
}
#titre_footer{
  width: fit-content;
  padding-bottom: 1%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.072);
  letter-spacing: 5px;
}
#news{
  margin-top: 5%;
  letter-spacing: 2px;
}

#news_chek{
  text-align: justify;
  display: flex;
  align-items: center;
}
#reso{
  display: flex;
  gap:3%;
  width: 100%;
  margin-top: 5%;
  align-items: center;
  justify-content: center;
}
.icone{
  width: 14.5%;
}
.line_footer{
  width: 100%;
  display: flex;
}
#h_cione{
  width: 9%;
  margin-left: 3%;
}
#news_input{
  width: 100%;
  display: flex;
  padding: 3%;
}
.align_left{
  margin-left: 0;
}
.align_right{
  margin-left: auto;
}
#input_mail{
  width: 85%;
  padding: 1%;
}
#check{
  aspect-ratio: 1;
}
.col_footer{
  width: 50%;
}
#menu_footer{
  margin-top: 15%;
}
.titre_footer_line{
  padding-bottom: 0.5%;
  width: fit-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}


.wave span {
  display: inline-block;
  animation: wave 2.5s ease-in-out infinite;
}



.wave span:nth-child(1) { animation-delay: 0s; }
.wave span:nth-child(2) { animation-delay: 0.1s; }
.wave span:nth-child(3) { animation-delay: 0.2s; }
.wave span:nth-child(4) { animation-delay: 0.3s; }
.wave span:nth-child(5) { animation-delay: 0.4s; }

@keyframes wave {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}






.wave1 span {
  display: inline-block;
  animation: wave1 1.5s ease-in-out infinite;
}



.wave1 span:nth-child(1) { animation-delay: 0s; }
.wave1 span:nth-child(2) { animation-delay: 0.01s; }
.wave1 span:nth-child(3) { animation-delay: 0.2s; }
.wave1 span:nth-child(4) { animation-delay: 0.3s; }
.wave1 span:nth-child(5) { animation-delay: 0.4s; }

@keyframes wave1 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-2px);
  }
}







.wave2 span {
  display: inline-block;
  animation: wave2 1.5s ease-in-out infinite;
}

.wave2 span:nth-child(1) { animation-delay: 0s; }
.wave2 span:nth-child(2) { animation-delay: 0.01s; }
.wave2 span:nth-child(3) { animation-delay: 0.2s; }
.wave2 span:nth-child(4) { animation-delay: 0.3s; }
.wave2 span:nth-child(5) { animation-delay: 0.4s; }

@keyframes wave2 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.5px);
  }
}

#maraudis{
  letter-spacing: 2px;
}






span{
  display: block; /* ou inline-block, selon le besoin */
  line-height: 1;
  margin: 0;
  padding: 0;
  width: fit-content;
}
input{
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.262);
  outline: none
}

button{
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.726);
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color:rgb(84, 84, 84);
  cursor: pointer;
  padding: 0.5%;
}


.under{
  margin-top: 2%;
}

#container_circle_first{
  display: none;
  justify-content: end;
  gap:3%;
  margin-top: 1%;
  top:0%;
  right: 3%;
}



#btn_modele{
  margin-top: 2%;
}



#new_arrivage{
  padding-bottom: 0.25%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.267);
  width: fit-content;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: auto;

}
#sous_sec_arri{
  margin-top: 0.5%;
  width: 40%;
  margin-left: 30%;
  text-align: center;
}

.is_upper{
  text-transform: uppercase;
}

.is_black{
  color:black;
}
.is_white{
  color:white;
}

.is_big_titre{
  font-size: 3rem;;
}
.is_titre0{
  font-size: 2.5rem;
}
.is_titre{
  font-size: 2rem;
}
.is_titre1{
  font-size: 1.5rem;
}
.is_titre2{
  font-size: 1.3rem;
}
input::placeholder {
  font-size: 0.9rem; /* Grande taille de texte */
  color: #aaa; /* Gris clair */
  font-family: 'Segoe UI', sans-serif; /* Police moderne */
}

.is_little_text1{
  font-size: 1rem;
}
.is_little_text{
  font-size: 0.8rem;
}

.resp{
  display: none;
}

#marque_nav{
  width: 100%;
}
  #panier{
    width: 20px;
    margin-top: -2.5px;
  }

@media  (max-width: 1920px) and (min-width :600px) {
  body{
    font-size: 1.2rem;
  }
  .is_big_titre{
    font-size: 3rem;
  }
  .is_titre0{
    font-size: 2.5rem;
  }
  .is_titre{
    font-size: 2rem;
  }
  .is_titre1{
    font-size: 1.5rem;
  }
  .is_titre2{
    font-size: 1.3rem;
  }
  input::placeholder {
    font-size: 0.9rem; /* Grande taille de texte */
    color: #aaa; /* Gris clair */
    font-family: 'Segoe UI', sans-serif; /* Police moderne */
  }
  .is_little_text1{
    font-size: 1rem;
  }
  .is_little_text{
    font-size: 0.8rem;
  }
  .circle{
    width: 5.5%;
  }
  #container_circle{
    justify-content: end;
    gap:3%;
    margin-top: 1%;
    top:90%;
    right: 3%;
    display: none;
  }
  .img_mast{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #add_mast{
    height:20vh;
  }
  #first_sentence{
    padding: 3% 0% 2% 0%;
    text-align: center;
  }
  .wrapper{
    grid-auto-rows:200px;
    width: 90%;
  }
  .wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  #collection_ete{
    height:90svh;
    margin-top: 1.5%;
  }
  .img_grid{
    object-position: bottom;
  }
  #pic2{
    object-position: center;
  }
  #footer{
    width: 100%;
    padding: 5% 3% 5% 3%;
  }
  #in_footer{
    width: 60%;
  }
  .icone{
    width: 8%;
  }
  #h_cione{
    width: 5%;
    margin-left: 2%;
  }
  #news_input{
    width: 65%;
  }
  #news_chek{
    width: 60%;
  }
  #menu_footer{
    width: 70%;
    margin-top: 10%;
  }
  .under{
    margin-top: 1%;
  }
  #sous_tirte_grid,
  #bottom_mast{
    margin-top: 2%;
  }

  #sous_tirte_grid{
    width: 60%;
  }
  #titre_nouveau{
    padding-bottom: 0%;
  }
  #titre_nouv{
    padding-bottom: 1%;
  }
  #nav_top{
    margin-top: 1.5%;
    width: 95%;
    letter-spacing: 1px;
    display: flex;
    margin-left: 2.5%;
  }
  #nav_top .container{
    width: 33.33%;
    text-align: center;
  }
  #nav_top #right{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 0%;
  }
    #nav_top #left{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 0%;

  }
  #sous_titre{
    margin-top: 0.5%;
  }
  .nav-list{
    width: fit-content;
    border-bottom: 1px solid rgba(0, 0, 0, 0.103);
  }
  #presentation{
    margin-top: 0;
    padding-top: 2%;
  }
  #image_presen{
    position: relative;
    height:100svh;
    width: 100%;
    object-fit: cover;
    margin-top: 2%;
  }
  .square_presen{
    display: none;
  }
  .square_presen{
    height: fit-content;
  }
  #container_circle_nouveautee{
    width: 20%;
    margin-right: 5%;
    justify-content: end;
    gap:4%;
    padding-bottom: 1%;
  }
  .container_circle_nouveautee_resp{
    display: none!important;
  }
  #btn_modele{
    width: 100%;
    margin-top: 1%;
  }
  #container_circle_first{
    display: flex;
    justify-content: center;
    align-items: end;
    gap:0.5%;
    margin-top: 0%;
    top:0%;
    right: 0%;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 1%;
  }
  .circle{
    width: 12px;
  }
  #style{
    left:0%;
    top:35%;
  }
  #trend{
    right: 0%;
  }
  .is_big_titre{
    font-size: 5em;
    font-weight: 100;
  }
  .sous_titre_elegant{
    font-size: 4vw!important;
    font-weight: 300;
  }
}





@media  (max-width: 750px) {
  .container_circle_nouveautee_resp{
    display: flex!important;
  }
  #container_circle{
    display: flex;
  }
  .resp{
    display: block;
  }
  .no_resp{
    display: none;
  }
  #nav_top{
    flex-direction: column;
  }
  #nav_top .container{
    width: 100%;
    text-align: center;
  }
  #nav_top #right{
    padding-top: 10%;
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 6%;
  }
  #in_footer{
    width: 100%;
  }
  #add_mast{
    height: 20vh;
  }
  #footer{
    margin-top: 15%;
  }
  #right{
    padding-right: 1%!important;
  }
  #text_mas{
    width: 70%;
  }
  #container_circle_nouveautee{
    display: none;
  }
  .wrapper{
    margin-top: 2%;
  }
}



@media  (max-width: 600px) {
  #right{
    padding-right: 3%!important;
  }
  .is_img_hover {
    display: none;
  }
}
@media  (max-width: 500px) {
  #text_mas{
    width: 90%;
  }
}



@media  (max-height: 768px) {
  #add_mast{
    height: 25vh;
  }
}

@media  (max-height: 664px) {
  #add_mast{
    height: 30vh;
  }
}

@media  (max-height: 600px) {
  #add_mast{
    height: 60vh;
  }
}
