/*------------------  #Général  ------------------*/
body {
  font-family: Afacad;
  font-size: 16px;
  line-height: 1.4;
}


/*---------------- Social footer ----------------*/
.socialFooter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}


/*------------------  #Typographies  ------------------*/
.titre_noto_accueil {
  font-family: "Noto Serif";
  text-transform: none;
}

.titre_blochome,
.titre_blochome_expertise {
  font-family: "Crimson Text", Lora;
  font-size: 40px;
  padding-bottom: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 30px;
  color: #000;
  border-bottom: 2px solid #000;
  clear: both;
}

.titre_blochome {
  float: left;
  margin-left: 50px;
}

.titre_blochome_expertise {
  float: right;
  margin-right: 50px;
  text-align: right;
}

.title-divider,
.title-divider-expertise {
  border-bottom: 2px solid #333;
  padding-bottom: 7px;
  margin-top: 0;
  width: 55%;
}

.title-divider {
  margin-left: 40px;
}

.title-divider-expertise {
  margin-right: 50px;
  text-align: right;
  float: right;
}


/*------------------  #ORDRE / PRODUITS  ------------------*/
.ordre_false.product,
.pageOrdre .ordre_false.product {
  height: 547px !important;
}

.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;
}

.buttonNextPrev {
  color: #e4231c;
  background: #fff;
  padding: 5px 10px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  margin-top: 10px;
}


/*------------------  #Spécialités  ------------------*/
.encart_specialite {
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both;
  float: left;
  width: 100%;
}

img.imgspecialitehome {
  margin-bottom: 30px;
}

.home_specialiste .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

/* Boutons spécialités */

.specialites_lien .btn.btn-default,
.specialites_lien .btn.btn-default:hover,
.specialites_lien1 .btn.btn-default,
.specialites_lien1 .btn.btn-default:hover,
.specialites_lien2 .btn.btn-default,
.specialites_lien2 .btn.btn-default:hover {
  padding: 12px 34px;
  border-radius: 0;
  font-size: 20px;
  letter-spacing: 1px;
}

.specialites_lien .btn.btn-default {
  background: #e9e2d4;
  border: 1px solid #e9e2d4;
}

.specialites_lien .btn.btn-default:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.specialites_lien1 .btn.btn-default {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  float: right;
  margin: 30px 50px 0 0;
  clear: both;
}

.specialites_lien1 .btn.btn-default:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.specialites_lien2 .btn.btn-default {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  float: left;
  margin: 30px 0 0 50px;
  clear: both;
}

.specialites_lien2 .btn.btn-default:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}


/*------------------  #Divers  ------------------*/
.saleCategoriesFilter {
  width: 100%;
}

.droite_catalogue img {
  max-width: 120px;
  height: auto;
}

.noPadding.col-md-6.texteCGV {
  padding: 0 20px !important;
}

.texte_actualite {
  font-family: Afacad;
}


/*------------------  #TOAST / NOTIFICATIONS  ------------------*/
.jq-toast-wrap * {
  color: black;
}

.jq-toast-wrap a:link,
.jq-toast-wrap a:visited {
  color: black;
}


/*------------------  #Boutons  ------------------*/
.btn.ghost {
  font-size: 13px !important;
}

.btn.ghost:hover,
.btn.ghost:active,
.btn.ghost:focus {
  background-color: #e9e2d4 !important;
  color: #333 !important;
  font-size: 13px !important;
}


/*----------------#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;
}


/*---------------- #recherche ----------------*/
.modal .modal-content .modal-title {
  font-family: 'Afacad';
}

/* Boutons */
.button,
.btn-primary {
  background-color: #e6c7b8;
  color: #000;
  border-color: #e6c7b8;
}

.button.button-3d:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #333 !important;
  border-color: #333;
  color: #fff;
}

.device-sm .btn-primary {
  margin-top: 50px;
}

/* Barre de recherche */
#searchFiltre {
  background-color: #e9e2d4;
}

#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;
}

/* Résultats de recherche */
.col-md-12.lot_recherche {
  margin-top: 10px;
}

/* Encarts et titres */
.titre_services {
  font-family: 'Afacad';
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  clear: both;
}

.encart_services {
  top: -20px;
}

.encart_services .widgetbouton .btn-sm,
.encart_services .widgetbouton .btn-group-sm > .btn {
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.encart_services .btn-default {
  background-color: #e6c7b8;
  border-color: #e6c7b8;
  color: #fff !important;
}

/* Spécialités */
.page_specialites_home {
  padding-bottom: 30px;
}

.device-lg .page_specialites_home {
  float: left;
  width: 100%;
}

/* Hover images */
a:hover img,
a.imgspecialitehome:hover {
  filter: grayscale(1);
  transform-origin: 0 0;
}

.owl-item:hover {
  transform: scale(1) translate(0%, 0%);
}

/* Top bar et social */
#top-social,
#top-social ul {
  display: none;
}

#top-bar {
  line-height: 44px;
  font-size: 16px;
}

.WidgetMediatheque .texte_actualite {
  display: none;
}


/*---------------- #carrousel home-actualite ------------*/

/* Image dans le carrousel */
.carroussel_actualite .entry-image {
  width: 110px !important;
  float: left;
  margin-right: 10px;
  clear: both;
}

/* Titre actualité */
.WidgetMediatheque .entry-title h2,
.WidgetMediatheque .entry-title h2 a,
.WidgetMediatheque .entry-title h2 a:visited,
.WidgetMediatheque .entry-title h2 a:hover {
  color: #92675d;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase !important;
  font-family: 'Afacad';
  margin-bottom: 7px;
  height: 43px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}

/* Bloc actualité général */
.WidgetMediatheque .entry.clearfix.actualite .entry-image {
  width: 100%;
  float: left;
  margin-right: 0;
  clear: both;
}

/* Responsive : disposition des actualités */
.device-lg .WidgetMediatheque .entry.clearfix.actualite,
.device-md .WidgetMediatheque .entry.clearfix.actualite {
  float: left;
  width: 25%;
  padding-right: 20px;
  margin-bottom: 50px;
}

.device-sm .WidgetMediatheque .entry.clearfix.actualite {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.device-xs .WidgetMediatheque .entry.clearfix.actualite,
.device-xxs .WidgetMediatheque .entry.clearfix.actualite {
  float: left;
  width: 100%;
  padding-right: 0;
  margin-bottom: 50px;
}

.device-xxs .actualite .entry-image {
  margin-right: 0 !important;
  clear: both;
}

/* Image responsive dans les actualités */
.device-lg .WidgetMediatheque .entry.clearfix.actualite .entry-image img {
  border-radius: 3px;
  max-height: 317px;
  overflow: hidden;
  padding-right: 20px;
}

/* Suppression padding sur les plus petits écrans */
.device-xs .layoutsExemple .entry-image,
.device-xxs .layoutsExemple .entry-image {
  padding-right: 0;
}

/* Bloc lire la suite */
.actualite_lire_suite {
  background: #e9e2d4;
  border: 1px solid #e9e2d4;
  border-radius: 0;
  padding: 0 15px;
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 1px;
}

/* Lien suite */
.more-link {
  font-style: normal;
}


/*----------------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: Afacad !important; font-size: 20px;}
#slider {margin-top:1px;margin-bottom:20px;}


/*----------------  #bugs------------- */
.entry-c {position: relative;overflow: hidden;float: left;}


/*----------------  #equipe------------- */
.equipe {margin: 0px 0px 50px 0px;}
.device-lg .equipe , .device-md .equipe,  .device-sm .equipe {margin: 0px 0px 50px 0px;height: 340px;}
.equipe_fonction {font-size: 12px;line-height:13px;font-weight: bold;margin-bottom: 10px;margin-right: 3px;text-transform: uppercase;}
.equipe_nom {color: #000;font-weight: bold;}
.equipe img {margin: 10px 0px;}


/*----------------  #gene------------- */
h1,h2,h3,h4,h5,h6 {font-weight:bold; font-family: Afacad;}
.top-links a img {opacity: 0.5;height:25px; display:none;}
.top-links a:hover img  {opacity: 1;height:25px; display:none; }


/*----------------#Logo---------------*/
#logo img {width: 380px; height:auto;}
.device-md #logo img {width: 340px; height:auto;}
.device-xxs #logo img {width: 270px;height: auto; padding-top: 10px;}
#cpgenlogo {margin-bottom: 0px;float: left;width: 100%;}
#logo {width:100%;display: block;float: none;margin: 0 auto 0 !important;text-align: center;border: 0 !important;padding: 0 !important;clear:both;}
#logo img {display: inline-block;max-width: 100%;}

.texteHeader {font-family: Afacad; font-weight:400;}

.texteHeader {top: -33px;position: absolute; text-align: right;}
.device-lg .texteHeader {margin-left: 900px;}
.device-md .texteHeader {top: -33px;position: absolute;text-align: right;margin-left: 649px;}
.device-sm .texteHeader {margin-left: 550px;}

.device-xxs .texteHeader {float: right;top: -31px;position: absolute;text-align: center;font-size: 13px;margin-left: 180px;}
.device-xxs #top-bar {line-height: 44px;font-size: 13px;}

.device-xs .texteHeader {float: left;top: -33px;position: absolute;text-align: center;clear: both;font-size: 13px;margin-left: 265px;}

#top-social, #top-social ul {display: none;}

.container {font-family: Afacad;}


/*------------------  #Menu principal ------------------*/

#cpgen-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #000;
}

#primary-menu > ul > li.current a {
  color: #000;
}

#primary-menu ul li li a,
#primary-menu ul li li a:hover {
  text-transform: none;
}

#primary-menu ul ul a {
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 0;
  font-weight: 400;
}

#primary-menu ul ul li:hover > a {
  color: #92675d !important;
}

/*------------------  #MENU - RESPONSIVE ------------------*/

.device-xxs #primary-menu,
.device-xxs #primary-menu.style-2,
.device-xs #primary-menu,
.device-xs #primary-menu.style-2,
.device-sm #primary-menu,
.device-sm #primary-menu.style-2 {
  height: 40px;
  border-bottom: none;
}

.device-md #primary-menu ul li a {
  padding: 3px 11px 5px 11px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}


/*------------------  #LOGO ------------------*/

#logo img {
  margin-bottom: 20px;
  display: block;
}

.device-lg #logo img {
  width: 360px;
}

.device-xs #logo img {
  width: 310px;
  padding-top: 15px;
}

.device-lg #logo,
.device-md #logo {
  width: 400px;
  height: auto;
}

/*------------------  #TOP ELEMENTS (search, cart, panel) ------------------*/


#top-search form input {
  font-size: 14px;
  padding: 0 14px 0 10px;
  font-weight: 400;
}

#primary-menu .container #top-search form input {
  color: #000 !important;
  font-family: Afacad;
}

#primary-menu .container #top-search form input::placeholder {
  color: #000 !important;
}

#primary-menu.style-2 > div > ul > li > a i {
  line-height: 35px;
}

#primary-menu-trigger .icon-reorder {
  color: #000 !important;
}


/*------------------  #TOP-LINKS et RÉSEAUX SOCIAUX ------------------*/

.socialFooter .top-links,
.top-links a,
.top-links a:visited {
  color: #fff !important;
}

#top-bar .top-links,
#top-bar .top-links a,
#top-bar .top-links a:visited {
  color: #000 !important;
  font-family: Afacad;
}

.top-links a:hover {
  color: #f8f8f8;
}


/*------------------  #Recherche et responsive ------------------*/

.device-xxs .grisCherche,
.device-xxs .col-md-12 .grisCherche {
  padding-left: 0;
  margin-left: 0;
  font-size: 12px;
}

.lot_recherche .lotnum {
  font-size: 16px;
}


/*----------------  #titres ------------- */
/* Tirets décoratifs */
.tiret,
.tiret3 {
  border-bottom: 2px solid #e6c7b8;
  padding-top: 4px;
  width: 100%;
}

.tiret2 {
  border-bottom: 2px solid #333;
  padding-top: 4px;
  width: 80%;
  margin-left: 30px;
}

/* Titres accueil */
.titre_accueil {
  font-family: 'Noto Serif';
  font-size: 28px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #000;
  padding-left: 30px;
  clear: both;
}

.titre_accueil2 {
  font-family: Afacad;
  font-size: 40px;
  margin: 30px 0 30px 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000;
  clear: both;
}

.device-sm .titre_accueil2 {
  font-size: 30px;
}

/* Titres de pages */
.WidgetTitle.titre_page,
.titre_page,
.titre_page a {
  font-family: Afacad;
  font-size: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 30px;
  color: #000;
  line-height: 1.2;
  clear: both;
}

.titre_page,
.titre_services {
  margin-top: 40px;
  font-size: 40px;
  line-height: 1.2;
  color: #000;
}

.titre_page h1 {
  font-family: Afacad;
  font-size: 40px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  clear: both;
}

.titre_page h3 {
  margin: 20px 0 0 0;
  padding: 0;
}

/* Titres des entrées */
.entry-title h2,
.post-grid .entry-title h2 {
  margin: 0 0 6px 0;
  font-family: Afacad;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.device-xxs .entry-title h2,
.device-xxs .post-grid .entry-title h2,
.device-xs .entry-title h2,
.device-xs .post-grid .entry-title h2,
.device-sm .entry-title h2,
.device-sm .post-grid .entry-title h2 {
  font-size: 16px !important;
  color: #92675d !important;
}

/* Titre page responsive */
.device-xxs .WidgetTitle.titre_page {
  font-size: 24px;
  line-height: 20px;
  font-family: Afacad;
  padding-bottom: 5px;
}

/* Divers blocs associés aux titres */
.vente_phare {
  margin-bottom: 40px;
}

.vente_phare .lotPhareInfos {
  max-height: 300px;
  overflow: hidden;
}

.image_encart_lot {
  margin-bottom: 20px;
}

.bloc_droite {
  padding-bottom: 20px;
}


/*----------------top-search-----------------*/
#primary-menu.style-2, #primary-menu.style-2 > div > ul, #primary-menu.style-2 > div > ul > li > a {height: 40px; font-family: Afacad;}
#primary-menu .container #top-search form input::placeholder {font-size: 16px;text-transform: none;font-weight:normal;}
.device-xxs #primary-menu .container #top-search form input::placeholder {font-size: 14px;color:#000;text-transform: none;font-weight:normal;}
#top-search form input {background: #fff none repeat scroll 0 0;border-radius: 6px 0px 0px 6px;float: left;font-size: 16px;height: 50%;line-height: 25px;margin-top: 8px !important;padding: 5px 5px 5px 7px !important;width: 90%;font-weight: normal;color:#000;}
#primary-menu .container #top-search form input::placeholder {color: #000 !important;}
#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: #ffffff url("https://www.gros-delettrez.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%;}
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger {margin-top: 9px;margin-bottom: 10px;}
#primary-menu .container #top-search form input::placeholder {color: #000 !important;}
#primary-menu .container #top-search form input {color: #000 !important;}
#primary-menu-trigger, #page-submenu-trigger {width: 50px;height: 40px;line-height: 40px;}
#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;}
.device-md #top-search form input {margin-top: 3px !important;}
.device-sm #top-search form input {margin-top: 3px !important;}
.device-xxs #top-search form input , .device-xs #top-search form input{margin-top: 3px !important;}
#top-cart .top-cart-content {border-top: 2px solid #000;}
.device-md #primary-menu ul li a {padding-left: 15px;padding-top: 3px;padding-right: 15px;padding-bottom: 3px;height: 40px;line-height: 40px;font-size: 13px;}
.cpgen-header {margin-bottom: 1px;}


/*----------------  #carrousel calendrier home------------- */
.calendrier_carrousel  .calendrierVertical {padding-top:20px;}
.calendrier_carrousel {margin-bottom:50px;}
.calendrier_carrousel .verticalImage {}
.calendrier_carrousel .entry-title {width: 100%;margin-bottom: 10px;}
.calendrier_carrousel  .owl-carousel .owl-item {padding-right: 20px;}
.device-lg .calendrierVertical .item .verticalImage img {}
.device-xxs .calendrierVertical .item .verticalImage img {width:100%; }
.calendrier_carrousel  .owl-theme .owl-dots .owl-dot {display: none;}
.couvPasDispo {background: #fff url("https://www.gros-delettrez.com/uploads/Image/img_site/nocouv.png") no-repeat scroll center center;background-size: 100% 94%;border: 1px solid #000;height: 160px !important;width: 200px;}
.device-lg .couvPasDispo {height: 256px !important;width: 200px;}
.device-md .couvPasDispo {height: 266px !important;width: 200px;}
.device-sm .couvPasDispo {height: 236px !important;width: 180px;}
.device-xs .couvPasDispo {width: 149px; height: 192px !important;}
.device-xxs .couvPasDispo {height: 190px !important;width: 150px;}

.device-xs .calendrierVertical .item .verticalImage img {}
.device-lg .calendrierVertical .entry-title, .device-md .calendrierVertical .entry-title, .device-sm .calendrierVertical .entry-title {min-height: 42px;}
.device-xs .calendrier_carrousel .entry-title {width: 100%;margin-bottom: 10px;}
.device-xxs .calendrier_carrousel .entry-title {width: 100%;margin-bottom: 10px;}
.device-xs .calendrier_carrousel .owl-item.active {width:200px!important;}
.calendrierVertical .entry-title {padding-top: 14px;}

.calendrierVertical .item:hover .verticalImage img {transform: none;transform: scale(1) translate(0%, 0%);}
.verticalImage.couverture_catalogue a:hover {opacity:0.75;}

.calendrier_carrousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {top: 140px;}


/*----------------  #carrousel home-resultats------------- */
.belles_encheres_home .owl-carousel .owl-item img {margin: 0 auto;border-radius: 2px;height:220px}
.belles_encheres_home .imgphare {display: table-cell;height: 220px;margin-bottom: 14px;margin-right: 19px;overflow: hidden;text-align: center;vertical-align: middle;float: left;max-height:220px;min-height:220px;width:100%;}
.belles_encheres_home {text-align:center;margin-top:20px;}
.CarouselResultat {color: #92675d; margin-top: 4px;text-align: center;text-transform: none;font-weight: 400;font-size:13px;}
.belles_encheres_home  .contentCarouselLot .imglot218x180b {height: 145px;margin: 0 auto 10px auto;}
.owl-theme .owl-dots .owl-dot.active span {background-color: #92675d;}
.owl-nav:hover {background-color: #fff;}
.CarouselDescription {margin-bottom: 15px;padding-right: 30px;font-size: 13px;min-height: 150px;}


/*----------------  #carrousel vertical------------- */
.belles_encheres, .belles_encheres_colonne, .belles_encheres_specialites {text-align:center;margin-top:20px;}
.device-lg .belles_encheres_colonne {padding:0px 40px;}
.device-sm .belles_encheres_colonne {padding:0px 20px;}
.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;}
.verticalCarouselContent {border: 1px solid #000;}
.col-md-4 .belles_encheres_colonne .verticalCarouselLot {padding: 10px 0px 10px 0px;}


/*---------------- #calendrier couv -------------*/

/* Tri des années */
.triAnnee.annee1970 {
  display: none;
}

.triAnnee,
.triAnnee:hover {
  background-color: #e9e2d4;
  border-radius: 3px;
  color: #333 !important;
  padding: 1px 5px;
  font-size: 13px;
}

.triAnnee:hover {
  background-color: #333;
  color: #fff !important;
}

/* Conteneurs calendrier */
.calendrier_annees {
  margin-bottom: 30px;
  clear: both;
}

.page_calendrier .entry-c {
  position: relative;
  overflow: hidden;
  width: 68%;
}

.entry {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

/* Images de couverture */
.couverture_catalogue img {
  width: 100%;
  border: 1px solid #888;
  border-radius: 2px;
}

/* Entry-image dans layoutsExemple */
.device-lg .layoutsExemple .entry-image,
.device-md .layoutsExemple .entry-image,
.device-sm .layoutsExemple .entry-image,
.device-xs .layoutsExemple .entry-image {
  width: 160px;
  float: left;
  margin-right: 0;
  padding-left: 0;
}

.device-xxs .layoutsExemple .entry-image {
  width: 100%;
  float: left;
  margin-right: 0;
  padding-left: 0;
}

.device-xxs .layoutsExemple .entry-image.couverture_catalogue {
  width: 100%;
  height: auto;
  padding-right: 0;
}

/* Pas de couverture (image de remplacement) */
.entry-image.no_couv,
.entry-image.no_couv.couverture_catalogue,
.entry-image.widget_no_couv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  margin-left: 0;
}

/* Styles spécifiques selon classes ou breakpoints */
.entry-image.no_couv.couverture_catalogue {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/picto_no_couv.jpg");
  width: 180px !important;
  height: 233px !important;
  margin-right: 10px;
}

.layoutsExemple .entry-image.no_couv.couverture_catalogue,
.device-xs .layoutsExemple .entry-image.no_couv.couverture_catalogue {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/widget_catalogue_no_couv.png");
  width: 144px !important;
  height: 180px !important;
}

.device-xs .layoutsExemple .entry-image.no_couv.couverture_catalogue {
  width: 150px !important;
  height: 187px !important;
}

.device-lg .entry-image.widget_no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/widget_catalogue_no_couv.png");
  width: 150px !important;
  height: 190px !important;
}

.device-xs .entry-image.widget_no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/widget_catalogue_no_couv.png");
  width: 100% !important;
  height: 420px !important;
  padding-right: 20px;
}

.device-xxs .entry-image.widget_no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/widget_catalogue_no_couv.png");
  width: 100% !important;
  height: 340px !important;
  padding-right: 20px;
}

.device-lg .entry-image.no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/picto_no_couv.jpg");
  width: 150px !important;
  height: 190px !important;
  margin-right: 10px;
}

.device-xs .entry-image.no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/picto_no_couv.jpg");
  width: 156px !important;
  height: 230px !important;
  padding-right: 20px !important;
  margin-right: 20px;
}

.device-xxs .entry-image.no_couv {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/picto_no_couv.jpg");
  width: 160px !important;
  height: 220px !important;
  padding-right: 20px;
}

.device-xxs .entry-image.no_couv.couverture_catalogue {
  background-image: url("https://www.gros-delettrez.com/uploads/Image/img_site/picto_no_couv.jpg");
  width: 100% !important;
  height: 500px !important;
  margin-right: 0;
  clear: both;
}

/* Adaptations responsive */
.device-xxs .calendrier .entry-c,
.device-xs .calendrier .entry-c {
  padding: 0;
  overflow: inherit;
}

.device-xs .page_calendrier .entry-c {
  position: relative;
  overflow: hidden;
  width: 60%;
  float: left;
}

.device-lg .calendrier .col-md-10.entry-c {
  width: 70%;
}

.device-md .calendrier .col-md-10.entry-c,
.device-sm .calendrier .col-md-10.entry-c {
  width: 67%;
}

/* Dates */
.bloc_mois_date {
  float: left;
  width: 100%;
  color: #92675d;
  font-size: 20px;
  font-style: normal;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 400;
  clear: both;
}

.bloc_vente_date {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  clear: both;
}

/* Onglets */
.tabs.tabs-alt ul.tab-nav li a {
  background-color: #fff;
}



/*----------------  #catalogue------------- */
.font10 {font-size: 14px;}
.product-description h2 {text-transform: none; font-size: 14px;}
.product-desc {font-size: 14px;}
.product-image.no_picture {background-image: url("https://www.gros-delettrez.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;}
.fiche_titre_lot h1 {font-size: 16px!important;margin-bottom: 5px;clear: both;color: #000; font-weight: 400;}
.lotnum {font-size: 25px;}
.num_lot {height: 40px;color:#000;font-size: 25px;}
.droite_catalogue {font-size: 13px;}
.bloc_vente_lieu {color: #333333;font-style: italic;margin-top: 4px;font-size: 14px; clear:both;}
.sale-flash2 {background-color: #92675d;color: #fff;padding: 5px;float: left;border-radius: 2px;margin: 10px 0;width: auto;clear: both;}
.product-title h3 {font-size:12px; line-height:14px;text-transform: uppercase; }
.pagination .currentStep {background: #000;color: #fff;padding: 8px 12px;margin: 0 2px;}
.col-md-12.titre_ordre_phrase {margin: 30px 0;clear:both;width:100%;color: #000;}
.fiche_lot_num {font-size: 35px;font-weight: 400;float: left;}
.fiche_titre_lot {font-size: 14px;}
.product-desc .explicationResultats {font-size: 14px;}
.single-product .fiche_lot_resultat {background: #e9e2d4;color: #000;padding: 5px;float: left;border-radius: 0px;margin: 10px 0;font-size: 16px;}
#page-title.page-title-mini h1 {font-weight: 300;font-size: 18px;color: #444;}
.device-xxs #page-title.page-title-mini h1 {font-weight: 300;font-size: 16px;color: #444;}
.lieu_vente {color: #000;font-size: 16px;line-height: 17px;font-style: italic;margin-bottom: 10px;text-align: left;}
.product-title h2 {font-size: 14px;line-height: 1.3; text-transform: uppercase;}
.product-title h3 {font-size:13px; line-height:1.3;text-transform: uppercase; }
.product-image {height: 280px;}
#portfolio-items .product {border:1px dotted #ccc;}
.product-description h4 {font-size: 14px;font-weight: normal;line-height: 13px;color: #000;text-transform: none;}
.odd {background-color: #f8f8f8;}
.envoyer_ordre .button.button-border:hover {background: #333;}
.button.button-3d:hover {background-color: #333 !important;opacity: 0.9;}
.titre_ordre_etape {margin-right: 5px;margin-top: 30px;}
.fiche_estimation {color: #999;}
.product-image {position: relative;width: 100%;overflow: hidden;}
.jq-icon-info {background-color: #e9e2d4!important;color: #fff;border-color: #e9e2d4!important;}


/*----------------  #actualite home------------- */
.actualite_droite .entry.clearfix.actualite .entry-c {float:left;clear:both;}
.actualite_droite .actualite .entry-image {width: 190px;float: left;margin-right: 0px;clear:both;}
.device-xxs .page_actualites .actualite .entry-c {float: left;width: 100%;clear:both;}


/*----------------  #actualite page------------- */
.page_actualites .actualite .entry-c {float:left;width:66%;}
.more-link {padding-top: 10px;float: left;border-bottom: 1px solid #fff;}
.page_actualites .entry.clearfix.actualite .entry-image img  {width: 160px;float: left;margin-right: 20px;}

.page_actualite .entry.clearfix.actualite img {float: left;padding-right: 20px;}
.actualite_droite .entry.clearfix.actualite img  {width: 170px;float: left;margin-right: 0px;clear: both;}
.actualite .entry-image {width: 150px;float: left;margin-right: 20px !important;clear: both;}
.texte_actualite {padding-bottom: 10px;}
.lot_description  {margin-bottom: 10px;padding-bottom: 10px;}
.lotPhare  {margin-bottom: 10px;}
.lotPhareInfos  {padding-bottom: 20px;}
.salePhare {padding-bottom: 20px;}
.salePhareImage, .newsPhareImage  {padding-bottom: 10px;}
.newsPhareImage img {padding-bottom: 10px;}


  /*----------------specialites-----------------*/
.nom_specialiste {font-family: Afacad;  font-size: 14px;line-height: 16px;text-transform: none;margin-bottom:20px;}
.resultats_specialites {text-align:center;}
.belles_encheres_specialites .verticalCarouselContent {border: 1px solid #fff;padding: 20px 0px 20px 0px;}
.device-xs .col-md-2  .belles_encheres_specialites .verticalCarouselContent {padding: 50px;}
.device-sm  .col-md-2  .belles_encheres_specialites .verticalCarouselContent {padding: 150px;}
.titre_page.text-specialites h1 {padding:0px;	clear: both;}
.encart_encheres .imglot218x180b {height: auto;margin: 0 auto 10px auto;}
.layoutsExemple .col-md-2  {text-align:center;}

.titrespecialites {background-color: #fff;opacity:1;text-align: center;text-transform: uppercase;color: #000; font-family: Afacad; font-weight: 400;letter-spacing: 1px;font-size: 13px;}
.titrespecialites a, .titrespecialites a:link {color: #000!important;font-size: 14px;}
.titrespecialites {font-size: 14px;color: #000;}
.titre_page.text-specialites h1 {padding:0px;	clear: both;}



.device-lg .carreSpecialites.col-md-4 div {padding: 10px 0;margin-top: 0px;min-height: 53px;}
.device-lg .carreSpecialites.col-md-4 {width: 50%;height: 385px;float: left;}
.carreSpecialites.col-md-4 div {padding: 10px 0;margin-top: 0px;}
.device-md .carreSpecialites.col-md-4 {width: 47%;height: 310px;margin-right: 20px;}
.device-sm .carreSpecialites.col-md-4 {height: 236px;float: left;width: 50%;}
.device-xs .carreSpecialites.col-md-4 {height: 180px;float: left;width: 50%;}
.device-xxs .carreSpecialites.col-md-4 {height: 270px;float: left;}
.page_specialites {font-size:16px; line-height:1.3;}
.belles_encheres_home {margin-bottom: 50px;}

.TexteLotSpecialite h5 {color: #000;text-transform: none;font-family: Afacad; font-size: 12px;line-height:14px;letter-spacing: 1px;}
.LotReferencement h4 {font-size: 12px;font-weight: normal;margin-bottom: 10px;}
.oc-lot h5 {color:#000;font-size: 12px;font-weight: normal;max-height: 30px;overflow: hidden;}

.belles_encheres_specialites {margin-bottom: 100px;}
.belles_encheres_specialites .contentCarouselLot h5 {max-height: 30px;height: 30px;}
.belles_encheres_specialites{ text-align: center; padding:0px; margin-top:0px;}
.belles_encheres_specialites .imgphare {display: table-cell;height: 140px;margin-bottom: 0px;margin-right: 19px;overflow: hidden;text-align: center;vertical-align: middle;float: left;max-height:140px;min-height:140px;width:100%;}
.belles_encheres_specialites .contentCarouselLot .imglot218x180b {height: 145px;margin: 0 auto 10px auto;}
.belles_encheres_specialites .owl-carousel .owl-item img {margin: 0 auto;border-radius: 2px;height:130px}
.belles_encheres_specialites h5 {margin-top:0px;}


/*----------------  #pages statiques------------- */
.page_statique a:link, .page_statique a {color: #000;}
.pageEtude .entry-image1, .pageEtude .entry-image1 > a, .pageEtude .entry-image1 .slide a, .pageEtude  .entry-image1 img {display: block;height: auto;position: relative;width: 250px;}
.entry-image1 {margin-bottom: 20px;}


/*----------------  #pages equipe------------- */
.device-md .page_equipe .col-md-4 {width:33%;}
.device-sm .page_equipe .col-md-4 {width:50%; float: left;}


/*----------------  #services------------- */
.titre_services {font-family: Afacad; font-size: 18px;margin-bottom: 30px;padding: 0;text-transform: uppercase;width: 100%;font-weight: 400;letter-spacing: 1px;clear:both;text-align: center;}
.WidgetTitle.titre_services , .titre_services , .titre_services  a {font-family: Afacad; font-size: 18px;margin-bottom: 30px;padding: 0;text-transform: uppercase;width: 100%;font-weight: 400;letter-spacing: 1px;clear: both;text-align:center;}
.titre_encheres  {font-family: Afacad;  font-size: 18px;margin-bottom: 30px;padding: 0;text-transform: uppercase;width: 100%;font-weight: 400;letter-spacing: 1px;clear:both;text-align: center;}
.encart_titre, .encart_titre  a  {font-weight: 600;text-transform: uppercase;clear:both;}
.device-lg .belles_encheres, .device-xs .belles_encheres {text-align: center;margin-top: 20px;padding: 0px 30px;}
.device-md .belles_encheres {text-align: center;margin-top: 20px;padding: 0px 20px;}
.device-sm .belles_encheres {text-align: center;margin-top: 20px;padding: 0px 90px;}
.device-xxs .belles_encheres {text-align: center;margin-top: 20px;padding: 0px 10px;}
.encart_logo_colonne,  .belles_encheres {text-align: center; clear:both;}

.paiement {margin-top:30px;}


/*----------------  #formulaires------------- */
.fond_estimation {background-color: #e9e2d4;}

.device-xxs #form_inscription .row {padding-left: 20px;}
.btn-default {color: #000;background-color: #e6c7b8;border-color: #e6c7b8;}
.btn-default:hover {color: #fff;background-color: #333;border-color: #333;}
#estim {background-color: #e9e2d4;width: 100%;padding:20px;float:left; }
#estim .fond_estimation {background-color: #e9e2d4;}

.page_newsletter  .fond_estimation {background-color: #e9e2d4;float:left;}
#estim {background-color: #e9e2d4; border-end-end-radius: 70px; border-start-end-radius: 70px;}
.device-sm #estim {background-color: #e9e2d4;border-end-end-radius: 0px;border-start-end-radius: 0px;}
.form1 {padding:20px;}
.freeForm .label {float: left;font-size: 15px;width: 280px;color: #2a2e4e;text-align: left;}
.bt_valider_ordre input, #estim .btn.btn-default, #form_inscription .btn.btn-default, .formEnvoyer input {background: #e6c7b8;color: #000;padding: 10px 15px;border: 1px solid #e6c7b8;border-radius: 0px;margin-top: 10px;}
button .bt_valider_ordre input, #estim .btn.btn-default, .fond_estimation .btn.btn-default.nb, .formEnvoyer input {background: #e6c7b8;color: #000;padding: 10px 15px;border: 1px solid #e6c7b8;border-radius: 0px;margin-top: 10px;width:auto;}
.bt_valider_ordre input:hover, #estim .btn.btn-default:hover, #form_inscription .btn.btn-default:hover, .formEnvoyer:hover input {background: #333;color: #fff;border: 1px solid #333;}
.button.button-border:hover {background-color: #333;color: #fff!important;}
.button.button-border {border: 2px solid #e6c7b8;background-color: #e6c7b8;color: #000;line-height: 36px;font-weight: 600;text-shadow: none;}
.button.button-3d {background-color: #e6c7b8;color: #000!important;text-shadow: none;font-size: 12px;}
.button.button-3d:hover {background-color: #333 !important;opacity: 0.9;}
.envoyer_ordre .button.button-border {background: #e6c7b8;color: #000;border-color:#e6c7b8;}
.envoyer_ordre .button.button-border:hover {background: #333;}

#estim input, #estim textarea {border: 1px solid #ccc;border-radius: 0px;padding: 5px 10px;}
input [type="radio"] {width:14px!important;}
.newsletter_lettrine {display:none;}
.device-md .newsletter_chekbox_txt, .device-sm .newsletter_chekbox_txt {font-size:15px!important;}
.page_newsletter #etape1, .page_newsletter #etape2, .page_newsletter #etape3, .page_newsletter #droit {padding: 25px;margin-bottom: 0px!important;margin-top:0px;width: 100%;}
.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 textarea {width:90%;}

.device-xs input[type="radio"] {width:14px!important;}
.device-xxs input[type="radio"] {width: 14px !important;}
.device-xs #estim input [type="radio"] {width:14px!important;}
.device-xxs #estim input [type="radio"] {width:14px!important;}
.device-sm input[type="radio"] {width:14px!important;}
.device-sm #estim input [type="radio"] {width:14px!important;}
.page_expertise , page_newsletter, .inscription_legende{padding-bottom:30px;}
.inscription_legende {padding-bottom:30px;font-size: 15px;}
#estim .row {margin-bottom: 10px;}
input[type="radio"], input[type="checkbox"] {width: 14px !important;}
.etape3 {padding-left:20px;}
.formulaireContact {background-color: #e9e2d4;padding: 20px;}
.formulaireContact .col-sm-3.inscription_legende {width: 160px;}
.formulaireContact .col-sm-2 {padding-right:0px;}
.device-xxs .formulaireContact .col-sm-9 {margin-bottom:20px;}
.formulaireContact #dsi-submit-btn {color: #000;background: #e6c7b8;border-color: #e6c7b8;margin-bottom: 20px;}

.inscription_legende {}
.row.inscription_etape_un, .row.inscription_etape_deux, .row.inscription_etape_trois {border-bottom: 1px solid #e9e2d4;}
.newsletter_theme {font-size: 12px;}
.newsletter_colonne {float: left;width: 33%;}


 /*----------------paiement -----------------*/
.paiement {background-color: #e9e2d4;float: left;padding: 20px;}
.paiement h3 {display:none;}


/*----------------  #statique------------- */
.page_statique  {font-family: Afacad }
.calLegende {background-color:#e9e2d4;padding:20px;width: 100%!important;text-align: center;margin-bottom: 40px;}
.page_statique h2 {font-family: Afacad; clear: both;padding: 20px 0px 10px 0px;text-transform: uppercase;font-size: 22px;font-weight: 400;}
.page_statique h3 {font-family: Afacad;padding: 20px 0px 0px 0px;font-size: 18px;font-style: italic; font-weight:400; text-transform: uppercase;}
.page_statique h4 {font-family: Afacad;  padding: 20px 0px 0px 10px;font-size: 16px; font-weight:400;}
.encart_etude img {max-width:150px;height:auto;}


/*----------------  #footer------------- */
#gotoTop {background-color: #e6c7b8;}
#gotoTop:hover {background-color: #000;}
#footer a, #footer a:link {color: #fff;}
.copyrights-menu a, .copyright-links a {font-size: 14px;margin: 0 10px;border-bottom: 0 !important;color: #fff;}
.copyright-links a:hover {color: #f8f8f8;border-bottom: 1px solid #ccc;}
#copyrights {font-size: 14px;line-height: 1.5;}

.footer-logo {margin-bottom: 10px;}
.device-xs .footer-logo {margin-left:38%;}
.device-lg .footer-logo {margin-left:27%;}
.device-md .footer-logo  {margin-left:23%;}
.device-sm .footer-logo  {margin-left:23%;}
.device-xs .footer-logo  {margin-left:23%;}
.device-xxs .footer-logo  {margin-left:23%;}
.reseaux1 {display:none;}
.droits, .droits  a, .droits a:link, .droits  a:visited {font-size: 12px; line-height:1.3;}
.cpgen-footer {width:100%;background-color:#000; text-align:center;}
img.footer-logo {width:150px; height:auto;}


@media (max-width: 991px) {
#primary-menu ul ul a {font-size: 16px !important;color: #000 !important;letter-spacing: 0;font-weight: 400;}

#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;}
#primary-menu .container #primary-menu-trigger {top: 0px;left: 20px;}


#primary-menu ul li {float: none;margin: 0 !important;text-align: left !important;border-top: 1px solid #EEE;padding-left: 10px;}
#primary-menu ul ul li {padding-left: 0px;}

.device-md .page_abonnement #etape1, .device-md .page_abonnement #etape2, .device-md .page_abonnement #etape3 {background-color: #f1f1f1 !important;margin-bottom: 0px;padding: 25px;}
#top-search form input {font-size: 12px;}
#header .container {margin-right: auto;margin-left: auto;padding-left: 0px;padding-right: 0px;}
.col-sm-3.inscription_legende, .col-sm-2.inscription_legende {width: auto;margin-top: 10px;margin-bottom:0px;}
.device-sm .col-sm-3.inscription_legende, .device-sm .col-sm-2.inscription_legende {width: 24%;}
.inscription_etape {width:100%;}
textarea {width:100%;}
input [type="radio"] {width:14px!important;}
input[type=text] {width:100%;}
input[type="email"] {width:100%;}
input[name="montant"][type="text"] {width:90%;}
.paiement select {width: 100%;}
CarouselDescription {display:none;}
#logo {height: auto;width: 340px;}
#primary-menu-trigger {background-color: transparent !important;color: #fff !important;top: 100%;}

.product:not(.product-2):not(.product-3) .product-title h3 {font-size: 13px;line-height: 15px;}
.product:not(.product-2):not(.product-3) .product-title h3 {font-size: 12px;line-height: 15px;}
.ordre_true.product, .pageOrdre .ordre_true.product {}

.col-md-12 {padding:0px 15px; clear: both;width: 100%;}
.col-md-6.accueilexpertise.noPadding {min-height: 275px;}
.col-md-6.accueilmaison.noPadding {min-height: 225px; }

#logo img {width: 270px;height: auto;}

}

@media (max-width: 767px) {
.entry-title h2, .post-grid .entry-title h2 {font-size: 16px !important;font-weight: 600;line-height: 18px;}
.titrespecialites {font-size: 12px;color: #fff;}
.carouselCouvCata, .calendrierVertical .cataPasDispo {float: left;}
.tiret {border-bottom: 2px solid #e6c7b8;padding-top: 4px;width: 60%;clear: both;}
.tiret2 {border-bottom: 2px solid #e6c7b8;padding-top: 4px;width: 60%;clear: both;}
.titre_blochome_expertise, .titre_blochome {font-size: 24px;}

}

@media (max-width: 480px) {
#logo {height: auto;width: 260px;}
.page_actualites .entry.clearfix.actualite .entry-image img {width: 100%;float: left;margin-right: 0px;}
.col-md-6.accueilexpertise.noPadding {min-height: 230px;}
.col-md-6.accueilmaison.noPadding {min-height: 190px; }
}


@media (max-width: 991px) {
.product:not(.product-2):not(.product-3) .product-title h3 {font-size: 13px;line-height: 1.3;}

#primary-menu ul ul li {padding-left: 0px;}
#primary-menu ul li {padding-left: 20px!important;}
.reseaux1, .reseaux2 {display:none;}
}


@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: 2px solid #000;height: auto;z-index: 199;left: 0;margin: 0;top:42px;color:#000;}
.reseaux1 {display:none;}
.calendrier_carrousel .volontaire.bloc_vente_pictos {display: none;}
}

.device-md #primary-menu ul ul, #primary-menu ul li .mega-menu-content  {text-shadow: none;}

@media (max-width: 767px) {
.actualite_home .entry.clearfix.actualite {float: left;width: 100%;padding-right: 0px;} 

.style-2 .container #top-cart .top-cart-content {top: 29px;}
.tiret  { border-bottom: 2px solid #e6c7b8; padding-top:4px;width:100%;}
.titre_accueil, .titre_accueil1, .titre_accueil2, .titre_page {font-family: Afacad; font-size: 24px; font-weight: 400;letter-spacing: 2px;}
#top-bar {line-height: 44px;font-size: 13px;}
.reseaux {display:none;}
.reseaux1 {display:block;}
.reseaux2{display:none;}
.calendrier_carrousel .volontaire.bloc_vente_pictos {display: block; line-height: 2;}
.carouselCouvCata, .calendrierVertical .cataPasDispo {overflow: hidden;max-height: none;float: left;}
.titre_blochome {font-family: "Crimson Text", Lora; font-size: 26px;padding-bottom: 20px;padding-bottom: 5px;font-weight: 500;letter-spacing: 1px;clear: both;margin-top: 20px;color: #000;padding-left: 0px;}
}

