.bg-color--primary {
  background-color: #0563A7;
}
.bg-color--secondary {
  background-color: #E0F5FF;
}
.bg-color--tertiary {
  background-color: #1684AC;
}
.bg-color--fourth {
  background-color: #07303F;
}

.color--primary {
  color: #0563A7;
}
.color--secondary {
  color: #E0F5FF;
}
.color--tertiary {
  color: #1684AC;
}
.color--fourth {
  color: #07303F;
}

@media screen and (max-width: 768px) {
  .process-image {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .process-image {
    max-width: 100%;
  }
}

.domaines-container div {
  min-width: 300px;
}
@media screen and (min-width: 460px) {
  .domaines-container div {
    min-width: 400px;
  }
}
@media screen and (min-width: 660px) {
  .domaines-container div {
    min-width: 300px;
  }
}

.key-figures-left {
  width: 50%;
  height: 250px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
@media (max-width: 1200px) {
  .key-figures-left {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.key-figures-right {
  height: 250px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
@media (max-width: 1200px) {
  .key-figures-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

/*# sourceMappingURL=accueil.output.css.map */
