@import '../fonts/Bariol/stylesheet.css';
@import '../fonts/Kamila/stylesheet.css';
@import '../fonts/Langdon/stylesheet.css';
:root {
  scrollbar-width: 12px;
  scrollbar-color: #9DB29A #4C583F;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-padding-top: 120px;
}
body *,
body *:before,
body *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::selection {
  color: #ffffff;
  background: #4C583F;
}
body ::-moz-selection {
  color: #ffffff;
  background: #4C583F;
}
body ::-webkit-input-placeholder {
  color: #1e1e1e;
}
body ::-moz-placeholder {
  color: #1e1e1e;
}
body ::-ms-input-placeholder {
  color: #1e1e1e;
}
body ::-moz-placeholder {
  color: #1e1e1e;
}
body::-webkit-scrollbar-track {
  background-color: #4C583F;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #4C583F;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #9DB29A;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}
.container,
.container-fluid,
.row {
  --bs-gutter-x: 32px;
}
body:not(.wp-admin),
div.wp-block {
  font-family: 'Bariol', sans-serif;
  color: #4C583F;
  background-color: #F8F7F2;
  font-size: 1.8rem;
  line-height: 1.8;
}
body:not(.wp-admin) a,
div.wp-block a {
  color: #4C583F;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body:not(.wp-admin) p,
div.wp-block p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
body:not(.wp-admin) ul,
div.wp-block ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
body:not(.wp-admin) h1,
div.wp-block h1 {
  font-size: 6.6rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 50px;
}
body:not(.wp-admin) h2,
body:not(.wp-admin) .h2like,
div.wp-block h2,
div.wp-block .h2like {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 50px;
}
body:not(.wp-admin) h3,
body:not(.wp-admin) .h3like,
div.wp-block h3,
div.wp-block .h3like {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 50px;
}
body:not(.wp-admin) h4,
body:not(.wp-admin) .h4like,
div.wp-block h4,
div.wp-block .h4like {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 30px;
}
body:not(.wp-admin) h5,
body:not(.wp-admin) .h5like,
div.wp-block h5,
div.wp-block .h5like {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 10px;
}
body:not(.wp-admin) h6,
body:not(.wp-admin) .h6like,
div.wp-block h6,
div.wp-block .h6like {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 10px;
}
body:not(.wp-admin) header ul,
body:not(.wp-admin) footer ul,
div.wp-block header ul,
div.wp-block footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body:not(.wp-admin) .grecaptcha-badge,
div.wp-block .grecaptcha-badge {
  display: none;
}
@media (max-width: 1024px) {
  body:not(.wp-admin) h1,
  div.wp-block h1 {
    font-size: 5rem;
    margin: 0 0 30px;
  }
  body:not(.wp-admin) h2,
  body:not(.wp-admin) .h2like,
  div.wp-block h2,
  div.wp-block .h2like {
    font-size: 3.6rem;
  }
  body:not(.wp-admin) h3,
  body:not(.wp-admin) .h3like,
  div.wp-block h3,
  div.wp-block .h3like {
    font-size: 2.6rem;
  }
}
@keyframes headerAnimation {
  from {
    top: -70px;
  }
  to {
    top: 0;
  }
}
header.hdr {
  position: relative;
  height: 170px;
  width: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: 1002;
}
header.hdr .go-top.bouton__arrow {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 30px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr.scrolling .go-top.bouton__arrow {
  display: flex;
}
header.hdr.scrolling .inner {
  padding: 14px 108px 14px 120px;
  height: 90px;
  animation-name: headerAnimation;
  animation-duration: 300ms;
  align-items: center;
  position: fixed;
  background-color: #F8F7F2;
  box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
}
header.hdr.scrolling .inner a.logo {
  filter: none;
}
header.hdr.scrolling .inner nav.menuheader {
  margin: 0;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > a {
  color: #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > a:hover {
  color: #4C583F;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu {
  box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
  background-color: #F8F7F2;
  color: #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu::before {
  background-color: #F8F7F2;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu::after {
  content: '';
  width: 50vw;
  margin: 0 auto;
  height: 1px;
  position: absolute;
  background: #9DB29A;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  top: 0;
  z-index: -1;
  display: block;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a {
  color: #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a:hover {
  color: #4C583F;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul {
  border-left: 1px solid #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a {
  color: #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a:hover {
  color: #4C583F;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a,
header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a,
header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a {
  border-color: #9DB29A;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a:hover,
header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a:hover,
header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a:hover {
  border-color: #4C583F;
}
header.hdr.scrolling .inner span.icones > span,
header.hdr.scrolling .inner span.icones > a {
  color: #9DB29A;
  border-color: #9DB29A;
  background: rgba(157,178,154,0.2);
}
header.hdr.scrolling .inner span.icones > span:hover,
header.hdr.scrolling .inner span.icones > a:hover {
  color: #4C583F;
  border-color: #4C583F;
}
header.hdr .inner {
  padding: 0 108px 0 120px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 0 auto;
}
header.hdr .inner a.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  z-index: 1;
  filter: brightness(10);
  width: 210px;
  margin: 24px 7.7% 24px 0;
  transition: none;
}
header.hdr .inner a.logo img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
header.hdr .inner nav.menuheader > div > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.hdr .inner nav.menuheader > div > ul > li {
  margin: 0 23px;
  padding: 27px 0;
  position: relative;
}
header.hdr .inner nav.menuheader > div > ul > li > a {
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
  position: fixed;
  background-color: #4C583F;
  color: #F8F7F2;
  top: 90px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 60px 20vw 60px 30vw;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu::before {
  content: '';
  width: 100%;
  height: 90px;
  position: fixed;
  background: #4C583F;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li {
  width: 50%;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #F8F7F2;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a:hover {
  color: #9DB29A;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul {
  position: absolute;
  top: 30px;
  left: 50%;
  padding-left: 20px;
  border-left: 1px solid #F8F7F2;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  height: calc(100% - 60px);
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a {
  display: block;
  text-align: left;
  color: #F8F7F2;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: normal;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a:hover {
  color: #9DB29A;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul ul {
  display: none;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:hover > ul {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  pointer-events: auto;
}
header.hdr .inner nav.menuheader > div > ul > li:hover,
header.hdr .inner nav.menuheader > div > ul > li:focus,
header.hdr .inner nav.menuheader > div > ul > li:focus-within {
  cursor: pointer;
}
header.hdr .inner nav.menuheader > div > ul > li:hover > a,
header.hdr .inner nav.menuheader > div > ul > li:focus > a,
header.hdr .inner nav.menuheader > div > ul > li:focus-within > a {
  border-bottom: 1px solid #ffffff;
}
header.hdr .inner nav.menuheader > div > ul > li:hover > ul.sub-menu,
header.hdr .inner nav.menuheader > div > ul > li:focus > ul.sub-menu,
header.hdr .inner nav.menuheader > div > ul > li:focus-within > ul.sub-menu {
  cursor: auto;
  opacity: 1;
  pointer-events: auto;
}
header.hdr .inner nav.menuheader > div > ul li.current-menu-item > a {
  font-weight: bold !important;
}
header.hdr .inner .menuright {
  display: flex;
  margin: 24px 0;
}
header.hdr .inner span.icones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
header.hdr .inner span.icones > span,
header.hdr .inner span.icones > a {
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  margin: 0 9px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner span.icones > span#recherche i,
header.hdr .inner span.icones > a#recherche i {
  font-size: 1.7rem;
}
header.hdr .inner span.icones > span.meteo i,
header.hdr .inner span.icones > a.meteo i {
  font-size: 1.7rem;
}
header.hdr .inner span.icones > span.mail i,
header.hdr .inner span.icones > a.mail i {
  font-size: 1.5rem;
}
header.hdr .inner span.icones > span i,
header.hdr .inner span.icones > a i {
  font-size: 1.2rem;
}
header.hdr .inner span.icones > span:hover,
header.hdr .inner span.icones > a:hover {
  color: #4C583F;
  background: rgba(76,88,63,0.2);
  border-color: #4C583F;
}
header.hdr .inner span.icones span.burger {
  display: none;
  margin-left: 5px;
  margin-right: auto;
  border: none;
  background: none;
  height: auto;
  width: auto;
  text-decoration: none;
  font-weight: normal;
}
header.hdr .inner span.icones span.burger i {
  font-size: 2.4rem;
}
header.hdr .inner span.icones span.burger i#closeicone {
  display: none;
}
header.hdr .inner span.icones svg {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 40px;
  height: auto;
  left: 0;
  z-index: -1;
  top: 0;
  fill: #DBA384;
  -webkit-transform: translate(0,calc(-100% + 2px));
  -moz-transform: translate(0,calc(-100% + 2px));
  -ms-transform: translate(0,calc(-100% + 2px));
  -o-transform: translate(0,calc(-100% + 2px));
  transform: translate(0,calc(-100% + 2px));
}
header.hdr .inner .bouton__stroke {
  margin-left: 15px;
}
header.hdr nav.menupleinepage {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 107px;
  top: 100vh;
  left: 0;
  z-index: 0;
  background-color: #F8F7F2;
  display: block;
  user-select: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  overflow-x: hidden;
}
header.hdr nav.menupleinepage .mobilemenu-inner {
  height: calc(100% - 120px);
  position: relative;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F8F7F2;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul li {
  width: 100%;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul li >a,
header.hdr nav.menupleinepage .mobilemenu-inner ul li >span {
  border-bottom: 1px solid rgba(157,178,154,0.2);
  padding: 15px 40px;
  text-decoration: none;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9DB29A;
  cursor: pointer;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul li >a:hover,
header.hdr nav.menupleinepage .mobilemenu-inner ul li >span:hover {
  color: #F8F7F2;
  background-color: #9DB29A;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul li:last-child >a,
header.hdr nav.menupleinepage .mobilemenu-inner ul li:last-child >span {
  border-bottom: 0px solid #000;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.menu-principal {
  padding: 0;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.menu-principal li >a,
header.hdr nav.menupleinepage .mobilemenu-inner ul.menu-principal li >span {
  text-transform: uppercase;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu {
  top: 0;
  position: absolute;
  left: 100vw;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top {
  width: 100%;
  padding: 20px 40px;
  background: rgba(157,178,154,0.2);
  color: #9DB29A;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.submenu-titre {
  font-size: 2rem;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.closeMenu {
  cursor: pointer;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.closeMenu i {
  transform: rotate(180deg);
  display: inline-block;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .linktoparent {
  color: #4C583F;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
}
header.hdr nav.menupleinepage .mobilemenu-inner ul.sub-menu.menuopened {
  left: 0;
}
body.home header.hdr .inner {
  padding: 24px 108px 24px 13%;
}
body.home header.hdr .inner a.logo {
  width: 270px;
  height: 154px;
  margin-right: 0;
}
body.home header.hdr .inner span.icones > span:hover,
body.home header.hdr .inner span.icones > a:hover {
  color: #9DB29A;
  background: rgba(157,178,154,0.2);
  border-color: #9DB29A;
}
body.home header.hdr.scrolling .inner {
  padding: 14px 108px 14px 13%;
}
body.home header.hdr.scrolling .inner a.logo {
  width: 210px;
  height: 100%;
}
body.home header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu::before {
  background-color: #F8F7F2;
}
body.home header.hdr.scrolling .inner span.icones > span:hover,
body.home header.hdr.scrolling .inner span.icones > a:hover {
  color: #4C583F;
  background: rgba(76,88,63,0.2);
  border-color: #4C583F;
}
body.single-webzines header.hdr .inner a.logo,
body.single-recettes header.hdr .inner a.logo,
body.single-articlesyatadata header.hdr .inner a.logo {
  filter: none;
}
body.single-webzines header.hdr .inner nav.menuheader > div > ul > li > a,
body.single-recettes header.hdr .inner nav.menuheader > div > ul > li > a,
body.single-articlesyatadata header.hdr .inner nav.menuheader > div > ul > li > a {
  color: #9DB29A;
}
body.single-webzines header.hdr .inner nav.menuheader > div > ul > li:hover > a,
body.single-recettes header.hdr .inner nav.menuheader > div > ul > li:hover > a,
body.single-articlesyatadata header.hdr .inner nav.menuheader > div > ul > li:hover > a {
  color: #ffffff;
  border-color: #ffffff;
}
body.single-webzines header.hdr .inner span.icones > span,
body.single-webzines header.hdr .inner span.icones > a,
body.single-recettes header.hdr .inner span.icones > span,
body.single-recettes header.hdr .inner span.icones > a,
body.single-articlesyatadata header.hdr .inner span.icones > span,
body.single-articlesyatadata header.hdr .inner span.icones > a {
  color: #9DB29A;
  border-color: #9DB29A;
  background: rgba(157,178,154,0.2);
}
body.single-webzines header.hdr .inner span.icones > span:hover,
body.single-webzines header.hdr .inner span.icones > a:hover,
body.single-recettes header.hdr .inner span.icones > span:hover,
body.single-recettes header.hdr .inner span.icones > a:hover,
body.single-articlesyatadata header.hdr .inner span.icones > span:hover,
body.single-articlesyatadata header.hdr .inner span.icones > a:hover {
  color: #4C583F;
  border-color: #4C583F;
}
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li > a,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li > a,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li > a {
  color: #9DB29A;
}
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li > a:hover,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li > a:hover,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li > a:hover {
  color: #4C583F;
}
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a,
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a,
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a {
  border-color: #9DB29A;
}
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a:hover,
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a:hover,
body.single-webzines header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a:hover,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a:hover,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a:hover,
body.single-recettes header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a:hover,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:hover > a:hover,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus > a:hover,
body.single-articlesyatadata header.hdr.scrolling .inner nav.menuheader > div > ul > li:focus-within > a:hover {
  border-color: #4C583F;
}
header.hdr.menuopened .menupleinepage {
  top: 0;
}
header.hdr.menuopened .inner span.icones span.burger i#closeicone {
  display: block;
}
header.hdr.menuopened .inner span.icones span.burger i#burgericone {
  display: none;
}
footer.ftr {
  color: #F8F7F2;
  overflow: hidden;
  position: relative;
}
footer.ftr a {
  text-decoration: none;
  font-weight: normal;
}
footer.ftr > svg {
  fill: #4C583F;
  margin-bottom: -1px;
  width: 100%;
}
footer.ftr .inner {
  background: #4C583F;
}
footer.ftr .footer__container {
  max-width: 1454px;
  padding: 30px 20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.ftr .footer__container .footer__colonne {
  width: 21.8%;
  display: flex;
  flex-direction: column;
}
footer.ftr .footer__container .footer__colonne .footer__boutons {
  display: flex;
  margin-bottom: 14px;
}
footer.ftr .footer__container .footer__colonne .footer__boutons .bouton__stroke .icone {
  font-size: 5.4rem;
}
footer.ftr .footer__container .footer__colonne .footer__boutons .bouton__stroke .icone.icon-carte {
  font-size: 6.4rem;
}
footer.ftr .footer__container .footer__colonne .footer__boutons .bouton__stroke .bouton__text {
  font-size: 1.8rem;
  line-height: 0.72;
  max-width: 80px;
}
footer.ftr .footer__container .footer__colonne .footer__boutons .bouton__stroke:first-child {
  margin-right: 16px;
}
footer.ftr .footer__container .footer__colonne .socialfooter {
  display: flex;
  font-size: 3rem;
}
footer.ftr .footer__container .footer__colonne .socialfooter a {
  color: #F8F7F2;
}
footer.ftr .footer__container .footer__colonne .socialfooter a:last-child {
  margin-left: 12px;
}
footer.ftr .footer__container .footer__colonne.footer__brochures {
  margin-top: 10px;
}
footer.ftr .footer__container .footer__colonne.footer__brochures .brochures .bouton__text {
  -webkit-transform: translate(0,14px);
  -moz-transform: translate(0,14px);
  -ms-transform: translate(0,14px);
  -o-transform: translate(0,14px);
  transform: translate(0,14px);
  margin-left: -56px;
  font-size: 2.8rem;
  color: #C9A335;
  line-height: 0.77;
  max-width: 150px;
}
footer.ftr .footer__container .footer__colonne.footer__brochures .brochures .bouton__text:before {
  text-stroke: 17px #F8F7F2;
  -webkit-text-stroke: 17px #F8F7F2;
}
footer.ftr .footer__container .footer__colonne.footer__brochures .brochures .bouton__arrow {
  -webkit-transform: translate(-7px,2px);
  -moz-transform: translate(-7px,2px);
  -ms-transform: translate(-7px,2px);
  -o-transform: translate(-7px,2px);
  transform: translate(-7px,2px);
  color: #C9A335;
  border-color: #F8F7F2;
  background: #F8F7F2;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
footer.ftr .footer__container .footer__colonne.footer__brochures .brochures .bouton__arrow i {
  width: 40px;
  height: 25px;
  border-color: #C9A335;
}
footer.ftr .footer__container .footer__colonne.footer__brochures .brochures:hover .bouton__arrow {
  -webkit-transform: translate(3px,2px);
  -moz-transform: translate(3px,2px);
  -ms-transform: translate(3px,2px);
  -o-transform: translate(3px,2px);
  transform: translate(3px,2px);
}
footer.ftr .footer__container .footer__colonne.footer__newsletter {
  margin-top: 15px;
}
footer.ftr .footer__container .footer__colonne.footer__newsletter .h4like {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
footer.ftr .footer__container .footer__colonne.footer__newsletter p {
  font-size: 1.6rem;
  line-height: 1.3;
}
footer.ftr .footer__container .footer__colonne.footer__menu {
  margin-top: 15px;
}
footer.ftr .footer__container .footer__colonne.footer__menu a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: bold;
  color: #F8F7F2;
  border-bottom: 1px solid #F8F7F2;
  margin-bottom: 20px;
}
footer.ftr .footer__container .footer__colonne.footer__menu a .bouton__arrow {
  border-color: #F8F7F2;
  color: #4C583F;
  background: #F8F7F2;
  height: fit-content;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
footer.ftr .footer__container .footer__colonne.footer__menu a .bouton__arrow i {
  border-color: #4C583F;
}
footer.ftr .footer__container .footer__colonne.footer__menu a:hover .bouton__arrow {
  -webkit-transform: translate(-10px,0);
  -moz-transform: translate(-10px,0);
  -ms-transform: translate(-10px,0);
  -o-transform: translate(-10px,0);
  transform: translate(-10px,0);
}
footer.ftr .footer__container .footer__logos {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer.ftr .footer__container .footer__logos a:hover img {
  opacity: 0.8;
}
footer.ftr .footer__container .footer__logos img {
  max-width: 82px;
  max-height: 68px;
  width: auto;
  height: auto;
  margin: 0 18px 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
footer.ftr .logofooter {
  margin-bottom: 30px;
  display: inline-flex;
  width: fit-content;
}
footer.ftr .logofooter img {
  max-height: 230px;
}
footer.ftr .copyright {
  text-align: center;
  padding: 15px 30px;
  background: #4C583F;
  font-size: 1.6rem;
  font-weight: bold;
}
footer.ftr .copyright p {
  margin: 0;
  font-size: 1.6rem;
}
footer.ftr .copyright a {
  color: #ffffff;
}
footer.ftr .copyright a:hover {
  color: #9DB29A;
}
footer.ftr .madebyYata {
  position: absolute;
  z-index: 1010;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px 10px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
footer.ftr .madebyYata span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
}
footer.ftr .madebyYata img {
  width: 50px;
}
footer.ftr .madebyYata:hover {
  background: #ffd926;
}
#tarteaucitronIcon {
  z-index: 1000 !important;
  bottom: 20px;
  left: 20px;
}
#tarteaucitronIcon #tarteaucitronManager {
  background-color: #F6C227;
  background-image: url('/wp-content/themes/yatatheme/img/cookie.svg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 40px;
}
#tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
  left: 10px !important;
  bottom: 10px !important;
  max-width: 460px !important;
  width: calc(100% - 20px) !important;
  padding: 65px 0 0 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  border-radius: 8px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig::before {
  position: absolute;
  left: 60px;
  top: 20px;
  font-weight: bold;
  font-size: 21px;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #F6C227;
  background-image: url('/wp-content/themes/yatatheme/img/cookie.svg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 40px;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  margin: 0 0 20px !important;
  padding: 0 20px !important;
  text-align: left;
  width: 100%;
  order: 0;
  font-size: 14px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronDeny {
  position: absolute;
  top: 25px;
  right: 20px;
  background: none !important;
  margin: 0 !important;
  color: #6b6b6b !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronDeny:hover {
  color: #333 !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2,
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  margin: 0 !important;
  width: 50% !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
  order: 2;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  border-bottom-right-radius: 8px !important;
  float: right;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover {
  background-color: #FFF !important;
  color: #4c583f !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  order: 1;
  float: left;
  -webkit-border-bottom-left-radius: 8px !important;
  -moz-border-radius-bottomleft: 8px !important;
  border-bottom-left-radius: 8px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover {
  background-color: #fff !important;
  color: #4c583f !important;
}
.gtranslate-edit {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 10vw;
}
.gtranslate-edit a {
  padding: 10px;
  background: #1f2124;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.gtranslate-edit a img {
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
.gtranslate-edit a:hover {
  background: #ffae1f;
  color: #1f2124;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt190 {
  margin-top: 190px;
}
.mt200 {
  margin-top: 200px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 170px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb190 {
  margin-bottom: 190px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb210 {
  margin-bottom: 210px;
}
.mb220 {
  margin-bottom: 220px;
}
.mb230 {
  margin-bottom: 230px;
}
.mb240 {
  margin-bottom: 240px;
}
.mb250 {
  margin-bottom: 250px;
}
.mb260 {
  margin-bottom: 260px;
}
.mb270 {
  margin-bottom: 270px;
}
.mb280 {
  margin-bottom: 280px;
}
.mb290 {
  margin-bottom: 290px;
}
.mb300 {
  margin-bottom: 300px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.ml60 {
  margin-left: 60px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.ml140 {
  margin-left: 140px;
}
.ml160 {
  margin-left: 160px;
}
.ml180 {
  margin-left: 180px;
}
.ml200 {
  margin-left: 200px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr60 {
  margin-right: 60px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}
.mr120 {
  margin-right: 120px;
}
.mr140 {
  margin-right: 140px;
}
.mr160 {
  margin-right: 160px;
}
.mr180 {
  margin-right: 180px;
}
.mr200 {
  margin-right: 200px;
}
.container.w760 {
  max-width: 760px;
}
.container.w770 {
  max-width: 770px;
}
.container.w780 {
  max-width: 780px;
}
.container.w790 {
  max-width: 790px;
}
.container.w800 {
  max-width: 800px;
}
.container.w810 {
  max-width: 810px;
}
.container.w820 {
  max-width: 820px;
}
.container.w830 {
  max-width: 830px;
}
.container.w840 {
  max-width: 840px;
}
.container.w850 {
  max-width: 850px;
}
.container.w860 {
  max-width: 860px;
}
.container.w870 {
  max-width: 870px;
}
.container.w880 {
  max-width: 880px;
}
.container.w890 {
  max-width: 890px;
}
.container.w900 {
  max-width: 900px;
}
.container.w910 {
  max-width: 910px;
}
.container.w920 {
  max-width: 920px;
}
.container.w930 {
  max-width: 930px;
}
.container.w940 {
  max-width: 940px;
}
.container.w950 {
  max-width: 950px;
}
.container.w960 {
  max-width: 960px;
}
.container.w970 {
  max-width: 970px;
}
.container.w980 {
  max-width: 980px;
}
.container.w990 {
  max-width: 990px;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1010 {
  max-width: 1010px;
}
.container.w1020 {
  max-width: 1020px;
}
.container.w1030 {
  max-width: 1030px;
}
.container.w1040 {
  max-width: 1040px;
}
.container.w1050 {
  max-width: 1050px;
}
.container.w1060 {
  max-width: 1060px;
}
.container.w1070 {
  max-width: 1070px;
}
.container.w1080 {
  max-width: 1080px;
}
.container.w1090 {
  max-width: 1090px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1110 {
  max-width: 1110px;
}
.container.w1120 {
  max-width: 1120px;
}
.container.w1130 {
  max-width: 1130px;
}
.container.w1140 {
  max-width: 1140px;
}
.container.w1150 {
  max-width: 1150px;
}
.container.w1160 {
  max-width: 1160px;
}
.container.w1170 {
  max-width: 1170px;
}
.container.w1180 {
  max-width: 1180px;
}
.container.w1190 {
  max-width: 1190px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1210 {
  max-width: 1210px;
}
.container.w1220 {
  max-width: 1220px;
}
.container.w1230 {
  max-width: 1230px;
}
.container.w1240 {
  max-width: 1240px;
}
.container.w1250 {
  max-width: 1250px;
}
.container.w1260 {
  max-width: 1260px;
}
.container.w1270 {
  max-width: 1270px;
}
.container.w1280 {
  max-width: 1280px;
}
.container.w1290 {
  max-width: 1290px;
}
.container.w1300 {
  max-width: 1300px;
}
.container.w1310 {
  max-width: 1310px;
}
.container.w1320 {
  max-width: 1320px;
}
.container.w1330 {
  max-width: 1330px;
}
.container.w1340 {
  max-width: 1340px;
}
.container.w1350 {
  max-width: 1350px;
}
.container.w1360 {
  max-width: 1360px;
}
.container.w1370 {
  max-width: 1370px;
}
.container.w1380 {
  max-width: 1380px;
}
.container.w1390 {
  max-width: 1390px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1410 {
  max-width: 1410px;
}
.container.w1420 {
  max-width: 1420px;
}
.container.w1430 {
  max-width: 1430px;
}
.container.w1440 {
  max-width: 1440px;
}
.container.w1450 {
  max-width: 1450px;
}
.container.w1460 {
  max-width: 1460px;
}
.container.w1470 {
  max-width: 1470px;
}
.container.w1480 {
  max-width: 1480px;
}
.container.w1490 {
  max-width: 1490px;
}
.container.w1500 {
  max-width: 1500px;
}
.container.w1510 {
  max-width: 1510px;
}
.container.w1520 {
  max-width: 1520px;
}
.container.w1530 {
  max-width: 1530px;
}
.container.w1540 {
  max-width: 1540px;
}
.container.w1550 {
  max-width: 1550px;
}
.container.w1560 {
  max-width: 1560px;
}
.container.w1570 {
  max-width: 1570px;
}
.container.w1580 {
  max-width: 1580px;
}
.container.w1590 {
  max-width: 1590px;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1610 {
  max-width: 1610px;
}
.container.w1620 {
  max-width: 1620px;
}
.container.w1630 {
  max-width: 1630px;
}
.container.w1640 {
  max-width: 1640px;
}
.container.w1650 {
  max-width: 1650px;
}
.container.w1660 {
  max-width: 1660px;
}
.container.w1670 {
  max-width: 1670px;
}
.container.w1680 {
  max-width: 1680px;
}
.container.w1690 {
  max-width: 1690px;
}
.container.w1700 {
  max-width: 1700px;
}
.container.w1710 {
  max-width: 1710px;
}
.container.w1720 {
  max-width: 1720px;
}
.container.w1730 {
  max-width: 1730px;
}
.container.w1740 {
  max-width: 1740px;
}
.container.w1750 {
  max-width: 1750px;
}
.container.w1760 {
  max-width: 1760px;
}
.container.w1770 {
  max-width: 1770px;
}
.container.w1780 {
  max-width: 1780px;
}
.container.w1790 {
  max-width: 1790px;
}
.container.w1800 {
  max-width: 1800px;
}
.container.w1810 {
  max-width: 1810px;
}
.container.w1820 {
  max-width: 1820px;
}
.container.w1830 {
  max-width: 1830px;
}
.container.w1840 {
  max-width: 1840px;
}
.container.w1850 {
  max-width: 1850px;
}
.container.w1860 {
  max-width: 1860px;
}
.container.w1870 {
  max-width: 1870px;
}
.container.w1880 {
  max-width: 1880px;
}
.container.w1890 {
  max-width: 1890px;
}
.container.w1900 {
  max-width: 1900px;
}
.container.w1910 {
  max-width: 1910px;
}
.container.w1920 {
  max-width: 1920px;
}
.opacity0 {
  opacity: 0%;
}
.opacity5 {
  opacity: 5%;
}
.opacity10 {
  opacity: 10%;
}
.opacity15 {
  opacity: 15%;
}
.opacity20 {
  opacity: 20%;
}
.opacity25 {
  opacity: 25%;
}
.opacity30 {
  opacity: 30%;
}
.opacity35 {
  opacity: 35%;
}
.opacity40 {
  opacity: 40%;
}
.opacity45 {
  opacity: 45%;
}
.opacity50 {
  opacity: 50%;
}
.opacity55 {
  opacity: 55%;
}
.opacity60 {
  opacity: 60%;
}
.opacity65 {
  opacity: 65%;
}
.opacity70 {
  opacity: 70%;
}
.opacity75 {
  opacity: 75%;
}
.opacity80 {
  opacity: 80%;
}
.opacity85 {
  opacity: 85%;
}
.opacity90 {
  opacity: 90%;
}
.opacity95 {
  opacity: 95%;
}
.opacity100 {
  opacity: 100%;
}
.h400 {
  height: 400px;
}
.h410 {
  height: 410px;
}
.h420 {
  height: 420px;
}
.h430 {
  height: 430px;
}
.h440 {
  height: 440px;
}
.h450 {
  height: 450px;
}
.h460 {
  height: 460px;
}
.h470 {
  height: 470px;
}
.h480 {
  height: 480px;
}
.h490 {
  height: 490px;
}
.h500 {
  height: 500px;
}
.h510 {
  height: 510px;
}
.h520 {
  height: 520px;
}
.h530 {
  height: 530px;
}
.h540 {
  height: 540px;
}
.h550 {
  height: 550px;
}
.h560 {
  height: 560px;
}
.h570 {
  height: 570px;
}
.h580 {
  height: 580px;
}
.h590 {
  height: 590px;
}
.h600 {
  height: 600px;
}
.h610 {
  height: 610px;
}
.h620 {
  height: 620px;
}
.h630 {
  height: 630px;
}
.h640 {
  height: 640px;
}
.h650 {
  height: 650px;
}
.h660 {
  height: 660px;
}
.h670 {
  height: 670px;
}
.h680 {
  height: 680px;
}
.h690 {
  height: 690px;
}
.h700 {
  height: 700px;
}
.h710 {
  height: 710px;
}
.h720 {
  height: 720px;
}
.h730 {
  height: 730px;
}
.h740 {
  height: 740px;
}
.h750 {
  height: 750px;
}
.h760 {
  height: 760px;
}
.h770 {
  height: 770px;
}
.h780 {
  height: 780px;
}
.h790 {
  height: 790px;
}
.h800 {
  height: 800px;
}
.h810 {
  height: 810px;
}
.h820 {
  height: 820px;
}
.h830 {
  height: 830px;
}
.h840 {
  height: 840px;
}
.h850 {
  height: 850px;
}
.h860 {
  height: 860px;
}
.h870 {
  height: 870px;
}
.h880 {
  height: 880px;
}
.h890 {
  height: 890px;
}
.h900 {
  height: 900px;
}
.h910 {
  height: 910px;
}
.h920 {
  height: 920px;
}
.h930 {
  height: 930px;
}
.h940 {
  height: 940px;
}
.h950 {
  height: 950px;
}
.h960 {
  height: 960px;
}
.h970 {
  height: 970px;
}
.h980 {
  height: 980px;
}
.h990 {
  height: 990px;
}
.h1000 {
  height: 1000px;
}
#blocmap2.bloc-yatamap {
  position: relative;
}
#blocmap2.bloc-yatamap .yatamap__container {
  height: 90vh !important;
}
#blocmap2.bloc-yatamap .yatamap__container a {
  text-decoration: none;
  font-weight: normal;
}
#blocmap2.bloc-yatamap .yatamap__container .popupItem {
  min-width: 200px;
  font-family: 'Bariol', sans-serif;
}
#blocmap2.bloc-yatamap .yatamap__container .popupItem .imgcropCtn {
  display: block;
  height: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 6px;
}
#blocmap2.bloc-yatamap .yatamap__container .popupItem .popupItem__titre {
  font-size: 2.4rem;
  font-weight: bold;
}
#blocmap2.bloc-yatamap .yatamap__container .popupItem .popupItem__commune {
  color: #9DB29A;
  font-size: 1.6rem;
  margin-top: 6px;
}
#blocmap2.bloc-yatamap .yatamap__container .popupItem .popupItem__commune i {
  font-size: 2.2rem;
  margin-right: 6px;
}
#blocmap2.bloc-yatamap div.categories {
  position: absolute;
  left: 50px;
  top: 200px;
  z-index: 700;
  background-color: rgba(255,255,255,0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #24263F;
  padding: 43px 30px;
}
#blocmap2.bloc-yatamap div.categories label {
  color: #4C583F;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 3px;
}
.leaflet-control-container .leaflet-bar a {
  color: #000;
}
.leaflet-container .leaflet-control-attribution a {
  color: #4C583F;
}
.icone i > ::before {
  color: #C9A335 !important;
}
.icone i .path1::before {
  color: #F8F7F2 !important;
}
.icone.bleu i > ::before {
  color: #3C4473 !important;
}
.icone.bleu i .path1::before {
  color: #F8F7F2 !important;
}
body:not(.wp-admin) .catViewItem,
div.wp-block .catViewItem {
  align-self: flex-start;
  width: 100%;
  min-height: 200px;
  background: #F8F7F2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  border: 1px solid #9DB29A;
  padding: 18px;
  margin-bottom: 26px;
  text-decoration: none;
  font-weight: normal;
  color: #9DB29A;
}
body:not(.wp-admin) .catViewItem .catViewItem__img,
div.wp-block .catViewItem .catViewItem__img {
  width: 221px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 32px;
  flex-shrink: 0;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos,
div.wp-block .catViewItem .catViewItem__infos {
  width: 100%;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__etiquette,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__etiquette {
  display: flex;
  width: fit-content;
  background: #9DB29A;
  font-size: 1.5rem;
  font-weight: bold;
  color: #F8F7F2;
  padding: 0 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  margin-bottom: 10px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__classement,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__classement {
  line-height: 1.4;
  margin-right: auto;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__classement i,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__classement i {
  font-size: 1.1rem;
  margin: 0 1px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes {
  display: flex;
  width: fit-content;
  border: 1px solid #9DB29A;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  margin-left: auto;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes i,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes i {
  font-size: 1.5rem;
  margin-right: 10px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__titre,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__titre {
  margin-top: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4C583F;
  line-height: 1.1;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__prix,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__prix {
  font-size: 1.6rem;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__commune,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__commune {
  font-size: 1.6rem;
  margin-top: 16px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__commune i,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__commune i {
  font-size: 2.2rem;
  margin-right: 6px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando {
  font-size: 1.6rem;
  color: #4C583F;
  font-weight: bold;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando i,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando i {
  display: inline-block;
  width: 29px;
  font-size: 1.8rem;
  margin-right: 14px;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando i.icon-duree,
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando i.icon-balisage,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando i.icon-duree,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando i.icon-balisage {
  font-size: 2rem;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span {
  color: #F8F7F2;
  padding: 2px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.vert,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.vert {
  background: #01A24C;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.violet,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.violet {
  background: #512D87;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.orange,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.orange {
  background: #FD7904;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.rouge,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.rouge {
  background: #F74659;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.bleu,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.bleu {
  background: #4046CB;
}
body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__rando span.jaune,
div.wp-block .catViewItem .catViewItem__infos .catViewItem__rando span.jaune {
  background: #FBBB3A;
}
body:not(.wp-admin) .catViewItem.itineraire,
div.wp-block .catViewItem.itineraire {
  min-height: 284px;
}
body:not(.wp-admin) .catViewItem.itineraire .catViewItem__img,
div.wp-block .catViewItem.itineraire .catViewItem__img {
  width: 48%;
}
body:not(.wp-admin) .catViewItem.itineraire .catViewItem__infos .catViewItem__titre,
div.wp-block .catViewItem.itineraire .catViewItem__infos .catViewItem__titre {
  margin-bottom: 30px;
}
body:not(.wp-admin) .catViewItem.agenda,
div.wp-block .catViewItem.agenda {
  width: 100%;
  min-height: 340px;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  margin: 0 0 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body:not(.wp-admin) .catViewItem.agenda:nth-child(3n+3),
div.wp-block .catViewItem.agenda:nth-child(3n+3) {
  margin-right: 0;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__img,
div.wp-block .catViewItem.agenda .catViewItem__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__date,
div.wp-block .catViewItem.agenda .catViewItem__date {
  z-index: 2;
  position: absolute;
  background: #F8F7F2;
  padding: 16px;
  color: #3C4473;
  font-weight: bold;
  line-height: 1.1;
  top: 0;
  left: 10px;
  width: 104px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__infos,
div.wp-block .catViewItem.agenda .catViewItem__infos {
  position: relative;
  z-index: 1;
  color: #F8F7F2;
  height: fit-content;
  min-height: 233px;
  background-color: #C3A794;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#C3A794));
  background: -webkit-linear-gradient(top,transparent,#C3A794 60%,#C3A794);
  background: -moz-linear-gradient(top,transparent,#C3A794 60%,#C3A794);
  background: -ms-linear-gradient(top,transparent,#C3A794 60%,#C3A794);
  background: -o-linear-gradient(top,transparent,#C3A794 60%,#C3A794);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 10px;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__tags .catViewItem__etiquette,
div.wp-block .catViewItem.agenda .catViewItem__tags .catViewItem__etiquette {
  background: #F8F7F2;
  color: #3C4473;
  line-height: 1.2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__titre,
div.wp-block .catViewItem.agenda .catViewItem__titre {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 6px;
  line-height: 1;
  color: #F8F7F2;
  margin-bottom: 10px;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__commune,
div.wp-block .catViewItem.agenda .catViewItem__commune {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}
body:not(.wp-admin) .catViewItem.agenda .catViewItem__commune i,
div.wp-block .catViewItem.agenda .catViewItem__commune i {
  font-size: 2.5rem;
  margin-right: 10px;
}
body:not(.wp-admin) .catViewItem:hover,
div.wp-block .catViewItem:hover {
  border-color: #4C583F;
}
.swiper--ctn {
  position: relative;
}
.s-button-prev,
.s-button-next {
  width: 48px;
  height: 46px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 23px);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ffffff;
}
.s-button-prev i,
.s-button-next i {
  font-size: 15px;
}
.s-button-prev i:before,
.s-button-next i:before {
  color: #ffffff;
}
.s-button-prev:hover,
.s-button-next:hover {
  background: #ffffff;
}
.s-button-prev:hover i:before,
.s-button-next:hover i:before {
  color: #1e1e1e;
}
.s-button-prev {
  left: 10px;
}
.s-button-prev i {
  transform: rotate(180deg);
}
.s-button-next {
  right: 10px;
}
.s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.s-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
}
.s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4C583F;
}
#langues:hover .langSwitcher .listlg,
#langues:focus .langSwitcher .listlg,
#langues:focus-within .langSwitcher .listlg {
  opacity: 1;
  pointer-events: auto;
}
.langSwitcher {
  display: block;
  position: relative;
  padding: 5px 0;
}
.langSwitcher #afflg {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
}
.langSwitcher .listlg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.langSwitcher .listlg a {
  text-decoration: none;
  font-weight: normal;
}
.langSwitcher .listlg .gtranslate_wrapper {
  background: #F8F7F2;
  width: 100%;
}
.langSwitcher .listlg .gtranslate_wrapper a.nturl {
  display: block;
  padding: 5px 30px;
  color: #9DB29A;
  background: rgba(157,178,154,0.3);
}
.langSwitcher .listlg .gtranslate_wrapper a.glink.gt-current-lang {
  color: #4C583F;
  background: rgba(76,88,63,0.3);
}
.langSwitcher .listlg .gtranslate_wrapper a:hover,
.langSwitcher .listlg .gtranslate_wrapper:focus,
.langSwitcher .listlg .gtranslate_wrapper:focus-within {
  color: #4C583F;
}
body .gtranslate-edit {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 10vw;
}
body .gtranslate-edit a {
  padding: 10px;
  background: #1f2124;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body .gtranslate-edit a img {
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
body .gtranslate-edit a:hover {
  background: #ffae1f;
  color: #1f2124;
}
.imgcropCtn {
  position: relative;
  overflow: hidden;
}
.imgcropCtn .imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.imgcropCtn .imgcropcontain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  object-position: center;
}
.imgcropCtn .objectpositiontop {
  object-position: top;
}
.imgcropCtn .objectpositionbottom {
  object-position: bottom;
}
.imgcropCtn .objectpositionleft {
  object-position: left;
}
.imgcropCtn .objectpositionright {
  object-position: right;
}
body.sizeplus .main p:not(.special1):not(.special2),
body.sizeplus .main .section-paragraphe ul,
body.sizeplus .main .section-yatadata ul {
  font-size: 2.2rem !important;
}
body.sizeplus .main .section-yatadata p:not(.special1):not(.special2) {
  font-size: 2.4rem !important;
}
body.lineplus .main p:not(.special1):not(.special2),
body.lineplus .main .section-paragraphe ul,
body.lineplus .main .section-yatadata ul {
  line-height: 4rem !important;
}
body.lineplus .main p.description {
  line-height: 2.6rem !important;
}
body.typeplus .main p:not(.special1):not(.special2),
body.typeplus .main .section-paragraphe ul,
body.typeplus .main .section-yatadata ul {
  font-family: Courier, serif;
}
.section-entetewebzine {
  overflow-x: clip;
  position: relative;
}
.section-entetewebzine .bouton__retour {
  position: absolute;
  left: 45px;
  -webkit-transform: translate(0,16px);
  -moz-transform: translate(0,16px);
  -ms-transform: translate(0,16px);
  -o-transform: translate(0,16px);
  transform: translate(0,16px);
}
.section-entetewebzine .entetewebzine__container {
  max-width: 1640px;
  padding: 0 20px 120px;
  margin: 0 auto;
  text-align: center;
}
.section-entetewebzine .entetewebzine__container .ariane .contenuariane,
.section-entetewebzine .entetewebzine__container .ariane .contenuariane a {
  color: #9DB29A;
}
.section-entetewebzine .entetewebzine__container h1 {
  margin-bottom: 20px;
  line-height: 1;
  color: #C9A335;
}
.section-entetewebzine .entetewebzine__container p {
  max-width: 784px;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.5;
}
.section-entetewebzine .entetewebzine__container .imgcropCtn {
  margin-top: 40px;
  width: 100%;
  height: 530px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-entetepage {
  overflow-x: clip;
  margin-top: -170px;
  margin-bottom: -120px;
  position: relative;
}
.section-entetepage .vague-entete {
  fill: #9DB29A;
  position: absolute;
  z-index: -1;
}
.section-entetepage .entetepage__inner {
  padding-top: 170px;
  background-color: #9DB29A;
  color: #F8F7F2;
}
.section-entetepage .entetepage__inner .forme-entete {
  position: absolute;
  width: 278px;
  height: auto;
  right: -85px;
  top: 96px;
}
.section-entetepage .entetepage__inner .forme-entete .couleur__1 {
  fill: #C9A335;
}
.section-entetepage .entetepage__inner .forme-entete .couleur__2 {
  fill: #81907B;
}
.section-entetepage .entetepage__inner .entetepage__container {
  max-width: 1640px;
  padding: 0 20px 180px;
  margin: 0 auto;
  text-align: center;
}
.section-entetepage .entetepage__inner .entetepage__container h1 {
  margin-bottom: 20px;
}
.section-entetepage .entetepage__inner .entetepage__container .entetepage__soustitre {
  font-size: 3.2rem;
  font-family: 'Kamila', cursive;
  margin: -30px 0 40px;
}
.section-entetepage .entetepage__inner .entetepage__container p {
  max-width: 784px;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.5;
}
.section-entetepage .entetepage__inner .entetepage__container a {
  color: #F8F7F2;
}
body:not(.wp-admin).vert .section-entetepage .vague-entete,
div.wp-block.vert .section-entetepage .vague-entete {
  fill: #9DB29A;
}
body:not(.wp-admin).vert .section-entetepage .entetepage__inner,
div.wp-block.vert .section-entetepage .entetepage__inner {
  background: #9DB29A;
}
body:not(.wp-admin).vert .section-entetepage .forme-entete .couleur__1,
div.wp-block.vert .section-entetepage .forme-entete .couleur__1 {
  fill: #C9A335;
}
body:not(.wp-admin).vert .section-entetepage .forme-entete .couleur__2,
div.wp-block.vert .section-entetepage .forme-entete .couleur__2 {
  fill: #81907B;
}
body:not(.wp-admin).marron .section-entetepage .vague-entete,
div.wp-block.marron .section-entetepage .vague-entete {
  fill: #C3A794;
}
body:not(.wp-admin).marron .section-entetepage .entetepage__inner,
div.wp-block.marron .section-entetepage .entetepage__inner {
  background: #C3A794;
}
body:not(.wp-admin).marron .section-entetepage .forme-entete .couleur__1,
div.wp-block.marron .section-entetepage .forme-entete .couleur__1 {
  fill: #E0E1D2;
}
body:not(.wp-admin).marron .section-entetepage .forme-entete .couleur__2,
div.wp-block.marron .section-entetepage .forme-entete .couleur__2 {
  fill: #81907B;
}
body:not(.wp-admin).jaune .section-entetepage .vague-entete,
div.wp-block.jaune .section-entetepage .vague-entete {
  fill: #C9A335;
}
body:not(.wp-admin).jaune .section-entetepage .entetepage__inner,
div.wp-block.jaune .section-entetepage .entetepage__inner {
  background: #C9A335;
}
body:not(.wp-admin).jaune .section-entetepage .forme-entete .couleur__1,
div.wp-block.jaune .section-entetepage .forme-entete .couleur__1 {
  fill: #A95B3C;
}
body:not(.wp-admin).jaune .section-entetepage .forme-entete .couleur__2,
div.wp-block.jaune .section-entetepage .forme-entete .couleur__2 {
  fill: #81907B;
}
body:not(.wp-admin).rose .section-entetepage .vague-entete,
div.wp-block.rose .section-entetepage .vague-entete {
  fill: #BF8776;
}
body:not(.wp-admin).rose .section-entetepage .entetepage__inner,
div.wp-block.rose .section-entetepage .entetepage__inner {
  background: #BF8776;
}
body:not(.wp-admin).rose .section-entetepage .forme-entete .couleur__1,
div.wp-block.rose .section-entetepage .forme-entete .couleur__1 {
  fill: #C9A335;
}
body:not(.wp-admin).rose .section-entetepage .forme-entete .couleur__2,
div.wp-block.rose .section-entetepage .forme-entete .couleur__2 {
  fill: #81907B;
}
body:not(.wp-admin) .bouton1,
div.wp-block .bouton1 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 44px;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #F8F7F2;
  background-color: #4C583F;
  border-color: #4C583F;
  text-decoration: none;
}
body:not(.wp-admin) .bouton1:hover,
div.wp-block .bouton1:hover {
  color: #4C583F;
  background-color: #F8F7F2;
}
body:not(.wp-admin) .bouton2,
div.wp-block .bouton2 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 44px;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4C583F;
  background-color: #F8F7F2;
  border-color: #F8F7F2;
  text-decoration: none;
}
body:not(.wp-admin) .bouton2:hover,
div.wp-block .bouton2:hover {
  color: #F8F7F2;
  border-color: #4C583F;
  background-color: #4C583F;
}
body:not(.wp-admin) .bouton3,
div.wp-block .bouton3 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 44px;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4C583F;
  background-color: transparent;
  border-color: #4C583F;
  text-decoration: none;
}
body:not(.wp-admin) .bouton3:hover,
div.wp-block .bouton3:hover {
  color: #F8F7F2;
  border-color: #4C583F;
  background-color: #4C583F;
}
body:not(.wp-admin) .bouton4,
div.wp-block .bouton4 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 44px;
  border: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #F8F7F2;
  background-color: transparent;
  border-color: #F8F7F2;
  text-decoration: none;
}
body:not(.wp-admin) .bouton4:hover,
div.wp-block .bouton4:hover {
  color: #4C583F;
  border-color: #F8F7F2;
  background-color: #F8F7F2;
}
body:not(.wp-admin) .bouton__arrow,
div.wp-block .bouton__arrow {
  display: flex;
  border: 3px solid #4C583F;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #F8F7F2;
  background: #4C583F;
  font-size: 1.3rem;
  width: fit-content;
  text-decoration: none;
}
body:not(.wp-admin) .bouton__arrow.grand,
div.wp-block .bouton__arrow.grand {
  border-width: 4px;
  font-size: 1.7rem;
}
body:not(.wp-admin) .bouton__arrow.grand i,
div.wp-block .bouton__arrow.grand i {
  width: 52px;
  height: 34px;
}
body:not(.wp-admin) .bouton__arrow i,
div.wp-block .bouton__arrow i {
  width: 34px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F8F7F2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body:not(.wp-admin) .bouton__stroke,
div.wp-block .bouton__stroke {
  display: flex;
  align-items: center;
  width: min-content;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Fredoka', sans-serif;
}
body:not(.wp-admin) .bouton__stroke .icone,
div.wp-block .bouton__stroke .icone {
  font-size: 5.2rem;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.3));
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body:not(.wp-admin) .bouton__stroke .bouton__text,
div.wp-block .bouton__stroke .bouton__text {
  position: relative;
  display: inline-block;
  z-index: 0;
  line-height: 0.72;
  font-size: 2rem;
  font-weight: 500;
  color: #F8F7F2;
  -webkit-transform: translate(-3px,0);
  -moz-transform: translate(-3px,0);
  -ms-transform: translate(-3px,0);
  -o-transform: translate(-3px,0);
  transform: translate(-3px,0);
}
body:not(.wp-admin) .bouton__stroke .bouton__text:before,
div.wp-block .bouton__stroke .bouton__text:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  z-index: -1;
  text-stroke: 14px #C9A335;
  -webkit-text-stroke: 14px #C9A335;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.3));
}
body:not(.wp-admin) .bouton__stroke:hover .icone,
div.wp-block .bouton__stroke:hover .icone {
  -webkit-transform: translate(0,-10px);
  -moz-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  -o-transform: translate(0,-10px);
  transform: translate(0,-10px);
}
body:not(.wp-admin) .bouton__retour,
div.wp-block .bouton__retour {
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 1.4rem;
}
body:not(.wp-admin) .bouton__retour .bouton__arrow,
div.wp-block .bouton__retour .bouton__arrow {
  margin-right: 8px;
  font-size: 1rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body:not(.wp-admin) .bouton__retour .bouton__arrow i,
div.wp-block .bouton__retour .bouton__arrow i {
  width: 32px;
}
body:not(.wp-admin) .bouton__retour .retour__texte,
div.wp-block .bouton__retour .retour__texte {
  text-decoration: underline;
  text-underline-offset: 2px;
}
small.copyimg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 0.8;
  background-color: rgba(0,0,0,0.3);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
  user-select: none;
}
small.copyimg .copysymb {
  padding: 5px 0;
}
small.copyimg .copycont {
  padding-left: 5px;
  display: none;
}
small.copyimg:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
a.bloglistitem {
  display: inline-flex;
  width: 50%;
  align-items: center;
  margin-bottom: 20px;
}
a.bloglistitem .imgcropCtn {
  height: 85px;
  min-width: 85px;
  margin-right: 20px;
}
a.bloglistitem .categcont {
  line-height: 2.4rem;
}
a.bloglistitem .categcont span.titre {
  font-family: 'Bariol', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #f9b233;
  margin-bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a.bloglistitem:hover .categcont span.titre {
  color: #ffd926;
}
.blogsidebar {
  padding: 26px 24px;
  background-color: #ffffff;
  margin-top: 30px;
}
.blogsidebar span.titrerubrique {
  display: block;
  font-family: 'Kamila', cursive;
  font-size: 2.3rem;
  line-height: 3rem;
  color: #ffd926;
  margin-bottom: 20px;
}
.blogsidebar a.bloglistitem {
  width: 100%;
}
.blogsidebar div.derniersarticles {
  margin-bottom: 40px;
}
.blogsidebar div.categories {
  margin-bottom: 40px;
  padding-left: 17px;
}
.blogsidebar div.categories a {
  font-weight: 300;
  line-height: 3.5rem;
  color: #ffd926;
  display: block;
}
.blogsidebar div.categories a:before {
  position: absolute;
  content: "\2022";
  color: #f9b233;
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: -17px;
  margin-top: 0px;
}
.blogsidebar div.categories a:hover {
  color: #f9b233;
}
.blogsidebar div.auteurs a.bloglistitem .imgcropCtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.single-post .infosarticle {
  display: flex;
  padding: 25px 40px;
  background-color: #F5F5F7;
  max-width: 660px;
  width: 100%;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.single-post .infosarticle span {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  display: flex;
}
body.single-post .infosarticle span i {
  font-size: 2.2rem;
  color: #ffd926;
  margin-right: 10px;
}
body.single-post .infosarticle span a {
  color: #f9b233;
  text-decoration: underline;
  margin-left: 5px;
}
body.single-post .imgmiseenavant {
  height: 450px;
  max-width: 660px;
  margin-bottom: 40px;
}
body.single-post .motscles {
  padding: 23px 38px;
  background-color: #F5F5F7;
  margin-bottom: 40px;
}
body.single-post .motscles .titrerubrique {
  display: block;
  font-family: 'Kamila', cursive;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #ffd926;
  margin-bottom: 20px;
}
body.single-post .motscles a.tags {
  line-height: 2.4rem;
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  margin-right: 20px;
}
body.single-post .motscles a.tags:last-child {
  margin-right: 0;
}
body.single-post .infosauteur {
  padding: 23px 38px;
  background-color: #F5F5F7;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-post .infosauteur .imgcropCtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 40px;
}
body.single-post .infosauteur .txtauteur {
  width: calc(100% - 200px);
}
body.single-post .infosauteur .txtauteur a {
  color: #ffd926;
  font-family: 'Kamila', cursive;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 20px;
  display: block;
}
.div404 {
  text-align: center;
  height: auto;
  min-height: 60vh;
}
.div404 img {
  display: block;
  margin: auto;
  max-height: 220px;
}
.ariane {
  margin-bottom: 30px;
}
.ariane .contenuariane {
  padding: 10px 0px;
  margin: auto;
  color: #F8F7F2;
  font-weight: bold;
  font-size: 1.6rem;
}
.ariane .contenuariane a {
  color: #F8F7F2;
  text-decoration: none;
  font-weight: normal;
}
.ariane .contenuariane a:hover {
  text-decoration: underline;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fondModal {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(157,178,154,0.95);
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
.fondModal .modalclosebackground {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fondModal span.icon-close {
  position: absolute;
  top: 55px;
  right: 55px;
  font-size: 40px;
  color: #F8F7F2;
  cursor: pointer;
}
.fondModal span.icon-close:hover {
  color: #4C583F;
}
.fondModal .modalinner {
  max-width: 317px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  animation-name: animmodal;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.fondModal .modalinner .modalContent {
  border-radius: 10px;
  background-color: #4C583F;
  color: #F8F7F2;
  margin: 0px;
  padding: 15px;
}
.fondModal .modalinner .modalContent .modalClose {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #F8F7F2;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.fondModal .modalinner .modalContent .modalClose:hover {
  color: #9DB29A;
}
.fondModal .modalinner .modalContent .titremodal {
  margin: 5px 0px 15px 0px;
  color: #F8F7F2;
  font-size: 2.2rem;
  font-weight: 500;
}
.fondModal .modalinner .modalContent .accessoption {
  padding: 5px 10px;
  background-color: #F8F7F2;
  border-radius: 10px;
  margin-top: 8px;
}
.fondModal .modalinner .modalContent .accessoption p.formtexte {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4C583F;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle {
  margin-left: 0px;
  margin-top: -10px;
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #4C583F;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus {
  outline: none;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus .toggle input+label::before,
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus .toggle input+span::before {
  outline: 2px solid #9DB29A;
  outline-offset: 2px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle {
  margin: 5px 0 5px 15px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle input + label {
  margin-left: 53px;
  color: #4C583F;
}
.fondModal .modalinner .modalContent form.modalrech ::placeholder {
  color: #969696;
}
.fondModal .modalinner .modalContent form.modalrech input[type="text"] {
  border: 0px #ffffff solid;
  background-color: #ffffff;
  color: #24263F;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  width: 100%;
  padding: 8px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
.fondModal .modalinner .modalContent form.modalrech input[type="submit"] {
  display: block;
  margin: auto;
}
.fondModal .modalinner .modalContent #inputcarnetpartage input {
  padding: 10px 20px 7px;
  margin-bottom: 20px;
}
.fondModal .modalinner .modalContent button.bout1 {
  border-color: #ffffff;
}
.fondModal .modalinner .modalContent button.bout1:hover {
  color: #f9b233;
  border-color: #f9b233;
}
.fondModal#modalcarnet .modalinner {
  max-width: 800px;
  text-align: center;
}
.searchCtn {
  display: none;
}
.search__input {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
.searchCtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.searchCtn .overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(157,178,154,0.95);
}
.btn--search-close {
  font-size: 2em;
  position: absolute;
  z-index: 5;
  top: 50px;
  right: 50px;
  display: none;
  outline: none;
}
.btn--search-close span {
  display: block;
  color: #F8F7F2;
  font-size: 40px;
}
.btn--search-close span:hover {
  color: #C9A335;
}
.btn--search-close {
  display: block;
}
.search__form {
  position: relative;
  width: 100%;
  max-width: 768px;
}
.search__form-inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.search__form-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #C9A335;
}
.search__input {
  font-family: inherit;
  font-size: 5rem;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 20px;
  text-align: center;
  color: #4C583F;
  border: none;
  font-weight: bold;
  background: #F8F7F2;
  outline: 0;
}
.search__input::-webkit-input-placeholder {
  color: #4C583F;
}
.search__input::-moz-placeholder {
  opacity: 1;
  color: #4C583F;
}
.search__input:-ms-input-placeholder {
  color: #4C583F;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info {
  font-size: 90%;
  font-weight: bold;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0.85em 0;
  color: #ffffff;
}
.search__related {
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 2;
  margin: 40px 0 0;
}
.search__suggestion .h3like {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Kamila', cursive;
  color: #F8F7F2;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: normal !important;
  margin: 0 0 20px;
}
.search__suggestion .h3like span {
  color: #F8F7F2;
}
.search__suggestion ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.search__suggestion ul li {
  color: #F8F7F2;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 5px 10px;
  font-weight: 500;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search__suggestion ul li .hash {
  color: #4C583F;
}
.search__suggestion ul li:hover {
  color: #4C583F;
}
.main-wrap {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.main-wrap--move {
  opacity: 0;
  transform: scale3d(0.9,0.9,1);
}
.main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0;
}
.searchCtn {
  pointer-events: none;
}
.search--open {
  pointer-events: auto;
}
.searchCtn .overlay {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .overlay {
  opacity: 1;
}
.btn--search-close {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .btn--search-close {
  opacity: 1;
}
.search__suggestion,
.search__info {
  opacity: 0;
  transform: translate3d(0,-50px,0);
  transition: opacity 0.4s, transform 0.4s;
}
.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition-delay: 0.4s;
  transition-timing-function: ease-out;
}
.search__form-inner::after {
  opacity: 0;
  transform-origin: 50% 0;
}
.search--open .search__form-inner::after {
  animation: scaleUpDown 0.8s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1,0,1);
  }
  50% {
    transform: scale3d(1,1,1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(1,0,1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
}
.search__form-inner {
  transform: translate3d(0,-50px,0);
  transition: transform 0.4s;
}
.search--open .search__form-inner {
  transform: translate3d(0,0,0);
  transition: none;
}
.search__input {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .search__input {
  opacity: 1;
  transition: opacity 0s 0.4s;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e67800;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #ffffff;
  font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e62300;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.pagination__ctn nav {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.pagination__ctn nav > a,
.pagination__ctn nav > span {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 10px;
  color: #1e1e1e;
}
.pagination__ctn nav > span.current {
  color: #4C583F;
}
.pagination__ctn nav a:hover {
  color: #4C583F;
}
.section-enconstruction {
  height: 100vh;
  background: #F8F7F2;
  color: #4C583F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-enconstruction h1 {
  margin: 0 0 10px;
}
.section-enconstruction h1 img {
  width: 220px;
  height: auto;
}
.section-enconstruction h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #4C583F;
}
.wpml-ls {
  display: inline-block;
  width: 60px !important;
  float: right;
  margin: 8px 23px;
}
.wpml-ls-legacy-dropdown a {
  color: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  background-color: #ffffff !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
  color: #1e1e1e !important;
  background-color: #ffffff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 30px !important;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 2px !important;
}
.enteterecherche__titre {
  margin-bottom: 80px !important;
}
form.searchpageform input[type="text"] {
  border: 1px #9DB29A solid;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 12px 35px;
  margin: 10px 20px 10px 0px;
  line-height: 1;
  color: #4C583F;
}
form.searchpageform input[type="text"]::placeholder {
  color: #AAA;
}
form.searchpageform .bouton1 {
  padding: 10px 44px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
form.searchpageform .bouton1:hover {
  background: #9DB29A;
}
.section-recherche {
  position: relative;
  overflow-x: clip;
  margin-top: 60px;
}
.section-recherche .recherche__container {
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3,1fr);
}
.section-recherche .recherche__container .recherche__item {
  flex: 1 1 0;
}
.section-recherche .recherche__container .recherche__item a {
  text-decoration: none;
}
.section-recherche .recherche__container .recherche__item-image {
  width: 100%;
  height: 280px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 16px;
}
.section-recherche .recherche__container .recherche__item-image .imgcrop {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-recherche .recherche__container .recherche__item-image a:hover .imgcrop {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-recherche .recherche__container .recherche__item h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.section-recherche .recherche__container .recherche__item p {
  line-height: 1.3;
  margin: 0 0 16px;
}
.section-recherche .recherche__container .recherche__item .bouton3 {
  width: 100%;
}
#wpc-weather,
#wpc-weather.small .now .location_name {
  font-size: 24px !important;
}
#wpc-weather.small .now .time_symbol svg {
  width: 90px !important;
  height: 90px !important;
  margin-bottom: 20px !important;
}
#wpc-weather.small .now .time_temperature {
  font-size: 34px !important;
  font-weight: 700 !important;
}
#wpc-weather .short_condition {
  font-size: 20px !important;
  margin: 5px 0 !important;
  text-align: center !important;
}
select {
  background: #4C583F;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #F8F7F2;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 34px 4px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.501%22%20height%3D%226.441%22%20viewBox%3D%220%200%2011.501%206.441%22%3E%3Cpath%20d%3D%22M-539.473%2C3953.691a.748.748%2C0%2C0%2C1-.532-.221l-4.909-4.941a.75.75%2C0%2C0%2C1%2C0-1.061.749.749%2C0%2C0%2C1%2C1.061%2C0l4.386%2C4.415%2C4.56-4.425a.75.75%2C0%2C0%2C1%2C1.061.016.75.75%2C0%2C0%2C1-.016%2C1.061l-5.092%2C4.941A.748.748%2C0%2C0%2C1-539.473%2C3953.691Z%22%20transform%3D%22translate%28545.132%20-3947.25%29%22%20fill%3D%22%23f8f7f2%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: auto;
}
select option {
  background: #4C583F;
  color: #F8F7F2;
}
.toggle {
  display: inline-block;
  position: relative;
  user-select: none;
  margin-top: 5px;
  line-height: 1.2;
  font-weight: bold;
}
.toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.toggle input + label,
.toggle input + span {
  margin-left: 45px;
  cursor: pointer;
  color: grey;
}
.toggle input:checked + label,
.toggle input:checked + span {
  color: #9DB29A;
}
.toggle input + label::before,
.toggle input + span::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  background-color: #969696;
  display: inline-block;
  height: 20px;
  width: 37px;
  border-radius: 10px;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.toggle input + label::after,
.toggle input + span::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 3px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
}
.toggle input:checked + label::before,
.toggle input:checked + span::before {
  background-color: #9DB29A;
}
.toggle input:checked + label::after,
.toggle input:checked + span::after {
  -webkit-transform: translate(17px,0);
  -moz-transform: translate(17px,0);
  -ms-transform: translate(17px,0);
  -o-transform: translate(17px,0);
  transform: translate(17px,0);
}
.backtotop {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 100px;
  right: 70px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.backtotop i {
  font-size: 40px;
  opacity: 0.5;
}
.backtotop:hover i {
  opacity: 1;
}
.gdpr-data-request-block {
  padding: 40px 20px;
  background: #f5f5f5;
}
.gdpr-data-request-block form {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
.gdpr-data-request-block form .gdrf-field-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-radio-label {
  margin-bottom: 30px;
  font-size: 2rem;
  width: 100%;
}
.gdpr-data-request-block form .gdrf-field-action .gdrf-data-type-label {
  margin: 0;
}
.gdpr-data-request-block form .gdrf-field-action input {
  margin-right: 10px;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-data-type-remove {
  margin-left: 20px;
}
.gdpr-data-request-block form .gdrf-field {
  margin-bottom: 20px;
}
.gdpr-data-request-block form .gdrf-field label {
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 1650px) {
  header.hdr .inner {
    padding: 24px 48px 24px 60px;
  }
  header.hdr .inner a.logo {
    margin-right: 20px;
  }
  header.hdr.scrolling .inner {
    padding: 10px 48px 10px 60px;
  }
  header.hdr.scrolling .inner a.logo {
    width: 210px;
    height: 100%;
  }
  header.hdr .inner nav.menuheader > div > ul > li {
    margin: 0 12px;
  }
  header.hdr .inner span.icones > span,
  header.hdr .inner span.icones > a {
    margin: 0 6px;
  }
  body.home header.hdr .inner a.logo {
    width: 200px;
    height: 123px;
  }
  body.home header.hdr.scrolling .inner a.logo {
    width: 200px;
  }
}
@media (max-width: 1450px) {
  header.hdr .inner nav.menuheader > div > ul > li > a,
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1366px) {
  header.hdr {
    height: 147px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
    padding: 60px 20vw;
  }
  body.home header.hdr .inner {
    padding: 24px 60px;
  }
  body.home header.hdr.scrolling .inner {
    padding: 14px 60px;
  }
  header.hdr .inner a.logo {
    width: 160px;
    height: 96px;
  }
  header.hdr.scrolling .inner a.logo {
    width: 160px;
  }
  body.home header.hdr .inner a.logo {
    width: 160px;
    height: 96px;
  }
  body.home header.hdr.scrolling .inner a.logo {
    width: 160px;
  }
  .section-entetepage {
    margin-top: -147px;
  }
  .section-entetepage .entetepage__inner {
    padding-top: 147px;
  }
  .section-entetewebzine .bouton__retour {
    position: relative;
    left: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin-bottom: 30px;
    justify-content: center;
  }
  body:not(.wp-admin) .catViewItem .catViewItem__img,
  div.wp-block .catViewItem .catViewItem__img {
    width: 170px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  header.hdr {
    height: 147px;
  }
  header.hdr .inner {
    padding: 24px 20px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
    padding: 60px 10vw;
  }
  header.hdr.scrolling .inner {
    padding: 10px 20px;
  }
  body.home header.hdr .inner {
    padding: 24px 20px;
  }
  body.home header.hdr.scrolling .inner {
    padding: 10px 20px;
  }
  header.hdr .inner a.logo {
    width: 140px;
    height: 71px;
  }
  header.hdr.scrolling .inner a.logo {
    width: 140px;
  }
  body.home header.hdr .inner a.logo {
    width: 140px;
    height: 71px;
  }
  body.home header.hdr.scrolling .inner a.logo {
    width: 140px;
  }
  footer.ftr .footer__container .footer__colonne {
    width: 40%;
  }
}
@media (max-width: 991px) {
  body {
    padding-bottom: 60px;
  }
  header.hdr,
  body.home header.hdr {
    height: 107px;
  }
  header.hdr .inner,
  body.home header.hdr .inner {
    padding: 17px 27px;
    position: relative;
    z-index: 1;
  }
  header.hdr .inner a.logo,
  body.home header.hdr .inner a.logo {
    width: 124px;
    height: 100%;
  }
  header.hdr .inner nav.menuheader,
  body.home header.hdr .inner nav.menuheader {
    display: none;
  }
  header.hdr .inner span.icones,
  body.home header.hdr .inner span.icones {
    position: fixed;
    padding: 0 25px 18px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #DBA384;
  }
  header.hdr .inner span.icones svg,
  body.home header.hdr .inner span.icones svg {
    display: block;
  }
  header.hdr .inner span.icones > span,
  header.hdr .inner span.icones > a,
  body.home header.hdr .inner span.icones > span,
  body.home header.hdr .inner span.icones > a {
    height: 42px;
    width: 42px;
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: rgba(255,255,255,0.2) !important;
  }
  header.hdr .inner span.icones > span:hover,
  header.hdr .inner span.icones > a:hover,
  body.home header.hdr .inner span.icones > span:hover,
  body.home header.hdr .inner span.icones > a:hover {
    color: #F8F7F2 !important;
    border-color: #F8F7F2 !important;
  }
  header.hdr .inner span.icones span.burger,
  body.home header.hdr .inner span.icones span.burger {
    display: flex;
    border: none !important;
    background: none !important;
  }
  header.hdr.menuopened .inner a.logo,
  body.home header.hdr.menuopened .inner a.logo {
    filter: none;
  }
  header.hdr.menuopened .inner,
  body.home header.hdr.menuopened .inner {
    position: fixed !important;
    height: 107px;
    padding: 17px 27px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -o-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  header.hdr.scrolling .inner,
  body.home header.hdr.scrolling .inner {
    animation: none;
    position: relative;
  }
  header.hdr.scrolling .inner span.icones > span,
  header.hdr.scrolling .inner span.icones > a,
  body.home header.hdr.scrolling .inner span.icones > span,
  body.home header.hdr.scrolling .inner span.icones > a {
    color: #F8F7F2;
    border-color: #F8F7F2;
    background: rgba(248,247,242,0.2);
  }
  header.hdr.scrolling .inner span.icones > span:hover,
  header.hdr.scrolling .inner span.icones > a:hover,
  body.home header.hdr.scrolling .inner span.icones > span:hover,
  body.home header.hdr.scrolling .inner span.icones > a:hover {
    color: #F8F7F2;
    border-color: #F8F7F2;
  }
  header.hdr.scrolling .inner span.icones span.burger,
  body.home header.hdr.scrolling .inner span.icones span.burger {
    background: none;
  }
  header.hdr .go-top.bouton__arrow,
  body.home header.hdr .go-top.bouton__arrow {
    display: none !important;
  }
  footer.ftr .copyright {
    padding: 15px 100px 80px;
  }
  footer.ftr .madebyYata {
    bottom: -10px;
    z-index: 100;
  }
  .langSwitcher .listlg {
    bottom: 33px;
    top: auto;
  }
  .section-entetepage {
    margin-top: -107px;
  }
  .section-entetepage .entetepage__inner {
    padding-top: 107px;
  }
  .section-entetewebzine .entetewebzine__container .imgcropCtn {
    height: 400px;
  }
  .section-entetepage .entetepage__inner .forme-entete {
    display: none;
  }
  .section-entetepage .entetepage__inner .entetepage__container p {
    font-size: 2rem;
  }
  .section-recherche .recherche__container {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }
  body:not(.wp-admin) .bouton__stroke .bouton__text,
  div.wp-block .bouton__stroke .bouton__text {
    font-size: 1.8rem;
  }
  body:not(.wp-admin) .catViewItem.agenda,
  div.wp-block .catViewItem.agenda {
    min-height: 250px;
  }
  .section-paragraphe table {
    width: 100% !important;
  }
  #blocmap2.bloc-yatamap div.categories {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-recherche .recherche__container .recherche__item-image {
    height: 250px;
  }
  footer.ftr .footer__container .footer__colonne {
    width: 100%;
    align-items: center;
  }
  footer.ftr .footer__container .footer__colonne .footer__boutons {
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
  }
  footer.ftr .footer__container .footer__colonne.footer__brochures {
    margin-top: 50px;
  }
  footer.ftr .footer__container .footer__colonne.footer__newsletter {
    margin-top: 40px;
    align-items: start;
  }
  footer.ftr .footer__container .footer__colonne.footer__menu {
    margin-top: 40px;
  }
  footer.ftr .footer__container .footer__colonne.footer__menu a {
    width: 100%;
  }
  footer.ftr .footer__container .footer__logos {
    margin-top: 30px;
  }
  footer.ftr .footer__container .footer__logos img {
    max-width: 64px;
    max-height: 52px;
    margin: 0 12px 10px;
  }
  .fondModal span.icon-close {
    font-size: 30px;
    top: 25px;
    right: 25px;
  }
  .mb100 {
    margin-bottom: 70px;
  }
  .slick-slider button.slick-arrow {
    display: none !important;
  }
  .body-enconstruction .section-enconstruction .subtitle {
    font-size: 2.4rem !important;
  }
  .body-enconstruction .section-enconstruction .h2like {
    font-size: 3rem;
  }
  .btn--search-close {
    top: 20px;
    right: 20px;
  }
  .btn--search-close span {
    font-size: 30px;
  }
  .search__input {
    font-size: 2.5rem;
    height: 60px;
  }
  .search__suggestion .h3like {
    font-size: 2.5rem;
  }
  .search__related {
    margin: 30px 0 0;
  }
  .searchContainer form.searchpageform input[type="text"] {
    margin: 0 0 10px;
    width: 100%;
  }
  .searchContainer form.searchpageform input[type="submit"] {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
  body:not(.wp-admin) .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes,
  div.wp-block .catViewItem .catViewItem__infos .catViewItem__tags .catViewItem__personnes {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  a.bloclienrech div.imgcropCtn {
    display: none;
  }
  a.bloclienrech div.contenutxt {
    width: 100%;
  }
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
  footer.ftr .copyright {
    padding: 15px 20px 140px;
  }
  body:not(.wp-admin) .catViewItem,
  div.wp-block .catViewItem {
    flex-direction: column;
  }
  body:not(.wp-admin) .catViewItem .catViewItem__img,
  body:not(.wp-admin) .catViewItem.itineraire .catViewItem__img,
  div.wp-block .catViewItem .catViewItem__img,
  div.wp-block .catViewItem.itineraire .catViewItem__img {
    width: 100%;
    height: 120px;
    margin: 0 0 20px;
  }
}
