body {
  background-color: #f6f5f3;
  margin: 0;
  color: #2e2e2e;
	 font-size: 16px;
  font-family: pelago, sans-serif;
}

.hfeed{
	display: none
}

.page-id-3 #accueil, .page-id-3 #service, .page-id-3 .review, .page-id-3 .video--wrapper, .page-id-3 .fresh, .page-id-3 .livraison, .page-id-3 #about, .page-id-3 .artisan, .page-id-3 .b2b, .page-id-3 .ruban{
	display: none;
}


.wpb_column vc_column_container vc_col-sm-12{

	 padding: 0 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 290px;
	width: 100%;
}

#content{
	 padding: 0 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 290px;
	width: 100%;
}

.vc_column_container>.vc_column-inner{
	   padding-left: 0;
    padding-right: 0;
}

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

.titre {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 34px;
}

.titre--big {
  font-size: 33px;
}

.titre--small {
  font-size: 24px;
}

.text {
  line-height: 160%;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 600px) {
  body {
    font-size: 17px;
  }

  .titre {
    font-size: 46px;
  }

  .titre--big {
    font-size: 51px;
  }

  .titre--small {
    font-size: 28px;
  }
}
@media (min-width: 821px) {
  body {
    font-size: 19px;
  }

  .titre--big {
    font-size: 61px;
  }

  .titre {
    font-size: 53px;
  }

  .titre--small {
    font-size: 31px;
  }

  .text {
    font-size: 19px;
    margin-top: 5px;
  }
}
body {
  background-color: #f6f5f3;
  margin: 0;
  color: #2e2e2e;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 200px;
}
.nav__container {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 4%;
  border-bottom: 1px solid #2e2e2e;
  padding-top: 20px;
}

.menu--icon {
  display: none;
}

nav {
  width: 100%;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f6f5f3;
}
nav a {
  text-decoration: none;
  color: #2e2e2e;
}
nav .menu__el:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #2e2e2e;
          text-decoration-color: #2e2e2e;
}
nav .menu__el.btn:hover {
  text-decoration: none;
}
nav .text {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: normal;
}
nav img {
  height: 20px;
  padding: 15px 13px;
  border-right: 1px solid #2e2e2e;
}

@media (max-width: 600px) {
  .menu {
    background-color: #f6f5f3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 25px;
    font-size: 27px;
  }

  .menu--icon {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 48px;
  }

  .menu--icon.cross .line1 {
    transform: translateX(-4px) translateY(4px) rotate(45deg);
    transform-origin: center center;
  }
  .menu--icon.cross .line2 {
    transform: translateX(-4px) translateY(-2px) rotate(-45deg);
    transform-origin: center center;
  }

  nav {
    border-bottom: 1px solid #2e2e2e;
  }

  .menu.open {
    display: flex;
  }

  span {
    display: none;
  }

  .nav__container {
    border-bottom: none;
    padding-top: 25px;
    margin: 0 7px;
  }

  nav img {
    border-right: none;
  }
}
@media (min-width: 601px) {
  nav .menu__el {
    margin: 0 15px;
  }
}

.btn {
  padding: 5px 14px;
  border: 1px solid #2e2e2e;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: transparent;
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  color: #f6f5f3;
  background-color: #385204;
  border-color: #385204;
  text-decoration: none;
}

.header {
  width: 100%;
  margin-top: 140px;
}
.header .titre {
  width: 100%;
}
.header .text {
  width: 100%;
  margin-top: 10px;
  opacity: 60%;
}
.header .header__img--wrapper {
  height: 45vh;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ruban {
  width: 109%;
 
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  padding: 20px 0;
  font-size: 24px;
  overflow: hidden;
}
.ruban img {
  width: 20x;
}
.ruban * {
  margin: 0 25px;
}

.ruban--wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.services {
  width: 100%;
  text-align: center;
}
.services .service__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
.services .service__row .service__el {
  padding: 55px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
}
.services .service__row .service__el:nth-of-type(2) {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.services .service__row .service__el .text {
  max-width: 535px;
}
.services .service__row .service__el img {
  height: 125px;
  margin-bottom: 35px;
}
.services .service__row--hidden {
  border-top: 1px solid #2e2e2e;
  grid-template-columns: repeat(1, 1fr);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.services .service__row--hidden.show {
  display: grid;
}
.services .service__row--hidden .service__el:nth-of-type(2) {
  border-right: 0 solid;
  border-bottom: 0px;
}
.services .service__more {
  width: 100%;
  padding: 45px 0;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}


.review,
.fresh {
  max-width: 860px;
}

.review {
  width: 100%;
  text-align: center;
  line-height: 205%;
}
.review svg {
  width: 150px;
  margin-top: 25px;
}

.video--wrapper {
  width: 107%;
  height: 33vh;
  overflow: hidden;
}
.video--wrapper .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fresh {
  width: 100%;
  text-align: center;
}
.fresh img {
  height: 160px;
  margin-bottom: 50px;
  margin-left: -50px;
  margin-top: 8px;
}

.livraison {
  background-color: #e3e5d6;
  color: #385204;
  width: 109%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.livraison .img--container {
  display: none;
}
.livraison .img--container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.livraison .btn {
  color: #385204;
  border-color: #385204;
}
.livraison .btn:hover {
  color: #f6f5f3;
}
.livraison .icon {
  width: 25%;
}
.livraison .side--livraison {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 170px 3%;
  gap: 30px;
  box-sizing: border-box;
}
.livraison .side--livraison .text {
  max-width: 510px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about .titre {
  width: 100%;
}
.about .about--text {
  width: 95%;
  max-width: 1440px;
}
.about .about--text .text {
  margin-top: 20px;
}
.about .about--text .text:first-of-type {
  margin-top: 40px;
}

.artisan {
  background-color: #e3e5d6;
  width: 109%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #385204;
}
.artisan .img--container {
  display: none;
}
.artisan .img--container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artisan .side {
  padding: 170px 3%;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.artisan .side img {
  width: 25%;
  margin-bottom: 25px;
}

.b2b {
  width: 100%;
  background-color: #e3e5d6;
  color: #385204;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 80px 15px;
  box-sizing: border-box;
  align-items: center;
}
.b2b .textarea {
  max-width: 750px;
}
.b2b img {
  height: 50px;
  margin: 10px 15px 0;
}
.b2b img:nth-of-type(2) {
  height: 35px;
}


footer {
  width: 109%;
  box-sizing: border-box;
}
footer #contact {
  display: flex;
  flex-direction: column-reverse;
  background-color: #fbfaf9;
  border-top: 1px solid #333333;
}
footer #contact iframe {
  width: 100%;
}
footer #contact .contact--rs {
  width: 100%;
  text-align: left;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}
footer #contact .contact--rs a {
  color: #2e2e2e;
}
footer #contact .contact--rs a:first-of-type:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #2e2e2e;
          text-decoration-color: #2e2e2e;
}
footer #contact .contact--rs svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
footer #contact .contact--rs svg:hover {
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
footer #contact .contact--rs svg:hover .circle {
  fill: #333333;
}
footer #contact .contact--rs svg:hover .logo {
  fill: #f6f5f3;
}
footer #contact .contact--rs hr {
  border-color: #333333;
  border-width: 0.5px;
  margin: 15px 0;
}
footer #contact .contact--rs span {
  font-size: 16px;
  opacity: 60%;
  font-family: pelago, sans-serif;
  font-weight: 300;
  margin-left: 5px;
}
footer #contact .contact--rs .contact--rs__el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
footer #contact .contact--rs .contact--rs__el .titre {
  text-align: left;
}
footer #contact .contact--form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 40px;
  padding: 70px 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #333333;
  text-align: right;
}
footer #contact form {
  width: 100%;
}
footer #contact .titre {
  text-align: center;
}
footer .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 12px;
  text-align: left;
}
footer input,
footer textarea {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #333333;
  color: #979696;
  font-size: 18px;
  font-family: pelago, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2e3422;
  color: #f6f5f3;
  width: 100%;
  padding: 90px 5%;
  text-align: center;
  align-content: center;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.footer a {
  text-decoration: none;
  color: #f6f5f3;
}
.footer svg {
  width: 150px;
}
.footer .logo--container {
  width: 40%;
}
.footer .titre:nth-of-type(2) {
  margin-top: 50px;
}
.footer .text {
  margin-top: 10px;
}

@media (min-width: 600px) {
  body {
    padding: 0 3%;
    gap: 290px;
  }

  .nav__container {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 4%;
    border-bottom: 1px solid #2e2e2e;
    padding-top: 20px;
  }

  nav {
    width: 100%;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f6f5f3;
  }
  nav a {
    text-decoration: none;
    color: #2e2e2e;
  }
  nav .menu__el {
    margin: 0 15px;
  }
  nav .menu__el:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: #2e2e2e;
            text-decoration-color: #2e2e2e;
  }
  nav .menu__el.btn:hover {
    text-decoration: none;
  }
  nav .text {
    font-family: chaparral-pro, serif;
    font-weight: 400;
    font-style: normal;
  }
  nav img {
    height: 20px;
    padding: 15px 13px;
    border-right: 1px solid #2e2e2e;
  }

  .header {
    margin-top: 160px;
  }
  .header .titre {
    width: 95%;
  }

  .ruban {
    padding: 20px 0;
    font-size: 27px;
  }
  .ruban * {
    margin: 0 35px;
  }

  .services .service__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .services .service__row .service__el {
    padding: 55px 10px;
  }
  .services .service__row .service__el:nth-of-type(2) {
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-top: 0px;
    border-bottom: 0px;
  }
  .services .service__row--hidden {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .service__row--hidden .service__el:nth-of-type(2) {
    border-right: 0 solid;
  }

  .review {
    width: 80%;
  }
  .review svg {
    width: 185px;
    margin-top: 25px;
  }

  .video--wrapper {
    height: 50vh;
		width: 109%;
  }

  .fresh {
    width: 85%;
  }
  .fresh img {
    height: 220px;
    margin-bottom: 50px;
  }

  .livraison {
    width: 109%;
    flex-direction: row;
  }
  .livraison .img--container {
    width: 37%;
    height: 100%;
    display: block;
  }
  .livraison .icon {
    height: 40px;
  }
  .livraison .side--livraison {
    width: 63%;
    height: 100%;
    padding: 0 3%;
  }

  .about {
    flex-direction: column;
    align-items: flex-end;
  }
  .about .about--text {
    width: 90%;
  }

  .artisan {
    width: 109%;
    flex-direction: row;
  }
  .artisan .img--container {
    width: 45%;
    overflow: hidden;
    height: 100%;
    display: block;
  }
  .artisan .side {
    padding: 20px 3%;
    box-sizing: border-box;
    text-align: center;
    width: 55%;
  }
  .artisan .side img {
    width: 19%;
    margin-bottom: 45px;
  }

  footer {
    width: 109%;
    box-sizing: border-box;
  }
  footer #contact {
    display: flex;
    flex-direction: row;
    background-color: #fbfaf9;
    border-top: 1px solid #333333;
  }
  footer #contact iframe {
    width: 40%;
  }
  footer #contact .contact--rs {
    width: 100%;
    text-align: left;
    gap: 40px;
    text-align: left;
    margin-top: 40px;
  }
  footer #contact .contact--rs a {
    color: #2e2e2e;
  }
  footer #contact .contact--rs a:first-of-type:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: #2e2e2e;
            text-decoration-color: #2e2e2e;
  }
  footer #contact .contact--rs svg {
    width: 30px;
    height: 30px;
    padding: 5px;
    transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  footer #contact .contact--rs svg:hover {
    transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  footer #contact .contact--rs svg:hover .circle {
    fill: #333333;
  }
  footer #contact .contact--rs svg:hover .logo {
    fill: #f6f5f3;
  }
  footer #contact .contact--rs hr {
    border-color: #333333;
    border-width: 0.5px;
    margin: 15px 0;
  }
  footer #contact .contact--rs span {
    font-size: 16px;
    opacity: 60%;
    font-family: pelago, sans-serif;
    font-weight: 300;
    margin-left: 5px;
  }
  footer #contact .contact--rs .contact--rs__el {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }
  footer #contact .contact--rs .contact--rs__el .titre {
    text-align: left;
  }
  footer #contact .contact--form {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    padding: 100px 6%;
    box-sizing: border-box;
    border-left: 1px solid #333333;
    text-align: right;
  }
  footer #contact form {
    width: 100%;
  }
  footer #contact .titre {
    text-align: center;
  }
  footer .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    gap: 12px;
    text-align: left;
  }
  footer input,
footer textarea {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #333333;
    color: #979696;
    font-size: 18px;
    font-family: pelago, sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #2e3422;
    color: #f6f5f3;
    width: 100%;
    padding: 90px 5%;
    text-align: left;
    box-sizing: border-box;
		        align-items: flex-start;
  }
  .footer svg {
    width: 150px;
  }
  .footer .logo--container {
    width: 40%;
  }
  .footer .titre:nth-of-type(2) {
    margin-top: 50px;
  }
  .footer .text {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  body {
    padding: 0 4%;
  }

  .nav__container {
    margin: 0 4%;
  }

  .header .titre {
    width: 60%;
  }
  .header .text {
    width: 70%;
  }
  .header .header__img--wrapper {
    height: 75vh;
    margin-top: 60px;
  }

  .ruban {
    width: 109%;
  }

  .services .service__row .service__el {
    padding: 55px 24px;
    gap: 5px;
  }
  .services .service__row .service__el img {
    height: 145px;
    margin-bottom: 35px;
  }

  .review {
    width: 60%;
  }

  .video--wrapper {
    height: 70vh;
  }

  .fresh {
    width: 60%;
  }
  .fresh img {
    height: 220px;
  }

  .livraison {
    width: 109%;
    height: 102vh;
  }
  .livraison .img--container {
    width: 37%;
    overflow: hidden;
    height: 100%;
  }
  .livraison .icon {
    height: 60px;
  }
  .livraison .side--livraison {
    width: 63%;
    height: 100%;
    padding: 0 55px;
  }
  .livraison .side--livraison .text {
    max-width: 640px;
  }

  .about {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .about .titre {
    width: 45%;
  }
  .about .about--text {
    width: 55%;
  }
  .about .about--text .text {
    margin-top: 20px;
  }
  .about .about--text .text:first-of-type {
    margin-top: 60px;
  }

  .artisan {
    width: 109%;
    height: 105vh;
  }
  .artisan .img--container {
    width: 45%;
  }
  .artisan .side {
    padding: 20px 10%;
    width: 55%;
  }

  footer {
    width: 109%;
  }
  footer a {
    text-decoration: none;
    color: #f6f5f3;
  }
  footer #contact .contact--rs {
    gap: 40px;
  }
  footer #contact .contact--form {
    width: 60%;
    padding: 100px 10%;
  }
}



