@charset "UTF-8";
/* mixins */
/** breakpoints **/
/*** TODO : checker si les valeurs de la preprod sont ok avec les planches ***/
/*** TODO : une fois les valeurs fixees, creer mixins breakpoints ***/
/* valeur de la preprod fournie 1200 */
/* valeur interm├®diaire de la preprod: ├á supprimer ? */
/* valeur de la preprod fournie 1430 */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
#category .product_list, #search .product_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    #category .product_list, #search .product_list {
      margin-right: -15px;
      margin-left: -15px; } }

#search .product_list:before, #category .product_list:after,
#search .product_list.row:before, #category .product_list.row:after,
#search .product_list.row::before, #category .product_list.row::after {
  display: none !important;
  content: ''; }

.content_scene_cat {
  border-top: 5px solid #333;
  color: #d7d7d7;
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 18px 10px 10px 42px;
    background-color: #464646 !important; }
    @media (max-width: 767px) {
      .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px; } }
  .content_scene_cat span.category-name {
    font: 600 42px/51px "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a {
    color: #fff; }
    .content_scene_cat a:hover {
      text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #000; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #515151; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #d6d4d4;
  padding: 15px 0 0px 0; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li {
      float: left;
      width: 145px;
      margin: 0 0 13px 33px;
      text-align: center;
      height: 202px; }
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
          border: 1px solid #d6d4d4; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top; }
      #subcategories ul li .subcategory-name {
        font: 600 18px/22px "Open Sans", sans-serif;
        color: #555454;
        text-transform: uppercase; }
        #subcategories ul li .subcategory-name:hover {
          color: #515151; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image a {
        border: 5px solid #333;
        padding: 5px; }

#category .breadcrumb, #category .breadcrumb a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1; }

h1.page-heading.product-listing {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 48px;
  font-size: 4.8rem;
  position: relative;
  line-height: 48px;
  line-height: 4.8rem;
  border-bottom: 0px solid white;
  overflow: initial;
  padding: 0px;
  margin: 0;
  text-transform: none;
  text-align: center;
  margin-bottom: 46px;
  margin-top: 20px;
 }
  @media screen and (max-width: 767px) {
    h1.page-heading.product-listing {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      margin-bottom: 60px;
      margin-bottom: 6rem; } }
  h1.page-heading.product-listing:after {
    content: ' ';
    position: absolute;
    left: 0px;
    display: block;
    background-image: url(/cdn-cgi/image/width=auto,format=webp,quality=auto/themes/usineonline/img/theme2019/separator.png);
    width: 82px;
    height: 6px;
    bottom: -35px;
    bottom: -3.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -24px; }
    @media screen and (max-width: 767px) {
      h1.page-heading.product-listing:after {
        bottom: -25px;
        bottom: -2.5rem; } }

.category-bg {
  margin-top: 0px;
  background-image: url(/cdn-cgi/image/width=auto,format=webp,quality=auto/themes/usineonline/img/theme2019/category-bg.jpg);
  background-size: cover;
  margin-bottom: 0px; }

.container-category-bg-table {
  display: table;
  height: 100%; }

.cat_desc p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000; }

.cat-promo {
  background: rgba(35, 35, 35, 0.85);
  padding: 40px 40px 60px 40px; }

.cat-promo-discount {
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  color: #ff3024;
  display: block;
  text-align: center; }

.cat-promo-date {
  margin-top: 5px;
  font-weight: 500;
  font-size: 27px;
  line-height: 27px;
  color: #ff3024;
  display: block; }

.cat-promo-date .uopromobandeau_date_limite_txt {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px; }
.cat-promo-date .uopromobandeau_date {
  display: inline-block; }

.cat-promo-description p {
  width: 100%;
  line-height: 1.3em;
  padding-top: 0.5em;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500; }

.cat-promo-description p:first-child {
  color: #34b8ec;
  font-weight: 700; }

.cat-promo-description {
  margin-top: 2em; }

.cat-devis {
  margin: 0 0 35px 0; }

.cat-devis .etape {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 33%; }

.cat-devis h3 {
  color: #e40139;
  text-transform: uppercase;
  font-weight: 700; }

.cat-devis img.trait {
  position: absolute;
  height: 3px;
  width: 200px;
  top: 25%;
  right: -100px; }

.cat-devis .etape p {
  font-weight: 300;
  line-height: 1.2; }

.cat-devis .icon-img {
  max-width: 85px;
  height: auto; }

ul.product_list .product-name {
  font-size: 22px; }

#category ul.product_list.grid > li .product-container .price,
#page ul.product_list.grid > li .product-container .price {
  color: #ff4e36;
  font-size: 20px;
  font-weight: bold;
}
#category ul.product_list.grid > li .price_container {
  font-size: 16px;
  color: #000; }

@media screen and (min-width: 1440px) {
  #category #container-breadcrumb {
    padding-left: 0;
    padding-right: 0; }

  #category #left_column {
    padding-left: 0px;
    padding-right: 0px; } }
@media screen and (max-width: 1024px) {
  .category-bg {margin-top: 21px; }
}
@media screen and (min-width: 768px) {
  #category #center_column {
    padding-top: 30px;
    padding-left: 30px; }

  .cat-elements {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 40px;
    float: none; }

  .cat-elements-cell {
    display: table-cell; 
    vertical-align: top;
    }

  .cat-promo {
    display: table-cell;
    height: 100%;
    float: none; }

  .cat-devis h3 {
    font-size: 22px; }

  .cat-devis .etape p {
    font-size: 16px; }

  .category-content-container .cat-devis {
    display: none; }

  .cat-promo-mobile-bg {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #category h1.page-heading.product-listing {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 25px;
    margin-bottom: 70px; }
    #category h1.page-heading.product-listing:after {
      bottom: -32px;
      bottom: -3.2rem; }

  #category .cat-promo-discount {
    font-size: 80px; }

  #category .cat-promo-date {
    font-size: 24px;
    line-height: 24px; }

  .cat-devis img.trait {
    width: 50px;
    right: -25px;
    top: 20%; }

  .cat-promo-description p {
    font-size: 18px; }

  .cat-devis h3 {
    font-size: 20px; }

  .cat-devis .etape p {
    font-size: 14px; }

  #category ul.product_list .product-name {
    font-size: 18px; }

  #category ul.product_list.grid > li .price_container {
    font-size: 14px;
    color: #000; }

  #category ul.product_list.grid > li .product-container .price {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  #category #container-breadcrumb {
    padding-left: 0;
    margin-top: 20px; }

  .category-bg {
    background-image: none;
    background-color: white;
    padding: 0; }

  .cat-devis {
    display: none; }

  .container-category-bg {
    padding: 0px; }

  .cat-promo {
    padding: 0;
    width: 100%;
    background: black;
    display: flex; }

  .cat-promo-bg {
    width: 50%;
    padding: 30px 15px 35px; }

  .cat-promo-mobile-bg {
    width: 50%;
    background-image: url(/cdn-cgi/image/width=auto,format=webp,quality=auto/themes/usineonline/img/theme2019/category-bg-mobile.jpg);
    background-size: cover;
    background-position: center right; }

  .cat-promo-description {
    margin-top: 25px; }

  .cat-promo-discount {
    font-size: 40px;
    line-height: 1;
    text-align: left; }

  .cat-promo-date {
    font-size: 13px;
    line-height: 1; }

  .cat-promo-description p {
    font-size: 11px;
    padding-top: 0;
    margin-bottom: 0; }

  #category h1.page-heading.product-listing {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-bottom: 5rem; }

  #category h1.page-heading.product-listing:after {
    bottom: -20px;
    bottom: -2rem; }

  .cat_desc p {
    font-size: 14px; }

  .cat-devis h3 {
    font-size: 14px; }

  .cat-devis .etape p {
    font-size: 11px; }

  .cat-devis .icon-img {
    max-width: 60px; }

  .cat-devis .etape .col-sm-12 {
    padding: 0 !important; }

  .category-content-container .cat-devis {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px; }

  #category #center_column {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px; }

  #category #left_column {
    padding-left: 0;
    padding-right: 0; }

  .block .title_block, .block h4 {
    background: #0064b0;
    color: white;
    border-top: 0px solid white;
    margin-bottom: 0px; }

  #category .reinsurance_product_footer {
    padding-bottom: 0px !important; }

  .categoryextrafield {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .categoryextrafield p {font-size: 14px; }
  #category .infos_produit .s_title_block, #index .right-block .product-name, ul.product_list.grid > li .product-container h5 {
    height: auto;
    margin-top: 0px;
    min-height: 0px;
  }
  ul.product_list.grid > li .product-container .product-list-review-container {min-height: 0px;}
  ul.product_list.grid > li .product-container .specific-price {min-height: 0px;}
  #category .block .block_content {margin-bottom: 0px; }
  ul.product_list .comments_note .nb-comments {font-size: 13px;}

  #category .product_list {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  #category ul.product_list.grid > li {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  #category ul.product_list.grid > li {padding-bottom: 30px;}
}
@media screen and (min-width: 300px) and (max-width: 419px) {
  .cat-devis img.trait {
    height: 2px;
    display: block;
    width: 30px;
    right: -15px;
    top: 20%; } }
@media screen and (min-width: 420px) and (max-width: 549px) {
  .cat-devis img.trait {
    height: 2px;
    display: block;
    width: 50px;
    right: -25px;
    top: 20%; } }
@media screen and (min-width: 550px) and (max-width: 619px) {
  .cat-devis img.trait {
    height: 2px;
    display: block;
    width: 70px;
    right: -35px;
    top: 20%; } }
@media screen and (min-width: 620px) and (max-width: 767px) {
  .cat-devis img.trait {
    height: 2px;
    display: block;
    width: 110px;
    right: -35px;
    top: 20%; } }
@media screen and (min-width: 768px) and (max-width: 899px) {
  .cat-devis img.trait {
    position: absolute;
    height: 3px;
    width: 60px;
    top: 25%;
    right: -30px; } }
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .cat-devis img.trait {
    width: 80px;
    right: -40px;
    top: 20%; } }
@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .cat-devis img.trait {
    position: absolute;
    height: 3px;
    width: 120px;
    top: 25%;
    right: -60px; } }

@media screen and (max-width: 576px) {
  .category-bg {margin-top: 0px; }
}

/*# sourceMappingURL=category.css.map */
