@charset "UTF-8";
/**
 * Landing Page Noël - SCSS
 * 
 * @package zandko
 * @since 1.0.0
 * 
 * Cette feuille de style est compilée depuis SCSS
 * Compilez avec: sass src/sass/theme/templates/landing-noel.scss css/landing-noel.css
 */
@media (min-width: 576px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 576px) {
  .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.landing-noel__hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-banner__bg {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-banner__overlay {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 200px 0 90px 0;
}

.hero-banner__text {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.hero-banner__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  margin: 0 8rem;
}
@media (max-width: 768px) {
  .hero-banner__title {
    font-size: 2.5rem;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .hero-banner__title {
    font-size: 1.75rem;
  }
}

.hero-banner__subtitle {
  font-family: "cg";
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .hero-banner__subtitle {
    font-size: 1rem;
  }
}

.landing-noel__panier {
  background: url("/wp-content/themes/zandko/img/landing-noel/background-panier.png") no-repeat center center;
  background-size: cover;
  padding: 190px 0 148px;
}
@media (max-width: 768px) {
  .landing-noel__panier {
    padding: 40px 0;
  }
}

.panier-gourmand .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  transform: rotate(-2deg);
  box-shadow: 0px 3px 56px #D3E8F2;
}
@media (max-width: 768px) {
  .panier-gourmand .container::before {
    width: 90%;
    transform: none;
  }
}

.panier-gourmand__wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  z-index: 1;
  position: relative;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .panier-gourmand__wrapper::before {
    content: "";
    position: absolute;
    bottom: -12%;
    left: -4%;
    background: url("/wp-content/themes/zandko/img/landing-noel/houx.png") no-repeat center;
    background-size: 100%;
    width: 145px;
    height: 145px;
  }
  .panier-gourmand__wrapper::after {
    content: "";
    position: absolute;
    top: -19%;
    right: -11%;
    background: url("/wp-content/themes/zandko/img/landing-noel/reine.png") no-repeat center;
    background-size: 100%;
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1024px) {
  .panier-gourmand__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.panier-gourmand__image {
  text-align: center;
}
.panier-gourmand__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  animation: float 3s ease-in-out infinite;
}

.panier-gourmand__content {
  padding: 40px;
}
@media (max-width: 768px) {
  .panier-gourmand__content {
    padding: 20px;
  }
}

.panier-gourmand__content .btn {
  padding: 10px 30px 10px 28px !important;
  background-position: center right 15px !important;
  border-radius: 30px !important;
  background: #DF5263 !important;
}

.panier-gourmand__title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #DF5263;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .panier-gourmand__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .panier-gourmand__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .panier-gourmand__title {
    font-size: 1.5rem;
  }
}

.panier-gourmand__subtitle {
  text-transform: uppercase;
  font-family: "rr";
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 16px;
}

.panier-gourmand__description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #035C67;
  margin-bottom: 30px;
}
.panier-gourmand__description p {
  margin-bottom: 15px;
}
.panier-gourmand__description p, .panier-gourmand__description span {
  color: #035C67;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.landing-noel__rules {
  position: relative;
  background: #004D34;
  padding: 80px 0;
  color: white;
}
.landing-noel__rules::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/zandko/img/landing-noel/regles.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .landing-noel__rules {
    padding: 40px 0;
  }
}

.game-rules__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 768px) {
  .game-rules__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.game-rules__icon {
  display: flex;
  flex-shrink: 0;
}
.game-rules__icon img {
  width: 150px;
  height: auto;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .game-rules__icon img {
    width: 120px;
  }
}

.game-rules__content {
  flex: 1;
}

.game-rules__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .game-rules__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .game-rules__title {
    font-size: 1.5rem;
  }
}

.game-rules__text {
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.95;
  margin-top: 1rem;
}
.game-rules__text p {
  margin-bottom: 15px;
}
.game-rules__text ul, .game-rules__text ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
.game-rules__text li {
  margin-bottom: 10px;
}

.landing-noel__form {
  background: url("/wp-content/themes/zandko/img/landing-noel/background-form.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .landing-noel__form {
    padding: 40px 0;
  }
}

.participation-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1024px) {
  .participation-form__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.participation-form__left {
  position: relative;
  z-index: 1;
  padding: 14rem 5rem 0 4rem;
}
@media (max-width: 768px) {
  .participation-form__left {
    padding: 7rem 4rem;
    max-width: 350px;
  }
}

.participation-form__left::before {
  content: "";
  position: absolute;
  width: 670px;
  height: 100%;
  background-image: url(/wp-content/themes/zandko/img/landing-noel/boule-de-noel.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  z-index: -1;
  top: 0;
  left: -19%;
}
@media (max-width: 768px) {
  .participation-form__left::before {
    width: 350px;
    left: 0;
  }
}

.participation-form__image {
  text-align: center;
}
.participation-form__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .participation-form__image {
    position: absolute;
    bottom: -45%;
    text-align: center;
  }
  .participation-form__image img {
    max-width: 280px;
  }
}

.participation-form__content {
  padding: 40px 0 40px 40px;
}
@media (max-width: 768px) {
  .participation-form__content {
    padding: 25px;
  }
}

.participation-form__content .gform_fields {
  margin-top: 11rem;
  row-gap: 25px !important;
}

.participation-form__content .gform_confirmation_wrapper {
  margin-top: 11rem;
}

.participation-form__content .gform_body input[type=text],
.participation-form__content .gform_body input[type=email] {
  padding: 10px 30px !important;
  border-radius: 35px !important;
  height: 59px !important;
  border: none !important;
}

.participation-form__content .gform_body input[type=radio] {
  padding: 0 !important;
}

.participation-form__content .gform_body .gfield_radio .gform-field-label {
  font-size: 1rem !important;
}

.participation-form__content .gfield--input-type-radio legend {
  font-size: 1.2rem !important;
}

.participation-form__content .gform_body .gform-field-label {
  font-weight: 700 !important;
  color: #035C67;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.participation-form__content .gform_body .gform_button {
  padding: 10px 50px 10px 25px !important;
}

.participation-form__content .gform_footer {
  margin-top: 2rem !important;
}

.participation-form__content .gform_validation_errors {
  margin-bottom: -7rem !important;
}

.participation-form__header {
  margin-bottom: 30px;
}

.participation-form__title {
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .participation-form__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .participation-form__title {
    font-size: 1.5rem;
  }
}

.participation-form__subtitle p {
  font-family: "rr";
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .participation-form__subtitle p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.participation-form__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.participation-form__rules {
  padding: 2rem 0;
  background-color: #DCEEF6;
}
.participation-form__rules p {
  margin: 0;
}

.participation-form__rules-content {
  color: #035c67;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.form-control {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: #c41e3a;
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-control[type=textarea],
.form-control textarea {
  resize: vertical;
  min-height: 100px;
}

.btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, #c41e3a 0%, #a41830 100%);
  color: white;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(196, 30, 58, 0.3);
}

.btn__arrow {
  font-size: 1.2em;
}

.landing-noel {
  background: white;
}
.landing-noel .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.landing-noel section {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Couche de neige sur toute la page */
.snowflake {
  position: fixed;
  top: -10px;
  color: #ffffff;
  font-size: 1rem;
  pointer-events: none; /* ne bloque pas les clics */
  z-index: 9999;
  animation-name: snow-fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Animation de chute */
@keyframes snow-fall {
  0% {
    transform: translate3d(0, -100vh, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(20px, 100vh, 0);
    opacity: 0;
  }
}
/* Optionnel : réduire/neutraliser la neige sur mobile */
@media (max-width: 768px) {
  .snowflake {
    display: none;
  }
}

/*# sourceMappingURL=landing-noel.css.map */