@charset "UTF-8";
.tematik_trombinoscope--redacteur {
  color: #3D3E54;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-image {
  position: relative;
  display: block;
  width: 8rem;
  z-index: 0;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-image figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.tematik_trombinoscope--redacteur[href] .tematik_trombinoscope-image figure::before,
.tematik_trombinoscope--redacteur[href] .tematik_trombinoscope-image figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.tematik_trombinoscope--redacteur[href] .tematik_trombinoscope-image figure::before {
  width: 100%;
  height: 100%;
  background-color: rgba(149, 23, 19, 0.5);
}

.tematik_trombinoscope--redacteur[href] .tematik_trombinoscope-image figure:after {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.5rem;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-contenu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-contenu [class*="tag"] {
  display: block;
  margin-bottom: 0.125rem;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-nom {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #0B0C22;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  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.35rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .tematik_trombinoscope--redacteur .tematik_trombinoscope-nom {
    font-size: 1.425rem;
  }
}

@media (min-width: 992px) {
  .tematik_trombinoscope--redacteur .tematik_trombinoscope-nom {
    font-size: 1.5rem;
  }
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-sousTitre {
  display: inline-block;
  color: #828394;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-description p,
.tematik_trombinoscope--redacteur .tematik_trombinoscope-description ul,
.tematik_trombinoscope--redacteur .tematik_trombinoscope-description ol {
  margin: 0;
}

.tematik_trombinoscope--redacteur .tematik_trombinoscope-description p {
  line-height: inherit;
  text-align: inherit;
}

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

.tematik_trombinoscope--redacteur[href]:hover {
  color: #3D3E54;
}

.tematik_trombinoscope--redacteur[href]:hover .tematik_trombinoscope-image figure::before,
.tematik_trombinoscope--redacteur[href]:hover .tematik_trombinoscope-image figure::after {
  opacity: 1;
}

.tematik_trombinoscope--redacteur[href]:hover .tematik_trombinoscope-nom {
  color: #951713;
}
