@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.font-poppins {
  font-family: "Poppins";
}
.font-barlow {
  font-family: "Barlow Condensed";
}

#home {
  margin-left: auto;
  margin-right: auto;
  background: url("../../asset/img/head-photo-jml.png") 68% center no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding-left: 50%;
}
.text1_header {
  min-width: 330px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}
.text2_header {
  min-width: 330px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  text-align: center;
}
.button_header {
  background-color: #d7001b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 279px;
  height: 89px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  width: fit-content;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

#jeparticipeauneenquete {
  scroll-margin-top: 100px;
}

@media (min-width: 460px) {
  #home {
    background: url("../../asset/img/head-photo-jml.png") center center
      no-repeat;
    background-size: cover;
    background-position-x: 75%;
    margin-top: 73px;
  }
  .text1_header {
    min-width: 380px;
    margin-bottom: 10px;
  }
  .text2_header {
    min-width: 380px;
    margin-bottom: 40px;
  }
}

@media (min-width: 700px) {
  #home {
    background-position-x: 80%;
  }
}

@media (min-width: 800px) {
  #home {
    background-position-x: 85%;
  }
}

@media (min-width: 992px) {
  #home {
    background-position-x: 75%;
    margin-top: 50px;
    background-size: cover;
    padding-left: 5%;
  }
  .button_header {
    margin: 0;
  }
  .text1_header {
    font-size: 40px;
    line-height: 44px;
    text-align: left;
    min-width: 500px;
  }
  .text2_header {
    font-size: 40px;
    min-width: 500px;
    line-height: 44px;
    text-align: left;
  }
  .text {
    transform: translate(0%, 0%);
    left: 30%;
    top: 35%;
  }
}
@media (min-width: 1300px) {
  #home {
    background-position-x: 50%;
    margin-top: 75px;
  }
  .text {
    left: 35%;
    top: 35%;
  }
}
