.height-stable {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100wh;
  overflow: auto;
}

main {
  min-height: calc(100% - 80px);
}

.w-main-wrapper {
  min-height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid gainsboro;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1999;
  -webkit-box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
          box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
  border: 0;
  padding: 0;
  background-color: #f0f0f0;
}

button:focus {
  outline: 0;
}

.open-side-btn {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide-button {
  border: 1px #f0f0f0 solid;
  width: 26px;
  height: 23px;
  cursor: pointer;
}

.hide-button:hover {
  border: 1px #d0d0d0 solid;
  border-radius: 2px;
}

.hide-button .burger-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
  opacity: .7;
}

.hide-button .burger-btn .bbar {
  width: 19px;
  height: 2px;
  background-color: black;
  margin: 3px auto;
}

.hide-button .burger-btn:hover, .hide-button .burger-btn:focus {
  opacity: 1;
}

.logo img {
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.nav-side {
  position: absolute;
  z-index: 2;
  top: 46px;
}

.side-details {
  display: none;
  min-width: 160px;
  min-height: 170px;
  left: 0px;
  top: 50px;
  border-left: 1px rgba(0, 0, 0, 0.15) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  border-right: 1px rgba(0, 0, 0, 0.15) solid;
  border-radius: 1px;
  background-color: white;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
          box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
  padding: 20px;
}

.side-details a {
  list-style: none;
  line-height: 2.333rem;
  font-size: 1.166rem;
  display: block;
  color: #0071bc;
  text-decoration: none;
}

.side-details a:hover, .side-details a:focus {
  color: #004fec;
}

.rs {
  margin-left: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rs .rs-edge {
  margin: 0 25px;
}

.rs a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 1.166rem;
}

.rs a:hover, .rs a:focus {
  color: #3c3c3c;
  text-decoration: underline;
}

/* Dropdown Button */
.show {
  display: block;
}

.ms-c {
  position: absolute;
  left: 225px;
  top: 0px;
  background: #f0f0f0;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-search-wrapper {
  border: 1px solid #d0d0d0;
  background-color: white;
  border-radius: 17px;
  width: 470px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 1.166rem;
}

.breadcrumbs-wrapper {
  margin: 6px 25px;
}

.breadcw-atl {
  margin: 5px 0;
}

.cr-root {
  font-size: 1.125rem;
  color: #0071bc;
  font-weight: 400;
}

.cr-root:hover {
  color: #004fec;
}

.breadcrumbs {
  border-bottom: gainsboro 1px solid;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs p {
  font-size: 1.125rem;
  font-weight: 400;
}

.breadcrumbs .root-page {
  margin-right: 8px;
}

.breadcrumbs .root-page h2 {
  font-size: 1.125rem;
  color: #0071bc;
  font-weight: 400;
}

.breadcrumbs .root-page h2:hover {
  color: #004fec;
}

.breadcrumbs .middle-dot {
  font-size: 3rem;
  margin-right: 8px;
}

.breadcrumbs .current-page {
  font-size: 1.125rem;
  font-weight: 100;
  color: #282828;
}

footer {
  height: 30px;
  width: 100%;
  background-color: #f0f0f0;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 25px;
  font-size: 1.166rem;
}

footer .footer-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

footer .footer-item {
  margin-right: 20px;
}

footer a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 1.166rem;
}

footer a:hover, footer a:focus {
  color: #3c3c3c;
  text-decoration: underline;
}

.assets-container {
  float: right;
  background: white;
  margin: 5px 0 5px 10px;
  max-width: 360px;
  min-width: 250px;
  border: 1px solid gainsboro;
}

.assets-container .side-image {
  width: 100%;
  height: auto;
}

.assets-container .assets-object-title {
  padding: 4px 10px;
}

.assets-container .assets-object-title span {
  font-size: 1.125rem;
  font-weight: bold;
}

.assets-container .assets-mfg {
  padding: 10px;
}

.assets-container .assets-mfg span {
  font-size: 1.5rem;
  font-weight: bold;
}

.assets-container .assets-text {
  padding: 0 10px 5px;
}

.assets-container .assets-hl {
  width: 100%;
  border-bottom: 1px solid gainsboro;
  margin: 20px 0;
}

.assets-container .assets-mfg-text {
  padding: 0 10px 10px;
  line-height: 1.75rem;
  font-size: 1.166rem;
}

.assets-container .assets-mfg-url {
  text-decoration: none;
  color: #0071bc;
  padding-left: 3px;
}

.assets-container .assets-mfg-url:hover {
  color: #004fec;
}

.clhd {
  display: none;
}

.mg25 {
  margin: 25px;
}

.mg-b2 {
  margin-bottom: 2px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r25 {
  margin-right: 25px;
}

.flex-sb-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-sb-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-fs-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-fs-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fx-se-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w100 {
  width: 100%;
}

.ovx {
  overflow-x: auto;
}

.ftbold {
  font-weight: 600;
}

@media (max-width: 900px) {
  header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ms-c {
    left: 0;
    top: 45px;
    width: 100%;
    -webkit-box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
            box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
  }
  .main-search-wrapper {
    border-radius: 22px;
    height: 33px;
    width: calc(100% - 50px);
    margin-top: -5px;
  }
  .side-details {
    margin-top: 44px;
  }
  .breadcrumbs-wrapper, .breadcw-atl {
    margin-top: 50px;
  }
  .flatPage {
    margin-top: 30px;
  }
/*  #id_custom{
    margin-top: 55px;
  }*/
  .ls-vr{
    height:625;
  }
}

.category-prose {
  margin: 20px 25px;
}

.category-title {
  height: 40px;
  border-radius: 3px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-title .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.category-title .title h1 {
  margin-left: 15px;
  font-size: 1.75rem;
  font-weight: 100;
  color: #282828;
}

.category-description {
  font-size: 1.166rem;
  line-height: 1.75rem;
  color: #282828;
  margin: 10px 0 25px;
  text-align: justify;
}

.subcategories-wrapper {
  background-color: #fcfcfc;
}

.subcategories-container {
  margin: 0 25px;
}

.about-category {
  height: 27px;
  border-radius: 3px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-category-wrapper {
  font-size: 1.166rem;
  line-height: 1.75rem;
  padding: 0 0 10px 0;
  border-bottom: 0.3px solid #dcdcdc;
}  

.about-category .about-category-ls {
  margin-left: 10px;
}

.about-category .about-category-ls a, .about-category .about-category-ls h3 {
  color: #0071bc;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 100;
}

.about-category .about-category-ls a:hover, .about-category .about-category-ls h3:hover {
  color: #004fec;
}

.about-category .about-category-rs {
  margin-right: 15px;
  font-size: 1.166rem;
}

.about-category .about-category-rs a {
  color: #0071bc;
  text-decoration: none;
  font-size: 1.125rem;
}

.about-category .about-category-rs a:hover {
  color: #004fec;
}

.sub-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-row-wrapper a {
  color: #0071bc;
  text-decoration: none;
}

.sub-row-wrapper a:hover {
  color: #004fec;
}

.sub-wrapper {
  margin: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 155px;
}

.sub-wrapper:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
          box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sub-wrapper .img-size {
  margin-top: 5px;
}

.sub-wrapper .img-size img {
  height: 65px;
}

.sub-title-wrapper {
  margin-bottom: 3px;
  width: 112px;
  height: 57px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sub-title-wrapper h3 {
  font-weight: 400;
  font-size: 1.08rem;
}

.product-group-title-container {
  width: 100%;
}

.product-group-title-container .manufacturer {
  margin-bottom: 3px;
  max-height: 24px;
}

.product-group-title-container .manufacturer a {
  text-decoration: none;
}

.product-group-title-container .manufacturer h3 {
  font-size: 1.125rem;
  font-weight: 400;
}

.h2-search {
  font-weight: 400;
  padding: 8px 8px 4px 0px;
}

.link-search {
  text-decoration: none;
  font-size: 1.125rem;
  color: #0071bc;
}

.link-search:hover {
  color: #004fec;
}

.custom-pg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px gainsboro;
  border-radius: 5px;
  padding: 3px;
  margin-right: 1px;
  text-overflow: ellipsis;
}

.link-search-url {
  color: #999999;
  font-size: 1.125rem;
  text-decoration: none;
  margin: 5px 7px;
  display: block;
  text-overflow: ellipsis;
}

.custom-item-src {
  padding: 0 7px;
  max-width: 170px;
  font-size: 1.125rem;
  line-height: 1.4rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-group-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.166rem;
  color: #282828;
}

.group-img-size img {
  width: 100px;
}

.product-group-table {
  line-height: 1.75rem;
  margin: 10px 0 15px 20px;
  width: 100%;
}

.product-group-table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.product-group-table table .item-data-row:hover {
  background-color: #f0ffff;
}

.product-group-table table .item-data-row .encole-part-number-a, .product-group-table table .item-data-row .mfg-no-a {
  color: #0071bc;
  text-decoration: none;
}

.product-group-table table .item-data-row .encole-part-number-a:hover, .product-group-table table .item-data-row .mfg-no-a:hover {
  cursor: pointer;
  color: #004fec;
}

.product-group-table table th {
  font-size: 1.05rem;
  text-align: left;
  border-bottom: 1px solid gainsboro;
  padding-right: 15px;
  vertical-align: bottom;
}

.product-group-table table td {
  text-align: left;
  white-space: nowrap;
  font-size: 1.05rem;
  padding-right: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.row-hlt {
  background-color: yellow;
}

.custom-none {
  display: none;
}

.filter-none {
  display: none;
  display: block;
}

.subcats-n {
  display: none;
  display: block;
}

.allsubcats-n {
  display: none;
}

.catdes-n {
  display: none;
}

.aboutcat-n {
  display: none;
}

.titlecat-n {
  display: none;
}

.pg-n {
  display: none;
  display: block;
}

.product-group-title {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  width: 100%;
}

.product-group-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #282828;
}

.pg-tbl-n {
  display: none;
  display: block;
}

.product-group-description {
  font-size: 1.166rem;
  line-height: 1.75rem;
  color: #282828;
  text-align: justify;
}

.resultsPage {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ls-nav {
  max-width: 230px;
  min-width: 220px;
  padding: 10px 0 10px 10px;
  max-height: calc(96vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ls-vr {
  border-right: 1px solid gainsboro;
}

.img-lsNav {
  margin-left: 3px;
  max-width: 30px;
  min-width: 30px;
}

.txt-lsNav {
  font-size: 12px;
  padding-left: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 230px;
}

.knob-lsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #0071bc;
  color: #282828;
  margin-bottom: 5px;
}

.knob-lsNav:hover {
  color: #004fec;
}

.img-roll {
  object-fit: cover;
  width: 100%;
  min-height: 120px;
  height: 120px;
}

.rstAll {
  min-width: 100%;
  text-align: right;
  padding-right: 20px;
  color: #0071bc;
  padding-top: 10px;
}

.rstAll:hover {
  color: #004fec;
}

.hrFilter {
  border-bottom: 1px solid gainsboro;
  margin: 0 10px 3px 0;
}

.knobSub {
  max-height: 900px;
  overflow-y: auto;
  padding: 3px 3px 3px 5px;
  background-color: white;
}
.knobSubs {
  max-height: 900px;
  padding: 3px 3px 3px 5px;
}
.atbChk {
  border: 1px solid gainsboro;
  margin-top: 2px;
  /*width: 10px;*/
  height: 10px;
}

.atbVal {
  padding-left: 5px;
}

.atbLnk {
  text-decoration: none;
  color: #0071bc;
  color: #282828;
  margin-bottom: 4px;
}

.atbLnk:hover {
  color: #004fec;
}

.h-lm {
  max-height: 360px;
  border: 1px solid gainsboro;
}

.h-noLm {
  border: none;
  background-color: inherit;
}
  .crs-scroll-btn:hover {
    border-color: #999999;
    color: #282828;
  }
  
  .crs-scroll-right {
    right: -17px;
  }
  
  .crs-scroll-left {
    left: -20px;
  }
  
  .crs-scroll-right::before {
    content: "\3e";
  }
  
  .crs-scroll-left::before {
    content: "\3c";
  }
  .crs-scroll-btn {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: white;
    line-height: 40px;
    font-family: 'Nanum Pen Script', cursive;
    font-size: 1.83rem;
    color: dimgray;
  }
  .bloc_1_edito{height: 156px;margin:0 auto;position: relative}
  
  #nav_container {
      z-index: 10000;
      bottom: 10px;    
      position: absolute;
      height: 210px;
      width: 1000px;
      white-space: nowrap;
      
  }
  .image_thumbnails{width: 116px;height: 65px;}
  #prev_nav{
    position: absolute;
    left: 10px;
    font-size:20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    color: blacks;
    cursor: pointer;
    z-index: 1000;
  }
  #next_nav{
    position: absolute;
    right: 55px;
    font-size:20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
  }
  #nav{
      position: absolute; 
      width: 900px;
      overflow: hidden;
      margin: 36px;
  }
  
  #nav li { width: 190px; /*height:185px;*/ display: inline-flex; list-style: none;border: solid 1px gainsboro;border-radius: 5px; }
  /*#nav a { width: 116px; height:65px; display: block; }*/
  /*#nav li.activeSlide a {}*/
  #nav a:focus { outline: none; }
 /* #nav img { width: 182px;margin-top:3px }*/
@media (max-width: 900px) {
  .ls-nav {
   /* margin-top: 50px;*/
    padding-top: 5px;
    max-height: calc(90vh - 80px);
  }
  .rstAll  {
    margin-top: 50px;
    padding-top: 5px;
  }
  .filtrs{
    margin-top: 45px;
  }
}

@media screen and (max-width: 415px) {
  .product-group-description {
    display: none;
  }
  .sub-row-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
 
}

.crs-scroll-btn:hover {
  border-color: #999999;
  color: #282828;
}

.crs-scroll-right {
  right: -17px;
}

.crs-scroll-left {
  left: -20px;
}

.crs-scroll-right::before {
  content: "\3e";
}

.crs-scroll-left::before {
  content: "\3c";
}
.crs-scroll-btn {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: white;
  line-height: 40px;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 1.83rem;
  color: dimgray;
}
.bloc_1_edito{height: 156px;margin:0 auto;position: relative}

#nav_container {
    z-index: 10000;
    bottom: 0px;    
    position: absolute;
    height: 210px;
    width: 1000px;
    white-space: nowrap;
}
.image_thumbnails{width: 116px;height: 65px;}
#prev_nav{
  position: absolute;
  left: 10px;
  font-size:20px;
  font-family: 'avantgarde_medium';
  font-weight: bold;
  color: blacks;
  cursor: pointer;
  z-index: 1000;
}
#next_nav{
  position: absolute;
  right: 55px;
  font-size:20px;
  font-family: 'avantgarde_medium';
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
#nav{
    position: absolute; 
    width: 900px;
    overflow: hidden;
    margin: 30px;
}

#nav li { width: 190px; /*height:185px;*/ display: inline-block; list-style: none;border: solid 1px gainsboro;border-radius: 3px; }
/*#nav a { width: 116px; height:65px; display: block; }*/
/*#nav li.activeSlide a {}*/
#nav a:focus { outline: none;}
/*#nav img {border-radius: 5px; }*/
/*# sourceMappingURL=category.css.map */

#navs{
  width: 100%;
  overflow: hidden;
/*  margin: 30px;*/
}

#navs li { width: 190px; /*height:185px;*/ display: inline-block; list-style: none;border: solid 1px gainsboro;border-radius: 3px; }
#navs a:focus { outline: none; }
/*#navs img { width: 100%;margin-top:3px }*/
