#planningThemeContainer {
  padding-top: 95px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
#planningThemeContainer h1 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#planningThemeRessourceTrees {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10%;
  justify-content: center;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  #planningThemeRessourceTrees {
    flex-direction: column;
  }
}
#planningThemeRessourceTrees .planningThemeRessourcetree {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  background: #676767;
  color: #fff;
}
#planningThemeRessourceTrees .planningThemeRessourcetree img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#planningThemeRessourceTrees .planningThemeRessourcetree h3 {
  color: #a7c515;
}
#planningThemeRessourceTrees .planningThemeRessourcetree .description {
  flex: 1;
}
#planningThemeRessourceTrees .planningThemeRessourcetree .description p:first-child {
  padding-top: 0;
  margin-top: 0;
}
#planningThemeRessourceTrees .planningThemeRessourcetree select {
  width: 90%;
  padding: 5px;
  margin: 0 auto 10px;
  border-radius: 3px;
}
#planningThemeRessourceTrees .planningThemeRessourcetree button {
  width: 100%;
  background: #fff;
  color: #a7c515;
  margin: 0;
}
