.entry-title h2 a {
font-size: 12px;
font-weight: bold;
}

.entry-title h2 {
font-size: 12px;
font-weight: bold;
}

.oc-lot h5 {padding-left: 26px;}


.actualite_droite {width: 80%;}

#primary-menu ul ul a {font-family: Poppins;}

/*----------------logo---------------*/
/* Taille du logo par défaut (grands écrans) */
#logo img {
  width: 320px;
  left: 120px;
  height: auto;
}

/* Réduction du logo pour les petits écrans (moins de 768px de large) */
@media (max-width: 768px) {
#logo img {
    width: 270px;
  left: 0px;
  }
}


/*---------------- Social footer ----------------*/
.socialFooter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}


/*----------------bouton drouot-----------------*/
.bouton-drouot {
  background-color: white;
  color: #000 !important;
  border: 1px solid #000;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  transition: background-color 0.3s ease; /* pour une transition douce */
}

.bouton-drouot:hover {
  background-color: #f0f0f0;
  color: #000 !important;
  cursor: pointer;
}


/*----------------bloc vente------------- */
.bloc_vente_date {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    padding-top: 8px;
    clear: both;
}


/*---------------- 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;
}



/*------header------*/
.cpgen-header {
  margin-bottom: 20px;
}

.languecn {
  display: none;
}


/*------produits------*/
.productLive {
  border-radius: 5px;
  border: 1px solid #c00935;
  color: #c00935;
  background: #fff;
  padding: 10px;
  line-height: 15px;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.productOnline,
.productOnlineResult {
  clear: both;
}

/*------bloc services------*/
.bloc_services {
  text-align: center;
}

.bloc_services .Estimation-text a:link {
  border-radius: 4px;
}

.bloc_services .Estimation-text .btn {
  border-radius: 0;
  background-color: #000 !important;
  color: #fff;
  margin-bottom: 14px;
  width: 260px;
}

.bloc_services .Estimation-text .btn:hover {
  border-radius: 4px;
  background-color: #990033 !important;
  color: #fff;
  margin-bottom: 14px;
  width: 260px;
}

/*------vidéothèque------*/
.page_videotheque img {
  max-width: 500px;
  padding: 10px 0;
}

/*------icônes et menus------*/
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a::after,
[class^="icon-legal"] {
  margin-right: 0;
}

/*------titres------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500 !important;
}

.titre_page {
  font-size: 30px;
  font-family: 'PT Sans';
  font-weight: bold !important;
  color: black;
  margin-top: 50px;
  text-transform: uppercase;
}

/*------recherche et social------*/
.lot_recherche .lotnum {
  font-size: 16px;
}

.si-share .social-icon {
  display: none;
}

/*------widgets gauche/droite------*/
.WidgetGauche,
.WidgetDroit {
  margin: 30px 0 20px;
}

.device-lg .WidgetGauche img,
.device-md .WidgetGauche img,
.device-sm .WidgetGauche img,
.device-lg .WidgetDroit img,
.device-md .WidgetDroit img,
.device-sm .WidgetDroit img {
  width: 180px;
  height: auto;
}

/*------top bar------*/
#top-bar,
.device-sm #top-bar {
  line-height: 1.4;
  font-size: 13px;
}

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
  height: 48px;
  line-height: 48px;
}

#top-social li .ts-icon {
  text-align: center;
  font-size: 16px;
}

/*------liens haut------*/
.lienhaut {
  float: left;
  margin-left: 8px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5;
}


/*------images et catalogue------*/
.droite_catalogue img {
  max-width: 120px;
  height: auto;
}

.device-lg .salePhareImage img,
.device-md .salePhareImage img {
  width: 180px;
}

.device-sm .salePhareImage img {
  width: 300px;
}

img {
  border-radius: 3px;
}

.layoutsExemple .entry-image {
  width: 170px;
  float: left;
  margin-right: 20px;
}


/*--------------- langues -------------*/
.languegb img,
.languefr img {
  display: none;
}

.languegb::after {
  content: "  EN";
  float: right !important;
  font-weight: bold;
}

.languefr::after {
  content: "  FR";
  float: right !important;
  font-weight: bold;
}

a.languegb,
a.languefr {
  padding-left: 0;
}

.languegb,
.languefr {
  float: right;
  padding-right: 10px;
  padding-top: 12px;
}


/*--------------- bug formulaire -------------*/
#etape2 > div:nth-child(2) > div:nth-child(1) > input:nth-child(1) {
  margin-left: -15px;
}

.device-xxs #form_inscription .row {
  padding-left: 20px;
}


/*--------------- recherche -------------*/
.button.button-3d:hover {
  background-color: #333 !important;
}

.button {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  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: #333;
  border-color: #333;
}

.device-sm .btn-primary {
  margin-top: 50px;
}

#searchFiltre {
  background-color: #f8f8f8;
}

#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 {
  width: 100%;
  padding: 6px 10px;
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
}


/*---------------#menu-------------*/

#primary-menu.style-2 > div > ul > li > a  {
  font-weight: bold;
  letter-spacing: 0.5px;
}

/*----------------search-----------------*/

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
  margin-top: 10px;
  margin-bottom: 0;
}

#top-cart.top-cart-open .top-cart-content {
  margin-top: -10px;
}

.device-md #top-search a,
.device-md #top-cart a,
.device-md #side-panel-trigger a {
  font-size: 10px;
}

#primary-menu-trigger .icon-reorder {
  color: #000 !important;
}

#top-search form input {
  font-size: 14px;
  padding: 0 14px 0 10px;
  font-weight: 500;
}

#primary-menu .container #top-search form input {
  color: #000 !important;
  font-family: 'PT Sans';
}

#primary-menu .container #top-search form input::placeholder {
  color: #000 !important;
  font-family: 'PT Sans';
}

#top-search,
#top-cart,
#side-panel-trigger {
  float: left;
}

#top-cart a:hover,
#top-search a:hover {
  color: #990000;
}


/*----------------  #home calendrier -------------*/

.home_calendrier {
  margin-bottom: 40px;
}

.device-sm .home_calendrier .owl-carousel .owl-stage-outer {
  height: 470px;
}


.home_calendrier .owl-item {
  padding-right: 16px;
}

.home_calendrier .owl-carousel .owl-item img {
  width: 100%;
  border: 1px solid #f8f8f8;
}

.oc-catalogue .owl-carousel .owl-item {
  height: 210px;
}

.device-xxs .home_calendrier .owl-carousel .owl-item img {
  width: 100%;
  max-height: none;
  height: auto;
  overflow: visible;
}

.home_calendrier .couverture_catalogue img {
  border: none;
  border-radius: 5px;
}

.home_calendrier .verticalImage,
.home_calendrier .verticalImage.couverture_catalogue {
  width: 100%;
  padding: 0;
}

.home_calendrier .verticalImage.couverture_catalogue {
  margin-bottom: 10px;
}

.home_calendrier .verticalImage.couverture_catalogue a:hover {
  opacity: 0.75;
}

.home_calendrier .owl-theme .owl-controls {
  text-align: center;
  margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000;
}

.lotPhareResult {
  color: #000;
  font-weight: bold;
  padding-top: 6px;
}

.home_calendrier .couvPasDispo {
  height: 214px;
}

.home_calendrier .layoutsExemple .entry-image.no_couv.couverture_catalogue {
  background: #f8f8f8 url("https://www.lucienparis.com/uploads/Image/img_site/nocouv.png") no-repeat center center;
  background-size: 100% 100%;
  border: 1px solid #ccc;
  height: 276px !important;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.layoutsExemple .entry-image {
  width: 160px;
  border-radius: 5px;
}


/*----------------  #carrousel home-resultats -------------*/

.device-xxs .verticalCarouselContent,
.device-xs .verticalCarouselContent,
.device-sm .verticalCarouselContent {
  border: 1px solid #fff;
  padding: 10px;
  clear: both;
  width: 280px;
  float: left;
}

.device-xs .layoutsExemple.col-md-4.noPaddingRight,
.device-sm .layoutsExemple.col-md-4.noPaddingRight {
  width: 100%;
}

.titre_encheres,
.titre_services,
.titre_encheres a,
.titre_services a {
  color: #000;
  font-size: 24px !important;
  margin: 10px 0;
  padding-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  clear: both;
  line-height: 1.4;
}

.device-xxs .titre_encheres,
.device-xxs .titre_services {
  font-size: 15px;
  line-height: 1.4;
}

.belles_encheres,
.belles_encheres_home {
  text-align: center;
  margin-top: 20px;
}

.CarouselResultat {
  color: #990000;
  margin-top: 4px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  clear: both;
}

.belles_encheres_home .owl-carousel .owl-item img {
  margin: 0 auto;
  border-radius: 3px;
  height: 130px;
}

.belles_encheres_home .imgphare {
  display: table-cell;
  height: 140px;
  margin-bottom: 14px;
  margin-right: 19px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  float: left;
  max-height: 140px;
  min-height: 140px;
  width: 100%;
}

.device-xxs .belles_encheres .verticalCarouselContent,
.device-xs .belles_encheres .verticalCarouselContent,
.device-sm .belles_encheres .verticalCarouselContent {
  border: 1px solid #fff;
  padding: 10px;
  clear: both;
  width: 100%;
  text-align: center;
}

.col-md-4 .WidgetTitle.titre_services,
.col-md-4 .WidgetTitle.titre_encheres {
  text-align: center;
  line-height: 1.4;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

.belles_encheres_home .contentCarouselLot {
  width: auto;
}

.belles_encheres_home .owl-carousel {
  width: 100%;
}


 /*---------------Formulaire de contact -----------------*/
.formulaireContact {background-color: #f8f8f8;padding: 20px;}
.formulaireContact #dsi-submit-btn {color: #fff;background: #444;border-color: #444;margin-bottom: 20px;}
.formulaireContact #dsi-submit-btn:hover {color: #fff;background: #3a8eba;border-color: #3a8eba;margin-bottom: 20px;}
.formulaireContact .col-sm-3.inscription_legende {width: 160px;}
.formulaireContact .col-sm-9 {margin-bottom: 20px;}
.formulaireContact .col-sm-2 {width: 83px;padding-right: 0px;padding-left:0px;}


/*----------------  #formulaire de contact -------------*/

.formulaireContact {
  background-color: #f8f8f8;
  padding: 20px;
}

.formulaireContact #dsi-submit-btn {
  color: #fff;
  background: #444;
  border-color: #444;
  margin-bottom: 20px;
}

.formulaireContact #dsi-submit-btn:hover {
  color: #fff;
  background: #3a8eba;
  border-color: #3a8eba;
  margin-bottom: 20px;
}

.formulaireContact .col-sm-3.inscription_legende {
  width: 160px;
}

.formulaireContact .col-sm-9 {
  margin-bottom: 20px;
}

.formulaireContact .col-sm-2 {
  width: 83px;
  padding-right: 0;
  padding-left: 0;
}


/*----------------  #logo mon amour social entete -------------*/

.si-rss {
  width: 65px;
  text-align: center;
  background-image: url("https://www.lucienparis.com/uploads/Image/img_site/logomonamour.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 6px;
  background-color: #ffffff;
}

.icon-rss::before {
  content: '';
}

.si-rss:hover,
.si-colored.si-rss {
  background-color: #fff !important;
  background-image: url("https://www.lucienparis.com/uploads/Image/img_site/logomonamour.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
}

.ts-text.si-rss:hover,
.ts-text.si-colored.si-rss {
  display: none;
}

#top-social li .si-rss .ts-text {
  display: none;
}


/*----------------  #entete -------------*/

#top-bar .flags img {
  width: 26px !important;
  max-width: 26px;
  padding-right: 2px;
  float: left;
  padding-top: 31px;
}

#top-bar .flags a img {
  opacity: 1;
}

#top-bar .flags a:hover img {
  opacity: 1;
}

#top-social li a:hover,
#top-social li a:hover .ts-icon,
#top-social li a:hover .ts-text {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.social-icon:hover {
  color: #fff;
  border-color: transparent;
}

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
  color: #000;
}

#top-social li {
  border-left: 0 !important;
}


/*----------------  #slider -------------*/

.tp-caption {
  font-size: 14px !important;
  line-height: 18px;
}

.tp-caption #slideTitleId {
  margin-bottom: 10px;
  font-size: 16px !important;
}

#slider {
  margin-bottom: 30px;
}


/*----------------  #home -------------*/

.newsPhareImage {
  margin-bottom: 20px;
}

.newsPhareTitle {
  text-align: center;
  font-weight: bold;
}

.newsPhare {
  padding-bottom: 20px;
}

h2.salePhareTitle {
  text-transform: none !important;
}

.device-lg .example,
.example {
  margin-top: 1px !important;
}

.device-xxs .titre_page,
.device-xs .titre_page {
  font-size: 20px;
  line-height: 1.4;
}

.col-md-4 .WidgetTitle,
.col-md-4 {
  text-align: center;
}

.device-lg .calendrier_milieu,
.device-md .calendrier_milieu {
  padding-left: 5px;
  padding-right: 5px;
  min-height: 850px;
}

.device-xxs .calendrier_milieu,
.device-xs .calendrier_milieu,
.device-sm .calendrier_milieu {}

.device-lg .calendrier_milieu .col-md-9.entry-c {
  width: 72%;
}

.device-md .calendrier_milieu .col-md-9.entry-c {
  width: 66%;
}

.entry {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #fff;
}

.picto_social_home {
  float: right;
  margin-bottom: 40px;
  clear: both;
}

.calendrier_milieu .bloc_mois_date {
  display: none;
}

.device-lg .vente_phare img,
.device-md .vente_phare img {
  margin-bottom: 20px;
  width: 140px;
  border-radius: 4px;
}

.device-xxs .vente_phare img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
}

.vente_phare {
  padding-left: 0;
}

.actualite_gauche .entry.actualite {
  float: left;
  width: 100% !important;
  margin-bottom: 20px;
  max-height: none;
}

.device-lg .actualite_gauche .entry.clearfix.actualite .entry-image,
.device-md .actualite_gauche .entry.clearfix.actualite .entry-image {
  width: 140px;
  float: left;
  margin: 0;
  padding-left: 0;
}


.actualite_droite .entry.actualite .entry-c .date_actualite {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 5px;
  font-family: "News Cycle", "MS Sans Serif", Geneva, sans-serif;
  font-size: 10px;
}

.device-lg .actualite_droite .entry.actualite .entry-image,
.device-md .actualite_droite .entry.actualite .entry-image {
  width: 180px;
  float: left;
  padding: 0;
  margin-bottom: 20px;
}

.device-xxs .actualite_droite .entry.actualite .entry-image,
.device-xs .actualite_droite .entry.actualite .entry-image {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 10px;
}

.device-sm .actualite_droite .entry.actualite .entry-image {
  width: 200px;
  float: left;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}

.device-md .actualite_droite .entry.clearfix.actualite .entry-image {
  width: 180px;
  float: left;
  margin: 0;
  padding-left: 0;
}

.device-sm .entry.clearfix.actualite .entry-c {
  position: relative;
  overflow: hidden;
  float: left;
  width: 70%;
  padding-left: 20px;
}

.layoutsExemple.col-md-6 {
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 850px;
}

.calendrier .entry-c {
  position: relative;
  overflow: hidden;
  width: 68%;
}

.bloc_vente_lieu {
  color: grey;
  font-style: normal;
  margin-top: 4px;
  font-size: 12px;
  clear: both;
}

.actualite_lire_suite,
.more-link {
  display: none;
}

.actualite .entry-image {
  width: 170px;
  float: left;
  margin-right: 20px;
}


/*----------------  #encart services -------------*/

.titre_belles_encheres {
  border-top: 1px solid #999;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 40px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.belles_encheres_colonne {
  padding: 20px 40px;
  clear: both;
}

.device-xxs .belles_encheres_colonne,
.device-xs .belles_encheres_colonne,
.device-sm .belles_encheres_colonne {
  padding: 0;
}

.CarouselResultat {
  color: #990000;
  font-size: 13px;
}

.encart_logo_colonne {
  text-align: center;
}

.encart_titre,
.encart_titre a {
  color: #000;
  text-transform: uppercase;
  font-family: "News Cycle", "MS Sans Serif", Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

#estim_recherche .Style5 {
  background: #000;
  border-radius: 2px;
  color: #fff;
  float: left;
  margin: 10px 0;
  padding: 5px;
}



/*----------------  #calendrier -------------*/

.calendrier .col-md-3.entry-image.couverture_catalogue {
  padding-right: 4px;
}

.triAnnee.annee1970 {
  display: none;
}

.page_calendrier .triAnnee,
.triAnnee a,
.pagecalendrier .triAnnee {
  background-color: #fff;
  color: #000 !important;
  font-size: 12px;
  padding: 2px 6px;
}

.page_calendrier .triAnnee:hover,
.pagecalendrier .triAnnee:hover {
  background-color: #ccc;
  color: #000 !important;
}

.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: #000;
}


.calendrier_annees {
  margin-bottom: 20px;
}

.device-lg .page_calendrier .couverture_catalogue img {
  width: 160px;
}

.WidgetTitle.titre_page {
  clear: both;
}

.titrespecialites {
  background-color: #000;
}

.si-share .social-icon {
  display: none;
}

.device-xxs .phare {
  min-height: 280px;
}

.WidgetTitle {
  margin-bottom: 40px;
}

.WidgetVente .col-md-11.entry-c {
  padding-right: 0;
  padding-left: 0;
  float: left;
}

.WidgetVente .col-md-1.entry-.couverture_catalogue {
  padding-right: 0;
}

/* Images dans le calendrier */

.layoutsExemple .WidgetDroit .entry-image,
.device-md .layoutsExemple .entry-image,
.device-lg .layoutsExemple.col-md-8 .entry-image,
.device-sm .layoutsExemple .entry-image,
.device-lg .layoutsExemple .calendrier_milieu .entry-image {
  width: 140px;
  float: left;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}

.device-lg .layoutsExemple .WidgetDroit .entry-image {
  width: 180px;
}

.device-lg .layoutsExemple.col-md-8 .entry-image {
  width: 160px;
}

.device-md .layoutsExemple .entry-image {
  width: 140px;
}

.device-sm .layoutsExemple .entry-image {
  width: 140px;
}

.device-lg .layoutsExemple .calendrier_milieu .entry-image {
  width: 140px !important;
}

/* Placeholder catalogues sans couverture */

.entry-image.no_couv,
.device-lg .entry-image.no_couv,
.device-md .entry-image.no_couv,
.device-sm .entry-image.no_couv,
.device-xs .entry-image.no_couv,
.device-xxs .entry-image.no_couv {
  background-image: url("https://www.lucienparis.com/uploads/Image/img_site/picto_no_couv.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  padding-right: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 0;
  width: 129px !important;
  height: 166px !important;
}

.device-xxs .entry-image.no_couv {
  width: 379px !important;
  height: 428px !important;
}

.device-xs .entry-image.no_couv {
  width: 100% !important;
  height: 522px !important;
}

.device-lg .page_calendrier .entry-image.no_couv {
  width: 147px !important;
  height: 185px !important;
  margin-right: 13px;
}

.device-md .page_calendrier .entry-image.no_couv,
.device-sm .page_calendrier .entry-image.no_couv {
  width: 130px !important;
  height: 166px !important;
  margin-right: 13px;
}

.device-sm .entry-image.no_couv {
  margin-right: 10px;
}

.entry-image.widget_no_couv {
  background-image: url("https://www.lucienparis.com/uploads/Image/img_site/widget_catalogue_no_couv.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 150px !important;
  height: 190px !important;
  padding-right: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 16px;
}

.entry-image.no_couv.couverture_catalogue {
  background-image: url("https://www.lucienparis.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: 190px !important;
  padding-right: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 16px;
}

.col-md-3 .entry-image .couverture_catalogue {
  width: 150px;
  float: left;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}

/* Boutons et validations */

.cpgen-container {
  padding-top: 0;
}

.bt_valider_ordre input,
#estim .btn.btn-default,
#form_inscription .btn.btn-default,
.formEnvoyer input {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 10px;
}

.bt_valider_ordre input:hover,
#estim .btn.btn-default:hover,
#form_inscription .btn.btn-default:hover,
.formEnvoyer:hover input {
  background: #f8f8f8;
  color: #9e0e40;
  border: 1px solid #f8f8f8;
}

.Estimation-text .btn {
  border-radius: 2px;
  background-color: #000;
  color: #fff;
}

.btn {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0;
  padding: 4px 20px;
  transition: all 0.3s ease 0s;
  -moz-user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

/* Titres et textes du calendrier */

.salePhareTitle {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
  text-decoration: none;
  font-weight: bold !important;
  font-family: 'PT Sans', sans-serif;
}

.salePhareLocation {
  color: #333;
  font-style: normal;
  margin-top: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

.salePhareBts {
  padding-bottom: 40px;
}

.actualite .entry-title h2 {
  color: #000;
  text-transform: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  font-family: PT Sans;
}

.device-lg .layoutsExemple .calendrier_specialites .entry-image {
  width: 120px !important;
  float: left;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}

.verticalCarouselContent {
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 250px;
  text-align: center;
}

.bloc_mois_date {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}


/*---------------- #catalogues ----------------*/

.nom_vente {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  margin-top: 0 !important;
  padding-top: 0;
}

.lieu_vente {
  color: #333;
  font-style: italic;
  margin: 4px 0 10px;
  font-size: 15px;
}

.date_vente {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: capitalize;
}

.sale-flash2 {
  width: auto;
  max-width: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  border-radius: 4px;
  clear: both;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
  background-color: #9e0e40 !important;
  border-color: #000 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000;
}

#page-title.page-title-mini h1 {
  font-weight: bold;
  width: 69%;
}

.si-share div {
  float: right;
  padding-right: 14px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #000;
}

.jq-icon-info {
  background-color: #000 !important;
  color: #fff;
  border-color: #000 !important;
}


/*---------------- #actualites ----------------*/

.device-lg .pageActualite .portfolio-item {
  float: left;
  width: 400px;
  margin: 0 12px 12px 0;
  min-height: 480px !important;
  max-height: 480px !important;
  position: relative;
}

.WidgetAccueil .entry.clearfix.actualite {
  position: relative;
  margin: 0 0 0 14px;
  padding: 10px 0 20px;
  float: left;
  width: 93%;
}

.entry.clearfix.actualite .entry-title,
.entry.clearfix.actualite .entry-c {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.entry.clearfix.actualite .entry-title {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: bold;
  font-family: 'News Cycle', 'MS Sans Serif', Geneva, sans-serif;
  padding-bottom: 6px;
}


/*---------------- #actualites Paris mon Amour ----------------*/

.actualite .entry-image {
  width: 170px;
  float: left;
  margin-right: 20px;
}

/* Grand écran */
.device-lg .actualitespma .entry.clearfix.actualite,
.device-md .actualitespma .entry.clearfix.actualite {
  float: left;
  width: 50% !important;
  margin-bottom: 20px;
  padding-right: 20px;
  min-height: 430px;
  max-height: 430px;
}

.device-lg .actualitespma .entry.actualite,
.device-md .actualitespma .entry.actualite {
  float: left;
  width: 50% !important;
  margin-bottom: 20px;
  padding-right: 20px;
  min-height: 337px;
}

/* Mobile XS et XXS */
.device-xs .actualitespma .entry.actualite,
.device-xxs .entry.actualite,
.device-xs .entry.actualite {
  float: left;
  width: 100% !important;
  margin-bottom: 20px;
  padding-right: 0;
}

.device-xxs .actualitespma .entry.clearfix.actualite,
.device-xs .actualitespma .entry.clearfix.actualite,
.device-sm .actualitespma .entry.clearfix.actualite {
  float: left;
  width: 100% !important;
  margin-bottom: 20px;
  padding-right: 0;
  min-height: none;
  max-height: none;
}

/* Image responsive */
.device-xxs .layoutsExemple.col-md-12 .entry-image {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.device-lg .layoutsExemple.col-md-12 .entry.actualite,
.device-md .layoutsExemple.col-md-12 .entry.actualite {
  float: left;
  width: 23% !important;
  margin-bottom: 20px;
  margin-right: 20px;
  min-height: 360px;
  max-height: 360px;
}


/*---------------- #actualites event ----------------*/
.texte_actualite {
  font-size: 12px;
  line-height: 14px;
  float: left;
  width: 100%;
  overflow: hidden;
}

/*---------------- #page revue de presse ----------------*/
.page_actualite_presse .entry.clearfix.actualite {
  float: left;
  height: 500px;
  margin-bottom: 30px;
}

.device-lg .page_actualite_presse .entry.clearfix.actualite {
  width: 25%;
  height: 500px;
  margin-bottom: 30px;
}

.device-md .page_actualite_presse .entry.clearfix.actualite,
.device-sm .page_actualite_presse .entry.clearfix.actualite {
  width: 50%;
  height: 500px;
  margin-bottom: 30px;
}


.page_actualite_presse .entry-image {
  width: 230px !important;
  float: left;
  margin-right: 0;
}

.device-lg .layoutsExemple.col-md-12 .page_actualite_presse .entry.actualite,
.device-md .layoutsExemple.col-md-12 .page_actualite_presse .entry.actualite {
  margin-bottom: 30px;
  min-height: 500px;
  max-height: 500px;
}

/*---------------- #page amis ----------------*/
.page_amis .col-md-4 {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
  min-height: 170px;
  max-height: 170px;
}

.page_amis .col-md-12 {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
  min-height: 140px;
  max-height: 140px;
}

/*---------------- #specialites ----------------*/
.device-lg .bandeauCalendrier .bellesencheres,
.device-md .bandeauCalendrier .bellesencheres,
.device-sm .bandeauCalendrier .bellesencheres {
  background-color: #000;
  padding-top: 20px;
  margin-bottom: 30px;
  float: left;
  border-radius: 4px;
}

.device-xxs .bandeauCalendrier .bellesencheres,
.device-xs .bandeauCalendrier .bellesencheres {
  background-color: #fff;
  padding: 0;
  margin-bottom: 30px;
  height: auto;
  float: left;
  border-radius: 4px;
}

.carreSpecialites.col-md-2 {
  margin-bottom: 40px !important;
}

.device-lg .carreSpecialites.col-md-2 {
  width: 190px;
  margin-bottom: 40px;
}

.device-md .carreSpecialites.col-md-2 {
  width: 155px;
  margin-bottom: 40px;
}

.device-sm .carreSpecialites.col-md-2 {
  width: 230px;
  margin-bottom: 40px;
  float: left;
}

.device-xs .carreSpecialites.col-md-2,
.device-xxs .carreSpecialites.col-md-2 {
  width: 230px;
  margin-bottom: 40px;
}

.pageCalendrier .titrespecialites {
  background-color: #9e0e40;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  font-family: Poppins;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px;
}

.carreSpecialites.col-md-4 {
  margin-bottom: 40px !important;
  height: 400px;
  float: left;
}

.device-md .carreSpecialites.col-md-4,
.device-sm .carreSpecialites.col-md-4 {
  margin-bottom: 40px;
}

.device-sm .carreSpecialites.col-md-4 {
  float: left;
}

.device-xs .carreSpecialites.col-md-4 {
  height: 450px;
  float: left;
}

.device-xxs .carreSpecialites.col-md-4 {
  height: 380px;
  float: left;
}

.device-lg .carreSpecialites.col-md-3,
.device-md .carreSpecialites.col-md-3 {
  height: 330px;
  float: left;
  margin-bottom: 40px;
}

.device-sm .carreSpecialites.col-md-3 {
  height: 400px;
  float: left;
  margin-bottom: 40px;
  width: 50%;
}

.device-xs .carreSpecialites.col-md-3,
.device-xxs .carreSpecialites.col-md-3 {
  height: 400px;
  float: left;
  margin-bottom: 40px;
}

.encart_logo_colonne {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0;
}

.encart_titre,
.encart_titre a,
.encart_titre a:link {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: bold;
  font-family: 'News Cycle', 'MS Sans Serif', Geneva, sans-serif;
  padding-bottom: 6px;
}

#rev_slider {
  margin-bottom: 50px !important;
}

.titrespecialites {
  background-color: #fff;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px;
  font-family: Poppins;
}

.titreconstat {
  background-color: #fff;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 2px;
  margin-top: 10px;
}

.bellesencheres .titrespecialites {
  font-size: 12px;
}

.carreSpecialites.col-md-4 div {
  margin-top: 4px;
}

.lotPhareResult {
  color: #993333;
  font-weight: 500;
}

/*---------------- #formulaires ----------------*/
.device-xxs textarea {
  width: 100%;
}

.device-xxs .newsletter_chekbox input,
.device-xxs #etape2 input {
  width: auto;
}

.device-xxs input[type="radio"],
.device-xxs #estim input[type="radio"] {
  width: 14px !important;
}

.device-xxs .pageNewsletter .col-sm-3 {
  padding-left: 10px;
}


/*---------------- PAGE ESTIMATION et NEWSLETTER -------------*/
#estim {
  margin-top: 30px;
}

.bt_valider_ordre input,
#estim .btn.btn-default,
#form_inscription .btn.btn-default,
.formEnvoyer input {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 10px;
}

.bt_valider_ordre input:hover,
#estim .btn.btn-default:hover,
#form_inscription .btn.btn-default:hover,
.formEnvoyer:hover input {
  background: #3a8eba;
  color: #fff;
  border: 1px solid #3a8eba;
}

.fond_estimation {
  background-color: #f8f8f8;
}

.page_newsletter .fond_estimation {
  background-color: #f8f8f8;
  float: left;
}

#estim num_etape_un,
#estim num_etape_deux,
#estim .num_etape_trois {
  margin: 10px 0 20px 0;
}

.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 {
  padding: 5px 10px 10px 0;
}

.texte_etape_trois {
  margin: 10px 0 20px 0;
}

.device-xxs #etape1,
.device-xxs #etape2,
.device-xxs #etape3,
.device-xxs #droit {
  padding: 15px;
  margin-bottom: 20px;
}

.device-xxs .titre_ordre_etape,
.device-xxs .titre_ordre_phrase,
.device-xxs .num_etape_trois,
.num_etape_deux,
.device-xxs .num_etape_un,
.texte_etape_un,
.device-xxs .texte_etape_deux,
.texte_etape_trois,
.device-xxs .inscription_etape,
.calendrier_theme {
  padding: 5px 10px 15px 15px;
}

.newsletter_lettrine {
  display: none;
}

.newsletter_theme {
  font-size: 12px;
}

.device-xxs .newsletter_theme {
  font-size: 10px;
}

#etape1,
#etape2,
#etape3,
#droit {
  padding: 25px;
  width: 100%;
  margin-bottom: 0 !important;
}

.device-xxs .newsletter_colonne,
.device-xs .newsletter_colonne {
  float: left;
  width: 100%;
}

.row.inscription_etape_un,
.row.inscription_etape_deux,
.row.inscription_etape_trois {
  border-bottom: 1px solid #f8f8f8;
}

/*---------------- PAIEMENT ----------------*/
.paiement {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
  float: left;
}

.paiement h3 {
  display: none;
}

/*---------------- RECHERCHE ----------------*/
#estim_recherche .Style5 {
  background: #000 !important;
  border-radius: 2px;
  color: #fff;
  float: left;
  margin: 10px 0;
  padding: 5px;
}

#copyrights .col_one_third.col_last {
  text-align: right;
}

#copyrights .col_one_third {
  margin-bottom: 0 !important;
  padding: 10px 0;
  text-align: center;
}

.device-xxs #copyrights .col_one_third.col_last,
.device-xs #copyrights .col_one_third.col_last {
  margin-bottom: 0 !important;
  float: left;
  text-align: center;
  padding: 10px 0;
}


.device-xxs #primary-menu-trigger,
.device-xs #primary-menu-trigger,
.device-sm #primary-menu-trigger {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
  left: 0;
}

#bloc_recherche #bok,
#submitAlert {
  border-radius: 0 4px 4px 0;
  height: 36px;
  margin-left: -4px;
  padding: 2px;
  vertical-align: bottom;
  width: 35px;
  color: #fff;
  background-color: #000;
}

/*---------------- FOOTER ----------------*/
#copyrights {
  background-color: #000 !important;
  padding-top: 20px;
  color: #fff;
  line-height: 1.5;
}


.bottom-social {
  padding: 20px 0;
  display: none;
}

.adressebas {
  padding-top: 4px;
  font-size: 12px;
}

.cptitre {
  font-size: 20px;
  padding-bottom: 10px;
  color: #fff;
}

.veritas {
  height: 65px;
  width: auto;
  margin-top: -7px;
}


#gotoTop:hover {
  background-color: #ccc;
}


/*---------------- CGU - pages statiques -----------------*/
.calLegende {
  background-color: #f1f1f1;
  padding: 20px;
  width: 100% !important;
  text-align: center;
  margin-bottom: 40px;
}

.page_statique {
  text-align: justify;
  font-size: 13px;
}

.page_statique h2 {
  clear: both;
  padding: 20px 0 0 0;
  font-size: 18px;
}

.page_statique h3 {
  padding: 20px 0 0 10px;
  font-size: 12px;
  font-style: italic;
}

.page_statique h4 {
  padding: 20px 0 0 10px;
  font-size: 12px;
}

.paiement {
  margin-top: 30px;
}

/*---------------- MEDIA QUERIES ----------------*/

/* Large screens and up */
@media (min-width: 992px) {
  .col-md-9 {
    width: 74%;
  }
}

/* Medium screens (tablet and smaller desktop) */
@media (max-width: 991px) {
  #logo {
    height: 110px;
  }
  
  #primary-menu .container #primary-menu-trigger {
    top: 8px;
    left: 0;
  }
  
  #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 133px !important;
    margin-top: 0;
    left: 0;
  }
  
  #top-social li,
  #top-social li a,
  #top-social li .ts-icon,
  #top-social li .ts-text {
    height: 40px;
    line-height: 40px;
  }


  #top-bar {
    line-height: 1.4;
    font-size: 14px;
    padding-top: 20px;
  }


  .layoutsExemple .entry.clearfix.actualite .entry-image {
    width: 150px;
    float: left;
    margin-right: 20px;
  }
}

/* Small screens (phones) */
@media (max-width: 767px) {
  .device-xxs #top-social .si-facebook,
  .device-xxs #top-social .si-instagram {
    display: block;
  }
  
  .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%;
  }

  .lienhaut {
    font-size: 10px;
    line-height: 1.4;
    float: none;
    text-align: center;
  }
  
  #top-bar .flags img {
    padding-top: 0;
  }
  
  .page_videotheque img {
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .carouselCouvCata,
  .calendrierVertical .cataPasDispo {
    overflow: hidden;
    max-height: 390px;
    float: left;
    margin-bottom: 14px;
  }
  
  .home_calendrier .calendrierVertical .entry-title h2 {
    height: auto;
    max-height: none;
    overflow: visible;
    clear: both;
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    top: 160px;
  }
}

/* Extra small screens (very small phones) */
@media (max-width: 479px) {
  .tp-caption #slideTitleId {
    margin-bottom: 10px;
    font-size: 12px !important;
  }

  .tp-caption {
    font-size: 10px !important;
  }
}

/* Responsive adjustments for product cards and menus */
@media (max-width: 991px) {
  .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .ordre_true.product,
  .pageOrdre .ordre_true.product {
    height: 630px !important;
  }

  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 590px !important;
  }



/* Height adjustments for product containers on mid to large screens */
@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: 590px !important;
  }
}

/* Large desktop */
@media all and (min-width: 1200px) {
  .ordre_true.product,
  .pageOrdre .ordre_true.product {
    height: 650px !important;
  }

  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 620px !important;
  }
}

/* Small screens override */
@media (max-width: 767px) {
  .ordre_false.product,
  .pageOrdre .ordre_false.product {
    height: 590px !important;
  }
}

/* For extra small devices, full width and fixed height */
.device-xxs .ordre_false.product,
.device-xxs .pageOrdre .ordre_false.product,
.device-xxs .ordre_true.product,
.device-xxs .pageOrdre .ordre_true.product {
  width: 100%;
  height: 630px !important;
}
