.elementor-914 .elementor-element.elementor-element-324a75c3{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-914 .elementor-element.elementor-element-3042ce54{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-914 .elementor-element.elementor-element-540806aa{font-family:"Quicksand variable", Sans-serif;font-size:18px;font-weight:400;}.elementor-914 .elementor-element.elementor-element-63bf347f{--display:flex;}.elementor-914 .elementor-element.elementor-element-57101376{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-edb9f74{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-914 .elementor-element.elementor-element-18dccdb9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-914 .elementor-element.elementor-element-18dccdb9 .elementor-button{font-family:"Marcellus SC", Sans-serif;font-size:20px;font-weight:900;fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-914 .elementor-element.elementor-element-6a5f3946{--display:flex;}.elementor-914 .elementor-element.elementor-element-b5a3aac{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-914 .elementor-element.elementor-element-b5a3aac .elementor-button{font-family:"Marcellus SC", Sans-serif;font-size:20px;font-weight:900;fill:var( --e-global-color-text );color:var( --e-global-color-text );}#elementor-popup-modal-914{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-914 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-914 .dialog-close-button{display:flex;}#elementor-popup-modal-914 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-914 .elementor-element.elementor-element-3042ce54{font-size:var( --e-global-typography-secondary-font-size );}.elementor-914 .elementor-element.elementor-element-57101376{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-914 .elementor-element.elementor-element-3042ce54{font-size:var( --e-global-typography-secondary-font-size );}.elementor-914 .elementor-element.elementor-element-57101376{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-1467b11 *//* Montants sur une seule ligne */
.don-chooser{
  display: flex;
  flex-wrap: nowrap;        /* <- une seule ligne */
  gap: 10px;
  align-items: center;
  overflow-x: auto;         /* <- si ça ne tient pas, scroll horizontal */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;      /* un peu d’air pour le scroll */
}

/* Chaque option ne rétrécit pas */
.don-option{
  flex: 0 0 auto;
  border: 0;                /* on enlève ton border de bloc si tu veux un rendu “boutons” */
  padding: 0;
}

/* On transforme le label en “bouton” */
.don-option label{
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}

/* On cache le radio natif */
.don-option input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* La pastille montant */
.don-label{
  font-family: quicksand;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 2px solid rgba(70,32,10,0.35);
  color: #2B1E16;
  user-select: none;
  white-space: nowrap;
}

/* Style “sélectionné” */
.don-option input:checked + .don-label{
  border-color: rgba(70,32,10,0.85);
  box-shadow: 0 6px 12px rgba(0,0,0,0.18);
}

/* Le hint : tu peux le garder tel quel (il n’apparaît que pour 1 option) */
.don-hint{
  margin-top: 6px;
  font-size: 0.9em;
  opacity: 0.9;
  font-family: quicksand;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-18dccdb9 */.elementor-914 .elementor-element.elementor-element-18dccdb9 .elementor-button-link{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid rgba(70,32,10,0.85);
  box-shadow: 0 10px 18px rgba(0,0,0,0.35);
  background: transparent;
}

/* texture */
.elementor-914 .elementor-element.elementor-element-18dccdb9 .elementor-button-link::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("https://la-loutre-joueuse.fr/wp-content/uploads/2026/01/ChatGPT-Image-22-janv.-2026-11_52_51.png");
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  pointer-events:none;
}

/* texte au-dessus */
.elementor-914 .elementor-element.elementor-element-18dccdb9 .elementor-button-text{
  position: relative;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c1ab4ce */.llj-format-download {
  width: 100%;
  max-width: 350px;
  margin: 12px auto 0;
  text-align: left;
}

.llj-format-download label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #342621;
}

.llj-format-download select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #c9b8af;
  border-radius: 6px;
  background: #fff;
  color: #342621;
  font-size: 16px;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-b5a3aac */.elementor-914 .elementor-element.elementor-element-b5a3aac .elementor-button-link{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid rgba(70,32,10,0.85);
  box-shadow: 0 10px 18px rgba(0,0,0,0.35);
  background: transparent;
}

/* texture */
.elementor-914 .elementor-element.elementor-element-b5a3aac .elementor-button-link::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("https://la-loutre-joueuse.fr/wp-content/uploads/2026/01/ChatGPT-Image-22-janv.-2026-11_52_51.png");
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  pointer-events:none;
}

/* texte au-dessus */
.elementor-914 .elementor-element.elementor-element-b5a3aac .elementor-button-text{
  position: relative;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS */.llj-donate { display:flex; flex-direction:column; gap:12px; }
.llj-row { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.llj-amount { font-weight:700; }
.llj-help { font-size: 18px; opacity:.8; }
#llj-download-donate { padding:12px 16px; border-radius:10px; cursor:pointer; }

/*  taille relative */
.don-hint{
  font-size: 1em; /* ajuste: 0.8 / 0.85 / 0.9 / 1 */
}
/* Montants dons taille absolue */

.don-hint{
  font-size: 18px; /* mets 12px, 13px, 14px... */
}

}
@media (max-width: 767px){
  .don-hint{
    font-size: 12px;
  }
}

/* La ligne des montants (scroll horizontal) */
.don-row{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

/* Le message en dessous : même style (classe don-hint), juste position */
.don-hint-slot{
  margin-top: 8px;
  margin-left: 0;   /* important si tu avais mis margin-left: 28px sur .don-hint */
}
/* Empile en colonne : montants puis message */
.don-chooser{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* La ligne scroll prend toute la largeur du popup */
.don-row{
  width: 100%;
}

/* Le message sous la ligne : même style, mais à la ligne et wrapping */
.don-hint-slot{
  width: 100%;
  display: block;
  margin-top: 8px;
  margin-left: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand variable';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://la-loutre-joueuse.fr/wp-content/uploads/2026/01/Quicksand-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */