<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#temoignages {
  background: #f2f2f2;
}

.espace_titleTemoignages {
  width: 100%;
  position: relative;
}

.espace_titleTemoignages .titleTemoignages {
  position: absolute;
  color: white;
  text-shadow: 0 0 6px rgba(40, 40, 40, 0.79);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 380px) {
  .espace_titleTemoignages .titleTemoignages {
    padding: 0 10px;
  }
}

.espace_titleTemoignages img {
  width: 100%;
}

.espace_temoignages {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.espace_btn {
  display: block;
  margin: 20px auto;
  width: 250px;
  text-align: center;
  padding: 5px 8px;
  background-color: transparent;
  color: white;
  border: 10px solid #e51521;
  position: relative;
  z-index: 0;
}
.espace_btn:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid white;
  background-color: #e51521;
  display: block;
}
.espace_btn:hover {
  border-color: white;
  color: #e51521;
}
.espace_btn:hover .fa {
  color: #434343;
}
.espace_btn:hover:before {
  border-color: black;
  background-color: white;
}

.titleTemoignages {
  font-size: 60px !important;
  font-family: "Oswald", serif;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .titleTemoignages {
    line-height: 1.2;
  }
}
@media screen and (max-width: 920px) {
  .titleTemoignages {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .titleTemoignages {
    font-size: 29px !important;
  }
}

.byline_temoignages {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.byline_temoignages a {
  color: #e51521;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}

.lead_temoignages {
  text-align: center;
  font-family: "Droid Serif", serif;
  padding: 0 10px;
  max-width: 750px;
  margin: 20px auto 0;
}
.lead_temoignages h2 {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  text-align: justify;
}
.lead_temoignages p {
  text-align: justify;
}

.social_temoignages {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_temoignages .social-sharing-bar {
  justify-content: center;
  margin-bottom: 0;
}

.espace_personnesTemoignages {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .espace_personnesTemoignages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.espace_info_personnes {
  position: relative;
  background-color: white;
  padding: 16px;
}
@media screen and (min-width: 1200px) {
  .espace_info_personnes {
    flex-basis: calc(25% - 15px);
    margin: 7.5px 7.5px 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1199px) {
  .espace_info_personnes {
    flex-basis: calc(33% - 15px);
    margin: 7.5px 7.5px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 919px) {
  .espace_info_personnes {
    flex-basis: calc(50% - 15px);
    margin: 7.5px 7.5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .espace_info_personnes {
    margin: 10px;
    max-width: 95%;
  }
}
.espace_info_personnes.tuile-quote {
  background-color: #e51521;
}
.espace_info_personnes.tuile-quote .img_personnesTemoignages {
  display: none;
}
.espace_info_personnes.tuile-quote .espace_info_temoignages {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.espace_info_personnes.tuile-quote .espace_info_temoignages .exergue_temoignages {
  color: white;
  font-size: 1.9em;
  line-height: 1.1;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .espace_info_personnes.tuile-quote .espace_info_temoignages .exergue_temoignages {
    font-size: 1.2em;
    min-height: 210px;
  }
}
.espace_info_personnes.tuile-quote .espace_info_temoignages .nom_temoignages {
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.espace_info_personnes.tuile-quote:hover {
  background-color: white;
}
.espace_info_personnes.tuile-quote:hover .espace_info_temoignages {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.espace_info_personnes.tuile-quote:hover .exergue_temoignages {
  color: #e51521;
}
.espace_info_personnes.tuile-photo {
  overflow: hidden;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .espace_info_personnes.tuile-photo {
    min-height: 315px;
  }
}
.espace_info_personnes.tuile-photo::after {
  content: "";
  display: block;
  background-color: rgba(229, 21, 33, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.espace_info_personnes.tuile-photo:hover::after {
  display: none;
}
.espace_info_personnes.tuile-photo:hover .espace_info_temoignages {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.espace_info_personnes.tuile-photo:hover .nom_temoignages {
  color: white;
}
.espace_info_personnes.tuile-photo .img_personnesTemoignages {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 391px) and (max-width: 479px) {
  .espace_info_personnes.tuile-photo .img_personnesTemoignages img {
    height: auto;
    width: 100%;
  }
}
.espace_info_personnes.tuile-photo .espace_info_temoignages {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  padding: 10px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.espace_info_personnes.tuile-photo .espace_info_temoignages .exergue_temoignages,
.espace_info_personnes.tuile-photo .espace_info_temoignages .nom_temoignages {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  display: block;
  transition: all ease-in-out 0.2s;
}
.espace_info_personnes.tuile-photo .espace_info_temoignages .exergue_temoignages {
  color: white;
  bottom: 50px;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .espace_info_personnes.tuile-photo .espace_info_temoignages .exergue_temoignages {
    font-size: 16.5px;
  }
}
@media screen and (min-width: 1200px) {
  .espace_info_personnes.tuile-photo .espace_info_temoignages .exergue_temoignages {
    font-size: 16.5px;
  }
}
.espace_info_personnes.tuile-photo .espace_info_temoignages .nom_temoignages {
  width: auto;
  bottom: 0;
  line-height: 1.25;
}

.img_personnesTemoignages {
  height: 100%;
}

.img_personnesTemoignages img {
  height: 100%;
}

.exergue_temoignages {
  font-size: 18px;
  line-height: 25px;
  color: #e51521;
  font-family: "Droid Serif", serif;
}

.nom_temoignages {
  padding-top: 5px;
  font-family: "Oswald", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 21px;
  color: #222222;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .espace_personnesTemoignages {
    max-width: 620px;
  }
}
@media (max-width: 550px) {
  .nom_temoignages {
    font-size: 18px;
  }
}
.social-sharing-bar {
  min-width: 170px;
  margin-bottom: 0;
}
.social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  line-height: 60px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #353535;
}
@media (max-width: 767px) {
  .social-sharing-bar .sharebar__label {
    float: none;
    line-height: 40px;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.social-sharing-bar ul {
  list-style: none;
}
@media (max-width: 767px) {
  .social-sharing-bar ul {
    max-width: 115px;
    margin: 0 auto;
    padding: 0;
  }
}
.social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.social-sharing-bar ul li a {
  background: #262626;
  fill: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.chevron {
  position: absolute;
  top: 30%;
  z-index: 2;
}

.chevron.left {
  left: -10px;
}

.chevron.right {
  right: -5px;
}

.chevron.right:hover,
.chevron.left:hover {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: white;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .chevron.right {
    right: 12px;
  }

  .chevron.left {
    left: 10px;
  }
}
@media (max-width: 480px) {
  .slick-slide:not(.slick-active) {
    opacity: 0.6;
  }
}
.ad-wrapper {
  margin: 50px auto 0;
  text-align: center;
}

#notif-container {
  position: fixed;
  top: 45px;
  right: 0;
  width: auto;
}

.notif-toast {
  position: relative;
  padding: 8px 12px;
  margin: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
  animation-duration: 0.3s;
  animation-name: notif;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.notif-fadeOut {
  animation-name: notifFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

#notif-container p,
#notif-container h4 {
  margin: 3px 0 !important;
}

.notif-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.notif-text {
  font-size: 14px;
  color: #777;
}

.notif-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FFF;
}

.notif-toast a, .notif-toast a:hover {
  color: #549EDB !important;
  text-decoration: none !important;
}

/** toast types */
.notif-success {
  border-bottom: 2px solid #51C625;
}

.notif-warning {
  border-bottom: 2px solid #DB9215;
}

.notif-error {
  border-bottom: 2px solid #DB2B1D;
}

.notif-info {
  border-bottom: 2px solid #27ABDB;
}

@keyframes notif {
  from {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>