/*----------------couverture vente home taille mobile------------- */
.device-xxs .home_calendrier .couverture_catalogue img {
    height: 100%;
    width: 270px;
}

/*-----------titre calendrier-----------*/
.home_calendrier .entry-title,
.home_calendrier .entry-title h2 {
  margin-top: 15px !important;
}

/*-----------effet survol calendrier-----------*/
.calendrierVertical .item .verticalImage img {
  transition: filter 0.3s ease;
  transform: none !important;
}

.calendrierVertical .item .verticalImage img:hover {
  filter: grayscale(100%);
}

/*----------- Styles pour les calendriers dans .calendrier_deux à partir de 1200px -----------*/
@media (min-width: 1200px) {
  .calendrier_deux .calendrier.entry {
    width: 48%;
    float: left;
    border: 1px solid #f8f8f8;
    min-height: 300px;
  }
}

/*----------- Ajustement largeur col-md-8 dans .calendrier_deux à partir de 992px -----------*/
@media (min-width: 992px) {
  .calendrier_deux .col-md-10 {
    width: 55%;
  }
}

/*----------- Flexbox pour égaliser la hauteur des colonnes dans .row.equal-height -----------*/
.row.equal-height {
  display: flex;
}

/*----------- Colonnes .col-md-6 dans .row.equal-height prennent même espace et marge à droite -----------*/
.row.equal-height > div.col-md-6 {
  flex: 1;
  margin-right: 15px; /* espace entre colonnes */
}

/*----------- Suppression de la marge à droite pour la dernière colonne -----------*/
.row.equal-height > div.col-md-6:last-child {
  margin-right: 0;
}

/*----------- Responsive : passage en bloc sur petits écrans -----------*/
@media (max-width: 767px) {
  .row.equal-height {
    display: block;
  }

  /*----------- Colonnes pleine largeur avec marge en bas pour espacement -----------*/
  .row.equal-height > div.col-md-6 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

/*----------- Style bloc gris pour sections avec flexbox vertical -----------*/
.bloc-gris {
  background-color: #f5f5f5;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*----------- Style bouton estimation avec couleurs, bordure et texte en majuscule -----------*/
.bouton-estimation-home {
  color: #fff !important;
  background: black;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.bouton-estimation-home:hover {
  color: #000 !important;
  background: white;
  border: 2px solid #000;
}

/* ==========================================================================
   ENTÊTE
   ========================================================================== */

/*-----------Barre Supérieure-----------*/
#top-bar { background-color: #fff; position: relative; height: 30px; font-size: 12px; }

/*-----------Images de la Barre Supérieure-----------*/
#top-bar a img { opacity: 0.5; height: 25px; }
#top-bar a:hover img { opacity: 1; }

/*-----------Icônes Sociales Supérieures-----------*/
#top-social li { border-left: 0 !important; }
#top-social li a { color: #000; }
#top-social li .ts-icon { font-size: 12px; }

/*-----------Liens Supérieurs-----------*/
.top-links, .top-links a, .top-links a:link, .top-links a:visited { color: #000; letter-spacing: 0px;}

/*-----------Logo-----------*/
#logo img { margin-bottom: 30px; margin-top: 16px; width: 350px; height: auto; clear: both; }

/*-----------Menu Principal-----------*/
#cpgen-menu { background-color: #ffffff; border-bottom: 1px solid #999; border-top: 1px solid #999; }
#cpgen-menu li:hover { color: #5587a4; }

/*-----------Liens de Navigation-----------*/
nav, nav a, nav a:link { color: #000 !important; }
nav a:hover { color: #5587a4 !important; }

/*-----------Menu Primaire-----------*/
#primary-menu .container #primary-menu-trigger { top: 0px; left: 0px; height: 40px; line-height: 40px; }
#primary-menu-trigger, #page-submenu-trigger { width: 50px; height: 40px; line-height: 40px; }

/*-----------Champ de Recherche-----------*/
#primary-menu .container #top-search form input::placeholder { font-size: 16px; text-transform: none; font-weight: normal; color: #222 !important; }
#primary-menu .container #top-search form input { color: #222 !important; }
#top-search form input { background: #fff none repeat scroll 0 0; border-radius: 6px 0px 0px 6px; float: left; font-size: 14px; height: 34px; line-height: 20px; margin-top: 3px !important; padding: 5px 5px 5px 7px !important; width: 90%; font-weight: normal; color: #000 !important; }

/*-----------Bouton de Recherche-----------*/
#top-search form input.loupe { background: #ffffff url(https://www.poussecornet.com/uploads/Image/img_site/bt_loupe.png) no-repeat scroll 0 4px !important; height: 34px; width: 30px; color: #000; float: left; border-radius: 0px 6px 6px 0px; background-size: 100% 100%; }

/*-----------Panier et Panneau Latéral-----------*/
#primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger { margin-top: 9px; margin-bottom: 20px; }

/*-----------Icônes de Menu-----------*/
#primary-menu.style-2 > div > ul > li > a i { line-height: 30px; color: #000; font-weight: bold; }
#primary-menu.style-2 > div > ul > li > a:hover i { color: #5587a4; }

/*-----------Sous-menu-----------*/
#primary-menu ul ul a { color: #000 !important; font-weight: 500 !important; text-transform: none; font-size: 13px; }

/*-----------Entête Fixe-----------*/
#header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap, #primary-menu.style-2 > div > ul > li > a { height: 40px; line-height: 40px; }

/*-----------Titre du Panier Supérieur-----------*/
.top-cart-title p { color: #5587a4; }

/*-----------Badge du Panier Supérieur-----------*/
#top-cart > a > span { right: 20px; color: #FFF; background-color: #000000; }

/* ==========================================================================
   CORPS
   ========================================================================== */

/*-----------Corps Général-----------*/
body { text-align: justify; }
body a:hover { color: #5587a4; }

/*-----------Sélection-----------*/
*::-moz-selection { background: none repeat scroll 0 0 #000 !important; color: #fff; text-shadow: none; }

/*-----------Lien Inclure-----------*/
a.lien_inclure { display: none; }

/*-----------Vidéo 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; }

/*-----------Conteneur Parallax-----------*/
.tp-mask-wrap .tp-parallax-wrap { position: absolute; display: block; visibility: hidden; left: 752px; top: 195px; z-index: 11; }

/*-----------Lien Calendrier-----------*/
.lien_calendrier { margin-bottom: 110px; text-align: center; }
.lien_calendrier .widgetbouton .btn-sm, .widgetbouton .btn-group-sm>.btn, .encart_logo_colonne .btn-sm, .btn-group-sm>.btn { padding: 1px 10px; font-size: 14px; line-height: 1.5; border-radius: 2px; }
.lien_calendrier .btn-default { color: #000 !important; background-color: #fff; border-color: #000; float: left; clear: both; margin-bottom: 60px; text-align: center; }
.lien_calendrier .btn:hover { color: #fff !important; background-color: #000 !important; border-color: #000 !important; }

/*-----------Catalogue Droit-----------*/
.droite_catalogue img { max-width: 120px; height: auto; }

/*-----------Produit Live-----------*/
.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; }

/*-----------Produit en Ligne-----------*/
.productOnline, .productOnlineResult { clear: both; }

/*-----------Disposition ElevenRowThreeCol-----------*/
.ElevenRowThreeCol.layoutsPage div.layoutsExemple.col-md-2 { padding: 0px; }

/*-----------Bouton Accueil-----------*/
.btnhome { background-color: #e40521; font-size: 12px; letter-spacing: 1px; line-height: 25px; color: #fff; text-transform: uppercase; display: inline-block; padding: 0 10px; text-align: center; width: 100%; }
.btnhome:hover { background-color: #c4041c; }

/*-----------Icône Enveloppe-----------*/
a i.icon-envelope { font-size: 22px; }
.icon-envelope { font-size: 14px; }

/*-----------Texte Estimation Bouton Accueil-----------*/
.btnhome .Estimation-text { text-align: center; }

/*-----------Titre Widget Expert-----------*/
.WidgetTitle.titre_expert h3 { color: #444 !important; line-height: 40px; font-size: 13px !important; font-weight: normal; text-transform: none !important; padding: 10px 15px; margin-top: 2px; }
h3.WidgetTitle.titre_expert { margin-top: 14px; background-color: #fff !important; z-index: 100; }

/*-----------Widget Droit-----------*/
.WidgetDroite { margin-top: 0px; padding-bottom: 10px; font-size: 10px; }

/*-----------Titre Expert-----------*/
.titre_expert { color: #444; text-transform: none; font-weight: normal; font-size: 13px; letter-spacing: 1px; border-bottom: 1px solid #DDD; padding: 0px 0px 9px 0px; margin-bottom: 20px; width: 100%; display: inline-block; }

/*-----------Image Expert-----------*/
.img_expert { width: 300px; height: auto; }
img.img_expert { width: 160px; height: auto; clear: both; text-align: center; float: left; margin-right: 14px; margin-bottom: 20px; }

/*-----------Texte Expert-----------*/
.texte_expert { text-align: center; font-size: 11px; }

/*-----------Nom Spécialiste-----------*/
.nom_specialiste { font-weight: 600; }

/*-----------Widget Droit Experts-----------*/
.WidgetDroit.experts { padding: 50px 20px 20px 20px !important; }

/*-----------Colonne Expert-----------*/
.col-md-4.expert { padding-bottom: 30px; }

/*-----------Page Spécialités-----------*/
.page_specialites { text-align: justify; }
.page_specialites ul { padding-left: 10px; }

/*-----------Entrée-----------*/
.entry { border-bottom: 1px solid #e1e1e1; }

/*-----------Lien Bouton-----------*/
.lien_bouton { float: right; }

/*-----------Icône Sociale Partage-----------*/
.si-share .social-icon { display: none; }

/*-----------Image Entrée-----------*/
.entry-image img, img { border-radius: 3px; border: 1px solid #ccc; }

/*-----------Images Services-----------*/
.imgservices { float: right; padding-left: 20px; }
.imgservicesg { float: left; padding-right: 20px; }

/*-----------Marge Supérieure-----------*/
.margehaut { padding-top: 40px; }
.marginHaut { margin-top: 40px; }

/*-----------Page Disposition-----------*/
.layoutsPage { min-height: 700px !important; }

/*-----------Listes Page Statique-----------*/
.page_statique ul, .page_statique li { margin-left: 20px; padding-left: 0; }
.page_statique p { text-align: justify; }

/*-----------Membre Équipe-----------*/
.team-member { border-bottom: 1px solid #efefef; color: #777; padding: 0px 30px 20px 30px; min-height: 450px; }
.team-member .name { margin-bottom: 0px; font-weight: 600; text-transform: uppercase; }
.team-member img { margin-bottom: 10px; height: auto; }

/*-----------slider-----------*/
.WebProduct-Title {
    font-size: 20px !important;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px !important;
   margin-bottom: 10px !important;
    font-family: Trebuchet MS !important;
}

.WebProduct-SubTitle {
    font-size: 12px !important;
    line-height: 1.2;
    color: #fff;
    font-family: Trebuchet MS !important;
}


/*-----------Correction Formulaire-----------*/
#etape2 > div:nth-child(2) > div:nth-child(1) > input:nth-child(1) { margin-left: -15px; }

/*-----------Carrousel Accueil-Calendrier-----------*/
.home_calendrier { margin-bottom: 50px;}
.carouselCouvCata { border: 1px solid #f1f1f1; }
.calendrierVertical .item:hover .verticalImage { box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; }
.couvPasDispo { background: #fff url("https://www.poussecornet.com/uploads/Image/img_site/nocouv.png") no-repeat scroll center center; background-size: 100% 100%; border: 1px solid #f1f1f1; height: 280px; }


/*-----------Actualités Accueil-----------*/
.actualite .entry-image img { border-radius: 0px; border: 0px solid #fff; }
.actualite_home .actualite .entry-image img { width: auto; padding-right: 6px; height: 100%; }
.actualite_home .entry { border-bottom: 0px solid #fff; }
.actualite_home .layoutsExemple .entry-image { padding-left: 0px; }
.actualite_home .entry-title h2, .actualite_home .post-grid .entry-title h2 { font-size: 12px; }
.actualite_home .entry-c { width: 100%; }
.more-link { margin-bottom: 20px; }

/*-----------Éléments Phares-----------*/
.vente_phare, lot_phare, .newsPhare { margin-bottom: 30px; float: left; }
.actualite_phare { float: left; width: 100%; }
.salePhareTitle { padding-top: 0px; padding-bottom: 5px; margin-left: 5px; float: left; margin-right: 5px; width: 100%; margin-bottom: 0px; margin-top: 16px; letter-spacing: 1px; font-size: 13px; line-height: 1.3; color: #5587a4; text-transform: uppercase; }
.salePhareDate { font-weight: bold; color: #000; }
.salePhareLocation { color: #444; font-style: normal; margin-top: 4px; font-size: 13px; line-height: 1.3; text-transform: capitalize; }
.salePhareImage a img { border: 1px solid #f1f1f1; }
.lotPhareInfos h3 a:link, .lotPhareInfos h2 a:link { font-size: 14px; line-height: 1.3; text-transform: uppercase; color: #666 !important; font-weight: bold; padding-top: 0px; margin-bottom: 20px !important; }
.salePhare, .newsPhare, .lotPhare { margin-bottom: 50px !important; }
.lotPhareInfos { max-height: 228px; overflow: hidden; margin-bottom: 40px; }

/*-----------Recherche-----------*/
.button.button-3d:hover { background-color: #000 !important; }
.button { background-color: #000; color: #fff; border-color: #000; }
#searchFiltre input.btRecherche { margin-bottom: 20px; background-color: #000; color: #fff; border: 1px solid #000; border-radius: 0 4px 4px 0; }
#searchFiltre input.btRecherche:hover { background-color: #000; border: 1px solid #000; }
#searchFiltre { background-color: #f8f8f8; }

/*-----------Carrousel Accueil-Résultats-----------*/
.belles_encheres { text-align: center; margin-top: 20px; }
.belles_encheres_home { color: #5587a4; text-align: center; text-transform: none; font-weight: bold; clear: both; margin-top: 0px; }
.belles_encheres_home .entry-title { width: 100%; max-height: 40px; overflow: hidden; margin-bottom: 10px; }
.belles_encheres_home .owl-carousel .owl-item img { margin: 0 auto; border-radius: 2px; height: 130px; }
.belles_encheres_home .imgphare { height: 130px; margin-bottom: 10px; margin-right: 19px; overflow: hidden; text-align: center; vertical-align: middle; float: left; max-height: 130px; min-height: 130px; width: 100%; }
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { background-color: #5587a4 !important; color: #FFF !important; }
.oc-lot h5 { height: 30px; line-height: 16px; color: #5587a4; max-height: 30px; overflow: hidden; margin: 20px 0px 0px 0px; }
.belles_encheres_home .verticalCarouselContent h5 { height: 30px; line-height: 16px; color: #5587a4; max-height: 30px; overflow: hidden; }
.belles_encheres_home .CarouselDescription { margin-bottom: 15px; max-height: 70px; overflow: hidden; }
.nom_vente { margin-bottom: 2px; font-size: 15px; line-height: 1.3; padding-bottom: 8px; text-transform: uppercase; color: #900000; font-weight: 600; margin-top: 0px; padding-top: 0px; }
.CarouselResultat { color: #000; font-weight: bold; }
.imgphare img { margin-bottom: 10px; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] { top: 50px; }

/*-----------Carrousel Vertical-----------*/
.belles_encheres_colonne, .belles_encheres_specialites { text-align: center; margin-top: 20px; }
.belles_encheres_colonne .verticalCarouselContent { border: 1px solid #fff; }
.col-md-4 .belles_encheres_colonne .verticalCarouselLot { padding: 10px 0px 10px 0px; }

/*-----------Services-----------*/
.encart_logo_colonne { text-align: center; }
.encart_logo_colonne .btn { color: #fff !important; display: inline-block; font-weight: 300; letter-spacing: 2px; padding: 4px 20px; border: 1px solid transparent; cursor: pointer; font-size: 14px; line-height: 1.42857; margin-bottom: 14px; vertical-align: middle; white-space: nowrap; }
.encart_logo_colonne .btn:hover { color: #fff !important; margin-bottom: 10px; background-color: #000 !important; border: 1px solid #000 !important; }
.Estimation-text .btn { border-radius: 3px; background-color: #fff; border: 1px solid #ccc !important; color: #000; padding: 2px 10px; width: 150px; text-align: center; }
.Estimation-text .btn:hover { color: #fff !important; background-color: #5587a4 !important; border: 1px solid #000 !important; }

/*-----------Calendrier-----------*/
.triAnnee.annee1970 { display: none; }
.triAnnee { background-color: #5587a4; border-radius: 3px; color: #fff !important; padding: 0px 5px; }
#triAnnee:hover { background-color: #000; }
.calendrier_annees { margin-bottom: 50px; }
.bloc_mois_date { display: none; }
.layoutsExemple .entry-image { width: 150px; float: left; margin-right: 0px; padding-left: 0px; }
.layoutsExemple .calendrier .entry-image.no_couv.couverture_catalogue { background-image: url("https://www.poussecornet.com/uploads/Image/img_site/widget_catalogue_no_couv.png"); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; border: 1px solid #ccc; }

/*-----------Catalogue-----------*/
input.texte1[type="submit"], button.texte1 { background: #2b2b2b !important; color: #fff !important; }
.modal-title { color: #252f38 !important; text-transform: uppercase; }
.envoyer_ordre .button.button-border { background: #2b2b2b !important; color: #fff !important; }
.button.button-border:hover { background-color: #2b2b2b !important; }
.button.button-border { border: 1px solid #2b2b2b !important; text-shadow: none; }
.product-overlay a:hover { background-color: #2b2b2b !important; }
.product-image.no_picture { 
  background-image: url("https://www.poussecornet.com/uploads/Image/img_site/no_picture.png"); 
  background-position: center center !important; 
  background-repeat: no-repeat !important; 
  background-size: 80% 70% !important; 
  width: 100% !important; 
  height: 170px !important; 
  padding-right: 20px; 
  border-radius: 4px; 
  border: 1px solid #ccc !important; 
  background-color: #fff !important; 
}
.fiche_titre_lot h1 { font-size: 14px !important; margin-bottom: 5px; clear: both; color: #5587a4 !important; font-weight: bold; }
.lotnum { color: #5587a4 !important; font-size: 25px; }
.num_lot { height: 40px; color: #5587a4 !important; font-size: 25px; }
.product-title h3 { font-size: 12px; line-height: 14px; text-transform: uppercase; height: 30px; max-height: 30px; overflow: hidden; }
.pagination .currentStep { background: #a2a4a5 !important; color: #fff !important; padding: 8px 12px; margin: 0 2px; }
.col-md-12.titre_ordre_phrase { margin: 30px 0; clear: both; width: 100%; color: #5587a4 !important; }
.fiche_lot_num { font-size: 35px; color: #252f38 !important; font-weight: bold; float: left; }
.fiche_lot_resultat { color: #5587a4 !important; }
.single-product .fiche_lot_resultat { background: #5587a4 !important; color: #fff !important; padding: 5px; float: left; border-radius: 2px; margin: 10px 0; }
#page-title.page-title-mini h1 { font-weight: 400; font-size: 14px; color: #5587a4 !important; }
.date_vente { color: #000 !important; font-size: 15px; font-weight: bold; line-height: 1.3; }
.lieu_vente { color: #444 !important; font-size: 14px; line-height: 1.3; font-style: normal; margin-bottom: 10px; text-align: left; }
.bloc_vente_lieu { color: #444 !important; font-style: normal; margin-top: 4px; font-size: 13px; line-height: 1.3; letter-spacing: 0px; clear: both;}
.product { border: 1px dotted #ccc; }
.product-description h4, .product-description h4 a { font-size: 12px; font-weight: normal; line-height: 1.3; color: #252f38 !important; text-transform: none !important; }
.product-description h2 { text-transform: none; }
.product-image { position: relative; width: 100%; height: 310px !important; overflow: hidden; }
.sale-flash2 { background: #252f38 none repeat scroll 0 0 !important; border-radius: 2px; color: #ffffff !important; float: left; margin: 10px 0; padding: 5px; font-weight: bold; width: auto; clear: both; }
.Style1 { margin-left: 0px; margin-bottom: 1em; color: #900000 !important; font-weight: 600; text-transform: uppercase; font-size: 14px; line-height: 16px; text-align: left; }
.col-md-6.product-desc .productOnline, .col-md-6.product-desc .productOnlineResult { margin: 30px 0; background-color: #a2a4a5 !important; color: #fff !important; border-color: #a2a4a5 !important; }
.ordreAchat.col-md-6 { margin-top: 20px; }
.estimLabelAff4, .estimAff4 { color: #5587a4 !important; }
.product-image #oc-catalogue.oc-catalogue.owl-carousel .owl-item img { max-height: 300px !important; }
.fiche_titre_lot { color: #5587a4 !important; }
.titre_ordre_etape { color: #5587a4 !important; }
.fiche_lot_description { font-size: 13px; line-height: 1.3; margin: 20px 0 30px 0; }
.bloc_vente_date { color: #000 !important; font-size: 13px; font-weight: normal; font-style: normal; letter-spacing: 0px; margin-top: 10px; clear: both;}
.jq-icon-info { background-color: #5587a4 !important; color: #fff !important; border-color: #5587a4 !important; }


/*-----------Actualités-----------*/
.page_actualite .actualite .entry-image { width: 140px; float: left; margin-right: 30px; }
.actualite_droite .actualite .entry-image { width: 150px; float: left; margin-right: 30px; }
.layoutsExemple .actualiteCol1, .layoutsExemple .actualiteCol2 { width: 100% !important; }
.layoutsExemple .actualiteCol1 .entry-image { width: 350px !important; margin-right: 30px; }
.actualite_droite .actualite .entry-c { float: left; width: 100%; }
.texte_actualite { margin-bottom: 10px; padding-right: 20px; }

/*-----------Spécialités-----------*/
.carreSpecialites.col-md-4 div { padding: 10px 0; margin-top: 0px; }
.titrespecialites { background-color: #fff; color: #000; font-weight: 400; letter-spacing: 1px; font-size: 13px; }
.carreSpecialites.col-md-4 { height: 470px; float: left; }
.bottommarginspecialite { margin-bottom: 50px; }
.visuspecialites img { margin: 30px 0px; }

/*-----------Formulaires-----------*/
#estim { margin-top: 30px; }
#etape1, #etape2, #etape3, #droit { margin-bottom: 0px; }
#estim input, #estim textarea { width: auto; }
.newsletter_lettrine { display: none; }
.freeForm .label { float: left; font-size: 14px; width: 280px; color: #5587a4; text-align: left; }
.newsletter_colonne { float: left; width: 100%; padding-left: 15px; }
.page_newsletter #etape1, .page_newsletter #etape2, .page_newsletter #etape3, .page_newsletter #droit { padding: 25px; margin-bottom: 0px !important; margin-top: 0px; width: 100%; }
.page_expertiser, .page_newsletter, .inscription_legende { padding-bottom: 30px; }
#estim .row { margin-bottom: 10px; }
.inscription_legende { padding: 20px; }
.fond_estimation { padding: 20px; width: 100%; background-color: #f1f1f1; margin-bottom: 10px; }
.page_newsletter .fond_estimation { float: left; padding: 20px; width: 100%; background-color: #f1f1f1; margin-bottom: 10px; }
.newsletter_theme { font-size: 12px; }
.titre_ordre_etape, .titre_ordre_phrase, .num_etape_trois, .num_etape_deux, .num_etape_un, .texte_etape_un, .texte_etape_deux, .texte_etape_trois, .inscription_etape, .calendrier_theme { color: #759996; }
.formulaireContact #dsi-submit-btn { color: #fff; background: #000; border-color: #000; margin-bottom: 20px; padding: 10px 15px; }

/*-----------Paiement-----------*/
.paiement { background-color: #f1f1f1; float: left; padding: 20px; margin-top: 30px; }
.paiement h3 { display: none; }

/*-----------CGU - Pages Statiques-----------*/
.calLegende { background-color: #f1f1f1; padding: 20px; width: 100% !important; text-align: center; margin-bottom: 40px; }
.page_statique h2 { clear: both; padding: 40px 0px 0px 0px; margin-top: 0px; text-transform: uppercase; font-size: 18px; }
.page_statique h3 { padding: 10px 0px 0px 0px; font-size: 14px; font-style: normal; }
.page_statique h4 { padding: 20px 0px 0px 10px; font-size: 12px; }
.encart_titre, .encart_titre a { font-weight: bold; color: #000 !important; }
.encart_titre a:hover { color: #5587a4 !important; }
p li, p ol { margin-left: 10px !important; }
.page_statique { text-align: justify; }
.photoslieux img { width: 250px; height: auto; margin-bottom: 30px; }
.lieux { border-bottom: 1px solid #f1f1f1; width: 100%; padding: 30px 0px; }

/*-----------Titres-----------*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.3; margin: 30px 0px 30px 0px; }
.titre_page, .titre_page a { color: #759996; text-transform: uppercase; font-weight: 600; font-size: 23px; letter-spacing: 0px; text-align: left; }
.WidgetTitle.titre_page, .titre_page, .titre_page a, .titre_page a:visited { color: #000; font-size: 20px; line-height: 1.3; text-transform: uppercase; font-weight: bold; padding: 30px 0px 10px 0px; border-bottom: 1px solid #999; text-align: left; margin-top: 40px; }
.entry-title h2, .post-grid .entry-title h2 { margin: 0; letter-spacing: 1px; font-size: 13px; line-height: 1.3; text-transform: uppercase; margin-top: 2px !important; color: #900000; text-align: left; }
.entry-title h2 a:hover { color: #000; }

/* ==========================================================================
   PIED DE PAGE
   ========================================================================== */

/*-----------Pied de Page Général-----------*/
#footer { margin-top: 30px !important; }
footer a:hover { color: #5587a4 !important; }

/*-----------Icônes Sociales Pied de Page-----------*/
#footer .social-icon i { color: #000; }

/*-----------Droits d'Auteur-----------*/
#copyrights { font-size: 12px; line-height: 1.4; color: #000; }

/*-----------Drapeaux Pied de Page-----------*/
#footer a img.flag { opacity: 0.5; height: 25px; }
#footer a:hover img.flag { opacity: 1; }
footer a:link, footer a:visited { color: #000; }

/*-----------Retour en Haut-----------*/
#gotoTop:hover { background-color: #444; }


/*-----------Menu Droits d'Auteur-----------*/
.copyrights-menu a, .copyrights-menu a:visited { margin: 5px 0px 0px 0px; color: #000 !important; }
.copyrights-menu a:hover { color: #000; }

/*-----------Drapeaux-----------*/
.flags img { opacity: 0.5; height: 25px !important; }
.flags a:hover img { opacity: 1; }

/*-----------Logo Pied de Page-----------*/
a.footer-logo img { width: 230px; height: auto; }
.footer-logo { margin-bottom: 5px; }

/*-----------Icônes Sociales Pied de Page-----------*/
.socialFooter { padding-left: 24%; }

/*-----------Adresse-----------*/
.logoadresse { margin-bottom: 20px; }

/*-----------Droits-----------*/
.droits, .droits a, .droits a:link, .droits a:visited { font-size: 10px; line-height: 1.3; }

/* ==========================================================================
   REQUÊTES MÉDIA
   ========================================================================== */

/*-----------Requêtes Média (min-width: 1200px)-----------*/
@media all and (min-width: 1200px) {
    #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: 0px solid #fff; height: auto; z-index: 199; left: 0; margin: 0; top: -1px; }
    .ordre_true.product, .pageOrdre .ordre_true.product { height: 655px !important; }
    .ordre_false.product, .pageOrdre .ordre_false.product { height: 600px !important; }
    body.en.device-lg #primary-menu ul li a { padding-left: 28px; padding-right: 28px; }
}

/*-----------Requêtes Média (min-width: 500px et max-width: 1199px)-----------*/
@media all and (min-width: 500px) and (max-width: 1199px) {
    .ordre_true.product, .pageOrdre .ordre_true.product { height: 630px !important; }
    .ordre_false.product, .pageOrdre .ordre_false.product { height: 600px !important; }
}

/*-----------Requêtes Média (max-width: 991px)-----------*/
@media (max-width: 991px) {
    .nom_vente { font-size: 13px; }
    .date_vente { font-size: 13px; }
    .lieu_vente { font-size: 12px; }
    .adresse { text-align: center; padding-bottom: 30px; }
    #primary-menu ul ul a { font-size: 14px !important; text-transform: none; font-weight: 400; }
    #top-cart > a > span { font-size: 11px; color: #666; text-shadow: none; background-color: #fff; right: -14px; }
    #primary-menu .container #primary-menu-trigger { top: 0px; left: 0px; background-color: transparent !important; height: 40px; }
    #primary-menu-trigger { opacity: 1; top: 100%; background-color: transparent !important; }
    #primary-menu-trigger .icon-reorder { color: #000 !important; }
    #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { min-height: 40px; }
    #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 10px 0 !important; }
    .col-md-10.entry-c { width: 100%; }
    .col-sm-3.inscription_legende, .col-sm-2.inscription_legende { width: auto; margin-top: 0px; margin-bottom: 0px; padding-left: 30px; }
    .inscription_etape { width: 100%; padding-left: 11px; }
    textarea { width: 100%; }
    input[type="radio"], input[type="checkbox"] { width: 14px; }
    input[type="text"] { width: 100%; }
    input[type="email"] { width: 100%; }
    input[name="montant"][type="text"] { width: 90%; }
    #searchFiltre { background-color: #f8f8f8; height: 230px; }
    .btn-primary { margin-top: 20px; }
    .page_actualite .actualite .entry-image { width: 130px; float: left; margin-right: 20px; }
    .page_actualite .entry-c { width: 70%; }
    .copyrights-menu { margin-bottom: 0px; }
    .margin_top_widgetDroit { margin: 30px 0 30px 0; text-align: center; }
    .margin_top_widgetDroit img { width: 350px; }
    #primary-menu ul li { padding-left: 20px; }
    #logo img { width: auto; height: 50px; margin-bottom: 20px; top: 0px; }
    .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 12px; line-height: 1.3; }
    .footer-logo { padding-top: 20px; }
    .flags { clear: both; width: 100%; margin-bottom: 20px; }
    #footer .col-md-3 { width: 100%; text-align: center; float: left; }
    #logo img { margin-bottom: 20px; width: 300px; height: auto; }
    .salePhareTitle { font-size: 13px; line-height: 1.3; font-weight: normal; }
    .titre_page { font-size: 18px; margin: 30px 0 30px 0; }
    a.footer-logo img { width: 190px; height: auto; }
    #logo { height: auto; clear: both; }
}

/*-----------Requêtes Média (max-width: 767px)-----------*/
@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%; }
    #footer .textAlignRight { text-align: center; }
    .page_actualite .actualite .entry-c { width: 65%; float: left; }
    .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth { margin-bottom: 20px !important; float: left; }
    #logo img { margin-bottom: 20px; width: 250px; height: auto; }
    .WidgetTitle.titre_page, .titre_page, .titre_page a, .titre_page a:visited { font-size: 18px; line-height: 1.3; text-align: left; margin-top: 40px; }
    #footer .col_one_third { text-align: center; }
    .socialFooter { padding-left: 33%; }
    .adresse { text-align: center; }
    .team-member { float: none; }
    .team-member img { max-width: 250px; }
    img.img_expert { width: 100%; height: auto; text-align: center; float: none; margin-right: 0px; margin-bottom: 20px; clear: both; }
    .actualite_home .actualite .entry-image img { width: 100%; padding-right: 0px; }
}

/*-----------Requêtes Média (max-width: 480px)-----------*/
@media (max-width: 480px) {
    .page_actualite .actualite .entry-image { width: 100%; float: left; margin-right: 0px; }
    .page_actualite .entry-c { width: 100%; }
    .ordre_true.product, .pageOrdre .ordre_true.product { height: 640px !important; }
    .ordre_false.product, .pageOrdre .ordre_false.product { height: 600px !important; }
    .adresse { text-align: center; }
    .adresse1 { margin-top: 20px; }
    .socialFooter { padding-left: 30%; }
}

/*-----------Requêtes Média (spécifiques aux appareils)-----------*/
@media (min-width: 1200px) {
    .device-lg .actualite_home .entry.clearfix.actualite { float: left; width: 33%; padding-right: 10px; }
    .device-lg .team-member img { max-width: 300px; }
    .device-lg .actualite_home .entry-image { width: 280px !important; float: left; margin-right: 0px; padding-left: 0px; }
    .device-lg .actualite_droite .actualite .entry-image img { max-width: 250px; float: left; margin-right: 0px; }
    .device-lg .layoutsExemple .entry-image { width: 180px; float: left; margin-right: 10px; padding-left: 0px; }
    .device-lg .belles_encheres_colonne { padding: 0px 40px; }
    .device-lg .adresse { border-right: 1px dashed #ccc; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .device-md .WidgetDroite { font-size: 9px; }
    .device-md #primary-menu ul ul, #primary-menu ul li .mega-menu-content { text-shadow: none; }
    .device-md #primary-menu ul li a { padding-left: 22px; padding-top: 0px; padding-right: 22px; padding-bottom: 0px; font-size: 13px; }
    .device-md #primary-menu ul ul li a { padding-left: 15px; height: 20px; line-height: 14px; font-size: 12px; }
    .device-md #primary-menu ul ul a { padding-top: 14px !important; }
    .device-md .actualite_home .entry.clearfix.actualite { float: left; width: 33%; padding-right: 10px; }
    .device-md .actualite_droite .actualite .entry-image img { max-width: 250px; float: left; margin-right: 0px; }
    .device-md .col-md-10.entry-c { width: 70%; }
    .device-md .belles_encheres_colonne { padding: 0px 20px; }
    .device-md .carreSpecialites.col-md-4 { height: 350px; float: left; }
    .device-md .adresse { border-right: 1px dashed #ccc; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .device-sm .titre_expert { margin-bottom: 30px; float: left; clear: both; width: 100% !important; }
    .device-sm .col-md-4.expert { padding-bottom: 50px; width: 50%; float: left; }
    .device-sm .team-member { width: 50%; }
    .device-sm .team-member img { max-width: 250px; }
    .device-sm .actualite_home .entry.clearfix.actualite { float: left; width: 33%; padding-right: 10px; }
    .device-sm .actualite_home .entry.clearfix.actualite .entry-c { width: 33%; }
    .device-sm .actualite_droite .entry.clearfix.actualite .entry-image { width: 300px; float: left; margin-right: 0px; }
    .device-sm .actualite_droite .actualite .entry-image img { max-width: 250px; float: left; margin-right: 0px; }
    .device-sm .actualite_phare img, .device-sm .salePhareImage img { margin-bottom: 16px; }
    .device-sm .layoutsExemple .entry-image { width: 150px; float: left; margin-right: 10px; padding-left: 0px; }
    .device-sm .col-md-2.col-md-10.entry-c { width: 70%; padding-right: 0px; padding-left: 0px; }
    .device-sm .belles_encheres_colonne { padding: 0px 100px; }
    .device-sm .carreSpecialites.col-md-4 { height: 410px; float: left; width: 50%; }
    .device-sm .layoutsExemple .actualiteCol1 .entry-image { width: 350px !important; margin-right: 30px; }
    .device-sm .col-sm-3.inscription_legende, .device-sm .col-sm-2.inscription_legende { width: 24%; }
    .device-sm .btn-primary { margin-top: 50px; }
    .device-sm .newsletter_chekbox_txt { font-size: 12px !important; }
    .device-sm a.footer-logo img { width: 190px; height: auto; }
    .device-sm .socialFooter { padding-left: 16%; }
    .device-sm .adresse { border-right: 1px dashed #ccc; }
    .device-sm [class^="icon-legal"] { margin-right: 0px; }
    .device-sm input[type="radio"] { width: 14px !important; }
}

@media (max-width: 767px) {
    .device-xs .belles_encheres_colonne { padding: 0px 30px; }
    .device-xs .layoutsExemple .entry-image { width: 100%; padding-left: 0; padding-right: 0px; }
    .device-xs .layoutsExemple .calendrier .entry-image.no_couv.couverture_catalogue { height: 540px; }
    .device-xs .actualite_droite .actualite .entry-image { width: 100%; float: left; margin-right: 0px; }
    .device-xs .layoutsExemple .actualiteCol1 .entry-image { width: 90%; padding-left: 0; padding-right: 0px; }
    .device-xs [class^="icon-legal"] { margin-right: 0px; }
    .device-xs input[type="radio"] { width: 14px !important; }
}

@media (max-width: 479px) {
    .device-xxs #primary-menu .container #top-search form input::placeholder { font-size: 14px; color: #000; text-transform: none; font-weight: normal; }
    .device-xxs .tp-caption.WebProduct-Title.tp-resizeme { font-size: 16px !important; line-height: 1.3; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
    .device-xxs .tp-caption, .device-xxs .tp-caption a { font-size: 12px !important; color: #000; line-height: 1.3; }
    .device-xxs .tp-caption { display: none; }
    .device-xxs #form_inscription .row { padding-left: 20px; }
    .device-xxs .entry-title h2, .device-xxs .post-grid .entry-title h2 { margin: 0; letter-spacing: 1px; font-size: 13px !important; line-height: 1.4; text-transform: uppercase; margin-top: 2px !important; text-align: left; }
    .device-xxs .belles_encheres_home .verticalCarouselContent { border: 1px solid #fff; padding: 10px; clear: both; width: 280px; float: left; }
    .device-xxs .belles_encheres_colonne { padding: 0px; }
    .device-xxs .carreSpecialites.col-md-4 { height: 450px; float: left; }
    .device-xxs .layoutsExemple .entry-image { width: 100%; padding-left: 0; padding-right: 0px; }
    .device-xxs .layoutsExemple .calendrier .entry-image.no_couv.couverture_catalogue { height: 380px; }
    .device-xxs .actualite_droite .actualite .entry-image { width: 100%; float: left; margin-right: 0px; }
    .device-xxs .page_newsletter #etape1, .device-xxs .page_newsletter #etape2, .device-xxs .page_newsletter #etape3, .device-xxs .page_newsletter #droit { padding: 25px 10px 25px 5px; margin-bottom: 0px !important; }
    .device-xxs .page_newsletter .col-sm-3 { padding-right: 0px; }
    .device-xxs textarea { width: auto; }
    .device-xxs input[type="email"] { width: auto; }
    .device-xxs .formulaireContact input[type="civilite"] { width: auto; }
    .device-xxs #estim input { width: auto; }
    .device-xxs #estim input[type="radio"] { width: 14px !important; }
    .device-xxs .newsletter_chekbox_txt { font-size: 12px !important; }
    .device-xxs #page-title.page-title-mini h1 { font-weight: 300; font-size: 14px; color: #5587a4; }
    .device-xxs .col-md-10.entry-c { width: 100%; }
}