@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.view-job .view-content {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
}

.view-job .view-content .views-row .item-card a.default-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #214570;
  text-decoration: none;
  padding: 0px 20px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #214570;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.view-job .view-content .views-row .item-card a.default-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(35px);
  transform-origin: bottom center;
  background-color: #214570;
  z-index: -1;
  transition: transform 0.3s ease;
}
.view-job .view-content .views-row .item-card a.default-btn:hover {
  color: #fff;
}
.view-job .view-content .views-row .item-card a.default-btn:hover:after {
  transform: translateY(0px);
}

@media only screen and (min-width: 1200px) {
  .view-job .view-content .views-row .item-card a.default-btn {
    font-size: 1.125rem;
  }
  .view-job .view-content {
    width: calc(100% - 80px);
  }
}
.view-job {
  padding: 0 0 50px 0;
}
.view-job .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  position: relative;
  z-index: 1;
}
.view-job .view-content .views-row {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 95px 20px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.view-job .view-content .views-row .item-card h2 {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  color: #214570;
}
.view-job .view-content .views-row .item-card .desc p {
  color: #214570;
}
.view-job .view-content .views-row .item-card .time-salary {
  margin-top: 10px;
}
.view-job .view-content .views-row .item-card .time-salary span {
  color: #3082D6;
  font-size: 1rem;
  display: block;
  padding-left: 26px;
  background-size: 22px;
  line-height: 22px;
  height: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
.view-job .view-content .views-row .item-card .time-salary .time {
  margin-right: 17px;
  background-image: url(../images/icon-time.png);
}
.view-job .view-content .views-row .item-card .time-salary .salary {
  background-image: url(../images/icon-salaire.png);
  margin-top: 10px;
}
.view-job .view-content .views-row .item-card a.default-btn {
  position: absolute;
  bottom: 35px;
  left: 20px;
}

@media only screen and (min-width: 1024px) {
  .view-job .view-content .views-row {
    width: calc(33% - 21px);
    padding: 35px 40px 95px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-job {
    padding: 0 0 70px 0;
  }
  .view-job .view-content:before {
    content: "";
    width: 314px;
    height: 386px;
    background-image: url(../images/design-bg-6.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: -250px;
    right: 450px;
  }
  .view-job .view-content .views-row {
    padding: 35px 40px 95px 20px;
  }
  .view-job .view-content .views-row .item-card h2 {
    font-size: 1.5625rem;
  }
  .view-job .view-content .views-row .item-card .time-salary span {
    display: inline-block;
  }
  .view-job .view-content .views-row .item-card .time-salary .salary {
    margin-top: 0;
  }
}