/* SECTION #1 */
#score .section-first {
  padding-top: 134px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#score .section-first .container {
  width: 100%;
}

#score .section-first .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
    align-items: unset;
}
#score .section-third.d-flex {
    align-items: unset;
}

#score .section-first .row .flex-item img {
  width: 100%;
}

#score .section-first .row .left {
  width: 66%;
}

#score .section-first .row .left h1 {
  margin: 0 0 10px 0;
}

#score .section-first .row .left p {
  /*margin: 0;*/
  font-size: 16px;
  line-height: 29px;
    margin-bottom: 20px;
}

.top-header {
    font-size: 16px;
    color: #4bbb37;
    font-weight: bold;
}

#score .section-first .row .left p .text-bold {
  font-size: 16px;
}

#score .section-first .row .left h1 {
    font-size: 50px;
  /*line-height: 79px;*/
}

#score .section-first .row .left img {
  margin-top: 50px;
  padding-bottom: 10px;
}
#score .section-first .row .left img.score-img {
    width: 90%;
}

#score .section-first .row .left .asterisk {
  /*max-width: 80%;*/
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 13px;
  color: #b2b2b2;
}

#score .section-first .row .right {
  width: 32%;
  position: relative;
}

#score .section-first .row .right img {
  display: block;
  position: absolute;
  bottom: -35px;
  left: -30px;
}

/* --END SECTION #1 */
/* SECTION #2 */
#score .section-second {
  background-color: #e9fde5;
  padding: 100px 0 0px 0;
  position: relative;
  z-index: 1;
}

#score .section-second h2 {
  text-align: center;
  margin-bottom: 70px;
    font-size: 36px;
}

#score .section-second .container {
  width: 100%;
  position: relative;
}

#score .section-second .row {
  width: 100%;
  padding-bottom: 200px;
}

#score .section-second .row .empty {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#score .section-second .row .table {
  z-index: 99;
  border: 5px solid #ffffff;
  border-radius: 50px;
  padding: 50px 60px;
  background-color: #e9fde5;
  width: auto;
  margin-bottom: 0;
}

#score .section-second .row .table .sub-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#score .section-second .row .table .sub-row:not(:last-of-type) {
  margin-bottom: 25px;
}

#score .section-second .row .table .sub-row .text-bold {
  font-size: 20px;
}

#score .section-second .row .table .sub-row .score {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#score .section-second .row .table .sub-row .score .grade {
  font-size: 14px;
}

#score .section-second .row .table .sub-row .color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 50px;
}

#score .section-second .row .table .sub-row .color.green {
  background-color: #4DB935;
}

#score .section-second .row .table .sub-row .color.green-dark {
  background-color: #038141;
}

#score .section-second .row .table .sub-row .color.orange-light {
  background-color: #FFA125;
}

#score .section-second .row .table .sub-row .color.orange {
  background-color: #fd6324;
}

#score .section-second .row .table .sub-row .color.red {
  background-color: #ce0100;
}

#score .section-second .row .table .sub-row .color.hand img {
  width: 24px;
  height: 30px;
}

#score .section-second .background-img {
  max-height: 700px;
  display: block;
  position: absolute;
  left: -140px;
  bottom: 0;
}

/* --END SECTION #2 */
/* SECTION #3 */
#score .section-third {
  position: relative;
  z-index: 2;
}

#score .section-third .container {
  position: relative;
  width: 100%;
}

#score .section-third .sub-container {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}

#score .section-third .cols-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#score .section-third .cols-wrapper .col {
  background-color: #ffffff;
  text-align: center;
  width: 32%;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
}

#score .section-third .cols-wrapper .col.overflow-h {
  overflow: hidden;
}

#score .section-third .cols-wrapper .col .col-wrapper {
  padding: 32px;
}

#score .section-third .cols-wrapper .col h2 {
  margin: 0;
    font-size: 36px;
}

#score .section-third .cols-wrapper .col .separator {
  margin: 16px auto;
}

#score .section-third .cols-wrapper .col .text {
  font-size: 16px;
  line-height: 23px;
}

#score .section-third .cols-wrapper .col .text .logo {
    width: 80%;
    margin: 5px auto;
}

#score .section-third .cols-wrapper .col .text .logo img {
    width: 100%;
}

#score .section-third .cols-wrapper .col .content .title {
  margin: 15px 0;
}

#score .section-third .cols-wrapper .col .content.products {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#score .section-third .cols-wrapper .col .content.products .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#score .section-third .cols-wrapper .col .content.products .row:not(:last-of-type) {
  margin-bottom: 10px;
}

#score .section-third .cols-wrapper .col .content.products .product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#score .section-third .cols-wrapper .col .content.products .product img,
#score .section-third .cols-wrapper .col .content.products .product span {
  display: inline-block;
}

#score .section-third .cols-wrapper .col .content.products .product span {
  margin-top: 10px;
  font-size: 14px;
}

#score .section-third .cols-wrapper .col .content.products .product img {
  display: block;
}

#score .section-third .cols-wrapper .col .content.products .product img.apple {
  width: 77px;
}

#score .section-third .cols-wrapper .col .content.products .product img.plant {
  width: 68px;
}

#score .section-third .cols-wrapper .col .content.products .product img.sugar {
  width: 71px;
}

#score .section-third .cols-wrapper .col .content.products .product img.bacon {
  width: 75px;
}

#score .section-third .cols-wrapper .col .content.products .product img.donut {
  width: 74px;
}

#score .section-third .cols-wrapper .col .content.products .product img.salt {
  width: 65px;
}

#score .section-third .cols-wrapper .col .content.products .product img.muscle {
  width: 87px;
}

#score .section-third .cols-wrapper .col .content.products .product img.fire {
  width: 84px;
}

#score .section-third .cols-wrapper .col .content.infos {
  margin-top: 10px;
}

#score .section-third .cols-wrapper .col .infos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#score .section-third .cols-wrapper .col .infos .infos-btn {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#score .section-third .cols-wrapper .col .infos .infos-btn.show {
  z-index: 999;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .infos-btn--inner {
  pointer-events: none;
  background-color: #e9fde5;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 18px;
  width: 100%;
  z-index: 90;
  border-radius: 16px;
}

#score .section-third .cols-wrapper .col .infos .infos-btn:not(:last-of-type) {
  margin-bottom: 10px;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .stuff {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .stuff .type {
  margin-bottom: 4px;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .arrow-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .more {
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px 18px 30px;
  border-radius: 16px;
  font-size: 12px;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .more .block {
  max-width: 100%;
  width: 100%;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .more .block span {
  display: block;
}

#score .section-third .cols-wrapper .col .infos .infos-btn .more .block:not(:last-of-type) {
  margin-bottom: 15px;
}

#score .section-third .cols-wrapper .col .vegetables {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#score .section-third .labels-content {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  margin-top: 72px;
}

#score .section-third .labels-content h2 {
  line-height: 50px;
    font-size: 36px;
}
#score h1.font-lemon {
    font-size: 36px;
}
#score .section-third .labels-content .text {
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 50px;
    font-size: 16px;
}

#score .section-third .labels-content .labels-wrapper {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 38px;
  padding: 35px 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#score .section-third .labels-content .labels-wrapper .mobile-row:not(:last-of-type) {
  margin-right: 10px;
}

#score .section-third .labels-content .labels-wrapper .mobile-row img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

#score .section-third .labels-content .labels-wrapper .mobile-row img:not(:last-of-type) {
  margin-right: 10px;
}

/* --END SECTION #3 */
/* SECTION #4 */
#score .section-fourth {
  background-color: #fff0c6;
  padding: 70px 0 50px 0;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
}

#score .section-fourth .d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#score .section-fourth .d-flex .flex-item {
  width: 50%;
}

#score .section-fourth .d-flex .flex-item.empty {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-height: 1px;
  padding-left: 15px;
}

#score .section-fourth .d-flex .flex-item.empty img {
  max-width: 100%;
}

#score .section-fourth .text-wrapper {
  margin-bottom: 48px;
}

#score .section-fourth .text-wrapper .text {
  line-height: 33px;
    font-size: 16px;
}

/* --END SECTION #4 */
/* SECTION #5 */
#score .section-fifth {
  padding: 70px 0;
  text-align: center;
}

#score .section-fifth .text-wrapper {
  line-height: 30px;
    text-align: center;
    font-size: 16px;
}
#score .section-fourth .text-wrapper p {
    font-size: 16px;
}
#score .section-fifth .text-wrapper .text-details{
    font-size: 1.0rem;
    color: #7c7c7c;
}
#score .section-fifth .text-wrapper .text-bold {
  font-size: 16px;
}

#score .section-fifth .text-wrapper a {
  color: #4bbb37;
  text-decoration: underline !important;
}

#score .section-fifth .text-wrapper #more {
  display: none;
}

#score .section-fifth .text-wrapper #more span.bullet {
  color: #4bbb37;
}

#score .section-fifth .extra-padding {
  padding-left: 120px;
  padding-right: 120px;
}

#score .section-fifth .swiper-scrollbar,
#score .section-fifth .swiper-button-next,
#score .section-fifth .swiper-button-prev {
  display: none;
}

#score .section-fifth .swiper-pagination-bullet-active {
  background-color: #4bbb37;
}

#score .section-fifth .swiper-pagination {
  visibility: hidden;
}

#score .section-fifth .swiper-container {
  width: 100%;
  height: 360px;
  margin: 25px 0;
}

#score .section-fifth .swiper-container .photo-wrapper {
  width: 217px;
  height: 217px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

#score .section-fifth .swiper-container .photo-wrapper.photo1 {
  background-image: url("../img/score/section5-photo1.png");
}

#score .section-fifth .swiper-container .photo-wrapper.photo2 {
  background-image: url("../img/score/section5-photo2.png");
}

#score .section-fifth .swiper-container .photo-wrapper.photo3 {
  background-image: url("../img/score/section5-photo3.png");
}

#score .section-fifth .swiper-container .swiper-slide {
  font-size: 18px;
}

#score .section-fifth .swiper-container .swiper-slide a {
  color: #000000;
  outline: transparent solid 5px;
}

#score .section-fifth .swiper-container .swiper-slide .name {
  margin-top: 15px;
}

#score .section-fifth .swiper-container .swiper-slide .type {
    margin: 5px auto;
    width: 84%;
    font-size: 77%;
}

/* --END SECTION #5 */
@media only screen and (max-width: 1000px) {
  .main-content section .container {
    padding: 0 10px !important;
  }
  #score .section-fifth .swiper-container {
    height: 400px !important;
   }
}

@media only screen and (max-width: 600px) {
  .section-second .row .table {
    width: 100% !important;
  }
}

@media only screen and (max-width: 999px) {
  .main-content section.section-third .container {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 950px) {
  .swiper-pagination {
    visibility: visible !important;
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 900px) {
  .main-content section.section-second .container {
    max-width: 100%;
    margin: 0 auto;
  }
    #score .section-third .cols-wrapper .col h2 {
        margin: 0;
        font-size: 22px;
    }
  #score {
    font-size: 14px;
    /* SECTION #1 */
    /* --END SECTION #1 */
    /* SECTION #2 */
    /* --END SECTION #2 */
    /* SECTION #3 */
    /* --END SECTION #3 */
    /* SECTION #4 */
    /* --END SECTION #4 */
    /* SECTION #5 */
    /* --END SECTION #5 */
  }
    #score .section-third .labels-content h2 {
        line-height: 30px;
    }
  #score .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  #score .section-first {
    padding-top: 120px;
  }
  #score .section-first .row .flex-item.left {
    width: 100%;
  }
  #score .section-first .row .flex-item.left h1 {
    font-size: 28px!important;
      margin-bottom: 20px;
  }
  #score .section-first .row .flex-item.left img {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
   #score h1.font-lemon, #score h2.font-lemon {
        font-size: 28px !important;
    }
  #score .section-first .row .flex-item.right {
    display: none;
  }
  #score .section-second {
    padding: 20px 0;
    background-color: #e9fde5;
    background-image: url("../img/score/section2-products--mobile.png");
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: contain;
    background-origin: content-box;
  }
  #score .section-second .row {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #score .section-second .row .table {
    z-index: 99;
    width: 60%;
    margin: 0 auto;
  }
  #score .section-second .row .table .sub-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #score .section-second .row .table .sub-row .score {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  #score .section-second .background-img {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
  }
  #score .section-third {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #score .section-third .sub-container {
    position: relative;
    top: 0;
  }
  #score .section-third .cols-wrapper .col {
    width: 100%;
  }
  #score .section-third .cols-wrapper .col:not(:last-of-type) {
    margin-bottom: 25px;
  }
  #score .section-third .cols-wrapper .col .content.products .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #score .section-third .cols-wrapper .col .content.infos .infos-btn {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #score .section-third .cols-wrapper .col .vegetables {
    position: relative;
  }
  #score .section-third .labels-content {
    width: 100%;
  }
  #score .section-third .labels-content .labels-wrapper {
    padding: 5% 10%;
  }
  #score .section-third .labels-content .mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #score .section-third .labels-content .mobile-row:not(:last-of-type) {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
  #score .section-third .labels-content .mobile-row img {
    margin: 0 !important;
    margin-right: 0;
  }
  #score .section-third .labels-content .mobile-row img:not(:last-of-type) {
    margin-right: 0;
  }
  #score .section-fourth {
    padding: 25px 0 20px 0;
  }
  #score .section-fourth .container .flex-item {
    width: 100%;
  }
    #score .section-fourth .container .flex-item h2 {
        margin-bottom: 10px;
    }
  #score .section-fourth .container .flex-item img.no-desktop {
    width: 100%;
    margin-top: 0;
  }
  #score .section-fifth {
    padding: 40px 0;
  }
  #score .section-fifth .text-bold {
    font-size: 14px;
  }
  #score .section-fifth .swiper-container .swiper-slide {
    font-size: 16px;
  }
  #score .section-fifth .swiper-container .swiper-slide .name {
    margin-top: 5px;
  }
  #score .section-fifth .swiper-container .swiper-slide .type {
    margin-top: 5px;
  }
}
.row {
  margin-right: 0 !important; 
  margin-left: 0 !important; 
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#score .section-third .cols-wrapper .col .infos .infos-btn.show {
  display: flex !important;
}
a {
  text-decoration: none !important;
}
.cta-green:hover {
  color: #ffffff !important;
}

footer a:hover {
  color: #ffffff !important; 
}

#patrick .modal-body, #christophe .modal-body, #david .modal-body{
    max-height: 350px;
    overflow-y: scroll;
}
#patrick .modal-body .body, #christophe .modal-body .body, #david .modal-body .body {
  line-height: 34.56px;
}
.scientifique-member {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.scientifique-member .cta-green {
    padding: 10px !important;
    width: 150px !important;
    margin: 15px 0 !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
  .scientifique-member { 
    padding: 20px 0;
  }
    #score .section-third .cols-wrapper .col .text .logo{
        width: 60%;
        margin: 25px auto 0;
    }
	
    #score .section-fifth .swiper-container {
	  height: 400px !important;
    }
    #score .section-third .cols-wrapper .col h2 {
        margin: 0;
        font-size: 22px !important;
    }
}
/*# sourceMappingURL=score.css.map */
