/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770803915
Updated: 2026-02-11 10:58:35

*/

div.default_theme .mpwem_tile, div.mep_list_event_details .mep_list_title{
    font-family: "Raleway", Sans-serif;
    font-weight: 600;
    color: var(--e-global-color-accent);
}

#mepsa-ticket-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.45);
}

.mepsa-modal-box {
    position: relative;
    min-width: 320px;
    max-width: 90%;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.mepsa-ticket-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.mepsa-ticket-close:hover {
    color: #E18078;
}

/* Places PMR disponibles */
.mpwem_seat_plan_area
[data-seat-name][data-pmr="yes"].mpwem_seat_available {
	background: #1976d2 !important;
	border-color: #0d5ca8 !important;
	color: #ffffff !important;
}

/* Places PMR sélectionnées */
.mpwem_seat_plan_area
[data-seat-name][data-pmr="yes"].mage_seat_selected {
	background: #0d47a1 !important;
	border-color: #08306d !important;
	color: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.3);
}

/* Petit repère P */
.mpwem_seat_plan_area
[data-seat-name][data-pmr="yes"] {
	position: relative;
}

.mpwem_seat_plan_area
[data-seat-name][data-pmr="yes"]::after {
	content: "P";
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	color: #ffffff;
	font-size: 8px;
	font-weight: 700;
	background: #0d47a1;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

/* Une place PMR vendue reste grisée */
.mpwem_seat_plan_area
[data-seat-name][data-pmr="yes"].mepsa_sold {
	background: #999999 !important;
	border-color: #777777 !important;
	color: #ffffff !important;
}

.tdr-seat-legend {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
}

.tdr-seat-legend-pmr {
	width: 20px;
	height: 20px;
	background: #1976d2;
	border: 1px solid #0d5ca8;
	border-radius: 4px;
}

/**** mep_events-template-default ****/

.mep_events-template-default .mep-events-wrapper, .mep_events-template-default div.mpwem_container{
    max-width: 1600px;
}

.mep_events-template-default .mep-default-content{
    flex: 4;
}

.mep_events-template-default .mep-default-sidebar{
    flex: 2;
}

.mep_events-template-default .mpwem_tile{
    font-family: "Cormorant Garamond", Sans-serif !important;
    font-size: 4em !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: var(--e-global-color-accent) !important;
}

div.mep_event_list div.mage_grid_box>div{
    box-shadow: 0px 5px 10px #E2E2E2 !important;
}

div.mep_list_event_details div.list_content{
    color: #000 !important;
}

.mep_event_grid_item .mep_list_thumb{
    height: 450px !important;
}

div.mep_list_event_details div.list_content span{
    margin: 0 5px 0 0 !important;
    color: #000 !important;
    font-size: 13px !important;
}

.mep_list_event_details a.event_details_link{
    min-height: 0px !important;
    margin-bottom: 0px !important;
}

.mep_event_grid_item.filter_item{
    justify-content: flex-start !important;
}

.mep_list_event_details .upcomming_location{
    display: none !important;
}

.btn-external-ticket{
    background-color: #A6763E;
    padding: 12px 24px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
}

.btn-external-ticket:hover{
    background-color: #8d612e;
}

/**** Interface billetterie guichet  ****/

.bg-guichet {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

#bg-guichet-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* Champs du formulaire */

.bg-champ {
    margin: 0;
}

.bg-champ label,
.bg-champ legend {
    display: block;
    margin-bottom: 7px;
    color: #252525;
    font-size: 15px;
    font-weight: 600;
}

.bg-champ input[type="text"],
.bg-champ input[type="email"],
.bg-champ input[type="tel"],
.bg-champ select {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    color: #222222;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bg-champ input:focus,
.bg-champ select:focus {
    border-color: #e18078;
    box-shadow: 0 0 0 3px rgba(225, 128, 120, 0.18);
}

/* Sélecteur du spectacle sur toute la largeur */

.bg-champ:first-child {
    grid-column: 1 / -1;
}

/* =========================================================
   MODES DE PAIEMENT
   ========================================================= */

#bg-guichet-form fieldset.bg-champ {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 12px;
    padding: 18px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #fafafa;
}

#bg-guichet-form fieldset.bg-champ legend {
    padding: 0 8px;
}

#bg-guichet-form fieldset.bg-champ label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    margin: 0;
    padding: 10px 14px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

#bg-guichet-form fieldset.bg-champ label:hover {
    border-color: #e18078;
    background: #fff8f7;
    transform: translateY(-1px);
}

#bg-guichet-form input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #e18078;
}

/* Mise en évidence du mode sélectionné */

#bg-guichet-form fieldset.bg-champ label:has(input:checked) {
    color: #ffffff;
    background: #e18078;
    border-color: #e18078;
}

/* =========================================================
   PLAN DE SALLE
   ========================================================= */

#bg-plan-salle {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 180px;
    padding: 20px;
    overflow-x: auto;
    background: #f8f8f8;
    border: 1px solid #dedede;
    border-radius: 12px;
}

/* Évite que le plan soit coupé horizontalement */

#bg-plan-salle > * {
    min-width: max-content;
}

/* =========================================================
   RÉCAPITULATIF
   ========================================================= */

#bg-recapitulatif {
    grid-column: 1 / -1;
    padding: 22px;
    background: #f5f9fc;
    border: 1px solid #d6e5f0;
    border-left: 5px solid #84bce7;
    border-radius: 10px;
}

#bg-recapitulatif h3 {
    margin: 0 0 15px;
    color: #222222;
    font-size: 21px;
}

#bg-places-selectionnees p {
    margin: 5px 0;
}

.bg-liste-places {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.bg-liste-places li {
    padding: 7px 11px;
    background: #ffffff;
    border: 1px solid #d6e5f0;
    border-radius: 20px;
    font-size: 14px;
}

#bg-total {
    color: #e18078;
    font-size: 22px;
    font-weight: 700;
}

/* =========================================================
   BOUTON DE VALIDATION
   ========================================================= */

#bg-guichet-form > button[type="submit"] {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 54px;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    background: #e18078;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 5px 16px rgba(225, 128, 120, 0.25);
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

#bg-guichet-form > button[type="submit"]:hover:not(:disabled) {
    background: #cf6f68;
    transform: translateY(-1px);
}

#bg-guichet-form > button[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    box-shadow: none;
}

#bg-message {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.bg-succes {
    color: #176233;
    background: #e8f7ed;
    border: 1px solid #b8e1c5;
}

.bg-erreur {
    color: #8e2020;
    background: #fff0f0;
    border: 1px solid #efbcbc;
}

.event-genre em{
    padding: 7px 11px;
    background: #ffffff;
    border: 1px solid #d6e5f0;
    border-radius: 20px;
    font-size: 14px;
}

div.mpwem_details_content p{
    margin: 10px 0!important;
}

.single-mep_events ._mb, .postid-438 .reg_close_msg, .postid-448 .reg_close_msg, .postid-451 .reg_close_msg, .postid-467 .reg_close_msg{
    display: none;
}


.infos-billets-container{
    max-width:800px;
    margin:50px auto;
    padding:35px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}


.infos-billets-container h2{
    margin:0 0 25px;
    font-size:28px;
    color:#222;
}


.infos-billets-container label{
    display:block;
    margin-bottom:8px;
    font-size:16px;
    font-weight:600;
    color:#333;
}

.infos-billets-container select{
    width:100%;
    min-height:50px;
    padding:12px 16px;
    font-size:16px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    background:#fff;
    transition:.2s;
}

.infos-billets-container select:focus{
    outline:none;
    border-color:#E18078;
    box-shadow:0 0 0 3px rgba(225,128,120,.15);
}

.infos-billets-container .button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    background:#E18078;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
    transition:.2s;
}

.infos-billets-container .button:hover{
    background:#cf6f68;
    transform:translateY(-1px);
}


.infos-billets-container .empty{
    padding:20px;
    background:#f8f8f8;
    border-left:4px solid #E18078;
    border-radius:6px;
    color:#666;
}

#pmr_field .optional{
    display: none !important;
}



@media screen and (max-width: 1450px) {

   .mep_events-template-default .content_area{
        flex-direction: column;
   }

   .mep_events-template-default .mep-default-sidebar{
        flex : 0 !important;
       /* width: 100%;*/
   }
    .mep_events-template-default .mep-default-content{
        width: 100%;
    }

}

@media screen and (max-width: 1150px) {
    
    .mpwem_seat_plan_area .mepsa_grid{
        align-items: flex-start !important;
    }
    
}

@media screen and (max-width: 767px) {
    .mep_events-template-default .mpwem_tile{
        font-size: 2em !important;
        text-align: center;
    }
    .mep_events-template-default div.mpwem_style div.date_time_location_short{
        flex-wrap: nowrap;
    } 

    .bg-guichet {
        margin: 15px auto;
        padding: 18px;
        border-radius: 10px;
    }

    #bg-guichet-form {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bg-champ,
    .bg-champ:first-child,
    #bg-plan-salle,
    #bg-recapitulatif,
    #bg-guichet-form > button[type="submit"] {
        grid-column: 1;
    }

    #bg-guichet-form fieldset.bg-champ {
        grid-column: 1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .infos-billets-container{
        margin:20px;
        padding:25px;
    }
}

@media screen and (max-width: 480px) {
    #bg-guichet-form fieldset.bg-champ {
        grid-template-columns: 1fr;
    }

    #bg-guichet-form fieldset.bg-champ label {
        justify-content: flex-start;
    }
}

#mepsa-ticket-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.mepsa-modal-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    width:400px;
    max-width:95%;
}

#mepsa-ticket-select{
    width:100%;
    padding:10px;
}

#mepsa-ticket-confirm{
        background-color: var(--e-global-color-secondary);
        color: #FFF;
        text-transform: uppercase;
        font-family: "Raleway", Sans-serif;
        padding: 12px 24px;
        border-radius: 0;
        font-weight: 700;
}

.mepsa-modal-box h3{
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}