.tematik_fiche {
  position: relative;
  z-index: 0;
  display: block;
  padding: 2rem 2rem;
  background-color: #EDF1F7;
  -webkit-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.tematik_fiche::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: url("../../img/utils/texture.png");
  background-repeat: repeat;
  opacity: 0.5;
}

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

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

.tematik_fiche-titre {
  margin-bottom: 0;
}

.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: 35%;
    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 {
  color: #81868C;
  padding-top: 1rem;
  border-top: 0.0625rem solid #D0D3D9;
}

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

.tematik_fiche-infos ul li {
  position: relative;
  padding: 0 0 0 2rem;
}

.tematik_fiche-infos ul li + li {
  margin-top: 1rem;
}

.tematik_fiche-infos ul a {
  color: #81868C;
}

.tematik_fiche-infos ul a:hover {
  color: #DB001A;
}

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

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

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

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

.tematik_fiche .leaflet-container {
  margin-top: 2.5rem;
  min-height: 20rem;
}
