/* dienshop-contact.css — Formulaire de contact et footer */
/* Source: dsindex-contact.css */
@charset "UTF-8";

.contactpanel p {
    font-size: 1.5em;
    padding: 10px 20px
}

.contactpanel span {
    color: #990033;
    display: inline-block;
    float: right;
    font-size: 0.8em
}

form#contact {
    counter-reset: fieldsets;
    padding: 20px
}

form#contact fieldset {
    border: medium none;
    margin-bottom: 10px
}

form#contact fieldset:last-of-type {
    margin-bottom: 0
}

form#contact legend {
    color: #7A7873;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #FFFFFF
}

form#contact>fieldset>legend:before {
    color: #FFFFFF;
    content: ""counter(fieldsets, decimal) ":";
    counter-increment: fieldsets;
    font-family: trebuchet ms, sans-serif;
    font-weight: lighter;
    text-shadow: none
}

form#contact fieldset fieldset legend {
    color: #111111;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 0
}

form#contact ol {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 0 9px;
    border-style: solid;
    border-width: 2px;
    line-height: 35px;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 5px 0px
}

form#contact li {
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 0 9px;
    border-width: 2px;
    line-height: 35px;
    list-style: none outside none
}

form#contact li ol li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left
}

form#contact li ol {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    margin-left: 60px;
    margin-top: -5px;
    padding: 0
}

form#contact label {
    float: left;
    font-size: 15px;
    padding-right: 10px;
    text-align: right;
    width: 135px
}

form#contact fieldset fieldset label {
    background: none no-repeat scroll left 50% transparent;
    line-height: 11px;
    padding: 0;
    width: auto
}

form#contact fieldset fieldset label:hover {
    cursor: pointer
}

form#contact input:not([type="radio"]) {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #007ABC;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 10px;
    outline: medium none;
    padding: 10px;
    width: 50%
}

form#contact textarea {
    color: #007ABC;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.8em;
    font-style: italic;
    height: 150px;
    outline: medium none;
    padding: 5px;
    width: 70%
}

#mess {
    width: 100% !important
}

form#contact input:focus:not([type="submit"]),
form#contact textarea:focus {
    background: none repeat scroll 0 0 #EAEAEA
}

form#contact input[type="radio"] {
    float: left;
    margin-right: 5px;
    margin-top: 13px
}

form#contact select {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
    margin: 3px 0 0;
    width: 50%
}

form#contact button {
    background: none repeat scroll 0 0 #007abc;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px 30px;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase
}

form#contact button:hover {
    background: -webkit-linear-gradient(0deg, #ADD100 10%, #7B920A 90%);
    background: linear-gradient(0deg, #ADD100 10%, #7B920A 90%);
    cursor: pointer
}

/* ── Responsive additions ──────────────────────────────────── */
@media (max-width: 768px) {
    .cd-customization { flex-direction: column }
    .promo-input-group { flex-wrap: wrap; gap: 8px }
    .notice-bar { font-size: 0.85em; padding: 6px 10px }
    #cd-gallery-items { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1em }
}
@media (max-width: 480px) {
    #cd-gallery-items { grid-template-columns: 1fr }
    /* #ticket-curtain width géré dans dienshop-ticket.css — NE PAS ajouter right:0 ici */
    #ticket-curtain { width: 95vw }
    .divisas { width: 100% }
}
