@charset "UTF-8";
@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes opacityRev {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@font-face {
  font-family: "Caveat-Regular";
  src: url(../font/Caveat-Regular.ttf); }
@font-face {
  font-family: "DIN-condensed";
  src: url(../font/DIN-Condensed-Bold.ttf); }
@font-face {
  font-family: "DMSans-bold";
  src: url(../font/DMSans-Bold.ttf); }
@font-face {
  font-family: "DMSans-regular";
  src: url(../font/DMSans-Regular.ttf); }
* {
  margin: 0 !important;
  padding: 0 !important; }

body {
  overflow-x: hidden; }

.separation {
  color: #c2ad8d !important; }

a {
  color: #fb1d2a;
  text-decoration-color: #fb1d2a;
  text-decoration: underline; }
  a:visited {
    color: #fb1d2a;
    text-decoration-color: #fb1d2a;
    text-decoration: underline; }

.w-titre {
  width: 1096px; }
  @media (max-width: 1096px) {
    .w-titre {
      width: auto; } }

.w-712 {
  width: 712px; }

.w-664 {
  width: 664px; }
  @media (max-width: 664px) {
    .w-664 {
      width: auto; } }

ol {
  color: black; }

.m-center {
  margin: 0 auto !important; }
  @media (max-width: 1087px) {
    .m-center {
      margin: 20px 20px !important; } }

.mt-20 {
  margin-top: 20px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mt--50 {
  margin-top: -50px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.br-10 {
  border-radius: 10px; }

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

.text-menu {
  font-family: "DIN-condensed";
  font-size: 21px;
  color: #41160f;
  text-transform: uppercase; }

.text-fermer {
  font-family: "DIN-condensed";
  font-size: 21px;
  color: #41160f;
  text-transform: uppercase;
  margin-left: -5px !important; }

.uppercase {
  text-transform: uppercase; }

.fs-46 {
  font-size: 46px !important; }
  @media (max-width: 400px) {
    .fs-46 {
      font-size: 36px !important; } }

h1 {
  font-size: 58px;
  font-family: "DIN-condensed";
  line-height: 61px;
  text-transform: uppercase;
  color: #6d1f12;
  font-weight: normal; }
  @media (max-width: 1638px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 1080px) {
    h1 {
      font-size: 38px;
      line-height: 41px; } }
  @media (max-width: 440px) {
    h1 {
      margin-top: 20px !important; } }
  @media (max-width: 328px) {
    h1 {
      font-size: 34px; } }
  h1 span {
    font-size: 36px; }

h2 {
  color: #eba400;
  line-height: 47px;
  font-size: 46px;
  text-transform: uppercase;
  font-family: "DIN-condensed";
  font-weight: normal; }
  @media (max-width: 1080px) {
    h2 {
      font-size: 34px;
      line-height: 34px; } }

h3 {
  color: #6d1f12;
  line-height: 31px;
  font-size: 33px;
  font-family: "DIN-condensed";
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-weight: normal; }
  @media (max-width: 1080px) {
    h3 {
      font-size: 30px;
      line-height: 37px; } }

.sous-titre {
  color: #eba400;
  font-family: "Caveat-Regular";
  font-size: 33px;
  line-height: 29px;
  text-transform: none !important;
  margin-bottom: 20px !important; }

.search-title {
  margin-top: 40px !important;
  margin-bottom: 0 !important; }

.sous-titre-entreprise {
  color: #eba400; }

p {
  font-family: "DMSans-regular";
  font-size: 17px;
  line-height: 24px;
  color: black; }

.pagination .current {
  color: white !important;
  background-color: #fb1d2a;
  padding: 2px 5px !important;
  border-radius: 9px;
  font-family: "DMSans-bold"; }
.pagination .page-numbers {
  margin-right: 10px !important;
  color: #fb1d2a;
  text-decoration: none;
  font-family: "DMSans-bold"; }
  .pagination .page-numbers:visited {
    color: #fb1d2a; }
.pagination .next {
  position: relative; }
  .pagination .next::after {
    content: "";
    height: 11px;
    width: 15.5px;
    background-image: url("../img/arrow-right.png");
    display: block;
    position: absolute;
    top: 6px;
    right: -22px; }
.pagination .prev {
  position: relative; }
  .pagination .prev::before {
    content: "";
    height: 11px;
    width: 15.5px;
    background-image: url("../img/arrow-right.png");
    transform: rotate(180deg);
    display: block;
    position: absolute;
    top: 6px;
    left: -22px; }

@media (max-width: 1080px) {
  .logo-home {
    margin-bottom: 50px !important;
    margin-left: 110px !important; } }
@media (max-width: 400px) {
  .logo-home {
    margin: unset; } }

.center-form {
  display: flex;
  justify-content: center;
  position: relative; }
  .center-form form {
    text-align: center;
    margin-top: 75px !important;
    margin-bottom: 50px !important;
    height: 150px;
    width: 1087px;
    background-color: #f6f5f5;
    display: flex;
    align-items: center;
    justify-content: center; }
    .center-form form .custom-form {
      border: 2px solid #c2ad8d !important;
      width: 430px;
      height: 53px;
      color: #c2ad8d;
      font-family: "DIN-condensed";
      font-size: 19px;
      padding-left: 20px !important; }
      @media (max-width: 1080px) {
        .center-form form .custom-form {
          width: 340px; } }
      @media (max-width: 354px) {
        .center-form form .custom-form {
          width: 289px; } }
      .center-form form .custom-form::placeholder {
        color: #c2ad8d !important;
        opacity: 1;
        font-size: 19px;
        letter-spacing: 1px; }
    .center-form form .search-submit {
      color: #c2ad8d;
      text-align: center;
      background-color: white;
      border: 2px solid #c2ad8d !important;
      border-left: 0px !important;
      margin-left: -50px !important;
      cursor: pointer;
      width: 50px;
      display: block;
      height: 53px;
      background-image: url("../img/loupe-marron.png");
      background-repeat: no-repeat;
      background-position: center; }

.btn-ariane-parent {
  display: flex;
  justify-content: center;
  background: url(../img/bg-first-section.png); }
  @media (max-width: 440px) {
    .btn-ariane-parent {
      position: relative; } }

.btn-ariane {
  margin-bottom: 20px !important;
  text-align: center;
  color: #fb1d2a !important;
  width: auto;
  display: block;
  text-decoration: none;
  font-family: "DMSans-bold";
  font-size: 17px;
  position: relative; }
  @media (max-width: 440px) {
    .btn-ariane {
      position: absolute;
      z-index: 9; } }
  .btn-ariane:hover::before {
    transition: all 0.3s;
    left: -29px; }
  .btn-ariane:visited {
    color: inherit; }
  .btn-ariane::before {
    content: "";
    height: 11px;
    width: 15.5px;
    background-image: url("../img/arrow-right.png");
    display: block;
    position: absolute;
    bottom: 8px;
    left: -19px;
    transform: rotate(180deg);
    transition: all 0.3s; }
  .btn-ariane:hover {
    cursor: pointer; }

.btn-search-result {
  background-color: #fb1d2a;
  padding: 5px 13px !important;
  border-radius: 5px;
  font-size: 19px;
  font-family: "DMSans-regular";
  margin-bottom: 47px !important;
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 0 0 15px 0 !important;
  transition: all 0.3s; }
  .btn-search-result:visited {
    color: white; }
  .btn-search-result:hover {
    transition: all 0.3s;
    background-color: #6d1f12;
    color: white; }

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

.miam {
  width: 95px;
  background-color: #fb1d2a;
  padding: 14px 4px !important;
  border-radius: 5px;
  font-size: 19px;
  font-family: "DMSans-regular";
  margin-bottom: 47px !important;
  text-decoration: none;
  color: white !important;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 15px 0 15px 0 !important;
  transition: all 0.3s; }
  .miam:visited {
    color: inherit; }
  .miam:hover {
    color: white !important;
    background-color: #6d1f12;
    transition: all 0.3s; }

.quote-end-page {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/bg-first-section.png"); }
  .quote-end-page .quote {
    width: 869px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 60px !important;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px !important; }
    @media (max-width: 1080px) {
      .quote-end-page .quote {
        margin: 10px !important;
        width: auto; } }
    .quote-end-page .quote .citation {
      font-size: 27px;
      font-family: "Caveat-Regular" !important;
      font-weight: bold;
      line-height: 31px;
      margin-bottom: 14px !important; }
      @media (max-width: 530px) {
        .quote-end-page .quote .citation {
          font-size: 20px; } }
    .quote-end-page .quote::before {
      content: "";
      background-image: url("../img/image-label-rouge/«.png");
      position: absolute;
      width: 27px;
      height: 69px;
      top: 9px;
      left: 25px; }
    .quote-end-page .quote::after {
      content: "";
      background-image: url("../img/image-label-rouge/».png");
      position: absolute;
      width: 27px;
      height: 69px;
      bottom: 28px;
      right: 25px; }
    .quote-end-page .quote .titre-citation {
      font-family: "Caveat-Regular";
      font-size: 27px;
      line-height: 31px;
      font-weight: bold;
      text-transform: uppercase; }
    .quote-end-page .quote .auteur {
      font-family: "DIN-condensed";
      font-size: 36px;
      line-height: 37px;
      text-transform: uppercase;
      color: #eba400; }
    .quote-end-page .quote .sous-titre-auteur {
      font-family: "DMSans-regular";
      font-size: 17px;
      line-height: 24px; }
    .quote-end-page .quote .fonction {
      font-family: "DMSans-regular";
      font-size: 17px;
      line-height: 24px;
      width: 278px; }
    .quote-end-page .quote:first-child {
      margin-top: 40px !important; }

.btn {
  margin-bottom: 20px !important; }
  .btn .wp-block-button__link {
    background-color: #fb1d2a;
    padding: 14px 20px !important;
    border-radius: 5px;
    font-size: 19px;
    font-family: "DMSans-regular";
    margin-bottom: 47px !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 15px 0 15px 0 !important;
    transition: all 0.3s;
    position: relative;
    z-index: 2; }
    .btn .wp-block-button__link:visited {
      color: white; }
    .btn .wp-block-button__link:hover {
      color: white;
      background-color: #6d1f12;
      transition: all 0.3s; }

.en-tete {
  position: relative;
  background: url(../img/bg-first-section.png);
  height: 327px;
  z-index: -1;
  padding: 20px 20px 55px !important; }
  @media (max-width: 1266px) {
    .en-tete {
      height: auto; } }

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999; }

header {
  z-index: 99;
  position: sticky;
  top: 0;
  height: 77px;
  background-image: url("../img/bg.png"); }
  @media (max-width: 1334px) {
    header {
      height: 130px; } }
  header nav {
    height: 77px;
    position: relative; }
    header nav .background-radius-white {
      position: absolute;
      z-index: 999;
      background: url("../img/background-logo.png") no-repeat;
      width: 300px;
      height: 256px;
      top: -53px;
      left: -51px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1080px) {
        header nav .background-radius-white {
          left: -132px;
          align-items: end;
          top: -91px; } }
      @media (max-width: 1080px) {
        header nav .background-radius-white img {
          width: 131px;
          height: auto;
          display: block; } }
    header nav .menu-menu-principal-container .menu {
      height: 77px;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-right: 15px !important;
      z-index: 3;
      position: relative; }
      @media (max-width: 1334px) {
        header nav .menu-menu-principal-container .menu {
          display: none; } }
      header nav .menu-menu-principal-container .menu li {
        font-family: "DIN-condensed";
        margin-right: 33px !important; }
        header nav .menu-menu-principal-container .menu li a {
          color: #41160f;
          text-decoration: none;
          font-size: 25px;
          line-height: 22px;
          text-transform: uppercase;
          transition: all 0.3s; }
          @media (max-width: 1226px) {
            header nav .menu-menu-principal-container .menu li a {
              font-size: 20px; } }
          header nav .menu-menu-principal-container .menu li a:hover {
            transition: all 0.3s;
            color: #fb1d2a; }
        header nav .menu-menu-principal-container .menu li:first-child {
          display: flex;
          align-items: center; }
          header nav .menu-menu-principal-container .menu li:first-child::before {
            content: "";
            background: url("../img/pycto-maison.svg") no-repeat;
            width: 40px;
            height: 39px;
            margin-right: 12px;
            position: relative;
            right: -50px; }
          header nav .menu-menu-principal-container .menu li:first-child a {
            font-size: 0;
            padding: 17px !important;
            z-index: 1; }
        header nav .menu-menu-principal-container .menu li:last-child {
          margin-left: 60px !important;
          margin-right: 0 !important;
          position: relative; }
          header nav .menu-menu-principal-container .menu li:last-child::before {
            content: "";
            background: url("../img/loupe-blanche.png");
            width: 15px;
            height: 15px;
            position: absolute;
            top: 4px;
            left: -23px; }
          header nav .menu-menu-principal-container .menu li:last-child a {
            color: white; }
    header nav .image-feuilles {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      width: 215px; }
      @media (max-width: 1334px) {
        header nav .image-feuilles {
          top: -40px; } }
  header .menu-mobile {
    text-align: center;
    margin-top: -16px !important;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 40px !important;
    display: none;
    transition: all 0.3s; }
    @media (max-width: 1334px) {
      header .menu-mobile {
        display: flex; } }
    header .menu-mobile .open {
      opacity: 1 !important;
      transition: all 0.3s;
      display: block !important; }
    header .menu-mobile .icon-mobile-menu {
      cursor: pointer;
      display: none;
      z-index: 2;
      position: relative; }
      @media (max-width: 1334px) {
        header .menu-mobile .icon-mobile-menu {
          display: block; } }
      header .menu-mobile .icon-mobile-menu .horizontal-bar {
        width: 40px;
        border: 3px solid #41160f;
        margin-bottom: 5px !important;
        background: #41160f; }
      header .menu-mobile .icon-mobile-menu .open-icon-un {
        transform: rotate(45deg);
        position: absolute;
        margin-top: 10px !important; }
      header .menu-mobile .icon-mobile-menu .open-icon-deux {
        display: none; }
      header .menu-mobile .icon-mobile-menu .open-icon-trois {
        transform: rotate(-45deg);
        margin-top: 10px !important; }
    header .menu-mobile p {
      position: absolute;
      z-index: 2;
      top: 37px;
      display: none; }
      @media (max-width: 1334px) {
        header .menu-mobile p {
          display: block; } }
    header .menu-mobile .text-fermer {
      display: none; }
    header .menu-mobile .visible {
      display: block !important; }
    header .menu-mobile .non-visible {
      display: none; }
    header .menu-mobile .menu-mobile-container {
      display: none;
      opacity: 0;
      position: relative;
      transition: all 0.3s; }
      header .menu-mobile .menu-mobile-container .open-menu {
        background-image: url(../img/bg-first-section.png);
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
        animation: opacity 0.3s; }
        header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 {
          height: 77px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 50px !important;
          z-index: 3;
          position: relative;
          list-style: none;
          flex-direction: column;
          height: 400px; }
          header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li {
            font-family: "DIN-condensed";
            margin-bottom: 14px !important;
            margin-right: 0 !important; }
            header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li a {
              color: #41160f;
              text-decoration: none;
              font-size: 31px;
              line-height: 22px;
              text-transform: uppercase; }
              @media (max-width: 1080px) {
                header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li a {
                  font-size: 31px; } }
            header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li:first-child {
              display: flex;
              align-items: center;
              margin-top: 30px !important; }
              header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li:first-child::before {
                content: "";
                background: url("../img/pycto-maison.svg") no-repeat;
                width: 40px;
                height: 39px;
                margin-right: 12px;
                position: relative;
                right: -70px; }
              header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li:first-child a {
                font-size: 0;
                padding: 17px 0 17px 140px !important;
                z-index: 1; }
            header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li:last-child {
              margin-left: 0 !important;
              position: relative; }
              header .menu-mobile .menu-mobile-container .open-menu #menu-menu-principal-1 li:last-child::before {
                content: "";
                background: url("../img/loupe-menu-mobile.png");
                width: 24px;
                height: 24px;
                position: absolute;
                top: 0px;
                left: -32px; }

#primary .post-thumbnail {
  text-align: center;
  max-height: 801px; }
  #primary .post-thumbnail img {
    width: 100%;
    height: 800px;
    object-fit: cover; }
    @media (max-width: 1080px) {
      #primary .post-thumbnail img {
        height: 440px; } }
#primary .marrons-limousin {
  background-image: url(../img/bg-first-section.png);
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    #primary .marrons-limousin {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%; } }
  #primary .marrons-limousin:first-child {
    justify-content: start; }
  #primary .marrons-limousin .content-marrons-limousin {
    background: url("../img/background-div.png") no-repeat;
    margin-top: -115px !important;
    padding-left: 100px !important; }
    @media screen and (max-width: 1360px) {
      #primary .marrons-limousin .content-marrons-limousin {
        padding: 50px 0 0 70px !important;
        margin-top: -80px !important; } }
    @media (max-width: 1300px) {
      #primary .marrons-limousin .content-marrons-limousin {
        border-radius: 148% 60% / 10% 40%;
        width: 100%; } }
    @media (max-width: 1080px) {
      #primary .marrons-limousin .content-marrons-limousin {
        border-radius: 167% 280% / 10% 0%;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    @media (max-width: 1484px) {
      #primary .marrons-limousin .content-marrons-limousin h3 {
        width: auto; } }
    @media (max-width: 1300px) {
      #primary .marrons-limousin .content-marrons-limousin h3 {
        margin: 0 15px 0 0 !important; } }
    #primary .marrons-limousin .content-marrons-limousin p {
      width: 564px; }
      @media (max-width: 1300px) {
        #primary .marrons-limousin .content-marrons-limousin p {
          width: unset;
          margin: 0 15px 0 0 !important; } }
    #primary .marrons-limousin .content-marrons-limousin ul {
      padding-left: 30px !important;
      font-family: "DMSans-regular"; }
    #primary .marrons-limousin .content-marrons-limousin .btn {
      margin-bottom: 40px !important; }
  #primary .marrons-limousin .content-marrons-limousin-images {
    margin-left: -50px !important;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1360px) {
      #primary .marrons-limousin .content-marrons-limousin-images {
        margin-left: -190px !important; } }
    @media (max-width: 1300px) {
      #primary .marrons-limousin .content-marrons-limousin-images {
        margin: 0 !important;
        flex-direction: column; } }
    #primary .marrons-limousin .content-marrons-limousin-images img:first-child {
      max-width: 365px;
      max-height: 373px; }
      @media (max-width: 1300px) {
        #primary .marrons-limousin .content-marrons-limousin-images img:first-child {
          margin: 25px 0 !important; } }
      @media (max-width: 388px) {
        #primary .marrons-limousin .content-marrons-limousin-images img:first-child {
          width: 80%; } }
    #primary .marrons-limousin .content-marrons-limousin-images img:last-child {
      max-width: 337px;
      max-height: 146px; }
    #primary .marrons-limousin .content-marrons-limousin-images .content-marrons-image-texte p {
      font-size: 26px;
      line-height: 24px;
      font-family: "Caveat-Regular";
      width: 240px;
      transform: rotate(-3deg); }
      @media (max-width: 350px) {
        #primary .marrons-limousin .content-marrons-limousin-images .content-marrons-image-texte p {
          padding: 0 20px !important;
          width: auto; } }
#primary .content-marrons-listing-recettes {
  height: 1000px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1182px) {
    #primary .content-marrons-listing-recettes {
      height: auto; } }
  @media (max-width: 1180px) {
    #primary .content-marrons-listing-recettes img:first-child {
      width: 75px; } }
  #primary .content-marrons-listing-recettes .feuillage {
    position: absolute;
    right: -2px;
    top: -29px; }
    @media (max-width: 1180px) {
      #primary .content-marrons-listing-recettes .feuillage {
        width: 75px;
        right: 0;
        top: -5px; } }
  #primary .content-marrons-listing-recettes .titre-recettes {
    font-size: 46px;
    line-height: 61px;
    font-family: "DIN-condensed";
    color: #eba400;
    text-align: center;
    margin-top: -190px !important;
    text-transform: uppercase; }
    @media (max-width: 1181px) {
      #primary .content-marrons-listing-recettes .titre-recettes {
        margin-top: 0 !important;
        line-height: 44px; } }
  @media (max-width: 480px) {
    #primary .content-marrons-listing-recettes .wp-block-button__link {
      width: 90%; } }
  #primary .content-marrons-listing-recettes .sous-titre-recettes {
    font-size: 33px;
    font-family: "Caveat-Regular";
    line-height: 29px;
    color: #6d1f12;
    text-align: center;
    margin-bottom: 40px !important; }
    @media (max-width: 1200px) {
      #primary .content-marrons-listing-recettes .sous-titre-recettes {
        margin: 0 20px !important; } }
  #primary .content-marrons-listing-recettes .content-listing-recettes-bottom {
    display: flex;
    justify-content: center;
    margin-top: 80px !important; }
    @media (max-width: 580px) {
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom {
        flex-wrap: wrap; } }
    #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom {
      margin-top: 22px !important;
      text-align: center; }
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom:first-child {
        margin-right: 94px !important; }
        @media (max-width: 580px) {
          #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom:first-child {
            margin-right: 0 !important; } }
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom:last-child {
        margin-bottom: 76px !important; }
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom p {
        text-align: center;
        font-size: 33px;
        line-height: 29px;
        font-family: "Caveat-Regular";
        color: #6d1f12; }
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom img {
        height: 150px; }
        @media (max-width: 1181px) {
          #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom img {
            width: auto; } }
      #primary .content-marrons-listing-recettes .content-listing-recettes-bottom .single-recettes-bottom a {
        width: 100%;
        display: inline-block; }
  @media (max-width: 430px) {
    #primary .content-marrons-listing-recettes .bloc-btn .btn .wp-block-button__link {
      width: 310px; } }
  #primary .content-marrons-listing-recettes .all-recette-img {
    display: flex;
    justify-content: center;
    position: relative; }
    @media (max-width: 1200px) {
      #primary .content-marrons-listing-recettes .all-recette-img {
        margin-top: 40px !important;
        flex-wrap: wrap; } }
    #primary .content-marrons-listing-recettes .all-recette-img a {
      border-radius: 50%; }
      #primary .content-marrons-listing-recettes .all-recette-img a:visited {
        color: transparent !important;
        border: none; }
      #primary .content-marrons-listing-recettes .all-recette-img a:first-child {
        margin-top: 30px !important; }
        @media (max-width: 1200px) {
          #primary .content-marrons-listing-recettes .all-recette-img a:first-child {
            margin-top: 0 !important; } }
      #primary .content-marrons-listing-recettes .all-recette-img a:nth-child(2) {
        margin-top: -27px !important; }
        @media (max-width: 1200px) {
          #primary .content-marrons-listing-recettes .all-recette-img a:nth-child(2) {
            margin-top: 0 !important; } }
        @media (max-width: 787px) {
          #primary .content-marrons-listing-recettes .all-recette-img a:nth-child(2) {
            margin-left: 40% !important; } }
      #primary .content-marrons-listing-recettes .all-recette-img a:last-child {
        margin-top: 30px !important; }
        @media (max-width: 1200px) {
          #primary .content-marrons-listing-recettes .all-recette-img a:last-child {
            margin-top: 0 !important;
            margin-bottom: 45px !important; } }
      #primary .content-marrons-listing-recettes .all-recette-img a img {
        height: 354px;
        width: 354px;
        border-radius: 50%;
        margin-right: 40px !important;
        object-fit: cover; }
        @media (max-width: 550px) {
          #primary .content-marrons-listing-recettes .all-recette-img a img {
            width: 174px;
            height: 174px; } }
#primary .content-marrons-production {
  overflow: hidden;
  position: relative; }
  #primary .content-marrons-production::before {
    content: "";
    width: 130%;
    display: block;
    height: 260px;
    position: absolute;
    border-radius: 97%;
    background-color: white;
    top: -186px;
    left: -222px; }
    @media (max-width: 928px) {
      #primary .content-marrons-production::before {
        width: 0px; } }
  #primary .content-marrons-production img {
    width: 100%;
    height: 748px;
    object-fit: cover; }
    @media (max-width: 928px) {
      #primary .content-marrons-production img {
        overflow: hidden;
        height: 324px; } }
  #primary .content-marrons-production .content-marrons-infos-production {
    display: flex;
    justify-content: space-around;
    background-image: url("../img/bg-first-section.png");
    align-items: center; }
    @media (max-width: 1000px) {
      #primary .content-marrons-production .content-marrons-infos-production {
        flex-direction: column; } }
    #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte {
      width: 536px;
      height: 543px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 1300px) {
        #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte {
          height: auto; } }
      @media (max-width: 564px) {
        #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte {
          width: auto;
          margin: 0 10px !important; } }
      #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte .titre-production {
        font-size: 46px;
        font-family: "DIN-condensed";
        line-height: 47px;
        color: #6d1f12;
        margin-bottom: 16px !important;
        margin-top: 40px !important;
        text-transform: uppercase; }
      #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte .sous-titre-production {
        color: #eba400;
        font-size: 33px;
        font-family: "Caveat-Regular";
        line-height: 35px;
        margin-bottom: 16px !important;
        text-transform: none; }
      #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte .paragraphe-production {
        font-size: 17px;
        font-family: "DMSans-regular";
        margin-bottom: 25px !important; }
      #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-texte .btn .wp-block-button__link {
        width: auto; }
    #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-images img {
      height: 283px;
      width: 460px; }
      @media (max-width: 1080px) {
        #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-images img {
          margin-bottom: 25px !important; } }
      @media (max-width: 480px) {
        #primary .content-marrons-production .content-marrons-infos-production .content-marrons-production-bloc-images img {
          max-width: 300px;
          max-height: 175px; } }
#primary .content-marron-foret {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  height: 601px; }
  @media only screen and (max-width: 768px) {
    #primary .content-marron-foret {
      background-attachment: unset;
      height: 324px; } }
  #primary .content-marron-foret::after {
    content: "";
    width: 106%;
    display: block;
    height: 230px;
    position: absolute;
    border-radius: 97%;
    background-color: white;
    bottom: -140px;
    left: -4%; }
    @media (max-width: 928px) {
      #primary .content-marron-foret::after {
        width: 0px; } }
#primary .content-producteurs-engages {
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  height: 486px; }
  @media (max-width: 792px) {
    #primary .content-producteurs-engages {
      height: auto; } }
  #primary .content-producteurs-engages p {
    margin-top: 40px !important;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 61px;
    color: #eba400;
    font-family: "DIN-condensed";
    text-align: center;
    margin-bottom: 25px !important; }
    @media (max-width: 407px) {
      #primary .content-producteurs-engages p {
        line-height: 49px; } }
  #primary .content-producteurs-engages .logo-producteurs {
    width: 1052px;
    text-align: center;
    line-height: 46px; }
    @media (max-width: 1102px) {
      #primary .content-producteurs-engages .logo-producteurs {
        width: auto; } }
    #primary .content-producteurs-engages .logo-producteurs a img {
      margin-right: 54px !important; }
      @media (max-width: 955px) {
        #primary .content-producteurs-engages .logo-producteurs a img {
          margin-right: 0 !important; } }
    #primary .content-producteurs-engages .logo-producteurs:last-child img {
      margin-right: 0 !important; }
    #primary .content-producteurs-engages .logo-producteurs:nth-child(4) img {
      margin-right: 0 !important; }
    @media (max-width: 792px) {
      #primary .content-producteurs-engages .logo-producteurs {
        width: auto; } }

#post-120 .en-tete {
  background: url(../img/bg-first-section.png);
  height: 327px;
  z-index: -1;
  padding-top: 20px !important; }
  @media (max-width: 1081px) {
    #post-120 .en-tete {
      height: auto; } }
  #post-120 .en-tete .sous-titre {
    text-align: center;
    color: #eba400;
    font-size: 33px;
    font-family: "Caveat-Regular";
    line-height: 29px; }
#post-120 .post-thumbnail {
  margin-top: -150px !important; }
  @media (max-width: 1080px) {
    #post-120 .post-thumbnail {
      margin-top: 0 !important; } }
  #post-120 .post-thumbnail img {
    width: 1087.5px;
    height: 360px; }
    @media (max-width: 1080px) {
      #post-120 .post-thumbnail img {
        width: 70%;
        height: auto; } }
#post-120 .content-marrons-perigord-limousin-texte {
  width: 1087.5px;
  margin: 40px auto 0 auto !important; }
  @media (max-width: 1080px) {
    #post-120 .content-marrons-perigord-limousin-texte {
      width: auto;
      margin: 0 20px !important; } }
  #post-120 .content-marrons-perigord-limousin-texte p {
    margin-bottom: 17px !important; }
  #post-120 .content-marrons-perigord-limousin-texte img {
    margin-top: 40px !important;
    margin-bottom: 40.7px !important; }

#post-149 .en-tete {
  text-align: center;
  background: url(../img/bg-first-section.png);
  height: 324px;
  z-index: -1;
  padding-top: 20px !important; }
#post-149 .post-thumbnail {
  margin-top: -155px !important; }
  #post-149 .post-thumbnail img {
    height: inherit;
    width: inherit; }
#post-149 .content-page__default {
  width: 1087px;
  margin: 60px auto 59px auto !important; }
  @media (max-width: 1087px) {
    #post-149 .content-page__default {
      width: auto;
      margin-left: 20px !important;
      margin-right: 20px !important;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  #post-149 .content-page__default p {
    margin-bottom: 17px !important; }
@media (max-width: 1087px) {
  #post-149 .wp-block-image {
    margin-top: 25px !important;
    order: 2; } }
#post-149 .wp-block-image figure .wp-image-152 {
  height: 300px; }

#post-176 .en-tete {
  background: url(../img/bg-first-section.png);
  height: 324px;
  z-index: -1;
  display: flex;
  justify-content: center;
  padding-top: 20px !important; }
  #post-176 .en-tete .sous-titre {
    text-align: center;
    color: #eba400;
    font-size: 33px;
    font-family: "Caveat-Regular";
    line-height: 29px; }
#post-176 .post-thumbnail {
  text-align: center; }
  #post-176 .post-thumbnail img {
    width: 1087.5px;
    height: 360px;
    margin-top: -130px !important; }
    @media (max-width: 1100px) {
      #post-176 .post-thumbnail img {
        width: auto;
        height: auto;
        padding: 0 20px !important; } }
#post-176 .content-marrons-perigord-limousin-texte {
  width: 1087px;
  margin: 0 auto 59px auto !important; }
  #post-176 .content-marrons-perigord-limousin-texte p {
    margin-bottom: 17px !important; }
#post-176 .after-quote {
  width: 1087px;
  margin: 45px auto 59px auto !important; }
  @media (max-width: 1100px) {
    #post-176 .after-quote {
      width: auto;
      margin: 45px 20px 59px 20px !important; } }
  #post-176 .after-quote p {
    margin-bottom: 17px !important; }
  #post-176 .after-quote h2 {
    margin-bottom: 20px !important; }
  #post-176 .after-quote h3 {
    margin-bottom: 15px !important; }

#post-223 .en-tete {
  background: url(../img/bg-first-section.png);
  height: 324px;
  z-index: -1;
  display: flex;
  justify-content: center;
  padding-top: 20px !important; }
  @media (max-width: 1266px) {
    #post-223 .en-tete {
      height: 174px; } }
#post-223 .post-thumbnail {
  text-align: center; }
  #post-223 .post-thumbnail img {
    width: 1087.5px;
    height: 360px; }
#post-223 .content-marrons-perigord-limousin-texte {
  width: 1087px;
  margin: 50px auto 59px auto !important; }
  #post-223 .content-marrons-perigord-limousin-texte p {
    margin-bottom: 17px !important; }
  #post-223 .content-marrons-perigord-limousin-texte ul {
    margin-left: 17px !important; }
    #post-223 .content-marrons-perigord-limousin-texte ul li {
      margin-bottom: 25px !important; }
#post-223 .quote-mangeons-chataigne {
  height: 379px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-first-section.png"); }
  #post-223 .quote-mangeons-chataigne .quote {
    width: 965px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 60px !important;
    position: relative;
    text-align: center;
    border-radius: 10px; }
    #post-223 .quote-mangeons-chataigne .quote .citation {
      font-size: 27px;
      font-family: "Caveat-Regular";
      font-weight: bold;
      line-height: 31px;
      margin-bottom: 14px !important; }
    #post-223 .quote-mangeons-chataigne .quote::before {
      content: "";
      background-image: url("../img/image-label-rouge/«.png");
      position: absolute;
      width: 27px;
      height: 69px;
      top: 9px;
      left: 25px; }
    #post-223 .quote-mangeons-chataigne .quote::after {
      content: "";
      background-image: url("../img/image-label-rouge/».png");
      position: absolute;
      width: 27px;
      height: 69px;
      bottom: 28px;
      right: 25px; }
    #post-223 .quote-mangeons-chataigne .quote .titre-citation {
      font-family: "Caveat-Regular";
      font-size: 27px;
      line-height: 31px;
      font-weight: bold;
      text-transform: uppercase; }
    #post-223 .quote-mangeons-chataigne .quote .auteur {
      font-family: "DIN-condensed";
      font-size: 36px;
      line-height: 37px;
      text-transform: uppercase;
      color: #eba400; }

.site-main .sub-header {
  height: 324px;
  background-image: url("../img/bg-first-section.png");
  padding-top: 20px !important; }
.site-main .flex-element {
  margin: -110px auto 0 auto !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1087px; }
  @media (max-width: 1100px) {
    .site-main .flex-element {
      width: auto;
      display: block; } }
  .site-main .flex-element article {
    margin-bottom: 20px !important;
    margin-top: 20px !important; }
    @media (max-width: 1100px) {
      .site-main .flex-element article {
        display: flex;
        justify-content: center;
        height: 500px; } }
    @media (max-width: 565px) {
      .site-main .flex-element article {
        height: auto;
        margin: 0 20px !important; } }
    .site-main .flex-element article .content-marrons-recettes {
      height: 480px;
      width: 524px; }
      @media (max-width: 566px) {
        .site-main .flex-element article .content-marrons-recettes {
          height: auto;
          width: auto; } }
      .site-main .flex-element article .content-marrons-recettes .recette {
        display: flex;
        flex-direction: column;
        width: 524px; }
        @media (max-width: 565px) {
          .site-main .flex-element article .content-marrons-recettes .recette {
            width: auto; } }
        .site-main .flex-element article .content-marrons-recettes .recette img {
          border-radius: 10px;
          height: 316px;
          margin-bottom: 20px !important;
          object-fit: cover;
          width: 100%; }
          @media (max-width: 565px) {
            .site-main .flex-element article .content-marrons-recettes .recette img {
              width: 100%;
              height: 300px; } }
        .site-main .flex-element article .content-marrons-recettes .recette a {
          text-decoration: none; }
.site-main .pagination {
  margin-top: 50px !important;
  display: flex;
  justify-content: center; }
  .site-main .pagination ul {
    display: flex;
    list-style: none; }
    .site-main .pagination ul li {
      margin-right: 5px !important;
      color: #fb1d2a;
      font-family: "DMSans-bold";
      font-size: 17px;
      line-height: 24px; }
      .site-main .pagination ul li:last-child {
        margin-right: 10px !important;
        position: relative; }
        .site-main .pagination ul li:last-child::after {
          content: "";
          height: 11px;
          width: 15.5px;
          background-image: url("../img/arrow-right.png");
          display: block;
          position: absolute;
          top: 8px;
          right: -21px; }

.site-entreprise {
  padding-top: 20px !important; }
  .site-entreprise .site-entreprise__content {
    width: 1087px;
    margin: 0 auto 260px auto !important; }
    @media (max-width: 1087px) {
      .site-entreprise .site-entreprise__content {
        width: auto;
        margin: 0 20px !important; } }
    @media (max-width: 1087px) {
      .site-entreprise .site-entreprise__content h2 {
        padding: 0 !important; } }
    .site-entreprise .site-entreprise__content .sous-titre {
      margin-bottom: 37px !important; }
    .site-entreprise .site-entreprise__content .all-entreprise {
      margin-bottom: 100px !important; }
      .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise {
        display: flex;
        margin-bottom: 30px !important; }
        @media (max-width: 1080px) {
          .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise {
            flex-direction: column;
            align-items: center;
            text-align: center; } }
        .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise .single-entreprise__logo {
          flex-shrink: 0;
          text-align: center; }
          @media (min-width: 1080px) {
            .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise .single-entreprise__logo {
              width: 200px;
              margin-right: 50px !important; } }
        @media (max-width: 1080px) {
          .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise img {
            margin-right: 0 !important;
            margin-bottom: 10px !important; } }
        .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise .titre-infos {
          display: flex;
          flex-direction: column; }
          .site-entreprise .site-entreprise__content .all-entreprise .single-entreprise .titre-infos a {
            color: #fb1d2a;
            text-decoration: underline;
            text-decoration-color: #fb1d2a; }
    .site-entreprise .site-entreprise__content .entreprise-contenu {
      margin-bottom: 55px !important; }
      @media (max-width: 1080px) {
        .site-entreprise .site-entreprise__content .entreprise-contenu {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .site-entreprise .site-entreprise__content .entreprise-contenu .entreprise-recherche {
        margin-top: 20px !important; }
      @media (max-width: 1080px) {
        .site-entreprise .site-entreprise__content .entreprise-contenu .wp-block-image {
          order: 1; } }
      @media (max-width: 1080px) {
        .site-entreprise .site-entreprise__content .entreprise-contenu .wp-block-buttons {
          order: 2; } }

.form-contact-main {
  padding-top: 20px !important; }
  .form-contact-main .contact-form {
    background-color: #f6f5f5;
    border-radius: 10px;
    width: 1087.5px;
    display: flex;
    align-items: center;
    margin: 80px auto 200px auto !important;
    flex-direction: column; }
    @media (max-width: 1105px) {
      .form-contact-main .contact-form {
        width: auto;
        margin-left: 10px !important;
        margin-right: 10px !important; } }
    .form-contact-main .contact-form #gform_wrapper_1 {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .form-contact-main .contact-form #gform_wrapper_1 #gform_1_validation_container {
        margin-bottom: 10px !important; }
        .form-contact-main .contact-form #gform_wrapper_1 #gform_1_validation_container h2 {
          text-align: center;
          padding: 4px 0 4px 0 !important; }
          .form-contact-main .contact-form #gform_wrapper_1 #gform_1_validation_container h2 span {
            left: 0; }
    .form-contact-main .contact-form .container {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 20px;
      height: 20px;
      top: -194px;
      right: 220px; }
      @media (max-width: 500px) {
        .form-contact-main .contact-form .container {
          right: 46%; } }
    .form-contact-main .contact-form .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .form-contact-main .contact-form .checkmark {
      position: absolute;
      top: -50px;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: white;
      border: 2px solid #c2ad8d;
      border-radius: 3px; }
      .form-contact-main .contact-form .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 0px;
        width: 10px;
        height: 17px;
        border: solid #c2ad8d;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(36deg); }
    .form-contact-main .contact-form .container input:checked ~ .checkmark:after {
      display: block; }
    .form-contact-main .contact-form p {
      text-align: center; }
      .form-contact-main .contact-form p:first-child {
        width: 647px;
        margin: 63px 0 37px 0 !important;
        line-height: 24px; }
        @media (max-width: 719px) {
          .form-contact-main .contact-form p:first-child {
            width: auto;
            margin-left: 10px !important;
            margin-right: 10px !important; } }
      .form-contact-main .contact-form p:last-child {
        color: #fb1d2a;
        text-decoration: underline #fb1d2a;
        margin-bottom: 61px !important; }
      .form-contact-main .contact-form p a {
        color: #fb1d2a;
        text-decoration: underline #fb1d2a;
        cursor: pointer; }
    .form-contact-main .contact-form .obligatoire {
      margin-bottom: 31.1px !important; }
    .form-contact-main .contact-form .info-loi {
      width: 681px;
      margin-bottom: 25px !important;
      font-size: 14px; }
      @media (max-width: 719px) {
        .form-contact-main .contact-form .info-loi {
          width: auto;
          margin-left: 10px !important;
          margin-right: 10px !important; } }
    .form-contact-main .contact-form #gform_1 {
      width: 460px; }
      @media (max-width: 500px) {
        .form-contact-main .contact-form #gform_1 {
          width: auto;
          margin-left: 10px !important;
          margin-right: 10px !important; } }
      .form-contact-main .contact-form #gform_1 input {
        cursor: pointer; }
      .form-contact-main .contact-form #gform_1 textarea {
        cursor: pointer; }
      .form-contact-main .contact-form #gform_1 .gfield_label {
        color: #c2ad8d;
        font-family: "DMSans-bold";
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 7px !important; }
        .form-contact-main .contact-form #gform_1 .gfield_label span {
          color: #c2ad8d;
          font-family: "DMSans-bold";
          font-size: 19px;
          line-height: 22px; }
      .form-contact-main .contact-form #gform_1 input {
        border: 2px solid #c2ad8d;
        border-radius: 5px;
        padding: 13px !important; }
      .form-contact-main .contact-form #gform_1 #input_1_9 {
        width: 100%; }
      .form-contact-main .contact-form #gform_1 #field_1_10 #validation_message_1_10 {
        padding: 4px 0 4px 0 !important;
        text-align: center;
        margin-top: 10px !important; }
      .form-contact-main .contact-form #gform_1 #input_1_11 {
        border: 2px solid #c2ad8d;
        border-radius: 5px;
        padding: 13px !important; }
      .form-contact-main .contact-form #gform_1 #field_1_11 #validation_message_1_11 {
        padding: 4px 0 4px 0 !important;
        text-align: center;
        margin-top: 10px !important; }
      .form-contact-main .contact-form #gform_1 .gfield-choice-input {
        width: 19px;
        height: 19px;
        margin-right: 12px !important;
        border: 2px solid #c2ad8d;
        display: none; }
      .form-contact-main .contact-form #gform_1 #label_1_12_1 {
        margin: 21px 0px 4px 23px !important;
        width: auto;
        text-align: center; }
      .form-contact-main .contact-form #gform_1 #field_1_13 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .form-contact-main .contact-form #gform_1 #field_1_13 label {
          display: none; }
        .form-contact-main .contact-form #gform_1 #field_1_13 #validation_message_1_13 {
          padding: 4px 0 4px 0 !important;
          text-align: center;
          margin-top: 10px !important; }
      .form-contact-main .contact-form #gform_1 #label_1_12_1 {
        color: black; }
      .form-contact-main .contact-form #gform_1 .gform_footer {
        margin-top: 20px !important;
        display: flex;
        justify-content: center; }
        .form-contact-main .contact-form #gform_1 .gform_footer input {
          color: white;
          background-color: #fb1d2a;
          border: 1px solid #fb1d2a;
          border-radius: 5px;
          font-size: 19px;
          line-height: 22px;
          font-family: "DMsans-bold";
          margin-bottom: 31px !important;
          cursor: pointer;
          transition: all 0.3s; }
          .form-contact-main .contact-form #gform_1 .gform_footer input:hover {
            transition: all 0.3s;
            color: white;
            background-color: #6d1f12;
            border-color: #6d1f12; }

.en-tete-recette {
  position: relative;
  background: url(../img/bg-first-section.png);
  height: 324px;
  z-index: -1;
  padding-top: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  .en-tete-recette h1 {
    margin-top: -90px !important; }
    @media (max-width: 400px) {
      .en-tete-recette h1 {
        margin: 0 20px !important; } }

.image-and-right-container {
  width: 1087px;
  margin: 0 auto 40px auto !important;
  display: flex;
  justify-content: center; }
  @media (max-width: 1100px) {
    .image-and-right-container {
      justify-content: center;
      width: auto;
      margin: 0 !important; } }
  @media (max-width: 1000px) {
    .image-and-right-container {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 594px) {
    .image-and-right-container .image-container {
      margin: 70px 20px 0 20px !important; } }
  @media (max-width: 426px) {
    .image-and-right-container .image-container {
      margin-top: 120px !important; } }
  .image-and-right-container .image-container img {
    margin-top: -50px !important;
    margin-left: -66px !important; }
    @media (max-width: 1000px) {
      .image-and-right-container .image-container img {
        margin-left: 0 !important; } }
  .image-and-right-container .right-side-container {
    font-family: "DMSans-regular";
    font-size: 17px; }
    @media (max-width: 447px) {
      .image-and-right-container .right-side-container {
        margin: 0 20px !important; } }
    .image-and-right-container .right-side-container ul {
      padding-left: 17px !important; }
      .image-and-right-container .right-side-container ul li {
        color: black; }
    .image-and-right-container .right-side-container h2 {
      padding: 0 !important; }
    .image-and-right-container .right-side-container .bold {
      font-family: "DMSans-bold";
      font-size: 17px;
      line-height: 24px; }
      .image-and-right-container .right-side-container .bold:first-child {
        margin-top: 50px !important; }
    .image-and-right-container .right-side-container .last {
      margin-bottom: 14px !important; }
    .image-and-right-container .right-side-container .sous-titre {
      margin-top: 24px !important; }

.bottom-container {
  width: 1087px;
  margin: 0 auto !important; }
  @media (max-width: 1100px) {
    .bottom-container {
      width: auto;
      margin: 0 20px !important; } }
  .bottom-container div p {
    margin-bottom: 20px !important; }
  .bottom-container .container-video {
    padding-top: 57% !important;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .bottom-container .container-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none; }
  .bottom-container h2 {
    padding: 0 !important; }

#recherche .recherche-title {
  text-align: center;
  font-size: 68px;
  font-family: "DIN-condensed";
  line-height: 61px;
  text-transform: uppercase;
  color: #6d1f12;
  margin-top: 45px !important; }
#recherche form {
  text-align: center;
  margin-top: 75px !important; }
  #recherche form label input {
    border: 2px solid #c2ad8d;
    width: 430px;
    height: 53px;
    color: #c2ad8d;
    font-family: "DIN-condensed";
    font-size: 19px; }
    @media (max-width: 1080px) {
      #recherche form label input {
        width: 340px; } }
    #recherche form label input::placeholder {
      color: #c2ad8d !important; }

@media (max-width: 800px) {
  #search-results-page .no-results .page-header {
    height: 170px; } }
#search-results-page .no-results .page-header .page-title {
  text-align: center; }
  @media (max-width: 800px) {
    #search-results-page .no-results .page-header .page-title {
      margin: 0 20px 20px 20px !important;
      padding-top: 40px !important; } }
#search-results-page .no-results .page-content {
  margin-top: 20px !important;
  text-align: center; }
#search-results-page .search-result-article article {
  width: 1087px;
  margin: 0 auto 46px auto !important;
  border-bottom: 1px solid #c2ad8d; }
  @media (max-width: 1110px) {
    #search-results-page .search-result-article article {
      width: auto;
      margin: 0 20px 46px 20px !important; } }
  @media (max-width: 1087px) {
    #search-results-page .search-result-article article .recherche-result-titre {
      padding: 0 !important; } }
  #search-results-page .search-result-article article .recherche-result-titre a {
    font-size: 46px;
    line-height: 47px;
    font-family: "DIN-condensed";
    color: #eba400;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 410px) {
      #search-results-page .search-result-article article .recherche-result-titre a {
        font-size: 36px; } }

@media (max-width: 1266px) {
  .content-page .en-tete h1 {
    font-size: 38px;
    line-height: 40px; } }
.content-page .en-tete .sous-titre {
  margin: 10px 20px !important; }
.content-page .en-tete .not-display {
  display: none; }
@media (max-width: 1266px) {
  .content-page .content-page__thumbmail {
    margin: 20px 20px !important; } }
.content-page .content-page__thumbmail .post-thumbnail {
  text-align: center;
  max-height: 801px;
  margin-top: -130px !important;
  margin-bottom: 36px !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__thumbmail .post-thumbnail {
      margin-top: -80px !important; } }
  .content-page .content-page__thumbmail .post-thumbnail img {
    width: unset !important;
    height: unset !important; }
.content-page .content-page__default h2 {
  width: 1087px;
  margin: 20px auto !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default h2 {
      width: auto;
      margin: 20px 20px !important; } }
.content-page .content-page__default h3 {
  width: 1087px;
  margin: 0 auto 20px auto !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default h3 {
      margin: 20px 20px !important;
      width: auto; } }
.content-page .content-page__default p {
  width: 1087px;
  margin: 0 auto 20px auto !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default p {
      width: auto;
      margin: 20px 20px !important; } }
.content-page .content-page__default ul {
  width: 1087px;
  margin: 20px auto !important;
  padding-left: 15px !important;
  color: black;
  font-family: "DMSans-regular"; }
  @media (max-width: 1266px) {
    .content-page .content-page__default ul {
      width: auto;
      margin: 10px 20px !important; } }
  .content-page .content-page__default ul li {
    font-size: 17px; }
.content-page .content-page__default .wp-block-quote {
  background-image: url("../img/bg-first-section.png");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 62px !important;
  position: relative; }
  .content-page .content-page__default .wp-block-quote p {
    font-size: 27px;
    font-family: "Caveat-Regular" !important;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 14px !important;
    background: white;
    padding: 80px !important;
    text-align: center;
    position: relative; }
    @media (max-width: 1266px) {
      .content-page .content-page__default .wp-block-quote p {
        width: auto;
        margin: unset; } }
    .content-page .content-page__default .wp-block-quote p::before {
      content: "";
      background-image: url("../img/image-label-rouge/«.png");
      position: absolute;
      width: 27px;
      height: 69px;
      top: 37px;
      left: 20px; }
    .content-page .content-page__default .wp-block-quote p::after {
      content: "";
      background-image: url("../img/image-label-rouge/».png");
      position: absolute;
      width: 27px;
      height: 69px;
      bottom: 37px;
      right: 20px; }
  .content-page .content-page__default .wp-block-quote cite {
    font-family: "DIN-condensed";
    font-size: 36px;
    line-height: 37px;
    text-transform: uppercase;
    color: #eba400;
    bottom: 90px;
    position: absolute; }
.content-page .content-page__default .wp-block-image {
  margin: 40px auto 40px auto !important;
  width: 1087px; }
  @media (max-width: 1266px) {
    .content-page .content-page__default .wp-block-image {
      width: auto;
      margin: 20px 20px !important; } }
.content-page .content-page__default .wp-block-buttons {
  width: 1087px;
  margin: 0 auto !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default .wp-block-buttons {
      width: auto;
      margin: 0 20px !important; } }
.content-page .content-page__default .union-inter .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px auto 0 auto !important;
  width: 1087px; }
  @media (max-width: 1266px) {
    .content-page .content-page__default .union-inter .wp-block-group__inner-container {
      width: auto;
      margin: 20px 20px !important; } }
  @media (max-width: 966px) {
    .content-page .content-page__default .union-inter .wp-block-group__inner-container {
      flex-direction: column; } }
  .content-page .content-page__default .union-inter .wp-block-group__inner-container .union-inter__image {
    width: 291px;
    margin: 20px 0 !important; }
  .content-page .content-page__default .union-inter .wp-block-group__inner-container .union-inter__p {
    margin: 0 0 0 25px !important;
    width: auto; }
    @media (max-width: 966px) {
      .content-page .content-page__default .union-inter .wp-block-group__inner-container .union-inter__p {
        margin-left: 0 !important; } }
.content-page .content-page__default h4 {
  width: 1087px;
  margin: 20px auto !important;
  font-size: 25px;
  color: #c4d02e;
  font-family: "DIN-condensed"; }
  @media (max-width: 1266px) {
    .content-page .content-page__default h4 {
      width: auto;
      margin: 20px 20px !important; } }
.content-page .content-page__default ol {
  width: 1087px;
  margin: 0 auto 30px auto !important;
  padding-left: 17px !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default ol {
      width: auto;
      margin: 20px 20px !important; } }
.content-page .content-page__default .content-page__p_contact {
  margin-bottom: 0 !important; }
  @media (max-width: 1266px) {
    .content-page .content-page__default .content-page__p_contact {
      margin-top: 0 !important; } }

#post-390 .en-tete {
  height: 174px; }

footer {
  background-color: #c2ad8d;
  display: flex;
  height: 415px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 151px !important; }
  @media (max-width: 914px) {
    footer {
      height: auto; } }
  @media (max-width: 584px) {
    footer {
      padding: 0 20px !important; } }
  footer::before {
    position: absolute;
    content: "";
    background: url("../img/feuille-end-section.png") repeat-x left;
    width: 100%;
    height: 235px;
    top: -151px; }
  footer .footer-placement-block {
    display: flex;
    align-items: center;
    margin-bottom: 21px !important;
    margin-top: 50px !important; }
    @media (max-width: 914px) {
      footer .footer-placement-block {
        flex-direction: column;
        margin-top: 30px !important; } }
    footer .footer-placement-block .footer-first-block {
      display: flex;
      margin-bottom: 50px !important;
      margin-top: 65px !important; }
      footer .footer-placement-block .footer-first-block img {
        margin-right: 20px !important;
        max-height: 164px; }
      footer .footer-placement-block .footer-first-block .footer-first-block-text {
        max-width: 477px;
        height: 100%; }
        footer .footer-placement-block .footer-first-block .footer-first-block-text .footer-first-block-text-titre {
          font-size: 24px;
          color: white;
          line-height: 26px;
          font-family: "DIN-condensed"; }
          @media (max-width: 476px) {
            footer .footer-placement-block .footer-first-block .footer-first-block-text .footer-first-block-text-titre {
              font-size: 20px; } }
        footer .footer-placement-block .footer-first-block .footer-first-block-text .footer-first-block-text-adresse {
          font-size: 14px;
          margin-top: 8px !important;
          margin-bottom: 15px !important;
          line-height: 20px;
          color: white;
          max-width: 336px; }
          @media (max-width: 476px) {
            footer .footer-placement-block .footer-first-block .footer-first-block-text .footer-first-block-text-adresse {
              max-width: none;
              font-size: 17px; } }
        footer .footer-placement-block .footer-first-block .footer-first-block-text .btn-contact {
          color: white;
          text-decoration: none;
          border: 1px solid white;
          padding: 5px 13px !important;
          border-radius: 5px;
          transition: all 0.3s; }
          footer .footer-placement-block .footer-first-block .footer-first-block-text .btn-contact:hover {
            background-color: #6d1f12;
            border-color: #6d1f12;
            transition: all 0.3s;
            color: white; }
    footer .footer-placement-block .footer-second-block {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 914px) {
        footer .footer-placement-block .footer-second-block {
          margin-top: 20px !important;
          width: 100%; } }
      footer .footer-placement-block .footer-second-block img:first-child {
        margin-right: 26px !important;
        max-height: 151px;
        max-width: 163px; }
  footer .footer-third-block {
    padding: 20px 129px !important;
    border-top: 1px solid #957647;
    margin-bottom: 50px !important; }
    @media (max-width: 872px) {
      footer .footer-third-block {
        padding: 20px 89px !important; } }
    footer .footer-third-block ul {
      list-style: none;
      display: flex;
      text-align: center; }
      @media (max-width: 872px) {
        footer .footer-third-block ul {
          flex-direction: column;
          text-align: center; } }
      footer .footer-third-block ul li {
        margin-right: 15px !important;
        width: 142px; }
        footer .footer-third-block ul li a {
          text-decoration: none;
          color: white;
          font-size: 14px; }
        @media (max-width: 872px) {
          footer .footer-third-block ul li {
            margin-bottom: 0 !important;
            margin-right: 0 !important;
            width: 160px; } }

#post-478 .en-tete {
  padding-bottom: 20px !important; }

.custom-form:focus-visible {
  outline: #957647; }

#primary .contener-youtube-video {
  height: 680px;
  position: relative; }
  #primary .contener-youtube-video .youtube-background iframe {
    max-width: unset; }

#primary .marrons-limousin {
  position: relative;
  z-index: 1; }

body {
  width: 100%;
  position: relative; }

.mobile-home-photo {
  display: none; }

.page-template-page-plan-site .menu-plan-du-site-container {
  padding: 0 20px !important;
  font-family: "DMSans-regular"; }
  .page-template-page-plan-site .menu-plan-du-site-container a {
    text-decoration: none !important; }
    .page-template-page-plan-site .menu-plan-du-site-container a:hover {
      color: #fb1d2a; }
  .page-template-page-plan-site .menu-plan-du-site-container .sub-menu {
    margin-left: 30px !important; }

.page-template-default figure {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
