

:root {
    --width-content: 1100px;
}

* {
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

html {
    scroll-behavior: smooth;
    overflow-x:hidden;
    width:100vw;
}

body {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    background:#fafafa;
    overflow-x:clip;
    font-size:14px;
    line-height: 24px;
    font-weight:500;
}

h1 {
    font-size:35px;
    line-height:38px;
    color:#91C039;
    margin-top:20px;
    margin-bottom:30px;
    font-weight: 500;
}

h1:first-child {
    margin-top:0;
}

h1.white {
    color:white !important;
}

h2 {
    margin-top:20px;
    font-family: 'Allura',handwriting;
    font-size: 53px;
    line-height:60px;
    color:#be406f;
    font-weight: 500;
}

h2:first-child {
    margin-top:0;
}

.title h2 {
    color:white;
    text-align:center;
}

h3 {
    color:#be406f;
    font-size: 35px;
    font-family:"Allura", handwriting;
    line-height: 35px;
    font-weight: 500;
    max-width:100%;
    overflow:hidden;
}

h4 {
    font-size: 21px;
    color: #000000;
    line-height:normal;
    margin-top:10px;
    font-weight: 500;
}

h4:first-child {
    margin-top:0;
}

h5 {
    color:#be406f;
    font-size: 18px;
    line-height: normal;
    font-weight:500;
}

h6 {
    font-size:14px;
    line-height: normal;
    font-weight:700;
    color:#be406f;
    margin-top:20px;
}

h6:first-child {
    margin-top:0;
}

p {
    font-size:14px;
    color:#666;
    margin-top:15px;
}

p strong {
    color:#be406f;
}

p:first-child {
    margin-top:0;
}

a.important {
    color: #fff;
    background: #C13D6D;
    border:2px solid #C13D6D;
    border-radius: 0px;
    display:block;
    padding:8px 23px;
    width:max-content;
    margin-top:30px;
    transition:0.5s;
}

a.important:hover {
    background:#fff;
    color: #C13D6D;
}

a.important:first-child {
    margin-top:0;
}

.title {
    background-color: #bd406e;
    padding:15px 20px;
    width:calc(100% - 40px);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
}

strong {
    font-weight:700;
}

img {
    width:100%;
    max-width:max-content;
    margin-top:40px;
}

img:first-child {
    margin-top:0;
}

ol {
    color:#565656;
    margin-top:30px;
    list-style: decimal;
    padding-left:15px;
}

ol:first-child {
    margin-top:0;
}

ol li {
    margin-top:30px;
    list-style: decimal;
    padding-left:2px;
}

ol li::marker {
    color: #be406f;
    font-size: 25px;
    font-weight:700;
}

ol li:first-child {
    margin-top:0;
}

.shadow {
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}

span.date {
    color:#be406f;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.gototop {
    transition: bottom 0.5s;
}

.gototop .fa-arrow-circle-up {
    color:#C13D6D;
    background: #FFFFFF;
    border-radius: 100%;
    width: 58px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    font-size: 64px;
}

header {
    padding: 15px 30px;
    width:calc(100% - 60px);
    transition:0.5s;
    background:#000000;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
}

header .logo {
    width:90px;
    position:relative;
    transition:0.5s;
}

.on-scroll header .logo {
    width:65px;
}

header .logo a {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

header .logo img {
    width:100%;
    display:block;
    margin-top:0;
}

header .menu-responsive-container, header > .menu {
    margin-left:auto;
    margin-right:0;
    width:max-content;
    max-width:calc(100% - 120px);
}

header .menu {
    display:flex;
    flex-wrap:wrap;
    height:100%;
    align-items:center;
}

header .menu li {
    margin-right:20px;
}

header .menu li:last-child {
    margin-right:0;
}

header .menu li a {
    color:#d9d9d9;
    font-weight: 600;
    font-size: 14px;
    line-height:14px;
    height: 14px;
    display: block;
    transition:0.4s;
}

header .menu li.active a {
    color:#be406f;
}

header .menu li a:hover {
    opacity:0.7;
}

header .menu li a.order {
    color: white !important;
    border: 2px solid;
    border-color: #BE406E;
    background: #BE406E !important;
    padding:13px 25px;
    border-radius: 3px;
}

.menu-responsive-button {
    background:url("/media/icons/menu.png") no-repeat;
    background-size:contain;
    background-position:center;
    height:30px;
    width:30px;
    border:none;
}

.menu-responsive-button span {
    display:none;
}

footer {
    background:#222222;
}

footer .top-footer {
    background:#222222;
    padding-top:50px;
    padding-bottom:50px;
    display:flex;
    flex-wrap:wrap;
}

footer .top-footer > div {
    width:calc((100% - 200px) / 4);
    margin-right:auto;
    margin-left:auto;
}

footer .top-footer > div:first-child {
    margin-left:0;
}

footer .top-footer > div:last-child {
    margin-right:0;
}

footer .top-footer > div h5 {
    margin-bottom:10px;
}

footer .top-footer > div p, footer .top-footer > div a {
    font-size:14px;
    font-weight: 500;
    color:white;
}

footer .top-footer > div h6 {
    color:white;
    margin-top:10px;
}

footer .top-footer > div h6:first-child {
    margin-bottom:0;
}

footer .top-footer > div a.important {
    margin-top:50px;
}

footer .top-footer > div .logo {
    width:100%;
}

footer .top-footer > div .logo img {
    display:block;
    width:100%;
}

footer .top-footer > div .menu {
    padding-left:10px;
}

footer .top-footer > div .menu li {
    padding-left:5px;
    list-style: disc;
    margin-bottom:7px;
}

footer .top-footer > div .menu li:last-child {
    margin-bottom:0;
}

footer .top-footer > div .menu li::marker {
  color: #be406f;
}

.page-content {
    padding-top:80px;
    min-height:calc(100vh - 80px);
}

.not-all-width {
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    padding-top: 70px;
    padding-bottom: 70px;
}

#tinymce .not-all-width {
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
}

.slider-bullet .slider-menu {
    display:none;
}

.slider {
    height:550px;
}

.slider .slider-content {
    position:relative;
    height:100%;
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
}

.slider .slider-content .filter {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(164deg,rgba(0,0,0,0.49) 81%,#be406f 81%);
    z-index:2;
}

.slider .slider-content .box {
    height:max-content;
    width:max-content;
    max-width:calc((var(--width-content) * 0.5) - 60px);
    position:absolute;
    top:50%;
    left:calc((100vw - var(--width-content)) / 2);
    transform:translate(0,-50%);
    z-index:3;
    background-color: rgba(0,0,0,0.55);
    padding:30px;
}

.slider .slider-content .box h1 {
    color:white;
}

.slider .slider-content .box h3 {
    color:#91C039;
}

.slider .slider-content .box p {
    color:white;
    margin-top:30px;
}

.photo-gallery-custom {
    background:black;
    padding:20px;
}

.photo-gallery-custom .gallery-photos-mixed {
    display:flex;
    flex-wrap:wrap;
    width:100%;
}

.photo-gallery-custom .gallery-photos-mixed > div {
    width:calc((100% - 60px) / 4);
    margin-left:auto;
    margin-right:auto;
}

.photo-gallery-custom .gallery-photos-mixed > div:first-child {
    margin-left:0;
}

.photo-gallery-custom .gallery-photos-mixed > div:last-child {
    margin-right:0;
}

.photo-gallery-custom .gallery-photos-mixed > div .image, .photo-gallery-custom .gallery-photos-mixed > div:nth-child(3n + 1) .image:nth-child(2n + 1) {
    width:100%;
    height:calc(((100vw - 40px - 60px) / 4) * 2 / 3);
    margin-top:20px;
    position:relative;
}

.photo-gallery-custom .gallery-photos-mixed > div .image:nth-child(2n + 1), .photo-gallery-custom .gallery-photos-mixed > div:nth-child(3n + 1) .image:nth-child(2n) {
    height:calc(((100vw - 40px - 60px) / 4) * 3 / 2);
}

.photo-gallery-custom .gallery-photos-mixed > div .image:first-child, .photo-gallery-custom .gallery-photos-mixed > div:nth-child(3n + 1) .image:first-child {
    margin-top:0;
}

.photo-gallery-custom .gallery-photos-mixed > div .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.photo-gallery-custom .gallery-photos-mixed > div .image a {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.text-image {
    display:flex;
    flex-wrap:wrap;
}

.text-image .text {
    width:calc(100% - 500px);
    margin-left:0;
    margin-right:auto;
}

.text-image .image {
    width:400px;
    margin-left:auto;
    margin-right:0;
    height:max-content;
    position: sticky;
    top: 120px;
}

.text-image .image:nth-child(2n + 1) {
    margin-left:0;
    margin-right:auto;
}

.text-image .image:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    background:#91c039;
    transform:translate(-20px, 20px);
    z-index:1;
}

.text-image .image.before-pink:before {
    background:#be406f;
}

.text-image .image img {
    width:100%;
    height: auto;
    position:relative;
    z-index:2;
}

.par {
    margin-top:50px;
    border-left: 1px solid black;
    padding-left: 25px;
}

.par:first-child {
    margin-top:0;
}

.black .par {
    border-left: 1px solid #be406f;
}

.pink {
    background:#be406f;
}

.pink h3 {
    color:white;
}

.pink h1 {
    color:black;
}

.pink > p {
    color:white;
}

.green {
    background:#91c039;
}

.green h1 {
    color:black;
}

.text-center > p, .text-center > h1, .text-center > h2, .text-center > h3, .text-center > h4, .text-center > h5, .text-center > h6 {
    text-align:center;
}

#gmap {
    height:300px;
    width:100%;
}

.horaires-block {
    border-top:4px solid #91C039;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    background:white;
    display:flex;
    flex-wrap:wrap;
    padding:50px;
    margin-top:80px;
    margin-bottom:80px;
}

.horaires-block .text {
    width:calc(100% - 580px);
    margin-left:0;
    margin-right:auto;
}

.horaires-block .text h6 {
    color:black;
}

.horaires-block .map {
    width:480px;
    margin-left:auto;
    margin-right:0;
}

.horaires-block .map a.important {
    margin-left:auto;
    margin-right:auto;
}

.horaires-block h1 {
    color:#BE406F;
}

.horaires-block p {
    color:black;
}

.horaires-block h6 {
    margin-top:30px;
}

.horaires-block h6:first-child {
    margin-top:0;
}

.horaires {
    padding:30px 20px;
    width:max-content;
    min-width:400px;
}

.horaires > div {
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
}

.horaires > div p {
    display:block;
    width:max-content;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
}

.horaires > div p:first-child {
    margin-left:0;
}

.horaires > div p:last-child {
    margin-right:0;
}

.horaires > div:first-child {
    margin-top:0;
}

.place {
    position:relative;
    padding-left:23px;
    line-height: 20px;
}

.place:before {
    content:"📍";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
}

.mail {
    position:relative;
    padding-left:23px;
    line-height: 20px;
    color:white;
}

.mail:before {
    content:"📩";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
}

.calendar-icon {
    position:relative;
    padding-left:23px;
    line-height: 20px;
    color:white;
}

.calendar-icon:before {
    content:"🗓";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
}

.horaires-icon {
    position:relative;
    padding-left:23px;
    line-height: 20px;
    color:white;
}

.horaires-icon:before {
    content:"🕐";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
}

.produit-icon {
    position:relative;
    padding-left:23px;
    line-height: 20px;
}

.produit-icon:before {
    content:"🧺";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
}

.image-title {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    min-height:50px;
}

.image-title img {
    width:40px;
    margin-right:10px;
}

.image-title h4 {
    width:calc(100% - 50px);
    display:block;
    margin-top:0;
}

.blocks-4 {
    margin-top:75px;
    display:flex;
    flex-wrap:wrap;
}

.blocks-4 > div {
    width:calc((100% - 100px) / 4 - 30px);
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    background:white;
    padding:25px 15px;
}

.blocks-4 > div:first-child {
    margin-left:0;
}

.blocks-4 > div:last-child {
    margin-right:0;
}

.blocks-4 > div p strong {
    color:#666;
}

.blocks-4 > div h4 {
    color:#333;
}

.blocks-4 > div h1 {
    font-size:28px;
    line-height:31px;
}

.text-image-2 {
    display:flex;
    flex-wrap:wrap;
}

.text-image-2 .image {
    width:450px;
    margin-left:0;
    margin-right:0;
    position:relative;
}

.text-image-2.small-image .image {
    width:300px;
}

.text-image-2 .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    position:absolute;
    top:0;
    left:0;
}

.text-image-2 .old-image-warby img {
    object-position:0%;
}

.text-image-2 .text {
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 450px - (100% - var(--width-content)));
    padding:50px 0;
    position:relative;
}

.text-image-2.small-image .text {
    width:calc(100% - 300px - (100% - var(--width-content)));
}

.text-image-2 .text.more-padding {
    padding:150px 0;
}

.text-image-2 .text .mini-blocks-contact {
    position:absolute;
    top:50%;
    right:0;
    transform:translate(calc(100% + 50px),-50%);
    z-index: 3;
}

.text-image-2 .text a.important {
    margin-top:40px;
}

.title-pink {
    color:#BE406F;
}

.black {
    background:black;
}

.black h4, .black p {
    color:white;
}

.black h3 {
    color:#fff;
}

.strong-green strong {
    color:#91C039;
}

.green-blocks {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
    margin-bottom:100px;
}

.green-blocks:first-child {
    margin-top:0;
}

.green-blocks:last-child {
    margin-bottom:0;
}

.green-blocks > div {
    padding:0 0 15px 15px;
    border-bottom:1px solid #91C039;
    border-left:1px solid #91C039;
    width:calc((100% - 60px) / 2 - 16px);
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
}

.green-blocks > div:nth-child(2n + 1) {
    margin-left:0;
}

.green-blocks > div:nth-child(2n) {
    margin-right:0;
}

.green-blocks > div:nth-child(-n + 2) {
    margin-top:0;
}

.green-blocks.three-green-blocks > div {
    width:calc((100% - 90px) / 3 - 16px);
}

.green-blocks.three-green-blocks > div:nth-child(2n + 1) {
    margin-left:auto;
}

.green-blocks.three-green-blocks > div:nth-child(2n) {
    margin-right:auto;
}

.green-blocks.three-green-blocks > div:nth-child(-n + 2) {
    margin-top:60px;
}

.green-blocks.three-green-blocks > div:nth-child(3n + 1) {
    margin-left:0;
}

.green-blocks.three-green-blocks > div:nth-child(3n) {
    margin-right:0;
}

.green-blocks.three-green-blocks > div:nth-child(-n + 3) {
    margin-top:0;
}

.black .blocks-4 > div p {
    color:#666;
}

.mini-blocks-contact {
    display:block;
    min-width:400px;
}

.mini-blocks-contact > div {
    width:max-content;
    min-width:calc(100% - 40px);
    background:white;
    padding:40px 20px;
    margin-top:40px;
}

.mini-blocks-contact > div:first-child {
    margin-top:0;
}

.mini-blocks-contact > div h4 {
    color:#333;
}

.mini-blocks-contact > div p, .mini-blocks-contact > div a {
    color:#666;
    margin-top:15px;
    display:block;
}

.photo-gallery-slider-block {
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.photo-gallery-slider-block .go-left, .photo-gallery-slider-block .go-right {
    width:30px;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
}

.photo-gallery-slider-block .go-left {
    margin-left:0;
}

.photo-gallery-slider-block .go-right {
    margin-right:0;
}

.photo-gallery-slider-block .go-left img, .photo-gallery-slider-block .go-right img {
    width:100%;
}

.photo-gallery-slider-block .photo-gallery-slider {
    width:calc(100% - 100px);
    margin-left:auto;
    margin-right:auto;
    overflow:auto;
    scroll-behavior:smooth;
    padding-bottom:30px;
    padding-top:30px;
}

.photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed {
    display:flex;
    flex-wrap:wrap;
    width:max-content;
    align-items:center;
}

.photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image {
    width:calc((var(--width-content) - 100px - 200px) / 5);
    height:max-content;
    margin-right:50px;
    position:relative;
    background-size:cover;
    background-position:center;
}

.photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image:last-child {
    margin-right:0;
}

.photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image img {
    width:100%;
}

.photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.commande-block {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.57) 100%),url(/media/background/vaches.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:50%;
    padding-top:150px;
    padding-bottom:150px;
}

.commande-block h1, .commande-block p {
    text-align:center;
}

.commande-block h1 {
    margin-bottom:0;
}

.commande-block p {
    color:white;
    margin-top:10px;
    font-size:13px;
}

.commande-block a.important {
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}

.places {
    display:flex;
    flex-wrap:wrap;
    margin-top: -110px;
    position: relative;
    z-index: 5;
}

.places > div {
    width:calc((100% - 60px) / 3);
    margin-right:30px;
    margin-top:60px; 
    background:white;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    position:relative;
}

.places > div:nth-child(3n) {
    margin-right:0;
}

.places > div:nth-child(-n + 3) {
    margin-top:0;
}

.places > div .image {
    width:100%;
    height:calc(((var(--width-content) - 60px) / 3) * 12 / 17);
}

.places > div .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.places > div .text {
    padding:30px 15px;
}

.places > div .icon_market {
    position:absolute;
    top:15px;
    left:15px;
    padding:10px;
    border: 1px solid green;
    width:28px;
    border-radius:100%;
    background:white;
}

.places > div .icon_market img {
    width:100%;
    display:block;
}

.places > div h6 {
    color:black;
}

.places > div p {
    color:black;
}

.places > div strong {
    color:black;
}

.text-image-3 {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
    min-height:calc(1000px * 9 / 16);
}

.text-image-3 .image {
    width:1000px;
    min-height:calc(1000px * 9 / 16);
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
}

.text-image-3 .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.text-image-3 .text {
    width:calc(50% - 70px);
    height:max-content;
    background:black;
    padding:35px;
    transform:translate(calc((100vw - var(--width-content)) / (-2)),0);
    margin-left:auto;
    margin-right:0;
    margin-top:100px;
    margin-bottom:100px;
    position: relative;
    z-index:3;
}

.text-image-3 .text h1 {
    color:#91C039;
}

.text-image-3 .text p {
    color:white;
}

.text-image-3 .text h4 {
    color:#91C039;
}

.text-image-3 .text .par {
    border-left:1px solid #91C039;
}

.slider.incontournables-slider .slideritem {
    background-position:bottom;
}

.slider.incontournables-slider .slider-content .filter {
    background: linear-gradient(164deg,rgba(0,0,0,0.63) 81%,#be406f 81%);
}

.produits {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.produits > div {
    width:calc((100% - 90px) / 4);
    margin-right:30px;
    margin-top:40px;
}

.produits > div:nth-child(4n) {
    margin-right:0;
}

.produits > div:nth-child(-n + 4) {
    margin-top:0;
}

.produits > div .image {
    width:100%;
    height:calc(((var(--width-content) - 90px) / 4) * 11 / 6);
}

.produits > div .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.produits > div h4 {
    padding:10px;
    padding-right:25px;
    margin-top:5px;
    cursor:pointer;
    color:white;
    position:relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.produits > div h4:after {
    font-family:"FontAwesome";
    content:"\f055";
    color:white;
    font-size:14px;
    position:absolute;
    top:12px;
    right:10px;
}

.produits > div p {
    color:white;
    height:max-content;
    max-height:0;
    transition:0.5s;
    overflow:hidden;
    margin-top:5px;
    font-size:12px;
    line-height:20px;
}

.producteurs {
    display:flex;
    flex-wrap:wrap;
    margin-top: -110px;
    position: relative;
    z-index: 5;
}

.producteurs > div {
    width:calc((100% - 90px) / 4 - 40px);
    margin-right:30px;
    margin-top:40px;
    background:white;
    padding:20px;
}

.producteurs > div:nth-child(4n) {
    margin-right:0;
}

.producteurs > div:nth-child(-n + 4) {
    margin-top:0;
}

.producteurs > div .logo {
    border: 3px solid #91C039;
    width:54px;
    height:54px;
    border-radius:100%;
    background:white;
    overflow:hidden;
}

.producteurs > div .logo img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}

.producteurs > div p {
    color:black;
}

.producteurs > div strong {
    color:black;
}

.producteurs > div h4 {
    font-size: 20px;
    line-height: 20px;
    text-transform:uppercase;
    font-weight:700;
}

.producteurs > div .social-links {
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
}

.producteurs > div .social-links a {
    margin-right:7px;
}

.producteurs > div .social-links a:last-child {
    margin-right:0;
}

.producteurs > div .social-links a span {
    font-size:32px;
    line-height:32px;
}

.producteurs > div .social-links a span.fa-facebook-square {
    color:#3b5998;
}

.producteurs > div .social-links a span.fa-rss-square {
    color:#ff8a3c;
}

.producteurs > div .social-links a span.fa-twitter-square {
    color:#00acee;
}

.producteurs > div .social-links a span.fa-instagram {
    color:#ea2c59;
}

.ways_sell {
    display:flex;
    flex-wrap:wrap;
    width:var(--width-content);
    margin-left:auto;
    margin-right:auto;
    z-index:5;
    margin-top:-110px;
}

#tinymce .ways_sell {
    margin-top:0;
}

.ways_sell > div {
    margin-right:30px;
    margin-top:30px;
    width:calc((100% - 90px) / 4 - 40px);
    padding:20px;
    background:black;
    z-index:5;
    position:relative;
    transition:0.5s;
}

.ways_sell > div:hover {
    transform:translate(0,-8px);
}

.ways_sell > div:nth-child(4n) {
    margin-right:0;
}

.ways_sell > div:nth-child(-n + 4) {
    margin-top:0;
}

.ways_sell > div .icon {
    width:52px;
    height:52px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-45px;
    background:white;
    border-radius:100%;
    border: 1px solid green;
    z-index:5;
}

.ways_sell > div .icon img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
}

.ways_sell > div h4 {
    margin-top:30px;
    color:white;
    text-align:center;
}

.ways_sell > div a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.padding-top-bottom {
    padding-top:70px;
    padding-bottom:70px;
}

.steps-sell {
    display:flex;
    flex-wrap:wrap;
    width:90vw;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}

.steps-sell > div {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background:white;
    padding:20px;
    width:calc((100% - 100px) / 3 - 40px);
    margin-right:50px;
    margin-top:50px;
}

.steps-sell > div:nth-child(3n) {
    margin-right:0;
}

.steps-sell > div:nth-child(-n + 3) {
    margin-top:0;
}

.steps-sell > div h1 {
    color: #be406f;
    font-size: 30px;
    line-height:30px;
    font-weight:700;
}

.steps-sell > div strong {
    color:#666;
}

.steps-sell > div strong.pink-strong {
    color:#be406f;
}

.steps-sell > div p > a,
.steps-sell > div p > a.important {
    color:#be406f;
    background: #FFFFFF;
}

.steps-sell > div > a,
.steps-sell > div > a.important {
    color:#be406f;
    background: #FFFFFF;
    font-weight: 700;
    display:block;
    margin-top:15px;
}

.steps-sell > div > a:last-child {
    margin-top:2px;
}

h1.width-var {
    width:var(--width-content);
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}

.markets-block .places {
    margin-top:20px;
}

.markets-block h4 {
    text-align:left;
    margin-top:80px;
    font-size: 35px;
}

.markets-block h4:first-child {
    margin-top:0;
}

.markets-flex {
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}

.markets-flex .places {
    width:calc((100% - 60px) / 3);
    margin-right:30px;
    margin-top:0;
}

.markets-flex .places > div {
    width:100%;
    margin-right:0;
    margin-top:40px;
}

.markets-flex .places > div:first-child {
    margin-top:0;
}

.markets-flex .block {
    width:calc((100% - 60px) / 3 * 2 - 82px + 30px);
    padding:40px;
    background:white;
    border:1px solid #008001;
}

.markets-flex .block a.important {
    margin-top:100px;
}

.image-right {
    position:relative;
}

.image-right .image {
    width:50vw;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    z-index:-1;
}

.image-right .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.bloc-commande {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.bloc-commande h4 {
    width:max-content;
    display:block;
    margin-left:0;
    margin-right:auto;
    border-left: 1px solid black;
    padding-left: 25px;
}

.bloc-commande a.important {
    margin-left:auto;
    margin-right:0;
    margin-top:0;
}

.image-plein {
    position:relative;
}

.image-plein .image {
    width:100vw;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    z-index:-1;
}

.image-plein .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.image-plein .bloc {
    background:black;
    padding:30px;
    width:450px;
}

.image-plein .bloc > img {
    width:130px;
}

.image-plein .bloc p {
    color:white;
}

.image-plein .bloc strong {
    color:white;
}

.image-plein .bloc a.important {
    margin-top:70px;
}

form {
    margin-top:25px;
}

form:first-child {
    margin-top:0;
}

form dt, form #form-element {
    display:none;
}

form #rgpd-label {
    display:block;
}

form dl {
    display:flex;
    flex-wrap:wrap;
}

form dd {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    margin-top:10px;
}

form dt#rgpd-label {
    display:block;
    width:calc(100% - 30px);
    order:2;
    color:black;
    font-size:15px;
    margin-top:20px;
    text-align:left;
    font-weight:500;
}

form dd.checkboxRGPD {
    order:1;
    width:20px;
    margin-right:10px;
    position:relative;
    margin-top:20px;
}

form dd#hcaptcharesponse-element {
    order:3;
    width:100%;
    text-align:left;
    margin-top:40px;
}

form dd#send_message-element {
    order:4;
    width:100%;
}

form input[type=text], form textarea {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    background: #fff !important; 
    padding:6px 12px !important;
    width:calc(100% - 26px) !important;
    color:black !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important; /* 175% */
    font-family: "Poppins";
}

form input[type=text]::placeholder, form textarea::placeholder {
    color: #777 !important;
    font-family: "Poppins";
    font-weight:300 !important;
}

form input[type=submit] {
    border:none;
    border-radius: 0; 
    background: #be406e; 
    border:1px solid #be406e; 
    padding: 7px 15px;
    color: #fff;
    font-weight: 500;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
    display:block;
    transition:0.5s;
    width:100%;
    font-size: 15px;
}

form input[type=submit]:hover {
    background: #fafafa; 
    color:#be406e;
}

form .errors {
    color: red;
  margin-top: 10px;
  text-align: left;
  width: max-content;
  font-weight: 600;
  letter-spacing: 1px;
}

form .checkboxRGPD .errors {
    position:absolute;
    bottom:-30px;
}

.mce-content-body [data-mce-selected="inline-boundary"] {
  opacity:0.5;
}

.ways_sell > div a[data-mce-selected="inline-boundary"] {
    height:10%;
}

#tinymce #marche, #tinymce #contact, #tinymce #drive, #tinymce #retrait, #tinymce #boutique {
    display:none;
}

#tinymce .produits > div p {
    max-height:max-content;
}

#tinymce  .image-right .image {
  z-index: 1;
}

#tinymce  .image-plein .bloc {
  z-index: 2;
  position:relative;
}

table tr td {
    padding:5px 15px;
}

table tr:nth-child(2n + 1) td {
    background:#f7e1e9;
}

table tr:first-child td {
    background:#be406e;
    color:white;
    border:1px solid black;
}

.newsletter {
    background:#be406f;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.newsletter .image {
    margin-left:0;
    margin-right:auto;
    width:400px;
}

.newsletter .image img {
    width:100%;
    display:block;
}

.newsletter h4 {
    color:white;
    font-size: 26px;
    line-height: 35px;
    font-weight:600;
    text-align:center;
    margin-bottom:0;
    margin-top:0;
    width:100%;
}

.newsletter .form > p {
    color:white;
    font-size:18px;
    line-height:25px;
    text-align:center;
    font-weight:400;
}

.newsletter .form {
    flex-grow: 1;
    position: relative;
    padding-bottom: 70px;
    max-width:100%;
    width:calc(100% - 500px);
    margin-left:auto;
    margin-right:0;
    padding-bottom: 0;
    flex-grow: unset;
}

.newsletter form {
    margin-top:25px;
    position:relative;
    width:100%;
}

.newsletter form dl {
    display:flex;
    flex-wrap:wrap;
}

.newsletter form dl dd, .newsletter form dl dt {
    width:100%;
    margin-top:0;
}

.newsletter form dl dd#email-element input {
    width:calc(80% - 48px) !important;
    margin-left:auto;
    margin-right:auto;
    display: block;
    padding: 12px 24px !important;
}

.newsletter form dl dd#email-element input::placeholder {
    opacity:1 !important;
    font-style:normal;
    color:#749A29 !important;
    font-weight:400 !important;
}

.newsletter form #rgpd2-element {
    order:1;
    width:30px;
    margin-top:30px;
    margin-left:10%;
}

.newsletter form #submit-label {
    display:none;
}

.newsletter form #submit-element {
    order:3;
    width: max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

.newsletter form input[type="text"] {
    width:100%;
    border:none;
    border-bottom:1px solid white;
    background:none;
    padding:3px 1px;
    width:100%;
    color:#3E5533;
    font-size:17px;
    line-height:23px;
}

.newsletter form input[type="text"]::placeholder {
    color:#749A29;
    font-style:italic;
    opacity:1;
}

.newsletter form input[type="text"]:focus {
    outline: none !important;
}

.newsletter form #rgpd2-label {
    margin-top:30px;
    color:white;
    order:2;
    width:calc(100% - 30px - 20%);
    display: flex;
    font-weight:400;
    margin-right:10%;
}

.newsletter form #rgpd2-label input {
    margin-right:10px;
}

.newsletter form #rgpd2-label a {
    color:#3E5533;
    font-size:16px;
    line-height:20px;
    text-decoration:underline;
}

.newsletter form .errors {
    color:#FFD803;
    text-align:center;
    width:100%;
}

.newsletter form button[type="submit"] {
    width:max-content;
    margin-left:auto;
    margin-right:auto;
    background:#91c034;
    color:black;
    border-radius:5px;
    padding: 8px 24px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: center;
    display:block;
    width:max-content;
    max-width:100%;
    border:1px solid #91c034;
    cursor:pointer;
    transition:0.5s;
    margin-top:0;
}

.newsletter form button[type="submit"]:hover {
    background:white;
    color:#91c034;
}

.newsletter .confirmation_newsletter {
    width:100%;
    margin-top:30px;
}

.newsletter .confirmation_newsletter img {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:150px;
    display:block;
}

.newsletter .confirmation_newsletter p {
    color:#91C039;
    margin-top:20px;
    font-size:22px;
    line-height:30px;
    text-align:center;
    font-weight:500;
}

.newsletter form #rgpd2-element .errors {
    width: max-content;
    text-align: left;
    margin-top:20px;
}


@media all and (max-width:1400px) {
    :root {
        --width-content: 1000px;
    }
    
    .horaires-block .text {
      width: calc(100% - 430px);
    }
    
    .horaires-block .map {
        width: 330px;
    }
    
    .horaires {
      min-width: 350px;
    }
}

@media all and (max-width:1280px) {
    .menu-responsive-button-container {
      display: block;
      position:absolute;
      top:41px;
      right:5vw;
      transform:translate(0,-50%);
      transition:0.5s;
    }
    
    .on-scroll .menu-responsive-button-container {
        top:33px;
    }
    
    .menu-responsive-button-container .menu-responsive-button {
        margin-right:0;
    }
    
    header .menu-responsive-container {
        max-width:100%;
        width:100%;
        transition:0.5s;
    }
    
    header .menu-responsive-container.menu-responsive-open {
        border-top:2px solid #C13D6D;
        margin-top:20px;
    }
    
    header .menu {
        display:block;
        height:0;
        overflow:hidden;
    }
    
    header .menu li {
      margin-right: 0;
      margin-top:10px;
    }
    
    header .menu li:first-child {
      margin-top: 50px;
    }
    
    header .menu li:last-child {
      margin-bottom: 50px;
    }
    
    header .menu li a {
        padding:10px 20px;
    }
    
    header .menu li a.order {
        border:0;
        background:none !important;
        padding: 10px 20px;
    }
    
    header .menu li.active a.order {
        color:#be406f !important;
    }
}

@media all and (max-width:1200px) {
    :root {
        --width-content: 900px;
    }
    
    h4 {
        font-size: 19px;
    }
    
    .blocks-4 > div h1 {
      font-size: 24px;
      line-height: 28px;
    }
}

@media all and (max-width:992px) {
    :root {
        --width-content: 90vw;
    }
    
    h1 {
        font-size:25px;
        line-height:28px;
    }
    
    .not-all-width {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .padding-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    footer .top-footer > div {
        width:calc((100% - 60px) / 2);
        margin-top:60px;
    }
    
    footer .top-footer > div:first-child {
        margin-left:auto;
    }
    
    footer .top-footer > div:last-child {
        margin-right:auto;
    }
    
    footer .top-footer > div:nth-child(2n + 1) {
        margin-left:0;
    }
    
    footer .top-footer > div:nth-child(2n) {
        margin-right:0;
    }
    
    footer .top-footer > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .slider .slider-content .box {
        max-width: calc(var(--width-content) - 60px);
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div {
        width: calc((100% - 20px) / 2);
        margin-top:20px;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div:first-child {
      margin-left: auto;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div:last-child {
      margin-right: auto;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div:nth-child(2n + 1) {
      margin-left: 0;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div:nth-child(2n) {
      margin-right: 0;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div:nth-child(-n + 2) {
      margin-top: 0;
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div .image, .photo-gallery-custom .gallery-photos-mixed > div:nth-child(3n + 1) .image:nth-child(2n + 1) {
        height:calc(((100vw - 40px - 20px) / 2) * 2 / 3);
    }
    
    .photo-gallery-custom .gallery-photos-mixed > div .image:nth-child(2n + 1), .photo-gallery-custom .gallery-photos-mixed > div:nth-child(3n + 1) .image:nth-child(2n) {
        height:calc(((100vw - 40px - 20px) / 2) * 3 / 2);
    }
    
    .text-image {
      display: block;
    }
    
    .text-image .text {
      width: 100%;
    } 
    
    .text-image .image {
        width:80%;
        margin-top:50px;
        margin-right:auto;
        position:relative;
        top:0;
    }
    
    .text-image .image:nth-child(2n + 1) {
        margin-left:auto;
        margin-top:0;
        margin-bottom:50px;
    }
    
    .horaires-block {
        display:block;
    }
    
    .horaires-block .text {
      width: 100%;
    }
    
    .horaires-block .map {
      width: 100%;
      margin-top:50px;
    }
    
    .blocks-4 > div {
      width: calc((100% - 25px) / 2 - 30px);
      margin-top:25px;
    }
    
    .blocks-4 > div:first-child {
        margin-left:auto;
    }
    
    .blocks-4 > div:last-child {
        margin-right:auto;
    }
    
    .blocks-4 > div:nth-child(2n + 1) {
        margin-left:0;
    }
    
    .blocks-4 > div:nth-child(2n) {
        margin-right:0;
    }
    
    .blocks-4 > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .text-image-2 {
        display:block;
    }
    
    .text-image-2 .image {
      display:none;
    }
    
    .text-image-2 .text {
      width: var(--width-content);
    }
    
    .text-image-2.small-image .text {
      width: var(--width-content);
    }
    
    .text-image-2.image-mobile-visible .image {
        display:block;
        width: var(--width-content);
        margin-left:auto;
        margin-right:auto;
        height:max-content;
        padding-bottom:60px;
        max-width: max-content;
    }
    
    .text-image-2.image-mobile-visible .image:nth-child(2n + 1) {
        padding-top:60px;
        padding-bottom:0;
    }
    
    .green-blocks {
        display:block;
    }
    
    .green-blocks > div {
        width:calc(100% - 16px);
        margin-top:30px;
    }
    
    .green-blocks > div:first-child {
        margin-top:0;
    }
    
    .green-blocks > div:nth-child(-n+2) {
      margin-top: 30px;
    }
    
    .green-blocks.three-green-blocks > div {
        width:calc(100% - 16px);
        margin-top:30px;
    }
    
    .green-blocks.three-green-blocks > div:first-child {
        margin-top:0;
    }
    
    .green-blocks.three-green-blocks > div:nth-child(-n+3) {
      margin-top: 30px;
    }
    
    .text-image-2 .text .mini-blocks-contact {
      position: relative;
      top: 0;
      right: 0;
      transform: none;
      margin-top:40px;
    }
    
    .mini-blocks-contact {
        width:100%;
        min-width:100%;
    }
    
    .mini-blocks-contact > div {
        width: calc(100% - 40px);
    }
    
    .photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image {
        width: calc((var(--width-content) - 100px - 60px) / 3);
        margin-right: 30px;
    }    
    
    .text-image-2 .text.more-padding {
      padding: 50px 0;
    }
    
    .text-image-2 .image img {
        position:relative;
    }
    
    .text-image-3 {
        min-height:calc(100vw * 9 / 16);
    }
    
    .text-image-3 .image {
        width:100%;
        min-height:calc(100vw * 9 / 16);
    }
    
    .text-image-3 .text {
        width:calc(var(--width-content) - 70px);
        transform:none;
        margin-left:auto;
        margin-right:auto;
    }
    
    .places {
        display:block;
        margin-top: 0;
    }
    
    .places > div {
        width:100%;
        margin-right:0;
        margin-top:20px; 
    }
    
    .places > div:nth-child(-n + 3) {
        margin-top:20px;
    }
    
    .places > div:first-child {
        margin-top:0;
    }
    
    .places > div .image {
      height: calc(var(--width-content) * 9 / 16);
    }
    
    .produits > div {
        width:calc((100% - 30px) / 2);
    }
    
    .produits > div:nth-child(4n) {
        margin-right:30px;
    }
    
    .produits > div:nth-child(-n + 4) {
        margin-top:40px;
    }
    
    .produits > div:nth-child(2n) {
        margin-right:0;
    }
    
    .produits > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .produits > div .image {
        height:calc(((var(--width-content) - 30px) / 2) * 11 / 6);
    }
    
    .producteurs {
        margin-top: 0;
    }
    
    .producteurs > div {
        width:calc((100% - 30px) / 2 - 40px);
    }
    
    .producteurs > div:nth-child(4n) {
        margin-right:30px;
    }
    
    .producteurs > div:nth-child(-n + 4) {
        margin-top:40px;
    }
    
    .producteurs > div:nth-child(2n) {
        margin-right:0;
    }
    
    .producteurs > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .ways_sell > div {
        width:calc((100% - 30px) / 2 - 40px);
    }
    
    .ways_sell > div:nth-child(4n) {
        margin-right:30px;
    }
    
    .ways_sell > div:nth-child(-n + 4) {
        margin-top:30px;
    }
    
    .ways_sell > div:nth-child(2n) {
        margin-right:0;
    }
    
    .ways_sell > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .steps-sell {
        display:block;
    }
    
    .steps-sell > div {
        width:calc(100% - 40px);
        margin-right:0;
    }
    
    .steps-sell > div:nth-child(-n + 3) {
        margin-top:50px;
    }
    
    .steps-sell > div:first-child {
        margin-top:0;
    }
    
    .markets-flex {
        display:block;
    }
    
    .markets-flex .places {
        width:100%;
        margin-right:0;
    }
    
    .markets-flex .block {
        width:calc(100% - 82px);
        margin-top:30px;
    }
    
    .image-right .image {
        width:100vw;
    }
    
    .bloc-commande {
        display:block;
    }
    
    .bloc-commande h4 {
        width:max-content;
        max-width:calc(100% - 26px);
        margin-left:auto;
        text-align:center;
    }
    
    .bloc-commande a.important {
        margin-right:auto;
        margin-top:50px;
    }
    
    .image-plein .bloc {
      width: calc(100% - 60px);
    }
    
    .newsletter {
        display:block;
    }
    
    .newsletter .image {
        margin-left:auto;
        max-width:100%;
    }
    
    .newsletter .form {
        width:100%;
        margin-top:50px;
    }
}

@media all and (max-width:600px) {
    footer .top-footer {
        display:block;
    }
    
    footer .top-footer > div {
        width:100%;
    }
    
    footer .top-footer > div:nth-child(-n + 2) {
        margin-top:60px;
    }
    
    footer .top-footer > div:first-child {
        margin-top:0;
    }
    
    .horaires-block {
        padding:30px;
    }
    
    .horaires {
      min-width: 200px;
      padding: 15px 10px;
    }
    
    .blocks-4 {
        display:block;
    }
    
    .blocks-4 > div {
      width: calc(100% - 30px);
      margin-top:25px;
    }
    
    .blocks-4 > div:first-child {
        margin-top:0;
    }
    
    .blocks-4 > div:nth-child(-n + 2) {
        margin-top:25px;
    }
    
    .photo-gallery-slider-block .go-left, .photo-gallery-slider-block .go-right {
      width: 20px;
    }
    
    .photo-gallery-slider-block .photo-gallery-slider {
      width: calc(100% - 60px);
      padding-top:20px;
      padding-bottom:20px;
    }
    
    .photo-gallery-slider-block .photo-gallery-slider .gallery-photos-mixed .image {
        width: calc((var(--width-content) - 60px - 30px) / 3);
        margin-right: 15px;
    }
    
    .text-image-3 .text {
        width:calc(var(--width-content) - 30px);
        padding:30px 15px;
        margin-top:50px;
        margin-bottom:50px;
    }
    
    .produits > div {
        width:100%;
        margin-right:0;
    }
    
    .produits > div:nth-child(4n) {
        margin-right:0;
    }
    
    .produits > div:nth-child(-n + 2) {
        margin-top:40px;
    }
    
    .produits > div .image {
        height:calc(var(--width-content) * 9 / 6);
    }
    
    .producteurs {
        display:block;
    }
    
    .producteurs > div {
        width:calc(100% - 40px);
    }
    
    .producteurs > div:nth-child(4n) {
        margin-right:0;
    }
    
    .producteurs > div:nth-child(-n + 2) {
        margin-top:40px;
    }
    
    .producteurs > div:first-child {
        margin-top:0;
    }
    
    .ways_sell {
        display:block;
    }
    
    .ways_sell > div {
        width:calc(100% - 40px);
        margin-right:0;
    }
    
    .ways_sell > div:nth-child(4n) {
        margin-right:0;
    }
    
    .ways_sell > div:nth-child(-n + 2) {
        margin-top:30px;
    }
    
    .ways_sell > div:first-child {
        margin-top:0;
    }
    
    .markets-flex .block {
        width:calc(100% - 42px);
        padding:20px;
    }
    
    .newsletter form dl dd#email-element input {
        width:calc(100% - 48px) !important;
    }
    
    .newsletter form #rgpd-element {
        margin-left:0;
    }
    
    .newsletter form #rgpd-label {
        margin-right:0;
        width:calc(100% - 30px);
    }
}