/********************************** Inner-banner ************************/

section.biography-wrapper {
  background-image: url(../images/banniere/bannier-interne.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 101px 0 60px;
  color: var(--white-color);
  background-color: var(--primary-color);
  height: 216px;
}

section.biography-wrapper::before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.content-text-center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-top: 25px;
}

h3.title-banner-center {
  line-height: 1;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.breadcrumblist {
  flex-wrap: wrap;
  margin: 5px 0 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumblist li a {
  color: inherit;
}

.breadcrumblist>li:not(:last-child) {
  padding-right: 13px;
}

.breadcrumblist>li {
  display: inline-block;
}

.breadcrumblist>li:not(:first-child) {
  padding-left: 13px;
}


.wrapper-page-interne {
  padding: 50px 0;
}

.wrap-page-interne {
  align-items: unset;
}

.header-liste {
  width: 100%;
  text-align: center;
}

.header-liste h2 {
  padding-bottom: 20px;
  color: #044b7a;
  font-size: 25px;
}
