
.lws-buttons-holder {
  gap: 0.5rem;
}

.banner {
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.banner .banner-container {
  padding: 3.125rem 0 3.125rem;
}
.banner video,
.banner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner.video_banner .position-absolute:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.element_programmations .single-card {
  position: relative;
  height: auto !important;
}
.element_programmations .single-card:hover .card-image .image {
  transform: scale(1.1);
}
.element_programmations .single-card:hover .bloc_contenu .arrow-link svg {
  transform: translateX(15px);
}
.element_programmations .single-card .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.element_programmations .single-card .card-image {
  aspect-ratio: 4/3;
  height: auto !important;
  overflow: hidden;
}
.element_programmations .single-card .card-image .image {
  transform-origin: center;
  transition: transform ease 0.3s;
}
.element_programmations .single-card .bloc_contenu {
  position: initial;
  height: auto !important;
}

.element_programmations .single-card .bloc_contenu .arrow-link {
  font-family: "benton-sans";
}
.element_programmations .single-card .bloc_contenu .arrow-link svg {
  transition: transform ease 0.3s;
}

.single-cpt-programmation .single-header {
  position: relative;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  min-height: 240px;
}
@media (min-width: 768px) {
  .single-cpt-programmation .single-header {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .single-cpt-programmation .single-header {
    min-height: 450px;
  }
}
.single-cpt-programmation .single-header.has-image-banner .programmation-info p {
  color: white !important;
}
.single-cpt-programmation .single-header.has-image-banner h1 {
  color: white !important;
}
.single-cpt-programmation .single-header.has-image-banner .suptitle {
  color: white !important;
}
.single-cpt-programmation .single-header.has-image-banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.single-cpt-programmation .single-header.has-image-banner .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-cpt-programmation .container {
  position: relative;
  z-index: 20;
}
.single-cpt-programmation .post-meta {
  padding-bottom: 32px;
}
.single-cpt-programmation .post-meta .programmation-info {
  margin-bottom: 16px !important;
}
.single-cpt-programmation .post-meta h1 {
  color: initial !important;
  margin-bottom: 12px;
}
.single-cpt-programmation .post-meta .icon-holder {
  background: black;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.single-cpt-programmation .post-meta .programmation-info p {
  font: normal normal normal 14px "benton-sans" !important;
  color: #9C9483;
  text-transform: uppercase;
  font-weight: bold !important;
}

.single-cpt-programmation .content-article {
  font-family: "benton-sans";
  font-size: 18px;
  color: #272727;
  margin-top: clamp(32px, 5.2083333333vw, 100px);
  margin-bottom: clamp(32px, 3.6458333333vw, 70px);
}
.single-cpt-programmation .content-article iframe {
  width: 100%;
}

.single-cpt-programmation .programmation-gallery {
  position: relative;
  margin-bottom: 16px;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-wrapper {
  height: auto;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-slide {
  position: relative;
  aspect-ratio: 6/8;
  overflow: hidden;
}
@media (min-width: 40rem) {
  .single-cpt-programmation .programmation-gallery.swiper .swiper-slide {
    aspect-ratio: auto;
    height: 32svh;
    height: 32vh;
  }
}
@media (min-width: 64rem) {
  .single-cpt-programmation .programmation-gallery.swiper .swiper-slide {
    height: 35vw;
  }
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-slide picture {
  height: 100%;
  width: 100%;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-slide picture img {
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  height: 100%;
  width: 100%;
  transition: transform 1s cubic-bezier(0.15, 0.65, 0.25, 1);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev:after,
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next:after {
  display: none;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev,
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev svg,
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next svg {
  display: block;
  height: 16px;
  width: auto;
  overflow: initial;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev svg path,
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next svg path {
  transition: transform 0.6s ease;
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev {
  left: calc(50% - 35vw);
  transform: translateX(-60%);
}
@media (min-width: 48rem) {
  .single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev {
    left: calc(50% - 25vw);
    transform: translateX(-50%);
  }
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev:hover svg .first-el {
  transform: translateX(-70px);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev:hover svg .second-el {
  transform: translateX(0);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev svg .first-el {
  transform: translateX(0);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-prev svg .second-el {
  transform: translateX(70px);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next {
  right: calc(50% - 35vw);
  transform: translateX(60%);
}
@media (min-width: 48rem) {
  .single-cpt-programmation .programmation-gallery.swiper .swiper-button-next {
    right: calc(50% - 25vw);
    transform: translateX(50%);
  }
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next:hover svg .first-el {
  transform: translateX(70px);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next:hover svg .second-el {
  transform: translateX(0);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next svg .first-el {
  transform: translateX(0);
}
.single-cpt-programmation .programmation-gallery.swiper .swiper-button-next svg .second-el {
  transform: translateX(-70px);
}


.zoom-animation {
  position: relative;
}
.zoom-animation:hover .zoom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.zoom-animation .zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all ease 0.3s;
}
.zoom-animation .zoom svg {
  display: block;
  height: 20px;
  width: auto;
}
.zoom-animation .zoom svg path {
  fill: black;
}