/* General Styling for page-projet-playtime */.page-projet-playtime {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: var(--header-offset, 122px); /* Fallback for header offset */} .page-projet-playtime__section-title {  text-align: center;  color: #0056b3; /* Darker blue for headings */  margin-bottom: 40px;  font-size: 2.2em;  font-weight: bold;  padding: 0 15px;} .page-projet-playtime__button {  display: inline-block;  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  white-space: nowrap;  box-sizing: border-box;} .page-projet-playtime__button--primary {  background-color: #007bff; /* Bright blue */  color: #fff;  border: 2px solid #007bff;} .page-projet-playtime__button--primary:hover {  background-color: #0056b3;  transform: translateY(-2px);} .page-projet-playtime__button--secondary {  background-color: transparent;  color: #007bff;  border: 2px solid #007bff;} .page-projet-playtime__button--secondary:hover {  background-color: #007bff;  color: #fff;  transform: translateY(-2px);} .page-projet-playtime__button--learn-more, .page-projet-playtime__button--play, .page-projet-playtime__button--claim, .page-projet-playtime__button--read-more {  background-color: #28a745; /* Green */  color: #fff;  border: none;  padding: 10px 20px;  font-size: 0.95em;} .page-projet-playtime__button--learn-more:hover, .page-projet-playtime__button--play:hover, .page-projet-playtime__button--claim:hover, .page-projet-playtime__button--read-more:hover {  background-color: #218838;  transform: translateY(-2px);} /* Hero Section */.page-projet-playtime__hero-section {  position: relative;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  min-height: 500px;  overflow: hidden;  padding: 10px 20px 60px; /* Small top padding, more bottom padding */  background-color: #000; /* Fallback background */} .page-projet-playtime__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;} .page-projet-playtime__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.6;  display: block;  max-width: 100% !important; /* Ensure responsiveness */  box-sizing: border-box !important;} .page-projet-playtime__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  margin: 0 auto;  padding: 20px;  background-color: rgba(0, 0, 0, 0.5);  border-radius: 10px;} .page-projet-playtime__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #fff; /* Ensure high contrast */} .page-projet-playtime__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  color: #eee; /* Ensure high contrast */} .page-projet-playtime__hero-cta {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;} /* Payment Providers Section */.page-projet-playtime__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #e9ecef;} .page-projet-playtime__providers-title {  width: 100%;  text-align: center;  color: #0056b3;  margin-bottom: 30px;  font-size: 1.8em;  font-weight: bold;} .page-projet-playtime__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 20px;  width: 100%;  max-width: 1200px; /* Limit width of logo grid */} .page-projet-playtime__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;  filter: grayscale(100%); /* Example: make logos grayscale */  transition: filter 0.3s ease;} .page-projet-playtime__payment-logo:hover {  filter: grayscale(0%); /* Example: colorize on hover */} /* Introduction Section */.page-projet-playtime__introduction-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;} .page-projet-playtime__content-wrapper {  display: flex;  flex-direction: column;  align-items: center;  max-width: 1200px;  margin: 0 auto;  gap: 30px;} .page-projet-playtime__intro-image {  width: 100%;  max-width: 600px;  height: auto;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  display: block;  max-width: 100% !important;  box-sizing: border-box !important;} .page-projet-playtime__intro-text {  text-align: left;  max-width: 800px;} .page-projet-playtime__intro-text p {  margin-bottom: 15px;  font-size: 1.1em;  color: #555;} /* Quick Access Section */.page-projet-playtime__quick-access-section {  padding: 60px 20px;  background-color: #f1f1f1;  text-align: center;} .page-projet-playtime__access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 0 auto;} .page-projet-playtime__access-button {  flex: 1 1 200px; /* Allow buttons to grow but have a min width */  max-width: 280px;  background-color: #6c757d; /* Grey */  color: #fff;  border: none;  padding: 15px 20px;  font-size: 1.1em;  text-decoration: none;  border-radius: 8px;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  box-sizing: border-box;} .page-projet-playtime__access-button:hover {  background-color: #5a6268;  transform: translateY(-2px);} /* Games Section */.page-projet-playtime__games-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;} .page-projet-playtime__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-projet-playtime__game-card {  background-color: #fdfdfd;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;} .page-projet-playtime__game-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;  max-width: 100% !important;  box-sizing: border-box !important;} .page-projet-playtime__game-title {  font-size: 1.5em;  color: #0056b3;  margin: 20px 15px 10px;} .page-projet-playtime__game-description {  font-size: 1em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;} /* Promotions Section */.page-projet-playtime__promotions-section {  padding: 60px 20px;  background-color: #e9ecef;  text-align: center;} .page-projet-playtime__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-projet-playtime__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;} .page-projet-playtime__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;  max-width: 100% !important;  box-sizing: border-box !important;} .page-projet-playtime__promo-title {  font-size: 1.6em;  color: #0056b3;  margin: 20px 15px 10px;} .page-projet-playtime__promo-description {  font-size: 1em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;} /* Security & Support Section */.page-projet-playtime__security-support-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;} .page-projet-playtime__feature-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-projet-playtime__feature-item {  background-color: #fdfdfd;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  padding: 30px;  display: flex;  flex-direction: column;  align-items: center;  text-align: center;} .page-projet-playtime__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  display: block;  max-width: 100% !important;  box-sizing: border-box !important;} .page-projet-playtime__feature-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;} .page-projet-playtime__feature-description {  font-size: 0.95em;  color: #666;} /* FAQ Section */.page-projet-playtime__faq-section {  padding: 60px 20px;  background-color: #f1f1f1;} .page-projet-playtime__faq-container {  max-width: 900px;  margin: 0 auto;} .page-projet-playtime__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);  overflow: hidden;} .page-projet-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #f9f9f9;  border-bottom: 1px solid #eee;  user-select: none;} .page-projet-playtime__faq-question:hover {  background-color: #f0f0f0;} .page-projet-playtime__faq-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent text from blocking click event */} .page-projet-playtime__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent icon from blocking click event */} .page-projet-playtime__faq-item.active .page-projet-playtime__faq-toggle {  transform: rotate(45deg);  color: #dc3545; /* Red for active */} .page-projet-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;} .page-projet-playtime__faq-item.active .page-projet-playtime__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;} .page-projet-playtime__faq-answer p {  margin: 0;  font-size: 1em;} /* Blog Section */.page-projet-playtime__blog-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;} .page-projet-playtime__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-projet-playtime__blog-post {  background-color: #fdfdfd;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;} .page-projet-playtime__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;  max-width: 100% !important;  box-sizing: border-box !important;} .page-projet-playtime__blog-title {  font-size: 1.4em;  color: #0056b3;  margin: 20px 15px 10px;  line-height: 1.3;} .page-projet-playtime__blog-meta {  font-size: 0.85em;  color: #888;  padding: 0 15px;  margin-bottom: 10px;} .page-projet-playtime__blog-excerpt {  font-size: 0.95em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;} /* Responsive Adjustments */@media (max-width: 768px) {  .page-projet-playtime__hero-section {    min-height: 400px;    padding: 10px 15px 40px;  }  .page-projet-playtime__hero-title {    font-size: 2.5em;  }  .page-projet-playtime__hero-description {    font-size: 1.1em;  }  .page-projet-playtime__hero-cta {    flex-direction: column;    gap: 15px;  }  .page-projet-playtime__button {    width: 100%;    max-width: 300px; /* Limit button width on small screens */    margin: 0 auto;  }  .page-projet-playtime__section-title,  .page-projet-playtime__providers-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-projet-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-projet-playtime__payment-logo,  .page-projet-playtime__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-projet-playtime__introduction-section,  .page-projet-playtime__quick-access-section,  .page-projet-playtime__games-section,  .page-projet-playtime__promotions-section,  .page-projet-playtime__security-support-section,  .page-projet-playtime__faq-section,  .page-projet-playtime__blog-section {    padding: 40px 15px;  }  .page-projet-playtime__content-wrapper {    flex-direction: column;    gap: 20px;  }  .page-projet-playtime__intro-image {    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-projet-playtime__intro-text {    text-align: center;  }  .page-projet-playtime__intro-text p {    font-size: 1em;  }  .page-projet-playtime__access-links {    flex-direction: column;    align-items: center;    gap: 15px;  }  .page-projet-playtime__access-button {    width: 100% !important;    max-width: 300px !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-projet-playtime__game-categories,  .page-projet-playtime__promo-grid,  .page-projet-playtime__feature-grid,  .page-projet-playtime__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  /* Ensure all list-like items are full width on mobile */  .page-projet-playtime__game-card,  .page-projet-playtime__promo-card,  .page-projet-playtime__feature-item,  .page-projet-playtime__blog-post {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-projet-playtime__game-image,  .page-projet-playtime__promo-image,  .page-projet-playtime__feature-icon,  .page-projet-playtime__blog-image {    max-width: 100% !important;    height: auto !important; /* Allow height to adjust */    box-sizing: border-box !important;  }  .page-projet-playtime__faq-question {    padding: 15px 20px;  }  .page-projet-playtime__faq-title {    font-size: 1.1em;  }  .page-projet-playtime__faq-answer {    padding: 0 20px;  }  .page-projet-playtime__faq-item.active .page-projet-playtime__faq-answer {    padding: 15px 20px !important;  }} /* Ensure images always responsive */.page-projet-playtime img {  max-width: 100%;  height: auto;  display: block;  box-sizing: border-box;} /* Specific rule for mobile image max-width */@media (max-width: 768px) {  .page-projet-playtime img:not(.page-projet-playtime__payment-logo) { /* Exclude payment logos */    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}