/* --------------------------------------- Demandes-section ---------------------------------*/

.demandes-section {
  position: relative;
  overflow: hidden;
  margin-bottom: -24px;
}

.demandes-section-wrapper {
  overflow: hidden;
  width: 100vw;
}

.demandes-section-wrapper img {
  width: 42%;
  float: left;
}

.demandes-section-left-container {
  float: left;
  width: 48%;
  margin-left: 5%;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.demandes-section-left-container p {
  padding: 0;
  padding-left: 20px;
  width: 90%;
  border-left: solid 2px #dddcdc;
}

.demandes-section-left-container a {
  margin: 15% auto 0 0;
}

.demandes-section-left-container h3 {
  margin-top: 0;
  width: 100%;
}

.symbole-corner2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateZ(180deg)
}

/* --------------------Tablette------------------------------------ */

@media (max-width: 1024px) {
  .demandes-section {
    margin-bottom: -17px;
  }
}

/* -------------------------------------------------------------- */

/*--------------------- Mobile ------------------------------ */

@media (max-width: 768px) {
  /* ---------------------Demandes section ------------------- */
  .demandes-section {
    margin-top: 25%;
    margin-bottom: -17px;
  }
  .demandes-section-left-container {
    width: 80vw;
    margin-left: 8%;
  }
  .demandes-section-left-container a {
    margin-top: 5%;
    margin-bottom: 50px;
  }
  .demandes-section-left-container h3 {
    margin: 0;
  }
  .demandes-section-left-container p {
    width: 100%;
    border: none;
    padding: 0;
  }
  .symbole-corner2 {
    display: none;
  }
  .demandes-section-wrapper {
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .demandes-section-wrapper img {
    width: 100vw;
  }
}