.entry {border-bottom: none;}

.product-image {
    height: 281px !important;
    text-align: center;
}


 .ordre_false.product, .pageOrdre .ordre_false.product {height: 620px !important;}


/* Logo responsive */
@media (min-width: 992px) {
  #logo { width: 280px; clear: both; margin-bottom: 30px; }
}
@media (max-width: 767px) {
  #logo { width: 260px; clear: both; margin-bottom: 20px; }
}


.sale-flash2 {
    background-color: #900000;
    color: #fff;
    padding: 5px;
    float: left;
    border-radius: 2px;
    margin: 10px 0;
    width: auto;
    clear: both;
}

.triAnnee, .triAnnee:hover {background-color: #900000; border-radius: 3px; color: #fff !important; padding: 1px 5px; font-size: 13px;}
.triAnnee:hover {background-color: #333; color: #fff !important;}

/* ========================================
   TITRES et TEXTES
   ======================================== */

.titre_accueil {
    color: #900!important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    margin: 60px 0px 30px;
    padding: 0px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.titre_page {
    color: #900!important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    margin: 60px 0px 30px;
    padding: 0px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.titre_services {
    color: #900!important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    margin: 60px 0px 30px;
    padding: 0px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.device-xs .titre_accueil, .device-xxs .titre_accueil { font-size: 18px; }
.titre_informations_vente, .titre_cgv { color: #900000; font-size: 15px; font-weight: 600; padding: 40px 0 20px; text-transform: uppercase; }
.fiche_titre_lot h1 { font-size: 14px !important; margin-bottom: 5px; clear: both; color: #ee0845; font-weight: bold; }
.nom_vente { margin: 0 0 2px; font-size: 14px; line-height: 1.3; padding-bottom: 8px; text-transform: uppercase; color: #900; font-weight: 600; }
.device-xxs .nom_vente { font-size: 14px; line-height: 16px; }


/* ========================================
   TOP SEARCH
   ======================================== */
    #top-search a i {
      left: 43px;
    }


/* ========================================
   GÉNÉRAL
   ======================================== */
.page_calendrier .entry-image { width: 200px; float: left; margin-right: 0; }
.page_calendrier .entry-title h2 { font-size: 13px; }
#copyrights { line-height: 1.8; }
.calendrier_annees { width: 100%; margin-bottom: 30px; line-height: 2; }
.more-link { display: none; }
.team-member .name { margin-top: 20px; }
.team-member .job-title { font-style: normal; }
.owl-prev { background: #900000; color: white; }
.owl-next { background: #900000; color: white; }


/* ========================================
   COUVERTURE VENTE HOME
   ======================================== */
.home_calendrier .entry-title h2 { font-size: 13px; min-height: 50px; }
.device-xxs .home_calendrier .couverture_catalogue img { width: 400px; }
.device-xxs .carouselCouvCata, .device-xxs .calendrierVertical .cataPasDispo { overflow: hidden; max-height: 400px; float: left; }
.home_calendrier .calendrierVertical .item:hover .verticalImage img { transform: none; }
.home_calendrier .couverture_catalogue img { margin-bottom: 20px; }
.home_calendrier .bloc_vente_date { margin-top: 10px; }
.home_calendrier .owl-theme .owl-dots .owl-dot {display: none;}


/* ========================================
   BLOCS VENTE
   ======================================== */
.bloc_vente_date { color: #000; font-style: normal; padding-top: 10px; clear: both; }
.bloc_vente_lieu { color: #333333; font-style: normal; margin-top: 4px; clear: both; }


/* ========================================
   CARROUSEL BELLES ENCHÈRES
   ======================================== */
.CarouselEstimation { display: none; }
.belles_encheres_home .owl-carousel .owl-item img { margin: 20px auto; border-radius: 2px; height: 165px; }
.belles_encheres_home .imgphare { display: table-cell; height: 140px; margin-bottom: 14px; margin-right: 19px; overflow: hidden; text-align: center; vertical-align: middle; float: left; max-height: 140px; min-height: 200px; width: 100%; }
.belles_encheres_home { text-align: center; margin-top: 20px; }
.owl-theme .owl-dots .owl-dot.active span { background-color: #000; }
.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover { background-color: #fff; }
.imgphare img { margin-bottom: 16px; }
.verticalCarouselContent { border: 0 solid #fff; padding: 20px; }
.verticalCarouselContent:hover { border: 1px solid #ccc; border-radius: 2px; }
.CarouselResultat { color: #000; margin-top: 4px; text-align: center; text-transform: none; font-weight: bold; background-color: #fff !important; padding-bottom: 20px; }


/* ========================================
   SPÉCIALITÉS
   ======================================== */
.specialites-container { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; font-family: 'Georgia', serif; }
.specialites-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.specialite-card { overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.specialite-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0,0,0,0.15); }
.specialite-card img { width: 100%; height: auto; }
.specialite-card h3 { margin: 0.75rem; font-size: 1.2rem; text-align: center; color: #333; line-height: 1.4; }
.alphabetique-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; font-size: 1.2rem; }
.lettre { color: #990000; font-size: 1.4rem; font-weight: bold; }
.alphabetique-grid ul { list-style: none; padding: 0; margin: 0.5rem 0 1.5rem; }
.alphabetique-grid a { color: #333; text-decoration: none; line-height: 1.6; }
.alphabetique-grid a:hover { color: #990000; text-decoration: underline; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* Responsive */
@media (max-width: 768px) {
  .specialites-grid { grid-template-columns: 1fr 1fr; }
  .alphabetique-grid { grid-template-columns: 1fr; }
}


/* ========================================
   BOUTONS
   ======================================== */
.bouton-drouot { display: inline-block; background-color: white; color: #000 !important; border: 1px solid #000; padding: 6px 12px; border-radius: 5px; margin-bottom: 20px; text-align: center; text-decoration: none; font-size: 11px; transition: background-color 0.3s ease; }
.bouton-drouot:hover { background-color: #f0f0f0; color: #000 !important; cursor: pointer; }
.encart_logo_colonne .btn, .Estimation-text .btn { display: inline-block; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; background-image: none; user-select: none; margin-bottom: 10px; }
.Estimation-text .btn { background-color: #900000; color: #fff; font-size: 18px; border-radius: 0; }
.Estimation-text .btn:hover, .Estimation-text .btn:focus { color: #ccc; text-decoration: none; }
.bt_valider_ordre input, #estim .btn.btn-default, #form_inscription .btn.btn-default, .formEnvoyer input { background: #900000; color: #fff; padding: 10px 15px; border: 1px solid #900000; border-radius: 2px; margin-top: 10px; }
.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer input:hover { background: #900000; color: #fff; border: 1px solid #900000; }


/* ========================================
   LANGUES (FR / EN)
   ======================================== */
.languegb img, .languefr img { display: none; }
.languegb::after, .languefr::after { content: " EN"; font-weight: bold; float: right !important; padding-top: 6px; font-size: 14px; margin-left: 10px; }
.languefr::after { content: " FR"; }
a.languegb, a.languefr { padding-left: 0; }
.languegb, .languefr { float: right; padding: 12px 10px 0; font-weight: bold; font-size: 14px; margin-left: 10px; }


/* ========================================
   VIDÉOS RESPONSIVES (YouTube)
   ======================================== */
.video-container, .video-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Media queries pour petits écrans */
@media (max-width: 991px), (max-width: 767px), (max-width: 478px) {
  .video-container, .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}


/* ========================================
   LOGO et ICÔNES SOCIAUX
   ======================================== */
#logo img { margin-bottom: 20px; width: 270px; height: auto; }
.si-rss, .si-rss:hover, .si-colored.si-rss { width: 50px; text-align: center; background-image: url("https://www.ader-paris.fr/uploads/Image/site_visuel/achetezdelart-26.gif"); background-size: 50%; background-repeat: no-repeat; background-position: center; background-color: #ffffff !important; margin-top: 6px; }
.icon-rss::before, .ts-text.si-rss:hover, .ts-text.si-colored.si-rss, #top-social li .si-rss .ts-text { display: none; content: ''; }


/* ========================================
   MENU PRINCIPAL
   ======================================== */
#primary-menu.style-2 > div > ul > li > a i { line-height: 20px; }
#primary-menu-trigger { top: 113px; color: #fff; line-height: 40px; height: 30px; }
#top-cart a { height: 21px; float: left !important; font-weight: normal; }
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger { margin: 10px 0; }
#header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap, #primary-menu.style-2 > div > ul > li > a { line-height: 35px; }
#primary-menu ul ul a { color: #000 !important; text-transform: none; font-size: 14px; }
.device-md #primary-menu ul li a { padding: 3px 25px; font-size: 13px; line-height: 40px; }
body.en.device-lg #primary-menu ul li a { padding: 0 34px; }
body.en.device-md #primary-menu ul li a { padding: 0 22px; font-size: 13px; }
body.en.device-sm #primary-menu ul li a { padding: 0 10px; font-size: 10px !important; }

/* Sous-menu */
@media (min-width: 1200px) {
  #primary-menu ul ul { display: none; position: absolute; background-color: #fff !important; box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05); border: 1px solid #eee; border-top: 1px solid #000; left: 0; top: -1px; margin: 0; border-radius: 0; }
}
.device-md #primary-menu ul ul, #primary-menu ul li .mega-menu-content { text-shadow: none; }
@media (max-width: 991px) {
  #primary-menu ul ul li { padding-left: 0; }
  #primary-menu > div > ul ul { background-color: #fff !important; }
  #primary-menu ul li { padding-left: 20px !important; }
  #primary-menu .container.clearfix { background-color: #fff; }
}


/* ========================================
   HEADER et TOP BAR
   ======================================== */
.device-lg #top-bar .col_half, .device-md #top-bar .col_half, .device-sm #top-bar .col_half { width: auto; float: right; }
.device-xs #top-bar .col_half, .device-xxs #top-bar .col_half { float: left; }
.device-xs #header .container, .device-xxs #header .container { position: relative; text-align: center; }
.device-xxs .top-links li > a { padding: 0 4px; }
.device-sm #logo, .device-xs #logo, .device-xxs #logo { text-align: center; }


/* ========================================
   RECHERCHE
   ======================================== */
#top-search form input { font-size: 16px; padding: 5px 7px !important; background: #fff; border-radius: 6px 0 0 6px; float: left; height: 50%; line-height: 25px; margin-top: 8px !important; width: 90%; color: #000; font-weight: normal; }
#top-search form input::placeholder { font-size: 16px; text-transform: none; font-weight: normal; color: #000 !important; }
.device-xxs #top-search form input::placeholder { font-size: 14px; }
#top-search form input.loupe { background: #fff url("https://www.ader-paris.fr/uploads/Image/pictos_services/bt_go.gif") no-repeat 0 1px !important; height: 50%; width: 30px; float: left; border-radius: 0 6px 6px 0; }
#searchFiltre { background-color: #f8f8f8; margin-bottom: 30px; }
#searchFiltre input.btRecherche { background-color: #900000; color: #fff; border: 1px solid #900000; border-radius: 0 4px 4px 0; margin-bottom: 20px; }
#searchFiltre input.btRecherche:hover { background-color: #333; color: #fff; border: 1px solid #333; }
.col-md-12.lot_recherche { margin-top: 20px; }
.device-xxs input[type="text"] { width: 80% !important; }


/* ========================================
   TEXTES et TOP LINKS
   ======================================== */
.top-links li > a { display: block; padding: 0 6px; font-size: 10px; font-weight: 500; text-transform: uppercase; height: 40px; color: #666; line-height: 30px; }
.top-links li > a:hover { color: #000; }
.top-links ul li { float: left; position: relative; height: 40px; border-left: 1px solid #fff; }
.top-links li:hover { background-color: #fff; }
.top-links a img { opacity: 0.7; }
.top-links a:hover img { opacity: 1; }
#top-bar { font-size: 14px; line-height: 12px; padding-top: 10px; }
#top-social li a { font-weight: bold; color: #000; }
#top-social li { border-left: 0 solid #fff; }
#top-social li .ts-icon { font-size: 12px; }


/* ========================================
   CALENDRIER et ACTUALITÉS HOME
   ======================================== */
.titre_salles { padding-bottom: 10px; color: #000; font-size: 17px; font-weight: 600; line-height: 1.3; margin: 0 0 50px; }
.calendrier_salles img { clear: both; padding-bottom: 0; width: 90%; margin-left: 6%; }
.calendrier_salles .col-md-4 { padding: 0 30px 0 0; }
.device-md .titre_salles, .device-sm .titre_salles { font-size: 16px; margin-bottom: 50px; }
.home_calendrier .owl-carousel .owl-item { margin-bottom: 40px; }
.couvPasDispo { background: #fff url("https://www.ader-paris.fr/uploads/Image/img_etude/nocouv.png") center center no-repeat; background-size: 100% 100%; border: 0 solid #ccc; height: 244px; }


/* ========================================
   CARROUSEL ACTUALITÉS – 2 COLONNES
   ======================================== */

.WidgetMediatheque {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: flex-start;
}

.WidgetMediatheque .entry.actualite {
  background: #fff;
  overflow: hidden;
  width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.WidgetMediatheque .entry.actualite .entry-image {
  width: 100%;
  overflow: hidden;
}

.WidgetMediatheque .entry.actualite .entry-image img {
  width: 100%;
  height: auto;
  display: block;
}

.WidgetMediatheque .entry.actualite .entry-c {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.WidgetMediatheque .entry.actualite .entry-title h2 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #9e0e40;
  font-weight: bold;
  text-transform: uppercase;
}

.WidgetMediatheque .entry.actualite .entry-title h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.WidgetMediatheque .entry.actualite .entry-title h2 a:hover {
  color: #700030;
  text-decoration: underline;
}

.WidgetMediatheque .entry.actualite .entry-content.texte_actualite {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  flex-grow: 1;
  min-height: 40px;
}

.WidgetMediatheque.home-actu .entry.actualite .entry-content.texte_actualite {
  display: none;
}


@media (max-width: 575px) {
  .WidgetMediatheque {
    gap: 20px;
  }
  .WidgetMediatheque .entry.actualite {
    width: 100%;
  }
  .WidgetMediatheque .entry.actualite .entry-c {
    padding: 15px;
  }
  .WidgetMediatheque .entry.actualite .entry-title h2 {
    font-size: 15px;
  }
  .layoutsExemple .WidgetTitle.titre_accueil {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
}



/* ========================================
   FOOTER
   ======================================== */
.footer-logo img { width: 150px; height: auto; float: left; }
.footer-logodrouot { margin-bottom: 0; padding: 0 10px 0 0; }
img.footer-logodrouot { width: 40px; height: auto; padding: 3px 4px; }
.adresse_footer { color: #000; text-transform: none; font-size: 12px; letter-spacing: 1px; line-height: 18px; }
.lieu_footer { padding-left: 15px; margin-left: 10px; line-height: 1.8; }
.social-icon.si-small { width: 25px; height: 25px; font-size: 13px; line-height: 27px !important; }
.jaune { border-left: 1px solid #fdeb00; border-bottom: 1px solid #fdeb00; padding-bottom: 10px; margin-bottom: 30px; }
.vert { border-left: 1px solid #005e24; border-bottom: 1px solid #005e24; padding-bottom: 10px; margin-bottom: 30px; }
.bleu { border-left: 1px solid #00618a; border-bottom: 1px solid #00618a; padding-bottom: 10px; margin-bottom: 30px; }
.rouge { border-left: 1px solid #900000; border-bottom: 1px solid #900000; padding-bottom: 10px; margin-bottom: 30px; }


/* ========================================
   MEDIA QUERIES
   ======================================== */
@media (max-width: 991px) {
  #top-search a { right: 63px; }
  .carreSpecialites.col-md-4 { height: 480px; float: left; }
  #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { min-height: 40px; }
  #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 10px 0 !important; }
  #logo img { width: 220px; padding-top: 10px; }
  #primary-menu-trigger { top: 100%; background-color: transparent !important; color: #000; }
}
@media (max-width: 767px) {
  .paiement .freeForm .label { float: left; font-size: 14px; width: 100%; color: #000; text-align: left; }
  .paiement input { width: auto; clear: both; float: left; }
  .paiement select { width: 100%; }
  .calendrier_salles img { width: 70%; margin-left: 15%; }
  #top-cart { right: 37px; }
  .style-2 .container #top-cart .top-cart-content { top: 29px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .enveloppe { top: 110px; left: 520px; position: absolute; }
  .haut_newsletter { top: 259px; right: 10%; position: fixed; }
  #primary-menu-trigger { top: 87px; height: 30px; line-height: 40px; }
}