.marron .box-wrapper {
  color: var(--color-marron-vif);
}
.rouge .box-wrapper {
  color: var(--color-rouge-vif);
}
.cadre-auto {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
}
.cadre-svg {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cadre-rect {
  width: 95%;
  height: 95%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4px;
  stroke-dasharray: 9 12;
  stroke-linecap: round;
}
.box-content.contenu {
  position: relative;
  z-index: 1;
  padding: 2rem 1rem;
  width: 80%;
  margin: auto;
  height: auto;
}
h6.cadre-content.box-content.contenu::before {
  content: "";
  width: 119%;
  height: 95%;
  background: var(--color-blanc);
  display: block;
  position: absolute;
  top: 4%;
  left: -11%;
  border-radius: 24px;
  z-index: -1;
}
.marron:not(.bg) .cadre-content.box-content.contenu::before {
  background: var(--color-marron-clair);
}
.marron:not(.bg) .box-content {
  background-color: var(--color-marron-clair);
}
.rouge:not(.bg) .box-content {
  background-color: var(--color-rouge-clair);
}
section.marron .cadre h6,
section.marron .cadre h6 p {
  color: var(--color-marron-vif);
}
section.rouge .cadre h6,
section.rouge .cadre h6 p {
  color: var(--color-rouge-fonce);
}
body.eooa .cadre-content,
body.eooa .cadre-content p {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
section.forme.marron {
  background-color: var(--color-marron-clair);
}
section.forme.rouge {
  background-color: var(--color-rouge-clair);
}
section.rouge.forme::before {
  background-color: var(--color-rouge-clair);
}
section.marron.forme::before {
  background-color: var(--color-marron-clair);
}
section.forme::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
section.forme::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
section.forme1,
section.forme2,
section.forme3 {
  position: relative;
  margin-top: 100px;
}
section.forme4::before {
  height: 100px;
  top: -95px;
  -webkit-mask-image: url(../img/bg_final/bg_section_top-m_04.svg);
  mask-image: url(../img/bg_final/bg_section_top-m_04.svg);
}
section.forme3::before {
  height: 100px;
  top: -95px;
  -webkit-mask-image: url(../img/bg_final/bg_section_top-m_03.svg);
  mask-image: url(../img/bg_final/bg_section_top-m_03.svg);
}
section.forme2::before {
  height: 100px;
  top: -95px;
  -webkit-mask-image: url(../img/bg_final/bg_section_top-m_02.svg);
  mask-image: url(../img/bg_final/bg_section_top-m_02.svg);
}
section.forme1::before {
  height: 100px;
  top: -95px;
  -webkit-mask-image: url(../img/bg_final/bg_section_top-m_01.svg);
  mask-image: url(../img/bg_final/bg_section_top-m_01.svg);
}
section.rouge.forme::after {
  background-color: var(--color-rouge-clair);
}
section.marron.forme::after {
  background-color: var(--color-marron-clair);
}
section.forme4::after {
  height: 100px;
  top: 97%;
  -webkit-mask-image: url(../img/bg_final/bg_section_top-m_04.svg);
  mask-image: url(../img/bg_final/bg_section_top-m_04.svg);
  transform: rotate(180deg);
}
section.forme3::after {
  height: 100px;
  top: 99%;
  -webkit-mask-image: url(../img/bg_final/bg_section_bottom-m_03.svg);
  mask-image: url(../img/bg_final/bg_section_bottom-m_03.svg);
}
section.forme2::after {
  height: 190px;
  top: calc(100% - 90px);
  -webkit-mask-image: url(../img/bg_final/bg_section_bottom-m_02.svg);
  mask-image: url(../img/bg_final/bg_section_bottom-m_02.svg);
}
section.forme1::after {
  height: 100px;
  top: 99%;
  -webkit-mask-image: url(../img/bg_final/bg_section_bottom-m_01.svg);
  mask-image: url(../img/bg_final/bg_section_bottom-m_01.svg);
}
@media (min-width: 768px) {
  section.forme1,
  section.forme2,
  section.forme3,
  section.forme4 {
    margin-top: 100px;
  }
  section.forme3::before {
    height: 160px;
    top: -160px;
    -webkit-mask-image: url(../img/bg_final/bg_section_top_04.svg);
    mask-image: url(../img/bg_final/bg_section_top_04.svg);
  }
  section.forme3::before {
    height: 100px;
    top: -100px;
    -webkit-mask-image: url(../img/bg_final/bg_section_top_03.svg);
    mask-image: url(../img/bg_final/bg_section_top_03.svg);
  }
  section.forme2::before {
    height: 100px;
    top: -90px;
    -webkit-mask-image: url(../img/bg_final/bg_section_top_02.svg);
    mask-image: url(../img/bg_final/bg_section_top_02.svg);
  }
  section.forme1::before {
    height: 100px;
    top: -100px;
    -webkit-mask-image: url(../img/bg_final/bg_section_top_01.svg);
    mask-image: url(../img/bg_final/bg_section_top_01.svg);
  }
  section.forme4::after {
    height: 160px;
    top: 98%;
    -webkit-mask-image: url(../img/bg_final/bg_section_top_04.svg);
    mask-image: url(../img/bg_final/bg_section_top_04.svg);
  }
  section.forme3::after {
    height: 100px;
    top: 100%;
    -webkit-mask-image: url(../img/bg_final/bg_section_bottom_03.svg);
    mask-image: url(../img/bg_final/bg_section_bottom_03.svg);
  }
  section.forme2::after {
    height: 100px;
    top: 95%;
    -webkit-mask-image: url(../img/bg_final/bg_section_bottom_02.svg);
    mask-image: url(../img/bg_final/bg_section_bottom_02.svg);
  }
  section.forme1::after {
    height: 100px;
    top: 100%;
    -webkit-mask-image: url(../img/bg_final/bg_section_bottom_01.svg);
    mask-image: url(../img/bg_final/bg_section_bottom_01.svg);
  }
}
