/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* MENU */
.container_services--menu {
  display: block;
  min-height: 100px;
  color: white;
  display: flex;
  justify-content: space-between;
}

.container_services--menu > div {
  display: flex;
}

.container_services--menu > div:first-child {
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.container_services--menu > div:last-child {
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}

.container_services--menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  min-height: 70px;
  font-size: 12px;
  padding: 0 10px;
}

.container_services--menu img {
  height: 30px;
}

.services-profil {
  border-left: 1px solid rgba(255, 255, 255, 0.432);
  padding-left: 20px !important;
  margin-left: 20px;
}

/* Big Buttons Home */
.container_services {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container_services > a {
  display: block;
  width: 32%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;

  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.container_services img {
  width: 80px;
}

.container_services span {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.service_annonces {
  background-color: rgb(72, 191, 173);
  background-image: linear-gradient(
    135deg,
    rgba(72, 191, 173, 0),
    rgba(27, 145, 128, 1)
  );
}

.service_annonces:hover {
  background-color: rgba(27, 145, 128, 1);
}

.service_delivery {
  background-color: rgb(195, 167, 140);
  background-image: linear-gradient(
    135deg,
    rgba(195, 167, 140, 0),
    rgba(149, 120, 92, 1)
  );
}

.service_delivery:hover {
  background-color: rgba(149, 120, 92, 1);
}

.service_news {
  background-color: rgb(253, 185, 19);
  background-image: linear-gradient(
    135deg,
    rgba(253, 185, 19, 0),
    rgba(235, 167, 0, 1)
  );
}

.service_news:hover {
  background-color: rgba(211, 150, 0, 1);
}

.service_documents {
  background-color: rgb(237, 28, 36);
  background-image: linear-gradient(
    135deg,
    rgba(237, 28, 36, 0),
    rgba(191, 0, 7, 1)
  );
}

.service_documents:hover {
  background-color: rgba(170, 0, 7, 1);
}

.service_messages {
  background-color: rgb(164, 206, 57);
  background-image: linear-gradient(
    135deg,
    rgba(164, 206, 57, 0),
    rgba(131, 173, 23, 1)
  );
}

.service_messages:hover {
  background-color: rgba(124, 162, 29, 1);
}

.service_price {
  background-color: rgb(0, 120, 71);
  background-image: linear-gradient(
    135deg,
    rgba(0, 120, 71, 0),
    rgba(15, 95, 63, 1)
  );
}

.service_price:hover {
  background-color: rgba(1, 82, 49, 1);
}

.service_planification {
  background-color: rgb(0, 120, 71);
  background-image: linear-gradient(
    135deg,
    rgba(0, 120, 71, 0),
    rgba(15, 95, 63, 1)
  );
}

.service_planification:hover {
  background-color: rgba(1, 82, 49, 1);
}

.service_profil {
  background-color: rgb(0, 120, 71);
  background-image: linear-gradient(
    135deg,
    rgba(0, 120, 71, 0),
    rgba(15, 95, 63, 1)
  );
}

.service_profil:hover {
  background-color: rgba(1, 82, 49, 1);
}

.service_fiches {
  background-color: rgb(0, 120, 71);
  background-image: linear-gradient(
    135deg,
    rgba(0, 120, 71, 0),
    rgba(15, 95, 63, 1)
  );
}

.service_fiches:hover {
  background-color: rgba(1, 82, 49, 1);
}
