.ordre_false.product, .pageOrdre .ordre_false.product {
    height: 566px !important;
}

.Estimation-text a {
    display: inline-block;
    padding: 12px 25px;
    margin: 10px 0;
    background-color: #F5F5F5; /* Couleur du bouton */
    color: black;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.Estimation-text a:hover {
    transform: scale(1.05); /* Légère animation de zoom */
}

.Estimation-text {
    text-align: center;
}

/*---------------- CSS - Section Vente et Overlay -----------------*/
.Vente155501, .Vente158305, .vente155501, .vente158305 {
    display: none;
}

/*---------------- slider-----------------*/
.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 {font-family: Montserrat!important; letter-spacing: 0px!important;}

/*---------------- logo-----------------*/
#logo img {
    width: 290px;
    max-width: 100%;
    height: auto;
}

/*---------------- Bug Formulaire ----------------*/

.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;
}

[class^="icon-legal"] {
    margin-right: 5px;
}

.droite_catalogue img {
    max-width: 120px;
    height: auto;
}

.entry {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 2px dotted #ccc;
}

.salePhare, .lotPhare {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#top-social li a {
    font-weight: bold;
    color: #000;
}

#top-social li {
    border-left: 0 solid #fff;
}

.lot_description {
    max-height: 315px;
    overflow: hidden;
    display: inline-block;
}

#top-bar .flags {
    display: none;
}

.flags img {
    opacity: 0.5;
    height: 25px !important;
}

.flags a:hover img {
    opacity: 1;
    height: 25px;
}

/*---------------- Titre Pages ----------------*/
.titre_page,
.titre_encheres,
.titre_services {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
    padding-top: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 45px;
}

.titre_encheres a, .titre_services a {
    text-align: center;
}

h2.WidgetTitle.titre_page {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

/*---------------- H1-H7 Styles ----------------*/
h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat';
}

a:hover {
    text-decoration: underline;
    color: #838383;
}

/*---------------- Menu Styles ----------------*/
#primary-menu.style-2 > div > ul > li > a i {
    line-height: 30px !important;
    color: #000;
    font-weight: bold;
}

#primary-menu.style-2 > div > ul > li > a i:hover {
    line-height: 30px;
    color: #838383 !important;
    font-weight: bold;
}

/*---------------- Mega Menu ----------------*/
@media all and (min-width: 1024px) {
    #primary-menu ul ul,
    #primary-menu ul li .mega-menu-content {
        display: none;
        position: absolute;
        background-color: #FFF !important;
        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
        border: 1px solid #EEE;
        border-top: 1px solid #000;
        height: auto;
        z-index: 199;
        left: 0;
        margin: 0;
        top: -1px;
    }
}

#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a {
    color: #838383;
}

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
    margin-top: 22px;
    margin-bottom: 20px;
}

#primary-menu ul ul a {
    text-transform: none;
}

/*---------------- Cart and Search Styles ----------------*/
body.en.device-lg #primary-menu ul li a {
    padding-left: 20px;
    padding-right: 20px;
}

body.en.device-md #primary-menu ul li a {
    padding-right: 20px;
    padding-left: 20px;
}

#primary-menu ul li i.icon-search,
#primary-menu ul li i.icon-info-sign {
    font-size: 18px !important;
}

.icon-legal {
    font-size: 16px !important;
}

#top-cart {
    margin-right: 30px;
}

#top-cart a {
    color: #000;
}

#top-search {
    margin-right: 10px;
}

#searchFiltre input.btRecherche {
    margin-bottom: 20px;
}

#searchFiltre {
    background-color: #f8f8f8;
}

#searchFiltre input.btRecherche {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0 4px 4px 0;
}

#searchFiltre input.btRecherche:hover {
    width: 100%;
    padding: 6px 10px;
    background-color: #999;
    color: #fff;
    border: 1px solid #999;
    border-radius: 0 4px 4px 0;
}

/*---------------- Top Search ----------------*/
#top-search, #top-cart, #side-panel-trigger {
    margin: 16px 0 0 15px;
}

#top-search form {
    height: 40px !important;
    padding: 2px 10px 0 10px;
    margin-top: 10px;
}

#top-search form input {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px 0 0 6px;
    float: left;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin-top: 7px !important;
    padding: 5px 5px 5px 7px !important;
    width: 90%;
    font-weight: normal;
    color: #000;
}

#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 {
    background: #fff url(https://www.metayer-auction.com/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 4px !important;
    height: 25px;
    width: 35px;
    color: #000;
    float: left;
    border-radius: 0 6px 6px 0;
    background-size: 62% 62% !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: 23px;
    margin-bottom: 0;
}

#top-cart > a > span {
    right: 17px;
    color: #000;
    background-color: #fff;
    top: -5px;
}

.style-2 .container #top-cart .top-cart-content {
    top: 33px;
}

/*---------------- Button Styles ----------------*/
.button.button-3d {
    background-color: #000 !important;
}

.button.button-3d:hover {
    background-color: #555 !important;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.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: #555;
    border-color: #555;
}

.device-sm .btn-primary {
    margin-top: 50px;
}

/*---------------- Search Filter Styles ----------------*/
#searchFiltre input.btRecherche {
    margin-bottom: 20px;
}

#searchFiltre {
    background-color: #f8f8f8;
}

#searchFiltre input.btRecherche {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0 4px 4px 0;
}

#searchFiltre input.btRecherche:hover {
    width: 100%;
    padding: 6px 10px;
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
    border-radius: 0 4px 4px 0;
}

#searchFiltre button.btn.btn-primary {
    font-size: 12px;
    margin-top: 20px;
}


/*---------------- Slider ----------------*/

/* Masquer les éléments sur les petits appareils */
.device-xxs .tp-caption {
    display: none;
}

.device-xxs .tparrows {
    display: none;
}


/*----------------  #carrousel Calendrier  ----------------*/

/* Titre de l'entrée du calendrier sur différents appareils */
.device-lg .home_calendrier .entry-title h2,
.device-md .home_calendrier .entry-title h2,
.device-sm .home_calendrier .entry-title h2 {
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    display: inline-block;
}

/* Style du titre dans le calendrier */
.home_calendrier .entry-title h2,
.home_calendrier .entry-title h2 a,
.home_calendrier .entry-title h2 a:visited,
.home_calendrier .entry-title h2 a:hover {
    color: #222;
    font-size: 10px !important;
    font-weight: bold;
    height: 55px;
    line-height: 1.2;
    text-transform: uppercase !important;
    margin-bottom: 7px;
    font-family: 'Montserrat';
}

/* Ajustements pour les très petits écrans */
.device-xs .home_calendrier .entry-title h2,
.home_calendrier .entry-title h2 a,
.home_calendrier .entry-title h2 a:visited,
.home_calendrier .entry-title h2 a:hover {
    font-size: 11px !important;
    font-weight: bold;
    height: 52px;
    line-height: 1.2;
    text-transform: uppercase !important;
    margin-bottom: 7px;
    min-height: 52px;
    font-family: 'Montserrat';
    overflow: hidden;
    display: inline-block;
}

/* Bloc des informations de la vente */
.home_calendrier .bloc_vente_date {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
}

/* Disposition de l'image de couverture pour les éléments indisponibles */
.couvPasDispo {
    background: #fff url("https://www.metayer-auction.com/uploads/Image/img_site/nocouv.png") no-repeat center center;
    background-size: 100% 100%;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    height: 248px;
}

/* Adaptation de la hauteur de l'image de couverture selon les appareils */
.devicel-lg .couvPasDispo { height: 224px !important; }
.device-md .couvPasDispo { height: 257px !important; }
.device-sm .couvPasDispo { height: 269px !important; }
.device-xs .couvPasDispo { height: 130px; }
.device-xxs .couvPasDispo { height: 249px !important; }

/* Contrôles du carrousel */
.home_calendrier .owl-theme .owl-dots .owl-dot span {
    display: none;
}

/* Ajustements de la taille des items dans le carrousel pour petits écrans */
.device-sm .home_calendrier .owl-carousel .owl-item {
    min-height: 465px;
    padding: 10px;
}

.home_calendrier .calendrierVertical .item:hover .verticalImage img {
    transform: none;
}

/* Ajustement des tailles et marges des images verticales dans le carrousel */
.device-lg .calendrierVertical .item .verticalImage img {
    overflow: hidden;
    max-height: 278px;
}

.device-xxs .calendrierVertical .item .verticalImage img {
    transform: none !important;
    margin-bottom: 0px;
    height: auto;
    max-height: none;
    overflow: visible;
}

/* Dimensionnement des éléments du carrousel */
.device-lg .home_calendrier .owl-carousel .owl-item,
.device-lg .home_calendrier .owl-carousel .owl-item.active {
    min-height: 400px;
    padding: 12px;
}

.device-md .home_calendrier .owl-carousel .owl-item,
.device-md .home_calendrier .owl-carousel .owl-item.active {
    padding: 12px;
}

.device-sm .home_calendrier .owl-carousel .owl-item,
.device-sm .home_calendrier .owl-carousel .owl-item.active {
    padding: 10px;
}

.device-xs .home_calendrier .owl-carousel .owl-item {
    padding: 6px;
    min-height: 490px;
}

/* Styles des images verticales */
.verticalImage {}

.device-lg .verticalImage {
    min-height: 155px;
}

.device-md .verticalImage {
    min-height: 240px;
}

.device-sm .verticalImage {
    min-height: 207px;
}


/* Titre d'entrée pour les items verticaux */
.calendrierVertical .entry-title {
    float: left;
    padding-top: 14px;
}

/* Styles des images dans le carrousel vertical */
.calendrierVertical .item .verticalImage img {
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

/* Contrôles de navigation du carrousel */
.carouselCouvCata, .calendrierVertical .cataPasDispo {
    overflow: hidden;
    max-height: none;
    float: left;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: rgba(100,100,100,0.6) !important;
}

.owl-nav:hover {
    background-color: #63789c;
    color: #fff;
}

.home_calendrier .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    top: 113px;
    color: #fff;
    background-color: rgba(100,100,100,0.6) !important;
    font-size: 20px;
}

/* Image de couverture du catalogue */
.home_calendrier .entry-image.couverture_catalogue,
.device-md .home_calendrier .entry-image.couverture_catalogue,
.device-sm .home_calendrier .entry-image.couverture_catalogue {
    width: 300px;
    float: left;
    margin-right: 0;
    height: auto;
}

/* Informations supplémentaires du calendrier */
.home_calendrier .bloc_mois_date {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.home_calendrier .bloc_vente_lieu {
    color: #222;
    font-style: italic;
    margin-top: 4px;
    font-size: 13px;
    clear: both;
}

/* Effet au survol des éléments du calendrier */
.calendrierVertical .item:hover .verticalImage img {
    filter: grayscale(0);
    opacity: 1;
    filter: brightness(0.8);
}


/*----------------  #carrousel home-resultats  ----------------*/

/* Contenu du carrousel pour les petits écrans */
.device-xxs .verticalCarouselContent, 
.device-xs .verticalCarouselContent, 
.device-sm .verticalCarouselContent {
    border: 1px solid #fff;
    padding: 10px;
    clear: both;
    width: 280px;
    float: left;
}

/* Taille des titres pour les très petits écrans */
.device-xxs .titre_encheres, 
.device-xxs .titre_services {
    font-size: 15px;
}

/* Alignement centré pour les enchères */
.belles_encheres {
    text-align: center;
    margin-top: 20px;
}

/* Carrousel d'enchères */
.belles_encheres_home .owl-carousel .owl-item img {
    margin: 0 auto;
    border-radius: 2px;
    height: 130px;
}

/* Image phare dans le carrousel */
.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%;
}

/* Contenu vertical des enchères */
.device-xxs .belles_encheres .verticalCarouselContent,
.device-xs .belles_encheres .verticalCarouselContent,
.device-sm .belles_encheres .verticalCarouselContent {
    border: 1px solid #fff;
    padding: 10px;
    clear: both;
    width: 240px;
    text-align: center;
    width: 100%;
}

/* Alignement du titre des widgets */
.col-md-4 .WidgetTitle.titre_service {
    text-align: left;
}

.col-md-4 .WidgetTitle.titre_encheres {
    text-align: center;
}

/* Effet au survol des contrôles du carrousel */
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: #222 !important;
    color: #FFF !important;
    text-decoration: none;
}

/* Styles des titres du carrousel */
.CarouselEstimation {
    color: #666;
}

.CarouselResultat {
    color: #222;
    text-align: center;
}

/* Style pour les images du carrousel */
.imgphare {
    margin-bottom: 16px;
}

/* Contrôles de navigation du carrousel */
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: rgba(100,100,100,0.6);
    color: #fff;
}

/* Position des contrôles du carrousel des belles enchères */
.belles_encheres_home .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    top: 48px;
}

/*----------------  #carrousel vertical  ----------------*/

/* Alignement des éléments verticaux dans le carrousel */
belles_encheres, 
.belles_encheres_colonne, 
.belles_encheres_specialites {
    text-align: center;
    margin-top: 20px;
}

/* Padding spécifique selon la taille de l'écran */
.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;
}

/* Contenu du carrousel vertical */
.verticalCarouselContent {
    border: 1px solid #fff;
}

/* Ajustement du padding des éléments dans le carrousel vertical */
.col-md-4 .belles_encheres_colonne .verticalCarouselLot {
    padding: 10px 0px 10px 0px;
}

/* Alignement et padding des colonnes dans le carrousel */
.device-lg .belle_encheres_colonne, 
.device-xs .belle_encheres_colonne {
    text-align: center;
    margin-top: 0px;
    padding: 0px 40px;
}

.device-md .belle_encheres_colonne {
    text-align: center;
    margin-top: 20px;
    padding: 0px 20px;
}

.device-sm .belle_encheres_colonne {
    text-align: center;
    margin-top: 20px;
    padding: 0px 100px;
}

.device-xxs .belle_encheres_colonne {
    text-align: center;
    margin-top: 20px;
    padding: 0px 10px;
}



/*---------------- CATALOGUES-CALENDRIER  -------------- */

/* Années et tri des catalogues */
.calendrier_annees {
    font-weight: 500;
    margin-bottom: 50px;
}

.triAnnee, .triAnnee a {
    background-color: #fff;
    color: #000 !important;
    font-size: 14px;
    padding: 2px 6px;
}

.triAnnee:hover {
    background-color: #fff;
    color: #999;
    font-size: 14px;
    padding: 2px 6px;
}

/* Liens des titres */
h2 a:link {
    color: #222;
}

/* Titres principaux dans les blocs */
.entry-title h2 {
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
}

/* Date et lieu de vente */
.bloc_vente_date {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.bloc_mois_date {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
    color: #222;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    display: none;
}

/* Habillage du lot phare */
.device-lg .habillage_lot_phare {
    height: auto;
    width: 80px;
    max-height: 120px;
    overflow: hidden;
}

/* Carousel des images (images rondes) */
.page_calendrier .owl-carousel .owl-item img {
    border-radius: 50%;
    opacity: 0.8;
    padding: 1px;
}

/* Style des images dans le bloc */
.entry-image {
    margin-bottom: 20px;
}

.entry-c {
    float: left;
}

.col-md-9.entry-c {
    width: 68%;
}

.fiche_estimation {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #222;
    padding-bottom: 10px;
}

/* Explication des résultats */
.explicationResultats {
    font-style: italic;
}

/* Bouton de recherche */
#estim_recherche .Style5 {
    background: #838383 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    margin: 10px 0;
    padding: 5px;
}

/* Bouton de recherche */
input.texte1[type="submit"], button.texte1 {
    background: #838383;
}

/* Exemples de mise en page avec images */
.layoutsExemple .entry-image {
    width: 200px;
    float: left;
    margin-right: 0;
}

.layoutsExemple .entry-image img {
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

/* Ajustement de la taille des images selon la taille de l'écran */
.device-md .layoutsExemple .entry-image {
    width: 180px;
    float: left;
    margin-right: 0;
}

.device-sm .layoutsExemple .entry-image {
    width: 150px;
    float: left;
    margin-right: 0;
    padding-left: 0px;
}

/* Image sans couverture (catalogue) */
.layoutsExemple .entry-image.no_couv.couverture_catalogue {
    background-image: url("https://www.metayer-auction.com/uploads/Image/img_site/picto_no_couv.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 150px !important;
    height: 187px !important;
    padding-right: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 14px;
    margin-right: 14px;
}

.device-lg .layoutsExemple .entry-image.no_couv.couverture_catalogue {
    width: 167px !important;
    height: 205px !important;
}

.device-xxs .layoutsExemple .entry-image.no_couv.couverture_catalogue {
    width: 320px !important;
    height: 396px !important;
}

.device-xs .layoutsExemple .entry-image {
    width: 148px;
    padding-left: 0;
    padding-right: 10px;
}

/* Ajustement de la largeur des colonnes */
.calendrier .col-md-10.entry-c {
    width: 73%;
}

/* Style des boutons de soumission */
.envoyer_ordre .button.button-border {
    background: #999;
    color: #fff;
}

.envoyer_ordre .button.button-border:hover {
    background: #838383;
}

.button.button-border:hover {
    background-color: #838383;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* Bouton de validation */
.bt_valider_ordre input,
#estim .btn.btn-default,
#form_inscription .btn.btn-default,
.formEnvoyer input {
    background: #262f33;
    border: 1px solid #606060;
}

.bt_valider_ordre input:hover,
#estim .btn.btn-default:hover,
#form_inscription .btn.btn-default:hover,
.formEnvoyer:hover input {
    background: #838383;
    color: #fff;
    border: 1px solid #838383;
}

/* Lieu de vente */
.bloc_vente_lieu {
    color: #222;
    font-style: italic;
    margin-top: 4px;
    font-size: 13px;
}

/* Couverture du catalogue sur les petits écrans */
.device-xs .couverture_catalogue img {
    width: 90%;
}


/*------------------ Catalogue -------------- */
.product-description h2 {
    text-transform: none;
}

.product {
    border: 1px dotted #ccc;
}

.lotnum {
    color: #222;
    font-size: 25px;
}

.lieu_vente {
    color: #222;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 10px;
    text-align: left;
}

.product-title h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    padding: 0px;
}

.product-image.no_picture {
    background-image: url("https://www.metayer-auction.com/uploads/Image/img_site/no_picture.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    width: 100% !important;
    height: 170px !important;
    padding-right: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.product-desc {
    font-size: 12px;
}

.product-overlay a:hover {
    background-color: #838383;
}

.num_lot {
    height: 40px;
    color: #222;
    font-size: 25px;
}

.fiche_lot_num {
    font-size: 35px;
    color: #222;
    font-weight: 500;
    float: left;
}

.col-md-12.titre_ordre_phrase {
    margin: 30px 0;
    clear: both;
    width: 100%;
    color: #222;
}

.sale-flash2 {
    color: #fff;
    background-color: #838383;
    width: auto;
    padding: 4px 10px;
    border-radius: 2px;
    clear: both;
}

.single-product .fiche_lot_resultat {
    background: #606060;
    color: #fff;
    font-style: normal;
    padding: 5px;
    float: left;
    border-radius: 2px;
    margin: 10px 0;
}

.pagination .currentStep {
    background: #000;
    color: #fff;
    padding: 8px 12px;
    margin: 0 2px;
}

#page-title.page-title-mini h1 {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

h4.modal-title {
    font-size: 14px;
}

.product-description h2 {
    text-transform: none;
}

.product-description h4 {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #000;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #222;
}

.device-xxs .calendrier .entry-c {
    width: 100% !important;
}

.product-image {
    position: relative;
    width: 100%;
    height: 300px !important;
    overflow: hidden;
}

.jq-icon-info {
    background-color: #000 !important;
    color: #fff;
    border-color: #000 !important;
}


/*---------------- Actualités -------------- */
.entry.clearfix.actualite {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.entry.clearfix.actualite {
    float: left;
    margin: 0px 40px 50px 0px;
    position: relative;
    width: 500px;
}

.device-lg .entry.clearfix.actualite {
    float: left;
    margin: 0px 40px 50px 0px;
    min-height: 650px;
    position: relative;
    width: 500px;
}

.layoutsExemple .pageActualite .entry-image {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}

.device-md .layoutsExemple .pageActualite .entry-image {
    width: 100%;
    margin-bottom: 20px;
}

.device-md .entry.clearfix.actualite {
    float: left;
    margin: 0px 40px 50px 0px;
    min-height: 560px;
    position: relative;
    width: 500px;
    width: 40%;
}

.device-sm .layoutsExemple .pageActualite .entry-image {
    width: 100%;
    float: left;
    margin-right: 10px;
}

.device-sm .entry.clearfix.actualite {
    float: left;
    margin: 0px 10px 30px 0px;
    min-height: 500px;
    overflow: hidden;
    width: 48%;
}

.pageActualite .entry-title h2 {
    font-size: 16px !important;
}

/*---------------- specialites-------------- */
.carreSpecialites.col-md-4 div {
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

.titrespecialites {
  background-color: #fff;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: 1px;
}

.device-sm .carreSpecialites.col-md-4 {
  height: 360px;
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.carreSpecialites.col-md-4 {
  height: 440px;
  float: left;
  margin-bottom: 30px;
}

.device-md .carreSpecialites.col-md-4 {
  height: 340px;
  float: left;
}

.device-xxs .carreSpecialites.col-md-4 {
  height: 340px;
  float: left;
}

.titre_expert {
  color: #444;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
  border-bottom: 1px solid #DDD;
  padding: 0px 0px 9px 0px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.device-sm .titre_expert {
  margin-bottom: 30px;
  float: left;
  clear: both;
  width: 100% !important;
}

.page_specialites {
  text-align: justify;
}



/* -------------------- FORMULAIRE DE CONTACT -------------------- */
.formulaireContact {
    padding: 0;
}

.device-xxs .formulaireContact input[type=civilite] {
    width: 100%;
}

.formulaireContact #dsi-submit-btn {
    color: #222;
    background: #d2d2d2;
    border-color: #d2d2d2;
    margin-bottom: 20px;
}

.formulaireContact #dsi-submit-btn:hover {
    color: #222;
    background: #838383;
    border-color: #838383;
}

/* -------------------- FORMULAIRES -------------------- */
.button.button-3d {
    color: #fff !important;
}

#estim {
    margin-top: 30px;
}

.button {
    background-color: #222;
}

.button.button-3d:hover {
    background-color: #838383 !important;
    opacity: 0.9;
}

button .bt_valider_ordre input, 
#estim .btn.btn-default, 
.fond_estimation .btn.btn-default.nb, 
.formEnvoyer input, 
#form_inscription .btn.btn-default {
    background: #838383;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #838383;
    border-radius: 2px;
    width: auto;
}

button .bt_valider_ordre input:hover, 
#estim .btn.btn-default:hover, 
#form_inscription .btn.btn-default:hover, 
.formEnvoyer:hover input {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}

/* -------------------- Responsive-------------------- */
@media (max-width: 767px) {
    .entry-title h2,
    .post-grid .entry-title h2 {
        font-size: 15px !important;
        font-weight: 600;
    }

    .col-md-9.entry-c {
        width: 100%;
    }

    #top-bar {
        height: 30px;
    }

    .home_calendrier .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        top: 113px;
        color: #fff;
        background-color: rgba(100,100,100,1) !important;
        font-size: 20px;
    }

    .home_calendrier .owl-theme:hover .owl-controls .owl-nav [class*="owl-"] {
        opacity: 1;
        background-color: rgb(0, 0, 0,1) !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        display: none;
    }
}

/* -------------------- MEDIA QUERY 991px -------------------- */
@media (max-width: 991px) {
    .titre_page {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 16px;
        border-bottom: 1px solid #D2D2D2;
        padding-top: 40px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
    }

    #etape1, #etape2, #etape3, #droit {
        width: auto;
    }

    .WidgetGauche, .WidgetCentre, .WidgetDroite {
        padding: 0;
    }

    #primary-menu-trigger {
        top: 107%;
    }

    [class^="icon-legal"] {
        margin-right: 0;
    }

    #top-search {
        display: block;
    }

    #primary-menu .container #primary-menu-trigger {
        top: 8px;
        left: 16px;
    }

    .layoutsExemple .entry-image.no_couv.couverture_catalogue {
        background-image: url("https://www.metayer-auction.com/uploads/Image/img_site/picto_no_couv.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 130px !important;
        height: 166px !important;
        padding-right: 40px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-left: 0;
        margin-right: 14px;
    }

    .calendrier .entry-c {
        width: 63% !important;
    }

    .boutonservices {
        text-align: center;
        width: 100%;
    }

    .mentionlegale {
        margin-bottom: 20px;
        margin-right: 14px;
        float: none;
        clear: none;
    }

    .WidgetDroit.boutonservices {
        margin-top: 0;
        text-align: center;
    }


/* -------------------- MEDIA QUERY 480px -------------------- */
@media (max-width: 480px) {
    .calendrier .entry-c {
        width: 100% !important;
    }

    .mentionlegale {
        margin-bottom: 20px;
        margin-right: 12px;
        float: none;
        clear: none;
        text-align: center;
        width: 100%;
    }

    .WidgetDroit.boutonservices {
        margin-top: 0;
        text-align: center;
    }

    .titrespecialites {
        font-size: 12px;
    }

    .layoutsExemple .entry-image.no_couv.couverture_catalogue {
        background-image: url("https://www.metayer-auction.com/uploads/Image/img_site/picto_no_couv.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100% !important;
        height: 250px !important;
        padding-right: 40px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-left: 14px;
        margin-right: 14px;
    }

    .owl-theme .owl-dots .owl-dot span {
        display: none;
    }
}
