<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@10);300;400;500;700&amp;display=swap);700&amp;display=swap");
@font-face {
  font-family: 'Poppins';
  src: url(./fonts/Poppins-ExtraLight.eot);
  src: url(./fonts/Poppins-ExtraLight.eot?#iefix) format("embedded-opentype"), url(./fonts/Poppins-ExtraLight.woff2) format("woff2"), url(./fonts/Poppins-ExtraLight.woff) format("woff"), url(./fonts/Poppins-ExtraLight.ttf) format("truetype"), url(./fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight) format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(./fonts/Poppins-SemiBold.eot);
  src: url(./fonts/Poppins-SemiBold.eot?#iefix) format("embedded-opentype"), url(./fonts/Poppins-SemiBold.woff2) format("woff2"), url(./fonts/Poppins-SemiBold.woff) format("woff"), url(./fonts/Poppins-SemiBold.ttf) format("truetype"), url(./fonts/Poppins-SemiBold.svg#Poppins-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(./fonts/Poppins-Light.eot);
  src: url(./fonts/Poppins-Light.eot?#iefix) format("embedded-opentype"), url(./fonts/Poppins-Light.woff2) format("woff2"), url(./fonts/Poppins-Light.woff) format("woff"), url(./fonts/Poppins-Light.ttf) format("truetype"), url(./fonts/Poppins-Light.svg#Poppins-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(./fonts/Poppins-Regular.eot);
  src: url(./fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(./fonts/Poppins-Regular.woff2) format("woff2"), url(./fonts/Poppins-Regular.woff) format("woff"), url(./fonts/Poppins-Regular.ttf) format("truetype"), url(./fonts/Poppins-Regular.svg#Poppins-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "icomoon";
  src: url(./fonts/icomoon.eot);
  src: url(./fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(./fonts/icomoon.woff2) format("woff2"), url(./fonts/icomoon.woff) format("woff"), url(./fonts/icomoon.ttf) format("truetype"), url(./fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*

  How to use:
  
  container :
  @include container();
  
  media query :
  @include breakpoint(laptop) {
    background: #79b8a3;
  }
  
  row :
  @include row(
    $mobile: 100% | 12,
    $phablet: 50% | 6,
    $tablet: 33.33% | 4,
    $laptop: 25% | 3,
    $desktop: 12.5% | 2,
    $desktopXL: 8.33% | 1,
  );

  gutter :
  @include gutter(
    $mobile: 10px | 1%,
    $phablet: 20px | 2%,
    $tablet: 30px | 3%,
    $laptop: 40px | 4%,
    $desktop: 50px | 5%,
    $desktopXL: 60px | 6%,
  );
  @include gutterVertical(
    $mobile: 10px,
    $phablet: 20px,
    $tablet: 30px,
    $laptop: 40px,
    $desktop: 50px,
    $desktopXL: 60px,
  );

  column :
  @include col(
    $mobile: 100% | 12,
    $phablet: 50% | 6,
    $tablet: 33.33% | 4,
    $laptop: 25% | 3,
    $desktopXL: 12.5% | 2,
    $desktop: 8.33% | 1,
  )

  offset :
  @include offset(
    $mobile: 100% | 12,
    $phablet: 50% | 6,
    $tablet: 33.33% | 4,
    $laptop: 25% | 3,
    $desktopXL: 12.5% | 2,
    $desktop: 8.33% | 1,
  )


  column with fixed width :
  @include row(nowrap);
  
  .children:nth-child(1) {
     @include col(150px);
  }

 */
/* breakpoints */
/* container */
/* grid */
/* sprites */
body.boironosmo {
  margin: 0;
  padding: 0; }

.boironosmo h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #739d54; }

.boironosmo h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #739d54; }

.boironosmo a {
  color: #33809a; }
.boironosmo a:hover {
  color: #1b1b1b; }

.boironosmo #block-boiron-breadcrumbs {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; }
.boironosmo #block-boiron-breadcrumbs li {
  font-size: 14px;
  color: #33809a !important; }
.boironosmo #block-boiron-breadcrumbs li a {
  color: #1b1b1b;
  margin-right: 4px; }
.boironosmo #block-boiron-breadcrumbs li a:hover {
  color: #1b1b1b !important;
  text-decoration: underline !important; }

.boironosmo .retour-link a:hover span {
  background-color: #1b1b1b; }
.boironosmo .retour-link a:hover span:hover {
  background-color: #1b1b1b; }

.boironosmo .retour-link span {
  background-color: #739d54; }

.boironosmo .product-list .pager a.page,
.boironosmo .product-list .pager .sep {
  color: #C1562F; }

.boironosmo .retour-link &gt; i {
  color: #C1562F; }

.boironosmo .retour-link &gt; a:hover {
  color: #C1562F; }

.-noscroll {
  overflow: hidden;
  height: 100vh; }

#wrapper {
  padding-top: 75px; }
@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 85px; } }

.intro-section .btn-play {
  border: 2px solid #33809a;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.intro-section .btn-play::after {
  border-bottom: 17px solid rgba(0, 0, 0, 0);
  border-left: 24px solid #33809a;
  border-top: 17px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (min-width: 769px) {
  .intro-section .btn-play::after {
    border-bottom: 26px solid rgba(0, 0, 0, 0);
    border-left: 46px solid #33809a;
    border-top: 26px solid rgba(0, 0, 0, 0); } }
.intro-section .btn-play:hover {
  background: #33809a; }
.intro-section .btn-play:hover::after {
  border-bottom: 17px solid rgba(0, 0, 0, 0);
  border-left: 24px solid #ffffff;
  border-top: 17px solid rgba(0, 0, 0, 0); }
@media screen and (min-width: 769px) {
  .intro-section .btn-play:hover::after {
    border-bottom: 26px solid rgba(0, 0, 0, 0);
    border-left: 46px solid #ffffff;
    border-top: 26px solid rgba(0, 0, 0, 0); } }

.back-top-top-wrap {
  display: block !important;
  top: -30px; }
@media screen and (min-width: 769px) {
  .back-top-top-wrap {
    top: -110px; } }

.btn-play {
  left: 50%;
  bottom: 17%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
@media screen and (min-width: 426px) {
  .btn-play {
    bottom: 21%; } }
@media screen and (min-width: 650px) {
  .btn-play {
    bottom: 25%; } }
@media screen and (min-width: 769px) {
  .btn-play {
    bottom: 13%; } }
@media screen and (min-width: 992px) {
  .btn-play {
    bottom: 17%; } }
@media screen and (min-width: 1100px) {
  .btn-play {
    bottom: 19%; } }

/*******************
Container pour newpage.php
*******************/
.Container {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }
@media screen and (min-width: 426px) {
  .Container {
    padding-left: 30px;
    padding-right: 30px; } }
.Container h3,
.Container p.BigParagraph {
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
  text-align: center; }
@media screen and (min-width: 992px) {
  .Container h3,
  .Container p.BigParagraph {
    font-size: 20px; } }

/*******************
Section heading
// *******************/
.section-heading h3 {
  font-size: 24px;
  text-transform: initial; }
@media screen and (min-width: 992px) {
  .section-heading h3 {
    font-size: 28px; } }

.section-heading p {
  font-size: 16px; }

/*******************
WYSIWYG Content
*******************/
.factoryTplV2 .article-heading .section-heading,
.factoryTplV2 .article-heading .Wysiwyg__container {
  padding: 0 20px; }
@media screen and (min-width: 992px) {
  .factoryTplV2 .article-heading .section-heading,
  .factoryTplV2 .article-heading .Wysiwyg__container {
    padding: 0 20px; } }

.factoryTplV2 .section-heading,
.factoryTplV2 .Wysiwyg__container {
  padding: 40px 20px 60px 20px; }
@media screen and (min-width: 992px) {
  .factoryTplV2 .section-heading,
  .factoryTplV2 .Wysiwyg__container {
    padding: 50px 20px 80px 20px; } }

.section-heading,
.Wysiwyg__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
.section-heading.-colored,
.section-heading.-colored h2,
.section-heading.-colored h3,
.section-heading.-colored h4,
.section-heading.-colored h5,
.section-heading.-colored h6,
.section-heading.-colored p,
.section-heading.-colored a,
.section-heading.-colored .ButtonLink,
.Wysiwyg__container.-colored,
.Wysiwyg__container.-colored h2,
.Wysiwyg__container.-colored h3,
.Wysiwyg__container.-colored h4,
.Wysiwyg__container.-colored h5,
.Wysiwyg__container.-colored h6,
.Wysiwyg__container.-colored p,
.Wysiwyg__container.-colored a,
.Wysiwyg__container.-colored .ButtonLink {
  color: white;
  border-color: white; }
.section-heading.-colored ul li::before,
.Wysiwyg__container.-colored ul li::before {
  background: #ffffff; }
.section-heading.-colored ol li::before,
.Wysiwyg__container.-colored ol li::before {
  color: #ffffff; }
.section-heading h3,
.Wysiwyg__container h3 {
  font-size: 24px; }
@media screen and (min-width: 992px) {
  .section-heading h3,
  .Wysiwyg__container h3 {
    font-size: 28px; } }
.section-heading .BlueBackground__bottomMask,
.Wysiwyg__container .BlueBackground__bottomMask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto; }

.Wysiwyg__container + .Wysiwyg__container {
  margin-top: 20px; }
@media screen and (min-width: 992px) {
  .Wysiwyg__container + .Wysiwyg__container {
    margin-top: 40px; } }

.section-heading,
.Wysiwyg__content {
  text-align: center; }
.section-heading.center ul,
.Wysiwyg__content.center ul {
  display: inline-block; }
.section-heading.center ol li::before,
.Wysiwyg__content.center ol li::before {
  left: auto;
  margin-left: -24px !important; }
@media screen and (min-width: 992px) {
  .section-heading,
  .Wysiwyg__content {
    max-width: 90%;
    margin: 0 auto; }
  .section-heading.center *,
  .Wysiwyg__content.center * {
    text-align: center !important; }
  .section-heading.left *,
  .Wysiwyg__content.left * {
    text-align: left !important; } }
@media screen and (min-width: 992px) and (min-width: 769px) {
  .section-heading,
  .Wysiwyg__content {
    max-width: 800px; } }
.section-heading img,
.Wysiwyg__content img {
  max-width: 100%; }
.section-heading h2,
.Wysiwyg__content h2 {
  font-size: 34px; }
@media screen and (min-width: 769px) {
  .section-heading h2,
  .Wysiwyg__content h2 {
    font-size: 46px; } }
.section-heading h3,
.Wysiwyg__content h3 {
  text-transform: initial; }
.section-heading sup,
.section-heading sup span,
.Wysiwyg__content sup,
.Wysiwyg__content sup span {
  font-size: 12px; }
.section-heading ul,
.section-heading ol,
.Wysiwyg__content ul,
.Wysiwyg__content ol {
  margin: 10px 0 !important;
  font-size: 18px;
  list-style-type: none; }
.section-heading ul li,
.section-heading ol li,
.Wysiwyg__content ul li,
.Wysiwyg__content ol li {
  position: relative;
  padding-left: 16px;
  margin: 0 !important; }
.section-heading ul li:before,
.Wysiwyg__content ul li:before {
  content: '' !important;
  width: 6px;
  height: 6px;
  background: red;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  margin: -3px 3px -4px 0 !important; }
.section-heading ol,
.Wysiwyg__content ol {
  counter-reset: item;
  padding-left: 0; }
.section-heading ol li,
.Wysiwyg__content ol li {
  padding-left: 24px; }
.section-heading ol li:before,
.Wysiwyg__content ol li:before {
  position: absolute;
  content: counter(item) ". ";
  left: 0;
  top: 4px;
  counter-increment: item;
  color: #1b1b1b;
  margin: -3px 3px -4px 0 !important; }

.Wysiwyg__content__cta {
  margin-top: 30px; }
.Wysiwyg__content__cta .ButtonLink {
  width: 90%; }
@media screen and (min-width: 992px) {
  .Wysiwyg__content__cta .ButtonLink {
    width: auto; } }

a.RoundLink,
span.RoundLink {
  border: 1px solid #1b1b1b;
  border-radius: 22px;
  padding: 5px 15px;
  color: #1b1b1b;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (min-width: 992px) {
  a.RoundLink,
  span.RoundLink {
    font-size: 20px;
    width: auto;
    margin-top: 24px; } }
a.RoundLink:hover,
span.RoundLink:hover {
  background-color: #1b1b1b;
  color: #ffffff; }
a.RoundLink.-white,
span.RoundLink.-white {
  color: #ffffff;
  border-color: #ffffff; }
a.RoundLink.-white:hover,
span.RoundLink.-white:hover {
  border-color: #1b1b1b;
  background-color: #ffffff;
  color: #1b1b1b; }

.Wysiwyg__content__mention {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 24px; }
@media screen and (min-width: 769px) {
  .Wysiwyg__content__mention {
    margin-top: 32px; } }

/******************
ImageSlider
******************/
.ImageSlider {
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 25px 25px 0; }
@media screen and (min-width: 992px) {
  .ImageSlider {
    padding: 60px 0; } }
.ImageSlider h2 {
  margin: 20px 0 10px 0;
  text-align: center; }
@media screen and (min-width: 992px) {
  .ImageSlider h2 {
    margin-top: 50px;
    margin-bottom: 30px; } }
.ImageSlider .SliderContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media screen and (min-width: 992px) {
  .ImageSlider .SliderContainer {
    padding: 0 80px; } }
.ImageSlider .SliderPrev,
.ImageSlider .SliderNext {
  width: 45px;
  height: auto;
  top: 46%;
  display: none;
  position: absolute;
  cursor: pointer; }
.ImageSlider .SliderPrev.-hide,
.ImageSlider .SliderNext.-hide {
  display: none; }
@media screen and (min-width: 992px) {
  .ImageSlider .SliderPrev,
  .ImageSlider .SliderNext {
    display: block; } }
.ImageSlider .SliderPrev.swiper-button-disabled,
.ImageSlider .SliderNext.swiper-button-disabled {
  display: none; }
.ImageSlider .SliderPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0; }
.ImageSlider .SliderNext {
  right: 0; }
.ImageSlider.-large {
  width: 100%;
  margin: auto; }
@media screen and (min-width: 992px) {
  .ImageSlider.-large {
    width: 90%; } }
.ImageSlider.-large .SliderContainer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.ImageSlider.-large .SliderContainer .SliderPrev,
.ImageSlider.-large .SliderContainer .SliderNext {
  margin-top: 0; }
.ImageSlider.-large .swiper-slide img {
  display: block;
  height: auto;
  width: 100%; }
.ImageSlider.-large .swiper-slide h4 {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1; }
@media screen and (min-width: 992px) {
  .ImageSlider.-large .swiper-slide h4 {
    font-size: 20px; } }
.ImageSlider.-small {
  margin: auto;
  width: 100%; }
@media screen and (min-width: 992px) {
  .ImageSlider.-small {
    width: 60%; } }
.ImageSlider.-small .SliderPrev,
.ImageSlider.-small .SliderNext {
  top: 30%; }
.ImageSlider.-small .swiper-slide img {
  display: block;
  height: auto;
  width: 100%; }
.ImageSlider.-small .swiper-slide h4 {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  word-wrap: break-word;
  padding: 0 4px;
  font-weight: bold;
  line-height: 1.1; }
@media screen and (min-width: 992px) {
  .ImageSlider.-small .swiper-slide h4 {
    font-size: 20px; } }

.SliderPopinContainer {
  position: fixed;
  background: rgba(114, 114, 114, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  opacity: 0;
  z-index: -20; }
.SliderPopinContainer .CloseSpan {
  position: absolute;
  top: 10px;
  right: 10px; }
.SliderPopinContainer .CloseSpan:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background: #ffffff;
  right: 20px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.SliderPopinContainer .CloseSpan:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background: #ffffff;
  right: 20px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.SliderPopinContainer .Container &gt; div {
  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; }
.SliderPopinContainer .Container,
.SliderPopinContainer .Container &gt; div,
.SliderPopinContainer .swiper-container {
  width: 100%; }
.SliderPopinContainer.-visible {
  z-index: 1000;
  opacity: 1; }
.SliderPopinContainer h4 {
  color: #ffffff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center; }
@media screen and (min-width: 992px) {
  .SliderPopinContainer h4 {
    font-size: 20px; } }
.SliderPopinContainer .SliderPopin {
  width: 100%;
  max-width: 950px; }
.SliderPopinContainer .SliderPopin .swiper-container {
  width: 100%; }
.SliderPopinContainer .swiper-wrapper {
  width: 100%;
  max-width: 950px;
  margin: auto; }
.SliderPopinContainer .swiper-wrapper img {
  display: block;
  width: 100%;
  height: auto; }

.swiper-pagination {
  position: relative;
  margin-top: 28px; }
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px; }
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #739d54; }
@media screen and (min-width: 992px) {
  .swiper-pagination {
    display: none; } }

/*******************
Content Image
*******************/
.ContentImage {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
@media screen and (min-width: 992px) {
  .ContentImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }
.ContentImage .Paragraph {
  margin-bottom: 32px; }
.ContentImage ul,
.ContentImage ol {
  display: block;
  margin: 10px 0 !important;
  font-size: 18px;
  list-style-type: none; }
.ContentImage ul li,
.ContentImage ol li {
  margin: 10px 0 !important;
  position: relative;
  padding-left: 16px; }
.ContentImage ol {
  counter-reset: item;
  padding-left: 0; }
.ContentImage ol li {
  padding-left: 24px; }
.ContentImage ol li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: counter(item) ". ";
  counter-increment: item;
  color: #1b1b1b;
  background-color: transparent;
  width: auto;
  height: auto;
  bottom: auto;
  margin: -3px 3px -4px 0 !important; }
.ContentImage ul li:before {
  content: '' !important;
  width: 6px;
  height: 6px;
  background: red;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  margin: -3px 3px -4px 0 !important; }

.ContentImage__text {
  padding: 0 25px; }
@media screen and (min-width: 992px) {
  .ContentImage__text {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; } }
@media screen and (min-width: 992px) {
  .ContentImage__text.-right {
    padding-left: 64px; }
  .ContentImage__text.-left {
    padding-right: 64px; } }
.ContentImage.-right .ContentImage__text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.ContentImage.-left .ContentImage__text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ContentImage__text__content {
  padding: 30px 0px;
  text-align: center; }
@media screen and (min-width: 992px) {
  .ContentImage__text__content {
    padding: 60px 0px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left; }
  .ContentImage__text__content h2,
  .ContentImage__text__content h3,
  .ContentImage__text__content h4,
  .ContentImage__text__content h5,
  .ContentImage__text__content h6 {
    text-align: left; } }
.ContentImage__text__content li {
  margin: 10px 0; }
.ContentImage__text__content li:before {
  content: '';
  display: inline-block;
  position: relative;
  bottom: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #739d54;
  margin-right: 5px; }
.ContentImage__text__content h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  margin: 20px 0 8px 0; }
@media screen and (min-width: 992px) {
  .ContentImage__text__content h3 {
    font-size: 28px;
    margin: 30px 0 10px 0; } }

.ContentImage__image {
  width: 100%;
  height: auto; }
@media screen and (min-width: 992px) {
  .ContentImage__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 650px;
    width: 40%; } }
.ContentImage__image.-alwaysDisplayImage {
  display: block; }
.ContentImage.-right .ContentImage__image {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.ContentImage.-left .ContentImage__image {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.ContentImage__image img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media screen and (min-width: 992px) {
  .ContentImage__image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }
.ContentImage__image .ImageContainer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5.5%;
  bottom: 0;
  left: 0;
  background: url(../img/mask-white-bottom.png) no-repeat center;
  background-size: 100% 100%; }
@media screen and (min-width: 992px) {
  .ContentImage__image .ImageContainer::before {
    content: none; } }

.ContentImage__text__content__cta {
  margin: 30px 0; }

/******************
MASK
******************/
.Mask {
  position: absolute;
  max-width: unset !important;
  max-height: unset !important;
  min-width: unset !important;
  min-height: unset !important;
  display: none !important; }
@media screen and (min-width: 992px) {
  .Mask {
    display: block !important; } }
.Mask.bottom {
  width: 100%;
  height: auto;
  bottom: -2px;
  left: 0px; }
.Mask.left {
  height: 101%;
  width: auto;
  top: 0px;
  left: -4px; }
.Mask.right {
  height: 101%;
  width: auto;
  top: 0px;
  right: -4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ImageMasked {
  z-index: 0; }

.ImageContainer {
  position: relative; }
.ImageContainer img {
  display: block;
  width: 100%; }

/******************
Citation
******************/
.Citation {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 20px 20px; }
@media screen and (min-width: 992px) {
  .Citation {
    padding: 70px 20px; } }
.Citation.-colored,
.Citation.-colored h2,
.Citation.-colored h3,
.Citation.-colored h4,
.Citation.-colored h5,
.Citation.-colored h6,
.Citation.-colored p,
.Citation.-colored a,
.Citation.-colored .ButtonLink {
  color: white;
  border-color: white; }

.Citation__container {
  font-size: 20px;
  line-height: 25px; }
@media screen and (min-width: 992px) {
  .Citation__container {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.Citation__container:first-of-type {
  margin-top: 20px; }
@media screen and (min-width: 992px) {
  .Citation__container:first-of-type {
    margin-top: 40px; } }
.Citation__container:last-of-type {
  margin-bottom: 20px; }
@media screen and (min-width: 992px) {
  .Citation__container:last-of-type {
    margin-bottom: 40px; } }

@media screen and (min-width: 992px) {
  .Citation__content {
    max-width: 90%;
    margin: 0 auto; } }
@media screen and (min-width: 992px) and (min-width: 769px) {
  .Citation__content {
    max-width: 700px; } }

.Citation__visual {
  display: block;
  height: 222px;
  width: 222px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin: 20px auto; }

.Citation__quotes {
  float: left;
  margin-right: 20px;
  margin-bottom: -5px;
  position: relative;
  bottom: 10px; }
.Citation__quotes path {
  fill: #33809a; }
.Citation.-colored .Citation__quotes path {
  fill: #ffffff; }

.Citation__author {
  color: #33809a;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px; }

.Citation__cta {
  margin-top: 20px;
  text-align: center; }
@media screen and (min-width: 992px) {
  .Citation__cta {
    text-align: left; } }
.Citation__cta .ButtonLink {
  width: 90%; }
@media screen and (min-width: 992px) {
  .Citation__cta .ButtonLink {
    width: auto; } }

/******************
ButtonLink
******************/
.ButtonLink {
  display: inline-block;
  color: #1b1b1b;
  font-size: 18px;
  padding: 5px 25px;
  border: 2px solid #1b1b1b;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (min-width: 992px) {
  .ButtonLink {
    font-size: 20px; } }
.ButtonLink:hover {
  background: #1b1b1b;
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none; }
.ButtonLink.-white {
  color: #ffffff;
  border-color: #ffffff; }
.ButtonLink.-white:hover {
  color: #1b1b1b !important;
  background: #ffffff; }

/********************
Keyfigures slider
********************/
.KeyFiguresSlider {
  width: 100%;
  margin: 60px auto 0 auto; }
.KeyFiguresSlider h2 {
  margin: 20px 0 10px 0;
  text-align: center; }
@media screen and (min-width: 992px) {
  .KeyFiguresSlider h2 {
    margin-top: 50px;
    margin-bottom: 30px; } }

.KeyFiguresSlider__global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px; }
@media screen and (min-width: 992px) {
  .KeyFiguresSlider__global {
    width: 80%;
    margin: 60px auto 0 auto; } }

.KeyFiguresSlider__solo {
  position: relative;
  width: calc(50% - 16px);
  text-align: center;
  max-width: 240px;
  padding: 0 16px 30px 16px; }
@media screen and (min-width: 992px) {
  .KeyFiguresSlider__solo {
    width: 33%;
    max-width: 280px;
    padding: 0 32px 0 32px; } }

.KeyFiguresSlider__solo__tile {
  margin: 20px 0 15px;
  font-size: 22px;
  line-height: 24px;
  color: #1b1b1b;
  font-weight: 300;
  letter-spacing: 0.5px; }
@media screen and (min-width: 769px) {
  .KeyFiguresSlider__solo__tile {
    font-size: 40px;
    line-height: 48px; } }

.KeyFiguresSlider__solo__description {
  font-size: 18px;
  width: 100%;
  margin: auto;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px; }
@media screen and (min-width: 769px) {
  .KeyFiguresSlider__solo__description {
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.KeyFiguresSlider__solo__link {
  width: 100%;
  text-align: center; }
.KeyFiguresSlider__solo__link a {
  color: #1b1b1b;
  font-weight: 500;
  text-decoration: none; }
.KeyFiguresSlider__solo__link a svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.KeyFiguresSlider__solo__link:hover a svg {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.KeyFiguresSlider__solo__link__arrow {
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.KeyFigureGlobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.KeyFigureGlobal .KeyFigureSolo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 16px 48px;
  padding-bottom: 32px;
  max-width: 220px;
  min-width: 160px;
  width: 100%; }
.KeyFigureGlobal .KeyFigureSolo img {
  border-radius: 50%;
  width: 100%;
  max-width: 220px;
  display: block;
  max-width: 220px;
  height: auto; }
.KeyFigureGlobal .KeyFigureSolo h3 {
  font-size: 65px;
  color: #739d54;
  font-weight: 300;
  line-height: 60px;
  margin: 20px 0; }
.KeyFigureGlobal .KeyFigureSolo p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
  width: 100%; }
.KeyFigureGlobal .KeyFigureSolo .KeyFiguresSlider__solo__link {
  margin-bottom: 0px; }
.KeyFigureGlobal .KeyFigureSolo .KeyFiguresSlider__solo__link:hover .KeyFiguresSlider__solo__link__arrow {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.KeyFiguresSlider__chiffres__text {
  font-size: 12px;
  color: #9c9c9c;
  margin-top: 20px;
  padding: 0 25px; }
@media screen and (min-width: 992px) {
  .KeyFiguresSlider__chiffres__text {
    margin-top: 30px; } }

/*****************
Common video
*****************/
.CommonVideo {
  max-width: 1920px;
  margin: 50px auto;
  padding-bottom: 40px;
  position: relative; }
.CommonVideo.-large .Background {
  height: 60px;
  width: 100%; }
@media screen and (min-width: 992px) {
  .CommonVideo.-large .Background {
    height: 150px; } }
.CommonVideo.-small .Background {
  height: 60px;
  width: 100%; }
@media screen and (min-width: 992px) {
  .CommonVideo.-small .Background {
    height: 150px; } }
.CommonVideo .TextContainer {
  position: absolute;
  top: 15px;
  left: 0; }
.CommonVideo .TextContainer h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  margin-left: 25px; }
@media screen and (min-width: 992px) {
  .CommonVideo .TextContainer h2 {
    width: calc(80% + 50vw - 50%); } }
.CommonVideo .TextContainer h2 span {
  padding-left: 20px;
  display: block; }
@media screen and (min-width: 992px) {
  .CommonVideo .TextContainer h2 span {
    padding-left: 80px; } }
@media screen and (min-width: 992px) {
  .CommonVideo .TextContainer h2 {
    font-size: 70px; } }
@media screen and (min-width: 992px) {
  .CommonVideo .TextContainer {
    top: 40px; } }
.CommonVideo .VideoContainer,
.CommonVideo .ImageContainer {
  width: 100%;
  position: relative; }
.CommonVideo .VideoContainer .PlayBtn,
.CommonVideo .ImageContainer .PlayBtn {
  width: 60px;
  height: 60px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media screen and (min-width: 992px) {
  .CommonVideo .VideoContainer .PlayBtn,
  .CommonVideo .ImageContainer .PlayBtn {
    width: 90px;
    height: 90px; } }
.CommonVideo .VideoContainer .Preview,
.CommonVideo .ImageContainer .Preview {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 580px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }
.CommonVideo.-small .VideoContainer,
.CommonVideo.-small .ImageContainer {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  position: relative; }
.CommonVideo .YoutubeVideo {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -10;
  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; }
.CommonVideo .YoutubeVideo.-visible {
  opacity: 1;
  z-index: 10000000000; }
.CommonVideo .YoutubeVideo .YoutubeContainer {
  position: relative;
  width: 90%;
  max-width: 953px; }
.CommonVideo .YoutubeVideo .YoutubeContainer &gt; div {
  padding-bottom: 56.25%; }
.CommonVideo .YoutubeVideo .YoutubeContainer &gt; div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/*****************
Video slider
*****************/
.VideoSlider {
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 0;
  background: #f7fafd; }
@media screen and (min-width: 992px) {
  .VideoSlider {
    padding: 60px 0; } }
.VideoSlider.-colored ul,
.VideoSlider.-colored ol {
  display: block;
  margin: 10px 0 !important;
  font-size: 18px;
  list-style-type: none; }
.VideoSlider.-colored ul li,
.VideoSlider.-colored ol li {
  margin: 10px 0 !important;
  position: relative;
  padding-left: 16px;
  color: #ffffff; }
.VideoSlider.-colored ol {
  counter-reset: item;
  padding-left: 0; }
.VideoSlider.-colored ol li {
  padding-left: 24px; }
.VideoSlider.-colored ol li:before {
  position: absolute;
  left: 0;
  content: counter(item) ". ";
  counter-increment: item;
  color: #ffffff;
  background-color: transparent;
  width: auto;
  height: auto;
  bottom: auto;
  margin: -3px 3px -4px 0 !important; }
.VideoSlider.-colored ul li:before {
  content: '' !important;
  width: 6px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  margin: -3px 3px -4px 0 !important; }
.VideoSlider h2 {
  max-width: 720px;
  margin: 0 auto 8px auto;
  line-height: 1; }
@media screen and (min-width: 992px) {
  .VideoSlider h2 {
    margin: 0 auto 26px auto; } }
.VideoSlider ul,
.VideoSlider ol {
  display: block;
  margin: 10px 0 !important;
  font-size: 18px;
  list-style-type: none; }
.VideoSlider ul li,
.VideoSlider ol li {
  margin: 10px 0 !important;
  position: relative;
  padding-left: 16px; }
.VideoSlider ol {
  counter-reset: item;
  padding-left: 0; }
.VideoSlider ol li {
  padding-left: 2px; }
.VideoSlider ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #1b1b1b;
  background-color: transparent;
  width: auto;
  height: auto;
  bottom: auto; }
.VideoSlider ul li:before {
  content: '' !important;
  width: 6px;
  height: 6px;
  background: red;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%; }
.VideoSlider .PreviewContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
@media screen and (min-width: 992px) {
  .VideoSlider .PreviewContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.VideoSlider .PreviewContainer .VideoContainer {
  width: 100%;
  position: relative; }
@media screen and (min-width: 992px) {
  .VideoSlider .PreviewContainer .VideoContainer {
    width: 50%; } }
.VideoSlider .PreviewContainer .VideoContainer img {
  width: 100%;
  height: auto;
  display: block; }
.VideoSlider .PreviewContainer .VideoContainer .PlayButtonContainer {
  background: rgba(114, 114, 114, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.VideoSlider .PreviewContainer .VideoContainer .PlayButtonContainer .PlayBtn {
  width: 60px;
  height: 60px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media screen and (min-width: 992px) {
  .VideoSlider .PreviewContainer .VideoContainer .PlayButtonContainer .PlayBtn {
    width: 80px;
    height: 80px; } }
.VideoSlider .PreviewContainer .PreviewTextContainer {
  width: 100%;
  text-align: center;
  margin-top: 8px; }
@media screen and (min-width: 992px) {
  .VideoSlider .PreviewContainer .PreviewTextContainer {
    width: 50%;
    padding-left: 22px;
    text-align: left;
    margin-top: 0; } }
.VideoSlider .PreviewContainer .PreviewTextContainer h3 {
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.14; }
@media screen and (min-width: 992px) {
  .VideoSlider .PreviewContainer .PreviewTextContainer h3 {
    text-align: left; } }
.VideoSlider .SeeMore {
  text-align: center;
  display: block;
  margin: 14px 0 7px 0;
  font-size: 16px; }
@media screen and (min-width: 992px) {
  .VideoSlider .SeeMore {
    margin: 33px 0 10px 0;
    font-size: 18px; } }
.VideoSlider .SliderContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: auto; }
@media screen and (min-width: 992px) {
  .VideoSlider .SliderContainer {
    padding: 0 80px; } }
.VideoSlider .SliderContainer .swiper-container {
  width: 100%; }
.VideoSlider .SliderContainer .SliderPrev,
.VideoSlider .SliderContainer .SliderNext {
  width: 45px;
  height: auto;
  top: calc((100% - 65px) / 2);
  display: none;
  position: absolute; }
@media screen and (min-width: 992px) {
  .VideoSlider .SliderContainer .SliderPrev,
  .VideoSlider .SliderContainer .SliderNext {
    display: block; } }
.VideoSlider .SliderContainer .SliderPrev.swiper-button-disabled,
.VideoSlider .SliderContainer .SliderNext.swiper-button-disabled {
  display: none; }
.VideoSlider .SliderContainer .SliderPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0px; }
.VideoSlider .SliderContainer .SliderNext {
  right: 0px; }
@media screen and (min-width: 992px) {
  .VideoSlider .SliderContainer .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.VideoSlider .SliderContainer .swiper-slide img {
  display: block;
  height: auto;
  width: 100%; }
.VideoSlider .SliderContainer .swiper-slide .ImageSlideContainer {
  position: relative; }
.VideoSlider .SliderContainer .swiper-slide .PlayButtonContainer {
  background: rgba(114, 114, 114, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.VideoSlider .SliderContainer .swiper-slide .PlayButtonContainer .PlayBtn {
  width: 60px;
  height: 60px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media screen and (min-width: 992px) {
  .VideoSlider .SliderContainer .swiper-slide .PlayButtonContainer .PlayBtn {
    width: 52px;
    height: 52px; } }
.VideoSlider .SliderContainer .swiper-slide h4 {
  margin: auto;
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1; }
@media screen and (min-width: 992px) {
  .VideoSlider .SliderContainer .swiper-slide h4 {
    font-size: 20px; } }
.VideoSlider .SliderContainer .swiper-slide .VideoSlider-hidden {
  display: none; }
.VideoSlider .YoutubeVideo {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -10;
  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; }
.VideoSlider .YoutubeVideo.-visible {
  opacity: 1;
  z-index: 10000000000; }
.VideoSlider .YoutubeVideo .YoutubeContainer {
  position: relative;
  width: 90%;
  max-width: 953px; }
.VideoSlider .YoutubeVideo .YoutubeContainer &gt; div {
  padding-bottom: 56.25%; }
.VideoSlider .YoutubeVideo .YoutubeContainer &gt; div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/*******************
Asterisk
*******************/
.ContentContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
@media screen and (min-width: 992px) {
  .ContentContainer {
    padding: 0; }
  .ContentContainer h2 {
    margin: 50px 0 10px 0; } }

.ContentSwitch {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
@media screen and (min-width: 992px) {
  .ContentSwitch {
    margin-top: 35px;
    margin-bottom: 40px;
    width: auto; } }
.ContentSwitch span {
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  width: 50%;
  padding: 5px 0;
  text-align: center;
  border: 2px solid #739d54; }
@media screen and (min-width: 992px) {
  .ContentSwitch span {
    font-size: 35px;
    width: 170px;
    padding: 0; } }
.ContentSwitch span.selected {
  background: #739d54;
  color: #ffffff; }
.ContentSwitch .Notice {
  border-radius: 100px 0 0 100px;
  border-right: 1px solid #739d54; }
.ContentSwitch .Notice.false {
  color: #739d54; }
.ContentSwitch .Rcp {
  border-radius: 0 100px 100px 0;
  border-left: 1px solid #739d54; }
.ContentSwitch .Rcp.false {
  color: #739d54; }

.blue__background {
  background: #739d54;
  padding: 20px 0 0 0;
  text-align: center;
  position: relative;
  margin: 10px 0 80px 0; }
@media screen and (min-width: 992px) {
  .blue__background {
    padding: 15px 0 0 0;
    margin: 10px 0 80px 0; } }
.blue__background h2 {
  color: #ffffff !important;
  text-transform: none !important;
  font-size: 28px !important;
  line-height: 0.93 !important;
  font-weight: bold !important; }
.blue__background .BlueBackground__bottomMask {
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
.blue__background .wysiwyg .title {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 11px; }
@media screen and (min-width: 992px) {
  .blue__background .wysiwyg .title {
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: initial; } }
.blue__background .wysiwyg p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 6px; }
@media screen and (min-width: 992px) {
  .blue__background .wysiwyg p {
    font-size: 20px;
    line-height: 24px; } }
.blue__background .wysiwyg ul {
  padding: 10px 0; }
.blue__background .wysiwyg ul li {
  color: #ffffff; }
.blue__background .wysiwyg ul li::before {
  background: #ffffff; }
.blue__background .wysiwyg ol {
  padding: 10px 0; }
.blue__background .wysiwyg ol li {
  color: #ffffff; }
.blue__background .wysiwyg ol li::before {
  color: #ffffff; }

.asterisk {
  margin: 48px auto; }
.asterisk p {
  color: #9c9c9c;
  font-size: 12px; }

/********************
ExpandCollapse
********************/
.ExpandCollapse {
  margin-top: 60px;
  padding: 0 25px; }

.ExpandCollapseBlock {
  border: 0 solid #9c9c9c;
  border-bottom-width: 1px;
  padding: 20px 0;
  max-width: 90%;
  margin: 0 auto; }
@media screen and (min-width: 769px) {
  .ExpandCollapseBlock {
    max-width: 1000px; } }
.ExpandCollapseBlock:first-of-type {
  border-top-width: 1px; }

.ExpandCollapseBlock__title__container {
  position: relative;
  cursor: pointer; }

.ExpandCollapseBlock__title {
  text-align: left;
  font-size: 18px;
  padding-right: 50px; }
@media screen and (min-width: 992px) {
  .ExpandCollapseBlock__title {
    font-size: 28px; } }

.ExpandCollapseBlock__title__number {
  color: #739d54;
  display: inline-block;
  min-width: 20px; }
@media screen and (min-width: 992px) {
  .ExpandCollapseBlock__title__number {
    min-width: 35px; } }

.ExpandCollapseBlock__collapseBtn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
  font-family: inherit;
  text-align: left;
  background: none;
  line-height: normal;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px;
  width: auto; }

.ExpandCollapseBlock__collapseBtn__icon {
  display: inline-block;
  border: solid #9c9c9c;
  border-width: 0 2px 2px 0;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms; }
.ExpandCollapseBlock__collapseBtn__icon.-expanded {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.ExpandCollapseBlock__content {
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
  overflow: hidden;
  display: none; }
.ExpandCollapseBlock__content.-expanded {
  -webkit-transition: max-height 300ms ease-in;
  transition: max-height 300ms ease-in;
  max-height: 3000px; }

.ExpandCollapseBlock__paragraph {
  padding-top: 10px; }

.ExpandCollapseBlock__link {
  color: #9c9c9c;
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 15px;
  color: #727272;
  font-weight: normal; }
.ExpandCollapseBlock__link svg {
  width: auto;
  height: 11px;
  margin-right: 8px; }
.ExpandCollapseBlock__link svg path {
  fill: #727272; }
.ExpandCollapseBlock__link svg {
  margin-left: 10px; }

/***************
Personne
******************/
.Personnes {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto 40px auto;
  color: #1b1b1b; }
.Personnes p,
.Personnes a {
  text-decoration: none;
  max-width: 1100px;
  margin: auto;
  text-align: center; }
.Personnes .BlueBackground__bottomMask {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50; }

.Personnes__title {
  font-size: 22px;
  font-weight: bold; }

.Personnes__subtitle {
  font-size: 18px;
  padding: 4px 0 32px 0; }

.Personnes__shortDescription {
  font-size: 20px;
  font-weight: bold; }

.Personnes__global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.Personnes__global .Personnes__solo {
  max-width: 222px;
  width: 100%;
  margin: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.Personnes__global .Personnes__solo img {
  width: 92px;
  border-radius: 50%;
  margin-bottom: 8px; }
.Personnes__global .Personnes__solo .Personnes__solo__name {
  font-size: 18px;
  font-weight: bold; }
.Personnes__global .Personnes__solo .Personnes__solo__subtitle,
.Personnes__global .Personnes__solo .Personnes__solo__telephone {
  font-size: 18px; }
.Personnes__global .Personnes__solo .Personnes__solo__telephone:hover {
  font-weight: bold; }
.Personnes__global .Personnes__solo .Personnes__solo__mail {
  font-size: 20px; }
.Personnes__global .Personnes__solo .Personnes__solo__mail svg {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }
.Personnes__global .Personnes__solo .Personnes__solo__mail:hover {
  text-decoration: none; }
.Personnes__global .Personnes__solo .Personnes__solo__mail:hover svg {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px); }

.A.-arrow {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 15px;
  color: #727272;
  font-size: 16px;
  margin-top: 12px;
  font-weight: normal;
  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; }
.A.-arrow svg {
  width: auto;
  height: 11px;
  margin-right: 8px; }
.A.-arrow svg path {
  fill: #727272; }
.A.-arrow svg {
  width: 20px !important; }

.A.-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.A.-download svg {
  height: 24px; }
.A.-download svg path {
  stroke: #9c9c9c; }

.A svg.left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/***************
CTA Product
***************/
.CTAProduct {
  margin: 50px auto;
  max-width: 1920px;
  position: relative; }
.CTAProduct img {
  width: 100%;
  height: 450px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }
@media screen and (min-width: 992px) {
  .CTAProduct img {
    height: auto; } }
.CTAProduct .TextContainer {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -70px;
  padding: 23px 20px; }
@media screen and (min-width: 992px) {
  .CTAProduct .TextContainer {
    bottom: -45px;
    width: 59%;
    padding: 40px 45px; } }
.CTAProduct .TextContainer .LinkContainer {
  text-decoration: none; }
.CTAProduct .TextContainer .LinkContainer * {
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  position: relative; }
.CTAProduct .TextContainer .LinkContainer h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900; }
@media screen and (min-width: 992px) {
  .CTAProduct .TextContainer .LinkContainer h3 {
    font-size: 35px; } }
.CTAProduct .TextContainer .LinkContainer p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.18;
  margin-top: 5px;
  margin-bottom: 11px; }
@media screen and (min-width: 992px) {
  .CTAProduct .TextContainer .LinkContainer p {
    font-size: 40px; } }
.CTAProduct .TextContainer .LinkContainer span {
  margin-top: 0;
  border: 1px solid #ffffff;
  text-align: center; }
@media screen and (min-width: 992px) {
  .CTAProduct .TextContainer .LinkContainer span {
    text-align: left; } }
.CTAProduct .TextContainer .Background {
  background: #a85f54;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

/****************
Layer video
****************/
.layer__video, .layer__image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.layer__video.-openedLayer, .layer__image.-openedLayer {
  opacity: 1;
  pointer-events: all; }
.layer__video .layer__video__close, .layer__image .layer__video__close {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 30px;
  right: 30px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer; }
.layer__video .layer__video__close::before, .layer__video .layer__video__close::after, .layer__image .layer__video__close::before, .layer__image .layer__video__close::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  background: #ffffff; }
.layer__video .layer__video__close::before, .layer__image .layer__video__close::before {
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg); }
.layer__video .layer__video__close::after, .layer__image .layer__video__close::after {
  -webkit-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg); }
.layer__video .layer__image__slider, .layer__image .layer__image__slider {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.layer__video .layer__image__slider svg.SliderPrev, .layer__video .layer__image__slider svg.SliderNext, .layer__image .layer__image__slider svg.SliderPrev, .layer__image .layer__image__slider svg.SliderNext {
  position: absolute;
  top: 33%;
  width: 24px;
  cursor: pointer;
  display: block; }
@media screen and (min-width: 577px) {
  .layer__video .layer__image__slider svg.SliderPrev, .layer__video .layer__image__slider svg.SliderNext, .layer__image .layer__image__slider svg.SliderPrev, .layer__image .layer__image__slider svg.SliderNext {
    width: 40px;
    top: 43%; } }
@media screen and (min-width: 769px) {
  .layer__video .layer__image__slider svg.SliderPrev, .layer__video .layer__image__slider svg.SliderNext, .layer__image .layer__image__slider svg.SliderPrev, .layer__image .layer__image__slider svg.SliderNext {
    width: 40px;
    top: 42%; } }
@media screen and (min-width: 992px) {
  .layer__video .layer__image__slider svg.SliderPrev, .layer__video .layer__image__slider svg.SliderNext, .layer__image .layer__image__slider svg.SliderPrev, .layer__image .layer__image__slider svg.SliderNext {
    width: 40px;
    top: 44%; } }
.layer__video .layer__image__slider svg.SliderPrev.swiper-button-disabled, .layer__video .layer__image__slider svg.SliderNext.swiper-button-disabled, .layer__image .layer__image__slider svg.SliderPrev.swiper-button-disabled, .layer__image .layer__image__slider svg.SliderNext.swiper-button-disabled {
  display: none; }
.layer__video .layer__image__slider svg.SliderPrev path, .layer__video .layer__image__slider svg.SliderNext path, .layer__image .layer__image__slider svg.SliderPrev path, .layer__image .layer__image__slider svg.SliderNext path {
  stroke: white; }
.layer__video .layer__image__slider svg.SliderPrev, .layer__image .layer__image__slider svg.SliderPrev {
  left: 10px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }
.layer__video .layer__image__slider svg.SliderNext, .layer__image .layer__image__slider svg.SliderNext {
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.layer__video .layer__image__slider .swiper-container, .layer__image .layer__image__slider .swiper-container {
  margin: 0 auto 0 auto;
  width: 80%; }
.layer__video .layer__image__slider .swiper-container picture, .layer__video .layer__image__slider .swiper-container img, .layer__image .layer__image__slider .swiper-container picture, .layer__image .layer__image__slider .swiper-container img {
  width: 100%;
  padding: 0; }
.layer__video .layer__image__slider .swiper-container h4, .layer__image .layer__image__slider .swiper-container h4 {
  color: #ffffff; }
.layer__video .video__responsive, .layer__image .video__responsive {
  max-width: 860px;
  width: 80%;
  margin: 120px auto;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  height: 0; }
@media screen and (min-width: 769px) {
  .layer__video .video__responsive, .layer__image .video__responsive {
    width: 70%; } }
.layer__video .video__responsive iframe, .layer__image .video__responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }
.layer__video img, .layer__image img {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  height: auto;
  display: block;
  max-width: 1000px; }

.nav-list &gt; ul li:hover, .nav-list &gt; ul li.active {
  color: inherit; }

.nav-list &gt; ul li.active {
  color: #731F19; }

.nav-list &gt; ul li a:hover, .nav-list &gt; ul li.active a:hover {
  color: #731F19; }

body #wrapper #block-boiron-breadcrumbs {
  padding-bottom: 20px; }

body #wrapper #block-boiron-breadcrumbs li {
  color: #731F19; }

.back-arrow svg {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  width: 28px;
  height: auto;
  display: block; }

.back-arrow svg path {
  stroke: #731F19; }

.factoryTplV2 .section-heading h1,
.factoryTplV2 .section-heading h2,
.factoryTplV2 .section-heading h3,
.factoryTplV2 .section-heading h4,
.factoryTplV2 .section-heading h5,
.factoryTplV2 .section-heading h6,
.Wysiwyg__container h1,
.Wysiwyg__container h2,
.Wysiwyg__container h3,
.Wysiwyg__container h4,
.Wysiwyg__container h5,
.Wysiwyg__container h6 {
  font-family: 'Averia Libre', cursive;
  color: #731F19; }

.Wysiwyg__container a {
  color: #731F19;
  border: 1px solid #731F19; }

.factoryTplV2 .section-heading.-colored h1,
.factoryTplV2 .section-heading.-colored h2,
.factoryTplV2 .section-heading.-colored h3,
.factoryTplV2 .section-heading.-colored h4,
.factoryTplV2 .section-heading.-colored h5,
.factoryTplV2 .section-heading.-colored h6,
.Wysiwyg__container.-colored h1,
.Wysiwyg__container.-colored h2,
.Wysiwyg__container.-colored h3,
.Wysiwyg__container.-colored h4,
.Wysiwyg__container.-colored h5,
.Wysiwyg__container.-colored h6 {
  color: #FFFFFF; }

.factoryTplV2 .section-heading.-colored a,
.Wysiwyg__container.-colored a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF; }

.factoryTplV2 .section-heading ul li:before,
.Wysiwyg__content ul li:before {
  background: #731F19; }

.factoryTplV2 .section-heading ol li:before,
.Wysiwyg__content ol li:before {
  color: #731F19; }

.Citation__quotes path {
  fill: #731F19; }

.Citation__author {
  color: #731F19; }

.A.ButtonLink {
  border: 2px solid #731F19;
  color: #731F19; }

.A.ButtonLink:hover {
  background: #731F19;
  color: #FFFFFF; }

.-colored .Citation__quotes path {
  fill: #FFFFFF; }

.-colored .Citation__author {
  color: #FFFFFF; }

.-colored .A.ButtonLink {
  border: 2px solid #FFFFFF;
  color: #FFFFFF; }

.-colored .A.ButtonLink:hover {
  color: #731F19;
  background: #FFFFFF; }

a.RoundLink:hover {
  background: #731F19;
  color: #FFFFFF; }

.ExpandCollapseBlock__title__number {
  color: #731F19; }

.ExpandCollapseBlock__link {
  color: #731F19; }

.ExpandCollapseBlock__link svg path {
  fill: #731F19; }

.CommonVideo {
  background: #731F19; }

.CommonVideo h2 {
  font-family: 'Averia Libre', cursive; }

.KeyFiguresSlider h2 {
  font-family: 'Averia Libre', cursive;
  color: #731F19; }

.KeyFiguresSlider__solo__tile {
  color: #731F19; }

.KeyFiguresSlider__solo__link a {
  color: #731F19; }

.KeyFiguresSlider__solo__link a:hover {
  color: #1b1b1b; }

.KeyFiguresSlider__solo__link svg path {
  stroke: #731F19; }

.ImageSlider h2 {
  font-family: 'Averia Libre', cursive;
  color: #731F19; }

.ImageSlider .SliderPrev path,
.ImageSlider .SliderNext path {
  stroke: #731F19; }

.ContentImage h1,
.ContentImage h2,
.ContentImage h3,
.ContentImage h4,
.ContentImage h5,
.ContentImage h6 {
  font-family: 'Averia Libre', cursive;
  color: #731F19; }

.ContentImage ul li:before {
  background: #731F19; }

.ContentImage ol li:before {
  color: #731F19; }

.VideoSlider.-colored h2 {
  font-family: 'Averia Libre', cursive;
  color: #FFFFFF; }

.VideoSlider.-colored .PreviewTextContainer h3 {
  font-family: 'Averia Libre', cursive;
  color: #FFFFFF; }

.VideoSlider.-colored .PreviewTextContainer p {
  color: #FFFFFF; }

.VideoSlider.-colored .SeeMore {
  color: #FFFFFF; }

.VideoSlider.-colored h4 {
  color: #FFFFFF; }

.Personnes .Personnes__title {
  font-family: 'Averia Libre', cursive; }

.Personnes.-colored {
  color: #FFFFFF; }

.Personnes.-colored a {
  color: #FFFFFF; }

.Personnes.-colored a:hover {
  font-weight: 400 !important;
  text-decoration: underline; }

.Personnes.-colored svg path {
  fill: #FFFFFF; }
</pre></body></html>