/*---------------------------------------------------------------------------------------------------------*/
/* Sliders General */
.event-carousel .swiper-slide:hover,
.parcours-carousel .swiper-slide:hover{
  transform: translateY(-4px);
}
/*---------------------------------------------------------------------------------------------------------*/
/* Events slider  >>> So far exactly the same of Home */
.event-carousel .swiper-slide {
  position: relative;
	min-width: 200px; width: auto; max-width: 400px;
  overflow: hidden;
  min-height: 360px; height: clamp(300px, 40vw, 550px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.slide-overlay-link {
  display: block; position: relative;
  width: 100%; height: 100%;
  text-decoration: none; color: white;
}
.event-slide-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.8) grayscale(50%);
}
.slide-shade {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 65%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(24, 152, 139, 0.4) 0%, rgba(24, 152, 139, 0.9) 35%, rgba(24, 152, 139, 0.99) 50%, rgba(24, 152, 139, 0.9) 85%, rgba(24, 152, 139, 0.7) 100%);
  clip-path: polygon(0% 32%, 100% 28%, 100% 100%, 0% 100%);
}
.slide-shade.variant-2 { clip-path: polygon(0% 28%, 100% 32%, 100% 100%, 0% 100%); }
.slide-shade.variant-3 { clip-path: polygon(0% 30%, 45% 32%, 100% 28%, 100% 100%, 0% 100%); }
.slide-shade.variant-4 { clip-path: polygon(0% 28%, 55% 32%, 100% 30%, 100% 100%, 0% 100%); }
.slide-text-box {
  position: absolute;  display: flex; flex-direction: column;
  z-index: 3;
  top: 57%; left: 20px; right: 20px;
	height: 43%;
  background: none; /*color: white;  UNNECESSARY?*/
  align-items: center; text-align: center; justify-content: space-between;
}
.slide-text-box p, .slide-text-box h3 {
  line-height: 1.2 ; margin: 0.2em 0 !important;
}
.slide-title{
  color: #D9D8D6; font-weight: 900; text-transform: uppercase; font-size: 1.4rem;
}
.slide-subtitle {
  font-size: 1rem; font-style: italic; font-weight: normal; 
  color: #D9D8D6; opacity: 0.9;
  margin-bottom: 0.7rem; text-transform: uppercase; 
}
.slide-date-time{
	padding-bottom: .3rem !important;
  color: #FF8D6B; font-weight: normal; font-size: 1rem;
}
.slide-place {
	display: none; padding-top: .3rem; font-size: .8rem;
  color: #D9D8D6; font-weight: normal; text-transform: uppercase;
}
@media (max-width: 480px) {
  .slide-subtitle { display: none; }
  .slide-text-box { padding: 0.5rem; }
}
.slide-organiser-info {
  position: absolute;
  display: flex; flex-direction: row;
  z-index: 5;
  align-items: center;
  top: 5px; right: 5px;
  padding: 4px 8px; gap: 8px;
}
.slide-organiser-logo {
  width: 15px; height: 15px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ffffff;
}
.slide-organiser-name {
  font-weight: 900; 
  color: #D9D8D6; font-size: 0.7rem;
  text-shadow: 1px 1px 2px black;
  text-transform: uppercase;
}
.slide-tags {
  font-weight: normal; text-transform: uppercase; font-size: 0.8rem;
  color: #FF8D6B; padding-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* Parcours slider */
.parcours-carousel .swiper-slide {
  display: flex; justify-content: center;
  min-height: 300px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  max-width: 100%; width: auto;
}
.parcours-wide-card {
  display: flex; overflow: hidden;
  position: relative;
  /*width: 100%;*/ max-width: 1100px; height: 300px;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.parcours-slide-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  filter: contrast(3) grayscale(100%);
  z-index: 0;
}
.parcours-wide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #063230; /* darker corporate turquoise */
  opacity: 0.8;
  z-index: 1;
}
.parcours-info-wrapper {
  display: flex; flex-direction: column;
  position: relative; justify-content: center;
  z-index: 1; align-items: center;
  width: 100%; height: 100%;
	/*background: linear-gradient(to right,
  rgba(217, 216, 214, 0),
  rgba(217, 216, 214, .9) 30%, 
  rgba(217, 216, 214, .9) 70%, 
  rgba(217, 216, 214, 0)
  );*/
}
.parcours-title{
  color: white; font-weight: 900;
  text-transform: uppercase; font-size: 1.4rem;
}
.parcours-type {
  position: absolute; text-align:center;
  font-size: 0.75rem; top: 1rem; text-transform: uppercase;
  color: #FF8D6B; font-weight: normal; font-size: 1rem;
}
.parcours-text-block { text-align: center; }
.parcours-details {
  margin-top: 0.75rem; text-transform: uppercase;
  color: #D9D8D6; font-weight: normal; font-size: .8rem;
}
.parcours-button {
  margin: auto; display:block;
  width: 30px; height: 30px;
}
.parcours-button img {
  width: 100%; height: 100%;
  object-fit: contain; display: block;
}
.parcours-decoration {
  position: absolute; z-index: 0;
  top: -10px; right: -10px; width: 120px; height: 120px;
  background-image: repeating-conic-gradient(from 0deg, #18988b 0deg 10deg, transparent 10deg 20deg);
  opacity: 0.15; border-radius: 50%;
  pointer-events: none; 
}
.parcours-carousel .parcours-swiper-prev,
.parcours-carousel .parcours-swiper-next {
  position: absolute; top: 50%;
  z-index: 10;
  width: 40px; height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #FF8D6B; display: flex;
  align-items: center; justify-content: center;
  cursor: pointer; 
}
.parcours-carousel .parcours-swiper-prev { left: -30px; }
.parcours-carousel .parcours-swiper-next { right: -30px; }
.parcours-carousel .parcours-swiper-prev::after,
.parcours-carousel .parcours-swiper-next::after {
  font-size: 20px; font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------*/
/* Logos grid */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center; justify-items: center;
  gap: 1.5rem; padding: 2rem 0;
}
.logo-img {
  max-width: 100%; height: 100px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.logo-img:hover {
  filter: grayscale(0%);
}
.logo-item {
  display: flex; align-items: center;
  justify-content: center;
  height: 10px;
  padding: 0.5rem;
}
/*---------------------------------------------------------------------------------------------------------*/
/* Popup newsletter */
.pum-container {
  background-image: url('https://vandanvil.com/wp-content/uploads/2025/06/bg_motif_def.png') !important;
  background-size: contain !important; background-repeat: repeat !important;
  border-radius: 0px !important;
}
.pum-close {
  background: url('https://vandanvil.com/wp-content/uploads/2025/06/bt_close_inv.png') no-repeat center center !important;
  background-size: contain !important;
  text-indent: -9999px !important;
  width: 32px !important; height: 32px !important;
  color: transparent !important;
  border: none !important; padding: 0 !important;
  cursor: pointer !important;
}
.newsletter-title {
  color: #d9d8d6;
  text-align: center; font-weight: 900; font-size: 3rem;
  line-height: .88em; letter-spacing: -0.02em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: .4em 0 .5em 0;
}
.newsletter-form {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  align-items: center; gap: 1rem;
}
.newsletter-form input[type="email"] {
  flex: 1 1 60%;
  min-width: 450px;
  font-size: 1rem;
  border: none;
  border-radius: 4px; padding: 0.75rem 1rem;
}
.newsletter-form button {
  display: block;
  background-color: transparent;
  color: #D9D8D6;
  font-weight: bold; font-size: 0.95rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.75rem 1.5rem; margin: 1rem auto 0 auto;
  border: 2px solid #D9D8D6;
  border-radius: 4px;
}
.newsletter-form button:hover {
  background-color: #D9D8D6;
  color: #1fa39b;
}
@media (max-width: 480px) {
  .newsletter-title { font-size: 2.5rem !important; }
  .newsletter-form input[type="email"] { font-size: 0.8rem !important; }
  .pum-content form { display: block; }
}