@charset "UTF-8";
/*
Theme Name: EPSVB 2019
Theme URI: http://helixo.fr/
Description: Thème personnalisé pour l'École de Parachutisme Sportif de Vannes Bretagne
Author: Hervé Renault
Author URI: http://helixo.fr/
Version: 1.0
 */
/* ========================= général  ========================= */
* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

a {
  color: #25295d;
}

blockquote {
  background: #ddefff;
  padding: 1em 2em;
  border-left: 7px solid #8daac4;
  border-bottom: 1px solid #8daac4;
}

.erreur {
  background: orange;
  padding: 0.3em;
  line-height: 2;
}

@keyframes pulse {
  0% {
    filter: contrast(100%);
  }
  50% {
    filter: contrast(150%);
  }
  100% {
    filter: contrast(100%);
  }
}
.wpcf7-submit,
*:not(.is-style-outline) > .wp-element-button {
  transition: all 0.3s ease;
  animation: pulse 1.5s ease-in-out infinite;
}
.wpcf7-submit:hover,
*:not(.is-style-outline) > .wp-element-button:hover {
  border-color: #9b8214;
}

@keyframes slogan {
  0% {
    opacity: 0.1;
    transform: scale(0.9);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slogan-container {
  min-height: auto !important;
  font-size: 20px !important;
}
.slogan-container p {
  opacity: 0;
  animation: slogan 4s ease-out infinite forwards;
  text-shadow: 1px 1px 2px #ccc;
}
.slogan-container p:nth-of-type(2) {
  animation-delay: 0.5s;
}
.slogan-container p:nth-of-type(n + 3) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .slogan-container {
    flex-direction: column;
    font-size: 1rem !important;
  }
  .slogan-container.has-white-color {
    color: #25295d !important;
  }
  .slogan-container .has-x-large-font-size {
    font-size: 1.7rem !important;
  }
  .slogan-container .has-large-font-size {
    font-size: 1.4rem !important;
  }
  .slogan-container .has-medium-font-size {
    font-size: 1rem !important;
  }
  .slogan-container .has-small-font-size {
    font-size: 0.9rem !important;
  }
  .slogan-container,
  .slogan-container .has-text-align-left,
  .slogan-container .has-text-align-right {
    text-align: center !important;
  }
  .slogan-container.wp-block-cover {
    padding: 0;
  }
  .slogan-container img {
    position: static !important;
    height: 34vw !important;
  }
}

.wp-block-latest-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.wp-block-latest-posts > li {
  width: 315px;
  background: linear-gradient(#e1cb6b, #c7a619);
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}
.wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.wp-block-latest-posts > li .wp-block-latest-posts__featured-image img {
  border: 4px solid white;
  border-radius: 2px;
}
.wp-block-latest-posts > li time {
  color: white;
  white-space: nowrap;
}
.wp-block-latest-posts > li time::before {
  content: " — ";
}

.message-exceptionnel {
  background: yellow;
  box-sizing: border-box;
  max-width: 760px;
  margin: 2em auto 0;
  padding: 2em;
  border-image: url("images/chantier.png") 440 110/20px 0 repeat;
}

.message-temporaire {
  max-width: 540px;
  margin: 20px auto;
  padding: 40px 10px;
  background: url("images/trombone-bas.svg"), url("images/post-it.png"), url("images/trombone-haut.svg");
  background-position: 18px -5px, center 20px, 15px 7px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 44px auto, 100% calc(100% - 40px), 35px auto;
}

.wp-block-gallery.has-nested-images.galerie-legende-sous-image figure.wp-block-image figcaption {
  position: static;
  background: #69a0e7;
  margin-top: 0;
  padding: 5px;
}

.avis-google a {
  text-decoration: none;
}

html {
  text-size-adjust: 100%;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

body > header a,
body > footer a {
  color: white;
  text-decoration: none;
}

.bouton-resa {
  display: flex;
  justify-content: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.gallery-item {
  flex: 0 0 40%;
  font-size: 0.7em;
  color: #777;
  margin: 0;
}

.gallery-columns-3 .gallery-item {
  flex-basis: 31%;
}

.gallery-columns-4 .gallery-item {
  flex-basis: 23%;
}

.gallery-columns-5 .gallery-item {
  flex-basis: 18%;
}

.gallery-columns-6 .gallery-item {
  flex-basis: 14%;
}

/* https://wordpress.stackexchange.com/questions/317243/how-can-i-remove-br-style-clear-both */
.gallery > br {
  /* ces <br> clear both cassent l'alignement sur mobile */
  display: none;
}

.wp-video {
  margin: 0 auto;
}

.mejs-controls {
  display: none !important;
  visibility: hidden !important;
}

.no-shrink {
  flex-shrink: 0;
}

/* ========================= en-tête  ========================= */
body > header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em 2em;
  background: #25295d;
  color: white;
  /* septembre 2024 */
}
body > header #front-page-logo {
  margin: 0;
}
body > header #logo {
  max-height: 75px;
  margin: 0 10px;
}
body > header #lien-telephone {
  white-space: nowrap;
  font-size: clamp(14px, 1.3vw, 24px);
}
@media screen and (max-width: 1280px) {
  body > header #lien-telephone {
    font-size: 24px;
  }
}
body > header #lien-telephone #telephone {
  vertical-align: bottom;
}
body > header #lien-adh {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.6em;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  body > header #lien-adh {
    display: none;
  }
}
body > header #lien-adh span {
  text-align: center;
  background: #957e1a;
  padding: 1px 3px;
  border-radius: 3px;
}
body > header #lien-adh #adh-icon {
  max-width: 20px;
}
@media screen and (max-width: 1024px) {
  body > header {
    flex-wrap: wrap;
  }
  body > header #logo {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 728px) {
  body > header {
    gap: 0.8em;
  }
}
@media screen and (min-width: 1600px) {
  body > header {
    padding: 0.7em 4%;
  }
}
body > header > div {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  body > header > div {
    flex-direction: row-reverse;
  }
}
body > header > div > div {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5em;
  justify-content: center;
}
body > header > div > div#contact-container {
  padding: 1em 0;
  text-align: center;
}
body > header > div > div#contact-container a + a {
  margin-left: 0.5em;
}
body > header > div > div#contact-container img:hover {
  background: #c7a619;
}
@media screen and (max-width: 1280px) {
  body > header > div > div#contact-container {
    display: none;
  }
}
body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item > a.mega-menu-link {
  font-size: clamp(14px, 1vw, 18px);
  text-transform: uppercase;
  line-height: 30px;
  height: auto;
  padding: 0 10px;
}
body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item > a.mega-menu-link:hover {
  transition: color 0.4s;
  color: #c7a619;
}
body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item > a.mega-menu-link:focus {
  color: #e4d599;
}
body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #25295d;
  background: #e4d599;
}
@media screen and (min-width: 1281px) {
  body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    border-bottom: 2px solid #c7a619;
  }
}
@media screen and (max-width: 1280px) {
  body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    border-left: 3px solid #c7a619;
  }
}
body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #c7a619;
}
@media screen and (min-width: 1281px) {
  body > header #mega-menu-wrap-menu-haut-une-ligne #mega-menu-menu-haut-une-ligne > li.mega-menu-item.seulement-mobiles {
    display: none;
  }
}

/* ========================= pied de page ======================= */
footer {
  background: #25295d;
  padding: 3em 0;
  margin-top: 3em;
  color: white;
}
footer #real,
footer > .wp-block-group {
  margin: 0 auto;
  padding: 16px;
}
@media screen and (min-width: 1200px) {
  footer #real,
  footer > .wp-block-group {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1023px) {
  footer #real,
  footer > .wp-block-group {
    flex-wrap: wrap !important;
  }
}
footer #footer-links {
  flex: none;
}
footer #real {
  text-align: right;
  font-size: 0.8em;
}
footer #real #logo-helixo {
  vertical-align: middle;
  margin-bottom: 2px;
}

/* ========================= corps ========================= */
main {
  display: block;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  main {
    font-size: 1.2em;
  }
}
main > :not(.alignleft, .alignright, .alignfull, .message-temporaire) {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
main #message-temporaire .mejs-container.mejs-video {
  background: transparent !important;
}
main > h1,
main > div.wp-block-group > h1 {
  font-size: 24px;
  filter: contrast(100%);
  color: white;
  background-color: #25295d;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1024px) {
  main > h1,
  main > div.wp-block-group > h1 {
    background-image: url("https://www.parachutisme-vannes.com/wp-content/themes/epsvb2019/images/logo-epsvb.svg");
    background-size: 194px;
    background-position-x: calc(100% - 22px);
    background-position-y: 84%;
    background-repeat: no-repeat;
  }
  main > h1:first-child,
  main > div.wp-block-group > h1:first-child {
    background-image: none;
  }
}
main > h1 a,
main > div.wp-block-group > h1 a {
  color: white;
  text-decoration: none;
}
main > h2 {
  background: #bd9d13;
  color: white;
  padding: 4px 10px;
}
main > h3 {
  border-bottom: 2px solid #c7a619;
}
main figure,
main img {
  max-width: 100%;
  height: auto;
}
main figure.alignleft,
main img.alignleft {
  float: left;
  margin: 0 1em 0.8em 0;
}
main figure.alignright,
main img.alignright {
  float: right;
  margin: 0 0 0.8em 1em;
}
main figure.aligncenter,
main img.aligncenter {
  display: block;
  margin: 0.8em auto;
}

@media screen and (max-width: 1024px) {
  main > :not(.alignleft, .alignright, .alignfull, .message-temporaire) {
    margin-left: 16px;
    margin-right: 16px;
    max-width: 100%;
  }
  main > h1:first-child {
    font-size: 1.2em;
    text-align: center;
    max-width: unset !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
  }
  main > h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  main figure.alignleft, main figure.alignright, main figure.aligncenter,
  main img.alignleft,
  main img.alignright,
  main img.aligncenter {
    float: none !important;
    display: block;
    margin: 1em auto !important;
  }
}
section {
  margin-bottom: 2em;
}

section.aligncenter {
  text-align: center;
}

section.posts-list .post-date {
  color: #aaa;
  white-space: nowrap;
}
section.posts-list .post-date::before {
  content: " — ";
}
section.posts-list article {
  margin: 2em 0;
}
section.posts-list article h1 {
  display: inline;
}
section.posts-list article h1 a {
  font-weight: normal;
}
section.posts-list article div {
  display: flex;
}
section.posts-list article div .post-thumbnail img {
  max-width: 100px;
  margin: 0.4em 1em 0 0;
}
section.posts-list article div p {
  margin-top: 0.2em;
}

@media screen and (max-width: 640px) {
  section.posts-list article div {
    display: block;
  }
  section.posts-list article div .post-thumbnail img {
    float: left;
    max-width: 70px;
    height: auto;
  }
  section.posts-list article div p {
    font-size: 0.9em;
  }
}
section.post-content .post-date {
  display: block;
  color: #aaa;
  text-align: right;
}
section.post-content img {
  border: 2px solid #cfcfcf; /* pour faire comme les galeries */
}

main.index nav,
body.single nav {
  display: flex;
  flex-wrap: wrap;
}
main.index nav > *,
body.single nav > * {
  flex: auto;
}
main.index nav .post-date,
body.single nav .post-date {
  font-size: 0.8em;
  color: #aaa;
}
main.index nav #articles-suivants,
main.index nav #premier-article,
body.single nav #articles-suivants,
body.single nav #premier-article {
  text-align: right;
}
main.index nav #premier-article,
main.index nav #dernier-article,
body.single nav #premier-article,
body.single nav #dernier-article {
  font-size: 0.8em;
  color: #aaa;
}
main.index nav #articles-precedents::before,
main.index nav #articles-suivants::after,
body.single nav #articles-precedents::before,
body.single nav #articles-suivants::after {
  display: inline-block;
  vertical-align: top;
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
main.index nav #articles-precedents::before,
body.single nav #articles-precedents::before {
  margin-right: 0.5em;
  border-right: 10px solid #aaa;
}
main.index nav #articles-suivants::after,
body.single nav #articles-suivants::after {
  margin-left: 0.5em;
  border-left: 10px solid #aaa;
}
main.index nav .link-to-blog,
body.single nav .link-to-blog {
  display: block;
  text-align: center;
  margin: 2em;
  width: 100%;
}

@media screen and (max-width: 640px) {
  main.index nav > :where(:not(.alignleft, .alignright, .alignfull)),
  body.single nav > :where(:not(.alignleft, .alignright, .alignfull)) {
    margin: 1em;
  }
}
/* ========================= accueil  ========================= */
#webcam h3 {
  font-weight: normal;
  font-size: 1.5em;
}
#webcam #webcam-date {
  margin: 0;
  font-size: 0.8em;
}
#webcam #webcam-date,
#webcam div {
  max-width: 640px;
  margin: 0.5em auto;
}
#webcam #webcam-image video {
  max-width: 100%;
  height: auto;
}
#webcam #webcam-image + div {
  display: flex;
}
#webcam #webcam-image + div p {
  flex: auto;
  font-size: 0.7em;
}

body.page-proposition-accueil-avec-video-pleine-largeur main > h1:first-child,
body.page-accueil-refonte-fevrier-2025-avec-video main > h1:first-child {
  display: none;
}

body.home section.posts-list,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.5em;
}
body.home section.posts-list article,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article {
  flex: 1 1 0;
  display: flex;
  gap: 12px;
  background: #c7a71c;
  min-width: 250px;
  max-width: 320px;
  padding: 12px;
  margin: 2em 0 0;
}
body.home section.posts-list article .post-thumbnail img,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article .post-thumbnail img,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article .post-thumbnail img {
  margin: 0;
  border: 3px solid white;
}
body.home section.posts-list article div:first-of-type,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article div:first-of-type,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article div:first-of-type {
  display: block;
}
body.home section.posts-list article div:last-of-type,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article div:last-of-type,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article div:last-of-type {
  flex-direction: column;
}
body.home section.posts-list article div:last-of-type h1,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article div:last-of-type h1,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article div:last-of-type h1 {
  flex: auto;
  font-size: 1rem;
  margin: 0;
}
body.home section.posts-list article div:last-of-type .post-date,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article div:last-of-type .post-date,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article div:last-of-type .post-date {
  font-size: 0.8rem;
  color: white;
}
body.home section.posts-list article div:last-of-type .post-date::before,
body.page-proposition-accueil-avec-video-pleine-largeur section.posts-list article div:last-of-type .post-date::before,
body.page-accueil-refonte-fevrier-2025-avec-video section.posts-list article div:last-of-type .post-date::before {
  content: "";
}
body.home #toutes-infos,
body.page-proposition-accueil-avec-video-pleine-largeur #toutes-infos,
body.page-accueil-refonte-fevrier-2025-avec-video #toutes-infos {
  text-align: center;
  margin: 3em 0;
}

@media screen and (max-width: 960px) {
  body.home section.posts-list {
    margin-bottom: 0.5em;
  }
}
#planning_accueil {
  text-align: center;
}
#planning_accueil #planning_img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #planning_accueil small {
    display: none;
  }
}

/* ========================= page infos ========================= */
body.blog section.posts-list {
  max-width: 640px;
}

/* ========================= form contact ========================= */
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid rgba(204, 204, 204, 0.8);
  padding: 1em 0.5em;
}
.wpcf7-form textarea {
  width: calc(100% - 1em);
  min-height: 10em;
  resize: vertical;
}
.wpcf7-form .wpcf7-submit {
  padding: 0.5em 1em;
  font-size: 1.5em;
  font-weight: bold;
}

/* ========================= résa / bons cadeaux  ========================= */
.page-reservations-bons-cadeaux #tandem {
  padding-top: 2em;
}
.page-reservations-bons-cadeaux #tandem::before {
  content: " ";
  float: right;
  width: 124px;
  height: 63px;
  background: url("images/logo_parachutisme_vannes.svg") no-repeat;
  background-size: 124px 63px;
}

@media screen and (max-width: 640px) {
  .page-reservations-bons-cadeaux #tandem::before {
    float: none;
    display: block;
    margin-bottom: 1em;
  }
}
.incassable {
  white-space: nowrap;
}

#securise-avec-payline {
  display: flex;
  gap: 1em;
  justify-content: center;
  font-size: 0.8em;
}
#securise-avec-payline img.logo-paiement {
  max-height: 200px;
  height: auto;
}

.form-pararesa .required::after {
  content: "*";
  color: red;
  margin-left: 0.5em;
}
.form-pararesa .errors {
  box-shadow: 3px 3px #a97d7d;
  color: black;
  background-color: #dacccc;
  padding: 0.5em 1em;
  margin: 1em 0;
  list-style-position: inside;
}
.form-pararesa .errors ul {
  padding-left: 1em;
}
.form-pararesa .invalid {
  border: 2px solid red !important;
  padding: 1em !important;
  margin-bottom: 1em;
}
.form-pararesa .heure-tandem {
  margin-bottom: 1em;
}
.form-pararesa label {
  display: block;
}
.form-pararesa label[for=commentaire] span {
  color: red;
}
.form-pararesa label[for^=prolongebon] {
  display: inline-block;
  margin: 0;
}
.form-pararesa label[for^=bon] {
  font-weight: bold;
}
.form-pararesa label .places-disponibles.dispo {
  color: #bd9d13;
}
.form-pararesa input + label {
  display: inline;
  margin-right: 1em;
}
.form-pararesa input + label:last-child {
  margin-right: 0;
}
.form-pararesa input,
.form-pararesa textarea {
  width: 100%;
}
.form-pararesa input[type=radio],
.form-pararesa input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.form-pararesa input[type=text],
.form-pararesa input[type=email],
.form-pararesa input[type=tel],
.form-pararesa div.checkbox-row,
.form-pararesa textarea {
  margin: 0.5em 0 2em;
  border: 1px solid rgba(204, 204, 204, 0.8);
  padding: 12px 7px;
  height: 45px;
  font-size: 0.9em;
}
.form-pararesa textarea {
  height: 90px;
  resize: vertical;
}
.form-pararesa div.checkbox-row {
  border: 0;
}
.form-pararesa div.checkbox-row.invalid {
  padding: 12px 7px !important;
}
.form-pararesa input[id^=prolongebon] {
  width: auto;
  vertical-align: middle;
}
.form-pararesa fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form-pararesa fieldset.options {
  padding: 1em 0;
}
.form-pararesa fieldset legend {
  font-weight: bold;
}
.form-pararesa fieldset legend small {
  font-weight: normal;
}
.form-pararesa fieldset legend.section {
  font-size: 1.3em;
  margin: 1em 0;
}
.form-pararesa fieldset .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10%;
  grid-row-gap: 20px;
}
@media screen and (max-width: 640px) {
  .form-pararesa fieldset .grid {
    display: block;
  }
}
.form-pararesa fieldset .grid legend,
.form-pararesa fieldset .grid .colspan {
  grid-column: 1/3;
}
.form-pararesa fieldset .grid .colspan {
  margin-bottom: 1em;
}
.form-pararesa fieldset ul {
  margin-top: 0;
}
.form-pararesa .form-prix {
  display: inline-block;
  background: #ffffa6;
  padding: 0.5em;
}
.form-pararesa #detail-montants {
  display: block;
  margin: 1em 0;
  padding: 0 1em;
  background: #ddd;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.form-pararesa #detail-montants ul,
.form-pararesa #detail-montants .total {
  padding-left: 2em;
  font-size: 0.9em;
}
.form-pararesa #detail-montants #detail-arrhes,
.form-pararesa #detail-montants #detail-total {
  margin: 1em;
  color: #555;
}
.form-pararesa #saisie-bon-cadeau {
  margin: 1em 2em;
}
.form-pararesa .choice-line {
  margin: 1em 0;
}
.form-pararesa #buttons {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
.form-pararesa #buttons button {
  flex: auto;
  max-width: 270px;
  font-size: 1em;
}
.form-pararesa #buttons button img {
  display: block;
  margin-bottom: 0.5em;
}
.form-pararesa #buttons button:first-child {
  margin-right: 2em;
}
.form-pararesa #buttons button:last-child {
  margin-left: 2em;
}
.form-pararesa #securise-avec-payline {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2em;
}
.form-pararesa #date_fin {
  color: #777;
  margin-top: 0.5em;
  display: flex;
  height: 45px;
  align-items: center;
  font-size: 0.9em;
}
.form-pararesa #nb_places_dispo {
  color: #777;
  font-size: 0.7em;
  margin: -1.5rem 0 1rem 1.5rem;
  min-height: 20px;
}
.form-pararesa button {
  cursor: pointer;
}
.form-pararesa button.etape-retour {
  color: #25295d;
  border: 1px solid #25295d;
  font-weight: bold;
  margin-top: 4em;
  padding: 1em;
}
.form-pararesa button.etape-retour .fleche-retour {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
}
.form-pararesa button img {
  font-size: 2em;
  font-weight: bold;
  text-decoration: underline;
}
.form-pararesa button[id*=_identique_] {
  background: #066ff9;
  color: white;
  margin-left: 10px;
  border-radius: 5px;
  vertical-align: middle;
  border: none;
}
.form-pararesa button[id*=_identique_]:nth-child(even) {
  background: #009bbf;
}
.form-pararesa span.incassable button[id*=_identique_] {
  margin-left: 0;
  margin-right: 10px;
}
.form-pararesa .supprime-beneficiaire {
  float: right;
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
  height: 25px;
  width: 25px;
  margin-left: 1em;
  background: #ddd;
  border: 1px solid #aaa;
  border-radius: 16px;
}
.form-pararesa [id="beneficiaire[0]"] .supprime-beneficiaire {
  display: none;
}

/* ========================= form adhésion ========================= */
form.form-adhesion {
  margin: 0 auto;
  width: 1px;
  height: 1670px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  form.form-adhesion {
    width: 100%;
  }
}
form.form-adhesion div.errors {
  width: 1024px;
  box-shadow: 3px 3px #a97d7d;
  color: black;
  background-color: #dacccc;
  padding: 0.5em 1em;
  margin: 1em 0;
}
form.form-adhesion div.errors ul {
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  form.form-adhesion div.errors {
    transform: translateX(-50%);
  }
}
form.form-adhesion fieldset {
  padding: 0;
  border: 0;
  background: url("images/Fiche-Adhesion-EPSVB-2025.png") no-repeat;
  width: 1024px;
  height: 1531px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  form.form-adhesion fieldset {
    transform: translateX(-50%);
  }
}
form.form-adhesion fieldset label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
form.form-adhesion fieldset input[type=text],
form.form-adhesion fieldset input[type=tel] {
  background: transparent;
  border: 2px solid rgba(127, 127, 127, 0.5);
  border-radius: 2px;
  padding: 1px;
}
form.form-adhesion fieldset .invalid {
  border: 2px solid red !important;
}
form.form-adhesion fieldset input[type=radio].invalid {
  outline: 3px solid red;
}
form.form-adhesion fieldset #nouv {
  position: absolute;
  top: 35px;
  left: 655px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #renouv {
  position: absolute;
  top: 35px;
  left: 900px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #monsieur {
  position: absolute;
  top: 78px;
  left: 122px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #madame {
  position: absolute;
  top: 78px;
  left: 52px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #nom {
  position: absolute;
  top: 73px;
  left: 250px;
  width: 300px;
  height: 28px;
}
form.form-adhesion fieldset #prenom {
  position: absolute;
  top: 73px;
  left: 695px;
  width: 300px;
  height: 28px;
}
form.form-adhesion fieldset #naissance {
  position: absolute;
  top: 120px;
  left: 98px;
  width: 113px;
  height: 28px;
}
form.form-adhesion fieldset #naiss_ville {
  position: absolute;
  top: 118px;
  left: 232px;
  width: 305px;
  height: 28px;
}
form.form-adhesion fieldset #nationalite {
  position: absolute;
  top: 118px;
  left: 691px;
  width: 205px;
  height: 28px;
}
form.form-adhesion fieldset #adresse1 {
  position: absolute;
  top: 159px;
  left: 98px;
  width: 450px;
  height: 28px;
}
form.form-adhesion fieldset #adresse2 {
  position: absolute;
  top: 198px;
  left: 9px;
  width: 539px;
  height: 28px;
}
form.form-adhesion fieldset #profession {
  position: absolute;
  top: 159px;
  left: 689px;
  width: 215px;
  height: 28px;
}
form.form-adhesion fieldset #poids {
  position: absolute;
  top: 198px;
  left: 637px;
  width: 88px;
  height: 28px;
}
form.form-adhesion fieldset #taille {
  position: absolute;
  top: 198px;
  left: 843px;
  width: 88px;
  height: 28px;
}
form.form-adhesion fieldset #code_postal {
  position: absolute;
  top: 237px;
  left: 55px;
  width: 92px;
  height: 28px;
}
form.form-adhesion fieldset #ville {
  position: absolute;
  top: 237px;
  left: 214px;
  width: 335px;
  height: 28px;
}
form.form-adhesion fieldset #pays {
  position: absolute;
  top: 237px;
  left: 635px;
  width: 270px;
  height: 28px;
}
form.form-adhesion fieldset #tel_mobile {
  position: absolute;
  top: 277px;
  left: 140px;
  width: 250px;
  height: 28px;
}
form.form-adhesion fieldset #tel_fixe {
  position: absolute;
  top: 277px;
  left: 502px;
  width: 250px;
  height: 28px;
}
form.form-adhesion fieldset #email {
  position: absolute;
  top: 309px;
  left: 82px;
  width: 470px;
  height: 28px;
}
form.form-adhesion fieldset #contact_accident {
  position: absolute;
  top: 346px;
  left: 393px;
  width: 322px;
  height: 27px;
}
form.form-adhesion fieldset #tel_accident {
  position: absolute;
  top: 346px;
  left: 792px;
  width: 122px;
  height: 27px;
}
form.form-adhesion fieldset #club1 {
  position: absolute;
  top: 376px;
  left: 2px;
  width: 25px;
  height: 25px;
}
form.form-adhesion fieldset #club2 {
  position: absolute;
  top: 454px;
  left: 2px;
  width: 25px;
  height: 25px;
}
form.form-adhesion fieldset #club_deja_choisi {
  position: absolute;
  top: 413px;
  left: 116px;
  width: 320px;
  height: 28px;
}
form.form-adhesion fieldset #num_licence {
  position: absolute;
  top: 413px;
  left: 563px;
  width: 110px;
  height: 28px;
}
form.form-adhesion fieldset #date_licence {
  position: absolute;
  top: 413px;
  left: 736px;
  width: 120px;
  height: 28px;
}
form.form-adhesion fieldset #club_souhait {
  position: absolute;
  top: 486px;
  left: 3px;
  width: 942px;
  height: 47px;
}
form.form-adhesion fieldset #souhait_epsvb {
  position: absolute;
  top: 0;
  left: 170px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #souhait_pcvp {
  position: absolute;
  top: 0;
  left: 441px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #souhait_lorient {
  position: absolute;
  top: 0;
  left: 711px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #souhait_cpsiv {
  position: absolute;
  top: 0;
  left: 914px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #souhait_ssn {
  position: absolute;
  top: 24px;
  left: 308px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #souhait_armor {
  position: absolute;
  top: 24px;
  left: 636px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #assurance_ffp_oui {
  position: absolute;
  top: 536px;
  left: 434px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #assurance_ffp_non {
  position: absolute;
  top: 536px;
  left: 524px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #nom_assurance {
  position: absolute;
  top: 563px;
  left: 330px;
  width: 260px;
  height: 28px;
}
form.form-adhesion fieldset #num_contrat {
  position: absolute;
  top: 563px;
  left: 712px;
  width: 190px;
  height: 28px;
}
form.form-adhesion fieldset #date_certif_med {
  position: absolute;
  top: 657px;
  left: 249px;
  width: 140px;
  height: 28px;
}
form.form-adhesion fieldset #nom_medecin {
  position: absolute;
  top: 657px;
  left: 580px;
  width: 268px;
  height: 28px;
}
form.form-adhesion fieldset #benef_deces {
  position: absolute;
  top: 687px;
  left: 463px;
  width: 360px;
  height: 28px;
}
form.form-adhesion fieldset #reconnais_assur {
  position: absolute;
  top: 728px;
  left: 201px;
  width: 376px;
  height: 28px;
}
form.form-adhesion fieldset #droit_image {
  position: absolute;
  top: 827px;
  left: 169px;
  width: 346px;
  height: 28px;
}
form.form-adhesion fieldset #brevet_a {
  position: absolute;
  top: 911px;
  left: 151px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b {
  position: absolute;
  top: 911px;
  left: 190px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b1 {
  position: absolute;
  top: 911px;
  left: 226px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b2 {
  position: absolute;
  top: 911px;
  left: 273px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b3 {
  position: absolute;
  top: 911px;
  left: 320px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b4 {
  position: absolute;
  top: 911px;
  left: 367px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_bi4 {
  position: absolute;
  top: 911px;
  left: 413px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_b5 {
  position: absolute;
  top: 911px;
  left: 465px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_bi5 {
  position: absolute;
  top: 911px;
  left: 512px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_bpa {
  position: absolute;
  top: 911px;
  left: 564px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_c {
  position: absolute;
  top: 911px;
  left: 623px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #brevet_d {
  position: absolute;
  top: 911px;
  left: 660px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #wingsuit_niv1 {
  position: absolute;
  top: 936px;
  left: 461px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #wingsuit_niv2 {
  position: absolute;
  top: 936px;
  left: 546px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #wingsuit_niv3 {
  position: absolute;
  top: 936px;
  left: 656px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_b1 {
  position: absolute;
  top: 962px;
  left: 152px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_b2 {
  position: absolute;
  top: 962px;
  left: 205px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_b3 {
  position: absolute;
  top: 962px;
  left: 256px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_b4 {
  position: absolute;
  top: 962px;
  left: 308px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_b5 {
  position: absolute;
  top: 962px;
  left: 416px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_bi4 {
  position: absolute;
  top: 962px;
  left: 359px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #initiateur_bi5 {
  position: absolute;
  top: 962px;
  left: 468px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #qualif_cqp_vid {
  position: absolute;
  top: 986px;
  left: 257px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #qualif_mono_fed {
  position: absolute;
  top: 986px;
  left: 466px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #qualif_bees {
  position: absolute;
  top: 986px;
  left: 556px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #qualif_bpjeps {
  position: absolute;
  top: 986px;
  left: 659px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #nb_total_sauts {
  position: absolute;
  top: 1018px;
  left: 183px;
  width: 210px;
  height: 28px;
}
form.form-adhesion fieldset #annee_debut {
  position: absolute;
  top: 1018px;
  left: 737px;
  width: 110px;
  height: 28px;
}
form.form-adhesion fieldset #lieu_dernier_saut {
  position: absolute;
  top: 1051px;
  left: 283px;
  width: 284px;
  height: 28px;
}
form.form-adhesion fieldset #date_dernier_saut {
  position: absolute;
  top: 1051px;
  left: 603px;
  width: 184px;
  height: 28px;
}
form.form-adhesion fieldset #casque_video_oui {
  position: absolute;
  top: 1088px;
  left: 334px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #casque_video_non {
  position: absolute;
  top: 1088px;
  left: 420px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #parachute_perso_oui {
  position: absolute;
  top: 1088px;
  left: 772px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #parachute_perso_non {
  position: absolute;
  top: 1088px;
  left: 848px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #type_harnais {
  position: absolute;
  top: 1117px;
  left: 227px;
  width: 195px;
  height: 28px;
}
form.form-adhesion fieldset #type_voile_pri {
  position: absolute;
  top: 1117px;
  left: 707px;
  width: 312px;
  height: 28px;
}
form.form-adhesion fieldset #type_voile_sec {
  position: absolute;
  top: 1161px;
  left: 303px;
  width: 270px;
  height: 28px;
}
form.form-adhesion fieldset #date_pliage {
  position: absolute;
  top: 1161px;
  left: 710px;
  width: 115px;
  height: 28px;
}
form.form-adhesion fieldset #appareils {
  position: absolute;
  top: 1203px;
  left: 4px;
  width: 666px;
  height: 32px;
}
form.form-adhesion fieldset #secu_cypres {
  position: absolute;
  width: 16px;
  top: 0;
  left: 66px;
  height: 16px;
}
form.form-adhesion fieldset #secu_vigil {
  position: absolute;
  top: 0;
  left: 148px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #secu_autres {
  position: absolute;
  top: 0;
  left: 269px;
  width: 230px;
  height: 28px;
}
form.form-adhesion fieldset #aux_lor {
  position: absolute;
  top: 0;
  left: 544px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #aux_rsl {
  position: absolute;
  top: 0;
  left: 628px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #date_revision {
  position: absolute;
  top: 1237px;
  left: 167px;
  width: 201px;
  height: 28px;
}
form.form-adhesion fieldset #date_piles {
  position: absolute;
  top: 1237px;
  left: 707px;
  width: 171px;
  height: 28px;
}
form.form-adhesion fieldset #camping_oui {
  position: absolute;
  top: 1278px;
  left: 674px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #camping_non {
  position: absolute;
  top: 1278px;
  left: 754px;
  width: 20px;
  height: 20px;
}
form.form-adhesion fieldset #camping_detail {
  position: absolute;
  top: 1312px;
  left: 4px;
  width: 1016px;
  height: 23px;
}
form.form-adhesion fieldset #tente {
  position: absolute;
  top: 0;
  left: 156px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #fourgon_ccar {
  position: absolute;
  top: 0;
  left: 524px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #caravane {
  position: absolute;
  top: 0;
  left: 826px;
  width: 16px;
  height: 16px;
}
form.form-adhesion fieldset #buttons {
  position: absolute;
  top: 1550px;
  left: calc(50% - 100px);
  width: 200px;
}

form[name=animation_rumolo] > div#bloc-sessions,
form[name=animation_air_wax] > div#bloc-sessions,
form[name=animation_vitorino] > div#bloc-sessions,
form[name=animation_kiffmonflow] > div#bloc-sessions,
#animations2025 > div#bloc-sessions {
  display: grid;
  gap: 1em;
  margin: 3em 0;
}
@media screen and (min-width: 1024px) {
  form[name=animation_rumolo] > div#bloc-sessions,
  form[name=animation_air_wax] > div#bloc-sessions,
  form[name=animation_vitorino] > div#bloc-sessions,
  form[name=animation_kiffmonflow] > div#bloc-sessions,
  #animations2025 > div#bloc-sessions {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
form[name=animation_rumolo] > div .bloc-session,
form[name=animation_air_wax] > div .bloc-session,
form[name=animation_vitorino] > div .bloc-session,
form[name=animation_kiffmonflow] > div .bloc-session,
#animations2025 > div .bloc-session {
  padding: 0.5em 1em 1em;
  background: #e8d998;
  border-radius: 1em;
}
form[name=animation_rumolo] > div .bloc-session .dispo,
form[name=animation_air_wax] > div .bloc-session .dispo,
form[name=animation_vitorino] > div .bloc-session .dispo,
form[name=animation_kiffmonflow] > div .bloc-session .dispo,
#animations2025 > div .bloc-session .dispo {
  color: #444;
  margin-top: 1em;
  margin-left: 4em;
  white-space: nowrap;
}
form[name=animation_rumolo] > div > label,
form[name=animation_air_wax] > div > label,
form[name=animation_vitorino] > div > label,
form[name=animation_kiffmonflow] > div > label,
#animations2025 > div > label {
  font-weight: bold;
  margin: 1em 0;
}
form[name=animation_rumolo] > div button,
form[name=animation_air_wax] > div button,
form[name=animation_vitorino] > div button,
form[name=animation_kiffmonflow] > div button,
#animations2025 > div button {
  font-size: 1.5em;
  color: #fff;
  background: #c7a619;
  border: 3px solid #ac9016;
  padding: 0.5em 1em;
  animation: pulse 1.5s ease-in-out infinite;
}
form[name=animation_rumolo] > div #combi1,
form[name=animation_rumolo] > div #combi2,
form[name=animation_air_wax] > div #combi1,
form[name=animation_air_wax] > div #combi2,
form[name=animation_vitorino] > div #combi1,
form[name=animation_vitorino] > div #combi2,
form[name=animation_kiffmonflow] > div #combi1,
form[name=animation_kiffmonflow] > div #combi2,
#animations2025 > div #combi1,
#animations2025 > div #combi2 {
  opacity: 0.5;
}

.wc-block-components-totals-shipping__collaterals,
.wc-block-components-totals-shipping__delivery-options-notice,
.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
  display: none !important;
}

.added_to_cart.wc-forward {
  background: #0b86ee;
  padding: 2px 12px !important;
  margin-top: 1em;
  color: white;
  border-radius: 4px;
}

#enquete-source {
  font-size: 0.8em;
  margin-top: 2em;
  padding: 1em;
  background: #d2e2f0;
  border-radius: 20px;
}
#enquete-source legend {
  background: #a3cefd;
  border-radius: 9999px;
  padding: 0.5em 1em;
}
#enquete-source > div {
  margin: 1em 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 900px) {
  #enquete-source > div {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
