@charset "UTF-8";

.text-justify {
  text-align: justify;
}

.width-unset {
  width: unset !important;
}

.pleft-0 {
  padding: 0 !important;
}

.mleft-0 {
  margin-left: 0 !important;
}

.mright-0 {
  margin-right: 0 !important;
}

.mtop-3 {
  margin-top: 30px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  padding: 55px 100px 100px; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  padding: 0;
  border: none; }

#colorbox {
  outline: 0;
  padding: 0;
  border: none; }

#cboxContent {
  background: #fff; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff; }

#cboxTitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #111; }

#cboxCurrent {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  right: 0px;
  color: #6c6d6e;
  font-size: 1.286em;
  font-weight: 300; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  background: url(../images/sprite.png) no-repeat -1149px -6px;
  width: 18px;
  height: 17px;
  text-indent: -9999px; }

#cboxClose:hover {
  opacity: 0.8; }

#colorbox .container {
  padding: 40px 10px; }

#colorbox .infoWindow {
  padding: 20px;
  max-width: 620px; }

#colorbox .infoWindow p.error {
  color: #b70f0f; }

#colorbox #tele {
  /*background: url('../images/bg/fruitsSmall.jpg') no-repeat center center;*/
  border-color: #fbae17; }

#colorbox .hideInPopin {
  display: none; }

@media (min-width: 640px) {
  #tele {
    padding: 80px; } }

/* color settings */
/*	for #tele */
#colorbox #tele.infoWindow h2,
#tele input,
#tele .dd-select,
#tele .dd-options,
#tele .dd-option,
#colorbox #tele.infoWindow .buttonHolder {
  border-color: #fbae17; }

#tele .button {
  background-color: #fbae17; }

#tele .button:hover {
  background-color: #fff;
  color: #fbae17; }

/*	for #capt */
#colorbox #capt.infoWindow h2,
#capt input,
#capt .dd-select,
#capt .dd-options,
#capt .dd-option,
#colorbox #capt.infoWindow .buttonHolder {
  border-color: #d5b20f; }

#capt .button {
  background-color: #d5b20f; }

#capt .button:hover {
  background-color: #fff;
  color: #d5b20f; }

/* ------------------------------------- */
#colorbox .infoWindow h2 {
  color: #2c2f34;
  font-size: 2.143em;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin: 0 0 22px;
  font-weight: 600;
  text-transform: uppercase; }

#colorbox .infoWindow h3 {
  color: #2c2f34;
  font-size: 1.357em;
  margin: 0 0 12px;
  font-weight: 800;
  text-transform: uppercase; }

#colorbox .infoWindow p {
  color: #2c2f34;
  font-size: 1.071em; }

#colorbox .infoWindow .bottomLine {
  border-top: 1px solid;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin: 35px 0 0; }

#colorbox .container h2 {
  border-bottom: 1px solid;
  font-size: 2.143em;
  padding-bottom: 18px;
  margin-bottom: 20px; }

#colorbox .container h5 {
  margin: 0 20px; }

#colorbox .infoWindow form.contentForm {
  margin-top: 0;
  margin-bottom: 28px; }

#colorbox .infoWindow form.contentForm .row > label {
  width: 180px;
  margin-right: 30px; }

#capt.infoWindow form.contentForm .row > label {
  width: 120px;
  margin-right: 0;
  text-align: left; }

#colorbox .infoWindow form.contentForm .row input,
#colorbox .infoWindow form.contentForm .row .dd-selected {
  padding-left: 25px; }

#colorbox .infoWindow form.contentForm .row.buttonHolder {
  max-width: none;
  width: 100%;
  border-top: 1px solid;
  margin-top: 40px; }

#colorbox .infoWindow form.contentForm .row.buttonHolder .button {
  float: right;
  padding: 9px 41px;
  font-size: 1.214em;
  margin-top: 20px; }

#colorbox .infoWindow form.contentForm .labelOffset {
  margin-left: 139px;
  margin-bottom: 20px;
  font-weight: 600; }

#capt.infoWindow form.contentForm .labelOffset {
  margin-left: 120px; }

#capt.infoWindow form.contentForm .captcha .labelOffset {
  margin-left: 118px; }

#colorbox .infoWindow p.small {
  font-size: 0.857em;
  color: #4a4b4d; }

#colorbox .infoWindow p + p.small {
  margin-top: 25px; }

#colorbox .container form.contentForm {
  padding: 0 20px; }

#colorbox .container form.contentForm .row > label {
  width: 395px; }

#colorbox .container form.contentForm .labelOffset {
  margin-left: 407px; }

#colorbox .container form.contentForm .row .fileUpload {
  width: 533px; }

#colorbox .container form.contentForm .row.buttonHolder {
  border-top: 1px solid;
  margin-top: 20px; }

#colorbox.video {
  padding: 59px 100px;
  width: auto;
  height: auto; }

.video#cboxWrapper {
  padding: 59px 100px;
  width: auto;
  height: auto; }

#colorbox .cboxIframe {
  /*			display: block;
			width: 650px;
			height: 356px;
			margin: 59px 100px;*/ }

@media (max-width: 1024px) {
  .natcolor--rubrique__bg {
    background-size: cover; }
  #colorbox form.contentForm {
    margin-top: 20px; }
  #colorbox form.contentForm .row > label {
    width: 28.5%;
    margin-right: 1.5%; }
  #colorbox form.contentForm .labelOffset {
    margin-left: 30%; }
  #colorbox form.contentForm .row .formControl {
    width: 48%; }
  #colorbox form.contentForm .row .fileUpload input[type="text"] {
    width: 100%; }
  #colorbox form.contentForm .row .fileUpload .customfile-filename,
  #colorbox form.contentForm .row .fileUpload .customfile-upload {
    margin-top: 15px; }
  #colorbox form.contentForm .row.buttonHolder {
    text-align: center; }
  #colorbox form.contentForm .row.buttonHolder .fright {
    float: none; } }

@media (max-width: 600px) {
  #cboxClose {
    top: 13px;
    right: 12px; }
  #colorbox .infoWindow form.contentForm .row,
  #colorbox .infoWindow form.contentForm .row .formControl {
    max-width: none;
    width: 100%; }
  #colorbox .infoWindow form.contentForm .row input,
  #colorbox .infoWindow form.contentForm .row .dd-selected,
  #colorbox .infoWindow form.contentForm .row label {
    float: none;
    text-align: left;
    width: 100%; }
  #colorbox .infoWindow form.contentForm .row .button {
    float: right;
    text-align: center;
    width: auto; }
  #capt.infoWindow form.contentForm .error.labelOffset,
  #capt.infoWindow form.contentForm .captcha .labelOffset {
    margin-left: 0; }
  #capt.infoWindow form.contentForm .row.captcha .formControl div {
    margin-left: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "ProximaNova-Regular", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .hide-for-medium-only, .hide-for-medium-up, .hide-for-large-only, .hide-for-large-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .show-for-medium-only, .show-for-medium-up, .show-for-large-only, .show-for-large-up, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .show-for-medium-only, .show-for-medium-up, .hide-for-large-only, .hide-for-large-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .hide-for-medium-only, .hide-for-medium-up, .show-for-large-only, .show-for-large-up, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-medium-only, .show-for-medium-up, .show-for-large-only, .show-for-large-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-medium-only, .hide-for-medium-up, .hide-for-large-only, .hide-for-large-up, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-medium-only, .show-for-medium-up, .hide-for-large-only, .show-for-large-up, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-medium-only, .hide-for-medium-up, .show-for-large-only, .hide-for-large-up, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-medium-only, .show-for-medium-up, .hide-for-large-only, .show-for-large-up, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-medium-only, .hide-for-medium-up, .show-for-large-only, .hide-for-large-up, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "ProximaNova-Regular", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.625rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.625rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
*, *:before, *:after {
  box-sizing: content-box; }

/* 
    Document   : reset.css
    Created on : 2.11.2013
    Author     : Lukáš Jelič
*/
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0; }

/*
    Document   : main.css
    Created on : 10.6.2014
    Author     : LukĂˇĹˇ JeliÄŤ
*/
/* CSS for desktop to endless width of window */
html {
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: realtive; }

body {
  background: #ffffff;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  padding-top: 1px;
  margin-top: -1px; }

a {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 70px 0 100px; }

.container.smallerTopIntend {
  padding-top: 30px; }

.container.smallerTopIntend ul {
  margin: 0 15px 15px; }

.container.smallerTopIntend ul li {
  padding-left: 28px;
  margin-bottom: 8px; }

.container.smallerTopIntend h3 {
  margin-left: 20px;
  margin-right: 20px; }

.container.smallerBottomIntend {
  padding-bottom: 30px; }

.container.noBottomIntend {
  padding-bottom: 0; }

.container.noTopIntend {
  padding-top: 0; }

.container.noBottomBorder,
.container .noBottomBorder {
  border-bottom: none; }

.container .pageHolder.animated {
  position: relative;
  overflow: hidden; }

.container h2,
.pathfinder-layer h2,
.container h1 {
  text-transform: uppercase;
  font-size: 2.714em;
  font-weight: 600;
  line-height: 38px;
  color: #454545;
  margin: 0 20px 30px; }

.container h2 .light,
.container h1 .light {
  font-weight: 300; }

.container h2 .normal,
.container h1 .normal {
  font-weight: 400; }

.container h2.smaller,
.container h1.smaller {
  font-size: 1.929em; }

.container h2.bottomIntend {
  margin-bottom: 75px; }

.container h1 {
  margin-top: 40px; }

.container h3,
.inlineForm > label {
  text-transform: uppercase;
  font-size: 1.357em;
  /*color: #4f5051;*/
  font-weight: 800;
  margin-bottom: 16px; }

.container h3.smaller {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.143em; }

.container h3 .normal {
  font-weight: 400; }

.container h3 .bigger {
  display: block;
  font-size: 1.579em;
  margin-bottom: 15px; }

.container > h3 {
  margin: 0 20px 28px;
  color: #454545; }

.container > h3.bottomBorder {
  margin: 0 0 40px;
  padding: 10px 16px;
  border-bottom: 1px solid; }

.container h4 {
  font-size: 1.357em;
  margin: 0 20px 16px; }

.container h5 {
  color: #595959;
  font-weight: bold;
  font-size: 1em;
  margin: 18px 16px 4px; }

.container h5:first-child {
  margin-top: 0; }

.container > img,
.container .page > img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.container p {
  margin: 0 20px 15px;
  color: #4f5051; }

.container p.tiny {
  font-size: 0.857em; }

.container p.catchWord {
  text-align: center;
  font-size: 1.357em;
  margin-top: 40px;
  font-weight: 600; }

.container p.catchWord strong {
  font-size: 1.211em;
  font-weight: 600; }

.container p a,
#cboxContent p a {
  text-decoration: underline; }

.container p a:hover,
#cboxContent p a:hover {
  text-decoration: none; }

.container p.error {
  color: #b70f0f; }

.yellow .container p.error {
  color: #d5b20f; }

.container p.biggerBottomIntend {
  margin-bottom: 55px; }

.container h4 {
  font-weight: 800;
  font-size: 1em; }

.container .prev,
.container .next,
#cboxNext,
#cboxPrevious {
  position: absolute;
  display: block;
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat -821px -356px;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.container .prev.hidden,
.container .next.hidden {
  display: none; }

.container .prev:hover,
.container .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

.container .prev,
#cboxPrevious {
  left: -76px;
  background-position: -766px -356px; }

.container .next,
#cboxNext {
  right: -76px; }

.container .pageControls {
  position: absolute;
  bottom: 75px;
  width: 100%;
  left: 0;
  text-align: center; }

.container .pageControls a {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 5px; }

.container ul li {
  background: url("../images/sprite.png") no-repeat -1347px -189px;
  padding-left: 20px; }

.container ul li.withoutItem {
  background: none; }

.container > .date {
  font-size: 1.357em;
  font-weight: 800;
  padding: 0 0 10px 20px;
  margin: 0 0 44px 0;
  border-bottom: 1px solid; }

.container > .date + .half p {
  color: #000;
  font-size: 1.286em;
  text-transform: uppercase;
  line-height: 30px; }

@media (min-width: 1025px) {
  .container .prev.affix-bottom,
  .container .next.affix-bottom {
    top: 50% !important; } }

#content {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  border-left: 10px solid #f29400; }

#cboxNext {
  left: auto;
  right: 20px; }

#cboxPrevious {
  left: 20px; }

/* Header's photo definitions */
.homepage #header {
  background: #5e8e92 url("../images/bg/headerPhotoBirdAndFlower.jpg") no-repeat center center;
  background-size: cover; }

#header.foodAndBeverage {
  background: #c32313 url("../images/bg/headerPhotoOrange.jpg") no-repeat center center;
  background-size: cover; }

#header.nutritionHealth {
  background: #475824 url("../images/bg/headerPhotoOlives.jpg") no-repeat center center;
  background-size: cover; }

#header.personalCare {
  background: #e31663 url("../images/bg/gingerTorch.jpg") no-repeat center center;
  background-size: cover; }

#header.financeAction,
#header.communiquesDePresse {
  background: #91ae87 url("../images/bg/dirtyOlives.jpg") no-repeat center center;
  background-size: cover; }

#header.financeAction .headerPanel h1,
#header.communiquesDePresse .headerPanel h1 {
  font-size: 2.514em; }

#header.planDuSite {
  background: #455001 url("../images/bg/flatLeaf.jpg") no-repeat center center;
  background-size: cover; }

#header.newsNaturex {
  background: #5a6446 url("../images/bg/berries.jpg") no-repeat center center;
  background-size: cover; }

#header.communiquesDePresse,
#header.planDuSite,
#header.newsNaturex {
  margin-top: 50px;
  height: 206px; }

#header.communiquesDePresse .headerPanel,
#header.planDuSite .headerPanel,
#header.newsNaturex .headerPanel {
  top: 0;
  padding-top: 25px; }

#header.communiquesDePresse .headerPanel h1,
#header.planDuSite .headerPanel h1,
#header.newsNaturex .headerPanel h1 {
  margin-top: 50px;
  margin-bottom: 0; }

#header.financeActionnaire,
#header.gouvernance,
#header.chiffresCles {
  background: #91ae87 url("../images/bg/bluredBuilding.jpg") no-repeat center center;
  background-size: cover; }

#header.proximity {
  background: #382514 url("../images/bg/proximity.jpg") no-repeat center center;
  background-size: cover; }

#header.sustainabilityVideo {
  background: #f3f3f3 url("../images/bg/sustainabilityVideo.jpg") no-repeat center center;
  background-size: cover; }

#header.qualityVideo {
  background: #b7beba url("../images/bg/quality.jpg") no-repeat center center;
  background-size: cover; }

#header.who {
  background: #abe5ef url("../images/bg/whoWeAre.jpg") no-repeat center center;
  background-size: cover; }

#header.innovation {
  background: #77a5b7 url("../images/bg/innovation.jpg") no-repeat center center;
  background-size: cover; }

#header.manufacturing {
  background: #a2a7a6 url("../images/bg/manufacturing.jpg") no-repeat center center;
  background-size: cover; }

#header.products {
  background: #678646 url("../images/bg/products.jpg") no-repeat center center;
  background-size: cover; }

#header.sourcing {
  background: #a4bbda url("../images/bg/sourcing.jpg") no-repeat center center;
  background-size: cover; }

#header.carriere {
  background: #ccedf6 url("../images/bg/carriere.jpg") no-repeat center center;
  background-size: cover; }

.leafes,
.whiteRoses {
  background: #f9f9f9 url("../images/bg/leafes.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding-top: 111px; }

.leafes .container > p {
  margin-bottom: 18px; }

.leafes .container .whiteBlock.half {
  padding: 35px 20px 70px; }

.leafes .container .whiteBlock.half > * {
  margin-left: 0;
  margin-right: 0; }

.leafes .container .whiteBlock.half > h3 {
  margin-bottom: 50px; }

.leafes .container .whiteBlock.half > h3 + p.error {
  margin-top: -45px; }

.leafes .container .whiteBlock.half .button.fright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-left: 0;
  padding-right: 0; }

.leafes .container .whiteBlock.half .contentForm {
  margin: 0; }

.leafes .container .whiteBlock.half .contentForm .row label {
  width: 140px; }

.leafes .container .whiteBlock.half .contentForm .row .formControl {
  width: 288px; }

.leafes .container .whiteBlock.half .contentForm .row .formControl label {
  width: auto; }

.leafes .container .whiteBlock.half .contentForm p {
  text-align: right;
  margin: 20px 0 5px; }

.whiteRoses {
  background: #ffffff url("../images/bg/whiteRoses.jpg") no-repeat center center;
  background-size: cover; }

.whiteRoses form.contentForm {
  margin-top: 0; }

.whiteRoses form.contentForm .row .formControl .dd-container .dd-selected label {
  color: #474747; }

.whiteRoses form.contentForm .captcha {
  margin-bottom: 30px; }

.whiteRoses form.contentForm p {
  margin-bottom: 30px; }

.whiteRoses form.contentForm p.error {
  width: 280px; }

.whiteRoses h3 {
  margin-top: 40px;
  margin-bottom: 0; }

.sustainability {
  background: #9baf54 url("../images/bg/sustainability.jpg") no-repeat center center;
  background-size: cover; }

.sustainability .headerPanel .submenu li {
  border-color: #fff; }

/* -------------------------- */
#header,
.underHeader {
  z-index: 1;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  max-height: 100%;
  transition: max-height 0.5s; }

#header h1,
.underHeader h1 {
  text-transform: uppercase;
  font-size: 4.857em;
  color: #ffffff;
  width: 320px;
  line-height: 60px;
  letter-spacing: -4px;
  position: absolute;
  top: 114px;
  left: 68%;
  text-align: left;
  font-weight: 300; }

#header .container,
.underHeader .container {
  height: 100%;
  padding: 0; }

.underHeader {
  max-height: none;
  height: auto; }

.underHeader .headerPanel {
  position: relative;
  top: 0;
  padding-top: 60px;
  padding-bottom: 150px; }

.underHeader .headerPanel .submenu {
  border-color: #fff; }

.headerPanel,
#header .headerPanel {
  background: rgba(44, 47, 52, 0.4);
  width: 425px;
  top: 50px;
  bottom: 0;
  overflow: auto;
  position: absolute;
  padding: 0 35px 0 20px; }

.headerPanel h1,
#header .headerPanel h1 {
  font-size: 2.714em;
  font-weight: 600;
  letter-spacing: -2px;
  position: static;
  margin-bottom: 10px;
  width: auto;
  line-height: 1em; }

.headerPanel .baseline {
  font-size: 2.25em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1em;
  color: #ffffff;
  text-align: left;
  display: block; }

.headerPanel h1 span,
#header .headerPanel h1 span {
  display: block;
  float: left; }

.headerPanel h1 .text,
#header .headerPanel h1 .text {
  font-size: 0.810em;
  margin-top: 20px; }

.headerPanel h1 .icon,
#header .headerPanel h1 .icon {
  margin: 0 0 0 10px; }

.headerPanel .submenu,
#header .headerPanel .submenu,
.headerPanel .submenu li,
#header .headerPanel .submenu li {
  margin-top: 0;
  border-color: #fff; }

#headerVideo {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box; }

#headerVideo iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0; }

#headerVideo.opened + #header {
  max-height: 0; }

#headerVideo + #header {
  position: absolute;
  left: 0;
  top: 0; }

.homepage #headerVideo {
  padding: 0 0 50px; }

/* ----------- */
.submenu,
.container .submenu {
  list-style-type: none;
  border-top: 1px solid #fff;
  margin-top: 45px; }

.submenu li,
.container .submenu li {
  padding: 0;
  text-align: left;
  background: url("../images/sprite.png") no-repeat -1442px -37px;
  border-bottom: 1px solid #fff; }

.submenu li a,
.container .submenu li a {
  display: block;
  text-transform: uppercase;
  font-size: 1.143em;
  color: #fff;
  background: transparent;
  line-height: 19px;
  padding: 10px 0 10px 34px;
  position: relative; }

.submenu li a:hover,
.container .submenu li a:hover {
  text-decoration: none;
  /*color: #fff !important;*/ }

.submenu li:hover,
.container .submenu li:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.submenu li a:after,
.container .submenu li a:after {
  background-position: -188px -1040px; }

.submenu li .detail,
.container .submenu li .detail {
  display: none; }

.submenu li.opened a:after,
.container .submenu li.opened a:after {
  width: 22px;
  height: 22px; }

.submenu li.opened .detail,
.container .submenu li.opened .detail {
  display: block; }

.submenu li p,
.container .submenu li p {
  margin-left: 0;
  margin-right: 65px;
  margin-bottom: 30px; }

#content .submenu li:hover {
  background: transparent; }

#header .submenu li a:hover {
  color: #fff; }

.headerQuartes {
  margin: -185px auto 0;
  padding: 0;
  z-index: 1; }

/* play button */
.playButton {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.786em;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -2px;
  display: block;
  top: 50%;
  position: relative;
  width: 166px;
  margin: -95px auto -170px; }

.playButton:hover {
  text-decoration: none; }

.playButton:hover .image {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.playButton:hover span {
  text-decoration: underline; }

.playButton .image {
  background: url("../images/sprite.png") no-repeat -49px -24px;
  width: 112px;
  height: 112px;
  margin: 0 auto 30px; }

.sustainabilityVideo .playButton {
  color: #444a56; }

.sustainabilityVideo .playButton .image {
  background-position: -546px -458px; }

.playButton span {
  display: block; }

.homepage .playButton .image {
  background: url("../images/sprite.png") no-repeat -49px -25px; }

.homepage .playButton span {
  display: block; }

/* scroll button */
.scrollButton,
.backToTop {
  font-size: 1.714em;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  top: 75%;
  position: relative;
  width: 300px;
  margin: 55px auto 0; }

.scrollButton:hover,
.backToTop:hover {
  text-decoration: underline; }

.scrollButton .image,
.backToTop .image {
  background: url("../images/scrollButton.png");
  background-size: contain;
  width: 49px;
  height: 49px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }

.scrollButton .animationHolder,
.backToTop .animationHolder {
  overflow: hidden;
  position: relative;
  height: 70px; }

.sustainabilityVideo .scrollButton {
  color: #444a56; }

.sustainabilityVideo .scrollButton .image {
  background-position: -553px -397px; }

/* share panel */
.sharePanel {
  position: absolute;
  top: 49px;
  right: 0;
  background: #fff;
  transition: right 0.5s;
  overflow: hidden; }

.homepage .sharePanel {
  bottom: 50px; }

.sharePanel a {
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  display: block;
  width: 58px;
  text-align: center;
  float: left;
  text-decoration: none;
  border: 1px solid #dee1d8; }

.sharePanel a span {
  display: block;
  width: 44px;
  margin: 7px auto 0;
  height: 44px;
  background: url("../images/sprite.png") no-repeat -184px -161px; }

.sharePanel .icons {
  white-space: nowrap;
  padding: 0 15px;
  float: left;
  display: none;
  background: #dae2ca; }

.sharePanel .icons a {
  width: 42px; }

.sharePanel .icons a span {
  width: 20px;
  height: 16px;
  margin-top: 21px; }

.sharePanel .icons a.facebook span {
  width: 11px;
  height: 21px;
  margin-top: 18px;
  background-position: -260px -174px; }

.sharePanel .icons a.facebook:hover span {
  background-position: -261px -149px; }

.sharePanel .icons a.twitter span {
  background-position: -296px -177px; }

.sharePanel .icons a.twitter:hover span {
  background-position: -296px -151px; }

.sharePanel .icons a.google span {
  width: 21px;
  height: 18px;
  margin-top: 20px;
  background-position: -328px -175px; }

.sharePanel .icons a.google:hover span {
  background-position: -328px -151px; }

.sharePanel .icons a.pinit span {
  width: 16px;
  height: 19px;
  margin-top: 20px;
  background-position: -357px -174px; }

.sharePanel .icons a.pinit:hover span {
  background-position: -357px -150px; }

.sharePanel .icons a.linkedin span {
  width: 17px;
  background-position: -382px -174px; }

.sharePanel .icons a.linkedin:hover span {
  background-position: -382px -149px; }

.sharePanel .icons .sep {
  display: block;
  float: left;
  width: 1px;
  height: 39px;
  margin-top: 10px;
  background: url("../images/sprite.png") no-repeat -284px -165px; }

#menu {
  height: 49px;
  max-width: 1600px;
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #bcbcbc; }

#menu.affix-top {
  position: absolute;
  bottom: 0;
  top: auto; }

#menu .menuScrollButton {
  display: none; }

#menu .searchButton {
  display: block;
  width: 30px;
  height: 24px;
  background: url("../images/sprite.png") no-repeat 0 -22px;
  float: right;
  margin-top: 12px;
  margin-right: 6px; }

#menu .logo {
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: contain;
  width: 250px;
  height: 22px;
  margin-top: 14px;
  float: left; }

#menu .container {
  padding: 0;
  position: static; }

#menu li {
  background: none; }

#menu .container > ul {
  text-transform: uppercase;
  list-style-type: none;
  float: left;
  margin-left: 5px; }

#menu .container > ul > li {
  float: left;
  height: 50px;
  padding: 0;
  line-height: 26px; }

#menu .container > ul > li > a {
  display: block;
  padding: 12px 5px;
  position: relative;
  font-weight: 300;
  text-decoration: none;
  font-size: 0.929em;
  color: #6c6c6c; }

#menu .container > ul > li.active > a {
  color: #ffffff; }

#menu .container > ul > li.rBorder {
  border-right: 1px solid #cdcdcd; }

#menu .container > ul > li .secondLevel {
  position: absolute;
  max-height: 0; }

#menu .container > ul > li.opened .secondLevel {
  max-height: 60px; }

#menu .container > ul > li.opened .secondLevel li a:hover {
  text-decoration: none;
  font-weight: bold; }

.secondLevel {
  width: 100%;
  height: 61px;
  background: #2c2f34;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  transition: max-height 0.3s;
  line-height: 50px; }

.secondLevel .innerContainer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.secondLevel .firstLevel {
  font-size: 2.151em;
  font-weight: 300;
  color: #91be3b;
  margin-top: 5px;
  margin-left: 18px;
  float: left; }

.secondLevel .firstLevel strong {
  font-weight: 600; }

.secondLevel ul {
  height: auto;
  float: left;
  list-style-type: none;
  margin-left: 60px;
  margin-top: 22px; }

.secondLevel ul > li {
  float: left;
  line-height: 16px;
  font-size: 1.071em;
  letter-spacing: 1px;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #5b7237; }

.secondLevel ul > li a {
  font-size: 1.071em;
  color: #ffffff;
  font-weight: 300;
  display: block;
  letter-spacing: 0; }

.secondLevel ul > .last {
  border-right: none; }

.secondLevel ul > .active a {
  font-weight: 700; }

body .loginButton {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -60px;
  border-left: 1px solid #41454c;
  text-align: right;
  width: 154px; }

body .loginButton span {
  position: absolute;
  right: 0;
  top: -11px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  display: block; }

body .loginButton .button {
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #2c2f34;
  font-size: 0.923em;
  font-weight: 400; }

body .loginButton .button:hover {
  background: #2c2f34;
  color: #fff;
  font-weight: 400;
  text-decoration: none; }

#footer .secondLevel {
  height: 60px; }

#footer .secondLevel .innerContainer {
  width: auto; }

#footer .secondLevel ul {
  margin: 10px 0 0;
  float: none;
  text-align: center; }

#footer .secondLevel ul > li {
  line-height: 35px;
  font-size: 1em;
  letter-spacing: 0;
  padding: 0;
  float: none;
  display: inline-block;
  border-color: #fff; }

#footer .secondLevel ul > li a {
  font-size: 1.786em;
  margin: 0;
  color: #fff;
  display: block;
  padding: 0 28px;
  position: static; }

#footer .secondLevel ul > li a:hover {
  text-decoration: none;
  font-weight: 600; }

#footer .secondLevel ul > li.active a:hover {
  font-weight: 700; }

/* Menu color definitions */
#menu .container > ul > .pink.active > a,
#menu .container > ul > .pink.opened > a,
#menu .container > ul > .pink > a:hover {
  background: #f4545f;
  color: #fff; }

#menu .container > ul > .pink .secondLevel .firstLevel {
  color: #f4545f; }

#menu .container > ul > .pink .secondLevel ul > li {
  border-color: #843f53; }

#menu .container > ul > .darkGreen.active > a,
#menu .container > ul > .darkGreen.opened > a,
#menu .container > ul > .darkGreen > a:hover {
  background: #07aa07;
  color: #fff; }

#menu .container > ul > .darkGreen .secondLevel .firstLevel {
  color: #07aa07; }

#menu .container > ul > .darkGreen .secondLevel ul > li {
  border-color: #07aa07; }

#menu .container > ul > .darkestGreen.active > a,
#menu .container > ul > .darkestGreen.opened > a,
#menu .container > ul > .darkestGreen > a:hover {
  background: #158437;
  color: #fff; }

#menu .container > ul > .lightGreen.active > a,
#menu .container > ul > .lightGreen.opened > a,
#menu .container > ul > .lightGreen > a:hover {
  background: #67c912;
  color: #fff; }

#menu .container > ul > .lightGreen .secondLevel .firstLevel {
  color: #67c912; }

#menu .container > ul > .lightGreen .secondLevel ul > li {
  border-color: #67c912; }

#menu .container > ul > .blue.active > a,
#menu .container > ul > .blue.opened > a,
#menu .container > ul > .blue > a:hover {
  background: #239dcc;
  color: #fff; }

#menu .container > ul > .blue .secondLevel .firstLevel {
  color: #239dcc;
  margin-left: 12px; }

#menu .container > ul > .blue .secondLevel ul {
  margin-left: 25px; }

#menu .container > ul > .blue .secondLevel ul > li {
  border-color: #239dcc; }

#menu .container > ul > .blue .secondLevel ul > li a {
  font-size: 0.938em; }

#menu .container > ul > .yellow.active > a,
#menu .container > ul > .yellow.opened > a,
#menu .container > ul > .yellow > a:hover {
  background: #d5b210;
  color: #fff; }

#menu .container > ul > .yellow .secondLevel .firstLevel {
  color: #d5b210; }

#menu .container > ul > .yellow .secondLevel ul > li {
  border-color: #d5b210; }

#menu .container > ul > .red.active > a,
#menu .container > ul > .red.opened > a,
#menu .container > ul > .red > a:hover {
  background: #d43106;
  color: #fff; }

#menu .container > ul > .red .secondLevel .firstLevel {
  color: #d43106; }

#menu .container > ul > .brown.active > a,
#menu .container > ul > .brown.opened > a {
  background: #775339;
  color: #fff; }

#menu .container > ul > .green.active > a,
#menu .container > ul > .green.opened > a,
#menu .container > ul > .green > a:hover {
  background: #91be3b;
  color: #fff; }

#menu .container > ul > .green .secondLevel .firstLevel {
  color: #91be3b; }

#menu .container > ul > .green .secondLevel ul > li {
  border-color: #91be3b; }

/* ---------------------- */
/* language select */
#menu .selectLanguage select,
#menu .dd-container {
  width: 79px;
  height: 22px;
  float: right;
  margin-top: 12px;
  right: 0;
  font-family: Arial;
  border: 1px solid #51b1e0;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1); }

#menu .selectLanguage select .dd-select,
#menu .dd-container .dd-select {
  width: 79px;
  height: 22px;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 0.857em;
  color: #6c6c6c;
  background: transparent !important; }

.selectLanguage {
  display: none; }

.selectLanguage.loaded {
  display: block; }

/* normal form select */
.fullSearchForm select,
.fullSearchForm .dd-container {
  width: 100%;
  height: 36px;
  border: 2px solid #229dcb;
  color: #229dcb; }

.fullSearchForm select select,
.fullSearchForm .dd-container select,
.fullSearchForm select .dd-select,
.fullSearchForm .dd-container .dd-select {
  width: 100%;
  height: 36px;
  cursor: pointer;
  margin: 0;
  font-size: 1.214em;
  background: transparent !important; }

#menu .dd-container img {
  position: absolute;
  left: 20px;
  top: 5px;
  border: 1px solid #c3c3c3; }

#menu .dd-container li {
  padding: 0;
  background: none; }

#menu .dd-container .dd-select .dd-selected {
  background: transparent;
  font-weight: normal;
  padding: 0 0 0 28px;
  line-height: 22px;
  width: 25px;
  border-right: 1px solid #51b1e0; }

#menu .dd-container .dd-select .dd-selected img {
  left: 9px;
  top: 6px;
  border: none; }

#menu .dd-container .dd-select a {
  text-decoration: none;
  color: #6c6c6c; }

#menu .dd-container .dd-select a label {
  color: #6c6c6c; }

#menu .dd-container .dd-pointer {
  background: none;
  width: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top-color: #51b1e0;
  right: 8px; }

#menu .dd-container .dd-pointer.dd-pointer-up {
  border-bottom-color: #51b1e0 !important; }

#menu .dd-container .dd-options {
  box-shadow: none;
  border-color: #51b1e0;
  padding: 10px 0;
  left: -1px;
  top: 23px; }

#menu .dd-container .dd-options li a {
  border: none;
  padding: 0 0 0 40px;
  line-height: 22px;
  color: #6c6c6c;
  position: relative;
  text-decoration: none; }

#menu .dd-container .dd-options li a label {
  font-weight: normal; }

#menu .dd-container .dd-options li .dd-option:hover,
#menu .dd-container .dd-options li .dd-option-selected {
  background: #51b1e0;
  color: #fff; }

/* search panel */
.searchPanel {
  width: 100%;
  height: 60px;
  background: #2c2f34;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 6;
  margin: 0 auto;
  left: 0;
  display: none; }

.searchPanel .container {
  position: static; }

.searchPanel form {
  width: 980px;
  height: 34px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto; }

.searchPanel form label {
  float: left;
  text-transform: uppercase;
  font-size: 250%;
  color: #f78b17;
  font-weight: 600;
  margin-left: 155px;
  margin-right: 28px;
  line-height: 34px; }

.searchPanel form .searchInput {
  float: left; }

.searchPanel form .searchInput .leftBorder {
  float: left;
  width: 7px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat 0 -95px; }

.searchPanel form .searchInput .textInput {
  float: left;
  height: 34px;
  width: 457px;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 0.929em;
  color: #6c6c6c;
  -webkit-appearance: none;
  border-radius: 0; }

.searchPanel form .searchInput .submitInput {
  float: left;
  width: 32px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -8px -95px;
  font-family: 'Arial', sans-serif;
  font-size: 0.929em;
  color: #6c6c6c;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

.searchPanel form .cancel {
  display: block;
  float: left;
  width: 14px;
  height: 13px;
  background: url("../images/sprite.png") no-repeat -30px -22px;
  margin-top: 10px;
  margin-left: 19px; }

/* full search form */
.fullSearchForm {
  margin-top: 50px;
  margin-bottom: 79px;
  border-top: 1px solid #229dcb;
  border-bottom: 1px solid #229dcb;
  padding-top: 23px;
  padding-bottom: 40px; }

.fullSearchForm label {
  display: block;
  margin-left: 20px;
  font-size: 1.143em;
  font-weight: 600;
  margin-bottom: 17px; }

.fullSearchForm .searchText {
  width: 312px;
  height: 36px;
  border: 2px solid #229dcb;
  font-size: 1.214em;
  font-weight: 600;
  color: #229dcb;
  line-height: 36px;
  padding: 0 15px 0 10px; }

.fullSearchForm .submitInput {
  float: right;
  width: 219px;
  height: 40px;
  background: #229dcb;
  color: #fff;
  cursor: pointer;
  margin-top: 40px; }

.resultsNumber {
  font-size: 1.643em;
  text-transform: uppercase;
  margin: 0 20px 12px; }

.searchResult {
  margin-bottom: 60px; }

.searchResult h2 {
  font-size: 1.357em;
  font-weight: 800;
  margin-bottom: 13px; }

/* split click */
.splitClick {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.splitClick > ul {
  width: 100%;
  height: 680px;
  list-style-type: none;
  position: relative;
  overflow: hidden; }

.splitClick > ul > li {
  width: 33.333333333333333333333333333%;
  height: 100%;
  float: left;
  overflow: hidden;
  transition: width 0.5s; }

.splitClick > ul > li.opened {
  width: 50%; }

.splitClick > ul > li.closed {
  width: 25%; }

.splitClick > ul > li .splitClickContent {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 50%;
  cursor: pointer; }

.splitClick > ul > li .splitClickContent .bgTransition {
  background: url("../images/sprite.png") no-repeat -305px -223px;
  width: 122px;
  height: 448px;
  position: absolute;
  top: 30px;
  left: 12%; }

.splitClick > ul > li .splitClickContent h2 {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 210px;
  left: 0;
  right: 34%;
  font-size: 4.286em;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -3px;
  line-height: 50px; }

.splitClick > ul > li .splitClickContent h2 strong {
  font-size: 1.133em;
  font-weight: 600; }

.splitClick > ul > li .splitClickContent h2 img {
  max-width: 70%; }

.splitClick > ul > li .splitClickContent .content {
  position: absolute;
  top: 205px;
  right: 35px;
  left: 0;
  display: none; }

.splitClick > ul > li .splitClickContent .content p {
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  font-size: 133.4%;
  color: #ffffff;
  position: absolute;
  top: 160px;
  left: 52%;
  line-height: 24px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.23); }

.splitClick > ul > li .splitClickContent .content p:first-child {
  top: 0; }

.splitClick > ul > li .splitClickContent .submenu {
  position: absolute;
  top: 0;
  left: 14%;
  right: 54%;
  margin: 160px 0 0; }

.splitClick > ul > li .splitClickContent .submenu li {
  float: none;
  width: auto; }

.splitClick > ul > li.opened .splitClickContent .content {
  display: block; }

#yellowFlower > div {
  background: url("../images/bg/yellowFlower.jpg") no-repeat center center;
  background-size: cover; }

#purpleFlower > div {
  background: url("../images/bg/purpleFlower.jpg") no-repeat center center;
  background-size: cover; }

#greenCactusLeaf > div {
  background: url("../images/bg/greenCactusLeaf.jpg") no-repeat center center;
  background-size: cover; }

.infoBanner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/bg/spinnedLeaf.jpg") no-repeat center center #6c8331;
  background-size: cover;
  position: relative; }

.infoBanner .container {
  padding-top: 0;
  padding-bottom: 50px; }

.infoBanner .introText img {
  display: block; }

.infoBanner .bgTransition {
  background: url("../images/sprite.png") no-repeat -305px -223px;
  width: 122px;
  height: 448px;
  position: absolute;
  top: 0px;
  left: 8px;
  opacity: 0.55;
  filter: alpha(opacity=55); }

.infoBanner .bgLine {
  width: 887px;
  height: 1px;
  position: relative;
  top: 32px;
  left: 0;
  margin-left: 20px;
  background: #ffffff; }

.infoBanner .productList {
  list-style-type: none;
  position: relative;
  float: right;
  right: 0;
  margin: -20px 0 0 0; }

.infoBanner .productList li {
  text-transform: uppercase;
  float: left;
  font-size: 1.771em;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  background: none;
  margin: 0 0 0 68px; }

.infoBanner .productList li a {
  color: #ffffff;
  display: block; }

.infoBanner .productList li .image,
.quarter .image .foodIcon,
.half .image .foodIcon,
.full .image .foodIcon,
.quarter .image .nutritionIcon,
.half .image .nutritionIcon,
.full .image .nutritionIcon,
.quarter .image .personalCareIcon,
.half .image .personalCareIcon,
.full .image .personalCareIcon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: url("../images/sprite.png") no-repeat -432px -242px;
  width: 106px;
  height: 106px; }

#nutrition .image,
.quarter .image .nutritionIcon,
.half .image .nutritionIcon,
.full .image .nutritionIcon {
  background-position: -432px -350px;
  width: 108px;
  height: 107px; }

#personal .image,
.quarter .image .personalCareIcon,
.half .image .personalCareIcon,
.full .image .personalCareIcon {
  background-position: -431px -459px;
  width: 110px;
  height: 110px; }

.button,
.customfile-upload {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  background: #898989;
  border: 1px solid #898989;
  font-size: 0.714em;
  padding: 0 18px;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: 23px;
  color: #ffffff; }

.button.button--big {
  padding: 10px 18px;
  font-size: 0.9em;
  margin-bottom: 15px; }

.button.button--big.left {
  margin-right: 20px; }

.button.button--big.right {
  margin-left: 20px; }

.button--center {
  text-align: center;
  clear: both; }

.button:hover,
.customfile-upload:hover {
  color: #898989;
  background: #fff !important; }

.button span,
.customfile-upload span {
  margin-left: 26px;
  display: block; }

.button.fright,
.customfile-upload.fright {
  padding: 9px;
  width: 200px;
  text-align: center;
  font-size: 1.143em;
  line-height: 18px;
  margin: 25px 0 0; }

/* frames definition */
.quarter,
.half,
.full {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  display: block;
  position: relative;
  color: #4e4e4e;
  overflow: hidden; }

.quarter.last,
.half.last,
.full.last {
  margin-right: 0; }

.u-halfTabUp.last + .u-halfTabUp,
.u-halfTabUp.last + .quarter,
.u-halfTabUp.last + .half,
.u-halfTabUp.last + .full,
.quarter.last + .u-halfTabUp,
.quarter.last + .quarter,
.quarter.last + .half,
.quarter.last + .full,
.half.last + .u-halfTabUp,
.half.last + .quarter,
.half.last + .half,
.half.last + .full,
.full.last + .u-halfTabUp,
.full.last + .quarter,
.full.last + .half,
.full.last + .full {
  clear: both; }

.quarter.linkedIn,
.half.linkedIn,
.full.linkedIn {
  background: #72a3c9; }

.quarter.facebook,
.half.facebook,
.full.facebook {
  background: #91be3b; }

.quarter.twitter,
.half.twitter,
.full.twitter {
  background: #6a6a6a; }

.quarter .image,
.half .image,
.full .image {
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  margin-bottom: 15px; }

.quarter .image img,
.half .image img,
.full .image img {
  max-width: 100%;
  min-width: 100%;
  display: block; }

.quarter .image.topIntend,
.half .image.topIntend,
.full .image.topIntend {
  margin-top: 50px; }

.quarter .image.fullSize,
.half .image.fullSize,
.full .image.fullSize {
  height: 100%;
  margin: 0; }

.quarter .image.fullSize + h3,
.half .image.fullSize + h3,
.full .image.fullSize + h3 {
  margin-top: 15px; }

.quarter .image .playButton,
.half .image .playButton,
.full .image .playButton {
  display: block;
  width: 92px;
  height: 92px;
  background: url("../images/sprite.png") no-repeat -7px -139px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  margin: -46px 0 0 -46px; }

.quarter .image:hover .playButton,
.half .image:hover .playButton,
.full .image:hover .playButton {
  background-position: -493px -56px; }

.quarter .image .downloadButton,
.half .image .downloadButton,
.full .image .downloadButton {
  display: block;
  width: 56px;
  height: 56px;
  background: url("../images/sprite.png") no-repeat -99px -139px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px; }

.quarter .image .youtubeIco,
.half .image .youtubeIco,
.full .image .youtubeIco {
  display: block;
  width: 65px;
  height: 27px;
  background: url("../images/sprite.png") no-repeat -134px 0;
  position: absolute;
  right: 17px;
  bottom: 14px; }

.quarter .image .pinIt,
.half .image .pinIt,
.full .image .pinIt {
  background: url("../images/sprite.png") no-repeat -481px 0;
  width: 47px;
  height: 28px;
  position: absolute;
  bottom: 61px;
  left: 50%;
  margin-left: -24px; }

.quarter .image h3,
.half .image h3,
.full .image h3 {
  text-transform: uppercase;
  font-size: 2.301em;
  position: absolute;
  top: 26px;
  margin-top: 0;
  left: 9px;
  right: 160px;
  color: #454545;
  width: 270px;
  line-height: 28px;
  font-weight: 400; }

.quarter .image .verticalAlign,
.half .image .verticalAlign,
.full .image .verticalAlign {
  position: absolute;
  width: 100%;
  height: 230px;
  width: 230px;
  text-align: center;
  display: table;
  left: 0; }

.quarter .image .verticalAlign > *,
.half .image .verticalAlign > *,
.full .image .verticalAlign > * {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.quarter .image .verticalAlign h4,
.half .image .verticalAlign h4,
.full .image .verticalAlign h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.357em;
  padding: 0 10px;
  line-height: 20px; }

.quarter .image .verticalAlign.imageCover,
.half .image .verticalAlign.imageCover,
.full .image .verticalAlign.imageCover {
  background: rgba(0, 0, 0, 0.6);
  top: 0; }

.quarter .image .foodIcon,
.half .image .foodIcon,
.full .image .foodIcon,
.quarter .image .nutritionIcon,
.half .image .nutritionIcon,
.full .image .nutritionIcon,
.quarter .image .personalCareIcon,
.half .image .personalCareIcon,
.full .image .personalCareIcon {
  position: absolute;
  bottom: -47px;
  left: 50%;
  margin-left: -53px; }

.quarter .image.withIcon,
.half .image.withIcon,
.full .image.withIcon {
  margin-bottom: 60px; }

.quarter iframe,
.half iframe,
.full iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.quarter p,
.half p,
.full p {
  margin: 0 20px 15px; }

.quarter p.date,
.half p.date,
.full p.date {
  color: #91be3b;
  font-weight: 600;
  margin-bottom: 8px; }

.quarter p.fullName,
.half p.fullName,
.full p.fullName {
  font-weight: 800;
  margin-bottom: 6px; }

.quarter.biggerLineHeight,
.half.biggerLineHeight,
.full.biggerLineHeight {
  line-height: 24px; }

.quarter.linkedIn,
.half.linkedIn,
.full.linkedIn,
.quarter.facebook,
.half.facebook,
.full.facebook,
.quarter.twitter,
.half.twitter,
.full.twitter {
  color: #fff;
  text-align: center; }

.quarter.linkedIn .arrowItem,
.half.linkedIn .arrowItem,
.full.linkedIn .arrowItem,
.quarter.facebook .arrowItem,
.half.facebook .arrowItem,
.full.facebook .arrowItem,
.quarter.twitter .arrowItem,
.half.twitter .arrowItem,
.full.twitter .arrowItem {
  margin-top: 0;
  background-position: -1492px 3px; }

.quarter.linkedIn .button,
.half.linkedIn .button,
.full.linkedIn .button,
.quarter.facebook .button,
.half.facebook .button,
.full.facebook .button,
.quarter.twitter .button,
.half.twitter .button,
.full.twitter .button {
  display: block;
  background: url("../images/sprite.png") no-repeat -296px 0;
  text-decoration: none;
  margin: 45px auto 18px;
  width: 89px;
  height: 26px;
  line-height: 26px;
  border: none;
  font-weight: 400;
  padding: 0; }

.quarter.linkedIn h3,
.half.linkedIn h3,
.full.linkedIn h3,
.quarter.facebook h3,
.half.facebook h3,
.full.facebook h3,
.quarter.twitter h3,
.half.twitter h3,
.full.twitter h3 {
  text-transform: uppercase;
  font-size: 1.286em;
  margin: 0 20px;
  font-weight: 400; }

.quarter.linkedIn p,
.half.linkedIn p,
.full.linkedIn p,
.quarter.facebook p,
.half.facebook p,
.full.facebook p,
.quarter.twitter p,
.half.twitter p,
.full.twitter p {
  color: #fff; }

.quarter.linkedIn,
.half.linkedIn,
.full.linkedIn {
  text-align: left; }

.quarter.linkedIn p.date,
.half.linkedIn p.date,
.full.linkedIn p.date {
  color: #fff;
  font-weight: 400;
  font-size: 0.857em;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff; }

.quarter.linkedIn .button,
.half.linkedIn .button,
.full.linkedIn .button {
  background-position: -199px 0;
  position: relative;
  width: 97px;
  height: 27px;
  line-height: 27px;
  color: #3d5a9c;
  margin-top: 17px;
  text-align: center; }

.quarter.linkedIn .button .IN-widget,
.half.linkedIn .button .IN-widget,
.full.linkedIn .button .IN-widget {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.quarter.linkedIn span,
.half.linkedIn span,
.full.linkedIn span {
  margin-left: 26px;
  display: block; }

.quarter.facebook p,
.half.facebook p,
.full.facebook p,
.quarter.twitter p,
.half.twitter p,
.full.twitter p {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 10px 0; }

.quarter.facebook p.date,
.half.facebook p.date,
.full.facebook p.date,
.quarter.twitter p.date,
.half.twitter p.date,
.full.twitter p.date {
  color: #fff;
  font-size: 0.857em;
  margin: 30px 20px 20px;
  padding: 0;
  border: 0; }

.quarter.facebook h3,
.half.facebook h3,
.full.facebook h3,
.quarter.twitter h3,
.half.twitter h3,
.full.twitter h3 {
  margin-top: 20px; }

.quarter.facebook h3 + .date,
.half.facebook h3 + .date,
.full.facebook h3 + .date,
.quarter.twitter h3 + .date,
.half.twitter h3 + .date,
.full.twitter h3 + .date {
  margin-top: 5px; }

.quarter.facebook .button,
.half.facebook .button,
.full.facebook .button {
  color: #3d5a9c; }

.quarter.facebook .button span,
.half.facebook .button span,
.full.facebook .button span {
  margin-left: 36px; }

.quarter.twitter .button,
.half.twitter .button,
.full.twitter .button {
  background-position: -385px 0;
  width: 96px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  margin-top: 5px; }

.quarter.twitter .button span,
.half.twitter .button span,
.full.twitter .button span {
  margin-left: 6px; }

.quarter.downloadBrochure p,
.half.downloadBrochure p,
.full.downloadBrochure p {
  margin: 60px 20px 40px; }

.quarter.slideshare iframe,
.half.slideshare iframe,
.full.slideshare iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.quarter .image h3 {
  left: 0;
  right: 0; }

.whiteBlock {
  background: #fff;
  padding: 40px 14px;
  margin-bottom: 20px;
  box-sizing: border-box; }

.whiteBlock h2 {
  margin: 0 8px;
  line-height: 48px; }

.whiteBlock h3 {
  margin-bottom: 30px; }

.whiteBlock ul,
.whiteBlock ul.textIntend {
  margin-left: 26px;
  margin-right: 26px; }

.whiteBlock ul li,
.whiteBlock ul.textIntend li {
  margin-bottom: 12px; }

.whiteBlock > .image,
.whiteBlock .iconMenu {
  height: 170px;
  margin: -10px 0 25px; }

.whiteBlock .iconMenu {
  padding: 0 10px;
  text-align: center; }

.whiteBlock .iconMenu .picots {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: 28px; }

.whiteBlock .image .playButton {
  width: 120px;
  background: none;
  text-align: center;
  margin-top: -50px;
  margin-left: -60px; }

.whiteBlock .image .playButton .image {
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  background-size: auto;
  background-position: -120px -231px; }

.arrowItem,
.downloadLink {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  padding-left: 15px;
  background: url("../images/sprite.png") no-repeat -1427px -77px; }

.arrowItem:hover,
.downloadLink:hover {
  text-decoration: underline; }

.arrowItem span,
.downloadLink span {
  display: block;
  float: left;
  width: 7px;
  height: 9px;
  margin: 5px 8px 0 0; }

.downloadLink {
  line-height: 23px;
  background: none;
  margin: 0 0 15px 0; }

.downloadLink:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  vertical-align: middle;
  background: url("../images/sprite.png") no-repeat; }

.downloadLink + * {
  margin-bottom: 40px; }

.downloadLinksInLine {
  margin-top: 34px; }

.downloadLinksInLine .downloadLink {
  position: relative;
  display: inline-block;
  color: #d5b20f;
  font-size: 0.786em;
  font-weight: 800;
  line-height: 14px;
  margin-right: 46px;
  margin-top: 34px;
  margin-bottom: 0; }

.downloadLinksInLine .downloadLink:before {
  margin-top: 2px; }

.equalHeight > .equalHeightRow {
  position: relative; }

.equalHeight > .equalHeightRow .quarter {
  position: static; }

.equalHeight > .equalHeightRow .quarter .arrowItem {
  bottom: 30px; }

.equalHeight > .equalHeightRow .quarter.thirdOnTablet {
  position: relative; }

.equalHeight > .equalHeightRow .quarter.thirdOnTablet .arrowItem {
  bottom: 0; }

.equalHeight > .equalHeightRow .quarter .image img,
.equalHeight > .equalHeightRow .quarter > img {
  width: 230px; }

.news .equalHeight > .equalHeightRow .quarter .arrowItem {
  bottom: 12px; }

.equalHeight {
  position: relative; }

.equalHeight,
.equalHeightTablet {
  display: table;
  border-spacing: 10px;
  margin-bottom: 20px;
  border-collapse: collapse; }

.equalHeight > .equalHeightRow,
.equalHeightTablet > .equalHeightRow {
  display: table-row; }

.equalHeight > .equalHeightRow > *,
.equalHeightTablet > .equalHeightRow > * {
  vertical-align: top;
  display: table-cell;
  float: none; }

.equalHeight > .equalHeightRow > * .arrowItem,
.equalHeightTablet > .equalHeightRow > * .arrowItem {
  position: absolute;
  bottom: 0;
  margin-top: 0; }

.equalHeight > .equalHeightRow > * .downloadLink + *,
.equalHeightTablet > .equalHeightRow > * .downloadLink + *,
.equalHeight > .equalHeightRow > * .arrowItem + *,
.equalHeightTablet > .equalHeightRow > * .arrowItem + * {
  margin-bottom: 40px; }

.equalHeight > .equalHeightRow > *.half,
.equalHeightTablet > .equalHeightRow > *.half {
  padding-bottom: 25px; }

.equalHeight > .equalHeightRow > *.half img,
.equalHeightTablet > .equalHeightRow > *.half img {
  margin-left: 0;
  margin-right: 0; }

.equalHeight > .equalHeightRow > *.half img.picots,
.equalHeightTablet > .equalHeightRow > *.half img.picots {
  margin: 0 auto; }

.equalHeight > .equalHeightRow > *.half img:last-child,
.equalHeightTablet > .equalHeightRow > *.half img:last-child {
  margin-bottom: -15px; }

.equalHeight > .equalHeightRow > *.quoteBlock,
.equalHeightTablet > .equalHeightRow > *.quoteBlock {
  position: relative; }

.equalHeight > .equalHeightRow > *.quoteBlock .image,
.equalHeightTablet > .equalHeightRow > *.quoteBlock .image {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover; }

.equalHeight > .equalHeightRow > *.quoteBlock p,
.equalHeightTablet > .equalHeightRow > *.quoteBlock p {
  margin-left: 230px; }

.equalHeight > .equalHeightRow > *.quoteBlock .author,
.equalHeightTablet > .equalHeightRow > *.quoteBlock .author {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 10px; }

.equalHeight > .equalHeightRow > * .date + p,
.equalHeightTablet > .equalHeightRow > * .date + p {
  margin-bottom: 40px; }

.equalHeight > .equalHeightRow .separateur,
.equalHeightTablet > .equalHeightRow .separateur {
  width: 20px; }

.half,
.full {
  width: 480px; }

.half > h3,
.full > h3 {
  margin: 0 20px 10px; }

.half > h4,
.full > h4 {
  font-weight: 600;
  margin: 0 16px 23px;
  text-transform: uppercase; }

.half > ul,
.full > ul {
  margin: 0 26px 35px 40px;
  list-style-type: none; }

.half > ul > li,
.full > ul > li {
  clear: both;
  margin-bottom: 15px;
  padding-left: 20px; }

.half > ul.textIntend,
.full > ul.textIntend {
  margin-right: 26px;
  margin-left: 26px; }

.half > ul.textIntend li,
.full > ul.textIntend li {
  padding: 0;
  text-indent: 34px; }

.half > img,
.full > img {
  max-width: 100%;
  display: block;
  margin: 0 0 15px; }

.half > .downloadLink,
.full > .downloadLink {
  position: relative;
  margin-top: 30px; }

.half.bordered,
.full.bordered {
  border: 1px solid;
  min-height: 163px;
  padding: 30px 40px 35px; }

.half.bordered h3,
.full.bordered h3 {
  font-weight: 400;
  margin: 0 0 15px; }

.half.bordered p,
.full.bordered p {
  margin-left: 0;
  margin-bottom: 15px; }

.half.productList,
.full.productList {
  border: 1px solid #f29400;
  border-width: 1px 0;
  padding: 20px 0 3px; }

.half.productList h3,
.full.productList h3 {
  margin: 0 20px 40px; }

.half.productList > ul,
.full.productList > ul {
  list-style-type: none;
  margin: 0 20px; }

.half.productList > ul > li,
.full.productList > ul > li {
  background: none;
  float: left;
  margin: 0 0 22px 22px;
  padding: 0;
  clear: none; }

.half.productList > ul > li a,
.full.productList > ul > li a {
  display: block;
  font-size: 0; }

.half.productList > ul > .firstOnLine,
.full.productList > ul > .firstOnLine {
  display: block;
  clear: both;
  margin-left: 0; }

.half.bottomBordered,
.full.bottomBordered {
  border-bottom: 1px solid; }

.half.bottomIntend,
.full.bottomIntend {
  margin-bottom: 55px; }

.half p,
.full p {
  color: #4a4a4a; }

.half .quarter,
.full .quarter {
  margin-top: 20px; }

.half .image h3,
.full .image h3 {
  left: 29px;
  right: 180px; }

.full {
  float: none;
  width: auto;
  margin-right: 0; }

.natArom {
  display: block;
  text-decoration: none; }

.natArom strong {
  font-weight: 800; }

.natArom .small {
  font-size: 0.75em; }

.natArom .tm {
  font-size: 0.16em; }

.natArom .natAromLogo {
  background: url("../images/sprite.png") no-repeat; }

div.natArom,
a.natArom {
  font-size: 2.3em;
  letter-spacing: -1px;
  font-weight: 400; }

div.natArom .natAromLogo,
a.natArom .natAromLogo {
  width: 11px;
  height: 13px;
  display: inline-block;
  margin-bottom: 21px; }

h2.natArom {
  margin: 0 16px 35px;
  text-transform: none;
  font-size: 4em; }

h2.natArom .natAromLogo {
  width: 20px;
  height: 23px;
  display: inline-block;
  margin-bottom: 29px;
  position: relative;
  right: 13px; }

.quarter .natArom {
  margin: 0 0 5px 21px; }

.quarter p.natAromParagraph {
  text-transform: uppercase;
  margin: 0 10px 30px; }

.quarter .downloadLink {
  position: relative;
  margin-top: 18px; }

.quarter.bigInner .natArom {
  margin: 0 0 5px 48px; }

.quarter.bigInner p.natAromParagraph {
  margin-left: 50px; }

.quarter.bigInner .image {
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto; }

.quarter .directAccess {
  font-size: 1.857em;
  font-weight: 600;
  line-height: 28px;
  margin-top: 8px; }

.quarter h3 {
  margin: 0 20px 20px; }

.quarter > h4 {
  font-weight: bold; }

a.quarter > img {
  max-width: 100%; }

a.quarter:hover {
  text-decoration: none; }

a.quarter:hover .image,
.quarter .image.highlighted:hover {
  box-sizing: border-box;
  border: 2px solid #ff9500; }

a.quarter:hover h3 {
  color: #f29400; }

.activePage {
  padding-top: 160px;
  padding-bottom: 50px; }

.activePage .quarter .arrowItem {
  position: absolute;
  bottom: 28px; }

.activePage .quarter,
.activePage .half,
.activePage .full {
  height: 400px; }

.activePage .greenButton {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.714em;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  height: 24px;
  background: #91be3b;
  padding: 0 20px;
  margin: 0;
  position: relative;
  top: -9px; }

.activePage .greenButton:hover {
  text-decoration: underline; }

.activePage.hasGoogleForm {
  padding-top: 110px; }

.homepage .activePage {
  padding-top: 30px;
  padding-bottom: 60px; }

.qualityPresentation {
  position: relative; }

.qualityPresentation .fullscreener {
  cursor: pointer;
  display: block;
  content: ' ';
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 530px;
  background: transparent; }

.qualityPresentation iframe {
  width: 100%;
  height: 530px; }

.qualityPresentation .cancel {
  display: none; }

.qualityPresentation.fullscreen iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.qualityPresentation.fullscreen .cancel {
  z-index: 12;
  display: inline;
  color: #828282;
  font-size: 3em;
  font-weight: 300;
  line-height: 16px;
  position: fixed;
  right: 9px;
  top: 9px; }

.qualityPresentation.fullscreen .cancel:hover {
  text-decoration: none;
  color: #333; }

table {
  border: 2px solid;
  border-collapse: collapse;
  color: #575959;
  margin-bottom: 60px;
  width: 100%;
  background: #fff; }

table a {
  text-decoration: underline; }

table a:hover {
  text-decoration: none; }

table .thead {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 59px; }

table .thead td,
table .thead th {
  border: 1px solid;
  vertical-align: middle;
  padding: 0;
  font-weight: 600;
  border-bottom: 2px solid;
  font-size: 1.429em; }

table.smallText .thead {
  font-size: 1em; }

table tbody td,
table .tfoot td,
table tbody th,
table .tfoot th {
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
  padding: 5px 8px; }

table tbody th,
table .tfoot th {
  font-size: 1.071em;
  font-weight: 600;
  text-transform: uppercase; }

table tbody td,
table .tfoot td {
  font-size: 1.143em;
  font-weight: 400; }

table tbody th br,
table .tfoot th br,
table tbody td br,
table .tfoot td br {
  line-height: 35px; }

table tbody .upArrow::before,
table .tfoot .upArrow::before,
table tbody .downArrow::before,
table .tfoot .downArrow::before {
  content: ' ';
  display: inline-block;
  width: 34px;
  height: 24px;
  position: relative;
  top: 5px;
  background: url("../images/sprite.png") no-repeat;
  margin-right: 5px; }

table tbody .upArrow,
table .tfoot .upArrow {
  color: #159239; }

table tbody .upArrow::before,
table .tfoot .upArrow::before {
  background-position: -161px -203px; }

table tbody .downArrow,
table .tfoot .downArrow {
  color: #696969; }

table tbody .downArrow::before,
table .tfoot .downArrow::before {
  background-position: -265px -241px; }

table tbody.highlited,
table .tfoot.highlited,
table tbody .highlited,
table .tfoot .highlited {
  background: #f2f2f2; }

table tbody.highlited td,
table .tfoot.highlited td,
table tbody .highlited td,
table .tfoot .highlited td,
table tbody.highlited th,
table .tfoot.highlited th,
table tbody .highlited th,
table .tfoot .highlited th {
  font-weight: 800; }

body .container table tbody.strong th,
body .container table .tfoot.strong th,
body .container table tbody .strong th,
body .container table .tfoot .strong th,
body .container table tbody.strong td,
body .container table .tfoot.strong td,
body .container table tbody .strong td,
body .container table .tfoot .strong td {
  font-weight: 800;
  text-transform: uppercase; }

table.smallText tbody tr th,
table.smallText tbody tr td {
  font-size: 1.143em;
  padding: 25px 0 20px; }

table.smallText tbody tr td {
  font-weight: 600; }

table.smallText tbody tr th {
  font-weight: 800; }

table .tfoot {
  border-top: 2px solid; }

table tr.leftAlign td {
  text-align: left; }

table.flexibleHeight tbody tr {
  height: auto; }

table.flexibleHeight tbody tr td {
  padding-top: 20px;
  padding-bottom: 10px; }

table.moneyMovement {
  color: #505358; }

table.moneyMovement tbody tr td,
table.moneyMovement tbody tr th {
  font-size: 2.286em; }

table.moneyMovement tbody tr.thead td,
table.moneyMovement tbody tr.thead th {
  font-size: 1.429em; }

table.oneToThreeCols .thead {
  text-transform: none; }

table.oneToThreeCols .thead td {
  padding: 0;
  text-align: center;
  width: 21%; }

table.oneToThreeCols .thead td.titleColumn {
  width: 37%; }

table.oneToThreeCols tbody tr,
table.oneToThreeCols .tfoot {
  height: 47px; }

table.oneToThreeCols tbody tr th,
table.oneToThreeCols .tfoot th {
  text-align: left;
  padding-left: 3%; }

table.oneToThreeCols tbody tr td,
table.oneToThreeCols .tfoot td {
  text-align: right;
  padding-right: 7%; }

table .thead.noInnerBorder tr td,
table tbody.noInnerBorder tr td {
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px; }

table.noncase .thead,
table.noncase tbody tr th {
  text-transform: none; }

table.firstColLeft .thead td:first-child,
table.firstColLeft tbody tr th:first-child,
table.firstColLeft tbody tr td:first-child {
  text-align: left;
  padding-left: 25px; }

table.twoCols .thead td {
  width: 50%; }

table.userTable .thead,
table.userTable tbody tr td {
  height: auto;
  font-size: 1.071em; }

table.userTable .thead .titleColumn {
  width: 16.5%; }

table.userTable .thead .statut {
  width: 31.5%;
  text-align: left;
  padding-left: 17px; }

table.userTable .thead .age {
  width: 7.35%; }

table.userTable tbody tr th {
  text-transform: none; }

table.userTable th + td {
  text-align: left;
  padding-left: 17px; }

table.smallText {
  margin-bottom: 15px; }

table p.colored {
  font-weight: 600; }

.chiffresCles ~ .container table tbody tr th,
.chiffresCles ~ .midGrayWrapper table tbody tr th,
.chiffresCles ~ .container table tbody tr td,
.chiffresCles ~ .midGrayWrapper table tbody tr td {
  font-weight: 600;
  font-size: 1.143em;
  padding-top: 14px;
  padding-bottom: 11px; }

.formTable {
  display: table;
  width: 100%; }

.formTable > div {
  display: table-row; }

.formTable > div > div {
  display: table-cell;
  vertical-align: middle; }

.crossedIcon {
  text-align: center;
  position: relative;
  margin: 0 -15px 20px; }

.crossedIcon .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-bottom: 2px solid #68c812; }

.crossedIcon img {
  position: relative; }

.whiteBlock .crossedIcon {
  margin: -15px -14px 15px; }

.pageSelector {
  text-align: center;
  font-size: 1.125em;
  color: #6c6d6e;
  margin-bottom: 21px; }

.pageSelector * {
  display: inline-block; }

.pageSelector .leftArrow,
.pageSelector .rightArrow {
  width: 8px;
  height: 13px;
  background: url("../images/sprite.png") no-repeat;
  position: relative;
  top: 2px; }

.pageSelector .leftArrow {
  margin-right: 37px; }

.pageSelector .rightArrow {
  margin-left: 37px; }

.pageSelector input {
  text-align: center;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  border: 1px solid;
  font-weight: 600;
  margin: 0 7px; }

/* Definitions of differnt background images in content */
.grayWrapper {
  background: #f5f5f5; }

.darkGrayWrapper {
  background: #efeded; }

.darkGrayWrapper .pageControls {
  bottom: 50px; }

.midGrayWrapper {
  background: #eeeeee; }

.darkerGrayWrapper {
  background: #e4e7ea; }

.lightPurpleWrapper {
  background: #dac5da; }

.lightPurpleWrapper .container {
  padding-top: 45px;
  padding-bottom: 16px; }

.lightPurpleWrapper .container .thirdOnTablet {
  padding-top: 3px; }

.lightPurpleWrapper .container .thirdOnTablet .date + p {
  margin-top: 20px; }

.lightPurpleWrapper .container .thirdOnTablet .arrowItem {
  font-weight: 600; }

.topBorder,
.lightDarkWrapper {
  border-top: 1px solid #5a5a5a; }

.topBorder .container,
.lightDarkWrapper .container {
  padding-top: 50px;
  padding-bottom: 30px; }

.topBorder .pageControls {
  position: relative;
  bottom: 0;
  margin: 30px 0; }

.topBorder .smallerTopIntend {
  padding-bottom: 100px; }

.topBorder .smallerBottomIntend {
  padding-bottom: 30px; }

.lightDarkWrapper {
  border: none;
  background: #e3e3e3; }

.lightDarkWrapper p {
  color: #6e6e6e; }

body .lightDarkWrapper.pageMainText {
  border-bottom: none; }

body .lightDarkWrapper.pageMainText .container {
  padding-top: 90px;
  padding-bottom: 100px; }

body .lightDarkWrapper.pageMainText div.quoteBlock {
  background: transparent; }

.grain {
  background: #e0df80 url("../images/bg/grain.jpg") no-repeat center center;
  background-size: cover; }

.boxes {
  background: #c48648 url("../images/bg/boxes.jpg") no-repeat center center;
  background-size: cover; }

.boxes .container > h2 {
  color: #fff; }

.boxes .container .whiteBlock {
  background: rgba(255, 255, 255, 0.85); }

.boy .submenu,
.girl .submenu,
.runningGirl .submenu,
.dropFall .submenu {
  width: 554px;
  margin-left: 20px; }

.boy .submenu li,
.girl .submenu li,
.runningGirl .submenu li,
.dropFall .submenu li {
  background: none; }

.boy .submenu li a,
.girl .submenu li a,
.runningGirl .submenu li a,
.dropFall .submenu li a {
  color: #434343;
  padding: 23px 22px 23px 0;
  position: rleative; }

.boy .submenu li a:after,
.girl .submenu li a:after,
.runningGirl .submenu li a:after,
.dropFall .submenu li a:after {
  display: block;
  background: url("../images/sprite.png") no-repeat;
  content: ' ';
  height: 21px;
  position: absolute;
  right: 0;
  width: 21px;
  bottom: 22px; }

.boy {
  background-color: #fff;
  position: relative;
  overflow: hidden; }

.boy .bg {
  width: 40.5%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0; }

.boy .submenu {
  border-color: #f7931d; }

.boy .submenu li a {
  border-color: #f7931d; }

.boy .submenu li a:after {
  background-position: -4px -724px; }

.girl {
  background-color: #fff;
  position: relative;
  overflow: hidden; }

.girl .bg {
  width: 39.9%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0; }

.girl .submenu li a:after {
  background-position: -64px -857px; }

.buds {
  background: #ffffff url("../images/bg/buds.jpg") no-repeat center left;
  background-size: contain; }

.quality .container {
  background: #ffffff url("../images/bg/man.jpg") no-repeat center right;
  background-size: contain; }

.quality .container .headerPanel {
  min-height: 350px;
  background: none; }

.quality .container .headerPanel h1 {
  color: #4f5051; }

.quality .container .headerPanel .submenu {
  border-color: #e43d67; }

.quality .container .headerPanel .submenu li {
  border-color: #e43d67; }

.quality .container .headerPanel .submenu li a {
  color: #e43d67; }

.quality .container .headerPanel .submenu li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  background: url("../images/sprite.png") no-repeat -64px -857px; }

body .quality .container .quoteBlock {
  width: 410px;
  text-align: left;
  margin: 0;
  padding: 27px 40px 20px 25px;
  position: absolute;
  right: 0;
  height: auto;
  bottom: 60px;
  background: rgba(255, 255, 255, 0.75); }

body .quality .container .quoteBlock p {
  text-indent: 75px;
  margin-top: 0;
  color: #775339;
  line-height: 18px;
  font-size: 1em;
  padding: 0; }

body .quality .container .quoteBlock .author {
  margin: 0; }

body .quality .container .quoteBlock .author .normal {
  font-weight: normal; }

body .quality .container .quoteBlock .topQuote,
body .quality .container .quoteBlock .bottomQuote {
  right: 10px;
  bottom: 50px;
  width: 49px;
  height: 37px;
  background-position: -1022px -190px; }

body .quality .container .quoteBlock .topQuote {
  left: 15px;
  top: 10px;
  background-position: -973px -190px; }

.runningGirl {
  background-color: #f4f8f9;
  position: relative;
  overflow: hidden; }

.runningGirl .bg {
  width: 41.6%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0; }

.runningGirl .submenu li a:after {
  background-position: -29px -793px; }

h3.natcreation {
  font-size: 2.357em;
  line-height: 34px;
  font-weight: 300;
  margin: 0 16px 26px; }

h3.natcreation strong {
  font-weight: 700; }

.fruits {
  background: #f5f5f5 url("../images/bg/fruits.jpg") no-repeat center center;
  background-size: cover; }

.papilon {
  background: #ffe6ec url("../images/bg/papilon.jpg") no-repeat center left;
  background-size: contain; }

.trees {
  background: #a19d78 url("../images/bg/trees.jpg") no-repeat center center;
  background-size: cover; }

.trees .whiteBlock {
  background: rgba(255, 255, 255, 0.85); }

.management {
  background: #dce7e8 url("../images/bg/management.jpg") no-repeat center center;
  background-size: cover; }

.container.timeline .next,
.container.timeline .prev {
  position: absolute !important;
  top: 50% !important;
  margin-top: -27px !important; }

.timeline h3 {
  color: #158437;
  margin: 60px 30px 50px;
  font-size: 1.857em; }

.timeline p {
  margin: 0 30px 20px;
  font-size: 1.286em; }

.timeline .pageControls {
  position: static;
  margin: 50px 0 -40px;
  width: 98%;
  margin-left: auto;
  margin-right: auto; }

.timeline .pageControls .centered {
  text-align: justify;
  height: 39px;
  border-bottom: 1px solid #73b587; }

.timeline .pageControls .centered:before {
  content: '';
  display: block;
  width: 100%; }

.timeline .pageControls .centered:after {
  content: '';
  display: inline-block;
  width: 100%; }

.timeline .pageControls a {
  display: inline-block;
  color: #7b7b7b;
  font-size: 1.071em;
  background: none;
  position: relative;
  width: auto; }

.timeline .pageControls a:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 21px;
  background: url("../images/sprite.png") no-repeat -1000px -1px;
  /*				&:after {
					width: 22px;
					height: 21px;
					background: url('../images/sprite.png') no-repeat -1000px -1px;
				}*/ }

.timeline .pageControls a.active {
  font-weight: 600; }

.timeline .pageControls a.active:after {
  background-position: -1022px -1px; }

.timeline .pageControls a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.timeline .pageControls a:first-child {
  margin-left: -6px; }

.timeline .pageControls a.last {
  margin-right: -5px; }

.breet {
  background: #fcfcfc url("../images/bg/breet.jpg") no-repeat bottom center;
  background-size: cover;
  border-bottom: 1px solid #747474;
  overflow: hidden; }

.dropFall {
  background: #f7f7f9 url("../images/bg/dropFall.jpg") no-repeat top right; }

.bourseGraph {
  background: #dbe5ef url("../images/bg/bourseGraph.jpg") no-repeat center center;
  background-size: cover; }

.purpleBloomFlowers {
  background: #f7f7f7 url("../images/bg/purpleBloomFlowers.jpg") no-repeat center center;
  background-size: cover; }

.greenBloom div.pageControls a,
.greenLeafBloom div.pageControls a,
.rose div.pageControls a {
  background-position: -702px -70px; }

.greenBloom div.pageControls a.active,
.greenLeafBloom div.pageControls a.active,
.rose div.pageControls a.active {
  background-position: -702px -85px; }

.greenBloom div.container > .next,
.greenLeafBloom div.container > .next,
.rose div.container > .next {
  background-position: -821px -301px; }

.greenBloom div.container > .prev,
.greenLeafBloom div.container > .prev,
.rose div.container > .prev {
  background-position: -766px -301px; }

.greenBloom div.container a.quarter:hover h3,
.greenLeafBloom div.container a.quarter:hover h3,
.rose div.container a.quarter:hover h3 {
  color: #4e4e4e; }

.greenBloom div.container a.quarter:hover .image,
.greenLeafBloom div.container a.quarter:hover .image,
.rose div.container a.quarter:hover .image {
  border-color: #d9d9d9; }

.rose {
  background: #fea1b1 url("../images/bg/rose.jpg") no-repeat center center;
  background-size: cover; }

.rose div.pageControls a.active {
  background-position: -735px -85px; }

.greenLeafBloom {
  background: #a3c064 url("../images/bg/greenLeafBloom.jpg") no-repeat center center;
  background-size: cover; }

.greenBloom {
  background: #a9d87e url("../images/bg/greenBloom.jpg") no-repeat center center;
  background-size: cover; }

.cactus {
  background: #f0f0f0 url("../images/bg/cactus.jpg") no-repeat center right;
  background-size: contain; }

.cocosOnBranch {
  background: url("../images/bg/cocosOnBranch.jpg") no-repeat bottom right;
  border-bottom: 1px solid #777777; }

.cocosOnBranch .half h3 {
  margin-bottom: 20px; }

.cocosOnBranch .half.last > * {
  margin-left: 50px;
  margin-right: 100px; }

.conifer {
  background: #ebedf2 url("../images/bg/conifer.jpg") no-repeat center center;
  background-size: cover; }

.bottomColorBordered {
  border-bottom: 1px solid; }

.aboveMap {
  padding: 30px 0 0; }

.aboveMap h2 {
  margin-bottom: 5px; }

.aboveMap h2:last-child {
  margin-bottom: 30px; }

.gmap {
  position: relative;
  height: 650px; }

.gmap .mapHeader {
  background: rgba(255, 255, 255, 0.6);
  color: #737373;
  line-height: 45px;
  position: relative;
  z-index: 1;
  padding: 17px 0 17px 5px; }

.gmap .mapHeader .container {
  padding: 0; }

.gmap .mapHeader h3 {
  float: left;
  padding: 0 0 0 40px;
  margin: 0 12px 0 50px;
  font-size: 2.143em;
  border-left: 1px solid #737373; }

.gmap .mapHeader h3:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 10px; }

.gmap .mapHeader h2 {
  text-align: left;
  margin: 0 18px;
  line-height: 24px;
  font-size: 1.357em; }

.gmap .mapHeader ul li {
  float: left;
  text-transform: uppercase;
  font-size: 1.071em;
  border-left: 1px solid #737373;
  list-style: none;
  height: 20px;
  background: none;
  padding: 0;
  line-height: 20px;
  margin-top: 14px; }

.gmap .mapHeader ul li:first-child {
  border-left: none; }

.gmap .mapHeader ul li a {
  padding: 0 10px;
  color: #737373; }

.gmap .legend {
  position: absolute;
  left: 35px;
  bottom: 25px;
  padding: 20px;
  z-index: 1;
  text-align: left;
  background: rgba(255, 255, 255, 0.6); }

.gmap .legend ul li {
  list-style: none;
  line-height: 34px; }

.gmap .legend ul li a {
  display: block; }

.gmap .legend ul li img {
  width: 30px;
  vertical-align: middle; }

.gmap .mapHolder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.gmap .infoWindow {
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 30px 25px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  z-index: 2;
  color: #474847;
  overflow: auto; }

.gmap .infoWindow h2 {
  overflow: hidden;
  font-size: 1.857em;
  border-bottom: 1px solid;
  padding: 0 0 5px;
  position: relative;
  text-transform: uppercase;
  top: -7px; }

.gmap .infoWindow .subheader {
  overflow: hidden;
  border-bottom: 1px solid;
  font-size: 1em;
  font-weight: bold;
  padding: 2px 0 9px;
  color: #707070; }

.gmap .infoWindow .subheader li {
  line-height: 38px;
  display: inline-block; }

.gmap .infoWindow .subheader li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.gmap .infoWindow .subheader.singleItem li {
  line-height: 76px; }

.gmap .infoWindow.limiter {
  bottom: 15px; }

.gmap .infoWindow.limiter .infoContent {
  overflow: auto;
  position: relative;
  height: 100%;
  margin-right: -15px; }

.gmap .infoWindow > p {
  padding: 0 8px 16px; }

.gmap .infoWindow > p:last-child {
  border-bottom: 1px solid; }

.gmap .infoWindow .fright {
  float: right;
  text-align: center;
  margin: 0 15px 20px 20px; }

.gmap .infoWindow .fright img {
  display: block; }

.gmap .infoWindow .fright p {
  margin: 5px 0 0;
  color: #707070;
  font-size: 0.857em; }

div.gmap .infoWindow .fright {
  margin-bottom: 10px; }

.gmap .infoWindow .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.000em;
  color: #828282;
  line-height: 16px;
  font-weight: 300;
  z-index: 99999;
  padding: 10px; }

.gmap .infoWindow .close:hover {
  color: #333;
  text-decoration: none; }

.gmap .infoWindow .news {
  border-bottom: 1px solid;
  font-size: 0.929em; }

.gmap .infoWindow .news li {
  position: relative;
  list-style: none; }

.gmap .infoWindow .news li h3 {
  width: 160px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  margin: 0 0 12px 0; }

.gmap .infoWindow .news li .textContent {
  margin-left: 175px; }

.gmap .infoWindow .news li p {
  margin-bottom: 12px; }

.gmap .infoWindow > h3 {
  padding: 0 0 6px 0;
  border-bottom: 1px solid;
  color: #888888;
  font-size: 1.143em; }

.gmap .infoWindow .half {
  width: 47%;
  font-size: 0.786em;
  color: #707070;
  margin: 25px 6% 0 0; }

.gmap .infoWindow .half.last {
  margin-right: 0; }

.gmap .infoWindow .half > img {
  margin: 0 14px 2px 6px; }

#header.gmap .mapHeader {
  margin-top: 50px; }

#header.communiquesDePresse .headerPanel,
#header.planDuSite .headerPanel,
#header.newsNaturex .headerPanel {
  padding-top: 25px; }

#header.gmap .mapHeader {
  margin-top: 50px; }

#header .headerPanel {
  padding-top: 50px; }

.quoteBlock {
  margin-bottom: 0;
  background: #fff;
  position: relative; }

.quoteBlock .image {
  width: 48%;
  top: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  position: absolute; }

.quoteBlock .topQuote {
  background: url("../images/sprite.png") no-repeat;
  width: 62px;
  height: 48px;
  position: absolute;
  top: 12px;
  right: 173px; }

.quoteBlock .bottomQuote {
  background: url("../images/sprite.png") no-repeat;
  width: 62px;
  height: 48px;
  display: inline-block;
  float: right; }

.quoteBlock p {
  font-size: 1.143em;
  margin: 48px 0 5px 48%;
  padding: 0 19px;
  text-indent: 60px;
  font-weight: 300;
  line-height: 19px;
  overflow: hidden;
  color: #565656; }

.quoteBlock .author {
  text-indent: 0;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 20px;
  color: #2c2f34;
  margin-top: 10px;
  padding-right: 60px;
  margin-bottom: 10px; }

.quoteBlock .author small {
  display: block;
  font-size: 0.857em;
  font-weight: normal; }

.quoteBlock.withoutImage .topQuote {
  left: 6px; }

.quoteBlock.withoutImage p {
  margin-bottom: 16px;
  margin-left: 0; }

.quoteBlock.withoutImage .author {
  position: static;
  margin-right: 80px;
  text-align: right; }

.quoteBlock.smallerText p {
  font-size: 1em;
  line-height: 19px; }

.contactBlock.half {
  background: #e6e6e6;
  margin-bottom: 69px; }

.contactBlock.half * {
  overflow: hidden; }

.contactBlock.half .image {
  width: 230px;
  height: 360px;
  float: left;
  margin: 0 27px 0 0; }

.contactBlock.half h3 {
  margin: 37px 0 58px; }

.contactBlock.half p {
  max-height: 200px; }

.contactBlock.half .arrowItem {
  position: relative;
  margin-left: 2px;
  padding-left: 22px;
  top: 20px; }

.contactBlock.half.biggerLineHeight .arrowItem {
  line-height: normal;
  top: 0;
  margin-left: 20px; }

.contactBlock.half .verticalAlign {
  position: absolute;
  top: 0;
  height: 360px;
  display: table;
  left: 257px;
  right: 0; }

.contactBlock.half .verticalAlign .inner {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.yellow .contactBlock.half p,
.yellow .contactBlock.half .arrowItem {
  color: #6b6b6b; }

.pageMainText {
  border-bottom: 1px solid;
  overflow: hidden; }

.pageMainText h3 {
  color: #464747;
  margin: 0 20px 16px; }

.pageMainText p {
  color: #838383; }

.pageMainText .quoteBlock p {
  color: #565656; }

.searchedList .half {
  border-bottom: 1px solid;
  width: 470px;
  margin-right: 40px;
  margin-bottom: 38px;
  padding-bottom: 40px; }

.searchedList .half.last {
  margin-right: 0; }

.searchedList .half .date {
  font-size: 0.857em;
  margin-bottom: 20px;
  font-weight: 800; }

.searchedList .half .image {
  float: left;
  width: 48.5%;
  margin-right: 20px; }

.searchedList .half .arrowItem {
  position: absolute;
  left: 227px;
  bottom: 20px;
  padding-left: 20px; }

.yellow .searchedList .half .arrowItem {
  bottom: 40px; }

.searchedList .half h3 {
  display: inline;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 1.143em;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 20px; }

.searchedList .half p {
  margin-right: 30px;
  max-height: 150px; }

.container .searchedList + h3 {
  margin-left: 0; }

.blue .pageMainText {
  border-bottom: none; }

.page {
  position: relative;
  height: auto;
  overflow: hidden; }

.retour {
  position: relative;
  display: inline-block;
  text-align: left;
  background: #f4a426;
  padding: 10px 66px;
  font-size: 1.214em;
  color: #ffffff;
  font-weight: 600; }

.retour .arrow {
  position: absolute;
  left: 43px;
  top: 15px;
  background: url("../images/sprite.png") no-repeat -354px -70px;
  width: 8px;
  height: 12px; }

.third,
.twoThirds {
  width: 314px;
  float: left;
  margin-right: 19px; }

.third.last,
.twoThirds.last {
  margin-right: 0; }

.twoThirds {
  width: 642px; }

/* 3 level sitemap list styles */
.sitemap .half {
  /* 1st level */
  /* 2nd level */
  /* 3rd level */ }

.sitemap .half ul {
  list-style-type: none; }

.sitemap .half ul li {
  background: none; }

.sitemap .half > ul,
.sitemap .half > ul > .homepageItem > ul {
  margin-left: 0; }

.sitemap .half > ul > li,
.sitemap .half > ul > .homepageItem > ul > li {
  width: 100%;
  padding: 18px 20px 0 22px;
  margin-bottom: 22px;
  border-top: 1px solid #016742; }

.sitemap .half > ul > li > a,
.sitemap .half > ul > .homepageItem > ul > li > a {
  color: #4a4b4c;
  font-size: 1.357em;
  font-weight: 800;
  text-transform: uppercase; }

.sitemap .half > ul > li:first-child {
  border-top: none; }

.sitemap .half > ul > .homepageItem {
  padding-left: 0; }

.sitemap .half > ul > .homepageItem > a {
  margin-left: 20px; }

.sitemap .half > ul > .homepageItem > ul {
  margin-top: 20px; }

.sitemap .half > ul > .homepageItem > ul > li {
  padding-left: 60px; }

.sitemap .half > ul > li:not(.homepageItem) > ul,
.sitemap .half > ul > .homepageItem > ul > li > ul {
  margin: 0 0 0 20px; }

.sitemap .half > ul > li:not(.homepageItem) > ul > li,
.sitemap .half > ul > .homepageItem > ul > li > ul > li {
  margin: 30px 0 0 0;
  padding-left: 0; }

.sitemap .half > ul > li:not(.homepageItem) > ul > li > a,
.sitemap .half > ul > .homepageItem > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 1.357em;
  font-weight: 600;
  color: #006540; }

.sitemap .half > ul > li:not(.homepageItem) > ul > li > a:before,
.sitemap .half > ul > .homepageItem > ul > li > ul > li > a:before {
  display: inline-block;
  width: 8px;
  height: 12px;
  content: ' ';
  background: url("../images/sprite.png") no-repeat -99px -214px;
  margin: 0 8px 1px 0; }

.sitemap .half > ul > li > ul > li > ul,
.sitemap .half > ul > .homepageItem > ul > li > ul > li > ul {
  margin: 30px 0 0 50px; }

.sitemap .half > ul > li > ul > li > ul > li,
.sitemap .half > ul > .homepageItem > ul > li > ul > li > ul > li {
  margin: 5px 0;
  padding-left: 0; }

.sitemap .half > ul > li > ul > li > ul > li > a,
.sitemap .half > ul > .homepageItem > ul > li > ul > li > ul > li > a {
  font-size: 1.143em;
  color: #4a4b4c;
  line-height: 14px; }

/* ------------------------------------ */
.finance {
  background: #b9d897 url("../images/bg/greenFilteredCity.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 40px; }

.finance .container {
  padding: 0; }

.finance .doubled {
  width: 646px; }

.finance .last {
  margin-right: 0; }

.finance h2 {
  text-transform: uppercase;
  font-size: 1.571em;
  font-weight: 600;
  color: #016742;
  width: 100%;
  border-bottom: 1px solid #016742;
  clear: both;
  letter-spacing: -1px;
  padding: 0 0 20px 0;
  margin: 50px 0 18px; }

.finance h2 a {
  color: #016742; }

.finance h2 span {
  display: block;
  float: left;
  width: 11px;
  height: 17px;
  background: url("../images/sprite.png") no-repeat -99px -197px;
  margin-top: 11px;
  margin-right: 11px; }

.finance .bottomLineWrapper {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  position: relative; }

.finance .contentPanel {
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  width: 276px;
  display: block;
  padding: 0 18px;
  height: 222px;
  color: #444444; }

.finance .contentPanel img {
  display: block;
  width: 100%; }

.finance .contentPanel span {
  display: none; }

.finance .contentPanel.personsPanel {
  padding: 0;
  width: 312px;
  height: auto;
  margin-right: 18px; }

.finance .contentPanel.production {
  padding: 0;
  width: 312px;
  height: auto;
  margin-bottom: 20px; }

.finance .contentPanel.coins {
  padding: 0;
  width: 312px;
  height: auto; }

.finance .contentPanel.bourse h3 {
  color: #016742;
  margin: 20px 5px 15px;
  font-weight: 400;
  font-size: 1.857em; }

.finance .contentPanel.bourse h4 {
  color: #696969;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 1.857em; }

.finance .contentPanel.bourse p {
  font-size: 0.857em;
  color: #696969;
  margin-bottom: 38px; }

.finance .contentPanel.bourse .shareValue {
  font-size: 2.857em;
  color: #016742; }

.finance .contentPanel.bourse .shareValue div {
  display: inline-block; }

.finance .contentPanel.bourse .shareValue .upArrow {
  background: url("../images/sprite.png") no-repeat -110px -195px;
  width: 44px;
  height: 25px; }

.finance .contentPanel.bourse .shareValue .downArrow {
  background: url("../images/sprite.png") no-repeat -259px -213px;
  width: 44px;
  height: 25px; }

.finance .contentPanel.bourse .shareValue .downArrow + .number {
  color: #696969; }

.finance .contentPanel.bourse .shareValue .number {
  width: 112px;
  text-align: right; }

.finance .contentPanel.bourse .shareValue .number:first-child {
  width: 120px;
  text-align: left; }

.finance .contentPanel.bourse:hover {
  text-decoration: none; }

.finance p {
  color: #4d4d4d;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 17px;
  font-weight: 300; }

.finance .news {
  margin-top: -10px; }

.finance .news li {
  background: none;
  padding: 0;
  list-style: none;
  color: #4d4d4d; }

.finance .news li h3 {
  font-size: 100%;
  margin: 0;
  font-weight: 400; }

.finance .news li a {
  text-decoration: none; }

.finance .news li a:hover {
  text-decoration: underline; }

.finance .bottomRightLink {
  border-bottom: 1px solid #016742;
  position: absolute;
  bottom: 0;
  left: 333px;
  margin: 0;
  width: 314px; }

.finance .bottomRightLink a:after {
  background-position: -40px -235px; }

.finance .third:first-child .bottomRightLink {
  left: 0; }

.finance .last .bottomRightLink {
  left: auto;
  right: 0;
  margin: 0; }

.bottomRightLink {
  display: block;
  text-align: right;
  color: #4d4d4d;
  margin: 40px 16px 0;
  padding-bottom: 19px;
  font-weight: 300; }

.bottomRightLink a {
  display: block;
  color: #4d4d4d;
  float: right; }

.bottomRightLink a:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/sprite.png") no-repeat -145px -979px;
  float: right;
  margin-left: 8px; }

.backToTop {
  top: 0;
  text-decoration: none;
  margin: -20px auto 0;
  padding-bottom: 45px;
  text-align: center; }

.backToTop span {
  font-size: 1em;
  color: #898989; }

.backToTop .image {
  background: url("../images/sprite.png") no-repeat -553px -250px; }

.gmap + .backToTop,
.topBorder + .backToTop,
.lightDarkWrapper + .backToTop,
.dropFall + .backToTop,
.purpleBloomFlowers + .backToTop,
.darkGrayWrapper + .backToTop {
  margin-top: 0;
  padding-top: 20px; }

.pageSelector + .backToTop {
  margin-top: 100px; }

/* footer */
#footer.topBorder {
  border-top: 1px solid #898989; }

#footer .container {
  padding-top: 20px;
  text-align: center; }

#footer .container br {
  display: none; }

#footer a {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 12px;
  font-size: 1.143em;
  color: #536c81;
  position: relative;
  bottom: 8px; }

#footer a:hover {
  color: #5a6b75;
  font-weight: 600;
  text-decoration: none; }

.fakebutton,
#footer .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") no-repeat;
  bottom: 0;
  margin: 0 5px; }

#content .fakebutton {
  margin: auto; }

.fakebutton.facebook,
#footer .facebook {
  background-position: -169px -31px; }

.fakebutton.youtube,
#footer .youtube {
  background-position: -199px -31px; }

.fakebutton.twitter,
#footer .twitter {
  background-position: -229px -31px; }

.fakebutton.linked,
#footer .linked {
  background-position: -259px -31px; }

.fakebutton.orange,
#footer .orange {
  background-position: -289px -31px; }

.fakebutton.pinIt,
#footer .pinIt {
  background-position: -319px -31px; }

form.contentForm {
  display: block;
  margin: 70px 0 50px; }

form.contentForm .labelOffset {
  margin-left: 282px; }

form.contentForm h3,
form.contentForm .row label.highlighted {
  color: #474747;
  font-size: 1.143em; }

form.contentForm h3 {
  margin: 40px 0 30px; }

form.contentForm .row {
  margin-bottom: 9px;
  width: 100%; }

form.contentForm .row > label {
  float: left;
  text-align: right;
  width: 270px;
  padding: 10px 0;
  line-height: 20px;
  display: block;
  color: #474747;
  margin-right: 12px; }

form.contentForm .row > label small {
  display: block;
  font-size: 0.857em; }

form.contentForm .row > label.withSmall {
  padding: 0; }

form.contentForm .row .formControl {
  float: left;
  width: 280px; }

form.contentForm .row .formControl input[type=text],
form.contentForm .row .formControl input[type=password],
form.contentForm .row .formControl textarea,
form.contentForm .row .formControl select {
  height: 40px;
  width: 100%;
  padding: 10px;
  color: #474747;
  box-sizing: border-box;
  border: 1px solid #d43106; }

form.contentForm .row .formControl input[type=text].error,
form.contentForm .row .formControl input[type=password].error,
form.contentForm .row .formControl textarea.error,
form.contentForm .row .formControl select.error {
  border-color: #b70f0f !important;
  border-width: 2px; }

form.contentForm .row .formControl textarea {
  height: 93px; }

form.contentForm .row .formControl .recaptchatable input {
  height: 32px; }

form.contentForm .row .formControl input[type=radio],
form.contentForm .row .formControl input[type=checkbox] {
  display: none; }

form.contentForm .row .formControl .radio,
form.contentForm .row .formControl .checkbox {
  float: left;
  padding: 10px 0;
  color: #474747;
  line-height: 20px;
  display: inline-block;
  padding-left: 40px;
  width: 50%;
  cursor: pointer;
  position: relative;
  text-align: left;
  box-sizing: border-box; }

form.contentForm .row .formControl .radio span,
form.contentForm .row .formControl .checkbox span {
  display: block;
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  width: 22px;
  height: 22px;
  background: url("../images/sprite.png") no-repeat -978px -2px; }

form.contentForm .row .formControl input:checked + .radio span {
  background-position: -954px -2px; }

form.contentForm .row .formControl .checkbox {
  width: auto;
  padding-left: 30px; }

form.contentForm .row .formControl .checkbox span {
  left: 0;
  top: 10px;
  width: 17px;
  font-weight: bold;
  height: 17px;
  border: 1px solid;
  background-position: 100px 100px; }

form.contentForm .row .formControl input:checked + .checkbox span {
  background-position: -411px -165px; }

form.contentForm .row .fileUpload {
  width: 698px; }

form.contentForm .row .fileUpload input[type=password],
form.contentForm .row .fileUpload input[type=text] {
  width: 280px; }

form.contentForm .row .fileUpload .customfile-container label:first-child {
  width: 100px;
  display: block;
  margin-bottom: .5em; }

form.contentForm .row .fileUpload .customfile-wrap {
  position: relative; }

form.contentForm .row .fileUpload .customfile-filename,
form.contentForm .row .fileUpload .customfile-upload {
  margin: 0;
  padding: 10px 0; }

form.contentForm .row .fileUpload .customfile-upload::-moz-focus-inner {
  padding: 0;
  border: 0; }

form.contentForm .row:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

form.contentForm .button {
  padding: 10px 65px;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  border: 1px solid; }

form.contentForm > p {
  margin: 15px 0 40px; }

.inlineForm > label {
  color: #454545;
  float: left;
  line-height: 40px;
  display: block;
  margin: 0 12px 30px 20px; }

.inlineForm .formControl {
  width: 270px;
  float: left;
  margin-bottom: 30px; }

body .container .dd-container .dd-select {
  border-radius: 0; }

body .container .dd-container .dd-select .dd-selected label,
body .container .dd-container .dd-options li label {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: normal;
  width: auto; }

body .container .dd-container .dd-options {
  margin: 0;
  left: 0;
  right: 0;
  list-style: none; }

body .container .dd-container .dd-options li {
  background: none;
  margin: 0;
  text-align: left;
  padding: 0; }

.filterBox {
  border: 1px solid;
  border-width: 1px 0;
  padding: 25px 0 35px; }

.filterBox h3 {
  color: #4a4b4c;
  margin-left: 20px;
  margin-right: 20px; }

.filterBox .column {
  width: 32.33%;
  float: left;
  margin-right: 1.5%; }

.filterBox .column.last {
  margin-right: 0; }

.filterBox .column label {
  color: #4a4b4c;
  display: block;
  font-size: 1.143em;
  padding: 15px 0 15px 20px; }

.filterBox .column select,
.filterBox .column input[type=text],
.filterBox .column input[type=password],
.filterBox .column .dd-select {
  border-width: 2px; }

.filterBox .column input[type=password],
.filterBox .column input[type=text] {
  border: 2px solid;
  display: block;
  width: 100%;
  line-height: 21px;
  box-sizing: border-box;
  padding: 10px; }

.blue .filterBox {
  margin-bottom: 80px; }

.blue .filterBox .column.first {
  width: 18%; }

.blue .filterBox .column.last {
  width: 46.66%; }

.yellow .filterBox {
  margin-bottom: 80px; }

.yellow .filterBox .column {
  width: 46%; }

.yellow .filterBox .column.first {
  width: 23.26%; }

.yellow .filterBox .column.last {
  width: 27.55%; }

body .container .results {
  margin: 0 0 15px; }

body .container .results li {
  list-style: none;
  padding: 0;
  position: relative;
  border-bottom: 1px solid;
  background: none; }

body .container .results li .header {
  display: none; }

body .container .results li .detail {
  display: none;
  padding-bottom: 35px; }

body .container .results li .date,
body .container .results li .function,
body .container .results li .type,
body .container .results li .place {
  padding: 20px;
  line-height: 30px;
  float: left;
  width: 140px;
  color: #4a4c4e;
  font-size: 1.143em; }

body .container .results li .function {
  width: 340px; }

body .container .results li .type {
  width: 150px; }

body .container .results li .place {
  width: 190px; }

body .container .results li .toggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  background: url("../images/sprite.png") no-repeat -275px -1149px; }

body .container .results li.opened .header,
body .container .results li.opened .detail {
  display: block; }

body .container .results li.opened .date,
body .container .results li.opened .function,
body .container .results li.opened .type,
body .container .results li.opened .place {
  color: #775339;
  padding-top: 0; }

body .container .results li.opened .header > div {
  color: #505153;
  padding-bottom: 0;
  padding-top: 60px; }

body .container .results li.opened .header > div.clear {
  padding: 0; }

body .container .results li.opened .toggle {
  top: 10px;
  background-position: -365px -66px; }

#header,
#content {
  box-sizing: border-box; }

/* Definition of colors for individual page by body class */
.darkGreen .natArom,
.darkGreen .half.bordered h3,
.darkGreen .button:hover,
.darkGreen .quarter p.date,
.darkGreen .half p.date,
.darkGreen #footer .secondLevel ul .active a,
.darkGreen a.quarter:hover h3,
.darkGreen h3.natcreation,
.darkGreen .textColored,
.darkGreen .half .downloadLink,
.darkGreen .submenu li a:hover,
.darkGreen .container .submenu li a:hover {
  color: #07aa07; }

.darkGreen #header,
.darkGreen #content {
  border-left: 10px solid #07aa07; }

.darkGreen .retour,
.darkGreen .button {
  background: #07aa07; }

.darkGreen #header .headerPanel h1 {
  color: #fff; }

.darkGreen .half.bordered,
.darkGreen .pageMainText,
.darkGreen .button,
.darkGreen .submenu,
.darkGreen .submenu li,
.darkGreen .half.productList,
.darkGreen a.quarter:hover .image,
.darkGreen .quarter .image.highlighted:hover,
.darkGreen .runningGirl .submenu a,
.darkGreen .container > h3.bottomBorder {
  border-color: #07aa07; }

.darkGreen .container > .prev,
.darkGreen #cboxPrevious {
  background-position: -876px -260px; }

.darkGreen .container > .next,
.darkGreen #cboxNext {
  background-position: -932px -260px; }

.darkGreen .pageControls a {
  width: 15px;
  background-position: -921px -16px; }

.darkGreen .pageControls a.active,
.darkGreen .pageControls a:hover {
  background-position: -921px -1px; }

.darkGreen .quoteBlock {
  background: #fff; }

.darkGreen .quoteBlock .topQuote {
  background-position: -1084px -102px; }

.darkGreen .quoteBlock .bottomQuote {
  background-position: -1146px -102px; }

.darkGreen ul li {
  background-position: -1280px -289px; }

.darkGreen .arrowItem {
  background-position: -1297px -263px; }

.darkGreen .submenu li.opened a:after {
  background-position: -531px -611px; }

.darkGreen .submenu li a:after {
  background-position: -29px -793px; }

.orange #header .headerPanel h1,
.orange .quarter p.date,
.orange .half p.date,
.orange #footer .secondLevel ul .active a,
.orange h3.natcreation,
.orange .arrowItem:hover,
.orange .submenu li a:hover,
.orange .container .submenu li a:hover {
  color: #f7931d; }

.orange #header,
.orange #content {
  border-left: 10px solid #f7931d; }

.orange .arrowItem:hover {
  text-decoration: none; }

.orange #header .headerPanel h1 .icon {
  background-position: -204px -220px; }

.orange .pageMainText,
.orange .submenu li,
.orange .crossedIcon .line {
  border-color: #f7931d; }

.orange .quoteBlock {
  background: #ffdfb9; }

.orange .quoteBlock .topQuote {
  background-position: -709px -102px; }

.orange .quoteBlock .bottomQuote {
  background-position: -774px -102px; }

.orange .container > .prev {
  background-position: -766px -40px; }

.orange .container > .next {
  background-position: -821px -40px; }

.orange .natArom {
  color: #f29400; }

.orange h2.natArom .natAromLogo {
  background-position: -746px -40px; }

.orange div.natArom .natAromLogo,
.orange a.natArom .natAromLogo {
  background-position: -735px -40px; }

.orange ul li {
  background-position: -1472px -15px; }

.orange .pageControls a {
  background-position: -718px -40px; }

.orange .pageControls a.active,
.orange .pageControls a:hover {
  background-position: -718px -55px; }

.orange .button {
  background: #f29400;
  border: 1px solid #f29400; }

.orange .button:hover {
  color: #f29400;
  background: #fff; }

.orange .arrowItem {
  background-position: -1415px -94px; }

.orange .quarter .image:hover .playButton,
.orange .half .image:hover .playButton {
  background-position: -493px -146px; }

.orange .submenu li.opened a:after {
  background-position: -578px -611px; }

.orange .submenu li a:after {
  background-position: -4px -724px; }

.button.natcolor--button {
  background: #d0880b;
  border: 1px solid #d0880b;
  font-size: 1.1rem; }
.button.natcolor--button:hover {
  color: #d0880b;
  background: #fff; }

.green #header .headerPanel h1,
.green .natArom,
.green .half.bordered h3,
.green .button:hover,
.green .quarter p.date,
.green .half p.date,
.green #footer .secondLevel ul .active a,
.green a.quarter:hover h3,
.green h3.natcreation,
.green .arrowItem:hover,
.green .submenu li a:hover,
.green .container .submenu li a:hover {
  color: #72bf44; }

.green #header,
.green #content {
  border-left: 10px solid #72bf44; }

.green .arrowItem:hover {
  text-decoration: none; }

.green .retour,
.green .button {
  background: #72bf44; }

.green .half.bordered,
.green .pageMainText,
.green .button,
.green .submenu,
.green .submenu li,
.green .half.productList,
.green a.quarter:hover .image,
.green .quarter .image.highlighted:hover,
.green .runningGirl .submenu a,
.green .crossedIcon .line {
  border-color: #72bf44; }

.green .button:hover {
  background: #fff; }

.green #header .submenu {
  border-color: #fff; }

.green .quoteBlock {
  background: #c7e5b4; }

.green .quoteBlock .topQuote {
  background-position: -836px -102px; }

.green .quoteBlock .bottomQuote {
  background-position: -898px -102px; }

.green .container > .prev {
  background-position: -766px -246px; }

.green .container > .next {
  background-position: -821px -246px; }

.green div.natArom .natAromLogo,
.green a.natArom .natAromLogo {
  background-position: -735px -53px; }

.green .pageControls a {
  background-position: -702px -40px; }

.green .pageControls a.active,
.green .pageControls a:hover {
  background-position: -702px -55px; }

.green .arrowItem {
  background-position: -1427px -76px; }

.green .quarter .image:hover .playButton,
.green .half .image:hover .playButton {
  background-position: -627px -249px; }

.green ul li {
  background-position: -1385px -138px; }

.green .submenu li.opened a:after {
  background-position: -531px -611px; }

.green .submenu li a:after {
  background-position: -29px -793px; }

.red #header .headerPanel h1,
.red .natArom,
.red .half.bordered h3,
.red .button:hover,
.red .quarter p.date,
.red .half p.date,
.red #footer .secondLevel ul .active a,
.red a.quarter:hover h3,
.red .arrowItem:hover,
.red .submenu li a:hover,
.red .container .submenu li a:hover {
  color: #d43106; }

.red #header,
.red #content {
  border-left: 10px solid #d43106; }

.red .arrowItem:hover {
  text-decoration: none; }

.red .retour,
.red .button {
  background: #d43106; }

.red .half.bordered,
.red .pageMainText,
.red .button,
.red .submenu,
.red .submenu li,
.red .half.productList,
.red a.quarter:hover .image,
.red .quarter .image.highlighted:hover,
.red .runningGirl .submenu a,
.red .crossedIcon .line,
.red .dd-container .dd-select,
.red .dd-container .dd-options,
.red .dd-container .dd-options a {
  border-color: #d43106; }

.red .button:hover {
  background: #fff; }

.red #header .submenu {
  border-color: #fff; }

.lightGreen .natArom,
.lightGreen .half.bordered h3,
.lightGreen .button:hover,
.lightGreen .quarter p.date,
.lightGreen .half p.date,
.lightGreen #footer .secondLevel ul .active a,
.lightGreen a.quarter:hover h3,
.lightGreen h3.natcreation,
.lightGreen .textColored,
.lightGreen .half .downloadLink,
.lightGreen .arrowItem:hover,
.lightGreen .submenu li a:hover,
.lightGreen .container .submenu li a:hover {
  color: #67c806; }

.lightGreen #header,
.lightGreen #content {
  border-left: 10px solid #67c806; }

.lightGreen .arrowItem:hover {
  text-decoration: none; }

.lightGreen .retour,
.lightGreen .button {
  background: #67c806; }

.lightGreen #header .headerPanel h1 {
  color: #fff; }

.lightGreen .half.bordered,
.lightGreen .pageMainText,
.lightGreen .button,
.lightGreen .submenu,
.lightGreen .submenu li,
.lightGreen .half.productList,
.lightGreen a.quarter:hover .image,
.lightGreen .quarter .image.highlighted:hover,
.lightGreen .runningGirl .submenu a,
.lightGreen .container > h3.bottomBorder,
.lightGreen .crossedIcon .line,
.lightGreen .dd-container .dd-select,
.lightGreen .dd-container .dd-options,
.lightGreen .dd-container .dd-options a {
  border-color: #67c806; }

.lightGreen .container > .prev {
  background-position: -766px -411px; }

.lightGreen .container > .next {
  background-position: -821px -411px; }

.lightGreen .pageControls a {
  width: 15px;
  background-position: -921px -16px; }

.lightGreen .pageControls a.active,
.lightGreen .pageControls a:hover {
  background-position: -921px -1px; }

.lightGreen .quoteBlock {
  background: #c7e5b4; }

.lightGreen .quoteBlock .topQuote {
  background-position: -960px -102px; }

.lightGreen .quoteBlock .bottomQuote {
  background-position: -1022px -102px; }

.lightGreen ul li {
  background-position: -1325px -211px; }

.lightGreen .downloadLink:before {
  background-position: -414px -31px; }

.lightGreen .quarter .image .verticalAlign.imageCover,
.lightGreen .half .image .verticalAlign.imageCover {
  background: rgba(34, 64, 8, 0.5); }

.lightGreen .submenu li.opened a:after {
  background-position: -531px -611px; }

.lightGreen .submenu li a:after {
  background-position: -29px -793px; }

.darkestGreen .natArom,
.darkestGreen .half.bordered h3,
.darkestGreen .button:hover,
.darkestGreen .quarter p.date,
.darkestGreen .half p.date,
.darkestGreen #footer .secondLevel ul .active a,
.darkestGreen a.quarter:hover h3,
.darkestGreen h3.natcreation,
.darkestGreen .textColored,
.darkestGreen .half .downloadLink,
.darkestGreen .arrowItem:hover,
.darkestGreen .submenu li a:hover,
.darkestGreen .container .submenu li a:hover {
  color: #158437; }

.darkestGreen #header,
.darkestGreen #content {
  border-left: 10px solid #158437; }

.darkestGreen .arrowItem:hover {
  text-decoration: none; }

.darkestGreen .retour,
.darkestGreen .button {
  background: #158437; }

.darkestGreen #header .headerPanel h1 {
  color: #fff; }

.darkestGreen .half.bordered,
.darkestGreen .pageMainText,
.darkestGreen .button,
.darkestGreen .submenu,
.darkestGreen .submenu li,
.darkestGreen .half.productList,
.darkestGreen a.quarter:hover .image,
.darkestGreen .quarter .image.highlighted:hover,
.darkestGreen .runningGirl .submenu a,
.darkestGreen .container > h3.bottomBorder,
.darkestGreen .crossedIcon .line,
.darkestGreen .dd-container .dd-select,
.darkestGreen .dd-container .dd-options,
.darkestGreen .dd-container .dd-options a {
  border-color: #158437; }

.darkestGreen .container > .prev {
  background-position: -766px -466px; }

.darkestGreen .container > .next {
  background-position: -821px -466px; }

.darkestGreen .pageControls a {
  background-position: -921px -16px; }

.darkestGreen .pageControls a.active,
.darkestGreen .pageControls a:hover {
  background-position: -921px -1px; }

.darkestGreen .arrowItem {
  background-position: -1291px -266px; }

.yellowGreen .pageSelector input {
  border-color: #91be3b; }

.yellowGreen .pageSelector input,
.yellowGreen .submenu li a:hover,
.yellowGreen .container .submenu li a:hover {
  color: #91be3b; }

.yellowGreen #header,
.yellowGreen #content {
  border-left: 10px solid #91be3b; }

.yellowGreen .pageSelector .leftArrow {
  background-position: -859px -193px; }

.yellowGreen .pageSelector .rightArrow {
  background-position: -859px -207px; }

.purple .pageSelector input {
  border-color: #d845c1; }

.purple .pageSelector input,
.purple .searchResult p strong,
.purple .resultsNumber,
.purple .searchPanel form label,
.purple .submenu li a:hover,
.purple .container .submenu li a:hover {
  color: #d845c1; }

.purple #header,
.purple #content {
  border-left: 10px solid #d845c1; }

.purple .pageSelector .leftArrow {
  background-position: -869px -157px; }

.purple .pageSelector .rightArrow {
  background-position: -868px -174px; }

.brown .natArom,
.brown .half.bordered h3,
.brown .button:hover,
.brown .customfile-upload:hover,
.brown .quarter p.date,
.brown .half p.date,
.brown #footer .secondLevel ul .active a,
.brown a.quarter:hover h3,
.brown h3.natcreation,
.brown .textColored,
.brown .half .downloadLink,
.brown .dd-container .dd-selected label,
.brown .arrowItem:hover,
.brown .submenu li a:hover,
.brown .container .submenu li a:hover {
  color: #775339; }

.brown #header,
.brown #content {
  border-left: 10px solid #775339; }

.brown .arrowItem:hover {
  text-decoration: none; }

.brown .retour,
.brown .customfile-upload,
.brown .button {
  background: #775339; }

.brown .customfile-upload:hover,
.brown .button:hover {
  background: #fff; }

.brown #header .headerPanel h1 {
  color: #fff; }

.brown .half.bordered,
.brown .pageMainText,
.brown .button,
.brown .customfile-upload,
.brown .submenu,
.brown .submenu li,
.brown .half.productList,
.brown a.quarter:hover .image,
.brown .quarter .image.highlighted:hover,
.brown .runningGirl .submenu a,
.brown .container > h3.bottomBorder,
.brown .crossedIcon .line,
.brown .topBorder,
.brown .filterBox,
.brown .dd-container .dd-select,
.brown .dd-container .dd-options,
.brown .dd-container .dd-options a,
.brown .container .results li,
.brown form.contentForm .row .formControl input[type="text"],
.brown form.contentForm .row .formControl input[type="password"],
.brown form.contentForm .row .formControl textarea,
.brown form.contentForm .row .formControl select {
  border-color: #775339; }

.brown form.contentForm .row .formControl .radio span {
  background-position: -1068px -1px; }

.brown form.contentForm .row .formControl input:checked + .radio span {
  background-position: -1044px -1px; }

.brown .quoteBlock {
  background: #e3e3e3;
  color: #775339; }

.brown .quoteBlock .topQuote {
  background-position: -1124px -42px; }

.brown .quoteBlock .bottomQuote {
  background-position: -1186px -41px; }

body.brown .container .dd-container .dd-pointer,
body.brown .container .dd-container .dd-pointer.dd-pointer-down {
  background-position: -995px -27px; }

.brown .submenu li.opened a:after {
  background-position: -365px -66px; }

.brown .submenu li a:after {
  background-position: -275px -1149px; }

.pink #header .headerPanel h1,
.pink .natArom,
.pink .half.bordered h3,
.pink .button:hover,
.pink .quarter p.date,
.pink .half p.date,
.pink #footer .secondLevel ul .active a,
.pink a.quarter:hover h3,
.pink h3.natcreation,
.pink .arrowItem:hover,
.pink .pageSelector input,
.pink .dd-container .dd-selected label,
.pink .submenu li a:hover,
.pink .container .submenu li a:hover {
  color: #e85177; }

.pink #header,
.pink #content {
  border-left: 10px solid #e85177; }

.pink .arrowItem:hover {
  text-decoration: none; }

.pink .retour,
.pink .button {
  background: #e85177; }

.pink .half.bordered,
.pink .pageMainText,
.pink .button,
.pink .submenu,
.pink .submenu li,
.pink .half.productList,
.pink a.quarter:hover .image,
.pink .quarter .image.highlighted:hover,
.pink .girl .submenu a,
.pink .pageSelector input,
.pink .dd-container .dd-select,
.pink .dd-container .dd-options,
.pink .dd-container .dd-options a,
.pink .crossedIcon .line {
  border-color: #e85177; }

.pink .button:hover {
  background: #fff; }

.pink #header .submenu,
.pink #header .submenu a {
  border-color: #fff; }

.pink .quoteBlock {
  background: #f6b9c9; }

.pink .quoteBlock .topQuote {
  background-position: -876px -42px; }

.pink .quoteBlock .bottomQuote {
  background-position: -939px -42px; }

.pink .container > .prev {
  background-position: -766px -356px; }

.pink .container > .next {
  background-position: -821px -356px; }

.pink div.natArom .natAromLogo,
.pink a.natArom .natAromLogo {
  background-position: -735px -66px; }

.pink .pageControls a {
  background-position: -719px -70px; }

.pink .pageControls a.active,
.pink .pageControls a:hover {
  background-position: -719px -85px; }

.pink .arrowItem {
  background-position: -1403px -113px; }

.pink .quarter .image:hover .playButton,
.pink .half .image:hover .playButton {
  background-position: -628px -341px; }

.pink ul li {
  background-position: -1366px -163px; }

.pink .submenu li.opened a:after {
  background-position: -485px -611px; }

.pink .submenu li a:after {
  background-position: -64px -857px; }

.blue table,
.blue table .thead td,
.blue table tbody tr td,
.blue table tbody tr th,
.blue table .tfoot,
.blue table .tfoot td,
.blue table .tfoot th {
  border-color: #23aeda; }

.blue .half.bottomBordered,
.blue .submenu,
.blue .submenu li,
.blue .button,
.blue .pageSelector input,
.blue .bottomColorBordered,
.blue .filterBox,
.blue .dd-container .dd-select,
.blue .dd-container .dd-options,
.blue .dd-container .dd-options a,
.blue .container .results li,
.blue form.contentForm .row .formControl input[type="text"],
.blue form.contentForm .row .formControl input[type="password"],
.blue form.contentForm .row .formControl textarea,
.blue form.contentForm .row .formControl select,
.blue .searchedList .half {
  border-color: #229dcb; }

.blue #header,
.blue #content {
  border-left: 10px solid #229dcb; }

.blue .retour,
.blue .button {
  background: #229dcb; }

.blue .button:hover {
  background: #fff; }

body.blue .container .dd-container .dd-pointer,
body.blue .container .dd-container .dd-pointer.dd-pointer-down {
  background-position: -976px -27px; }

.blue table tbody tr th,
.blue table .tfoot th,
.blue .half.textColored h4,
.blue .half.textColored p,
.blue .dd-container .dd-selected label,
.blue .filterBox input[type=text],
.blue .filterBox input[type=password],
.blue .arrowItem:hover,
.blue .submenu li a:hover,
.blue .container .submenu li a:hover {
  color: #23aeda; }

.blue .arrowItem:hover {
  text-decoration: none; }

.blue table a,
.blue #footer .secondLevel ul .active a,
.blue p a,
.blue .quarter p.date,
.blue .half p.date,
.blue .quarter p.fullName,
.blue p.colored,
.blue .textColored,
.blue .quarter .downloadLink,
.blue .pageSelector input,
.blue .button:hover,
.blue .pageMainText p.catchWord {
  color: #229dcb; }

.blue .thead {
  background: #9ad0e5; }

.blue .tfoot {
  background: #caebf8; }

.blue .quoteBlock .topQuote {
  background-position: -1000px -42px; }

.blue .quoteBlock .bottomQuote {
  background-position: -1062px -42px; }

.blue .container > .prev {
  background-position: -876px -315px; }

.blue .container > .next {
  background-position: -932px -315px; }

.blue .pageControls a {
  background-position: -936px -16px; }

.blue .pageControls a.active,
.blue .pageControls a:hover {
  background-position: -936px -1px; }

.blue .arrowItem {
  background-position: -1309px -238px; }

.blue .pageSelector .leftArrow {
  background-position: -860px -157px; }

.blue .pageSelector .rightArrow {
  background-position: -860px -174px; }

.blue #footer .secondLevel ul > li {
  margin-right: -4px; }

.blue #footer .secondLevel ul > li a {
  font-size: 1.286em;
  padding: 0 8px; }

.blue ul li {
  background-position: -1264px -316px; }

.blue .downloadLink:before {
  background-position: -439px -31px; }

.blue .submenu li.opened a:after {
  background-position: -233px -1097px; }

.blue .submenu li a:after {
  background-position: -188px -1040px; }

.yellow .half.bottomBordered,
.yellow .submenu,
.yellow .submenu li,
.yellow .button,
.yellow .pageSelector input,
.yellow .bottomColorBordered,
.yellow .filterBox,
.yellow .dd-container .dd-select,
.yellow .dd-container .dd-options,
.yellow .dd-container .dd-options a,
.yellow .container .results li,
.yellow form.contentForm .row .formControl input[type="text"],
.yellow form.contentForm .row .formControl .checkbox span,
.yellow form.contentForm .row .formControl input[type="password"],
.yellow form.contentForm .row .formControl textarea,
.yellow form.contentForm .row .formControl select,
.yellow .filterBox .column input[type="text"],
.yellow .filterBox .column input[type="password"],
.yellow .searchedList .half,
.yellow #colorbox .infoWindow h2,
.yellow #colorbox .infoWindow .bottomLine,
.yellow .container > .date {
  border-color: #d5b20f; }

.yellow #header,
.yellow #content {
  border-left: 10px solid #d5b20f; }

.yellow .retour,
.yellow .button {
  background: #d5b20f; }

.yellow .button:hover {
  background: #fff; }

.yellow table a,
.yellow #footer .secondLevel ul .active a,
.yellow p a,
.yellow .quarter p.date,
.yellow .half p.date,
.yellow .quarter p.fullName,
.yellow p.colored,
.yellow .textColored,
.yellow .quarter .downloadLink,
.yellow .pageSelector input,
.yellow .button:hover,
.yellow .pageMainText p.catchWord,
.yellow .dd-container .dd-selected label,
.yellow .container > .date,
.yellow .arrowItem:hover,
.yellow .contactBlock.half .arrowItem:hover,
.yellow .submenu li a:hover,
.yellow .container .submenu li a:hover {
  color: #d5b20f; }

.yellow .arrowItem:hover {
  text-decoration: none; }

.yellow .container .dd-container .dd-pointer,
.yellow .container .dd-container .dd-pointer.dd-pointer-down {
  background-position: -1031px -27px; }

.yellow .arrowItem {
  background-position: -1211px -401px; }

.yellow .pageSelector .leftArrow {
  background-position: -868px -193px; }

.yellow .pageSelector .rightArrow {
  background-position: -868px -207px; }

.yellow form.contentForm .row .formControl .radio span {
  background-position: -1115px -1px; }

.yellow form.contentForm .row .formControl input:checked + .radio span {
  background-position: -1092px -1px; }

.yellow .downloadLink:before {
  background-position: -464px -31px; }

/* ------------------------------------------------------ */
.showOnMobile {
  display: none; }

.hideOnDesktop {
  display: none; }

.showOnTablet {
  display: none; }

.popup-video,
.popup-image {
  max-width: 650px;
  width: 650px;
  padding: 60px 100px 40px; }

.popup-video p,
.popup-image p {
  color: #2c2f34; }

.popup-video iframe,
.popup-image iframe,
.popup-video object,
.popup-image object,
.popup-video embed,
.popup-image embed {
  width: 100%;
  margin-bottom: 20px; }

.popup-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.popup-video .video-wrapper:after {
  content: "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden; }

.popup-video .video-wrapper iframe,
.popup-video .video-wrapper embed,
.popup-video .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.popup-user {
  max-width: 600px;
  overflow: hidden;
  padding: 44px 30px 28px; }

.popup-user .user-photo {
  float: right;
  margin: 0 40px -40px 20px; }

.popup-user h2 {
  color: #2c2f34;
  padding-bottom: 26px;
  margin: 0 0 15px;
  border-bottom: 1px solid #229dcb;
  font-size: 1.429em; }

.popup-user h2 span {
  display: block;
  font-size: 0.700em; }

.popup-user .content {
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #229dcb; }

.popup-user .content p {
  margin-bottom: 10px;
  color: #2c2f34; }

#colorbox.event,
.event #cboxOverlay,
.event #cboxWrapper {
  overflow: visible;
  width: initial !important; }

.event #cboxClose {
  top: 30px;
  right: 30px;
  background: url(../images/croix_w_20px.png) 0 0 no-repeat;
  width: 20px;
  height: 20px; }

.popup-event {
  padding: 20px; }

.popup-event h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  padding: 0.5em 0;
  line-height: 1em; }

@media (max-width: 740px) {
  .popup-event h2 {
    font-size: 1.8em; } }

.popup-event .background {
  background-color: #7c9996;
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: linear-gradient(to bottom, #7c9996, #b8c1b3);
  /*height: 340px;*/
  /*min-width: 500px;*/
  text-align: center;
  padding: 20px 20px 60px; }

.popup-event .image {
  margin-bottom: 20px; }

.popup-event .image img {
  width: auto;
  max-width: initial;
  position: absolute;
  /*left: -25%;*/ }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup-event .image img {
    left: 0 !important; } }

.popup-event a {
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 0; }

/* CSS for widow size bigger than 1600px */
@media (min-width: 1600px) {
  #headerVideo + #header {
    left: 50%;
    width: 1600px;
    margin-left: -800px; } }

/* ------------------------------------- */
/* CSS for tablets and so on */
/*@media (min-width: 1024px) {
	// Moved into separated file
}*/
@media (max-width: 820px) {
  .finance .contentPanel.bourse .shareValue .upArrow {
    margin: 0 6px; }
  .gmap .mapHeader {
    padding: 17px 0 17px 5px;
    height: auto; }
  .gmap .mapHeader .container:after {
    content: ' ';
    clear: both;
    display: table; }
  .gmap .mapHeader h3 {
    clear: both;
    margin-left: 0;
    /*padding-left: 0;*/
    border-left: none; } }

@media (max-width: 740px) {
  .splitClick ul > li .splitClickContent h2 {
    font-size: 3.486em; }
  .finance .contentPanel.bourse h3,
  .finance .contentPanel.bourse h4 {
    font-size: 1em; } }

/*@media (max-width: 600px){
	// Moved into separated file
}*/
@media (max-width: 350px) {
  .gmap .infoWindow .subheader li {
    width: 48%;
    text-align: center; } }

.hidden {
  display: none; }

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  width: 100%; }

.clear.bottomIntend {
  margin-bottom: 40px; }

.fright {
  float: right; }

.fleft {
  float: left; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.nonFloat {
  float: none; }

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

strong {
  font-weight: bold; }

#top {
  position: absolute;
  top: 0; }

.tablet .container .prev,
.tablet .container .next,
.tablet #cboxNext,
.tablet #cboxPrevious {
  top: 50% !important;
  position: absolute !important; }

.tablet .container .prev {
  left: 10px !important; }

#content > .pageMainText .container {
  /*min-height: 520px !important;*/ }

#content > .pageMainText .container .pageHolder {
  min-height: 520px !important;
  position: relative !important; }

#content > .pageMainText > .container > .quarter > .image > .playButton.colorbox-video .image {
  background: 0 none !important; }

#content > .pageMainText > .container > .quarter > .image > .playButton.colorbox-video span {
  display: none !important; }

.newsDetail ul {
  overflow: hidden; }

.quoteBlock.half .image {
  background-position: 0 0; }

.googleForm {
  margin-bottom: 50px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #666;
  border-color: #e5e5e5;
  padding: 20px;
  max-width: 93%; }

.googleForm img {
  display: inline-block;
  margin-right: 10px;
  float: left; }

.googleForm form input[type=text] {
  padding: 5px 10px;
  width: 40%;
  color: #474747;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-color: #c0c0c0;
  vertical-align: top;
  display: inline-block;
  float: left; }

.googleForm form button {
  float: left;
  vertical-align: top;
  display: inline-block;
  height: 30px;
  min-width: 58px;
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(center top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 3px; }

.googleForm form button:hover {
  background-color: #357ae8;
  background-image: -moz-linear-gradient(center top, #4d90fe, #357ae8);
  border: 1px solid #2f5bb7; }

.googleForm form button .sbico {
  background: url("../images/nav_logo195.png") no-repeat scroll -113px -61px transparent;
  color: transparent;
  display: inline-block;
  height: 18px;
  margin: 5px auto 2px;
  width: 18px; }

@media only screen and (min-width: 640px) and (max-width: 900px) {
  .googleForm {
    width: 92%; } }

.full > .downloadLink {
  margin-top: 0; }

/*** Naturex Folder ***/
.line.nat_folder,
.line.file {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #229dcb solid; }

.line.nat_folder.half .image {
  float: left;
  width: 48.5%;
  margin-right: 20px; }

.nat_folder .arrowItem,
.nat_folder .downloadLink {
  display: inline-block; }

.buttonLogout {
  right: 0;
  top: 65px;
  padding: 0 18px;
  position: absolute;
  text-decoration: none;
  border: 1px solid #229dcb;
  text-transform: uppercase; }

.buttonLogout:hover {
  text-decoration: none; }

/*
 * Gmaps Color
**/
/* DarkGreen */
.gmap .color-0 h2,
.gmap .color-0 h3.active,
.gmap .color-0 ul li.active a,
.gmap .color-0 ul li a:hover {
  color: #158437; }

.gmap .color-0 h2,
.gmap .color-0 h3,
.gmap .color-0 > p,
.gmap .color-0 .news,
.gmap .color-0 .subheader {
  border-color: #158437; }

/* Yellow */
.gmap .color-1 h2,
.gmap .color-1 h3.active,
.gmap .color-1 ul li.active a,
.gmap .color-1 ul li a:hover {
  color: #d5b210; }

.gmap .color-1 h2,
.gmap .color-1 h3,
.gmap .color-1 > p,
.gmap .color-1 .news,
.gmap .color-1 .subheader {
  border-color: #d5b210; }

/* Purple */
.gmap .color-2 h2,
.gmap .color-2 h3.active,
.gmap .color-2 ul li.active a,
.gmap .color-2 ul li a:hover {
  color: #8b399d; }

.gmap .color-2 h2,
.gmap .color-2 h3,
.gmap .color-2 > p,
.gmap .color-2 .news,
.gmap .color-2 .subheader {
  border-color: #8b399d; }

/* Blue */
.gmap .color-3 h2,
.gmap .color-3 h3.active,
.gmap .color-3 ul li.active a,
.gmap .color-3 ul li a:hover {
  color: #229dcb; }

.gmap .color-3 h2,
.gmap .color-3 h3,
.gmap .color-3 > p,
.gmap .color-3 .news,
.gmap .color-3 .subheader {
  border-color: #229dcb; }

/* Red */
.gmap .color-4 h2,
.gmap .color-4 h3.active,
.gmap .color-4 ul li.active a,
.gmap .color-4 ul li a:hover {
  color: #d43106; }

.gmap .color-4 h2,
.gmap .color-4 h3,
.gmap .color-4 > p,
.gmap .color-4 .news,
.gmap .color-4 .subheader {
  border-color: #d43106; }

/* Orange */
.gmap .color-5 h2,
.gmap .color-5 h3.active,
.gmap .color-5 ul li.active a,
.gmap .color-5 ul li a:hover {
  color: #f7931d; }

.gmap .color-5 h2,
.gmap .color-5 h3,
.gmap .color-5 > p,
.gmap .color-5 .news,
.gmap .color-5 .subheader {
  border-color: #f7931d; }

/* Green */
.gmap .color-6 h2,
.gmap .color-6 h3.active,
.gmap .color-6 ul li.active a,
.gmap .color-6 ul li a:hover {
  color: #72bf44; }

.gmap .color-6 h2,
.gmap .color-6 h3,
.gmap .color-6 > p,
.gmap .color-6 .news,
.gmap .color-6 .subheader {
  border-color: #72bf44; }

/* Pink */
.gmap .color-7 h2,
.gmap .color-7 h3.active,
.gmap .color-7 ul li.active a,
.gmap .color-7 ul li a:hover {
  color: #e85177; }

.gmap .color-7 h2,
.gmap .color-7 h3,
.gmap .color-7 > p,
.gmap .color-7 .news,
.gmap .color-7 .subheader {
  border-color: #e85177; }

.contactBlock--container {
  margin-bottom: 10px; }

.contactBlock--info {
  background: #e6e6e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contactBlock img {
  width: 100%;
  margin-top: 0 !important; }

.layerVideo {
  position: relative;
  height: 100%; }

.layerHeader {
  border-left: 10px solid #72bf44; }

.layerHeader--image {
  width: 100%; }

.layerHeader .wrapper .introTextHeader {
  text-align: left;
  padding: 70px 0 50px 0; }

.landing_emailing #content {
  border-left: 0; }

.notice {
  background: #898989;
  color: #ffffff;
  padding: 5px 20px; }

.notice p {
  margin-bottom: 0 !important; }

/*
    Created on : 16.9.2014, 2:46:39
    Author     : Lukáš
*/
@media only screen and (max-width: 1024px) {
  body.orange > div,
  body.orange > .backToTop {
    border-left: 10px solid #f29400; }
  body.green > div,
  body.green > .backToTop {
    border-left: 10px solid #72bf44; }
  body.pink > div,
  body.pink > .backToTop {
    border-left: 10px solid #e85177; }
  body.lightGreen > div,
  body.lightGreen > .backToTop {
    border-left: 10px solid #68c812; }
  body.darkestGreen > div,
  body.darkestGreen > .backToTop {
    border-left: 10px solid #158437; }
  body.darkGreen > div,
  body.darkGreen > .backToTop {
    border-left: 10px solid #07aa07; }
  body.blue > div,
  body.blue > .backToTop {
    border-left: 10px solid #43acd3; }
  body.yellow > div,
  body.yellow > .backToTop {
    border-left: 10px solid #d5b20f; }
  body.red > div,
  body.red > .backToTop {
    border-left: 10px solid #d43106; }
  body.brown > div,
  body.brown > .backToTop {
    border-left: 10px solid #775339; }
  body.orange #footer,
  body.green #footer,
  body.pink #footer,
  body.lightGreen #footer,
  body.darkestGreen #footer,
  body.darkGreen #footer,
  body.blue #footer,
  body.red #footer,
  body.brown #footer,
  body.yellow #footer {
    border-top: 1px solid #898989;
    border-left: none;
    padding-left: 0; }
  body.orange .gmap,
  body.green .gmap,
  body.pink .gmap,
  body.lightGreen .gmap,
  body.darkestGreen .gmap,
  body.darkGreen .gmap,
  body.blue .gmap,
  body.red .gmap,
  body.brown .gmap,
  body.yellow .gmap {
    padding-left: 0; }
  body.orange .backToTop .animationHolder,
  body.green .backToTop .animationHolder,
  body.pink .backToTop .animationHolder,
  body.lightGreen .backToTop .animationHolder,
  body.darkestGreen .backToTop .animationHolder,
  body.darkGreen .backToTop .animationHolder,
  body.blue .backToTop .animationHolder,
  body.red .backToTop .animationHolder,
  body.brown .backToTop .animationHolder,
  body.yellow .backToTop .animationHolder,
  body.orange .backToTop span,
  body.green .backToTop span,
  body.pink .backToTop span,
  body.lightGreen .backToTop span,
  body.darkestGreen .backToTop span,
  body.darkGreen .backToTop span,
  body.blue .backToTop span,
  body.red .backToTop span,
  body.brown .backToTop span,
  body.yellow .backToTop span {
    margin-left: -20px; }
  .container {
    padding: 50px 30px;
    width: auto; }
  .container .prev,
  .container .next {
    margin-top: 0;
    top: 239px;
    z-index: 4; }
  .container .prev.affix,
  .container .next.affix {
    position: fixed;
    top: 50%; }
  .container .prev.affix-bottom,
  .container .next.affix-bottom {
    position: absolute;
    top: auto !important;
    bottom: 239px !important; }
  .container .prev.centered,
  .container .next.centered {
    top: 50% !important;
    margin-top: -27px; }
  .container .prev {
    left: 20px; }
  .container .prev.affix {
    left: 30px; }
  .container .next {
    right: 30px; }
  .container .pageControls {
    bottom: 50px;
    margin: 0;
    position: absolute; }
  .container.newsDetail {
    padding-top: 100px; }
  body > div > .container .prev {
    left: 0; }
  .hideOnTablet {
    display: none; }
  .hideOnDesktop {
    display: block; }
  .showOnTablet {
    display: block; }
  #headerVideo,
  .homepage #headerVideo {
    padding: 62px 0 0 0; }
  #header {
    padding-top: 62px; }
  #header .container {
    padding: 0; }
  #header .headerPanel {
    position: static;
    padding: 50px 30px 75px;
    min-height: 100%;
    box-sizing: border-box;
    height: 100%;
    min-width: 300px;
    width: 50%; }
  #header .headerPanel h1 span.text {
    color: #ffffff;
    margin-right: 10px; }
  #header .headerPanel h1 span.icon {
    margin: 0; }
  #header.gmap .mapHeader {
    margin-top: 0; }
  #header,
  .underHeader {
    padding-left: 20px; }
  #header .headerPanel,
  .underHeader .headerPanel {
    margin-left: -20px; }
  .headerQuartes {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0; }
  .headerQuartes .quarter,
  .headerQuartes .quarter.last {
    margin-bottom: 20px; }
  .scrollButton,
  #header .bgTransition,
  .sharePanel {
    display: none; }
  #header.communiquesDePresse,
  #header.planDuSite,
  #header.newsNaturex {
    padding-top: 0;
    margin-top: 62px; }
  .menuOpened {
    overflow: hidden;
    height: 100%;
    position: relative; }
  .menuOpened body {
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: relative; }
  .menuOpened #menu {
    max-height: 100%;
    height: 100%;
    overflow: hidden; }
  .menuOpened #menu .container {
    overflow: auto; }
  .menuOpened #menu .container > ul {
    display: block; }
  .menuOpened #menu,
  .menuOpened #menu.affix,
  .menuOpened #menu.affix-top {
    max-height: none;
    background: transparent; }
  .menuOpened .selectLanguage,
  .menuOpened .selectLanguage.loaded {
    display: block; }
  .selectLanguage,
  .selectLanguage.loaded {
    display: none; }
  #menu.secondLevelOpened + #header.communiquesDePresse,
  #menu.secondLevelOpened + #header.planDuSite,
  #menu.secondLevelOpened + #header.newsNaturex {
    padding-top: 0;
    margin-top: 62px; }
  #menu,
  #menu.affix,
  #menu.affix-top {
    width: 100%;
    background: #fff;
    height: auto;
    max-height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 5;
    bottom: 0;
    padding: 0;
    border-left: none;
    max-width: none; }
  #menu.secondLevelOpened + #header.gmap .mapHeader {
    margin-top: 0; }
  #menu .container > ul > li.rBorder {
    border-right: none; }
  #menu .selectLanguage select {
    bottom: 150px;
    left: 64px;
    z-index: 1000;
    overflow: visible;
    width: 320px;
    height: 40px;
    bottom: 0;
    left: 0; }
  #menu .menuScrollButton {
    display: block;
    line-height: 60px;
    height: 62px;
    padding-left: 62px;
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative; }
  #menu .menuScrollButton .text {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.219em;
    color: #6c6c6c; }
  #menu .menuScrollButton:hover {
    text-decoration: none; }
  #menu .menuScrollButton .ico {
    display: block;
    width: 26px;
    height: 22px;
    position: absolute;
    top: 19px;
    left: 20px;
    background: url("../images/sprite.png") no-repeat -352px -34px; }
  #menu .logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -63px; }
  #menu .searchButton {
    display: block;
    position: absolute;
    right: 20px;
    margin: 0;
    top: 18px; }
  #menu .container {
    max-height: 100%;
    min-height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
  #menu .container > ul {
    float: none;
    position: relative;
    width: 100%;
    max-height: 100%;
    margin: 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    background: #e9e9e9;
    clear: both;
    display: none;
    padding: 10px 0 229px; }
  #menu .container > ul > .rBorder > a {
    border-right: none; }
  #menu .container > ul > li {
    float: none;
    background: #e9e9e9;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0; }
  #menu .container > ul li {
    z-index: 1020; }
  #menu .container > ul li a {
    z-index: 1030; }
  #menu .container > ul > .active {
    height: auto;
    color: #ffffff; }
  #menu .container > ul > li.opened .secondLevel {
    max-height: none;
    top: 0; }
  #menu .container > ul > li > a {
    font-size: 2.151em;
    font-weight: 600;
    line-height: 72px;
    display: block;
    line-height: 30px;
    padding: 15px 62px;
    position: static; }
  #menu .container > ul > li .secondLevel {
    height: auto;
    position: relative;
    top: 0;
    background: #2c2f34;
    overflow: hidden; }
  #menu .container > ul > li .secondLevel .innerContainer {
    width: auto;
    height: auto;
    margin: 0 70px; }
  #menu .container > ul > li .secondLevel ul {
    float: none;
    margin-top: 11px;
    margin-left: 0;
    margin-bottom: 34px; }
  #menu .container > ul > li .secondLevel ul > li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #f4545f;
    padding: 0; }
  #menu .container > ul > li .secondLevel ul > li a {
    float: none;
    border-right: none;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block; }
  #menu .container > ul > li .secondLevel ul > .last {
    border-bottom: none; }
  #menu .container > ul > li .secondLevel .firstLevel {
    display: none; }
  #menu .selectLanguage select,
  #menu .dd-container .dd-select {
    height: 38px;
    width: 320px !important;
    font-size: 1.4em; }
  #menu .dd-container {
    position: relative;
    left: 62px;
    margin-top: -180px;
    margin-left: 0;
    z-index: 10;
    height: 38px;
    width: 320px !important;
    float: none; }
  #menu .dd-container .dd-select .dd-selected {
    padding-left: 50px;
    width: 225px;
    line-height: 38px; }
  #menu .dd-container .dd-select .dd-selected img {
    top: 10px;
    left: 15px;
    height: 18px; }
  #menu .dd-container .dd-pointer,
  #menu .dd-container .dd-pointer.dd-pointer-up {
    border-width: 8px !important;
    right: 14px; }
  #menu .dd-container .dd-pointer.dd-pointer-up {
    margin-top: -16px;
    border-top: none !important; }
  #menu .dd-container img {
    height: 18px; }
  #menu .dd-container .dd-options {
    top: 39px;
    width: 320px !important; }
  #menu .dd-container .dd-options li a {
    line-height: 30px;
    padding-left: 60px; }
  body .loginButton {
    position: static;
    border-left: none;
    text-align: right;
    width: auto;
    margin: -17px 0 50px 0; }
  body .loginButton span {
    position: static;
    color: #2c2f34;
    display: inline-block;
    margin-right: 40px; }
  body .loginButton .button {
    position: static;
    display: inline-block; }
  .searchPanel {
    top: 62px; }
  .searchPanel form {
    margin-top: 13px;
    margin: 13px 0 0 20px; }
  .searchPanel form label {
    margin: 0;
    width: 184px; }
  .searchPanel form .searchInput {
    position: absolute;
    left: 220px;
    right: 92px; }
  .searchPanel form .searchInput .textInput {
    width: 100%; }
  .searchPanel form .searchInput .leftBorder {
    position: absolute;
    left: -7px; }
  .searchPanel form .searchInput .submitInput {
    position: absolute;
    right: -32px; }
  .searchPanel form .cancel {
    position: absolute;
    right: 25px; }
  .searchedList .half {
    width: 48%;
    margin-right: 3.8%; }
  .searchedList .half .arrowItem {
    left: 48.3%; }
  #header h1 {
    left: auto;
    top: 10px;
    right: 30px;
    font-size: 3.7em;
    width: 230px;
    line-height: 46px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .splitClick ul {
    height: 370px; }
  .splitClick ul > li,
  .splitClick ul > li.opened,
  .splitClick ul > li.closed {
    width: 33.33333%; }
  .splitClick ul > li .splitClickContent .bgTransition {
    left: 6.5%;
    top: 0; }
  .splitClick ul > li .splitClickContent h2 {
    top: 170px; }
  .timeline h3 {
    margin-top: 25px;
    margin-bottom: 40px; }
  .timeline .pageControls {
    margin: 0; }
  .timeline .pageControls a {
    font-size: 1em; }
  .infoBanner .bgTransition {
    width: 106px;
    height: 389px;
    left: 42px;
    top: 18px;
    background: url("../images/sprite.png") no-repeat -1px -306px; }
  .infoBanner .introText img {
    width: 32.5%; }
  .infoBanner .productList {
    margin-top: 0;
    float: none;
    width: 100%; }
  .infoBanner .productList li {
    margin: 0 0 14px;
    width: 33.33%;
    text-align: center;
    font-size: 1.429em; }
  .infoBanner .bgLine {
    width: 70%;
    margin: 0 auto;
    top: 56px; }
  .pageMainText p {
    margin-left: 0;
    margin-right: 0; }
  .quoteBlock {
    height: auto;
    min-height: 312px; }
  .quoteBlock .topQuote,
  .quoteBlock .bottomQuote {
    width: 44px;
    height: 34px; }
  .quoteBlock .topQuote {
    left: 52%; }
  .quoteBlock p {
    margin: 32px 0 5px 48%;
    text-indent: 48px;
    max-height: none; }
  .quoteBlock .imgage {
    width: 50%; }
  .quoteBlock.withoutImage .author {
    margin-right: 50px; }
  .contactBlock.half p,
  .contactBlock.half .arrowItem {
    color: #2c2f34;
    font-size: 0.786em; }
  .contactBlock.half h3 {
    font-size: 1em;
    margin-top: 25px;
    margin-bottom: 35px; }
  .contactBlock.half h3 + p {
    margin-top: 35px; }
  .contactBlock.half .arrowItem {
    line-height: 16px; }
  .contactBlock.half .image {
    height: 257px;
    width: 160px;
    margin-right: 20px; }
  .contactBlock.half .image + p {
    margin-top: 80px; }
  .contactBlock.half .image + p + .arrowItem {
    margin-top: 0;
    top: 0; }
  .contactBlock.half.biggerLineHeight p {
    line-height: 17px; }
  .contactBlock.half.biggerLineHeight .arrowItem {
    line-height: 18px;
    padding-left: 13px; }
  .contactBlock.half.biggerLineHeight .verticalAlign {
    left: 180px;
    height: 257px; }
  .container .retour {
    left: 30px;
    z-index: 1; }
  .container.smallerTopIntend ul {
    margin-left: 20px;
    margin-right: 20px; }
  .container.noLeftIntendTablet > p,
  .container.noLeftIntendTablet h3,
  .container.noLeftIntendTablet .inlineForm label {
    margin-left: 0; }
  .yellow .container a.image + p > a:first-child {
    display: inline-block;
    margin-bottom: 25px; }
  .pageSelector + .retour {
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin-top: 21px; }
  table tbody tr td,
  table tbody tr th {
    font-size: 0.857em;
    padding: 12px 8px; }
  table tbody tr th {
    font-size: 0.786em; }
  table tbody .thead td,
  table tbody .thead th {
    font-size: 1em; }
  table.moneyMovement .thead td,
  table.moneyMovement .thead th {
    font-size: 1em; }
  table.moneyMovement tr td,
  table.moneyMovement tr th {
    font-size: 1.643em; }
  table.oneToThreeCols tr td {
    font-size: 1.143em; }
  table.oneToThreeCols tr th {
    font-size: 1.071em; }
  table.oneToThreeCols .thead td,
  table.oneToThreeCols .thead th {
    font-size: 1.429em; }
  body .container .results {
    margin: 0; }
  body .container .results li {
    padding: 0 10px; }
  body .container .results li .date,
  body .container .results li .function,
  body .container .results li .type,
  body .container .results li .place {
    padding-left: 1.4%;
    padding-right: 0;
    width: 39%; }
  body .container .results li .date {
    padding-left: 0;
    width: 14.5%; }
  body .container .results li .type {
    width: 19%; }
  body .container .results li .place {
    width: 23.3%; }
  body .container .results li .detail > *:not(.button) {
    margin-left: 0;
    margin-right: 0; }
  .equalHeight {
    table-layout: fixed;
    width: 100%; }
  .equalHeight > .equalHeightRow {
    width: 100%; }
  .equalHeight > .equalHeightRow > .quoteBlock .image {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: none;
    width: 100%;
    height: 200px;
    margin-bottom: 45px; }
  .equalHeight > .equalHeightRow > .quoteBlock .topQuote {
    top: 220px;
    left: 16px; }
  .equalHeight > .equalHeightRow > .quoteBlock p {
    margin-left: 0; }
  .equalHeight > .equalHeightRow .arrowItem {
    position: absolute;
    bottom: 10px; }
  .equalHeight > .equalHeightRow > .equalHeightTablet {
    width: 100%;
    position: relative;
    display: table; }
  .equalHeight > .equalHeightRow > .equalHeightTablet + .separateur {
    display: none; }
  .equalHeight > .equalHeightRow .quarter .image img,
  .equalHeight > .equalHeightRow .quarter > img {
    width: 100%; }
  .equalHeight .equalHeightRow {
    position: relative; }
  body .quality .container .headerPanel {
    min-height: 0;
    padding-bottom: 50px; }
  body .quality .container .quoteBlock {
    float: right;
    position: relative;
    bottom: 0;
    margin: 0 20px 20px 0; }
  .boy,
  .girl,
  .runningGirl {
    background-image: none; }
  .boy .bg,
  .girl .bg,
  .runningGirl .bg {
    display: none; }
  .boy .submenu,
  .girl .submenu,
  .runningGirl .submenu {
    width: auto;
    max-width: 554px; }
  .tablet .boy .submenu, .tablet .girl .submenu, .tablet .runningGirl .submenu {
    max-width: 489px; }
  .submenu,
  .container .submenu {
    width: auto; }
  .submenu li a:hover,
  .container .submenu li a:hover {
    background: none; }
  .cactus {
    background-position: 448px center; }
  .cocosOnBranch {
    background-position: 633px bottom; }
  .dropFall {
    background-position: 376px -38px; }
  .half.bottomBordered {
    border-bottom: none; }
  .aboveMap {
    padding-top: 20px;
    padding-bottom: 10px; }
  .gmap .mapHeader h3 {
    font-size: 1.780em;
    margin-left: 6%;
    padding: 0 0 0 2.7%; }
  .gmap .mapHeader ul li {
    font-size: 0.890em; }
  .gmap .infoWindow {
    width: 77.36916548%;
    margin-left: -46.8%;
    max-width: 550px; }
  .gmap .infoWindow .half img {
    width: auto; }
  .activePage {
    padding-top: 93px; }
  .activePage h2 {
    font-size: 2.714em;
    line-height: 32px;
    margin: 0 0 50px 20px; }
  .activePage .quarter .image + .arrowItem {
    position: relative;
    bottom: 0;
    float: right; } }

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .quarter,
  .quarter.last,
  .half,
  .half.last {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 55px; } }

@media only screen and (max-width: 1024px) {
  .thirdOnTablet {
    width: 33.33%; }
  .activePage .quarter,
  .activePage .half {
    height: 520px; } }

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .quarter.lastOnTablet,
  .quarter.lastOnTablet.last,
  .half.lastOnTablet,
  .half.lastOnTablet.last {
    margin-right: 0; } }

@media only screen and (max-width: 1024px) and (max-width: 800px) {
  .mobile .quarter.lastOnTablet + .half,
  .mobile .quarter.lastOnTablet.last + .half,
  .mobile .half.lastOnTablet + .half,
  .mobile .half.lastOnTablet.last + .half,
  .mobile .quarter.lastOnTablet + .quarter,
  .mobile .quarter.lastOnTablet.last + .quarter,
  .mobile .half.lastOnTablet + .quarter,
  .mobile .half.lastOnTablet.last + .quarter {
    clear: both; } }

@media only screen and (max-width: 1024px) {
  .quarter.last,
  .half.last {
    margin-right: 0; }
  .quarter.normalOnTablet,
  .half.normalOnTablet {
    width: 48%;
    margin-right: 4%; }
  .quarter .image h3,
  .half .image h3 {
    top: 28px;
    left: 35px; }
  .quarter .image .pinIt,
  .half .image .pinIt {
    width: 67px;
    height: 41px;
    background-position: -272px -78px;
    margin: -20px 0 0 -33px; }
  .quarter .image .verticalAlign,
  .half .image .verticalAlign {
    width: 100%;
    height: 100%;
    display: block; }
  .quarter .image .verticalAlign .inner,
  .half .image .verticalAlign .inner {
    display: table;
    height: 100%; }
  .quarter .image .verticalAlign .inner > *,
  .half .image .verticalAlign .inner > * {
    display: table-cell;
    vertical-align: middle; }
  .quarter > img,
  .half > img,
  .quarter a > img,
  .half a > img {
    width: 100%;
    margin: 0; }
  .quarter > h4,
  .half > h4 {
    margin-left: 20px;
    margin-right: 20px; }
  .quarter.linkedIn .button,
  .half.linkedIn .button {
    width: 133px;
    height: 38px;
    line-height: 37px;
    background-position: -662px 0;
    margin-top: 23px;
    font-size: 1.143em; }
  .quarter.linkedIn .button span,
  .half.linkedIn .button span {
    margin-left: 36px; }
  .quarter.linkedIn h3,
  .half.linkedIn h3 {
    font-size: 1.786em;
    margin: 0 35px; }
  .quarter.linkedIn p,
  .half.linkedIn p {
    margin-left: 35px;
    margin-right: 35px; }
  .quarter.linkedIn .arrowItem,
  .half.linkedIn .arrowItem {
    left: 15px; }
  .quarter.linkedIn p,
  .half.linkedIn p,
  .quarter.twitter p,
  .half.twitter p,
  .quarter.facebook p,
  .half.facebook p {
    font-size: 1.357em; }
  .quarter.linkedIn p.date,
  .half.linkedIn p.date,
  .quarter.twitter p.date,
  .half.twitter p.date,
  .quarter.facebook p.date,
  .half.facebook p.date {
    font-size: 1.143em; }
  .quarter.twitter h3,
  .half.twitter h3,
  .quarter.facebook h3,
  .half.facebook h3 {
    margin-top: 50px;
    font-size: 1.786em; }
  .quarter.twitter p,
  .half.twitter p,
  .quarter.facebook p,
  .half.facebook p {
    margin: 0 45px;
    border-bottom: none;
    padding: 24px 0; }
  .quarter.facebook .button,
  .half.facebook .button {
    width: 126px;
    height: 38px;
    line-height: 37px;
    background-position: -795px 0;
    margin-top: 60px;
    font-size: 1.286em; }
  .quarter.twitter .button,
  .half.twitter .button {
    width: 134px;
    height: 37px;
    line-height: 35px;
    background-position: -528px 0;
    margin-top: 60px;
    font-size: 1.500em; }
  .quarter.bigInner .natArom,
  .half.bigInner .natArom,
  .quarter.bigInner p.natAromParagraph,
  .half.bigInner p.natAromParagraph {
    margin-left: 20%; }
  .quarter.productList > ul > li,
  .half.productList > ul > li,
  .quarter.productList > ul > li.firstOnLine,
  .half.productList > ul > li.firstOnLine {
    width: 20%;
    clear: none;
    margin-left: 6.66666%; }
  .quarter.productList > ul > li.firstOnTablet,
  .half.productList > ul > li.firstOnTablet,
  .quarter.productList > ul > li.firstOnLine.firstOnTablet,
  .half.productList > ul > li.firstOnLine.firstOnTablet {
    margin-left: 0;
    clear: both; }
  .quarter.productList > ul > li > a img,
  .half.productList > ul > li > a img,
  .quarter.productList > ul > li.firstOnLine > a img,
  .half.productList > ul > li.firstOnLine > a img {
    width: 100%;
    height: auto; }
  .quarter.bordered,
  .half.bordered {
    box-sizing: border-box;
    min-height: 0; }
  .third,
  .twoThirds,
  .finance .bottomRightLink {
    width: 32%;
    margin-right: 2%;
    overflow: hidden; }
  .third.last,
  .twoThirds.last,
  .finance .bottomRightLink.last,
  .third .last,
  .twoThirds .last,
  .finance .bottomRightLink .last {
    margin-right: 0; }
  .twoThirds {
    width: 66%; }
  .whiteBlock > .image {
    height: 170px;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden; }
  .whiteBlock > .image img {
    max-width: none; }
  .whiteBlock .iconMenu .picots {
    top: 40px; }
  .activePage .greenButton {
    font-size: 0.786em;
    top: 0;
    margin-top: 10px; }
  .conifer {
    padding-right: 30px; }
  .conifer .container {
    padding-right: 0; }
  .finance .bottomRightLink {
    left: auto; }
  .finance .third.last .bottomRightLink {
    margin-right: 0; }
  .finance .container {
    padding: 30px 30px 0; }
  .finance h2 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    display: table;
    left: 0;
    margin: 10px 0 16px;
    padding: 0 0 0 22px; }
  .finance h2 span {
    margin-right: -11px;
    position: relative;
    left: -22px; }
  .finance h2 a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 0; }
  .finance .bottomLineWrapper h2 {
    height: 100px; }
  .finance .twoThirds .contentPanel {
    width: 49.1%;
    padding: 0;
    height: 160px; }
  .finance .twoThirds .contentPanel.personsPanel,
  .finance .twoThirds .contentPanel.production,
  .finance .twoThirds .contentPanel.coins {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    height: 74px;
    line-height: 74px; }
  .finance .twoThirds .contentPanel.personsPanel span,
  .finance .twoThirds .contentPanel.production span,
  .finance .twoThirds .contentPanel.coins span {
    display: inline-block;
    width: 0px; }
  .finance .twoThirds .contentPanel.personsPanel *,
  .finance .twoThirds .contentPanel.production *,
  .finance .twoThirds .contentPanel.coins * {
    vertical-align: middle;
    font-size: 0; }
  .finance .twoThirds .contentPanel.personsPanel img,
  .finance .twoThirds .contentPanel.production img,
  .finance .twoThirds .contentPanel.coins img {
    display: inline;
    max-height: 100%;
    width: auto;
    max-width: 100%; }
  .finance .twoThirds .contentPanel.personsPanel {
    margin-right: 1.8%;
    height: 160px;
    line-height: 160px; }
  .finance .twoThirds .contentPanel.production {
    margin-bottom: 12px; }
  .finance .third .contentPanel {
    width: auto;
    background: #fff;
    height: 160px;
    float: none;
    overflow: hidden;
    padding: 0 12px; }
  .finance .third .contentPanel.bourse h3 {
    font-size: 1.286em;
    margin: 15px 3px 10px; }
  .finance .third .contentPanel.bourse h4 {
    font-size: 1.286em; }
  .finance .third .contentPanel.bourse p {
    margin-bottom: 28px; }
  .finance .third .contentPanel.bourse .shareValue {
    font-size: 1.286em; }
  .finance .third .contentPanel.bourse .shareValue .upArrow {
    width: 32px;
    height: 17px;
    background-position: -161px -203px;
    margin: 0 10px; }
  .finance .third .contentPanel.bourse .shareValue .number,
  .finance .third .contentPanel.bourse .shareValue .number:first-child {
    width: auto; }
  .finance .news {
    margin: 0; }
  .finance p {
    margin-bottom: 12px; }
  .crossedIcon img {
    max-width: 80px; }
  #footer .secondLevel {
    display: none; }
  #footer .container {
    padding-top: 30px;
    padding-bottom: 60px; }
  .backToTop {
    width: auto; }
  .backToTop .animationHolder .image {
    background-size: auto; }
  .gmap + .backToTop {
    padding-top: 50px; }
  form.contentForm .row {
    max-width: 577px; }
  form.contentForm .row > label {
    width: 45%;
    max-width: 260px;
    margin-right: 4%; }
  form.contentForm .row .formControl {
    width: 50%;
    max-width: 280px; }
  form.contentForm .row.captcha .formControl {
    width: 100%;
    margin: 0;
    max-width: 577px; }
  form.contentForm .row.captcha .formControl div {
    margin: 0 0 0 auto; }
  form.contentForm .labelOffset {
    margin-left: 0; }
  .leafes,
  .whiteRoses,
  #menu.secondLevelOpened + .leafes,
  #menu.secondLevelOpened + .whiteRoses {
    padding-top: 100px;
    background-position: bottom left; }
  .leafes .container .whiteBlock.half .contentForm .row label,
  .leafes .container .whiteBlock.half .contentForm .row .formControl {
    width: 100%;
    float: none;
    text-align: left; }
  .leafes .container .whiteBlock.half .contentForm .row > label {
    padding: 5px 0 0; }
  .leafes .container .whiteBlock.half .button.fright {
    left: 50%;
    margin-left: -100px; }
  .leafes .backToTop {
    padding-bottom: 0;
    margin-top: 110px; }
  .orange .quoteBlock .topQuote {
    background-position: -885px -156px; }
  .orange .quoteBlock .bottomQuote {
    background-position: -929px -156px; }
  .green .quoteBlock .topQuote {
    background-position: -885px -224px; }
  .green .quoteBlock .bottomQuote {
    background-position: -929px -224px; }
  .lightGreen .quoteBlock .topQuote {
    background-position: -973px -156px; }
  .lightGreen .quoteBlock .bottomQuote {
    background-position: -1017px -156px; }
  .pink .quoteBlock .topQuote {
    background-position: -885px -190px; }
  .pink .quoteBlock .bottomQuote {
    background-position: -929px -190px; }
  .blue .quoteBlock .topQuote {
    background-position: -1061px -156px; }
  .blue .quoteBlock .bottomQuote {
    background-position: -1105px -156px; }
  .blue .contactBlock.half h3 {
    color: #229dcb; }
  .darkGreen .quoteBlock .topQuote {
    background-position: -1071px -191px; }
  .darkGreen .quoteBlock .bottomQuote {
    background-position: -1115px -191px; }
  .brown .quoteBlock .topQuote {
    background-position: -1149px -155px; }
  .brown .quoteBlock .bottomQuote {
    background-position: -1193px -155px; }
  .popup-video {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    max-width: none; }
  .quarter.bigInner .image {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .infoBanner .productList li {
    margin: 0 !important; }
  .quarter.normalOnTablet, .half.normalOnTablet, .bigInner.quarter, .half, .activePage .quarter {
    margin-right: 10px !important; }
  .half.last {
    margin-right: 0 !important; }
  .quarter, .half, .full {
    margin-right: 10px;
    margin-bottom: 10px; }
  .quarter.bigInner .image {
    width: 100% !important;
    height: auto !important; }
  .headerPanel, #header .headerPanel {
    top: 0 !important; }
  .equalHeight > .equalHeightRow > .equalHeightTablet {
    width: auto;
    display: table-cell; }
  .searchPanel form .searchInput .textInput {
    width: 100%; }
  .searchPanel form, .searchPanel form .searchInput .textInput {
    width: 100% !important; }
  .searchPanel form label {
    margin-left: 15px !important; }
  .equalHeight > .equalHeightRow, .equalHeightTablet > .equalHeightRow {
    display: table-cell !important; }
  .tablet .contactBlock.half.biggerLineHeight .verticalAlign {
    left: 275px !important;
    height: 360px !important; }
  .homepage .finance img {
    width: 100% !important;
    height: auto !important;
    max-height: auto !important; }
  .homepage .finance .third.last {
    height: 349px !important; }
  .homepage .finance .twoThirds {
    overflow: visible !important; }
  .homepage .finance .contentPanel {
    height: 192px !important; }
  #content .timeline {
    margin-left: auto !important; }
  .equalHeight > .equalHeightRow > .quoteBlock .image {
    width: 48% !important; }
  .equalHeight > .equalHeightRow > .quoteBlock .topQuote {
    top: 12px !important;
    left: auto !important; }
  .boy .bg, .girl .bg, .runningGirl .bg {
    display: block !important; }
  .news .separateur {
    display: table-cell !important; }
  .half.bordered, .full.bordered {
    min-height: 231px !important; }
  .quarter .image img.hideOnTablet, .half .image img.hideOnTablet, .full .image img.hideOnTablet {
    display: block !important; }
  #content .hideOnDesktop {
    display: none !important; }
  .half a > img {
    width: auto !important;
    height: auto !important; }
  .newsDetail {
    width: auto !important; }
  .newsDetail .half.last {
    margin-right: 20px !important; }
  .communiquesDePresse + .content_search .container {
    width: auto !important; }
  .searchedList .half {
    width: 48% !important; }
  .searchedList .half .arrowItem {
    left: 48.3% !important; }
  .contactBlock.half {
    width: 48% !important; }
  .contactBlock.half .image {
    width: 260px !important;
    height: 460px !important;
    background-position: 0 0 !important; }
  .contactBlock.half p, .contactBlock .arrowItem {
    font-size: 1em !important; } }

@media only screen and (max-width: 1024px) and (min-width: 767px) and (max-width: 900px) {
  .tablet .page .quarter.bigInner {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 47%; }
  .quarter.lastOnTablet + .half, .quarter.lastOnTablet.last + .half, .half.lastOnTablet + .half, .half.lastOnTablet.last + .half, .quarter.lastOnTablet + .quarter, .quarter.lastOnTablet.last + .quarter, .half.lastOnTablet + .quarter, .half.lastOnTablet.last + .quarter {
    clear: none; }
  .tablet .half.lastOnTablet {
    margin-right: 2%; }
  .tablet .quoteBlock .author {
    margin-left: 170px !important;
    padding-left: 10px; }
  .tablet .homepage .activePage .quarter, .tablet .homepage .activePage .half {
    height: 450px; }
  #naturex-live-homepage > div {
    margin-right: 0 !important;
    box-sizing: border-box;
    width: 48% !important;
    float: left !important;
    display: inline-block;
    margin-bottom: 18px !important; }
  #naturex-live-homepage > div:nth-child(odd) {
    margin-right: 18px !important;
    overflow: hidden; }
  .transparentWhite div.image .playButton {
    margin-top: -54px; }
  .pageMainText .transparentWhite > .image {
    height: 122px; }
  .tablet .container .prev {
    left: 4px !important; }
  .quarter.bigInner .image {
    margin-bottom: 48px; }
  .tablet .half.transparentWhite {
    display: table-cell !important; }
  .tablet .homepage .finance .third.last .third {
    width: 100%; }
  .tablet .homepage .activePage #naturex-live-homepage .quarter, .tablet .homepage .activePage #naturex-live-homepage .half {
    height: 444px !important;
    margin-bottom: 14px !important;
    box-sizing: border-box; }
  .tablet .equalHeightRow .half, .tablet .equalHeightRow .quarter {
    display: table-cell !important; }
  .tablet .quarter, .tablet .half, .tablet .full {
    display: inline-block;
    vertical-align: top;
    float: none; }
  .tablet .quarter, .tablet .half {
    margin-right: 1%; }
  .tablet .quoteBlock.half .image {
    background-position: center center; }
  .tablet .transparentWhitePole {
    background: rgba(255, 255, 255, 0.85) !important; }
  .tablet table.smallText tbody tr th, table.smallText tbody tr td {
    font-size: 0.8em; } }

@media only screen and (min-width: 1024px) {
  form.contentForm .row .formControl.ezselection {
    width: auto;
    max-width: auto; } }

@media only screen and (max-width: 1024px) {
  .finance .twoThirds .contentPanel.production {
    height: 160px; }
  .blockEmpty {
    display: none; }
  #content {
    padding-left: 0px; }
  #content.content_search,
  .container.smallerTopIntend.news {
    padding-left: 20px; }
  #content .timeline {
    margin-left: 20px; }
  .conifer .container {
    padding-left: 0; }
  #content.subrubric_search, .blue #content .container .filterBox {
    padding-left: 20px; }
  div.small-space {
    padding: 30px 30px; }
  .quarter.empty, .half.empty {
    display: none; }
  .headerQuartes .quarter {
    margin-right: 4%; } }

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .quarter.lastOnTablet {
    margin-right: 0; } }

@media only screen and (max-width: 1024px) {
  .dropFall .submenu {
    max-width: 554px; }
  #header .largePanel {
    width: 60%; }
  #naturex-live-homepage .half, .smallHalf .half {
    width: 46%; }
  #naturex-live-homepage .quarter.last, .smallHalf .quarter.last, .smallHalf .half.last {
    margin-right: 10px; }
  .finance .third .contentPanel.bourse .shareValue .number {
    font-size: 1.286em; }
  .finance .third .contentPanel.bourse .shareValue .upArrow {
    width: 32px;
    height: 17px;
    background-position: -161px -203px;
    margin: 0 10px; }
  .finance .third .contentPanel.bourse .shareValue .downArrow {
    width: 32px;
    height: 17px;
    background-position: -265px -241px;
    margin: 0 10px; } }

@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .quarter .image img.hideOnTablet,
  .half .image img.hideOnTablet,
  .full .image img.hideOnTablet {
    display: none; } }

@media only screen and (max-width: 1024px) {
  #header.headerTop {
    padding-top: 0;
    height: initial !important; }
  .quarter, .half {
    margin-right: 2%; }
  /*
    .quarter, .quarter.last, .half, .half.last {
        width: 47%;
    }
    */ }

@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  #naturex-live-homepage .quarter.last {
    margin-right: 0; }
  #naturex-live-homepage .quarter, #naturex-live-homepage .half {
    margin-right: 10px; }
  .tablet .homepage #headerVideo {
    padding: 0; } }

@media only screen and (max-width: 1024px) and (min-width: 1250px) {
  .tablet #colorbox {
    position: fixed !important;
    top: 20px !important; }
  .tablet .equalHeight > .equalHeightRow, .tablet .equalHeightTablet > .equalHeightRow {
    display: table-row !important; }
  .tablet .transparentWhitePole {
    background: rgba(255, 255, 255, 0.85) !important; }
  .tablet .quarter.linkedIn .arrowItem,
  .tablet .half.linkedIn .arrowItem,
  .tablet .full.linkedIn .arrowItem,
  .tablet .quarter.facebook .arrowItem,
  .tablet .half.facebook .arrowItem,
  .tablet .full.facebook .arrowItem,
  .tablet .quarter.twitter .arrowItem,
  .tablet .half.twitter .arrowItem,
  .tablet .full.twitter .arrowItem {
    bottom: 10px !important; }
  .tablet #naturex-live-homepage .facebook {
    padding-top: 10px !important;
    height: 390px !important; }
  .tablet #naturex-live-homepage .facebook p {
    line-height: 19px; } }

/* 
    Created on : 16.9.2014, 2:46:57
    Author     : Lukáš
*/
@media only screen and (max-width: 600px) {
  .hideOnMobile {
    display: none !important; }
  .showOnTablet,
  .news .quarter .img {
    display: none; }
  .popup-video {
    padding: 40px 10px;
    width: auto; }
  .popup-video p {
    margin-left: 0;
    margin-right: 0; }
  .popup-user .user-photo {
    margin: 0 auto 20px;
    display: block;
    float: none; }
  body {
    height: auto;
    padding-top: 50px; }
  body.orange > div:not(.sectionHeader),
  body.green > div:not(.sectionHeader),
  body.pink > div:not(.sectionHeader),
  body.lightGreen > div:not(.sectionHeader),
  body.darkestGreen > div:not(.sectionHeader),
  body.darkGreen > div:not(.sectionHeader),
  body.blue > div:not(.sectionHeader),
  body.red > div:not(.sectionHeader),
  body.brown > div:not(.sectionHeader),
  body.yellow > div:not(.sectionHeader) {
    border-left: none;
    padding-left: 0; }
  body.orange > div:not(.sectionHeader).container,
  body.green > div:not(.sectionHeader).container,
  body.pink > div:not(.sectionHeader).container,
  body.lightGreen > div:not(.sectionHeader).container,
  body.darkestGreen > div:not(.sectionHeader).container,
  body.darkGreen > div:not(.sectionHeader).container,
  body.blue > div:not(.sectionHeader).container,
  body.red > div:not(.sectionHeader).container,
  body.brown > div:not(.sectionHeader).container,
  body.yellow > div:not(.sectionHeader).container {
    padding-left: 20px; }
  body.orange .sectionHeader,
  body.green .sectionHeader,
  body.pink .sectionHeader,
  body.lightGreen .sectionHeader,
  body.darkestGreen .sectionHeader,
  body.darkGreen .sectionHeader,
  body.blue .sectionHeader,
  body.red .sectionHeader,
  body.brown .sectionHeader,
  body.yellow .sectionHeader {
    border: none; }
  body.orange #header,
  body.green #header,
  body.pink #header,
  body.lightGreen #header,
  body.darkestGreen #header,
  body.darkGreen #header,
  body.blue #header,
  body.red #header,
  body.brown #header,
  body.yellow #header,
  body.orange .underHeader,
  body.green .underHeader,
  body.pink .underHeader,
  body.lightGreen .underHeader,
  body.darkestGreen .underHeader,
  body.darkGreen .underHeader,
  body.blue .underHeader,
  body.red .underHeader,
  body.brown .underHeader,
  body.yellow .underHeader {
    padding-top: 0;
    padding-left: 0; }
  body.orange #header .container,
  body.green #header .container,
  body.pink #header .container,
  body.lightGreen #header .container,
  body.darkestGreen #header .container,
  body.darkGreen #header .container,
  body.blue #header .container,
  body.red #header .container,
  body.brown #header .container,
  body.yellow #header .container,
  body.orange .underHeader .container,
  body.green .underHeader .container,
  body.pink .underHeader .container,
  body.lightGreen .underHeader .container,
  body.darkestGreen .underHeader .container,
  body.darkGreen .underHeader .container,
  body.blue .underHeader .container,
  body.red .underHeader .container,
  body.brown .underHeader .container,
  body.yellow .underHeader .container {
    padding-left: 0; }
  body.orange #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.green #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.pink #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.lightGreen #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.darkestGreen #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.darkGreen #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.blue #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.red #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.brown #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.yellow #header:not(.sustainabilityVideo):not(.qualityVideo),
  body.orange .underHeader,
  body.green .underHeader,
  body.pink .underHeader,
  body.lightGreen .underHeader,
  body.darkestGreen .underHeader,
  body.darkGreen .underHeader,
  body.blue .underHeader,
  body.red .underHeader,
  body.brown .underHeader,
  body.yellow .underHeader {
    background: none; }
  body.orange .backToTop,
  body.green .backToTop,
  body.pink .backToTop,
  body.lightGreen .backToTop,
  body.darkestGreen .backToTop,
  body.darkGreen .backToTop,
  body.blue .backToTop,
  body.red .backToTop,
  body.brown .backToTop,
  body.yellow .backToTop,
  body.orange .gmap,
  body.green .gmap,
  body.pink .gmap,
  body.lightGreen .gmap,
  body.darkestGreen .gmap,
  body.darkGreen .gmap,
  body.blue .gmap,
  body.red .gmap,
  body.brown .gmap,
  body.yellow .gmap {
    border-left: none;
    padding-left: 0; }
  body.orange > div > .container,
  body.green > div > .container,
  body.pink > div > .container,
  body.lightGreen > div > .container,
  body.darkestGreen > div > .container,
  body.darkGreen > div > .container,
  body.blue > div > .container,
  body.red > div > .container,
  body.brown > div > .container,
  body.yellow > div > .container {
    padding-left: 20px; }
  .sectionHeader {
    background: #2c2f34;
    color: #fff;
    font-size: 1.429em;
    padding: 10px 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left; }
  .sectionHeader.pink {
    color: #f4545f; }
  .showOnMobile {
    display: inherit; }
  .hideOnMobile {
    display: none; }
  .topBorderOnMobile {
    border-top: 1px solid #b9bbb9; }
  .filterBox,
  .container.smallerTopIntend .filterBox {
    border: 0;
    border-bottom: 1px solid #b9bbb9;
    padding-top: 0; }
  .yellow .filterBox,
  .yellow .container.smallerTopIntend .filterBox {
    border-top: 1px solid #d5b20f;
    border-bottom: none; }
  .filterBox h3,
  .container.smallerTopIntend .filterBox h3 {
    margin: 0;
    font-size: 1.071em; }
  .filterBox .column,
  .container.smallerTopIntend .filterBox .column {
    float: none;
    margin: 0;
    width: auto; }
  .filterBox .column label,
  .container.smallerTopIntend .filterBox .column label {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em; }
  .button.fright,
  .customfile-upload.fright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }
  .results,
  .container.smallerTopIntend .results {
    margin-bottom: 30px; }
  .results li,
  .container.smallerTopIntend .results li {
    padding: 16px 0 0;
    border-color: #b9bbb9; }
  .results li > div,
  .container.smallerTopIntend .results li > div {
    float: none;
    width: auto;
    font-size: 1em;
    line-height: 18px;
    padding: 0 0 16px; }
  .results li > div.clear,
  .container.smallerTopIntend .results li > div.clear {
    padding: 0; }
  .results li > div.function,
  .container.smallerTopIntend .results li > div.function {
    padding-bottom: 0; }
  .results li.opened,
  .container.smallerTopIntend .results li.opened {
    padding-bottom: 16px; }
  .results li.opened .header,
  .container.smallerTopIntend .results li.opened .header {
    display: none; }
  .container {
    overflow: hidden;
    width: auto;
    padding: 35px 20px; }
  .container > h1 {
    margin: 60px 0 30px; }
  .container + .container {
    padding-top: 0; }
  .container h3 {
    font-size: 1.071em;
    margin-left: 0;
    margin-right: 0; }
  .container h3 + p {
    margin-top: 0; }
  .container > .date {
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 18px; }
  .container .prev {
    left: 30px; }
  .container .prev:hover,
  .container .next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  body > div > .container .prev {
    left: 30px; }
  #header h1 {
    display: none; }
  .yellow h3 {
    font-size: 1.357em; }
  .yellow a.image + p > a {
    margin-left: 20px; }
  #header,
  .underHeader {
    padding: 0;
    height: auto; }
  #header .headerPanel,
  .underHeader .headerPanel {
    background: none;
    width: 100%;
    padding: 0;
    min-width: 0;
    margin-left: 0;
    border-bottom: 1px solid #b9bbb9; }
  #header .headerPanel h1,
  .underHeader .headerPanel h1 {
    padding: 25px 20px 0;
    font-size: 2.143em;
    margin-top: 0;
    display: block; }
  #header .headerPanel h1 span,
  .underHeader .headerPanel h1 span {
    float: left; }
  #header .headerPanel h1 span.icon,
  .underHeader .headerPanel h1 span.icon {
    margin: 0 0 0 30px; }
  #header .headerPanel h1 span.text,
  .underHeader .headerPanel h1 span.text {
    margin-right: 0; }
  #header .headerPanel ul.submenu,
  .underHeader .headerPanel ul.submenu {
    margin: 5px 20px 40px;
    border-top: 0;
    border-color: #3f3f3f; }
  #header .headerPanel ul.submenu li,
  .underHeader .headerPanel ul.submenu li {
    border-color: #3f3f3f;
    background-position: -904px -926px; }
  #header .headerPanel ul.submenu li a,
  .underHeader .headerPanel ul.submenu li a {
    border-color: #3f3f3f;
    color: #3f3f3f;
    font-size: 1.071em; }
  #header .playButton,
  .underHeader .playButton {
    margin-top: 0; }
  .yellow #header .container .headerPanel {
    border-bottom: none; }
  .yellow #header .container .headerPanel h1 {
    margin-left: 0;
    margin-bottom: 0; }
  #header .headerPanel,
  #menu.secondLevelOpened + #header .headerPanel {
    padding-top: 0; }
  #header.gmap {
    height: 800px; }
  .quality .container .headerPanel .submenu li {
    background: url("../images/sprite.png") no-repeat -904px -926px; }
  .quality .container .headerPanel .submenu li a {
    border-color: #3f3f3f;
    color: #3f3f3f; }
  .quality .container .headerPanel .submenu li a:after {
    display: none; }
  .headerQuartes {
    padding-bottom: 10px;
    border-bottom: 1px solid #b9bbb9; }
  h2 {
    font-size: 1.714em;
    margin-left: 0; }
  h2.natArom {
    margin: 0 0 30px; }
  h2.bottomIntend {
    margin-bottom: 30px; }
  h3.natcreation {
    font-size: 2.380em; }
  .grain {
    background: none;
    border-top: 1px solid #6b6b6b; }
  .cactus {
    background-image: none; }
  .darkGrayWrapper,
  .darkerGrayWrapper,
  .midGrayWrapper,
  .breet,
  .dropFall {
    border-top: 1px solid #b9bbb9;
    background: #ffffff; }
  .lightPurpleWrapper .quarter {
    margin-bottom: 45px; }
  .lightPurpleWrapper .quarter h2 {
    color: #393939;
    font-size: 1.929em;
    margin-bottom: 7px; }
  .cocosOnBranch {
    background-image: none; }
  .cocosOnBranch .container {
    padding-bottom: 0; }
  .cocosOnBranch .half.textColored p {
    color: #6b6b6b; }
  .cocosOnBranch .half.last > * {
    margin-left: 0;
    margin-right: 0; }
  body .quality .container {
    background: none; }
  body .quality .container .headerPanel {
    border: none; }
  body .quality .container .quoteBlock {
    margin: 0 0 20px;
    float: none;
    padding-right: 60px;
    width: auto; }
  #footer {
    border-top: none; }
  #headerVideo,
  #headerVideo iframe,
  .homepage #headerVideo,
  #headerVideo + #header {
    position: relative;
    height: 200px; }
  #headerVideo,
  .homepage #headerVideo {
    padding: 0; }
  #headerVideo + #header {
    position: absolute;
    /* top: 50px; */ }
  .playButton {
    top: 48px;
    font-size: 1.327em;
    letter-spacing: -1.2px; }
  .playButton .image {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    background: url("../images/sprite.png") no-repeat -120px -231px; }
  .sustainabilityVideo .playButton .image {
    background-position: -661px -459px; }
  #menu,
  #menu.affix,
  #menu.affix-top {
    max-height: 49px; }
  #menu .menuScrollButton {
    height: 49px;
    line-height: 49px;
    padding: 0;
    width: 100%; }
  #menu .menuScrollButton .ico {
    top: 14px;
    left: 14px; }
  #menu .menuScrollButton .text {
    display: none; }
  #menu .logo {
    top: 14px; }
  #menu .searchButton {
    top: 13px;
    right: 6px; }
  #menu .container > ul {
    background: #fff;
    padding-bottom: 60px; }
  #menu .container > ul > li {
    background: #fff;
    border-color: #dcdddc; }
  #menu .container > ul > li > a {
    line-height: 20px;
    font-weight: normal;
    padding: 10px 15px;
    color: #6d6d6d;
    font-size: 1.143em; }
  #menu .container > ul > li.opened .secondLevel {
    background: #414348; }
  #menu .container > ul > li .secondLevel .innerContainer {
    margin: 0 50px; }
  #menu .container > ul > li .secondLevel ul {
    margin: 4px 0; }
  #menu .container > ul > li .secondLevel ul > li a {
    line-height: 16px;
    padding: 9px 0; }
  #menu .selectLanguage select,
  #menu .dd-container .dd-select {
    height: 25px;
    font-size: 0.857em;
    width: 215px !important; }
  #menu .dd-container {
    margin-top: -45px;
    left: 15px;
    height: 25px;
    display: none;
    width: 215px !important; }
  #menu .dd-container .dd-select .dd-selected {
    width: 160px;
    padding-left: 30px;
    line-height: 24px; }
  #menu .dd-container .dd-select .dd-selected img {
    height: auto;
    left: 8px;
    top: 7px; }
  #menu .dd-container img {
    height: auto;
    left: 15px; }
  #menu .dd-container .dd-options {
    top: 26px;
    width: 215px !important; }
  #menu .dd-container .dd-options li a {
    line-height: 24px;
    padding-left: 40px;
    font-size: 0.857em; }
  #menu .dd-container .dd-pointer.dd-pointer-up {
    margin-top: -11px; }
  #menu .dd-container .dd-pointer,
  #menu .dd-container .dd-pointer.dd-pointer-up {
    border-width: 5px !important;
    right: 7px; }
  body .loginButton {
    position: static;
    border-left: none;
    text-align: right;
    width: auto;
    margin: 13px 0 50px 0;
    padding: 0 20px 0; }
  body .loginButton span {
    margin-right: 0;
    float: left; }
  body .loginButton .button {
    float: right; }
  #header.communiquesDePresse,
  #header.planDuSite,
  #header.newsNaturex {
    height: auto;
    margin-top: 0; }
  #header.communiquesDePresse .headerPanel,
  #header.planDuSite .headerPanel,
  #header.newsNaturex .headerPanel {
    padding: 0; }
  #header.communiquesDePresse .headerPanel h1,
  #header.planDuSite .headerPanel h1,
  #header.newsNaturex .headerPanel h1 {
    margin-top: 35px;
    padding-top: 0;
    margin-bottom: 35px; }
  #menu.secondLevelOpened + #header.communiquesDePresse,
  #menu.secondLevelOpened + #header.planDuSite,
  #menu.secondLevelOpened + #header.newsNaturex {
    height: auto;
    margin-top: 0; }
  #menu.secondLevelOpened + #header.communiquesDePresse .headerPanel,
  #menu.secondLevelOpened + #header.planDuSite .headerPanel,
  #menu.secondLevelOpened + #header.newsNaturex .headerPanel {
    padding: 0; }
  .menuOpened #menu .dd-container {
    display: block; }
  .searchPanel {
    top: 50px;
    height: 50px; }
  .searchPanel form {
    margin-top: 8px; }
  .searchPanel form label {
    display: none; }
  .searchPanel form .searchInput {
    left: 20px;
    right: 77px; }
  .searchPanel form .cancel {
    right: 15px; }
  .splitClick ul {
    height: 230px; }
  .splitClick ul > li {
    position: relative; }
  .splitClick ul > li .splitClickContent {
    width: 33.333333333333%;
    position: absolute;
    width: 100%;
    height: 230px;
    display: table;
    left: 0;
    /*				h2 {
                    background: transparent;
                    text-align: left;
                    font-size: 2.429em;
                    line-height: 40px;
                    padding: 12px 15px;
                    margin: 0 10px;
                    border: none;

                    display: table-cell;
                    vertical-align: middle;
                    position: static;

                    .showOnMobile {
                        display: inline-block;
                        height: 1px;
                        line-height: 1px;
                        font-size: 0;
                        width: 100%;
                        background: #fff;
                        vertical-align: top;
                        position: relative;
                        top: 8px;
                        &:first-child {
                            vertical-align: bottom;
                            top: -10px;
                        }
                    }
                    br {
                        display: inline;
                    }
                }*/ }
  .splitClick ul > li .splitClickContent h2 {
    top: 68px;
    font-size: 2.986em;
    width: 100%; }
  .darkGrayWrapper,
  .gmap,
  .backgroundCover,
  .lightDarkWrapper,
  .topBorder,
  .grayWrapper,
  .pageMainText,
  .backgroundContain {
    margin-left: 0px; }
  .grayWrapper {
    background: #fff; }
  .timeline {
    border-top: 1px solid #6b6b6b; }
  .trees {
    background: none; }
  .trees .whiteBlock {
    padding: 0; }
  .trees .whiteBlock .iconMenu {
    height: 130px; }
  .trees .whiteBlock .image {
    margin: 0 0 30px; }
  .trees .whiteBlock .image .playButton .image {
    margin-bottom: 10px; }
  .infoBanner {
    background: #016742; }
  .infoBanner .container {
    padding-bottom: 40px; }
  .infoBanner .bgTransition {
    left: 30px;
    background-position: -126px -313px;
    width: 57px;
    height: 210px; }
  .infoBanner .introText img {
    width: 62.5%; }
  .infoBanner .productList li {
    margin-bottom: 0; }
  .infoBanner .productList li a span {
    display: none; }
  table tbody tr th,
  table tbody tr td {
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px; }
  table tbody tr th {
    font-size: 1em; }
  table tbody tr td {
    font-size: 0.929em; }
  table.rowColSwap,
  table.moneyMovement {
    border: none;
    display: block; }
  table.rowColSwap tbody,
  table.moneyMovement tbody {
    display: block;
    width: 100%; }
  table.rowColSwap tbody tr,
  table.moneyMovement tbody tr {
    border: none;
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    margin-bottom: 27px;
    height: auto; }
  table.rowColSwap tbody tr td,
  table.moneyMovement tbody tr td,
  table.rowColSwap tbody tr th,
  table.moneyMovement tbody tr th {
    border: none;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 1.714em;
    padding: 0; }
  table.rowColSwap .thead,
  table.moneyMovement .thead {
    border-left: 2px solid;
    border-right: 1px solid #229dcb;
    font-size: 1em; }
  table.rowColSwap .thead th,
  table.moneyMovement .thead th,
  table.rowColSwap .thead td,
  table.moneyMovement .thead td {
    font-size: 1.143em; }
  table.showOnMobile {
    overflow: hidden;
    margin-bottom: 10px; }
  table.showOnMobile td,
  table.showOnMobile th {
    width: 50%;
    border: none;
    text-align: left;
    padding: 6px 8px; }
  table.showOnMobile tbody {
    font-size: 1em;
    border-bottom: 1px solid; }
  table.showOnMobile tbody tr th {
    color: #fff;
    border-right: 2px solid;
    padding-left: 5px;
    padding-right: 5px; }
  table.showOnMobile tbody tr td {
    font-size: 0.929em; }
  .alert {
    width: 100%;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px; }
  .alert p {
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 70px 0;
    padding: 0 25px; }
  .contactBlock.half {
    background: none; }
  .contactBlock.half h3 {
    font-size: 1.071em; }
  .contactBlock.half p {
    font-size: 1em; }
  .contactBlock.half .image {
    width: 231px;
    height: 361px;
    float: none;
    margin: 0 auto; }
  .contactBlock.half .image + p {
    margin-top: 27px; }
  .contactBlock.half .image + p + .arrowItem {
    font-size: 1em;
    line-height: normal;
    margin-bottom: 50px; }
  .contactBlock.half.biggerLineHeight {
    margin-bottom: 30px; }
  .contactBlock.half.biggerLineHeight .verticalAlign {
    display: block;
    height: auto;
    position: static; }
  .contactBlock.half.biggerLineHeight .verticalAlign .inner {
    display: block; }
  .contactBlock.half.biggerLineHeight .verticalAlign p {
    margin: 20px 10px 15px; }
  .contactBlock.half.biggerLineHeight .verticalAlign .arrowItem {
    margin: 0 10px;
    font-size: 1em; }
  .contactBlock.half.biggerLineHeight.last {
    margin-bottom: 0; }
  .container .submenu {
    margin-left: 0;
    width: auto; }
  .container .submenu li a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .container .submenu li a:after {
    margin-right: 0; }
  .container .submenu li.opened a:after {
    background-position: -652px -611px; }
  .pageMainText {
    border: none; }
  .container .pageControls {
    display: none; }
  .container h2 {
    margin: 0 0 30px;
    color: #6b6b6b;
    line-height: 30px;
    font-size: 1.714em; }
  .container h2.bottomIntend {
    margin-bottom: 30px; }
  .container p,
  .container.smallerTopIntend ul {
    margin-left: 0;
    margin-right: 0; }
  .container p.tiny {
    margin-bottom: 50px; }
  .resultsNumber {
    margin-left: 0;
    margin-right: 0; }
  .searchResult h2 {
    font-size: 1.357em;
    margin-bottom: 15px; }
  .boy,
  .girl,
  .runningGirl {
    border-top: 1px solid #9b9b9b; }
  .boy ul.submenu,
  .girl ul.submenu,
  .runningGirl ul.submenu {
    margin: 30px 0 10px; }
  .boy ul.submenu a,
  .girl ul.submenu a,
  .runningGirl ul.submenu a {
    padding: 10px 22px 10px 0;
    line-height: 20px;
    color: #6b6b6b;
    font-size: 1.071em; }
  .boy ul.submenu a:after,
  .girl ul.submenu a:after,
  .runningGirl ul.submenu a:after {
    bottom: 9px; }
  .fruits {
    background: none;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b; }
  .news a.image {
    display: none; }
  .aboveMap h2:last-child {
    margin-bottom: 0; }
  .normalWrapperOnMobile {
    background: #fff;
    border-bottom: 1px solid #6b6b6b; }
  .gmap {
    height: 350px; }
  .gmap .mapHeader {
    padding: 10px 20px;
    line-height: 20px;
    background: rgba(247, 245, 245, 0.82);
    text-align: center; }
  .gmap .mapHeader .container {
    overflow: visible; }
  .gmap .mapHeader h3 {
    display: block;
    float: left;
    width: 50%;
    clear: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: normal; }
  .gmap .mapHeader h3:first-child {
    border-right: 1px solid #c8c8c8;
    margin: 0 -1px 0 0; }
  .gmap .mapHeader h2 {
    margin: 0;
    font-size: 1.071em;
    line-height: 18px; }
  .gmap .mapHeader ul {
    position: absolute;
    top: 55px;
    left: -20px;
    right: 50%;
    z-index: 1;
    background: rgba(247, 245, 245, 0.82); }
  .gmap .mapHeader ul ~ ul {
    left: 50%;
    right: -20px; }
  .gmap .mapHeader ul li {
    float: none;
    border: 1px solid #d9d8d8;
    margin: 0;
    height: auto;
    line-height: 20px; }
  .gmap .mapHeader ul li a {
    padding: 10px 0;
    display: block; }
  .gmap .legend {
    left: 20px;
    bottom: 10px; }
  .gmap .infoWindow {
    top: 50px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    background: #fff;
    padding: 20px; }
  .gmap .infoWindow .fright {
    float: none;
    margin: 0 auto 10px;
    display: block; }
  .gmap .infoWindow .fright img {
    margin: 0 auto; }
  .gmap .infoWindow h2 {
    font-size: 1.143em;
    top: 0;
    padding-bottom: 12px;
    margin-bottom: 15px; }
  .gmap .infoWindow h3 {
    margin-top: 15px; }
  .gmap .infoWindow .subheader {
    margin-top: -10px; }
  .gmap .infoWindow .news li h3 {
    position: static;
    width: auto;
    text-align: left;
    margin: 0 0 18px; }
  .gmap .infoWindow .news li .textContent {
    margin: 0 0 15px; }
  .gmap .infoWindow .half {
    margin-right: 0;
    float: none;
    width: auto; }
  .gmap .infoWindow.limiter .infoContent {
    margin-top: 10px; }
  .inlineForm > label {
    float: none;
    font-size: 1.357em;
    margin-bottom: 18px; }
  .inlineForm .formControl {
    float: none;
    margin-bottom: 25px; }
  .quarter,
  .quarter.last,
  .half,
  .half.last,
  .full {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }
  .quarter .image,
  .half .image,
  .full .image {
    margin-bottom: 10px; }
  .quarter .image.fullSize,
  .half .image.fullSize,
  .full .image.fullSize {
    height: 520px; }
  .quarter > h2,
  .half > h2,
  .full > h2 {
    margin-left: 0;
    margin-right: 0;
    color: #6b6b6b;
    font-size: 1.714em; }
  .quarter > h4,
  .half > h4,
  .full > h4 {
    margin: 0 auto 8px;
    font-size: 1.071em; }
  .quarter > p,
  .half > p,
  .full > p {
    color: #6b6b6b; }
  .quarter > ul,
  .half > ul,
  .full > ul {
    margin: 0 0 20px 10px; }
  .quarter.bigInner .natArom,
  .half.bigInner .natArom,
  .full.bigInner .natArom,
  .quarter.bigInner p.natAromParagraph,
  .half.bigInner p.natAromParagraph,
  .full.bigInner p.natAromParagraph {
    width: 170px;
    margin: 0 auto; }
  .quarter.bigInner p.natAromParagraph,
  .half.bigInner p.natAromParagraph,
  .full.bigInner p.natAromParagraph {
    margin-bottom: 30px; }
  .quarter.productList,
  .half.productList,
  .full.productList {
    padding-bottom: 15px; }
  .quarter.productList h3,
  .half.productList h3,
  .full.productList h3 {
    margin: 0 0 30px; }
  .quarter.productList ul,
  .half.productList ul,
  .full.productList ul {
    margin: 0; }
  .quarter.downloadBrochure p,
  .half.downloadBrochure p,
  .full.downloadBrochure p {
    margin: 30px 0 15px; }
  a.quarter,
  a.half,
  a.full {
    margin-bottom: 30px; }
  a.quarter h3,
  a.half h3,
  a.full h3 {
    margin-bottom: 0; }
  .quarter p.date,
  .half p.date,
  .full p.date,
  .quarter p,
  .half p,
  .full p,
  .quarter h3,
  .half h3,
  .full h3,
  .quarter h5,
  .half h5,
  .full h5,
  .container.smallerTopIntend .quarter h3,
  .container.smallerTopIntend .half h3,
  .container.smallerTopIntend .full h3 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px; }
  .quarter.whiteBlock,
  .half.whiteBlock,
  .full.whiteBlock {
    padding: 0 0 10px; }
  .quarter.whiteBlock ul,
  .half.whiteBlock ul,
  .full.whiteBlock ul,
  .quarter.whiteBlock ul.textIntend,
  .half.whiteBlock ul.textIntend,
  .full.whiteBlock ul.textIntend {
    margin-left: 0;
    margin-right: 0; }
  .quarter.whiteBlock h3,
  .half.whiteBlock h3,
  .full.whiteBlock h3 {
    color: #6b6b6b;
    font-size: 1.071em;
    margin-bottom: 18px;
    margin-left: 26px;
    margin-right: 26px; }
  .quarter.whiteBlock p,
  .half.whiteBlock p,
  .full.whiteBlock p {
    margin-left: 26px;
    margin-right: 26px; }
  .quarter.whiteBlock .crossedIcon,
  .half.whiteBlock .crossedIcon,
  .full.whiteBlock .crossedIcon {
    margin-top: 10px; }
  .quarter.linkedIn,
  .half.linkedIn,
  .full.linkedIn,
  .quarter.twitter,
  .half.twitter,
  .full.twitter,
  .quarter.facebook,
  .half.facebook,
  .full.facebook {
    padding-bottom: 20px;
    margin-top: 0; }
  .quarter.linkedIn h3,
  .half.linkedIn h3,
  .full.linkedIn h3,
  .quarter.twitter h3,
  .half.twitter h3,
  .full.twitter h3,
  .quarter.facebook h3,
  .half.facebook h3,
  .full.facebook h3,
  .quarter.linkedIn p,
  .half.linkedIn p,
  .full.linkedIn p,
  .quarter.twitter p,
  .half.twitter p,
  .full.twitter p,
  .quarter.facebook p,
  .half.facebook p,
  .full.facebook p,
  .quarter.linkedIn p.date,
  .half.linkedIn p.date,
  .full.linkedIn p.date,
  .quarter.twitter p.date,
  .half.twitter p.date,
  .full.twitter p.date,
  .quarter.facebook p.date,
  .half.facebook p.date,
  .full.facebook p.date,
  .quarter.linkedIn .arrowItem,
  .half.linkedIn .arrowItem,
  .full.linkedIn .arrowItem,
  .quarter.twitter .arrowItem,
  .half.twitter .arrowItem,
  .full.twitter .arrowItem,
  .quarter.facebook .arrowItem,
  .half.facebook .arrowItem,
  .full.facebook .arrowItem {
    margin-left: 20px;
    margin-right: 20px; }
  .container .searchedList .half {
    padding-bottom: 18px;
    width: 100%; }
  .container .searchedList .half h3 {
    margin-bottom: 0; }
  .container .searchedList .half .image {
    display: none; }
  .container .searchedList .half .date {
    margin-bottom: 22px; }
  .container .searchedList .half p {
    margin-bottom: 35px; }
  .container .searchedList + h3 {
    margin-top: 55px; }
  .activePage .quarter,
  .activePage .half,
  .activePage .full {
    height: auto;
    min-height: 400px; }
  .quoteBlock,
  .half.quoteBlock,
  .full.quoteBlock,
  body .quality .container .quoteBlock,
  .equalHeight > .equalHeightRow > .quoteBlock {
    height: auto;
    margin: 0 -20px;
    min-height: 0;
    padding: 80px 20px 20px; }
  .quoteBlock .image,
  .half.quoteBlock .image,
  .full.quoteBlock .image,
  body .quality .container .quoteBlock .image,
  .equalHeight > .equalHeightRow > .quoteBlock .image {
    display: none; }
  .quoteBlock .topQuote,
  .half.quoteBlock .topQuote,
  .full.quoteBlock .topQuote,
  body .quality .container .quoteBlock .topQuote,
  .equalHeight > .equalHeightRow > .quoteBlock .topQuote,
  .quoteBlock .bottomQuote,
  .half.quoteBlock .bottomQuote,
  .full.quoteBlock .bottomQuote,
  body .quality .container .quoteBlock .bottomQuote,
  .equalHeight > .equalHeightRow > .quoteBlock .bottomQuote {
    width: 62px;
    height: 48px; }
  .quoteBlock .topQuote,
  .half.quoteBlock .topQuote,
  .full.quoteBlock .topQuote,
  body .quality .container .quoteBlock .topQuote,
  .equalHeight > .equalHeightRow > .quoteBlock .topQuote {
    top: 44px;
    left: 20px; }
  .quoteBlock .bottomQuote,
  .half.quoteBlock .bottomQuote,
  .full.quoteBlock .bottomQuote,
  body .quality .container .quoteBlock .bottomQuote,
  .equalHeight > .equalHeightRow > .quoteBlock .bottomQuote {
    right: 20px;
    bottom: 44px; }
  .quoteBlock p,
  .half.quoteBlock p,
  .full.quoteBlock p,
  body .quality .container .quoteBlock p,
  .equalHeight > .equalHeightRow > .quoteBlock p,
  .quoteBlock p.author,
  .half.quoteBlock p.author,
  .full.quoteBlock p.author,
  body .quality .container .quoteBlock p.author,
  .equalHeight > .equalHeightRow > .quoteBlock p.author {
    text-indent: 70px;
    padding: 0;
    line-height: normal;
    font-size: 1em;
    margin: 0 0 20px; }
  .quoteBlock p.author,
  .half.quoteBlock p.author,
  .full.quoteBlock p.author,
  body .quality .container .quoteBlock p.author,
  .equalHeight > .equalHeightRow > .quoteBlock p.author {
    text-indent: 0;
    position: static; }
  .quoteBlock.withoutImage,
  .half.quoteBlock.withoutImage,
  .full.quoteBlock.withoutImage,
  body .quality .container .quoteBlock.withoutImage,
  .equalHeight > .equalHeightRow > .quoteBlock.withoutImage {
    overflow: visible;
    border: none;
    padding-top: 0; }
  .quoteBlock.withoutImage .topQuote,
  .half.quoteBlock.withoutImage .topQuote,
  .full.quoteBlock.withoutImage .topQuote,
  body .quality .container .quoteBlock.withoutImage .topQuote,
  .equalHeight > .equalHeightRow > .quoteBlock.withoutImage .topQuote {
    top: -30px; }
  .quoteBlock.withoutImage .author,
  .half.quoteBlock.withoutImage .author,
  .full.quoteBlock.withoutImage .author,
  body .quality .container .quoteBlock.withoutImage .author,
  .equalHeight > .equalHeightRow > .quoteBlock.withoutImage .author {
    margin-right: 90px; }
  .quoteBlock + .half,
  .half.quoteBlock + .half,
  .full.quoteBlock + .half,
  body .quality .container .quoteBlock + .half,
  .equalHeight > .equalHeightRow > .quoteBlock + .half {
    margin: 20px -20px 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #b9bbb9; }
  .equalHeight > .equalHeightRow {
    margin: 0;
    display: block; }
  .equalHeight > .equalHeightRow > .equalHeightTablet {
    margin: 0;
    display: block; }
  .equalHeight > .equalHeightRow > .equalHeightTablet + .separateur {
    display: none; }
  .equalHeight > .equalHeightRow > .equalHeightTablet .quarter {
    position: relative;
    padding: 0; }
  .equalHeight > .equalHeightRow > .equalHeightTablet .quarter .arrowItem {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px; }
  .equalHeight .separateur {
    display: none; }
  body .quality .container .quoteBlock .topQuote,
  body .quality .container .quoteBlock .bottomQuote {
    height: 37px;
    width: 49px; }
  .container .quarter .arrowItem,
  .container .half .arrowItem,
  .container .full .arrowItem {
    position: static;
    margin: 0 0 20px;
    text-align: left; }
  .container .quarter .downloadLink,
  .container .half .downloadLink,
  .container .full .downloadLink {
    margin-left: 0; }
  .container .linkedIn .arrowItem,
  .container .facebook .arrowItem,
  .container .twitter .arrowItem {
    margin: 50px 20px 20px; }
  .container .retour {
    left: 0; }
  .third,
  .twoThirds {
    margin: 0;
    width: auto;
    float: none; }
  .equalHeight,
  .equalHeightTablet {
    display: block; }
  .equalHeight > .equalHeightRow,
  .equalHeightTablet > .equalHeightRow {
    display: block; }
  .equalHeight > .equalHeightRow > *,
  .equalHeightTablet > .equalHeightRow > * {
    display: block; }
  .equalHeight > .equalHeightRow .separateur,
  .equalHeightTablet > .equalHeightRow .separateur {
    display: none; }
  .activePage h2 {
    margin: 0 0 15px;
    font-size: 1.929em; }
  .activePage .greenButton {
    display: block;
    height: auto;
    font-size: 0.867em;
    font-weight: 600;
    padding: 12px 20px;
    line-height: 15px;
    position: static; }
  body .lightDarkWrapper.pageMainText .container {
    padding-bottom: 30px; }
  .finance {
    background: transparent;
    height: auto;
    padding-bottom: 0; }
  .finance .container {
    padding: 0 20px 20px; }
  .finance h2 {
    font-size: 1.071em;
    font-weight: 700;
    border: none;
    letter-spacing: 0;
    display: block;
    margin: 30px 0 10px;
    width: auto;
    height: auto;
    line-height: 30px; }
  .finance h2 span {
    background-position: -99px -214px;
    margin-top: 7px; }
  .finance .contentPanel,
  .finance .twoThirds .contentPanel,
  .finance .twoThirds .contentPanel.personsPanel {
    width: auto;
    float: none;
    margin: 0;
    height: 85px;
    margin-bottom: 18px;
    border: 3px solid #d0e8a6; }
  .finance .twoThirds .contentPanel.coins,
  .finance .twoThirds .contentPanel.production,
  .finance .twoThirds .contentPanel.personsPanel {
    height: auto;
    display: block; }
  .finance .twoThirds .contentPanel.coins span,
  .finance .twoThirds .contentPanel.production span,
  .finance .twoThirds .contentPanel.personsPanel span {
    display: none; }
  .finance .twoThirds .contentPanel.coins img,
  .finance .twoThirds .contentPanel.production img,
  .finance .twoThirds .contentPanel.personsPanel img {
    display: block;
    width: 100%; }
  .finance .third .contentPanel {
    padding: 0 15px 20px;
    height: auto; }
  .finance .contentPanel.bourse h3 {
    font-size: 1.643em;
    margin: 15px 5px; }
  .finance .contentPanel.bourse h4 {
    font-size: 1.643em; }
  .finance .contentPanel.bourse .shareValue {
    font-size: 4vw; }
  .finance .contentPanel.bourse .shareValue .number {
    font-size: 2.25em; }
  .finance .bottomLineWrapper {
    padding-bottom: 0; }
  .finance .bottomLineWrapper h2 {
    border-bottom: 1px solid #016742;
    height: auto;
    padding-bottom: 10px;
    margin: 30px 0 15px;
    font-weight: 600; }
  .finance .bottomLineWrapper p {
    margin-bottom: 8px;
    color: #6b6b6b;
    font-weight: 400; }
  .finance .bottomLineWrapper .bottomRightLink {
    float: none;
    position: static;
    width: auto;
    padding: 10px 0 18px; }
  .finance .bottomLineWrapper .bottomRightLink a {
    float: none;
    text-align: right;
    color: #6b6b6b;
    font-weight: 400; }
  .finance .news li h3 {
    color: #6b6b6b; }
  .backToTop {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #898989;
    padding-bottom: 12px;
    font-size: 1.715em; }
  .backToTop span {
    display: inline-block;
    font-weight: 300;
    color: #898989; }
  .backToTop .animationHolder {
    height: 40px; }
  .backToTop .animationHolder .image {
    background-position: -63px -235px;
    background-size: auto;
    width: 40px;
    height: 40px;
    margin: 0 auto 3px; }
  .smallerTopIntend + .backToTop {
    margin-top: 20px; }
  .container form.contentForm .row label {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    max-width: none;
    text-align: left;
    float: none; }
  .container form.contentForm .row .formControl {
    float: none;
    max-width: none;
    width: 100%; }
  .container form.contentForm .row .formControl label {
    width: 49%; }
  .container form.contentForm .row .formControl .radio:before {
    top: 4px; }
  .container form.contentForm .row .labelOffset {
    margin: 0; }
  .container form.contentForm .row.captcha .formControl div {
    margin: 0; }
  .container form.contentForm .row.buttonHolder {
    margin-top: 30px;
    text-align: center; }
  .container form.contentForm .row .fileUpload input[type="password"],
  .container form.contentForm .row .fileUpload input[type="text"] {
    width: 100%; }
  .container form.contentForm .row .fileUpload .customfile-upload {
    margin: 15px auto 0; }
  .container form.contentForm h3 {
    margin: 40px 0 5px; }
  #footer a {
    position: static;
    margin: 0 5px 18px; }
  #footer a.ico {
    margin-bottom: 0; }
  #footer .container {
    padding-bottom: 100px;
    padding-top: 16px;
    line-height: 18px; }
  .crossedIcon {
    margin-top: 10px; }
  .crossedIcon img {
    max-width: 70px; }
  .greenLeafBloom,
  .greenBloom,
  .rose {
    background-image: none; }
  .greenLeafBloom,
  .greenBloom,
  .rose,
  .greenLeafBloom h2,
  .greenBloom h2,
  .rose h2,
  .greenLeafBloom h3,
  .greenBloom h3,
  .rose h3,
  .greenLeafBloom p,
  .greenBloom p,
  .rose p,
  .greenLeafBloom div.container a.quarter:hover h3,
  .greenBloom div.container a.quarter:hover h3,
  .rose div.container a.quarter:hover h3 {
    color: #fff; }
  .papilon {
    background-image: none; }
  .conifer {
    background: #fff;
    border-top: 1px solid #b5b5b5; }
  .formPage {
    padding-top: 0; }
  .formPage .back {
    float: right;
    margin-bottom: 20px;
    background: url("../images/sprite.png") no-repeat -1228px -371px;
    padding-left: 20px; }
  .formPage .container h2 {
    border-bottom: 1px solid #775339;
    padding-bottom: 30px; }
  .formPage .container h5 {
    margin: 30px 0 5px; }
  .formPage .container .contentForm {
    margin: 20px 0 25px; }
  .formPage .container .contentForm .buttonHolder {
    border-top: 1px solid #775339; }
  .formPage .container .contentForm .formControl.centered {
    text-align: center; }
  .formPage .container .contentForm .formControl.centered label {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 25px; }
  .formPage .container .contentForm .formControl.centered label:last-child {
    margin-right: 0; }
  .leafes,
  #menu.secondLevelOpened + .leafes,
  .whiteRoses,
  #menu.secondLevelOpened + .whiteRoses {
    padding-top: 0px; }
  .leafes,
  .whiteRoses {
    background-image: none; }
  .leafes .backToTop,
  .whiteRoses .backToTop {
    border: none; }
  .orange #header .headerPanel h1 span.text {
    color: #f7931d; }
  .orange .quoteBlock .topQuote {
    background-position: -709px -102px; }
  .orange .quoteBlock .bottomQuote {
    background-position: -774px -102px; }
  .green #header .headerPanel h1 span.text {
    color: #72bf44; }
  .green .quoteBlock .topQuote {
    background-position: -836px -102px; }
  .green .quoteBlock .bottomQuote {
    background-position: -898px -102px; }
  .darkGreen #header .headerPanel h1,
  .darkGreen #header .sectionHeader {
    color: #07aa07; }
  .darkGreen .quoteBlock .topQuote {
    background-position: -1084px -102px; }
  .darkGreen .quoteBlock .bottomQuote {
    background-position: -1146px -102px; }
  .blue #header .headerPanel h1,
  .blue #header .sectionHeader {
    color: #229dcb; }
  .blue .quoteBlock .topQuote {
    background-position: -1000px -42px; }
  .blue .quoteBlock .bottomQuote {
    background-position: -1062px -42px; }
  .blue .alert {
    background: #9ad0e5; }
  .blue table.rowColSwap .thead,
  .blue table.moneyMovement .thead,
  .blue table.rowColSwap tbody,
  .blue table.moneyMovement tbody,
  .blue table.rowColSwap .thead td,
  .blue table.moneyMovement .thead td,
  .blue table.rowColSwap .thead th,
  .blue table.moneyMovement .thead th,
  .blue table.rowColSwap tbody tr td,
  .blue table.moneyMovement tbody tr td,
  .blue table.rowColSwap tbody tr th,
  .blue table.moneyMovement tbody tr th {
    border-color: #229dcb; }
  .blue table.showOnMobile tbody,
  .blue table.showOnMobile tbody tr th {
    border-color: #229dcb; }
  .blue table.showOnMobile tbody tr th {
    background: #9ad0e5; }
  .yellow #header .headerPanel h1,
  .yellow #header .sectionHeader {
    color: #d9b924; }
  .darkestGreen #header .headerPanel h1 {
    color: #158437; }
  .red .sectionHeader {
    color: #d43106; }
  .lightGreen #header .headerPanel h1,
  .lightGreen .underHeader .headerPanel h1,
  .lightGreen #header .sectionHeader,
  .lightGreen .underHeader .sectionHeader {
    color: #68c812; }
  .lightGreen .quoteBlock .topQuote {
    background-position: -960px -102px; }
  .lightGreen .quoteBlock .bottomQuote {
    background-position: -1022px -102px; }
  .pink #header .headerPanel h1 span.text {
    color: #e85177; }
  .pink .quoteBlock .topQuote {
    background-position: -876px -42px; }
  .pink .quoteBlock .bottomQuote {
    background-position: -939px -42px; }
  .brown #header .headerPanel h1,
  .brown .underHeader .headerPanel h1,
  .brown #header .sectionHeader,
  .brown .underHeader .sectionHeader {
    color: #775339; }
  .brown .quoteBlock .topQuote {
    background-position: -1124px -42px; }
  .brown .quoteBlock .bottomQuote {
    background-position: -1186px -41px; }
  .gmap .infoWindow.limiter {
    min-height: 150px; }
  .natcolor--markets {
    flex-direction: column; }
  .natcolor--markets li.natcolor--markets__items {
    width: 100% !important; }
  .expertise-bloc{
    height: unset !important; } }

@media only screen and (max-width: 600px) and (max-width: 768px) {
  .mobile #naturex-live-homepage .half, .mobile .smallHalf .half {
    width: 100%; }
  .mobile .homepage .playButton .image {
    background-size: 877px 877px;
    background-position: -29px -15px;
    width: 66px;
    height: 66px; }
  .mobile .transparentWhite div.image .playButton {
    margin-top: -71px; }
  .mobile .quarter.bigInner .image {
    margin-bottom: 50px; }
  .mobile div.small-space {
    padding: 30px 20px; }
  .mobile #content > .pageMainText .container {
    min-height: 263px !important; }
  #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
    box-sizing: border-box;
    width: 100% !important; }
  .mobile #naturex-live-homepage a.hideOnTablet {
    display: block !important; }
  .mobile #colorbox.video {
    box-sizing: border-box; } }

.quarter {
  margin-right: 10px; }

.half {
  margin-right: 10px; }

.purple .searchResult p b {
  color: #d845c1; }

#header.nonFullscreen {
  margin-top: 50px;
  height: 206px; }

#cboxLoadedContent #debug {
  display: none; }

.pageMainText .transparentWhite {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 14px;
  margin-bottom: 20px;
  box-sizing: border-box; }

.pageMainText .transparentWhite h2 {
  margin: 0 8px; }

.pageMainText .transparentWhite.half {
  padding-bottom: 25px; }

.pageMainText div.transparentWhite a {
  text-decoration: none;
  /*cursor: default;*/ }

.pageMainText .transparentWhite div.image {
  /* cursor: pointer; */ }

.pageMainText .transparentWhite > .image {
  height: 170px;
  margin: -10px 0 25px; }

.transparentWhite div.image .playButton {
  width: 120px;
  background: none;
  text-align: center;
  margin-top: -50px;
  margin-left: -60px; }

.transparentWhite div.image .playButton .image {
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  background-size: initial;
  background-position: -120px -231px; }

.transparentWhitePole {
  background: rgba(255, 255, 255, 0.85); }

@media (min-width: 1024px) {
  .lightPurpleWrapper .equalHeight > .equalHeightRow > * {
    float: none; } }

@media (max-width: 1024px) {
  .finance .twoThirds .contentPanel.production {
    height: 160px; }
  .blockEmpty {
    display: none; }
  #content {
    padding-left: 0px; }
  #content.content_search,
  .container.smallerTopIntend.news {
    padding-left: 20px; }
  #content .timeline {
    margin-left: 20px; }
  .conifer .container {
    padding-left: 0; }
  #content.subrubric_search, .blue #content .container .filterBox {
    padding-left: 20px; } }

@media (max-width: 600px) {
  .blockEmpty {
    display: none; }
  .quarter.normalOnTablet, .half.normalOnTablet {
    width: 100%; } }

.pageSelector + .clear + .backToTop {
  margin-top: 100px; }

.backToTop {
  padding-bottom: 30px;
  padding-top: 40px; }

.quarter.facebook,
.quarter.linkedIn {
  padding-top: 50px; }

.quarter.twitter {
  padding-top: 45px; }

.activePage .facebook .fb_iframe_widget,
.activePage .facebook-photo .fb_iframe_widget {
  height: 20px;
  overflow: hidden; }

.activePage .quarter.facebook, .activePage .half.facebook, .activePage .full.facebook,
.activePage .quarter.linkedIn {
  height: 350px; }

.activePage .quarter.twitter {
  height: 355px; }

.activePage .facebook-photo .fb_iframe_widget {
  position: absolute;
  bottom: 67px;
  left: 85px; }

.quarter.twitter .button, .half.twitter .button, .full.twitter .button {
  background: none;
  position: relative; }

.quarter .image .pinIt, .half .image .pinIt, .full .image .pinIt {
  background: none; }

.actusNews span.titre_communique {
  text-transform: uppercase;
  font-size: 2.714em;
  font-weight: 600;
  line-height: 38px;
  color: #454545;
  margin: 0 20px 30px; }

.actusNews span.titre_communique {
  margin-top: 75px; }

.container ul li {
  list-style-type: none; }

.container ol {
  list-style-position: inside; }

.iframe-responsive-wrapper .iframe-ratio {
  display: block;
  width: 100%;
  height: auto; }

.iframe-responsive-wrapper iframe {
  width: 100%; }

/*.popup-video{
	max-width:80%;
}*/
div.button-linkedin {
  margin: 0 auto 18px;
  height: 20px;
  line-height: 20px;
  width: 115px; }

.quarter .button-linkedin iframe {
  position: relative; }

a.backToTop:hover {
  text-decoration: none; }

/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
#content.no-border {
  border: none; }

div.pageMainText.no-border-bottom {
  border-bottom: none; }

p.hide {
  display: none !important; }

a.unstyled {
  text-decoration: none;
  color: #ffffff; }

div.small-space {
  padding-top: 50px;
  padding-bottom: 40px; }

@media (max-width: 1024px) {
  div.small-space {
    padding: 30px 30px; } }

@media (max-width: 600px) {
  div.small-space {
    padding: 20px 20px; } }

.container .headerPanel h1 {
  margin-top: 10px; }

@media (max-width: 600px) {
  #header .headerPanel h1 {
    padding-top: 0; }
  #header,
  #content .trees,
  #content .pageMainText:not(.bg--natcolor),
  .container.smallerTopIntend.news {
    background-image: none !important; }
  .darkestGreen #header .sectionHeader,
  .darkestGreen #header .headerPanel h1 span.text {
    color: #158437; }
  .darkGreen #header .headerPanel h1 span.text {
    color: #07aa07; }
  .blue #header .headerPanel h1 span.text {
    color: #229dcb; }
  .brown #header .headerPanel h1 span.text {
    color: #775339; } }

#menu .container > ul > li .secondLevel ul > li a.active {
  font-weight: bold; }

@media (max-width: 1024px) {
  .quarter.empty, .half.empty {
    display: none; } }

@media (max-width: 600px) {
  .quarter.empty, .half.empty {
    display: none; } }

.headerQuartes .quarter {
  margin-right: 20px; }

@media (max-width: 1024px) {
  .headerQuartes .quarter {
    margin-right: 4%; }
  .quarter.lastOnTablet {
    margin-right: 0; } }

.headerQuartes .quarter.last {
  margin-right: 0; }

.headerQuartes .quarter img {
  width: 100%; }

.headerQuartes .half img {
  width: 100%; }

form.contentForm .row .formControl.error .radio span {
  background-position: -978px -2px; }

form.contentForm .row .formControl.error input:checked + .radio span {
  background-position: -954px -2px; }

form.contentForm .row .formControl.error .dd-select {
  border-color: #b70f0f !important;
  border-width: 2px; }

table tbody .highlited td {
  font-weight: normal; }

@media (max-width: 1024px) {
  .dropFall .submenu {
    max-width: 554px; } }

.popup-video p {
  width: 100%; }

body .container .country .dd-container .dd-options {
  max-height: 272px; }

.newsList .half .image {
  margin-right: 20px;
  width: 24.25%; }

.newsList .half .date {
  font-size: 0.857em;
  font-weight: 800;
  margin-bottom: 20px; }

.newsList .half p {
  margin-right: 30px;
  max-height: 150px; }

.newsList .half h3 {
  display: none;
  font-size: 1.143em;
  margin-bottom: 0;
  text-transform: uppercase; }

.newsList .half * {
  overflow: hidden; }

.newsList .half .arrowItem {
  bottom: 20px;
  left: 227px;
  padding-left: 20px;
  position: absolute; }

.newsList .half * {
  overflow: hidden; }

h3.bottomBorder {
  border-bottom: 1px solid;
  padding: 10px 16px;
  margin: 0 0 40px; }

.lightGreen #content h3.bottomBorder {
  border-color: #67c806; }

.quoteBlock.half {
  margin-bottom: 20px; }

@media (max-width: 1600px) {
  .yellowGreen #footer .secondLevel .innerContainer {
    font-size: 58%; } }

@media (max-width: 1200px) {
  .yellowGreen #footer .secondLevel .innerContainer {
    font-size: 45%; } }

b, strong {
  font-weight: bold; }

.half .downloadLink {
  color: #4e4e4e; }

.darkestGreen .arrowItem {
  background-position: -1296px -264px; }

#nutrition .image {
  height: 108px; }

.quarter.align p {
  margin-left: 0; }

.sharePanel .icons a > img {
  margin-top: 20px; }

@media (max-width: 600px) {
  .equalHeight .equalHeightRow .equalHeightTablet .equalHeightRow p {
    margin-bottom: 40px; } }

#header .largePanel {
  width: 451px; }

@media (max-width: 1024px) {
  #header .largePanel {
    width: 60%; } }

@media (max-width: 600px) {
  #header .largePanel {
    width: 100%; } }

@media (min-width: 1025px) {
  .pageMainText .container .pageHolder .page .pageMainText .container {
    padding-top: 35px; } }

#colorbox #tele.infoWindow h2,
#tele input,
#tele .dd-select,
#tele .dd-options,
#tele .dd-option,
#colorbox #tele.infoWindow .buttonHolder {
  border-color: #fbae17; }

.orange #colorbox #tele.infoWindow h2,
.orange #tele input,
.orange #tele .dd-select,
.orange #tele .dd-options,
.orange #tele .dd-option,
.orange #colorbox #tele.infoWindow .buttonHolder,
.orange .half.bordered {
  border-color: #f7931d; }

.orange #tele .button {
  background-color: #f7931d; }

.orange #tele .button:hover,
.orange .half.bordered h3 {
  color: #f7931d; }

.green #colorbox #tele.infoWindow h2,
.green #tele input,
.green #tele .dd-select,
.green #tele .dd-options,
.green #tele .dd-option,
.green #colorbox #tele.infoWindow .buttonHolder,
.green .half.bordered {
  border-color: #72bf44; }

.green #tele .button {
  background-color: #72bf44; }

.green #tele .button:hover,
.green .half.bordered h3 {
  color: #72bf44; }

.red #colorbox #tele.infoWindow h2,
.red #tele input,
.red #tele .dd-select,
.red #tele .dd-options,
.red #tele .dd-option,
.red #colorbox #tele.infoWindow .buttonHolder,
.red .half.bordered {
  border-color: #d43106; }

.red #tele .button {
  background-color: #d43106; }

.red #tele .button:hover,
.red .half.bordered h3 {
  color: #d43106; }

.lightGreen #colorbox #tele.infoWindow h2,
.lightGreen #tele input,
.lightGreen #tele .dd-select,
.lightGreen #tele .dd-options,
.lightGreen #tele .dd-option,
.lightGreen #colorbox #tele.infoWindow .buttonHolder,
.lightGreen .half.bordered {
  border-color: #67c806; }

.lightGreen #tele .button {
  background-color: #67c806; }

.lightGreen #tele .button:hover,
.lightGreen .half.bordered h3 {
  color: #67c806; }

.darkestGreen #colorbox #tele.infoWindow h2,
.darkestGreen #tele input,
.darkestGreen #tele .dd-select,
.darkestGreen #tele .dd-options,
.darkestGreen #tele .dd-option,
.darkestGreen #colorbox #tele.infoWindow .buttonHolder,
.darkestGreen .half.bordered {
  border-color: #158437; }

.darkestGreen #tele .button {
  background-color: #158437; }

.darkestGreen #tele .button:hover,
.darkestGreen .half.bordered h3 {
  color: #158437; }

.yellowGreen #colorbox #tele.infoWindow h2,
.yellowGreen #tele input,
.yellowGreen #tele .dd-select,
.yellowGreen #tele .dd-options,
.yellowGreen #tele .dd-option,
.yellowGreen #colorbox #tele.infoWindow .buttonHolder,
.yellowGreen .half.bordered {
  border-color: #91be3b; }

.yellowGreen #tele .button {
  background-color: #91be3b; }

.yellowGreen #tele .button:hover,
.yellowGreen .half.bordered h3 {
  color: #91be3b; }

.purple #colorbox #tele.infoWindow h2,
.purple #tele input,
.purple #tele .dd-select,
.purple #tele .dd-options,
.purple #tele .dd-option,
.purple #colorbox #tele.infoWindow .buttonHolder,
.purple .half.bordered {
  border-color: #91be3b; }

.purple #tele .button {
  background-color: #91be3b; }

.purple #tele .button:hover,
.purple .half.bordered h3 {
  color: #91be3b; }

.brown #colorbox #tele.infoWindow h2,
.brown #tele input,
.brown #tele .dd-select,
.brown #tele .dd-options,
.brown #tele .dd-option,
.brown #colorbox #tele.infoWindow .buttonHolder,
.brown .half.bordered {
  border-color: #775339; }

.brown #tele .button {
  background-color: #775339; }

.brown #tele .button:hover,
.brown .half.bordered h3 {
  color: #775339; }

.pink #colorbox #tele.infoWindow h2,
.pink #tele input,
.pink #tele .dd-select,
.pink #tele .dd-options,
.pink #tele .dd-option,
.pink #colorbox #tele.infoWindow .buttonHolder,
.pink .half.bordered {
  border-color: #e85177; }

.pink #tele .button {
  background-color: #e85177; }

.pink #tele .button:hover,
.pink .half.bordered h3 {
  color: #e85177; }

.pink #tele .button:hover {
  background-color: #ffffff; }

.blue #colorbox #tele.infoWindow h2,
.blue #tele input,
.blue #tele .dd-select,
.blue #tele .dd-options,
.blue #tele .dd-option,
.blue #colorbox #tele.infoWindow .buttonHolder,
.blue .half.bordered {
  border-color: #229dcb; }

.blue #tele .button {
  background-color: #229dcb; }

.blue #tele .button:hover,
.blue .half.bordered h3 {
  color: #229dcb; }

.yellow #colorbox #tele.infoWindow h2,
.yellow #tele input,
.yellow #tele .dd-select,
.yellow #tele .dd-options,
.yellow #tele .dd-option,
.yellow #colorbox #tele.infoWindow .buttonHolder,
.yellow .half.bordered {
  border-color: #d5b20f; }

.yellow #tele .button {
  background-color: #d5b20f; }

.yellow #tele .button:hover,
.yellow .half.bordered h3 {
  color: #d5b20f; }

/*.scrollButton .image{
    background: url('../images/sprite.png') no-repeat +1px -46px;
    width: 50px;
}*/
a.cboxAlign {
  margin: 0 20px 15px; }

.smallHalf .half, #naturex-live-homepage .half {
  width: 470px; }

.container.smallerTopIntend ul.submenu li {
  padding: 0;
  margin: 0; }

.darkGreen a.arrowItem:hover {
  color: #07aa07;
  text-decoration: none; }

.half.orange a.arrowItem:hover {
  color: #f29400; }

.half.pink a.arrowItem:hover {
  color: #F05B7D; }

.contactBlock.half.biggerLineHeight {
  margin-right: 20px; }

.contactBlock.half.biggerLineHeight.last {
  margin-right: 0; }

.finance .third .contentPanel.bourse .shareValue .downArrow {
  background: url("../images/sprite.png") no-repeat scroll -259px -213px transparent;
  height: 25px;
  width: 44px; }

@media (max-width: 1024px) {
  #naturex-live-homepage .half, .smallHalf .half {
    width: 48%; }
  /*
    #naturex-live-homepage .quarter.last, .smallHalf .quarter.last, .smallHalf .half.last {
        margin-right: 10px;
    }
	*/
  .finance .third .contentPanel.bourse .shareValue .number {
    font-size: 1.286em; }
  .finance .third .contentPanel.bourse .shareValue .upArrow {
    width: 32px;
    height: 17px;
    background-position: -161px -203px;
    margin: 0 10px; }
  .finance .third .contentPanel.bourse .shareValue .downArrow {
    width: 32px;
    height: 17px;
    background-position: -265px -241px;
    margin: 0 10px; } }

@media (max-width: 600px) {
  .greenBloom .container > .next, .greenLeafBloom div.container > .next {
    background-position: -821px -246px; }
  .greenBloom div.container > .prev, .greenLeafBloom div.container > .prev {
    background-position: -766px -246px; }
  .rose div.container > .next {
    background-position: -821px -356px; }
  .rose div.container > .prev {
    background-position: -766px -356px; }
  #naturex-live-homepage .half, .smallHalf .half {
    width: 100%; }
  table.moneyMovement tbody tr.thead td, table.moneyMovement tbody tr.thead th {
    font-size: 1.143em; } }

.contactBlock.half.biggerLineHeight p {
  margin-left: 20px; }

@media only screen and (min-width: 40.0625em) {
  .pageMainText {
    background: no-repeat 50% 50%;
    background-size: cover; } }

table.showOnMobile tbody tr td,
table.showOnMobile tbody tr th {
  font-size: 0.8em; }

.quarter .dl_brochure, .half .dl_brochure, .full .dl_brochure {
  margin: 0 20px 15px; }

.sharePanel .icons .pinterest a span {
  width: 16px;
  height: 19px;
  margin-top: 20px;
  background-position: -357px -174px;
  display: block !important; }

.sharePanel .icons .pinterest a:hover span {
  background-position: -357px -150px;
  display: block !important; }

.sharePanel .icons .pinterest a {
  background-image: url("") !important; }

.quoteBlock .author {
  letter-spacing: 0; }

.quarter.bigInner .image {
  width: 100%;
  height: auto; }

table.borderForEachTd tr td {
  border: 1px solid; }

.finance .contentPanel.bourse .shareValue .down {
  color: #fe0002; }

.greenLeafBloom h2, .rose h2, .greenLeafBloom h3, .rose h3 {
  color: #454545; }

.newsDetail .half {
  margin-bottom: 0;
  margin-right: 20px;
  width: auto; }

@media (min-width: 1024px) {
  .quarter .image img.hideOnDesktop,
  .half .image img.hideOnDesktop,
  .full .image img.hideOnDesktop {
    display: none; } }

@media (min-width: 600px) and (max-width: 1024px) {
  .quarter .image img.hideOnTablet,
  .half .image img.hideOnTablet,
  .full .image img.hideOnTablet {
    display: none; } }

@media (max-width: 600px) {
  .quarter .image img.hideOnMobile,
  .half .image img.hideOnMobile,
  .full .image img.hideOnMobile {
    display: none; } }

#menu .container > ul > li > a {
  padding: 12px 5px; }

.gmap .infoWindow .subheader.singleItem li {
  display: inline; }

table.no_border td,
table.no_border {
  border: 0 none; }

table tbody th br, table tbody td br {
  line-height: 32px; }

.gmap .infoWindow {
  background: rgba(255, 255, 255, 0.93); }

.gmap .infoWindow > ul {
  padding: 0 22px 16px; }

.sharePanelTop {
  top: 0; }

i {
  font-style: italic; }

.equalHeight > .equalHeightRow .separatorBig, .equalHeightTablet > .equalHeightRow .separatorBig {
  width: 40px; }

/*
.playButton{
	letter-spacing:0;
}
*/
.blue .searchedList .downloadLink {
  padding-left: 30px;
  display: table; }

.hide {
  display: none; }

.clearing-caption {
  width: auto; }

sup {
  vertical-align: super;
  font-size: small; }

.font--uppersize,
.x-large {
  font-size: calc( 1rem + 2px); }

.font--uppercase {
  text-transform: uppercase; }

.font--strong {
  font-weight: bold; }

.font--italic {
  font-style: italic; }

.tiny {
  font-size: 0.625rem; }

.small {
  font-size: 0.75rem; }

.larger {
  font-size: 1rem; }

/**
HEADINGS
**/
.heading .heading__title {
  padding-top: 1.25rem; }

.heading__title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  line-height: 28px;
  color: #454545;
  margin: 0 0 20px;
  padding: 0 0.625rem;
  clear: both; }
  @media only screen and (min-width: 40.0625em) {
    .heading__title {
      text-align: center; } }

.heading__title--thin {
  font-weight: 300; }

.heading__title--normal {
  font-weight: 400; }

.heading__title--smaller {
  font-size: 1.929em; }

h2.heading__title {
  font-size: 1.5rem; }

h3.heading__title {
  font-size: 1rem; }

h4.heading__title {
  font-size: .8rem; }

.heading__title--media {
  color: #d5b20f; }

.heading__title--business {
  color: #f4545f; }

.heading__title--tiny {
  font-size: 1rem !important;
  font-weight: 800;
  text-transform: uppercase; }

.heading__title--larger {
  font-size: 1.3125rem; }

.heading__title--light {
  color: #FFFFFF; }

.heading__title--chromeless {
  margin: 0;
  padding: 0; }

.heading__title--top-spacer {
  margin-top: 1rem; }

.heading__title--side-spacer {
  margin-left: 1rem;
  margin-right: 1rem; }

@media only screen and (min-width: 40.0625em) {
  .heading__title--main {
    text-align: center;
    line-height: 2.5rem; } }

.heading--dark {
  color: #016742; }

.heading--center {
  text-align: center;
  margin: 0 auto; }

.heading--framed {
  padding: 1rem 0; }

.heading--hero {
  color: #FFFFFF;
  font-size: 1.3125rem; }
  .heading--hero p.italic {
    font-style: italic; }

.heading--hero-with-bgimg {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 58.3333333333%;
  float: left;
  border-top: 1px solid #FFFFFF;
  padding: 0 0 0.625rem 0;
  position: absolute;
  bottom: 50px; }

.heading--hero__business {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 58.3333333333%;
  float: left;
  border-top: 1px solid #FFFFFF;
  padding: 0 0 0.625rem 0;
  position: absolute;
  top: 40%;
  left: 50px; }

@media only screen and (min-width: 40.0625em) {
  .heading--hero__business.heading--hero--noborder {
    border-top: none; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .heading--hero__business {
    left: 50%;
    margin-left: -221px; } }

.heading__title--hero {
  color: #FFFFFF;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0; }

.heading__image {
  text-align: center; }
  .heading__image img {
    border: 10px solid #FFFFFF; }

@media only screen and (min-width: 40.0625em) {
  .heading__title--tiny {
    font-size: 1.125rem; }
  h1.heading__title {
    font-size: 2.514em; }
    h1.heading__title.heading__title--smaller {
      font-size: 2em; }
  h3.heading__title {
    font-size: 1.3125rem; }
  .heading__title--main {
    text-align: left; }
  h4.heading__title {
    font-size: .9rem; }
  h1.heading__title--business {
    font-size: calc( 2.6875rem + 5px);
    line-height: 2.6875rem;
    text-transform: none;
    font-weight: 300; }
  h1.heading__title--lower {
    font-size: calc( 2.6875rem - 5px);
    line-height: 2.6875rem; }
  .heading--lower {
    padding-left: 0;
    text-transform: none; } }

.u-wrapper {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .u-wrapper:before, .u-wrapper:after {
    content: " ";
    display: table; }
  .u-wrapper:after {
    clear: both; }

.u-half {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left; }

.u-collapse {
  padding: 0 !important; }

.u-collapse-side {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-100,
.u-full {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.u-third {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.3333333333%;
  float: left; }

.u-2third {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 66.6666666667%;
  float: left; }

.u-quarter {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left; }

.u-3quarters {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 75%;
  float: left; }

@media only screen and (min-width: 40.0625em) {
  .u-50,
  .u-halfTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .u-33,
  .u-thirdTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.3333333333%;
    float: left; }
  .u-sixthTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 16.6666666667%;
    float: left; }
  .u-25,
  .u-quarterTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left; }
  .u-3quartersTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left; }
  .u-75,
  .u-2thirdTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.6666666667%;
    float: left; }
  p + .u-halfTabUp {
    clear: both; }
  .u-halfTabUp + p {
    clear: both; }
  .u-collapse--external {
    padding-left: 0; }
  .u-collapse--external + .u-collapse--external {
    padding-left: 0.625rem;
    padding-right: 0; }
  .u-collapse--internal {
    padding-right: 0; }
  .u-collapse--internal + .u-collapse--internal {
    padding-right: 0.625rem;
    padding-left: 0; }
  .u-push-quarter-Tabup {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-left: 25% !important; }
  .u-push-2third-Tabup {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    left: 66.6666666667%;
    right: auto;
    float: left; }
  .u-pull-third-Tabup {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    right: 33.3333333333%;
    left: auto;
    float: left; }
  .u-push-halfTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    left: 50%;
    right: auto;
    float: left; }
  .u-pull-halfTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    right: 50%;
    left: auto;
    float: left; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .u-halfMedOnlyTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .u-push-halfMedOnlyTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    left: 50%;
    right: auto;
    float: left; }
  .u-pull-halfMedOnlyTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    right: 50%;
    left: auto;
    float: left; } }

@media only screen and (min-width: 64.0625em) {
  .u-sixthLargeTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 16.6666666667%;
    float: left; }
  .u-push-quarterLargeTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    left: 25%;
    right: auto;
    float: left; }
  .u-pull-3quartersLargeTabUp {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    right: 75%;
    left: auto;
    float: left; }
  .u-quarterLargeTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left; }
  .u-3quartersLargeTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left; } }

@media only screen and (min-width: 90.0625em) {
  .u-quarterxLargeTabUp {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left; } }

.u-halfTabUp img {
  margin-top: 8px; }

.u-quarterTabUp.last + .u-quarterTabUp,
.u-quarterTabUp.last + .u-halfTabUp,
.u-quarterTabUp.last + .u-full,
.u-halfTabUp.last + .u-quarterTabUp,
.u-halfTabUp.last + .u-halfTabUp,
.u-halfTabUp.last + .u-full,
.u-full.last + .u-quarterTabUp,
.u-full.last + .u-halfTabUp,
.u-full.last + .u-full {
  clear: both; }

@media only screen and (max-width: 40em) {
  .u-collapseSmall {
    padding: 0 !important; } }

.u-fullBlock {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .u-fullBlock:before, .u-fullBlock:after {
    content: " ";
    display: table; }
  .u-fullBlock:after {
    clear: both; }
  .u-fullBlock > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .u-fullBlock > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 100%; }
    .u-fullBlock > li:nth-of-type(1n) {
      clear: none; }
    .u-fullBlock > li:nth-of-type(1n+1) {
      clear: both; }

.u-fullBlock li {
  box-sizing: border-box;
  text-align: center; }

@media only screen and (min-width: 40.0625em) {
  .u-quarterBlockTabUp {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .u-quarterBlockTabUp:before, .u-quarterBlockTabUp:after {
      content: " ";
      display: table; }
    .u-quarterBlockTabUp:after {
      clear: both; }
    .u-quarterBlockTabUp > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .u-quarterBlockTabUp > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 25%; }
      .u-quarterBlockTabUp > li:nth-of-type(1n) {
        clear: none; }
      .u-quarterBlockTabUp > li:nth-of-type(4n+1) {
        clear: both; }
    .u-quarterBlockTabUp li {
      margin: 0; } }

/**
MIXINS
**/
/**
UTILS
**/
.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0; }

.u-visuallyhidden, .checkbox-button input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-image-round {
  border-radius: 50%; }

.u-chromeless,
.u-chromeless--img img {
  padding: 0 !important;
  margin: 0 !important; }

.u-bottomless {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.u-margeless {
  margin-bottom: 0 !important; }

.u-paddeless {
  padding: 0; }

.u-underline {
  position: relative;
  display: inline; }
  .u-underline:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0; }

.u-hide {
  display: none; }

.u-show {
  display: block; }

.u-valign {
  display: block;
  position: relative;
  top: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-show-large-only {
  display: none; }

.u-relative {
  position: relative; }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .u-show-large-only {
    display: inherit; } }

@media only screen and (min-width: 40.0625em) {
  .u-textleftTabUp {
    text-align: left; } }

@media only screen and (min-width: 40.0625em) {
  .u-invisibleTabUp {
    visibility: hidden; } }

.u-spacing--side-small {
  padding: 0 1rem;
  box-sizing: border-box; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

.u-text-center {
  text-align: center !important; }

.underline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: initial; }

.u-bg-dark {
  background: #000000; }

.u-no-line-height {
  line-height: 0; }

.u-valign-text-top * {
  vertical-align: text-top !important; }

.u-list--inside {
  list-style: inside; }

.u-deepshadow {
  transition: all .3s; }
  .u-deepshadow:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

.u-invisible-separator {
  margin-bottom: 0.625rem; }

/*------------------------------------*    #ALIGNMENT HELPERS
\*------------------------------------*/
.object-left,
.u-left {
  text-align: left;
  float: left;
  margin-right: 0.625rem; }

.object-left,
.object-right,
.object-center {
  margin-bottom: 2.1875rem; }

.object-left img,
.object-right img,
.object-center img {
  margin-top: 5px; }

.object-right,
.u-right {
  float: right;
  margin-left: 0.625rem; }

.object-center,
.u-center {
  text-align: center; }

.text-center,
.u-text-center {
  text-align: center; }

.text-right,
.u-text-right {
  text-align: right; }

.text-left,
.u-text-left {
  text-align: left; }

.u-clear {
  clear: both; }
  .u-clear:before, .u-clear:after {
    content: " ";
    display: table; }
  .u-clear:after {
    clear: both; }

.u-cf:before, .u-cf:after {
  content: " ";
  display: table; }

.u-cf:after {
  clear: both; }

@media only screen and (max-width: 40em) {
  .u-clearSmall {
    clear: both; }
    .u-clearSmall:before, .u-clearSmall:after {
      content: " ";
      display: table; }
    .u-clearSmall:after {
      clear: both; }
  .u-text-centerSmall {
    text-align: center; }
  .u-centeredSmall {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 40.0625em) {
  .u-centeredTabUp {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.wrapper {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

@media only screen and (min-width: 40.0625em) {
  .main {
    margin-top: 3.75rem; } }

@media only screen and (min-width: 64.0625em) {
  .main {
    margin-top: 1rem;
    padding-top: 6.25rem; } }

hr, .separator {
  clear: both; }

.separator {
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  margin: 0; }

.separator--paragraph {
  margin: 2.5rem 0; }

.separator--light {
  border-color: #FFFFFF; }

.equalHeight > .equalHeightRow .separator,
.equalHeightTablet > .equalHeightRow .separator {
  border-width: 0; }

.cards-container {
  clear: both; }
  .cards-container:before, .cards-container:after {
    content: " ";
    display: table; }
  .cards-container:after {
    clear: both; }

.card {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 1rem; }

.card__inner {
  background-clip: content-box;
  background-color: #016742;
  height: 100%; }

.card__link {
  color: #FFFFFF; }

.card__heading {
  font-size: 0.75rem;
  position: relative; }
  .card__heading .heading__title {
    line-height: 1.5rem; }

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

.card__image--chromeless {
  margin: 0;
  padding: 0; }

.card__image-content {
  display: block;
  width: 100%;
  height: 12.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.card__image--image-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.card__image--min-height {
  min-height: 200px; }

.card__description {
  display: none; }

.card__social-icon {
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1.125rem !important;
  border: 2px solid white;
  border-radius: 50%;
  line-height: 1.9375rem !important;
  text-align: center;
  margin-bottom: 0.625rem; }

.card--cta .card__inner {
  transition: all .3s; }
  .card--cta .card__inner:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

.card--cta .card__heading {
  padding: 1rem 0 0.625rem 0; }

.card--cta .card__content {
  padding: 0 1rem 1rem 1rem; }

.card--cta.card--framed .card__heading {
  padding-top: 0; }

.card__content {
  padding-top: 1rem; }

.card--cta:hover {
  text-decoration: none; }

.card--light .card__inner {
  background-color: #FFFFFF; }

.card--light .card__description {
  color: #454545; }

.card--light .card__content {
  color: #454545;
  position: relative; }

.card--framed .card__description {
  margin-top: calc( 1rem * -1);
  padding: 0 1.5rem; }

.card--social {
  height: 25rem !important;
  margin: 0.3125rem; }
  .card--social .card__link {
    color: #FFFFFF;
    font-weight: 800; }
  .card--social .card__content {
    padding: 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .card--social.card--has-image .card__content {
    top: 0;
    -webkit-transform: none;
            transform: none; }

.card--facebook .card__inner {
  background-color: #91be3b; }

.card--twitter {
  padding: 0 0.625rem 0 0; }
  .card--twitter .card__inner {
    background-color: #6a6a6a; }

.card--framed .card__inner {
  border: 1px solid #e6e6e6; }

.card--chromeless {
  margin: 0;
  padding: 0; }

.card--cta.card--folder_pdf .card__heading {
  padding-bottom: 0; }

.card--cta.card--folder_pdf .heading__title {
  padding-right: 0;
  margin-right: 0; }

.card--cta.card--folder_pdf .card__content {
  padding-right: 0; }

.card__inner--top-spacer {
  padding-top: 0.625rem; }

.card--linkedin .card__inner {
  background-color: #72a3c9; }

.card--bg-photo .card__inner {
  background: none;
  background-size: cover;
  background-position: center; }

.card--bg-photo .card__content {
  position: relative;
  min-height: 12.5rem; }

.card-banner {
  padding: 1rem 0;
  /*&:after {
    position: absolute;
    content: '';
    display: block;
    background-color: $light;
    width: 74px;
    height: 74px;
    top: 0;
    @include centerme($horizontal: true);
  }*/ }

.card-banner--with-line {
  position: relative; }
  .card-banner--with-line:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #016742;
    position: absolute;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.card-banner__icon {
  position: relative; }
  .card-banner__icon .svg-icon {
    position: relative;
    z-index: 1; }

.card-banner__icon--round,
.card-banner__icon--circle {
  height: 74px;
  width: 74px;
  border-radius: 100%;
  background-color: #016742;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }

.card-banner__icon--circle {
  height: 52px;
  width: 52px;
  background-color: #FFFFFF;
  border: 2px solid #016742; }

.card-banner__icon--round .svg-icon,
.card-banner__icon--circle .svg-icon {
  fill: #FFFFFF;
  display: inline;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.card-banner__icon--circle .svg-icon {
  fill: #016742; }

.card-banner + .card__heading__title {
  padding-bottom: 1rem; }

@media only screen and (min-width: 40.0625em) {
  .cards-container {
    margin-bottom: 2.1875rem; }
  .card__heading {
    /*.heading__title {
      font-size: $fontsize-larger;
      line-height: $spacing-large;
    }

    .heading__title--smaller {
      font-size: $fontsize-large;
    }*/ }
  .card__description {
    display: block; }
  .card--cta .card__content {
    padding: 0 1.5rem 1.5rem 1.5rem; }
  .card--cols .card__content {
    padding: 0 1.5rem; }
  .card--social {
    margin: 0; } }

.carousel {
  clear: both;
  overflow: hidden;
  margin-bottom: 1rem; }
  .carousel:before, .carousel:after {
    content: " ";
    display: table; }
  .carousel:after {
    clear: both; }

.carousel__content {
  height: 100%; }
  .carousel__content:before, .carousel__content:after {
    content: " ";
    display: table; }
  .carousel__content:after {
    clear: both; }

.carousel-search {
  padding: 0 1rem 1rem; }
  .carousel-search:before, .carousel-search:after {
    content: " ";
    display: table; }
  .carousel-search:after {
    clear: both; }

.carousel-posts .post {
  margin: 0.3125rem;
  background-color: #e6e6e6;
  height: 80vh; }

.carousel-posts .post__content {
  padding: 1rem 1.5rem 2.1875rem 1.5rem; }

.carousel-list {
  height: 100%; }
  .carousel-list:before, .carousel-list:after {
    content: " ";
    display: table; }
  .carousel-list:after {
    clear: both; }

.carousel-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%; }

.carousel-list__item {
  transition: opacity .2s;
  min-height: 24.99%;
  position: relative;
  display: table;
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e6e6e6; }
  .carousel-list__item:first-child {
    border-top-width: 1px; }
  .carousel-list__item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .4s ease 0s; }
  .carousel-list__item:after {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .4s ease 250ms; }

.carousel-list__item.is-active:before {
  left: -20px;
  border-color: transparent #e6e6e6 transparent transparent;
  transition-delay: 250ms; }

.carousel-list__item.is-active:after {
  background: #e6e6e6;
  width: 100%;
  transition-delay: 0s; }

.carousel-list__link {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  padding: 1.25rem;
  font-weight: 800; }

.carousel-list__title {
  font-size: 1rem; }

.carousel-list__date {
  right: 1.25rem;
  position: absolute;
  top: 0.3125rem; }

.carousel-list__more {
  font-weight: 800;
  float: right;
  padding-top: 0.625rem;
  color: #d5b20f; }

@media only screen and (max-width: 40em) {
  .carousel-list {
    display: none; } }

@media only screen and (min-width: 40.0625em) {
  .carousel {
    box-sizing: border-box;
    height: 340px;
    overflow: visible;
    margin-bottom: 4rem; }
  .carousel__content {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 58.3333333333%;
    float: left; }
  .carousel-list {
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 41.6666666667%;
    float: left; }
  .carousel-search.inline-search {
    margin-bottom: 1rem; }
  .carousel-posts .post.slick-current {
    opacity: 1; }
  .carousel-posts {
    overflow: hidden;
    padding: 0 1rem; }
  .carousel-posts .post {
    opacity: 0;
    transition: opacity .4s ease; }
  .carousel-posts .post__content {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    transition: -webkit-transform .4s ease .2s;
    transition: transform .4s ease .2s; }
  .carousel-posts .post.slick-current .post__content {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .carousel-posts, .carousel-posts .post {
    height: 280px;
    background: none; }
  .carousel-posts .post__content {
    padding: 0 0 1.5rem 1rem; } }

.text-input {
  padding: 0.71875rem;
  width: 100%;
  font-weight: 800;
  box-sizing: border-box; }

.input-group {
  position: relative; }
  .input-group:before, .input-group:after {
    content: " ";
    display: table; }
  .input-group:after {
    clear: both; }

.input-group--inline {
  display: inline-block;
  margin-right: 1rem; }

label.label--strong {
  font-weight: 800; }

.form-background--grey-light {
  background-color: #e6e6e6; }

.post {
  text-decoration: none !important;
  display: block;
  margin: 2.1875rem;
  position: relative; }
  .post:before, .post:after {
    content: " ";
    display: table; }
  .post:after {
    clear: both; }

.post__image {
  padding: 0;
  height: 150px;
  overflow: hidden;
  position: relative; }
  .post__image img {
    display: block;
    position: relative;
    top: -50%; }

.post__content {
  position: relative;
  padding: 0 1.5rem 1.5rem 0; }
  .post__content:before, .post__content:after {
    content: " ";
    display: table; }
  .post__content:after {
    clear: both; }

.post__date {
  color: #d5b20f;
  font-weight: 800;
  padding-bottom: 1rem; }

.post__readmore {
  position: absolute;
  bottom: 0;
  font-weight: 800; }

.post--chromeless {
  margin: 0;
  padding: 0; }

.post--has-separator {
  padding-bottom: 1.5rem; }
  .post--has-separator:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    bottom: -1rem; }

@media only screen and (min-width: 40.0625em) {
  .post {
    margin: 0;
    margin-bottom: 1.5rem; }
  .post__image {
    padding-left: 0;
    padding-right: 1rem;
    height: auto; }
    .post__image img {
      top: 0; }
  .post--has-separator:after {
    width: 95%;
    position: absolute;
    bottom: 0; } }

.social-feeders {
  clear: both; }

.social-feeders__cards .card--social {
  padding-left: 0; }

.social-feeders__heading .heading__title {
  padding-left: 0;
  padding-right: 0; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: rgba(106, 106, 106, 0.4);
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  display: block;
  font-size: 4.375rem;
  font-weight: 300;
  margin-top: -5px; }

.slick-prev {
  left: 0px; }

.slick-prev:before {
  content: "‹"; }

.slick-next {
  right: 10px; }

.slick-next:before {
  content: "›"; }

@media only screen and (max-width: 40em) {
  .slick-prev, .slick-next {
    display: none !important; } }

.slick-slide .natcolor--accreditation img {
  display: inline !important; }

/*.natcolorSliderNav .slick-slide:hover {*/
/*  cursor: pointer; }*/

@media medium-up {
  .natcolorSliderNav .slick-slide {
    width: 33.33% !important; } }

@media only screen and (max-width: 40em) {
  .natcolorSliderNav .slick-slide {
    width: 100% !important; }
  .natcolorSliderNav .slick-list {
    overflow: visible; } }

.share-and-tweet .social-feed--twitter {
  margin-top: 60px;
  bottom: 0; }

.share__links .svg-icon {
  padding: 0.625rem; }

.svg-icon {
  transition: fill .3s; }

.svg-icon--inline {
  display: inline-block;
  vertical-align: baseline; }

.svg-icon--facebook {
  fill: #3b5998; }

.svg-icon--youtube {
  fill: #bb0000; }

.svg-icon--twitter {
  fill: #00aced; }

.svg-icon--linkedin {
  fill: #007bb5; }

.svg-icon--slideshare {
  fill: #0076b9; }

.svg-icon--pinterest {
  fill: #cb2027; }

.btn:hover {
  text-decoration: none; }

.btn {
  padding: calc( 0.625rem - 2px); }

.btn:hover {
  cursor: pointer; }

.btn--media {
  background-color: #d5b20f; }

.btn--white,
.btn--white-hover:hover {
  background-color: #FFFFFF; }

.btn--with-svg-icon {
  fill: #FFFFFF; }

.btn--has-svg-icon .svg-icon:hover {
  fill: #6a6a6a; }

.btn--border-white {
  border: 1px solid #FFFFFF; }

.btn--fill-white,
.btn--fill-white-hover:hover {
  fill: #FFFFFF;
  color: #FFFFFF; }

.btn--svg-with-text {
  padding: calc(.625rem - 2px) calc(1rem - 2px);
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .btn--svg-with-text svg {
    margin-right: 0.625rem; }

.btn--svg-with-text * {
  vertical-align: middle; }

.btn--right-spacer {
  margin-right: 1rem; }

.btn--deepshadow {
  transition: all .3s; }
  .btn--deepshadow:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

.btn--download {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 400;
  padding: calc( 1rem - 2px) calc( 1rem + 4px); }

.btn--download:before {
  content: url(../images/icons/ico_download.svg);
  margin-right: 5px; }

.btn--download:hover:before {
  content: url(../images/icons/ico_download_hover.svg); }

.btn--hover-switch:hover {
  background-color: #FFFFFF; }

.btn--tweeter {
  height: 1.75rem;
  border-radius: 0.25rem;
  padding: 0.0625rem 0.625rem 0.0625rem 0.5625rem;
  position: relative;
  box-sizing: border-box;
  background-color: #00aced;
  color: #FFFFFF;
  font-weight: 500;
  cursor: pointer; }

.btn--linkedin {
  position: relative; }

.btn--linkedin .part-1 {
  background-image: url(https://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png);
  background-position: 0px -593px;
  background-repeat: no-repeat;
  background-color: #007bb5;
  background-size: initial;
  cursor: pointer;
  border: 0;
  border-right: 1px solid #066094;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px; }

.btn--linkedin .part-2 {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  float: left;
  margin-left: 1px;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  height: 18px;
  padding: 0 4px 0 23px;
  border: 1px solid #000;
  border-top-color: #007bb5;
  border-right-color: #007bb5;
  border-bottom-color: #007bb5;
  border-left-color: #007bb5;
  text-shadow: 0 -1px #005887;
  line-height: 1.25rem;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  -webkit-border-bottom-right-radius: 0.125rem;
  background-color: #007bb5;
  background-image: -webkit-linear-gradient(top, #007bb5 0%, #007bb5 100%); }

.btn--pinterest {
  border-radius: 0.25rem;
  width: auto;
  background-position-x: 6px;
  background-size: 18px 18px;
  /* text-indent: 29px; */
  font: 0.5 "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  padding: 3px 6px;
  color: #FFFFFF;
  background: #cb2027; }

.inline-search {
  margin-bottom: 3.125rem;
  padding: 0 0.625rem; }

.inline-search--has-separators {
  margin-top: 3.125rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 1rem 3.125rem 1rem; }

.inline-search .icon--search {
  display: none;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 8.3333333333%;
  float: left;
  position: relative;
  height: 2.6875rem; }
  .inline-search .icon--search .svg-icon--search {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #d5b20f; }

.inline-search__period {
  text-align: center; }

.inline-search__submit {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 1rem; }

.inline-search__submit .btn {
  box-sizing: border-box;
  width: 100%;
  float: right; }

.inline-search__pickdate {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.inline-search__select {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 1rem; }
  .inline-search__select .dd-options {
    width: calc(100% - 2px) !important; }

@media only screen and (min-width: 40.0625em) {
  .inline-search .icon--search {
    display: block; }
  .inline-search--press .icon--search {
    text-align: center; }
  .inline-search__submit {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 16.6666666667%;
    float: left;
    box-sizing: border-box; }
  .inline-search__period {
    text-align: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    padding-left: 0;
    box-sizing: border-box; }
  .inline-search__pickdate {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.3333333333%;
    float: left;
    box-sizing: border-box; }
  .carousel--news .inline-search__pickdate {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 41.6666666667%;
    float: left; }
  .inline-search__select {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-top: 0; }
    .inline-search--press .inline-search__select {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: left; }
  .inline-search__select.u-thirdTabUp {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.3333333333%;
    float: left; }
  .inline-search__submit {
    margin-top: 0; }
  .inline-search--has-separators {
    padding: 1rem 0 3.125rem 0; } }

.pickdate-range {
  display: none;
  border: 1px solid #d5b20f;
  padding: 1rem;
  background: #FFFFFF;
  z-index: 10; }
  .pickdate-range:before, .pickdate-range:after {
    content: " ";
    display: table; }
  .pickdate-range:after {
    clear: both; }

.pickdate-range.is-visible {
  display: block; }

.pickdate-range--inline .pickdate-range__input {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 41.6666666667%;
  float: left; }
  .pickdate-range--inline .pickdate-range__input:first-child {
    padding-left: 0; }
  .pickdate-range--inline .pickdate-range__input:last-child {
    padding-right: 0; }

.picker__table {
  border: 0 !important; }

.picker__table td {
  margin: 0;
  padding: 0;
  border: 0 !important; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #016742;
  border-color: #016742; }

.picker__day--today:before,
.picker__button--today:before {
  border-top-color: #016742; }

.picker__day--highlighted {
  border-color: #016742; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: rgba(1, 103, 66, 0.2); }

.checkbox-button {
  overflow: auto;
  border: 1px solid #016742;
  color: #016742;
  cursor: pointer; }

.checkbox-button label {
  float: left; }

.checkbox-button span {
  display: inline-block;
  padding: 0.625rem;
  font-weight: 800; }

.checkbox-button span:hover {
  cursor: pointer; }

.checkbox-button input:checked + span {
  color: #FFFFFF;
  background-color: #016742; }

.checkbox-button--media {
  border: 1px solid #d5b20f;
  color: #d5b20f; }

.checkbox-button--media input:checked + span {
  background-color: #d5b20f; }

.contact-card {
  position: relative;
  height: 80vh;
  background: #e6e6e6;
  background-clip: content-box;
  margin: 0 1rem 1.5rem 1rem; }

.contact-card__image {
  height: 200px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover; }

.contact-card__text {
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  line-height: 1.5rem; }

.contact-card__text,
.contact-card__text a {
  color: #6b6b6b; }

@media only screen and (min-width: 40.0625em) {
  .contact-card {
    height: 360px;
    margin: 0 0 1.5rem; }
  .contact-card__image {
    height: 100%;
    width: 230px; }
  .contact-card__text {
    margin-top: 0; } }

.link--readmore {
  clear: both;
  display: block;
  margin-top: 1rem;
  font-weight: 800; }

.link--readmore:before {
  content: '\f105';
  font-family: 'fontawesome';
  width: 12px;
  height: 12px;
  display: inline-block; }

.link--media:before {
  color: #d5b20f; }

.section {
  padding: 2.1875rem 0;
  margin-bottom: 2.1875rem; }

.section--darken {
  background-color: #e6e6e6; }

.list--quicklinks {
  list-style-type: none;
  margin-bottom: 1rem; }
  .list--quicklinks:before, .list--quicklinks:after {
    content: " ";
    display: table; }
  .list--quicklinks:after {
    clear: both; }

.list--quicklinks .heading__title {
  margin: 0; }

.darkestGreen .hero--bg {
  background-color: #016742; }

.darkGreen .hero--bg {
  background-color: #07aa07; }

.lightGreen .hero--bg {
  background-color: #67c912; }

.pink .hero--bg {
  background-color: #f4545f; }

.blue .hero--bg {
  background-color: #239dcc; }

.brown .hero--bg {
  background-color: #775339; }

.green .hero--bg {
  background-color: #91be3b; }

.yellow .hero--bg {
  background-color: #d5b20f; }

.red .hero--bg {
  background-color: #d43106; }

.hero--framed {
  padding: 2.1875rem 0; }

.hero p {
  margin-bottom: 1rem; }

.heading--hero-with-bgimg p {
  margin-bottom: 0; }

.hero {
  background-repeat: no-repeat; }

.hero .wrapper--bigger {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  .hero {
    margin-top: 49px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat; }
  .hero .wrapper {
    min-height: 400px; }
  .hero .wrapper--bigger {
    display: block;
    min-height: 600px; }
  .landing_emailing .hero .wrapper--bigger {
    min-height: 500px; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .hero .wrapper--bigger {
    min-height: 400px; } }

.intro {
  color: #454545;
  font-size: 1.3125rem; }

.table--light {
  border: 0;
  margin-bottom: 0; }

.table--light__header,
.table--light tr.thead {
  background-color: #454545;
  color: white;
  font-weight: 600;
  text-transform: uppercase; }

.table--light__header th,
.table--light tr.thead th {
  padding: 1.5rem 0;
  font-size: 1rem;
  line-height: 1rem; }

.table--light td {
  border-left: 0;
  border-right: 0;
  padding: 1.5rem 0;
  font-size: 0.875rem; }

.darkestGreen .arrow--color {
  color: #016742; }

.darkGreen .arrow--color {
  color: #07aa07; }

.lightGreen .arrow--color {
  color: #67c912; }

.pink .arrow--color {
  color: #f4545f; }

.blue .arrow--color {
  color: #239dcc; }

.brown .arrow--color {
  color: #775339; }

.green .arrow--color {
  color: #91be3b; }

.yellow .arrow--color {
  color: #d5b20f; }

.red .arrow--color {
  color: #d43106; }

.arrow {
  font-family: 'fontawesome';
  width: 12px;
  height: 12px;
  display: inline-block;
  font-weight: 800; }

.arrow:hover {
  text-decoration: none; }

.arrow--prev:before {
  content: '\f104';
  margin-right: 1rem; }

.arrow--next:after {
  content: '\f105';
  margin-left: 1rem; }

#issuu,
#video {
  width: 100%;
  height: 250px; }

@media only screen and (min-width: 40.0625em) {
  #issuu,
  #video {
    height: 800px; } }

.tooltip_templates {
  display: none; }

.color-group {
  text-align: center;
  border: 1px solid #e6e6e6; }
  .color-group:hover {
    cursor: pointer; }

.odd .color-group {
  border-left: 0; }

.color-group--inner {
  padding: 1.25rem 0.625rem; }

.color-group--sticker {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid;
  margin: 0 auto; }

.color-group--sticker__custom {
  background: radial-gradient(#90cc63 0%, #a3e571 30%, #ccd25e 45%, #e8b649 60%, #fb933f 75%, #ca5643 100%);
  border-color: #bb4501; }

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

.open-tooltip .color-group--sticker {
  border-color: #FFFFFF !important; }

.open-tooltip .color-group--sticker__custom {
  border-color: #bb4501 !important; }

.color-group--name {
  color: #000000;
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase; }

.color-group--name__custom {
  color: #bb4501; }

@media only screen and (min-width: 40.0625em) {
  .color-group--sticker {
    width: 80px;
    height: 80px; }
  .color-group--name {
    font-size: 0.875rem; } }

.tooltipster-sidetip .tooltipster-box {
  background-color: #FFFFFF;
  border-color: #e6e6e6; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #e6e6e6; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF; }

.tooltipster-sidetip .tooltipster-content {
  color: #000000; }

.tooltip--name {
  color: #d0880b;
  font-size: 1.5625rem;
  margin: 0.625rem; }

.progress {
  height: 0.5rem;
  padding: 0;
  margin: 0.3125rem 0; }

.progress .meter {
  background: #d0880b; }

.tooltip--image {
  border: 2px solid #e6e6e6;
  border-radius: 100%; }

.tooltip--info {
  margin-top: 0.1875rem; }

.tooltip--info__applications {
  margin-top: 1.25rem; }
  .tooltip--info__applications .tooltip--info__image {
    width: 60px;
    height: 60px;
    background-color: #eae7e2;
    border-radius: 100%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    margin-bottom: 10px; }
    .tooltip--info__applications .tooltip--info__image img {
      max-width: 40px;
      max-height: 40px; }

.tooltip-content--inner:not(.tooltip-content--inner_custom) {
  min-height: 290px; }

.tooltipster-content .button {
  margin-top: 0.3125rem;
  background-color: #d0880b;
  border: 1px solid #d0880b;
  border-radius: 5%; }

.tooltipster-content .button:hover {
  color: #d0880b; }

.expertise-bloc--name {
  color: #5e1425; }

.expertise-bloc--list {
  padding: 0 1.25rem; }

.expertise-bloc--list-item {
  border-bottom: 0.125rem solid #cdcdcd;
  list-style-type: none;
  padding: 0.625rem 0;
  text-transform: uppercase;
  font-size: 0.875rem; }

.expertise-bloc {
  border-left: 0;
  margin: 1.25rem 0; }

.expertise-bloc--name {
  font-weight: 600; }

.expertise-bloc--image {
  border-top: 0.75rem solid #5e1425;
  width: 100%; }

.video-cover {
  position: relative;
  height: 310px;
  background-position: center center;
  background-size: cover; }

.video-cover__inner {
  width: 220px;
  height: 220px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: auto;
  text-align: center;
  overflow: hidden; }

.video-cover__heading {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  transition: all .2s ease-out; }

.video-cover__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase; }

.video-cover__subtitle {
  color: #fff;
  font-style: italic;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: -5px;
  letter-spacing: .05rem; }

.gallery__description {
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #454545; }

.video-cover__play {
  margin-top: 20px;
  position: relative;
  transition: all .2s ease-out; }

@media only screen and (min-width: 64.0625em) {
  .video-cover__play {
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
    left: 50%;
    opacity: 0;
    position: absolute; }
  .video-item:hover .video-cover__play {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 1; }
  .video-item:hover .video-cover__heading {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); } }

.video-item {
  cursor: pointer; }

@media only screen and (max-width: 40em) {
  .popup-video {
    padding: 40px 0;
    width: auto; }
  #cboxContent,
  #cboxLoadedContent {
    background: none; }
  #colorbox {
    left: 0 !important; } }

.media .card-banner:before {
  background-color: #d5b20f; }

.media .card-banner__icon--round {
  background: #d5b20f; }

.media .card-banner__icon--circle {
  border-color: #d5b20f; }

.media .card-banner__icon:before {
  background-color: #d5b20f; }

.media .card--current .card__inner {
  background-color: #d5b20f; }

.media .card--current.card--framed .card__inner {
  border-color: #d5b20f;
  background-color: transparent; }

.media .card-banner__icon--circle .svg-icon {
  fill: #d5b20f; }

.media .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .media .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .media .circle-list li:before {
    content: "• ";
    color: #d5b20f;
    margin-right: 3px;
    font-size: 1.125em; }

.media .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #d5b20f;
  color: white;
  clear: both; }
  .media .colored-bg > :first-child {
    margin-top: 0; }
  .media .colored-bg > :last-child {
    margin-bottom: 0; }
  .media .colored-bg h1, .media .colored-bg h2, .media .colored-bg h3, .media .colored-bg h4, .media .colored-bg h5, .media .colored-bg h6, .media .colored-bg p, .media .colored-bg li, .media .colored-bg dl {
    color: #333333; }
  .media .colored-bg h1, .media .colored-bg h2, .media .colored-bg h3, .media .colored-bg h4, .media .colored-bg h5, .media .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .media .colored-bg h1.subheader, .media .colored-bg h2.subheader, .media .colored-bg h3.subheader, .media .colored-bg h4.subheader, .media .colored-bg h5.subheader, .media .colored-bg h6.subheader {
      line-height: 1.4; }

.media .colored-bg p {
  color: white; }

.media .underline--colored {
  border-color: #d5b20f; }

.media .btn--fill-color,
.media .btn--fill-color-hover:hover {
  fill: #d5b20f;
  color: #d5b20f; }

.media .btn--color {
  background-color: #d5b20f; }

.media .btn--border {
  border: 1px solid #d5b20f; }

.media .btn--white-hover:hover {
  background-color: #FFFFFF; }

.media .border-top-color {
  border-top: 14px solid #d5b20f; }

.media #tele .button:hover {
  background-color: #fff; }

.media .text-input {
  border: 1px solid #d5b20f;
  color: #d5b20f; }

.media .dd-container .dd-selected label,
.media input.text-input::-webkit-input-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.media .dd-container .dd-selected label,
.media input.text-input::-moz-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.media .dd-container .dd-selected label,
.media input.text-input:-ms-input-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.media .dd-container .dd-selected label,
.media input.text-input::placeholder {
  color: #d5b20f;
  font-weight: 800; }

.media .post--has-separator:after {
  background: #d5b20f; }

.business .card-banner:before {
  background-color: #f4545f; }

.business .card-banner__icon--round {
  background: #f4545f; }

.business .card-banner__icon--circle {
  border-color: #f4545f; }

.business .card-banner__icon:before {
  background-color: #f4545f; }

.business .card--current .card__inner {
  background-color: #f4545f; }

.business .card--current.card--framed .card__inner {
  border-color: #f4545f;
  background-color: transparent; }

.business .card-banner__icon--circle .svg-icon {
  fill: #f4545f; }

.business .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .business .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .business .circle-list li:before {
    content: "• ";
    color: #f4545f;
    margin-right: 3px;
    font-size: 1.125em; }

.business .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #f4545f;
  color: white;
  clear: both; }
  .business .colored-bg > :first-child {
    margin-top: 0; }
  .business .colored-bg > :last-child {
    margin-bottom: 0; }
  .business .colored-bg h1, .business .colored-bg h2, .business .colored-bg h3, .business .colored-bg h4, .business .colored-bg h5, .business .colored-bg h6, .business .colored-bg p, .business .colored-bg li, .business .colored-bg dl {
    color: #333333; }
  .business .colored-bg h1, .business .colored-bg h2, .business .colored-bg h3, .business .colored-bg h4, .business .colored-bg h5, .business .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .business .colored-bg h1.subheader, .business .colored-bg h2.subheader, .business .colored-bg h3.subheader, .business .colored-bg h4.subheader, .business .colored-bg h5.subheader, .business .colored-bg h6.subheader {
      line-height: 1.4; }

.business .colored-bg p {
  color: white; }

.business .underline--colored {
  border-color: #f4545f; }

.business .btn--fill-color,
.business .btn--fill-color-hover:hover {
  fill: #f4545f;
  color: #f4545f; }

.business .btn--color {
  background-color: #f4545f; }

.business .btn--border {
  border: 1px solid #f4545f; }

.business .btn--white-hover:hover {
  background-color: #FFFFFF; }

.business .border-top-color {
  border-top: 14px solid #f4545f; }

.business #tele .button:hover {
  background-color: #fff; }

.business .text-input {
  border: 1px solid #f4545f;
  color: #f4545f; }

.business .dd-container .dd-selected label,
.business input.text-input::-webkit-input-placeholder {
  color: #f4545f;
  font-weight: 800; }

.business .dd-container .dd-selected label,
.business input.text-input::-moz-placeholder {
  color: #f4545f;
  font-weight: 800; }

.business .dd-container .dd-selected label,
.business input.text-input:-ms-input-placeholder {
  color: #f4545f;
  font-weight: 800; }

.business .dd-container .dd-selected label,
.business input.text-input::placeholder {
  color: #f4545f;
  font-weight: 800; }

.business .post--has-separator:after {
  background: #f4545f; }

.darkestGreen .card-banner:before {
  background-color: #016742; }

.darkestGreen .card-banner__icon--round {
  background: #016742; }

.darkestGreen .card-banner__icon--circle {
  border-color: #016742; }

.darkestGreen .card-banner__icon:before {
  background-color: #016742; }

.darkestGreen .card--current .card__inner {
  background-color: #016742; }

.darkestGreen .card--current.card--framed .card__inner {
  border-color: #016742;
  background-color: transparent; }

.darkestGreen .card-banner__icon--circle .svg-icon {
  fill: #016742; }

.darkestGreen .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .darkestGreen .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .darkestGreen .circle-list li:before {
    content: "• ";
    color: #016742;
    margin-right: 3px;
    font-size: 1.125em; }

.darkestGreen .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #016742;
  color: white;
  clear: both; }
  .darkestGreen .colored-bg > :first-child {
    margin-top: 0; }
  .darkestGreen .colored-bg > :last-child {
    margin-bottom: 0; }
  .darkestGreen .colored-bg h1, .darkestGreen .colored-bg h2, .darkestGreen .colored-bg h3, .darkestGreen .colored-bg h4, .darkestGreen .colored-bg h5, .darkestGreen .colored-bg h6, .darkestGreen .colored-bg p, .darkestGreen .colored-bg li, .darkestGreen .colored-bg dl {
    color: #333333; }
  .darkestGreen .colored-bg h1, .darkestGreen .colored-bg h2, .darkestGreen .colored-bg h3, .darkestGreen .colored-bg h4, .darkestGreen .colored-bg h5, .darkestGreen .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .darkestGreen .colored-bg h1.subheader, .darkestGreen .colored-bg h2.subheader, .darkestGreen .colored-bg h3.subheader, .darkestGreen .colored-bg h4.subheader, .darkestGreen .colored-bg h5.subheader, .darkestGreen .colored-bg h6.subheader {
      line-height: 1.4; }

.darkestGreen .colored-bg p {
  color: white; }

.darkestGreen .underline--colored {
  border-color: #016742; }

.darkestGreen .btn--fill-color,
.darkestGreen .btn--fill-color-hover:hover {
  fill: #016742;
  color: #016742; }

.darkestGreen .btn--color {
  background-color: #016742; }

.darkestGreen .btn--border {
  border: 1px solid #016742; }

.darkestGreen .btn--white-hover:hover {
  background-color: #FFFFFF; }

.darkestGreen .border-top-color {
  border-top: 14px solid #016742; }

.darkestGreen #tele .button:hover {
  background-color: #fff; }

.darkestGreen .text-input {
  border: 1px solid #016742;
  color: #016742; }

.darkestGreen .dd-container .dd-selected label,
.darkestGreen input.text-input::-webkit-input-placeholder {
  color: #016742;
  font-weight: 800; }

.darkestGreen .dd-container .dd-selected label,
.darkestGreen input.text-input::-moz-placeholder {
  color: #016742;
  font-weight: 800; }

.darkestGreen .dd-container .dd-selected label,
.darkestGreen input.text-input:-ms-input-placeholder {
  color: #016742;
  font-weight: 800; }

.darkestGreen .dd-container .dd-selected label,
.darkestGreen input.text-input::placeholder {
  color: #016742;
  font-weight: 800; }

.darkestGreen .post--has-separator:after {
  background: #016742; }

.darkGreen .card-banner:before {
  background-color: #07aa07; }

.darkGreen .card-banner__icon--round {
  background: #07aa07; }

.darkGreen .card-banner__icon--circle {
  border-color: #07aa07; }

.darkGreen .card-banner__icon:before {
  background-color: #07aa07; }

.darkGreen .card--current .card__inner {
  background-color: #07aa07; }

.darkGreen .card--current.card--framed .card__inner {
  border-color: #07aa07;
  background-color: transparent; }

.darkGreen .card-banner__icon--circle .svg-icon {
  fill: #07aa07; }

.darkGreen .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .darkGreen .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .darkGreen .circle-list li:before {
    content: "• ";
    color: #07aa07;
    margin-right: 3px;
    font-size: 1.125em; }

.darkGreen .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #07aa07;
  color: white;
  clear: both; }
  .darkGreen .colored-bg > :first-child {
    margin-top: 0; }
  .darkGreen .colored-bg > :last-child {
    margin-bottom: 0; }
  .darkGreen .colored-bg h1, .darkGreen .colored-bg h2, .darkGreen .colored-bg h3, .darkGreen .colored-bg h4, .darkGreen .colored-bg h5, .darkGreen .colored-bg h6, .darkGreen .colored-bg p, .darkGreen .colored-bg li, .darkGreen .colored-bg dl {
    color: #333333; }
  .darkGreen .colored-bg h1, .darkGreen .colored-bg h2, .darkGreen .colored-bg h3, .darkGreen .colored-bg h4, .darkGreen .colored-bg h5, .darkGreen .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .darkGreen .colored-bg h1.subheader, .darkGreen .colored-bg h2.subheader, .darkGreen .colored-bg h3.subheader, .darkGreen .colored-bg h4.subheader, .darkGreen .colored-bg h5.subheader, .darkGreen .colored-bg h6.subheader {
      line-height: 1.4; }

.darkGreen .colored-bg p {
  color: white; }

.darkGreen .underline--colored {
  border-color: #07aa07; }

.darkGreen .btn--fill-color,
.darkGreen .btn--fill-color-hover:hover {
  fill: #07aa07;
  color: #07aa07; }

.darkGreen .btn--color {
  background-color: #07aa07; }

.darkGreen .btn--border {
  border: 1px solid #07aa07; }

.darkGreen .btn--white-hover:hover {
  background-color: #FFFFFF; }

.darkGreen .border-top-color {
  border-top: 14px solid #07aa07; }

.darkGreen #tele .button:hover {
  background-color: #fff; }

.darkGreen .text-input {
  border: 1px solid #07aa07;
  color: #07aa07; }

.darkGreen .dd-container .dd-selected label,
.darkGreen input.text-input::-webkit-input-placeholder {
  color: #07aa07;
  font-weight: 800; }

.darkGreen .dd-container .dd-selected label,
.darkGreen input.text-input::-moz-placeholder {
  color: #07aa07;
  font-weight: 800; }

.darkGreen .dd-container .dd-selected label,
.darkGreen input.text-input:-ms-input-placeholder {
  color: #07aa07;
  font-weight: 800; }

.darkGreen .dd-container .dd-selected label,
.darkGreen input.text-input::placeholder {
  color: #07aa07;
  font-weight: 800; }

.darkGreen .post--has-separator:after {
  background: #07aa07; }

.lightGreen .card-banner:before {
  background-color: #67c912; }

.lightGreen .card-banner__icon--round {
  background: #67c912; }

.lightGreen .card-banner__icon--circle {
  border-color: #67c912; }

.lightGreen .card-banner__icon:before {
  background-color: #67c912; }

.lightGreen .card--current .card__inner {
  background-color: #67c912; }

.lightGreen .card--current.card--framed .card__inner {
  border-color: #67c912;
  background-color: transparent; }

.lightGreen .card-banner__icon--circle .svg-icon {
  fill: #67c912; }

.lightGreen .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .lightGreen .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .lightGreen .circle-list li:before {
    content: "• ";
    color: #67c912;
    margin-right: 3px;
    font-size: 1.125em; }

.lightGreen .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #67c912;
  color: white;
  clear: both; }
  .lightGreen .colored-bg > :first-child {
    margin-top: 0; }
  .lightGreen .colored-bg > :last-child {
    margin-bottom: 0; }
  .lightGreen .colored-bg h1, .lightGreen .colored-bg h2, .lightGreen .colored-bg h3, .lightGreen .colored-bg h4, .lightGreen .colored-bg h5, .lightGreen .colored-bg h6, .lightGreen .colored-bg p, .lightGreen .colored-bg li, .lightGreen .colored-bg dl {
    color: #333333; }
  .lightGreen .colored-bg h1, .lightGreen .colored-bg h2, .lightGreen .colored-bg h3, .lightGreen .colored-bg h4, .lightGreen .colored-bg h5, .lightGreen .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .lightGreen .colored-bg h1.subheader, .lightGreen .colored-bg h2.subheader, .lightGreen .colored-bg h3.subheader, .lightGreen .colored-bg h4.subheader, .lightGreen .colored-bg h5.subheader, .lightGreen .colored-bg h6.subheader {
      line-height: 1.4; }

.lightGreen .colored-bg p {
  color: white; }

.lightGreen .underline--colored {
  border-color: #67c912; }

.lightGreen .btn--fill-color,
.lightGreen .btn--fill-color-hover:hover {
  fill: #67c912;
  color: #67c912; }

.lightGreen .btn--color {
  background-color: #67c912; }

.lightGreen .btn--border {
  border: 1px solid #67c912; }

.lightGreen .btn--white-hover:hover {
  background-color: #FFFFFF; }

.lightGreen .border-top-color {
  border-top: 14px solid #67c912; }

.lightGreen #tele .button:hover {
  background-color: #fff; }

.lightGreen .text-input {
  border: 1px solid #67c912;
  color: #67c912; }

.lightGreen .dd-container .dd-selected label,
.lightGreen input.text-input::-webkit-input-placeholder {
  color: #67c912;
  font-weight: 800; }

.lightGreen .dd-container .dd-selected label,
.lightGreen input.text-input::-moz-placeholder {
  color: #67c912;
  font-weight: 800; }

.lightGreen .dd-container .dd-selected label,
.lightGreen input.text-input:-ms-input-placeholder {
  color: #67c912;
  font-weight: 800; }

.lightGreen .dd-container .dd-selected label,
.lightGreen input.text-input::placeholder {
  color: #67c912;
  font-weight: 800; }

.lightGreen .post--has-separator:after {
  background: #67c912; }

.pink .card-banner:before {
  background-color: #f4545f; }

.pink .card-banner__icon--round {
  background: #f4545f; }

.pink .card-banner__icon--circle {
  border-color: #f4545f; }

.pink .card-banner__icon:before {
  background-color: #f4545f; }

.pink .card--current .card__inner {
  background-color: #f4545f; }

.pink .card--current.card--framed .card__inner {
  border-color: #f4545f;
  background-color: transparent; }

.pink .card-banner__icon--circle .svg-icon {
  fill: #f4545f; }

.pink .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .pink .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .pink .circle-list li:before {
    content: "• ";
    color: #f4545f;
    margin-right: 3px;
    font-size: 1.125em; }

.pink .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #f4545f;
  color: white;
  clear: both; }
  .pink .colored-bg > :first-child {
    margin-top: 0; }
  .pink .colored-bg > :last-child {
    margin-bottom: 0; }
  .pink .colored-bg h1, .pink .colored-bg h2, .pink .colored-bg h3, .pink .colored-bg h4, .pink .colored-bg h5, .pink .colored-bg h6, .pink .colored-bg p, .pink .colored-bg li, .pink .colored-bg dl {
    color: #333333; }
  .pink .colored-bg h1, .pink .colored-bg h2, .pink .colored-bg h3, .pink .colored-bg h4, .pink .colored-bg h5, .pink .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .pink .colored-bg h1.subheader, .pink .colored-bg h2.subheader, .pink .colored-bg h3.subheader, .pink .colored-bg h4.subheader, .pink .colored-bg h5.subheader, .pink .colored-bg h6.subheader {
      line-height: 1.4; }

.pink .colored-bg p {
  color: white; }

.pink .underline--colored {
  border-color: #f4545f; }

.pink .btn--fill-color,
.pink .btn--fill-color-hover:hover {
  fill: #f4545f;
  color: #f4545f; }

.pink .btn--color {
  background-color: #f4545f; }

.pink .btn--border {
  border: 1px solid #f4545f; }

.pink .btn--white-hover:hover {
  background-color: #FFFFFF; }

.pink .border-top-color {
  border-top: 14px solid #f4545f; }

.pink #tele .button:hover {
  background-color: #fff; }

.pink .text-input {
  border: 1px solid #f4545f;
  color: #f4545f; }

.pink .dd-container .dd-selected label,
.pink input.text-input::-webkit-input-placeholder {
  color: #f4545f;
  font-weight: 800; }

.pink .dd-container .dd-selected label,
.pink input.text-input::-moz-placeholder {
  color: #f4545f;
  font-weight: 800; }

.pink .dd-container .dd-selected label,
.pink input.text-input:-ms-input-placeholder {
  color: #f4545f;
  font-weight: 800; }

.pink .dd-container .dd-selected label,
.pink input.text-input::placeholder {
  color: #f4545f;
  font-weight: 800; }

.pink .post--has-separator:after {
  background: #f4545f; }

.blue .card-banner:before {
  background-color: #239dcc; }

.blue .card-banner__icon--round {
  background: #239dcc; }

.blue .card-banner__icon--circle {
  border-color: #239dcc; }

.blue .card-banner__icon:before {
  background-color: #239dcc; }

.blue .card--current .card__inner {
  background-color: #239dcc; }

.blue .card--current.card--framed .card__inner {
  border-color: #239dcc;
  background-color: transparent; }

.blue .card-banner__icon--circle .svg-icon {
  fill: #239dcc; }

.blue .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .blue .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .blue .circle-list li:before {
    content: "• ";
    color: #239dcc;
    margin-right: 3px;
    font-size: 1.125em; }

.blue .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #239dcc;
  color: white;
  clear: both; }
  .blue .colored-bg > :first-child {
    margin-top: 0; }
  .blue .colored-bg > :last-child {
    margin-bottom: 0; }
  .blue .colored-bg h1, .blue .colored-bg h2, .blue .colored-bg h3, .blue .colored-bg h4, .blue .colored-bg h5, .blue .colored-bg h6, .blue .colored-bg p, .blue .colored-bg li, .blue .colored-bg dl {
    color: #333333; }
  .blue .colored-bg h1, .blue .colored-bg h2, .blue .colored-bg h3, .blue .colored-bg h4, .blue .colored-bg h5, .blue .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .blue .colored-bg h1.subheader, .blue .colored-bg h2.subheader, .blue .colored-bg h3.subheader, .blue .colored-bg h4.subheader, .blue .colored-bg h5.subheader, .blue .colored-bg h6.subheader {
      line-height: 1.4; }

.blue .colored-bg p {
  color: white; }

.blue .underline--colored {
  border-color: #239dcc; }

.blue .btn--fill-color,
.blue .btn--fill-color-hover:hover {
  fill: #239dcc;
  color: #239dcc; }

.blue .btn--color {
  background-color: #239dcc; }

.blue .btn--border {
  border: 1px solid #239dcc; }

.blue .btn--white-hover:hover {
  background-color: #FFFFFF; }

.blue .border-top-color {
  border-top: 14px solid #239dcc; }

.blue #tele .button:hover {
  background-color: #fff; }

.blue .text-input {
  border: 1px solid #239dcc;
  color: #239dcc; }

.blue .dd-container .dd-selected label,
.blue input.text-input::-webkit-input-placeholder {
  color: #239dcc;
  font-weight: 800; }

.blue .dd-container .dd-selected label,
.blue input.text-input::-moz-placeholder {
  color: #239dcc;
  font-weight: 800; }

.blue .dd-container .dd-selected label,
.blue input.text-input:-ms-input-placeholder {
  color: #239dcc;
  font-weight: 800; }

.blue .dd-container .dd-selected label,
.blue input.text-input::placeholder {
  color: #239dcc;
  font-weight: 800; }

.blue .post--has-separator:after {
  background: #239dcc; }

.brown .card-banner:before {
  background-color: #775339; }

.brown .card-banner__icon--round {
  background: #775339; }

.brown .card-banner__icon--circle {
  border-color: #775339; }

.brown .card-banner__icon:before {
  background-color: #775339; }

.brown .card--current .card__inner {
  background-color: #775339; }

.brown .card--current.card--framed .card__inner {
  border-color: #775339;
  background-color: transparent; }

.brown .card-banner__icon--circle .svg-icon {
  fill: #775339; }

.brown .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .brown .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .brown .circle-list li:before {
    content: "• ";
    color: #775339;
    margin-right: 3px;
    font-size: 1.125em; }

.brown .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #775339;
  color: white;
  clear: both; }
  .brown .colored-bg > :first-child {
    margin-top: 0; }
  .brown .colored-bg > :last-child {
    margin-bottom: 0; }
  .brown .colored-bg h1, .brown .colored-bg h2, .brown .colored-bg h3, .brown .colored-bg h4, .brown .colored-bg h5, .brown .colored-bg h6, .brown .colored-bg p, .brown .colored-bg li, .brown .colored-bg dl {
    color: #333333; }
  .brown .colored-bg h1, .brown .colored-bg h2, .brown .colored-bg h3, .brown .colored-bg h4, .brown .colored-bg h5, .brown .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .brown .colored-bg h1.subheader, .brown .colored-bg h2.subheader, .brown .colored-bg h3.subheader, .brown .colored-bg h4.subheader, .brown .colored-bg h5.subheader, .brown .colored-bg h6.subheader {
      line-height: 1.4; }

.brown .colored-bg p {
  color: white; }

.brown .underline--colored {
  border-color: #775339; }

.brown .btn--fill-color,
.brown .btn--fill-color-hover:hover {
  fill: #775339;
  color: #775339; }

.brown .btn--color {
  background-color: #775339; }

.brown .btn--border {
  border: 1px solid #775339; }

.brown .btn--white-hover:hover {
  background-color: #FFFFFF; }

.brown .border-top-color {
  border-top: 14px solid #775339; }

.brown #tele .button:hover {
  background-color: #fff; }

.brown .text-input {
  border: 1px solid #775339;
  color: #775339; }

.brown .dd-container .dd-selected label,
.brown input.text-input::-webkit-input-placeholder {
  color: #775339;
  font-weight: 800; }

.brown .dd-container .dd-selected label,
.brown input.text-input::-moz-placeholder {
  color: #775339;
  font-weight: 800; }

.brown .dd-container .dd-selected label,
.brown input.text-input:-ms-input-placeholder {
  color: #775339;
  font-weight: 800; }

.brown .dd-container .dd-selected label,
.brown input.text-input::placeholder {
  color: #775339;
  font-weight: 800; }

.brown .post--has-separator:after {
  background: #775339; }

.green .card-banner:before {
  background-color: #91be3b; }

.green .card-banner__icon--round {
  background: #91be3b; }

.green .card-banner__icon--circle {
  border-color: #91be3b; }

.green .card-banner__icon:before {
  background-color: #91be3b; }

.green .card--current .card__inner {
  background-color: #91be3b; }

.green .card--current.card--framed .card__inner {
  border-color: #91be3b;
  background-color: transparent; }

.green .card-banner__icon--circle .svg-icon {
  fill: #91be3b; }

.green .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .green .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .green .circle-list li:before {
    content: "• ";
    color: #91be3b;
    margin-right: 3px;
    font-size: 1.125em; }

.green .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #91be3b;
  color: white;
  clear: both; }
  .green .colored-bg > :first-child {
    margin-top: 0; }
  .green .colored-bg > :last-child {
    margin-bottom: 0; }
  .green .colored-bg h1, .green .colored-bg h2, .green .colored-bg h3, .green .colored-bg h4, .green .colored-bg h5, .green .colored-bg h6, .green .colored-bg p, .green .colored-bg li, .green .colored-bg dl {
    color: #333333; }
  .green .colored-bg h1, .green .colored-bg h2, .green .colored-bg h3, .green .colored-bg h4, .green .colored-bg h5, .green .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .green .colored-bg h1.subheader, .green .colored-bg h2.subheader, .green .colored-bg h3.subheader, .green .colored-bg h4.subheader, .green .colored-bg h5.subheader, .green .colored-bg h6.subheader {
      line-height: 1.4; }

.green .colored-bg p {
  color: white; }

.green .underline--colored {
  border-color: #91be3b; }

.green .btn--fill-color,
.green .btn--fill-color-hover:hover {
  fill: #91be3b;
  color: #91be3b; }

.green .btn--color {
  background-color: #91be3b; }

.green .btn--border {
  border: 1px solid #91be3b; }

.green .btn--white-hover:hover {
  background-color: #FFFFFF; }

.green .border-top-color {
  border-top: 14px solid #91be3b; }

.green #tele .button:hover {
  background-color: #fff; }

.green .text-input {
  border: 1px solid #91be3b;
  color: #91be3b; }

.green .dd-container .dd-selected label,
.green input.text-input::-webkit-input-placeholder {
  color: #91be3b;
  font-weight: 800; }

.green .dd-container .dd-selected label,
.green input.text-input::-moz-placeholder {
  color: #91be3b;
  font-weight: 800; }

.green .dd-container .dd-selected label,
.green input.text-input:-ms-input-placeholder {
  color: #91be3b;
  font-weight: 800; }

.green .dd-container .dd-selected label,
.green input.text-input::placeholder {
  color: #91be3b;
  font-weight: 800; }

.green .post--has-separator:after {
  background: #91be3b; }

.yellow .card-banner:before {
  background-color: #d5b20f; }

.yellow .card-banner__icon--round {
  background: #d5b20f; }

.yellow .card-banner__icon--circle {
  border-color: #d5b20f; }

.yellow .card-banner__icon:before {
  background-color: #d5b20f; }

.yellow .card--current .card__inner {
  background-color: #d5b20f; }

.yellow .card--current.card--framed .card__inner {
  border-color: #d5b20f;
  background-color: transparent; }

.yellow .card-banner__icon--circle .svg-icon {
  fill: #d5b20f; }

.yellow .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .yellow .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .yellow .circle-list li:before {
    content: "• ";
    color: #d5b20f;
    margin-right: 3px;
    font-size: 1.125em; }

.yellow .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #d5b20f;
  color: white;
  clear: both; }
  .yellow .colored-bg > :first-child {
    margin-top: 0; }
  .yellow .colored-bg > :last-child {
    margin-bottom: 0; }
  .yellow .colored-bg h1, .yellow .colored-bg h2, .yellow .colored-bg h3, .yellow .colored-bg h4, .yellow .colored-bg h5, .yellow .colored-bg h6, .yellow .colored-bg p, .yellow .colored-bg li, .yellow .colored-bg dl {
    color: #333333; }
  .yellow .colored-bg h1, .yellow .colored-bg h2, .yellow .colored-bg h3, .yellow .colored-bg h4, .yellow .colored-bg h5, .yellow .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .yellow .colored-bg h1.subheader, .yellow .colored-bg h2.subheader, .yellow .colored-bg h3.subheader, .yellow .colored-bg h4.subheader, .yellow .colored-bg h5.subheader, .yellow .colored-bg h6.subheader {
      line-height: 1.4; }

.yellow .colored-bg p {
  color: white; }

.yellow .underline--colored {
  border-color: #d5b20f; }

.yellow .btn--fill-color,
.yellow .btn--fill-color-hover:hover {
  fill: #d5b20f;
  color: #d5b20f; }

.yellow .btn--color {
  background-color: #d5b20f; }

.yellow .btn--border {
  border: 1px solid #d5b20f; }

.yellow .btn--white-hover:hover {
  background-color: #FFFFFF; }

.yellow .border-top-color {
  border-top: 14px solid #d5b20f; }

.yellow #tele .button:hover {
  background-color: #fff; }

.yellow .text-input {
  border: 1px solid #d5b20f;
  color: #d5b20f; }

.yellow .dd-container .dd-selected label,
.yellow input.text-input::-webkit-input-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.yellow .dd-container .dd-selected label,
.yellow input.text-input::-moz-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.yellow .dd-container .dd-selected label,
.yellow input.text-input:-ms-input-placeholder {
  color: #d5b20f;
  font-weight: 800; }

.yellow .dd-container .dd-selected label,
.yellow input.text-input::placeholder {
  color: #d5b20f;
  font-weight: 800; }

.yellow .post--has-separator:after {
  background: #d5b20f; }

.red .card-banner:before {
  background-color: #d43106; }

.red .card-banner__icon--round {
  background: #d43106; }

.red .card-banner__icon--circle {
  border-color: #d43106; }

.red .card-banner__icon:before {
  background-color: #d43106; }

.red .card--current .card__inner {
  background-color: #d43106; }

.red .card--current.card--framed .card__inner {
  border-color: #d43106;
  background-color: transparent; }

.red .card-banner__icon--circle .svg-icon {
  fill: #d43106; }

.red .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .red .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .red .circle-list li:before {
    content: "• ";
    color: #d43106;
    margin-right: 3px;
    font-size: 1.125em; }

.red .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #d43106;
  color: white;
  clear: both; }
  .red .colored-bg > :first-child {
    margin-top: 0; }
  .red .colored-bg > :last-child {
    margin-bottom: 0; }
  .red .colored-bg h1, .red .colored-bg h2, .red .colored-bg h3, .red .colored-bg h4, .red .colored-bg h5, .red .colored-bg h6, .red .colored-bg p, .red .colored-bg li, .red .colored-bg dl {
    color: #333333; }
  .red .colored-bg h1, .red .colored-bg h2, .red .colored-bg h3, .red .colored-bg h4, .red .colored-bg h5, .red .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .red .colored-bg h1.subheader, .red .colored-bg h2.subheader, .red .colored-bg h3.subheader, .red .colored-bg h4.subheader, .red .colored-bg h5.subheader, .red .colored-bg h6.subheader {
      line-height: 1.4; }

.red .colored-bg p {
  color: white; }

.red .underline--colored {
  border-color: #d43106; }

.red .btn--fill-color,
.red .btn--fill-color-hover:hover {
  fill: #d43106;
  color: #d43106; }

.red .btn--color {
  background-color: #d43106; }

.red .btn--border {
  border: 1px solid #d43106; }

.red .btn--white-hover:hover {
  background-color: #FFFFFF; }

.red .border-top-color {
  border-top: 14px solid #d43106; }

.red #tele .button:hover {
  background-color: #fff; }

.red .text-input {
  border: 1px solid #d43106;
  color: #d43106; }

.red .dd-container .dd-selected label,
.red input.text-input::-webkit-input-placeholder {
  color: #d43106;
  font-weight: 800; }

.red .dd-container .dd-selected label,
.red input.text-input::-moz-placeholder {
  color: #d43106;
  font-weight: 800; }

.red .dd-container .dd-selected label,
.red input.text-input:-ms-input-placeholder {
  color: #d43106;
  font-weight: 800; }

.red .dd-container .dd-selected label,
.red input.text-input::placeholder {
  color: #d43106;
  font-weight: 800; }

.red .post--has-separator:after {
  background: #d43106; }

.orange .card-banner:before {
  background-color: #f7931d; }

.orange .card-banner__icon--round {
  background: #f7931d; }

.orange .card-banner__icon--circle {
  border-color: #f7931d; }

.orange .card-banner__icon:before {
  background-color: #f7931d; }

.orange .card--current .card__inner {
  background-color: #f7931d; }

.orange .card--current.card--framed .card__inner {
  border-color: #f7931d;
  background-color: transparent; }

.orange .card-banner__icon--circle .svg-icon {
  fill: #f7931d; }

.orange .circle-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .orange .circle-list li {
    padding-left: 1em;
    text-indent: -.7em; }
  .orange .circle-list li:before {
    content: "• ";
    color: #f7931d;
    margin-right: 3px;
    font-size: 1.125em; }

.orange .colored-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border: 0;
  background-color: #f7931d;
  color: white;
  clear: both; }
  .orange .colored-bg > :first-child {
    margin-top: 0; }
  .orange .colored-bg > :last-child {
    margin-bottom: 0; }
  .orange .colored-bg h1, .orange .colored-bg h2, .orange .colored-bg h3, .orange .colored-bg h4, .orange .colored-bg h5, .orange .colored-bg h6, .orange .colored-bg p, .orange .colored-bg li, .orange .colored-bg dl {
    color: #333333; }
  .orange .colored-bg h1, .orange .colored-bg h2, .orange .colored-bg h3, .orange .colored-bg h4, .orange .colored-bg h5, .orange .colored-bg h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .orange .colored-bg h1.subheader, .orange .colored-bg h2.subheader, .orange .colored-bg h3.subheader, .orange .colored-bg h4.subheader, .orange .colored-bg h5.subheader, .orange .colored-bg h6.subheader {
      line-height: 1.4; }

.orange .colored-bg p {
  color: white; }

.orange .underline--colored {
  border-color: #f7931d; }

.orange .btn--fill-color,
.orange .btn--fill-color-hover:hover {
  fill: #f7931d;
  color: #f7931d; }

.orange .btn--color {
  background-color: #f7931d; }

.orange .btn--border {
  border: 1px solid #f7931d; }

.orange .btn--white-hover:hover {
  background-color: #FFFFFF; }

.orange .border-top-color {
  border-top: 14px solid #f7931d; }

.orange #tele .button:hover {
  background-color: #fff; }

.orange .text-input {
  border: 1px solid #f7931d;
  color: #f7931d; }

.orange .dd-container .dd-selected label,
.orange input.text-input::-webkit-input-placeholder {
  color: #f7931d;
  font-weight: 800; }

.orange .dd-container .dd-selected label,
.orange input.text-input::-moz-placeholder {
  color: #f7931d;
  font-weight: 800; }

.orange .dd-container .dd-selected label,
.orange input.text-input:-ms-input-placeholder {
  color: #f7931d;
  font-weight: 800; }

.orange .dd-container .dd-selected label,
.orange input.text-input::placeholder {
  color: #f7931d;
  font-weight: 800; }

.orange .post--has-separator:after {
  background: #f7931d; }

.natcolor--bg {
  background-color: #eae7e2; }

.pageMainText.natcolor--bg p {
  color: #2c2f34; }

.natcolor-logo {
  margin-top: 3.125rem; }

.pageMainText .natcolor--title,
.natcolor--title {
  color: #d0880b;
  font-size: calc(1rem + 11px);
  font-weight: 700;
  text-align: center;
  margin-top: 0.875rem;
  line-height: 25px; }

.pageMainText .natcolor--short-title,
.natcolor--short-title {
  font-size: calc(0.7rem + 11px);
  color: #d0880b;
  font-weight: 400;
  margin-left: 0;
  margin-top: 0; }

.pageMainText .natcolor--subtitle,
.natcolor--subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 2.1875rem; }

.natcolor--rubrique {
  position: relative; }

.natcolor--rubrique__bg {
  height: 100%;
  background-repeat: no-repeat; }

.natcolor--rubrique__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1; }

.natcolor--rubrique__title-group {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%; }

.natcolor--rubrique__title-group a,
.natcolor--rubrique__title-group a:hover {
  text-decoration: none; }

.rounded-plus {
  background-color: #f7931d;
  color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: calc(1.3125rem + 11px);
  padding: 0 1.0625rem;
  z-index: 1; }

.natcolor--accreditation {
  padding: 2.125rem 0 1.4375rem;
  position: relative; }

.natcolor--accreditation a {
  color: #f7931d;
  font-weight: bold; }

.accreditation--intro p, .accreditation--intro .natcolor--subtitle {
  color: #FFFFFF;
  margin-bottom: 0.625rem; }

.natcolor--mainintro .accreditation--intro .natcolor--subtitle {
  color: #454545; }

.mobile-dl-icon {
  background-color: #f7931d;
  width: 4.0625rem;
  display: inline-block;
  height: 4.0625rem;
  line-height: 4.0625rem;
  text-align: center;
  border-radius: 100%; }

.rounded-section-name {
  color: #FFFFFF;
  font-size: 1.5625rem; }

.rounded-section-intro {
  display: none; }

.orange--natcolor .natcolor--rubrique__title,
.orange--natcolor .natcolor--intro__color {
  color: #d0880b; }

.orange--natcolor .input-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.625rem 0; }

.orange--natcolor .input-group input::-webkit-input-placeholder {
  font-style: italic; }

.orange--natcolor .input-group input::-moz-placeholder {
  font-style: italic; }

.orange--natcolor .input-group input:-ms-input-placeholder {
  font-style: italic; }

.orange--natcolor .input-group input::placeholder {
  font-style: italic; }

.orange--natcolor .input-group .dd-container {
  margin: 0.625rem 0; }

.orange--natcolor .input-group textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.9375rem 0; }

.orange--natcolor .button.large {
  font-size: 0.9375rem;
  padding: 0.5rem 1.5625rem;
  text-transform: none; }

.orange--natcolor .message-warning {
  color: #838383;
  border: 1px solid #d0880b;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  margin: 0.625rem; }
  .orange--natcolor .message-warning h2 {
    color: #d0880b; }

.purple--natcolor .natcolor--rubrique__title,
.purple--natcolor .natcolor--intro__color {
  color: #5e1425; }

.purple--natcolor .input-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.625rem 0; }

.purple--natcolor .input-group input::-webkit-input-placeholder {
  font-style: italic; }

.purple--natcolor .input-group input::-moz-placeholder {
  font-style: italic; }

.purple--natcolor .input-group input:-ms-input-placeholder {
  font-style: italic; }

.purple--natcolor .input-group input::placeholder {
  font-style: italic; }

.purple--natcolor .input-group .dd-container {
  margin: 0.625rem 0; }

.purple--natcolor .input-group textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.9375rem 0; }

.purple--natcolor .button.large {
  font-size: 0.9375rem;
  padding: 0.5rem 1.5625rem;
  text-transform: none; }

.purple--natcolor .message-warning {
  color: #838383;
  border: 1px solid #5e1425;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  margin: 0.625rem; }
  .purple--natcolor .message-warning h2 {
    color: #5e1425; }

.green--natcolor .natcolor--rubrique__title,
.green--natcolor .natcolor--intro__color {
  color: #00340b; }

.green--natcolor .input-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.625rem 0; }

.green--natcolor .input-group input::-webkit-input-placeholder {
  font-style: italic; }

.green--natcolor .input-group input::-moz-placeholder {
  font-style: italic; }

.green--natcolor .input-group input:-ms-input-placeholder {
  font-style: italic; }

.green--natcolor .input-group input::placeholder {
  font-style: italic; }

.green--natcolor .input-group .dd-container {
  margin: 0.625rem 0; }

.green--natcolor .input-group textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #838383;
  margin: 0.9375rem 0; }

.green--natcolor .button.large {
  font-size: 0.9375rem;
  padding: 0.5rem 1.5625rem;
  text-transform: none; }

.green--natcolor .message-warning {
  color: #838383;
  border: 1px solid #00340b;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  margin: 0.625rem; }
  .green--natcolor .message-warning h2 {
    color: #00340b; }

.natcolor--header .natcolor--back,
.natcolor--header .natcolor--back-cross {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700; }

.natcolor--header .natcolor--back:before {
  font-family: 'fontawesome';
  content: '\f190';
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  margin-right: 0.625rem; }

.natcolor--header .natcolor--back-cross:after {
  font-family: 'fontawesome';
  content: '\f00d';
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  margin-left: 0.625rem; }

.natcolor--intro__color {
  font-weight: 700; }

@media only screen and (min-width: 40.0625em) {
  /**
   * Circle Styles
   */
  .rounded-section-name {
    position: relative;
    display: block;
    background-color: transparent;
    text-align: center;
    width: 130%;
    left: 40%; }
  .rounded-section-name:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: ""; }
  .rounded-section-name__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 100%; }
    .rounded-section-name__inner:before {
      display: block;
      border-radius: 100%;
      content: "";
      width: 86%;
      height: 86%;
      position: absolute;
      top: 7%;
      left: 7%;
      z-index: 0; }
    .rounded-section-name__inner:after {
      display: block;
      border-radius: 100%;
      content: "";
      width: 106%;
      height: 106%;
      position: absolute;
      top: -3%;
      left: -3%;
      z-index: 0; }
  .rounded-section-name__wrapper {
    position: relative;
    z-index: 10;
    display: table;
    width: 100%;
    height: 100%; }
  .rounded-section-name__content {
    display: table-cell;
    padding: 1.5em;
    vertical-align: middle; }
  .bg--natcolor {
    background-size: 100% 100%; }
  .main--natcolor {
    padding-top: 2rem; }
  .orange--natcolor {
    background-color: #d0880b; }
    .orange--natcolor .natcolor--rubrique__title,
    .orange--natcolor .natcolor--intro__color {
      color: #d0880b; }
    .orange--natcolor .rounded-section-name__inner {
      background: rgba(208, 136, 11, 0.75); }
      .orange--natcolor .rounded-section-name__inner:before {
        background: #d0880b; }
      .orange--natcolor .rounded-section-name__inner:after {
        background: rgba(208, 136, 11, 0.5); }
    .orange--natcolor .input-group .dd-select,
    .orange--natcolor .input-group .dd-options,
    .orange--natcolor .input-group input,
    .orange--natcolor .input-group textarea {
      border: 1px solid #d0880b; }
    .orange--natcolor .input-group .dd-selected-text {
      font-weight: normal;
      color: #838383;
      font-style: italic; }
    .orange--natcolor .input-group .dd-options {
      max-height: 272px; }
    .orange--natcolor .button {
      background-color: #d0880b;
      border-color: #d0880b; }
    .purple--natcolor {
      background-color: #5e1425; }
    .purple--natcolor .natcolor--rubrique__title,
    .purple--natcolor .natcolor--intro__color {
      color: #5e1425; }
    .purple--natcolor .rounded-section-name__inner {
      background: rgba(94, 20, 37, 0.75); }
    .purple--natcolor .rounded-section-name__inner:before {
      background: #5e1425; }
    .purple--natcolor .rounded-section-name__inner:after {
      background: rgba(94, 20, 37, 0.5); }
    .purple--natcolor .input-group .dd-select,
    .purple--natcolor .input-group .dd-options,
    .purple--natcolor .input-group input,
    .purple--natcolor .input-group textarea {
      border: 1px solid #5e1425; }
    .purple--natcolor .input-group .dd-selected-text {
      font-weight: normal;
      color: #838383;
      font-style: italic; }
    .purple--natcolor .input-group .dd-options {
      max-height: 272px; }
    .purple--natcolor .button {
      background-color: #5e1425;
      border-color: #5e1425; }
    .purple--natcolor .button:hover {
      color: #5e1425; }
    .green--natcolor {
      background-color: #00340b; }
    .green--natcolor .natcolor--rubrique__title,
    .green--natcolor .natcolor--intro__color {
      color: #00340b; }
    .green--natcolor .rounded-section-name__inner {
      background: rgba(0, 52, 11, 0.75); }
    .green--natcolor .rounded-section-name__inner:before {
        background: #00340b; }
    .green--natcolor .rounded-section-name__inner:after {
        background: rgba(0, 52, 11, 0.5); }
    .green--natcolor .input-group .dd-select,
    .green--natcolor .input-group .dd-options,
    .green--natcolor .input-group input,
    .green--natcolor .input-group textarea {
      border: 1px solid #00340b; }
    .green--natcolor .input-group .dd-selected-text {
      font-weight: normal;
      color: #838383;
      font-style: italic; }
    .green--natcolor .input-group .dd-options {
      max-height: 272px; }
    .green--natcolor .button {
      background-color: #00340b;
      border-color: #00340b; }
    .green--natcolor .button:hover {
      color: #00340b; }
  .bg--natcolor {
    background-position: left; }
  .natcolor--header {
    height: 5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .natcolor--video {
    padding-left: 2.5rem; }
  /*.rounded-section-name {
    position: relative;
    font-size: rem-calc(30);
    border-radius: 100%;
    width: 80%;
    height: 80%;
    margin-left: 40px;

    &:after {
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
		  width: 100%;
		  height: 100%;
    }

    &:before {
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
		  width: 70%;
		  height: 70%;
    }

    &:after,
    &:before {
      border-radius: 100%;
	    content: '';
	    display: block;
	    position: absolute;
    }
  }

  .rounded-section-name__content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 10;
    width: 70%;
  }
  */
  .rounded-section-title {
    display: inline-block;
    line-height: 1.75rem;
    font-weight: 700; }
  .rounded-section-intro {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 400; }
  .natcolor--rubrique__title-group {
    background-color: #FFFFFF;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center; }
  .title-group__position-container {
    width: 100%;
    height: 100%;
    position: relative; }
  .natcolor--rubrique__title-group .title-group__position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%; }
  .pageMainText .natcolor--title {
    color: #d0880b;
    margin-top: 2.5rem;
    text-align: left; }
  .pageMainText .natcolor--subtitle {
    text-align: left;
    color: #d0880b; }
  .natcolor--accreditation .image {
    position: relative;
    margin-bottom: 1.5625rem; }
  .natcolor--accreditation .image:after {
    font-family: 'fontawesome';
    content: '\f175';
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -25%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #f7931d;
    color: #FFFFFF;
    font-size: 1.3125rem;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .natcolor--accreditation img {
    border: 4px solid #d2cfca;
    position: relative; }
  .natcolor--content {
    padding: 2rem 2.625rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .natcolor--rubrique__title {
    font-size: 1rem; }
  .natcolor--video .half {
    width: 100%; } }

@media only screen and (max-width: 40em) {
  .natcolor--mainintro {
    height: 150px !important; }
  .natcolor--rubrique {
    height: 165px !important;
    text-align: center; }
  .bg--natcolor {
    background-repeat: no-repeat; }
  .natcolor--accreditation {
    margin-top: 0.13671875rem;
    background: #e6e6e6; }
  .natcolor--header {
    background: #f7931d; }
    .natcolor--header a {
      color: #FFFFFF; }
  .rounded-section-name {
    padding: 2.5rem 0; }
  h2.natcolor--rubrique__title {
    color: #FFFFFF !important;
    padding: 1.25rem 0; }
  .natcolor--back-cross {
    display: none; } }

.natcolor--video {
  margin-top: 1.25rem; }
  .natcolor--video .playButton.colorbox-video .image {
    background: 0 none !important; }
  .natcolor--video .playButton.colorbox-video span {
    display: none !important; }

.natcolor--markets__title {
  margin: 5px 0;
  color: #297529; }

.natcolor--markets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  color: #454545;
  text-transform: uppercase; }
  .natcolor--markets li.natcolor--markets__items {
    width: 30%;
    margin: 0 25px 0 0;
    padding: 0.9375rem 0.3125rem 0.9375rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .natcolor--markets li.natcolor--markets__items {
      border-bottom: 2px solid #00340b; }
    .natcolor--markets li.natcolor--markets__items .natcolor--markets__image {
      text-align: center; }

.pathfinder-layer .container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.pathfinder-layer .menu {
  color: #6a6a6a;
  background-color: #67c912; }

.pathfinder-layer .tab-title,
.pathfinder-layer .tab-title a {
  color: #6a6a6a;
  background-image: none; }

.pathfinder-layer .tab-title,
.pathfinder-layer .tab-title a,
.pathfinder-layer .tab-title:hover,
.pathfinder-layer .tab-title:hover a,
.pathfinder-layer .tab-title.active,
.pathfinder-layer .tab-title.active > a {
  background-color: transparent;
  text-decoration: none; }

.pathfinder-layer .tab-title.active,
.pathfinder-layer .tab-title.active > a,
.pathfinder-layer .tab-title:hover,
.pathfinder-layer .tab-title:hover a {
  color: #FFFFFF; }

.pathfinder-layer .tab-title {
  width: 33%;
  box-sizing: border-box;
  text-align: center;
  padding: 0; }

.pathfinder-layer .tab-title.active {
  position: relative; }

.pathfinder-layer .tab-title.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.landing_salon ul {
  list-style: inside; }

.landing_salon #content {
  border-left: 0; }

.landing_salon .heading .heading__title {
  padding-top: 2.5rem; }

.landing_salon .section > .u-wrapper {
  margin-bottom: 1rem; }

.landing_salon .news-bloc--content {
  margin-bottom: 1.5rem; }
  .landing_salon .news-bloc--content:hover .post__heading {
    color: #d0880b; }

.landing_salon .news-bloc--container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

@media only screen and (max-width: 40em) {
  .landing_salon .news-bloc--content img {
    margin-left: auto;
    margin-right: auto; } }

.landing_salon .colored-bg .news-bloc--content:hover .post__heading a {
  color: #FFFFFF; }

.landing_salon .news-bloc--content:hover .post__heading a {
  color: #d0880b; }

.landing_salon .news-bloc--container .heading__title {
  margin-bottom: 0.3125rem; }

.landing_salon .news-bloc--container .post__image {
  margin-bottom: 1.625rem; }

.landing_salon .conf-bloc--container {
  padding: 1.5rem; }
  .landing_salon .conf-bloc--container a {
    display: block; }
    .landing_salon .conf-bloc--container a:hover {
      text-decoration: none; }

.landing_salon .bloc_promo,
.landing_salon .bloc_media-corner {
  height: 21.875rem; }

.landing_salon .bloc_promo--wrapper {
  transition: all .3s;
  height: 100%;
  background-repeat: no-repeat;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  box-sizing: border-box; }
  .landing_salon .bloc_promo--wrapper:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .landing_salon .bloc_promo--wrapper a {
    padding-top: 9.375rem;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  .landing_salon .bloc_promo--wrapper a,
  .landing_salon .bloc_promo--wrapper .heading__title {
    color: inherit !important; }
    .landing_salon .bloc_promo--wrapper a:hover,
    .landing_salon .bloc_promo--wrapper .heading__title:hover {
      text-decoration: none; }

.landing_salon .bloc_media-corner--wrapper {
  height: 100%;
  padding: 1.5rem;
  position: relative;
  box-sizing: border-box; }
  .landing_salon .bloc_media-corner--wrapper ul {
    list-style: inside; }

.landing_salon .bloc_media-corner--sn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 1.5rem;
  box-sizing: border-box; }
  .landing_salon .bloc_media-corner--sn > a {
    display: inline-block;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    box-sizing: border-box; }
  .landing_salon .bloc_media-corner--sn img {
    max-width: 64px;
    max-height: 64px;
    margin: 0; }

.landing_salon .form-landing {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #6b6b6b; }
  .landing_salon .form-landing .input-group {
    margin-bottom: 1rem;
    border: 1px solid #6b6b6b; }
  .landing_salon .form-landing .dd-select {
    background: #FFFFFF !important; }
  .landing_salon .form-landing .dd-options {
    width: 100% !important; }
  .landing_salon .form-landing textarea {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.625rem;
    box-sizing: border-box; }
  .landing_salon .form-landing .btn {
    margin-bottom: 1rem;
    border: 1px solid #6b6b6b; }
  .landing_salon .form-landing ul {
    list-style: none; }
/*# sourceMappingURL=app.css.map */
/* Tarte au citron */
#tarteaucitronAlertBig {
  display: block;
  height: 100%;
  opacity: 0.85;
}
#tarteaucitronAlertBig span {
  position: absolute; /* postulat de départ */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  font-weight: bold;
  width: 90%;
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
}
#tarteaucitronAlertBig span#tarteaucitronPersonalize {
  top: 60%; left: 50%; /* à 50%/50% du parent référent */
}
/* Tarte au citron */