
.loupe {display: none;}


.hero-image {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    min-height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -41px;
}

@media (max-width: 768px) {
    .hero-image {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        min-height: 50vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
color: white;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
    }
}


.hero-subtitle {
  font-size: 1.8rem;
  margin-bottom: 40px;
color: white;
}

@media (max-width: 768px) {
    .hero-subtitle {
        font-size: 1rem;
    }
}


.hero-subtitle2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: white;
}

@media (max-width: 768px) {
    .hero-subtitle2 {
        font-size: 0.9rem;
    }
}



.hero-button {
  background-color: transparent !important;;
  border: 2px solid white;
  color: white !important;
  padding: 12px 30px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: white !important;
  color: black !important;
}

@media (max-width: 768px) {
    .hero-button {
        font-size: 0.9rem;
        padding: 4px 30px;
        color: white !important;
    }
}

.subtitle {
  font-size: 11px;
  color: #888888; /* gris */
  text-align: center;
  margin-top: 5px; /* petit espace au-dessus du texte */
}


/* Centrer les sous-titres */
.subtitle {
    text-align: center;
    font-weight: 500;
}


/* Filet noir de séparation */
.separator {
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 80px;
}

/* Boutons transparents avec contour noir et empilés */
.bouton-actus {
    display: block;           /* chaque bouton prend toute la ligne */
    width: max-content;       /* largeur minimale selon le texte */
    padding: 10px 20px;
    border: 1px solid #000;
    background: transparent;
    color: #000!important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;      /* espace entre les boutons */
    transition: all 0.3s ease;
}


/* Effet hover */
.bouton-actus:hover {
    background: #000;
    color: #fff !important;
}


/* Centrage des images et légendes uniquement pour le bloc .photo-centre */
.photo-centre figure {
    text-align: center;
    margin: 0 auto;
}

.photo-centre img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.photo-centre figcaption .subtitle {
    text-align: center;
}


/*----------------  #images -------------*/
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.text-center img {
  margin: 0 auto;
}

/*----------------  #titres -------------*/
.title-intro {
  font-size: 2.2em;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.title-rarete {
  font-size: 2em;
  color: #004080;
  margin-bottom: 15px;
}

.title-fascination {
  font-size: 2em;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.title-qualite {
  font-size: 2em;
  color: #800000;
  margin-bottom: 15px;
}

.title-expertise {
  font-size: 2em;
  color: #004080;
  margin-bottom: 15px;
}

.title-ventes {
  font-size: 2em;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.title-presse {
  font-size: 2em;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.title-contact {
  font-size: 1.6em;
  color: #004080;
  margin-bottom: 10px;
}


/*----------------  #sous-titres -------------*/
.subtitle-intro,
.subtitle-vente1,
.subtitle-vente2,
.subtitle-vente3 {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 15px;
  font-style: italic;
}

.subtitle-vente1,
.subtitle-vente2,
.subtitle-vente3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/*----------------  #paragraphes -------------*/
p {
  margin-bottom: 15px;
}

/*----------------  #listes -------------*/
ul {
  margin: 0 0 15px 20px;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

/*----------------  #espacement global -------------*/
.section {
  margin-bottom: 40px;
}

/*----------------  #alignements -------------*/
.row.align-center {
  align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.layoutsExemple .entry-image {
    width: 180px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.actualiteCol2 .entry-title {
    text-align: center;
    margin-bottom: 40px;
    display: none;
}

.carouselCouvCata, .calendrierVertical .cataPasDispo {
    overflow: hidden;
    max-height: 190px;
    float: left;
}

@media (min-width: 992px) {
.home_calendrier .bloc_vente_date {
font-size: 11px;
    }
}


@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
        margin-bottom: 30px;
    }
}

#primary-menu-trigger .icon-reorder {
    color: #6A070C;
}

/*---------------------------#Artistes---------------------------*/
.img_home-lettres { margin-bottom: 20px; }
.module_alphabet { padding: 20px; background-color: #f8f8f8; min-height: 160px; margin-top: 40px; margin-bottom: 40px; }
@media (min-width: 993px) { .section-alphabet-filter .tab-title li { font-size: 46px; line-height: 50px; } }
.section-alphabet-filter .tab-title li:not(:last-child) { margin-right: 30px; }
.section-alphabet-filter .tab-title { list-style: none !important; list-style-type: none !important; }
.tab-title li { list-style: none !important; }
.section-alphabet-filter li { margin-left: 2px; float: left; /*pour IE*/ }
a.triAnnee.annee1970, .tiret1970 { display: none; }
.ordre_false.product, .pageOrdre .ordre_false.product { height: 600px !important; width: 265px; }
#logo img { width: 260px; height: auto; }
#top-bar { position: relative; height: 45px; line-height: 44px; font-size: 13px; }
#top-social li { border-left: 0 !important; }
.si-share { display: none; }

/*---------------------------#Top social----------------------------*/
#top-social li .ts-icon { text-align: center; font-size: 12px; margin-top: 6px; color: #222; }
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text { width: 30px; height: 30px; margin-right: 5px; line-height: 30px; color: #222; }

/*---------------------------#Bouton newsletter home----------------------------*/
a.bouton-newsletter-home { font-family: 'Playfair Display';  text-transform: uppercase; background-color: #5a5a5a; color: #fff !important; border: 1px solid #5a5a5a; padding: 8px 20px; border-radius: 2px; transition: background-color 0.3s; font-size: 1em; font-weight: 600; display: inline-block; letter-spacing: 1px; }
.bouton-newsletter-home:hover { background-color: #fff; color: #666 !important; font-family: 'Playfair Display';  border: 1px solid #5a5a5a; letter-spacing: 1px; }

/*---------------------------#Icones social et survol----------------------------*/
.si-email3:hover, .si-linkedin:hover, .si-instagram:hover, .si-youtube:hover, .si-facebook:hover, .si-colored.si-email3, .si-colored.si-linkedin, .si-colored.si-instagram, .si-colored.si-youtube, .si-colored.si-facebook { background-color: #fff !important; }
.ts-text, #top-social li .ts-text { display: none; }
#top-social li a:hover { color: #444 !important; text-shadow: none; width: 30px !important; height: 30px; border-radius: 4px; }
#top-social li .ts-icon { text-align: center; font-size: 14px; border-radius: 4px; }
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text { width: 30px; height: 30px; margin-right: 5px; line-height: 30px; color: #222; }
.module_ventes { display: none; }
.owl-dots { display: none !important; }

/*----------------page equipe--------------*/
.page_equipe { font-family: Inter; }
.team-member.col-md-3 img { }
.team-member .social-icon.si-small { color: #444; }
.device-lg .team-member.col-md-3 img { height: auto; width: 100%; }
.device-md .team-member.col-md-3 img { height: auto; width: 100%; }
.fond_bloc { background-color: #ebecec; padding: 20px; text-align: center; margin: 10px; border-radius: 20px; width: 31%; font-family: Inter; }
.team-member .name { color: #000; margin: 0; text-transform: initial; font-family: 'Inter'; }
.team-member .job-title { color: #000; display: block; font-style: normal; margin: 6px 0 10px; font-size: 12px; letter-spacing: 0; }
.team-member { border-bottom: 1px solid #fff; color: #000; margin-bottom: 50px; text-align: left; }
.bloc_emploi .col-md-4 { width: 31%; font-family: 'Inter'; }
.team-member .content { padding: 15px; height: 170px; background-color: #ebecec; font-family: Inter; }
.teamFunction { text-transform: uppercase; font-size: 15px; margin-top: 10px; border-bottom: 0px solid #fff; margin-bottom: 15px; margin-left: 15px; color: #000; float: left; width: 100%; font-weight: 600; font-family: Inter; min-height: 25px; }
.team-member > a { display: block; margin: 0px; }
.widgetbouton.rdv .btn-equipe { color: #fff !important; background-color: #b00404; border-color: #b00404; font-size: 16px; border-radius: 20px; padding: 2px 12px; }
.btn-equipe { color: #fff !important; background-color: #b00404; border-color: #b00404; font-size: 16px; border-radius: 20px; padding: 2px 12px; display: block; margin-top: 20px; }
h4.name { font-size: 12px; }
a.lien_inclure { display: none; }
.more-link { padding-top: 10px; font-family: 'Inter'; }
.languegb img, .languefr img { display: none; }
.languegb::after { content: "EN"; font-family: 'Playfair Display'; font-weight: bold; }
.languefr::after { content: "FR"; font-family: 'Playfair Display'; font-weight: bold; }

/*----------------#Titres-------------*/
.titre_page { color: #666 !important; text-transform: none; font-size: 34px; letter-spacing: 1px; background-color: #fff; margin-top: 50px; }
.actualite_titre { font-size: 20px; color: #444; font-weight: bold; text-transform: uppercase; padding: 10px 0; line-height: 25px; }
.actualiteCol2 .entry-title { text-align: center; margin-bottom: 40px; }

/*---------------bug formulaire----------------*/
.productLive { border-radius: 5px; border: 1px solid #c00935; color: #c00935; background: #fff; padding: 10px; line-height: 15px; float: left; text-align: center; margin-top: 10px; }
.productOnline, .productOnlineResult { clear: both; }
#etape2 > div:nth-child(2) > div:nth-child(1) > input:nth-child(1) { margin-left: -15px; }
.device-xxs #form_inscription .row { padding-left: 20px; }
.layoutsPage { min-height: 800px !important; }
.droite_catalogue img { max-width: 120px; height: auto; }
.grid { clear: both; }
#mapDiv { width: 100%; float: left; }

.NoPadding, .nopadding, .noPadding { padding: 0 !important; }
.lot_recherche .lotnum { font-size: 16px; }
.carreSpecialites.col-md-4 div { display: none; }

/*--------------Header----------------*/
.flags img { opacity: 0.5; height: 26px !important; }
.flags a:hover img { opacity: 1; height: 26px; }

/*----------------footer--------------*/
.social-icon.si-small { color: #fff; }
#gotoTop { background-color: #444; }
#gotoTop:hover { background-color: #333; }
.ville { font-weight: bold; padding: 4px; border-bottom: 1px solid #fff; margin-bottom: 6px; }
#footer hr { text-align: left; clear: both; width: 100%; border-top: 1px solid #777; }
img.visupied { width: auto; height: 32px; float: left; padding-right: 26px; }
img.visupied2 { width: auto; height: 32px; float: left; padding-right: 26px; }
.device-md img.visupied, .device-md img.visupied2 { padding-right: 12px; }

/*---------------------------#Menu burger mobile----------------------------*/
#primary-menu-trigger, #page-submenu-trigger { font-size: 18px; padding-left: 20px; top: 112%; margin-top: 0; width: 30px; height: 30px; line-height: 26px; text-align: center; }

/*---------------menu-----------------*/
#primary-menu.style-2 > div > ul > li > a i { line-height: 1; }
nav {letter-spacing: 2px; }
#primary-menu ul li a {}
#primary-menu { }
.device-md #primary-menu ul li a { padding-left: 14px; padding-top: 0px; padding-right: 14px; padding-bottom: 0px; font-size: 11px;}
#primary-menu.style-2 > div > ul { float: left;}
#primary-menu > ul > li:hover a, #primary-menu > ul > li.current a { color: #444 !important; background-color: #fff; letter-spacing: 2px; }
#primary-menu > div > ul > li:hover a, #primary-menu > div > ul > li.current a { color: #000; background-color: #fff; }
.icon-line2-home a:hover { color: #000; }
#primary-menu .container #top-search form input { color: #444 !important; font-size: 12px; }
#primary-menu-trigger { background-color: transparent !important; }
#top-cart a { height: 21px; float: left !important; width: 100%;}
.product-desc { font-size: 12px; }
.btn-primary { color: #fff; background-color: #000; border-color: #000; }
#searchFiltre input.btRecherche { margin-bottom: 20px; }
#searchFiltre { background-color: #f8f8f8; }
.button { background-color: #000; color: #fff; border-color: #000; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #444; border-color: #444; }
#searchFiltre input.btRecherche:hover { width: 100%; padding: 6px 10px; background-color: #444; color: #fff; border: 1px solid #444; border-radius: 0 4px 4px 0; }

/*----------------#Home calendrier - et encarts-------------*/
.titre_home, .titre_home a, .titre_home a:visited { color: #666 !important; text-transform: none; font-size: 24px !important; letter-spacing: 1px; background-color: #fff; margin-top: 50px; }
.fond_home { color: #ebecec; }
.home_calendrier { padding: 20px; }
.device-sm .home_calendrier .owl-carousel .owl-stage-outer { height: 510px; }
.home_calendrier .entry-image img { border-radius: 0px; }
.home_calendrier .calendrierVertical .entry-title h2 { letter-spacing: 1px; font-size: 12px !important; text-transform: uppercase; overflow: hidden; clear: both; margin-bottom: 4px; }
.home_calendrier .owl-item { padding-right: 16px; }
.home_calendrier .owl-carousel .owl-item img { border: 1px solid #f8f8f8; }
.btcalendrier { font-size: 15px !important; padding-bottom: 20px; text-align: center; }
.btcalendrier .btn.ghost, .btcalendrier .btn.ghost a:link, .btcalendrier .btn.ghost a:visited { font-size: 15px !important; color: #2b2b2b; }
.btcalendrier .btn.ghost a:hover { font-size: 15px !important; color: #fff !important; }
.owl-carousel .owl-item .linkExtern img { clear: both; float: left; }
.home_calendrier.oc-catalogue .owl-carousel .owl-item { height: 210px; }
.device-xxs .home_calendrier .owl-carousel .owl-item img { height: auto; overflow: visible; }
.couverture_catalogue img { border: none; border-radius: 0px; }
.home_calendrier .verticalImage { width: 100%; padding: 0px; box-shadow: 1px 1px 12px #aaa; margin-bottom: 15px; overflow: hidden; }
.home_calendrier.verticalImage.couverture_catalogue { width: 100%; padding: 0; margin-bottom: 14px; }
.home_calendrier.verticalImage.couverture_catalogue a:hover { opacity: 0.75; }
.home_calendrier .owl-theme .owl-controls { text-align: center; margin-bottom: 20px; }
.home_calendrier .owl-theme .owl-dots .owl-dot.active span { background-color: #333; }
.lotPhareResult { color: #000; font-weight: bold; padding-top: 6px; }
.home_calendrier .bloc_vente_date { font-size: 13px; color: #333; font-weight: normal !important; margin-bottom: 2px; font-style: italic; }

.home_calendrier .calendrierVertical .entry-title h2, .home_calendrier .calendrierVertical .entry-title h2 a { font-size: 15px !important; line-height: 1.3 !important; font-weight: bold !important; text-transform: none !important; color: #333; }
.device-xxs .home_calendrier .owl-theme .owl-dots .owl-dot { margin-top: 6px; }
.device-xxs .home_calendrier .owl-theme .owl-dots .owl-dot span { width: 6px; height: 6px; }
.home_actualite, .encart_events { padding: 0px 0px 30px 0px; }
.device-sm .home_actualite, .device-sm .encart_events { padding: 0px 20% 30px 20%; }
.home_calendrier .bloc_vente_lieu { color: #333333; font-style: normal; margin-top: 6px; font-size: 14px; font-weight: 500; line-height: 1.3; clear: both; }
.home_calendrier .no-js .owl-carousel { margin-bottom: 20px !important; }
.calendrierVertical .item .verticalImage img { transform: none; transform-origin: 0 0; transition: none; }
.calendrierVertical .item:hover .verticalImage img { transform: none; transform-origin: 0 0; filter: grayscale(1); }
.module_ventes { margin-top: 50px; margin-bottom: 50px; float: left; }
.margebas { margin-bottom: 50px; }
.bloc_pictos_home1 { border-radius: 7px; border: 2px solid #555; padding: 6px; min-height: 78px; float: left; }
.bloc_pictos_home2 { border-radius: 7px; border: 2px solid #555; padding: 6px; min-height: 78px; float: left; }
.device-md .bloc_pictos_home1, .device-md .bloc_pictos_home2 { padding: 5px; min-height: 63px; }
.device-xxs .bloc_pictos_home1, .device-xs .bloc_pictos_home1, .device-xxs .bloc_pictos_home2, .device-xs .bloc_pictos_home2 { min-height: 70px; float: left; width: 100%; margin-bottom: 30px; text-align: center; }
.device-sm .bloc_pictos_home1, .device-sm .bloc_pictos_home2 { min-height: 70px; float: left; width: 100%; margin-bottom: 30px; text-align: center; }
.bloc_pictos_home1 img { width: auto; height: 60px; }
.bloc_pictos_home2 img { width: auto; height: 60px; }
.device-md .bloc_pictos_home1 img { width: auto; height: 50px; }
.device-md .bloc_pictos_home2 img { width: auto; height: 50px; }
.titre_module { text-align: center; font-size: 18px; color: #666; }
.device-md .titre_module { font-size: 15px; }
.device-xs .col-md-3.pictoestim, .device-xxs .col-md-3.pictoestim { float: left; }
.device-xxs .col-md-9.titre, .device-xs .col-md-9.titre { float: left; }
.device-sm .col-md-3.pictoestim { float: left; }
.device-sm .col-md-9.titre { float: left; }
.module_ventes .col-md-3 img { text-align: center; border: 1px solid #888; margin-bottom: 30px; }
.pictohomeventes { padding: 20px; border: 1px solid #666; color: #666; display: inline-block; text-align: center; font-size: 18px; letter-spacing: 1px; margin-bottom: 20px; }
.device-lg .pictohomeventes { width: 262px; }
.device-md .pictohomeventes { width: 220px; font-size: 16px; }
.device-sm .pictohomeventes { width: 181px; font-size: 12px; }
.device-xs .pictohomeventes { width: 100%; }
.device-xxs .pictohomeventes { width: 100%; margin-bottom: 20px; }
.device-sm .module_ventes .col-md-3 { float: left; width: 25%; }
img.ventesimg { margin-bottom: 20px; }
.device-sm img.ventesimg { margin-bottom: 30px; }
.device-xxs img.ventesimg { margin-bottom: 30px; }
.device-xs img.ventesimg { margin-bottom: 30px; }
.home_actualite .entry.clearfix.actualite { float: left; width: 33%; min-height: 420px; }
.device-lg .home_actualite .entry.clearfix.actualite .entry-image { width: 100%; clear: both; max-height: 236px; min-height: 236px; overflow: hidden; }
.device-md .home_actualite .entry.clearfix.actualite .entry-image { width: 100%; clear: both; max-height: 193px; min-height: 193px; overflow: hidden; }
.home_actualite .actualite .entry-c { position: relative; overflow: hidden; float: left; }
.home_actualite .entry.clearfix.actualite .entry-title h2 { text-transform: none !important; font-size: 15px; }
.home_actualite .texte_actualite { font-size: 14px; line-height: 1.3; color: #777; }
.home_actualite div.entry:nth-child(1) { padding-right: 25px; }
.home_actualite div.entry:nth-child(2) { padding-right: 25px; }
.home_actualite div.entry:nth-child(3) { padding-right: 0px; }
.device-xxs .home_actualite .entry.clearfix.actualite, .device-xs .home_actualite .entry.clearfix.actualite, .device-sm .home_actualite .entry.clearfix.actualite { float: left; width: 100%; margin-bottom: 30px; }
.device-sm .entry.clearfix.actualite .entry-image, .device-xxs .entry.clearfix.actualite .entry-image, .device-xs .entry.clearfix.actualite .entry-image { margin-right: 0px; width: 100%; height: auto; padding-right: 0px; }

/*---------------------------#OSENAT----------------------------*/
.encart_titre { font-size: 17px; float: left; margin-top: 10px; margin-bottom: 4px; width: 100%; }
.encart_texte { font-size: 13px; line-height: 15px; float: left; width: 100%; }
.encartIcones .col-md-4 { width: 20.333333% !important; }
.separation_accueil { border-bottom: 1px solid #000; margin: 21px 0 10px 0; width: 100%; float: left; }
.nom_specialiste {  font-size: 15px; line-height: 16px; padding: 0 0 5px; text-transform: uppercase; }
.titre_expert { width: 100%; clear: both; text-transform: uppercase; border-bottom: 1px solid #ccc; padding: 10px 0 5px 15px; font-size: 16px; margin-bottom: 15px; }
.separationSpecialiste { margin-bottom: 15px; float: left; width: 100%; }
.layoutsExemple.col-md-4.noPaddingRight .WidgetTitle.titre_accueil { margin-bottom: 10px; }

/*----------------DEPARTEMENT--------------*/
.oc-lot h5 { float: left; height: 30px; width: 100%; line-height: 16px; margin-bottom: 5px; max-height: 30px; overflow: hidden; }
.verticalCarouselContent h5 { height: 30px; line-height: 16px; color: #000; max-height: 30px; overflow: hidden; }
.CarouselDescription { margin-bottom: 15px; max-height: 33px; overflow: hidden; letter-spacing: 1px; }
.carrousel_auto .imglot218x180b { height: 130px; margin: 0 auto 10px auto; }
.carrousel_auto .imglot218x180b img { height: 120px; margin: 0 auto 10px auto; }
.belles_encheres_home .no-js .owl-carousel { margin-bottom: 50px; }
.CarouselResultat { color: #444; margin-top: 4px; text-transform: none; font-weight: bold; }
.owl-theme .owl-dots .owl-dot.active span { background-color: #444; }
.owl-nav:hover { background-color: #fff; }

/*----------------#Carrousel home-resultats-------------*/
.belles_encheres_home { text-align: center; padding: 0px; margin-top: 0px; }
.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; }
.belles_encheres_home .CarouselResultat { color: #444; margin-top: 4px; text-transform: none; font-weight: bold; text-align: center; }
.belles_encheres_home .contentCarouselLot .imglot218x180b { height: 145px; margin: 0 auto 10px auto; }
.belles_encheres_home .oc-lot h5 { float: left; height: 30px; width: 100%; line-height: 16px; margin-bottom: 5px; max-height: 30px !important; overflow: hidden !important; }
.oc-lot h5 { float: left; height: 30px; width: 100%; line-height: 16px; margin-bottom: 5px; max-height: 30px; overflow: hidden; }

/*----------------ACCUEIL--------------*/
.titre_accueil { cursor: default; color: #FFFFFF; font-size: 13px; padding: 10px 6px; text-transform: uppercase; background: #444; float: left; width: 100%; margin-bottom: 20px; margin-top: 30px; font-weight: normal; text-align: center; }
.titre_accueil1 { cursor: default; color: #FFFFFF; font-size: 13px; padding: 10px 6px; text-transform: uppercase; background: #444; float: left; width: 100%; margin-bottom: 20px; margin-top: 30px; font-weight: normal; text-align: center; }
.titre_accueil2 { cursor: default; color: #FFFFFF; font-size: 13px; padding: 10px 6px; text-transform: uppercase; background: #444; float: left; width: 100%; margin-bottom: 0px; margin-top: 30px; font-weight: normal; text-align: center; }
.device-xxs .titre_accueil1 { display: none; }
.entry-title { font-size: 14px; line-height: 17px; padding-bottom: 5px; text-transform: uppercase; font-weight: normal; padding-top: 5px; }
.page_calendrier .entry.clearfix.actualite h2 { font-size: 12px; line-height: 16px; padding-bottom: 5px; text-transform: uppercase; font-weight: normal !important; float: left; width: 100%; }
.encartIcones { float: left; width: 100%; }
.encartIcones .col-md-4 { float: left; }
.encartIcones .col-md-8 { float: left; }
.device-xxs .encartIcones .col-md-8 { width: 70%; }

/*----------------calendrier-------------*/
.triAnnee { background-color: #444; border-radius: 4px; color: #fff !important; padding: 2px 5px; }
.triAnnee:hover { background-color: #888; border-radius: 4px; color: #fff !important; padding: 2px 5px; }
.calendrier_annees { margin-bottom: 50px; line-height: 2em; }
.product-description h2 { text-transform: none; }
.bloc_vente_lieu { color: #333333; font-style: italic; margin-top: 4px; font-size: 14px; }
.couverture_catalogue img { width: 100%; }
@media (min-width: 1200px) { .liste-vente .entry { width: 50%; float: left; } }
@media (min-width: 768px) and (max-width: 1199px) { .liste-vente .entry-image { width: 30% !important; } }
.liste-vente .entry { margin-bottom: 50px; border-bottom: 1px solid #eee; background-color: #fff; padding-bottom: 40px; }
.liste-vente .entry-image { width: 40% !important; }
.page_calendrier .calendrier .entry-c { width: 60%; }
.device-xxs .liste-vente .entry-image { width: 100% !important; }
.device-md .liste-vente .entry { width: 50%; float: left; }
.device-sm .liste-vente .entry { width: 50%; float: left; }
.device-xs .liste-vente .entry { width: 100%; float: left; }
.device-xs .page_calendrier .calendrier .entry-c { width: 100%; }
.device-xs .liste-vente .entry-image { width: 100% !important; }
.device-xxs .page_calendrier .calendrier .entry-c { width: 100%; }

/*----------------Article-catalogue--------------*/
.modal-content .actualiteCol2.col-md-8 { line-height: 22px; padding: 24px; }
.modal-content .actualite { padding: 20px; }
.modal-content .actualite .entry-image, .modal-content .actualite .entry-image > a, .modal-content .actualite .entry-image .slide a, .modal-content .actualite .entry-image img { width: auto; height: auto; }
.modal-content .actualite .entry-c .texte_actualite { font-size: 12px; line-height: 16px; float: left; width: 100%; padding-bottom: 20px; }
.actualiteCol2.col-md-8 iframe { border: none !important; width: 100%; }
.actualiteCol1, .actualiteCol2 { margin-top: 20px; width: 100%; }
.layoutsExemple .actualiteCol1 .entry-image { display: none; }
.actualiteCol1, .actualiteCol2 .entry-title h2 { font-size: 30px; line-height: 55px; }
.jq-icon-info { background-color: #c60932 !important; color: #fff; border-color: #c60932 !important; }
.product-image { position: relative; width: 100%; height: 300px !important; overflow: hidden; }
.product-description h4 { font-size: 12px; line-height: 1.3; color: #000;  }
.product-title h3, .product-title h3 a, .product-title h3 a:visited, .product-title h3 a:hover { font-size: 16px;}
.bloc_vente_date { font-size: 15px; }

/*----------------Widgets--------------*/
.WidgetTab .tab-content { padding: 5px 10px 10px 15px; }
.WidgetVente .bloc_vente_lieu, .WidgetVente .bloc_mois_date { padding-left: 20px; }
.WidgetVente .entry { position: relative; margin: 10px 0 0; padding: 0 0 0px; border-bottom: 1px solid #000; }
.WidgetVente .entry-image { margin-bottom: 10px; }
.salePhareTitle { padding-top: 5px; font-size: 14px; font-weight: normal; line-height: 17px; padding-bottom: 5px; text-transform: uppercase; margin-left: 5px; float: left; margin-right: 5px; width: 100%; }
.salePhareDate { margin-left: 5px; text-transform: lowercase; }
.WidgetAccueil.degrade { margin-top: 0px; padding-bottom: 10px; padding: 10px; }
.WidgetAccueil.degrade.amadeus { padding-bottom: 0px; }
.WidgetVente .bloc_vente_date { font-size: 12px; }
.WidgetVente .col-md-9.entry-c { padding-right: 0; padding-left: 0; }
.WidgetTab ul.tab-nav:not(.tab-nav-lg) li a { cursor: default; color: #fff; font-size: 13px; padding: 1px 4px; text-transform: uppercase; background: #444; }
.WidgetTab ul.tab-nav.tab-nav2 li { border: 0; margin-left: 2px; }
.WidgetTab ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active.ui-state-active a { color: #000; background: #fff; }
.salePhareImage img { margin-bottom: 10px; }
.cal1 .col-md-8 .entry-image { margin-right: 0px; }
.entry.clearfix.actualite .entry-image { margin-right: 30px; }
.pagination .currentStep { background: #444; color: #fff; padding: 8px 12px; margin: 0 2px; }
.fiche_lot_num { font-size: 35px; color: #444; font-weight: bold; float: left; }
.entry-image img { border-radius: 0px; }
.date_vente { color: #444; }
.lotnum { color: #444; font-size: 25px; }
.widget_services { padding-top: 20px; }
.widget_services .encart_logo img { width: 50px; height: auto; padding-top: 10px; }
.widget_services.ventesfutures { padding-top: 100px; }
.jq-icon-info { background-color: #444 !important; color: #fff; border-color: #444 !important; }

/*----------------page specialite--------------*/
.device-xxs .carreSpecialites.col-md-4 { height: 350px; float: left; }

/*----------------CGU - legal--------------*/
.calLegende { background-color: #f1f1f1; padding: 20px; width: 100% !important; text-align: center; margin-bottom: 40px; }
.page_statique { text-align: justify; }
.page_statique h2 { clear: both; padding: 30px 0px 0px 0px; font-size: 20px; }
.page_statique h3 { padding: 20px 0px 0px 10px; font-size: 16px; font-style: italic; }
.page_statique h4 { padding: 20px 0px 0px 10px; font-size: 14px; }
.row.inscription_etape_un, .row.inscription_etape_deux, .row.inscription_etape_trois { border-bottom: 1px solid #fff; margin-bottom: 15px !important; }
button .bt_valider_ordre input, #estim .btn.btn-default, .fond_estimation .btn.btn-default.nb, .formEnvoyer input { background: #000; color: #fff; padding: 10px 15px; border: 1px solid #000; border-radius: 2px; margin-top: 10px; width: auto; }
.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer:hover input { background: #444; color: #fff; border: 1px solid #444; }

@media (max-width: 480px) { .carreSpecialites.col-md-4 { height: 290px; } }

@media (max-width: 767px) {
  .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%; }
  .carreSpecialites.col-md-4 { height: 350px; }
  .actualiteCol1, .actualiteCol2 .entry-title h2 { font-size: 22px !important; line-height: 30px; }
  .module_ventes { text-align: center; width: 100%; }
}

@media (max-width: 991px) {
  .button, .button.button-large { font-size: 12px; }
  .tp-caption { display: none; }
  .actualiteCol1, .actualiteCol2 .entry-title h2 { font-size: 22px; line-height: 30px; }
  #logo { text-align: center; }
  .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 12px; line-height: 15px; }
  .col-md-5.piedcommentaire { width: 100%; float: left; margin-bottom: 30px; }
  .piedimg, .piedtxt { float: left; margin-left: 20px; }
  .device-sm .piedimg, .piedtxt { float: left; margin-left: 0px; }
  .device-sm .col-md-5.piedcommentaire { width: 50%; float: left; margin-bottom: 30px; }
  .home_actualite .entry.clearfix.actualite .entry-title h2 { font-size: 13px; line-height: 1.3 !important; }
  .home_calendrier .calendrierVertical .entry-title h2, .home_calendrier .calendrierVertical .entry-title h2 a { font-size: 13px !important; line-height: 1.3 !important; }
  img.visupied { width: auto; height: 26px; float: left; padding-right: 26px; }
  .bloc_pictos_home1 img, .bloc_pictos_home2 img { width: auto; height: 50px; }
  #primary-menu ul li { padding-left: 20px !important; }
  .fond_bloc { width: 100%; }
}

@media (min-width: 992px) {
    .col-md-10 { width: 80%; }
 }

@media (max-width: 767px) {
  .carouselCouvCata, .calendrierVertical .cataPasDispo { max-height: none; float: left; }
  img.visupied { width: auto; height: 26px; float: left; padding-right: 26px; }
  .bloc_pictos_home1 img, .bloc_pictos_home2 img { width: auto; height: 50px; }
}

@media (min-width: 992px) { .team-member.col-md-2 { width: 16%; } }

#copyrights { line-height: 2.2;}

/*----------------ventes cachees--------------*/
.Vente107499.Etude167.Etude2 .nom_vente { }
.Etude167.Etude2 .bloc_vente_lieu { color: #666 !important; }
.Etude104.Etude167 .bloc_vente_lieu { color: #666 !important; }
.vente117193 .tel_panel, .vente117193 .ordre_panel { display: none; }
.Vente117193 .droite_catalogue.ordre { display: none; }
.Vente117193 .fiche_ordre_achat { display: none; }
.vente122871 .tel_panel, .vente122871 .ordre_panel { display: none; }
.Vente122871 .droite_catalogue.ordre { display: none; }
.Vente122871 .fiche_ordre_achat { display: none; }