
.pagination {
  float: left;
  margin-top: 15px;
}

.pagination a {
  font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 8px;
  margin-right: 3px;
  border-width: 1px;
  color: #6B6B6B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#efefef);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -ms-linear-gradient(top, #fff, #efefef);
  background-image: -o-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  border: solid 1px #D6D6D6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin-bottom: 10px;
}

.pagination a:hover {
  border-color: #B4B4B4;
  color: #4E4E4E;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -ms-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #CFCFCF;
  background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#ebebeb);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
  background-image: -moz-linear-gradient(top, #fff, #ebebeb);
  background-image: -ms-linear-gradient(top, #fff, #ebebeb);
  background-image: -o-linear-gradient(top, #fff, #ebebeb);
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
}

.pagination a.a {
  border-color: #999 #aaa #ccc;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F3F3F3), color-stop(100%, #DBDBDB));
  background-image: -webkit-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -moz-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -ms-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -o-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: linear-gradient(to bottom top, #f3f3f3 0%, #dbdbdb 100%);
  cursor: default;
}


h1 {
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 18px;
}

h1 strong {
  font-weight: 600;
}


.result {
  border: solid 1px #E0E0E0;
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.result li.q {
  background-color: #FFF;
  border-bottom: 1px solid #F2EFE1;
  list-style: none;
  padding: 12px 0px;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  position: relative;
  float: left;
}

.result li.q:last-child {
  border-bottom: 0px;
}

.result h3 {
  margin-top: 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result h3 a {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.result p {
  font-size: 12px;
  color: #353535;
  line-height: 18px;
}

.result .description {
  padding-left: 140px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.result .imgp {
  background-color: #f7f7f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 120px;
  width: 120px;
  float: left;
  position: relative;
  overflow: hidden;
}

.result .imgp img {
  position: absolute;
  left: -2000px;
}

.result .link {
  float: left;
  display: block;
}


.parameters {
  padding-bottom: 12px;
  border-bottom: 1px solid #F2EFE1;
  float: left;
  width: 100%;
}


.sort-by {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

.sort-by a.a {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  pointer-events: none;
  cursor: default;
  color: #000;
}

.sort-by a:first-child {
  border-left: 0px;
}


.sort-by a, .category .select {
  display: inline-block;
  padding: 10px 14px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #fefefe));
  background-image: -ms-linear-gradient(bottom, #fafafa, #fefefe);
  background-image: -moz-linear-gradient(center bottom, #fafafa 0, #fefefe 100%);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(to top, #fafafa, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#fafafa',GradientType=0);
  border: solid 1px;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  float: right;
}


.category {
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
}

.category .select {
  position: relative;
  padding: 0px;
  cursor: default;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.category .select span {
  border-color: #4e5665 transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 10px;
}

.category a {
  padding: 10px 27px;
  color: #141823;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #777;
  width: 100%;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category a:hover {
  background-color: #f7f7f7;
  color: #000;
}

.category a.a {
  background-image: url(https://www.recettesquebecoises.com/assets/images/checkmark2.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  pointer-events: none;
  cursor: default;
}

.category ul {
  -webkit-box-shadow: 0 2px 4px #d6d6d6;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 4px #d6d6d6;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 99;
  width: 230px;
  overflow-y: auto;
  max-height: 268px;
  padding: 10px;
  display: none;
}

.category ul::-webkit-scrollbar {
  width: 10px;
}

.category ul::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 10px;
}

.category ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #A3A3A3;
  border: solid 2px #FFF;
}

.category.a ul, .category.a .triangle {
  display: block;
}

.category.a .select {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  cursor: default;
  color: #000;
}

.category hr {
  height: 1px;
  width: 100%;
  background-color: #E8E8E8;
  margin-top: 8px;
  border: none;
  float: left;
}

.category .category-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  padding-right: 25px;
}

.category .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: none;
}

.category .triangle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: -10px;
  top: 1px;
}

@media screen and (max-width: 735px) {

  .sort-by {
    width: 100%;
  }

  .sort-by a {
    width: 50%;
    box-sizing: border-box;
  }


  .category {
    width: 100%;
  }

  .category .select {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .category.a .triangle {
    display: none;
  }

  .category ul {
    position: static;
    width: 100%;
    box-sizing: border-box;
    max-height: 100%;
    float: left;
    margin-top: -1px;
  }
}
@media screen and (max-width: 650px) {

  .sort-by {
    width: auto;
  }

  .sort-by a {
    width: auto;
  }


  .category {
    width: auto;
  }

  .category .select {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {

  .result h3 {
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
  }

  .result .imgp {
   /* display: none; */
  }

.result .description p {
    height: 55px; 
    overflow-y: hidden;
     text-overflow: initial;
     white-space: initial;
  }
}
@media screen and (max-width: 550px) {

  .sort-by {
    width: 100%;
  }

  .sort-by a {
    width: 50%;
    box-sizing: border-box;
  }


  .category {
    width: 100%;
  }

  .category .select {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .category.a .triangle {
    display: none;
  }

  .category ul {
    position: static;
    width: 100%;
    box-sizing: border-box;
    max-height: 100%;
    float: left;
    margin-top: -1px;
  }
}
@media screen and (max-width: 420px) {

  .sort-by a {
    width: 100%;
  }

  .sort-by a:first-child {
    border-bottom: 0px;
    border-left: solid 1px #c5c6c8;
  }
}

h1 {
  margin-top: 0px;
}

h1.empty {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #424242;
}


.form-tag {
  padding: 15px;
  background-color: #FFF;
  border: solid 1px #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 8px;
  min-height: 128px;
}


.keyword {
  margin-top: 10px;
  font-size: 11px;
  color: #808080;
}


#f_textarea {
  height: 84px;
  border: none;
  width: 100%;
}


.tag-submit {
  border: none;
  padding: 9px 18px;
  background-color: #4e69a2;
  border-color: #435a8b #3c5488 #334c83;
  border: solid 1px;
  color: #FFF;
  margin-top: 10px;
  outline: none;
}


.tag-editor {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  padding: 3px 5px 10px 0px;
  border-bottom: 1px solid #ECECEC;
  min-height: 70px;
}

.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 0;
  line-height: 1.5;
}

.tag-editor li:hover div {
  color: #595858;
}

.tag-editor li:hover .tag-editor-spacer {
  color: transparent;
}

.tag-editor div {
  float: left;
  padding: 3px 4px;
}

.tag-editor .placeholder {
  padding: 0 8px;
  color: #bbb;
}

.tag-editor .placeholder:hover div {
  color: #bbb;
}

.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none;
}

.tag-editor input {
  vertical-align: inherit;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
}

.tag-editor::-ms-clear {
  display: none;
}

.tag-editor .tag-editor-tag {
  color: #838383;
  background: #EDEDED;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
  padding-left: 10px;
}

.tag-editor .tag-editor-delete {
  background: #EDEDED;
  cursor: pointer;
  padding-right: 5px;
  border-radius: 0 2px 2px 0;
}

.tag-editor .tag-editor-delete i {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAVCAYAAACKTPRDAAAAAXNSR0IArs4c6QAAALRJREFUKM/djrsNwkAQRN+apqyLzkWYNkyCM6SJcUIbfNyDIyC3RQMWZaAlOSNAyAWwya7eaGbWJLVAI+lKGkk5sM6ABjhKCkkIwBFo7B2Y2dbda6CUdF4AdF03FkXxcPedmW0knQCyyenutZmt3L2eKhap/AAsJZ1ijFdgH2O8ZMB66kgpZ6BM/G9mgPYG+Tu7QT5AOx1jDwGghzDA+DIkcO+hSjt8xCfBe6i+hd/O2c65b59NWGY4WqqKhQAAAABJRU5ErkJggg==") 0 0 no-repeat;
  position: relative;
  top: -1px;
}

.tag-editor .tag-editor-delete:hover i {
  background-position: 0 -14px;
}


.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}


.tag-editor .tag-editor-tag.active + .tag-editor-delete, .tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  background: none;
  cursor: text;
}


.tag-editor .tag-editor-tag.active {
  background: none !important;
}

/* Frigo ligne 1 */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }
.ui-front { z-index: 9999; }
.ui-menu { list-style: none; padding: 1px; margin: 0; display: block; outline: none; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }
.ui-widget-content { border: 1px solid #bbb; background: #fff; color: #555; }
.ui-widget-content a { color: #46799b; }
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus { background: #e0eaf1; }
.ui-helper-hidden-accessible { display: none; }
.hidden{
  position:fixed;
  left:-1000px;
}

/* Frigo ligne 2 */
.sort-by a, .category .select {
  display: inline-block;
  padding: 10px 14px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #fefefe));
  background-image: -ms-linear-gradient(bottom, #fafafa, #fefefe);
  background-image: -moz-linear-gradient(center bottom, #fafafa 0, #fefefe 100%);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(to top, #fafafa, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#fafafa',GradientType=0);
  border: solid 1px;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  float: right;
}


.category {
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
}

.category .select {
  position: relative;
  padding: 0px;
  cursor: default;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.category .select span {
  border-color: #4e5665 transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 10px;
}

.category a {
  padding: 10px 27px;
  color: #141823;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #777;
  width: 100%;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category a:hover {
  background-color: #f7f7f7;
  color: #000;
}

.category a.a {
  background-image: url(https://www.recettesquebecoises.com/assets/images/checkmark2.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  pointer-events: none;
  cursor: default;
}

.category ul {
  -webkit-box-shadow: 0 2px 4px #d6d6d6;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 4px #d6d6d6;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 99;
  width: 230px;
  overflow-y: auto;
  max-height: 268px;
  padding: 10px;
  display: none;
}

.category ul::-webkit-scrollbar {
  width: 10px;
}

.category ul::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 10px;
}

.category ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #A3A3A3;
  border: solid 2px #FFF;
}

.category.a ul, .category.a .triangle {
  display: block;
}

.category.a .select {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  cursor: default;
  color: #000;
}

.category hr {
  height: 1px;
  width: 100%;
  background-color: #E8E8E8;
  margin-top: 8px;
  border: none;
  float: left;
}

.category .category-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  padding-right: 25px;
}

.category .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: none;
}

.note {
  font-size: 13px;
  color: #A5A4A3;
  margin-bottom: 25px;
  margin-left: 20px;
}

}
.category .triangle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: -10px;
  top: 1px;
}  

/* Frigo ligne 3 */

.category{
    margin-bottom: 5px;
}
.category_count{
    float: right;
    color: #BBBBBB;
}
.category a{
    padding-right: 12px;
}
.category_name{
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0;
    float: left;
    padding-bottom: 1px;
}
h1{
    display: block;
    width: auto;
    margin-top: 10px;
    float: left;
    clear: none;
}

@media screen and (max-width: 735px){
    .category {
        width: auto;
    }
    .category .select{
        margin-top:0;
    }
}

@media screen and (max-width: 550px){
    .category .select{
        max-width: initial;
        margin: 0;
        margin-bottom: 10px;
        width:100%;
    }
    .category ul{
        width:100%;
    }
    .category{
        float:left;
        width:100%;
    }
    .category_name{
        max-width: initial;
    }
}