.config-depannage__wrapper {
  padding-top: 48px;
}

.config-depannage fieldset {
  border: none;
  display: flex;
  align-items: flex-end;
  margin: 64px 0 96px;
}

.config-depannage .final-section .intro-text {
  max-width: 780px;
  margin: 0 auto;
}

.config-depannage .final-section h2,
.config-depannage legend {
  display: block;
  position: static;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #333;
  width: 100%;
  margin-bottom: 124px;
}

.config-depannage__wrapper .section-nav {
  padding: 0;
  flex-wrap: wrap;
}

.config-depannage .final-section h2 {
  margin-bottom: 0;
}

.config-depannage .section-nav--off {
  display: none;
}

.config-depannage .special-radio-svg {
  width: 50%;
  padding: 0 12px;
}

.config-depannage .special-radio-svg label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.config-depannage .special-radio-svg label span {
  white-space: nowrap;
}

.config-depannage .final-section h2+p,
.config-depannage .special-radio-svg span {
  display: block;
  font-size: 1.5em;
  line-height: 2em;
  color: #666;
}

.config-depannage .special-radio-svg svg {
  max-width: 316px;
  max-height: 216px;
  width: 100%;
  color: #e9f1f9;
  order: -1;
  margin-bottom: 24px;
}

.config-depannage .special-radio-svg input:checked~svg {
  color: #ffb210;
}

.config-depannage .list-options {
  padding-left: 0;
}

.config-depannage .list-options li {
  list-style: none;
  display: flex;
  align-items: center;
}

.config-depannage .list-options li svg {
  margin-right: 4px;
}

.config-depannage .list-options li:not(:last-child) {
  margin-bottom: 16px;
}

.config-depannage footer {
  display: flex;
  justify-content: center;
}

.config-depannage__wrapper .cards-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 40px;
  flex-direction: column;
}

.config-depannage__wrapper .bosonx-commercialOfferCard {
  margin: 0 44px 64px;
  display: none;
}

.config-depannage__wrapper .bosonx-commercialOfferCard--highlighted {
  order: -1;
}

.config-depannage__wrapper .bosonx-commercialOfferCard--highlighted,
.config-depannage__wrapper .bosonx-commercialOfferCard--show {
  display: grid;
}

.config-depannage__wrapper .bosonx-commercialOfferCard--highlighted:after {
  content: "";
  position: absolute;
  border: 2px solid #1057c8;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  top: -40px;
  left: -40px;
  pointer-events: none;
}

.config-depannage__wrapper .bosonx-commercialOfferCard--highlighted .bosonx-commercialOfferCard__highlighted-text {
  display: block;
}

.config-depannage__wrapper .bosonx-commercialOfferCard__highlighted-text {
  display: none;
  position: absolute;
  padding: 0.5rem 1rem 1rem;
  background: linear-gradient(to bottom, #1057c8, #1057c8) right 0 bottom 8px/100% 100% no-repeat,
    linear-gradient(to top right, transparent 50%, #001a70 50%, #001a70 100%) left 0 bottom 0/8px 8px no-repeat;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  left: -48px;
  top: -60px;
  z-index: 10;
}

.config-depannage__wrapper .stepper_actions {
  display: flex;
  justify-content: center;
  margin-bottom: 92px;
}

.config-depannage__wrapper .section-nav__prev {
  margin-right: 32px;
}

@media (min-width: 768px) {
  .config-depannage__wrapper .cards-section {
    flex-direction: row;
  }

  .config-depannage__wrapper .stepper_actions {
    margin-bottom: 212px;
  }
}