/*--------------Bouton drouot----------------*/
.bouton-drouot {
  background-color: #9bafc3;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block; /* Assure que le bouton reste sur la ligne */
  text-align: center;    /* Centrage du texte */
  text-decoration: none; /* Enlève la décoration par défaut */
}

.bouton-drouot:hover {
  background-color: #9bafc3;
  color: #000 !important;
  padding: 6px 12px;
  margin-bottom: 20px;
}


/*--------------Formulaire----------------*/

.formulaireContact #dsi-submit-btn {
    background: #9bafc3;
    color: #fff !important;
    padding: 10px 15px;
    border: 1px solid #9bafc3;
    border-radius: 2px;
    margin-top: 10px;
}


/*---------------bug formulaire----------------*/
#etape2 > div:nth-child(2) > div:nth-child(1) > input:nth-child(1) {margin-left: -15px;}
.device-xxs #form_inscription .row {padding-left: 20px;}

*::-moz-selection {background: none repeat scroll 0 0 #999 !important;color: #fff;text-shadow: none;}
p {margin-bottom: 0px;}

a.lien_inclure {display:none;}


/*---------------langues----------------*/
.languegb img, .languefr img{display: none;}
.languegb::after {content: "  EN";float:right!important;; font-weight: bold;}
.languefr::after {content: "  FR";float:right!important;; font-weight: bold;}


/*---------------layout----------------*/
.layoutsExemple .entry-image {
  width: 170px;
  float: left;
  margin-right: 20px;
}

/*---------------Menu----------------*/
#primary-menu-trigger {
  background-color: #ffffff !important;
  top: 155px;
}

.droite_catalogue img {
  max-width: 120px;
  height: auto;
}

/* === Sections et Text === */
.basic {
  padding-top: 110px;
}

.date_vente {
  text-transform: none;
}

/* === Produits === */
.productLive {
  float: left;
  text-align: center;
  line-height: 15px;
  border-radius: 5px;
  border: 1px solid #c00935;
  color: #c00935;
  background: #fff;
}

.productOnline,
.productOnlineResult {
  clear: both;
}

/* === Titres === */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h3 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

/* === Boutons === */
.btn {
  color: #000 !important;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 4px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}

.btn.secondary {
  color: #fff !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}

/* === Estimation Widget === */
.Estimation-text .btn {
  border-radius: 2px;
  background-color: #9bafc3;
  color: #fff !important;
}

/* === Boutons Widget === */
.device-md .boutons_widget {
  margin-top: 20px;
  clear: both;
}

.boutons_widget a:link,
.boutons_widget a:visited {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #ccc;
}

.boutons_widget .btn.lienactif {
  color: #fff !important;
  background-color: #9bafc3;
  border: 1px solid #9bafc3;
}

.boutons_widget a:hover {
  color: #fff !important;
  background-color: #587a9b;
  border: 1px solid #587a9b;
}

/* === Top Bar === */
#top-bar {
  height: 20px;
  color: #000;
  font-size: 12px;
  padding-bottom: 43px;
}

#top-bar a:link,
#top-bar a {
  color: #000;
  font-size: 12px;
}

#top-bar a:hover {
  color: #828282;
}

#top-bar img {
  height: 20px !important;
}

#top-bar .layoutsExemple.col-md-12 {
  padding: 0;
}

#top-bar .layoutsExemple.col-md-12 form {
  margin-top: 30px;
  padding-top: 20px;
}

/* === Top Social === */
#top-social,
#top-social ul {
  display: none;
}

#top-social li {
  border-left: 1px solid #fff;
}

/* === Flags === */
.flags img {
  opacity: 0.5;
  height: 20px !important;
}

.flags a:hover img {
  opacity: 1;
  height: 25px;
}

/* === Réseaux sociaux === */
.social-icon.si-small {
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 28px !important;
}

/* === Titres Pages === */
.titre_page,
.titre_page a,
.titre_accueil,
.titre_accueil a {
  color: #000;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-top: 25px;
  padding-bottom: 16px;
}

.titre_page.avecSlide,
.titre_pageavecSlide a {
  padding-top: 50px;
}

.marginHaut {
  margin-top: 80px;
}


/*----------------recherche----------------*/
/* === Boutons généraux === */
.button {
  background-color: #587a9b;
  color: #fff;
  border-color: #587a9b;
}

.button.button-3d:hover {
  background-color: #999 !important;
}

/* === Boutons primaires === */
.btn-primary {
  color: #fff;
  background-color: #587a9b;
  border-color: #587a9b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* Responsive (mobile) */
.device-sm .btn-primary {
  margin-top: 50px;
}

/* === Filtre de recherche === */
#searchFiltre {
  background-color: #f8f8f8;
}

#searchFiltre input.btRecherche {
  margin-bottom: 20px;
  background-color: #587a9b;
  color: #fff;
  border: 1px solid #587a9b;
  border-radius: 0 4px 4px 0;
}

#searchFiltre input.btRecherche:hover {
  width: 100%;
  padding: 6px 10px;
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
  border-radius: 0 4px 4px 0;
}


/*----------------Slider-----------------*/
/* === Flèches du slider === */
.tparrows {
  cursor: pointer;
  background: #63789c;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #63789c;
}

/* === Titre dans un input (probablement incorrectement ciblé) === */

#slideTitleId {
  margin-bottom: 0;
  font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
  color: #000 !important;
  font-size: 28px;
}

/* === Slider global === */
#rev_slider_forcefullwidth {
  margin-top: 67px !important;
  font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
}

#rev_slider_forcefullwidth #slider {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

#slider {
  margin-top: 70px !important;
  margin-bottom: 20px !important;
}

.slider_specialite {
  margin-top: 67px;
}

/* === Captions (titres dans le slider) === */
.tp-caption.WebProduct-Title.tp-resizeme {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.tp-parallax-wrap .tp-caption.WebProduct-Title.tp-resizeme {
  position: absolute;
  display: block;
  visibility: visible;
  left: 0;
  top: 16px !important;
  z-index: 12;
}

.tp-caption,
.tp-caption a {
  font-family: 'Playfair Display', Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  color: #fff;
  line-height: 20px;
  padding: 0;
}

/* === Responsive - Cacher les captions sur très petits écrans === */
.device-xxs #slider .tp-caption,
.device-xs #slider .tp-caption {
  display: none;
}


/* ----------------------- menu-----------------*/
#header.sticky-header #header-wrap .logoMenu {height: 50px !important;width: 74px !important;top:1px;}
#primary-menu ul li i {margin-right: 0px;}
#header.sticky-header #primary-menu ul li {padding-left: 3px;}

#logo img {height:70px;width:auto;}
.device-xxs #logo img, .device-xs #logo img {height: 61px;width:auto;}
#primary-menu {font-weight: 500 !important;}
.header3 #primary-menu {float: right;padding-right: 15px;padding-top: 16px!important;}
#header.sticky-header #primary-menu {padding-top: 0px!important;}
.device-md .header3 #primary-menu {float: left;padding-top: 16px!important;}
[class^="icon-legal"] {margin-right: 0px;}
#primary-menu > ul > li:hover a, #primary-menu > ul > li.current a {color: #63789c;}


@media (min-width: 1200px){
#primary-menu ul ul, #primary-menu ul li .mega-menu-content {display: none;position: absolute;background-color: #FFF!important;box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);border: 1px solid #EEE;border-top: 0px solid #000;height: auto;z-index: 199;left: 0;margin: 0;top:60px;}
}
.device-md #primary-menu ul ul, #primary-menu ul li .mega-menu-content  {text-shadow: none;}


#primary-menu ul ul a {height: 36px !important;line-height: 30px !important;font-size:12px;text-transform: none;}
#primary-menu ul ul li:hover > a {font-weight: normal;color: #63789c !important;}
#top-cart.top-cart-open .top-cart-content {opacity: 1;z-index: 30;margin-top: 0;}
#top-cart > a > span {top: -10px;right: -18px;font-size: 10px;background-color: #63789c;}
.device-md #primary-menu ul li a {padding-left: 20px;padding-top: 3px;padding-right: 20px;padding-bottom: 3px;height: 40px;line-height: 40px;font-size: 12px;}
.device-md #primary-menu ul ul li a {font-size: 12px;}
#primary-menu ul li a:nth-child(5n) {padding-left:15px;}
.device-lg #primary-menu.style-2 > div > ul > li:first-child {margin-left:64px;}
#primary-menu ul li i {top: -7px;}
#header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {height: 50px;line-height: 50px;top: 1px;}


/*----------------top-search-----------------*/
#top-search form input {font-size: 16px;padding: 0 14px 0 10px;}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart {margin-top: 10px !important;}
#top-search, #top-cart, #side-panel-trigger {float: left;margin: 23px 0 0 15px;}
#top-cart .top-cart-content {border: 1px solid #63789c;border-top: 2px solid #63789c;}
.style-2 .container #top-cart .top-cart-content {top: 26px;}
#primary-menu .container #top-search form input::placeholder {font-size: 16px;text-transform: none;font-weight:normal;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.device-xxs #primary-menu .container #top-search form input::placeholder {font-size: 14px;color:#000;text-transform: none;font-weight:normal;}
#top-search form input {background: #fff none repeat scroll 0 0;border-radius: 6px 0px 0px 6px;float: left;font-size: 16px;height: 50%;line-height: 25px;margin-top: 8px !important;padding: 5px 5px 5px 7px !important;width: 90%;font-weight: normal;color:#000;}
#primary-menu .container #top-search form input::placeholder {color: #000000 !important;}
#top-search form input.loupe {/*background: #ffffff url("https://www.pba-auctions.com/uploads/Image/img_site/bt_go.gif) no-repeat scroll 0 4px !important;*/height: 34px;width: 30px;color: #000;float: left;border-radius: 0px 6px 6px 0px;background-size: 80% 63%;}
#primary-menu .container #top-search form input::placeholder {color: #222 !important;}
#primary-menu .container #top-search form input {color: #222 !important;}
#top-search form input {background: #fff none repeat scroll 0 0;border-radius: 6px 0px 0px 6px;float: left;font-size: 14px;height: 34px;line-height: 20px;padding-top: 20px !important;padding: 20px 5px 5px 7px !important;width: 90%;font-weight: normal;color: #000;}
#top-search form {padding-top: 0px;top: -10px;}
.lot_recherche .lotnum {text-align: center;font-size:14px;color: #c0392b;}
#top-search a, #top-cart a, #side-panel-trigger a {font-size: 12px;}

/*----------------#carrousel Calendrier------------- */
.device-xxs .WidgetMediatheque .entry.clearfix.actualite {float: left;width: 50%;padding-right: 2px;min-height: 400px;}
.couvPasDispo {background: #fff url("https://www.pba-auctions.com/uploads/Image/img_site/nocouv.png") no-repeat scroll center center;background-size: 100% 100%;border: 0px solid #fff;}
.couvPasDispo {height: 250px !important;}

.home_calendrier .owl-theme .owl-dots .owl-dot span {display:none;}
.device-sm .home_calendrier .owl-carousel .owl-item { min-height: 465px; padding: 10px;}
.home_calendrier .calendrierVertical .item:hover .verticalImage img {transform: none;}
.device-lg .calendrierVertical .item .verticalImage img {overflow: hidden;max-height: 278px;}
.device-xxs .calendrierVertical .item .verticalImage img {transform: none !important;margin-bottom: 14px;height: auto; max-height: none; overflow: visible;}
.device-lg .home_calendrier .owl-carousel .owl-item, .device-lg .home_calendrier .owl-carousel .owl-item.active {min-height: 400px;padding: 12px;}
.device-md .home_calendrier .owl-carousel .owl-item, .device-md .home_calendrier .owl-carousel .owl-item.active {padding: 12px;}
.device-sm .home_calendrier .owl-carousel .owl-item, .device-sm .home_calendrier .owl-carousel .owl-item.active {padding: 10px;}
.device-xs .home_calendrier .owl-carousel .owl-item {padding: 6px;min-height: 490px;}
.device-lg .verticalImage {min-height: 155px;}
.device-md .verticalImage {min-height: 240px;}
.device-sm .verticalImage {min-height: 207px;}
.calendrierVertical .entry-title {float: left;padding-top: 14px;}
.calendrierVertical .item .verticalImage img {border: 1px solid #ccc;border-radius: 0px;}
.carouselCouvCata, .calendrierVertical .cataPasDispo {overflow: hidden;max-height: none;float: left;}
.owl-nav:hover {background-color: #63789c;}
.home_calendrier .entry-image.couverture_catalogue, .device-md .home_calendrier .entry-image.couverture_catalogue, .device-sm .home_calendrier  .entry-image.couverture_catalogue {width: 300px;float: left;margin-right: 0;height: auto;}
.home_calendrier .bloc_mois_date {display:none;}
.btn.ghost {border: 1px solid #587a9b;font-size: 11px;color: #2b2b2b!important;}
.btn.ghost:hover, .btn.ghost:active, .btn.ghost:focus {cursor: pointer;transition: background-color 0.5s ease;background-color: #587a9b !important;color: #fff !important;}
.couvPasDispo {background: #fff url("https://www.pba-auctions.com/uploads/Image/img_site/nocouv.png") no-repeat scroll center center;background-size: 100% 100%;border: 0px solid #fff;}
.owl-item.active {width:300px;}

/*----------------home-calendrier-----------------*/
.home_calendrier  .bloc_mois_date  {display:none;}
.home_calendrier .bloc_vente_lieu {display:none;}
.device-lg .home_calendrier .entry-title h2, .device-md .home_calendrier .entry-title h2, .device-sm .home_calendrier .entry-title h2, .device-xs .home_calendrier .entry-title h2   {min-height: 60px;max-height: 60px;overflow: hidden;}

.device-sm .home_calendrier .entry-title h2 {min-height: 50px;max-height: 50px;overflow: hidden;}

.home_calendrier .entry-title h2, .home_calendrier .entry-title h2  a, .home_calendrier .entry-title h2 a:visited, .home_calendrier .entry-title h2 a:hover {color: #63789c; font-size: 14px!important; font-weight: 500; height: 55px; line-height: 1.3; text-transform: none!important; margin-bottom: 7px; }
.device-md .home_calendrier .entry-title h2, .device-md .home_calendrier .entry-title h2  a, .device-md  .home_calendrier .entry-title h2 a:visited, .device-md  .home_calendrier .entry-title h2 a:hover {color: #63789c; font-size: 14px!important; font-weight: 500; height: 55px; line-height: 1.3; text-transform: none!important; margin-bottom: 7px; }
.device-sm .home_calendrier .entry-title h2, .device-sm .home_calendrier .entry-title h2  a, .device-sm  .home_calendrier .entry-title h2 a:visited, .device-sm .home_calendrier .entry-title h2 a:hover {color: #63789c; font-size: 14px!important; font-weight: 500; height: 50px; line-height: 1.3; text-transform: none!important; margin-bottom: 7px; }
.couvPasDispo {background: #fff url("https://www.pba-auctions.com/uploads/Image/img_site/nocouv.png") no-repeat scroll center center;background-size: 100% 100%;border: 0px solid #fff;}
.home_calendrier  .bloc_vente_date {color: #63789c; text-transform: uppercase;font-weight: 500;font-style: normal;font-size: 12px;}
.device-lg  .home_calendrier .calendrier .entry-image.couverture_catalogue, .device-md  .home_calendrier.entry-image.couverture_catalogue, .device-sm  .home_calendrier .entry-image.couverture_catalogue {width: 100%;float: left;margin-right: 0;height: auto;}
.home_calendrier .calendrier .entry-c {width: 100%;float: left;clear: both;}
.home_calendrier .calendrier {width:25%; float:left; min-height: 570px;border: 0px;}
.device-md .home_calendrier .entry-image.couverture_catalogue, .device-sm .layoutsExemple .entry-image.couverture_catalogue { width: 200px; margin-right: 0; height: auto;}
.device-sm .home_calendrier .entry-image.couverture_catalogue {width: 190px;max-height: 600px;margin-right: 0; height: auto;}
.device-xxs .home_calendrier .calendrier {width: 100%;float: left; border: 0px;}

/*----------------  #actualites -presse------------- */
.actuAccueil  .entry.clearfix.actualite {float: left;width: 50%;padding-right: 20px;}
.device-md .layoutsExemple  .entry-image.couverture_catalogue {width: 200px;float: left;margin-right: 0;}

.device-md .layoutsExemple .page_specialite .entry-image.couverture_catalogue {width: 126px;}
.device-sm .layoutsExemple .page_specialite .entry-image.couverture_catalogue, .device-sm .layoutsExemple .entry-image.couverture_catalogue {width: 150px;}

.actuAccueil .actualite .entry-image , .actuAccueil .actualite .entry-image a {width: 100%;height: 390px;margin-bottom: 0px;}
.actuAccueil .entry-c {position: relative;overflow: hidden;float: left;max-height: 150px;min-height: 150px;}
.device-lg .actuAccueil .actualite .entry-image, .device-lg .actuAccueil .actualite .entry-image a {width: 100%;margin-top: 20px;max-height: 400px;overflow: hidden;margin-bottom: 10px;}
.device-md .actuAccueil .actualite .entry-image, .actuAccueil .actualite .entry-image a {width: 100%;margin-bottom: 0px;max-height: 320px; overflow:hidden;}
.device-sm .actuAccueil .actualite .entry-image, .device-sm .actuAccueil .actualite .entry-image a {width: 100%;margin-bottom: 0px;max-height: 248px;overflow: hidden;margin-bottom: 5px;}
.actuAccueil .actualite .entry-image a img { text-align:left }
.actuAccueil .date_actualite .entry-meta li {float: left;font-size: 13px;line-height: 15px;margin: 0 10px 15px 0;color: #63789c;font-family: 'Crete Round', serif;font-style: normal;}
.date_actualite {color: #cc3333;font-size: 15px;text-transform: capitalize;}
.texte_actualite {color: #333333!important;font-size: 12px;font-style: normal;margin: 0 0 5px;line-height: 15px;}
.device-sm .actuAccueil .entry-c {position: relative;overflow: hidden;float: left;max-height: 170px;min-height: 170px;}

.actuAccueil .entry.clearfix.actualite .entry-image img {border: 1px solid #ccc; padding-right: 20px;}

.page_calendrier_home .col-md-10.entry-c {width:65%;}
.lot_recherche .lotnum {text-align: center;font-size: 14px;color: #63789c;}
.col-md-12.titre_ordre_phrase {margin: 80px 0px 30px 0px;}

.actualiteCol1 {width:100%; padding-top:20px;text-align:center;}
.layoutsExemple .actualiteCol1 .entry-image img {max-height: none;padding : 10px; }
.layoutsExemple .actualiteCol1 .entry-image  {max-height: none; }
.actualiteCol2 {width:100%;clear:both;}

/*----------------   #carrousel home-actualite------------ */
.carroussel_actualite  .entry-image {width: 110px!important;float: left;margin-right: 10px;clear: both;}
.home_actualite.WidgetMediatheque .entry-c .entry-title h2 {font-size: 18px;line-height: 1.3;font-weight: normal;	text-transform: none;color: #63789c;margin-bottom: 7px;}

.home_actualite.WidgetMediatheque {}
.device-lg .home_actualite.WidgetMediatheque .actualite { overflow: hidden;min-height: 555px;}
.device-md .home_actualite.WidgetMediatheque .actualite, .devise-sm .home_actualite.WidgetMediatheque .actualite {overflow: hidden; min-height: 500px;}
.home_actualite.WidgetMediatheque .entry.clearfix.actualite {float: left;width: 48%;padding-right: 34px;}
.home_actualite.WidgetMediatheque .texte_actualite {}
.home_actualite.WidgetMediatheque .entry.clearfix.actualite .entry-image {width: 98%;float: left;margin-right: 0;clear: both;border: 1px solid #ccc;}
.device-lg .home_actualite.WidgetMediatheque .entry.clearfix.actualite .entry-image img {border-radius: 3px; }
.home_actualite.WidgetMediatheque .entry.clearfix.actualite .entry-image img:hover {opacity: 1;filter: brightness(0.9);}
.home_actualite.WidgetMediatheque .entry-c {overflow: visible!important;}
.device-sm .home_actualite.WidgetMediatheque .entry.clearfix.actualite {float: left;width: 48%;padding-right: 30px;min-height: 460px;}
 .home_actualite .entry-image {margin-bottom: 16px;}
.more-link {margin-bottom:20px;}

/*----------------  #calendrier------------- */
.triAnnee.annee1970, .tiret1970 {display:none;}
.bloc_mois_date {border-bottom: 1px solid #999;color: #999;float: left;font-size: 19px;margin-bottom: 20px;margin-top: 20px;padding: 5px;text-transform: uppercase;width: 100%;font-style:normal;}
.entry-title h2 {font-size: 18px;line-height: 20px;font-weight: normal;text-transform: none;color: #63789c;padding-bottom: 10px;}
.entry-title h2 a:hover {color: #000;}
.actualite .entry-c .entry-title h2  {font-size: 18px;line-height: 1.3;font-weight: normal;text-transform: none;color: #63789c;padding-bottom: 10px; }
.bloc_vente_date {color: #63789c;font-size: 15px;}
.bloc_vente_lieu {color: #000;font-size: 12px;font-style: normal;margin: 0 0 5px;}
.home_calendrier .bloc_vente_lieu {display:none;}
.device-lg  .layoutsExemple  .entry-image.couverture_catalogue, .device-md  .page_calendrier .layoutsExemple .entry-image.couverture_catalogue, .device-sm .page_calendrier .layoutsExemple .entry-image.couverture_catalogue {width: 200px;float: left;margin-right: 0;height:auto;}


/*----------------  #specialites------------- */

.device-xxs .carreSpecialites.col-md-4 {height: 370px;float: left;}
.device-lg  .layoutsExemple .page_specialite .entry-image.couverture_catalogue, .device-md  .page_calendrier .layoutsExemple .entry-image.couverture_catalogue, .device-sm .page_calendrier .layoutsExemple .entry-image.couverture_catalogue {width: 150px;float: left;margin-right: 0;height:auto;}


.calendrier .couverture_catalogue img {border-radius: 0px;border: 1px solid #eee;box-shadow: 3px 3px 6px #999999;}
.layoutsExemple .entry-image.no_couv.couverture_catalogue {background-image: url("https://www.pba-auctions.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;width: 155px !important;height: 203px !important;border-radius: 0px;border: 1px solid #eee;box-shadow: 3px 3px 6px #999999;margin-left: 10px;margin-right: 16px;}
h2 a:link {color: #63789c;}
h2 a:hover {color: #000;}
.device-xxs  .layoutsExemple .entry-image.no_couv.couverture_catalogue {background-image: url("https://www.pba-auctions.com/uploads/Image/img_site/picto_no_couv.jpg");background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;width: 283px !important;height: 340px !important;border-radius: 0px;border: 1px solid #eee;box-shadow: 3px 3px 6px #999999;margin-left: 4px;margin-right: 16px;}
.device-xs  .layoutsExemple .entry-image.no_couv.couverture_catalogue {background-image: url("https://www.pba-auctions.com/uploads/Image/img_site/picto_no_couv.jpg");background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;width: 434px !important;height: 505px !important;border-radius: 0px;border: 1px solid #eee;box-shadow: 3px 3px 6px #999999;margin-left: 2px;margin-right: 16px;}
 .page_calendrier  .calendrier .entry-c {width: 60%;}
.product-overlay a:hover {background-color: #63789c;color: #FFF;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.date_vente {color: #63789c;font-size: 16px;font-weight: normal;line-height: 16px;margin: -1px 0 10px;text-transform: capitalize;}
.lieu_vente {color: #000;font-size: 16px;line-height: 17px;font-style: normal;}
.product-desc {font-size: 12px;}
.product-description h2 {text-transform: none;}
.entete_cata {padding-top: 120px;margin-bottom: 30px;}
#page-title.page-title-mini h1 {font-size: 14px;color: #444;}


/*----------------  #specialites------------- */
.page_calendrier .bloc_mois_date {display:none;}
.page_calendrier .calendrier_annees {margin-bottom:30px;}
.titrespecialites {background-color: #fff;opacity: 1;text-align: center;text-transform: none;font-size: 16px;color: #63789c;font-weight: 400;letter-spacing: 1px;font-weight:500;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.titrespecialites a:hover {opacity: 1;}
.device-md .titrespecialites {font-size: 13px;}
.carreSpecialites.col-md-4 div {padding: 10px 0;margin-top: 0px;}
.carreSpecialites.col-md-4 {height: 350px;float: left;width: 25%;}
.device-md .carreSpecialites.col-md-4 {height: 300px;float: left;}
.device-sm .carreSpecialites.col-md-4 {height: 260px;float: left;width: 30%;}
.device-xs .carreSpecialites.col-md-4 {height: 280px;float: left;width: 50%;}

.device-xxs .carreSpecialites.col-md-4 {height: 450px;float: left;width: 100%;}


 .carreSpecialites.col-md-4 img:hover{opacity: 0.8;}
.lotPhareResult {color: #63789c;font-weight: normal;}
#ui-id-2 {display:none;}
.nom_specialiste {color: #63789c;font-size: 10px;line-height: 16px;padding: 0 0 5px;text-transform: uppercase;}
.lien_dpt {color:#000;}
.WidgetTitle.titre_expert h3  {padding: 0 15px;color: #444!important;line-height: 40px;font-size: 14px!important;font-weight: normal;text-transform: none!important;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.WidgetDroite {margin-top: 0px;padding-bottom: 10px;font-size:10px;}
.device-md .WidgetDroite  {font-size:9px;}
.titre_expert  {color: #444;text-transform: none;font-family: Playfair Display, Arial, Helvetica, sans-serif;font-style: normal;font-weight: 500;font-size: 14px;letter-spacing: 1px;border-bottom: 1px solid #DDD;padding: 9px 0px;margin-bottom: 20px;}
.img_expert {padding: 0px 10px 0px 0px;}
img.img_expert  {margin-bottom:10px;max-width: 150px;clear:both;}
.liste_specialites {clear:both;}
.EstimationsLotSpecialite .lotPhareEstimate {display: none;}
.LotReferencement h5 {font-size: 11px;}
input.texte1[type="submit"], button.texte1 {background: #63789c;border: none;color: #fff;}
.pagination .currentStep {background: #587a9b;}


.actualite_chevaux .entry.clearfix.actualite {float: left;width: 50%;}
.device-lg .actualite_chevaux .entry.clearfix.actualite {min-height: 537px;}
.device-md .actualite_chevaux .entry.clearfix.actualite {min-height: 480px;}
.device-sm .actualite_chevaux .entry.clearfix.actualite {min-height: 450px;}

.device-lg .actualite_chevaux .actualite .entry-image {width: 100% !important;float: left;margin-right: 0;padding-right: 30px;max-height: 390px;overflow: hidden;}
.device-md .actualite_chevaux .actualite .entry-image {width: 100% !important;float: left;margin-right: 0;padding-right: 30px;max-height: 290px;overflow: hidden;}
.device-sm .actualite_chevaux .actualite .entry-image {width: 100% !important;float: left;margin-right: 0;padding-right: 30px;max-height: 290px;overflow: hidden;}
.actualite_chevaux  .entry-image img {border-radius: 0px;width: 100%; margin-top:30px;}
.actualite_chevaux .actualite  .entry-c { overflow: visible;}
.device-xxs .layoutsExemple .entry-image, .device-xs .layoutsExemple .entry-image {width: 100%;padding-left: 0;padding-right: 0px;}

/*----------------  #catalogue------------- */
.jq-icon-info {background-color: #63789c!important;color: #fff;border-color: #63789c!important;}
.single-product .panel-heading {background-color: #f8f8f8;}
.envoyer_ordre .button.button-border {background: #000;color: #fff;}
.envoyer_ordre .button.button-border:hover {background: #c0392b;}
.device-xxs .entete_cata.col-md-2, .device-xs .entete_cata.col-md-2, .device-sm .entete_cata.col-md-2 {padding-top: 80px;margin-bottom: 0;padding-left: 0;padding-right: 0;}
.product-title h3 {margin: 0;font-size: 14px;line-height: 16px;}
.product-image.no_picture {background: #c7cddb url("https://www.pba-auctions.com/uploads/Image/img_site/no_picture.png");background-position: center center;background-repeat: no-repeat;background-size: 100% 76%;width: 100% !important;height: 200px !important;padding-right:20px;border-radius:4px;border: 1px solid #ccc;}
.product-image {text-align: center;}
.ordre_false.product, .pageOrdre .ordre_false.product {height: 545px !important;}
.product-image #oc-catalogue.oc-catalogue.owl-carousel .owl-item img { max-height: 300px!important; max-width: 315px!important;}

.si-share {display:none;}
#page-title.page-title-mini {margin-top: 70px;}
.device-xxs .product, .device-xs .product, .device-sm .product {height: 460px;}
.bt_ebook { background-position: 0px 0px; }
.bt_ebook:hover { background-position: 0px -36px; }
.bt_catalogue { background-position: -57px 0px; }
.bt_catalogue:hover { background-position: -57px -36px; }
.bt_lots { background-position: -120px 0; width: 40px; }
.bt_lots:hover { background-position: -120px -36px; width: 40px; }
.bt_visite { background-position: -215px 0px; width: 30px }
.bt_visite:hover { background-position: -215px -36px; width: 30px }
.bt_resultats { background-position: -257px 0px; width: 48px }
.bt_resultats:hover { background-position: -257px -36px; width: 48px }
.bt_informations { background-position: -160px 0px; width: 35px }
.bt_informations:hover { background-position: -160px -36px; width: 35px }
.bt_pdf { background-position: -360px 0; width: 34px; }
.bt_pdf:hover { background-position: -360px -36px; width: 34px; }
.bt_article { background-position: -506px 0; width: 37px; }
.bt_articles { background-position: -551px 0; width: 40px; }
.bt_inclure { background-position: -405px 0; width: 85px; }
.bt_inclure:hover { background-position: -405px -36px; width: 85px; }
.ordre_panel .panel-body {background-color: #fff;}
.device-xxs .ordre_false.product, .device-xxs .pageOrdre .ordre_false.product, .device-xxs .ordre_true.product, .device-xxs .pageOrdre .ordre_true.product {width: 100%;height: 620px!important;}

.estimLabelAff4, .estimAff4 {font-size: 14px;margin-top: 10px;}
.lotnum {color: #63789c;font-size: 25px;}
.ordre_true.product, .pageOrdre .ordre_true.product {height: 630px;}
.sale-flash2 {font-weight: bold;color: #63789c;}
.lien_droite a:hover {color: #63789c!important;}
.single-product .fiche_lot_resultat {background: #63789c;}
.product-image {height: 350px;text-align: center;}

/*----------------  #carrousel home-resultats------------- */
.belles_encheres_home .owl-carousel .owl-item img {margin: 0 auto;border-radius: 2px;height:130px}
.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:140px;width:100%;}
.belles_encheres_home {text-align:center;margin-top:20px;clear: both;margin-bottom: 30px;}
.CarouselResultat {color: #63789c;margin-top: 4px;text-align: center;text-transform: none;font-weight: bold;font-size:14px;}
.oc-lot h5 {float: left;line-height: 16px;margin-bottom: 5px;font-size: 10px;color: #63789c;max-height: 30px;overflow: hidden;}
.CarouselDescription {font-size: 11px;}

.belles_encheres_home  .contentCarouselLot .imglot218x180b {height: 145px;margin: 0 auto 10px auto;}
.owl-theme .owl-dots .owl-dot.active span {background-color: #63789c;}
.owl-nav:hover {background-color: #63789c;}
.belles_encheres_home .owl-stage {background-color: #fff;padding-top: 15px;}
.belles_encheres_specialites{ text-align: center; padding:0px; margin-top:0px;}
.belles_encheres_specialites  {background-color: #f5f5f5;padding-top: 15px;}
.belles_encheres_specialites {background-color: #fff;padding-top: 15px;}

/*---------#contact-----*/
.img_etude  {width:100%;}
.img_etude img {margin-bottom:10px;padding-right: 10px;max-width: 150px;clear:both;max-height: 210px;min-height: 210px;}
.nom_expert {clear:both;width:100%;float: left;margin-bottom: 20px;}
.strombi {}
.device-xs .col-md-2.strombi {width: 50%;float: left;padding-bottom: 20px;}
.device-sm .col-md-2.strombi {width: 29%;float: left;padding-bottom: 20px;}
.col-md-2.strombi, .col-md-3.strombi , .col-md-4.strombi{padding-left:0px;}
.col-md-3.strombi {width: 24%; min-height: 150px;}
.WidgetLieu {}
.WidgetDroite .col-xs-12 , .WidgetDroite .col-md-12 {padding-left:0px;}
.strombi, .strombi  a, .nom_expert {font-size:13px;}
.mailequipe {font-size:11px;}
.WidgetDroite {font-size:10px;}

/*----------------  #services------------- */
.encart_logo_colonne, .belle_encheres_colonne {text-align:center;}
.encart_logo_colonne  .encart_titre {color: #63789c; font-weight:bold;}
.titre_belles_encheres {color: #63789c; font-weight:bold;font-size: 18px;border-top: 1px solid #63789c;text-align:center;margin-top: 30px;margin-bottom: 30px;clear:both;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.belle_encheres_colonne {padding:10px;}
.titre_services {color: #63789c;text-transform: none;font-style: normal;font-weight: normal;	font-size: 24px;letter-spacing: 1px;margin-top: 100px;text-align: left;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.titre_services.avecSlide {margin-top: 50px!important;}
.titre_menu-services {color: #63789c;text-transform: none;font-style: normal;font-weight: normal;font-size: 24px;letter-spacing: 1px;padding-top: 100px;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
.bloc-menu-services {}
.page_equipe a, .page_equipe a:visited{color:#000;font-style:normal; font-size:12px;}
.page_equipe {font-size:12px;}
.titre_dpt  {font-family: Playfair Display, Arial, Helvetica, sans-serif;}

/*----------------  #formulaire------------- */
.button.button-border:hover {background-color: #63789c;color: #FFF;border-color: #63789c !important;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.button {background-color: #63789c;}
.button.button-3d {border-bottom: 1px solid #63789c;}

.row.inscription_etape_un, .row.inscription_etape_deux, .row.inscription_etape_trois {border-bottom: 0px solid #fff;margin-bottom: 15px !important;}
.form1 {padding:20px;}
.freeForm .label {float: left;font-size: 14px;width: 280px;color: #000;text-align: left;}
.bt_valider_ordre input, #estim .btn.btn-default, #form_inscription .btn.btn-default, .formEnvoyer input {background: #9bafc3;color: #fff;padding: 10px 15px;border: 1px solid #9bafc3;border-radius: 2px;margin-top: 10px;}
.button .bt_valider_ordre input, #estim .btn.btn-default, .fond_estimation .btn.btn-default.nb, .formEnvoyer input {background: #9bafc3;color: #fff!important;padding: 10px 15px;border: 1px solid #9bafc3;border-radius: 2px;margin-top: 10px;}
.top-cart-action .button {color: #FFF!important;}
.top-cart-item-desc span.top-cart-item-price {color: #c0392b;}
.button.button-3d:hover {background-color: #63789c !important;opacity: 0.9;}

.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer:hover input {background: #63789c;color: #fff;border: 1px solid #63789c;}
.page_expertiser , page_newsletter, .inscription_legende{padding-bottom:30px;}
.inscription_legende{padding-bottom:30px;}
#estim .row {margin-bottom: 10px;}
.inscription_legende {}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {color: #fff;background-color: #587a9b;border-color: #587a9b;}
.page_expertiser #etape1, .page_expertiser #etape2, .page_expertiser #etape3, .page_expertiser #droit {background-color: #f8f8f8 !important;margin-bottom: 0px;padding: 25px;width:100%;}
.page_abonnement #etape1, .page_abonnement #etape2, .page_abonnement #etape3, .page_abonnement #droit {background-color: #f8f8f8 !important;margin-bottom: 0px;padding: 25px;}
.device-xxs textarea {width:100%;}

.device-xs input[type="radio"] {width:14px!important;}
.device-xs #estim input [type="radio"] {width:14px!important;}
.device-xxs #estim input[type="radio"] {width:14px!important;}
.device-sm input[type="radio"] {width:14px!important;}
.device-sm #estim input [type="radio"] {width:14px!important;}
.device-xxs input[type=email]  {width:100%;}
.device-xxs .formulaireContact input[type=civilite]  {width:100%;}
.pageExpertiser .fond_estimation {float: left;padding: 20px 0;width: 100%;}
#estim input, #estim textarea {border: 1px solid #ccc;}
.device-lg  #estim input[type="radio"], .device-md  #estim input[type="radio"], .device-sm  #estim input[type="radio"]   {width: auto !important;}
.newsletter_colonne {float: left;width: 50%;}
.newsletter_lettrine {display:none;}

.h1-titre {color: #63789c!important;}
.h4-intertitre-2 {color: #63789c!important;}
.h4-intertitre-2 {color: #63789c!important;}

 /*----------------paiement -----------------*/
.paiement {background-color: #f8f8f8;float: left;padding: 20px;}
.paiement h3 {display:none;}

/*----------------statique-----------------*/
.calLegende { background-color: #f1f1f1; padding: 20px; width: 100%!important; text-align: center; margin-bottom: 40px; }
.page_statique h2 { clear: both; padding: 20px 0px 0px 0px; text-transform:uppercase;font-size: 18px;}
.page_statique h3 { font-family: Arial, Helvetica, sans-serif; padding: 20px 0px 0px 10px; font-size: 14px; font-style: italic; }
.page_statique h4 { font-family: Arial, Helvetica, sans-serif; padding: 20px 0px 0px 10px; font-size: 12px; }
.layoutsExemple.col-md-12 .page_statique h3 {padding-top: 10px!important;}

.col-md-4.blocLiens {height: 330px;}
.linkOther {margin-top: 10px;}
.texteOther {text-align: left;font-size: 11px;}
.linkOther a {color: #999;}
.actualite_texte {width: 100%;float: left;line-height: 15px;}
.more-link { clear: both; margin-top: 10px;}
.modal-content {padding: 20px;}
.actu-image, .actus {padding-bottom:20px;}
.actus-desc {text-align:left;padding-bottom:20px;}
.actu-title h4 {display: block;margin-bottom: 0;font-size: 16px;text-transform: uppercase;letter-spacing: 1px;font-weight: 600;text-align:left;}
.actualiteCol2 .entry-title {padding-bottom:20px;clear: both; text-align:center}
.modal-content .entry-title h2 { text-align:center}

/*----------------  #footer------------- */
.footernomCp {text-transform: uppercase;}
#copyrights {font-size: 13px;line-height: 1.5;}
.iconlist.footerListe li:first-child {border-top: none;text-transform: uppercase;}
.iconlist.footerListe li {border-top: 1px dotted #b5b7b7;padding: 5px 0px;padding-bottom: 6px;width: 100%;}
.socialFooter {padding-left:34%;}
#footer.dark, .dark #footer {border-top-color: rgba(0,0,0,0.2);}
#gotoTop {background-color: #587a9b;}
#gotoTop:hover {background-color: #9bafc3;opacity: 1;}
.droits {font-size: 12px;line-height: 1.5;float:left;width: 100%;}
.flags {float: right;}
ul.iconlist.footerListe {margin-bottom: 0px;}
#footer .col_one_third {margin-bottom: 20px;}
#copyrights .flags {}
#footer {margin-top: 20px !important;}


.lien_newsletter  {height:116px; width:100%;background-color:#9bafc3;color:#fff; padding: 20px 20px;}
.lien_newsletter a, .lien_newsletter a:visited {color:#fff!important; font-style: italic; font-size: 14px;}
.col_full.lien_newsletter {text-align:center;}

.i-plain {width: 30px !important;height: 30px !important;font-size: 20px;line-height: 30px !important;color: #fff;text-shadow: 1px 1px 1px #FFF;}
.i-plain:hover {color: #fff;}
.device-lg .i-plain {margin-left: 550px;}
.device-md .i-plain {margin-left: 440px;}
.device-sm .i-plain {margin-left: 320px;}
.device-xs .i-plain {margin-left: 200px;}
.device-xxs .i-plain {margin-left: 110px;}
.device-xxs .lien_newsletter  {height:140px; }
div.col-md-12:nth-child(4) {padding-left:0px; padding-right:0px;}


@media all and (min-width: 1200px) {
.ordre_true.product, .pageOrdre .ordre_true.product {height: 620px;width: 30%;}
.product {border-bottom: 2px solid #f5f5f5;padding-bottom: 10px;width: 370px;}
.product-image > a, .product-image .slide a, .product-image img {height: auto;width:auto;margin: 0 auto;}
.ordre_false.product, .pageOrdre .ordre_false.product {width: 30%;}

}

@media (min-width: 992px){
#logo {}
}

@media (max-width: 991px){

#logo {height: 84px!important;}
#top-search a, #top-cart, #side-panel-trigger {top:0px !important;color: #000;}
.header3 #top-search a, .header3 #top-cart, .header3 #side-panel-trigger {position: absolute;top: -80px;color: #000;}
.nom_vente {font-size: 14px;line-height: 18px;}
.actuAccueil .actualite .entry-image , .actuAccueil .actualite .entry-image a {width: 100%;height: auto;margin-bottom: 20px;}
.actuAccueil .entry-c {position: relative;overflow: hidden;float: left;}
.socialFooter {padding-left: 21%;margin-bottom:20px;}
#top-search, #top-cart, #side-panel-trigger {float: right;margin: 39px 0 0 15px;color:#000;}
#primary-menu-trigger {top: 90px; background-color: transparent !important;}
#top-search form {padding-top: 20px;}
#top-search form input {font-size: 11px;font-weight: normal;color: #000;}
.btn {font-size: 12px;}
.product {height: 466px;}
.product:not(.product-2):not(.product-3) .product-title h3 {font-size: 12px;}
.ordre_true.product, .pageOrdre .ordre_true.product {height: 460px !important;}
#slider {margin-top: 53px !important;margin-bottom: 0px !important;}
#primary-menu ul li {float: none;margin: 0 !important;text-align: left !important;border-top: 1px solid #EEE;background-color: #fff;padding-left: 20px;width: 100%;}
#top-search form {padding-top: 0px;top: -2px;}
.zeus.tparrows {min-width: 50px;min-height: 50px;}
.zeus.tparrows::before {line-height:50px;}
#header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {min-height: 40px;}
#rev_slider_forcefullwidth {margin-top: 37px !important;}

#primary-menu ul li {top: 23px;}
#primary-menu ul ul li {top: 5px;background-color: transparent !important;}
#primary-menu > ul > li.sub-menu > a, #primary-menu > .container > ul > li.sub-menu > a {background-image: url("https://www.pba-auctions.com/uploads/Image/img_site/submenu.png");background-position: right center;background-repeat: no-repeat;}

.titrespecialites {font-size: 16px;font-family: Playfair Display, Arial, Helvetica, sans-serif;}
#cpgenlogo {margin-bottom: 0px;}
.page_equipe {font-size: 14px;}
.tp-caption.WebProduct-Title.tp-resizeme{color:#fff !important;font-size:14px !important;line-height:16px;text-transform:uppercase;margin-bottom:0px;}
.tp-caption {font-size:12px;}
.titrespecialites {font-size: 13px;}
.titre_page, .titre_page a {font-size: 20px;}
.actualite .entry-c .entry-title h2 {font-size: 15px;line-height: 16px;font-weight: normal;text-transform: none;color: #63789c;padding-bottom: 10px;}
.nom_expert {font-size: 11px;}
.col-md-12.strombi {font-size:11px;}


.product {height: auto!important;}
.col-md-3.strombi {width: 24%;}



}

@media (min-width: 991px){
.product:not(.product-2):not(.product-3) .product-title h3 {font-size: 12px;line-height: 15px;}
.ordre_true.product, .pageOrdre .ordre_true.product {height: 430px !important;}
}


@media all and (min-width: 500px) and (max-width: 1199px) {
.ordre_true.product, .pageOrdre .ordre_true.product {height: 630px !important;}
.ordre_false.product, .pageOrdre .ordre_false.product {height: 500px !important;}
}

@media all and (min-width: 1200px) {
.ordre_true.product, .pageOrdre .ordre_true.product {height: 630px !important;}
.ordre_false.product, .pageOrdre .ordre_false.product {height:600px !important;}
}


@media (max-width: 700px){
.adresseFooter {text-align: center;clear:both; width:100%;}
.header3 #top-search a, .header3 #top-cart, .header3 #side-panel-trigger {position: absolute;top: -410%;color: #000;}
.socialFooter {padding-left: 20%;margin-bottom:20px;}

}

@media (max-width: 767px) {
.titrespecialites {font-size: 14px;}
.paiement .freeForm .label {float: left;font-size: 14px;width: 100%;color: #000;text-align: left;}
.paiement input {font-family: inherit;font-size: inherit;line-height: inherit;width: auto;clear: both;float: left;}
.paiement select {width: 100%;}
.entry-c {position: relative;overflow: hidden;clear: both;width:100%;}
.calendrier .col-md-10.entry-c {width:100%;}
.entry-title h2,  .post-grid .entry-title h2 { font-size: 14px !important; font-weight: 600; }
.actuAccueil .entry-c {max-height: none;min-height: auto;}
.home_actualite.WidgetMediatheque .entry.clearfix.actualite {float: left;width: 100%;padding-right: 0px;}
.actuAccueil .entry.clearfix.actualite {float: left;width: 100%;padding-right: 0px;}
.lien_newsletter a, .lien_newsletter a:visited {color: #fff !important;font-style: italic;font-size: 12px;}
.i-plain {height: 140px !important;font-size: 16px;line-height: 1.3!important;color: #fff!important;}
.actualite_chevaux .entry.clearfix.actualite {float: left;width: 100%;}
}


/*---------------- 
@font-face { font-display: block; font-family: Roboto; src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff)format("woff") } 
@font-face { font-display: fallback; font-family: Roboto; font-weight: 600; src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff)format("woff") } 
@font-face { font-display: fallback; font-family: Roboto; font-weight: 700; src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff)format("woff") } 
#sib-container input:-ms-input-placeholder { text-align: left; font-family: "Helvetica", sans-serif; color: #c0ccda; border-width: px; } #sib-container input::placeholder { text-align: left; font-family: "Helvetica", sans-serif; color: #c0ccda;
border-width: 1px; }
------------- */

/*************************************************************************************************************************************/
/*************************************************************** ROUGE CERISE ********************************************************/
/*************************************************************************************************************************************/





/*classes d'aide*/
.mb-50 { margin-bottom:50px}
.mb-30 { margin-bottom:30px}
.mt-50 { margin-top:50px}
.mt-30 { margin-top:30px}


/*Titres*/
h1.WidgetTitle { margin-top: 40px; margin-bottom: 40px;}

/*Correctifs*/
.btn.secondary.light {background-color: #e4003a !important;}


/*-------------------- LISTE DES VENTES --------------------*/

.liste-vente .bloc_mois_date { border-bottom: 1px solid #444; font-style: normal; font-weight: 700; font-size: 20px; padding-left: 15px; margin-bottom: 30px;letter-spacing: 2px;float: left;}
.liste-vente .entry {margin-bottom: 50px; border-bottom: 1px solid #eee; background-color: #fff; padding-bottom: 40px;}
.liste-vente .entry:last-child { border:none;}
.liste-vente .entry-image { padding: 15px !important; margin-bottom: 0;}
.liste-vente .entry-image a {border: 1px solid #eee; box-shadow: 3px 3px 6px #999999;}
.liste-vente .entry-image a img { border:none; box-shadow:none}
.liste-vente .entry-c { padding: 15px !important;padding-bottom: 0 !important;}
.liste-vente .entry-title { margin-bottom:15px; max-height: 70px; overflow: hidden;}
.liste-vente .entry-title h2 { line-height:18px}
.liste-vente .buttonNextPrev { display:none}
.liste-vente .bloc_vente_lieu { max-height: 50px; overflow: hidden;}


/*-------------------- PAGE DES DEPARTEMENTS --------------------*/
/*Image de haut de page*/
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(1) {position: absolute; left: 0; }
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(1) .haut-page { height:40vh}
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(1) .haut-page h2 { display:none}
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(2) { margin-top: 40vh;}

/*Bloc du slider*/
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(3) #slider { margin-top: 1px !important;}


/*Bloc de contact à côté du slider*/
.bloc-contact a:not(.btn) { border-bottom: 1px dashed;}
.bloc-contact a:not(.btn):hover { color:#df1619 }
.bloc-contact a.btn { background-color: #000; color: #fff !important; margin-top:30px}
.bloc-contact a.btn:hover { background-color:  #63789c;}
.bloc-contact img { margin-right: 10px; margin-bottom: 15px;}
.bloc-contact em { font-size: 12px; line-height: 14px; display: block; font-style: normal; margin-top: 10px;}

/*Bloc de bouton d'accès au ventes passés*/
.bloc-bouton a.btn { background-color: #000; color: #fff !important; }
.bloc-bouton a.btn:hover { background-color: #63789c;}

/*Liste des ventes passées*/
.calendrier_annees { margin-bottom:50px}
.calendrier_annees .triAnneeTexte { font-weight: bold;}
.calendrier_annees .triAnnee {background-color: #eee; padding: 2px 7px; margin-bottom: 10px; display: inline-block;}


/*Formulaire d'estimation*/
.page_estimation {background-color: rgba(0,0,0,0.03); padding: 20px; margin-top: 40px;}

/*Grille des ventes*/
.grille-de-ventes {float: left; margin: 30px -10px;}
.liste-grille-vente .item { padding: 10px; float: left;}
.liste-grille-vente .item .titre { text-align:center; padding:10px; height: 100px; color: #000; overflow:hidden}
.liste-grille-vente .item a:hover {opacity:0.8}




/*-------------------- RESPONSIVE --------------------*/
@media (min-width: 1200px) {

.liste-vente .entry {width:50%; float:left;}
.liste-vente .entry-image { width:40% !important;}
.liste-vente .entry-image a { height: 254.5px; overflow: hidden;}
.layoutsExemple .entry-image.no_couv.couverture_catalogue { background-size: cover; margin:15px; padding: 0 !important;height: 254px !important; width:200px;}
.liste-vente .entry-c { width:60%}

.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(3) {width: 66.66666667%;padding-left: 0; }
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(4) {width: 33.33333333%;}

.liste-grille-vente .item { width:20%;}

}

@media (max-width: 1199px) {
.liste-vente .bloc_mois_date { float: none;}

.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(3) {width: 100%;}
.layoutsPage.ElevenRowThreeCol .layoutsExemple:nth-child(4) {width: 100%;}

}

@media (min-width: 768px) and (max-width: 1199px) {

.liste-vente .entry-image { width:30% !important;}
.liste-vente .entry-c { width:70% !important }

.liste-grille-vente .item { width:25%;}

}


@media (max-width: 991px) {

}


@media (max-width: 767px) {

body > .cpgen-container > .container {  width: 100% !important;  padding-left: 30px;   padding-right: 30px;}

}

@media (min-width: 576px) and (max-width: 767px) {

.liste-vente .entry-image { width: 40% !important; float: left;  padding-right: 15px !important;}
.liste-vente .entry-c {width: 60% !important;float: left;}

.liste-grille-vente .item { width:33.33%;}


}

@media (max-width: 575px) {
.liste-vente .entry { margin-bottom: 50px; padding-bottom: 40px; border-bottom: 1px solid #ddd;}

.liste-grille-vente .item { width:50%;}


}

@media (max-width: 480px) {

}



/*-------------------- lots invisibles dimanche 16 mars 2025 --------------------*/
#lot1\ lotId28197792 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(1) {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(9) {display:none;}
#lot9\ lotId28197800 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(28) {display:none;}
#lot28\ lotId28197819 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(32) {display:none;}
#lot32\ lotId28197823 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(38) {display:none;}
#lot38\ lotId28197829 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(39) {display:none;}
#lot39\ lotId28197830 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(48) {display:none;}
#lot48\ lotId28197839 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(54) {display:none;}
#lot54\ lotId28197845 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(69) {display:none;}
#lot69\ lotId28197860 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(74) {display:none;}
#lot74\ lotId28197865 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(80) {display:none;}
#lot80\ lotId28197871 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(86) {display:none;}
#lot86\ lotId28197877 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(101) {display:none;}
#lot101\ lotId28197891 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(115) {display:none;}
#lot115\ lotId28197905 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(124) {display:none;}
#lot124\ lotId28197914 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(128) {display:none;}
#lot128\ lotId28197918 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(130) {display:none;}
#lot130\ lotId28197920 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(144) {display:none;}
#lot130\ lotId28197934 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(151) {display:none;}
#lot151\ lotId28197941 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(171) {display:none;}
#lot171\ lotId28197961 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(178) {display:none;}
#lot178\ lotId28197968 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(179) {display:none;}
#lot179\ lotId28197969 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(180) {display:none;}
#lot180\ lotId28197970 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(192) {display:none;}
#lot192\ lotId28197982 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(195) {display:none;}
#lot195\ lotId28197985 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(196) {display:none;}
#lot196\ lotId28197986 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(200) {display:none;}
#lot200\ lotId28197990 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(202) {display:none;}
#lot202\ lotId28197992 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(203) {display:none;}
#lot203\ lotId28197993 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(205) {display:none;}
#lot205\ lotId28197995 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(206) {display:none;}
#lot206\ lotId28197996 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(207) {display:none;}
#lot207\ lotId28197997 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(208) {display:none;}
#lot208\ lotId28197998 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(209) {display:none;}
#lot209\ lotId28197999 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(210) {display:none;}
#lot210\ lotId28198000 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(211) {display:none;}
#lot211\ lotId28433267 {display:none;}
.Vente151659.Etude132.Etude2 div.single-product div.product div.col-xs-12.col-md-6.product-desc div.col-md-5.padding0.floatRight div.lot_navigation div.lot_prec_suiv span.lot_combo.col-xs-6.col-md-5.padding0.alignCenter form#combo-form.form-group select#combo-num > option:nth-child(212) {display:none;}
#lot212\ lotId28433268 {display:none;}