.elementor-394 .elementor-element.elementor-element-fdbd61e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-46ff2fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-1eadb24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-d517207{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-4e0498a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-2c0a3d1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-f291f4e{--display:flex;}.elementor-394 .elementor-element.elementor-element-6307ab0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ca68c2 */.buffet-form-section {
    background: #f7f7f4;
    padding: 90px 24px 35px;
    font-family: 'Glacial Indifference', sans-serif;
}

.buffet-form-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.buffet-form-heading span {
    display: inline-block;
    background: #F9D9E3;
    color: #81193c;
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.buffet-form-heading h2 {
    font-family: 'Mango', sans-serif;
    font-size: clamp(52px, 7vw, 86px);
    line-height: 0.88;
    color: #ed6231;
    font-weight: normal;
    margin: 0 0 20px;
}

.buffet-form-heading p {
    color: #81193c;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .buffet-form-section {
        padding: 65px 20px 28px;
    }

    .buffet-form-heading {
        text-align: left;
    }

    .buffet-form-heading h2 {
        font-size: 52px;
    }

    .buffet-form-heading p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e04967d *//* =============================== */
/* FORMULAIRE BUFFET CF7 COMPACT */
/* =============================== */

.buffet-cf7-form {
    background: linear-gradient(135deg, #fff8f3 0%, #F9D9E3 100%);
    border-radius: 34px;
    padding: 38px 40px 36px;
    max-width: 920px;
    margin: 0 auto 80px;
    font-family: 'Glacial Indifference', sans-serif;
    box-shadow: 0 18px 45px rgba(129, 25, 60, 0.08);
    color: #81193c;
    position: relative;
    overflow: hidden;
}

.buffet-cf7-form::before {
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    background: #ed6231;
    opacity: 0.08;
    border-radius: 50%;
    top: -45px;
    right: -35px;
}

.buffet-cf7-intro {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 28px;
    position: relative;
    z-index: 2;
}

.buffet-cf7-intro h3 {
    font-family: 'Mango', sans-serif;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 0.9;
    color: #ed6231;
    font-weight: normal;
    margin: 0 0 12px;
}

.buffet-cf7-intro p {
    color: #81193c;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

/* Lignes 2 colonnes */
.buffet-cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    
    position: relative;
    z-index: 2;
}

.buffet-cf7-field {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.buffet-cf7-row .buffet-cf7-field {
    margin-bottom: 0;
}

.buffet-cf7-field label {
    display: block;
    color: #81193c;
    font-size: 14px;
    font-weight: 900;
    
}

/* Inputs */
.buffet-cf7-form input[type="text"],
.buffet-cf7-form input[type="email"],
.buffet-cf7-form input[type="tel"],
.buffet-cf7-form input[type="number"],
.buffet-cf7-form input[type="date"],
.buffet-cf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    border: 2px solid rgba(129, 25, 60, 0.10);
    border-radius: 18px;
    padding: 12px 16px;
    background: #ffffff;
    color: #81193c;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.buffet-cf7-form textarea {
    min-height: 105px !important;
    height: 105px !important;
    resize: vertical;
}

.buffet-cf7-form input:focus,
.buffet-cf7-form textarea:focus {
    border-color: #ed6231;
    box-shadow: 0 0 0 4px rgba(237, 98, 49, 0.10);
}

/* Radio */
.buffet-cf7-radio-field {
    margin-top: 2px;
}

.buffet-cf7-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.buffet-cf7-form .wpcf7-list-item {
    margin: 0;
}

.buffet-cf7-form .wpcf7-list-item label {
    margin: 0;
    cursor: pointer;
}

.buffet-cf7-form input[type="radio"] {
    display: none;
}

.buffet-cf7-form .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    background: #ffffff;
    border: 2px solid #edcfd9;
    color: #81193c;
    border-radius: 999px;
    padding: 11px 20px;
    font-weight: 900;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.buffet-cf7-form input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #ed6231;
    border-color: #ed6231;
    color: #ffffff;
}

/* Bloc livraison caché */
.buffet-cf7-delivery-box {
    background: rgba(255,255,255,0.45);
    border: 2px dashed rgba(129, 25, 60, 0.15);
    border-radius: 24px;
    padding: 20px 20px;
    margin: 4px 0 18px;
    position: relative;
    z-index: 2;
}

/* Bouton */
.buffet-cf7-submit {
    text-align: center;
    margin-top: 18px;
    position: relative;
    z-index: 2;
}

.buffet-cf7-submit input[type="submit"] {
    background: #81193c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 15px 40px !important;
    min-width: 240px;
    font-family: 'Glacial Indifference', sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(129, 25, 60, 0.18);
    transition: transform 0.25s ease, background 0.25s ease;
}

.buffet-cf7-submit input[type="submit"]:hover {
    background: #ed6231 !important;
    transform: translateY(-3px);
}

/* Messages */
.buffet-cf7-form .wpcf7-not-valid-tip {
    color: #ed6231;
    font-size: 13px;
    margin-top: 5px;
}

.buffet-cf7-form .wpcf7-response-output {
    border-radius: 16px;
    padding: 12px 16px !important;
    margin: 18px 0 0 !important;
    color: #81193c;
    font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {
    .buffet-cf7-form {
        padding: 30px 20px 28px;
        border-radius: 28px;
        margin-bottom: 60px;
    }

    .buffet-cf7-intro {
        text-align: left;
        margin-bottom: 24px;
    }

    .buffet-cf7-intro h3 {
        font-size: 44px;
    }

    .buffet-cf7-row {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 14px;
    }

    .buffet-cf7-field {
        margin-bottom: 14px;
    }

    .buffet-cf7-form textarea {
        min-height: 95px !important;
        height: 95px !important;
    }

    .buffet-cf7-form .wpcf7-radio {
        flex-direction: column;
    }

    .buffet-cf7-form .wpcf7-list-item-label {
        width: 100%;
    }

    .buffet-cf7-submit input[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}/* End custom CSS */