.home section {
  padding: 2rem 7.5%;
}

section.top {
  padding: 0;
}

section.top .logo-intro {
  max-width: 350px;
  display: block;
}

section.top h1 {
  margin-bottom: 0.5em;
}

section.top h1 span {
  display: block;
}

section.top h1 span.surtitre, section.top .sub-accroche {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.2
}

section.top h1 span.surtitre {
  margin-bottom: 1rem
}

section.top .swiper {
  height: 60vh;
  z-index: 1;
  background-color: var(--bleudark);
}

section.top .content {
  padding: 2rem 7.5%;
  text-align: left;
}

section.top .content .subline {
  font-weight: 500;
  font-size: 1.25rem;
}

section.top .content .subline .bl {
  color: rgb(112, 181, 249);
}

section.top .content .subline .rd {
  color: #CC0000;
}

section.top .cta {
  border: 1px solid var(--blanc);
  padding: 2rem;
  border-radius: 1rem;
}

section.top .cta .connect {
  margin: 1rem 0;
}

section.top .cta .connect a {
  text-decoration: underline;
  color: var(--blanc);
  white-space: nowrap
}

section.top .cta .connect a:hover {
  color: var(--holytag);
}

section.top .cta .boutons {
  margin-bottom: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}

section.top .cta a.bouton:hover {
  background-color: transparent;
  border-color: var(--blanc);
}
.home-offres{
  background: url(img/fd-offres.webp) no-repeat center / cover;
  border-top: 1px dashed var(--gris);
  border-bottom: 1px dashed var(--gris)
}
.down {
  display: none;
}

section.story, .last-actus {
  background: url(img/fd-story.webp) no-repeat right top / contain;
}

section.offres {
  background: var(--bleudark) url(img/fd-offres.webp) no-repeat center top / cover;
  margin-top: 4rem;
}

section.offres.page {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

section.offres h2 span {
  display: block;
  padding: 0.25rem 0;
}

section.offres h2 .l-1 {
  font-weight: 300;
}

section.offres h2 .l-2, section.offres h2 .l-3 {
  text-transform: uppercase;
}

section.offres .accroche {
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

section.offres a.pack {
  display: block;
  background-color: var(--bleudark);
  color: var(--blanc);
  overflow: hidden;
  margin-bottom: 1rem;
}

section.offres a.pack::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 1px;
  background-color: transparent;
  transform: rotate(-45deg);
  transform-origin: right top;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

section.offres a.pack:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

section.offres a.pack:hover::after {
  width: 40%;
  background-color: var(--blanc);
}

section.offres a.pack .infos {
  width: 80%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

section.offres a.pack .infos > span {
  display: block;
}

section.offres a.pack.decouverte {
  background-color: var(--holytag);
}

section.offres a.pack .ttl {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-bottom: 1px solid var(--gris);
}

section.offres a.pack .prix {
  font-weight: 700;
  font-size: 2rem;
  line-height: 105%;
}

section.offres a.pack .prix .taxe {
  font-weight: 300;
  font-size: 0.5em;
}

section.offres a.pack .accroche {
  margin-top: 0.5rem;
  font-weight: 700;
}

section.offres h3 {
  margin: 0 0 0.5em 0;
}

.generator a {
  display: grid;
  grid-template-columns: 45px [icone] auto [intitule];
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blanc);
}

.generator a:hover {
  color: var(--gris);
}

.generator a span {
  align-self: center;
}

.generator a .intitule {
  padding-left: 0.75rem;
  text-transform: uppercase;
}

.generator a .picto {
  background: url(img/picto.png) no-repeat center / contain
}


@media screen and (min-width: 1024px) {
  .home section.top {
    height: 100vh;
    padding: 0;
    min-height: 600px;
  }

  section.top .swiper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .down {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 2rem;
    width: 46px;
    height: 43px;
    background: url(img/down.svg) no-repeat center / cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  section.top .content {
    padding: 0;
    position: absolute;
    left: 7.5%;
    top: 50%;
    width: calc(100% - 15%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  section.offres .accroche {
    padding-right: 20%;
  }
}

@media screen and (min-width: 1280px) {
  section.offres .accroche {
    padding-right: 25%;
  }

  section.offres h2 {
    transform: translateY(-75%);
  }

  section.offres.page h2 {
    transform: translateY(0);
  }

  section.top h1 span.surtitre, section.top .sub-accroche {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .home section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  section.top .logo-intro {
    max-width: 100%;
  }

  section.top h1 span.surtitre, section.top .sub-accroche {
    font-size: 2.25rem;
  }
}

.last-actus--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.last-actus--image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 1rem;
}

.last-actus--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.last-actus .article .date{
  margin-bottom: 1rem;
  font-size:0.75rem;
  letter-spacing: 0.05rem;
}

.last-actus h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) {
  .last-actus h2 {
    font-size: 3rem;
  }

}

.last-actus .article h3{
  font-size: 1.25rem;
}

.last-actus a:not(.more-link) {
  color: var(--blanc);
}
@media screen and (max-width: 768px){
  .last-actus--header{
    flex-direction: column;
    align-items: stretch
  }
}


.last-clients {
  text-align: center;
}

.last-clients h2 {
  font-size: 1.8rem;
}
.last-clients a {
  display: inline-block;
  width:150px;
}

.last-clients img {
  height: 100%;
  width:100%;
  margin: 2rem auto;
  object-fit: contain
}

.last-clients--header {
  color: var(--bleudark);
}