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

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;
  background-color: rgb(0, 0, 0);
}
#masthead{
  width: 100%;
  position: relative;
  background-color: rgb(0, 0, 0);
}
#img_conf{
  width: 100%;
  display: block;
  position: relative;
}
#intervention{
  width: 100%;
  padding-top: 9%;
  position: relative;
}
#titre_inter{
  padding-bottom: 0.5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.452);
  width: fit-content;
  
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  animation: reflowFix 0.01s;
}

@keyframes reflowFix {
  from { opacity: 1; }
  to { opacity: 0.99; }
}

#conf{
  margin-left: 0;
  opacity: 0.1;
  letter-spacing: 2px;
  position: absolute;
  top:0;
  left:0;
}
#titre_conf{
  opacity: 1;
}
#inter_subjet{
  margin-top: 8%;
}
#scrolling_container{
  position: relative;
  width: 100%;
  background-color: rgb(0, 0, 0);
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

#hello{
  position: relative;
  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%;
}

#scrolling{
  width: 60%;
  margin: auto;
}
#scroll{
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.container_img_scroll{
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  margin-top: 8%;
  position: relative;
}
.img_in_scroll {
  width: 30%;
  height: auto;
}
#container_circle{
  width: 100%;
  display: flex;
  gap:1%;
  justify-content: center;
  align-items: center;

}
.circle{
  width: 12px;
  aspect-ratio: 1;
  background-color: rgb(39, 39, 39);
  border-radius: 50%;
  cursor: pointer;
}
.is_red{
  background-color: rgb(94, 94, 94);
}
.name_scroll{
  margin-top: 3%;
}
.container_img_dep{
  background-color: rgb(255, 255, 255);
  display: flex;
  align-content: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin-top: 3%;
}







#container_img_all{
  width: 60%;
  margin-left: 20%;
  display: flex;
  gap:3%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}
.img_img{
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  max-width: 80px;
  object-fit: contain;
}





























#participants{
  background-color: rgb(0, 0, 0);
  color:white;
  padding: 2%;
  padding-top: 5%;
}
#container_parti{
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  gap:5%;
}
.container{
  position: relative;
  width: 15%;
  height:auto;
  padding: 1%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 5%;
}

.name{
  padding-bottom: 10%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_parti{
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_parti_img{
  width: 60%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.are_enum{
  opacity: 0.05;
  position: absolute;
  top:-40%;
  left:60%;
  font-size: 10vw;
  z-index: 0;
}
.are_enum_1{
  top:-15%;
  z-index: 0;
}


@media (max-width: 800px) {
  .img_img{
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
  }
}

@media (max-width: 700px) {
  #img_conf{
    position: absolute;
    top:0;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  #titre_mast{
    width: 90%!important;
    position: relative!important;
    left:5%!important;
    height:100%;
    top:0!important;
    padding-top: calc(60px + 5%);
  }
  #intervention{
    margin-top: 15%;
  }
  #scrolling_container{
    padding-top: 15%;
    width: 90%;
    margin-left: 5%;
  }
  #container_img_all{
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 400px) {
  .img_img{
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
  }

}
