.btn-border{
  border:1px solid var(--dark);
  border-radius:36px;
}
.btn-border:hover{
  border:1px solid var(--color-1);
  border-radius:36px;
  background: var(--color-1);
}
.sidebar-col {
    position: sticky;
    top: 100px;
}

swiper-container {
    overflow: visible !important;
}

.hero .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
}

 .content h2, .content h1 {
  font-size: 57px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
 .content h2 span, .content h1 span {
  font-size: 57px;
  opacity: 1;
  color: white;
}
 .content p {
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin: 1.5rem 0;
}

.shadow-radius {
     display: block;
  border-radius: 24px;
  box-shadow:
    5px 5px 5px rgba(0, 0, 0, 0.15),
    -5px -5px 5px rgba(255, 255, 255, 1);
}
.shadow-radius-detail {
    display: block;
    margin: 5px 5px;
    border-radius: 24px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15), -5px -5px 5px rgba(255, 255, 255, 1);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.section h1 {
  font-weight: bold;
  font-size: 45px;
  font-family: var(--title-font);
}
.section h3 {
  font-weight: bold;
  font-size: 45px;
  font-family: var(--title-font);
}
.section h4 {
  font-weight: 300;
  font-size: 22px;
}

.section .border-after {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
}
.section .border-after:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: var(--color-1);
  border-radius: 5px;
}

.section .border-after-li {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
      padding-left: 0px !important;
}
.section .border-after-li li {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
padding-left: 1.5rem;
}
.section .border-after-li li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: var(--color-1);
  border-radius: 5px;
}

.section-shape-left {
  background-image: url("data:image/svg+xml,%3Csvg width='793' height='auto' viewBox='0 0 793 659' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M406.594 659L793 256.678C588.263 171.119 177.923 0 174.463 0C170.137 0 1.44543 599.877 0.00366211 604.203C-1.14978 607.664 270.584 642.177 406.594 659Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5%;
      background-size: contain;
}

.section-shape-right {

  background-image: url("data:image/svg+xml,%3Csvg width='793' height='659' viewBox='0 0 793 659' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M386.405 659L0 256.678C204.737 171.119 615.077 0 618.537 0C622.863 0 791.555 599.877 792.996 604.203C794.15 607.664 522.416 642.177 386.405 659Z' fill='white'/%3E%3C/svg%3E");
    
  background-repeat: no-repeat;
  background-position: 95%;
      background-size: contain;
}


.atouts h3 {
  font-size: 32px;
  font-weight: 300;
}

.img-deborde {
  position: absolute;
  bottom: 0;
}

.bg-2.section {
  margin-top: 10vw;
}
.bg-2.section h3 {
  color: var(--bg-light);
}
.bg-2.section h4,
.bg-2.section p,
.bg-2.section li
 {
  color: white;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  color: var(--color-1);
  box-shadow: none;
}
.accordion-item {
  border: none;
  background-color: var(--bg-body);
}
.accordion-button:hover {
  z-index: 0;
  color: var(--color-1);
}

.accordion-button:focus {
  z-index: 0;
}
.accordion-button {
  font-family: var(--text-font);
  background-color: var(--bg-body);
  border: none;
}

.process-wrapper {
  max-width: 900px;
  margin: auto;
}

.process-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 50px;
}

.process-item:nth-child(2) {
  margin-left: 160px;
}

.process-item:nth-child(3) {
  margin-left: 320px;
}

.process-item:nth-child(4) {
  margin-left: 480px;
}

.process-number {
  width: 38px;
  height: 38px;
  min-width: 38px;

  border: 2px solid #ff8c00;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ff8c00;
  font-size: 22px;
  font-weight: 500;

  background: #fff;

  position: relative;
  z-index: 2;
}

.process-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}

.process-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #555;
}

.connector {
  position: absolute;
  top: -90px;
  left: -143px;
  width: 144px;
  height: 110px;
  border-bottom: 2px solid #ff8c00;
  border-left: 2px solid #ff8c00;
  border-bottom-left-radius: 28px;
}

/*-----------------------titre--------------------------*/

.steps-timeline {
  z-index: 3;
  position: relative;
}

.step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.step-1 {
  margin-left: 0;
}
.step-2 {
  margin-left: 160px;
}
.step-3 {
  margin-left: 320px;
}
.step-4 {
  margin-left: 480px;
}

.number {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 2px solid var(--color-1);
  border-radius: 50%;
  color: var(--color-1);
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.text h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.text p {
  margin: 0;
}

.step:not(.step-4)::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -47px;
  width: 40px;
  height: 74px;
  border-left: 2px solid var(--color-1);
  border-bottom: 2px solid var(--color-1);
  border-radius: 0 0 0 28px;
}

.step:not(.step-1)::after {
  content: "";
  position: absolute;
  left: -100px;
  top: 25px;
  width: 100px;
  height: 2px;
  background: var(--color-1);
}

.img-step-1 {
  position: absolute;
  top: 0;
  right: var(--container-out-margin);
  z-index: 0;
}
.img-step-2 {
  position: absolute;
  top: 0;
  right: calc(var(--container-out-margin) * 2);
}

/*-----------------------formulaire--------------------------*/

.form-label span.text-danger{
  display:none;
}

@media (max-width: 1400px) {
  .img-deborde {
    position: relative;
  }
  .bg-2.section {
    color: white;
    margin-top: 0;
  }
  .img-step-2 {
    display: none;
  }
}

@media (max-width: 992px) {
  .step,
  .step-1,
  .step-2,
  .step-3,
  .step-4 {
    margin-left: 0;
  }

  .step::before,
  .step::after {
    display: none;
  }

  .steps-timeline {
    padding-left: 0;
  }
  .img-step-1 {
    display: none;
  }
}
