/*CSS DE LES SECCIONS EN FUNCIO DEL ID CATEGORIA*/
/*postres*/
.section.sec2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/postres.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/postres.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Entrants*/
  .section.sec3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/entrants.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/entrants.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Carns*/
  .section.sec6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/carns.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/carns.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Truites*/
  .section.sec7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/truites.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/truites.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Fosos*/
  .section.sec8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/fosos.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/fosos.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Guisats*/
  .section.sec9 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/guisats.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/guisats.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Acompanyaments*/
  .section.sec10 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/acompanyaments.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/acompanyaments.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Complements*/
  .section.sec11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/complements.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/complements.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Vins*/
  .section.sec12 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/vins.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/vins.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  /*Cava*/
  .section.sec13 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/cava.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/cava.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  
  
    
  
  /*FINAL CSS DE LES SECCIONS EN FUNCIO DEL ID CATEGORIA*/