/* #region "./assets/sass/archive_offers.scss" */
/*
- type: css/auto
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
/* Background color */
.bcg-primary {
  background-color: #004A70;
}

.bcg-secondary {
  background-color: #0085AC;
}

.bcg-tertiary {
  background-color: #D4E4EF;
}

.bcg-white {
  background-color: #fff;
}

/* Text Color */
.tc-primary {
  color: #004A70;
}

.tc-secondary {
  color: #0085AC;
}

.tc-tertiary {
  color: #D4E4EF;
}

.tc-white {
  color: #fff;
}

/* Font weights */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* Text alignements */
.tc-center {
  text-align: center;
}

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

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

/* Font styles */
.fs-italic {
  font-style: italic;
}

/* Line heights */
.lh-1 {
  line-height: 1.2;
}

.job-list {
  display: grid;
  grid-gap: 40px;
  margin: 30px 0;
  padding: 20px 0;
}

.job-list__post {
  padding: 20px;
}

.job-list__link-container {
  text-align: right;
}

.job-list__link {
  padding: 7px 15px !important;
}

.job-list__title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .job-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Style of the filter form title */
.filters__title {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Style of the filter form component */
.filters-form {
  width: max-content;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-radius: 8px;
  color: #A8A8A8;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.filters-form::placeholder {
  color: #A8A8A8;
}

/* Style for the select elements of the form */
.filters-form select {
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 17px 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #A5ACC6;
  background-image: url(/wp-content/plugins/tribu_offers/frontend/public/017d3c96e2a187de.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% center;
  width: 100%;
}

/* Style for the button[type=submit] element of the form */
.filters-form button[type=submit] {
  background-color: #004A70;
  width: auto;
  padding: 0 20px !important;
  font-size: 1.6rem;
  border-radius: 7px;
  padding: 15px 0;
  font-weight: 700;
}
.filters-form button[type=submit]:hover, .filters-form button[type=submit]:focus {
  color: #fff;
  background-color: #004A70;
}

/* Style for the container of the reset button of the form */
.filters-form__reset {
  text-align: right;
  padding-top: 10px;
}

/* Style of the reset button of the form */
.filters-form__reset-button {
  border: none;
  text-decoration: underline;
  font-size: 1.2rem;
  background-color: transparent;
}
.filters-form__reset-button:hover, .filters-form__reset-button:focus {
  text-decoration: none;
}

/* Media query for 620px */
@media screen and (min-width: 620px) {
  .filters-form select {
    flex-basis: 48.5%;
  }
}
/* Media query for 992px */
@media screen and (min-width: 992px) {
  .filters-form {
    flex-wrap: nowrap;
  }
  .filters-form select {
    min-width: 150px;
    flex-basis: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .filters-form select {
    min-width: 190px;
  }
}
/* Media query for 1200px */
@media screen and (min-width: 1400px) {
  .filters-form {
    font-size: 1.4rem;
  }
  .filters-form select {
    min-width: 211px;
  }
  /* Specific style for the select #specialty element of the form */
  .filters-form select#specifites {
    min-width: 240px;
  }
}
/* #endregion "./assets/sass/archive_offers.scss" */


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