/* line 2, ../sass/screen.scss */
.row-jobs {
  display: flex;
}

/* line 5, ../sass/screen.scss */
.col-job-filter {
  width: 280px;
  background: #028BC8;
}
/* line 8, ../sass/screen.scss */
.col-job-filter h2 {
  background: #028BC8;
  color: #fff;
  text-transform: uppercase;
  line-height: 72px;
  padding: 0 20px;
  text-align: center;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: bold;
}
/* line 19, ../sass/screen.scss */
.col-job-filter .field {
  position: relative;
  border-bottom: 1px solid #686B6F;
}
/* line 22, ../sass/screen.scss */
.col-job-filter .field:last-child {
  border-bottom: none;
}
/* line 25, ../sass/screen.scss */
.col-job-filter .field span {
  background: #272C31;
  color: #fff;
  text-transform: uppercase;
  line-height: 21px;
  padding: 28px 40px 28px 25px;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
}
/* line 35, ../sass/screen.scss */
.col-job-filter .field span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  background: url(../img/arrow-select.png) no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
}
/* line 46, ../sass/screen.scss */
.col-job-filter .field select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 60, ../sass/screen.scss */
.content-jobs {
  width: calc(100% - 280px);
  background: #EFF1F4;
}
/* line 63, ../sass/screen.scss */
.content-jobs .count {
  color: #028BC8;
  font-family: "Heebo", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 40px 20px;
}
/* line 70, ../sass/screen.scss */
.content-jobs .count span {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  position: relative;
  top: -5px;
}
/* line 79, ../sass/screen.scss */
.content-jobs .jobs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
}
/* line 83, ../sass/screen.scss */
.content-jobs .jobs .job {
  flex: 0 calc(50% - 32px);
  margin-right: 32px;
  border-bottom: 4px solid #028BC8;
  margin-bottom: 32px;
  padding: 32px 16px;
  transition: all .3s;
  background: #fff;
  position: relative;
}
/* line 92, ../sass/screen.scss */
.content-jobs .jobs .job:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  transition: all .3s;
}
/* line 104, ../sass/screen.scss */
.content-jobs .jobs .job:hover {
  cursor: pointer;
}
/* line 106, ../sass/screen.scss */
.content-jobs .jobs .job:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 4px solid #028BC8;
  border-right: 4px solid #028BC8;
  border-top: 4px solid #028BC8;
}
/* line 119, ../sass/screen.scss */
.content-jobs .jobs .visu {
  flex: 0 calc(50% - 32px);
  margin-bottom: 32px;
  background: url(../img/SPSEARCH_bg_job.jpg) no-repeat;
  background-size: cover;
}
/* line 125, ../sass/screen.scss */
.content-jobs .jobs h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #028BC8;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 19px;
  height: 38px;
  max-height: 38px;
  overflow: hidden;
}
/* line 137, ../sass/screen.scss */
.content-jobs .jobs p {
  color: #272C31;
  font-size: 16px;
  font-family: "Roboto", Sans-serif;
  line-height: 19px;
  margin-bottom: 16px;
  font-weight: 300;
  height: 57px;
  overflow: hidden;
}
/* line 147, ../sass/screen.scss */
.content-jobs .jobs .ref {
  height: auto;
  font-size: 12px;
  color: #686B6F;
}
/* line 152, ../sass/screen.scss */
.content-jobs .jobs a {
  font-size: 14px;
  color: #028BC8;
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif;
  font-weight: bold;
}
/* line 160, ../sass/screen.scss */
.content-jobs .paginate {
  text-align: center;
  flex: 0 100%;
  padding-bottom: 40px;
}
/* line 165, ../sass/screen.scss */
.content-jobs .more {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #028BC8;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 173, ../sass/screen.scss */
.content-jobs .no-result {
  color: #028BC8;
  font-family: "Heebo", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 40px 20px;
}

@media screen and (max-width: 960px) {
  /* line 187, ../sass/screen.scss */
  .content-jobs .jobs .job {
    flex: 0 100%;
  }
}
@media screen and (max-width: 650px) {
  /* line 194, ../sass/screen.scss */
  .row-jobs {
    display: block;
  }

  /* line 197, ../sass/screen.scss */
  .col-job-filter {
    width: 100%;
  }

  /* line 200, ../sass/screen.scss */
  .content-jobs {
    width: 100%;
  }
}
