/* --------------------
 * Voeux 2026 - Styles
 * -------------------- */

 .voeux-hero {
   overflow-x: hidden;
   padding: 0 0 2rem 0;
 }

 .voeux-hero img {
   width: 100%;
   height: auto;
 }

 .voeux-content {
   font-family: 'MarkPro-Regular';
   font-size: 20px;
   /* margin: 0 0 2rem 0; */
 }

 .voeux-content h1 {
   max-width: 800px;
   margin: 0 auto 2rem auto;
   color: #003CF2;
   font-family: "ivyjournal", sans-serif;
   font-weight: 300;
   font-style: italic;
   font-size: 56px;
   line-height: 1;
 }

 .voeux-content p {
   max-width: 1080px;
   margin: 0 auto 1.5rem auto;
 }

 .voeux-content p strong {
   font-family: 'MarkPro-Bold';
   color: #003CF2;
 }

 .voeux-illu {
   padding: 4rem 0;
   overflow: hidden;
   margin: 0 0 1rem 0;
 }

 .voeux-illu .main-illu {
   max-width: 500px;
   width: 100%;
   height: auto;
   display: block;
   margin: 0 auto 0 auto;
   -webkit-animation: rotating 60s linear infinite;
   -moz-animation: rotating 60s linear infinite;
   -ms-animation: rotating 60s linear infinite;
   -o-animation: rotating 60s linear infinite;
   animation: rotating 60s linear infinite;
 }

 .voeux-illu .red-star-1,
 .voeux-illu .red-star-2,
 .voeux-illu .grouped-star-1,
 .voeux-illu .grouped-star-2 {
   position: absolute;
 }

 .voeux-illu .red-star-1 {
   width: 12%;
   left: 5%;
   top: -12%;
   animation: pulse 1s infinite ease-in-out alternate;
 }

 .voeux-illu .red-star-2 {
   width: 12%;
   /* max-width: 4rem; */
   right: 10%;
   bottom: -12%;
   animation: pulse 1s infinite ease-in-out alternate;
   animation-delay: 1s;
 }

 .voeux-illu .grouped-star-1 {
   width: 14%;
   right: 5%;
   top: -13%;
   animation: pulse 5s infinite ease-in-out alternate;
   animation-delay: 2s;
 }

 .voeux-illu .grouped-star-2 {
   width: 14%;
   left: 7%;
   bottom: -9%;
   animation: pulse 5s infinite ease-in-out alternate;
   animation-delay: .5s;
 }

 @keyframes pulse {
   from {transform: scale(.6);}
   to {transform: scale(.8);}
 }

 @-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.voeux-form {
  font-family: 'MarkPro-Regular';
  font-size: 16px;
  margin: 0 0 2rem 0;
}

.voeux-form form label {
  width: 100%;
  font-family: 'MarkPro-Bold';
  font-size: 16px;
  color: #003CF2;
}

.voeux-form form input,
.voeux-form form textarea {
  font-family: 'MarkPro-Regular';
  font-size: 20px;
  width: 100%;
  border-width: 1.5px;
  border-color: #003CF2;
  border-radius: 0;
  margin: .5rem 0 0 0;
  padding: .5rem 1rem;
}

.voeux-form form input[type="file"] {
  border: 1.5px solid #003CF2;
  padding: 1.5rem;
  margin: 0 0 2rem 0;
}

.voeux-form form .wpcf7-list-item {
  margin: 0;
}

.voeux-form form .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: 'MarkPro-Regular';
  font-size: 18px;
  color: #000;
}

.voeux-form form .wpcf7-acceptance .wpcf7-list-item-label a {
  font-family: 'MarkPro-Bold';
  color: #003CF2;
  text-decoration: underline;
}

.voeux-form form input[type="checkbox"],
.voeux-form form input[type="submit"] {
  width: initial;
}

.voeux-form form input[type="submit"] {
  background-color: #003CF2;
  color: #fff;
  border: 1.5px solid #003CF2;
  padding: .8rem 1.2rem 1rem 1.2rem;
  font-size: 18px;
  transition: background-color .5s ease, color .5s ease;
}

.voeux-form form input[type="submit"]:hover,
.voeux-form form input[type="submit"]:focus {
  background-color: transparent;
  color: #003CF2;
}

.voeux-form .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
  border-color: #00A889;
  background-color: #00A889;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}

.voeux-button {
  text-align: start;
}

.voeux-footer {
  overflow-x: hidden;
}

.voeux-footer img {
  width: 100%;
  height: auto;
}

/* --------------------
 * Modal
 * -------------------- */

.modal-content {
  background-color: #00A889 !important;
  text-align: center;
  color: #fff;
  font-family: 'MarkPro-Regular';
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 80px;
  border: none !important;
}

.modal-content h3 {
  font-family: 'MarkPro-Bold';
}

.modal-content p {
  font-size: 20px;
}

.modal-content .modal-header,
.modal-content .modal-footer {
  border: none !important;
}

.modal-content .close {
  color: #fff !important;
  text-shadow: none !important;
  outline: none !important;
}

/* --------------------
 * Media Queries
 * -------------------- */

@media screen and (min-width: 768px) {

  .voeux-hero {
    padding: 0 0 4rem 0;
  }

  .voeux-content {
    font-size: 24px;
    text-align: center;
    margin: 0 0 4rem 0;
  }

  .voeux-content h1 {
    font-size: 76px;
    margin: 0 auto 4rem auto;
  }

  .voeux-illu {
    padding: 3rem 0;
    margin: 0 0 2rem 0;
  }

  .voeux-form {
    font-size: 22px;
    margin: 0 0 4rem 0;
  }

  .voeux-form form label {
    font-size: 18px;
  }

  .voeux-form form input,
  .voeux-form form textarea {
    font-size: 22px;
  }

  .voeux-form form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 22px;
  }

  .voeux-form form input[type="submit"] {
    font-size: 22px;
  }

  .voeux-button {
    text-align: end;
  }

}

@media screen and (min-width: 1270px) {

  .voeux-illu .red-star-1 {
    left: 5%;
    top: 0;
  }

  .voeux-illu .red-star-2 {
    max-width: 4rem;
    right: 15%;
    bottom: 4rem;
  }

  .voeux-illu .grouped-star-1 {
    right: 5%;
    top: 0;
  }

  .voeux-illu .grouped-star-2 {
    left: 8%;
    bottom: 10%;
  }

}
