@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

input {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

html {
  width: 100%;
  background: #efefef;
  overscroll-behavior: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
  color: #3b3c3e;
}

body, .bar, .container_2024, #menu {
  min-width: 320px;
  max-width: 480px;
  margin: 0 auto;
}

html, body {
  font-family: verdana, arial, sans-serif;
}

h1 {
  font-size: 27px;
  font-weight: normal;
  margin: 8px 0;
}
h1 sup {
  font-size: 15px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  padding: 0 20px;
  height: 35px;
  background: #65B32E;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  margin-top: 8px;
  outline: 0;
  cursor: pointer;
}
button.no_bg {
  background: transparent;
  color: #424242;
}

input {
  width: 100px;
  height: 30px;
}

.fs-6 {
  font-size: 0.75rem !important;
}

.fs-7 {
  font-size: 0.5rem;
  font-weight: normal;
}

.fs-input {
  font-size: 1.05rem;
}

.bg-blue {
  background-color: #153E8C !important;
  color: #fff;
}

.bg-red {
  background-color: #E63027 !important;
}

.bg-green {
  background-color: #65B32E !important;
}

.bg-yellow {
  background-color: #FDC300 !important;
}
.bg-yellow hr {
  color: #fff;
}

.bg-grey {
  background-color: #424242 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-lightGrey {
  background-color: #EEEFEE !important;
}

.text-blue {
  color: #153E8C;
}

.text-green {
  color: #65B32E;
}

.text-red {
  color: #E63027;
}

.text-yellow {
  color: #FDC300;
}

#wrapper_container {
  height: 100vh;
}
#wrapper_container .conservation_pdt {
  display: none;
}
#wrapper_container.easypod #calcul__method {
  background-image: url(img/2024/easypod_enfant.png), url(img/2024/logo_merck.svg), linear-gradient(180deg, #CCCCCC 0%, rgb(255, 255, 255) 100%);
}
#wrapper_container.easypod .header #logo_ereglette {
  display: none;
}
#wrapper_container.easypod .header #logo_easypod {
  display: block !important;
  margin-left: 16px;
}
#wrapper_container.easypod #conservation_easypod {
  display: inline;
}
#wrapper_container.aluetta #calcul__method {
  background-image: url(img/2024/aluetta_enfant.png), url(img/2024/logo_merck.svg), linear-gradient(180deg, #CCCCCC 0%, rgb(255, 255, 255) 100%);
}
#wrapper_container.aluetta #logo_ereglette {
  display: none;
}
#wrapper_container.aluetta #logo_aluetta {
  display: block !important;
}
#wrapper_container.aluetta #conservation_aluetta {
  display: inline;
}

.container_2024 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100vh;
  overflow: auto;
  z-index: 1;
}
.container_2024.scrollStop {
  overflow: hidden;
}

html, body, #wrapper_container {
  height: 100%;
  position: relative;
}

body {
  height: calc(env(safe-area-inset-top) + 100%) !important;
}

.container_2024 {
  min-height: 100%;
}

.header.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  padding-right: 10px;
  padding-left: 10px;
  background-color: white;
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.header .d-flex {
  justify-content: space-between;
  align-items: center;
}
.header #b_menu {
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  border-radius: 100%;
  background: #65B32E;
  color: #ffffff;
}
.header #logo_saizen {
  width: 200px;
  margin-left: 16px;
}
.header #logo_calcul {
  width: 65px;
  height: 65px;
}
.header img {
  max-width: 100%;
}
.header__logo {
  display: none;
}
.header #logo_ereglette {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #153E8C;
}

section {
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 65px;
  padding-top: calc(constant(safe-area-inset-top) + 65px);
  padding-top: calc(env(safe-area-inset-top) + 65px);
  padding-bottom: constant(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-top);
}
section#home {
  background: #fff url("img/2024/logo_merck.svg") no-repeat right 30px bottom 30px;
  background-size: 115px;
}
section#home .product__img {
  max-height: 50vh;
}
section#home p {
  font-size: 24px;
  font-weight: bold;
  color: #153E8C;
}
section#calcul__method {
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 40%, 115px, auto;
  background-position: left bottom, right 30px bottom 30px, 0 0;
}
section#saizen__rcp {
  background: linear-gradient(180deg, #CCCCCC 0%, rgb(255, 255, 255) 100%) no-repeat 0 0;
}
section .footer {
  position: absolute;
  width: 100%;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 8px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
  background: #ffffff;
  z-index: 2;
  bottom: 0;
  border-top: 1px solid #65B32E;
}
section .section_wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  padding-bottom: calc(env(safe-area-inset-bottom) + 55px);
}
section#saizen__rcp {
  font-size: 12px;
}
section#saizen__rcp .saizen__rcp-item {
  display: none;
}
section#saizen__rcp .bbt p {
  padding: 5px 15px 5px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
section#saizen__rcp .bbt p:last-child {
  border-bottom: 0;
}
section#saizen__rcp .bbt p:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  display: block;
  width: 12px;
  background: #6bbf53;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}
section#saizen__rcp .bbt p:nth-child(2):after {
  padding-top: 15px;
}
section#saizen__rcp .bbt p:nth-child(3):after {
  padding-top: 8px;
}
section#saizen__rcp .bbt p:nth-child(4):after {
  padding-top: 42px;
}
section#saizen__rcp .bbt p.adult:after {
  padding-top: 121px;
}
section#saizen__rcp .bbt2 {
  border-top: 1px solid #cdcdcd;
  padding: 5px 15px 5px 0;
  position: relative;
}
section#saizen__rcp .bbt2:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  display: block;
  width: 12px;
  background: #6bbf53;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding-top: 85px;
  cursor: pointer;
}
section#saizen__rcp .encadre {
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #969697;
}
section#saizen__rcp .encadre p {
  margin-bottom: 0;
}
section#saizen__rcp #saizen__rcp-poso .table {
  margin-bottom: 10px;
}
section#saizen__rcp #saizen__rcp-poso .table th, section#saizen__rcp #saizen__rcp-poso .table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding-top: 6px;
  padding-bottom: 6px;
}
section#saizen__rcp #saizen__rcp-poso .table th:last-child, section#saizen__rcp #saizen__rcp-poso .table td:last-child {
  border-right: 0;
}
section#saizen__rcp #saizen__rcp-poso .table th:first-child, section#saizen__rcp #saizen__rcp-poso .table td:first-child {
  padding-right: 8px;
}
section#saizen__rcp #saizen__rcp-poso .table .bg-green {
  display: inline-block;
  border-radius: 5px;
  padding: 9px 2px 0px;
  min-height: 50px;
  color: #fff;
}
section#saizen__rcp #saizen__rcp-poso .table .bg-green.lh {
  line-height: 34px;
}
section#saizen__rcp #saizen__rcp-poso h3 {
  color: #6bbf53;
  margin: 1rem 0 0.5rem;
}

.saizen__menu {
  text-align: center;
}
.saizen__menu .menu__item div {
  background: #fefefe;
  border-radius: 5px;
  font-size: 12px;
}
.saizen__menu .menu__item div .selected {
  background: #48494b;
  color: #ffffff;
}
.saizen__menu .menu__item div .fa {
  margin-bottom: 3px;
}
.saizen__menu .menu__item.selected div {
  background: #424242;
  color: #fff;
}

.table_result .table tr:nth-child(even) {
  background-color: #EEEFEE;
}
.table_result .table th.bb-blue {
  border-bottom: 3px solid #153E8C;
}
.table_result .table th.bb-red {
  border-bottom: 3px solid #E63027;
}
.table_result .table th.bb-yellow {
  border-bottom: 3px solid #FDC300;
}
.table_result .table th .fs-7 {
  padding-bottom: 6px;
  display: inline-block;
}
.table_result .table td:first-child {
  font-weight: bold;
}
.table_result .table td.text-green {
  color: #65B32E;
  font-weight: bold;
}
.table_result .table td.text-blue {
  color: #153E8C;
  font-weight: bold;
}
.table_result#cartouche__mois .img-fluid {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.table_result#cartouche__dose tr:nth-child(even) {
  background-color: #fff;
}
.table_result#cartouche__dose td {
  vertical-align: middle;
  color: #3b3c3e;
  font-weight: normal;
}
.table_result#cartouche__dose td:not(:first-child) {
  font-size: 1.2rem;
}
.table_result#cartouche__dose td.border-left {
  border-left: 1px solid #dee2e6;
}
.table_result span.triangle__after-down {
  display: grid;
}

.select {
  outline: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  background: #ffffff;
  padding: 0 5px;
  font-size: 15px;
  height: 32px;
  width: calc(100% - 15px);
  text-align: left;
  position: relative;
  margin-top: 5px;
}
.select::before {
  display: inline-block;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 2px;
  height: 25px;
  width: 28px;
  text-align: center;
  border-radius: 5px;
  padding-top: 3px;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28px;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 5px;
  outline: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.select.yellow {
  border: 1px solid #FDC300;
}
.select.yellow::before {
  background: #FDC300;
}
.select.blue {
  border: 1px solid #153E8C;
}
.select.blue::before {
  background: #153E8C;
}

.helper, .ml {
  font-size: 10px;
  margin-top: 5px;
}

.ouSpacer span {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  background-color: #153E8C;
  color: #fff;
}
.ouSpacer span::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50vw - 40px);
  height: 1px;
  border-bottom: 1px solid #8F8F8F;
  left: calc(-50vw + 30px);
  top: 15px;
}
.ouSpacer span::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(50vw - 40px);
  height: 1px;
  border-bottom: 1px solid #8F8F8F;
  right: calc(-50vw + 30px);
  top: 15px;
}

.triangle__after {
  position: relative;
}
.triangle__after::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
}
.triangle__after-right::after {
  right: -10px;
  top: calc(50% - 10px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #153E8C;
}
.triangle__after-down::after {
  bottom: -10px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FDC300;
}

.bg-lightGrey.triangle__after-down::after {
  border-top: 10px solid #EEEFEE;
}

#cartouche__duree .triangle__after-down::after {
  bottom: -26px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #65B32E;
}
#cartouche__duree .col-4:first-child .triangle__after-down {
  left: calc(50% - 20px);
}

#cartouche__mois .triangle__after-down::after {
  bottom: -26px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #153E8C;
}
#cartouche__mois .col-4:first-child .triangle__after-down {
  left: calc(50% - 20px);
}

.popup_alert {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup_alert .popup_content {
  position: absolute;
  background: #242426;
  width: calc(100vw - 15%);
  margin-left: 7.5%;
  padding: 16px;
  margin-top: 60px;
  margin-top: calc(constant(safe-area-inset-top) + 110px);
  margin-top: calc(env(safe-area-inset-top) + 110px);
  font-size: 14px;
  color: #fefefe;
}
.popup_alert .popup_content_wrapper {
  max-height: 500px;
  max-height: calc(100vh - 178px);
  overflow: auto;
}
.popup_alert a, .popup_alert a:hover, .popup_alert a:active, .popup_alert a:visited {
  color: #898b90;
}
.popup_alert hr {
  margin-top: 20px;
}

#popup_semaine .popup_content {
  background: #ffffff;
  width: 302px;
  padding: 8px 8px 16px 16px;
  margin-top: 210px;
  font-size: 14px;
  color: #fefefe;
  left: -151px;
  margin-left: 50%;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
  color: #3b3c3e;
}
#popup_semaine .popup_content p {
  margin: 12px 0 0 0;
}
#popup_semaine .close {
  display: inline-block;
  float: right;
  background: #bbbbbb;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
  border-radius: 100%;
  color: #ffffff;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}

/* [ MENU ] */
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  min-width: 320px;
  max-width: 480px;
  margin: 0 auto;
  transition: all 0.5s ease;
  height: 100vh;
  height: 100%;
}
.wrapper #b_close {
  visibility: hidden;
  position: absolute;
  top: calc(constant(safe-area-inset-top) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  right: 16px;
  color: #ffffff;
  font-size: 27px;
  background: #60bb46;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  padding-top: 6px;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.wrapper.open {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.wrapper.open #b_close {
  visibility: visible;
  z-index: 101;
  opacity: 1;
}
.wrapper #menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: all 0.35s ease;
}
.wrapper #menu.open {
  transform: translateX(0);
}
.wrapper #menu ul {
  background-color: #242426;
  width: 80%;
  width: calc(100% - 80px);
  max-width: 290px;
  height: 100%;
  list-style: none;
  padding: 16px 8px;
  padding-top: calc(constant(safe-area-inset-top) + 16px);
  padding-top: calc(env(safe-area-inset-top) + 16px);
}
.wrapper #menu ul li {
  color: #fff;
  font-size: 17px;
  padding: 16px 8px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.wrapper #menu ul li span {
  display: inline-block;
  width: 150px;
  width: calc(100% - 50px);
}
.wrapper #menu ul li span.circle {
  margin-right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #5763b4;
  text-align: center;
  padding-top: 4px;
  float: left;
  margin-top: 5px;
}
.wrapper #menu ul li span.circle.bg-red .svg__product {
  margin-left: -1px;
}
.wrapper #menu ul li:nth-child(1) .circle, .wrapper #menu ul li:nth-child(3) .circle, .wrapper #menu ul li:nth-child(4) .circle {
  margin-top: -6px;
}
.wrapper #menu ul li:last-child {
  padding: 26px 8px;
}
.wrapper #menu ul li .svg__product {
  height: 20px;
}
.wrapper #menu ul li a, .wrapper #menu ul li a:hover, .wrapper #menu ul li a:focus {
  color: #fff;
}
.wrapper #menu #menu-text {
  position: absolute;
  margin-top: 100%;
  z-index: 101;
  color: white;
  bottom: 10px;
  height: 23%;
  left: 8px;
  font-size: 12px;
}

@media (max-height: 567px) {
  /*section{min-height: 568px}*/
  #form_poids {
    margin-top: 20px;
  }
  #home .logo_merck {
    background: url("img/logo_merck.png") no-repeat right bottom;
    background-size: 70%;
    position: absolute;
    bottom: 1%;
    right: 10px;
  }
  .popup_alert .popup_content {
    margin-top: 50px;
  }
}
@media (max-width: 350px) {
  .popup_alert .popup_content {
    width: 300px;
    margin-left: 50%;
    left: -150px;
  }
}
/*ipad dans safari*/
@media (min-width: 575px) {
  html {
    background: #dadada;
  }
  body {
    background: none;
  }
  body, .bar, .container, #menu, .wrapper {
    min-width: 370px;
    max-width: 375px;
    margin: 0 auto;
  }
  .bar {
    border-radius: 8px 8px 0 0;
  }
  #wrapper_container {
    position: fixed;
    height: 667px;
    left: 0;
    right: 0;
    top: 10px;
    max-width: 375px;
    margin: 10px auto;
    overflow: auto;
    backface-visibility: hidden;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
  }
  .container_2024 {
    min-height: 100%;
  }
  .menu {
    height: 667px;
  }
  .popup_alert .popup_content {
    width: 300px;
    margin-left: 50%;
    left: -150px;
  }
}
/*ipad plein écran*/
@media (min-height: 748px) and (min-width: 1024px), (min-height: 890px) and (min-width: 615px) {
  html {
    background: #dadada;
  }
  body {
    background: none;
  }
  body, .bar, .container, #menu, .wrapper {
    min-width: 370px;
    max-width: 375px;
    margin: 0 auto;
  }
  #wrapper_container {
    position: fixed;
    height: 667px;
    left: 0;
    right: 0;
    top: 30px;
    max-width: 375px;
    margin: 10px auto;
    overflow: auto;
    backface-visibility: hidden;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  #wrapper_container .container_2024 {
    min-height: 100%;
  }
  .popup_alert .popup_content_wrapper {
    max-height: 536px;
  }
  .popup_alert .popup_content {
    width: 300px;
    margin-left: 50%;
    left: -150px;
  }
  .menu {
    height: 667px;
  }
}
/*hack android 5 tablet*/
@media (min-height: 890px) and (min-width: 615px) {
  .popup_alert {
    height: 667px;
    left: 0;
    right: 0;
    top: 40px;
    max-width: 375px;
    margin: 0 auto;
  }
  .popup_alert .popup_content {
    margin-top: 20px;
  }
}
/*bug clavier android*/
@media (max-height: 500px) {
  .container {
    min-height: 500px;
    height: 100%;
  }
}
@media (max-height: 620px) and (max-width: 374px) {
  #easypod {
    background-size: auto 40%, cover;
  }
}
@media (max-height: 630px) {
  section#home .product__img {
    max-height: 300px;
  }
  section#home, section#calcul__method {
    min-height: 629px;
  }
}