.node--view-mode-full .node__submitted {
  color: #1ac5ae;
  font-size: .9rem;
  margin-bottom: 1rem;
}

.node--view-mode-full .field__label {
  font-weight: 600;
}

.node--view-mode-full .field {
  margin: .75rem 0;
}

/*ARTICLE NEWS*/
.news-teaser {
  background: #FFFFFF;
  display: grid;
  margin-bottom: .75rem;
  margin-top: .75rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 .2rem .35rem rgba(0,0,0,.15);
  height: 100%;
}

@media screen and (min-width: 992px) {
  .news-teaser {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

.news-teaser:hover {
  box-shadow: 0 0 .75rem rgb(8, 14, 66, 0.35);
}

.news-teaser .field {
  margin: 0;
}

.news-teaser--text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.news-teaser--image {
  position: relative;
  overflow: hidden;
}

.news-teaser--image img {
  transition: all 0.2s ease-in-out;
}

.news-teaser--text .h5 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .news-teaser picture {
    position: absolute;
    z-index: 2;
    left: 0;
    width: auto;
    max-width: inherit;
    height: 100%;
  }
}

.news-teaser .news-cat--button {
  margin-bottom: .8rem;
}

.news-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-date .icon-share {
  color: #FFFFFF;
}

.field--name-field-tags .field__item {
  font-size: .8rem;
}

.field--name-field-tags .field__item a:hover {
  color: var(--greenlight);
}

.field--name-field-tags .field__item::before {
  content: '#';
  display: inline-block;
}

.news-cat--button {
  display: inline-block;
  padding: .1rem .5rem;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 20px;
  font-size: .8rem;
  margin-right: 0;

}

.agency-teaser .hours {
  display: flex;
  align-items: center;
}

.agency-teaser .hours .disc, .node-agency .hours .disc {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: var(--greenlight);
  border-radius: 50%;
  margin-right: .5rem;
}


/*JOB TEMPLATE*/
.job--details {
  padding-top: 2vw;
}

.job-infos {
  padding: 1.5rem;
  border-radius: 1.5rem;
}

.job-infos .icon {
  background-image: url(../img/mini-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: .5rem;
}

.job-infos .icon.agence {
  background-image: url(../img/agence.svg);
 }

.job-infos .icon.contrat {
   background-image: url(../img/contrat.svg);
 }

.job-infos .icon.localisation {
   background-image: url(../img/localisation.svg);
 }

.job--details--cat.buttons {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  background-color: transparent;
  padding: 0 .5rem;
}

.page-node-type-agency .site-main--below {
  background: var(--background);
}

.page-node-type-article .region-content, .page-node-type-page-metier .region-content{
  background-color: #FFFFFF;
}

/*USER PAGE*/
.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item {
  margin-bottom: 1rem;
}

.user-login-form .form-actions,
.user-register-form .form-actions,
.user-pass .form-actions {
  margin-top: 1rem;
}

/*SLIDER OFFERS*/
.slide-offer .slide {
  height: 100%;
}

.slide-offer.tns-item .offre {
  margin-bottom: 0 !important;
}