#a-propos {
  height: 100vh;
  position: relative;
  background: url('/wp-content/themes/B2Bimmo/img/back-apropos.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #e5eef3;
}
#a-propos > .elementor-container {
  display: block;
  width: 100%;
  height: 100%;
}
#a-propos > .elementor-container > .elementor-row {
  display: block;
  width: 100%;
  height: 100%;
}
#a-propos .section-title {
  width: 100%;
  padding-top: 50px;
}
#a-propos .a-propos-texte {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-right: 4%;
}
#a-propos .a-propos-texte p {
  font-size: 1.8em;
  color: #0a5c84;
  text-align: justify;
}
#a-propos .a-propos-texte h2 {
  text-transform: uppercase;
  color: #0a5c84;
  font-weight: bold;
  margin-bottom: 20px;
}
#a-propos .a-propos-texte .button {
  background: #0097c2;
  text-align: center;
  width: 40%;
  padding: 15px;
  margin: 20px auto 0 auto;
  transition: all 0.2s ease-in;
}
#a-propos .a-propos-texte .button:hover {
  background: #0a5c84;
}
#a-propos .a-propos-texte .button p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 0;
}
#a-propos .apropos-logo {
}
#a-propos .apropos-logo img {
  width: 19%;
  margin-bottom: 32px;
}
#a-propos .apropos-img {
  width: 50%;
  padding: 0 4%;
  display: inline-block;
}
#a-propos .apropos-img img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 92, 132, 0.2);
  z-index: 1;
}
#a-propos .apropos-img img {
  opacity: 1;
}
#a-propos #logo-ssl {
  width: 23vw;
  height: auto;
  margin: -50px auto -40px auto;
}
