.references-intro {
  position: relative;
  width: 100%;
  background-color: #3E5CDA;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 25px 8.333%;
}
.references-intro .references-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.references-intro .references-intro__inner .references-intro__central {
  margin: 40px 0px 0;
}
.references-intro .references-intro__inner .references-intro__titre {
  font-size: 4.5rem;
  font-weight: bold;
  margin: 0;
}
.references-intro .references-intro__inner .references-intro__logo {
  display: block;
  max-width: 250px;
  width: auto;
  height: auto;
  margin: 0 0 20px;
}
.references-intro .references-intro__inner .references-intro__text {
  color: rgba(255,255,255,0.75);
  font-size: 1.4rem;
  margin: 0;
}
.references-intro .references-intro__inner .references-intro__accroche {
  margin: 0 0 10px;
}
.references-intro .references-intro__inner .references-intro__categorie {
  font-size: 1.4rem;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.references-intro .references-intro__inner .references-intro__categorie li {
  color: #ffffff;
}
.references-intro .references-intro__inner .references-intro__categorie li:last-child span {
  display: none;
}
.references-intro .references-intro__date {
  position: absolute;
  color: rgba(255,255,255,0.75);
  font-size: 1.4rem;
  top: 15px;
  right: 25px;
}
.references-intro .references-intro__imageFond {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  width: 145px;
  height: 140px;
  background: center / contain no-repeat url('/wp-content/themes/yatatheme/img/illustrations/hommeassis2.svg');
}
.references-principal {
  padding: 55px 0;
}
.section-nosreferences h2 {
  margin-bottom: 40px;
  font-size: 3.5rem;
  color: #3E5CDA;
  font-weight: 200;
}
