@charset "UTF-8";
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
}
button {
  -webkit-appearance: none;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase !important;
  font-size: 2rem !important;
  border-radius: 100px !important;
  background-color: #FFFFFF;
  border: 0;
  padding: 7px 15px 7px 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
  color: #000000;
}
button:hover {
  color: #63BB46 !important;
  transition: all 0.2s;
}
a {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
.site-header {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 99;
}
.site-header #site-navigation .container {
  justify-content: center;
}
.site-header #site-navigation .container .navbar-brand .logo {
  width: 150px;
}
.flavor_title {
  display: none;
}
.button_nutri {
  display: none;
}
.intro {
  background-image: url("/wp-content/themes/helium/assets/images/background_intro.jpg");
  background-size: cover;
  background-position: center;
  height: 76vh;
  position: relative;
  background-repeat: no-repeat;
}
.intro .button_content {
  display: flex;
  justify-content: center;
  gap: 18%;
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
}
.intro .button_content button {
  color: #000000;
}
.green {
  height: 6vh;
  background-color: #63BB46;
}
.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.form_consommateur {
  background-color: #ECDD33;
  height: fit-content;
  background-image: url("/wp-content/themes/helium/assets/images/background_form.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
.form_consommateur .grid {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1.5fr;
}
.form_consommateur .grid .mid {
  align-items: center;
  display: flex;
}
.form_consommateur .grid .mid img {
  height: 250px;
  width: 250px;
}
.form_consommateur .grid .right {
  width: 65%;
  margin: auto;
}
.form_consommateur .grid .right h3 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 4rem;
  text-transform: uppercase;
}
.form_consommateur .grid .right p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.form_consommateur .grid .right .avis {
  background-color: #FFFFFF;
  color: #ECDD33;
  box-shadow: none;
}
.form_consommateur .leaf {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 99;
  height: 400px;
}
.twoLiters {
  background-image: url("/wp-content/themes/helium/assets/images/2L_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  min-height: 80vh;
  position: relative;
  padding: 6rem;
}
.twoLiters .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.twoLiters .left .logo {
  width: 330px;
}
.twoLiters .mid {
  align-items: end;
  display: flex;
}
.twoLiters .mid .slogan {
  position: absolute;
  top: 5%;
  right: 37%;
  max-width: 650px;
  bottom: 0;
}
.twoLiters .right {
  position: relative;
  display: flex;
  align-items: end;
}
.twoLiters .right .bottles {
  max-width: 700px;
}
.twoLiters .right .tag {
  position: absolute;
  width: 190px;
  right: 0;
  bottom: 4%;
}
.details {
  display: block;
}
.details .flavor {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.details .flavor h3 {
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.nutri_2liters {
  background-color: #63D8D8;
  background-image: url("/wp-content/themes/helium/assets/images/background_nutriscore_2l.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  min-height: 80vh;
  position: relative;
}
.nutri_2liters .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  transition: 1s ease;
}
.nutri_2liters .item .imgs {
  position: relative;
}
.nutri_2liters .item .imgs .img_2L {
  max-height: 600px;
  width: auto;
}
.nutri_2liters .item .imgs .img_fruits {
  position: absolute;
  bottom: -5px;
  display: flex;
  max-height: 500px;
  width: auto;
  left: -90%;
}
.oneLiter {
  background-image: url("/wp-content/themes/helium/assets/images/background_1L.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  min-height: 80vh;
  position: relative;
  padding: 6rem;
}
.oneLiter .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneLiter .left .logo {
  width: 330px;
}
.oneLiter .mid {
  align-items: end;
  display: flex;
}
.oneLiter .mid button {
  margin-bottom: 10rem;
}
.oneLiter .right {
  position: relative;
  display: flex;
  align-items: end;
}
.oneLiter .right .bottles {
  max-width: 700px;
}
.oneLiter .right .tag {
  position: absolute;
  width: 190px;
  right: 0;
  bottom: 4%;
}
.nutri_1liter {
  background-image: url("/wp-content/themes/helium/assets/images/background_nutriscore_2l.svg");
  background-color: #63BB46;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  min-height: 80vh;
  position: relative;
}
.nutri_1liter .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  transition: 1s ease;
}
.nutri_1liter .item .imgs {
  position: relative;
}
.nutri_1liter .item .imgs .img_1L {
  max-height: 600px;
  width: auto;
}
.nutri_1liter .item .imgs .img_fruits {
  position: absolute;
  bottom: 0;
  display: flex;
  max-height: 500px;
  width: auto;
  left: -50%;
}
.kids {
  background-image: url("/wp-content/themes/helium/assets/images/background_kids.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 2fr;
  padding: 6rem;
}
.kids .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kids .left .logo {
  width: 500px;
}
.kids .mid {
  align-items: end;
  display: flex;
  z-index: 99;
}
.kids .mid button {
  margin-bottom: 10rem;
}
.kids .right {
  position: relative;
  display: flex;
  align-items: end;
}
.kids .right .bottles {
  max-width: 600px;
}
.kids .right .tag {
  position: absolute;
  width: 190px;
  right: 25%;
  bottom: 4%;
  z-index: 99;
}
.kids .herb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nutri_kids {
  background-color: #ECDD33;
  background-image: url("/wp-content/themes/helium/assets/images/background_nutriscore_2l.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  min-height: 80vh;
  position: relative;
}
.nutri_kids .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  transition: 1s ease;
}
.nutri_kids .item .imgs {
  position: relative;
}
.nutri_kids .item .imgs .img_kids {
  max-height: 600px;
  width: auto;
}
.nutri_kids .leaf {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: 99;
  height: 450px;
}
.owl-nav {
  margin-top: 0 !important;
}
.owl-prev, .owl-next {
  border: 2px solid #000000 !important;
  pointer-events: auto;
  padding: 1rem !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 65px;
  height: 65px;
}
.owl-prev {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.nutritional_table {
  background-color: #FFFFFF;
  width: 450px;
  height: 450px;
  transition: opacity 0.3s ease;
  border-collapse: unset !important;
  padding: 1rem 2rem;
}
.nutritional_table .bold {
  font-weight: 700;
}
.nutritional_table thead th {
  font-size: 2rem;
  border-bottom: 2px solid #000000;
}
.nutritional_table tbody .border_bottom {
  border-bottom: 2px solid #000000;
}
.nutritional_table tbody tr td {
  font-size: 1.6rem;
  padding: 0;
}
.site-footer {
  background-color: #c4c4c4;
}
.site-footer .logo {
  height: 100px;
}
.site-footer .row {
  padding: 3rem 0;
}
.site-footer .row .col-xl-4 {
  justify-content: center;
  display: flex;
}
.site-footer .row .col-xl-2 {
  align-items: center;
  justify-content: center;
  display: flex;
}
.site-footer .row a {
  color: #545453;
  font-size: 1.6rem;
}
.site-footer .row a:hover {
  color: #000000;
}
.site-footer .row .social {
  align-items: end !important;
}
.site-footer .row .social img {
  height: 30px;
}
.site-footer .bottom {
  background-color: #80CEC8;
  font-size: 2rem;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.site-footer .bottom p {
  margin: 0.5rem;
}
.site-footer .bottom a {
  font-weight: 700;
  color: #FFFFFF;
}
.site-footer .bottom a:hover {
  color: #545453;
}
body.page-template-template-contact .site-header {
  box-shadow: none;
}
.form_banner {
  z-index: 999;
  position: relative;
  background-color: #2B663E;
  height: 3vh;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.5);
}
.form .gform_heading, .form .gfield_required {
  display: none;
}
.form .container {
  max-width: 950px;
  margin: 5rem auto;
}
.form .container h1 {
  font-size: 7.5rem;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.form .container h2 {
  text-align: center;
}
.form .container a {
  display: flex;
  justify-content: center;
}
.form .container .btn_form {
  background-color: #63D8D8 !important;
  color: #FFFFFF;
}
.form .container .btn_form:hover {
  background-color: #6ff0f0 !important;
  color: #FFFFFF;
}
.form .container .gform_required_legend {
  display: flex;
  justify-content: end;
}
.form .container form {
  /* Style de la case à cocher cochée simulée */
}
.form .container form .gfield_label {
  background-color: #63D8D8;
  border-radius: 20px;
  padding: 0.2rem 2rem;
  font-size: 3rem;
  color: white;
  display: flex;
}
.form .container form .gfield_radio label {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.form .container form .gfield_radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.form .container form .gfield_radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #63D8D8;
  border-radius: 50%;
  margin-right: 0.8rem;
}
.form .container form .gfield_radio input[type="radio"]:checked + label:before {
  background-color: #FFFFFF;
  border: 6px solid #63D8D8;
}
.form .container form .gform_button {
  background-color: #63D8D8 !important;
  color: #FFFFFF;
}
.form .container form .gform_button:hover {
  background-color: #6ff0f0 !important;
}
.form .container form .gform_footer {
  justify-content: end;
}
.img_footer {
  background-image: url("/wp-content/themes/helium/assets/images/background_form_footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.img_footer .logo {
  height: 350px;
  position: absolute;
  bottom: 15%;
  right: 5%;
}
@media screen and (min-width: 3840px) {
  button {
    font-size: 4rem !important;
  }
  .form_consommateur .grid {
    height: 100%;
  }
  .form_consommateur .grid .left img {
    height: 100%;
  }
  .form_consommateur .grid .mid {
    justify-content: center;
  }
  .form_consommateur .leaf {
    height: 720px;
  }
}
@media screen and (max-width: 1280px) {
  .leaf {
    display: none;
  }
  button {
    font-size: 1.6rem !important;
  }
  .intro .button_content {
    display: none;
  }
  .form_consommateur .grid .left {
    height: 370px;
  }
  .form_consommateur .grid .mid img {
    height: 155px;
    width: auto;
  }
  .form_consommateur .grid .right {
    text-align: center;
  }
  .form_consommateur .grid .right h3 {
    text-align: center;
    line-height: 3.5rem;
    font-size: 3.5rem;
  }
  .form_consommateur .grid .right p {
    text-align: center;
    margin: auto;
    width: 90%;
    line-height: 2.5rem;
  }
  .form_consommateur .grid .right a .avis {
    margin: 2rem auto;
  }
  .twoLiters .mid .slogan {
    right: 30%;
    max-width: 370px;
  }
  .twoLiters .right .bottles {
    max-width: 450px;
  }
  .twoLiters .right .tag {
    width: 140px;
    right: -5%;
  }
  .oneLiter .right .bottles {
    margin-right: 0;
    max-width: 550px;
  }
  .oneLiter .right .tag {
    width: 140px;
  }
  .kids .right {
    justify-content: center;
  }
  .kids .right .bottles {
    max-width: 450px;
  }
  .kids .right .tag {
    width: 115px;
    right: 10%;
  }
  .owl-prev {
    left: 2%;
  }
  .owl-next {
    right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .button_nutri {
    display: block;
  }
  .button_nutri button {
    margin: 1rem !important;
  }
  .form_consommateur .grid {
    grid-template-columns: 1fr;
  }
  .form_consommateur .grid .left {
    display: none;
  }
  .form_consommateur .grid .mid {
    justify-content: center;
    margin: 3rem 0;
  }
  .form_consommateur .grid .mid img {
    height: 110px;
    width: 110px;
  }
  .form_consommateur .grid .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
  }
  .details .flavor {
    display: none;
  }
  .details .nutritional_table {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .details .nutritional_table thead th {
    border-bottom: 2px solid #FFFFFF;
  }
  .details .nutritional_table tbody .border_bottom {
    border-bottom: 2px solid #FFFFFF;
  }
  .details .nutritional_table tbody td {
    height: 35px !important;
  }
  .details .visible {
    opacity: 1;
  }
  .nutri_2liters .item, .nutri_1liter .item, .nutri_kids .item {
    flex-direction: column;
    padding: 2rem 0;
  }
  .nutri_2liters .item .flavor_title, .nutri_1liter .item .flavor_title, .nutri_kids .item .flavor_title {
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    text-align: center;
  }
  .twoLiters {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  .twoLiters .slogan {
    display: none;
  }
  .twoLiters .left .logo {
    max-width: 250px;
  }
  .twoLiters .mid {
    justify-content: center;
  }
  .twoLiters .right {
    justify-content: center;
  }
  .twoLiters .right .bottles {
    max-width: 365px;
  }
  .twoLiters .right .tag {
    width: 90px;
    bottom: 0;
    right: 10%;
  }
  .oneLiter {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  .oneLiter .left .logo {
    max-width: 250px;
  }
  .oneLiter .mid {
    justify-content: center;
  }
  .oneLiter .right {
    justify-content: center;
  }
  .oneLiter .right .bottles {
    margin-right: 0;
    max-width: 365px;
  }
  .oneLiter .right .tag {
    width: 90px;
    bottom: 0;
    right: 10%;
  }
  .kids {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  .kids .left .logo {
    max-width: 300px;
  }
  .kids .mid {
    justify-content: center;
  }
  .kids .mid button {
    margin-bottom: 0;
  }
  .kids .right {
    justify-content: center;
  }
  .kids .right .bottles {
    max-width: 365px;
  }
  .kids .right .tag {
    width: 90px;
    right: 25%;
  }
  .herb {
    display: none;
  }
  .nutri_2liters .item .imgs .img_2L {
    max-height: 500px;
  }
  .nutri_1liter .item .imgs .img_1L {
    max-height: 500px;
  }
  .nutri_kids .item .imgs .img_kids {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .green {
    display: none;
  }
  .intro {
    height: 20vh;
  }
  .twoLiters .left .logo {
    max-width: 250px;
  }
  .twoLiters .right .bottles {
    max-width: 365px;
  }
  .twoLiters .right .tag {
    width: 90px;
    bottom: 0;
    right: 10%;
  }
  .oneLiter .left .logo {
    max-width: 250px;
  }
  .oneLiter .right .bottles {
    margin-right: 0;
    max-width: 365px;
  }
  .oneLiter .right .tag {
    width: 90px;
    bottom: 0;
    right: 10%;
  }
  .kids .left .logo {
    max-width: 300px;
  }
  .kids .mid button {
    margin-bottom: 0;
  }
  .kids .right .bottles {
    max-width: 365px;
  }
  .kids .right .tag {
    width: 90px;
    right: 25%;
  }
  .herb {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .site-header #site-navigation .container .navbar-brand .logo {
    width: 100px;
  }
  .nutritional_table tbody tr td {
    font-size: 1.3rem;
  }
  .twoLiters .left .logo {
    max-width: 240px;
  }
  .twoLiters .right .bottles {
    max-width: 270px;
  }
  .twoLiters .right .tag {
    width: 70px;
    bottom: 0;
  }
  .nutri_2liters .item .imgs .img_2L {
    max-height: 450px;
  }
  .nutri_2liters .item .imgs .img_fruits {
    max-height: 260px;
    max-width: 185px;
    left: -40%;
  }
  .oneLiter .left .logo {
    max-width: 240px;
  }
  .oneLiter .right .bottles {
    margin-right: 0;
    max-width: 300px;
  }
  .oneLiter .right .tag {
    width: 70px;
    right: 5%;
  }
  .nutri_1liter .item .imgs .img_1L {
    max-height: 450px;
  }
  .nutri_1liter .item .imgs .img_fruits {
    max-height: 260px;
    max-width: 185px;
    left: -16%;
  }
  .nutri_kids .item .imgs .img_kids {
    max-height: 455px;
  }
  .kids .left .logo {
    max-width: 270px;
  }
  .kids .right .bottles {
    max-width: 270px;
  }
  .kids .right .tag {
    width: 70px;
    right: 10%;
  }
  .herb {
    display: none;
  }
  .nutri_2liters .item .flavor_title, .nutri_1liter .item .flavor_title, .nutri_kids .item .flavor_title {
    font-size: 3rem;
  }
  .site-footer .row {
    padding: 1rem 0;
  }
  .site-footer .row .col-12 a {
    justify-content: center;
    display: flex;
  }
  .site-footer .row .social .d-flex {
    justify-content: center;
  }
  .site-footer .bottom {
    font-size: 1.4rem;
  }
  .owl-prev, .owl-next {
    width: 35px;
    height: 35px;
  }
  .form .container h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .form .container form .gfield_label {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
