@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic&subset=latin');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin');

.nav-tabs > li > a{
  padding:5px 30px !important;
}

/*******************
MARSALEIX - à mettre en commentaire si besoin

main-color : #96CD35
********************/
html {
  scroll-behavior: smooth;
}

.center{
  margin: 0 auto;
  text-align: center;
}

.d-none{display:none !important;}


@media (min-width: 1050px){
  .container {
    max-width: 1200px;
  }
  }

  @media (min-width: 1400px){
    .container {
      max-width: 1350px;
    }
    }

body#category #header div.clear{
  display: none;
}


.breadcrumb .breadcrumb-wrapper ol {
    display: inline;
}
.breadcrumb .breadcrumb-wrapper ol li {
    display: inline;
}
@media(max-width:640px)
{
  .breadcrumb .breadcrumb-wrapper ol {
      line-height: 270%;
  }
}

body#index{
  background-color: #f7f7f7;
}




/********************
BANDEAU EN HAUT
*******************/
.inside p{
  margin:0;
}

.barre-haute h1{
  font-size: 1.5rem;
  margin: 2px 0px;
}

.messagedefilant{
  max-height: 30px;
  background-color:red;
  color:white;
  text-align:center;
  font-size:1.5rem;
  padding:6px 0
}

.messagedefilant div span {
  animation: defilement 20s infinite linear;
}
 
 
@keyframes defilement {
  0% { margin-left: 50%; }
  100% { margin-left: -150%; }
}




/***************
QUICK SEARCH BAR
**************

.ac_results.search-results{
  display: none !important;
}  */

.znav-top .html-item{
  padding: 10px 10px 15px 10px !important;
}

/* menu responsive */
.zmenu-nav .root > li > a:hover::before,
.znav-top .category-item li a:hover::before{
    border-color: #96CD35 !important;
    background-color: #96CD35 !important;
}

.dropdown-content p > a > strong{
  font-size: 1.6rem;
}

/* adaptation menu long */

.zmegamenu{
  z-index:9999;
}

    @media all and (min-width: 1200px){
       #zmegamenu {
         max-width: 95% !important;
      }
    }
    
    @media all and (min-width: 767px) and (max-width: 1407px){
      header .main-header{
        padding-bottom: 74px !important;
      }
    
      .zmega-menu{
        height: 74px !important;
      }
    
      
      .header-container .znav-top > li > a{
        height: 74px;
        display: table-cell;
        vertical-align: middle;
      }
    
      .znav-top > li.plex:hover .dropdown, .znav-top > li.plex.hover .dropdown{
        top: 74px !important;
      }
    }
    
    @media all and (min-width: 767px){
      .zdropdown-5 .ci-2551 > ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
      .zdropdown-5 .ci-2551 > ul > li{
        width: 50%;
      }
    }
    /*
    @media all and (min-width: 1100px) and (max-width: 1200px){
      .znav-top > li > a{
        padding: 13px 8px !important;
      }
      .znav-top > li{
        max-width: 112px;
      }
      .znav-top > li > a{
        font-size:16px !important;
      }
    }
    
    @media all and (min-width: 1200px) and (max-width: 1260px){
      .znav-top > li{
        max-width: 112px;
      }
    }
    
    @media all and (min-width: 1260px) and (max-width: 1407px){
      .znav-top > li{
        max-width: 123px;
      }
    }
    */

   

    @media all and (min-width: 767px) and (max-width: 1000px){
        .znav-top{
            display: flex !important;
            justify-content: space-evenly !important;
        }

        .znav-top > li{
            text-align: center;
        }

        .znav-top > li > a{
            padding: 0px 2px !important;
            font-size: 16px !important;
          }
    }

    @media all and (min-width: 767px) and (max-width: 806px){
        .znav-top > li > a{
            font-size: 14px !important;
          }
    }

    @media all and (min-width: 806px) and (max-width: 850px){
        .znav-top > li > a{
            font-size: 15px !important;
          }
    }

    @media all and (min-width: 1000px) and (max-width: 1266px){
        .znav-top{
            display: flex !important;
            justify-content: space-evenly !important;
        }

        .znav-top > li{
            max-width: 102px;
            text-align: center;
        }

        .znav-top > li > a{
            padding: 10px 5px !important;
          }
    }

    @media all and (min-width: 1267px) and (max-width: 1409px){
        .znav-top > li > a{
            padding: 13px 5px !important;
          }
    }
    
    @media all and (min-width: 1410px) and (max-width:1471px){
      .znav-top > li > a{
        font-size:16px !important;
      }
    }
    
    @media (min-width: 768px){
    #zmegamenu {
      max-width: 98% !important;
    }
    }

    .znav-top  li.plex .dropdown{
      font-family:"Roboto Condensed", sans-serif;
    }

    
    /*puce du menu*/
    .znav-top .category-item li a::before{
      padding-left: 5px;
    }
    
    .znav-top .category-item li a::before{
      position: absolute;
      left: -10px;
      top: 4px;
    }
    
    

    .zdropdown-5 .dropdown-content >.html-item > p,
    .zdropdown-3 .dropdown-content >.html-item > p,
    .zdropdown-4 .dropdown-content >.html-item > p
    {
      min-height: 43px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .znav-top > li div.dropdown-content > div > p{
      margin: 0;
    }

    .znav-top > li div.dropdown-content > div > p:first-child > a {
      width: 85%;
    }

    .znav-top > li div.dropdown-content .rte img{
      padding-top: 15px;
      margin-top: -10px;
    }
 

    .znav-top .zdropdown-2 .zcontent-1{
      padding: 0 20px !important;
    }

    .znav-top > li:not(.m-8):not(.m-2) .dropdown .dropdown-content:not(:last-child){
      border-right: 1px solid #C5C5C5;
    }

    .znav-top > li.m-7 .dropdown .dropdown-content .html-item p:nth-of-type(2){
      padding-bottom:10px;
    }

    .znav-top > li.m-7 .dropdown .dropdown-content .html-item p:nth-of-type(3n){
      padding-top: 10px;
      border-top: 1px solid #C5C5C5;
    }
    

    /***** Sous menu on the right *****/

    /* cacher sous categorie - manque de place */
    .znav-top .m-11 .zdropdown-1 div.category-item.ci-2010 ul,
    .znav-top .m-6 .zdropdown-1 div.category-item ul{
      display: none;
    }

    /*taille sous menu*/
.znav-top .zdropdown-1 {
  min-width: 260px;
}

.znav-top .dropdown .dropdown-content{
  padding: 0 !important;
}

.znav-top .category-item{
  padding: 0 !important;
}

.znav-top .category-item,
.znav-top .product-item,
.znav-top .manufacturer-item {
  float: none;
  padding: 0;
}

.znav-top .category-line {
  overflow: initial !important;
  margin: 0 !important;
}

.znav-top .category-item {
  position: relative;
}

.znav-top .category-item .category-title {
  margin: 0 !important;
}

.znav-top .category-title > a {
  width: 100%;
  padding: 15px;
  display: inline-block;
}

.znav-top .category-title a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 1px solid lightslategray;
  background-color: white;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 25%;
}

.znav-top .category-title:hover a::before {
  background-color: white;
  border: 1px solid white;
}

.znav-top .category-item:hover > p > a {
  background-color: #458937;
  color: white;
}

.znav-top .category-item > ul > li > a:hover {
  background-color: #458937;
  color: white;
}

.znav-top .category-item>ul {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.znav-top .category-line:hover .category-item > ul {
  background-color: white;
  position: absolute;
  left: calc(100% - 10px);
  top: 0;
  min-width: 500px;
  width: 100%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 99;
}

.znav-top .category-item > ul > li {
  width: 33%;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.znav-top .category-line:hover .category-item.ci-3 > ul {
  min-width: 700px;
}

.znav-top .category-line:hover .category-item.ci-3 > ul > li {
  width: 33%;
}

/* enlever sous-menu pour elevage */
.znav-top li.m-16 .category-line:hover .category-item > ul{
  display: none;
}



.znav-top .category-item>ul>li>a {
  padding: 10px 0 10px 20px;
  margin-left: 0px;
  width: 95%;
}


/*puce du menu*/
.znav-top .category-item li a::before {
  padding-left: 5px;
}

.znav-top .category-item li a::before {
  position: absolute;
  top: 15px;
  left: 5px;
  border-color: #96CD35 !important;
  background-color: #96CD35 !important;
}

.znav-top .category-item li a:hover::before {
  border-color: white !important;
  background-color: white !important;
}

.znav-top .category-item li a:hover::before {
  position: absolute;
}

.zdropdown-5 .dropdown-content>.html-item>p,
.zdropdown-3 .dropdown-content>.html-item>p,
.zdropdown-4 .dropdown-content>.html-item>p {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.znav-top>li div.dropdown-content>div>p {
  margin: 0;
}

.znav-top>li div.dropdown-content>div>p:first-child>a {
  width: 85%;
}

.znav-top>li div.dropdown-content .rte img {
  padding-top: 15px;
  margin-top: -10px;
}


.znav-top .zdropdown-2 .zcontent-1 {
  padding: 0 20px !important;
}

.znav-top>li:not(.m-8):not(.m-2) .dropdown .dropdown-content:not(:last-child) {
  border-right: 1px solid #C5C5C5;
}

.znav-top>li.m-7 .dropdown .dropdown-content .html-item p:nth-of-type(2) {
  padding-bottom: 10px;
}

.znav-top>li.m-7 .dropdown .dropdown-content .html-item p:nth-of-type(3n) {
  padding-top: 10px;
  border-top: 1px solid #C5C5C5;
}

/*responsive menu */
.zmenu-nav .root > li > a{
  display: inline-block;
  width: 100%;
}
    
    /* slider text-shadow*/
    .nivo-caption h1, .nivo-caption h2, .nivo-caption h3,
    .nivo-caption .text{
      text-shadow: 0 1px #37393c,-1px 0 #4d4f52,-1px 2px #37393c,-2px 1px #4d4f52,-2px 3px #37393c,-3px 2px #4d4f52,-3px 4px #37393c,-4px 3px #4d4f52,-4px 5px #37393c,-5px 4px #4d4f52 !important;
    }

    .nivo-caption h4{
      font-size: 55px;
      text-shadow: 0 1px #37393c,-1px 0 #4d4f52,-1px 2px #37393c,-2px 1px #4d4f52,-2px 3px #37393c,-3px 2px #4d4f52,-3px 4px #37393c,-4px 3px #4d4f52,-4px 5px #37393c,-5px 4px #4d4f52 !important;
    }
    
    /* CATEGORY CARDS */
    .zerofeaturedcategories .category-block .category-container{
      max-width: 370px;
    }
    
    .zerofeaturedcategories .category-block .category-name{
      font-size: 2.3rem !important;
      padding:0 !important;
    }

    .zerofeaturedcategories .category-block .category-name > a {
      width: 100%;
      display: inline-block;
      padding: 10px 0;
    }
    
    .zerofeaturedcategories .category-list .category-image {
      margin-top: -2px;
    }
    
    @media all and (min-width:768px){
      .zerofeaturedcategories .category-block .sub-categories{
        display: none;
        max-height: 170px;
        min-height: 170px;
        overflow: auto !important;
      }
    }


    /***************************
    Search home
    ***************************/

    body#index #home_ajax_search_result #center_column{
      width: 50%;
margin: 3rem 2rem;
position: absolute;
left: calc(50% - 25%);
top: 45px;
z-index: 50000;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 0 0 15px 15px;
    }

    body#index #home_ajax_search_result .close{
      text-indent: -9999px;
      line-height: 0;
    }

    body#index #home_ajax_search_result .close::after{
      content: "Fermer la fenêtre";
  text-indent: 0;
  display: block;
  line-height: initial;
  top: 10px;
  position: relative;
    }

    body#index #home_ajax_search_result .page-heading{
      margin:1rem 0;
    }

    body#index #home_ajax_search_result #center_column > p.alert{
      text-indent: -9999px;
      line-height: 0;
    }

    body#index #home_ajax_search_result #center_column > p.alert::after{
      content: "--- Appuyer sur Entrer ou cliquer sur la loupe en haut pour afficher plus de résultats ---";
      text-indent: 0;
      display: block;
      line-height: initial;
      top: 0px;
      position: relative;
    }

    body#index #home_ajax_search_result .product_list_wrapper{
      max-height: 300px;
      overflow: auto;
    }


    body#index #home_ajax_search_result .ajax_block_product{
      width: 20%;
      text-align: center;
    }

    @media all and (max-width:1200px){
      body#index #home_ajax_search_result .ajax_block_product{
        width: 25%;
        text-align: center;
      }
    }

    @media all and (max-width:900px){
      body#index #home_ajax_search_result #center_column > p.alert{
        margin-top: 3rem;
      }
    }


    body#index #home_ajax_search_result .button-container,
    body#index #home_ajax_search_result .quickview{
      display: none;
    }

    body#index .sortPagiBar{
      display:none;
    }


    /*********
    Demande de devis
    *********/
    #search_block_top .btn-default{
      background-color: mediumblue;
      top: 8px !important;
      font-size: 18px !important;
      max-width: 120px;
      line-height: 25px;
      padding: 7px;
      font-family: Roboto Condensed;
      animation: pulse-black 3s infinite;
    }

    #search_block_top .btn-default:hover{
      background-color: rgb(0,0,160);
    }

    @keyframes pulse-black {
      0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
      }
      
      70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
      }
      
      100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      }
    }
    
    /* scrollbar */
    .zerofeaturedcategories .category-block .sub-categories{
    scrollbar-width: thin;
    }
    
    .zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar {
      width: 9px;
    }
    .zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar-track {
      background: transparent;
    }
    .zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar-thumb {
      background-color: rgba(155, 155, 155, 0.5);
      border-radius: 20px;
      border: transparent;
    }



    /**************** video accueil **************/
    .video-promo-titre{
      background-color: beige;
      padding: 2em 0 1.25em 0;
    }

    .video-promo-titre > h2{
      text-transform: uppercase;
    }

    /*********************************
    Slider des meilleurs ventes accueil (voir modules -> zerohomepage -> views -> templates -> hook ->group.tpl)
    **********************************/

    @media all and (min-width:1100px){
      .ztabs ul.nav{
        display: flex;
        justify-content: space-evenly;
        font-size: 2rem !important;
        flex-wrap: nowrap;
      }
    }

    @media all and (max-width:1099px){
      .ztabs ul.nav a{
        font-size: 18px;
      }
    }

    @media all and (max-width: 767px) {
      .nav-tabs > li{
        width: auto !important;
      }
      .ztabs .tab-content{
        margin-left: 30px;
        margin-right: 30px;
      }
    }

    .ztabs .product_img_link::after{
  content: "Meilleures ventes";
  position: absolute;
  z-index: 99999;
  top: 0;
  background-color: rgba(66,142,48, 0.75);
  color: white;
  padding: 5px;
  right: 0;
  border-radius: 0 0 0 10px;
}

.ztabs > .col-xs-12{
  background-color: beige;
  margin-bottom: 1em;
}


    .ztabs h2{
      font-size: 4rem;
      display: inline-block;
      position: relative;
      margin-top: 1em;
      margin-bottom: 1em;
    }

    .ztabs h2:after{
      content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .2s all ease-out;
  animation: borderdelire 10s ease-out forwards;
  background-color:#D9D9D9;
    }

    @keyframes borderdelire {
      0% {
        transform: scale(0);
      }
      100% {
        transform: scale(1);
      }
    }

    .ztabs h2 .plus-vendu{
      animation: color-animation 4s linear infinite;
    }

    .ztabs h2 .plus-vendu-1{
      --color-1: #DF8453;
      --color-2: #3D8DAE;
      --color-3: #E4A9A8;
    }

    .ztabs h2 .plus-vendu-2{
      --color-1: #DBAD4A;
      --color-2: #528b85;
      --color-3: #17494D;
    }

    .ztabs h2 .plus-vendu-3{
      --color-1: #528b85;
      --color-2: #E4A9A8;
      --color-3: #528b85;
    }

    .ztabs h2 .plus-vendu-4{
      --color-1: #3D8DAE;
      --color-2: #DF8453;
      --color-3: #E4A9A8;
    }
    .ztabs h2 .plus-vendu-5{
      --color-1: #DBAD4A;
      --color-2: #528b85;
      --color-3: #17494D;
    }

    @keyframes color-animation {
      0%    {color: var(--color-1)}
      32%   {color: var(--color-1)}
      33%   {color: var(--color-2)}
      65%   {color: var(--color-2)}
      66%   {color: var(--color-3)}
      99%   {color: var(--color-3)}
      100%  {color: var(--color-1)}
    }

    .ztabs div.slick-track{
      display: flex;
      align-items: stretch;
    }

    .ztabs div.slick-track > li{
      height: auto;
    }

    .ztabs div.slick-track > li .product-container{
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .ztabs div.slick-track li.base_product .product-container .right-block .grid-bottom{
      display: flex !important;
      flex-direction: column;
      padding: 0 !important;
      min-height: 0;
      text-align: center;
    }

    .ztabs .right-block h3{
      margin-top: 0;
    }

    .ztabs div.slick-track .content_price{
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 110%;
    }

    .ztabs div.slick-track .content_price .price{
      font-size: 1.5em;
    }

    .ztabs .slick-prev{
      top: 30%;
      left: -30px;
      height: 100px;
    }

    .ztabs .slick-next{
      top: 30%;
      right: -30px;
      height: 100px;
    }






    /*********************************
Banners on top + atouts marsaleix
*********************************/

@media (min-width: 1400px) {
  .zhomepage .container {
    max-width: 1400px;
  }
}

.atouts-marsaleix {
  margin: 10px 0 30px 0;
  text-align: center;
}

.atouts-marsaleix > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid lightgray;
}

.atouts-marsaleix > div:last-child {
  border-right: none;
}

.atouts-marsaleix > div > img {
  max-height: 50px;
  margin-bottom: 10px;
}

.atouts-marsaleix > div > p {
  font-size: 1.6rem;
  font-weight: bold;
}

/* titre defilant */

.banners-top{
  background-color: beige;
}

.banners-top .marquee-rtl {
  overflow: hidden; /* important */
  width:50%; /* A ADAPTER */
  margin: 2rem auto;
  max-width: 70rem;
}

.banners-top .marquee-rtl > div {
  display: inline-block; /* important */
  white-space: nowrap; /* important */
  animation: defilement-rtl 15s infinite linear; /* défilement */
  font-size: 4rem;
  padding: 10px 2em 10px 100%;
}

@keyframes defilement-rtl {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
/* titre defilant */

.banners-top{margin-bottom:2rem;}
.banners-top > div > div {
  text-align: center;
}

.banners-top > .col-xs-12 > .banner1{
  margin-bottom: 1rem;
}

.banners-top > div > div > a {
  display: inline-block;
}


.zblocks .banners-top a img:hover{
  opacity:1;
  transform: scale(1.01);
}

.zblocks .banner1{
  padding-bottom: 0 !important;
}



    /*********************************
Categorie Home
*********************************/

/* scrollbar */
.zerofeaturedcategories .category-block .sub-categories {
  scrollbar-width: thin;
}

.zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar {
  width: 9px;
}

.zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar-track {
  background: transparent;
}

.zerofeaturedcategories .category-block div.sub-categories::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}



#categoriesphares{
  background-color: #D5141A;
  position: relative;
}

#categoriesphares > .container-fluid .title_block {
  position: relative;
  /* text-align: center;
  border: 1px solid black;
  border-left: none;
  border-right: none; */
  padding: 1rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
}

#categoriesphares .title_block .icon-tags {
  color: #458838;
  margin-right: 10px;
}
        
    /* list subcategories */
    
    .zerofeaturedcategories .category-block .sub-categories > ul{
      display: flex;
      flex-flow: wrap;
    }
    
    .zerofeaturedcategories .per-row-3 .category-block .sub-categories li, .zerofeaturedcategories .per-row-2 .category-block .sub-categories li{
      width: 100%;
      margin-bottom: 5px;
    }

    
    @media all and (min-width: 1200px){
    .zerofeaturedcategories .per-row-3 .category-block .sub-categories li, .zerofeaturedcategories .per-row-2 .category-block .sub-categories li {
      width: auto !important;
      float: left;
      margin: 5px 10px;
      padding-right: 1.5rem;
    }
    }
    
    /* button design */
    .zerofeaturedcategories .sub-categories > ul > li {
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      color: #000;
      background-color: #fff;
      border: none;
      border-radius:0;
      box-shadow: 0 3px 3px rgba(0,0,0,0.2);
      transition: all 0.3s ease 0s;
      cursor: pointer;
      outline: none;
      }
    
    .zerofeaturedcategories .sub-categories > ul > li:hover {
      background-color: #96CD35;
      box-shadow: 0 3px 3px rgba(0,0,0,0.3);
      color: #fff;
      transform: translateY(-1px);
    }
    
    .zerofeaturedcategories .sub-categories > ul > li > a:hover{
      color: #fff;
    }
    
    .zerofeaturedcategories .category-block .sub-categories li a::before {
      content: "\f138" !important;
    }

    .zerofeaturedcategories .category-block .sub-categories li{
      padding:0 !important;
    }

    .zerofeaturedcategories .category-block .sub-categories li a{
      display: inline-block;
      width: 100%;
      height: 100%;
      padding:8px 5px;
      padding-right: 0;
    }

    @media all and (min-width: 1200px){
      .zerofeaturedcategories .category-block .sub-categories li a{
        padding-right: 1.5rem;
      }  
    }

    
    
    .zerodeals ul.product_base_list.list li.base_product .product-container{
      height: 100%;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .absolute-bottom{
      display: none !important;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .price.product-price{    
      color: #eb676e;
    }
    
    .zerodeals .special-price em {
      font-size: 60%;
    }
    
    .zerodeals{
      background-color: #458838;
    }
    
    .zerodeals .title_block{
      position: relative;
     /* text-align: center;
      border: 1px solid black;
      border-left: none;
      border-right: none; */
      padding: 1rem;
      margin-bottom: 2rem;
      margin-top: 2rem;
      text-decoration: underline;
      color: white;
      text-decoration-color: white;
    }
    
    .zerodeals .title_block .icon-heart {
      color: #D5141A;
      margin-right: 10px;
    }
    
    .zerodeals .title_block .animText {
      position: relative;
      overflow: hidden;
      display: inline-block;
      line-height: 1.2;
    }
    
    
    .zerodeals .title_block .animText::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: white;
      animation: a-ltr-after 5s cubic-bezier(.77, 0, .18, 1) forwards;
      transform: translateX(-101%);
    }
    
    .zerodeals .title_block .animText::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 101%;
      height: 100%;
      background: #F7F7F7;
      animation: a-ltr-before 5s cubic-bezier(.77, 0, .18, 1) forwards;
      transform: translateX(0);
    }
    
    .zerodeals .title_block .animText:nth-of-type(1)::before,
    .zerodeals .title_block .animText:nth-of-type(1)::after {
      animation-delay: 0s;
    }
    
    .zerodeals .title_block .animText:nth-of-type(2)::before,
    .zerodeals .title_block .animText:nth-of-type(2)::after {
      animation-delay: 2s;
    }
    
    @keyframes a-ltr-after {
      0% {
        transform: translateX(-100%)
      }
    
      100% {
        transform: translateX(101%)
      }
    }
    
    @keyframes a-ltr-before {
      0% {
        transform: translateX(0)
      }
    
      100% {
        transform: translateX(200%)
      }
    }
    
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction {
      padding: 8px;
      height: auto;
      border-radius: 0 0 0 5px;
      background-color: #f13340;
      left: -6px;
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:before {
      content: "";
      float: left;
      position: absolute;
      top: 0;
      right: -2rem;
      width: 0;
      height: 0;
      border-color: transparent #f13340 transparent transparent;
      border-style: solid;
      border-width: 2rem 2rem 2rem 0;
      transform: rotateY(180deg);
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:after {
      content: "";
      position: absolute;
      top: 2rem;
      right: -5px;
      float: left;
      width: 4px;
      height: 4px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #fff;
      -moz-box-shadow: -1px -1px 2px #004977;
      -webkit-box-shadow: -1px -1px 2px #004977;
      box-shadow: -1px -1px 2px #004977;
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:hover {
      background: #f13340;
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:hover:before {
      border-color: transparent #f13340 transparent transparent;
    }
    
    @media all and (max-width: 992px) {
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .left-block img {
        padding: 4rem;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .right-block {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .right-block h3 {
        margin-right: 0;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .right-block .product-name {
        font-size: 2rem;
      }
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .price.product-price {
        font-size: 2.5rem;
      }
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .price.product-price em {
      font-size: 70%;
    }
    
    /* zerodeals - list products */
    @media all and (min-width:992px) {
      .zerodeals ul.product_list.list{
        justify-content: center;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product {
        width: 20% !important;
        display: flex;
      }
    
    
      .zerodeals ul.product_base_list.list li.base_product .product-container {
        flex-direction: column !important;
        overflow: initial;
        align-items: stretch;
        flex-flow: column !important;
        box-shadow: none !important;
      }
      
      .zerodeals ul.product_base_list.list li.base_product .product-container:hover{
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
      }
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .left-block {
        width: 100% !important;
      }
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block {
        width: 100% !important;
        height: 100%;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .left-block .product-image-container img {
        padding: 2.5rem 3rem 1.5rem 3rem;
      }
    
    
      /* Product price + price-discount */
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .content_price {
        /*position: absolute;
            border-radius: 0 0 19px 0;
        top: 30px;
        left:-7px;
        padding: 10px 15px 10px 10px;
        background-color: #96CD35;
          */
        display: flex;
        flex-direction: column;
      }
    
      /*.zerodeals ul.product_base_list.list li.base_product .product-container .right-block .content_price:before{
          content: '';
          position: absolute;
          z-index: 10;
          top: -7px;
          left: 3px;
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid #658D08;
          transform: rotate(45deg);
        }
    
        .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .content_price:after{
          content: '';
          position: absolute;
          z-index: 10;
          bottom: -7px;
          left: 3px;
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid #658D08;
          transform: rotate(-45deg);
        }
        Ajout */
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .grid-bottom {
        margin-top: auto;
        position: relative;
        bottom: 10px;
      }
    
    
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .content_price .old-price {
        font-size: 1.6rem;
      }
    
      .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .block-reduction {
        position: absolute;
        top: 10px;
        right: 100px;
        font-family: 'Luckiest Guy';
        transform: rotateZ(-15deg) scale(1.2);
        animation: pulse 2s infinite;
      }
    
      @keyframes pulse {
        0% {
          transform: scale(1.2) rotateZ(-15deg);
        }
    
        50% {
          transform: scale(1.15) rotateZ(-15deg);
        }
    
        100% {
          transform: scale(1.2) rotateZ(-15deg);
        }
      }
    
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction {
        /* position: relative !important; 
          border-radius: 100%; */
        height: auto;
        border-radius: 5px 0 0 5px;
        line-height: inherit;
        background-color: #f13340;
        padding: 1rem 0.3rem;
        font-size: 2.5rem;
        letter-spacing: 3px;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-color: transparent #f13340 transparent transparent;
        border-style: solid;
        border-width: 2rem 2rem 2rem 0;
        transform: rotateY(180deg);
        right: -19px;
      }
    
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:after {
        content: "";
        position: absolute;
        top: 2rem;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
        right: -10px;
      }
    
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction{
      font-size: 1.8rem;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .content_price .price {
      font-size: 2.1rem;
      color: #eb676e;
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:hover {
      background: #f13340;
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .block-reduction .price-percent-reduction:hover:before {
      border-color: transparent #f13340 transparent transparent;
    }
    
    
    
    .zerodeals .label-box .sale-box {
      display: inline-block;
      top: 0;
      position: absolute;
      left: 0px;
      width: 101%;
      border-radius: 3px 3px 0 0;
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
      background-size: 400% 400%;
      animation: gradient 5s ease infinite;
    }
    
    .zerodeals .ajax_block_product:nth-of-type(2n) .label-box .sale-box {
      background: linear-gradient(-45deg, #23a6d5, #23d5ab, #ee7752, #e73c7e);
      background-size: 400% 400%;
      animation: gradient 5s ease infinite;
    }
    
    @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }
    
      50% {
        background-position: 100% 50%;
      }
    
      100% {
        background-position: 0% 50%;
      }
    }
    
    
    
    .zerodeals .label-box .sale-box .sale-label {
      font-weight: bold;
      letter-spacing: 10px;
      transition: font-size 0.3s ease-out;
    }
    
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .right-block {
      display: flex;
      flex-direction: column;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block h3 {
      text-align: center;
      padding: 1rem !important;
      margin-right: 0px;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block h3 .product-name {
      font-size: 1.25rem;
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .product-desc {
      display: none;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .absolute-bottom {
      display: none;
      /*ajout*/
      margin-top: auto !important;
      text-align: center;
    }
    
    .zerodeals ul.product_base_list.list li.base_product .product-container .right-block .absolute-bottom .button-container {
      width: 100%;
    }
    }
    
    @media (max-width: 991px) {
      .zerodeals ul.product_list.list li.ajax_block_product {
        width: 50% !important;
      }
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .left-block .label-box .sale-box{
        right: 10px;
        left: auto;
      }
    }
    
    @media all and (max-width: 767px) {
      .zerodeals ul.product_list.list li.ajax_block_product .product-container .left-block .product-image-container img {
        padding: 4rem;
      }
    }

    @media (max-width: 600px) {
      .zerodeals ul.product_list.list li.ajax_block_product {
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;
      }
    }
    
    @media all and (max-width:480px) {
      #category .container #center_column .content_sortPagiBar {
        margin-top: 20px;
        margin-bottom: 20px;
      }
    
      #category .container #center_column .content_sortPagiBar #pagination_bottom .pagination {
        margin-bottom: 20px;
      }
    
      #category .container .columns-4 #product_list li.base_product,
      #new-products .container .columns-4 #product_list li.base_product,
      #prices-drop .container .columns-4 #product_list li.base_product {
        width: 100%;
        margin-bottom: 30px;
      }
    
      #category .container .page-heading,
      #new-products .container .page-heading,
      #prices-drop .container .page-heading {
        width: calc(100% - 15px);
        margin-left: 15px;
      }
    
      #category .container .heading-counter,
      #new-products .container .heading-counter,
      #prices-drop .container .heading-counter {
        float: none;
        margin-left: 15px;
        margin-bottom: 15px;
        display: block;
      }
    }
    
    .zerodeals ul.product_list.list li.ajax_block_product .product-container .left-block .label-box {
      display: block !important;
      
    }
    
    
    /************
    SVG home 
    ***********/
    
    #svg-home-zero{
      margin-top: -130px;
      margin-bottom: -45px;
    }
    #svg-home-one{
      background-color: #458838;
      margin-top: -190px;
      margin-bottom: -100px;
    }
    
    #svg-home-two{
      background-color: #D5141A;
      margin-top: -195px;
      margin-bottom: -90px;
    }



    /*********************
    BLOG home
    *********************/

    .zposts-home .title_block{
      position: relative;
      border-left: none;
      border-right: none;
      padding: 1rem;
      margin-bottom: 2rem;
      margin-top: 3rem;
      background-color: transparent;
    }

    #zblog-category{
      display:none;
    }

    #module-zeroblog-zpost .zrss{
      display:none;
    }

    /********************
    AVIS ACCUEIL (footer.tpl in theme/zero)
    ********************/

    .container-avis-page-accueil{      
      background-color: #f7f7f7;
      margin-bottom: 2rem;
    }

    #avis-page-accueil{
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
    }

    #avis-page-accueil:before,
    #avis-page-accueil:after{
      display: none;
    }

    #avis-page-accueil .title_block{
      width: 100%;
      position: relative;
      border-left: none;
      border-right: none;
      padding: 1rem;
      margin-bottom: 1rem;
      margin-top: 1rem;
      background-color: transparent;
    }

    #avis-page-accueil .title_block i{
      margin-right: 10px;
    }

    #avis-page-accueil .title_block small{
      font-size: 40%;
      margin-left: 1rem;
    }
    
    #avis-page-accueil .avis-block{
      flex-basis: 27%;
      margin: 1rem 5px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 15px 10px;
    }

    #avis-page-accueil .icon-quote-right{
      text-align: center;
      display: block;
      font-size: 3.5rem;
      color: gold;
      margin-bottom: 5px;
    }

    #avis-page-accueil .texte-avis{
      padding: 0 15px;
    }

    #avis-page-accueil .nom-avis{
      text-align: center;
      font-size: 115%;
      margin: 0;
    }

    #avis-page-accueil .date-avis{
      color: grey;
      text-align: center;
      font-size: 90%;
    }
    

    /********************
    DESCRIPTION SITE home (footer.tpl in theme/zero)
    ********************/

    body#index div#home-main-description-container{
      background: #f7f7f7;
      margin-bottom: 2rem;
      max-width: 1850px;
      margin: 0 auto;
    }

    @media all and (min-width:992px) and (max-width:1499px){
      body#index div#home-main-description-container{
      background-image: url("https://www.marsaleix.parts/img/cms/parallax-home-fendt-calandre-avec-fond-tablette.jpg");
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }
    }

    @media all and (min-width:1499px){
      body#index div#home-main-description-container{
      background-image: url("https://www.marsaleix.parts/img/cms/parallax-home-fendt-calandre-avec-fond.jpg");
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }
    }

    @media all and (min-width:993px){
      body#index div#home-main-description-container:before{
          content: "";
          display: block;
          width: 100%;
          height: 60px;
          background-color: #f7f7f7;
          transform: skewY(-1.2deg);
          position: relative;
          bottom: 26px;
      }
      body#index div#home-main-description-container:after{
        content: "";
        display: block;
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        transform: skewY(-1.2deg);
        position: relative;
        top: 26px;
      }
  }

    body#index div#home-main-description{
      font-family:"Roboto", sans-serif;
      margin-top: 3rem;
      margin-bottom: 3rem;
      background-color: rgba(250,250,250,.8);
      padding: 3rem;
      border-radius: 80px;
    }

    body#index div#home-main-description h3{
      font-size: 3.5rem;
    }

    @media all and (max-width:992px){
      body#index div#home-main-description h3{
        text-align: center;
      }
    }

    body#index div#home-main-description h3 > img{
      width: 35px;
      margin-right: 10px;
      margin-left: -40px;
    }

    body#index div#home-main-description h3 span{
      border-bottom: 3px solid #96CD35;
    }  

    body#index div#home-main-description h3 span:nth-child(2){
      color: #96CD35;
      border-bottom: 3px solid #5d5d5d;
    }    

    @media all and (min-width:1000px) {
      body#index div#home-main-description h3{
        float:left;
        text-align: center;
        margin-right: 3rem;
      }
    }

    body#index div#home-main-description h4{
      display: inline-block;
      font-size: 2rem;
    }



    /********************************
    Categorie Tracteur
    ********************************/

    body.category-3 #subcategories .block_content > ul{
      justify-content: center;
    }

    body.category-3 #subcategories .block_content > ul a{
      font-size: 1.9rem;
    }


    /*********************************
    Page Catégorie
    *********************************/

    .titres-filtres { max-width: 100%; }

      /**** Left_block subcategories ****/

      #categories_block_left ul.tree > li{
        left: 5px;
      }

      #categories_block_left ul.tree > li > a:hover::before,#categories_block_left ul.tree > li > span.grower:hover + a::before{
        border-color:#96CD35 !important;
        background-color: #96CD35 !important;
      }

      #categories_block_left ul.tree > li > a::before{
        position: absolute;
        left: -12px;
        top: 15px;
      }

      @media all and (max-width:640px) {
        #categories_block_left ul.tree > li{
          margin-bottom: 10px;
        }
      }

      /**** Left_block filters ****/

      #left_column{
        display: flex;
        flex-direction: column;
      }

      #left_column > #categories_block_left{
        order: 2;
      }

      #PM_ASearchResultsTitle h1.page-heading{display: none;}

    .PM_ASCriterionGroupSelect{
      font-size:1.25rem !important;
      width: 100% !important;
    }

    /***** top_block filters --- Tractor category only *****/
    #category .product-listing .filtertop-haut form .PM_ASCriterionsGroupList.row {
      flex-direction: row;
    }

    @media all and (max-width:640px) {
      #category .product-listing .filtertop-haut form .PM_ASCriterionsGroupList.row {
        flex-wrap: wrap;
      } 
    }

    .filtertop-haut h4{
      font-size: 2rem !important;
      margin-bottom: 0 !important;
      text-align: center;
    }

    #category .filtertop-haut form .PM_ASCriterionsGroupList.row{
      justify-content: center;
    }

    .filtertop-haut .PM_ASCriterionsGroup{
      max-width: 33%;
    }

    .filtertop-haut .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle{
      font-size: 2.3rem;
      text-align: center;
    }

    .filtertop-haut .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter .selector{
      width: auto !important;
    }

    .filtertop-haut .PM_ASCriterionsGroup .PM_ASCriterionsGroupOuter .selector > span{
      width: auto !important;
    }

    .filtertop-haut .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select{
      width: 100% !important;
    }

    /**** filter when advancesearch4 reloaded ***/

    .PM_ASCriterionsGroupList{
      display: flex;
      flex-direction: column;
    }

    #module-pm_advancedsearch4-searchresults .PM_ASCriterionsGroupList, #category .filtertop-haut .PM_ASCriterionsGroupList{
      display: flex;
      flex-direction: row;
    }


    @media (max-width: 640px) {
      #module-pm_advancedsearch4-searchresults .PM_ASCriterionsGroupList, #category .PM_ASCriterionsGroupList{
        flex-direction: column; 
      }

      .content_sortPagiBar .sortPagiBar #productsSortForm, .content_sortPagiBar .sortPagiBar .nbrItemPage {
        margin-bottom: 20px;
      }
    }

      /************* CATEGORY H1 & count_list *********/
      #category h1.page-heading{
        display: inline-block;
        margin-bottom: 10px;
        padding-left: 15px;
      }

      #category span.heading-counter{
        float: right;
        position: relative;
        top: 10px;
        color: #96CD35;
      }

      /**********
      Sous catégorie + Description category
      **********/

      .lnk_more {
        color: #222;
        padding: 2px 15px;
        border: 2px solid #000;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        font-size:1.1rem;
      }
      
      /* 1 */
      .lnk_more {
        transition: all 0.3s ease;
      }
      .lnk_more:hover {
         box-shadow:
         -7px -7px 20px 0px #fff9,
         -4px -4px 5px 0px #fff9,
         7px 7px 20px 0px #0002,
         4px 4px 5px 0px #0001;
      }


    /***** subcategorie ***/

    /****
    #subcategories ul li{
      width:auto !important;
    }

    #subcategories ul li .subcategory-image{
      width: 150px;
      height: 150px;
    }

    #subcategories ul li .subcategory-image img{
      width: 150px;
      height: 150px;
      padding: 5px;
    }

    #subcategories ul li .subcategory-image a{
      position: relative;
      border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
      background: white;
      box-shadow: 10px 40px rgba(0,0,0,.05);
      color: white;
      transition: all .4s ease;
    }

    #subcategories ul li .subcategory-image a:hover{
      border-radius: 0% 0% 5% 5% / 0% 0% 5% 5% ;
      box-shadow: 10px 35px rgba(0,0,0,.07);
    }

    #subcategories ul li .subcategory-image:hover + #subcategories ul li h5{
      color: red !important;
    }

    #subcategories h3{
      margin: 5px 0 0 0;
      font-size: 1.5rem !important;
      max-width: 150px;
      min-height: 30px;
    }

    #subcategories h3 > a{
      padding: 0px;
      padding-left: 10px;
    }

    ****/

    #subcategories{
      margin-left: 2rem;
    }

    .tous-nos-produits{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 1rem;
    margin-top: 3px;
    padding-left: 15px;
    }

    #subcategories ul{
      justify-content: start !important;
    }

    #subcategories ul li {
      margin-top: 10px !important;
    }

    @media (min-width: 768px) {
      #subcategories ul li {
        width: 25%;
        min-width: 12%;
      }
    }

    #subcategories ul li .subcategory_img:hover {
      box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
      border: 1px solid #e0e0e0;
    }

    .subcategory_list_item{
      text-transform: uppercase;
      font-size: 1.4rem;
    }

    .subcategory_list_item .subcategory_image{
      display: flex;
      flex-direction: row;
      align-items: center;
      /*padding: 5px;*/
      border: 1px solid #ecedf0;
      background-color: #fff;
      border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
      box-shadow: 4px 4px rgba(0,0,0,.15);
      transition: all .4s ease;
    }

    .subcategory_list_item .subcategory_image:hover{
      border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
      box-shadow: 3px 3px rgba(0,0,0,.25);
    }

    
    .subcategory_list_item .subcategory_image .img_sub{
      display: none;
    }

    .subcategory_list_item .subcategory_image:hover .img_sub{
      filter:opacity(75%);
    }

    @media (min-width: 768px) {
      
    }

    .subcategory_list_item .subcategory_image .img_sub{
     /* border: 1px solid #ecedf0;
        padding: 5px; */
        width: 50px;
        height: 50px;
        padding:2px;
        margin: 0 !important;
    }

    #subcategories ul li .cat_desc {
      display: inline-block !important;
      width: 100%;
      margin-bottom: 0; 
      padding: 0 6px;
      font-weight: bold;
      font-family: 'Roboto';
      font-size: 1.4rem;
      padding: 12px;
      }

    @media all and (max-width:480px){
        #category .bottom-pagination-content div.pagination .showall button.button.button-small {
            margin-top: 20px;
        }
    }

    ul.product_base_list.grid li.base_product .product-container .right-block h3{
      background-color: #fff;
      text-transform: uppercase;
      padding:0 !important;
    }

    ul.product_base_list.grid li.base_product .product-container .right-block h3 > a{
      width: 100%;
      display: inline-block;
      padding: 12px 5%;
      transition: all 0.3s ease;
      font-size: 1.5rem;
    }

    ul.product_base_list.grid li.base_product .product-container .right-block h3 > a:hover,
    ul.product_base_list.grid li.base_product .product-container .left-block:hover ~ .right-block > h3 > a /* colorize title when img is hovered*/{
      color: #5a9e74;
      /* font-size: 103%; */
      transition: all 0.3s ease;
    }

    ul.product_base_list.grid li.base_product .product-container .left-block:hover img{
      transform:scale(1.03);      
      transition: all 0.3s ease;
    }

      /**************************
      Produit prix à 0
      **************************/

      .callforprice{
        font-size: 1.7rem;
        font-weight: bold;
      }

      .callforprice_contact a{
        color: inherit;
        text-decoration: underline;
        font-weight: bold;

      }

      .callforprice_contact span{
        font-weight: bold;
      }

      /*product-list*/
      .grid-bottom .callforprice{
        text-align: center;
        text-align: center;
        font-size: 2rem !important;
        padding-left: 0 !important;
        font-weight: bold;
        background-color: #e3e3e3; 
      }

      #index .grid-bottom .callforprice{
        background-color: #96CD35; 
      }

         /***********
         Produit dans catégorie
         ***********/

        #category .content_sortPagiBar{
          margin-top: 0;
        }

        #category .sortPagiBar{
          margin-top:0;
        }

    body#category #product_list.grid li.base_product{
      display: flex;
    }

    body#category #product_list.grid div.product-container{
      height: 100%;
      display:flex;
      flex-direction: column;
    }

    body#category #product_list.grid div.product-container .right-block{
      flex-grow:1;
      display: flex;
      flex-direction: column;
    }

    body#category #product_list.grid div.product-container .grid-bottom{
      margin-top:auto;
    }

    @media all and (max-width:640px)
    {
        body#category #product_list.grid .product-container .right-block .grid-bottom,
        body#new-products #product_list.grid .product-container .right-block .grid-bottom,
        body#prices-drop #product_list.grid .product-container .right-block .grid-bottom {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-content: flex-start;
        }

        ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .button-container.button-grid {
          text-align: left;
        }

        body#category .product_list h5.name {
          padding-top: 20px !important;
        }
    }

    ul.product_base_list .product-image-container img{
      padding:1rem;
    }

    /*********
    prix+ Ajout panier
    *********/
    #category ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom,
    #search ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom{
      display: flex;
      flex-direction: column;
      padding: 0;
      min-height: 0;
    }

    ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom{
      display: flex !important;
      flex-direction: column;
      padding: 0;
      min-height: 0;
      text-align: center;
    }

    #category ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .button-grid > a,
    #search ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .button-grid > a,
    ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .button-grid > a{
      width: 100%;
      border-radius:0 0 3px 3px;
    }

    #category ul.product_list.table li.base_product .product-container .right-block .grid-bottom .button-grid,
    #category ul.product_base_list.table li.base_product .product-container .right-block .grid-left-bottom{
      width:auto;
    }


    /*****  Prix font-size ***/

    #category .content_price,
    #search .content_price{
      text-align: center;
      padding: 8px 5px 8px 0;
      background-color: #e3e3e3;
    }

    #category span.product-price,
    #search span.product-price{
      padding-left: 15px;
      font-size: 2.2rem;      
      font-family: 'Montserrat', sans-serif;
    }
    
    #category span.product-price em,
    #search span.product-price em{
      font-size: 1.2rem;
    }

    #category .button.ajax_add_to_cart_button{
      padding: 5px;
      height: auto;
      line-height: auto;
    }

    #category .button.ajax_add_to_cart_button > span{
      font-size: 1.5rem;
    }

    #category .contact-button{
      color:#fff;
      padding: 5px;
      height: auto;
      line-height: auto;
      background-color: #96CD35;
      text-align: center;
      border:none;
      background-image: none;
      font-size: 1.5rem;
    }

    #category .contact-button:hover{
      background: #3f6e51;
      border: none;
    }
   
    
    /********************************
    Page produit
    *********************************/

    #pQuantityAvailable{
      position: relative;
      font-size: 1.7rem;
      padding: 10px 10px 8px 10px;
      margin-top: 2rem;
      border: 2px solid #96CD35;
      border-radius: 2% 6% 5% 4%/1% 1% 2% 4%;
      font-weight: bold;
    }

    #pQuantityAvailable img{
      width:30px;
      margin-right: 10px;
      position: relative;
      top: -2px;
    }

    .btn-google-plus,.btn-pinterest{
      display: none !important;
    }
    
    .informations_block_left{
        display: none;
    }

    #short_description_content p{
      display: inline;
    }

    /* en lire plus */
    .pb-center-column #short_description_block .buttons_bottom_block{
      display: inline-block !important;
    }

    .pb-center-column #short_description_block .buttons_bottom_block > a{
      background: none;
      border: none;
      color: #96CD35;
    }

    .pb-center-column #short_description_block .buttons_bottom_block:hover > a{
      color: #799F1B;
    }

    .page-product-box .rte table tr:nth-of-type(2n){
      background-color:  #ffffff;
    }

    .page-product-box .rte table tr th,
    .page-product-box .rte table tr td{
      border: 1px solid #c7c7c7;
    }

    #guide-taille-massey,
    #guide-taille-fendt{
      text-align: center;
      padding: 1.5rem .5rem .5rem.5rem;
      border: 5px solid red;
      font-size: 1.5rem;
    }

    #guide-taille-massey span,
    #guide-taille-fendt span{
      color: red;
      font-style: italic;
      text-decoration: underline;
    }

    #guide-taille-massey a,
    #guide-taille-fendt a{
      color: #5A8000
    }

    #guide-taille-massey a:hover,
    #guide-taille-fendt a:hover{
      color: #96CD35
    }
   

      /* offset pour scrollTo */
    #more_info_tabs{
      padding-top: 6rem;
      margin-top: -6rem;
      padding-left: 2rem;
      padding-right: 2rem;
    }  


      /* Gestion du fancybox pop up */

    body#product.content_only{
      margin-right: 20px;
    }

    #more_info_tabs_ajax{
      margin: 2rem 3rem;
    }

    body#product #address_delivery{
      display: none;
    }

    @media all and (max-width:640px)
    {
      body#product .page-heading .cat-name {
        margin-left: 15px;
      }
      body#product #image-block .zoomWindow {
        max-width: calc(100vw - 65px);
        overflow: hidden;
        max-height: 290px;
      }
      body#product .box-info-product #attributes, body#product .box-info-product #quantity_wanted_p, .box-info-product #guide-taille-fendt{
        margin-bottom: 20px;
      }
      body#product #usefull_link_block .sendtofriend {
        margin-right: 20px;
        margin-bottom: 20px;
      }
    }

    /*********************************
    Page du panier
    *********************************/

    .cart_avail{
      display:none;
    }

    #order .page-heading span.heading-counter{
      font: inherit;
      float:inherit;
      font-size: 2rem;
      font-style: italic;
    }

    #order .page-heading span.heading-counter::before{
      content: "- ( ";
    }

    #order .page-heading span.heading-counter::after{
      content: ")";
    }

    #cart_discount_1{
      background-color: beige;
    }

    #cart_discount_1 .cart_discount_name{
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; 
    }

    .step_line{
      width: 80% !important;
      left: 10% !important;
      border-top: 1px solid #96CD35 !important;
      top: 20px !important;
    }

    ul.step li em{
      border-radius: 50%;
      border: 5px solid #96CD35;
      padding: 5px 0;
    }

    ul.step li.step_current em, ul.step li.step_done em{
      background-image: linear-gradient(to bottom,#96CD35 0,#96CD35 100%);
      border: 5px solid #96CD35;
    }

    #order .cart_total_price_ht{
      display:none;
    }
    
    #center_column > #order-detail-content #cart_summary .cart_total_delivery {
        display: none !important;
    }

    @media all and (max-width:767px){
        #order #order-detail-content .cart-delete {
            position: initial;
            text-align: right;
            width: 100%;
        }
    }

    /******************************
    Page Livraison
    ******************************/

    #livraison_accordeon {
      width: 100%;
      color: white;
      overflow: hidden;
      margin: 5rem 0 3rem 0;
    }    
    
    #livraison_accordeon > input{
      display:none;
    }    

    #livraison_accordeon .tab-label {
      position: relative;
      display: flex;
      padding: 1em;
      font-weight: bold;
      cursor: pointer;
      color: #222;
      margin-bottom: 0;
      padding-left: 8rem;
      font-size: 1.6rem;
      background: #FFF;
      border: 1px solid #c7c7c7;
    }

    #livraison_accordeon .tab-label::before{
      content: "";
      position: absolute;
      width: 55px;
      height: 100px;
      left: 0;
      top: 0;
      border-right: 1px solid #c7c7c7;
     /* border-top: 25px solid transparent;
      border-left: 35px solid white;
      border-bottom: 25px solid transparent; */
      margin: 0;
    }

    @media all and (min-width:1200px) {
      #livraison_accordeon .tab-label::before{
      max-height: 5rem;
      }
    }

    #livraison_accordeon .tab-label::after{
      content: "❯";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.50s;
      margin-left: auto;
    }

    #livraison_accordeon .tab-label > span {
      margin-right: 1rem;
      background: linear-gradient(to right, green 20%, red 40%, red 60%, green 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
      
    }

    @-webkit-keyframes shine {
      to {
        background-position: 200% center;
      }
    }
    @keyframes shine {
      to {
        background-position: 200% center;
      }
    }

    #livraison_accordeon .tab-content{
      max-height: 0;
      padding: 0 1em;
      color: #2c3e50;
      background: white;
      transition: all 0.50s;
      transition: border 0s;
      margin-top: 0;
    }

    #livraison_accordeon > input:checked + .tab-label {
      background: #ffffff;
    }
    #livraison_accordeon > input:checked + .tab-label::after {
      transform: rotate(90deg);
    }
    #livraison_accordeon > input:checked ~ .tab-content {
      max-height: 100vh;
      padding: 1em;
      border: 1px solid #c7c7c7;
      border-top: none;
      margin-bottom:.5rem;
    }


    /*.collapsible-item-label {
      display: flex;
      justify-content: space-between;
      padding: 1em;
      font-weight: bold;
      cursor: pointer;
      background: purple;
      color: #fff;
    }
    .collapsible-item-label::after {
      content: "→";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.35s;
    }
    .collapsible-item-content {
      max-height: 0;
      padding: 0 1em;
      background: white;
      transition: all 0.35s;
    }
    
    input:checked + .collapsible-item-label::after {
      transform: rotate(90deg);
    }
    input:checked ~ .collapsible-item-content {
      max-height: 100vh;
      padding: 1em;
    } */

    /***********
    ORDER
    **********/

    body#order .best_grade_speed{
      display: none;
    }

    body#order .hook_extracarrier {
        /*margin-bottom: 3rem;*/
    }

    body#order #mondialrelay_change-relay {
        margin-left: 18px;
    }

    body#order.loader {
        position: relative;
    }

    body#order.loader::before {
        display: block;
        content: "";
        z-index: 100;
        background: #fff;
        position: fixed;
        width: 100vw;
        height: 100vh;
        opacity: 0.25;
    }

    body#order.loader::after {
        display: block;
        content: "";
        width: 200px;
        height: 200px;
        background: url('/themes/zro03/img/loader-dalton.svg');
        position: fixed;
        left: calc(50vw - 100px);
        bottom: calc(50vh - 100px);
        z-index: 100;
        opacity: 1;
    }

    body#order p.delay_description{
      margin: 5px 0;
    }

    body#order p.delay_description > span{
      color: red;
      font-weight: bold;
      text-decoration: underline;
    }

    body#order .table tbody > tr > td{
      padding: 13px 8px 11px 18px;
    }

    body#order .delivery_option_logo{
      text-align: center;
    }

    body#order .order_carrier_logo{
      max-width: 50px;
      max-height: 50px;
    }

    body#order #container_express_checkout{
      display: none;
    }

    /******Paypal******/
    body#order .payment_module.paypal{
      display: block;
    }

    body#order .payment_module.paypal{
      background-color: white;
    }

    body#order .payment_module.paypal:hover{
      background-color: #F6F6F6;
    }

    body#order .payment_module.paypal > a:after,
    body#order .payment_module.sogecommerce > a:after{
      display: block;
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #96CD35;
      content: "\f054";
    }

    #payment_paypal_express_checkout{
      display: none;
    }
    

    /**********
    Paypal design
    **********/

    .payment_module.paypal > a{
      padding: 10px 0 10px 0;
      padding-left: 0px !important;
    }

    .payment_module.paypal > a > img{
      max-width: 100%;
      height: 100%;
      width: 100px;
      margin-right: 9px;
      margin-left: 5px;
    }

    /********************************
    Gestion erreur
    ********************************/

    #order .alert-danger > p{
      display: none;
    }

    #order .alert-danger > ol li::marker{
      content: "⚠️";
    }

    /***********
    Page 404
    ***********/

    .message-error{
      text-align: center;
    }

    body#pagenotfound .columns-container > #columns > .container{
      max-width: 100% !important;
      background-color:#96CD35;
    }

    #produit-404,
    body#pagenotfound .columns-container > #columns > .container .pagenotfound{
        max-width: 100%;
        margin: 0px auto 0px auto;
    }

    #produit-404{
      background-color: #96CD35;}

    #produit-404 .row{
    display: flex;
    flex-flow: wrap;
  }


    body#pagenotfound div.pagenotfound > div.row{
      display: flex;
      flex-wrap: wrap;
    }

    /*** anicenne page simpson ****

    #produit-404 .row img,
    body#pagenotfound div.pagenotfound > div.row img{
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
    }

    #produit-404 .row div.div_404_txt::before,
    body#pagenotfound div.pagenotfound > div.row div.div_404_txt::before{
      content:'';
      background-image: url(/img/cms/right-edges_green_dalton.png);
      width: 25px;
      height: 100%;
      background-size: contain;
      position: absolute;
      left: -20px;
    }

     #produit-404 .row img {
        width: 45%;
    }
    #produit-404 .row div.div_404_txt {
        width: 55%;
    }

    @media all and (min-width:1000px) and (max-width:1376px){
        #produit-404 .row div.div_404_txt,
      body#pagenotfound div.pagenotfound > div.row div.div_404_txt{
      width:60%;
      }
        #produit-404 .row img,
      body#pagenotfound div.pagenotfound > div.row img{
        width: 40%;
      }
    } 

    *******/

    #produit-404 .design-404{
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 0 auto;
    }

    #produit-404 .design-404 p{
      line-height: normal;
      font-size: 20rem;
    }

    

    #produit-404 .design-404 p{
      text-transform: uppercase;
     /*background-image: linear-gradient(
       -225deg,
       #231557 0%,
       #44107a 29%,
       #ff1361 67%,
       #fff800 100%
     ); */
     background-clip: text;
	  -webkit-background-clip: text;
	    color: transparent;
	  background-image: url('https://images.pexels.com/photos/158827/field-corn-air-frisch-158827.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
     background-size: auto auto;
     background-clip: border-box;
     background-size: 200% auto;
     /*color: #fff;
     background-clip: text; */
     text-fill-color: transparent;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     animation: textclip 2s linear infinite;
    
   }
   
   #produit-404 .design-404 p:first-child{
     animation-delay: 1s;
   }
   
   @keyframes textclip {
     to {
       background-position: 200% center;
     }
   }

    #produit-404 .design-404 img{
      width: 230px;
      height: 230px;
    }

    @media all and (max-width: 650px){
      #produit-404 .design-404 p{
        font-size: 10rem;
      }
      #produit-404 .design-404 img{
        width: 115px;
        height: 115px;
      }
    }

    #produit-404 .row div.div_404_txt,
    body#pagenotfound div.pagenotfound > div.row div.div_404_txt{
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      padding: 0 3rem;
      font-size: 2rem;
    }

    #produit-404  h1,
    body#pagenotfound h1{
      font: 600 34px/32px 'Luckiest Guy',cursive !important;
      margin-top: 3rem;
    }

    #produit-404 .row div.div_404_txt p,
    body#pagenotfound div.pagenotfound > div.row div.div_404_txt p{
      font: 600 22px/28px 'Luckiest Guy',cursive !important;
    }

   

    #produit-404 h1 {
        margin-top: 2rem;
        text-align: center;
        color: white;
    }
    

    #produit-404 .div_404_txt p {
        text-transform: uppercase;
        border-bottom: 1px solid #c7c7c7;
        padding-bottom: 19px;
        text-align: center;
    }

    #produit-404 .div_404_txt p:first-child {
      margin-top:1.5rem;
      font-size:2.5rem;
  }

 

    #produit-404 h3 {
        font-weight: bold;
        font-size: 13px;
        line-height: normal;
        margin-bottom: 18px;
        text-align: center;
    }

    #produit-404 .form-control {
        max-width: 293px;
        display: inline-block;
        margin-right: 5px;
    }

    #produit-404 form {
        text-align: center;
    }

    #produit-404 .buttons {
        text-align: center;
        padding: 48px 0 20px 0;
    }

    
    @media all and (max-width:1000px){
        #produit-404 .row div.div_404_txt,
      body#pagenotfound div.pagenotfound > div.row div.div_404_txt{
      width:auto;
      margin: auto;
      }
        #produit-404 .row img,
      body#pagenotfound div.pagenotfound > div.row img{
        width:auto;
        margin: auto;
      }
    }

    #produit-404 .row div.div_404_txt *:not(input),
    body#pagenotfound div.pagenotfound > div.row div.div_404_txt *:not(input) {
      color: white !important;
    }


    body#pagenotfound #bottom_column{
      padding-bottom: 0;
      margin-bottom: 20px;
    }


    /*******************
    Page CMS
    *******************/
    .cms-a-propos #center_column h3{
      text-align: center;
      font-size: 3rem;
      margin-bottom: 5rem;
    }

    .cms-a-propos #center_column p{
      font-size: 1.7rem;
    }

    .cms-a-propos #center_column > div > div{
      display: flex;
      flex-wrap: wrap;
      margin: 3rem auto;
    }

    .cms-a-propos #center_column > div > div img{
      max-width: 50% !important;
      height: auto !important;
      padding: 1rem;
      margin: inherit;
    }


    /****** 
    Formulaire Devis
    ******/
  @media all and (min-width:1000px){
    body#module-gformbuilderpro-form #gformbuilderpro_form_2{
      width: 70%;
      margin: 0 auto;
    }
  }

    body#module-gformbuilderpro-form #gformbuilderpro_form_2 #gformbuilderpro_1 p > img{
      max-height: 50px;
      padding: 0 10px;
    }

    body#module-gformbuilderpro-form #gformbuilderpro_form_2 #gformbuilderpro_1 p{
      text-align: center;
    }


    body#module-gformbuilderpro-form .submit_btn_left{
      text-align: center;
    }

#search_block_top .btn-default {
    position: absolute;
    top: 22px;
    right: 280px;
    font-size: 12px;
}

#header .main-header .container .clear { display: none; }


/*******************************
HISTORY CLIENT - remove weight
*******************************/

#history .footable-loaded:not(.tablet) thead > tr > th:nth-of-type(3),
#history .footable-loaded:not(.tablet) tbody > tr > td:nth-of-type(3){
  display: none;
}
  /* bouton Re-Commander */
#history #order-list td.footable-row-detail-cell a.link-button{
  margin-left: 1rem;
  background-color: #96CD35;
  font: 400 14px/19px "Roboto",sans-serif;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline;
  padding: 8px 10px;
  border-radius: 20px;
  top: 1px;
}

@media all and (max-width:480px){
    #history .footer_links {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
    }
    #history .footer_links li {
        margin-left: 0;
        margin-bottom: 20px;
    }
    #history .footer_links .logout {
        margin-bottom: 0;
    }
    #history .footable .footable-row-detail-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #history .footable .footable-row-detail-value {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #history .footable .footable-row-detail-value .link-button {
        margin-top: 20px;
        margin-left: 0 !important;
    }
}


/*************
PAGE PROMO
************/
ul.product_base_list.grid li.base_product .product-container .right-block .price-percent-reduction{
  display: block !important;
position: absolute;
top: 0;
right: 0;
font-size: 2rem;
padding: .5rem;
background-color: red;
font-weight: bold;
}

#prices-drop ul.product_base_list.grid li.base_product .product-container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#prices-drop ul.product_base_list.grid li.base_product .product-container .right-block h3{
  padding: .7rem;
  text-transform: uppercase;
}

#prices-drop ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom{
  display: block;
}

#prices-drop ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .grid-left-bottom{
  display: block;
  text-align: center;
}

#prices-drop ul.product_base_list.grid li.base_product .product-container .right-block .grid-bottom .button-grid{
  display: block;
  margin-top: 10px;
  text-align: center;
}

#prices-drop ul.product_base_list.table li.base_product .product-container .right-block .button-grid{
  width: auto;
}



/**** GO KART TABLE ***/
.product-detail-properties-table{
  width: auto !important;
}

/**** Newsletter ****/
@media all and (max-width:480px){
    #footer #newsletter_block_left form .form-group {
        display: flex;
        flex-direction: column;
    }
    #footer #newsletter_block_left form .form-group input {
        padding-right: 3% !important;
        margin-bottom: 20px;
    }
    #footer #newsletter_block_left form .form-group .button-small {
        position: inherit !important;
    }
}


/*****************
Blog
****************/

#module-zeroblog-zpost #zpost{
  font-size:1.7rem;
}

#module-zeroblog-zpost #zpost .description p{
  margin-bottom: 2rem;
}

#comment_list,
.zcomment-form{
  display: none;
}

.zaddthis{
  display: none;
}



/***** Search categories ****/

body#search .page-heading{
  margin-bottom: 15px;
}

#categories_search_result{
  /*
  border: 3px solid #222;
  padding: 0 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 2rem;
  */
}

#categories_search_result > p:first-child{
  font-size: 1.7rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
}

#categories_search_result ul{
  display: flex;
  flex-wrap: wrap;
}

#categories_search_result img{
box-shadow: 5px 4px rgba(0,0,0,.05);
}

#categories_search_result .product-container p{
  padding:3px;
  text-align:center;
}

#categories_search_result .product-container p a{
  display: block;
}


/************************
productcategoryblock - Produit associé
************************/
.blockproductscategory{
  border: 1px solid #96CD35;
  padding: 20px 20px 20px 20px;
  display: inline-block;
}

.blockproductscategory #productscategory_list_slick .slick-track{
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  width: auto !important;
}

#product #more_info_tabs .page-product-box.blockproductscategory {
  max-width: 80vw;
  min-width: 70vw;
}

@media all and (min-width:1000px){
  .blockproductscategory #productscategory_list_slick .slick-track > li{
    max-width: 25%;
  }
}

@media all and (max-width:1200px){

}

@media all and (max-width:640px){
  #product #more_info_tabs .page-product-box.blockproductscategory {
    max-width: calc(100vw - 80px);
  }
}

.blockproductscategory #productscategory_list_slick .slick-track > li{
  width:auto !important;
}

/*********************
FOOTER
*********************/

.about-us p{
  font-size:1.35rem;
}

.about-us p:nth-child(2) img{
  display:inline-block !important;
}

@media all and (max-width:640px)
{
   #footer .footer-menu ul {
    line-height: 220%;
   }
   #footer .footer-menu ul li a {
    font-size: 15px;
   }
   #footer .social-link .social-icons li{
    margin-right: 18px;
   }
}

/****************
VIDEO
****************/

body#index .video-promo hr{
  background-color: navajowhite;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 25px;
}

body#index .video-promo p{
  font-size: 2rem;
}

body#index .video-promo > div{
  margin-bottom: 2rem;
}

body#index .video-promo video{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  margin-top: 55px;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}

/***********
PETIT MATERIEL PRIX
**********/

.materielshortdescription p {
  display: none;
}

.materielshortdescription br {
  display: none;
}

.materielshortdescription .materielprix {
  display: inline-block;
  font-size: 2rem;
  font-style: italic;
  text-decoration: underline;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.materielapartirde p{
  display: none;
}

.materielapartirde .materielprix{
  display: inline-block;
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/**********
Piece materiel occasion id = 6511
**********/

body.category-6511 .content_sortPagiBar,
body.category-6511 .product_list_wrapper{
  display: none;
}

body.category-6511 #list-piece-occasion{
  margin-bottom: 10rem;
  margin-left: 3rem;
}

body.category-6511 #list-piece-occasion li{
  list-style: disc;
  margin: 2rem 0;
}

body.category-6511 #list-piece-occasion li span{
  border-bottom: 1px solid grey;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}



/* design autre list
ul#list-piece-occasion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}
ul#list-piece-occasion li {
  position: relative;
  left: 0;
  color: #1c1c1c;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #1c1c1c;
  transition: 0.5s;
  cursor: pointer;
}
ul#list-piece-occasion li:hover {
  left: 10px;
}
ul#list-piece-occasion li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
ul#list-piece-occasion li:hover span {
  color: #fce4ec;
}
ul#list-piece-occasion li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
ul#list-piece-occasion li:hover:before {
  transform: scaleX(1);
}
*** fin design autre */


/* accueil video temporaire */



.produit-video-accueil{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.snip1418 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 250px;
  width: 100%;
  background: #ffffff;
  text-align: left;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 20em;
  perspective: 20em;
  transition: all 1s ease;
}
.snip1418:hover{
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.snip1418 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1418 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
   padding-top: 5px;
   max-height: 130px;
}

.snip1418 figcaption {
  padding: 20px;
}
.snip1418 h3,
.snip1418 p {
  margin: 0;
}
.snip1418 h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.snip1418 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}
.snip1418 .price {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
   text-align:center;
}
.snip1418 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1418:hover img {
   opacity:.9;
   transform:scale(1.05);
}

.snip1418 .add-to-cart {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  opacity: 0;
  background-color: #409ad5;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.snip1418 .add-to-cart i {
  display: inline-block;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  background-color: #164666;
  color: #ffffff;
  font-size: 1.4em;
}

.snip1418:hover .add-to-cart,
.snip1418.hover .add-to-cart {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.snip1418:hover .add-to-cart i,
.snip1418.hover .add-to-cart i {
  background-color: #2980b9;
}