body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  /* display: none; */
  font-size: 14px;
}

.button.transparent {
  border-color: #cba36e !important;
  color: #cba36e !important;
  font-size: 14px !important;
}

.button.hollow:hover {
  border-color: #cba36e !important;
}

.button.hollow:hover,
.button.transparent:hover {
  background-color: #cba36e !important;
  color: #fff !important;
}

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

.grid-container {
  position: relative;
}

#page {
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header {
  background-color: #000;
  height: 125px;
  z-index: 3;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search-area ::-webkit-input-placeholder {
  color: #cba36e;
  opacity: 1
}

.search-area :-ms-input-placeholder,
.search-area ::-ms-input-placeholder {
  color: #cba36e;
  opacity: 1
}

.search-area ::placeholder {
  color: #cba36e;
  opacity: 1
}

header .header-right .nav_compte {
  padding: 12px 10px 0 20px;
  height: 45px;
  vertical-align: middle;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

header .header-right .nav_compte .dropdown-pane .button {
  width: 100%;
}

@media print,
screen and (min-width:64em) {
  header {
    font-size: 12px
  }
}

@media screen and (max-width:63.9375em) {
  header {
    display: none !important
  }
}

header .logo-area {
  position: relative;
  height: 74px;
  width: 177px
}

@media print,
screen and (min-width:64em) {
  header .logo-area {
    bottom: 4px;
    margin-left: 40px
  }
}

header .logo-area img {
  width: 100%
}

header .nav-link svg {
  fill: #cba36e
}

header .nav-area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

header .nav-area ul {
  margin-left: 4%
}

header .nav-area ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 22px
}

header .nav-area ul li a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:91.1875em) {
  header .nav-area ul li {
    margin: 0 15px
  }
}

header .nav-area ul li.nav_videos svg {
  top: 6px !important
}

header .nav-area ul li:not(.nav_compte).is-active .nav-link span:after {
  width: 100% !important
}

header .nav-area ul li:not(.nav_compte) .nav-link span:after {
  content: "";
  display: block;
  margin-top: 4px;
  height: 1px;
  width: 0;
  -webkit-transition: width .3s cubic-bezier(0, .37, .4, 1);
  transition: width .3s cubic-bezier(0, .37, .4, 1);
  will-change: width;
  background: #c5a45a;
  margin-top: 0;
  position: relative;
  left: 0;
  bottom: -10px
}

header .nav-area ul li .nav-link {
  color: #fff !important;
  position: relative;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
  font-family: Montserrat-SemiBold, Helvetica Neue, Helvetica, Roboto, Arial
}

header .nav-area ul li .nav-link img {
  display: none
}

header .nav-area ul li .nav-link svg {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px
}

header .nav-area ul li .nav-link span {
  display: block;
  padding-left: 30px
}

header .nav-area ul li.is-active a:after {
  width: 100%
}

header .nav-area ul li.is-active svg {
  fill: #cba36e
}

header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  font-family: Montserrat-SemiBold, Helvetica Neue, Helvetica, Roboto, Arial
}

header .header-right .search {
  display: inline-block;
  margin-right: 27px
}

header .header-right .search svg {
  height: 21px;
  width: 21px
}

header .header-right .search:hover svg {
  fill: #cba36e
}

header .header-right .btnCreateRecette {
  display: inline-block
}

@media screen and (max-width:91.25em) {
  header .header-right .btnCreateRecette {
    width: 150px
  }
}

header .header-right .nav_compte {
  padding: 12px 10px 0 20px;
  height: 45px;
  vertical-align: middle;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

header .header-right .nav_compte.left-border {
  border-left: 1px solid hsla(0, 0%, 83%, .35)
}

header .header-right .nav_compte .nav-link svg {
  height: 20px;
  width: 20px
}

header .header-right .nav_compte .nav-link:hover {
  cursor: pointer
}

header .header-right .nav_compte .nav-link:after {
  content: "";
  display: inline-block;
  background: url(../images/svg/chevron-blanc.d44d088c.svg) no-repeat;
  width: 16px;
  height: 10px;
  position: relative;
  bottom: 4px
}

header .header-right .nav_compte .nav-link.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

header .header-right .nav_compte .dropdown-pane .user {
  font-family: Raleway_bold, Helvetica Neue, Helvetica, Roboto, Arial;
  margin-bottom: 20px
}

header .header-right .nav_compte .dropdown-pane:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 15%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  clear: both
}

header .nav-area ul li:not(.nav_compte) .nav-link:hover span:after {
  width: 100%
}

footer {
  background-color: #000;
  height: 320px;
  /* z-index: 10; */
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 43px
}

@media screen and (max-width:63.9375em) {
  footer {
    height: 430px !important
  }
}

footer .logo-area {
  height: 100px;
  width: 240px;
  margin: auto
}

footer .logo-area img {
  width: 100%
}

footer .select-langue {
  margin-top: 34px;
  margin-bottom: 44px
}

footer .select-langue .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  min-width: 100%;
  height: 50px
}

footer .select-langue .select li {
  z-index: 10
}

footer .select-langue .select-styled {
  border-radius: 0;
  text-align: left;
  background-color: #000;
  padding: 8px 17.64706% 8px 8.82353%;
  line-height: 2;
  border: 1px solid #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

footer .select-langue .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent;
  position: absolute;
  top: 20px;
  right: 5.88235%
}

footer .select-langue .select-styled.active:after,
footer .select-langue .select-styled:active:after {
  top: 9px;
  border-color: transparent transparent #fff
}

footer .select-langue .select-options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  position: absolute;
  top: -203%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000;
  border: 1px solid #fff;
  text-align: left
}

footer .select-langue .select-options li {
  margin: 0;
  padding: 12px 15px;
  height: 50px !important;
  border-top: 1px solid #000;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in
}

footer .select-langue .select-options li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 15px
}

footer .select-langue .select-options li:hover {
  color: #000;
  background: #fff
}

footer .select-langue .select-options li:hover a {
  color: #000
}

footer .select-langue .select-options li[rel=hide] {
  display: none
}

@media print,
screen and (min-width:40em) {
  footer .select-langue .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    min-width: 260px;
    height: 50px
  }

  footer .select-langue .select li {
    z-index: 10
  }

  footer .select-langue .select-styled {
    border-radius: 0;
    text-align: left;
    background-color: #000;
    padding: 8px 45.88235px 8px 22.94118px;
    line-height: 2;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
  }

  footer .select-langue .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 20px;
    right: 15.29412px
  }

  footer .select-langue .select-styled.active:after,
  footer .select-langue .select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #fff
  }

  footer .select-langue .select-options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    display: none;
    position: absolute;
    top: -203%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
    border: 1px solid #fff;
    text-align: left
  }

  footer .select-langue .select-options li {
    margin: 0;
    padding: 12px 15px;
    height: 50px !important;
    border-top: 1px solid #000;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
  }

  footer .select-langue .select-options li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 15px
  }

  footer .select-langue .select-options li:hover {
    color: #000;
    background: #fff
  }

  footer .select-langue .select-options li:hover a {
    color: #000
  }

  footer .select-langue .select-options li[rel=hide] {
    display: none
  }
}

footer .select-langue .select-options li {
  padding: 0 !important
}

footer select {
  height: 50px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  margin-top: 34px;
  margin-bottom: 44px
}

@media print,
screen and (min-width:40em) {
  footer select {
    width: 260px
  }
}

footer .menu li:after {
  content: "|";
  color: #fff;
  padding: 0 25px
}

footer .menu li:last-child:after {
  content: "";
  padding: 0 !important
}

@media screen and (max-width:39.9375em) {
  footer .menu li:nth-last-child(2):after {
    content: "";
    padding: 0 !important
  }

  footer .menu li:last-child {
    width: 100%
  }
}

footer .menu li a {
  padding: 0 !important;
  background-color: #000 !important;
  color: #fff;
  font-weight: 300;
  line-height: unset !important
}

footer .menu li a:after {
  content: "";
  display: block;
  margin-top: 4px;
  height: 1px;
  width: 0;
  -webkit-transition: width .3s cubic-bezier(0, .37, .4, 1);
  transition: width .3s cubic-bezier(0, .37, .4, 1);
  will-change: width;
  background: #fff;
  margin-top: 0;
  position: relative;
  left: 0;
  bottom: -5px
}

footer .menu li a:hover:after {
  width: 100%
}

footer .nav-mobil {
  background-color: #fafafa;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99
}

@media print,
screen and (min-width:64em) {
  footer .nav-mobil {
    display: none
  }
}

footer .nav-mobil ul {
  list-style-type: none;
  margin: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

footer .nav-mobil ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

footer .nav-mobil ul li a,
footer .nav-mobil ul li div {
  color: #2a2928 !important;
  font-size: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

footer .nav-mobil ul li a svg,
footer .nav-mobil ul li div svg {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
  fill: #d7cfc7
}

footer .nav-mobil ul li a svg #sign-up-stroke,
footer .nav-mobil ul li a svg #video-stroke,
footer .nav-mobil ul li div svg #sign-up-stroke,
footer .nav-mobil ul li div svg #video-stroke {
  stroke: #d7cfc7
}

footer .nav-mobil ul li.is-active {
  font-weight: 600
}

footer .nav-mobil ul li.is-active svg {
  fill: #cba36e
}

footer .nav-mobil ul li.is-active svg #video-stroke {
  stroke: #cba36e
}

footer .nav-mobil .nav_plus {
  position: relative
}

footer .nav-mobil .plus-nav-button {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s
}

footer .nav-mobil .plus-nav-mobile-back {
  background-image: url(../images/svg/ICO-Add-or.d3306ee2.svg);
  height: 25px;
  width: 25px;
  -webkit-transition: all .5s;
  transition: all .5s
}

footer .nav-mobil .plus-icon {
  background-image: url(../images/svg/ICO-Add-or.d3306ee2.svg);
  -webkit-transition: all .5s;
  transition: all .5s
}

footer .nav-mobil .minus-icon {
  background-image: url(../images/svg/ico-minus.a46d059f.svg);
  -webkit-transition: all .5s;
  transition: all .5s
}

footer .nav-mobil .plus-nav-mobile-content {
  position: absolute;
  right: 0;
  bottom: 90px;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s
}

footer .nav-mobil .plus-nav-mobile-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%
}

footer .nav-mobil .plus-nav-mobile-content ul li {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cba36e
}

footer .nav-mobil .plus-nav-mobile-content ul li.is-active {
  font-weight: 600
}

footer .nav-mobil .plus-nav-mobile-content ul li.is-active span {
  color: #fff
}

footer .nav-mobil .plus-nav-mobile-content ul li.is-active svg {
  fill: #fff
}

#body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: calc(100vh - 125px);
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

.mosaic_cat .cell .infos .content {
  margin: inherit;
}

.content.content-litle {
  max-width: 830px;
  width: 100%;
  margin: auto;
}

.bloc_title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.bloc_title_top .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
}

.bloc_title_top .return_area {
  min-width: 40px;
}

.share a {
  margin-left: 5px;
}

.share a svg {
  width: 27px;
  height: 27px;
}

.share a:hover svg {
  fill: #cba36e;
}

.head-background {
  overflow: hidden;
  position: relative;
  background-image: url(../images/home_background_2.7e0a3866.jpg);
  background-position: 50%;
  top: -3px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #000;
  border-bottom: 1px solid #f4f2f0;
}

.head-background.shadow {
  -webkit-box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, .8);
  box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, .8);
}

.head-background .home_head {
  margin: 7% 0 20%;
}

.head-background .home_head .content {
  padding-top: 0 !important;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 2;
  max-width: 700px;
  width: 100%;
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/home_background_2.7e0a3866.jpg);
  background-size: cover;
  background-position: 50%;
  overflow: auto;
  z-index: 999;
}

.overlay .wrap {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  min-height: 100%;
}

.overlay .overlay_item {
  display: none;
}

#body .only-mobile {
  display: none;
}


#body .row-content .row {
  height: 100%;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.hovereffect,
.hovereffect .infos {
  width: 100%;
  height: 100%;
  text-align: center;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
}

.hovereffect,
.hovereffect .infos {
  width: 100%;
  height: 100%;
  text-align: center;
}

.hovereffect .infos {
  z-index: 3;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8% 0;
}

.hovereffect .infos .infos_content {
  max-width: 70%;
}

.return .arrow {
  fill: #cba36e;
  width: 28px;
  height: 28px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.first_title {
  margin-bottom: 60px;
  text-align: center;
}

.first_title h3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-family: NeutraDisp_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

.first_title .cat_icon {
  margin-bottom: 15px;
}

.cat_icon {
  fill: #cba36e;
  margin: auto;
  display: block;
}

.first_title .title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.search-area button {
  height: 50px;
  width: 50px;
  background-color: #cba36e;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.search-area button .loupe {
  width: 22px;
}

.hamburger_container {
  position: relative;
  height: 22px;
  width: 35px;
  cursor: pointer;
  display: inline-block;
}

.hamburger_container span {
  border-radius: 30%;
  background: #cba36e;
  border: none;
  height: 2px;
  position: absolute;
  top: 2px;
  width: 26px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger_container span:nth-of-type(2) {
  top: 10px;
  width: 17px;
  left: 4px;
}

.hamburger_container span:nth-of-type(3) {
  top: 18px;
  width: 8px;
  left: 8px;
}

.search-area .search {
  border: none;
  color: #cba36e;
  background-color: #fff;
  height: 50px;
  width: 100%;
  padding: 0 25px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: 8px 2px 11px 6px hsla(0, 0%, 95%, .5);
  box-shadow: 8px 2px 11px 6px hsla(0, 0%, 95%, .5);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}

.lds-roller div:first-child {
  -webkit-animation-delay: -36ms;
  animation-delay: -36ms;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -72ms;
  animation-delay: -72ms;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -.108s;
  animation-delay: -.108s;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -.144s;
  animation-delay: -.144s;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -.18s;
  animation-delay: -.18s;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -.216s;
  animation-delay: -.216s;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -.252s;
  animation-delay: -.252s;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -.288s;
  animation-delay: -.288s;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cba36e;
  margin: -3px 0 0 -3px;
}

.lds-roller div:first-child:after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.tag-area {
  display: none;
  border-top: 1px solid #cba36e;
}

.tag-area .tag-cat {
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtres {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 92%;
}

.filtres li {
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
}

.filtres li:not(.active) a {
  color: #2a2928;
}

.filtres li:after {
  content: "|";
  padding: 0 15px;
  font-size: 20px;
}

.filtres li:last-child:after {
  content: "";
  padding: 0 !important;
}

.tag-area .tag-cat .reset {
  color: #cba36e;
  cursor: pointer;
  flex-shrink: 0;
}

.tags .tagsByType {
  display: none;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: 17px 20px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #cba36e;
  color: #fefefe;
  background-color: transparent;
  color: #cba36e;
  border: 1px solid #cba36e;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  margin-right: 5px;
}

.button {
  text-transform: uppercase;
}

.mosaic_cat .cell .infos .bloc_conservation {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mosaic_cat .cell .infos .bloc_button .button {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  margin: 0 auto;
  width: 100%;
}

.mosaic_cat .cell .infos .bloc_button {
  display: none;
}

.mosaic_cat .cell .infos .new-balanced-recipe-thumbail {
  margin-bottom: 10px;
}

.bloc_cell {
  background-color: #fff;
  padding: 10px;
}

.tag.active,
.tag.active:focus,
.tag.active:hover,
.tag:hover,
.tag:hover:focus,
.tag:hover:hover {
  background-color: #cba36e;
  color: #fff;
}

.filtres li a:hover {
  color: #cba36e !important;
}

.head-background:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #f4f2f0;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.bloc.bloc_title {
  margin-bottom: 55px;
  padding-top: 45px !important;
  -webkit-box-shadow: -2px 9px 43px 21px hsla(0, 0%, 56%, .17);
  box-shadow: -2px 9px 43px 21px hsla(0, 0%, 56%, .17);
  text-align: center;
}

.bloc {
  padding: 60px 30px;
  background-color: #fff;
  margin-bottom: 25px;
  position: relative;
}

.bloc.bloc_title .sub-title {
  color: #cba36e;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: NeutraDisp_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

.bloc.bloc_title h1 {
  font-size: 40px;
}

.dash_title {
  margin: 0 auto 40px;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 24px;
  font-family: NeutraDisp_regular, Helvetica Neue, Helvetica, Roboto, Arial;
  font-weight: 500;
}

.dash_title:after,
.dash_title:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #cba36e;
  margin: 0 3% 0 -55%;
}

.dash_title:after {
  margin: 0 -55% 0 3%;
}

.dash_title.right {
  text-align: left;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  margin: 0;
}

ul.incredients {
  list-style-type: none;
  margin: 0 0 30px;
}

ul.incredients li {
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oneChocolat li {
  border: 0 !important;
  color: #cba36e;
}

.creation_new_page .oneChocolat li {
  float: right;
}

ul.incredients li .weight {
  margin: 0;
}

ul.incredients li.is_total {
  color: #cba36e;
  font-family: Raleway_bold, Helvetica Neue, Helvetica, Roboto, Arial;
  border-bottom: none;
}

ul.incredients li.is_total .title {
  text-transform: uppercase;
}

.creation_page ul.incredients li,
.essentiel_page ul.incredients li {
  height: 60px;
}

ul.incredients li .title {
  max-width: 60%;
  text-align: right;
}

.select-chocolate .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #cba36e;
  min-width: 170px;
  min-height: 50px;
  user-select: none;
}

.select-chocolate .select-styled {
  border-radius: 10px;
  text-align: left;
  background-color: #fff;
  padding: 8px 30px 8px 15px;
  line-height: 2;
  border: 1px solid #cba36e;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.select-chocolate .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #cba36e transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}

.select-chocolate .select-options {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #cba36e;
  text-align: left;
}

.select-chocolate .select-options li {
  margin: 0;
  padding: 12px 15px;
  min-height: 50px !important;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  height: auto !important;
}

.weight_area {
  margin: auto;
}

.weight_area .select {
  text-align: center;
}

.weight_area .info {
  color: #cba36e;
  text-align: center;
}

.weight_area .select .weight {
  margin: 20px 5px 0;
}

.weight {
  width: 105px;
  height: 49px;
  display: inline-block;
}

.weight .input-group-field {
  font-size: 16px;
  height: 100%;
  font-weight: 700;
  border-radius: 10px;
  background: url(../images/svg/ico-crayon.472c6884.svg) no-repeat scroll center right 10px;
  background-size: 17px;
  padding: 0 30px 0 20px;
  background-color: #f4f2f0;
  border-color: #cba36e;
}

.bloc_content {
  margin-top: 40px;
}

.bloc_recette .recap_essentiels .title {
  color: #cba36e;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Raleway_regular, Helvetica Neue, Helvetica, Roboto, Arial;
  font-weight: 500;
}

.bloc_recette .recap_essentiels ul {
  list-style: none;
  margin: 0;
}

.touch-link {
  cursor: pointer !important;
}

.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}


.bloc_content .oembed_video .oembed_img {
  padding-bottom: 74.92%;
}

.oembed_video iframe {
  display: none;
}

.card:not(.yellow):hover .card-section {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  background-color: #fff;
}

html .card:not(.yellow):hover .card-section .button {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.recette-categorie .overlay-recette-categorie {
  position: absolute;
  background: rgba(0, 0, 0, .2);
  height: 100%;
  width: 100%;
  top: 0;
}

.bloc_conservation .freezing {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

.bloc_conservation .freezing svg {
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  fill: #cba36e;
  position: absolute;
}

.share a.heart:not(.active) .arrow {
  display: inline-block;
}

.share a.heart .arrow-full {
  fill: #cba36e;
}

/* .recette__logocercleV svg {
  fill: #cba36e;
} */

.recette__logocercleV svg .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #AD8C51;
}

.recette__logocercleV svg .st2 {
  mask: url(#mask-2_1_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}

.recette__logocercleV svg .st1 {
  fill: #AD8C52;
}

.bloc .slide-area .slide-title {
  background-color: #cba36e;
  color: #fff;
  text-transform: uppercase;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bloc .slide-area .slide-title div:after {
  content: "";
  display: inline-block;
  background: url(../images/svg/chevron-blanc.d44d088c.svg) no-repeat;
  margin-left: 12px;
  position: relative;
  width: 23px;
  height: 15px;
}

.bloc .slide-area .slide-title div.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bloc .slide-area .slide-content {
  display: none;
  border: 1px solid #cba36e;
  padding: 45px 25px 50px;
  background-color: #f5f3f1;
}

.creations_mosaic .cell {
  background-color: #fff;
  position: relative;
  min-height: 300px;
}

.creations_mosaic .cell .infos {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.creations_mosaic .cell .infos .first_title {
  margin: auto;
}

.creations_mosaic .cell.not_img .infos {
  height: 100%;
  padding-top: 20px;
}

.creations_mosaic .cell .corner_remove {
  right: 15px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  fill: #cba36e;
  color: #cba36e;
  display: none;
}

.creations_mosaic .cell .corner_edit {
  right: 50px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  fill: #cba36e;
  color: #cba36e;
  display: none;
}

.creations_mosaic .cell .corner_remove svg {
  fill: #cba36e;
  color: #cba36e;
}

.badge {
  border: 1px solid #cba36e;
  font-family: NeutraDisp_light, Helvetica Neue, Helvetica, Roboto, Arial;
}

.step-area li:not(.active) .badge {
  background-color: transparent;
}

.step-area li .badge {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

li:not(.active) .badge {
  color: #cba36e;
  background-color: transparent;
}

.custom_radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.9;
}

.custom_radio_container input {
  position: absolute;
  opacity: 0;
}

.custom_radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #cba36e;
  border-radius: 50%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.custom_radio_container input:checked~.checkmark {
  background-color: #fff;
}

.custom_radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cba36e;
}

.custom_radio_container input:checked~.checkmark:after {
  display: block;
}

.dash_title.right:before {
  border: none;
  width: 0;
  margin: 0;
}

.fr-toolbar {
  border-top: 1px solid #d6d6d6 !important;
}

.select-chocolate .select-styled.active:after,
.select-chocolate .select-styled:active:after {
  top: 9px;
  border-color: transparent transparent #cba36e;
}

ul.incredients li .removeItem {
  fill: #cba36e;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.bloc .br {
  height: 1px;
  max-width: 307px;
  width: 100%;
  background-color: #cba36e;
  margin: 45px auto;
}

.share a.heart.active .arrow,
.share a.heart:not(.active) .arrow-full {
  display: none;
}

.share a.heart:not(.active) .arrow {
  display: inline-block;
}

.bloc .etape {
  margin-bottom: 40px;
  text-align: center;
}

.bloc .etape .title {
  color: #cba36e;
  text-transform: uppercase;
  font-size: 34px;
  font-family: NeutraDisp_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

.bloc .etape .subtitle {
  font-size: 18px;
  font-family: Raleway_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

.bloc .sub-bloc {
  margin-top: 40px;
}

#md-global-search {
  width: 100vw;
  height: 100%;
  max-width: none;
  max-height: none;
}

.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#md-global-search .md-content {
  background: #fff;
  padding: 15px;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

#md-global-search .md-content {
  background-color: #f4f2f0;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#md-global-search .md-content>div {
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

#md-global-search .md-content .head-area {
  height: auto;
}

#md-global-search .md-content .head-area .header-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transform: translate3d(0, -100%, 0) !important;
  transform: translate3d(0, -100%, 0) !important;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#md-global-search .md-content .content-area {
  opacity: 0;
  background-color: #f4f2f0;
  padding-bottom: 300px;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 160px;
  overflow-y: auto;
}

#md-global-search .md-content .content-area,
#md-global-search .md-content .header-content {
  padding: 0 1.25rem;
}

#md-global-search .md-content .head-area .header-content {
  max-width: 1100px;
  margin: auto;
  height: 100%;
}

#md-global-search .md-content .head-area .header-content .top {
  position: relative;
  z-index: 2;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-area {
  width: 100%;
  position: relative;
  padding-right: 60px;
}

#md-global-search:not(.view-more) .search-area {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 21%;
}

#md-global-search .md-content .head-area .header-content .top .search-area {
  max-width: 668px;
  padding-right: 140px;
}

#md-global-search .autocompletion-group {
  max-width: 528px;
}

#md-global-search .easy-autocomplete {
  max-width: 528px;
  width: 100% !important;
}

#md-global-search .easy-autocomplete input {
  margin: 0;
}

#md-global-search .autocompletion-group .search {
  padding-right: 0;
}

#md-global-search .easy-autocomplete .easy-autocomplete-container {
  background-color: #fff;
  position: absolute;
  margin-top: 1px;
  width: 100%;
  max-width: 528px;
  z-index: 5;
}

#md-global-search .md-content>div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

#md-global-search .easy-autocomplete .easy-autocomplete-container ul {
  /* display: none; */
  max-height: 400px;
  overflow: hidden scroll;
  list-style: none;
  margin: 0;
  position: relative;
  top: -1px;
  padding-bottom: 0;
  padding-left: 0;
}

#md-global-search .md-content .head-area .header-content .top .search-area .easy-autocomplete .easy-autocomplete-container ul {
  display: none;
}

#md-global-search .easy-autocomplete .easy-autocomplete-container ul li {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-color: #cacaca;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #cba36e;
}

#md-global-search .md-content .head-area .header-content .top .search-area .easy-autocomplete .easy-autocomplete-container ul li {
  padding: 10px 25px;
  color: #2a2928;
}

#md-global-search .md-content .head-area .header-content .top .search-area .easy-autocomplete .easy-autocomplete-container .eac-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#md-global-search .md-content .head-area .header-content .top .search-area .easy-autocomplete .easy-autocomplete-container ul li .title {
  font-size: 16px;
}

#md-global-search .md-content .head-area .header-content .top .search-area .easy-autocomplete .easy-autocomplete-container ul li .cat {
  font-size: 12px;
  font-style: italic;
  color: #9b9b9b;
}

#md-global-search .md-content .head-area .header-content .top .search-area .search {
  background-color: #fff;
  color: #2a2928;
  letter-spacing: 1.29px;
  -webkit-box-shadow: 6px 2px 11px 6px hsla(0, 0%, 95%, .5);
  box-shadow: 6px 2px 11px 6px hsla(0, 0%, 95%, .5);
  border: none;
  height: 50px;
}

#md-global-search .autocompletion-group .loader-search {
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 8px 2px 11px 6px hsla(0, 0%, 95%, .5);
  box-shadow: 8px 2px 11px 6px hsla(0, 0%, 95%, .5);
  border: none;
  padding: 0;
}

#md-global-search .autocompletion-group .loader-search .lds-roller {
  opacity: 0;
}

#md-global-search .md-content .head-area .header-content .top .search-area button {
  margin-left: 50px;
  width: auto;
  padding: 0 20px;
}

#md-global-search .md-content .head-area .header-content .top .search-area .btnViewMore {
  display: inline-block;
}

#md-global-search .md-content .head-area .header-content .top .search-area button .arrow {
  height: 5.5px;
  width: 11px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  bottom: 3px;
  left: 2px;
}

#md-global-search .md-content .head-area .header-content .top .search-area .btnLoupe {
  display: none;
}

#md-global-search .md-content .head-area .header-content .top .md-close svg {
  fill: #cba36e;
  width: 27px;
  height: 27px;
}

#md-global-search .md-content .head-area .header-content .bottom {
  position: relative;
  z-index: 1;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet {
  opacity: 0;
  visibility: hidden;
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet .title {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  z-index: 1;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet .title:after,
#md-global-search .md-content .head-area .header-content .bottom .onglet .title:before {
  content: "";
  display: block;
  margin-top: 4px;
  height: 2px;
  width: 0;
  -webkit-transition: width .5s cubic-bezier(0, .37, .4, 1);
  transition: width .5s cubic-bezier(0, .37, .4, 1);
  will-change: width;
  background: #c5a45a;
  margin-top: 0;
  position: absolute;
  bottom: -15px;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet .title:before {
  left: 50%;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet .title:after {
  right: 50%;
}

#md-global-search .md-content .head-area .header-content .bottom .onglet .littleBadge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: .6rem;
  text-align: center;
  background: #cba36e;
  color: #fefefe;
  font-family: NeutraDisp_light, Helvetica Neue, Helvetica, Roboto, Arial;
}

#md-global-search .md-content .head-area .header-content .top .search-area .search::-webkit-input-placeholder {
  color: #2a2928
}

#md-global-search .md-content .head-area .header-content .top .search-area .search:-ms-input-placeholder,
#md-global-search .md-content .head-area .header-content .top .search-area .search::-ms-input-placeholder {
  color: #2a2928
}

#md-global-search .md-content .head-area .header-content .top .search-area .search::placeholder {
  color: #2a2928
}

#md-global-search.view-more .head-area .header-background {
  background-color: #fff;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important
}

#md-global-search.view-more .head-area .header-content .top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#md-global-search.view-more .head-area .header-content .top .search-area {
  opacity: 1 !important;
  -webkit-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  max-width: 620px;
  padding-right: 80px
}

#md-global-search.view-more .head-area .header-content .top .search-area .btnLoupe {
  display: inline-block
}

#md-global-search.view-more .head-area .header-content .top .search-area .btnViewMore {
  display: none
}

#md-global-search.view-more .head-area .header-content .top .md-close {
  margin-left: 40px
}

#md-global-search.view-more .content-area {
  opacity: 1
}

#md-global-search.view-more .head-area .header-content .bottom .onglet {
  opacity: 1;
  -webkit-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: inline-block
}

#md-global-search:not(.view-more) .search-area {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 21%
}

#md-global-search .easy-autocomplete .easy-autocomplete-container ul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #cba36e;
}

#md-global-search .md-content .content-area .cat>.first_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 55px;
}

#md-global-search .md-content .content-area .cat>.first_title .title {
  color: #2a2928;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}

#md-global-search .mosaic_cat .cell .infos {
  padding: 20px;
  position: relative;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#md-global-search .mosaic_cat .cell-infos .restriction__overlay__logo_cv {
  top: -60px;
  position: absolute;
}

#md-global-search .mosaic_cat .cell svg {
  height: 26px;
  width: 26px;
  fill: #cba36e;
  position: absolute;
}

#md-global-search .mosaic_cat .cell-infos .restriction__overlay__logo_cv svg {
  width: 60px;
  height: 60px;
}

#md-global-search .mosaic_cat .cell .infos .ico-chef {
  right: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  fill: #cba36e;
  color: #cba36e;
}

#md-global-search .mosaic_cat .cell .infos .subtitle {
  color: #cba36e;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: NeutraDisp_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

#md-global-search .mosaic_cat .cell .infos .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
  font-family: NeutraDisp_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

#md-global-search .mosaic_cat .cell .infos .title span {
  display: inline-block;
  margin-bottom: 15px;
}

#md-global-search .mosaic_cat .cell .infos .new-balanced-recipe-thumbail {
  margin-bottom: 10px;
}

#md-global-search .mosaic_cat .cell .infos .bloc_conservation {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#md-global-search .mosaic_cat .cell .infos .bloc_button {
  display: none;
}

#md-global-search .mosaic_cat .cell .infos .bloc_button .button {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  margin: 0 auto;
  width: 100%;
}

#md-global-search .mosaic_cat .bloc_cell_recette {
  word-break: break-all;
  background-color: #fff !important;
  max-width: 420px;
  padding: 0;
  position: relative;
  border: 0;
}

#md-global-search .mosaic_cat .bloc_cell_recette {
  word-break: break-all;
  background-color: #fff !important;
  max-width: 420px;
  padding: 0;
  position: relative;
  border: 0;
}

#md-global-search .mosaic_cat .cell.notPublic {
  position: relative;
}

#md-global-search .mosaic_cat .cell .infos {
  padding: 20px;
  position: relative;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos {
  padding: 0;
  border: 0 solid #fff;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos_recette {
  padding: 0;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos_recette .cell_image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos_recette .cell_image .cell-image-overlay {
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 10;
  position: absolute;
  background: rgba(41, 22, 0, .6);
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos_recette .cell-infos {
  background: #fff;
  padding: 20px;
  position: relative;
}

#md-global-search .mosaic_cat .bloc_cell_recette .restriction__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  background: hsla(0, 0%, 100%, .5);
  left: 0;
  margin: auto;
  right: 0;
}

#md-global-search .mosaic_cat .bloc_cell_recette .restriction__overlay .button {
  max-width: 90%;
  margin: auto;
  word-break: break-word;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos_recette .cell-infos .line_infos {
  height: 1px;
  width: 100%;
  background: #cba36e;
  margin: 10px 0;
}

#md-global-search .mosaic_cat .bloc_cell_recette .infos .content {
  padding-top: 10px;
}

#md-global-search .md-content>div p {
  margin: 0;
  padding: 10px 0;
}

#md-global-search .mosaic_cat .cell .infos .content.has-border {
  border-top: 1px solid #cba36e;
}

#md-global-search .mosaic_cat .bloc_cell_recette:active .rectangle-hover,
#md-global-search .mosaic_cat .bloc_cell_recette:focus .rectangle-hover,
#md-global-search .mosaic_cat .bloc_cell_recette:hover .rectangle-hover {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#md-global-search .mosaic_cat .bloc_cell_recette:active .sub-content,
#md-global-search .mosaic_cat .bloc_cell_recette:focus .sub-content,
#md-global-search .mosaic_cat .bloc_cell_recette:hover .sub-content {
  color: #fff;
}

#md-global-search .mosaic_cat .bloc_cell_recette .bloc_button {
  display: none;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0;
  bottom: 0;
}

#md-global-search .mosaic_cat .bloc_cell_recette:active .bloc_button,
#md-global-search .mosaic_cat .bloc_cell_recette:focus .bloc_button,
#md-global-search .mosaic_cat .bloc_cell_recette:hover .bloc_button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#md-global-search .mosaic_cat .bloc_cell_recette .bloc_button .button {
  opacity: 1;
}

#md-global-search .mosaic_cat .bloc_cell_recette:active .bloc_button .button,
#md-global-search .mosaic_cat .bloc_cell_recette:focus .bloc_button .button,
#md-global-search .mosaic_cat .bloc_cell_recette:hover .bloc_button .button {
  opacity: 1 !important;
  width: 90%;
}

#md-global-search .mosaic_cat .bloc_cell_recette .content {
  position: relative;
}

#md-global-search .mosaic_cat .bloc_cell_recette .rectangle-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  opacity: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  border: 1px solid #cba36e;
}

#md-global-search .mosaic_cat .cell .above {
  display: none;
}

#md-global-search .mosaic_cat .cell.notPublic .above {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: hsla(0, 0%, 92%, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.print_content {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: -1000;
  /* height: 100%;
  overflow-y: auto; */
}

.print_content .row:nth-child(1) {
  margin-bottom: 0 !important;
}

.print_content .recette-fiche-intro {
  flex-direction: column;
}

.print_content .recette-fiche-intro .recette-fiche-intro__img {
  margin-bottom: 0;
  display: block;
}

.print_content .recette-fiche-intro .recette-fiche-intro__img img {
  display: block;
}

.print_content .print_quantity {
  padding: 10px !important;
  border: 3px solid #cba36e;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  max-width: 200px;
}

.recette_page .print_content .recette-fiche-intro {
  background-color: #fff;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.recette_page .print_content .recette-fiche-intro__img {
  width: 75%;
  margin: 30px auto 0;
}

.essentiel_page .print_content .weight_area {
  text-align: center;
}

.essentiel_page .print_content .bloc.bloc_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.essentiel_page .print_content .bloc_incredients {
  padding-top: 0;
}

.essentiel_page .print_content .info {
  margin-bottom: 10px;
}

.essentiel_page .print_content .dash_title:after,
.essentiel_page .print_content .dash_title:before {
  border-bottom: 4px solid #cba36e;
}

.creation_page .print_content {
  background-color: #fff;
}

.creation_page .print_content .print_border {
  position: relative;
}

.creation_page .print_content .print_border .data_step {
  padding: 0;

}

.creation_page .print_content .print_border .step_name {
  width: 150px;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -73px;
  background-color: #fff;
}

.creation_page .print_content .print_border .step_name .sub-bloc {
  margin: 0;
}

.creation_page .print_content .print_border .step_name .etape {
  margin: 0;
}

.creation_page .print_content .dash_title:after,
.creation_page .print_content .dash_title:before {
  border-bottom: 4px solid #cba36e;
}

.creation_page .print_content .row .step-top {
  padding-top: 30px;
}

.creation_page .print_content .print-padding {
  padding: 0 40px;
}

.print_content .recette-fiche_total {
  margin-bottom: 20px;
}

.print_content .recette-fiche .recette-fiche__img {
  padding: 0;
}

.print_content .print_border {
  border: 4px solid #cba36e;
  padding: 30px;
}

.print_content .recette-fiche .recette-fiche__line {
  height: 4px;
}

.print_content .bloc.bloc_title {
  box-shadow: none;
}

.print_content .bloc.bloc_title h1 {
  font-size: 24px;
}

.print_content .incredients {
  margin-bottom: 10px;
}

#body .row-content .print_content .row {
  height: auto;
}

.print_content ul.incredients li {
  border-bottom: 0;
}

.creations_mosaic .cell .vignette_img {
  display: block;
  max-width: 100%;
  padding-bottom: 60.24%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  margin-bottom: 34px;
}

.overlay .overlay_item.overlay_account .btn-area {
  margin: 80px auto 0;
}

.overlay .overlay_item.overlay_account .btn-area .user {
  margin-bottom: 40px;
  font-family: Raleway_bold, Helvetica Neue, Helvetica, Roboto, Arial;
}

.overlay .overlay_item.overlay_search .search-area {
  margin: 80px auto 0;
  max-width: 600px;
}

.search-area.hollow .search {
  border: 1px solid #cba36e;
  color: #cba36e;
  background-color: transparent;
  height: 50px;
}

.overlay .overlay_item.overlay_search .search-area .search {
  border-color: #fff;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.overlay .overlay_item.overlay_search .search-area .loader-search {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  border-left: 0;
}

ul.incredients li.is_chocolate .title,
ul.incredients li.is_valrhona .title {
  color: #cba36e;
  text-transform: uppercase;
  font-family: Raleway_bold, Helvetica Neue, Helvetica, Roboto, Arial;
  font-size: 12px;
}

.action--site-register .md-modal.md-default h2 {
  text-transform: unset;
}

.md-modal {
  position: fixed;
  overflow-y: auto;
  max-height: 100%;
  top: 50%;
  left: 50%;
  max-width: 630px;
  min-width: 320px;
  width: 100%;
  height: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.md-modal.md-default h2 {
  text-align: center;
  margin: 10px 10px 30px;
  font-size: 1.75rem;
  width: auto;
  display: block;
}

.md-modal.md-default .align-center {
  text-align: center
}

.md-modal.md-default .button {
  display: inline-block
}

.md-modal.md-default .button.no-button {
  margin-left: 15px
}

.md-modal:not(.md-show) {
  display: none !important
}

.md-modal .simplebar-content {
  padding: 0 !important
}

.md-show {
  visibility: visible;
  overflow-y: visible
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background-color: rgba(42, 41, 40, .45);
  -webkit-transition: all .3s;
  transition: all .3s
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible
}

.md-content {
  background: #fff;
  padding: 15px;
  position: relative;
  border-radius: 3px;
  margin: 0 auto
}

.md-content>div {
  margin: 0;
  font-weight: 300;
  font-size: 1.15em
}

.md-content>div p {
  margin: 0;
  padding: 10px 0
}

.md-content>div ul {
  margin: 0;
  padding: 0 0 30px 20px
}

.md-content>div ul li {
  padding: 5px 0
}

.md-effect-1 .md-content {
  -webkit-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .7s;
  transition: all .7s;
  opacity: 0
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 3px 3px;
  opacity: 1
}

.recette-fiche .recette-fiche__secondtitle h3 {
  flex-shrink: 0;
}

.videos_page .card {
  height: 100%;
}

/* .mosaic_cat .bloc_cell_recette .infos_recette .cell_image img {
  margin-top: -20%;
} */

#md-global-search .md-content .content-area .no-result {
  text-align: center;
  padding-top: 100px;
}

ul.incredients li.is_essentiel .title {
  text-transform: uppercase;
  font-weight: 600;
}

.form_step2 .types_recette li:last-child {
  margin-right: 79px !important;
}

.home_page .oembed_video {
  position: relative;
  z-index: 1;
}

.home_page .video-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 32em) {
  body {
    font-size: 75%;
  }
}

@media print,
screen and (min-width: 40em) {

  .bloc_conservation {
    min-height: 48px;
  }

  #md-global-search .mosaic_cat .cell .infos {
    min-height: 210px;
  }

  #md-global-search .mosaic_cat .cell .infos .content {
    min-height: 72px;
    padding-top: 20px;
  }

  #md-global-search .mosaic_cat .cell .infos {
    min-height: 210px;
  }

  #md-global-search .mosaic_cat .cell .infos .content {
    min-height: 72px;
    padding-top: 20px;
  }
}

@media print,
screen and (min-width: 64em) {
  #md-global-search .mosaic_cat .cell:hover .infos .content.has-border {
    border-top: 1px solid #fff;
  }

  #md-global-search .mosaic_cat .cell:hover .infos {
    border-color: #cba36e;
  }

  #md-global-search .mosaic_cat .cell .infos .subtitle {
    font-size: 12px;
  }

  #md-global-search .mosaic_cat .cell .infos .ico-chef {
    right: 10px;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 10px;
    fill: #cba36e;
    color: #cba36e;
  }

  ul.incredients li.is_chocolate .title,
  ul.incredients li.is_valrhona .title {
    font-size: 12px;
  }

  .overlay {
    display: none !important;
  }

  .bloc_title_top .title {
    font-size: 28px;
  }

  p {
    font-size: 14px;
  }

  .return .arrow {
    width: 18px;
    height: 18px;
  }

  .tag {
    font-size: 12px;
  }

  .filtres li {
    font-size: 14px;
  }

  #body .row-content {
    padding-top: 60px;
  }

  .bloc {
    padding: 40px 100px 50px;
  }

  .print_content .bloc {
    padding: 40px;
  }

  .bloc_conservation .freezing {
    top: 0 !important;
  }

  .bloc_conservation .freezing span {
    line-height: 1.8;
  }

  .bloc .slide-area .slide-title {
    height: 50px;
  }

  .bloc .slide-area .slide-title div:after {
    width: 17px;
    height: 10px;
  }

  .bloc .slide-area .slide-content {
    padding: 25px 25px 30px;
    background-color: #fff;
  }

  .creations_mosaic .cell {
    min-height: 418px;
  }

  .creations_mosaic .cell .corner_remove {
    display: block;
  }

  .creations_mosaic .cell .corner_edit {
    display: block;
  }

  .dash_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #body .only-mobile {
    display: block;
  }

  .content {
    max-width: 100% !important
  }

  .bloc_title_top.has_background {
    margin-bottom: 300px;
  }

  #md-global-search .md-content .head-area .header-content .top .search-area .loader-search {
    width: 50px;
  }

  #md-global-search .md-content .head-area {
    position: relative;
    height: 210px;
    z-index: 1000;
  }

  #md-global-search.view-more .head-area .header-content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    display: flex
  }

  #md-global-search.view-more .head-area .header-content .bottom a {
    font-size: 11px
  }

  #md-global-search.view-more .head-area .header-content .bottom .onglet {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px
  }

  #md-global-search:not(.view-more) .search-area {
    width: 90%
  }

  .grid-container.black-mobil {
    background-color: #000;
  }

  .grid-container.black-mobil .bloc_title_top {
    margin: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    height: 130px;
  }

  .bloc_title_top {
    padding-top: 20px;
  }

  .grid-container.black-mobil .bloc_title_top a.logo img {
    height: 80px;
  }

  .bloc_title_top .arrow,
  .bloc_title_top .cross {
    fill: #fff;
  }

  .category .touch-link:not(.notPublic):hover {
    background-color: #cba36e;
    color: #fff !important;
  }

  .category .touch-link:not(.notPublic):hover {
    background-color: #cba36e;
    color: #fff !important;
  }
}