 /*------------------- slider revolution -------------------*/
.ordre_false.product, .pageOrdre .ordre_false.product { height: 620px !important; }
.product-image {height: 300px; }


.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: 0px; font-size: 20px !important; font-family: Montserrat !important; line-height: 1em !important; }
.tp-caption { margin-bottom: 0; font-size: 14px; font-family: Montserrat; }
@media screen and (max-width: 768px) { .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: 0px; font-family: Montserrat !important; font-size: 9px !important; line-height: 1em !important; } }


/* ==========================================================================
   Grille des Spécialités (Correction et Optimisation)
   ========================================================================== */

/* 1. Le conteneur global d'une spécialité (la "carte") */
.carreSpecialites {
    background-color: #ffffff; /* Fond blanc */
    border: 1px solid #e2e8f0; /* Bordure fine et moderne */
    border-radius: 8px;        /* Coins arrondis */
    margin-bottom: 30px;       /* Espace sous chaque bloc */
    overflow: hidden;          /* Empêche le contenu de dépasser des coins arrondis */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Animation fluide au survol */
}

/* Effet interactif au survol de la carte */
.carreSpecialites:hover {
    transform: translateY(-4px); /* Soulève légèrement la carte */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Ombre plus prononcée */
}

/* 2. Le conteneur de l'image (crée un cadre de proportion fixe) */
.image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    /* Ratio d'aspect de l'image :
       - Pour un format paysage (3:2), utilisez : padding-bottom: 66.67%;
       - Pour un carré parfait (1:1), utilisez : padding-bottom: 100%;
       - Pour un format cinéma (16:9), utilisez : padding-bottom: 56.25%; */
    padding-bottom: 66.67%; 
    overflow: hidden;
    background-color: #f7fafc; /* Fond gris clair pendant le chargement */
}

/* Force le lien <a> à occuper tout l'espace du cadre */
.image-wrapper .specialite-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* 3. L'image (Correction du problème d'affichage) */
.image-wrapper img.img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    
    /* OPTIONS D'AFFICHAGE (Choisissez celle qui vous convient) :
       - "cover"   : Rplit tout le cadre de manière homogène (l'image peut être légèrement rognée sur les bords mais ne sera jamais déformée).
       - "contain" : L'image est entièrement visible (pas de coupe), mais des bandes blanches apparaîtront sur les côtés si ses proportions diffèrent du cadre. */
    object-fit: cover; 
    
    object-position: center; /* Centre l'image verticalement et horizontalement */
    transition: transform 0.3s ease; /* Prépare l'effet de zoom */
}

/* Effet de léger zoom sur l'image au survol de la carte */
.carreSpecialites:hover .image-wrapper img.img-responsive {
    transform: scale(1.05);
}

/* 4. Le bloc contenant le titre */
.titrespecialites {
    padding: 16px;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #edf2f7; /* Ligne de séparation subtile */
}

.titrespecialites .specialite-link {
    text-decoration: none;
    color: #2d3748; /* Couleur du texte (sombre) */
    font-weight: 600; /* Texte en demi-gras */
    font-size: 16px;
    display: block;
    transition: color 0.2s ease;
}

/* Couleur du texte au survol */
.carreSpecialites:hover .titrespecialites .specialite-link {
    color: #3182ce; /* Bleu au survol (ajustez selon votre charte graphique) */
}

/*-------------------burger-------------------*/
@media (max-width: 991px) {
    body:not(.top-search-open) #primary-menu-trigger {
        top: 100%;
    }
}

/*-------------------btn estimation-------------------*/
.btn-estimation {
  display: inline-block;
  background-color: #ff6f00;
  color: #ffffff !important;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
    margin-top: 30px;
    margin-bottom: 35px;
}

/* Effet au survol de la souris */
.btn-estimation:hover {
  background-color: #e05e00; /* Orange légèrement plus foncé */
}
/*-------------------logo-------------------*/

@media (max-width: 767px) { #logo img { width: 230px; margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 1199px) { #logo img { width: 250px !important; margin-bottom: 25px; } }
@media (min-width: 1200px) { #logo img { width: 280px !important; margin-bottom: 25px; } }

/*-------------------styles globaux configuration-------------------*/

*::-moz-selection { background: #2733B6 !important; color: #fff; text-shadow: none; }
*::selection { background: #2733B6 !important; color: #fff; text-shadow: none; }

/* Formulaires généraux */
input[type="radio"], input[type="checkbox"] { width: 14px; }
input[type="checkbox"] { transform: scale(1.5); }

/* Boutons globaux */
.button { background-color: #2733B6; color: #fff; border-color: #2733B6; }
.button.button-border:hover { background-color: #666; color: #FFF; }
.btn-primary { color: #fff; background-color: #2733B6; border-color: #2733B6; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #2733B6; border-color: #2733B6; }

/* Vidéo responsive */
.video-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.video-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; }

/*-------------------en-tête-------------------*/

/* Top Bar */
#top-bar a img { opacity: 0.5; height: 25px; }
#top-bar a:hover img { opacity: 1; }



/* Menu Principal (Primary Menu) */
#primary-menu > ul > li.current a { color: #ffffff !important; }
#primary-menu.style-2 > div > ul > li > a i { line-height: 33px; color: #fff; }
#primary-menu.style-2 > div > ul > li > a { height: 40px; line-height: 36px; color: #fff; }
#primary-menu ul li li a { padding-left: 10px; text-transform: none; }
#primary-menu-trigger .icon-reorder { color: #fff !important; }


/*-------------------structure du corps-------------------*/

/* Titres de sections */
.titre_accueil, .titre_page, .titre_page a { float: left; width: 100%; margin-top: 40px; padding: 6px 0 0 10px; background: transparent url("https://www.vasari-auction.com/uploads/Image/img_site/corner-haut.png") no-repeat scroll 0 4px !important; color: #292c4b; font-size: 22px; text-transform: uppercase; clear: both; }
.entry-title h2 { margin: 0; font-size: 13px; line-height: 1.5; letter-spacing: 1px; text-transform: uppercase; }
.entry-title h2, .entry-title h2 a, .entry-title h2 a:link { font-size: 14px; line-height: 1.2; text-transform: uppercase; color: #292c4b; }

/* Widgets */
.widgetDroit { margin-top: 30px; }
h2.WidgetTitle.titre_page { margin-bottom: 20px; }
.col-md-4 .WidgetTitle.titre_services, .col-md-4 .WidgetTitle.titre_encheres { text-align: center; }
.widgetbouton { float: left; width: 100%; text-align: center; margin-top: 105px; margin-bottom: 30px; }
.widgetbouton .btn-sm, .widgetbouton .btn-group-sm > .btn { padding: 2px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

/* Réseaux Sociaux Menus secondaires */
#social_menu { text-align: center; margin-top: 50px; }
#social_menu2 { margin-left: 7%; padding: 20px 0; }
.social_widget_home { max-height: 400px; }

/* Icones  Informations */
[class^="icon-legal"] { margin-right: 0; }
.jq-icon-info { background-color: #2733B6 !important; color: #fff; border-color: #2733B6 !important; }
.date_vente { text-transform: none; }

/*-------------------composants-------------------*/

.owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; margin-top: 15px; }
.owl-dots .owl-dot { display: none !important; }
.owl-dots .owl-dot.active, .owl-dots .owl-dot.active + .owl-dot, .owl-dots .owl-dot:has(+ .owl-dot.active) { display: inline-block !important; }
.owl-dots .owl-dot span { display: block; width: 6px; height: 6px; margin: 0 !important; background: #a8a8a8; border-radius: 50%; -webkit-transition: -webkit-transform 0.2s ease, background-color 0.2s ease; transition: transform 0.2s ease, background-color 0.2s ease; }
.owl-dots .owl-dot.active span { -webkit-transform: scale(1.3); transform: scale(1.3); }
.owl-theme .owl-dots .owl-dot.active span { background-color: #2733B6; }


.verticalCarouselContent { border: 1px solid #fff; margin-bottom: 0; padding: 10px; }

/*-------------------pages spécifiques  sections produits-------------------*/

.product-image.no_picture { background-image: url("https://www.vasari-auction.com/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; }
.productOnline, .productOnlineResult { clear: both; }


/* Détail Lot */
.fiche_titre_lot h1 { font-size: 14px !important; margin-bottom: 5px; clear: both; color: #2733B6; font-weight: bold; }
.lotnum { color: #2733B6; font-size: 25px; }
.lot_recherche .lotnum { font-size: 12px; }
.fiche_lot_num { font-size: 35px; color: #2733B6; font-weight: bold; float: left; }
.fiche_lot_resultat { color: #2733B6; }
.lieu_vente { color: #000; font-size: 16px; line-height: 17px; font-style: italic; margin-bottom: 10px; text-align: left; }
.sale-flash2 { background: #2733B6 none repeat scroll 0 0; border-radius: 2px; color: #ffffff; margin: 10px 0; padding: 5px; float: left; font-weight: bold; width: auto; clear: both; }

.triAnnee.annee { background-color: #fff !important; }
.triAnnee.annee1970 { display: none; background-color: #fff !important; }
.triAnnee { background-color: #2733B6; border-radius: 3px; color: #fff !important; padding: 0 5px; }
.triAnnee:hover { background-color: #666; border-radius: 3px; color: #fff !important; padding: 0 5px; }

.entry-image { margin-bottom: 20px; }
.layoutsExemple .entry-image { width: 170px; float: left; margin-right: 0; padding-right: 10px; }
.layoutsExemple .entry-image.no_couv.couverture_catalogue { background: #f8f8f8; }
.layoutsExemple .calendrier .entry-image.no_couv.couverture_catalogue { background-image: url("https://www.vasari-auction.com/uploads/Image/img_site/widget_catalogue_no_couv.png"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 130px !important; height: 160px !important; border-radius: 4px; margin-left: 14px; margin-right: 10px; border: 1px solid #ccc; }
.entry-image.widget_no_couv { background-image: url("https://www.vasari-auction.com/uploads/Image/img_site/widget_catalogue_no_couv.png"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; width: 150px !important; height: 190px !important; border-radius: 4px; margin-left: 0; }


.belles_encheres, .belles_encheres_home { text-align: center; margin-top: 20px; }
.CarouselResultat { color: #fff; margin-top: 4px; text-align: center; text-transform: none; font-weight: bold; clear: both; background-color: #2733B6; padding: 2px; border-radius: 2px; }
.belles_encheres_home .owl-carousel .owl-item img { margin: 0 auto; border-radius: 2px; height: 150px; }
.belles_encheres_home .imgphare { display: table-cell; height: 150px; margin-bottom: 14px; margin-right: 19px; overflow: hidden; text-align: center; vertical-align: middle; float: left; max-height: 150px; min-height: 150px; width: 100%; }
.imgphare img { padding-bottom: 10px; }
.belles_encheres_colonne { text-align: center; }
.col-md-4 .belles_encheres_colonne .verticalCarouselLot { padding: 10px; margin-bottom: 10px; }
.belles_encheres_colonne .CarouselResultat { color: #fff; background-color: #2733B6; border-radius: 3px; padding: 2px 0; }
.belles_encheres_specialites { text-align: center; padding: 0; margin-top: 30px; }
.belles_encheres_specialites .verticalCarouselLot { padding: 0; }
.belles_encheres_specialites .CarouselResultat { font-size: 10px; }

.page_actualite .actualite .entry-image { width: 130px; float: left; margin-right: 30px; }
.layoutsExemple .actualiteCol1 .entry-image { width: 350px !important; margin-right: 30px; }
.layoutsExemple .actualite .entry-image { width: 170px; float: left; margin-right: 0; padding-right: 20px; padding-left: 10px; }

.page_equipe h2 { font-size: 20px; }
.page_equipe img { margin-bottom: 16px; }
.expert { font-size: 14px; color: #292c4b; }
.filet { border-bottom: 2px solid #F5F5F5; clear: both; margin-bottom: 30px; margin-top: 30px; }

.titrespecialites { text-align: center; text-transform: uppercase; font-size: 12px; color: #292c4b; letter-spacing: 1px; opacity: 1; font-family: Montserrat; background-color: #fff; }

.page_statique h2 { clear: both; padding: 20px 0; margin-top: 40px; text-transform: uppercase; }
.page_statique h3 { padding: 20px 0 0 10px; font-size: 12px; font-style: italic; }
.page_statique h4 { padding: 20px 0 0 10px; font-size: 12px; }
.col-md-3.liens-articles { width: 24%; margin-bottom: 60px; text-align: center; }
.col-md-3.liens-articles a:hover { color: #2733B6; }
.liens-articles { margin-bottom: 20px; padding-right: 0; border-right: 1px solid #2733B6; float: left; }


.paiement { background-color: #f1f1f1; float: left; padding: 20px; margin-top: 30px; }
.paiement h3 { display: none; }
.paiement .formEnvoyer input, .basic.layoutsPage .formEnvoyer input { background: #2733B6; color: #fff; padding: 10px 15px; border: 1px solid #2733B6; border-radius: 2px; margin-top: 10px; }
.freeForm { padding: 20px; }

.formulaireContact .col-sm-2 { width: 17% !important; }
.fond_estimation { background-color: #f9f9f7; padding: 25px; border-radius: 4px; }
#estim { background: #f9f9f7; border: 1px solid #e5e0d5; border-radius: 8px; padding: 1.8rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.06); line-height: 1.65; color: #222; }


/*-------------------pied de page-------------------*/

.socialFooter { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
