.text-head1 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
}

.text-head2 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
}

.text-head3 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
}

.text-paraph {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
}

.text-little {
  font-size: 12px;
  color: #939494;
  font-weight: lighter;
  width: 100%;
  text-align: center;
  display: block;
}

.text-title {
  font-size: 1.1em;
  color: black;
  font-weight: normal;
}

.text-capital {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
  line-height: 1.6em;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-divider {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.text-divider .divider {
  border-bottom: 1px solid #efefef;
  flex: 1;
}
.text-divider .text {
  display: flex;
  color: #444444;
  gap: 1rem;
}
.text-divider .text span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.text-divider .text i {
  font-size: 1.5em;
}

@keyframes spin {
  0% {
    transform: rotateX(180deg);
    transform-origin: 0% 0%;
    ms-transform-origin: 0% 0%;
    moz-transform-origin: 0% 0%;
    moz-transform: rotateX(180deg);
    ms-transform: rotateX(180deg);
  }
  25% {
    transform: rotateX(100deg);
    transform-origin: 0% 0%;
    ms-transform-origin: 0% 0%;
    moz-transform-origin: 0% 0%;
    moz-transform: rotateX(180deg);
    ms-transform: rotateX(180deg);
  }
  50% {
    transform: rotateX(0deg);
    transform-origin: 0% 0%;
    ms-transform-origin: 0% 0%;
    moz-transform-origin: 0% 0%;
    moz-transform: rotateX(0deg);
    ms-transform: rotateX(0deg);
  }
  75% {
    transform: rotateX(45deg);
    transform-origin: 0% 0%;
    ms-transform-origin: 0% 0%;
    moz-transform-origin: 0% 0%;
    moz-transform: rotateX(45deg);
    ms-transform: rotateX(45deg);
  }
  100% {
    transform-origin: 0% 0%;
    transform: rotateX(0deg);
    ms-transform-origin: 0% 0%;
    moz-transform-origin: 0% 0%;
    moz-transform: rotateX(0deg);
    ms-transform: rotateX(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateX(180deg);
  }
  25% {
    -webkit-transform: rotateX(100deg);
  }
  50% {
    -webkit-transform: rotateX(0deg);
  }
  75% {
    -webkit-transform: rotateX(45deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
.imageSpin {
  animation-name: spin;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  -webkit-animation-name: spin;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1s;
}

.icons {
  width: 24px;
}

.candidatures-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.candidatures-action .custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.candidatures-action .custom-button .round {
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #6e6e6e;
  border-radius: 100px;
  color: #a1a1a1;
}
.candidatures-action .custom-button .text {
  font-size: 12px;
  color: #a1a1a1;
  padding: 0.5rem;
}
.candidatures-action .custom-button:hover {
  cursor: pointer;
}
.candidatures-action .custom-button:hover .text,
.candidatures-action .custom-button:hover .round {
  color: #3b3b3b;
}

.candidature {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.candidature .star {
  background-color: rgb(147, 240, 138);
  padding: 0.1rem 0.5rem;
  margin: 0.5rem;
  font-size: 10px;
  color: rgb(26, 90, 10);
  border-radius: 2px;
}
.candidature .logo-e {
  width: 64px;
  height: auto;
  display: inline-block;
}
.candidature .action-data {
  flex-direction: row;
}
.candidature .action-data button {
  margin: 0.5rem;
}
.candidature .candidature-documents {
  display: flex;
  flex-direction: column;
}
.candidature .candidature-documents .document {
  display: flex;
  padding: 0.5rem;
}
.candidature .candidature-documents .document .iconmoon {
  padding-right: 0.5rem;
}
.candidature .candidature-count {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 4px solid #30b7de;
  padding: 1rem;
  height: 100%;
}
.candidature .candidature-count .count {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #30b7de;
  color: white;
  margin: 1rem;
}
.candidature .candidature-count .text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.candidature .candidature-content {
  padding: 1rem;
  flex: 1;
}
.candidature .candidature-header {
  display: flex;
}
.candidature .candidature-header .logo-container {
  width: 78px;
  height: 78px;
  overflow: hidden;
  padding: 1rem;
}
.candidature .candidature-header .logo-container img {
  width: 78px;
}
.candidature .candidature-header .candidature-enterprise {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: flex-start;
}
.candidature .candidature-header .candidature-enterprise .enterprise {
  font-size: 12px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.candidature .candidature-header .candidature-enterprise .enterprise .badge {
  margin-left: 0.5rem;
  display: inline-block;
  padding: 0.1rem 2rem;
  border-radius: 10px;
}
.candidature .candidature-header .candidature-enterprise .enterprise .red {
  background-color: #ffb4b4;
  color: #e70000;
}
.candidature .candidature-header .candidature-enterprise .enterprise .green {
  background-color: #74f870;
  color: #0c9507;
}
.candidature .candidature-data {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.candidature .candidature-data .titre {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  color: #30b7de;
}

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