.home-selections .view-header {
  height: auto;
}
.home-selections .selection-moment {
  padding-top: 57px;
  margin-top: 10px;
  position: relative;
  background: url('/cms/sites/all/modules/contrib/recette/selections-recettes/sass/icons/recette-cosmetique.png') no-repeat, url('/cms/sites/all/modules/contrib/recette/selections-recettes/sass/icons/recette-cosmetique_2.png');
  background-color: #ddd0df;
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 100px;
}
.home-selections .selection-moment h3 {
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStdBdCn', Sans-Serif;
  width: auto;
  text-align: center;
  color: #815C87;
  background: #FFF;
  z-index: 1;
  position: absolute;
  margin: 0;
  transform: translateX(-50%);
  left: 50%;
  top: 10px;
  font-size: 2em;
  min-height: 40px;
  line-height: 1.75em;
  padding: 0 20px;
  white-space: nowrap;
  font-weight: normal;
}
.home-selections .selection-moment h3::before, .home-selections .selection-moment h3::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 0;
  display: block;
  width: 10px;
  height: 0px;
  border: 20px solid #FFF;
  border-bottom-color: #FFF;
  border-right: 13.33333px solid #FFF;
  border-left: 13.33333px solid rgba(255, 255, 255, 0);
}
.home-selections .selection-moment h3::after {
  left: auto;
  right: -13.33333px;
  border-left: 13.33333px solid #FFF;
  border-right: 13.33333px solid rgba(255, 255, 255, 0);
}
.home-selections .selection-moment h2 {
  text-align: center;
}
.home-selections .selection-featured {
  margin-top: 20px;
}
.home-selections .selection-featured .selection-list ul li .info-selection div.selection-title h2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 5px;
  line-height: 1em;
  border-bottom: 1.2em solid #815C87;
  border-left: 3px solid transparent;
  height: 0;
  width: auto;
  margin-bottom: 4px;
}
.home-selections .selection-featured .selection-list ul li .info-selection div.selection-title h2:after {
  width: 0;
  height: 0;
  border-left: 305px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid #815C87;
  position: absolute;
  content: "";
  right: 0;
  top: -5px;
}
.home-selections .selection-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-selections .selection-list ul li {
  -webkit-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 33%;
  margin: 0;
  position: relative;
}
.home-selections .selection-list ul li > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.home-selections .selection-list ul li > a:hover .icon-fouet {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.home-selections .selection-list ul li > a:hover img {
  opacity: 0.5;
}
.home-selections .selection-list ul li > a > div:first-child {
  margin: 10px 0;
}
.home-selections .selection-list ul li .info-selection {
  top: 0;
  right: 0;
  color: #4c4c4c;
  margin: 0px 0 10px 0;
  padding: 0 10px;
  position: relative;
}
.home-selections .selection-list ul li .info-selection div.selection-title h2 {
  color: #815C87;
  font-family: Amatic, sans-serif;
  font-size: 2.5em;
  margin: 5px 0 8px 0;
  line-height: 1em;
}
.home-selections .selection-list ul li .info-selection .selection-image {
  overflow: hidden;
  max-height: 150px;
}
.home-selections .selection-list ul li .info-selection .selection-description {
  font-size: 1.3em;
  text-align: center;
  padding-top: 5px;
  font-family: HelveticaNeueMediumCondRg, helvetica, arial, sans-serif;
}

.home-selections .recipes-list .selection-title {
  padding-top: 2.5em;
}
.home-selections .recipes-list .selection-title .subtitle-recipe {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 30px;
  font-family: amatic, sans-serif;
  display: inline-block;
  padding: 0 5px 0 1px;
  top: 0;
  width: auto;
  text-align: center;
  color: #fff;
  background: #815C87;
  z-index: 1;
  position: absolute;
  margin: 0 0 0 15px;
}
.home-selections .recipes-list .selection-title .subtitle-recipe::before, .home-selections .recipes-list .selection-title .subtitle-recipe::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: 0;
  display: block;
  width: 7.5px;
  height: 0px;
  border: 15px solid #815C87;
  border-bottom-color: #815C87;
  border-right: 10px solid #815C87;
  border-left: 10px solid rgba(255, 255, 255, 0);
}
.home-selections .recipes-list .selection-title .subtitle-recipe::after {
  left: auto;
  right: -10px;
  border-left: 10px solid #815C87;
  border-right: 10px solid rgba(255, 255, 255, 0);
}
.home-selections .recipes-list .selection-title .subtitle-recipe .icon-fouet {
  display: block;
  background-image: url('/cms/sites/all/modules/contrib/recette/selections-recettes/sass/icons/fouet.png');
  position: absolute;
  width: 56px;
  height: 30px;
  top: 0;
  background-repeat: no-repeat;
  right: -56px;
  background-position: -22px -3px;
  background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-selections .selection-featured .selection-list ul li .info-selection div.selection-title h2 {
    line-height: 1.3em;
  }

  .home-selections .recipes-list .selection-title .subtitle-recipe {
    line-height: 29px;
  }
}
.home-selections, .list-recipe {
  background: #fff;
}
.home-selections.list-documentation .view-header-dossier-wrapper, .list-recipe.list-documentation .view-header-dossier-wrapper {
  background: #e4cde7;
  background: -moz-linear-gradient(left, #e4cde7 0%, #e6d3c4 100%);
  background: -webkit-linear-gradient(left, #e4cde7 0%, #e6d3c4 100%);
  background: linear-gradient(to right, #e4cde7 0%, #e6d3c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4cde7', endColorstr='#e6d3c4',GradientType=1 );
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier {
  background-size: auto 100% !important;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title {
  min-width: auto;
  width: 50%;
  line-height: 1em;
  padding: 10px;
  margin: 15px;
  min-height: 115px;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title h1, .home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title h1, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title {
  margin: 0;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title h1, .home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title a.selections, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title h1, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title a.selections {
  font-family: 'HelveticaNeueLTStdBdCn', Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #815c88;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title a.selections, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title a.selections {
  font-size: 1.5em;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title {
  line-height: 1.2em;
}
.home-selections.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title p, .list-recipe.list-documentation .view-header-dossier-wrapper .view-header-dossier .background-title .presentation-title p {
  margin: 0;
}
.home-selections .selection-seo, .list-recipe .selection-seo {
  padding: 20px;
  font-size: 1.2em;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.recipes-carrousel {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 21px;
}
.recipes-carrousel .carrousel {
  margin: 0;
  border: 1px solid #cacaca;
  padding: 20px 5px;
  position: unset !important;
  max-width: 100%;
  overflow: hidden;
}
.recipes-carrousel .carrousel > ul {
  display: -webkit-flex;
  display: flex;
}
.recipes-carrousel .carrousel > button {
  position: absolute;
  margin: 10px;
  border: none;
  width: 25px;
  height: 25px;
  text-indent: -5000px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.recipes-carrousel .carrousel > button.next {
  background: url(/skin/frontend/default/aromazone/images/interface/background/carousel-next.png) no-repeat center center;
  right: -21px;
  margin-right: 0;
}
.recipes-carrousel .carrousel > button.prev {
  background: url(/skin/frontend/default/aromazone/images/interface/background/carousel-prev.png) no-repeat center center;
  left: -20px;
  margin-left: 0;
}
.recipes-carrousel .carrousel > button.disabled {
  background-color: #fff;
  opacity: .5;
}

.list-recipe .recipes-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
