

#lastest_new, #gal_titre{
  width: fit-content!important;
}
#in_news{
  position:relative;
  width: 90%;
  margin-top: 5%;
  height:100%;
  text-align: left;
  padding-bottom: 3%;
  margin-left: 5%;
}

.div_lien{
  text-align: justify;
  padding-left: 5%;
  width: 80%;
  padding-bottom: 5%;
} 

a{
  color:black;
  text-decoration: none;
}
.sep_#DA6416{
  width: 0px;
  height: 1px;
  background-color: #DA6416;
}
.text_lien{
  margin-top: 2%;
}
.btn_lien{
  float: right;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.356);
  cursor: pointer;
  padding: 0.5%;
  z-index: 2;
  position: relative;
  margin-top: 2%;
}



@media (max-width: 768px) {
  .div_lien{
    width: 95%;
  }
  .div_line_other{
    margin-top: 20%;
  }
  .btn_lien{
    float: none;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-top: 5%;
  }
  #news_container{
    padding-bottom: 20%;
  }


}