main.offre section.hero {
  background-color: var(--background-light);
  padding-top: 12px;
  padding-bottom: 60px;
}
main.offre section.hero .container {
  width: var(--container-width);
  margin: auto;
}
main.offre section.hero .breadcrumb {
  margin: 12px 0px;
}
@media screen and (max-width: 768px) {
  main.offre section.hero h1 {
    font-size: 30px;
  }
  main.offre section.hero .date-ref {
    margin: 10px 0px !important;
  }
}
main.offre section.hero .thumbnail {
  margin: auto;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
main.offre section.hero .thumbnail img, main.offre section.hero .thumbnail picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.offre section.hero .detail-offre {
  width: var(--col-8);
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main.offre section.hero .detail-offre {
    width: 100%;
  }
}
main.offre section.hero .detail-offre .date-ref {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  main.offre section.hero.has-thumbnail {
    padding-top: 0px;
  }
  main.offre section.hero.has-thumbnail .container {
    width: 100%;
  }
  main.offre section.hero.has-thumbnail .detail-offre {
    width: var(--container-width);
    margin-top: 20px;
  }
  main.offre section.hero.has-thumbnail .thumbnail {
    height: 300px;
    border-radius: 0px;
  }
  main.offre section.hero.has-thumbnail .breadcrumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 2;
    background-color: rgba(8, 12, 23, 0.2);
    backdrop-filter: blur(4px);
    padding: 10px 10px;
    color: white;
  }
  main.offre section.hero.has-thumbnail .breadcrumb p {
    margin-top: 0px;
  }
}
main.offre section.content .container {
  width: var(--container-width);
  margin: auto;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  main.offre section.content .container {
    gap: 40px;
    padding: 40px 0px 80px 0px;
  }
}
main.offre section.content .container aside {
  width: var(--col-8);
  margin: auto;
}
@media screen and (max-width: 768px) {
  main.offre section.content .container aside {
    width: 100%;
  }
}
main.offre section.content .container h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main.offre section.content .container h2 {
    font-size: 30px;
  }
}
main.offre section.content .container p {
  margin-bottom: 20px;
}
main.offre section.content .container ul {
  margin: 0px;
}
main.offre section.content .container ul li {
  border-bottom: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding: 10px;
}
main.offre section.form {
  margin-bottom: 8px;
}
main.offre section.form .container {
  width: var(--container-width);
  margin: auto;
}
main.offre section.form .container .content {
  width: var(--col-8);
  margin: auto;
}
@media screen and (max-width: 768px) {
  main.offre section.form .container .content {
    width: 100%;
  }
}
main.offre section.form .container .content h2 {
  margin-bottom: 40px;
}