.container {
  width: 80%;
  margin: 4% auto;
  text-align: center !important;

  background: rgba(136, 136, 136, 0.9);
  box-shadow: -1px 0px 7px 4px #fffffff2;
  color: white;


  padding: 25px;
  border-radius: 10px;

  line-height: 2rem;
}

header {

}

.how-it-works, .advantages, .cta {
  margin-top: 2rem;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.step {
  border: 2px solid #ccc;
  padding: 1rem;
  border-radius: 10px;
  width: 360px;
}


.ou{
  font-size: 20px;
  font-weight: bolder;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tiret-ou{
}

.tiret{
  height: 5px;
  width: 100px;
  background: red;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.btn {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  margin: 1rem;
  border: 2px solid white;
}

.btn.secondary {
  background: #28a745;
}

.btn-reserver{
  background: red;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
}

.container-fluid{
  background: white;
  width: 100%;
}


.sections{
  width: 80%;
  margin: 0 auto;
  padding: 25px;

  display: flex;
  flex-direction: row;
  gap: 10rem;
  justify-content: center;
  align-content: center;
  align-items: center;

}


.cta{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}


@media screen and (max-width: 860px) {
  .container {
    width: 93%;
    line-height: 1.6rem;
    font-size: 12px;
  }

  .btn-reserver{
    font-size: 13px;
  }

  .sections {
    width: 95%;
    flex-direction: column;
    gap: 2rem;
    line-height: 1.6rem !important;
  }

  .sections > h2{
    line-height: 2rem;
    text-align: center;
  }

  ul {
    line-height: 2rem;
    text-align: left;
  }

  .cta{
    line-height: 2rem;
  }
}
