#simulateur {
  height: 100vh;
  position: relative;
  padding: 0;
  background: url('/wp-content/themes/b2b-immo/img/back-simu.jpg') top
    right/auto 100% no-repeat #d9e8ed;
}
#simulateur > .elementor-container,
#simulateur > .elementor-container > .elementor-row {
  display: block;
  width: 100%;
  height: 100%;
}
#simulateur .section-title {
  width: 100%;
  padding-top: 100px;
}
#simulateur .section-title h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
#simulateur .section-title h2:after {
  content: '';
  width: 70%;
  border-bottom: 2px solid #0a5c84;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#simulateur .a-propos-texte {
  width: 100%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
#simulateur .simulateur-subtile {
  text-align: center;
  width: 100%;
}
#simulateur .simulateur-subtile p {
  font-size: 2em;
  color: #0a5c84;
  line-height: 1.5em;
}
#simulateur .section-content {
  width: 90%;
  margin: 0 auto;
}
#simulateur .sim-content .icon {
  text-align: center;
}
#simulateur .sim-content .icon svg {
  width: 35%;
  opacity: 0.8;
  transition: all 0.2s ease-in;
}
#simulateur .sim-col:first-of-type .icon svg {
  margin-bottom: 20px;
  transform: scale(1.3);
}
#simulateur .sim-col:nth-child(3) .icon svg {
  margin-bottom: 18px;
}
#simulateur .sim-col:hover {
  .icon svg {
    opacity: 1;
    transform: scale(1.1);
  }

  .button {
    background: #0a5c84;
  }

  h4 {
    color: #0a5c84;
  }
}
#simulateur .sim-col:first-of-type:hover .icon svg {
  transform: scale(1.4);
}
#simulateur .sim-content {
  .button {
    background: #0097c2;
    text-align: center;
    width: 60%;
    padding: 15px;
    margin: 40px auto 0;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in;
  }

  h4 {
    color: #0097c2;
    letter-spacing: 2px;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin: 30px 0;
  }
}
