/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*******************
Header
*******************/

@media (max-width: 768px) {
  #hero-video .fullwidth-video {
    border-radius: 20px;
    border: 10px solid var(--awb-color1);
  }

  .menu-item-contact span.menu-text {
    background: transparent !important;
    color: var(--awb-color1) !important;
    border-color: var(--awb-color1) !important;
  }

  .menu-item-contact:hover span.menu-text {
    background: transparent !important;
    color: var(--awb-color5) !important;
    border-color: var(--awb-color5) !important;
  }
}

.fusion-tb-header .fusion-sticky-transition {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

/*******************
Footer
*******************/

#footer-top {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#footer-top .fusion-text a {
  color: var(--awb-color1) !important;
}

#footer-top .fusion-text a:hover {
  color: var(--awb-color5) !important;
}

@media (max-width: 768px) {
  .mentions-links {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-menu ul > li > a {
    justify-content: center !important;
  }
  .mentions-links {
    display: block;
  }
  .mentions-links ul {
    flex-direction: column;
  }
  .mentions-links ul > li > a {
    justify-content: center !important;
  }
}

/*******************
Animations
*******************/

.icon-bounce {
  display: inline-block;
  animation: icon-bounce 1.5s infinite;
  -webkit-animation: icon-bounce 1.5s infinite;
}

/* Animation icon-bounce */
@keyframes icon-bounce {

  0%,
  100% {
    transform: translateY(0) rotate(90deg);
    -webkit-transform: translateY(0) rotate(90deg);
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }

  50% {
    transform: translateY(20px) rotate(90deg);
    -webkit-transform: translateY(20px) rotate(90deg);
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }
}

/*******************
Transform
*******************/

.rotate15 {
  transform: rotate(15deg);
}

/* background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2300000000'/><path d='M27.26 5.415c-.55 0-.9.55-.65 1l2.45 4.75c.2.5.85.5 1.15.1l3.15-4.5c.3-.4 0-1.05-.55-1.1zM10.689 8.068c-.406-.051-.822.31-.778.748l.5 5.3c.05.5.6.8 1.05.5l4.55-3.05c.45-.3.4-.95-.05-1.15l-5.1-2.3a.605.605 0 0 0-.172-.048zM2.406 24.584a.635.635 0 0 0-.345.081l-4.75 2.4c-.45.2-.5.85-.1 1.15l4.45 3.15c.4.3 1 0 1.1-.5l.3-5.55c0-.412-.31-.712-.655-.73zm40 0a.635.635 0 0 0-.345.081l-4.75 2.4c-.45.2-.5.85-.1 1.15l4.45 3.15c.4.3 1 0 1.1-.5l.3-5.55c0-.412-.31-.712-.655-.73zm-22.17 3.108a.744.744 0 0 0-.675.723l.4 5.55c.05.5.6.8 1.05.5l4.45-2.95c.45-.25.4-.9-.05-1.15l-4.8-2.6a.702.702 0 0 0-.376-.073z'  stroke-width='1' stroke='none' fill='hsla(47,80.9%,61%,1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") */

/*******************
Components
*******************/

/* Text */
@media screen and (max-width: 767px) {
  main .fusion-text {
    line-height: 1.5 !important;
    font-size: 17px !important;
  }
}

/* Block Contact */
@media screen and (max-width: 767px) {
  .block-contact .col-text .fusion-column-wrapper {
    border-radius: 0 !important;
  }
  .block-contact .col-img .fusion-column-wrapper {
    border-radius: 0 !important;
  }  
}

/* Numbers */
.numbers .counter-box-container {
  border: none !important;
  background-color: transparent;
  text-align: left;
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.numbers .content-box-counter {
  font-family: var(--awb-typography3-font-family);
  font-size: 3rem !important;
  line-height: 1.875rem !important;
  display: flex;
  align-items: flex-end;
}

.numbers .content-box-counter .counter-box-icon {
  font-size: 15px !important;
  margin-right: 4px !important;
}

.numbers .counter-box-container .counter-box-content {
  font-size: 30px;
  font-family: 'Paralucent Bold';
  line-height: 20px !important;
}


/* Partners Slider */
.partners-slider .swiper-slide .fusion-image-wrapper {
  max-width: 170px !important;
  width: 100% !important;
  max-height: 60px;
  height: 100%;
  justify-content: center !important;
}

.partners-slider .swiper-slide img {
  object-fit: contain !important;
}

.team-img {
  position: absolute !important;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 450px;
  height: 100%;
  transform: translateX(-50%);
}

/* FAQ */
.faq-container .fusion-panel {
  border-radius: 30px !important;
}

.faq-container .fusion-accordian #accordian-1.fusion-toggle-icon-right .fusion-toggle-heading {
  margin-right: 14px !important;
}

/* Menu */
.mm-menu-hover .title .fusion-title-heading {
  transition: color 0.3s ease;
}
.mm-menu-hover:hover .title .fusion-title-heading {
  color: var(--awb-color5) !important;
}

/*Overflow colonnes*/

@media screen and (max-width: 767px) {
  .slide-on-mobile .fusion-builder-row {
    padding: 20px;
  }
  .slide-on-mobile .fusion-builder-row-inner {
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    scrollbar-width: thin !important;
    scrollbar-color: var(--awb-color5) rgba(0, 0, 0, 0.08) !important;
  }
  .slide-on-mobile .fusion-builder-row-inner::-webkit-scrollbar {
    height: 8px !important;
  }
  .slide-on-mobile .fusion-builder-row-inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08) !important;
  }
  .slide-on-mobile .fusion-builder-row-inner::-webkit-scrollbar-thumb {
    background: var(--awb-color5) !important;
    border-radius: 4px !important;
  }
  .slide-on-mobile .fusion-builder-row-inner > .fusion-layout-column {
    flex-shrink: 0 !important;
    height: auto !important;
    box-shadow: none !important;
    width: 270px !important;
  }
  .slide-on-mobile .fusion-builder-row-inner > .fusion-layout-column > .fusion-column-wrapper {
    border: 1px solid var(--awb-color3) !important;
    box-shadow: none !important;
  }
  .slide-on-mobile .fusion-builder-row-inner .fusion-column-wrapper {
    height: 100% !important;
    min-height: 100% !important;
  }
}

/*Background pattern*/
@media screen and (max-width: 767px) {
  .awb-background-pattern {
    background-size: 13% !important;
  }
}



/*******************
Timeline fonctionnement
*******************/

/* @media screen and (max-width: 1200px) {
  .timeline-item {
    height: 100% !important;
  }
} */

.timeline-item-arrow-bottom,
.timeline-item-arrow-top {
  position: relative;
}

.timeline-item-arrow-bottom::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--awb-color8);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.timeline-item-arrow-bottom:hover::after {
  border-top: 12px solid var(--awb-color5);
}

.timeline-item-arrow-top::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--awb-color8);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.timeline-item-arrow-top:hover::before {
  border-bottom: 12px solid var(--awb-color5);
}

@media screen and (max-width: 1200px) {
  .timeline-item-arrow-bottom::after,
  .timeline-item-arrow-top::before {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .timeline-wrapper > .fusion-row  {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    scrollbar-width: thin !important;
    scrollbar-color: var(--awb-color5) transparent !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .timeline-wrapper > .fusion-row > .timeline-item {
    max-width: 500px !important;
    height: calc(100% - 20px) !important;
  }
}

@media screen and (max-width: 767px) {
  .timeline-wrapper > .fusion-row > .timeline-item {
    max-width: 340px !important;
    height: calc(100% - 20px) !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .timeline-wrapper > .fusion-row > .timeline-item {
    width: 450px !important;
  }
  .timeline-wrapper > .fusion-row > .timeline-empty-col {
    width: 10% !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .timeline-wrapper > .fusion-row > .timeline-item {
    width: 450px !important;
  }
  .timeline-wrapper > .fusion-row > .timeline-empty-col {
    width: 13% !important;
  }
}

.timeline-item-number01::before,
.timeline-item-number03::before {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transform: translateX(-50%);
    background: var(--awb-color5);
    border: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-item-number02::after,
.timeline-item-number04::after {
    position: absolute;
    z-index: 1;
    top: -60px;
    left: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transform: translateX(-50%);
    background: var(--awb-color5);
    border: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-item-number01::before {
  content: '1';
}
.timeline-item-number02::after {
  content: '2';
}
.timeline-item-number03::before {
  content: '3';
}
.timeline-item-number04::after {
  content: '4';
}

/*******************
Cards
*******************/

.card-prod .fusion-builder-row {
  height: 100%;
}

.card-prod .col-img {
  height: 100%;
}

.card-prod .col-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.card-prod .col-category {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.card-prod .col-category a {
  background-color: var(--awb-color1);
  color: var(--awb-color8) !important;
  border-radius: 20px;
  padding: 3px 10px;
}

/*******************
Module Swiper Carousel
*******************/

.fusion-swiper-carousel-wrapper {
  position: relative;
  width: 100%;
}

.fusion-swiper-carousel-empty {
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px dashed #ccc;
  color: #666;
}

.fusion-swiper-slide-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fusion-swiper-slide-inner img {
  max-width: 100%;
  display: block;
  /* La hauteur et object-fit sont gérés dynamiquement selon les paramètres */
}

/* Navigation arrows */
.fusion-swiper-carousel-wrapper .swiper-button-next,
.fusion-swiper-carousel-wrapper .swiper-button-prev {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fusion-swiper-carousel-wrapper .swiper-button-next:hover,
.fusion-swiper-carousel-wrapper .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.fusion-swiper-carousel-wrapper .swiper-button-next::after,
.fusion-swiper-carousel-wrapper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Pagination */
.fusion-swiper-carousel-wrapper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.fusion-swiper-carousel-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.fusion-swiper-carousel-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* Scrollbar */
.fusion-swiper-carousel-wrapper .swiper-scrollbar {
  position: relative;
  margin-top: 20px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.fusion-swiper-carousel-wrapper .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

/*******************
Production Swiper (Portfolio)
*******************/
.empty-projects {
  text-align: center;
}

.production-swiper {
  width: 100%;
  overflow: visible !important;
}

.production-swiper .swiper-wrapper .videographer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

/* .production-swiper .swiper-wrapper .videographer-icon::before {
  font-size: 40px;
} */

.production-swiper .swiper-wrapper {
  height: auto;
}

.production-swiper.is-underflow .swiper-wrapper {
  justify-content: center;
}

.production-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
  height: 260px;
  position: relative;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .production-swiper .swiper-slide {
    height: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .production-swiper .swiper-slide {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .production-swiper .swiper-slide {
    height: 250px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .production-swiper .swiper-slide {
    height: 230px;
  }
}

.production-swiper .swiper-slide:hover {
  transform: translateY(-10px);
}

.production-swiper .swiper-slide > a.production-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: none;
}

.production-swiper .swiper-slide > a.production-slide-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--production-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.3s ease;
  z-index: 0;
}

/* .production-swiper .swiper-slide > a.production-slide-link:hover::before {
  filter: grayscale(100%);
} */

.production-swiper .swiper-slide .production-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--awb-color6) 0%, transparent 20%);
  z-index: 1;
  pointer-events: none;
}

.production-swiper .swiper-slide .production-categories {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: auto;
}

.production-swiper .swiper-slide .production-category {
  background-color: var(--awb-color5);
  color: var(--awb-color8);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

/* .production-swiper .swiper-slide .production-category:hover {
  background-color: var(--awb-color5);
} */

.production-swiper .swiper-slide .production-title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
  font-family: var(--awb-typography2-font-family);
  pointer-events: none;
}

.production-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  justify-content: center !important;
  gap: 6px;
  z-index: 10;
  height: 20px;
}

.production-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  background: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  flex-shrink: 0;
}

.production-swiper .swiper-pagination-bullet-active {
  background-color: var(--awb-color5);
  transform: scale(1.3);
  opacity: 1;
}

/*******************
Portfolio Grid (3 colonnes)
*******************/

.production-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 20px !important;
}

.production-grid .videographer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.production-grid .videographer-icon::before {
  font-size: 40px;
}

.production-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.production-grid-wrapper.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.production-grid-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.production-grid-filters-label {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  color: var(--awb-color8);
  font-family: 'Paralucent Medium';
  letter-spacing: 1px;
}

.production-filter {
  background-color: #fff;
  color: var(--awb-color8);
  border: 1px solid var(--awb-color6);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.production-filter.is-active,
.production-filter:hover {
  background-color: var(--awb-color5);
  border-color: var(--awb-color5);
}

.production-grid-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 270px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.production-grid-item.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.production-grid-item:hover {
  transform: translateY(-10px);
}

.production-grid .production-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: none;
}

.production-grid .production-slide-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--production-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.3s ease;
  z-index: 0;
}

/* .production-grid .production-slide-link:hover::before {
  filter: grayscale(100%);
} */

.production-grid .production-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--awb-color6) 0%, transparent 20%);
  z-index: 1;
  pointer-events: none;
}

.production-grid .production-title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
  font-family: var(--awb-typography2-font-family);
  pointer-events: none;
}

.production-swiper .swiper-wrapper .videographer-icon,
.production-grid .videographer-icon {
  color: var(--awb-color5);
}

.production-grid .production-categories {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: auto;
}

.production-grid .production-category {
  background-color: var(--awb-color5);
  color: var(--awb-color8);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

/* .production-grid .production-category:hover {
  background-color: var(--awb-color5);
} */

.production-grid-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.production-grid-pagination .production-page {
  background: #fff;
  color: var(--awb-color8);
  border: 1px solid var(--awb-color6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.production-grid-pagination .production-page.is-active,
.production-grid-pagination .production-page:hover {
  background-color: var(--awb-color5);
  border-color: var(--awb-color5);
}

.production-grid-pagination .production-page span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.production-grid-pagination .production-page.is-next,
.production-grid-pagination .production-page.is-prev {
  border-radius: 30px;
  width: fit-content;
  height: auto;
  padding: 6px 12px;
}

.production-grid-pagination .production-page.is-next span,
.production-grid-pagination .production-page.is-prev span {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
}

@media (max-width: 1024px) {
  .production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .production-grid {
    grid-template-columns: 1fr;
  }
}

/*******************
Modal Portfolio
*******************/

.production-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  isolation: isolate;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.production-modal.active {
  display: flex;
  opacity: 1;
}

.production-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.production-modal-content {
  position: relative;
  width: 100%;
  max-width: 1300px;
  max-height: 85vh;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 2;
}

.production-modal.active .production-modal-content {
  transform: scale(1);
}

.production-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.production-modal-close:hover {
  transform: rotate(90deg);
}

.production-modal-body {
  padding: 40px;
  overflow-y: auto;
  max-height: calc(85vh - 80px);
}

.production-modal-loading {
  text-align: center;
  padding: 40px;
}

.production-modal-loading .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--awb-color1);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.production-modal-data {
  display: none;
}

/* Layout en 2 colonnes */
.production-modal-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.production-modal-col {
  flex: 1;
}

.production-modal-col-video,
.production-modal-col-content {
  flex: 1;
  max-width: 50%;
}

.production-modal-col-video .production-categories,
.production-modal-offcanvas .production-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto;
  margin-bottom: 10px;
}

.production-modal-col-video .production-category,
.production-modal-offcanvas .production-categories a {
  background-color: var(--awb-color5);
  color: var(--awb-color8);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.production-modal-offcanvas .production-categories p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* .production-modal-col-video .production-category:hover,
.production-modal-offcanvas .production-categories a:hover {
  background-color: #000;
  color: #fff;
} */

.production-modal-title {
  margin-bottom: 20px;
}

.production-modal-title h2 {
  margin: 0 0 20px 0;
  font-size: 30px !important;
}

.production-modal-content-text {
  font-size: 17px;
}

.production-modal-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.production-modal-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.production-modal-open {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
  .production-modal-content {
    width: 95%;
    max-height: 80vh;
  }

  .production-modal-body {
    padding: 20px;
    max-height: calc(80vh - 40px);
  }

  .production-modal-layout {
    flex-direction: column;
    gap: 20px;
  }

  .production-modal-col-video,
  .production-modal-col-content {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .production-modal-video {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .production-modal-video .video-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
