.parox-desc-bloc-wrap {
  padding: 0 10px;
}

.parox-text-encadre {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 40px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--wp--preset--color--background);
}

.top-left-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 2px;
  background: var(--wp--preset--color--primary);
}

.top-left-side-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 50px;
  background: var(--wp--preset--color--primary);
}

.bottom-right-side-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 50px;
  background: var(--wp--preset--color--primary);
}

.bottom-right-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 2px;
  background: var(--wp--preset--color--primary);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center !important;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}

.z-parox-overlap__left {
  display: inline-block;
  width: 100%;
}

.z-parox-overlap__right {
  display: inline-block;
}

/*

CETTE SECTION A ÉTÉ COPIER/COLLER, IL FAUDRA LA REVOIR POUR LE VERSION MOBILE

*/

@media (max-width: 864px) {
  .flex-container {
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
  }
  .z-parox-overlap__left {
    display: inline-block;
    align-self: flex-start;
    width: 70% !important;
  }
  .z-parox-overlap__right {
    width: 80% !important;
    margin-top: -70px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 480px) {
  .z-parox-overlap__left {
    display: inline-block;
    align-self: center;
    width: 100% !important;
  }
  .z-parox-overlap__right {
    width: 85% !important;
    margin-top: -70px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .parox-overlap-text-wrapper h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .parox-overlap-text-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }
}
