/* line 6, ../sass/simubat.scss */
.simulateur .titre {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #c08341;
}
/* line 13, ../sass/simubat.scss */
.simulateur .methode {
  background-color: #ECBC90;
  padding: 10px 0;
}
/* line 17, ../sass/simubat.scss */
.simulateur .methode .titre {
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/* line 22, ../sass/simubat.scss */
.simulateur .methode .titre .actif {
  font-size: 3rem;
  font-weight: normal;
  font-style: italic;
  color: #2B8081;
  font-family: "Sacramento", cursive;
}
/* line 31, ../sass/simubat.scss */
.simulateur .methode .bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
  cursor: pointer;
}
/* line 33, ../sass/simubat.scss */
.simulateur .methode .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 39, ../sass/simubat.scss */
.simulateur .methode .fil {
  display: flex;
  justify-content: center;
  position: relative;
}
/* line 43, ../sass/simubat.scss */
.simulateur .methode .fil::after {
  content: '';
  border-bottom: 3px solid #FFF;
  width: 100%;
  position: absolute;
  top: 33%;
  z-index: 100;
}
/* line 51, ../sass/simubat.scss */
.simulateur .methode .fil .step {
  position: relative;
  z-index: 200;
  text-align: center;
  margin: 2% auto;
}
/* line 56, ../sass/simubat.scss */
.simulateur .methode .fil .step .nombre {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #ECBC90;
  background-color: white;
  display: inline-block;
  padding: 9px 13px;
  border-radius: 50%;
}
/* line 65, ../sass/simubat.scss */
.simulateur .methode .fil .step .nombre.actif {
  color: #FFF;
  background-color: #2B8081;
}
/* line 70, ../sass/simubat.scss */
.simulateur .methode .fil .step .desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #FFF;
  padding: 16px 11px;
  line-height: 18px;
  border-radius: 14px;
}
/* line 77, ../sass/simubat.scss */
.simulateur .methode .fil .step .desc.actif {
  color: #FFF;
  background-color: #2B8081;
}
/* line 86, ../sass/simubat.scss */
.simulateur .etape {
  margin-top: 10px;
}
/* line 88, ../sass/simubat.scss */
.simulateur .etape .section {
  text-align: left;
  padding: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  border-right: 1px solid #000;
}
/* line 95, ../sass/simubat.scss */
.simulateur .etape .section .titre-step {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 101, ../sass/simubat.scss */
.simulateur .etape .section .choix-step {
  font-size: 16px;
  color: grey;
}
/* line 106, ../sass/simubat.scss */
.simulateur .etape .section .gap {
  margin-bottom: 10px;
}
/* line 110, ../sass/simubat.scss */
.simulateur .etape .section .prix {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #2B8081;
  color: #FFF;
  padding: 8px;
  display: inline-block;
  margin-top: 8px;
}
/* line 122, ../sass/simubat.scss */
.simulateur .etape .infos {
  padding: 8px;
}
/* line 124, ../sass/simubat.scss */
.simulateur .etape .infos .produit {
  float: left;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
/* line 129, ../sass/simubat.scss */
.simulateur .etape .infos .produit .champ {
  margin-right: 10px;
}
/* line 132, ../sass/simubat.scss */
.simulateur .etape .infos .produit .label {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
/* line 138, ../sass/simubat.scss */
.simulateur .etape .infos .zone-result {
  margin-top: 4%;
  padding: 10px;
}
/* line 143, ../sass/simubat.scss */
.simulateur .etape .infos .prix {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #2B8081;
  color: #FFF;
  padding: 8px;
  display: inline-block;
  margin-top: 8px;
}
/* line 154, ../sass/simubat.scss */
.simulateur .etape .infos .phone {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
  cursor: pointer;
}
/* line 158, ../sass/simubat.scss */
.simulateur .etape .infos .remise {
  font-weight: bold;
  color: #2B8081;
}
/* line 166, ../sass/simubat.scss */
.simulateur .pagination {
  margin-top: 3%;
}
/* line 168, ../sass/simubat.scss */
.simulateur .pagination .next, .simulateur .pagination .prev {
  border-radius: 20px;
  border: 1px solid #c08341;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #c08341;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
  cursor: pointer;
}
/* line 171, ../sass/simubat.scss */
.simulateur .pagination .next.validation, .simulateur .pagination .prev.validation {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 182, ../sass/simubat.scss */
  .simulateur .etape .infos .zone-result {
    margin-top: 10% !important;
  }
}
