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

.tematik_page_list li + li {
  margin-top: 1.5rem;
}

.tematik_page_list .tematik_page_list-item {
  position: relative;
  display: block;
  padding: 2rem 2rem;
  background-color: #F2F3FA;
  z-index: 0;
  -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);
  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;
  color: #3D3E54;
}

.tematik_page_list .tematik_page_list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3125rem solid transparent;
  z-index: -1;
  -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_page_list .tematik_page_list-item[href]:hover {
  background-color: #fff;
  -webkit-box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
  box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
}

.tematik_page_list .tematik_page_list-item[href]:hover::before {
  border-color: #951713;
}

@media (min-width: 992px) {
  .tematik_page_list .tematik_page_list-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tematik_page_list .tematik_page_list-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 7rem;
  height: 7rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .tematik_page_list .tematik_page_list-image {
    margin-right: 2.5rem;
    width: 13rem;
    height: 13rem;
  }
}

.tematik_page_list .tematik_page_list-contenu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.tematik_page_list .tematik_page_list-contenu [class*="tip"] {
  margin-top: 0.75rem;
}

.tematik_page_list .tematik_page_list-titre {
  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;
}

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

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

@media (min-width: 992px) {
  .tematik_page_list .tematik_page_list-titre {
    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.6rem;
  }
}

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

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

.tematik_page_list .tematik_page_list-description {
  margin: 0.5rem 0;
}

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

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

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

.tematik_page_list .tematik_page_list-item:hover {
  color: #3D3E54;
}

.tematik_page_list .tematik_page_list-item:hover .tematik_page_list-image::before {
  border-color: #951713;
}

.tematik_page_list .tematik_page_list-item:hover .tematik_page_list-contenu [class*="tag"] {
  color: #0B0C22;
}

.tematik_page_list .tematik_page_list-item:hover .tematik_page_list-titre {
  color: #951713;
}
