/*------------------- général -------------------*/

.contentCarouselLot { background-color: white; min-height: 310px; }
.layoutsExemple .entry-image { width: 170px; float: left; margin-right: 0; }
.panel-group .panel-heading { background-color: #f4f4e6; }
#header-wrap { position: relative; padding-bottom: 40px; }
.CarouselEstimation { clear: both; font-size: 11px; padding-top:10px; }
.product-desc { background-color: #f4f4e6!important; }
img.lumiere { border-radius:50%; border-width: 5px; border-style: solid; border-color: #CB9919; }
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap *:last-child { margin-bottom: 0; font-family: 'Playfair Display';font-size: 16px; }
.col-md-6.texteCGV { padding-left:20px!important; }

/*------------------- logo -------------------*/

/* Sur mobile */
@media (max-width: 767px) {
    #logo img { width: 180px !important; height: auto; }
}

/* Sur tablette et autres écrans moyens */
@media (min-width: 768px) and (max-width: 1199px) {
    #logo img { width: 200px !important; height: auto; }
}

/* Sur PC (écrans plus larges) */
@media (min-width: 1200px) {
    #logo img { width: 200px !important; height: auto; }
}

/*------------------- services -------------------*/

.feature-box.fbox-center .fbox-icon { position: relative; width: 60px; height: 60px; margin: 0 auto 30px; }
.feature-box p { margin: 8px 0 0 0; color: #000; }
.feature-box.fbox-center p { font-size: 14px; margin-top: 0px; }
.feature-box.fbox-center:not(.fbox-bg) h3::after { display: none; }
.fbox-effect .fbox-icon i::after { display:none; }
.feature-box h3 { font-size: 16px; font-weight: 600; text-transform: none; letter-spacing: 1px; margin-bottom: 0; color: #CB9919 !important; font-family: 'Playfair Display'; }
.fbox-effect.fbox-dark .fbox-icon i::after { box-shadow: 0 0 0 2px #f4f4e6; display:none; }
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #f4f4e6; color: #000; }
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img { display: block; position: relative; width: 60px; height: 60px; color: #000; }
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #f4f4e6; color: #000; }
.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #f4f4e6; }
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #f4f4e6; }

/*------------------- bouton drouot -------------------*/

.bouton-drouot { background-color: white; color: #000 !important; border: 1px solid #000; padding: 6px 12px; border-radius: 5px; margin-bottom: 20px; display: inline-block; 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; }

/*------------------- titres -------------------*/

.titre_page, .titre_page a, .titre_page a:visited { color: #20698A; font-family: 'Playfair Display'; font-size: 28px; margin-top: 40px; margin-bottom:20px; }
.entry-title h2 a, .entry-title h2 a:visited { color: #CB9919; font-family: 'Playfair Display'; }
.entry-title h2 a:hover { color: #20698A; }
.encart_titre a, .encart_titre a:visited { color: #CB9919!important; font-family: 'Playfair Display'; }

/*------------------- boutons -------------------*/

.btn.ghost { font-size: 13px !important; }
.btn.ghost:hover { font-size: 13px !important; border: 1px solid #20698A; color: #fff; background-color: #20698A!important; }
.btn-default { color: #fff; background-color: #20698A; border-color: #20698A; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #fff; background-color: #20698A; border-color: #20698A; }

/*------------------- 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; }
a.languegb, a.languefr { padding-left:0px; color:#20698A; }
.languegb, .languefr { float:right; padding-right:10px; }

/*------------------- header -------------------*/

.top-links a img { display:none; }
.top-links a:hover img { display:none; }
#top-social li { border-left: 0 !important; }
#top-social li a { font-weight: bold; color: #20698A; }

/*------------------- menu -------------------*/

.icon-line2-home:before { content: "\e069"; font-weight: bold; }
#top-search, #top-cart, #side-panel-trigger { margin: 30px 0 0 15px; margin-right: 0px; }
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { line-height: 40px; }
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart { margin-top: 20px !important; }
#header.sticky-header:not(.static-sticky) #logo { width: 150px; height: auto; padding-top: 5px; }
#primary-menu ul li a { font-weight: 600; }
#primary-menu > ul > li:hover a, #primary-menu > ul > li.current a { color: #CB9919; }
@media all and (min-width: 1200px) {
    #primary-menu ul ul, #primary-menu ul li .mega-menu-content { display: none; position: absolute; background-color: #f4f4e6!important; box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); border: 1px solid #EEE; border-top: 2px solid #CB9919; 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; }
.device-md #primary-menu ul li a { padding-left: 10px; padding-right: 10px; font-size:14px; }
.device-sm #primary-menu ul li a { padding-left: 13px; padding-right: 13px; font-size:14px; }
.device-xs #primary-menu ul li a { padding-left: 13px; padding-right: 13px; font-size:14px; }
body.en.device-lg #primary-menu ul li a { padding-left: 23px; padding-right: 23px; font-size: 16px; }
body.en.device-md #primary-menu ul li a { font-size: 15px; padding-left: 10px; padding-right: 10px; }
body.en.device-sm #primary-menu ul li a { padding-left: 10px; padding-right: 10px; font-size: 15px; }
#primary-menu ul ul a { font-size: 15px; }
.top-cart-title p { color: #20698A; }
#top-cart .top-cart-content { background-color: #f4f4e6; border: 1px solid #EEE; border-top: 2px solid #CB9919; top: 40px; }
#top-search form input.loupe { background: #ffffff ur[](https://artefact-encheres.com/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 4px !important; height: 30px; width: 30px; color: #000; float: left; border-radius: 0px 6px 6px 0px; background-size: 100% 100%; }
#top-search form input { background: #fff none repeat scroll 0 0; border-radius: 6px 0px 0px 6px; float: left; font-size: 12px; height: 30px; 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-cart.top-cart-open .top-cart-content { z-index: 30; margin-top: 0; }
.device-lg #top-search form { top: 11px; }
.device-sm #top-cart a { top: 42px; }

/*------------------- recherche -------------------*/

.button.button-3d:hover { background-color: #000 !important; }
.btn-primary { color: #fff; background-color: #CB9919; border-color: #CB9919; }
.button { background-color: #CB9919; color: #fff; border-color: #CB9919; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #000; border-color: #000; }
.device-sm .btn-primary { margin-top: 50px; }
#searchFiltre input.btRecherche { margin-bottom: 20px; }
#searchFiltre { background-color: #CB9919; }
#searchFiltre input.btRecherche { background-color: #20698A; color: #fff; border: 1px solid #20698A; border-radius: 0 4px 4px 0; }
#searchFiltre input.btRecherche:hover { width: 100%; padding: 6px 10px; background-color: #000; color: #fff; border: 1px solid #000; border-radius: 0 4px 4px 0; }

/*------------------- home actualité -------------------*/

.actualite_droite .entry-c { position: relative; overflow: hidden; float: left; width: 70%; }
.actualite_droite .entry-image { width: 160px; float: left; margin-right: 20px; padding-left: 0; clear: both; }
.actualite_lire_suite { padding-top: 16px; font-size: 12px; }
.encart_phare, .vente_phare, .lot_phare, .actualite_phare { margin-bottom: 30px; }
/* Responsive - Extra Extra Small Devices */
.device-xxs .actualite_droite .entry-c { float: left; width: 100%; }
/* Responsive - Small Devices */
.device-sm .actualite_droite .entry-image { width: 150px; float: left; margin-right: 20px; padding-left: 0; clear: both; }
.device-sm .actualite_droite .entry-c { float: left; width: 70%; }

/*------------------- actualité -------------------*/

.actualite .entry-image { width: 160px; float: left; margin-right: 20px; }
.actualite .entry-c { float:left; width: 70%; }
.page_actualite .actualite .entry-c { clear: none; float: left; width: 60%; }
.more-link { padding-top: 20px; }
.device-xxs .actualite .entry-c, .device-xs .actualite .entry-c { clear: none; float: left; width: 100%; }
.device-sm .actualite .entry-c { clear: none; float: left; width: 60%; }
.page_actualite .actualite .entry-image { width: 130px; float: left; margin-right: 30px; }
.layoutsExemple .actualiteCol1 .entry-image { width: 350px!important; margin-right: 30px; }
.device-sm .layoutsExemple .actualiteCol1 .entry-image { width: 350px!important; margin-right: 30px; }
.device-xs .layoutsExemple .actualiteCol1 .entry-image { width: 90%; padding-left: 0; padding-right: 0px; }
.device-xxs .page_actualite .actualite .entry-image { width: 100%; float: left; margin-right: 0px; }
.device-xxs .actualite .entry-c { width:100%; clear:both; }

/*------------------- carrousel home - résultats -------------------*/

.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%; background-color: white; }
.belles_encheres_home { text-align: center; margin-top: 20px; }
.owl-theme .owl-dots .owl-dot.active span { background-color: #000; }
/* Attention ici : tu ciblais .owl-nav:hover, mais ce n'est pas un élément qui reçoit vraiment :hover.
   En général ce sont les sous-éléments (boutons de navigation) */
.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; }

/*------------------- carrousel colonne -------------------*/

.belles_encheres, .belles_encheres_colonne, .belles_encheres_specialites { text-align: center; margin-top: 20px; }
/* Padding spécifique par device */
.device-lg .belles_encheres_colonne { padding: 0 20px; }
.device-md .belles_encheres_colonne, .device-xs .belles_encheres_colonne { padding: 0 20px; }
.device-xs .belles_encheres_colonne { padding: 0 30px; }
.device-sm .belles_encheres_colonne { padding: 0 80px; }
.device-xxs .belles_encheres_colonne { padding: 0; }
/* Correction et harmonisation */
.CarouselResultat { color: #000; margin-top: 4px; text-align: center; text-transform: none; font-weight: bold; background-color: white; padding-bottom: 20px; }
/* Belle enchères spécialités */
.belles_encheres_specialites { text-align: center; padding: 0; margin-top: 0; }
/* Belles enchères colonne : padding global par défaut */
.belles_encheres_colonne { padding: 20px; }
/* Spécificité supplémentaire pour certains éléments internes */
.device-lg .belles_encheres_colonne .verticalCarouselContent { padding: 20px 40px; }

/*------------------- calendrier -------------------*/

.calendrier_annees { font-weight:500; margin-bottom:60px; }
.triAnnee, .triAnnee a { background-color: #CB9919; color: #fff!important; font-size: 12px; padding: 2px 6px; }
.triAnnee:hover { background-color: #20698A; color: #fff; font-size: 12px; padding: 2px 6px; }
.col-md-10 { width: 77%!important; }
.device-md .col-md-10 { width: 73% !important; }
.device-sm .col-md-10 { width: 70% !important; }
.entry-image.widget_no_couv { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 145px !important; height: 187px !important; border-radius: 3px; margin-left: 18px; border: 1px solid #ccc; }
.entry-image.no_couv { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 145px !important; height: 187px !important; border-radius: 3px; margin-left: 18px; border: 1px solid #ccc; }
.layoutsExemple .entry-image.no_couv.couverture_catalogue { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 145px !important; height: 187px !important; border-radius: 3px; margin-left: 18px; border: 1px solid #ccc; }
.device-xs .layoutsExemple .entry-image.no_couv.couverture_catalogue, .device-xs .layoutsExemple .entry-image.no_couv.couverture_catalogue { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 415px !important; height: 437px !important; border-radius: 3px; margin-left: 18px; border: 1px solid #ccc; }

/*------------------- catalogue -------------------*/

.entry-title {}
.fiche_titre_lot {}
button.texte1 {}
.button.button-border {}
.product-description h2 { text-transform: none; color:#000; }
.bt_valider_ordre input, #estim .btn.btn-default, #form_inscription .btn.btn-default, .formEnvoyer input { background: #CB9919; border: 1px solid #fff; text-transform: uppercase; }
.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer:hover input { background: #20698A; color: #fff; border: 1px solid #20698A; text-transform: uppercase; }
.titre_informations_vente, .titre_cgv { margin-top: 20px; margin-bottom: 20px; color:#CB9919; }
.droite_catalogue img { max-width:92px; height:auto; float: right; }
.modal-title { color:#CB9919; text-transform:uppercase; }
.top-cart-title p { color: #20698A; }
.nom_vente { color: #CB9919; margin-bottom: 2px; font-size: 16px; line-height: 1.3; padding-bottom: 8px; padding-top: 0px; text-transform: uppercase; }
.device-xxs .nom_vente { font-size: 14px; line-height: 18px; padding-bottom: 8px; padding-top: 4px; text-transform: uppercase; }
.modal-title { color:#CB9919; text-transform:uppercase; font-size: 16px; }
.pageFiche .fiche_lot_resultat { background: #CB9919; }
.product-desc { font-size: 12px; }
#content { background-color: #f4f4e6; }
.product-overlay a { color: #fff!important; background-color: #20698A!important; }
.product-overlay a:hover { background-color: #CB9919!important; }
.estimLabelAff4, .estimAff4 { color: #777; }
input, button, select, textarea { color: #000; }
.product-image.no_picture { background-image: url("http://cdn.drouot.com/d/uploads/2079/uploads/Image/img_site/no_picture.png"); background-position: center center; background-repeat: no-repeat; background-size: 80% 70%; width: 100% !important; height: 170px !important; padding-right:20px; border-radius:4px; border: 1px solid #fff; background-color: #fff; }
.fiche_titre_lot h1 { font-size: 14px!important; margin-bottom: 5px; clear: both; color: #CB9919; font-weight: bold; }
.lotnum { color: #20698A; font-size: 25px; }
.num_lot { height: 40px; color: #20698A; font-size: 25px; }
.product-title h3 { font-size:12px; line-height:14px; text-transform: uppercase; height: 30px; max-height:30px; overflow:hidden; }
.product-title h3 a:hover, .single-product .product-title h2 a:hover { color: #888; }
.pagination .currentStep { background: #CB9919; color: #fff; padding: 8px 12px; margin: 0 2px; }
.col-md-12.titre_ordre_phrase { margin: 30px 0; clear:both; width:100%; color: #fff; }
.titre_ordre_phrase.liste { background-color: #CB9919; padding: 10px; }
.fiche_lot_num { font-size: 35px; color: #CB9919; font-weight: bold; float: left; }
.fiche_lot_resultat { color: #CB9919; }
.single-product .fiche_lot_resultat { background: #CB9919; color: #fff; padding: 5px; float: left; border-radius: 2px; margin: 10px 0; }
#page-title.page-title-mini h1 { font-weight: 500; font-size: 14px; color: #20698A; }
.device-xxs #page-title.page-title-mini h1 { font-weight: 500; font-size: 12px; color: #20698A; }
.lieu_vente { color: #000; font-size: 13px; line-height: 17px; font-style: italic; margin-bottom: 10px; text-align: left; }
.product-title h3 { font-size:12px; line-height:14px; text-transform: uppercase; height: 30px; max-height:30px; overflow:hidden; font-weight: 600; }
.product { border:1px dotted #ccc; }
.product-description h4 { font-size: 12px; font-weight: normal; line-height: 13px; color: #000; height: 30px; text-transform: none; }
.product-price { color: #777; }
.sale-flash2 { background-color: #CB9919; border-radius: 2px; color: #fff; float: left; margin: 10px 0; padding: 2px 7px; float: left; font-weight: bold; width:auto; clear:both; font-family: Playfair Display, Arial, Helvetica, sans-serif; }
.search-resultat { color: #CB9919; }
.Style1 { margin-left: 0px; margin-bottom: 1em; color: #fff; font-weight: 600; text-transform: uppercase; font-size:14px; line-height:16px; text-align: left; }
.product-image { position: relative; width: 100%; height: 300px !important; overflow: hidden; }
.col-md-6.product-desc .productOnline, .col-md-6.product-desc .productOnlineResult { margin: 30px 0; background-color: #444; color: #fff; border-color: #444; }
.ordreAchat.col-md-6 { margin-top:20px; }
.jq-icon-info { background-color: #20698A!important; color: #fff; border-color: #20698A!important; }
.titre_ordre_etape { color: #fff; }
.fiche_lot_description { font-size: 13px; line-height: 1.3; margin: 20px 0 30px 0; }
.ordre_true.product, .pageOrdre .ordre_true.product { height: 620px !important; }
.ordre_false.product, .pageOrdre .ordre_false.product { height: 600px !important; }
.modal-content { float: left; width: 100%; background-color: #f4f4e6; }
.modal-header { background-color: #f4f4e6; }
.odd { background-color: #f4f4e6; }
.portlet.light { background-color: #f4f4e6!important; }
.venteName, .venteDate { color: #000; }
.openseadragon, #zoomImage { background-color: #f4f4e6 !important; border: 1px solid #f4f4e6 !important; width: auto; }
.product-image img { margin-top: 14px; }
#top-cart > a > span { background-color: #f4f4e6; right: 16px; }
.ordreAchat {}
.ordreAchat .titre_ordre_etape { background-color: #f4f4e6; }
.titre_ordre_etape, .titre_ordre_phrase, .num_etape_trois, .num_etape_deux, .num_etape_un, .texte_etape_un, .texte_etape_deux, .texte_etape_trois, .inscription_etape, .calendrier_theme { color: #20698A; }
.breadcrumb a:hover { color: #CB9919; }
input.texte1[type="submit"], button.texte1 { background: #CB9919; color: #fff; }

/*------------------- cgu - pages statiques -------------------*/

.calLegende { background-color: #CB9919; padding: 20px; width: 100% !important; text-align: center; margin-bottom: 40px; color: #fff; }
.page_statique h2 { clear: both; margin-top: 40px; margin-bottom: 20px; font-size: 20px; }
.page_statique h3 { padding: 20px 0px 0px 0px !important; font-size: 16px; font-style: normal; text-transform: none; color:#CB9919; }
.page_statique h4 { padding: 20px 0px 0px 0px; font-size: 15px; margin-top:20px; margin-bottom:10px; color:#CB9919; }

/*------------------- formulaire contact -------------------*/

.formulaireContact #dsi-submit-btn { color: #fff; background: #20698A; border-color: #20698A; margin-bottom: 20px; }
.formulaireContact #dsi-submit-btn:hover { color: #fff; background: #CB9919; border-color: #CB9919; margin-bottom: 20px; }

/*------------------- formulaires -------------------*/

button .bt_valider_ordre input, #estim .btn.btn-default, .fond_estimation .btn.btn-default.nb, .formEnvoyer input { background: #20698A; color: #fff; padding: 10px 15px; border: 1px solid #20698A; border-radius: 2px; margin-top: 10px; }
.fond_estimation {}
.device-xxs #form_inscription .row { padding-left: 20px; }
.newsletter_colonne { float: left; width: 100%; }
#estim input, #estim textarea { border: 1px solid #ccc; border-radius: 0px; padding: 5px 10px; }
input [type="radio"] { width:14px!important; }
.newsletter_lettrine { display:none; }
.titre_ordre_etape, .titre_ordre_phrase, .texte_etape_un, .texte_etape_deux, .texte_etape_trois, .inscription_etape, .calendrier_theme { color: #20698A; }
.device-xxs textarea { width:90%; }
.device-xs input[type="radio"] { width:14px!important; }
.device-xxs 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; }
.page_expertise , page_newsletter, .inscription_legende { padding-bottom:30px; }
.inscription_legende { padding-bottom:30px; font-size: 12px; }
#estim .row { margin-bottom: 10px; }
input[type="radio"], input[type="checkbox"] { width: 14px !important; }
.etape3 { padding-left:20px; }
#estim { margin-top:30px; }
.device-xxs #estim input { width: 100%; }
.row.inscription_etape_un, .row.inscription_etape_deux, .row.inscription_etape_trois { border-bottom: 1px solid #f4f4e6; margin-bottom: 15px !important; }

/*------------------- footer -------------------*/

footer a:link { color: #20698A; }
.droit { font-size:11px; }
img.footer-logo { width:200px; height:auto; }

/*------------------- media queries -------------------*/

@media (max-width: 991px) {
    .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 12px; line-height: 15px; }
    #top-search form input { background: #fff none repeat scroll 0 0; border-radius: 6px 0px 0px 6px; float: left; font-size: 11px; height: 28px; line-height: 25px; margin-top: 20px !important; padding: 5px 5px 5px 7px !important; width: 80%; font-weight: normal; color: #222222 !important; }
    #top-cart { top: -33px; }
    #top-cart { display: block; right: 30px; }
    .header3 #top-search form { top: -72px; }
    #top-search form input.loupe { background: #ffffff ur[](https://artefact-encheres.com/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 1px !important; height: 28px; width: 30px; color: #000; float: left; border-radius: 0px 6px 6px 0px; background-size: 80% 80%; }
    .header3 #top-cart, .header3 #side-panel-trigger { position: absolute; top: -40px; }
    .style-2 .container #top-cart .top-cart-content { top: 29px; }
    [class^="icon-legal"] { margin-right: 0px; }
    .footerNiveau1.col-md-12 div.col-md-4 { text-align:center; }
    .col-sm-3.inscription_legende, .col-sm-2.inscription_legende { width: auto; margin-top: 20px; margin-bottom:10px; }
    .device-sm .col-sm-3.inscription_legende, .device-sm .col-sm-2.inscription_legende { width: 24%; }
    .inscription_etape { width:100%; }
    textarea { width:100%; }
    input [type="radio"] { width:14px!important; }
    input[type=text] { width:100%; }
    input[type="email"] { width:100%; }
    input[name="montant"][type="text"] { width:90%; }
    .paiement select { width: 100%; }
    #top-search a { right: 60px; }
}
@media (max-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: 630px !important; }
    .ordre_false.product, .pageOrdre .ordre_false.product { height: 590px !important; }
    .header3 #top-search a, .header3 #top-cart, .header3 #side-panel-trigger { position: absolute; top: -89px; }
    #top-search form { top: 15px; }
    #primary-menu ul ul a { font-size: 14px !important; }
    #top-cart .top-cart-content { top: 60px; }
    img.footer-logo { width:180px; height:auto; margin-top: 14px; }
}
@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: 590px !important; }
}
@media all and (min-width: 1200px) {
    .ordre_true.product, .pageOrdre .ordre_true.product { height: 650px !important; }
    .ordre_false.product, .pageOrdre .ordre_false.product { height:620px !important; }
    #top-search form { top: 11px; }
}
@media (max-width: 767px) {
    .ordre_false.product, .pageOrdre .ordre_false.product { height: 590px !important; }
    .col_half { width:100%; float:left; }
    img.logo_footer { width: 130px; height: auto; display: inline; padding-bottom: 30px; margin-top:10px; }
    #top-cart a { top: 33px; }
}
@media (max-width: 479px) {
    #top-search a { right: 43px; }
}
@media (max-width: 480px) {
    #top-cart { display: block; right: 16px; }
    .style-2 .container #top-cart .top-cart-content { top: 29px; }
    .layoutsExemple .entry-image.no_couv.couverture_catalogue { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 357px !important; height: 450px !important; border-radius: 3px; margin-left: 0px; border: 1px solid #ccc; }
    .entry-image.widget_no_couv { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 357px !important; height: 450px !important; border-radius: 3px; margin-left: 0px; border: 1px solid #ccc; }
    .entry-image.no_couv { background-image: url("https://artefact-encheres.com/uploads/Image/img_site/picto_no_couv.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 357px !important; height: 450px !important; border-radius: 3px; margin-left: 0px; border: 1px solid #ccc; }
    #top-cart { margin: 39px 0 0 15px; top: -33px; }
}

/*------------------- ventes spécifiques -------------------*/

.col-md-10 { width: auto; }
.pageOrdre .ordre_true.product { width: 100%; height: 630px !important; }
.Vente146005 .nom_vente, .Vente128976 .nom_vente, .Vente133243 .nom_vente, .Vente128774 .nom_vente, .Vente121064 .nom_vente, .Vente117151 .nom_vente, .Vente113854 .nom_vente { display:none; }
.Vente146005 .couverture_catalogue, .Vente128976 .couverture_catalogue, .Vente133243 .couverture_catalogue, .Vente128774 .couverture_catalogue, .Vente121064 .couverture_catalogue, .Vente117151 .couverture_catalogue, .Vente113854 .couverture_catalogue { display:none; }
.Vente146005 .entry-title h2 a, .Vente146005 .entry-title h2 a:visited, .Vente128976 .entry-title h2 a, .Vente128976 .entry-title h2 a:visited, .Vente133243 .entry-title h2 a, .Vente133243 .entry-title h2 a:visited, .Vente128774 .entry-title h2 a, .Vente128774 .entry-title h2 a:visited, .Vente121064 .entry-title h2 a, .Vente121064 .entry-title h2 a:visited, .Vente117151 .entry-title h2 a, .Vente117151 .entry-title h2 a:visited, .Vente113854 .entry-title h2 a, .Vente113854 .entry-title h2 a:visited { display:none; }
.Vente146005 .lien_couverture_image, .Vente128976 .lien_couverture_image, .Vente133243 .lien_couverture_image, .Vente128774 .lien_couverture_image, .Vente121064 .lien_couverture_image, .Vente117151 .lien_couverture_image, .Vente113854 .lien_couverture_image { display: none; }