.liste-offres .liste {
  overflow: hidden;
}

.liste-offres .liste a.item {
  text-align: left;
  color: var(--bleufonce);
  background-color: var(--color-white);
  height: 100%;
  flex: 1 0 auto
}
.liste-offres h4{
  text-align:left;
  font-weight: bold;
}
.liste-offres h4 span.num {
  display: inline-block;
  margin-right: 0.5rem;
}

.liste-offres .liste a.item:hover {
  text-align: left;
  color: var(--bleufonce);
}

.liste-offres .liste a.item h4 {
  font-size: 1.55rem;
  line-height: 1;
  font-weight: bold;
  word-break: break-word;
  text-align: left;
}

.liste-offres .liste a.item .situation {
  font-size: 1.1rem;
  margin-top: 2rem;
}

.liste-offres .liste a.item .situation .location {
  display: inline-block;
  width: 18px;
  height: 25px;
  margin-right: 0.5rem;
  background: url(../img/location.svg) no-repeat center / contain;
}

.liste-offres .type {
  font-weight: bold;
  color: var(--bleu)
}

.filterDiv {
  color: #ffffff;
  text-align: center;
  margin: 1rem 0;
}

.filterDiv .item {
  border-radius: 0.85rem;
  box-shadow: 0 0 8px rgb(0, 0, 0, .15);
}

.filterDiv .item:hover {
  box-shadow: 0 0 8px rgb(0, 0, 0, .35);
}

.liste-secteurs .item {
  background-color: var(--color-white);
  border-radius: 0.75rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  flex: 1 1 auto;
}

.liste-secteurs .item h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.liste-secteurs .item .lien:hover {
  color: var(--color-red);
}

.liste-secteurs .item .lien::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 0.5rem;
  background: url(../img/arrow-forward-red.svg) no-repeat center / contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.liste-secteurs .item .lien:hover::after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.liste-secteurs .item .picto {
  width: 100px;
}

.liste-secteurs .item .picto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.liste-secteurs .item .resume {
  text-align: left;
}

.liste-secteurs .swiper-slide {
  height: auto;
}

.slider-clients .vignet {
  background-color: var(--color-white);
}

.slider-clients .vignet img {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.slider-clients .swiper-slide::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-grey);
  position: absolute;
  left: -1px;
  top: 0;
}

.listing-metiers .item {
  text-align: left;
  color: var(--bleufonce);
  pointer-events: none;
}

.listing-metiers .item:hover {
  color: var(--bleufonce)
}

.listing-metiers .item h4 {
  font-weight: bold;
}

.listing-metiers .item h4 span.arrow {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-forward-outline.svg) no-repeat center / contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.listing-metiers .item:hover h4 span.arrow {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.listing-metiers .item:hover .vs img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.listing-metiers .item .vs .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6) url(../img/more.svg) no-repeat center / 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.listing-metiers .item:hover .vs .over {
  opacity: 1
}

.equipe {
  position: relative;
  color: white;
}

.equipe .zi-2 {
  z-index: 2;
}

.equipe h2 {
  color: white;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: 2px solid var(--bleufonce);
  outline: none;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-blanc);
  cursor: pointer;
  border-radius: 2rem;
  font-weight: bold;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: var(--bleu);
  color: white;
}

.actus-une a, .liste-agences a {
  color: var(--bleufonce)
}

.actus-une a:hover, .liste-agences a:hover {
  color: var(--bleu)
}

.actus-une a .vignet, .liste-agences a .vignet {
  overflow: hidden;
  margin-bottom: 0.75rem;
  position: relative;
}

.actus-une a .vignet img, .liste-agences a .vignet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.actus-une a:hover .vignet img, .liste-agences a:hover .vignet img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.actus-une a .ttl, .liste-agences a .ttl {
  text-align: left;
  font-weight: bold;
}

.actus-une a .dt {
  text-align: left;
  font-size: 0.8rem;
}

.map {
  height: 100%;
}

.carte-zone {
  overflow: hidden;
  border-radius: 50%;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
}


.equipe {
  z-index: 1;
  background: var(--bleu) url(../img/bg-rejoindre.jpg) repeat center center;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1rem;
}

.equipe::after {
  content:"";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(to right, rgba(0,92,185,0.1), rgba(0,92,185,1));*/
  background: rgba(0,92,185,0.5);
}


@media screen and (min-width: 1440px) {

  .bloc-secteurs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/motif-metiers.svg) no-repeat left top / contain;
  }


}
@media screen and (min-width: 1680px) {
    .liste-offres .liste a.item h4 {
        font-size: 1.75rem;
    }
}