/*global colors*/
.accord-with-wine-panel {
  display: block;
  background: #ddb301;
  border-radius: 38px;
  padding: 31px 0 32px 0;
  margin: 50px 0 75px 0;
  position: relative;
}
.accord-with-wine-panel .right {
  box-sizing: border-box;
  float: right;
}
.accord-with-wine-panel .right {
  width: 55%;
  margin-right: 14%;
  padding-left: 38px;
}
.accord-with-wine-panel img {
  position: absolute;
  left: 11%;
  width: 50%;
  top: 50%;
  max-width: 90px;
  transform: translateY(-50%);
}
.accord-with-wine-panel h2 {
  font-size: 22px;
  color: white;
  margin: 0;
  margin-bottom: 30px;
  line-height: 25px;
}
.accord-with-wine-panel .specs .wine-name {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10%;
}
.accord-with-wine-panel .specs .wine-vintage {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.accord-with-wine-panel .specs .wine-type {
  margin-top: 10px;
  width: 9px;
  height: 9px;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #CCC;
}
.accord-with-wine-panel .specs .wine-type.vins-effervescents {
  background: #e6e5d5;
}
.accord-with-wine-panel .specs .wine-type.vin-rose {
  background: pink;
}
.accord-with-wine-panel .specs .wine-type.vin-rouge {
  background: #8d222b;
}
.accord-with-wine-panel .specs .wine-type.vin-blanc {
  background: #e6e5d5;
}
.accord-with-wine-panel .specs .wine-producer {
  margin-top: 8px;
  font-weight: 900;
  font-size: 12px;
}
.accord-with-wine-panel .specs .wine-area {
  margin-top: 5px;
  font-weight: 900;
  font-size: 11px;
}
.accord-with-wine-panel .arrow {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../img/icon-arrow-round-right.svg) no-repeat;
  background-size: 100%;
}
.product_recipe h3 {
  color: #ddb301;
  font-family: 'Personalitype', cursive;
  margin: 0;
}
.product_recipe .recipe_propose_title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}
.product_recipe .col {
  margin-left: 0;
}
.product_recipe .kitchenrecipevisual {
  margin-top: 25px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.product_recipe .kitchenrecipevisual:before {
  position: absolute;
  content: '';
  width: 95%;
  top: 2.5%;
  left: 2.5%;
  height: 95%;
  background: url(../img/linesquare.svg) no-repeat center center / 100% 100%;
  z-index: 2;
}
.product_recipe .kitchenrecipevisual:after {
  content: '';
  width: 30%;
  padding-bottom: 30%;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../img/kitchenbadge.png) no-repeat center center / 100% 100%;
  z-index: 1;
}
.product_recipe h4 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .product_recipe .col.col6 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .product_recipe .col.col6 {
    width: 100%;
  }
}
.component.menu-filters li {
  display: inline-block;
}
.component.menu-filters li a {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 0.85em;
  padding: 0.4em 1em 0.5em 1em;
}
.component.menu-filters li.active a,
.component.menu-filters li a:hover {
  background: #e33e45;
  color: white;
}
html body main .content input::-webkit-input-placeholder,
html body main .content input[type="tel"]::-webkit-input-placeholder,
html body main .content input[type="text"]::-webkit-input-placeholder,
html body main .content input[type="email"]::-webkit-input-placeholder,
html body main .content textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.25);
}
html body main .content input::-moz-placeholder,
html body main .content input[type="tel"]::-moz-placeholder,
html body main .content input[type="text"]::-moz-placeholder,
html body main .content input[type="email"]::-moz-placeholder,
html body main .content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.25);
}
html body main .content input:-ms-input-placeholder,
html body main .content input[type="tel"]:-ms-input-placeholder,
html body main .content input[type="text"]:-ms-input-placeholder,
html body main .content input[type="email"]:-ms-input-placeholder,
html body main .content textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.25);
}
html body main .content input:-moz-placeholder,
html body main .content input[type="tel"]:-moz-placeholder,
html body main .content input[type="text"]:-moz-placeholder,
html body main .content input[type="email"]:-moz-placeholder,
html body main .content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.25);
}
.wcs-gifting-recipient-details-content .password_strengh {
  margin-top: -9px;
  z-index: -1;
  position: relative;
  padding-top: 10px;
  padding: 10px 5px 3px 5px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
}
.wcs-gifting-recipient-details-content .password_strengh.empty {
  display: none;
}
.wcs-gifting-recipient-details-content .password_strengh.red {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.wcs-gifting-recipient-details-content .password_strengh.orange {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.wcs-gifting-recipient-details-content .password_strengh.yellow {
  background-color: #ffe399;
  border-color: #ffc733;
}
.wcs-gifting-recipient-details-content .password_strengh.green {
  background-color: #c1e1b9;
  border-color: #83c373;
}
/*# sourceMappingURL=yann.css.map */