.ParagraphMoreInfos {
  position: relative;
  z-index: 0;
  margin-bottom: 6rem;
  min-height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 12.7rem;
  padding-bottom: 12.7rem; }
  @media (max-width: 767px) {
    .ParagraphMoreInfos {
      padding-left: 0;
      padding-right: 0; }
      .ParagraphMoreInfos .swiper-wrapper {
        flex-wrap: wrap;
        transform: none !important; }
      .ParagraphMoreInfos .Taxo-further_informations, .ParagraphMoreInfos .Taxo-further_informations.swiper-slide {
        margin-bottom: 4rem;
        height: auto; }
        .ParagraphMoreInfos .Taxo-further_informations:last-child, .ParagraphMoreInfos .Taxo-further_informations.swiper-slide:last-child {
          margin-bottom: 0; }
      .ParagraphMoreInfos .swiper-button-prev,
      .ParagraphMoreInfos .swiper-button-next {
        display: none; } }
  .ParagraphMoreInfos::before, .ParagraphMoreInfos::after {
    content: '';
    background: url("../../../img/deco2.svg") left bottom no-repeat;
    width: 282px;
    height: 258px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(-1 * var(--site-padding));
    z-index: -1; }
    @media (min-width: 1360px) {
      .ParagraphMoreInfos::before, .ParagraphMoreInfos::after {
        left: -8rem; } }
    @media (max-width: 767px) {
      .ParagraphMoreInfos::before, .ParagraphMoreInfos::after {
        left: calc(-1 * var(--site-padding-mobile)); } }
  .ParagraphMoreInfos::after {
    top: auto;
    bottom: 0;
    left: auto;
    right: calc(-1 * var(--site-padding));
    transform: rotate(-180deg); }
    @media (min-width: 1360px) {
      .ParagraphMoreInfos::after {
        right: -8rem; } }
    @media (max-width: 767px) {
      .ParagraphMoreInfos::after {
        right: calc(-1 * var(--site-padding-mobile)); } }
  .ParagraphMoreInfos .Taxo-further_informations {
    width: 33.33%;
    padding: 0 2.7rem; }
    @media (max-width: 767px) {
      .ParagraphMoreInfos .Taxo-further_informations {
        width: 100%;
        padding: 0; } }

.Taxo-further_informations-header {
  font-weight: 300; }

.Taxo-further_informations-title {
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: var(--primary-color); }

.Taxo-further_informations-chapo {
  color: var(--text-color); }

/*# sourceMappingURL=extend-moreInfos.css.map */
