/*HERE GOES MEDIA QUERIES*/

@media screen and (max-width: 1440px) {
  #other-publication:before {
    width: 92%;
  }
}

@media screen and (max-width: 1366px) {
  #other-publication:before {
    width: 95%;
  }
}

@media screen and (min-width: 1680px) {
  #other-publication:before {
    width: 90%;
  }
}
/* Production en mode full */

/*:root {
  --main-color: #603eeb;
  --fade-main-color: #603eeb47;
}*/

.main-content {
  margin-top: 20px;
}