body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Calibri',
        sans-serif;
}

#container {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none !important;
}

/* Background color */

.light-blue-back {
    background-color: #FAFBFC !important;
}

.white-back {
    background-color: #FFFFFF !important;
}

.blue-back {
    background-color: #008FCD !important;
}

.dark-blue-back {
    background-color: #012E43 !important;
}

/* Text color */
.text-blue-back {
    color: #008FCD !important;
}

.text-dark-blue-back {
    color: #012E43 !important;
}

.text-white {
    color: #ffffff !important;
}

/* General */
.content-line {
    padding-top: 72px;
    padding-bottom: 80px;
}

/* Text Size */

p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

a:hover {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.big-text {
    font-family: 'Neo Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #012E43;
}
.big-text-d {
    text-transform: uppercase !important;
}
.big-text--s {
    font-size: 36px;
}
.med-text {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
}

.med-text strong {
    font-weight: 700;
}

/* Buttons */

.main-button {
    padding: 25px 40px;
    position: relative;
    background-color: #008FCD;
    border-bottom: 4px solid #012E43;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.main-button:hover {
    color: #FFFFFF;
    border-bottom: 4px solid #000000;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.main-button.yellow {
    padding: 20px 25px;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #FFB700;
    border-bottom: 4px solid #B98500;
}

.main-button.yellow:hover {
    border-bottom: 4px solid #946a00;
}

.main-button.white {
    color: #012E43;
    background-color: #ffffff;
    border-bottom: 4px solid #DFDEDE;
    padding: 25px 40px !important;
}

@media (max-width: 767.98px) {
    .main-button.white {
       padding: 15px 40px !important;
       border-bottom: 4px solid #DFDEDE !important;
    }
    .main-button.white:after {
        display: none;
    }
}
.main-button.white:hover {
    color: #012E43;
    background-color: #ffffff;
    border-bottom: 4px solid #012E43;
}

/* General */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

/* Title Line */

.title-line {
    margin-bottom: 60px;
}

.title-line .big-text {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

/* .title-line .big-text::before,
.title-line .big-text::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #008FCD;
} */

.title-line .big-text span {
    margin: 0 10px;
}

/* Video Container */
iframe .bc-player-I4WUa1Pmw_default .vjs-poster,
.video-container .vjs-poster {
    background-color: transparent !important;
}

.video-container {
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    border-radius: 15px;
    overflow: hidden;
    max-width: 100%;
}

.video-container .video-launcher {
    background-color: #000000;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.video-container .video-launcher.hide {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    pointer-events: none;
}


.video-container .video-launcher button:hover+img {
    opacity: 0.9;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.video-container .video-launcher button {
    border: none;
    position: relative;
    z-index: 3;
    width: 100px;
    height: 100px;
    background: none;
    cursor: pointer;
}

.video-container .video-launcher button svg {
    display: block;
}

.video-container .video-launcher button svg #round-orange {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.video-container .video-launcher button:hover svg #round-orange {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.video-container video {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* Skew divider */

.section-separation {
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0px;
    z-index: 2;
    background-color: transparent;
    overflow: hidden;
    pointer-events: none;
}

.section-separation.top {
    top: 0px;
}

.section-separation.bottom {
    bottom: -1px;
}

.section-separation .separator {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 100vw 0 0;
}

.section-separation .separator.white-top {
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 0 100vw 85px 0;
}

.section-separation .separator.white-bottom {
    border-color: transparent #FFFFFF transparent transparent;
}

.section-separation .separator.blue-bottom {
    border-color: transparent #008FCD transparent transparent;
}
.d-none.d-md-block {
    position: relative;
}
.d-none.d-md-block .section-separation .separator.white-top {
    border-color: transparent #008FCD transparent transparent;
    border-width: 0 100vw 85px 0;
}

.d-none.d-md-block .section-separation .separator.white-bottom {
    border-color: transparent #008FCD transparent transparent;
}

.d-none.d-md-block .section-separation .separator.blue-bottom {
    border-color: transparent #FFFFFF transparent transparent;
}

/* ////////////////////// Sections ////////////////////// */

/* Hero */
.hero-banner {
    width: 100%;
    height: 780px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 0 115px;
}

.hero-banner .background-image {
    z-index: 1;
}

.hero-banner .background-image img {
    z-index: 2;
}

.hero-banner .background-image::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(0, 143, 205, 0) 0%, rgba(0, 143, 205, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 143, 205, 0)), to(rgba(0, 143, 205, 1)));
    background: linear-gradient(to bottom, rgba(0, 143, 205, 0) 0%, rgba(0, 143, 205, 1) 100%);
}

.hero-banner .container {
    position: relative;
    z-index: 4;
}

.hero-content h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 20px 0;
}

.hero-content h1 span {
    font-family: 'Neo Sans Pro',
        sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}

.hero-content h1 img {
    width: 338px;
    height: auto;
}

.hero-content h2 {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    margin: 0 0 50px;
}

.hero-content p.infos {
    font-size: 25px;
  margin-bottom: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
}

.hero-content .dropdown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 14;
}

.hero-content .dropdown button {
    min-width: 300px;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #012E43;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: none;
    border-bottom: 4px solid #000000;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.15px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.dropdown-menu {
    max-width: 100%;
    min-width: 300px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 20px;
    z-index: 14;
    top: 0px;
    left: 0px;
    -webkit-transform: translate3d(195px, 50px, 0px);
    transform: translate3d(195px, 50px, 0px);
    border: none;
    padding: 5px 0;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dropdown-menu a {
    padding: 5px 10px;
    text-align: center;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.dropdown-menu a:hover {
    color: #008FCD;
    background-color: transparent;
    transform: all ease .5s;
    -webkit-transform: all ease .5s;
    -moz-transform: all ease .5s;
    -ms-transform: all ease .5s;
    -o-transform: all ease .5s;
}


.hero-content .buttons {
    margin: 30px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-content .buttons .button-link {
    width: 30%;
}

.button-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #012E43;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom: 4px solid #000000;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.button-link:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.button-link .label {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.15px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}

.button-link .arrow {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    background-image: url('../images/ic-chevron.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: transparent;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.button-link:hover .arrow {
    background-color: #000000;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.button-link .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.button-link .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ic-chevron.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

/* Presentation Gamme par Forme */
.content-line.presentation {
    padding-top: 47px;
}
.gammes-titles-container {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;;
    -ms-flex-align: flex-start;;
    align-items: flex-start;
    margin: 0 0 95px;
}

.gammes-titles-container::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 58%;
    width: 60px;
    height: 2px;
    background-color: #008FCD;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.content-line.paracetamol .gammes-titles-container .paracetamol-l .big-text::before,
.content-line.paracetamol .gammes-titles-container .paracetamol-l .big-text::after,
.content-line.paracetamol .gammes-titles-container .paracetamol-r .big-text::after,
.content-line.paracetamol .gammes-titles-container .paracetamol-r .big-text::before,
.content-line.paracetamol .gammes-titles-container::before {
    background-color: #ffffff;
}
.content-line.presentation .classiques,
.content-line.presentation .pratiques {
    text-align: center;
}
.content-line.presentation .nav.nav-shape {
    position: relative;
}
.content-line.presentation .nav.nav-shape::after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% + 66%);
    top: -66%;
    left: 66.6%;
    margin-left: -1px;
    background-color: #008FCD;
}
.gammes-titles-container .big-text {
    text-transform: none;
    margin: 0;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    position: relative;
    display: inline-block !important;
    margin: 0 auto;
}
.large-text {
    text-transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    font-family: 'Neo Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #008FCD;
    width: 100%;
    margin-bottom: 55px;
}

.gammes-titles-container.open.pratiques .classiques .big-text,
.gammes-titles-container.open.classiques .pratiques .big-text {
    opacity: 0.3;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.gammes-titles-container .paracetamol-l .big-text::before,
.gammes-titles-container .paracetamol-l .big-text::after,
.gammes-titles-container .pratiques .big-text::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #008FCD;
    margin: 0 30px 0 0;
    top: 20px;
    right: 100%;
}
.gammes-titles-container .paracetamol-r .big-text::before,
.gammes-titles-container .paracetamol-l .big-text::after {
    display: none;
}
.gammes-titles-container .paracetamol-r .big-text::before,
.gammes-titles-container .paracetamol-r .big-text::after,
.gammes-titles-container .classiques .big-text::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #008FCD;
    margin: 0 0 0 30px;
    top: 20px;
    left: 100%;
}

.gammes-titles-container .big-text span {
    position: absolute;
    font-size: 16px;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    transform: translateX(-23px);
}

.nav-shape {
    width: 100%;
    position: relative;
}

.nav-shape .nav-item {
    text-align: center;
}

.shape-link {
    background-color: rgba(227, 242, 255, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.shape-link::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100px;
    height: 50px;
    background-color: rgba(227, 242, 255, .3);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.shape-link:hover::before,
.shape-link:hover,
.nav-item.active .shape-link::before,
.nav-item.active .shape-link {
    background-color: rgba(227, 242, 255, 1);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.shape-link img {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: auto;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -40px);
    -ms-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px);
}

.shape-link .label {
    font-weight: 400;
    font-size: 20px;
    color: #012E43;
    letter-spacing: 1.33px;
    text-align: center;
    padding: 15px;
    display: block;
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    line-height: 24px;
}

li.active .shape-link .label {
    font-weight: 700;
}

ul.pratiques li.pratiques .shape-link .label,
ul.classiques li.classiques .shape-link .label {
    opacity: 1;
}

ul.pratiques li.classiques .shape-link .label,
ul.classiques li.pratiques .shape-link .label {
    opacity: .3;
}

.shape-link::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: rgba(227, 242, 255, 0) transparent transparent transparent;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

li.active .shape-link::after {
    border-color: rgba(227, 242, 255, 1) transparent transparent transparent;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.tab-pane .in {
    opacity: 1;
}
#gamme-orodispersible, #gamme-comprime {
    padding-bottom: 110px;
}

#gamme-orodispersible .description-container {
    padding: 40px;
}
#gamme-comprime .description-container {
    padding: 50px 40px;
}
.gamme-description {
    margin: 40px 0 0 0;
    padding: 110px 0;
    position: relative;
}

.description-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
}

.description-container img.illustration {
    position: relative;
    z-index: 20;
    -ms-flex-negative: 0;
    /* flex-shrink: 0; */
    width: 315px;
    height: auto;
    margin: 0 40px 0 0;
}
#gamme-orodispersible .description-container img.illustration {
    margin: 0px;
}

.description-container img.illustration.picto {
    width: 100px;
    height: auto;
}

.description-container .content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.description-container img.illustration.picto+.content::before {
    width: 260px;
    height: 260px;
}

.description-container .content::before {
    content: '';
    width: 360px;
    height: 360px;
    background: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 12;
    border-radius: 300px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.description-container .content p,
.description-container .content ul {
    position: relative;
    z-index: 20;
}

.description-container .content p.big-text {
    text-transform: none;
    margin: 0 0 30px 0;
    font-size: 24px;
}

.description-container .content p.big-text sup {
    font-size: 40%;
    top: -12px;
}

.description-container .content p.large-list {
    font-family: 'Neo Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #008FCD;
    letter-spacing: 0;
    margin: 0 0 16px 0;
}

.description-container .content p.large-list:last-child {
    margin: 0;
}

.description-container .content p.large-list span {
    font-weight: 400;
}

.description-container .content p.large-list+.bullet-list {
    padding: 0 0 0 16px;
}

.description-container .content .bullet-list {
    padding: 0px;
    margin: 0 auto 16px;
    list-style-position: inside;
    list-style-image: url('../images/ic-bullet.svg');
    max-width: 100%;
}

.description-container .content .bullet-list li {
    font-size: 20px;
    color: #012E43;
    letter-spacing: 0;
    line-height: 32px;
    margin: 10px 0;
    list-style-type: none;
}
.description-container .content .bullet-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: red;
}

.description-container .video-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    margin: 0 0 0 40px;
    text-align: center;
}

.description-container .video-content .video-container {
    width: 100%;
}

.description-container .video-content p.video-caption {
    font-size: 18px;
    color: #999999;
    letter-spacing: 0;
    margin: 5px 0 0 0;
}

.gamme-products-container #gamme-sachet .gamme-description {
    position: relative;
    margin-top: 10px;
    padding: 110px 0 115px 0;
}
.gamme-products-container #gamme-sachet .gamme-description .description-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.gamme-products-container #gamme-sachet .gamme-description .separator.blue-bottom {
    transform: scaleY(-1);
}
.gamme-products-container #gamme-sachet .description-container img.illustration {
    margin: 0 64px 0 0;
}
.gamme-products-container #gamme-orodispersible .single-product {
    max-width: 712px;
    padding: 0;
}
#gamme-orodispersible .description-container {
    padding: 40px 35px;
}
#gamme-orodispersible .description-container .content {
    padding-left: 40px;
}
#gamme-orodispersible .description-container .single-product img {
    max-height: 278px;
}
.gamme-products-container .img-container {
    position: relative;
    z-index: 9;
}
.gamme-products-container .single-product {
    padding: 0 10px;
}
.gamme-products-container .single-product .product-descritpion {
    position: relative;
    margin-top: -13px;
    z-index: 10;
}
.gamme-products-container #gamme-orodispersible .single-product .product-descritpion {
    margin-top: 0;
}
/* Presentation Gamme par Age */

.presentation {
    position: relative;
}

.presentation.age::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 53%;
    background-color: #008FCD;
}


.presentation.age .big-text::before,
.presentation.age .big-text::after {
    background-color: #012E43;
}

.presentation.age .title-line {
    color: #FFFFFF;
}

.presentation .container {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.nav-presentation {
    width: 100%;
}

.nav-presentation .nav-item {
    text-align: center;
}

.nav-presentation.open .nav-item.active img,
.nav-presentation .nav-item img {
    margin: 0 0 20px 0;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.nav-presentation.open .nav-item img {
    opacity: 0.4;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.nav-presentation.open .nav-item.active-all img{
    opacity: 1;
}

.nav-presentation .nav-item .gamme-title {
    font-family: 'Neo Sans Pro', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #008FCD;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}

.nav-presentation .nav-item .gamme-infos {
    font-size: 17px;
    color: #012E43;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}

.nav-presentation .nav-item .main-button.yellow {
    margin: 25px auto 0;
    max-width: 100%;
    text-align: center;
    padding: 15px;
}


/* Tabs */
.tab-content {
    position: relative;
}

.tab-content.age::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #008FCD;
}

.tab-pane.age {
    padding: 80px 0;
    position: relative;
}

.tab-pane.age .container {
    position: relative;
}

.tab-pane.age::before {
    content: '';
    position: absolute;
    top: -20px;
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #008FCD;
    border-left: 20px solid transparent;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tab-pane.active::before {
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.tab-pane.age .close-tab {
    position: absolute;
    top: -60px;
    right: 15px;
    border: none;
    background-image: url(../images/ic-close-tabs.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    cursor: pointer;
}

.tab-pane.age .close-tab:hover {
    opacity: 0.7;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.tab-pane#gamme-14-kg::before {
    left: calc((50vw - (1140px / 2)) + ((1140px / 8 * 1) - 15px))
}

.tab-pane#gamme-27-kg::before {
    left: calc((50vw - (1140px / 2)) + ((1140px / 8 * 3) - 0px))
}

.tab-pane#gamme-50-kg::before {
    left: calc((50vw - (1140px / 2)) + ((1140px / 8 * 5) + 0px))
}

.tab-pane#gamme-adulte::before {
    left: calc((50vw - (1140px / 2)) + ((1140px / 8 * 7) + 15px))
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .tab-pane#gamme-14-kg::before {
        left: calc((50vw - (960px / 2)) + ((960px / 8 * 1) - 15px))
    }

    .tab-pane#gamme-27-kg::before {
        left: calc((50vw - (960px / 2)) + ((960px / 8 * 3) - 0px))
    }

    .tab-pane#gamme-50-kg::before {
        left: calc((50vw - (960px / 2)) + ((960px / 8 * 5) + 0px))
    }

    .tab-pane#gamme-adulte::before {
        left: calc((50vw - (960px / 2)) + ((960px / 8 * 7) + 15px))
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .tab-pane#gamme-14-kg::before {
        left: calc((50vw - (720px / 2)) + ((720px / 8 * 1) - 5px))
    }

    .tab-pane#gamme-27-kg::before {
        left: calc((50vw - (720px / 2)) + ((720px / 8 * 3) - 0px))
    }

    .tab-pane#gamme-50-kg::before {
        left: calc((50vw - (720px / 2)) + ((720px / 8 * 5) + 0px))
    }

    .tab-pane#gamme-adulte::before {
        left: calc((50vw - (720px / 2)) + ((720px / 8 * 7) + 5px))
    }
}

/* Product */
.single-product {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

#gamme-sachet .single-product .title-tabs {
    margin-top: 50px;
}

.single-product .product-name {
    font-family: 'Neo Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #008FCD;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 5px 0;
}
#gamme-50-kg .single-product .product-name {
    font-size: 21px;
}
@media (max-width: 1024px) {
    #gamme-50-kg .single-product .product-name {
        font-size: 18px;
    }
}

#gamme-sachet .single-product .label {
    /* position: absolute;
    top: 100px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-product .label {
    font-family: 'Neo Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 7px 3px;
    background-color: #EFA9CB;
    border-radius: 4px;
}
.single-product .label.label-yellow {
    background-color: #FFB700;
}
.single-product .label.label-empty {
    background-color: transparent;
}

.single-product .img-container {
    position: relative;
    display: block;
    text-align: center;
}

.single-product .img-container .relation {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    color: #008FCD;
    letter-spacing: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(38px);
    -moz-transform: translateY(-50%) translateX(38px);
    -ms-transform: translateY(-50%) translateX(38px);
    -o-transform: translateY(-50%) translateX(38px);
    transform: translateY(-50%) translateX(38px);
}

.single-product .img-container .relation::before,
.single-product .img-container .relation::after {
    /* content: '';
    position: relative;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #008FCD;
    margin: 5px; */
}

.single-product img {
    margin: 20px auto 0px;
    /* max-width: calc(100% + 60px); */
    position: relative;
    max-height: 220px;
    height: auto;
}

.single-product .product-descritpion {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #012E43;
    margin: 0;
}

.single-product .product-taste {
    font-size: 14px;
    color: #999999;
    margin: 0;
}

.single-product .main-button {
    margin: 30px 0 0 0;
    padding: 20px 25px;
}

/* Paracetamol */


@media (min-width: 1200px) {
    .paracetamol .container {
        width: 96.5277777778%;
        max-width: 1390px;
    }
}
.paracetamol .gammes-titles-container {
    margin-bottom: 0;
}
.paracetamol .video-container {
    width: 82.3076923077%;
    max-width: 535px;
    margin: 0 auto 37px;
    position: relative;
}
.paracetamol .video-container img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 9;
}
.paracetamol .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.automedication .med-text {
    color: #012E43;
}
.paracetamol .med-text {
    color: #ffffff;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
.paracetamol .med-text span {
    display: block;
}
.paracetamol .title-line {
    margin-bottom: 0;
}
.content-line.paracetamol {
    background-color: #168FCD;
    padding-top: 52px;
    padding-bottom: 60px;
}
.content-line.paracetamol .big-text {
    color: #ffffff;
}
.paracetamol .custom-list {
    padding-left: 10%;
    margin-top: 20px;
    display: inline-block;
}
.paracetamol .custom-list li {
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px !important;
}

.paracetamol .custom-list li::marker {
    display: none;
    content: "";
}

.paracetamol .custom-list li::before {
    position: absolute;
    content: "";
    background-image: url('../images/paracetamol-bullet.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 3px;
    left: 0;
}

@media (min-width: 768px) {
    /*.paracetamol-r {
        min-height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }*/
    /*.paracetamol-r .paracetamol-r-cta {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    .paracetamol-r .paracetamol-r-cta .main-button {
        display: inline-block;
        margin: 0 auto;
    }*/
}
/* Automedication */
.custom-list {
    padding: 0;
    margin: 0 auto 40px;
    list-style-position: inside;
    list-style-image: url('../images/ic-check.svg');
    max-width: 600px;
}

.custom-list li {
    font-size: 20px;
    color: #012E43;
    line-height: 32px;
    margin: 0 0 20px 0;
}

.custom-list li:last-child {
    margin: 0;
}

/* Cyclamed */

.cyclamed .logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px 0;
}

.cyclamed .logos img {
    width: 100px;
    height: auto;
    margin: 0 15px;
}

.cyclamed .content h2 {
    font-family: 'Neo Sans Pro', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #012E43;
}

.cyclamed .content p {
    font-size: 20px;
    color: #012E43;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.cyclamed .content p a {
    font-weight: 500;
    color: #008FCD;
    position: relative;
}

.cyclamed .content p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #008FCD;
}

/* footer */
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 1200px) {
    .footer .container {
        max-width: 1160px;
        padding: 0;
    }
    .footer .part {
        padding-left: 20px;
    }
}


.footer p {
    color: #FFFFFF !important;
    font-size: 18px;
}

.footer .part {
    margin-bottom: 20px;
    padding-left: 20px;
}
.footer .part.box {
    border: 1px solid #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    padding: 16px 20px;
}
.footer .part:last-child {
    margin-bottom: 0px;
}

.footer .part.first {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#gamme-sachet .single-product .img-container .relation {
    display: none;
}
#gamme-sachet .single-product {
    position: relative;
}
#gamme-50-kg .single-product::before,
#gamme-sachet .single-product::before {
    position: absolute;
    content: "OU";
    text-transform: uppercase;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    color: #008FCD;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 100%;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#gamme-50-kg .single-product:nth-of-type(1)::before {
    left: 96%;
}
#gamme-50-kg .single-product::before {
    top: calc(50% - 20px);
    left: 100%;
}

#gamme-sachet .single-product:nth-of-type(3)::before {
    left: 96%;
}
#gamme-50-kg  .single-product:last-child::before ,
#gamme-sachet .single-product:last-child::before {
    display: none;
    content: "";
}
#gamme-effervescent .description-container .content::before,
#gamme-comprime .description-container .content::before,
#gamme-orodispersible .description-container .content::before {
    content: "";
    display: none !important;
    opacity: 0 !important;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .button-link .label {
        padding: 0 15px;
    }
    .big-text--s {
        font-size: 32px;
    }
    .gammes-titles-container .paracetamol-r .big-text::after, .gammes-titles-container .classiques .big-text::after,
    .gammes-titles-container .paracetamol-l .big-text::before, .gammes-titles-container .pratiques .big-text::before,
    .gammes-titles-container::before {
        width: 54px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .section-separation {
        height: 45px;
    }

    .section-separation .separator {
        border-width: 45px 100vw 0 0;
    }

    .section-separation .separator.white-top {
        border-width: 0 100vw 45px 0;
    }

    .content-line {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .large-text {
        font-size: 30px;
    }
    .big-text {
        font-size: 30px;
    }

    .med-text {
        font-size: 22px;
    }
    .paracetamol .med-text {
        font-size: 17px;
    }
    .paracetamol .custom-list li {
        font-size: 15px;
        margin-bottom: 20px !important;
    }
    .med-text br {
        display: none;
    }

    .title-line {
        margin-bottom: 40px;
    }

    .main-button {
        padding: 20px 30px;
        font-size: 16px;
    }

    /* hero */
    .hero-banner {
        height: 580px;
    }

    .hero-content h1 span {
        font-size: 40px;
    }

    .hero-content h1 img {
        width: 255px;
        height: auto;
    }

    .hero-content h2 {
        font-size: 26px;
    }
  .hero-content p.infos{
    font-size: 16px;
  }
    /* par forme */
    .gammes-titles-container {
        margin: 0 0 80px;
    }
    #gamme-orodispersible .description-container .content {
        margin-bottom: 40px;
    }
    #gamme-orodispersible .description-container img.illustration {
        margin-bottom: 0px;
    }
    .content-line.presentation .large-text {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .gammes-titles-container .big-text {
        font-size: 25px;
    }

    .gammes-titles-container .pratiques .big-text::before {
        width: 30px;
        margin: 0 15px 0 0;
    }

    .gammes-titles-container .classiques .big-text::after {
        width: 30px;
        margin: 0 0 0 15px;
    }

    .nav-shape .nav-item {
        padding: 0 5px;
    }

    .shape-link .label {
        font-size: 15px;
        letter-spacing: 0px;
        padding: 8px 10px;
    }

    .shape-link::before {
        width: 70px;
        height: 30px;
    }

    .shape-link img {
        width: 20px;
        transform: translate(-50%, -20px);
        -webkit-transform: translate(-50%, -20px);
        -moz-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
        -o-transform: translate(-50%, -20px);
    }

    #gamme-sachet .single-product .label {
        /* position: absolute;
        top: 35px; */
    }

    #gamme-50-kg .single-product .img-container .relation {
        /* right: -15px; */
    }

    .description-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }



   .single-product img {
        max-width: 100%;
        max-height: 110px;
        width: auto !important;
    }
    .description-container img.illustration {
        margin: 0 0 40px 0;
        width: 125px;
    }
    .gamme-products-container #gamme-sachet .description-container img.illustration {
        margin: 0 0 40px 0;
    }
    .description-container img.illustration.picto {
        width: 60px;
    }

    .description-container .content {
        text-align: center;
    }

    .description-container .content::before {
        display: none;
    }

    .description-container .video-content {
        width: 430px;
        max-width: 100%;
        margin: 40px 0 0 0;
    }

    /* par age */
    .nav-presentation .nav-item {
        text-align: center;
        padding: 0 5px;
    }

    .nav-presentation .nav-item .main-button.yellow {
        margin: 15px auto 0;
        border: none;
        background: transparent;
        color: #FFB700;
        padding: 0;
        font-size: 12px;
        letter-spacing: .5px;
        position: relative;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .nav-presentation .nav-item .main-button.yellow::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0px;
        width: 100%;
        height: 3px;
        background-color: #FFB700;
    }

    .nav-presentation .nav-item .gamme-title {
        font-size: 15px;
    }

    .nav-presentation .nav-item .gamme-infos {
        font-size: 13px;
    }

    .tab-pane.age {
        padding: 60px 0;
    }

    .single-product .product-name {
        font-size: 15px;
    }

    .single-product .product-descritpion {
        font-size: 14px;
    }

    .single-product .product-descritpion br {
        display: none;
    }

    .single-product img {
        max-width: 100%;
        /* max-height: 110px; */
    }

    .relation::before,
    .relation::after {
        display: none !important;
    }

    .single-product .img-container .relation {
        /* right: -15px; */
    }

    .tab-content.age .main-button {
        margin: 15px auto 0;
        border: none;
        background: transparent;
        color: #008FCD;
        padding: 0;
        font-size: 12px;
        letter-spacing: .5px;
        position: relative;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .tab-content.age .main-button::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0px;
        width: 100%;
        height: 3px;
        background-color: #008FCD;
    }

    /* paracetamol */
    .paracetamol .video-container {
        width: 100%;
        margin: 0 auto 30px;
    }

    /* automedication */
    .custom-list li {
        font-size: 18px;
        color: #012E43;
        line-height: 26px;
        margin: 0 0 18px 0;
    }

    .custom-list {
        margin: 0 auto 30px;
    }

    /* cyclamed */
    .cyclamed .logos img {
        width: 75px;
        height: auto;
        margin: 0 10px;
    }

    .cyclamed .content h2 {
        font-size: 25px;
    }

    .cyclamed .content p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .cyclamed .content p br {
        display: none;
    }
    .gamme-products-container .single-product .product-descritpion {
        margin-top: -4px;
    }
    .gamme-products-container #gamme-orodispersible .single-product .product-descritpion {
        margin-top: -4px;
    }
    #gamme-orodispersible .description-container .content {
        padding-left: 0;
    }

    #gamme-comprime .single-product:nth-child(1),
    .gamme-products-container #gamme-orodispersible .single-product .product-taste {
        margin-bottom: 50px;
    }
    #gamme-effervescent .bullet-list li {
        text-align: center !important;
    }
    #gamme-effervescent .description-container {
        padding: 50px 40px;
    }
    #gamme-effervescent .gamme-description {
        width: 100%;
    }
    #gamme-effervescent .gamme-description p br {
        display: none;
    }
    #gamme-effervescent .bullet-list li {
        padding-left: 0 !important;
    }
    #gamme-50-kg .single-product::before, #gamme-sachet .single-product::before {
        font-size: 16px;
    }
    #gamme-50-kg .single-product::before {
        top: 62%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* general */
    .section-separation {
        display: none;
    }

    .med-text {
        font-size: 16px;
    }

    .video-container .video-launcher button {
        width: 80px;
        height: 80px;
    }

    .content-line {
        padding-top: 0;
        padding-bottom: 50px;
        text-align: left !important;
    }

    .title-line {
        margin-bottom: 25px;
    }

    .title-line .big-text {
        background: #008FCD;
        padding: 15px 0 12px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 15px 0;
    }

    .title-line .big-text::before {
        background-color: #FFFFFF;
        width: 15px;
        position: relative;
        top: -2px;
    }

    .title-line .big-text span {
        font-size: 22px;
        margin: 0 0 0 15px;
        color: #FFFFFF !important;
    }

    .title-line .big-text::after {
        display: none;
    }

    .title-line .med-text {
        text-align: left;
        padding: 0 0 0 15px;
    }

    .content-line .main-button {
        margin-left: 15px;
    }

    .main-button,
    .main-button.yellow {
        border: none !important;
        background: transparent;
        color: #FFB700;
        padding: 0;
        font-size: 12px;
        letter-spacing: .5px;
        position: relative;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .main-button:hover,
    .main-button.yellow:hover {
        color: #012E43;
    }

    .main-button::after,
    .main-button.yellow::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0px;
        width: 100%;
        height: 3px;
        background-color: #FFB700;
    }

    .main-button:hover::after,
    .main-button.yellow:hover::after {
        background-color: #012E43;
    }

    /* hero */
    .hero-banner {
        height: 550px;
        max-height: 100vh;
        padding: 80px 0;
    }

    .hero-banner .background-image img {
        z-index: 2;
        -o-object-position: 80%;
        object-position: 80%;
    }

    .hero-content h1 span {
        font-size: 22px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    }

    .hero-content h1 img {
        width: 140px;
    }

    .hero-content h2 {
        font-size: 18px;
        width: 80%;
        margin: 0 auto 50px;
    }

    .hero-content p.infos {
        font-size: 13px;
    }

    .hero-content .dropdown button,
    .dropdown-menu {
        min-width: 100%;
    }

    /* gamme par forme */

    .launchers-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .gamme-launcher {
        width: calc((100% - 15px) / 2);
        height: calc((100vw - 45px) / 2);
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #FAFBFC;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    }

    .gamme-launcher img {
        max-width: 60px;
        max-height: 60px;
        width: auto;
        height: auto;
        margin: 0 0 10px 0;
    }

    .gamme-launcher .label {
        font-family: 'Neo Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #008FCD;
        letter-spacing: 0;
        text-align: center;
    }

    .gamme-launcher .icon-more {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        background-color: #012E43;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        background-image: url('../images/ic-cross.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
    }

    .modal-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #E3F2FF;
    }

    .modal-header .modal-title {
        font-family: 'Neo Sans Pro', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #012E43;
        letter-spacing: 0;
        text-transform: uppercase;
        margin: 4px 0 0 0;
    }

    .modal-header .close {
        opacity: 1;
    }

    .modal-header .close span {
        color: #FFB700;
    }

    .modal-body {
        padding: 15px 15px 0;
    }

    .modal-body .products-container {
        padding: 10px 0;
    }

    .gamme-description {
        margin: 40px 0 0 0;
        padding: 35px 0;
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }

    .description-container {
        padding: 0 15px;
    }

    .description-container .top-part {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .description-container img.illustration {
        margin: 0 15px 0 0;
        width: 105px;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .description-container .top-part .big-text {
        text-transform: none;
        font-size: 18px;
    }

    .description-container .content {
        text-align: left !important;
    }

    .description-container .content p.large-list {
        font-size: 16px;

    }

    .description-container .content p.large-list+.bullet-list {
        padding: 0;
    }

    .description-container .content .bullet-list {
        padding: 0;
        list-style-image: url('../images/ic-bullet-small.svg');
    }

    .description-container .content .bullet-list li {
        font-size: 14px;
        color: #012E43;
        letter-spacing: 0;
        line-height: 24px;
        margin: 0;
    }

    .description-container .video-content p.video-caption {
        font-size: 16px;
    }

    .description-container .main-button {
        margin: 15px 0 0 0;
    }

    /* gamme par age */
    .presentation.age::before {
        display: none;
    }

    .presentation.age .big-text::before,
    .presentation.age .big-text::after {
        background-color: #FFFFFF;
    }

    .presentation.age .title-line {
        color: #012E43;
    }

    .nav-presentation .nav-item {
        padding: 0 15px;
        margin: 0 0 15px;
    }

    .nav-presentation .nav-item .img-container {
        position: relative;
        display: block;
    }

    .nav-presentation .nav-item .img-link::after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: -14px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: rgba(0, 143, 205, 0) transparent transparent transparent;
        transform: translate(-50%, -100%);
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
        -o-transition: all ease .5s;
    }

    .nav-presentation .nav-item .img-link.open::after {
        border-color: rgba(0, 143, 205, 1) transparent transparent transparent;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
        -o-transition: all ease .5s;
    }

    .nav-presentation .nav-item .img-container img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 2;
        margin: 0;
    }

    .nav-presentation .nav-item .img-container .block-link {
        background-color: #FFFFFF;
        position: absolute;
        z-index: 2;
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .block-link .left-part {
        text-align: left !important;
        padding: 10px;
    }

    .block-link .left-part .gamme-title {
        text-align: left !important;
    }

    .block-link .big-button {
        background-color: #FFB700;
        font-weight: 700;
        text-transform: uppercase;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 0 15px;
        font-size: 14px;
        color: #FFFFFF !important;
        letter-spacing: 1px;
        text-align: center;
        line-height: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }

    .products-container {
        padding: 45px 0 10px;
    }

    .products-container .single-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-container .single-product .relation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #008FCD;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        margin: 10px 0 20px;
    }

    .products-container .single-product .relation::before,
    .products-container .single-product .relation::after {
        content: '';
        position: relative;
        display: block !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100px;
        height: 1px;
        background-color: #E3F2FF;
    }

    .products-container .single-product .relation::before {
        margin: 0 10px 0 0;
    }

    .products-container .single-product .relation::after {
        margin: 0 0 0 10px;

    }

    .products-container .single-product .right-part,
    .products-container .single-product .img-container {
        width: 48%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .products-container .single-product .img-container img {
        max-height: 100%;
    }

    .products-container .single-product .img-container .label {
        font-size: 10px;
        padding: 3px 7px 1px;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .products-container .single-product .right-part {
        text-align: left !important;
        padding: 0 0 10px 0;
    }

    .products-container .single-product .right-part .product-name {
        text-align: left;
        font-size: 13px;
    }

    .products-container .single-product .right-part .main-button {
        margin-left: 15px;
        padding: 0;
        display: inline-block;
        margin: 20px 0 0 0;

    }

    /* paracetamol */
    .paracetamol .video-container {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
    }

    /* automedication */
    .custom-list {
        margin: 0 auto 20px;
        padding: 0 0 0 15px;
        width: 100%;
        list-style-image: url('../images/ic-check-small.svg');
    }

    .custom-list li {
        font-size: 14px;
        color: #012E43;
        line-height: 21px;
        margin: 0 0 14px 0;
    }

    /* cyclamed */
    .content-line.cyclamed {
        text-align: center !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cyclamed .content h2 {
        font-size: 20px;
    }

    .cyclamed .content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .cyclamed .content p:last-child {
        margin: 0;
    }

    /* footer */
    .content-line.footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer p {
        font-size: 14px;
        line-height: 18px;
    }

    .content-line.paracetamol {
        padding-top: 25px;
    }
    .paracetamol .large-text {
        margin-bottom: 25px;
    }
    .paracetamol .med-text {
        margin-top: 0;
    }
    .paracetamol .gammes-titles-container .big-text {
        padding: 0 12px;
    }
    .paracetamol-l {
        margin-bottom:40px;
    }
    .paracetamol-l .med-text {
        text-align: center;
    }
    .paracetamol .med-text span {
        display: inline;
    }
    .paracetamol .custom-list li:last-child {
        margin-bottom: 0 !important;
    }
    .paracetamol .custom-list {
        margin-top: 5px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .paracetamol-r-cta {
        text-align: center;
    }
    .paracetamol .gammes-titles-container .big-text {
        width: auto !important;
    }
    .paracetamol .gammes-titles-container .paracetamol-r .big-text::before,
    .paracetamol .gammes-titles-container .paracetamol-r .big-text::after,
    .paracetamol .gammes-titles-container .paracetamol-l .big-text::before,
    .paracetamol .gammes-titles-container .paracetamol-l .big-text::after {
        top: 14px;
        margin: 0;
        display: block;
    }
    .paracetamol .gammes-titles-container .big-text {
        padding: 0 20px;
    }
    .paracetamol .gammes-titles-container .paracetamol-l .big-text::after {
        left: 100%;
        right: unset;
    }
    .paracetamol .gammes-titles-container .paracetamol-r .big-text::before {
        right: 100%;
        left: unset;
    }
    .gammes-titles-container::before {
        display: none;
    }

    .presentation .title-line .big-text span {
        text-align: left;
    }
    .gamme-products-container .single-product .product-descritpion {
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-content p.infos span {
        display: block;
    }
}

#gamme-effervescent .description-container .content::before {
    display: none;
}
#gamme-effervescent {
    padding-bottom: 105px;
}
#gamme-effervescent .container {
    padding-left: 0;
    padding-right: 0;
}

#gamme-effervescent .description-container .content p.big-text {
    font-size: 24px;
    margin: 0 0 20px 0;
}
#gamme-effervescent .description-container .content p.big-text span {
    color: #008FCD;
}
#gamme-effervescent .description-container {
    padding: 60px 75px 45px 75px;
}
#gamme-effervescent .gamme-description {
    padding: 0;
}

#gamme-effervescent .bullet-list li {
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-size: 20px;
}
/* #gamme-effervescent .bullet-list li::before {
    content: "";
    position: absolute;
    background-image: url('../images/presentation-bullet-blue.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 5px;
    left: 0;
    background-color: transparent;
} */
#modal-gamme-effervescent .yellow-box,
#gamme-effervescent .yellow-box {
    border: 1px solid #FDB92C;
    padding: 34px 2%;
    text-align: center;
    margin-top: 35px;
}
#modal-gamme-effervescent .yellow-box {
    padding: 34px 10px;
}
#gamme-effervescent .yellow-box {
    max-width: 90%;
}
#modal-gamme-effervescent .yellow-box p,
#gamme-effervescent .yellow-box p {
    font-size: 18px;
    font-family: 'Neo Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    color: #012E43;
}
#modal-gamme-effervescent .p-blue,
#gamme-effervescent .p-blue,
#modal-gamme-effervescent .yellow-box .p-blue,
#gamme-effervescent .yellow-box .p-blue {
    color: #008FCD;
}
#modal-gamme-effervescent .yellow-box .p-yellow,
#gamme-effervescent .yellow-box .p-yellow {
    color: #FFB300;
}
#modal-gamme-effervescent .yellow-box .justify-align-items-middle,
#gamme-effervescent .yellow-box .justify-align-items-middle {
    align-items: center;
}
#modal-gamme-effervescent .yellow-box .product-descritpion p,
#gamme-effervescent .yellow-box .product-descritpion p {
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-family: 'Neo Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    padding-left: 33px;

}
#modal-gamme-effervescent .yellow-box .product-descritpion p {
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
}
@media (min-width: 992px){
    #gamme-effervescent .single-product {
        max-width: 412px;
        flex-basis: 412px;
    }
    #gamme-effervescent .gamme-description {
        max-width: calc(100% - 412px);
        flex-basis: calc(100% - 412px);
        margin: 0;
    }
    #gamme-effervescent .description-container .content p.big-text {
        font-size: 24px;
    }
    #gamme-effervescent .bullet-list li {
        font-size: 17px;
    }
    #gamme-effervescent .yellow-box p {
        font-size: 24px;
    }
    #gamme-effervescent .yellow-box {
        padding: 34px 10%;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    #gamme-effervescent .yellow-box {
        max-width: 80%;
    }
    #gamme-effervescent .yellow-box .product-descritpion p {
        padding-left: 0;
    }
    #gamme-effervescent .description-container .content .bullet-list {
        float: left;
    }
    #modal-gamme-effervescent .content {
        width: 100%;
    }
    #modal-gamme-effervescent .content .bullet-list {
        padding-left: 20px;
    }
}
@media (min-width: 786px){
    .modal-backdrop.fade.show,
    .modal-open .modal{
        display: none !important;
    }
}

