#payment {
    color: #000;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: rgba(0, 0, 0, 0.8);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #000;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{color:#fff;}

#headerimg {text-align:center;}
#headerimg h1 {margin-bottom:0;}
#headerimg h1 a{display:block;overflow:hidden;text-indent:999vw;background-image:url(/wp-content/uploads/2022/09/cropped-logo-carre_blanc_fond-noir.png?fit=469%2C500&amp;ssl=1);background-size:contain;width:198px;height:211px;font-size:0;margin:0 auto;}

div#footer{display:none;}

/*19/08/2025 - Changement couleur de fond des bandeaux Options de billet et Service supplémentaire dans les expériences gérées par event manager*/
.mpwem_registration_area .date-time-header {
  background: #cda333;
  	border: 0px solid #000;

}

/*04/03/2026 Mettre le titre de nos evts dans notre agenda d'evts en noir pour la page https://marel-degustation.fr/nos-experiences/ */
.mep_event_grid_item .mep_list_title,
.mep-default-theme .mep_list_title {
    color: #000000 !important;
}

/*04/03/2026 Mettre la couleur en noir de la date dans notre agenda d'evts en noir pour la page https://marel-degustation.fr/nos-experiences/ */
.mep-month {
    color: #000000 !important;
}
.mep-day {
    background-color: #000000 !important;
}

/*04/03/2026 Les modifs ci dessous sont pour modifier des couleurs de texte ou background sur la page https://marel-degustation.fr/events/wine-gaming-au-domaine-de-lanchois/ */

.mpwem_organizer {
    background-color: #cda333 !important;
    color: #000000 !important;      /* texte en noir */
}

div.mpwem_organizer h5 {
    color: #000000 !important;      /* texte "Organized by :" en noir */
    display: none !important; /* le texte disparaît complètement */
}

.setas-info {
    background-color: #cda333 !important;
    color: #000000 !important;      /* texte en noir */
}

.ticket-name {
    color: #000000 !important;
}

.mpwem_form_submit_area {
    background-color: #cda333 !important;
}

div.mpwem_style [class*="_icon_circle"] {
    background-color: #cda333 !important;
}

.fas.fa-minus {
    color: #000000 !important; /* passe l'icône "-" en noir */
}

.fas.fa-plus {
    color: #000000 !important; /* passe l'icône "+" en noir */
}

.fa.fa-chevron-right {
    color: #000000 !important; /* passe l'icône ">" en noir */
}

.mep-events-wrapper .mpwem_book_now[disabled] {
    background-color: #000000 !important; /* remplace par la couleur souhaitée */
    border: 0 !important;                 /* supprime la bordure */
}

div.mpwem_style [class*="_button_theme"] {
    background-color: #000000 !important; /* fond noir */
    border: 0 !important;                 /* supprime la bordure */
}

div.mpwem_organizer,
div.mpwem_organizer a {
    color: #000000 !important;      /* texte en noir */
    text-decoration: none !important; /* supprime le soulignement des liens */
    cursor: default !important;      /* curseur normal */
}


.mpwem_details_content {
    background-color: #fff;
    color: #000;

}
