/* ===========================================
   CSS POUR LE TEMPLATE D'INFORMATIONS DÉTAILLÉES
   =========================================== */

/* Conteneur principal du template (dans l'overlay) */
.overlay-section-content {
    padding: 50px 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 220px);
}

@media (max-width: 768px){
    .overlay-section-content{
        height: auto;
        overflow-y: visible;
    }
}

.overlay-section-content .info-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.overlay-section-content .artwork-disponibilite {
    display: inline-flex;
    font-size: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Styles par statut de disponibilité (même logique que single-product.css) */
.overlay-section-content .artwork-disponibilite.disponible {
    color: #155724;
    background: #d4edda;
}

.overlay-section-content .artwork-disponibilite.sur-demande {
    color: #004085;
    background: #cce5ff;
}

.overlay-section-content .artwork-disponibilite.reserve {
    color: #856404;
    background: #fff3cd;
}

.overlay-section-content .artwork-disponibilite.indisponible {
    color: #3c3f41;
    background: #e5e7eb;
}

.overlay-section-content .artwork-disponibilite.vendue {
    color: #5c4033;
    background: #f0e6e0;
}

.overlay-section-content .artwork-disponibilite.en-pret {
    color: #5a3e7a;
    background: #e2d9f3;
}

/* ========================================
   TITRES / SECTIONS
======================================== */

.overlay-section-content .info-section h4 {
    color: #CCC;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative;
}



/* ========================================
   DESCRIPTION
======================================== */

.overlay-section-content .artwork-description {
    color: #34495e;
    line-height: 1.7;
    font-size: 1em;
}

.overlay-section-content .artwork-description pre{
    background:none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
    font-weight: bold;
}

.overlay-section-content .artwork-description p {
    margin-bottom: 15px;
}

.overlay-section-content .artwork-description p:last-child {
    margin-bottom: 0;
}

/* ========================================
   INFORMATIONS TECHNIQUES (liste)
======================================== */

.overlay-section-content .info-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-section-content .info-section li {
    padding: 8px 0;
    border-bottom: 1px solid #ecf0f1;
    color: #7f8c8d;
    font-size: 0.8em;
}

.overlay-section-content .info-section li:last-child {
    border-bottom: none;
}

.overlay-section-content .info-section li strong {
    color: #2c3e50;
    font-weight: 600;
    display: inline-block;
    min-width: 120px;
}





/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1400px){}

@media (max-width: 1200px){

    

}

@media (max-width: 768px){

    .overlay-section-content{height:auto;padding:0px 0px 0px 0px!important;}
}

@media (max-width: 480px){


}
