


#body_black{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23757279' fill-opacity='0.13'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #030303;
}
#masthead{
  position:relative;
  width: 100%;
  height:100%;
  margin-top: 3%;
  background-color: white;
  padding-bottom: 5%;
}

#marquee{
  display: none;
}
#titre_blog{
  margin-top: 5%!important;
  width: fit-content!important;
  padding: 0!important;
  margin: 0;
}
a{
  text-decoration: none;
  color:inherit;
}
.titre_post{
  color:#DA6416!important;
}
#container_post{
  width: 50%;
  margin-left: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.post{
  margin-top: 8%;
  position: relative;
}
#container_return{
  margin-top: 2%;
}
#return{
  color:#DA6416;
}


#sep_blog{
  margin-top: 1%;
  width: 0;
  height:3px;
  background-color: #DA6416;
  transition: width 1s ease-in-out;
}
.read{
  position: absolute;
  bottom: 0;
  right: 0;
  color:#DA6416;
}


@media (max-width: 1152px) {
  #container_post{
    width: 60%;
    margin-left: 20%;
  }
}


@media (max-width: 800px) {
  .post_det_container{
    width: 90%!important;
    margin-left: 5%!important;
  }
}
@media (max-width: 750px) {

  #container_post{
    width: 80%;
    margin-left: 10%;
    padding-bottom: 20%;
  }

}

@media (max-width: 500px) {
  #container_post{
    width: 90%;
    margin-left: 5%;
  }
  .post{
    padding-bottom: 50px;
  }

}