/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.containerLinksPartPage {
  margin-top: 30px;
}

.containerLinksPartPage > a {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #A1A6AC;
  border-radius: 4px;
  line-height: 60px;
  text-indent: 20px;
  font-size: 15px;
  font-weight: 800;
  color: #333333;
  text-decoration: none;
}

.containerLinksPartPage > a.active {
  background-color: #E2F3FF;
  border: 1px solid #559DD3;
  color: #559DD3;
}

.containerInfoCompletion {
  background-color: #FFFFFF;
  border: 1px solid #A1A6AC;
  border-radius: 4px;
  text-align: center;
}

.containerInfoCompletion h4 {
  color: #272829;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.containerInfoCompletion p {
  color: #5B5E61;
  font-size: 16px;
  line-height: 22px;
}

.containerInfoCompletion p a {
  color: #559DD3 !important;
  font-weight: bold;
  text-decoration: underline;
}

.containerInfoCompletion .btn {
  width: 90%;
}

.containerPercentCircle .timer {
  fill: #5B5E61 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#accordionCardsCompany.totalBlock {
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#accordionCardsCompany.totalBlock .card {
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .containerLinksPartPage {
    display: none;
  }
  .containerLinksPartPage ~ .col-9 {
    max-width: none;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
/*# sourceMappingURL=page_perso.css.map */
