.tematik_fiche {
  display: block;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  -moz-transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
}

.tematik_fiche-header {
  margin-bottom: 1rem;
}

.tematik_fiche-header [class*="tag"] {
  margin-bottom: 0.25rem;
}

.tematik_fiche-titre {
  margin-bottom: 1rem;
  line-height: 1;
  color: #151515;
  font-family: "Decalotype", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .tematik_fiche-titre {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .tematik_fiche-titre {
    font-size: 2rem;
  }
}

.tematik_fiche-interne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .tematik_fiche-interne {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.tematik_fiche-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .tematik_fiche-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 40%;
    margin-bottom: 0;
    padding-right: 2em;
  }
}

.tematik_fiche-contenu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tematik_fiche-infos {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tematik_fiche-infos li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2.5rem;
}

.tematik_fiche-infos li + li {
  border-top: 1px solid #BEBEBE;
}

.tematik_fiche-infos i {
  height: 1.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 1.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
  color: #D31B21;
  font-size: 1.25rem;
}

.tematik_fiche-infos p,
.tematik_fiche-infos ul,
.tematik_fiche-infos ol {
  margin: 0;
}

.tematik_fiche-infos p {
  line-height: inherit;
  text-align: inherit;
}

.tematik_fiche-infos *:not(i) + p,
.tematik_fiche-infos *:not(i) + ul,
.tematik_fiche-infos *:not(i) + ol {
  margin-top: 0.5rem;
}
