/* body,
div,
table,
p {
  font-family: "Roboto", "sans-serif", Courier, monospace;
} */

h1,
h2,
h3,
h4,
h5,
.title {
  font-family: "Poppins", "Arial Narrow", Arial, sans-serif;
}

h2,
.title {
  font-size: 4rem;
}

#logo-img {
  /* margin-left: 10%; */
}

/* TO BE REPLACE LATER */
.g-color-primary {
  color: #f28d00 !important;
}

.g-color-secondary {
  color: #003154 !important;
}

.g-bg-secondary-v2 {
  background-color: #008dc6 !important;
}

.g-color-secondary-v2 {
  color: #008dc6 !important;
}

.u-btn-outline-primary {
  color: #f28d00 !important;
  border-color: #f28d00 !important;
}

.u-btn-outline-primary:hover {
  color: #fff !important;
  background-color: #f28d00 !important;
}

/* Hero parts */
#hero-home {
  height: 90vh;
  background-image: url("../img/home/hero.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-terrassement {
  height: 90vh;
  background-image: url("../img/services/terrassement/hero.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-spa {
  height: 90vh;
  background-image: url("../img/services/spa/hero.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-piscine {
  height: 90vh;
  background-image: url("../img/services/piscine/hero.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-maconnerie {
  height: 90vh;
  background-image: url("../img/services/maconnerie/hero.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* POPUP */
#modal-type-aftersometime
{
  overflow: hidden;
}

#modal-type-aftersometime img {
  max-width: 100%;
}

@media screen and (max-width: 450px) {
  h2,
  .title {
    font-size: 3rem;
  }
}
