html {
  min-width: auto;
  width: 100%;
}
html.no_scroll {
  overflow: hidden !important;
}
html.no_scroll body {
  overflow: hidden !important;
}
@media screen and (max-width: 992px) {
  html {
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html body #bartop .first_level li {
    margin-left: 24px;
  }
  html body .column1_4 {
    width: 100%;
  }
  html body .column1_4 #widgetContainer001 {
    margin-left: -20px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  html body footer .section2 {
    height: 132px;
  }
}
@media screen and (max-width: 600px) {
  html body footer .section2 {
    height: 155px;
  }
}
@media screen and (max-width: 992px) {
  html body footer .section2 .wrapper #bottomlogo {
    margin-right: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 24px;
  }
  html body footer .section2 .wrapper .rightside {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  html body footer .section2 .wrapper #bottomlogo {
    margin-right: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 24px;
  }
}
html body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.desktop-hide {
  display: none;
}
@media screen and (max-width: 992px) {
  .desktop-hide {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .tablet-hide {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tablet-hide {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}

.logo img {
  margin: 9px 0;
}

html body #bartop {
  z-index: 80000;
}

#burger_vous {
  width: 36px;
  height: 36px;
  margin: 32px 0px 32px 12px;
  padding: 0;
  position: relative;
  float: right;
  z-index: 70000;
  background: none;
  box-sizing: border-box;
  appearance: none;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#burger_vous:focus {
  outline: none;
}
#burger_vous::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  left: 0;
  right: 0;
  top: 0px;
  background: #5e8d30;
  transition: top 0.2s 0.1s, transform 0.2s 0s;
}
#burger_vous::before {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  left: 0;
  right: 0;
  top: 32px;
  background: #5e8d30;
  transition: top 0.2s 0.1s, transform 0.2s 0s;
}
#burger_vous span {
  position: absolute;
  display: block;
  height: 4px;
  left: 0;
  right: 0;
  top: 16px;
  background: #5e8d30;
  transition: opacity 0s 0.2s;
}
#burger_vous.active span {
  opacity: 0;
  transition: opacity 0s 0.1s;
  background: #000000;
}
#burger_vous.active::after {
  top: 16px;
  transform: rotate(45deg);
  transition: top 0.1s, transform 0.2s 0.1s;
  background: #000000;
}
#burger_vous.active::before {
  top: 16px;
  transform: rotate(-45deg);
  transition: top 0.1s, transform 0.2s 0.1s;
  background: #000000;
}

#content_mobile_nav {
  z-index: 50000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transform: translate(-110%, 0);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  overflow: hidden;
  padding-top: 50px;
}
#content_mobile_nav.active {
  transform: translate(0, 0%);
}
#content_mobile_nav nav {
  position: absolute;
  top: 62px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content_mobile_nav nav > ul li {
  width: 280px;
  display: block;
  margin: 6px auto;
}
#content_mobile_nav nav > ul li a {
  display: inline-block;
  padding: 6px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#content_mobile_nav nav > ul li ul {
  padding: 8px 21px;
}
#content_mobile_nav nav > ul li ul li a {
  display: inline-block;
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

html body .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  html body .wrapper {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  html body .wrapper {
    width: 90%;
    margin: 0 5%;
  }
}

html body .faoMainContainer001 #home .section_header {
  height: auto;
}
html body .faoMainContainer001 #home .section_header a {
  display: block;
  margin: 0px auto 24px;
  width: 100%;
  max-width: 960px;
}
html body .faoMainContainer001 #home .section_desc {
  height: auto;
  padding-bottom: 24px;
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p {
    width: 50%;
    float: left;
    padding: 24px;
    box-sizing: border-box;
  }
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p:nth-child(n+2) {
    margin: 0;
  }
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p .home-txt {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p {
    width: 100%;
    float: left;
    padding: 24px;
    box-sizing: border-box;
  }
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p:nth-child(n+2) {
    margin: 0;
  }
  html body .faoMainContainer001 #home .section_desc .wrapper .wrapper-content-2 .home-p .home-txt {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_commander .btn-bar {
    padding: 16px 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_commander .btn-bar .button {
    margin: 16px 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_blanc .wrapper h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_blanc .wrapper #imac {
    background: none;
    position: relative;
    left: 0%;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  html body .faoMainContainer001 #home .section_blanc .wrapper #imac iframe {
    width: 100%;
    height: auto;
    margin: 0;
    min-height: 50vw;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_brun {
    padding-top: 34px;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_brun .wrapper ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_brun .wrapper ul li {
    width: 100%;
    padding-top: 80px;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li div {
    height: auto !important;
    max-width: 80% !important;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li.selection {
    width: 100%;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li.livraison {
    width: 100%;
    margin: 48px 0 48px 0;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li.livraison div {
    border: 0;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li.sante {
    width: 100%;
  }
  html body .faoMainContainer001 #home .section_brun .wrapper ul li div {
    max-width: 280px;
    padding: 0 !important;
    margin: 0 auto;
  }
}
html body .faoMainContainer001 #home .section_fruit {
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_fruit {
    background: #ffffff;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_fruit .wrapper h1 {
    color: #8dc63f;
    font-size: 36px;
  }
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob {
  background: #ffffff;
  padding: 0;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item {
  margin: 0px;
  padding: 0;
  color: #5D9034;
  border-top: 1px dotted #cccccc;
  width: 100%;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item:nth-child(1) {
  border-top: 0;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item.open .toto_titre:after {
  transform: rotate(-90deg);
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_titre {
  padding: 20px 0px 20px 0px;
  cursor: pointer;
  position: relative;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_titre h2 {
  line-height: 28px;
  font-size: 25px;
  padding-right: 42px;
}
@media screen and (max-width: 600px) {
  html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_titre h2 {
    line-height: 22px;
    font-size: 18px;
  }
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_titre h2 strong {
  display: block;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_titre:after {
  content: "";
  background: url(../img/fleche_gauche_vert.png) left center transparent no-repeat;
  background-size: 70%;
  height: 31px;
  width: 20px;
  position: absolute;
  top: 37px;
  right: 10px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content {
  padding: 20px 0px 20px 0px;
  display: none;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content p, html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content li {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content ul {
  list-style: none;
  padding: 0;
  list-style-image: url(../img/greenbullett.png);
  list-style-position: inside;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content .content_button {
  margin-top: 32px;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content .content_button a.button {
  border-radius: 5px;
  font-size: 15px;
  line-height: 13.5px;
  display: block;
  max-width: 240px;
  line-height: 40px;
  text-align: center;
  color: white;
  text-decoration: none;
  float: left;
  width: 240px;
  margin-bottom: 32px;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content .content_button a.button.brun {
  background: #000000;
}
html body .faoMainContainer001 #home .section_fruit .wrapper #tabs_toto_mob .toto_item .toto_content .content_button a.button.orange {
  margin-right: 20px;
  background: #5e8d30;
  background: linear-gradient(to right, #5e8d30 0%, #94c123 100%);
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_temoignages .wrapper h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bx-controls-direction a.bx-prev, html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bx-controls-direction a.bx-next {
    top: 60%;
  }
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bxslider li .content {
    padding-right: 40px;
    padding-left: 40px;
  }
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bxslider li .content .left {
    width: 100%;
  }
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bxslider li .content .left p.main_text {
    font-size: 16px;
    padding-right: 0px;
    padding-top: 250px;
  }
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bxslider li .content .left p.customer {
    padding-right: 0px;
  }
  html body .faoMainContainer001 #home .section_temoignages .bx-wrapper .bxslider li .content .right {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  html body .faoMainContainer001 #home .section_logos .wrapper ul li {
    width: 100%;
  }
  html body .faoMainContainer001 #home .section_logos .wrapper ul li.logo2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {
  .rightform {
    padding-left: 0;
    border-left: 0;
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .mainContent001 {
    width: 100%;
  }
  .mainContent001 .commandeStep01 {
    width: 33%;
  }
  .mainContent001 .commandeStep01 .fil001 {
    display: none;
  }
  .mainContent001 .commandeLeft001, .mainContent001 .commandeRight001 {
    width: 100%;
  }
  .mainContent001 .commandeLeft001 .orderTable001, .mainContent001 .commandeLeft001 .orderTable002, .mainContent001 .commandeRight001 .orderTable001, .mainContent001 .commandeRight001 .orderTable002 {
    width: 100%;
  }
  .mainContent001 .commandeLeft001 .orderQuantity, .mainContent001 .commandeRight001 .orderQuantity {
    text-align: left;
  }
  .mainContent001 .commandeRight001 {
    margin: 0 0 30px 0;
  }

  html body .faoMainContainer001 #contactform input[type=text], html body .faoMainContainer001 .wpcf7 input[type=text], html body .faoMainContainer001 #contactform input[type=email], html body .faoMainContainer001 .wpcf7 input[type=email] {
    box-sizing: border-box;
    height: 32px;
  }

  html body .faoMainContainer001 #contactform textarea, html body .faoMainContainer001 .wpcf7 textarea {
    box-sizing: border-box;
  }

  .mainContent001, dt, dd {
    width: 100%;
  }

  div.leftColumn {
    width: 100%;
  }
  div.leftColumn #productList001 > li {
    width: 33.2%;
    margin: 0;
  }
  div.leftColumn .productItem {
    margin: 0 auto 24px;
  }

  .column3_4 {
    width: 100%;
    box-sizing: border-box;
  }
  .column3_4 .left002, .column3_4 .left001, .column3_4 .left003 {
    width: 100%;
    margin-bottom: 50px;
  }

  table.logotable {
    width: 100%;
  }
  table.logotable tr {
    height: 75px;
  }
  table.logotable tr td {
    width: 25%;
  }

  table {
    width: 100%;
  }
}
@media screen and (max-width: 790px) {
  div.leftColumn {
    width: 100%;
  }
  div.leftColumn #productList001 > li {
    width: 50%;
    margin: 0;
  }
  div.leftColumn .productItem {
    margin: 0 auto 24px;
  }

  .column3_4 {
    width: 100%;
    box-sizing: border-box;
  }
  .column3_4 .left002, .column3_4 .left001 {
    width: 100%;
    margin-bottom: 50px;
  }
  table.logotable tr {
    height: 150px !important;
  }
  table.logotable tr td {
    width: 50%;
    float: left;
    height: 75px;
    vertical-align: top;
  }

  table {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  div.leftColumn {
    width: 100%;
  }
  div.leftColumn #productList001 > li {
    width: 100%;
    margin: 0;
  }
  div.leftColumn .productItem {
    margin: 0 auto 24px;
  }

  table.logotable tr {
    height: 300px !important;
  }
  table.logotable tr td {
    width: 100%;
    float: left;
    height: 75px;
    vertical-align: top;
  }

  table {
    width: 100%;
  }
}
.stepContainer001_mob .toto_item {
  width: 100%;
  box-sizing: border-box;
}
.stepContainer001_mob .toto_item .toto_titre {
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.stepContainer001_mob .toto_item .toto_titre span {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #b2d260;
  color: #000000;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 2;
  cursor: pointer;
}
.stepContainer001_mob .toto_item .toto_titre .icon {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-left: 24px;
}
.stepContainer001_mob .toto_item .toto_titre .icon#icon10 {
  background: url("../img/panierCommande001.png") top left no-repeat;
  background-size: contain;
}
.stepContainer001_mob .toto_item .toto_titre .icon#icon20 {
  background: url("../img/iconInscription_001.png") top left no-repeat;
  background-size: contain;
}
.stepContainer001_mob .toto_item .toto_titre .icon#icon30 {
  background: url("../img/iconLivraison_001.png") top left no-repeat;
  background-size: contain;
}
.stepContainer001_mob .toto_item .toto_titre .icon#icon40 {
  background: url("../img/iconFacture_001.png") top left no-repeat;
  background-size: contain;
}
.stepContainer001_mob .toto_item .toto_titre .icon#icon50 {
  background: url("../img/iconFeedback_001.png") top left no-repeat;
  background-size: contain;
}
.stepContainer001_mob .toto_item .toto_titre p {
  color: #5d8d30;
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 12px 0 0px 24px;
}
.stepContainer001_mob .toto_item .toto_content {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 16px 36px 32px;
}