.allServicesPage {
  width: 70%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto;
}
.allServicesPage .divA {
  position: relative;
  display: flex;
  width: 300px;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #6699ff;
  border-radius: 30px;
  text-decoration: none;
  color: #545454;
  margin-bottom: 30px;
  overflow: hidden;
}
.allServicesPage .divA img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.allServicesPage .divA h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
.allServicesPage .divA p {
  width: 80%;
  margin-bottom: 50px;
  line-height: 20px;
}
.allServicesPage .divA div {
  width: 80%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.allServicesPage .divA .price {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  border-radius: 0;
  width: 160px;
  height: 80px;
  border-bottom-right-radius: 30px;
}
.allServicesPage .divA .price p {
  all: unset;
  font-size: 3rem;
  font-weight: 600;
}
.allServicesPage .divA .price p em {
  font-size: 1rem;
}

.grayDivService {
  display: flex;
  background-color: #f1f1f1;
  flex-wrap: wrap;
}
.grayDivService a {
  width: 50%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.grayDivService .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  padding-top: 85px;
  padding-left: 5%;
  padding-right: 5%;
}
.grayDivService .right h3 {
  font-size: 1.6rem;
  color: #545454;
  line-height: 35px;
}
.grayDivService .right h3 em {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
}
.grayDivService .right .hr {
  display: block;
  background-color: #d24a43;
  border: none;
  height: 2px;
  width: 375px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.grayDivService .right p {
  color: #545454;
  line-height: 30px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.grayDivService .left {
  display: flex;
  align-items: center;
  width: 50%;
}
.grayDivService .left img {
  display: block;
  width: 100%;
}

.neutralDiv a {
  width: 50%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.neutralDiv a.neutral {
  all: unset;
  color: #6699ff;
  text-decoration: underline;
  cursor: pointer;
}

.grayDiv ul {
  display: block;
  color: #545454;
  font-size: 1.1rem;
  margin-bottom: 20px;
  list-style: inside;
  margin: 20px auto;
  width: 50%;
}
.grayDiv li {
  margin-bottom: 10px;
}

.allServicesPage a:hover {
  background-color: #6699ff;
}
.allServicesPage a:hover p {
  color: #fff;
}
.allServicesPage a:hover h3 {
  color: #fff;
}
.allServicesPage a:hover div {
  background-color: #fff;
  color: #6699ff;
}/*# sourceMappingURL=tarifs.css.map */