@charset "UTF-8";
/* * * HELPER CLASSES * * */
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .form-radio,
.content-my-level .form-type-radio.form-item-ajax-filter-profile-types .form-radio, .view-my-taste .view-filters .views-submit-button,
.view-my-taste .view-filters .views-widget-filter-profile_type_tid,
.view-my-taste .view-filters .views-widget-sort-sort_bef_combine, .page-user-my-taste .modal-content .ajax-progress, .page-user-my-level .modal-content .ajax-progress, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio .form-radio, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .ajax-progress, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio .form-radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .focusable.form-radio:active,
.content-my-level .form-type-radio.form-item-ajax-filter-profile-types .focusable.form-radio:active, .view-my-taste .view-filters .focusable.views-submit-button:active,
.view-my-taste .view-filters .focusable.views-widget-filter-profile_type_tid:active,
.view-my-taste .view-filters .focusable.views-widget-sort-sort_bef_combine:active, .page-user-my-taste .modal-content .focusable.ajax-progress:active, .page-user-my-level .modal-content .focusable.ajax-progress:active, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio .focusable.form-radio:active, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .focusable.ajax-progress:active, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio .focusable.form-radio:active,
.visuallyhidden.focusable:focus,
.content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .focusable.form-radio:focus,
.content-my-level .form-type-radio.form-item-ajax-filter-profile-types .focusable.form-radio:focus,
.view-my-taste .view-filters .focusable.views-submit-button:focus,
.view-my-taste .view-filters .focusable.views-widget-filter-profile_type_tid:focus,
.view-my-taste .view-filters .focusable.views-widget-sort-sort_bef_combine:focus,
.page-user-my-taste .modal-content .focusable.ajax-progress:focus,
.page-user-my-level .modal-content .focusable.ajax-progress:focus,
#modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio .focusable.form-radio:focus,
#modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .focusable.ajax-progress:focus,
#modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio .focusable.form-radio:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0 opacity 5s linear; }

.visible {
  visibility: visible;
  opacity: 1; }

#header .culinary-profile {
  float: right;
  margin: 20px 10px 0 0;
  z-index: 1; }
  #header .culinary-profile a {
    position: relative; }
    #header .culinary-profile a .qty {
      position: absolute;
      top: -5px;
      right: -5px;
      font-size: 9px;
      line-height: 10px; }
  @media only screen and (min-width: 640px) {
    #header .culinary-profile {
      margin: 24px 23px 0 0; } }
  @media only screen and (min-width: 960px) {
    #header .culinary-profile {
      margin: 24px 23px 0 0; } }

.profile-type-my-taste-link,
.profile-type-my-level-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.page-user .user-profile .button-profile_culinary {
  width: 230px;
  margin: 20px auto;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-position: 20px center;
  box-shadow: none;
  text-shadow: none;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: #ad0018;
  margin-right: 10px; }
  .page-user .user-profile .button-profile_culinary a {
    color: #ad0018;
    padding: 10px 20px 10px 10px;
    display: inline-block;
    text-decoration: none; }

.modal-culinary_profile .modal-culinary_profile-overlay {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #515356;
  opacity: 0.4; }
  .modal-culinary_profile .modal-culinary_profile-overlay--visible {
    display: block; }

.modal-culinary_profile .profile_culinary {
  display: none;
  z-index: 10002;
  position: fixed;
  top: 65px;
  left: 50%;
  margin-left: -45%;
  min-width: 488px;
  width: 90%;
  font-family: "Lato", Verdana, sans-serif;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  padding: 15px; }
  .modal-culinary_profile .profile_culinary .thumb-profile_culinary {
    position: absolute;
    right: 50px;
    top: 150px; }
  .modal-culinary_profile .profile_culinary .list-profile_culinary {
    float: left; }
    .modal-culinary_profile .profile_culinary .list-profile_culinary ul {
      list-style: none;
      margin: 0; }
    .modal-culinary_profile .profile_culinary .list-profile_culinary .item {
      display: inline-block;
      margin-right: 10px;
      color: rgba(86, 83, 81, 0.7); }
      .modal-culinary_profile .profile_culinary .list-profile_culinary .item * {
        cursor: pointer; }
      .modal-culinary_profile .profile_culinary .list-profile_culinary .item:hover {
        color: #515356; }
      .modal-culinary_profile .profile_culinary .list-profile_culinary .item:last-child {
        margin-right: 0; }
  .modal-culinary_profile .profile_culinary .list-profile_types {
    display: none; }
    .modal-culinary_profile .profile_culinary .list-profile_types .form-type-radios .form-type-radio {
      display: inline-block; }
    .modal-culinary_profile .profile_culinary .list-profile_types-visible {
      display: block; }
  .modal-culinary_profile .profile_culinary .content-profile_culinary {
    max-height: 300px;
    overflow-y: auto;
    float: left;
    width: 100%;
    margin: 0; }
    .modal-culinary_profile .profile_culinary .content-profile_culinary ul {
      list-style: none; }
      .modal-culinary_profile .profile_culinary .content-profile_culinary ul.parent {
        margin: 0; }
      .modal-culinary_profile .profile_culinary .content-profile_culinary ul .edit-taste-ingredient.active {
        color: #ad0018; }
      .modal-culinary_profile .profile_culinary .content-profile_culinary ul .children {
        font-weight: bold; }
    .modal-culinary_profile .profile_culinary .content-profile_culinary .accordion-tastes {
      padding: 0; }
  .modal-culinary_profile .profile_culinary .actions {
    width: 408px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -204px; }
    .modal-culinary_profile .profile_culinary .actions .button {
      text-align: left;
      text-transform: uppercase;
      display: inline-block;
      padding: 8px 16px;
      border-radius: 40px;
      font-family: "Lato", Verdana, sans-serif;
      font-weight: 900;
      font-size: 10px;
      color: #fff;
      letter-spacing: 1px;
      line-height: 28px;
      margin: 10px;
      background: #fff;
      border: 1px solid rgba(81, 83, 86, 0.2);
      color: #ad0018; }
      .modal-culinary_profile .profile_culinary .actions .button.profile_culinary-button {
        text-align: center;
        width: 150px; }
        .modal-culinary_profile .profile_culinary .actions .button.profile_culinary-button.disabled {
          color: rgba(86, 83, 81, 0.7);
          cursor: default;
          display: none; }
  .modal-culinary_profile .profile_culinary--visible {
    display: block; }
  @media only screen and (min-width: 640px) {
    .modal-culinary_profile .profile_culinary {
      top: 50%;
      left: 50%;
      min-height: 440px;
      margin-top: -220px;
      margin-left: -340px;
      width: 680px; } }
  @media only screen and (min-width: 960px) {
    .modal-culinary_profile .profile_culinary {
      min-height: 450px;
      margin-top: -225px;
      margin-left: -340px;
      width: 680px; } }
  .modal-culinary_profile .profile_culinary .modal-culinary_profile-close {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 10px;
    font-size: 16px;
    line-height: 18px;
    color: rgba(86, 83, 81, 0.5); }
    @media only screen and (min-width: 640px) {
      .modal-culinary_profile .profile_culinary .modal-culinary_profile-close {
        top: 18px;
        right: 20px;
        font-size: 18px;
        line-height: 20px; } }
    .modal-culinary_profile .profile_culinary .modal-culinary_profile-close:hover {
      color: #515356; }

.view-liste-recette .my_quick_ideas {
  display: none; }

/* mon profil > mes gouts / mon niveau */
.content-my-taste,
.content-my-level {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .content-my-taste,
    .content-my-level {
      padding: 20px 25px;
      margin: 30px 0; } }
  .content-my-taste .form-type-radios.form-item-ajax-filter-profile-types,
  .content-my-level .form-type-radios.form-item-ajax-filter-profile-types {
    margin-top: 13px; }
    .content-my-taste .form-type-radios.form-item-ajax-filter-profile-types .ajax-progress,
    .content-my-level .form-type-radios.form-item-ajax-filter-profile-types .ajax-progress {
      display: none !important; }
    @media only screen and (max-width: 959px) {
      .content-my-taste .form-type-radios.form-item-ajax-filter-profile-types,
      .content-my-level .form-type-radios.form-item-ajax-filter-profile-types {
        padding-left: 5px; } }
  .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types,
  .content-my-level .form-type-radio.form-item-ajax-filter-profile-types {
    display: inline-block; }
    .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .title-profile-type,
    .content-my-level .form-type-radio.form-item-ajax-filter-profile-types .title-profile-type {
      display: none; }
      @media only screen and (min-width: 960px) {
        .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .title-profile-type,
        .content-my-level .form-type-radio.form-item-ajax-filter-profile-types .title-profile-type {
          display: inline-block; } }
    .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types label,
    .content-my-level .form-type-radio.form-item-ajax-filter-profile-types label {
      display: inline-block;
      padding: 6px 8px;
      border: 1px solid #BBB;
      margin-right: 4px;
      margin-left: 0;
      font-size: 14px;
      line-height: 1em;
      color: #515356;
      font-weight: 400;
      background-color: #fff;
      border-radius: 5px;
      cursor: pointer; }
      @media only screen and (min-width: 960px) {
        .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types label,
        .content-my-level .form-type-radio.form-item-ajax-filter-profile-types label {
          padding: 8px 10px;
          margin-right: 14px; } }
      .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types label .count-profile-type,
      .content-my-level .form-type-radio.form-item-ajax-filter-profile-types label .count-profile-type {
        padding-left: .3em;
        font-size: 10px; }
        @media only screen and (min-width: 960px) {
          .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types label .count-profile-type,
          .content-my-level .form-type-radio.form-item-ajax-filter-profile-types label .count-profile-type {
            font-size: 14px; } }
      .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types label i:before,
      .content-my-level .form-type-radio.form-item-ajax-filter-profile-types label i:before {
        font-family: "icons";
        vertical-align: middle;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-size: 1.25em;
        width: 20px; }
    .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types .icon-ne_sais_pas ~ label,
    .content-my-level .form-type-radio.form-item-ajax-filter-profile-types .icon-ne_sais_pas ~ label {
      display: none; }
    .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types input.active ~ label,
    .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types input:checked ~ label,
    .content-my-level .form-type-radio.form-item-ajax-filter-profile-types input.active ~ label,
    .content-my-level .form-type-radio.form-item-ajax-filter-profile-types input:checked ~ label {
      background-color: #c7173b;
      color: #fff;
      border-color: #c7173b; }
  .content-my-taste .form-type-radio.form-item-ajax-filter-profile-types:last-of-type label,
  .content-my-level .form-type-radio.form-item-ajax-filter-profile-types:last-of-type label {
    margin-right: 0; }

.title-my-taste,
.title-my-level {
  font-size: 1.42857rem;
  line-height: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #515356;
  padding-bottom: 0.4em;
  padding-right: 5px; }
  @media only screen and (min-width: 960px) {
    .title-my-taste,
    .title-my-level {
      font-size: 1.78571rem; } }
  @media only screen and (max-width: 959px) {
    .title-my-taste,
    .title-my-level {
      padding-left: 5px; } }

.profile_culinary_empty {
  text-align: center;
  font-size: 1.8em;
  padding: 20px; }

#complete-profile-taste, #complete-profile-level {
  width: 330px;
  text-align: center; }
  #complete-profile-taste a, #complete-profile-level a {
    color: #515356; }

#complete-profile-taste .icon, #complete-profile-level .icon {
  margin-right: 5px; }

#complete-profile-taste .icon:before, #complete-profile-level .icon:before {
  font-size: 20px; }

#list_my_taste,
#list_my_level {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  margin: 5px -7px 0;
  padding: 0;
  /*
      .my_taste_item-blur {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        overflow: hidden;

        img {
          position: absolute;
          width: 100%;
          bottom: 0;  // même décalage que .my_taste_item-picture
          left: 0;
          right: 0;
        }
      }
      */ }
  @media only screen and (min-width: 960px) {
    #list_my_taste,
    #list_my_level {
      margin: 35px -7px 0; } }
  #list_my_taste li,
  #list_my_level li {
    position: relative;
    padding: 7px;
    width: 20%; }
  @media only screen and (min-width: 960px) and (max-width: 1280px), only screen and (max-width: 640px) {
    #list_my_taste li,
    #list_my_level li {
      width: 33.33%; } }
  @media only screen and (min-width: 960px) and (max-width: 1050px), only screen and (max-width: 450px) {
    #list_my_taste li,
    #list_my_level li {
      width: 50%; } }
  #list_my_taste .my_taste_item,
  #list_my_level .my_taste_item {
    position: relative;
    border: 1px solid #F3F3F3; }
  #list_my_taste .my_taste_item-picture,
  #list_my_level .my_taste_item-picture {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-bottom: 0; }
  #list_my_taste .my_taste_item-name,
  #list_my_level .my_taste_item-name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.4);
    overflow: hidden; }
    @media only screen and (min-width: 960px) {
      #list_my_taste .my_taste_item-name,
      #list_my_level .my_taste_item-name {
        padding: 10px; } }
  #list_my_taste .my_taste_item-name_text,
  #list_my_level .my_taste_item-name_text {
    position: relative;
    line-height: normal;
    font-size: 13px;
    color: #515356; }
  #list_my_taste .my_taste_item_more,
  #list_my_level .my_taste_item_more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    color: #ad0018;
    background-color: white;
    font-weight: 700;
    transition: color .3s, background-color .3s; }
    #list_my_taste .my_taste_item_more i,
    #list_my_taste .my_taste_item_more span,
    #list_my_level .my_taste_item_more i,
    #list_my_level .my_taste_item_more span {
      display: block;
      text-align: center; }
    #list_my_taste .my_taste_item_more i,
    #list_my_level .my_taste_item_more i {
      padding-bottom: 12px;
      font-size: 20px;
      line-height: 1em; }
    #list_my_taste .my_taste_item_more span,
    #list_my_level .my_taste_item_more span {
      font-size: 20px;
      line-height: 1em; }
    #list_my_taste .my_taste_item_more:hover, #list_my_taste .my_taste_item_more:focus, #list_my_taste .my_taste_item_more:active,
    #list_my_level .my_taste_item_more:hover,
    #list_my_level .my_taste_item_more:focus,
    #list_my_level .my_taste_item_more:active {
      background-color: #ad0018;
      color: #fff; }

.view-my-taste {
  /* plus button for mobiles */ }
  .view-my-taste .view-filters {
    position: absolute;
    top: 5px;
    right: 0; }
    @media only screen and (min-width: 960px) {
      .view-my-taste .view-filters {
        top: 35px;
        right: 30px; } }
    .view-my-taste .view-filters #edit-sort-bef-combine {
      display: none; }
    .view-my-taste .view-filters #taste-sort-by {
      position: relative;
      display: block;
      float: right;
      margin-right: 15px;
      top: 57px; }
      .view-my-taste .view-filters #taste-sort-by > label {
        background: none;
        font-weight: 600;
        color: #515356;
        cursor: pointer; }
        .view-my-taste .view-filters #taste-sort-by > label i.icon:before {
          font-size: 30px; }
      .view-my-taste .view-filters #taste-sort-by ul {
        list-style: none;
        margin: 0; }
      .view-my-taste .view-filters #taste-sort-by ul.content-sort {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 20;
        padding: 10px;
        background-color: #FFFFFF;
        width: 110px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
        .view-my-taste .view-filters #taste-sort-by ul.content-sort li {
          cursor: pointer;
          font-size: 14px;
          padding-bottom: 10px; }
          .view-my-taste .view-filters #taste-sort-by ul.content-sort li:last-child {
            padding-bottom: 0; }
          .view-my-taste .view-filters #taste-sort-by ul.content-sort li.active, .view-my-taste .view-filters #taste-sort-by ul.content-sort li:hover {
            color: #ad0018; }
  @media only screen and (min-width: 480px) {
    .view-my-taste .title-my-taste,
    .view-my-taste .title-my-level {
      display: -ms-flexbox;
      display: flex; }
    .view-my-taste .title-my-taste span,
    .view-my-taste .title-my-level span {
      -ms-flex: 1;
          flex: 1; } }
  .view-my-taste .title-my-taste .c-btn {
    font-family: "Lato", Verdana, sans-serif;
    font-size: 0.71429rem;
    font-weight: 400;
    margin: 0;
    padding: 0.6em 1.6em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .view-my-taste .title-my-taste .c-btn.button-profile_culinary {
      margin-right: 10px;
      width: auto; }
    .view-my-taste .title-my-taste .c-btn .icon-add {
      padding-right: 8px;
      font-size: 15px; }
  @media only screen and (max-width: 479px) {
    .view-my-taste .title-my-taste .c-btn {
      background-color: #ad0018;
      width: 60px;
      height: 60px;
      border-radius: 31px;
      position: fixed;
      bottom: 50px;
      right: 20px;
      padding: 0;
      z-index: 999;
      font-size: 0;
      box-shadow: none;
      border: none; }
      .view-my-taste .title-my-taste .c-btn .icon-add {
        display: none; }
    .view-my-taste .title-my-taste .c-btn:after {
      content: "+";
      position: absolute;
      left: 14px;
      top: 25px;
      color: white;
      font-size: 38px; } }
  .view-my-taste #qooq-culinary-profile-render-filter-profile-types {
    padding-right: 50px; }
  .view-my-taste .ui-accordion {
    /*
        .my_taste_item-blur {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
            overflow: hidden;

            img {
                position: absolute;
                width: 100%;
                bottom: 10px;  // même décalage que .my_taste_item-picture
                left: 0;
                right: 0;
            }
        }
        */ }
    .view-my-taste .ui-accordion .ui-accordion-content {
      padding: 0; }
      .view-my-taste .ui-accordion .ui-accordion-content .list-inline {
        padding: 1em 0;
        margin: 0; }
        .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row {
          margin-bottom: 15px; }
          .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row .views-field {
            border: 1px solid rgba(86, 83, 81, 0.1); }
            .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row .views-field .title-ingredient,
            .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row .views-field .title-technique {
              position: absolute;
              bottom: 0;
              left: 0;
              font-size: 11px;
              color: rgba(86, 83, 81, 0.5);
              width: 100%;
              height: 40px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              padding: 0 10px;
              z-index: 1;
              /* cartouche */ }
              .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row .views-field .title-ingredient:before,
              .view-my-taste .ui-accordion .ui-accordion-content .list-inline .views-row .views-field .title-technique:before {
                position: absolute;
                content: ' ';
                width: 100%;
                height: 100%;
                z-index: -1;
                bottom: 0;
                left: 0;
                background-color: rgba(255, 255, 255, 0.8); }
    .view-my-taste .ui-accordion h3.ui-accordion-header {
      border: none;
      border-radius: inherit;
      border-bottom: 1px solid rgba(86, 83, 81, 0.2);
      font-weight: normal;
      padding-left: 0;
      padding-right: 35px; }
      @media only screen and (max-width: 959px) {
        .view-my-taste .ui-accordion h3.ui-accordion-header {
          padding-left: 5px; } }
      .view-my-taste .ui-accordion h3.ui-accordion-header.ui-state-hover, .view-my-taste .ui-accordion h3.ui-accordion-header.ui-state-focus {
        background: none;
        color: #515356; }
      .view-my-taste .ui-accordion h3.ui-accordion-header .ui-accordion-header-icon {
        left: auto;
        right: 10px; }
        .view-my-taste .ui-accordion h3.ui-accordion-header .ui-accordion-header-icon.ui-icon {
          text-indent: initial;
          width: auto;
          height: auto;
          background-image: none; }
        .view-my-taste .ui-accordion h3.ui-accordion-header .ui-accordion-header-icon.icon-chevron-up:before, .view-my-taste .ui-accordion h3.ui-accordion-header .ui-accordion-header-icon.icon-chevron-down:before {
          font-size: 24px; }
      .view-my-taste .ui-accordion h3.ui-accordion-header a {
        color: #515356;
        font-size: 21px;
        font-weight: 400; }
      .view-my-taste .ui-accordion h3.ui-accordion-header .icon {
        position: absolute;
        right: 0;
        font-size: 25px;
        padding: 0;
        margin: 0;
        top: 0; }
    .view-my-taste .ui-accordion .ui-accordion-content {
      border: none;
      border-radius: inherit; }
    .view-my-taste .ui-accordion .my_taste_item-text {
      position: relative;
      font-size: 13px;
      color: #515356; }

.page-user-my-taste .bootstrap-dialog.type-primary .modal-header, .page-user-my-level .bootstrap-dialog.type-primary .modal-header {
  background-color: #ad0018;
  border-bottom: none;
  border-radius: 0; }
  .page-user-my-taste .bootstrap-dialog.type-primary .modal-header .bootstrap-dialog .bootstrap-dialog-close-button, .page-user-my-level .bootstrap-dialog.type-primary .modal-header .bootstrap-dialog .bootstrap-dialog-close-button {
    opacity: 1; }

.page-user-my-taste .modal-content .modal-header .close, .page-user-my-level .modal-content .modal-header .close {
  text-shadow: none;
  box-shadow: none;
  background: none;
  color: white;
  opacity: 1; }
  .page-user-my-taste .modal-content .modal-header .close:hover, .page-user-my-level .modal-content .modal-header .close:hover {
    background: none; }

.page-user-my-taste .modal-content .modal-footer .btn-primary, .page-user-my-level .modal-content .modal-footer .btn-primary {
  color: #fff;
  background-color: #ad0018;
  border-color: transparent;
  border: 1px solid #ad0018;
  box-shadow: none;
  text-shadow: none; }

.page-user-my-taste .modal-content .modal-footer .btn-default, .page-user-my-level .modal-content .modal-footer .btn-default {
  box-shadow: none;
  text-shadow: none; }

/* END mon profil > mes gouts */
/* mon profil > mes gouts > déclarer un goût */
.js-modal--culinary-profile--modify-taste-link {
  position: relative; }
  .js-modal--culinary-profile--modify-taste-link .tools-culinary-profile {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
    .js-modal--culinary-profile--modify-taste-link .tools-culinary-profile ul {
      list-style: none;
      margin: 0; }
      .js-modal--culinary-profile--modify-taste-link .tools-culinary-profile ul .edit-ingredient-profile,
      .js-modal--culinary-profile--modify-taste-link .tools-culinary-profile ul .remove-ingredient-profile {
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.8);
        margin-bottom: 7px;
        position: relative; }
  .js-modal--culinary-profile--modify-taste-link:hover .tools-culinary-profile {
    cursor: pointer;
    display: block; }

#modal--culinary-profile-mytaste .modal-content {
  min-height: 570px;
  position: relative; }
  #modal--culinary-profile-mytaste .modal-content .icon-background-new-taste {
    text-align: center;
    top: 180px;
    position: absolute;
    width: 100%;
    z-index: 0; }
    #modal--culinary-profile-mytaste .modal-content .icon-background-new-taste:before {
      font-size: 460px;
      color: #515356;
      opacity: 0.05; }
  #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-title {
    text-align: center; }
    #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-title .question {
      padding: 1.11111em 1.11111em 0.33333em;
      font-size: 1.28571rem;
      line-height: 1.22222em;
      font-weight: 700;
      display: block; }
    #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-title .title-ingredient {
      padding-top: 0;
      font-size: 1.57143rem;
      color: #ad0018; }
  #modal--culinary-profile-mytaste .modal-content .thumb-profile_culinary {
    margin: 0 auto;
    float: none; }
  #modal--culinary-profile-mytaste .modal-content .search-title {
    text-align: center;
    font-size: 18px;
    color: #515356;
    margin-top: 40px;
    margin-bottom: 20px; }
  #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste {
    position: relative;
    text-align: center;
    z-index: 1; }
    #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste .form-item-ingredient-search {
      position: relative; }
      #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste .form-item-ingredient-search i.icon-lens {
        position: absolute;
        font-size: 17px;
        color: #ccc;
        top: 0;
        right: 75px; }
    #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste input.form-autocomplete {
      border-radius: 20px;
      padding: 0 10px;
      border: none;
      background-color: #F5F5F5;
      background-image: none;
      background-position: 98% center;
      background-repeat: no-repeat; }
      #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste input.form-autocomplete.throbbing {
        background-image: none;
        background-position: 98% center; }
    #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete {
      display: block !important;
      background-color: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 30px auto;
      border: 1px solid #F5F5F5;
      position: static;
      z-index: 100;
      max-height: 300px; }
      #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0; }
        #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li {
          background: #fff;
          color: rgba(86, 83, 81, 0.7);
          cursor: default;
          white-space: pre;
          zoom: 1;
          /* IE7 */
          padding: 0;
          border-bottom: 1px solid #F5F5F5;
          cursor: pointer; }
          #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li .item-autocomplete {
            color: rgba(86, 83, 81, 0.7);
            text-align: left;
            height: 50px;
            padding-left: 10px; }
            #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li .item-autocomplete .item-image {
              float: left;
              max-width: 60px;
              height: 50px;
              background-color: #fff;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center; }
              #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li .item-autocomplete .item-image img {
                width: 100%; }
            #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li .item-autocomplete .item-name {
              height: 50px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              padding-left: 20px; }
          #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li:hover {
            color: rgba(86, 83, 81, 0.7); }
            #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li:hover .item-name {
              background: #F5F5F5; }
          #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li.selected {
            background: none;
            color: rgba(86, 83, 81, 0.7); }
            #modal--culinary-profile-mytaste .modal-content .search-culinary-profile-my-taste #autocomplete ul li.selected .item-name {
              background: #fff; }
  #modal--culinary-profile-mytaste .modal-content .open-modal-ingredient {
    z-index: 1;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 125px;
    color: #515356;
    font-weight: 600;
    text-transform: none;
    padding: 0.6em 1.6em;
    font-size: 1.14286rem; }
    #modal--culinary-profile-mytaste .modal-content .open-modal-ingredient:hover {
      border-color: #515356; }
  #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    background-color: #FBF8EA; }
    #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .ajax-progress {
      display: none !important; }
    #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-item {
      margin: 0; }
    #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios {
      margin: 0; }
      #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start; }
        #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio {
          min-width: 5.71429rem;
          padding: 1.42857rem 0.71429rem;
          font-size: 0.85714rem;
          line-height: 1.25em;
          text-transform: uppercase;
          text-align: center;
          display: inline-block; }
          #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label {
            display: block;
            color: #515356;
            transition: color .3s;
            cursor: pointer; }
            #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label i:before {
              font-family: "icons";
              vertical-align: middle;
              line-height: 1;
              font-weight: normal;
              font-style: normal;
              speak: none;
              text-decoration: inherit;
              text-transform: none;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              display: block;
              height: 4rem;
              width: 4rem;
              font-size: 3rem;
              padding: 0.42857rem;
              margin: 0 auto 0.71429rem;
              border: 1px solid currentColor;
              border-radius: 50%;
              background-color: #fff; }
            #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:hover, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:focus, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:active {
              color: rgba(173, 0, 24, 0.8); }
              #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:hover i:before, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:focus i:before, #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio label:active i:before {
                background-color: #ad0018;
                color: #fff;
                border: 1px solid #ad0018; }
          #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio input.active ~ label,
          #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio input:checked ~ label {
            color: #ad0018; }
            #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio input.active ~ label i:before,
            #modal--culinary-profile-mytaste .modal-content .profile-type-my-taste-form .form-type-radios .form-radios .form-type-radio input:checked ~ label i:before {
              background-color: #ad0018;
              color: #fff;
              border: 1px solid #ad0018; }

/* END mon profil > mes gouts > déclarer un goût */
/* mon profil > mon niveau > déclarer une technique */
.view-my-taste .js-modal--culinary-profile--modify-level-link {
  position: relative;
  overflow: hidden;
  /*.my_taste_item-text {
            color: $black;
        }*/ }
  .view-my-taste .js-modal--culinary-profile--modify-level-link > img {
    margin-bottom: -4px; }
  .view-my-taste .js-modal--culinary-profile--modify-level-link .tools-culinary-profile {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
    .view-my-taste .js-modal--culinary-profile--modify-level-link .tools-culinary-profile ul {
      list-style: none;
      margin: 0; }
      .view-my-taste .js-modal--culinary-profile--modify-level-link .tools-culinary-profile ul .edit-technique-profile,
      .view-my-taste .js-modal--culinary-profile--modify-level-link .tools-culinary-profile ul .remove-technique-profile {
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.8);
        margin-bottom: 7px;
        position: relative; }
  .view-my-taste .js-modal--culinary-profile--modify-level-link:hover .tools-culinary-profile {
    cursor: pointer;
    display: block; }
  .view-my-taste .js-modal--culinary-profile--modify-level-link .my_taste_item-blur {
    background-color: rgba(86, 83, 81, 0.5); }

#modal--culinary-profile-mylevel .modal-content {
  min-height: 570px;
  position: relative; }
  #modal--culinary-profile-mylevel .modal-content .icon-background-new-taste {
    text-align: center;
    top: 180px;
    position: absolute;
    width: 100%;
    z-index: 0; }
    #modal--culinary-profile-mylevel .modal-content .icon-background-new-taste:before {
      font-size: 460px;
      color: #515356;
      opacity: 0.05; }
  #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-title {
    text-align: center; }
    #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-title .question {
      padding: 1.11111em 1.11111em 0.33333em;
      font-size: 1.28571rem;
      line-height: 1.22222em;
      font-weight: 700;
      display: block; }
    #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-title .title-technique {
      padding-top: 0;
      font-size: 1.57143rem;
      color: #ad0018; }
  #modal--culinary-profile-mylevel .modal-content .thumb-profile_culinary {
    margin: 10px auto;
    float: none; }
    #modal--culinary-profile-mylevel .modal-content .thumb-profile_culinary img {
      max-width: 95%; }
  #modal--culinary-profile-mylevel .modal-content .search-title {
    text-align: center;
    font-size: 18px;
    color: #515356;
    margin-top: 40px;
    margin-bottom: 20px; }
  #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level {
    position: relative;
    text-align: center;
    z-index: 1; }
    #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level .form-item-technique-search {
      position: relative; }
      #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level .form-item-technique-search i.icon-lens {
        position: absolute;
        font-size: 17px;
        color: #ccc;
        top: 0;
        right: 75px; }
    #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level input.form-autocomplete {
      border-radius: 20px;
      padding: 0 10px;
      border: none;
      background-color: #F5F5F5;
      background-image: none;
      background-position: 98% center;
      background-repeat: no-repeat; }
      #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level input.form-autocomplete.throbbing {
        background-image: none;
        background-position: 98% center; }
    #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete {
      background-color: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 30px auto;
      border: 1px solid #F5F5F5;
      position: static;
      z-index: 100;
      max-height: 300px; }
      #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0; }
        #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li {
          background: #fff;
          color: rgba(86, 83, 81, 0.7);
          cursor: default;
          white-space: pre;
          zoom: 1;
          /* IE7 */
          padding: 0;
          border-bottom: 1px solid #F5F5F5;
          cursor: pointer; }
          #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li .item-autocomplete {
            color: rgba(86, 83, 81, 0.7);
            text-align: left;
            height: 50px;
            padding-left: 10px; }
            #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li .item-autocomplete .item-image {
              float: left;
              max-width: 60px;
              height: 50px;
              background-color: #fff;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center; }
              #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li .item-autocomplete .item-image img {
                width: 100%; }
            #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li .item-autocomplete .item-name {
              height: 50px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              padding-left: 20px; }
          #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li:hover {
            color: rgba(86, 83, 81, 0.7); }
            #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li:hover .item-name {
              background: #F5F5F5; }
          #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li.selected {
            background: none;
            color: rgba(86, 83, 81, 0.7); }
            #modal--culinary-profile-mylevel .modal-content .search-culinary-profile-my-level #autocomplete ul li.selected .item-name {
              background: #fff; }
  #modal--culinary-profile-mylevel .modal-content .open-modal-technique {
    z-index: 1;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 125px;
    color: #515356;
    font-weight: 600;
    text-transform: none;
    padding: 0.6em 1.6em;
    font-size: 1.14286rem; }
    #modal--culinary-profile-mylevel .modal-content .open-modal-technique:hover {
      border-color: #515356; }
  #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    background-color: #FBF8EA; }
    #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-item {
      margin: 0; }
    #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios {
      margin: 0; }
      #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start; }
        #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio {
          min-width: 5.71429rem;
          padding: 1.42857rem 0.71429rem;
          font-size: 0.85714rem;
          line-height: 1.25em;
          text-transform: uppercase;
          text-align: center;
          display: inline-block; }
          #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label {
            display: block;
            color: #515356;
            transition: color .3s;
            cursor: pointer; }
            #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label i:before {
              font-family: "icons";
              vertical-align: middle;
              line-height: 1;
              font-weight: normal;
              font-style: normal;
              speak: none;
              text-decoration: inherit;
              text-transform: none;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              display: block;
              height: 4rem;
              width: 4rem;
              font-size: 3rem;
              padding: 0.42857rem;
              margin: 0 auto 0.71429rem;
              border: 1px solid currentColor;
              border-radius: 50%;
              background-color: #fff; }
            #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:hover, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:focus, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:active {
              color: rgba(173, 0, 24, 0.8); }
              #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:hover i:before, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:focus i:before, #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio label:active i:before {
                background-color: #ad0018;
                color: #fff;
                border: 1px solid #ad0018; }
          #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio input.active ~ label,
          #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio input:checked ~ label {
            color: #ad0018; }
            #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio input.active ~ label i:before,
            #modal--culinary-profile-mylevel .modal-content .profile-type-my-level-form .form-type-radios .form-radios .form-type-radio input:checked ~ label i:before {
              background-color: #ad0018;
              color: #fff;
              border: 1px solid #ad0018; }

/* END mon profil > mon niveau > déclarer une technique */
