/*
Theme Name: Boulangerie de l'Hermitage
Author: #lesinterfacesdelamort
Author URI: https://www.lesinterfacesdelamort.com/
Description: ...
Version: 0.0.1
Text Domain: bdh
*/

hr,
img,
legend {
  border: 0
}

body,
figure {
  margin: 0
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  opacity: 0;
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus,
a,
a:active,
a:focus,
a:hover,
button:focus {
  outline: 0
}

.hidden,
.icon,
.js .loading::after {
  pointer-events: none
}

.frame__title,
.nav {
  align-items: center
}

.nav {
  margin-top: 1.5rem;
  width: 100%;
}

.nav__arrow,
a {
  transition: all .1s ease-in-out
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 6px;
  background: url(assets/images/hr-12.png) repeat-x;
  margin: 2rem 0
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

.js .loading::after,
.js .loading::before {
  content: '';
  position: fixed;
  z-index: 100000
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
::after,
::before {
  box-sizing: border-box
}

body {
  --font-size: 16px;
  --font-size-small: 13px;
  --font-size-blockquote: 30px;
  --color-text: #100f0f;
  --color-text-alt: #c0c0c0;
  --color-bg: #fff;
  --color-link: rgba(0, 0, 0, .7);
  --color-link-hover: #000;
  --color-slide-title: #E8A209;
  --color-slide-text: #666;
  --color-arrow: #6A3F24;
  --color-arrow-hover: #E8A209;
  --color-content: #666;
  --menu-height: 60px;
  font-size: 16px;
  font-size: var(--font-size);
  font-family: dinosaur, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  color: #57585c;
  color: var(--color-text);
  background-color: #fff;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%
}

body.overflow-hidden {
  overflow: hidden;
}

main {
  background-image: url(assets/images/ble.svg);
  background-position: top 15vh right;
  background-repeat: no-repeat;
  background-size: 50vh 50vh;
  opacity: 0;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: var(--font-size-blockquote);
  color: var(--color-text);
  margin: 0 0 0 0;
  padding: 1.5rem;
  font-style: italic;
  border-radius: 10px;
  font-weight: 100;
}

blockquote p:nth-child(2) {
  font-style: normal;
  font-size: var(--font-size);
}

blockquote p::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-right: inherit !important;
  color: inherit !important;
}

blockquote p:nth-child(1):before {
  content: "“";
  font-weight: bold;
  color: var(--color-slide-title);
}

blockquote p:nth-child(1):after {
  content: "”";
  font-weight: bold;
  color: var(--color-slide-title);
}

/* cover intro */
#cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .7s ease-in-out;
  cursor: pointer;
}

#cover.removed {
  opacity: 0;
  left: 100%;
  width: 0;
}

#cover svg {
  height: auto;
  width: 90%;
  margin-bottom: 1rem;
}

#btn-enter {
  opacity: 0;
  font-size: 4vw;
  padding: 0 12px 0 12px;
  animation: FadeIn .5s ease-in-out alternate 7s 1 forwards, hearbeat 1s infinite ease-in-out;
  padding: 10px 18px;
  display: block;
  height: auto;
  border-radius: 50px;
}

#cover #ble-gauche,
#cover #ble-milieu,
#cover #ble-droit {
  fill: #6A3F24;
  fill-opacity: 0;
  stroke: #6A3F24;
  stroke-width: 0.5;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: DrawBle 5s ease-in-out alternate 1s 1 forwards, FillBle 1s ease-in alternate 5s 1 forwards;
}

@keyframes DrawBle {
  0% {
    stroke-dashoffset: 2000;
  }

  1% {
    stroke: #6A3F24;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #6A3F24;
  }
}

@keyframes FillBle {
  0% {
    fill-opacity: 0;
  }

  1% {
    fill-opacity: 0;
  }

  100% {
    stroke-width: 0.3;
    fill-opacity: 1;
  }
}

#cover .svg-pain-fond {
  fill: #E8A209;
  fill-opacity: 0;
  stroke: #6A3F24;
  stroke-width: 1;
  stroke-dasharray: 336.064;
  stroke-dashoffset: 336.064;
  animation: FillPain 1s ease-in-out alternate 5s 1 forwards;
}

@keyframes FillPain {
  0% {
    fill-opacity: 0;
  }

  1% {
    fill-opacity: 0;
  }

  100% {
    stroke: transparent;
    fill-opacity: 1;
  }
}

#cover #boule-pain {
  fill: #6A3F24;
  fill-opacity: 0;
  stroke: #6A3F24;
  stroke-width: 0.5;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: DrawCroute 5s ease-in-out alternate 1s 1 forwards, FillCroute 1s ease-in alternate 5s 1 forwards;
}

@keyframes DrawCroute {
  0% {
    stroke-dashoffset: 2000;
  }

  1% {
    stroke: #6A3F24;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #6A3F24;
  }
}

@keyframes FillCroute {
  0% {
    fill-opacity: 0;
  }

  1% {
    fill-opacity: 0;
  }

  100% {
    stroke: transparent;
    fill-opacity: 1;
  }
}

#cover #mie-pain {
  fill: none;
  stroke: #6A3F24;
  stroke-width: 0.5;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: DrawMie 5s ease-in-out alternate 1s 1 forwards;
}

@keyframes DrawMie {
  0% {
    stroke-dashoffset: 200;
  }

  1% {
    stroke: #6A3F24;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #6A3F24;
  }
}

#cover #boulangerie {
  opacity: 0;
  animation: FadeIn 1s ease-in-out alternate 5s 1 forwards;
}

#cover #gonfaron {
  opacity: 0;
  animation: FadeIn .5s ease-in-out alternate 7s 1 forwards;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#cover .svg-trait-g {
  fill: none;
  stroke: #6A3F24;
  stroke-width: 2.795;
  stroke-dasharray: 124.4;
  stroke-dashoffset: 124.4;
  animation: DrawTrait-G .5s ease-in-out alternate 7.1s 1 forwards;
}

@keyframes DrawTrait-G {
  0% {
    stroke-dashoffset: 124.4;
  }

  1% {
    stroke: #6A3F24;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #6A3F24;
  }
}

#cover .svg-trait-d {
  fill: none;
  stroke: #6A3F24;
  stroke-width: 2.795;
  stroke-dasharray: 124.4;
  stroke-dashoffset: 124.4;
  animation: DrawTrait-D .5s ease-in-out alternate 7.1s 1 forwards;
}

@keyframes DrawTrait-D {
  0% {
    stroke-dashoffset: -124.4;
  }

  1% {
    stroke: #6A3F24;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #6A3F24;
  }
}

#cover .I {
  fill: none
}

#cover .J {
  fill: #6A3F24
}

#cover .K {
  stroke: none
}

#cover .L {
  stroke-width: .168;
  stroke: green;
}

#cover .M {
  stroke-width: .168;
}

/* post-navigation */
.post-navigation {
  grid-template-columns: 50% 50% !important;
}

.post-navigation>div {
  padding-right: 0rem !important;
}

.post-navigation>div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-navigation>div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.post-navigation .prev-post,
.post-navigation .next-post {
  padding: 0 6px 0 6px !important;
  margin: 0 0 1rem 0;
  color: var(--color-arrow);
  border: 2px solid #6A3F24;
  border-radius: 36px;
  background-color: transparent;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-navigation .prev-post:hover,
.post-navigation .prev-post:hover>a,
.post-navigation .next-post:hover,
.post-navigation .next-post:hover>a {
  color: var(--color-arrow-hover) !important;
  border-color: var(--color-arrow-hover);
  animation: hearbeat 1s infinite ease-in-out;
}

.post-navigation .prev-post svg,
.post-navigation .next-post svg {
  margin: 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--color-arrow);
  transition: all .2s ease-in-out;
}

.post-navigation .next-post svg {
  margin-left: 10px;
  margin-right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-navigation .prev-post:hover svg,
.post-navigation .next-post:hover svg {
  background-color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

.post-navigation .prev-post a,
.post-navigation .next-post a {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-navigation .prev-next-pain-img {
  width: 60px;
  height: 60px;
  padding: 0 0 0 0 !important;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  border-radius: 50%;
}

.post-navigation .prev-post .prev-next-pain-img {
  margin-left: 15px;
}

.post-navigation .next-post .prev-next-pain-img {
  margin-right: 15px;
}

/* distributeurs */
.recap-distributeurs .ul-distributeurs {
  display: flex;
  justify-content: space-between;
}

.recap-distributeurs .ul-distributeurs {
  margin-top: 0px;
  padding: 0;
  list-style-type: none;
  display: block;
  height: auto;
  overflow: initial;
}

.recap-distributeurs .ul-distributeurs li {
  width: 100%;
  padding: 10px 0;
}

.recap-distributeurs .ul-distributeurs li::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-right: inherit !important;
  color: inherit !important;
}

.ul-distributeurs {
  margin-top: 0;
  padding: 1rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 130px);
  overflow: auto;
}

.ul-distributeurs li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  background-image: url(assets/images/hr-12.png);
  background-repeat: repeat-x;
  background-position: center bottom 2px;
}

.ul-distributeurs li:nth-last-child(1) {
  background-image: none;
}

.ul-distributeurs li.active {
  background-color: rgba(0, 0, 0, 0.15);
  background-image: none;
  padding: 10px;
  padding-bottom: 0 !important;
}

.ul-distributeurs li p {
  margin: 0 0 0.5rem
}

.ul-distributeurs li blockquote {
  padding: 0 0;
  margin: 0.5rem 0 0 0;
  font-size: var(--font-size);
  font-weight: inherit;
  font-style: inherit;
  border-radius: inherit;
  background-color: transparent;
}

.ul-distributeurs li .tel {
  background: var(--color-slide-title);
  color: #fff;
  padding: 8px 10px 8px 4px !important;
  display: table;
  border-radius: 18px;
  margin-bottom: 0.45rem;
}

.ul-distributeurs li .tel .icon.icon--phone {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.ul-distributeurs hr {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.svg-departement {
  opacity: 0.8 !important;
}

.svg-departement svg {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.stylemap {
  fill: rgba(0, 0, 0, 0.05);
  stroke: #E8A209;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container-map {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
  flex-direction: column;
  z-index: 1001;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  transition: all .2s ease-in-out;
}

#trouver-revendeur-proche {
  display: none;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 130px;
  border: none;
  background-color: #6A3F24;
  background-image: url(assets/images/target.svg);
  background-repeat: no-repeat;
  background-position: center left 1rem;
  background-size: auto 50%;
  padding-left: 6rem;
  padding-right: 2rem;
}

.map-distributeurs {
  width: 100%;
  height: 240px;
}

.map-distributeurs>div div:nth-child(1) {
  padding-right: 0 !important;
}

.map-distributeurs-ul {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
}

.categories-de-pains {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0 -10px;
}

.categories-de-pains .categorie-de-pains {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0 !important;
  flex-grow: 1;
  height: auto;
  padding: 0 0 0 0 !important;
  width: 50%;
}

.categories-de-pains .categorie-de-pains div:nth-child(1) {
  padding: 0 1rem;
}

.categories-de-pains .categorie-de-pains div:nth-child(1) img {
  width: 100%;
  height: auto;
}

.categories-de-pains .categorie-de-pains div:nth-child(2) {
  padding: 1rem;
  text-align: center;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: var(--color-bg)
  */
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /*border-radius: 50%;*/
  opacity: .6;
  /*background: #E8A209;*/
  background-image: url(assets/images/lazy-loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  animation: loaderAnim .7s linear infinite alternate forwards
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(.5, .5, 1)
  }
}

a {
  text-decoration: none;
  color: var(--color-link)
}

a:focus,
a:hover {
  color: var(--color-link-hover)
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0
}

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor
}

.block_adresse {
  text-align: center;
}

.block_social {
  text-align: center;
}

.link-social {
  transition: all .2s ease-in-out;
}

.icon--facebook,
.icon--instagram {
  width: 3em;
  height: 3em;
  stroke: var(--color-arrow-hover);
  stroke-width: 4;
  fill: transparent;
  margin: 1.5rem 0.5rem 1.5rem 0.5rem;
  transition: all .2s ease-in-out;
}

.link-social:hover .icon--facebook,
.link-social:hover .icon--instagram {
  transform: scale(1.2);
  stroke: var(--color-arrow);
}

.frame__title-wrap,
.nav,
.nav__arrows {
  display: flex;
  z-index: 1;
}

.frame__title-wrap {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}

.block_adresse strong {
  color: var(--color-arrow);
}

.frame__footer-wrap {
  padding: 1rem;
}

.footer_phone,
footer_mail {
  margin-bottom: 0.2rem;
}

.icon.icon--email,
.icon.icon--phone {
  fill: none;
  stroke: #E8A209;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 5px
}

.frame {
  padding: 1rem
}

.frame__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  pointer-events: auto;
}

.frame__links {
  margin: 1rem 0
}

.frame__links a {
  margin: 1rem 1rem 0 0;
  color: rgba(0, 0, 0, .7)
}

.frame__links a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .3)
}

.frame__footer-wrap hr,
.menu hr {
  margin: .5rem 0
}

.nav__arrows {
  width: 100%;
  margin: 0 0 0 0;
  align-items: center;
  justify-content: space-between;
}

.nav__arrows .nav__arrow--next {
  margin-left: 0.5rem;
}

.slide__back:hover,
.slide__text-link {
  animation: hearbeat 1s infinite ease-in-out;
  -webkit-animation: hearbeat 1s infinite ease-in-out;
}

.nav__arrow {
  width: 46px;
  height: 46px;
  pointer-events: auto;
  border: 0;
  padding: .25rem;
  margin: 0 0;
  color: var(--color-arrow);
  border: 2px solid #6A3F24;
  border-radius: 50%;
  background-color: #fff;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  display: flex;
  align-items: center;
}

.nav__arrow.nav__btn--menu {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}

.nav__arrow.nav__btn--menu span {
  display: none;
}

.icon--logo,
.icon--nav,
.slide {
  pointer-events: none
}

.nav__arrow:hover {
  color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

.icon--rotated {
  transform: rotate(180deg) translateX(-1px)
}

.icon--nav {
  width: 30px;
  height: 30px
}

.icon--logo {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

.nav__counter {
  position: absolute;
  white-space: nowrap;
  width: calc(100% - 2rem);
  text-align: center;
}

.nav__counter span {
  display: inline-block;
  width: 1.5rem;
  text-align: center
}

/* liste des pains */
.liste-des-pains {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0 !important;
  margin-top: 3rem;
}

.liste-des-pains .box-pain {
  flex: 1 0 21%;
  max-width: 235px;
  margin: 15px;
  position: relative;
  padding: 0 0 0 0 !important;
  transition: all .15s ease-in-out;
}

.liste-des-pains .box-pain:hover {
  transform: scale(1.1);
}

.liste-des-pains .box-pain .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.liste-des-pains .box-pain .titre {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  margin: 7px 0 0 0 !important;
  text-align: center;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease-in-out;
}

.liste-des-pains .box-pain .titre:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.liste-des-pains .box-pain .titre .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-right: 0;
  margin-right: 0.4rem;
  border: 2px solid #fff;
}

/* */
.liste-des-revendeurs {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 0 0 0 !important;
  margin-top: 1rem;
}

.liste-des-revendeurs .box-revendeur {
  flex: 1 0 45%;
  margin: 15px;
  position: relative;
  padding: 0 0 0 0 !important;
  transition: all .15s ease-in-out;
}

.liste-des-revendeurs .box-revendeur:hover {
  transform: scale(1.1);
}

.liste-des-revendeurs .box-revendeur .image {
  padding: 0 0 0 0 !important;
  text-align: center;
}

.liste-des-revendeurs .box-revendeur .image svg {
  width: 100%;
  max-width: 234px;
  height: auto;
  max-height: 234px;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}

.liste-des-revendeurs .box-revendeur .image svg:hover .stylemap {
  fill: rgba(161, 131, 19, 0.5);
}

.liste-des-revendeurs .box-revendeur .count-revendeurs {
  position: absolute;
  top: 25%;
  left: calc(50% - 50px);
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--color-slide-title);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid var(--color-slide-title);
}

.liste-des-revendeurs .box-revendeur .count-revendeurs span {
  font-size: 26px;
  line-height: 1;
  display: block;
}

.container-btn-show-map {
  position: absolute;
  top: 40%;
  left: calc(50% - 50px);
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--color-slide-title);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid var(--color-slide-title);
}

.container-btn-show-map #show-map {
  color: var(--color-slide-title);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh;
}

.liste-des-revendeurs .box-revendeur .titre {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0.5rem;
  margin: 7px 0 0 0 !important;
  text-align: center;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease-in-out;
}

.liste-des-revendeurs .box-revendeur .titre:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-trouver-revendeur {
  padding: 0 15px 0 6px;
  margin: 0 0 1rem 0;
  color: var(--color-arrow);
  border: 2px solid #6A3F24;
  border-radius: 23px;
  background-color: transparent;
  width: 100%;
  height: 46px;
  align-items: center;
  display: flex;
  transition: all .2s ease-in-out;
}

.btn-trouver-revendeur:hover {
  color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
  animation: hearbeat 1s infinite ease-in-out;
}

.btn-trouver-revendeur .icon {
  margin: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #f1f1f1;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--color-arrow);
  transition: all .2s ease-in-out;
}

.btn-trouver-revendeur:hover svg {
  background-color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

/* cookie notice */
.cn-button.wp-default {
  background: var(--color-slide-title) !important;
}

/* slides */
.slideshow {
  width: 100%;
  height: 100%;
  position: relative
}

.slide,
.slide-single {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  grid-gap: 1rem;
  padding: 1rem
}

.slide__figure,
.slide__figure-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.slide--current,
.slide-single.slide--current {
  pointer-events: auto;
  z-index: 100;
  opacity: 1;
  position: relative;
  padding-bottom: 0;
}

.slide--open,
.slide-single.slide--open {
  grid-template-rows: 340px auto;
}

.slide__figure-img,
.slide__figure-img a {
  width: 100%;
  height: 100%;
  position: absolute
}

.slide__figure-img {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.slide__figure-img a {
  color: transparent
}

.slide__figure--main .slide__figure-img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  opacity: .5;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  will-change: transform;
  transition: all .4s ease-in-out
}

/*
.slide__figure .slide__figure-img {
  transition: all .4s ease-in-out
}
*/
.slide--open .slide__figure--main .slide__figure-img {
  background-color: rgba(0, 0, 0, 0);
}

.slide__subtitle,
.slide__title {
  z-index: 100;
  line-height: 1;
  font-family: shackleton-wide, 'Playfair Display', "Calisto MT", "Bookman Old Style", serif;
  font-weight: 400;
  font-style: normal;
  grid-column-end: span 2;
  margin: 0;
  pointer-events: none
}

.slide__figure.slide__figure--main .slide__figure-img:hover {
  transform: scale(1.05)
}

.slide__figure--main .slide__figure-img:nth-child(1) {
  opacity: 1
}

.page-id-55 .slide__figure--main .slide__figure-img:nth-child(1) {
  background-position: center center;
  background-size: contain;
}

.slide--open .slide__figure--main {
  grid-area: 1/1/span 1/span 2;
}

.slide--open .slide__figure-img {
  background-position: top center
}

.slide__title {
  position: relative;
  font-size: 35px;
  /*font-size: 4.5vw;*/
  letter-spacing: -.25vw;
  color: var(--color-slide-title);
  min-height: 65px;
}

.slide__title-inner:not(:last-child) {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  opacity: .7;
  display: none
}

.slide__title-inner {
  position: absolute;
  will-change: transform
}

.slide__title-inner>span {
  white-space: pre;
  display: inline-block;
  transform: translate3d(0, 0, 0)
}

.slide__subtitle {
  position: relative;
  font-size: 7vw;
  padding: 1rem 0;
  letter-spacing: -.1vw;
  /*color: #555;*/
  color: #6A3F24;
}

.slide__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-end: span 2
}

.slide__text-meta {
  margin: 0;
  font-weight: 500;
  color: #444;
  background: rgba(0, 0, 0, .04);
  padding: 15px;
  display: flex;
}

.slide__text-meta a {
  display: flex;
  align-items: center;
}

.slide__text-meta span {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.slide__text-description {
  max-width: 500px;
  line-height: 1.4;
  color: var(--color-slide-text);
  padding: 1rem 0;
  margin: 0
}

.slide__text-description::first-letter {
  font-size: 20px;
  font-weight: 500;
  margin-right: 0.5vw;
  color: var(--color-slide-title)
}

.no-first-letter::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-right: inherit !important;
  color: inherit !important;
}

.slide__text-link {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 50px;
  height: 40px;
  padding: 0 4px 0 12px;
  margin: 0 auto;
  color: var(--color-arrow);
  text-align: center;
  border: 2px solid #6A3F24;
  border-radius: 20px;
  -webkit-animation: hearbeat 1s infinite ease-in-out;
  animation: hearbeat 1s infinite ease-in-out;
}

@-webkit-keyframes hearbeat {

  0%,
  100%,
  80% {
    -webkit-transform: scale(1)
  }

  60% {
    -webkit-transform: scale(1.06)
  }

  90% {
    -webkit-transform: scale(1.02)
  }
}

@keyframes hearbeat {

  0%,
  100%,
  80% {
    transform: scale(1)
  }

  60% {
    transform: scale(1.06)
  }

  90% {
    transform: scale(1.02)
  }
}

.slide__text-link:hover {
  color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

.slide__text-link .icon {
  margin: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--color-arrow);
  transition: all .2s ease-in-out
}

.slide__text-link:hover svg {
  background-color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}


.slide:not(.slide--open) .slide__back,
.slide:not(.slide--open) .slide__content {
  position: absolute;
  height: 0;
  overflow: hidden;
  pointer-events: none
}

.slide__content {
  width: 100%;
  opacity: 0;
  /*text-align: justify;*/
  padding: 0.5rem;
  grid-area: 5/1/span 1/span 2;
  color: var(--color-content);
  background: rgba(0, 0, 0, .04)
}

.slide__content .custom-hr:last-child(1) {
  display: none;
}

.slide__content>div div:nth-child(2) img {
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}


.single-post .slide__content>div div:nth-child(2) img,
.single-post .entry-content img {
  width: 100% !important;
  height: auto !important;
}

.slide__content p a {
  color: var(--color-content);
  text-decoration: underline;
}

.slide__content h2,
.slide__content h2 a {
  color: #6A3F24;
  color: var(--color-slide-title);
  margin: 1.5rem 0;
  font-family: shackleton-wide, 'Playfair Display', "Calisto MT", "Bookman Old Style", serif;
  font-weight: normal;
}

.photos-container h2 {
  margin: 0 0 0.5rem 0;
}

.photos-container hr {
  margin: 0 0 0.5rem 0;
}

.slide__content .btn.autre-idees-recettes {
  clear: both;
  text-align: right;
  margin: 2rem 0 0 0;
}

.slide__content .btn.autre-idees-recettes a {
  width: 100%;
  display: block;
  text-align: center;
}

.slide__content .related-products {
  padding: 0 0 0 0 !important;
}

.slide__content .related-products hr {
  margin: 0 0 0.5rem 0;
}

.slide__content .related-products ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.slide__content .related-products ul li a {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0.5rem;
  margin: 7px 0 0 0 !important;
  text-align: center;
  border-radius: 25px;
  display: flex;
  align-items: center;
  transition: all .15s ease-in-out;
}

.slide__content .related-products ul li a:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.4);
}

.slide__content .related-products .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-right: 0;
  margin-right: 0.4rem;
  border: 2px solid #fff;
}


.lexique-first-letter {
  clear: both;
  margin: 0 0 0.4rem 0.8rem !important;
}

.tags-pains {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.tag {
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  margin: 0.4rem 0.4rem 0.4rem 0;
  display: block;
  float: left;
  transition: all .15s ease-in-out;
}

.tag:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.4);
}

.plan-du-site-tags .tag {}

.slide__content .list-related-pains {
  color: #6A3F24;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

.slide__content p {
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

/*
.slide__content li::first-letter,
.slide__content p::first-letter {
  font-size: 20px;
  font-weight: 500;
  font-weight: bold;
  color: var(--color-slide-title);
}
*/

.slide__content .btn {
  clear: both;
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0 2rem 0;
  text-decoration: none;
}

.slide__content .btn::first-letter {
  color: #fff;
  font-weight: 400
}

.slide__back,
.slide__content_reservation {
  display: flex;
}

.slide__content .btn a {
  color: var(--color-arrow);
  padding: 8px 12px;
  border: 2px solid var(--color-arrow);
  border-radius: 23px;
  text-decoration: none;
}

.slide__content .btn a:hover {
  color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
  animation: hearbeat 1s infinite ease-in-out;
  -webkit-animation: hearbeat 1s infinite ease-in-out;
}

.slide__back {
  opacity: 0;
  padding: 0 15px 0 6px;
  margin: 0 0 1rem 0;
  grid-area: 3/1/span 1/span 1;
  color: var(--color-arrow);
  border: 2px solid #6A3F24;
  border-radius: 23px;
  background-color: transparent;
  width: 116px;
  height: 46px;
  align-items: center;
}

.slide__back:hover {
  color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

.slide__back svg {
  margin: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--color-arrow);
  transition: all .2s ease-in-out;
}

.slide__back:hover svg {
  background-color: var(--color-arrow-hover);
  border-color: var(--color-arrow-hover);
}

.slide__content_reservation {
  font-weight: 400;
  color: #444;
  background: rgba(189, 172, 119, .4);
  align-items: center;
  justify-content: center;
  grid-template-columns: 100% !important;
  text-align: center
}

.slide__back_reservation:hover {
  -webkit-animation: hearbeat 1s infinite ease-in-out;
  animation: hearbeat 1s infinite ease-in-out
}

.slide--open .slide__figure--box,
.slide--open .slide__text {
  position: absolute
}

body.hidden-scroll {
  overflow: hidden
}

/* composition */
.composition {
  padding: 1rem 0;
  line-height: 1.4;
  border-radius: 5px;
}

.composition .div-code-couleur {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 10px;
}

.composition .div-code-couleur div {
  text-align: center;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.composition .div-code-couleur a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.composition .div-gamme-pain {
  padding-top: 1.5rem;
  font-weight: bold;
}

.composition strong {
  display: block;
  margin: 0 0 0.5rem 0;
}

.composition hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 6px;
  background: url(assets/images/hr-12.png) repeat-x;
  margin: 0 0 0.5rem;
}

.composition .tag {
  font-weight: normal !important;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 0.4rem 0.4rem 0.4rem 0;
}

.composition .div-composition-pain {
  padding-top: 1rem;
  clear: both;
}

.div-gamme-pain a.tag {
  display: flex;
  align-items: center;
}

.div-gamme-pain .tag span {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  border-radius: 50%;
}

.couleur-gamme {
  background-color: rgba(0, 0, 0, .08);
  display: flex !important;
  padding: 1rem;
  border-radius: 20px;
}

.couleur-gamme span {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  border-radius: 20px;
}

.no-first-letter p::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-right: inherit !important;
  color: inherit !important;
}

/* recettes - fiche pain */
.idees-recettes {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0 !important;
  margin-top: 1rem;
  margin: 0 -10px 0 -10px;
}

.idees-recettes .box-idees-recettes {
  width: 50%;
  position: relative;
  padding: 0 10px 10px 10px !important;
  transition: all .15s ease-in-out;
}

.idees-recettes .box-idees-recettes:hover {
  transform: scale(1.05);
}

.idees-recettes .box-idees-recettes .image img {
  width: 100%;
  height: auto;
}

.idees-recettes .box-idees-recettes .titre {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  margin: 7px 0 0 0 !important;
  text-align: center;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease-in-out;
}

.idees-recettes .box-idees-recettes .titre:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.detail-recette li {
  margin-bottom: 1rem;
}

.pain-lie-recette {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  padding-right: 0 !important;
}

.pain-lie-recette .thumb {
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  border-radius: 50%;
}

.no-padding {
  padding: 0 0 0 0 !important;
}

.slide__content .no-padding>div {
  padding: 0 !important;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpb_wrapper,
.vc_column_container,
.vc_column_container>.vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* couleurs gammes */
.couleur-natures a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 14px;
  border-radius: 50%;
  background-color: #327330;
}

.couleur-fantaisies a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 14px;
  border-radius: 50%;
  background-color: #ee760e;
}

.couleur-cereales a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 14px;
  border-radius: 50%;
  background-color: #b03328;
}

.couleur-dietetiques a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 14px;
  border-radius: 50%;
  background-color: #1b73b3;
}

/* poids et formes disponibles */
.formes-poids {}

.formes h2,
.poids h2 {
  margin: 0 0 0.5rem 0;
}

.formes-liste {
  display: flex;
}

.single-pains .formes-liste {
  margin-bottom: 2rem;
}

.formes-liste .forme-container {
  padding-right: 1rem !important;
}

.formes-liste .forme-img {
  height: 50px !important;
  width: auto !important;
}

.formes-liste .forme-nom {
  text-align: center;
  font-weight: normal !important;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 0.4rem 0.4rem 0.4rem 0;
  background: rgba(0, 0, 0, 0.05);
}

.poids span {
  color: var(--color-slide-title);
  font-weight: bold;
}

.poids-liste {
  margin-bottom: 2rem;
}

.poids-liste .poids-container {
  padding-right: 0rem !important;
  margin-bottom: 0.5rem;
}

/* galerie-photos-pain */
.galerie-photos-pain {
  clear: both;
  grid-template-columns: inherit !important;
}

.galerie-photos-pain .photos-container {
  padding: 0 0 0 0 !important;
}

.galerie-photos-pain .photos-container .thumbnail {
  float: left;
  width: 50%;
  display: block;
}

.galerie-photos-pain .photos-container .thumbnail a {
  display: block;
  padding: 5px;
  transition: all .4s ease-in-out;
}

.galerie-photos-pain .photos-container .thumbnail a:hover,
.slide__content>div div:nth-child(2) img:hover {
  transform: scale(1.05);
}

.galerie-photos-pain .photos-container .thumbnail a img {
  width: 100%;
  height: 100%;
  display: block;
}



.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-color: var(--color-bg);
  background-image: url(assets/images/noise-lines.png);
  opacity: 1;
  display: none;
  z-index: 3000
}

.sl-wrapper {
  z-index: 1040
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
  opacity: .9
}

.sl-wrapper button:hover {
  opacity: 1
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 2rem;
  top: 2rem;
  height: 54px;
  width: 54px;
  z-index: 3010;
  cursor: pointer
}

.sl-wrapper .sl-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-arrow);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.sl-wrapper .sl-close span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.sl-wrapper .sl-close span:nth-child(2) {
  top: 27px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

#mentions-legales #ml-close {
  display: inline-block;
  z-index: 1600
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 3010;
  font-size: 1rem
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  display: block;
  z-index: 3010;
  color: var(--color-arrow)
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0
}

@media (min-width:35.5em) {

  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 2rem;
    font-size: 3em
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 2rem;
    font-size: 3em
  }

  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #000;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060
}

.sl-spinner {
  display: none;
  border: 5px solid #fff;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-ms-keyframes pulsate {

  0%,
  100% {
    opacity: 0
  }

  0% {
    transform: scale(.1)
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2)
  }
}

.menu-logo {
  display: none;
}

.menu__inner a {
  border-radius: 5px;
  padding: 3px 5px;
  display: block;
}

.menu__inner .current-menu-parent a,
.menu__inner .current_page_item>a,
.menu ul li a:hover,
.menu__inner .current-menu-item {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.detail-recette {}

.recette-source {
  margin-top: 2rem !important;
  text-align: right;
  font-style: italic;
}

.recette-source a {
  color: var(--color-slide-title);
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  grid-area: index;
  text-align: center;
  pointer-events: auto;
  justify-self: end;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all .2s ease-in-out;
  font-size: 1.2rem;
}

.menu .btn-accueil a,
.menu .btn-accueil a:hover,
.menu .btn-search a,
.menu .btn-search a:hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
}

.menu .btn-accueil a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url(assets/images/accueil.svg);
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.menu.active {
  right: 0;
}

.menu.active hr {
  width: 100%;
}

.menu__inner,
.menu ul li .sub-menu {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.menu ul li .sub-menu {
  font-style: italic;
  padding: 0 0;
  margin: 0 0;
}

.no-grid-column {
  grid-template-columns: 100% auto !important;
}

.no-grid-column>div {
  padding-right: 0 !important;
}

.no-grid-column .liste-pains {
  padding-right: 0 !important;
}

.no-grid-column .liste-pains .liste-pain {
  background: url(assets/images/hr-12.png) repeat-x;
  background-position: center bottom;
  padding: 0rem 0 1rem !important;
  margin-bottom: 1rem;
}

.no-grid-column .liste-pains .liste-pain:nth-last-child(1) {
  background: none;
}

/* blog */
.blog .slide__content {
  padding: 0;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 1rem !important;
}

.blog .slide__content>div div:nth-child(2) img {
  width: 100%;
  height: auto;
}

.blog .post-thumbnail {
  height: 240px;
  padding: 0 0 0 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog .entry-header h2 {
  margin: 0.5rem 0 0.5rem 0 !important;
}

.blog .entry-header hr {
  margin: 0.5rem 0;
}

.search .navigation .nav-links,
.blog .navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}

.page-numbers {
  min-width: 30px;
  height: 30px;
  font-size: 12px;
  pointer-events: auto;
  margin: 0 0.2rem;
  color: var(--color-arrow);
  border: 2px solid #6A3F24;
  border-radius: 15px;
  background-color: #fff;
  background-color: var(--color-bg);
  background-image: url(assets/images/stucco.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-page-contact {}

.wpcf7,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100% !important;
}

.wpcf7-submit {
  background: var(--color-arrow-hover);
  color: #fff;
  border: none;
  padding: 0.5rem;
}

.entry-meta {
  margin-bottom: 1rem;
}

.entry-meta strong {
  background: rgba(0, 0, 0, 0.05);
  font-weight: normal !important;
  padding: 3px 10px;
  border-radius: 20px;
  margin: 0.4rem 0.4rem 0.4rem 0;
}

.entry-meta strong em {
  font-weight: bold !important;
}

.btn-search a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url(assets/images/search.svg);
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.container-search-form {
  background-color: rgba(255, 255, 255, 1);
  background-image: url(assets/images/stucco.png);
  position: absolute;
  top: -130px;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 5rem;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.container-search-form .search-form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.container-search-form .search-field {
  border: 1px solid var(--color-slide-text);
  border-radius: 10px;
  background-color: transparent;
  color: var(--color-slide-text);
  padding: 0 0.5rem;
  width: 100%;
}

.container-search-form .search-submit {
  display: none;
}

.container-search-form ::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.container-search-form.active {
  top: 0px;
}

.container-search-form .sl-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 46px;
  width: 46px;
  z-index: 1002;
  cursor: pointer;
}

.container-search-form .sl-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-arrow);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.container-search-form .sl-close span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.container-search-form .sl-close span:nth-child(2) {
  top: 27px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.search .navigation h2.screen-reader-text {
  display: none;
}


.sticker {
  display: none;
}

@media (max-width:40em) {
  .sl-wrapper .sl-counter {
    top: 1rem;
    left: 1rem;
    font-size: 1rem
  }

  .sl-wrapper .sl-close {
    right: 1rem;
    top: 1rem;
    height: 40px;
    width: 40px
  }

  .sl-wrapper .sl-close span:nth-child(1),
  .sl-wrapper .sl-close span:nth-child(2) {
    top: 20px
  }

  .sl-wrapper .sl-navigation button {
    top: initial;
    bottom: 1rem
  }

  .sl-wrapper .sl-navigation .sl-prev {
    left: 1rem
  }

  .sl-wrapper .sl-navigation .sl-next {
    right: 1rem
  }
}

@media screen and (min-width:53em) {
  body {
    overflow: hidden;
  }

  .sticker {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-color: #E8A209;
    background-image: url(assets/images/sticker.svg);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: .8vw;
    position: absolute;
    height: 20vh;
    width: 20vh;
    top: 5rem;
    right: 3rem;
    z-index: 1001;
    transform: rotate(15deg);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 3px solid var(--color-arrow);
    cursor: pointer;
  }

  .sticker ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0;
    padding: 0 0;
  }

  .sticker ul li {
    padding: 0 2.2vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticker ul li:nth-child(2) {
    padding: 0 1.9vh;
  }

  .sticker ul li a {
    color: #fff;
  }

  .sticker ul li a:hover {
    background-color: var(--color-arrow);
    border-radius: 8px;
    color: #fff;
  }

  .container-search-form {
    font-size: 1vw;
    height: 120px;
    justify-content: center;
    padding-left: initial;
    padding-right: initial;
  }

  .container-search-form .search-field {
    width: 400px;
    padding: 0.6rem 1rem;
  }

  .container-search-form .search-submit {
    display: block;
    border-radius: 10px;
    background-color: var(--color-slide-title);
    color: #fff;
    border: none;
    margin-left: 0.5rem;
    padding: 0.6rem 1rem;
  }

  .container-search-form .sl-close {
    right: 2rem;
    top: 2rem;
    height: 54px;
    width: 54px;
  }

  .page-numbers {
    min-width: 46px;
    height: 46px;
    font-size: inherit;
    margin: 0 0.5rem;
    border-radius: 23px;
  }

  .content-page-contact {
    display: flex;
  }

  .detail-recette {
    display: initial;
  }

  .detail-recette div:nth-child(1) {
    width: 100%;
  }

  .detail-recette div:nth-child(2) {
    width: 100%;
  }

  .galerie-photos-pain .photos-container .thumbnail {
    width: 25%;
  }

  .content-page-contact div:nth-child(1),
  .content-page-contact div:nth-child(2) {
    width: 50%;
    display: block;
  }

  .content-page-contact div:nth-child(1) {
    padding-right: 2rem;
  }

  .content-page-contact div:nth-child(2) {
    padding-left: 2rem;
  }

  .no-grid-column .liste-pains .liste-pain {
    grid-template-columns: 58rem auto;
    display: grid;
  }

  .column {
    flex-basis: 50%;
  }

  .blog .post-thumbnail {
    height: 300px;
  }

  #cover svg {
    height: 60%;
    width: auto;
    margin-bottom: 3rem;
  }

  #btn-enter {
    font-size: 1vw;
  }

  .nav {
    margin-top: 4.5rem;
    margin-left: 2rem;
    width: auto;
    grid-area: arrows-nav;
  }

  .nav__arrows {
    width: auto;
    margin: 0 0 0 1.5rem;
    -webkit-animation: hearbeat 1s infinite ease-in-out;
    animation: hearbeat 1s infinite ease-in-out
  }

  .frame {
    position: fixed;
    text-align: left;
    z-index: 1000;
    top: var(--menu-height);
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: calc(100% - var(--menu-height));
    padding: 1rem;
    pointer-events: none;
    grid-template-columns: 13% 37% 37% 13%;
    grid-template-rows: 12% auto auto;
    grid-template-areas:
      'title arrows-nav . .'
      'links . . .'
      'footer contact . .';
  }

  .frame__links {
    padding-right: 1rem;
    margin: 0 0;
    grid-area: links;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
  }

  .frame__links a {
    pointer-events: auto;
    margin: 0.2rem;
    padding: 7px 4px;
    border-radius: 20px;
    white-space: nowrap;
    background: rgba(0, 0, 0, .04);
    font-size: .8vw;
  }

  .frame__links.white a {
    background: rgba(255, 255, 255, 0.4);
  }

  .frame__title-wrap {
    grid-area: title;
    align-items: center;
    justify-content: flex-start;
  }

  .frame__footer-wrap {
    display: flex;
    color: rgba(0, 0, 0, .7);
    grid-area: contact;
    text-align: right;
    pointer-events: auto;
    justify-self: end;
    padding: 0 1.5rem;
    flex-direction: row;
  }

  .frame__footer-wrap div {
    font-size: var(--font-size-small)
  }

  .footer_phone,
  footer_mail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.2rem;
  }

  .block_adresse {
    text-align: right;
  }

  .block_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .icon--facebook,
  .icon--instagram {
    width: 3em;
    height: 3em;
    stroke: var(--color-arrow-hover);
    stroke-width: 4;
    fill:
      transparent;
    margin: 0.3rem 0 0.3rem 1.5rem;
    transition: all .2s ease-in-out;
  }

  .slide__text-description::first-letter {
    margin-right: 0vw;
  }

  .slideshow {
    margin-top: var(--menu-height);
    width: 100vw;
    height: calc(100vh - var(--menu-height));
    position: relative;
    overflow: auto;
  }

  .slide,
  .slide-single {
    padding: 0;
    --gridgap: 0px;
    --gridwidth: 100%;
    --gridheight: 100%;
    width: var(--gridwidth);
    height: var(--gridheight);
    grid-template-rows: repeat(20, calc(var(--gridheight)/ 20 - var(--gridgap)));
    grid-template-columns: repeat(20, calc(var(--gridwidth)/ 20 - var(--gridgap)));
    grid-gap: var(--gridgap);
    align-content: center;
    justify-content: center;
    overflow: hidden;
  }

  .slide--current,
  .slide-single.slide--current {
    position: absolute;
    width: 100%;
  }


  .slide--open,
  .slide-single.slide--open {
    --gridheight: auto;
    grid-template-rows: 400px auto auto;
    /*grid-template-columns: 40rem 10rem 20rem;*/
    grid-template-columns: 40% 10% 20%;
    padding-bottom: 10rem;
  }

  .page-template-page-lexique .slide--open {
    padding-bottom: 10rem;
  }

  .slide__figure--box {
    grid-row-end: span 5;
    grid-column-end: span 3
  }

  .slide__subtitle,
  .slide__title {
    grid-row-end: span 3;
    grid-column-end: 21
  }

  .slide__title {
    font-size: 4.5vw;
  }

  .slide__subtitle {
    font-size: 2.6vw;
  }

  .slide__text {
    grid-row-end: span 7;
    grid-column-end: span 6
  }

  .slide__figure--main {
    grid-row-start: 1;
    grid-row-end: span 20;
    grid-column-end: span 7
  }

  .slide__figure--box.agriculture-biologique {
    grid-row-end: span 3;
    grid-column-end: span 3
  }

  .single-pains .slide__figure--box.agriculture-biologique {
    display: none;
  }

  .slide__figure--box.agriculture-biologique .slide__figure-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
  }

  .slide__figure--box.trouver-distributeur .slide__figure-img {
    color: #fff;
    background-color: #81723c;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide__figure--box.trouver-distributeur .slide__figure-img .container-trouver-ditributeur {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide__figure--box.trouver-distributeur .slide__figure-img .container-trouver-ditributeur a {
    background-image: url(assets/images/icone-pains-blancs.png);
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center bottom 0.5rem;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    text-align: center;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    transition: all .2s ease-in-out;
  }

  .icon.sac-pains {
    width: 6vh;
    height: 6vh;
    margin: 1.5vh auto 0;
  }

  .slide__figure--box.trouver-distributeur .slide__figure-img .container-trouver-ditributeur a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .slide--layout-1 .slide__figure--main {
    grid-column-start: 11
  }

  .slide--layout-1 .slide__figure:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 8
  }

  .slide--layout-1 .slide__figure:nth-child(3) {
    grid-row-start: 16;
    grid-column-start: 18
  }

  .slide--layout-1 .slide__figure:nth-child(4) {
    grid-row-start: 17;
    grid-column-start: 1
  }

  .slide--layout-1 .slide__title {
    grid-row-start: 13;
    grid-column-start: 2
  }

  .slide--layout-1 .slide__subtitle {
    grid-row-start: 15;
    grid-column-start: 4
  }

  .tax-gammes .slide--layout-1 .slide__subtitle {
    grid-column-start: 3;
  }

  .slide--layout-1 .slide__text {
    grid-row-start: 6;
    grid-column-start: 5
  }

  .slide--layout-1 .slide__figure--box.agriculture-biologique {
    grid-row-start: 13;
    grid-column-start: 18
  }

  .slide--layout-1 .slide__figure--box.agriculture-biologique img {
    width: auto;
    height: 100%;
  }

  .slide--layout-1 .slide__figure--box.trouver-distributeur {
    grid-row-start: 13;
    grid-row-end: span 3;
    grid-column-start: 18;
    grid-column-end: span 2;
  }

  .slide--layout-2 .slide__figure--main {
    grid-column-start: 7;
    grid-row-end: span 16;
    grid-column-end: span 6;
  }

  .single-pains .slide--layout-2 .slide__figure--main {
    grid-row-end: span 11;
  }

  .slide--layout-2 .slide__figure:nth-child(2) {
    grid-row-start: 10;
    grid-column-start: 2;
    grid-row-end: span 11;
    grid-column-end: span 5;
  }

  .single-pains .slide--layout-2 .slide__figure:nth-child(2) {
    grid-row-start: 12;
    grid-column-start: 2;
    grid-row-end: span 11;
    grid-column-end: span 4;
  }

  .slide--layout-2 .slide__figure:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 15;
    grid-row-end: span 5;
    grid-column-end: span 3;
  }

  .single-pains .slide--layout-2 .slide__figure:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 14;
    grid-row-end: span 5;
    grid-column-end: span 3;
  }

  .slide--layout-2 .slide__figure:nth-child(4) {
    grid-row-start: 17;
    grid-column-start: 18
  }

  .slide--layout-2 .slide__title {
    grid-row-start: 7;
    grid-column-start: 13;
    padding-left: 1rem;
  }

  .slide--layout-2 .slide__subtitle {
    grid-row-start: 9;
    grid-column-start: 13;
    padding-left: 1rem;
    padding-top: 0;
  }

  .single-pains .slide--layout-2 .slide__title {
    grid-row-start: 13;
    grid-column-start: 7;
    padding-left: 0;
  }

  .slide--layout-2 .slide__text {
    grid-row-start: 10;
    grid-column-start: 13;
    grid-column-end: span 7;
    grid-row-end: span 6;
  }

  .slide--layout-2 .slide__text .slide__text-description {
    max-width: 700px;
  }

  .single-pains .slide--layout-2 .slide__text {
    grid-row-start: 14;
    grid-column-start: 7;
    grid-column-end: span 10;
  }

  .slide--layout-2 .slide__figure--box.trouver-distributeur {
    grid-row-start: 8;
    grid-row-end: span 3;
    grid-column-start: 17;
    grid-column-end: span 2;
  }

  .slide--layout-3 .slide__figure--main {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-column-end: span 6;
  }

  .slide--layout-3 .slide__figure:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 10
  }

  .slide--layout-3 .slide__figure:nth-child(3) {
    grid-row-start: 6;
    grid-column-start: 13;
    grid-row-end: span 4;
    grid-column-end: span 3;
  }

  .slide--layout-3 .slide__figure:nth-child(4) {
    grid-row-start: 16;
    grid-column-start: 18
  }

  .slide--layout-3 .slide__title {
    grid-row-start: 13;
    grid-column-start: 7;
    padding-left: 2rem;
  }

  .slide--layout-3 .slide__subtitle {
    grid-row-start: 15;
    grid-column-start: 8;
    grid-column-end: 17;
  }

  .slide--layout-3 .slide__text {
    grid-row-start: 6;
    grid-column-start: 7
  }

  .slide--layout-3 .slide__figure--box.agriculture-biologique {
    grid-row-start: 13;
    grid-column-start: 18;
  }

  .slide--layout-3 .slide__figure--box.trouver-distributeur {
    grid-row-start: 10;
    grid-row-end: span 3;
    grid-column-start: 16;
    grid-column-end: span 2;
  }

  .slide--layout-4 .slide__figure--main {
    grid-row-start: 6;
    grid-column-start: 15;
    grid-column-end: span 6;
  }

  .slide--layout-4 .slide__figure:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 11;
    grid-column-end: span 4;
  }

  .slide--layout-4 .slide__figure:nth-child(3) {
    grid-row-start: 6;
    grid-column-start: 8;
    grid-row-end: span 5;
    grid-column-end: span 3
  }

  .slide--layout-4 .slide__figure:nth-child(4) {
    grid-row-start: 16;
    grid-column-start: 2;
    grid-row-end: span 6;
    grid-column-end: span 4;
  }

  .slide--layout-4 .slide__title {
    grid-row-start: 12;
    grid-column-start: 4
  }

  .tax-gammes .slide--layout-4 .slide__title {
    grid-row-start: 11;
    grid-column-start: 4;
  }

  .tax-gammes .slide--layout-4 .slide__subtitle {
    grid-row-start: 13;
    grid-column-start: 5;
  }

  .slide--layout-4 .slide__subtitle {
    grid-row-start: 14;
    grid-column-start: 5;
  }

  .single-pains .slide--layout-4 .slide__title {
    grid-column-start: 2
  }

  .slide--layout-4 .slide__text {
    grid-row-start: 5;
    grid-column-start: 3;
    grid-column-end: span 5;
  }

  .slide--layout-4 .slide__figure--box.trouver-distributeur {
    grid-row-start: 18;
    grid-row-end: span 3;
    grid-column-start: 11;
    grid-column-end: span 2;
  }


  .slide--layout-5 .slide__figure--main {
    grid-column-start: 8;
    grid-row-end: span 15;
    grid-column-end: span 6;
  }

  .slide--layout-5 .slide__figure:nth-child(2) {
    grid-row-start: 16;
    grid-column-start: 14;
    grid-row-end: span 5;
    grid-column-end: span 5;
  }

  .slide--layout-5 .slide__figure:nth-child(3) {
    grid-row-start: 16;
    grid-column-start: 2;
    grid-row-end: span 5;
    grid-column-end: span 3
  }

  .slide--layout-5 .slide__figure:nth-child(4) {
    grid-row-start: 11;
    grid-column-start: 5;
  }

  .slide--layout-5 .slide__title {
    grid-row-start: 5;
    grid-column-start: 15
  }

  .slide--layout-5 .slide__text {
    grid-row-start: 8;
    grid-column-start: 15;
    grid-column-end: span 5;
  }

  .slide--open .slide__figure--main {
    grid-area: 1/3/span 1/span 2
  }

  .slide--open .slide__title {
    font-size: 5vw;
    font-size: 3.7vw;
    height: 8vw;
    grid-area: 1/1/span 1/span 2;
    align-self: end;
    margin-bottom: 4rem;
    color: var(--color-arrow);
  }

  .tax-gammes .slide--layout-1.slide--open .slide__title,
  .tax-gammes .slide--layout-2.slide--open .slide__title,
  .tax-gammes .slide--layout-3.slide--open .slide__title,
  .tax-gammes .slide--layout-4.slide--open .slide__title {
    grid-area: 1/1/span 1/span 2;
  }

  .single-recettes .slide--open .slide__title {
    font-size: 3.7vw;
  }

  .tax-departements .slide--open .slide__title {
    font-size: 4vw;
  }

  .tax-departements .slide--open .slide__title span {
    font-size: 2.5vw;
    letter-spacing: -.05vw;
  }

  .single-pains .slide--open .slide__title {
    font-size: 4vw;
  }

  .single-pains .slide--layout-1.slide--open .slide__title,
  .single-pains .slide--layout-2.slide--open .slide__title,
  .single-pains .slide--layout-3.slide--open .slide__title,
  .single-pains .slide--layout-4.slide--open .slide__title {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-left: 0;
  }

  .single-pains .slide--layout-1.slide--open .slide__figure--main,
  .single-pains .slide--layout-2.slide--open .slide__figure--main,
  .single-pains .slide--layout-3.slide--open .slide__figure--main,
  .single-pains .slide--layout-4.slide--open .slide__figure--main {
    grid-row-start: 1;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-column-end: span 1;
  }

  .slide__back {
    grid-area: 1/1/span 1/span 1;
    align-self: end
  }

  .slide__content {
    grid-area: 2/1/span 1/span 3;
    /*padding: 2rem;*/
    padding: 1vw;
  }

  .slide__content>div {
    grid-template-columns: 72% auto;
    display: grid;
    margin-bottom: 2rem;
  }

  .slide__content>div:nth-last-child(1) {
    margin-bottom: 0rem;
  }

  .page-id-57 .slide__content>div,
  .page-id-586 .slide__content>div,
  .slide__content .no-grid {
    grid-template-columns: inherit !important;
  }

  .page-id-57 .slide__content>div div:nth-child(1),
  .page-id-586 .slide__content>div div:nth-child(1) {
    padding-right: 0;
  }

  .slide__content .no-grid div {
    padding-right: 0 !important;
  }

  .vc-custom-col {
    padding-right: 0 !important;
    grid-template-columns: 48rem auto;
    display: grid;
  }

  .categories-de-pains {
    margin: -10px 0px 0 -15px;
  }

  .vc-custom-col>div {}

  .liste-des-revendeurs .box-revendeur {
    flex: 1 0 15%;
    margin: 15px;
  }

  .liste-des-revendeurs .box-revendeur .count-revendeurs {
    font-size: 0.60vw;
    top: 25%;
    left: calc(50% - 5vh);
    margin: 0 auto;
    width: 10vh;
    height: 10vh;
  }

  .liste-des-revendeurs .box-revendeur .count-revendeurs span {
    font-size: 1.5vw;
  }

  .container-btn-show-map {
    top: 40%;
    left: calc(50% - 5vh);
    margin: 0 auto;
    width: 10vh;
    height: 10vh;
    font-size: 0.75vw;
  }

  .slide__content>div div:nth-child(1) {
    /*padding-right: 2rem;*/
    padding-right: 1vw;
  }

  .composition>div {
    padding-right: 0rem !important;
    width: 100%;
  }

  .slide__content>div div:nth-child(2) img {
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out
  }

  .single-recettes .detail-recette .gallery {
    display: flex;
    flex-wrap: wrap;
  }

  .single-recettes .detail-recette .gallery .gallery-item {
    width: 33.3333%;
  }

  .single-recettes .detail-recette .gallery .gallery-item img {
    width: 100%;
    height: auto;
  }

  .single-recettes .detail-recette .gallery .gallery-item a {
    pointer-events: none !important;
  }

  .slide__content>div div:nth-child(1) h2 {
    margin-top: 0
  }

  .slide__content>div p:last-child {
    margin-bottom: 0
  }

  .slide__figure {
    width: auto;
    height: auto;
    max-width: none;
    margin: 0
  }

  .slide__text {
    padding: 1.5rem
  }

  .slide__text--right {
    text-align: right;
    align-items: flex-end
  }

  .slide__text--right .slide__text-description {
    align-self: flex-end;
    padding: 15px 15px 15px 15px;
    font-size: .8vw;
  }

  .slide__text-meta {
    font-size: .8vw;
  }

  .menu-logo {
    display: block;
  }

  .menu {
    text-align: left;
    flex-direction: row;
    right: 0;
    height: var(--menu-height);
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 0.9vw !important;
  }

  .menu ul li .sub-menu {
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(assets/images/stucco.png);
    border: 1px dotted rgba(0, 0, 0, 0.3);
    border-top: none;
  }

  .nav__arrow.nav__btn--menu {
    display: none;
  }

  .nav__arrow.nav__btn--menu span {
    display: block;
  }

  .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .menu ul li {
    height: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dotted rgba(0, 0, 0, 0.3);
  }

  .menu ul li:nth-last-child(1) {
    border: none;
  }

  .menu ul li a {
    border-radius: 0 !important;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    padding: 0 20px;
    font-weight: normal;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .menu ul li {
    border-radius: 0 !important;
    position: relative;
  }

  .menu ul li ul li {
    border: none;
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
  }

  .menu ul li ul li:nth-last-child(1) {
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
  }

  .menu ul li ul li a {
    display: block !important;
    padding: 14px 14px;
    width: 100%;
  }

  .menu li ul {
    display: none;
    position: absolute;
    top: 59px;
    left: -1px;
    width: calc(100% + 2px) !important;
    z-index: 300;
  }

  .menu li:hover>ul {
    display: block;
  }

  .menu li ul ul {
    left: 0px;
    top: 60px;
  }

  .categories-de-pains .categorie-de-pains {
    width: 25%;
  }

  .idees-recettes {
    margin: 0 0px 0 -10px;
  }

  .idees-recettes .box-idees-recettes {
    width: 25%;
  }

  .pain-lie-recette .thumb {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }

  .slide__text-link {
    margin: 0 15px;
    font-size: 0.8vw;
  }

  .formes-poids {
    display: flex;
  }

  .slide__content .btn.autre-idees-recettes {
    clear: both;
    text-align: right;
  }

  .slide__content .btn.autre-idees-recettes a {
    width: auto;
    display: initial;
  }

  .composition {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1rem 1rem;
    line-height: 1.4;
    border-radius: 5px;
  }

  /*
  .slide__content li::first-letter,
  .slide__content p::first-letter,
  .slide__text-description::first-letter {
    font-size: 1.2vw;
  }
  */

  .slide__content .btn::first-letter {
    font-size: var(--font-size);
    color: #fff;
  }

  .nav__counter {
    position: relative;
    white-space: nowrap;
    width: auto;
  }

  .recap-distributeurs .ul-distributeurs {
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: inherit;
  }

  .recap-distributeurs .ul-distributeurs li {
    width: 32%;
    padding: 0 10px 10px 10px;
  }

  .container-map {
    display: flex;
    flex-direction: row;
    height: 70vh;
  }

  .map-distributeurs {
    width: 70%;
    height: 100%;
  }

  .map-distributeurs-ul {
    width: 30%;
    height: 100%;
    overflow: auto;
  }

  .map-distributeurs-ul .ul-distributeurs {
    flex-direction: column;
  }

  .map-distributeurs-ul .ul-distributeurs li {
    width: 100%;
  }

  #trouver-revendeur-proche {
    display: none;
    width: 100%;
    height: 130px;
    border: none;
    background-image: url(assets/images/target.svg);
    background-repeat: no-repeat;
    background-position: center left 1rem;
    background-size: auto 50%;
    padding-left: 6rem;
    padding-right: 2rem;
  }


}

@media screen and (max-width:53em) {
  .slide__title-inner {
    transform: none !important
  }
}