/* CSS partagé — généré par PageBuilder Pro */
* { box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif; margin: 0; padding: 20px 0; line-height: 1.6; }
.page-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-shadow: 0 0 60px 20px rgba(0,0,0,0.22); }
.section { padding: 20px; position: relative; overflow: visible; }
    .section-bg{position:absolute;inset:0;border-radius:inherit;overflow:hidden;pointer-events:none;z-index:0;}.section>*:not(.section-bg){position:relative;z-index:1;}
.section-content { display: grid; gap: 15px; overflow: visible; }
.section[data-columns="1"] .section-content { grid-template-columns: 1fr; }
.section[data-columns="2"] .section-content { grid-template-columns: repeat(2,1fr); }
.section[data-columns="3"] .section-content { grid-template-columns: repeat(3,1fr); }
.section[data-columns="4"] .section-content { grid-template-columns: repeat(4,1fr); }
.column { min-width: 0; overflow: visible; padding: 6px; }
.widget-dotmatrix { position:relative; overflow:hidden; box-sizing:border-box; }
.dotmatrix-inner { display:inline-block; white-space:nowrap; }
.dotmatrix-inner:hover { animation-play-state:paused !important; }
@keyframes dotmatrix-scroll { 0% { transform:translate(0,0); } 100% { transform:translate(-50%,0); } }
@keyframes dotmatrix-blink { 50% { opacity:0.2; } }
@keyframes dotmatrix-blink-alt { 50% { opacity:1; } }
.widget-title h1,.widget-title h2,.widget-title h3,.widget-title h4 { margin: 0; }
.widget-paragraph p { margin: 0; }
.widget-button { display: flex; justify-content: flex-start; }
.widget-button button, .widget-button a {
  padding: 18px 32px; border: none; border-radius: 100px; cursor: pointer;
  font-weight: 800; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
  outline: none; display: block; margin: 0 auto; text-decoration: none;
  white-space: nowrap; box-sizing: border-box; width: auto; text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22), 0 2px 4px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3); color: white;
  background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.18) 100%), #3b82f6;
}
.widget-button a:hover, .widget-button button:hover { transform: translateY(-2px); }
.widget-button a:active, .widget-button button:active { transform: translateY(1px); }
.widget-image img { max-width: 100%; display: block; }
.widget-separator hr { border: none; border-top: 2px solid #e2e8f0; margin: 8px 0; }
.widget-hero { min-height: 300px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; }
.widget-hero .hero-content { position: relative; z-index: 1; }
.widget-slideshow { display: block; position: relative; max-width: 100%; border-radius: 6px; margin-left: auto; margin-right: auto; }
.slideshow-wrapper { position: relative; overflow: hidden; }
.slideshow-track { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.slideshow-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease; z-index: 0; }
.slideshow-slide.active { opacity: 1; z-index: 1; }
.slideshow-slide img { width: 100%; height: 100%; display: block; object-fit: contain; }
.slideshow-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,0.4); color: white; border: none; border-radius: 50%; width: 36px; height: 36px; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.slideshow-prev { left: 8px; }
.slideshow-next { right: 8px; }
.slideshow-dots { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.slideshow-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); border: none; cursor: pointer; padding: 0; }
.slideshow-dot.active { background: white; }
.slideshow-border-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 30; box-sizing: border-box; }
.wow { visibility: hidden; }

.site-nav { display: flex; justify-content: center; gap: 16px; padding: 14px 20px; background: #ff6a00; flex-wrap: wrap; }
.site-nav a { color: white; text-decoration: none; font-size: 14px; font-weight: 500; }
.site-nav a:hover { text-decoration: underline; opacity: 0.85; }
.site-nav a.active { font-weight: 700; border-bottom: 2px solid white; }
@media (max-width: 768px) {
  .section-content { grid-template-columns: 1fr !important; }
  .page-wrapper { padding: 0 12px; }
  .section { padding: 12px; }
  .widget-button button, .widget-button a { width: 100% !important; font-size: 14px !important; padding: 14px 20px !important; }
  .widget-title h1 { font-size: 28px !important; }
  .widget-title h2 { font-size: 22px !important; }
  .widget-title h3 { font-size: 18px !important; }
  .widget-title h4 { font-size: 15px !important; }
  .widget-paragraph p { font-size: 16px !important; }
}
@media (max-width: 480px) {
  .page-wrapper { padding: 0 8px; }
  .section { padding: 10px 8px; }
  .widget-title h1 { font-size: 24px !important; }
  .widget-title h2 { font-size: 20px !important; }
  .widget-title h3 { font-size: 17px !important; }
  .widget-title h4 { font-size: 15px !important; }
  .widget-paragraph p { font-size: 15px !important; }
  .widget-button button, .widget-button a { font-size: 13px !important; padding: 12px 18px !important; }
}
