



/* */
#section_titre{
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  display: flex;
  padding-bottom: 5%;
}
#left_div{
  width: 60%;
  position: relative;
}
#right_div{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_index{
  z-index: 2;
  position: relative;
}
#container_img{
  width: 100%;
  height:100%;
  background-image: url('/static/images/bout/a2.png');
  background-position: center;
  background-size: cover;
  transform: scale(1.3);
}
.container_new{
  width: 100%;
  text-align: center;
}
#container_new_top{
  margin-top: 80px;
  display: block;
  position: relative;
}
#titre_first_section{
  margin-top: 5%;
  position: relative;
  z-index: 999;
}
.news{
  width: 40%;
  text-align: center;
  height:40px;
  border: none;
  font-size: clamp(13px, 1.5vw, 20px);
  background-color: white;
}
#input_news{
  margin-top: 10px;
}
#containrer_btn_news1{
  margin-top: 20px;
}
#btn_news{
  margin: auto;
}
#text2{
  margin-top: 10%;
}
.btn_conseil{
  margin-top: 2%;
  box-shadow: 8px 8px 50px #595959;

}








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






@media (max-width: 1176px){
  #input_news{
    height:30px;
  }
}
@media (max-width: 800px){
  #container_img{
    transform: scale(1.2);
  }
}


@media (max-width: 500px) {
  #section_titre{
    margin-top: 10%;
    margin-left: 5%;
    width: 100%;
  }
  #right_div{
    height:60svh;
    width: 100%;
    position: absolute;
    right: 0;
  }
  #container_img{
    transform: scale(1);
    width: 80%;
    margin-left: 40%;
    opacity: 0.3;
  }
  #left_div{
    width: 80%;
  }
  .container_new{
    padding: 10px;
  }
}