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

body{
  background-color: #ffffff;
  color:black;
  overflow-x: hidden;
  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;
  padding-bottom: 10%;
  position: relative;
}
#masthead{
  width: 100%;
}
img{
  width: 100%;
}
#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%;
}

#sous_titre{
  width: 100%;
  text-align: center;
}

.container {
  width: 60%;
  margin-left: 20%;
  overflow: hidden;
  position: relative;
  margin-top: 5%;
  height:30vh;
}
#scroll{
  display: flex;
  width: 1500%;

  transition: transform 1s ease;
  height:100%;
}

.text_section{
  width: 60%;
  margin-left: 20%;
  margin-top: 7%;
}
.item {
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
  display: flex;

}
.icone{
  width: 50%;
  cursor: pointer;
}

#container_circle_top{
  width: 60%;
  margin-left: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}
#container_circle{
  width: 100%;
  display: flex;
  gap: 1%;
  justify-content: center;
  align-items: center;
}
.circle{
  width: 1%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: black;
  cursor: pointer;
}

.is_red_circle{
  background-color: rgb(131, 131, 131);
}
.section1_text{
  position: relative;
}
.titre_text_section{
  text-align: center;
}
@media (max-width: 700px) {
  #masthead{
    height:100vh;
    overflow: hidden;
    position: relative;
  }
  .img_mast{
    position: absolute;
    top:0;
    height: 100%;
    object-fit: cover;
  }
  #titre_mast{
    width: 90%!important;
    position: relative!important;
    left:5%!important;
    height:100%;
    top:0!important;
    padding-top: calc(60px + 5%);
  }
  .text_section{
    width: 100%;
    padding: 4%;
    margin-left: 0;
  }
  .icone{
    width: 100%;
  }
  #container_circle_top{
    width: 100%;
    margin-left: 0;
  }
  .circle{
    width: 8px;
  }
  #container_circle{
    gap:3%;
  }
  .item{
    padding: 0;
  }
  body{
    padding-bottom: 30%;
  }
  a{
    width: 100%;
  }
}




