@charset "UTF-8";
/*
Theme Name:   Mes recettes de moules
Author: Icilaba Creation
Author URI: http://www.icilaba-creation.com
Description: WordPress Theme for "Mes recettes de moules" Website
Version: 1.0
License: ThemeForest
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chow
Domain Path: /languages/
Template:  chow
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i");
@font-face {
  font-family: BebasNeue;
  src: url(fonts/bebas_neue/BebasNeue_Regular.otf); }

@font-face {
  font-family: CaveatBrush;
  src: url(fonts/Caveat_Brush/CaveatBrush-Regular.ttf); }

body, h1, h2, h3, h4, h5, h6, input[type="button"], input[type="submit"], input[type="number"], input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
  font-family: 'Raleway', sans-serif;
  color: #000;
  box-sizing: border-box; }

h1, h2, h3 {
  font-weight: bold; }

body {
  background: #F4F4F4; }
.recipe-container {
	width:100%;
}
#wrapper {
  background: transparent;
  position: relative; }

.toggle-search-lateral-menu {
  border: 0;
  position: absolute;
  background: transparent url("/wp-content/uploads/2017/07/menu_lateral_toggle_on.png") center center no-repeat;
  color: transparent !important;
  background-color: transparent !important;
  display: inline-block;
  top: 37px;
  left: 70px;
  width: 30px;
  margin: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 22px 0 0 0;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2; }
  @media (max-width: 768px) {
    .toggle-search-lateral-menu.active {
      background-color: #fff !important; } }
  .toggle-search-lateral-menu.active {
    left: 320px;
    background-image: url("/wp-content/uploads/2017/07/menu_lateral_toggle_off.png");
    position: fixed; }
  .toggle-search-lateral-menu:focus {
    outline: none; }

.search-lateral-menu {
  overflow-y: scroll;
  z-index: 1000;
  display: none;
  width: 291px;
  max-width: 291px;
  position: fixed;
  left: 0;
  top: 0;
  border-right: 5px solid #FDD14A;
  background-color: #fff;
  height: 100vh;
  box-shadow: 7px 2px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .search-lateral-menu .advanced-search-container {
    padding-top: 0px;
    background-image: none;
    background-color: #fff; }
  .search-lateral-menu #advanced-search {
    width: 100% !important;
    left: 0; }
  .search-lateral-menu .tabs {
    background-image: none; }
  .search-lateral-menu .tabs-header {
    display: flex;
    height: 109px;
    border-bottom: 1px solid #FDD14A; }
    .search-lateral-menu .tabs-header img {
      margin: auto; }
    .search-lateral-menu .tabs-header .tab-title {
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      flex-basis: 100%;
      height: 100%;
      background-color: #fff;
      margin: 0 0px 4px 0px; }
      .search-lateral-menu .tabs-header .tab-title h3 {
        display: none; }
      .search-lateral-menu .tabs-header .tab-title.active {
        background-color: #FDD14A; }
        .search-lateral-menu .tabs-header .tab-title.active h3 {
          display: initial;
          margin: auto;
          text-align: center;
          color: #1D1D1D;
          font-size: 13px;
          text-align: center;
          font-family: CaveatBrush !important; }
        .search-lateral-menu .tabs-header .tab-title.active img {
          margin-bottom: 0;
          margin-top: 15px; }
  .search-lateral-menu .tab-title {
    width: 33%; }
  .search-lateral-menu.active {
    display: initial; }
  .search-lateral-menu .thematiqueList .thematique {
    flex-basis: 100%;
    text-align: left;
    padding: 10px; }
    .search-lateral-menu .thematiqueList .thematique:hover {
      background-color: #FDD14A !important; }
  .search-lateral-menu .personnalityList .personnality {
    flex-basis: 100%;
    text-align: left;
    padding: 10px; }
    .search-lateral-menu .personnalityList .personnality:hover {
      background-color: #FDD14A !important; }
  .search-lateral-menu .chosen-container.chosen-container-multi {
    height: 50px !important;
    float: left;
    display: block;
    border: 1px #FDD14A solid;
    border-right: 0;
    width: 75% !important; }
    .search-lateral-menu .chosen-container.chosen-container-multi ul {
      border: 0; }
  .search-lateral-menu .chosen-choices {
    overflow: visible; }
    .search-lateral-menu .chosen-choices input[type='text'] {
      width: 75% !important; }
    .search-lateral-menu .chosen-choices li {
      top: 50px; }
  .search-lateral-menu .bouton-recherche {
    border: 1px #FDD14A solid;
    border-left: 0;
    height: 52px;
    float: left; }

@media (min-width: 768px) {
  .chosen-select {
    display: none; } }

.chosen-container {
  float: left;
  display: block; }
  .chosen-container .chosen-choices {
    border: 0;
    height: 50px;
    padding: 6px 12px; }
    .chosen-container .chosen-choices input[type='text'] {
      font-size: 16px; }
    .chosen-container .chosen-choices li.search-choice {
      margin-top: 6px;
      line-height: 20px;
      margin-right: 8px;
      font-size: 16px; }

@media (max-height: 768px) {
  .home-image {
    float: none;
    margin: 0 auto; } }

@media (min-height: 768px) {
  .home-image {
    margin-top: 11px;
    margin-bottom: 11px; } }

@media (min-height: 768px) {
  .home-image.home-image-left {
    float: left; } }

@media (min-height: 768px) {
  .home-image.home-image-right {
    float: right; } }

.advanced-search-container {
  background-image: url("/wp-content/uploads/2017/07/image_fond_recherche_CAO_cadre.jpg");
  height: 430px;
  background-size: cover;
  background-position: center center; }

.advanced-search-title {
  color: #fff;
  font-size: 36px;
  margin: 20px 0;
  font-family: 'BebasNeue', sans-serif;
  font-weight: normal; }

.chosen-container.chosen-container-multi {
  width: 450px !important; }

.flex-centered {
  margin: auto; }

.bouton-recherche {
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  width: 50px;
  background-color: #fff !important; }

.tabs {
  background: url("/wp-content/uploads/2017/07/motif_background.jpg");
  background-repeat: repeat;
  height: 220px; }

.tab .tab-content {
  height: 100%;
  padding: 0;
  display: none; }

.tab.active {
  height: 100%; }
  .tab.active .tab-content {
    display: flex; }

.tabs-header {
  display: flex; }
  .tabs-header img {
    width: 57px;
    height: 57px;
    margin: auto; }
    @media (min-width: 768px) {
      .tabs-header img {
        margin-right: 15px; } }
  .tabs-header .tab-title {
    cursor: pointer;
    display: flex;
    flex-basis: 34%;
    height: 75px;
    background-color: #fff;
    margin: 4px 2px; }
    .tabs-header .tab-title:first-child {
      margin-left: 0; }
    .tabs-header .tab-title:last-child {
      margin-right: 0; }
    .tabs-header .tab-title.active {
      background-color: #FDD14A; }
  .tabs-header h3 {
    margin: auto;
    margin-left: 0;
    text-align: center;
    color: #1D1D1D;
    font-family: CaveatBrush !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    display: none; }
    @media (min-width: 768px) {
      .tabs-header h3 {
        display: block; } }

.thematiqueList {
  display: flex;
  flex-wrap: wrap; }
  .thematiqueList .thematique {
    height: 45px;
    flex-basis: 21%;
    margin: 10px;
    padding: 0;
    border: 0;
    color: #000 !important;
    background-color: #fff !important;
    line-height: 45px;
    text-align: center; }

.personnalityList {
  display: flex;
  flex-wrap: wrap; }
  .personnalityList .personnality {
    height: 45px;
    flex-basis: 44%;
    margin: 10px;
    padding: 0;
    border: 0;
    color: #000 !important;
    background-color: #fff !important;
    line-height: 45px;
    text-align: center; }

#logo {
  margin-top: 0;
  margin-bottom: 25px; }
  #logo a {
    display: block;
    height: 85px;
    margin: auto; }

header#header {
  padding-bottom: 0; }

.banner {
  background-color: #FDD14A;
  color: #000;
  text-align: center;
  padding: 15px 0; }
  .banner p {
    padding: 0;
    margin: 0; }

.logo_moule_de_bouchot {
  position: absolute;
  right: 150px;
  bottom: -68px;
  height: 79px;
  width: 77px; }

.logo_AOP {
  position: absolute;
  right: 57px;
  bottom: -62px; }

.search-results .headline {
  background-color: transparent;
  color: #1D1D1D; }

.sidebar {
  display: none !important; }

.left-sidebar-class {
  width: auto !important; }

.recipeFlexContainer {
  display: flex; }

/* COMMENTÉ le 20/07/2018 : FIX Affichage footer recette
.container-share-related {
  margin-top: -145px; }
*/

.related-posts .headline {
  background-color: transparent; }

.foodiepress-wrapper.recipe3 {
  background-color: #F4F4F4; }
  .foodiepress-wrapper.recipe3 .goUp {
    transform: translateY(-145px);
    margin-bottom: -145px; }
  .foodiepress-wrapper.recipe3 .recipe-details {
    background-color: transparent;
    height: 145px;
    padding: 0;
    margin: 0; }
    .foodiepress-wrapper.recipe3 .recipe-details h1 {
      color: #fff;
      font-size: 26px;
      line-height: 1.4; }
    @media (max-width: 992px) {
      .foodiepress-wrapper.recipe3 .recipe-details h1 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .foodiepress-wrapper.recipe3 .recipe-details h1 {
        font-size: 16px; } }
    @media (min-width: 992px) and (max-width: 1390px) {
      .foodiepress-wrapper.recipe3 .recipe-details h1 {
        max-height: 72px;
        overflow-y: hidden;
        text-overflow: ellipsis; } }
  .foodiepress-wrapper.recipe3 .recipeBody {
    flex-basis: 80%; }
  .foodiepress-wrapper.recipe3 .recipeSidebar {
    background-color: #1D1D1D;
    padding: 14px;
    min-width: 216px;
    flex-basis: 21%;
    transform: translateY(-240px); }
    .foodiepress-wrapper.recipe3 .recipeSidebar .ingredients-container {
      padding: 30px 20px 30px 20px; }

.foodiepress-wrapper.recipe3 .directions-container {
  background-color: transparent; }

.foodiepress-wrapper.recipe3 .ingredients-container .ingredients {
  background-color: transparent; }

.foodiepress-wrapper.recipe3 .ingredients-container {
  background-color: transparent;
  border: 1px solid #FDD14A; }

.recipeBackground {
  margin-bottom: 0;
  max-height: 335px; }
  .recipeBackground:before {
    z-index: 0;
    opacity: 1; }
    @media (max-width: 768px) {
      .recipeBackground:before {
        background: rgba(29, 29, 29, 0.6); } }
    @media (min-width: 768px) {
      .recipeBackground:before {
        background: transparent;
        background-image: linear-gradient(0deg, #1D1D1D 0%, rgba(29, 29, 29, 0) 100%); } }
  .recipeBackground img {
    z-index: -1; }

.recipeSlider {
  display: none; }

.recipeTitleAndTags {
  display: block;
  float: left;
  width: 70%; }
  .recipeTitleAndTags .recipe-title {
    text-transform: uppercase; }

.recipeTimeAndDifficulty {
  display: block;
  float: left;
  width: 30%; }

.recipeYield a {
  font-size: 16px;
  color: #fff; }

.recipeAuthor {
  color: #000;
  font-size: 16px !important;
  margin-top: 10px;
  margin-bottom: 20px; }

.recipeAuthorPhoto {
  margin: 20px auto 10px auto; }

.recipe-box-content {
  background-color: #fff;
  padding: 20px 10px; }
  .recipe-box-content h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 400 !important;
    line-height: 12px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #FDD14A;
    font-family: Raleway !important; }
    .recipe-box-content h3 a {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: 400px;
      height: 33.6px;
      /* Fallback for non-webkit */
      margin: 0 auto;
      font-size: 15px;
      line-height: 1.2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.related-posts .recipe-box {
  border: 3px solid #FDD14A; }

.related-posts .recipe-box-content h3 {
  border: 0;
  margin: 0;
  padding: 0; }

.hover-icon {
  font-size: 16px;
  text-transform: none;
  text-align: center; }

.recipeInfos {
  display: flex; }
  .recipeInfos p {
    margin: 0;
    text-align: center;
    flex-basis: 50%; }
    .recipeInfos p a {
      font-family: CaveatBrush !important;
      color: #1D1D1D; }
  .recipeInfos .recipeDifficulty {
    font-size: 20px; }
  .recipeInfos .recipeTimeneeded {
    font-size: 20px; }
    .recipeInfos .recipeTimeneeded:before {
      content: "";
      width: 22px;
      height: 15px;
      display: block;
      float: left;
      margin-top: 5px;
      background: transparent url("/wp-content/uploads/2017/07/recipe_timeneeded.png") center center no-repeat;
      background-size: contain; }

.recipe-details .recipeDifficulty a {
  font-family: CaveatBrush !important;
  color: #1D1D1D;
  font-size: 20px; }

.recipe-details .recipeCooktime a {
  font-family: CaveatBrush !important;
  color: #1D1D1D;
  font-size: 24px; }

.recipeAuthorBar {
  text-align: center;
  color: #FDD14A;
  font-size: 16px !important; }

.recipeDescription {
  padding-right: 50px;
  color: #000; }
  .recipeDescription a {
    color: #000;
    text-decoration: underline; }

.recipeDescriptionTitle {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px; }

.recipeAdvice {
  padding-top: 20px;
  color: #fff !important;
  font-size: 16px; }

.recipeSeparator {
  display: block;
  height: 0px;
  border-top: 3px solid #FDD14A;
  width: 144px;
  margin-left: -30px;
  margin-top: 40px;
  margin-bottom: 30px; }

.recipeAdviceText {
  padding-bottom: 10px;
  color: #fff !important;
  font-size: 13px;
  line-height: 17px; }
  .recipeAdviceText * {
    color: #fff !important; }

.recipeTags li {
  margin-right: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  margin-top: 10px; }

.recipeTags a {
  background-color: #FDD14A;
  padding: 4px 6px;
  color: #000 !important;
  text-transform: capitalize; }

.recipeIngredientsBloc {
  color: #fff; }
  .recipeIngredientsBloc * {
    color: #fff; }

.instructions {
  padding-right: 50px; }
  .instructions * {
    color: #000 !important;
    line-height: 20px; }
  .instructions ol li {
    padding: 0px 14px !important;
    margin: 0 !important; }
  .instructions ol li:before {
    position: absolute;
    top: 0 !important;
    background: transparent !important;
    left: -34px;
    width: 34px;
    height: 34px;
    line-height: 24px !important;
    text-align: center;
    color: #000 !important;
    font-size: 16px;
    content: counter(li-counter);
    counter-increment: li-counter;
    cursor: default;
    margin-right: 3px; }

.bloc-details {
  background-color: #fff;
  height: 77px;
  width: 77px;
  float: left;
  margin: 0 10px; }
  .bloc-details strong {
    font-size: 18px;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #000;
    text-align: center; }

.foodiepress-wrapper.recipe3 a.print {
  float: left !important; }

.valeurs_background {
  height: 335px;
  background-image: url("/wp-content/uploads/2017/07/valeurs_background.jpg"); }
  .valeurs_background .container {
    position: relative;
    height: 100%; }
    .valeurs_background .container h1 {
      position: absolute;
      bottom: 10px; }
  .valeurs_background h1 {
    color: #000;
    font-weight: bold;
    font-family: Raleway;
    font-size: 26px;
    text-transform: uppercase; }

ul.share-post li {
  margin: 0 10px 10px 0; }

.valeurs_container .columns {
  padding-left: 40px;
  padding-right: 40px; }

.valeurs_container h2 {
  color: #000;
  font-family: Raleway;
  font-weight: bold;
  font-size: 16px; }

.valeurs_container p {
  font-family: Raleway;
  font-size: 13px; }

.valeurs_container .valeurs_separator {
  border-top: 3px #FDD14A solid;
  width: 129px;
  transform: translateX(-47px);
  margin-top: 15px;
  margin-bottom: 15px; }

.valeurs_container img {
  margin: 0 auto; }

a.link-share-facebook {
  background: #3B5998;
  width: 370px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px; }

a.link-to-morisseau {
  background: #FDD14A;
  width: 370px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 16px; }

.regles_container h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.regles_container p {
  font-size: 13px; }

.regles_container img {
  margin: 0 auto; }

.regles_container .two {
  border-bottom: 2px #FDD14A solid;
  padding-bottom: 20px; }

/* Mobile Navigation Styles */
body .columns.navigation {
  width: 100%; }

a.nav-toggle {
  background-color: transparent;
  color: transparent !important;
  position: absolute;
  display: inline-block;
  top: 45px;
  right: 75px;
  width: 29px;
  height: 24px;
  background: transparent url("/wp-content/uploads/2017/07/nav_burger.png") center center no-repeat;
  background-size: contain;
  margin: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 22px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.nav-toggle:before {
    display: none; }

a.nav-toggle.active {
  color: transparent !important;
  background-color: transparent !important;
  height: 31px;
  background: transparent url("/wp-content/uploads/2017/07/nav_close.png") center center no-repeat;
  background-size: contain; }

#header {
  padding-bottom: 25px; }

.nav-toggle:before {
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  content: "";
  right: 16px;
  top: 12px;
  color: #888; }

.nav-toggle.active::before {
  content: "";
  color: #fff; }

@media (min-width: 480px) {
  a.nav-toggle:not(.active):before {
    content: "Menu";
    display: block;
    margin-right: 25px;
    margin-top: -9px;
    font-size: 2em;
    font-family: BebasNeue, sans-serif;
    color: black; } }

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-collapse,
.nav-collapse ul ul,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 14px; }

.nav-collapse .menu ul li {
  float: left;
  width: 100%;
  margin-left: 0px;
  display: block;
  border-top: 1px solid #fff; }

.nav-collapse .menu ul > li > a {
  padding: 12px 20px 12px 30px; }

body .nav-collapse .menu ul ul li a {
  padding-left: 50px !important; }

.nav-collapse .menu ul li a:hover {
  border: 0px;
  color: #fff !important; }

.nav-collapse a {
  background-color: #f0f0f0;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 12px 20px;
  color: #808080 !important; }

.nav-collapse .menu ul ul {
  border-top: 0px; }

.nav-collapse ul ul a {
  padding-left: 30px;
  background-color: #f8f8f8;
  border: none; }

.nav-collapse .menu ul ul {
  position: static;
  display: block; }

.nav-collapse .menu ul ul li a {
  font-weight: 600; }

.nav-collapse ul ul ul a {
  padding-left: 60px; }

.nav-collapse ul ul ul ul a {
  padding-left: 90px; }

.nav-collapse #current {
  border: none;
  color: #808080; }

.nav-collapse ul li a:hover {
  background-color: #c0c0c0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse .menu ul li a:hover,
.nav-collapse .menu ul > li:hover > a {
  border-top: 0px solid #f8f8f8; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 1; }

#navigation:not(.opened) ul {
  display: none !important;
  transition: 0.2s; }

#navigation {
  transition: 284ms; }
  #navigation * {
    transition: 284ms; }

#navigation.opened {
  position: fixed !important;
  clip: auto;
  height: 100vh;
  width: 100vw;
  max-height: 100vh !important;
  top: 0;
  background: #FDD14A; }
  #navigation.opened .menu {
    width: 100%;
    height: 100%;
    display: flex; }
  #navigation.opened ul {
    margin: auto;
    width: 50%; }
    @media (min-width: 768px) {
      #navigation.opened ul {
        padding-bottom: 50px; } }
  #navigation.opened li {
    border: 0; }
    #navigation.opened li:not(:last-child):after {
      content: "";
      background-image: url("/wp-content/uploads/2017/07/nav_separator.png");
      background-size: contain;
      width: 102px;
      height: 4px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  #navigation.opened a {
    letter-spacing: 2px;
    border: 0;
    line-height: 40px;
    background-color: transparent;
    color: #1D1D1D !important;
    text-align: center;
    padding: 24px 20px 24px 20px;
    font-family: BebasNeue !important;
    font-size: 30px;
    text-transform: uppercase; }

.print {
  color: #fff;
  text-align: center;
  display: inline-block;
  float: left;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 16px;
  padding: 8px 20px;
  background-color: #000;
  border: 0; }
  .print:before {
    content: '\f02f';
    font-family: "FontAwesome";
    font-size: 18px;
    display: inline-block;
    margin: 0 20px 0 0;
    font-weight: normal; }

.nav-facebook a {
  overflow: hidden;
  text-indent: -1000px;
  background: transparent url("/wp-content/uploads/2017/07/icon_facebook.png") center center no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 100px; }

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

@media only screen and (min-width: 960px) {
  .container .four.recipe-box.columns, .container .four.shop.columns {
    margin: 0 20px 0 0 !important; } }

#footer {
  padding-bottom: 10px;
  background-color: #1D1D1D; }
  #footer .footer-title {
    color: #fff;
    font-size: 20px;
    text-align: center; }
  #footer .footer-links:after {
    content: "";
    display: table;
    clear: both; }
  #footer .footer-infos p {
    margin: 0;
    margin-top: 30px;
    color: #fff;
    text-align: center; }
    #footer .footer-infos p a {
      color: #fff; }
  #footer .footer-logo {
    float: left;
    width: 139px;
    height: 136px; }
  #footer .footer-nav {
    float: left;
    margin-top: 40px;
    margin-left: 40px; }
    #footer .footer-nav li a {
      color: #fff; }
      #footer .footer-nav li a:hover {
        cursor: pointer; }
  #footer .footer-logo-bouchot {
    float: right;
    width: 103px;
    height: 104px; }
  #footer .footer-link-morisseau {
    color: #fff;
    font-weight: bold; }
    #footer .footer-link-morisseau:hover {
      color: #FDD14A; }
  #footer .footer-share {
    color: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 1px 1px 0;
    padding: 0;
    border: 0;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px; }
    #footer .footer-share:before {
      font-family: "FontAwesome";
      font-size: 14px;
      display: inline-block;
      margin: 0 6px 0 0;
      font-weight: normal; }

@media (max-width: 768px) {
  #footer img.footer-logo-bouchot {
    display: none; }
  #footer ul.footer-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }
    #footer ul.footer-nav li {
      text-align: center; }
    #footer ul.footer-nav li:nth-child(1) {
      margin-top: 10px; }
    #footer ul.footer-nav li:last-child {
      margin-top: 10px; }
      #footer ul.footer-nav li:last-child a {
        float: none;
        margin: 0 auto; } }

#post-150 .row {
  margin-bottom: 0; }

.block {
  border-width: 5px;
  border-style: solid;
  margin-bottom: 20px; }
  .block.block-recette-une, .block.block-regles-or, .block.block-proposez-recette {
    border-color: #FDD14A; }
  .block.block-valeurs-morisseau, .block.block-hommes-morisseau {
    border-color: #000; }
  .block.block-facebook {
    border-color: #243E77; }
  .block > a {
    display: block;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .block > a {
        height: 222px; } }
    @media (min-width: 992px) {
      .block > a {
        height: 284px; } }
    @media (min-width: 1390px) {
      .block > a {
        height: 358px; } }
  .block span.plus {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 29px;
    height: 31px;
    background-position: center center;
    background-repeat: no-repeat; }
    .block span.plus.plus-blanc {
      background-image: url(assets/plus.blanc.png); }
    .block span.plus.plus-jaune {
      background-image: url(assets/plus.jaune.png); }
    .block span.plus.plus-noir {
      background-image: url(assets/plus.noir.png); }
  .block.block-recette-une .caption {
    background: #fff;
    padding: 20px 10px; }
    @media (min-width: 768px) {
      .block.block-recette-une .caption {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30%; } }
    @media (min-width: 992px) {
      .block.block-recette-une .caption {
        padding: 30px; } }
    @media (min-width: 1390px) {
      .block.block-recette-une .caption {
        width: 25%;
        padding-top: 50px; } }
    .block.block-recette-une .caption h3 {
      font-family: 'BebasNeue', sans-serif;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 300;
      color: #000;
      line-height: 50px;
      letter-spacing: 1px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .block.block-recette-une .caption h3 {
          margin-bottom: 30px; } }
      @media (min-width: 1390px) {
        .block.block-recette-une .caption h3 {
          font-size: 50px; } }
    .block.block-recette-une .caption span {
      text-transform: uppercase;
      color: #000;
      font-size: 22px; }
  .block.block-regles-or .caption {
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0; }
    @media (min-width: 480px) {
      .block.block-regles-or .caption {
        padding: 30px; } }
    @media (min-width: 768px) {
      .block.block-regles-or .caption {
        top: 10px; } }
    @media (min-width: 992px) {
      .block.block-regles-or .caption {
        top: 40px; } }
    .block.block-regles-or .caption h3 {
      text-transform: uppercase;
      font-family: 'BebasNeue', sans-serif;
      font-size: 40px;
      letter-spacing: 2px; }
      .block.block-regles-or .caption h3 .loud {
        font-size: 70px; }
        @media (min-width: 1390px) {
          .block.block-regles-or .caption h3 .loud {
            font-size: 80px; } }
      @media (min-width: 1390px) {
        .block.block-regles-or .caption h3 {
          font-size: 50px; } }
    .block.block-regles-or .caption span {
      color: #000;
      font-size: 16px; }
      @media (min-width: 1390px) {
        .block.block-regles-or .caption span {
          line-height: 50px;
          font-size: 20px; } }
  .block.block-valeurs-morisseau .caption {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0; }
    @media (min-width: 480px) {
      .block.block-valeurs-morisseau .caption {
        padding: 30px; } }
    @media (min-width: 768px) {
      .block.block-valeurs-morisseau .caption {
        padding: 20px; } }
    @media (min-width: 1390px) {
      .block.block-valeurs-morisseau .caption {
        padding-top: 40px; } }
    .block.block-valeurs-morisseau .caption h3 {
      text-transform: uppercase;
      font-size: 40px;
      font-style: italic;
      color: #FDD14A;
      font-weight: bold;
      line-height: 40px;
      text-align: center; }
      @media (min-width: 1390px) {
        .block.block-valeurs-morisseau .caption h3 {
          font-size: 50px;
          line-height: 50px; } }
    .block.block-valeurs-morisseau .caption .space {
      width: 30%;
      height: 3px;
      background-color: #FDD14A;
      margin: 20px auto; }
    .block.block-valeurs-morisseau .caption span {
      color: #000;
      font-size: 16px;
      font-weight: bold;
      display: block;
      text-align: center; }
  .block.block-hommes-morisseau .caption {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0; }
    @media (min-width: 480px) {
      .block.block-hommes-morisseau .caption {
        padding: 30px; } }
    @media (min-width: 768px) {
      .block.block-hommes-morisseau .caption {
        padding: 20px; } }
    @media (min-width: 992px) {
      .block.block-hommes-morisseau .caption {
        position: absolute;
        right: 0;
        width: 60%;
        left: auto; } }
    .block.block-hommes-morisseau .caption h3 {
      text-transform: uppercase;
      font-size: 40px;
      font-style: italic;
      color: #fff;
      font-weight: bold;
      line-height: 40px;
      text-align: center; }
      @media (min-width: 992px) {
        .block.block-hommes-morisseau .caption h3 {
          margin-bottom: 30px; } }
      @media (min-width: 1390px) {
        .block.block-hommes-morisseau .caption h3 {
          font-size: 50px;
          line-height: 50px;
          margin-bottom: 40px; } }
    .block.block-hommes-morisseau .caption span {
      display: none;
      color: #fff;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .block.block-hommes-morisseau .caption span {
          display: block; } }
      @media (min-width: 992px) {
        .block.block-hommes-morisseau .caption span {
          margin-top: 10px; } }
      @media (min-width: 1390px) {
        .block.block-hommes-morisseau .caption span {
          font-size: 16px;
          margin-top: 20px; } }
    .block.block-hommes-morisseau .caption .play-button {
      text-align: center;
      padding-top: 10px; }
      .block.block-hommes-morisseau .caption .play-button .fa {
        font-size: 30px;
        border: 2px solid #fff;
        padding: 10px 13px;
        border-radius: 50%;
        color: #fff; }
        @media (min-width: 1390px) {
          .block.block-hommes-morisseau .caption .play-button .fa {
            font-size: 50px;
            padding: 12px 16px; } }
        .block.block-hommes-morisseau .caption .play-button .fa:before {
          position: relative;
          top: 2px;
          left: 3px; }
  .block.block-facebook {
    background: #3B5998; }
    .block.block-facebook .caption {
      display: none; }
  .block.block-proposez-recette .caption {
    padding: 10px;
    background: #fff; }
    @media (min-width: 480px) {
      .block.block-proposez-recette .caption {
        padding: 30px; } }
    @media (min-width: 768px) {
      .block.block-proposez-recette .caption {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32%;
        padding: 20px; } }
    @media (min-width: 992px) {
      .block.block-proposez-recette .caption {
        padding-top: 40px; } }
    @media (min-width: 1390px) {
      .block.block-proposez-recette .caption {
        padding-top: 60px; } }
    .block.block-proposez-recette .caption h3 {
      font-family: 'BebasNeue', sans-serif;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 300;
      color: #000;
      line-height: 50px;
      letter-spacing: 1px; }
      @media (min-width: 1390px) {
        .block.block-proposez-recette .caption h3 {
          font-size: 50px;
          line-height: 60px; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.modal:target:before {
  display: block; }

.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 15%; }

.modal .btn-close {
  font-size: 60px;
  position: absolute;
  top: -35px;
  right: 0; }

.modal-dialog {
  background: #fefefe;
  border: #333 solid 1px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform "0.3s ease-out";
  -moz-transition: -moz-transform "0.3s ease-out";
  -o-transition: -o-transform "0.3s ease-out";
  transition: transform "0.3s ease-out";
  width: 80%;
  margin-left: -40%; }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin-left: -300px; } }
  @media (min-width: 992px) {
    .modal-dialog {
      width: 900px;
      margin-left: -450px; } }

.modal-body {
  padding: 0; }

.page-template-default:not(.home) #titlebar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 30px; }
  .page-template-default:not(.home) #titlebar h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #000; }

.page-template-default:not(.home) .page-content {
  padding-bottom: 40px; }

.page-id-193 #titlebar {
  background-image: url(assets/background.cinq-regles-d-or.jpg); }

@media (min-width: 768px) {
  .page-id-193 .page-content .row {
    display: table;
    margin: 0; }
    .page-id-193 .page-content .row .columns {
      display: table-cell;
      float: none;
      vertical-align: middle; } }

@media (min-width: 991px) {
  .page-id-193 .page-content {
    margin-right: 20%; } }

.page-id-193 .page-content .columns.image {
  border-bottom: 3px solid #FDD14A; }
  .page-id-193 .page-content .columns.image br {
    display: none; }

.page-id-193 .page-content .columns.content {
  padding: 30px 0; }

.page-id-193 .page-content h2 {
  font-size: 16px;
  margin-bottom: 20px; }

.page-id-193 .page-content p {
  font-size: 13px;
  margin: 0; }

.page-id-166 #titlebar {
  background-image: url(assets/background.valeurs.jpg); }

.page-id-166 .page-content h2, .page-id-166 .page-content p {
  padding-left: 40px;
  margin: 0; }

.page-id-166 .page-content h2 {
  margin-top: 30px; }

.page-id-166 .page-content .border {
  width: 50%;
  height: 3px;
  background-color: #FDD14A;
  margin: 10px 0 20px; }

.page-id-320 #titlebar {
  background-image: url(assets/background.proposez-recette.jpg); }
  .page-id-320 #titlebar h1 {
    color: #FDD14A !important; }

.page-id-320 .page-content h2, .page-id-320 .page-content p {
  padding-left: 40px;
  margin: 0; }

.page-id-320 .page-content h2 {
  margin-bottom: 30px; }

.page-id-320 .page-content .border {
  width: 50%;
  height: 3px;
  background-color: #FDD14A;
  margin: 20px 0; }

.page-id-303 #titlebar, .page-id-305 #titlebar {
  padding-top: 30px !important; }

div.page .share-buttons ul {
  position: relative;
  float: left;
  margin: 0;
  overflow: hidden;
  list-style: none; }
  div.page .share-buttons ul li {
    padding: 0px;
    float: left; }
    div.page .share-buttons ul li a {
      color: #fff;
      text-align: center;
      display: inline-block;
      float: left;
      position: relative;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      font-size: 16px;
      padding: 12px 20px;
      text-transform: uppercase; }
      div.page .share-buttons ul li a:before {
        font-family: "FontAwesome";
        font-size: 18px;
        display: inline-block;
        margin: 0 20px 0 0;
        font-weight: normal; }
    div.page .share-buttons ul li:first-child {
      display: none; }
    div.page .share-buttons ul li.share-facebook a {
      background-color: #3b5998; }
      div.page .share-buttons ul li.share-facebook a:before {
        content: '\f082'; }

@media (max-width: 992px) {
  .on-small-screen {
    display: initial; }
  .on-large-screen {
    display: none; } }

@media (min-width: 992px) {
  .on-large-screen {
    display: initial; }
  .on-small-screen {
    display: none; } }

@media (max-width: 992px) {
  .recipeFlexContainer {
    flex-wrap: wrap; }
  .foodiepress-wrapper.recipe3 .recipeBody {
    flex-basis: 100%;
    padding: 0px 20px; }
  .recipeSidebar.on-small-screen {
    display: block !important;
    min-width: initial !important;
    flex-basis: 100% !important;
    transform: translateY(0) !important;
    margin-top: 11px; }
    .recipeSidebar.on-small-screen .recipeAuthorPhoto {
      width: 20%; }
    .recipeSidebar.on-small-screen:after {
      content: "";
      display: table;
      clear: both; }
  .foodiepress-wrapper.recipe3 .recipeSidebar .ingredients-container {
    padding: 30px 40px 30px 40px; } }

@media (max-width: 992px) {
  .div.flex-centered.search-bar {
    width: 250px; }
  .chosen-select {
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    float: left;
    height: 50px;
    width: 200px; }
  .search-lateral-menu .chosen-select {
    height: 52px;
    border: 1px solid #FDD14A;
    border-right: 0; }
  .bouton-recherche {
    float: left; }
    .bouton-recherche i {
      font-size: 30px; }
  .instructions, .recipeDescription {
    padding-right: 0; }
  .footer-logo {
    margin-left: 35%; }
  #navigation.opened ul {
    width: 100%; }
  .logo_moule_de_bouchot, .logo_AOP {
    display: none; }
  .recipeBackground img {
    height: 100%;
    max-width: inherit; }
  .foodiepress-wrapper.recipe3 .recipeBody {
    padding: 0px 5px; }
  .foodiepress-wrapper.recipe3 .recipe-details h3 {
    font-size: 20px; }
  .recipeBackground {
    height: 280px; }
  .foodiepress-wrapper.recipe3 .goUp {
    transform: translateY(-255px);
    margin-bottom: -255px; }
  .bloc-details {
    float: right;
    margin: 3px 5px; }
  .container-share-related {
    margin-top: 50px; }
  .foodiepress-wrapper.recipe3 .recipe-details {
    height: 255px; }
  .post-content .foodiepress-wrapper.recipe3 .recipe-details ul {
    height: 120px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .foodiepress-wrapper.recipe3 .goUp {
    transform: translateY(-155px);
    margin-bottom: -155px; }
  .foodiepress-wrapper.recipe3 .recipe-details {
    height: 155px; } }

@media (max-width: 480px) {
  .search-lateral-menu .thematique, .search-lateral-menu .personnality {
    padding: 3px 10px; }
  .thematique {
    flex-basis: 47% !important;
    margin: 3px !important; }
  .personnality {
    height: 40px;
    flex-basis: 47% !important;
    margin: 4px !important; }
  .footer-share {
    margin: 3px 0;
    padding: 5px 5px;
    max-width: 125px; }
  .footer-infos {
    font-size: 11px; }
  .footer-logo {
    margin-left: 25%; }
  a.nav-toggle {
    top: 78px;
    right: 25px; }
  .toggle-search-lateral-menu {
    top: 70px;
    left: 5px; }
  .foodiepress-wrapper.recipe3 .recipe-details h3 {
    font-size: 16px; }
  .recipeTags {
    display: none; }
  .recipeBackground {
    height: 225px; }
  .foodiepress-wrapper.recipe3 .goUp {
    transform: translateY(-200px);
    margin-bottom: -200px; }
  .foodiepress-wrapper.recipe3 .recipe-details {
    height: 200px; }
  .recipeAuthorPhoto, .recipeAuthorBar, .recipeAdvice, .recipeAdviceText {
    display: none; } }

@media (max-width: 992px) and (min-width: 768px) {
  .thematique {
    flex-basis: 30%; }
  .recipeAdviceText {
    margin-left: 55px;
    padding-bottom: 30px;
    margin-right: 55px; }
  .recipeAdvice, .recipeAuthorBar, .recipeAuthorPhoto {
    margin-left: 55px; }
  .recipeAuthorBar {
    text-align: left; }
  .footer-logo {
    margin-left: 0; }
  .related-posts .four.recipe-box.columns {
    width: 43% !important;
    margin: 0 20px 0 20px; } }

@media (max-width: 768px) and (min-width: 480px) {
  .thematique {
    flex-basis: 28% !important; } }

@media (max-width: 360px) {
  .nav-facebook {
    margin-top: 20px; }
  .toggle-search-lateral-menu.active {
    left: 249px; }
  .search-lateral-menu {
    width: 220px; }
    .search-lateral-menu .chosen-select {
      width: 150px; } }

@media print {
  .recipeSidebar {
    padding: 8px;
    color: #000; }
    .recipeSidebar * {
      color: #000 !important; }
  .recipeIngredientsBloc li {
    padding: 1px 0px; }
  .foodiepress-wrapper.recipe3 .recipeSidebar .ingredients-container {
    padding: 20px; }
    .foodiepress-wrapper.recipe3 .recipeSidebar .ingredients-container > img {
      display: none; }
  .recipeAuthorBar, .recipeAuthorPhoto, .recipeAdviceText, .recipeAdvice, .recipeDescriptionTitle, .recipeDescription {
    display: none; } }

.ie .tab-switcher {
  padding-top: 20px; }

.ie .thematiqueList {
  display: block !important;
  padding-top: 40px; }

.ie .thematiqueList .thematique {
  float: left;
  width: 21%;
  flex-basis: 100%; }

.ie .personnalityList {
  display: block !important;
  padding-top: 40px; }

.ie .personnalityList .personnality {
  width: 44%;
  float: left;
  flex-basis: 100%; }

.ie .bouton-recherche {
  margin-top: 40px; }

.ie .chosen-container {
  margin-top: 40px; }

.postid-359 .recipeBody {
  min-height: 850px; }

.postid-379 .recipeBody {
  min-height: 900px; }