* {
  box-sizing: border-box;
}

.noNews {
  margin-top: 30px;
  text-align: center;
}

.categories {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

.container {
  margin: 0 20vw;
}
.aLaUne {
  padding: 30px 0;
  display: flex;
}

.leftALaUne {
  font-size: 0;
}

.rightALaUne {
  margin-left: 30px;
  min-width: 60%;
}

.postInfosALaUne {
  display: flex;
  margin-top: 15px;
}

.linkVersArticleBTN {
  background-color: rgba(0, 210, 238, 0.129);
  padding: 10px 15px;
  border-radius: 0.3rem;
}

.aLaUne img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

h2 {
  margin: 5px 0 15px 0;
}

#articleDvtALaUne {
  margin-top: 15px;
}

.hashtag {
  color: #00d2ee;
}

.articletype {
  padding: 30px 0;
}

#selectionEvenements,
#selectionProjets,
#selectionDivers,
#selectionOrganisations,
#selectionApplications {
  display: flex;
  flex-direction: column-reverse;
}

.conteneur {
  margin: 30px 0;
  display: flex;
}

.dvt {
  margin: 15px 0 0 0;
}

#selectionEvenements img,
#selectionProjets img,
#selectionDivers img,
#selectionOrganisations img,
#selectionApplications img {
  width: 200px;
  border-radius: 0.3em;
}

.dnonePC {
  display: none;
}

h3 {
  margin-top: 5px;
}

.droite {
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  .conteneur {
    flex-direction: column;
  }
  .nn {
    display: none;
  }

  #selectionEvenements img,
  #selectionProjets img,
  #selectionDivers img,
  #selectionOrganisations img,
  #selectionApplications img {
    width: 100%;
  }

  .linkVersArticleBTN {
    display: flex;
    justify-content: center;
  }

  .droite {
    margin: 0;
  }

  #titreALaUne,
  .postInfosALaUne,
  #tagALaUne,
  .titre,
  .tag {
    display: none;
  }
  .dnonePC {
    display: block;
  }
  .aLaUne {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .rightALaUne {
    max-width: 100%;
    height: 100%;
    margin: 0;
  }
  .aLaUne img {
    width: 100%;
    object-fit: cover;
  }
  #selectionEvenements,
  #selectionProjets,
  #selectionDivers,
  #selectionOrganisations,
  #selectionApplications {
    margin: 0 8vw;
  }
  .categories {
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .categories a {
    display: inline-block;
    text-align: center;
    padding: 30px 30px;
  }
  .container {
    margin: 0;
  }
  #contentALaUne {
    margin: 0 8vw;
  }
}

/* STBan */
