.text-formatted.field--type-text-long, .text-formatted.field--type-text-with-summary {
  max-width: 770px;
  padding: 0 25px;
  width: 100%;
  margin: auto;
}
.text-formatted.field--type-text-long h2, .text-formatted.field--type-text-with-summary h2 {
  clear: both;
  margin: 10px 0;
}
.text-formatted.field--type-text-long h2:after, .text-formatted.field--type-text-with-summary h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: black;
}
.text-formatted.field--type-text-long h4.colored, .text-formatted.field--type-text-with-summary h4.colored {
  background-color: #19221e;
  color: white;
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  font-size: 2.2rem;
}
.text-formatted.field--type-text-long p, .text-formatted.field--type-text-with-summary p {
  line-height: 1.6;
}
.text-formatted.field--type-text-long a, .text-formatted.field--type-text-with-summary a {
  font-family: "Graphie";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  padding: 5px 0;
  background-size: 201% auto;
  background-image: linear-gradient(to right, transparent 50%, #79dea8 50%);
  background-position: 0 0;
  transition: all ease 0.4s;
}
.text-formatted.field--type-text-long a:hover, .text-formatted.field--type-text-long a .active, .text-formatted.field--type-text-with-summary a:hover, .text-formatted.field--type-text-with-summary a .active {
  color: white;
  background-position: -99.59% 0;
}
.text-formatted.field--type-text-long blockquote, .text-formatted.field--type-text-with-summary blockquote {
  position: relative;
  padding-left: 65px;
  margin: 0;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long blockquote, .text-formatted.field--type-text-with-summary blockquote {
    padding-left: 180px;
  }
}
.text-formatted.field--type-text-long blockquote:before, .text-formatted.field--type-text-with-summary blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 72px;
  background-image: url("../../assets/pictos/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long blockquote:before, .text-formatted.field--type-text-with-summary blockquote:before {
    width: 90px;
  }
}
.text-formatted.field--type-text-long blockquote p, .text-formatted.field--type-text-with-summary blockquote p {
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long blockquote p, .text-formatted.field--type-text-with-summary blockquote p {
    font-size: 2.8rem;
  }
}
.text-formatted.field--type-text-long blockquote span.sign, .text-formatted.field--type-text-with-summary blockquote span.sign {
  font-size: 16px;
  position: relative;
}
.text-formatted.field--type-text-long blockquote span.sign:before, .text-formatted.field--type-text-with-summary blockquote span.sign:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-right: 20px;
  background-color: #000;
  top: -3px;
}
.text-formatted.field--type-text-long img, .text-formatted.field--type-text-with-summary img {
  max-width: 100%;
  margin-bottom: 10px;
}
.text-formatted.field--type-text-long img.align-left, .text-formatted.field--type-text-with-summary img.align-left {
  margin-right: 10px;
}
.text-formatted.field--type-text-long img.align-right, .text-formatted.field--type-text-with-summary img.align-right {
  margin-left: 10px;
}
.text-formatted.field--type-text-long .video-embed-field-responsive-video, .text-formatted.field--type-text-with-summary .video-embed-field-responsive-video {
  max-width: 100%;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long .video-embed-field-responsive-video, .text-formatted.field--type-text-with-summary .video-embed-field-responsive-video {
    max-width: 100%;
  }
}
.text-formatted.field--type-text-long div.template-download-file, .text-formatted.field--type-text-with-summary div.template-download-file {
  display: flex;
}
.text-formatted.field--type-text-long div.template-download-file p, .text-formatted.field--type-text-with-summary div.template-download-file p {
  margin: 0;
}
.text-formatted.field--type-text-long div.template-download-file p.date, .text-formatted.field--type-text-with-summary div.template-download-file p.date {
  font-weight: bold;
}
.text-formatted.field--type-text-long span.icon, .text-formatted.field--type-text-with-summary span.icon {
  margin-right: 10px;
  background-color: #79dea8;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 50%;
  flex: 0 0 50px;
  height: 50px;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long span.icon, .text-formatted.field--type-text-with-summary span.icon {
    flex: 0 0 60px;
    height: 60px;
  }
}
.text-formatted.field--type-text-long span.icon-file, .text-formatted.field--type-text-with-summary span.icon-file {
  background-image: url(../../assets/pictos/pdf.svg);
}
.text-formatted.field--type-text-long span.icon-audio, .text-formatted.field--type-text-with-summary span.icon-audio {
  background-image: url(../../assets/pictos/sound.svg);
  background-size: 40%;
}
.text-formatted.field--type-text-long div.template-audio-link, .text-formatted.field--type-text-with-summary div.template-audio-link {
  display: flex;
}
.text-formatted.field--type-text-long div.template-audio-link p, .text-formatted.field--type-text-with-summary div.template-audio-link p {
  margin: 0;
}
.text-formatted.field--type-text-long div.template-audio-link p.date, .text-formatted.field--type-text-with-summary div.template-audio-link p.date {
  font-weight: bold;
}
.text-formatted.field--type-text-long div.template-dates-list-item, .text-formatted.field--type-text-with-summary div.template-dates-list-item {
  display: flex;
  border-top: 1px solid #ccc;
  min-height: 120px;
  align-items: center;
}
.text-formatted.field--type-text-long div.template-dates-list-item p.date, .text-formatted.field--type-text-with-summary div.template-dates-list-item p.date {
  flex: 0 0 110px;
  font-weight: bold;
  margin-right: 10px;
}
.text-formatted.field--type-text-long div.template-image-text-list-item, .text-formatted.field--type-text-with-summary div.template-image-text-list-item {
  display: flex;
  border-top: 1px solid #ccc;
  min-height: 180px;
  align-items: center;
}
.text-formatted.field--type-text-long div.template-image-text-list-item p.image, .text-formatted.field--type-text-with-summary div.template-image-text-list-item p.image {
  flex: 0 0 200px;
}
.text-formatted.field--type-text-long div.template-image-text-list-item p.image img, .text-formatted.field--type-text-with-summary div.template-image-text-list-item p.image img {
  max-width: 180px;
}
.text-formatted.field--type-text-long ul li a, .text-formatted.field--type-text-with-summary ul li a {
  text-decoration: underline;
}

.text-formatted.field--type-text-long.field--name-field-body h2,
.text-formatted.field--type-text-long.field--name-field-body2 h2 {
  clear: both;
  margin: 0 0 30px 0;
  padding: 50px 0 50px;
}
.text-formatted.field--type-text-long.field--name-field-body h2 + div.template-dates-list-item,
.text-formatted.field--type-text-long.field--name-field-body2 h2 + div.template-dates-list-item {
  border-top: none;
}
@media (min-width: 769px) {
  .text-formatted.field--type-text-long.field--name-field-body h2 + div.template-dates-list-item + div.template-dates-list-item,
.text-formatted.field--type-text-long.field--name-field-body2 h2 + div.template-dates-list-item + div.template-dates-list-item {
    border-top: none;
  }
}
.text-formatted.field--type-text-long.field--name-field-body h2:first-child,
.text-formatted.field--type-text-long.field--name-field-body2 h2:first-child {
  padding: 0 0 50px;
}