/* variables */
.paragraphes {
  padding: 50px 10px;
}
.paragraphes .image {
  position: relative;
  clip-path: polygon(100% 0, 100% 95.5%, 61.25% 87.5%, 0 100%, 0 0);
}
.paragraphes .liste-paragraphes .un_element {
  margin-top: 20px;
}
.paragraphes .liste-paragraphes .un_element .titre {
  font-family: 'aller_displayregular';
  text-transform: uppercase;
  font-size: 1.1875em;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .paragraphes .conteneur {
    display: flex;
    align-items: flex-start;
  }
  .paragraphes .conteneur:after {
    content: "";
    display: inline-block;
    width: 921px;
    height: 171px;
    background: url(../../images/picto-nebuleuses-2x.png) center center no-repeat;
    background-size: 921px 171px;
    position: absolute;
    top: 386px;
    z-index: 2;
    left: -418px;
  }
  .paragraphes .image {
    width: 400px;
  }
  .paragraphes .liste-paragraphes {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
  }
  .paragraphes .liste-paragraphes .un_element {
    width: 50%;
    position: relative;
    margin: 0;
    padding: 35px 20px 25px 40px;
  }
  .paragraphes .liste-paragraphes .un_element:nth-of-type(1):after,
  .paragraphes .liste-paragraphes .un_element:nth-of-type(2):after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #dfd5c2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .paragraphes .liste-paragraphes .un_element .titre {
    margin-bottom: 15px;
  }
  .paragraphes .liste-paragraphes .un_element .texte {
    margin: 0;
  }
}
