@charset "UTF-8";
/*!
Theme Name: Nutrition et Santé
Theme URI: http://underscores.me/
Author: Parker & Lewis
Author URI: https://www.parker-lewis.fr
Description: Theme officiel du site web nutritionetsante.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nutritionetsante
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nutrition et Santé is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**
 * N&S colors
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #2D2A26;
  font-family: brandon-grotesque, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.elementor-text-editor ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.elementor-text-editor ul li {
  position: relative;
  padding-left: 0.8em;
  margin: 32px 0;
}

.elementor-text-editor ul li::before {
  content: "•";
  position: absolute;
  display: block;
  font-size: 2em;
  line-height: 0.5em;
  top: 0;
  left: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/**
 * N&S colors
 */
.button-video-inline .wp-caption > a {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 18px;
}

.button-video-inline .wp-caption img {
  display: block;
  width: 45px;
  height: 45px;
}

.button-video-inline .wp-caption figcaption {
  overflow: hidden;
}

.ns-button {
  display: inline-block;
  padding: 19px 42px 18px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: 0;
  cursor: pointer;
}

.ns-button.ns-button-loadmore {
  background-color: #345F61;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
}

.ns-button.ns-button-loadmore:hover {
  background-color: rgb(43.1006711409, 78.7416107383, 80.3993288591);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/**
 * Gravity Forms
 */
#gform_wrapper_1 {
  margin-top: 0;
}
#gform_wrapper_1 .gfield_label {
  font-size: 22px;
  font-weight: 300;
  font-family: "jaf-domus", sans-serif;
  line-height: 1.5;
  color: #345F61;
}
#gform_wrapper_1 #gform_page_1_1 {
  max-width: 400px;
}
#gform_wrapper_1 #gform_page_1_1 .gfield {
  margin-top: 12px;
}
#gform_wrapper_1 #gform_page_1_1 .ginput_container {
  margin-top: 7px;
}
#gform_wrapper_1 #gform_page_1_2 {
  max-width: 782px;
}
#gform_wrapper_1 #gform_page_1_2 .ginput_container {
  margin-top: 6px;
}
#gform_wrapper_1 .gfield.gsection {
  margin: 0;
  border-bottom: 0;
}
#gform_wrapper_1 .gsection_title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  color: #345F61;
}
#gform_wrapper_1 .gform_page_footer {
  border-top: 0;
  text-align: right;
}
#gform_wrapper_1 .button {
  display: inline-block;
  width: auto;
  min-height: auto;
  padding: 16px 46px 15px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: 0;
  cursor: pointer;
  background-color: #71AC3B;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
}
#gform_wrapper_1 .button:focus {
  outline: 0;
}
#gform_wrapper_1 .button:hover {
  background-color: rgb(100.525974026, 153.012987013, 52.487012987);
}
#gform_wrapper_1 .button#gform_submit_button_1, #gform_wrapper_1 .button#gform_next_button_1_1 {
  margin-right: 0;
}
#gform_wrapper_1 .gfield_required {
  display: none;
}
#gform_wrapper_1 .ginput_container.ginput_container_text input, #gform_wrapper_1 .ginput_container.ginput_container_email input, #gform_wrapper_1 .ginput_container.ginput_container_textarea textarea {
  font-size: 20px;
  border: 1px solid #D1D63D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#gform_wrapper_1 .ginput_container.ginput_container_text input, #gform_wrapper_1 .ginput_container.ginput_container_email input {
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}
#gform_wrapper_1 .ginput_container.ginput_container_textarea textarea {
  height: 242px;
  padding: 16px;
}
#gform_wrapper_1 .ginput_container.ginput_container_select {
  position: relative;
  display: flex;
  height: 46px;
  font-size: 20px;
  line-height: 46px;
  border: 1px solid #D1D63D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#gform_wrapper_1 .ginput_container.ginput_container_select select {
  flex: 1;
  padding: 0 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-color: #fff;
  background-image: none;
}
#gform_wrapper_1 .ginput_container.ginput_container_select select::-ms-expand {
  display: none;
}
#gform_wrapper_1 .ginput_container.ginput_container_select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-left: 1px solid #D1D63D;
  background: url("img/arrow-down-green-darkslate.svg") no-repeat center center;
}
@media (min-width: 641px) {
  #gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0;
  }
  #gform_wrapper_1 #gform_page_1_1 .gfield_label {
    font-size: 28px;
    font-weight: 300;
    font-family: "jaf-domus", sans-serif;
    line-height: 1.5;
    color: #345F61;
  }
  #gform_wrapper_1 #gform_page_1_2 .gfmc-column {
    margin-bottom: 30px;
  }
  #gform_wrapper_1 #gform_page_1_2 .gfmc-row-1-col-1-of-2 {
    padding-right: 22px;
  }
  #gform_wrapper_1 #gform_page_1_2 .gfmc-row-1-col-2-of-2 {
    padding-left: 22px;
  }
}
@media (min-width: 768px) {
  #gform_wrapper_1 {
    padding-left: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site {
  padding-top: 79px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.site-header .container {
  display: flex;
}

.site-branding {
  padding: 18px 0 15px;
}

.site-logo {
  display: block;
  width: 121px;
  height: 46px;
}

.desktop-navigation {
  display: none;
}

.menu-toggle {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menu-toggle .bars {
  position: relative;
  display: block;
  width: 32px;
  height: 24px;
}
.menu-toggle .bar {
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #8CB757;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.menu-toggle .bar .video-popup .elementor-container {
  height: 100%;
}
.menu-toggle .bar .video-popup .elementor-element.elementor-widget.elementor-widget-image {
  display: table;
  height: 100%;
}
.menu-toggle .bar .video-popup .elementor-element.elementor-widget.elementor-widget-image .elementor-widget-container {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.navigation-active .menu-toggle .bar {
  background-color: #345F61;
}
.navigation-active .menu-toggle .bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.navigation-active .menu-toggle .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.navigation-active .menu-toggle .bar:nth-child(3) {
  display: none;
  top: 22px;
}
.menu-toggle .bar:nth-child(1) {
  top: 0;
}
.menu-toggle .bar:nth-child(2) {
  top: 10px;
}
.menu-toggle .bar:nth-child(3) {
  top: 20px;
}
.menu-toggle .text {
  display: none;
}

.mobile-navigation {
  padding-top: 25px;
  margin-left: auto;
}
.mobile-navigation .navigation-collapse {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 79px);
  overflow-y: scroll;
  background-color: white;
  transform: translateX(-100%);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.mobile-navigation.navigation-active .navigation-collapse {
  opacity: 1;
  transform: translateX(0);
}
.mobile-navigation .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mobile-navigation-1 {
  padding: 10px 22px;
  font-size: 18px;
}
#mobile-navigation-1 li {
  padding: 15px 0 15px;
  border-bottom: 2px solid rgba(140, 183, 87, 0.2);
}
#mobile-navigation-1 li:last-child {
  border-bottom: 0;
}
#mobile-navigation-1 li > a {
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2D2A26;
}
#mobile-navigation-1 li > a .menu-item-description {
  display: block;
  font-weight: 400;
  line-height: 21px;
  text-transform: none;
  color: #8CB757;
}

#mobile-navigation-2 {
  padding: 0 22px;
  background-color: #E7FCD5;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#mobile-navigation-2 li {
  padding: 16px 0;
}
#mobile-navigation-2 li > a {
  color: #345F61;
}

#mobile-navigation-3 .menu {
  display: flex;
}

.secondary-navigation {
  padding: 24px 22px;
}
.secondary-navigation li {
  vertical-align: middle;
}
.secondary-navigation li.menu-item-search {
  order: 4;
  padding: 7px 0 7px 20px;
  border-left: 2px solid #8CB757;
}
.secondary-navigation li.menu-item-search a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("img/menu-item-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px 44px;
}
.secondary-navigation li.menu-item-linkedin {
  order: 2;
  padding: 13px 12px 13px 30px;
  border-left: 2px solid #8CB757;
}
.secondary-navigation li.menu-item-linkedin a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 29px;
  height: 32px;
  background-image: url("img/menu-item-linkedin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px 32px;
}
.secondary-navigation li.menu-item-youtube {
  order: 3;
  padding: 13px 30px 13px 12px;
}
.secondary-navigation li.menu-item-youtube a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 45px;
  height: 32px;
  background-image: url("img/menu-item-youtube.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px 32px;
}
.secondary-navigation li.wpml-ls-item {
  order: 1;
  padding: 8px 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.secondary-navigation li.wpml-ls-item a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #746A63;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.secondary-navigation li.wpml-ls-item.wpml-ls-current-language a {
  color: white;
  background-color: #345F61;
}
.secondary-navigation li.wpml-ls-item-fr {
  padding-left: 0;
}
.secondary-navigation li.wpml-ls-item-es {
  padding-right: 12px;
}

.secondary-navigation {
  padding: 24px 22px;
  /* reset Mega Menu */
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary {
  background-color: transparent;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item {
  vertical-align: middle;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-search {
  order: 4;
  padding: 7px 0 7px 20px;
  border-left: 2px solid #8CB757;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-search > a.mega-menu-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("img/menu-item-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px 44px;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-search > .mega-sub-menu {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-linkedin {
  order: 2;
  padding: 13px 12px 13px 30px;
  border-left: 2px solid #8CB757;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-linkedin > a.mega-menu-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 29px;
  height: 32px;
  background-image: url("img/menu-item-linkedin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px 32px;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-youtube {
  order: 3;
  padding: 13px 30px 13px 12px;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-youtube > a.mega-menu-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 45px;
  height: 32px;
  background-image: url("img/menu-item-youtube.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px 32px;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item {
  order: 1;
  padding: 8px 2px;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  color: #746A63;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link:hover {
  background-color: transparent;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item.mega-wpml-ls-current-language > a.mega-menu-link {
  color: white;
  background-color: #345F61;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item.mega-wpml-ls-item-fr {
  padding-left: 0;
}
.secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item.mega-wpml-ls-item-es {
  padding-right: 12px;
}

#menu-medias .elementor-nav-menu .menu-item.current-menu-item .elementor-item {
  padding-left: 16px;
  color: #71AC3B;
}
#menu-medias .elementor-nav-menu .menu-item.current-menu-item .elementor-item::before {
  content: "";
  opacity: 1;
  display: inline-block !important;
  vertical-align: middle;
  width: 9px;
  height: 12px;
  background: url("img/arrow-right-yellow.svg") no-repeat center center;
  background-size: 100% 100%;
  margin-left: -16px;
}

@media (max-width: 375px) {
  .secondary-navigation li.menu-item-search {
    padding-left: 15px;
  }
  .secondary-navigation li.menu-item-linkedin {
    padding-right: 10px;
    padding-left: 15px;
  }
  .secondary-navigation li.menu-item-youtube {
    padding-right: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .site {
    padding-top: 135px;
  }
  .site-branding {
    padding: 24px 0 28px;
  }
  .site-logo {
    width: 220px;
    height: 83px;
  }
  .mobile-navigation {
    display: none;
  }
  .desktop-navigation {
    display: block;
    margin-left: auto;
  }
  .desktop-navigation > div {
    display: inline-block;
    vertical-align: middle;
  }
  .desktop-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .desktop-navigation ul li {
    display: inline-block;
  }
  .desktop-navigation .navigation-1 {
    padding: 48px 20px 0 0;
  }
  .desktop-navigation .navigation-2 {
    padding: 48px 0 0;
  }
  .top-navigation {
    text-align: right;
    font-size: 0.6875em;
    line-height: 1.4545;
    text-transform: uppercase;
  }
  .top-navigation a {
    color: #726B62;
  }
  .top-navigation li {
    padding: 0 15px;
  }
  .top-navigation li:first-child {
    padding-left: 0;
  }
  .top-navigation li:last-child {
    padding-right: 0;
  }
  .top-navigation li.current-menu-item > a {
    color: #8CB757;
  }
  .main-navigation #mega-menu-wrap-menu-header-main {
    background: transparent;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main {
    line-height: 16px;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #8CB757;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > .mega-sub-menu {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 4px;
    height: 4px;
    background-color: #2D2A26;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > a.mega-menu-link {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: #2D2A26;
    background: transparent;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item:first-child::before {
    display: none;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item:first-child > a.mega-menu-link {
    padding-left: 0;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu {
    transform: translate(0, 48px) !important;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
    background-color: #E7FCD5;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu {
    text-align: right;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu > li.mega-menu-item {
    float: none;
    display: inline-block;
    width: auto;
    padding: 30px 116px 0 0;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu > li.mega-menu-item .block-title {
    padding: 0;
    font-size: 34px;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 38px;
    text-transform: uppercase;
    color: #345F61;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu > li.mega-menu-item .block-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    color: #8CB757;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) {
    background-color: white;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu {
    padding: 0;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item {
    display: block;
    padding: 32px 60px 32px;
    border-top: 1px solid #F4F4F4;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item.current-menu-item, .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item:hover {
    background-color: #E7FCD5;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item > a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #345F61;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item > a .sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    width: 12px;
    height: 15px;
    background: url("img/arrow-right-yellow.svg") no-repeat center center;
    background-size: 12px 15px;
  }
  .main-navigation #mega-menu-wrap-menu-header-main #mega-menu-menu-header-main > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul.menu > li.menu-item > a .menu-item-description {
    display: block;
    margin-top: 15px;
    max-width: 450px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #46413C;
  }
  .secondary-navigation {
    padding: 0;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item {
    vertical-align: middle;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-search {
    padding: 4px 15px 5px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-search > a.mega-menu-link {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-linkedin {
    padding: 9px 8px 9px 15px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-linkedin > a.mega-menu-link {
    width: 19px;
    height: 21px;
    background-size: 19px 21px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-youtube {
    padding: 9px 15px 9px 8px;
    border-right: 2px solid #8CB757;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.menu-item-youtube > a.mega-menu-link {
    width: 30px;
    height: 21px;
    background-size: 30px 21px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item {
    margin-right: -4px;
    padding: 9px 4px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link {
    font-size: 9px;
    font-weight: 900;
    width: 21px;
    height: 21px;
    line-height: 21px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item.mega-wpml-ls-current-language > a.mega-menu-link {
    background-color: #746A63;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item.mega-wpml-ls-item.mega-wpml-ls-item-fr {
    padding-left: 15px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu {
    transform: translate(0, 48px) !important;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
    background-color: #E7FCD5;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu {
    text-align: right;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(1) > ul.mega-sub-menu > li.mega-menu-item {
    float: none;
    display: inline-block;
    width: auto;
    padding: 30px 116px 0 0;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) {
    background-color: white;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search {
    padding: 12% 6% 20% 6%;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search .mega-block-title {
    font-size: 35px;
    color: #345F61;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search label {
    position: relative;
    z-index: 0;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search .search-field {
    padding: 0 50px 0 15px;
    width: 450px;
    height: 46px;
    font-size: 20px;
    font-family: "jaf-domus", sans-serif;
    line-height: 1.3;
    border: 1px solid #D1D63D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search .search-submit {
    position: relative;
    z-index: 0;
    margin-left: -50px;
    padding: 0 12px;
    height: 46px;
    font-size: 20px;
    font-weight: 600;
    font-family: "jaf-domus", sans-serif;
    color: #345F61;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .secondary-navigation #mega-menu-wrap-menu-header-secondary #mega-menu-menu-header-secondary li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item.widget_search .search-submit:focus {
    outline: 0;
  }
}
/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
/**
 * Fade In
 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2D2A26;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/**
 * General layouts elements
 */
body.page .entry-footer {
  display: none;
}

.container {
  width: 100%;
  max-width: 1414px;
  margin: 0 auto;
  padding: 0 24px;
}

.video-trigger-container > div {
  height: 100%;
}

/**
 * Footer
 */
.site-footer {
  position: relative;
  z-index: 9;
  padding: 3.25em 0 2.25em 0;
  background-color: #8CB757;
  color: white;
}
.site-footer a {
  color: white;
}
.site-footer ul {
  list-style-type: none;
}
.site-footer ul, .site-footer li {
  margin: 0;
  padding: 0;
}

.footer-logo .logo {
  display: block;
  width: 220px;
  height: 83px;
  margin: 0 auto;
}

.footer-nav-main {
  display: none;
}

.footer-nav-secondary {
  margin-top: 4.615em;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.23;
}
.footer-nav-secondary ul li {
  margin: 0 0 10px;
}

.nav-secondary-top {
  text-transform: uppercase;
}

.nav-secondary-bottom {
  margin-top: 2.4615em;
}

.footer-headquarters {
  margin-top: 4em;
}
.footer-headquarters h2 {
  margin: 0 0 1.6em;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  width: 100%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}
.footer-headquarters h2::after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}

.headquarter {
  margin: 2.25em 0;
}
.headquarter h3 {
  margin: 10px 0;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.85;
  color: #345F61;
}
.headquarter p {
  margin: 10px 0;
  font-size: 1.5em;
  line-height: 1.16666;
}

.site-info {
  margin-top: 4em;
}
.site-info ul {
  text-align: center;
}
.site-info ul li {
  line-height: 2.25em;
}

@media (min-width: 768px) {
  .footer-logo .logo {
    margin: 0;
  }
  .footer-nav-secondary {
    display: flex;
    align-items: flex-start;
  }
  .nav-secondary-top, .nav-secondary-bottom {
    width: 50%;
  }
  .nav-secondary-bottom {
    margin-top: 0;
  }
  .headquarters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .headquarter {
    position: relative;
    width: 50%;
    margin: 0 0 2.25em;
    padding: 0 2em;
  }
  .headquarter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 2px solid rgba(255, 255, 255, 0.46);
  }
  .headquarter:nth-child(2n+1) {
    padding-left: 0;
  }
  .headquarter:nth-child(2n+1)::before {
    display: none;
  }
  .headquarter:nth-child(1n+2) {
    padding-right: 0;
  }
  .site-info ul li {
    display: inline-block;
  }
  .site-info ul li::before {
    content: "|";
    display: inline-block;
    margin: 0 1em;
  }
  .site-info ul li:first-child::before {
    display: none;
  }
}
@media (min-width: 1366px) {
  .footer-nav {
    display: flex;
  }
  .footer-nav-main {
    display: flex;
    font-size: 1.125em;
    line-height: 1;
    margin: 3.5555em 0 0;
    width: 85.5%;
  }
  .footer-nav-main .widget {
    width: 25%;
    padding: 0 2em;
  }
  .footer-nav-main .widget:first-child {
    padding-left: 0;
  }
  .footer-nav-main .widget-title {
    font-weight: 600;
    text-transform: uppercase;
  }
  .footer-nav-main .menu li {
    margin: 10px 0;
  }
  .footer-nav-secondary {
    position: relative;
    display: block;
    width: 14.5%;
    margin-top: 3.5555em;
    padding: 0 0 2em 2em;
    font-size: 1.125em;
    line-height: 1;
  }
  .footer-nav-secondary .nav-secondary-top, .footer-nav-secondary .nav-secondary-bottom {
    width: 100%;
  }
  .footer-nav-secondary .nav-secondary-bottom {
    margin-top: 2em;
    padding-left: 0;
  }
  .footer-nav-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 2px solid rgba(255, 255, 255, 0.46);
  }
  .footer-headquarters {
    margin-top: 3em;
  }
  .footer-headquarters h2 {
    font-size: 1.875em;
  }
  .footer-headquarters h2::after {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 0 25px;
    flex: 1 0 25px;
  }
  .headquarter {
    width: 20%;
    padding: 0 1.875em;
  }
  .headquarter h3 {
    font-size: 0.875em;
  }
  .headquarter p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.25;
  }
  .headquarter:nth-child(2n+1) {
    padding-left: 1.875em;
  }
  .headquarter:nth-child(2n+1)::before {
    display: block;
  }
  .headquarter:nth-child(1n+2) {
    padding-right: 1.875em;
  }
  .headquarter:first-child {
    padding-left: 0;
  }
  .headquarter:first-child::before {
    display: none;
  }
}
.ns-history {
  position: relative;
  max-width: 848px;
  margin: -150px auto 0;
  /**
   * Tablet
   */
}
.ns-history p {
  margin: 0;
}
.ns-history #history-line {
  display: none;
  margin: 0 auto;
  width: 153px;
}
.ns-history .item {
  margin: 60px 0;
}
.ns-history .item-date p {
  text-align: center;
}
.ns-history .item-title {
  margin: 0 0 15px;
  font-size: 48px;
  font-family: "Active", sans-serif;
  line-height: 1;
  color: #8CB757;
}
.ns-history .item-title::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 37px;
  border-bottom: 2px solid #F3CF3C;
}
.ns-history .item-desc {
  font-size: 20px;
  font-family: "jaf-domus", sans-serif;
  line-height: 26px;
}
.ns-history .item-image {
  margin-bottom: 15px;
}
.ns-history .item-image img {
  display: block;
  margin: 0 auto;
}
.ns-history .item-03 .bubble {
  position: relative;
}
.ns-history .item-03 .bubble img {
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}
.ns-history .item-03 .bubble p {
  font-family: "Active", sans-serif;
  text-align: center;
}
.ns-history .item-03 .bubble-content {
  position: absolute;
  width: 100%;
  top: 20px;
  font-size: 46px;
  line-height: 1;
  color: white;
}
.ns-history .item-03 .bubble-content sup {
  font-size: 30px;
}
.ns-history .item-03 .bubble-desc {
  margin-top: 7px;
  font-size: 28px;
  line-height: 1.1;
  color: #345F61;
}
.ns-history .item-09 .item-date p {
  font-weight: 600;
  text-align: center;
}
.ns-history .item-09 .bubble {
  position: relative;
}
.ns-history .item-09 .bubble img {
  width: 100%;
  max-width: 128px;
  margin: 0 auto;
}
.ns-history .item-09 .bubble p {
  font-family: "Active", sans-serif;
  text-align: center;
}
.ns-history .item-09 .bubble-content {
  position: absolute;
  width: 100%;
  top: 0;
  font-size: 43px;
  line-height: 1;
  color: white;
}
.ns-history .item-09 .bubble-content span {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 43px;
}
.ns-history .item-09 .bubble-desc {
  margin-top: 7px;
  font-size: 28px;
  line-height: 1.1;
  color: #345F61;
}
@media (min-width: 768px) {
  .ns-history #history-line {
    display: block;
    position: relative;
    margin: 0 0 0 43.75%;
    width: 154px;
  }
  .ns-history #history-line .line {
    stroke: transparent;
  }
  .ns-history .item-date, .ns-history .item-image {
    position: absolute;
  }
  .ns-history .item-reveal {
    opacity: 0;
  }
  .ns-history .item-reveal.item-date {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .ns-history .item-reveal.item-image {
    -webkit-transition: all 0.7s ease 0.3s;
    -moz-transition: all 0.7s ease 0.3s;
    -ms-transition: all 0.7s ease 0.3s;
    -o-transition: all 0.7s ease 0.3s;
    transition: all 0.7s ease 0.3s;
  }
  .ns-history .item-reveal.visible {
    opacity: 1;
  }
  .ns-history .item-date p {
    text-align: left;
  }
  .ns-history .item-date::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("img/history/history-bullet.svg") no-repeat center center;
  }
  .ns-history .item-title {
    margin-top: -16px;
  }
  .ns-history .item-right .item-title::after {
    margin-left: 0;
    margin-right: auto;
  }
  .ns-history .item-right .item-date {
    padding-left: 40px;
    left: 43.75%;
  }
  .ns-history .item-right .item-date p {
    text-align: left;
  }
  .ns-history .item-right .item-date::before {
    float: left;
    margin: 0 0 0 -40px;
  }
  .ns-history .item-right .item-image {
    right: 56.25%;
  }
  .ns-history .item-left .item-title::after {
    margin-left: auto;
    margin-right: 0;
  }
  .ns-history .item-left .item-date {
    right: 56.25%;
    padding-right: 40px;
  }
  .ns-history .item-left .item-date p {
    text-align: right;
  }
  .ns-history .item-left .item-date::before {
    float: right;
    margin: 0 -40px 0 0;
  }
  .ns-history .item-left .item-image {
    left: 43.75%;
  }
  .ns-history .item-01 .item-date {
    top: 0;
    margin-left: 27px;
  }
  .ns-history .item-01 .item-image {
    top: -16px;
  }
  .ns-history .item-02 .item-date {
    top: 183px;
    margin-right: -9px;
  }
  .ns-history .item-02 .item-image {
    top: 167px;
    margin-left: 28px;
  }
  .ns-history .item-03 .item-date {
    max-width: 360px;
    top: 373px;
    margin-left: 1px;
  }
  .ns-history .item-03 .item-image {
    max-width: 218px;
    top: 358px;
  }
  .ns-history .item-04 .item-date {
    top: 634px;
    margin-right: -60px;
  }
  .ns-history .item-04 .item-image {
    top: 623px;
    margin-left: 88px;
  }
  .ns-history .item-05 .item-date {
    max-width: 392px;
    top: 844px;
    margin-left: 59px;
  }
  .ns-history .item-05 .item-image {
    top: 828px;
    margin-right: -6px;
  }
  .ns-history .item-06 .item-date {
    top: 1133px;
    margin-right: -31px;
  }
  .ns-history .item-06 .item-image {
    top: 1013px;
    margin-left: 92px;
  }
  .ns-history .item-07 .item-date {
    top: 1407px;
    margin-left: 70px;
  }
  .ns-history .item-07 .item-image {
    top: 1421px;
    margin-right: -42px;
  }
  .ns-history .item-08 .item-date {
    max-width: 392px;
    top: 1678px;
    margin-left: 119px;
  }
  .ns-history .item-08 .item-image {
    width: 258px;
    top: 1692px;
    margin-right: -79px;
  }
  .ns-history .item-09 .item-date {
    top: 2005px;
    margin-right: -127px;
  }
  .ns-history .item-09 .item-image {
    top: 1956px;
    margin-left: 147px;
  }
  .ns-history .item-10 .item-date {
    max-width: 392px;
    top: 2260px;
    margin-left: 99px;
  }
  .ns-history .item-11 .item-date {
    max-width: 356px;
    top: 2530px;
    margin-right: -136px;
  }
  .ns-history .item-11 .item-image {
    width: 147px;
    top: 2516px;
    margin-left: 182px;
  }
  .ns-history .item-12 .item-date {
    max-width: 570px;
    top: 2790px;
    margin-left: 148px;
  }
  .ns-history .item-12 .item-image {
    width: 451px;
    top: 2797px;
    margin-right: -121px;
  }
  .ns-history .item-13 .item-date {
    max-width: 428px;
    top: 3101px;
    margin-right: -110px;
  }
  .ns-history .item-13 .item-image {
    width: 225px;
    top: 3106px;
    margin-left: 134px;
  }
  .ns-history .item-14 .item-date {
    max-width: 494px;
    top: 3440px;
    margin-left: 70px;
  }
  .ns-history .item-14 .item-image {
    width: 328px;
    top: 3416px;
    margin-right: -8px;
  }
  .ns-history .item-15 .item-date {
    max-width: 408px;
    top: 3723px;
    margin-right: -104px;
  }
  .ns-history .item-16 .item-date {
    max-width: 428px;
    top: 4056px;
    margin-left: 54px;
  }
  .ns-history .item-16 .item-image {
    width: 267px;
    top: 4072px;
    margin-right: -15px;
  }
  .ns-history .item-17 .item-date {
    max-width: 428px;
    top: 4336px;
    margin-right: -52px;
  }
  .ns-history .item-17 .item-image {
    width: 296px;
    top: 4327px;
    margin-left: 76px;
  }
  .ns-history .item-18 .item-date {
    max-width: 428px;
    top: 4636px;
    margin-left: 43px;
  }
  .ns-history .item-18 .item-image {
    width: 239px;
    top: 4629px;
    margin-right: 10px;
  }
  .ns-history .item-19 .item-date {
    max-width: 467px;
    top: 4983px;
    margin-right: -70px;
  }
  .ns-history .item-19 .item-image {
    width: 346px;
    top: 4920px;
    margin-left: 132px;
  }
  .ns-history .item-20 .item-date {
    max-width: 426px;
    top: 5264px;
    margin-left: 20px;
  }
  .ns-history .item-21 .item-date {
    max-width: 467px;
    top: 5490px;
    margin-right: -41px;
  }
  .ns-history .item-21 .item-image {
    width: 311px;
    top: 5482px;
    margin-left: 82px;
  }
  .ns-history .item-22 .item-date {
    max-width: 467px;
    top: 5814px;
    margin-left: 26px;
  }
  .ns-history .item-23 .item-date {
    max-width: 467px;
    top: 6035px;
    margin-right: -115px;
  }
}
@media (min-width: 1200px) {
  .ns-history .item-12 .item-date {
    width: 570px;
  }
}

.odd-module {
  margin: 0 auto;
  width: 100%;
  max-width: 1315px;
}

.odd-images {
  display: flex;
  flex-wrap: wrap;
}

.odd-image {
  position: relative;
  z-index: 0;
  width: 25%;
  opacity: 0.4;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  cursor: pointer;
}
.odd-image:hover {
  opacity: 0.7;
}
.odd-image.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.odd-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.odd-intro {
  margin: 0 0 50px;
  font-size: 28px;
  font-family: "active", sans-serif;
  line-height: 1.1;
  color: #345F61;
}
.odd-intro p:last-child {
  margin-bottom: 0;
}

.odd-descriptions {
  margin-top: 50px;
}

.odd-desc {
  display: none;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.odd-desc.active {
  display: block;
}
.odd-desc h1, .odd-desc h2, .odd-desc h3, .odd-desc h4, .odd-desc h5, .odd-desc h6 {
  font-size: 36px;
  line-height: 1;
  color: #71AC3B;
  margin: 0 0 20px;
}
.odd-desc p {
  font-size: 20px;
  line-height: 1.3;
}

#ns-odd-intro-desktop {
  display: none;
}

@media (min-width: 768px) {
  .odd-module::before, .odd-module::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  .odd-images, .odd-contents {
    float: left;
  }
  .odd-images {
    padding-right: 6.235%;
    width: 63%;
    max-width: 830px;
    border-right: 2px solid rgba(140, 183, 87, 0.2);
  }
  .odd-contents {
    width: 37%;
    padding-left: 3.65%;
  }
  .odd-descriptions {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #ns-odd-intro-mobile {
    display: none;
  }
  #ns-odd-intro-desktop {
    display: block;
  }
  .odd-descriptions {
    margin-top: 50px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.site {
  overflow: hidden;
}
.site::before, .site::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

p {
  margin-top: 0;
}

.vertical-separator::before {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
}
.vertical-separator.separator-green::before {
  background-color: rgba(140, 183, 87, 0.2);
}

/**
 * Search results
 */
body.search-no-results .page-content {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

body.search .content-area {
  position: relative;
  z-index: 10;
}
body.search #search-graines-soja {
  position: absolute;
  z-index: -1;
  top: 6.6%;
  right: 5.3125%;
  width: 12.1875%;
  max-width: 234px;
}
body.search #search-epi-ble {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 0;
  width: 21.5%;
  max-width: 413px;
  -webkit-transform: translateX(-17%);
  -moz-transform: translateX(-17%);
  -ms-transform: translateX(-17%);
  -o-transform: translateX(-17%);
  transform: translateX(-17%);
}
body.search #search-feuille {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.85%;
  max-width: 266px;
  -webkit-transform: translate(-59.7%, 61.6%);
  -moz-transform: translate(-59.7%, 61.6%);
  -ms-transform: translate(-59.7%, 61.6%);
  -o-transform: translate(-59.7%, 61.6%);
  transform: translate(-59.7%, 61.6%);
}
body.search .site-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 24px 60px;
}
@media (min-width: 768px) {
  body.search .site-main {
    padding: 100px 45px 150px;
  }
}
@media (min-width: 1200px) {
  body.search .site-main {
    padding: 100px 0 150px;
  }
}
body.search .page-title {
  font-size: 34px;
  line-height: 1.235;
  text-transform: uppercase;
  color: #345F61;
}
body.search .search-query {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #71AC3B;
}
body.search .search-type-title {
  margin: 90px 0 0;
  font-size: 40px;
  font-family: "active", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #345F61;
}
body.search .results-summary {
  font-size: 22px;
  line-height: 1.3;
}
body.search .entry-title {
  margin: 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 300;
}
body.search .entry-title::before {
  content: "•";
  font-size: 32px;
  line-height: 1;
  margin-left: -20px;
  margin-right: 12px;
  color: #D1D63D;
}
body.search .entry-title a {
  color: #8CB757;
}
@media (min-width: 768px) {
  body.search .entry-title {
    font-size: 36px;
  }
  body.search .entry-title::before {
    font-size: 48px;
  }
}

/**
 * 404
 */
.error-404 {
  margin: 175px auto;
  padding: 0 24px;
  max-width: 1200px;
}
.error-404 .page-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8CB757;
}

/**
 * Text Editor
 */
.elementor-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-text-editor a {
  color: #71AC3B;
}

.elementor-text-editor ul li {
  padding-left: 24px;
  margin: 20px 0;
}
.elementor-text-editor ul li::before {
  color: #D1D63D;
}

/**
 * Blockquote
 */
.wp-block-quote {
  position: relative;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 1.625em 2.85em;
  margin: 0;
}
.wp-block-quote p {
  font-size: 40px;
  font-weight: 300;
  font-family: "jaf-domus", sans-serif;
  line-height: 1;
}
.wp-block-quote cite {
  font-size: 26px;
  font-style: normal;
  line-height: 30px;
  color: #71AC3B;
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  position: absolute;
  top: 1.7em;
  width: 1.725em;
  height: 1.45em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.wp-block-quote::before {
  left: 0.525em;
  background-image: url("img/blockquote-left.svg");
}
.wp-block-quote::after {
  right: 0.525em;
  background-image: url("img/blockquote-right.svg");
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 3em 1em;
  }
  .wp-block-quote p {
    font-size: 24px;
  }
  .wp-block-quote cite {
    font-size: 18px;
  }
  .wp-block-quote::before {
    left: 50%;
    top: 1em;
    transform: translateX(-50%);
  }
  .wp-block-quote::after {
    top: auto;
    bottom: 1em;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .wp-block-quote p {
    font-size: 24px;
  }
  .wp-block-quote cite {
    font-size: 18px;
  }
}

/**
 * Phototheque
 */
.media-box-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style-type: none;
}

.phototheque-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "jaf-domus", sans-serif;
  color: #F3CF3C;
  margin: 0 0 50px;
}

.gallery .gallery-title {
  font-size: 26px;
  font-weight: 400;
  font-family: "jaf-domus", sans-serif;
  color: #345F61;
}
.gallery .gallery-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #71AC3B;
  margin-right: 8px;
}

.media-box {
  position: relative;
  width: 100%;
  margin-top: 5%;
  padding-bottom: 68px;
  border: 1px solid #E2E2E2;
}
.media-box .media-box--header, .media-box .media-box--footer, .media-box .media-box--body {
  padding: 0 20px;
}
.media-box .media-box--title {
  margin: 20px 0 15px;
  font-size: 26px;
  font-weight: 600;
  font-family: "jaf-domus", sans-serif;
  line-height: 1;
}
.media-box .media-box--title a {
  color: #71AC3B;
}
.media-box .media-box--body {
  font-size: 20px;
  line-height: 1.3;
}
.media-box .media-box--footer {
  position: absolute;
  padding-bottom: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.media-box .media-box--link {
  margin-left: auto;
  display: block;
  width: 28px;
  height: 28px;
  background: url("img/icon-media-box--link.svg") no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .media-box {
    width: 47.5%;
    margin-top: 5%;
  }
  .media-box:nth-child(2n) {
    margin-left: 5%;
  }
}
.media-box.gallery-images .media-box--title {
  font-size: 20px;
  font-family: "jaf-domus", sans-serif;
  color: #71AC3B;
}
.media-box.image {
  padding-bottom: 50px;
}
.media-box.image .media-box--thumbnail {
  display: block;
  margin-bottom: 15px;
}
.media-box.image .media-box--title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "jaf-domus", sans-serif;
  line-height: 22px;
  color: #71AC3B;
}
.media-box.image .media-box--header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 20px;
}
.media-box.image .media-box--download {
  display: block;
  width: 22px;
  height: 22px;
  background: url("img/icon-media-box--download.svg") no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
}

/**
 * Release Media
 */
.release-media {
  margin-top: 90px;
  padding: 0 55px;
  display: flex;
}
.release-media .release-media-illus img {
  display: block;
  width: 162px;
  height: auto;
}
.release-media .release-media-content {
  margin-left: 35px;
}
.release-media .release-media-content h3 {
  font-size: 22px;
  line-height: 1.25;
  color: #71AC3B;
}
.release-media .button {
  display: inline-block;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  background-color: #345F61;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .release-media {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .release-media {
    flex-wrap: wrap;
  }
  .release-media .release-media-illus, .release-media .release-media-content {
    width: 100%;
    margin: 0;
  }
  .release-media .release-media-illus img {
    margin: 0 auto;
  }
  .release-media .release-media-content {
    text-align: center;
  }
}

/**
 * Publications
 */
.ns-publications {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ns-publication {
  position: relative;
  padding-left: 24px;
  margin: 32px 0;
}
.ns-publication::before {
  content: "•";
  position: absolute;
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  top: 0;
  left: 0;
  color: #D1D63D;
}
.ns-publication:first-child, .ns-publication:last-child {
  margin: 0;
}

.ns-publication-title {
  margin: 0 0 7px;
  font-size: 26px;
  font-weight: 400;
  font-family: "jaf-domus", sans-serif;
  line-height: 1.2;
  color: #71AC3B;
}

.ns-publication-files {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ns-publication-files li, .ns-publication-files .file-language, .ns-publication-files .file-icon {
  display: inline-block;
  vertical-align: middle;
}
.ns-publication-files li {
  padding: 0 16px 7px;
  border-left: 1px solid #F3CF3C;
}
.ns-publication-files li:first-child {
  padding-left: 0;
  border-left: 0;
}
.ns-publication-files .file-link {
  color: #2D2A26;
}
.ns-publication-files .file-link:hover .file-language {
  color: #71AC3B;
}
.ns-publication-files .file-language {
  font-size: 22px;
  line-height: 1.2;
}
.ns-publication-files .file-icon {
  width: 32px;
  margin-left: 10px;
}
.ns-publication-files .file-icon .a {
  fill: #71AC3B;
}
@media (min-width: 768px) {
  .ns-publication-files li {
    padding: 0 32px 7px;
  }
}

/**
 * Single post
 */
.elementor-post-navigation .elementor-post-navigation__link {
  display: none;
  position: fixed;
  top: 384px;
  width: 40px;
  z-index: 9;
}
.elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__prev {
  left: calc(50% - 472px);
}
.elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__next {
  right: calc(50% - 472px);
}
.elementor-post-navigation .elementor-post-navigation__link .post-navigation__prev--label, .elementor-post-navigation .elementor-post-navigation__link .post-navigation__next--label {
  display: none;
}
.elementor-post-navigation .elementor-post-navigation__link .post-navigation__arrow-wrapper .fa {
  display: none;
}
.elementor-post-navigation .elementor-post-navigation__link .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  margin-right: 20px;
  padding: 0;
  width: 19px;
  height: 35px;
  background: url("img/arrow-prev.svg") no-repeat left center;
}
.elementor-post-navigation .elementor-post-navigation__link .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  margin-left: 20px;
  padding: 0;
  width: 19px;
  height: 35px;
  background: url("img/arrow-next.svg") no-repeat right center;
}

.archive .archive-tournesol, .blog .archive-tournesol {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .archive .archive-tournesol, .blog .archive-tournesol {
    display: block;
  }
}
.archive .archive-oeuf, .archive .archive-graines, .blog .archive-oeuf, .blog .archive-graines {
  display: none;
  position: absolute;
  z-index: -1;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}
@media (min-width: 1600px) {
  .archive .archive-oeuf, .archive .archive-graines, .blog .archive-oeuf, .blog .archive-graines {
    display: block;
  }
}
.archive .archive-oeuf, .blog .archive-oeuf {
  bottom: 35px;
  left: 115px;
}
.archive .archive-graines, .blog .archive-graines {
  bottom: 85px;
  right: 0;
}

/**
 * Archive
 */
.ns-post-featured {
  position: relative;
  width: 100%;
  padding: 80px 24px 105px;
}
.ns-post-featured .page-title {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: "Brandon Grotesque", sans-serif;
  color: #71AC3B;
  text-transform: uppercase;
  line-height: 1;
}
.ns-post-featured .ns-post-wrapper {
  padding: 20px 0 50px 0;
}
.ns-post-featured .ns-post {
  max-width: 1290px;
  margin: 0 auto;
}

.ns-post:hover .ns-post-readmore .group-b {
  fill: #F3CF3C;
}

.ns-post-meta {
  font-size: 28px;
  font-family: "active", sans-serif;
  color: #345F61;
}

.ns-post-title {
  font-size: 32px;
  line-height: 1.2;
}
.ns-post-title a {
  color: #71AC3B;
}

.ns-post-excerpt {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.ns-post-excerpt p:last-child {
  margin: 0;
}

.ns-post-thumbnail {
  margin-bottom: 25px;
}
.ns-post-thumbnail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.ns-post-footer a {
  text-decoration: none;
}

.ns-post-readmore {
  display: block;
  margin-left: auto;
}

.ns-posts-container {
  padding: 145px 24px 170px;
  background-color: #E7FCD5;
}
.ns-posts-container #ns-posts {
  max-width: 504px;
  margin: 0 auto;
}
.ns-posts-container .ns-post::after, .ns-posts-container .ns-post-wrapper, .ns-posts-container .ns-post-footer {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.ns-posts-container .ns-post {
  position: relative;
  margin-bottom: 100px;
  background-color: white;
}
.ns-posts-container .ns-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: #F3CF3C;
}
.ns-posts-container .ns-post:hover::after {
  height: 20px;
}
.ns-posts-container .ns-post:hover .ns-post-wrapper {
  margin-top: -20px;
}
.ns-posts-container .ns-post:hover .ns-post-footer {
  bottom: 20px;
}
.ns-posts-container .ns-post-wrapper {
  background-color: transparent;
  padding: 0 28px 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.ns-posts-container .ns-post-thumbnail {
  margin-left: -28px;
  margin-right: -28px;
}
.ns-posts-container .ns-post-title {
  margin: 25px 0 30px;
}
.ns-posts-container .ns-post-footer {
  border-bottom: 0;
}

.ns-loadmore-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  /**
   * Archive
   */
  .ns-post-featured .ns-post {
    margin-top: -38px;
  }
  .ns-post-featured .ns-post::before, .ns-post-featured .ns-post::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  .ns-post-featured .ns-post-wrapper {
    float: left;
    padding-right: 35px;
    padding-top: 40px;
  }
  .ns-post-featured .ns-post-thumbnail {
    float: right;
  }
  .ns-post-featured .ns-post-wrapper {
    width: 44%;
  }
  .ns-post-featured .ns-post-thumbnail {
    width: 56%;
    margin-bottom: 0;
  }
  .ns-posts-container #ns-posts {
    max-width: 1024px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ns-posts-container .ns-post {
    width: 47%;
  }
  .ns-posts-container .ns-post:nth-child(2n) {
    margin-left: 6%;
  }
  .ns-posts-container .ns-post-wrapper {
    padding-bottom: 50px;
  }
  .ns-posts-container .ns-post-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 35px 20px;
  }
}
@media (min-width: 992px) {
  /**
  	 * Single post
  	 */
  .elementor-post-navigation .elementor-post-navigation__link {
    display: block;
  }
  /**
   * Archive
   */
}
@media (min-width: 1200px) {
  .vertical-separator::before {
    display: block;
  }
  /**
  	 * Single post
  	 */
  .elementor-post-navigation .elementor-post-navigation__link {
    width: 13.4375%;
    max-width: 258px;
  }
  .elementor-post-navigation .elementor-post-navigation__link .post-navigation__prev--label, .elementor-post-navigation .elementor-post-navigation__link .post-navigation__next--label {
    display: block;
  }
  .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__prev {
    left: calc(36.5625% - 422px);
  }
  .elementor-post-navigation .elementor-post-navigation__link.elementor-post-navigation__next {
    right: calc(36.5625% - 422px);
  }
  /**
   * Archive
   */
  .ns-post-featured .ns-post {
    position: relative;
  }
  .ns-post-featured .ns-post-wrapper {
    padding-right: 75px;
  }
  .ns-post-featured .ns-post-footer {
    position: absolute;
    bottom: 0;
    right: 56%;
    padding-right: 75px;
  }
  .ns-posts-container #ns-posts {
    max-width: 1640px;
  }
  .ns-posts-container .ns-post {
    width: 30.7%;
    margin-left: 3.95%;
  }
  .ns-posts-container .ns-post:nth-child(2n) {
    margin-left: 3.95%;
  }
  .ns-posts-container .ns-post:nth-child(3n+1) {
    margin-left: 0;
  }
}
/*
 * Section 1
 */
#slider-home {
  /*
  .swiper-slide[data-swiper-slide-index="1"]{
    .elementor-slide-button {

    }

  }
  */
}
#slider-home .elementor-slide-heading {
  font-size: 32px;
  line-height: 36px;
}
#slider-home .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: white;
  opacity: 0.57;
}
#slider-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8CB757;
}
#slider-home .swiper-pagination-bullets {
  bottom: 30px;
}
#slider-home .eicon-chevron-right, #slider-home .eicon-chevron-left {
  width: 19px;
  height: 35px;
  background-size: 19px 35px;
}
#slider-home .eicon-chevron-right::before, #slider-home .eicon-chevron-left::before {
  display: none;
}
#slider-home .eicon-chevron-right {
  background: url("img/slider-arrow-right.svg") no-repeat center center;
}
#slider-home .eicon-chevron-left {
  background: url("img/slider-arrow-left.svg") no-repeat center center;
}

@media (min-width: 768px) {
  #slider-home .elementor-slide-heading {
    font-size: 60px;
    line-height: 65px;
  }
  /*
   * Section 2
   */
  #home-section-2-personnage {
    position: absolute;
    top: -20px;
    left: 0;
  }
  #home-section-2-personnage .elementor-widget-container {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /*
   * Section 1
   */
  #slider-home .swiper-slide {
    height: calc(100vh - 135px);
  }
  #slider-home .swiper-slide-contents {
    min-width: 42%;
    max-width: 812px;
    margin: 0 auto;
  }
  #slider-home .elementor-swiper-button-next {
    right: 21.5%;
  }
  #slider-home .elementor-swiper-button-prev {
    left: 21.5%;
  }
  #slider-home .swiper-pagination-bullets {
    left: 50%;
    min-width: 42%;
    max-width: 812px;
    margin: 0 auto;
    bottom: 20%;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*
   * Section 2
   */
  #home-section-2-logo-nets {
    position: absolute;
    top: -20px;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# LightSpeedBox
--------------------------------------------------------------*/
.lightspeed-box {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001 !important;
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lightspeed-box.lsb-active {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

.lightspeed-box .lsb-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}

.lightspeed-box .lsb-image-container {
  position: absolute;
  width: auto;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lightspeed-box .lsb-noimage {
  opacity: 0;
}

.lightspeed-box img.lsb-image {
  position: relative;
  display: block;
  max-height: 0%;
  max-width: 0%;
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  margin: 0;
  -webkit-transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
  transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.lightspeed-box img.lsb-image.lsb-image-loaded {
  display: block;
  width: auto;
  max-height: 70vh;
  max-width: 100%;
  min-height: 1px;
  border-radius: 3px;
}

.lightspeed-box .lsb-no-image-found {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  margin: auto;
  overflow: visible;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.lightspeed-box .lsb-no-image-found .no-found-msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0 auto;
}

.lightspeed-box .lsb-control-panel {
  width: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.lightspeed-box .lsb-control-panel:hover {
  opacity: 1;
}

.lightspeed-box .lsb-panel-button {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: relative;
}

.lightspeed-box .lsb-panel-button svg {
  width: 22px;
}

.lightspeed-box .lsb-pause svg {
  opacity: 1;
}

.lightspeed-box .lsb-header {
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1002;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
}

.lightspeed-box .lsb-image-title {
  display: block;
  padding: 0;
  border-radius: 0;
  font-size: 26px;
  text-shadow: none;
  color: #71AC3B;
  background: transparent;
}

.lightspeed-box .lsb-image-title:not(:empty) {
  opacity: 1;
}

.lightspeed-box .lsb-image-title.lsb-image-notitle {
  opacity: 0;
}

.lightspeed-box .lsb-image-count {
  display: block;
  margin-right: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 1px 4px #000000;
  background: transparent;
}

.lightspeed-box .lsb-control {
  cursor: pointer;
  color: #ffffff;
  overflow: visible;
  text-shadow: 0 0 2px #000;
}

.lightspeed-box .lsb-control:hover {
  color: #ffffff;
  text-shadow: 0 0 2px #000, 0 0 20px #ffffff;
}

.lightspeed-box .lsb-control:hover svg {
  opacity: 1;
}

.lightspeed-box .lsb-prev,
.lightspeed-box .lsb-next {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.lightspeed-box .lsb-prev svg,
.lightspeed-box .lsb-next svg {
  width: 26px;
  height: 45px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightspeed-box .lsb-prev {
  left: 0;
}

.lightspeed-box .lsb-prev svg {
  left: 35px;
}

.lightspeed-box .lsb-prev svg:last-child {
  left: 36px;
}

.lightspeed-box .lsb-next {
  right: 0;
}

.lightspeed-box .lsb-next svg {
  right: 35px;
}

.lightspeed-box .lsb-next svg:last-child {
  right: 36px;
}

.lightspeed-box .lsb-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 25%;
  z-index: 3;
  text-align: right;
}

.lightspeed-box .lsb-close svg {
  width: 37px;
  height: 37px;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.lightspeed-box .lsb-close svg:last-child {
  top: 24px;
}

.waitingicon {
  margin: auto;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.waitingicon .waitingicon-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.waitingicon .waitingicon-circle::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
  animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
}

.waitingicon .waitingicon-circle:nth-child(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.waitingicon .waitingicon-circle:nth-child(1)::before {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}

.waitingicon .waitingicon-circle:nth-child(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.waitingicon .waitingicon-circle:nth-child(2)::before {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.waitingicon .waitingicon-circle:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.waitingicon .waitingicon-circle:nth-child(3)::before {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.waitingicon .waitingicon-circle:nth-child(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.waitingicon .waitingicon-circle:nth-child(4)::before {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

.waitingicon .waitingicon-circle:nth-child(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.waitingicon .waitingicon-circle:nth-child(5)::before {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}

.waitingicon .waitingicon-circle:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.waitingicon .waitingicon-circle:nth-child(6)::before {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}

.waitingicon .waitingicon-circle:nth-child(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.waitingicon .waitingicon-circle:nth-child(7)::before {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
}

.waitingicon .waitingicon-circle:nth-child(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.waitingicon .waitingicon-circle:nth-child(8)::before {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.waitingicon .waitingicon-circle:nth-child(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.waitingicon .waitingicon-circle:nth-child(9)::before {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}

.waitingicon .waitingicon-circle:nth-child(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.waitingicon .waitingicon-circle:nth-child(10)::before {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
}

.waitingicon .waitingicon-circle:nth-child(11) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.waitingicon .waitingicon-circle:nth-child(11)::before {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s;
}

.waitingicon .waitingicon-circle:nth-child(12) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.waitingicon .waitingicon-circle:nth-child(12)::before {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

@-webkit-keyframes waitingiconSicrleDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes waitingiconSicrleDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/