.filigrane {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/s-simi.svg) no-repeat center / contain;
  opacity: .3;
}

.heading-home {
  height: 65vh;
  background-color: var(--bleufonce);
  color: var(--color-white);
  position: relative;
}

.heading-home .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.heading-home .swiper.un::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(0, 32, 58, 0.4) 40%);
  z-index: 3
}

.heading-home .swiper-slide {
  position: relative;
}

.heading-home .swiper-slide h1 {
  color: var(--color-white);
}

.heading-home .swiper-slide .inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-width: 1860px;
}

.heading-home .swiper .swiper-button-prev, .heading-home .swiper .swiper-button-next {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: var(--color-white);
  border-radius: 50%;
  background-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading-home .swiper .swiper-button-prev:hover, .heading-home .swiper .swiper-button-next:hover {
  background-color: var(--gris-bleu-light);
}

.heading-home .swiper .swiper-button-prev {
  left: 1.5%;
}

.heading-home .swiper .swiper-button-next {
  right: 1.5%;
}

.heading-home .accroche {
  margin-top: -2rem;
    padding-right: 5%;
}

.heading-home .accroche .texte {
  font-size: 1.25rem;
  text-align: left;
}

.heading-home .infos {
  background-color: rgba(255, 255, 255, .3);
  position: relative;
  z-index: 10;
  width: 100%;
}

.heading-home .infos .inner {
  width: 90%
}

.heading-home .bouton.bgrouge {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--bleu);
  border-color: var(--bleu);
  color: var(--color-white)
}

.heading-home .bouton.bgrouge:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--bleu);
}

.heading-home .bouton.bgrouge .num {
  display: inline-block;
  background-color: var(--color-white);
  color: var(--bleu);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 1rem;
  position: relative
}

.heading-home .bouton.bgrouge:hover .num {
  background-color: var(--bleu);
  color: var(--color-white);
}

.heading-home .bouton.bgrouge .num span {
  display: inline-block;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.last-offres{
  z-index: 2;
}

.last-offres a.annonce {
  color: var(--bleufonce);
  width: 100%;
  border-radius: 0.75rem;
  border: 0;
  margin: 1rem 0;
  background-color: var(--color-white);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.last-offres h3 {
  font-size: 1.55rem;
  line-height: 1;
  font-weight: bold;
  word-break: break-all;
  text-align: left;
}

@media screen and (min-width: 1620px) {
  .last-offres h3 {
      font-size: 1.75rem;
  }
}

.last-offres .type {
  margin-bottom: 2rem;
  font-weight: bold;
  color: var(--bleu)
}

.last-offres .situation {
  font-size: 1.1rem;
  margin-top: 2rem;
}

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

.last-offres a.annonce:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.metiers-home {
  text-align: left;
  position: relative;
  z-index: 2;
}

.metiers-home .intro {
  font-size: 1.25rem;
  position: relative;
}

.metiers-home a.item, .metiers-home a.item span {
  display: block;
}

.metiers-home a.item {
  pointer-events: none;
  margin: 0;
  color: var(--bleufonce);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.metiers-home a.item:hover{
  -webkit-transform: scale(1.05); transform: scale(1.05);
}

.metiers-home a.item .vignet {
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 0.25rem;
  position: relative;
  background-color: var(--color-white);
}

.metiers-home a.item .vignet img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.metiers-home a.item .ttl {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.actus-home {
  z-index: 1;
}

.actus-home .last-actu {
  z-index: 2;
}

.actus-home .titre {
  height: auto;
  top: unset;
  bottom: 1rem;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.actus-home .titre span {
  display: block;
}

.actus-home .titre .dt {
  font-size: 0.8em;
  font-weight: bold;
}

.actus-home .titre .categ {
  font-size: 0.7em;
  text-transform: uppercase;
}

.actus-home .boutons {
  gap: 0 0.5rem
}

.actus-home .vignet {
  width: 100%;
  max-width: 350px;
  border-radius: 50%;
}

.actus-home .motif {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(3.5%, -50%);
  transform: translate(3.5%, -50%);
  width: 100%;
  height: 150%;
  background: url(../img/s-simi.svg) no-repeat right center / contain;
  z-index: 0
}

.societe-home, .metiers-home {
  z-index: 2
}

.societe-home h3 {
  font-weight: normal;
  color: var(--bleu);
}

.societe-home .atouts {
  margin-top: 1rem;
}

.societe-home .atouts .item {
  background-color: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
  flex: 1 1 auto;
  padding: 2rem;
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}

.temoignages {
  background-color: var(--color-white);
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
  padding: 2rem;
}

.temoignages .portrait {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: var(--color-grey);
}

.temoignages .portrait img {
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.temoignages .signature {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.temoignages .signature span {
  font-weight: bold;
}

.temoignages .swiper {
  padding-bottom: 0;
}

.teaser {
  z-index: 1;
  background: var(--bleu) url(../img/bg-rejoindre.jpg) repeat center center;
  background-size: auto 100%;
  position: relative;
}
.teaser::before{
  content:"";
  display: block;
  position:absolute;
  left:0;
  top:0;
  width:100%; height:100%;
  background: linear-gradient(to right,  rgba(0,32,58,1) 0%,rgba(0,32,58,0.4) 35%,rgba(0,32,58,0.4) 65%,rgba(0,32,58,1) 100%);
}

.teaser::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.3);
}

@media screen and (min-width: 640px) {
  .societe-home .atouts .item {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .teaser::after {
    width: 100%;
  }

  .teaser img {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 100%;
    height: auto;
  }
  .societe-home .atouts .item {
    font-size: 1.65rem;
  }
}

@media screen and (min-width: 1200px) {
  .last-offres h4 {
    font-size: 2.15rem;
  }

  .heading-home .accroche .texte {
    font-size: 2rem;
  }

  .heading-home {
    height: 100vh;
    min-height: 40vw;
  }

  .heading-home .infos {
    bottom: 15%;
  }
  .metiers-home .row{
    position:relative;
    z-index: 2
  }
  .metiers-home .motif {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 95%;
    background: rgba(0, 112, 255, 1) url(../img/motif-metiers.svg) no-repeat left top / contain;
    opacity:.15;
    z-index:1
  }

  .teaser img {
    max-width: 320px;
  }

  .heading-home .down {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 169px;
    height: 85px;
    background: var(--color-white);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-mask-image: url(../img/fd-down.svg);
    mask-image: url(../img/fd-down.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .heading-home .down .fl {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/arrow-down.svg) no-repeat center / contain
  }

  .heading-home a.big-button {
    width: 225px;
    height: 225px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--bleu);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
  }

  .heading-home a.big-button::before, .heading-home a.big-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dotted var(--color-white);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .heading-home a.big-button::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .heading-home a.big-button:hover::before {
    transform: scale(1.1);
    opacity: 0.8;
  }

  .heading-home a.big-button:hover::after {
    transform: scale(1.2);
    opacity: 0.4;
  }

  .heading-home a.big-button span {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
  }
}

@media screen and (min-width: 1280px) {
  .metiers-home .intro, .metiers-home a.item .ttl {
    font-size: 1.25rem
  }

  .societe-home .atouts {
    margin-top: 0;
    -webkit-transform: translateY(-9vw);
    transform: translateY(-9vw);
  }

  .societe-home {
    margin-bottom: -5vw;
  }
}

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

}

@media screen and (min-width: 1680px) {
  .heading-home .accroche {
    padding-right: 15%;
  }

  .societe-home {
    margin-bottom: -7vw;
  }

  .societe-home .atouts {
    -webkit-transform: translateY(-7vw);
    transform: translateY(-7vw);
  }
}

@media screen and (min-width: 1920px) {
  .heading-home .swiper-slide .inner, .heading-home .infos .inner {
    max-width: 1680px;
  }

  .teaser img {
    max-width: 370px;
  }
}