* {
  font-display: swap;
}

#serviceCon {
  width: 100%;
  margin-top: 170px;
}

#serviceCon #serviceTitleCon {
  width: 90%;
  max-width: 966px;
  margin: auto;
}

#serviceCon #serviceTitleCon #serviceTitle {
  font-display: swap;
  font: 2rem "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
}

#serviceCon #topDescriptionCon {
  padding: 30px 0px;
  width: calc(100% - 100px);
  margin: auto;
}

#serviceCon #bottomDescriptionCon {
  padding: 30px 0px;

  width: calc(100% - 100px);
  margin: auto;
}

#serviceCon .imageAndDescCon {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr)
}

#serviceCon .imageAndDescCon .holder h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

#serviceCon .imageAndDescCon img {
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 457px;
}

#serviceCon .imageAndDescCon .descCon {

  padding: 10px;
}

#serviceCon .imageAndDescCon .descCon a {
  text-decoration: none;
}

#serviceCon .imageAndDescCon .descCon ul {
  padding: 0px 0px 0px 40px;
}

#serviceCon .imageAndDescCon #filp {
  -ms-grid-row: 2;
  grid-row: 2;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

#askForDevisCon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 5;
  -webkit-transition: 500ms;
  transition: 500ms;
}

#askForDevisCon #changeDevisPositionBtn {
  border: none;
  background: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

#askForDevisCon #changeDevisPositionBtn span {
  color: #8a8a8a;
}

#demandeDevis {
  padding: 5px 20px;
  border-radius: 5px;
  background: none;
  border: none;
  background-color: #9abd1f;
  color: white;
  font: 1rem "Poppins", sans-serif;
}

/*# sourceMappingURL=services.css.map */