.elementor-425 .elementor-element.elementor-element-9bc037d{--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-425 .elementor-element.elementor-element-fe20c3f{--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-425 .elementor-element.elementor-element-639a6e5{--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-425 .elementor-element.elementor-element-ba61b28 > .elementor-widget-container{margin:-82px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2eab468 */@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-c6dae66 */.lettre-pixel {
  max-width: 800px;
  margin: 40px auto;
  background-color: #fff8dc;
  border: 4px solid #4f8fd9;
  border-radius: 12px;
  box-shadow: 0 0 0 8px #d4e7f5, 0 0 20px rgba(0,0,0,0.15);
  font-family: 'Press Start 2P', cursive;
  padding: 30px 28px;
  position: relative;
  image-rendering: pixelated;
  font-size: 14px;
  line-height: 1.9;
  color: #2b2b2b;
}

.contenu-lettre h2 {
  font-size: 18px;
  color: #1c3c69;
  margin-bottom: 24px;
  text-align: center;
}

.contenu-lettre p {
  margin-bottom: 16px;
}

.signature {
  text-align: right;
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
}

ul {
  list-style: square;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

/* Enveloppe pixelisée bleue */
.enveloppe-haut,
.enveloppe-bas {
  height: 24px;
  background: repeating-linear-gradient(
    45deg,
    #4f8fd9,
    #4f8fd9 12px,
    #f0f8ff 12px,
    #f0f8ff 24px
  );
  border-radius: 8px 8px 0 0;
}

.enveloppe-bas {
  border-radius: 0 0 8px 8px;
  margin-top: 24px;
}

/* Responsive pour mobile */
@media (max-width: 600px) {
  .lettre-pixel {
    padding: 20px 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contenu-lettre h2 {
    font-size: 20px;
  }

  .signature {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba61b28 */.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 */