.elementor-1883 .elementor-element.elementor-element-7774c3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1883 .elementor-element.elementor-element-2c42a7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1883 .elementor-element.elementor-element-891ef53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1883 .elementor-element.elementor-element-8081023 > .elementor-widget-container{margin:-82px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0f6e729 */@media (max-width: 600px) {
  .pixel-menu-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border-width: 4px;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #5a8bd4, inset 0 0 0 2px #d0e4ff;
    background: #b4daff;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .pixel-logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 64px;
    padding: 24px 0 16px 0; /* espace en haut et en bas */
    margin: 0 0 12px 0;
    border-radius: 8px;
    background: #e3f2fd;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .pixel-logo-block img {
    height: 44px;
    width: auto;
    max-width: 80vw;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    box-sizing: border-box;
  }
  .pixel-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .pixel-menu li {
    width: 100%;
  }
  .pixel-menu li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.06rem;
    padding: 16px 0;
    border-radius: 8px;
    margin: 0;
    background: #fffbe7;
    border: 2px solid #7eb4ea;
    box-shadow: 2px 2px 0 #7eb4ea;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  }
  .pixel-menu li a.active {
    background: #4a90e2;
    color: #fffbe7;
    box-shadow: 4px 4px 0 #264d7f;
    font-weight: bold;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a94e18 */:root{
  --sdv-sky:   #59C9F1;   /* Bleu Stardew Valley */
  --sdv-night: #151152;
  --sdv-earth: #6B3710;
  --sdv-dirt:  #DDA059;
  --sdv-grass: #3D9815;   /* Vert Stardew Valley */
  --sdv-accent:#FFD921;
  --sdv-alert: #B52121;
}

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body{
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
  color:#222;
  background:#fff; /* Fond général blanc, sans motif ni couleur */
}
body::before{
  content:none; /* Désactive tout overlay ou effet */
}
.main{
  max-width:820px;
  margin:2.5rem auto;
  padding:2.5rem 2rem 4rem;
  background:#fff; /* Fond blanc pour l'encadré */
  color: #222;
  box-shadow:0 0 0 6px var(--sdv-grass),   /* Bordure verte épaisse */
             0 0 16px 2px rgba(0,0,0,.12);
  border-radius:12px;
}
h1,h2,h3{
  font-family:"Press Start 2P", monospace;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--sdv-sky);
  margin:2rem 0 1rem;
  line-height:1.4;
}
h1{font-size:1.65rem; text-align:center;}
h2{font-size:1.15rem;}
h3{font-size:.9rem; color:var(--sdv-earth);}
h2::after{
  content:"";
  display:block;
  width:120px; height:6px;
  margin:.5rem 0 0;
  background:linear-gradient(
    90deg,
    var(--sdv-accent) 0 20%,
    var(--sdv-sky)    20% 40%,
    var(--sdv-grass)  40% 60%,
    var(--sdv-accent) 60% 80%,
    var(--sdv-sky)    80% 100%);
  image-rendering:pixelated;
}
p,li{font-size:1rem; line-height:1.65;}
ul{padding-left:1.4rem;}
ul li::marker{font-size:1.1em;}
a{
  color:var(--sdv-sky);
  text-decoration-skip-ink:auto;
}
a:hover{color:var(--sdv-grass);}
.btn{
  display:inline-block;
  font-family:"Press Start 2P", monospace;
  font-size:.75rem;
  padding:.9rem 1.2rem;
  background:var(--sdv-accent);
  color:#000;
  border:4px solid var(--sdv-grass); /* Bordure verte sur les boutons */
  box-shadow:0 0 0 4px #fff inset;
  text-transform:uppercase;
  letter-spacing:.5px;
  text-align:center;
  cursor:pointer;
  user-select:none;
}
.btn:hover{
  background:var(--sdv-grass);
  color:#fff;
}
@media(max-width:600px){
  body{font-size:90%;}
  h1{font-size:1.25rem;}
  .main{margin:1.5rem 1rem;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8081023 */.pixel-footer {
  background: #f0faff;
  border-top: 6px solid #7eb4ea;
  border-left: 6px solid #7eb4ea;
  border-right: 6px solid #7eb4ea;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -4px 0 #ffe066;
  margin-top: 64px;
  font-family: 'Press Start 2P', monospace, sans-serif;
  color: #2d6a4f;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.pixel-footer-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 38px 24px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.pixel-footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.pixel-footer-logo img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #fffbe7;
  box-shadow: 2px 2px 0 #ffe066;
  image-rendering: pixelated;
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-brand {
  color: #7eb4ea;
  font-size: 1.12rem;
  background: #fffbe7;
  border-radius: 8px;
  padding: 8px 18px 6px 18px;
  box-shadow: 1px 1px 0 #ffe066;
  border: 2px solid #ffe066;
  letter-spacing: 1.2px;
  margin-left: 8px;
  white-space: nowrap;
}

.pixel-footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}
.pixel-footer-links a {
  color: #2d6a4f;
  text-decoration: none;
  font-size: 1.01rem;
  background: none;
  border: none;
  transition: color 0.18s;
  font-family: inherit;
  padding: 4px 0;
  white-space: nowrap;
}
.pixel-footer-links a:hover,
.pixel-footer-links a:focus {
  color: #7eb4ea;
  text-decoration: underline;
}

.pixel-footer-bottom {
  border-top: 2px solid #ffe066;
  background: #fffbe7;
  padding: 22px 0 16px 0;
  text-align: center;
  font-size: 1.01rem;
  color: #7c4d21;
  border-radius: 0 0 12px 12px;
  margin-top: 12px;
  box-shadow: 0 2px 0 #ffe066;
  letter-spacing: 0.5px;
  width: 100%;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 900px) {
  .pixel-footer-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 5vw 10px 5vw;
  }
  .pixel-footer-links {
    flex-wrap: wrap;
    gap: 14px;
    text-align: center;
    justify-content: center;
  }
  .pixel-footer-logo {
    justify-content: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .pixel-footer {
    border-radius: 12px 12px 0 0;
    border-width: 3px;
    box-shadow: 0 -2px 0 #ffe066;
    margin-top: 36px;
    font-size: 0.98rem;
    padding: 0;
  }

  .pixel-footer-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
    padding: 18px 3vw 6px 3vw;
    width: 100%;
    box-sizing: border-box;
  }

  .pixel-footer-logo {
    justify-content: center;
    margin-bottom: 6px;
    gap: 10px;
  }
  .pixel-footer-logo img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .footer-brand {
    font-size: 1rem;
    border-radius: 6px;
    padding: 6px 10px 5px 10px;
    margin-left: 6px;
  }

  .pixel-footer-links {
    flex-direction: column !important;
    gap: 8px;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .pixel-footer-links a {
    font-size: 0.98rem;
    padding: 8px 0;
    border-radius: 6px;
    width: 100%;
    display: block;
  }

  .pixel-footer-bottom {
    font-size: 0.97rem;
    border-radius: 0 0 8px 8px;
    padding: 14px 0 10px 0;
    margin-top: 8px;
  }
}/* End custom CSS */