html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  background: #232323;
  color: #E8E8E8;
  margin: 0px;
  padding: 0px;
  position: fixed;
  box-sizing: border-box;
  z-index: 0;
}
filtre {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  position: fixed;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
header,
main,
footer {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}
header {
  position: fixed;
  top: 0;
  background: #6F2778;
  background: linear-gradient(0deg, #6F2778 0%, #6F2778 50%, #AE5AB8 50%, #AE5AB8 100%);
  border-bottom: 1px solid #000;
  display: table;
}
@media all and (orientation: portrait) {
  header {
    height: 95px;
    min-height: 95px;
  }
}
@media all and (orientation: landscape) {
  header {
    height: 55px;
    min-height: 55px;
  }
}
header div:first-child,
header div:last-child {
  width: 20%;
}
header div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: 100%;
}
header div #bt_menu {
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: inherit;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  background-image: url('../images/menu.png');
}
header div #bt_back {
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: inherit;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  background-image: url('../images/back.png');
}
main {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 70px;
  background-origin: inherit;
  background-color: #000;
}
@media all and (orientation: portrait) {
  main {
    height: calc(100% - 185px);
    margin-top: 95px;
  }
}
@media all and (orientation: landscape) {
  main {
    height: calc(100% - 105px);
    margin-top: 54px;
  }
}
footer {
  position: fixed;
  bottom: 0;
  display: table;
  box-sizing: border-box;
}
@media all and (orientation: portrait) {
  footer {
    height: 90px;
    min-height: 90px;
  }
}
@media all and (orientation: landscape) {
  footer {
    height: 50px;
    min-height: 50px;
  }
}
footer ul {
  box-sizing: border-box;
  display: table-row;
  height: 100%;
  background: linear-gradient(to bottom, #303030 0%, #232323 50%, #000000 100%);
  padding: 0;
  margin: 0;
}
footer ul .foot_ld {
  background: linear-gradient(to bottom, #235bb3 0%, #1f509e 50%, #12305e 100%);
}
footer ul .foot_sd {
  background: linear-gradient(to bottom, #009935 0%, #007f2c 50%, #003311 100%);
}
footer ul .foot_sa {
  background: linear-gradient(to bottom, #ee7209 0%, #d56608 50%, #8b4305 100%);
}
footer ul > li {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 25%;
  cursor: pointer;
}
footer ul > li > a {
  display: block;
  text-decoration: none;
  color: #E8E8E8;
}
@media all and (orientation: portrait) {
  footer ul > li > a {
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  footer ul > li > a {
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
  }
}
.bg_ld {
  background-color: #1f509e;
}
.bg_sd {
  background-color: #007f2c;
}
.bg_sa {
  background-color: #d56608;
}
.borderT_ {
  border-top: 8px solid #303030;
}
.borderT_ld {
  border-top: 8px solid #235bb3;
}
.borderT_sd {
  border-top: 8px solid #009935;
}
.borderT_sa {
  border-top: 8px solid #ee7209;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
@media all and (orientation: portrait) {
  h1 {
    font-size: 48px;
    line-height: 48px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  h1 {
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
  }
}
h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media all and (orientation: portrait) {
  h2 {
    font-size: 42px;
    line-height: 42px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  h2 {
    font-size: 26px;
    line-height: 26px;
    font-style: normal;
  }
}
h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media all and (orientation: portrait) {
  h3 {
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  h3 {
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
  }
}
h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media all and (orientation: portrait) {
  h4 {
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  h4 {
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
  }
}
input[type=search] {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #6A6A6A;
  background-color: #000;
  border-radius: 3px;
  color: #FFF;
  background-image: url('../images/loupe.png');
  background-clip: border-box;
  vertical-align: middle;
}
@media all and (orientation: portrait) {
  input[type=search] {
    height: 60px;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: left 10px center;
    background-origin: inherit;
    padding-left: 80px;
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  input[type=search] {
    height: 45px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 10px center;
    background-origin: inherit;
    padding-left: 60px;
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
  }
}
#menu {
  position: absolute;
  z-index: 20;
  width: 0px;
  overflow: hidden;
  transition: max-width 0.2s ease-out;
  background-color: #232323;
  height: 100%;
  border-right: 1px solid #000;
}
#menu .menu_header {
  background-color: #6F2778;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-origin: content-box;
  color: #FFF;
  border-bottom: 5px solid #AE5AB8;
}
@media all and (orientation: portrait) {
  #menu .menu_header {
    padding: 10px;
  }
}
@media all and (orientation: landscape) {
  #menu .menu_header {
    padding: 8px;
  }
}
@media all and (orientation: portrait) {
  #menu .menu_header h1 {
    font-size: 48px;
    line-height: 48px;
    font-style: normal;
    padding-left: 60px;
  }
}
@media all and (orientation: landscape) {
  #menu .menu_header h1 {
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
    padding-left: 50px;
  }
}
#menu .menu_header h1 > a {
  cursor: pointer;
}
#menu > ul {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: none;
}
#menu > ul > li:nth-last-child(2) {
  border-bottom: 5px solid #AE5AB8;
}
#menu > ul li:first-of-type {
  border-top: none;
}
#menu > ul .cat_menu {
  box-sizing: border-box;
  list-style: none;
  white-space: nowrap;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-top: 1px solid #6A6A6A;
  border-bottom: 1px solid #6A6A6A;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu {
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu {
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
  }
}
#menu > ul .cat_menu > span {
  display: block;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu > span {
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 20px center;
    background-origin: inherit;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu > span {
    padding: 8px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 20px center;
    background-origin: inherit;
    height: 30px;
    line-height: 30px;
  }
}
#menu > ul .cat_menu > span > a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-origin: inherit;
  padding-left: 55px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#menu > ul .cat_menu > span .active_menu {
  background-image: url('../images/fermer.png') !important;
}
#menu > ul .cat_menu > span .inactive_menu {
  background-image: url('../images/ouvrir.png');
}
#menu > ul .cat_menu .img_origines {
  background-image: url('../images/origine.png');
}
#menu > ul .cat_menu .img_recettes {
  background-image: url('../images/recettes.png');
}
#menu > ul .cat_menu .img_filtre {
  background-image: url('../images/filtre.png');
}
#menu > ul .cat_menu .sub_menu {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #161616;
  display: none;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu .sub_menu {
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu .sub_menu {
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
  }
}
#menu > ul .cat_menu .sub_menu li:last-of-type {
  border-bottom: none;
}
#menu > ul .cat_menu .sub_menu li,
#menu > ul .cat_menu .sub_menu .cat_sub_menu {
  box-sizing: border-box;
  list-style: none;
  border-top: 1px solid #6A6A6A;
}
#menu > ul .cat_menu .sub_menu li > span,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > span {
  display: block;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu .sub_menu li > span,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > span {
    padding: 10px 10px 10px 100px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 50px center;
    background-origin: inherit;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu .sub_menu li > span,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > span {
    padding: 8px 8px 8px 100px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 50px center;
    background-origin: inherit;
    height: 30px;
    line-height: 30px;
  }
}
#menu > ul .cat_menu .sub_menu li > span > a,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > span > a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-origin: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
#menu > ul .cat_menu .sub_menu li > span .active_sub_menu,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > span .active_sub_menu {
  background-image: url('../images/fermer.png') !important;
}
#menu > ul .cat_menu .sub_menu li > span .inactive_sub_menu,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > span .inactive_sub_menu {
  background-image: url('../images/ouvrir.png');
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu {
  margin: 0;
  padding: 0;
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu input[type=search],
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu input[type=search] {
  border: none;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu input[type=search],
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu input[type=search] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu input[type=search],
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu input[type=search] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list {
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow: hidden auto;
  border-bottom: 1px solid #6A6A6A;
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list,
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list > li,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list > li,
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
  list-style: none;
  margin: 0;
  cursor: pointer;
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list > li,
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
    padding: 10px;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list > li,
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
    padding: 8px;
  }
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #recherche_ingredient_list > li:hover,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #recherche_ingredient_list > li:hover,
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li:hover,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li:hover {
  background-color: #161616;
}
#menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
#menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
  background-image: url('../images/enlever.png');
}
@media all and (orientation: portrait) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 100px center;
    background-origin: inherit;
    padding-left: 140px;
  }
}
@media all and (orientation: landscape) {
  #menu > ul .cat_menu .sub_menu li > .sub_sub_menu #ingredients_selected > li,
  #menu > ul .cat_menu .sub_menu .cat_sub_menu > .sub_sub_menu #ingredients_selected > li {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 100px center;
    background-origin: inherit;
    padding-left: 130px;
  }
}
#menu > ul .cat_menu .sub_menu li #sub_menu_origines,
#menu > ul .cat_menu .sub_menu .cat_sub_menu #sub_menu_origines {
  height: 400px;
  overflow: hidden auto;
  background-color: #000000;
}
#menu > ul .cat_menu .sub_menu li #sub_menu_origines > li,
#menu > ul .cat_menu .sub_menu .cat_sub_menu #sub_menu_origines > li {
  padding-left: 50px;
  cursor: pointer;
}
#menu > ul .cat_menu .sub_menu li #sub_menu_origines .selected_origine,
#menu > ul .cat_menu .sub_menu .cat_sub_menu #sub_menu_origines .selected_origine {
  background-image: url('../images/enlever.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 100px center;
  background-origin: inherit;
  padding-left: 100px;
}
#menu > ul .cat_menu .sub_menu li .img_cocktail_tous,
#menu > ul .cat_menu .sub_menu .cat_sub_menu .img_cocktail_tous {
  background-image: url('../images/cocktail_all_a.png');
}
#menu > ul .cat_menu .sub_menu li .img_cocktail_ld,
#menu > ul .cat_menu .sub_menu .cat_sub_menu .img_cocktail_ld {
  background-image: url('../images/cocktail_ld_a.svg');
}
#menu > ul .cat_menu .sub_menu li .img_cocktail_sa,
#menu > ul .cat_menu .sub_menu .cat_sub_menu .img_cocktail_sa {
  background-image: url('../images/cocktail_sa_a.svg');
}
#menu > ul .cat_menu .sub_menu li .img_cocktail_sd,
#menu > ul .cat_menu .sub_menu .cat_sub_menu .img_cocktail_sd {
  background-image: url('../images/cocktail_sd_a.svg');
}
#menu > ul .cat_menu .sub_menu .img_ingredients {
  background-image: url('../images/ingredients.png');
}
.content {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  overflow-x: inherit;
}
#ficheTitle {
  box-sizing: border-box;
  width: 100%;
  background-color: #000;
  border-bottom: 2px solid #6F2778;
  color: #FFF;
  text-align: center;
  height: 70px;
  display: table;
  margin-bottom: 5px;
}
#ficheTitle > h1 {
  display: table-cell;
  vertical-align: middle;
}
.fiche {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 70px);
  margin: 0;
}
.fiche #cocktail_img_spacer {
  height: auto;
  min-height: auto;
}
@media all and (orientation: portrait) {
  .fiche #cocktail_img_spacer {
    display: block;
  }
}
@media all and (orientation: landscape) {
  .fiche #cocktail_img_spacer {
    display: table-cell;
    width: 50%;
    text-align: center;
  }
}
.fiche #cocktail_img_spacer > img {
  display: block;
  height: auto;
}
@media all and (orientation: portrait) {
  .fiche #cocktail_img_spacer > img {
    width: 100%;
    opacity: 0;
  }
}
@media all and (orientation: landscape) {
  .fiche #cocktail_img_spacer > img {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}
.fiche > #recette_conteneur #accroche {
  padding: 10px;
  height: auto;
  min-height: auto;
  text-align: center;
  border-bottom: 6px solid #000;
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #accroche {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #accroche {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
  }
}
.fiche > #recette_conteneur .ficheSubTitle {
  box-sizing: border-box;
  width: 100%;
  background-color: #232323;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur .ficheSubTitle {
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
    padding: 20px;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur .ficheSubTitle {
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    padding: 10px;
  }
}
.fiche > #recette_conteneur #recette {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}
.fiche > #recette_conteneur #recette #infos,
.fiche > #recette_conteneur #recette #ingredients,
.fiche > #recette_conteneur #recette #ustensiles {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.fiche > #recette_conteneur #recette #infos > div {
  display: table-cell;
  vertical-align: middle;
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #infos > div {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #infos > div {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #infos > div > img {
    height: 100px;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #infos > div > img {
    height: 50px;
  }
}
.fiche > #recette_conteneur #recette #infos > div:last-child {
  padding-left: 20px;
  width: 100%;
}
.fiche > #recette_conteneur #recette #ingredients,
.fiche > #recette_conteneur #recette #ustensiles,
.fiche > #recette_conteneur #recette #instructions {
  box-sizing: border-box;
  padding: 20px;
}
.fiche > #recette_conteneur #recette #ingredients > div {
  display: table-row;
}
.fiche > #recette_conteneur #recette #ingredients > div > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #ingredients > div > div {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #ingredients > div > div {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
.fiche > #recette_conteneur #recette #ustensiles > div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  width: 50%;
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #ustensiles > div {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #ustensiles > div > img {
    height: 100px;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #ustensiles > div > img {
    height: 50px;
  }
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #ustensiles > div > span {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: portrait) {
  .fiche > #recette_conteneur #recette #instructions > div {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  .fiche > #recette_conteneur #recette #instructions > div {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
#cocktailsCount {
  text-align: right;
  padding: 0 20px;
  margin: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
}
@media all and (orientation: portrait) {
  #cocktailsCount {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
    height: 32px;
  }
}
@media all and (orientation: landscape) {
  #cocktailsCount {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    height: 22px;
  }
}
.list {
  margin: 0;
  padding: 0;
}
@media all and (orientation: landscape) {
  .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media all and (orientation: portrait) {
  .list > li:first-of-type {
    margin-top: 30px;
    border-top: 7px solid #000;
  }
}
@media all and (orientation: landscape) {
  .list > li:first-of-type,
  .list > li:nth-child(2) {
    margin-top: 20px;
    border-top: 7px solid #000;
  }
  .list > li:nth-child(odd) {
    border-right: 8px solid #000;
  }
}
.list > li {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 8px solid #000;
  background-color: #232323;
  width: 100%;
  display: flex;
}
@media all and (orientation: portrait) {
  .list > li {
    width: 100%;
    display: flex;
  }
}
@media all and (orientation: landscape) {
  .list > li {
    flex: 50% 0 0;
    box-sizing: border-box;
  }
}
.list > li h2 > a {
  text-decoration: none;
  color: inherit;
}
.list > li > div {
  align-self: center;
}
.list > li > div:first-child {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: inherit;
}
.list > li > div:first-child > a {
  display: block;
  width: 100%;
}
@media all and (orientation: portrait) {
  .list > li > div:first-child > a > img {
    height: 200px;
  }
}
@media all and (orientation: landscape) {
  .list > li > div:first-child > a > img {
    height: 100px;
  }
}
.list > li > div:last-child {
  padding: 0 30px;
}
.list > li > div:last-child > span {
  color: #dbdbdb;
}
@media all and (orientation: portrait) {
  .list > li > div:last-child > span {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
  }
}
@media all and (orientation: landscape) {
  .list > li > div:last-child > span {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
  }
}
#NoResult {
  margin: 10%;
}
#NoResult > h4 {
  margin-top: 30px;
}
@media all and (orientation: portrait) {
  #NoResult > ul {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  #NoResult > ul {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
#NoResult > ul > li {
  margin: 20px;
}
@media all and (orientation: portrait) {
  #NoResult > div {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  #NoResult > div {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
#ErrorContent {
  padding: 20%;
  text-align: center;
}
#ErrorContent > h1 {
  text-align: center;
}
#ErrorContent > div {
  padding-top: 40px;
  text-align: center;
}
#PromoDesktop {
  background-image: url('../images/index_cocktail_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: inherit;
  padding: 20px;
  display: flex;
}
#PromoDesktop > div {
  display: flex;
}
#PromoDesktop > div:last-child {
  padding: 0px 20px;
  vertical-align: top;
}
@media all and (orientation: portrait) {
  #PromoDesktop > div:last-child {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  #PromoDesktop > div:last-child {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
.html {
  padding: 30px;
}
.html > h2 {
  text-align: center;
}
.html > h4 {
  margin-top: 30px;
}
.html > p {
  margin: 30px 0px;
}
@media all and (orientation: portrait) {
  .html > p {
    font-size: 28px;
    line-height: 32px;
    font-style: normal;
  }
}
@media all and (orientation: landscape) {
  .html > p {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
  }
}
.img_compte {
  background-image: url('../images/pictouser.png');
}
