/*------------------- bullets style insta -------------------*/
.owl-dots { display: flex; justify-content: 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; background: #a8a8a8; border-radius: 50%; transition: transform 0.2s ease, background-color 0.2s ease; margin: 0 !important; }
.owl-dots .owl-dot.active span { transform: scale(1.3); }

/*------------------- selection generale -------------------*/
*::-moz-selection { background: #ccc !important; color: #fff; text-shadow: none; }
.layoutsExemple .entry-image {
    width: 170px;
    float: left;
    margin-right: 0;
}

.ordre_false.product, .pageOrdre .ordre_false.product {
    height: 550px !important;
}

.couverture_catalogue img {
    width: 100%;
    border: 1px solid #888;
    border-radius: 2px;
    box-shadow: 3px 3px 6px #999999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.couverture_catalogue img:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 12px #777777;
    cursor: pointer;
}

/*------------------- formulaire estimation -------------------*/
#estim input[type="radio"] { width: 14px !important; }
@media (max-width: 767px) { #estim input[type="radio"] { width: 14px !important; } }
.formulaireContact .col-sm-2 { width: 17% !important; }
.fond_estimation { background-color: #f8f8f8; padding: 25px; border-radius: 4px; }
#estim { background: #f8f8f8; border: 1px solid #ccc; border-radius: 8px; padding: 1.8rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.06); line-height: 1.65; color: #333; }
input[type="checkbox"] { transform: scale(1.5); }
.device-xxs .calendrier .entry-c { width: auto; }
@media (max-width: 768px) { #estim input, #estim textarea { } }

/*------------------- general -------------------*/
.productOnline, .productOnlineResult { clear: both; }
.entry-title { margin-bottom: 15px; }
input[type="checkbox"] { transform: scale(1.5); }

/*------------------- images statiques -------------------*/
img.image_statique { padding: 20px; vertical-align: middle; width: 400px; height: auto; float: right; margin-top: 20px; }
img.image_statique2 { padding: 20px; vertical-align: middle; width: 280px; height: auto; float: right; margin-top: 0; }
img.nom_equipe { width: 300px; height: auto; padding-bottom: 20px; }
@media (max-width: 767px) { img.image_statique, img.image_statique2 { padding: 0; width: 100%; height: auto; float: right; margin: 30px 0; } }

/*------------------- image overlay vendre acheter -------------------*/
.image-overlay-container { position: relative; width: 100%; margin-bottom: 20px; overflow: hidden; border-radius: 4px; }
.image-overlay-container img { display: block; width: 100%; height: auto; transition: transform 0.5s ease; }
.overlay-link.full-link { display: block; position: relative; text-decoration: none; color: inherit; }
.text-overlay { position: absolute; inset: 0; display: grid; place-items: center; color: #ffffff; font-family: "Roboto Slab", serif; font-size: clamp(1.3rem, 4vw, 2.5rem); font-weight: 500; text-align: center; line-height: 1.1; text-transform: uppercase; padding: 15px; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.25); transition: background 0.3s ease; pointer-events: none; }
.image-overlay-container:hover .text-overlay { background: rgba(0, 0, 0, 0.45); }
.image-overlay-container:hover img { transform: scale(1.05); }

/*------------------- module estimation v2 -------------------*/
.module_estimation_v2 { display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; max-width: 1200px; margin: 20px auto; overflow: hidden; }
.module_estimation_v2 .col_left { flex: 1; min-width: 300px; background-color: #f3f3f3; display: flex; align-items: center; justify-content: center; padding: 60px 40px; text-align: center; }
.module_estimation_v2 .inner { max-width: 450px; }
.module_estimation_v2 .titre_estimation { font-family: 'Roboto Slab', serif; font-size: 2.4rem; font-weight: 700; color: #2c2c2c; margin-bottom: 30px; line-height: 1.3; }
.module_estimation_v2 .bouton-estim { display: inline-block; padding: 15px 30px; background-color: #b79372; color: #ffffff; text-decoration: none; font-family: 'Roboto Slab', serif; font-size: 1.2rem; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; }
.module_estimation_v2 .bouton-estim:hover { background-color: #000; }
.module_estimation_v2 .col_right { flex: 1; min-width: 300px; position: relative; overflow: hidden; }
.module_estimation_v2 .col_right img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 768px) { .module_estimation_v2 { flex-direction: column; } .module_estimation_v2 .col_right { height: 300px; order: 2; } .module_estimation_v2 .col_left { order: 1; } }

/*------------------- media queries colonnes -------------------*/
@media (min-width: 992px) { .col-md-6 { width: 49%; } }
@media (max-width: 767px) { .col-md-6.col-padding { padding: 0; margin-bottom: 30px; } }

/*------------------- actu home -------------------*/
.actualite_home .entry.actualite { padding: 0px; margin-bottom: 30px; display: block; width: 100%; }
.actualite_home .entry-image { float: left; margin-bottom: 20px; padding-right: 25px; }
.actualite_home .entry-image img { width: 100%; height: auto; display: block; }
.actualite_home .entry-c { float: left; width: 70%; padding-right:10px; margin-bottom: 20px; }
.actualite_home .entry-title h2 { font-weight: 700; font-size: 22px; margin: 0 0 15px 0; line-height: 1.2; }
.actualite_home .entry-title h2 a { color: #1a1a1a !important; text-decoration: none !important; }
.actualite_home .date_actualite .entry-meta { list-style: none; padding: 0; margin: 0 0 10px 0; text-transform: uppercase; font-size: 11px; letter-spacing: 2px; color: #999; }
.actualite_home .date_actualite .entry-meta i { display: none; }
.actualite_home .texte_actualite { font-size: 14px; color: #555; line-height: 1.5; margin-bottom: 20px; }
.actualite_home .more-link { text-decoration: none !important; display: inline-block; }
.actualite_home .actualite_lire_suite { color: #1a1a1a; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.3s ease; font-style: normal; }
.actualite_home .actualite_lire_suite:hover { border-bottom-color: #B7860F; color: #B7860F; }
.actualite_home .entry:after { content: ""; display: table; clear: both; }
@media (max-width: 767px) { .actualite_home .entry.actualite { padding: 0px; margin-bottom: 30px; display: block; width: 100%; } }

/*------------------- language and social icons -------------------*/
.languegb img, .languefr img { display: none; }
.languegb::after { content: " EN"; font-weight: bold; }
.languefr::after { content: " FR"; font-weight: bold; }
#top-social li { border-left: 1px solid #093f3f; }
#top-social li a:link, #top-social li a, #top-social li a:visited, #top-bar a:link, .top-links a:link, .top-links a, .top-links a:visited { font-weight: bold; color: #fff !important; }

/*------------------- logo -------------------*/
@media (min-width: 1024px) { #logo img { width: 290px; height:auto; margin-bottom:30px; } }
@media (max-width: 991px) { #logo img { width: 230px; height:auto; margin-bottom:30px; } }
@media (max-width: 768px) { #logo img { width: 200px; height:auto; margin-bottom:30px; } }

/*------------------- boutons et recherche filtre -------------------*/
input.texte1[type="submit"], button.texte1 { background: #093f3f; color: #fff; }
.envoyer_ordre .button.button-border { background: #093f3f!important; color: #fff; }
.button.button-border:hover { background-color: #b79372!important; color: #FFF; }
.button.button-border { border: 1px solid #0E1B2B; text-shadow: none; }
.button.button-3d a:link { color: #fff !important; }
.button.button-3d:hover { background-color: #C99F58 !important; }
.btn-primary { color: #fff; background-color: #093f3f; border-color: #093f3f; }
.button { background-color: #093f3f; color: #fff; border-color: #093f3f; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #b79372; border-color: #b79372; }
.device-sm .btn-primary { margin-top: 50px; }
.btn.btn-default , #estim .btn.btn-default { background: #093f3f; color: #fff; border: 1px solid #093f3f; }
.btn.btn-default:hover , #estim .btn.btn-default:hover { background: #b79372; color: #fff; border: 1px solid #b79372; }
.bt_valider_ordre input, #estim .btn.btn-default, #form_inscription .btn.btn-default, .formEnvoyer input { background: #093f3f; border: 1px solid #093f3f; }
.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer:hover input { background: #b79372; color: #fff; border: 1px solid #b79372; }
#searchFiltre input.btRecherche { margin-bottom: 20px; }
#searchFiltre { background-color: #f8f8f8; }
#searchFiltre input.btRecherche { background-color: #093f3f; color: #fff; border: 1px solid #093f3f; border-radius: 0 4px 4px 0; }
#searchFiltre input.btRecherche:hover { width: 100%; padding: 6px 10px; background-color: #b79372; color: #fff; border: 1px solid #b79372; border-radius: 0 4px 4px 0; }

/*------------------- module colonnes home -------------------*/
.col-md-6.col-padding { padding: 20px; }
.heading-block { margin-bottom: 0px; transform-origin: 50% 0% 0px; }
.heading-block h3 { font-size: 26px; top: 40%; position: absolute; left: 20%; color: #fff; }
.device-sm .heading-block h3 { font-size: 28px; top: 45%; position: absolute; left: 24%; color: #fff; }
.heading-block h3 a:link, .heading-block h3 a:visited, .heading-block h3 a:hover { color: #fff; }
@media (max-width: 767px) { .heading-block h3 { font-size: 20px; top: 43%; position: absolute; left: 19%; color: #fff; } }
@media (max-width: 520px) { .heading-block h3 { font-size: 20px; top: 43%; position: absolute; left: 9%; color: #fff; } .heading-block h3 a:link { color:#fff; } .col-md-6.col-padding { padding: 0px; margin-bottom: 30px; } }
.bouton-estim { display: inline-block; background: #b79372; color: #fff !important; font-size: 1.3em; font-weight: 500; padding: 13px 40px; text-decoration: none; border-radius: 4px; transition: background 0.3s ease; text-transform: uppercase; }
.col_right { flex: 1; position: relative; overflow: hidden; }
.col_right img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; }

/*------------------- services -------------------*/
.feature-box p { margin: 8px 0 0 0; color: #000; }
.feature-box.fbox-center p { font-size: 13px; margin-top: 0px; font-weight: 500; }
.feature-box.fbox-center:not(.fbox-bg) h3::after { display: none; }
.fbox-effect .fbox-icon i::after { pointer-events: none; position: absolute; width: 60px; height: 60px; border-radius: 50%; content: ''; display:none; }
.feature-box.fbox-center .fbox-icon { position: relative; width: 60px; height: 60px; margin: 0 auto 0px; }
.feature-box h3 { font-family: "Roboto Slab", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 1px; margin-bottom: 0; font-size: 14px; color:#093f3f; }
.fbox-effect.fbox-dark .fbox-icon i::after { box-shadow: 0 0 0 2px #fff; display:none; }
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #fff; color: #093f3f; }
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img { display: block; position: relative; width: 60px; height: 60px; color: #093f3f; }
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #fff; color: #000; }
.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #fff; }
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #fff; }

/*------------------- video youtube -------------------*/
.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; }

/*------------------- formulaire -------------------*/
@media (max-width: 767px) { .paiement input { width: 95%; } }

/*------------------- menu -------------------*/
[class^="icon-legal"] { margin-right: 0px; }
nav { font-family: "Roboto Slab", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 1px; color:#093f3f; }
#primary-menu ul ul li:hover > a { color: #093f3f !important; }
#primary-menu.style-2 > div > ul > li > a i { line-height: 38px; }
#primary-menu ul ul a { font-size: 14px; }
@media (min-width:1200px) { #primary-menu ul ul { opacity:1; background-color:#FFF; box-shadow:0px 20px 50px 10px rgba(0,0,0,0.05); border:1px solid #EEE; border-top:2px solid #000; } }
@media (max-width: 991px) { #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { min-height: 40px; } #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 10px 0 !important; } #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 10px 0 !important; } #primary-menu-trigger { background-color: transparent !important; top: 96%; } #primary-menu > div > ul ul, #primary-menu ul ul a { background-color: #fff !important; color: #0E1B2B !important; } #primary-menu ul ul a { font-size: 15px !important; } #primary-menu { float: left; width: 100%; background-color: #fff !important; padding-left: 20px; } #slider { margin-top: 5px; } }
.device-md #primary-menu ul li a { font-size : 14px; padding-left : 16px; padding-right : 16px; }

/*------------------- top search -------------------*/
#primary-menu .container #top-search form input::placeholder { font-size: 16px; text-transform: none; font-weight: normal; color: #000 !important; }
.device-xxs #primary-menu .container #top-search form input::placeholder { font-size: 1em; text-transform: none; font-weight: normal; color: #000; }
#top-search form input { background: #fff; border-radius: 6px; float: left; font-size: 1em; height: 50%; line-height: 25px; margin-top: 7px !important; padding: 5px 5px 5px 7px !important; width: 90%; font-weight: normal; color: #000 !important; }
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger { margin-top: 9px; margin-bottom: 20px; }
#top-search form input.loupe { display: none; }

/*------------------- titres generaux -------------------*/
h1, h2, h3, h4, h5 { font-family: "Roboto Slab", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 1px; color:#093f3f; }
.titre_page { font-family: "Roboto Slab", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 1px; color: #093f3f; font-size: 30px; margin-top: 40px; margin-bottom: 30px; }
@media (max-width: 767px) { .titre_page { font-size:22px; text-align:center; } }

/*------------------- carrousel belles encheres -------------------*/
.belles_encheres_home .owl-carousel .owl-item img { margin: 20px auto; border-radius: 2px; height: 165px; }
.belles_encheres_home .imgphare { display: table-cell; height: 140px; margin-bottom: 14px; margin-right: 19px; overflow: hidden; text-align: center; vertical-align: middle; float: left; max-height: 140px; min-height: 200px; width: 100%; }
.belles_encheres_home { text-align: center; margin-top: 20px; }
.owl-theme .owl-dots .owl-dot.active span { background-color: #093f3f; }
.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover { background-color: #fff; }
.imgphare img { margin-bottom: 16px; }
.verticalCarouselContent { border: 0 solid #fff; padding: 20px; }
.verticalCarouselContent:hover { border: 1px solid #ccc; border-radius: 2px; }
.CarouselResultat { color: #000; margin-top: 4px; text-align: center; text-transform: none; font-weight: bold; background-color: white; padding-bottom: 20px; }

/*------------------- carrousel vertical -------------------*/
.belles_encheres_colonne { text-align:center; margin-top:20px; }
.device-lg .belles_encheres_colonne { padding:0px 40px; }
.device-sm .belles_encheres_colonne { padding:0px 100px; }
.device-md .belles_encheres_colonne, .device-xs .belles_encheres_colonne { padding:0px 20px; }
.device-xs .belles_encheres_colonne { padding:0px 30px; }
.device-xxs .belles_encheres_colonne { padding:0px; }
.col-md-4 .belles_encheres_colonne .verticalCarouselLot { padding: 10px 0px 10px 0px; }

/*------------------- calendrier -------------------*/
.calendrier_annees { margin-bottom:40px; line-height: 2; }
.triAnnee.annee1970 { display:none; }
.triAnnee, .triAnnee a { background-color: #093f3f; color: #fff!important; font-size: 12px; padding: 2px 6px; }
.triAnnee:hover { background-color: #b79372; color: #fff!important; font-size: 12px; padding: 2px 6px; }
.page_calendrier .entry-image { width: 150px; float: left; margin-right: 0; }
.entry-title h2, .entry-title h2 a { font-size: 14px; line-height: 1.3; color: #093f3f; clear: both; text-transform: uppercase; font-weight: 600; }


/*------------------- catalogue -------------------*/
.modal-title { color:#0E1B2B; text-transform:uppercase; }
.product-overlay a:hover { background-color: #093f3f; }
.fiche_titre_lot h1 { font-size: 14px!important; margin-bottom: 5px; clear: both; color: #093f3f; font-weight: bold; }
.lotnum { color: #093f3f; font-size: 20px; }
.num_lot { height: 40px; color: #093f3f; font-size: 25px; }
.product-title h3 { font-size:12px; line-height:14px; text-transform: uppercase; height: 30px; max-height:30px; overflow:hidden; }
.product-description h2 { text-transform: none; }
.pagination .currentStep { background: #093f3f; color: #fff; padding: 8px 12px; margin: 0 2px; }
.col-md-12.titre_ordre_phrase { margin: 30px 0; clear:both; width:100%; color: #093f3f; }
.fiche_lot_num { font-size: 35px; color: #093f3f; font-weight: bold; float: left; }
.fiche_lot_resultat { color: #093f3f; }
.single-product .fiche_lot_resultat { background: #093f3f; color: #fff; padding: 5px; float: left; border-radius: 2px; margin: 10px 0; }
#page-title.page-title-mini h1 { font-weight: 400; font-size: 12px; color: #555; }
.device-xxs #page-title.page-title-mini h1 { font-size: 14px; color: #555; }
.date_vente { color: #000; font-size: 15px; font-weight: bold; line-height:1.3; }
.lieu_vente { color: #000; font-size: 15px; line-height: 1.3; font-style: italic; margin-bottom: 10px; text-align: left; }
.product-title h3 a:hover, .single-product .product-title h2 a:hover { color: #b79372; }
.product-description h4, .product-description h4 a { font-size: 12px; font-weight: normal; line-height: 1.3; color: #093f3f; height: 30px; text-transform: none !important; }
.sale-flash2 { background: #093f3f none repeat scroll 0 0; border-radius: 2px; color: #ffffff; float: left; margin: 10px 0; padding: 5px; float: left; font-weight: bold; width:auto; clear:both; }
.Style1 { margin-left: 0px; margin-bottom: 1em; color: #093f3f; font-weight: 600; text-transform: uppercase; font-size:14px; line-height:16px; text-align: left; }
.ordreAchat.col-md-6 { margin-top:20px; }
.fiche_titre_lot { color: #093f3f; font-size: 18px; }
.titre_ordre_etape { color: #093f3f; }
.fiche_lot_description { font-size: 13px; line-height: 1.3; margin: 20px 0 30px 0; }
.jq-icon-info { background-color: #b79372!important; color: #fff; border-color: #b79372!important }

/*------------------- actualites -------------------*/
.page_actualite .actualite .entry-image { width: 200px; float: left; margin-right: 20px; }
.more-link { margin-top: 14px; }
@media all and (min-width: 992px) { .home_actualite .entry.clearfix.actualite { float: left; width: 33%; } .home_actualite .entry-image { width: 350px; margin-right: 30px; } .home_actualite .entry-c { clear: both; width: 90%; } }
@media all and (max-width: 991px) { .home_actualite .entry-c { width: 100%; } .actualite_home .entry-c { float: left; width: 100%; padding-bottom: 20px; } }
@media all and (max-width: 768px) { .page_actualite .actualite .entry-image { width: 100%; float: left; margin-right: 0px; } .entry-c { float: left; padding-bottom: 20px; } }

/*------------------- paiement -------------------*/
.paiement { background-color: #f1f1f1; width: 100%; padding: 20px; float: left; margin-top: 40px; margin-bottom: 20px; }
.paiement h3 { display: none; }
.paiement { margin-top: 50px; }

/*------------------- page statique -------------------*/
.calLegende { background-color:#f1f1f1; padding:20px; width: 100%!important; text-align: center; margin-bottom: 40px; }
.page_statique h2, .page_statique h3 { margin-top: 40px; }
.page_statique h2 { font-weight:600; font-size:20px; text-transform:uppercase; }
.page_statique h3 { font-weight:600; font-size:16px; text-transform:uppercase; }

/*------------------- social footer -------------------*/
.socialFooter { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 10px; position: relative; z-index: 10; }
img.footer-logo { width:200px; height:auto; }
.bouton-drouot { font-size:11px; }