/*
Theme Name: IBERIA
Author: Ghost Cloud Agency
Author URI: https://ghost.paris/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  #
\*------------------------------------*/
/*------------------------------------*\
  #RESET
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border-width: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------*\
  #BASE
\*------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.43;
  color: #2d3a8c;
  background-color: #fff;
}
body:before {
  display: none;
  content: "big";
}
@media only screen and (max-width: 1336px) {
  body:before {
    content: "medium";
  }
}
@media only screen and (max-width: 768px) {
  body:before {
    content: "small";
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}
ul li {
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
code {
  font-family: monospace;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
input,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input,
textarea {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
a {
  color: #2d3a8c;
  text-decoration: none;
}
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.separate-post {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 2px;
  background-color: #f9ef39;
}
.separate-slider {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 2px;
  background-color: #fff;
}
.wave {
  width: 70px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/sprites/wave-white.png);
}
.wave-blue {
  background-image: url(img/sprites/wave-blue.png);
}
.wave-mini {
  width: 46px;
  height: 5px;
  background-image: url(img/sprites/wave-mini-white.png);
}
.wave-blue.wave-mini {
  background-image: url(img/sprites/wave-mini-blue.png);
}
.separator {
  height: 1px;
  background-color: #2d3a8c;
}
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.pretitle {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pretitle {
    font-size: 16px;
  }
}
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 22px;
  }
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #2d3a8c;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 10px 5px;
  border: 1px solid #2d3a8c;
  text-align: center;
  overflow: hidden;
  transition: color 250ms ease-out;
  cursor: pointer;
}
.button-small {
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: bold;
}
.button-big {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.button span {
  position: relative;
  z-index: 5;
}
.button span a {
  color: white;
}
.button span a:hover {
  color: #2d3a8c;
}
.button:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 23px;
  border-bottom: 50px solid #fff;
  background: url(img/sprites/hill-white.png) repeat-x 0 0;
  transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-position 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover {
  color: #2d3a8c;
}
.button:hover:after {
  top: -23px;
  background-position: -150px 0;
}
.button-border {
  border-color: #fff;
  background-color: transparent;
}
.button-border:after {
  border-color: inherit;
}
.button-color:not(:hover) {
  color: #fff !important;
}
.button-border-blue {
  border-color: #2d3a8c;
  color: #2d3a8c;
}
.button-border-blue:after {
  background-image: url(img/sprites/hill-blue.png);
}
.button-border-blue:hover {
  color: #fff;
}
.button-border-purple {
  border-color: #9f1f54;
  color: #9f1f54;
}
.button-border-purple:after {
  background-image: url(img/sprites/hill-purple.png);
}
.button-border-purple:hover {
  color: #fff;
}
.button-file {
  width: 100%;
  text-overflow: ellipsis;
}
label {
  cursor: pointer;
}
.input {
  width: 100%;
  border: 1px solid #2d3a8c;
  padding: 10px 15px;
  font-size: 18px;
  color: #000;
}
input.input {
  height: auto;
}
textarea.input {
  padding: 10px;
}
.input::-webkit-input-placeholder {
  color: #2d3a8c;
}
.input:-moz-placeholder {
  color: #2d3a8c;
}
.input::-moz-placeholder {
  color: #2d3a8c;
}
.input:-ms-input-placeholder {
  color: #2d3a8c;
}
.input.error {
  border-color: #c00;
  background-color: #fbeded;
}
.picker {
  position: relative;
  vertical-align: middle;
  background-color: #fff;
}
span.picker {
  display: inline-block;
}
.picker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: #bbbed0 url(img/sprites/angle-down-white.png) no-repeat center center;
}
.picker select {
  position: relative;
  z-index: 5;
  background-color: transparent;
  padding: 0 45px 0 10px;
  height: 35px;
  font-size: 13px;
  font-style: italic;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}
.picker select[disabled] {
  cursor: not-allowed;
}
.picker select::-ms-expand {
  display: none;
}
.picker-border select {
  border: 1px solid #bcbfd1;
}
.picker-border.error select {
  border-color: #c00;
}
.picker.error {
  background-color: #fbeded;
}
.pickerItem {
  display: inline-block;
}
.pickerItem-label {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.pickerItem .picker {
  display: block;
  width: 100%;
}
.checkbox {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #2d3a8c;
  cursor: pointer;
  vertical-align: top;
}
:checked + .checkbox {
  background-color: #2d3a8c;
  box-shadow: inset 0 0 0 2px #fff;
}
.checkbox-input {
  display: none;
}
.checkbox-label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-style: italic;
  font-size: 13px;
}
.progress span {
  display: inline-block;
  border: 2px solid #fff;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  border-radius: 50%;
  transition: background-color 100ms ease-out;
  cursor: pointer;
}
.progress span:first-child {
  margin-left: 0;
}
.progress span.active {
  background-color: #fff;
}
.fulltext {
  margin-top: 20px;
  width: 66.66666667%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fulltext-slim {
  max-width: 730px;
}
@media only screen and (max-width: 1336px) {
  .fulltext {
    width: 83.33333333%;
  }
}
@media only screen and (max-width: 768px) {
  .fulltext {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/
.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1336px) {
  .wrapper {
    width: 736px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: auto;
    max-width: 320px;
  }
}
.productHeader-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  align-content: center;
  height: 500px;
}
@media only screen and (max-width: 1336px) {
  .productHeader-wrapper {
    width: 736px;
  }
}
@media only screen and (max-width: 768px) {
  .productHeader-wrapper {
    width: auto;
    max-width: 320px;
    height: auto;
    display: block;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.grid {
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  flex: 0 0 auto;
}
.grid .col-1,
.grid .col-2,
.grid .col-3,
.grid .col-4,
.grid .col-5,
.grid .col-6,
.grid .col-7,
.grid .col-8,
.grid .col-9,
.grid .col-10,
.grid .col-11,
.grid .col-12 {
  padding-left: 30px;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
@media only screen and (max-width: 1336px) {
  .col-m-1 {
    width: 8.33333333%;
  }
  .col-m-2 {
    width: 16.66666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.33333333%;
  }
  .col-m-5 {
    width: 41.66666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.33333333%;
  }
  .col-m-8 {
    width: 66.66666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.33333333%;
  }
  .col-m-11 {
    width: 91.66666667%;
  }
  .col-m-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-s-1 {
    width: 8.33333333%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-12 {
    width: 100%;
  }
}
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.state-sticky {
  padding-top: 124px;
}
@media only screen and (max-width: 1336px) {
  .state-sticky {
    padding-top: 0;
  }
}
.toplinks {
  position: absolute;
  top: 35px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
}
.toplinks-contact,
.toplinks-social {
  color: #fff;
}
.toplinks-contact a,
.toplinks-social a {
  transition: opacity 150ms ease-out;
}
.toplinks-contact a:hover,
.toplinks-social a:hover {
  opacity: .6;
}
.toplinks-contact {
  letter-spacing: .05em;
}
.toplinks-contact-separator {
  margin: 0 5px;
}
.toplinks-social a {
  margin-left: 5px;
}
.toplinks-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1336px) {
  .toplinks {
    display: none;
  }
}
.menu {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 50;
  margin-top: 30px;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
}
.state-unsticked .menu {
  animation: 1000ms ease-out unstickMenu;
}
.menu-wrapper {
  display: flex;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.menu-right {
  text-align: right;
}
.menu-item {
  display: inline-block;
  margin-left: 50px;
  max-width: 200px;
  text-align: center;
}
.menu-item:first-child {
  margin-left: 0;
}
.menu .icon-social {
  font-size: 2.5em;
}
.menu-logo {
  display: inline-block;
  margin-left: 10px;
}
.menu-logo img {
  max-height: 50px;
}
.menu-logo-sticky {
  display: none;
}
.menu-link {
  display: inline-block;
  margin-top: 10px;
  margin-left: 50px;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 0 solid #2d3a8c;
}
.menu-link:first-child {
  margin-left: 0;
}
.menu-item .menu-link {
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}
.menu-link:hover,
.menu-link.active,
.menu-item:hover .menu-link,
.richmenu-active .menu-link {
  font-weight: 700;
  border-bottom-width: 2px;
  padding-bottom: 11px;
}
.state-sticky .menu {
  position: fixed;
  padding: 13px 0 21px;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 50;
  margin-top: 0;
  background-color: #2d3a8c;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.23);
  animation: 250ms cubic-bezier(0.165, 0.84, 0.44, 1) stickMenu;
}
.state-sticky .menu-logo-top {
  display: none;
}
.state-sticky .menu-logo-sticky {
  display: inline-block;
}
.state-sticky .menu-link {
  color: #fff;
  border-bottom-color: #fff;
}
.state-sticky .menu .icon-social a {
  color: #fff;
}
@media only screen and (max-width: 1336px) {
  .menu {
    display: none;
  }
}
@keyframes stickMenu {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes unstickMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.richmenu {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 7px 21px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 150ms ease-out, visibility 250ms;
}
.richmenu-active .richmenu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.state-sticky .richmenu {
  top: 100px;
}
.richmenu-wrapper {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.richmenu-item {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  padding: 20px 40px;
  font-size: 14px;
}
.richmenu-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #2d3a8c;
}
.richmenu-item:first-child:before {
  content: none;
}
.richmenu-img {
  height: 125px;
  max-width: none;
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.richmenu-item:hover .richmenu-img {
  transform: scale(1.1);
}
.richmenu-text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.richmenu-text:hover {
  font-weight: 700;
}
.state-burger {
  overflow: hidden;
}
.mobileHeader {
  position: relative;
  display: none;
  padding-top: 40px;
  padding-left: 30px;
}
.mobileHeader-trigger {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 32px;
  cursor: pointer;
}
.mobileHeader-trigger span {
  display: block;
  height: 2px;
  margin-top: 6px;
  background-color: #2d3a8c;
}
.mobileHeader-trigger span:first-child {
  margin-top: 0;
}
.mobileHeader-search {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobileHeader-logo {
  height: 50px;
}
.mobileHeader-menu {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  overflow-y: auto;
  visibility: hidden;
}
.state-burger .mobileHeader-menu {
  visibility: visible;
}
@media only screen and (max-width: 1336px) {
  .mobileHeader {
    display: block;
  }
}
.burgerMenu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  background-color: #2d3a8c;
  padding: 30px;
}
.burgerMenu-trigger {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 50;
  width: 21px;
  cursor: pointer;
}
.burgerMenu-trigger span {
  display: block;
  height: 2px;
  margin-top: 5px;
  background-color: #2d3a8c;
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.state-burger .burgerMenu-trigger span {
  background-color: #fff;
}
.state-burger .burgerMenu-trigger span:nth-child(1) {
  transform-origin: left top;
  transform: rotate(45deg);
}
.state-burger .burgerMenu-trigger span:nth-child(2) {
  visibility: hidden;
}
.state-burger .burgerMenu-trigger span:nth-child(3) {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.burgerMenu-logo {
  height: 50px;
}
.burgerMenu-menu {
  margin-top: 30px;
  text-align: left;
}
.burgerMenu-link {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.burgerMenu-link-active {
  color: #f9ef39;
}
.burgerMenu-link-social {
  display: block;
  padding: 10px 20px;
  text-align: right;
}
.burgerMenu-link-social a {
  color: #fff;
  margin-right: 10px;
  font-size: 2.5em;
}
.burgerMenu-sublinks {
  display: none;
}
.burgerMenu-sublink {
  display: block;
  padding: 10px 20px 10px 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.burgerMenu-sublink i {
  margin-right: 8px;
}
.burgerMenu-sublink:hover {
  color: #f9ef39;
}
.burgerMenu-smallLink {
  display: block;
  color: #fff;
  padding: 10px 20px;
  padding: 10px calc(50% - 320px / 2);
  font-size: 12px;
  letter-spacing: .05em;
}
.burgerMenu-smallLink i {
  margin-right: 5px;
}
.burgerMenu-title {
  color: #4d5586;
  text-transform: uppercase;
}
.header {
  height: 500px;
  margin: 0px 25px 0;
  border-bottom-width: 0;
  color: #fff;
  background-color: #2d3a8c;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .header {
    margin: 10px 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height: 400px;
  }
}
.footer {
  background-color: #2d3a8c;
  color: #fff;
  margin-top: 55px;
  padding: 32px 0 10px;
}
.footer a {
  color: #fff;
  transition: opacity 150ms ease-out;
}
.footer-wrapper {
  display: flex;
  width: 900px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.footer-left {
  padding-right: 50px;
}
.footer-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-center .footer-links {
  margin-right: 50px;
}
.footer-center .last-link a:last-child {
  font-size: 8px;
}
.footer-logo {
  max-height: 50px;
}
.footer-text {
  margin-top: 20px;
  line-height: 1.5;
}
.footer-nav {
  display: flex;
}
.footer-links a {
  margin-top: 15px;
  font-weight: 500;
}
.footer-links a:last-child {
  margin-top: 0;
}
.footer-links a:hover {
  opacity: .5;
}
.footer-links a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  padding-left: 50px;
}
.footer-right-title {
  text-transform: uppercase;
  color: #6e759d;
  margin-bottom: 20px;
}
.footer-social-links a {
  display: inline-block;
}
.footer-social-links a:hover {
  opacity: .5;
}
.footer-social .icon-social a {
  font-size: 2.5em;
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .footer-wrapper {
    width: 736px;
  }
}
@media only screen and (max-width: 1336px) {
  .footer-wrapper {
    width: 736px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    width: auto;
    max-width: 320px;
    text-align: center;
  }
  .footer-left {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .footer-center {
    align-items: center;
    margin-bottom: 15px;
  }
  .footer-center .footer-links {
    margin-right: 0px;
  }
  .footer-right {
    padding-left: 0px;
    margin-bottom: 15px;
  }
}
.footer .link-258 {
  text-transform: lowercase;
  font-size: 12px;
}
.mentions {
  background-color: #2d3a8c;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
}
.mentions a {
  color: #fff;
}
.cookieNotice {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 10px;
  background-color: #2d3a8c;
  color: #fff;
  text-align: center;
}
.cookieNotice-button {
  margin-left: 10px;
}
/*------------------------------------*\
  #BLOCKS
\*------------------------------------*/
.simpleHeader {
  position: relative;
}
.simpleHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #2d3a8c;
  opacity: .4;
}
.simpleHeader-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.simpleHeader-icon {
  margin-bottom: 25px;
  fill: #fff;
  width: 46px;
  height: 46px;
}
.simpleHeader-title {
  font-size: 48px;
  text-transform: uppercase;
}
.simpleHeader-title big {
  display: block;
  font-weight: 700;
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .simpleHeader-title big {
    font-size: 40px;
  }
}
.simpleHeader-text {
  margin-top: 30px;
  max-width: 730px;
  font-size: 24px;
}
.simpleHeader-social {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}
.simpleHeader-social a {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 24px;
}
.simpleHeader-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .simpleHeader-title {
    font-size: 28px;
  }
  .simpleHeader-text {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.continue-item {
  position: relative;
  display: block;
  height: 460px;
  padding-top: 140px;
  text-align: center;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.continue-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #2d3a8c;
  transition: opacity 250ms ease-out;
}
.continue-item:hover:after {
  opacity: .7;
}
.continue-content {
  position: relative;
  z-index: 5;
}
.continue-title {
  text-transform: uppercase;
  font-size: 24px;
  max-width: 390px;
  font-weight: 500;
  padding: 0 10px;
}
.continue-title big {
  display: block;
  font-weight: 700;
}
.continue-wave {
  margin-top: 20px;
  margin-bottom: 20px;
}
.continue-text {
  margin: 0 70px;
  font-size: 16px;
}
.continue-small .continue-item {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.continue-col .continue-item {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin-bottom: 20px;
}
.continue-col .continue-item:after {
  opacity: .6;
}
.continue-col .continue-item .continue-content {
  margin-top: 20px;
}
.continue-small .continue-wave {
  margin-bottom: 0;
}
.continue-social a {
  color: #fff;
  font-size: 32px;
  margin-left: 30px;
}
.continue-social a:first-child {
  margin-left: 0;
}
.continue-social:hover:after {
  opacity: .4;
}
.continue-icon {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1336px) {
  .continue-col {
    margin-top: 20px;
  }
  .continue-col:first-child {
    margin-top: 0;
  }
  .continue-item {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .continue-item {
    margin-left: 10px;
    margin-right: 10px;
    height: 330px;
    padding-top: 90px;
  }
  .continue-title {
    font-size: 18px;
  }
  .continue-text {
    font-size: 14px;
    margin: 0 20px;
  }
}
.headlinks {
  display: flex;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.headlinks-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.headlinks a {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 18px;
}
.headlinks a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 7px;
  background-image: url(img/sprites/angle-down.png);
  transition: bottom 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.headlinks a:hover:after {
  bottom: -15px;
}
@media only screen and (max-width: 1336px) {
  .headlinks {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .headlinks {
    display: none;
  }
}
.pagination {
  text-align: center;
  font-size: 18px;
}
.pagination-prev,
.pagination-next {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}
.pagination-page {
  margin: 0 10px;
  font-style: italic;
  color: #bcbfd1;
}
.pagination-current {
  color: #2d3a8c;
}
.list-item {
  display: block;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  padding: 21px 0 20px;
  margin-top: -1px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(img/sprites/dots.png);
  background-repeat: repeat-x;
  background-position: 0 top;
}
.list-item:first-child {
  background-image: none;
}
.list-item-link {
  float: right;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #c7cad9;
}
.list-item-link:hover {
  border-bottom-color: #2d3a8c;
}
.list-expand {
  display: none;
  position: relative;
  z-index: 5;
  padding: 55px 0 40px;
  background-color: #bcbfd1;
}
.list-expand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  border-width: 18px 18px 0 18px;
  border-style: solid;
  border-color: #fff transparent;
}
.list-expand-content {
  color: #fff;
  text-align: center;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}
.list-expand-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(img/sprites/cross-white.png);
  cursor: pointer;
}
.list-arrows .list-item {
  position: relative;
  padding-left: 40px;
}
.list-arrows .list-item:before {
  content: ">> ";
  position: absolute;
  top: 20px;
  left: 0;
}
.list-clickable .list-item {
  cursor: pointer;
}
.list-clickable .list-item:before {
  transition: margin-right 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-clickable .list-item:hover:before {
  margin-right: 25px;
}
@media only screen and (max-width: 1336px) {
  .list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-expand-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .list-item-link {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
}
.topPickers {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .topPickers .pickerItem {
    width: 410px;
    margin-left: 25px;
  }
  .topPickers .pickerItem:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .topPickers .pickerItem {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .topPickers {
    margin-left: 10px;
    margin-right: 10px;
  }
  .topPickers .pickerItem {
    margin-top: 20px;
  }
  .topPickers .pickerItem:first-child {
    margin-top: 0;
  }
}
.warning {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #bcbfd1;
}
.warning big {
  display: block;
  color: #2d3a8c;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.warning-white {
  color: #fff;
}
/*------------------------------------*\
  #HOME
\*------------------------------------*/
.homeHeader {
  position: relative;
  height: auto;
  padding-bottom: 200px;
  background-color: transparent;
  overflow: hidden;
}
.homeHeader-backgrounds {
  position: relative;
  z-index: 2;
  min-height: 435px;
  height: 32vw;
}
.homeHeader-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeHeader-background:first-child {
  z-index: 7;
}
.homeHeader-background.transition {
  z-index: 8;
}
.homeHeader-background.active {
  z-index: 10;
  animation: 500ms ease-out fadeIn;
}
.homeHeader-progress {
  position: absolute;
  bottom: 29.5px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}
.homeHeader-progress span {
  border-color: #2d3a8c;
}
.homeHeader-progress span.active {
  background-color: #2d3a8c;
}
.homeHeader-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 5;
  height: 130px;
  background-color: #2d3a8c;
  color: #fff;
}
.homeHeader-wrapper {
  position: relative;
  width: 1300px;
  height: 100%;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.homeHeader-items {
  height: 100%;
  overflow: hidden;
}
.homeHeader-items-scroller {
  height: 100%;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homeHeader-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeHeader-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.homeHeader-name {
  display: block;
  font-size: 16px;
  margin-top: 7px;
}
.homeHeader-persons {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 400px;
}
.homeHeader-persons img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: visibility 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}
.homeHeader-persons img.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.homeHeader-packs {
  position: absolute;
  bottom: 10px;
  right: -200px;
  width: 450px;
}
.homeHeader-packs img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  transition: visibility 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}
.homeHeader-packs img.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1336px) {
  .homeHeader-wrapper {
    width: auto;
    padding-left: 40px;
  }
  .homeHeader-content {
    height: 180px;
  }
  .homeHeader-persons {
    left: 40px;
    bottom: 180px;
  }
  .homeHeader-persons img {
    max-height: 300px;
  }
  .homeHeader-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .homeHeader-quote {
    font-size: 18px;
  }
  .homeHeader-button {
    margin-top: 15px;
  }
  .homeHeader-packs {
    bottom: 10px;
    right: -100px;
    width: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .homeHeader {
    overflow: hidden;
  }
  .homeHeader-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homeHeader-item {
    align-items: center;
    text-align: center;
  }
  .homeHeader-quote {
    font-size: 18px;
  }
  .homeHeader-name {
    font-size: 14px;
  }
  .homeHeader-persons {
    left: 0;
    width: 100%;
  }
  .homeHeader-persons img {
    left: 50%;
    transform: translate3d(-50%, 0, 0) translate3d(-50px, 0, 0);
  }
  .homeHeader-persons img.active {
    transform: translate3d(-50%, 0, 0);
  }
  .homeHeader-packs {
    bottom: 150px;
    right: auto;
    left: 50%;
    width: 0;
  }
  .homeHeader-packs img {
    width: 400px;
    max-width: none;
    right: auto;
    left: -100px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.entree-block {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 315px;
  text-align: center;
  color: #fff;
  background-color: #2d3a8c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.entree-title {
  font-size: 20px;
  line-height: 1.5em;
  width: 250px;
  margin: auto;
  text-align: center;
  font-weight: 500;
}
.entree-text {
  width: 240px;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 100;
}
@media only screen and (max-width: 1336px) {
  .entree {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
  .entree-col {
    margin-top: 25px;
  }
  .grid .entree-col {
    padding-left: 0;
  }
  .entree-col:first-child {
    margin-top: 0;
  }
}
.avantages {
  display: flex;
  justify-content: center;
}
.avantages-item {
  display: flex;
  align-items: flex-end;
  margin-left: 145px;
}
.avantages-item:first-child {
  margin-left: 0;
}
.avantages-img {
  margin-bottom: 5px;
}
.avantages-text {
  margin-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
.avantages-text strong {
  font-size: 25px;
}
@media only screen and (max-width: 1336px) {
  .avantages-item {
    display: block;
    text-align: center;
    margin-left: 115px;
  }
  .avantages-text {
    display: block;
    margin-top: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .avantages {
    display: block;
  }
  .avantages-item {
    margin-left: 0;
    margin-top: 30px;
  }
  .avantages-item:first-child {
    margin-top: 0;
  }
}
.presentoir {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 440px;
  color: #fff;
  background-image: radial-gradient(circle at 50% 50%, #4d61d8, #2d3a8c);
  overflow: hidden;
}
.presentoir img {
  max-width: none;
  max-height: 150px;
}
.presentoir-prev,
.presentoir-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -12px;
  width: 13px;
  height: 24px;
  background-image: url(img/sprites/angles.png);
  cursor: pointer;
}
.presentoir-prev {
  left: 45px;
  background-position: left center;
}
.presentoir-next {
  right: 45px;
  background-position: right center;
}
.presentoir-title {
  font-size: 25px;
}
.presentoir-items {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  height: 200px;
}
.presentoir-item {
  position: absolute;
  top: 50%;
  z-index: 5;
  text-align: center;
}
.presentoir-labeled img {
  max-height: 130px;
}
.presentoir-label {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.presentoir-init .presentoir-item {
  display: none;
}
.presentoir-init .presentoir-item:first-child,
.presentoir-init .presentoir-item:last-child,
.presentoir-init .presentoir-item:nth-child(2) {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.17);
}
.presentoir-init .presentoir-item:last-child {
  margin-left: -170px;
  transform: translate(-50%, -50%) scale(0.76);
}
.presentoir-init .presentoir-item:nth-child(2) {
  margin-left: 170px;
  transform: translate(-50%, -50%) scale(0.76);
}
.presentoir-in-product {
  background-image: none;
}
.colorSlider {
  position: relative;
  height: 350px;
}
.colorSlider-images,
.colorSlider-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.colorSlider-images:first-child,
.colorSlider-image:first-child {
  z-index: 3;
}
.colorSlider-images.active,
.colorSlider-image.active {
  animation: 500ms ease-out fadeIn;
  z-index: 5;
}
.colorSlider-images.transition,
.colorSlider-image.transition {
  z-index: 4;
}
.colorSlider-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.colorSlider-slides {
  position: relative;
  z-index: 5;
  width: 375px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.colorSlider-scroller {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.colorSlider-slide {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
}
.colorSlider-head {
  margin-bottom: 10px;
}
.colorSlider-pretitle {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
.colorSlider-title {
  font-size: 48px;
  width: 100%;
}
.colorSlider-text {
  margin: 30px 0;
  width: 100%;
}
.colorSlider-progress {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1336px) {
  .colorSlider {
    height: auto;
  }
  .colorSlider-images {
    position: relative;
    height: 325px;
  }
  .colorSlider-slides {
    width: auto;
    height: auto;
  }
  .colorSlider-slide {
    padding: 50px 180px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .colorSlider-slide {
    padding: 30px 10px 90px;
  }
  .colorSlider-pretitle {
    font-size: 18px;
  }
  .colorSlider-title {
    font-size: 28px;
  }
}
.compoTuto {
  display: flex;
  margin-left: 70px;
  margin-right: 70px;
}
.compoTuto-cta {
  flex: 1 0 285px;
  margin-left: 95px;
  background-color: #2d3a8c;
}
@media only screen and (max-width: 1336px) {
  .compoTuto {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .compoTuto {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .compoTuto-cta {
    margin-top: 30px;
    margin-left: 0;
  }
}
.tutoSlider {
  position: relative;
  flex: 1 0 796px;
  width: 796px;
}
.tutoSlider-frame {
  overflow: hidden;
  margin-left: -65px;
}
.tutoSlider-scroll {
  display: flex;
  width: 100%;
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tutoSlider-item {
  position: relative;
  padding-left: 65px;
  padding-bottom: 60px;
  text-align: center;
  width: 50%;
  flex: 1 0 auto;
}
.tutoSlider-img {
  width: 100%;
}
.tutoSlider-title {
  font-size: 18px;
  margin-top: 30px;
}
.tutoSlider-text {
  margin: 10px 20px 0;
}
.tutoSlider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: inherit;
}
.tutoSlider-arrow {
  position: absolute;
  top: 103px;
  cursor: pointer;
  width: 13px;
  height: 24px;
  background-image: url(img/sprites/angles-blue.png);
}
.tutoSlider-prev {
  left: -40px;
  background-position: left center;
}
.tutoSlider-next {
  right: -40px;
  background-position: right center;
}
@media only screen and (max-width: 1336px) {
  .tutoSlider {
    flex: 0 1 auto;
    width: auto;
  }
  .tutoSlider-arrow {
    display: none;
  }
  .tutoSlider-scroll {
    display: block;
    width: auto;
  }
  .tutoSlider-item {
    display: none;
    flex: 1 0 100%;
    width: auto;
  }
  .tutoSlider-item:first-child {
    display: block;
  }
}
.tutoCta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .tutoCta {
    padding: 30px 0;
  }
}
/*------------------------------------*\
  #PROJECT
\*------------------------------------*/
.colorlist {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.colorlist-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -40px;
}
.colorlist-container-center {
  justify-content: center;
}
.colorlist-item {
  margin-top: 20px;
  margin-left: 40px;
}
.colorlist-clickable .colorlist-item {
  cursor: pointer;
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.colorlist-clickable .colorlist-item:hover,
.colorlist-clickable .colorlist-item.active {
  transform: scale(1.1);
}
@media only screen and (max-width: 1336px) {
  .colorlist-container {
    display: block;
    text-align: center;
  }
}
.coloris {
  display: none;
  position: relative;
  padding: 45px 0 50px;
  background-color: #bcbfd1;
  text-align: center;
}
.coloris:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
  border-width: 17px 17px 0 17px;
  border-style: solid;
  border-color: #fff transparent;
}
.coloris-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
}
.coloris-description {
  margin-top: 10px;
  font-size: 18px;
}
.coloris-products {
  margin-top: 40px;
}
.coloris-container {
  margin-top: -60px;
  margin-left: -80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coloris-product {
  position: relative;
  width: 230px;
  text-align: center;
  margin-top: 60px;
  margin-left: 80px;
}
.coloris-product-name {
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assistant {
  text-align: center;
}
.assistant-input {
  background-color: #2d3a8c;
  color: #fff;
  padding: 70px 0;
}
.assistant-pickers {
  margin-left: -40px;
}
.assistant-pickers .pickerItem {
  width: 220px;
  margin-top: 40px;
  margin-left: 40px;
}
.assistant-confirm {
  margin-top: 40px;
  width: 155px;
}
.assistant-result {
  display: none;
  position: relative;
  padding: 45px 0 50px;
  background-color: #bcbfd1;
}
.assistant-result-error {
  padding: 85px 0 90px;
}
.assistant-result:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
  border-width: 17px 17px 0 17px;
  border-style: solid;
  border-color: #2d3a8c transparent;
}
.assistant-result-option {
  background-color: #a9adc4;
}
.assistant-result-option:before {
  border-color: #bcbfd1 transparent;
}
.assistant-result-option .assistant-title {
  color: #fff;
}
.assistant-title {
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.assistant-products {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.assistant-product {
  position: relative;
  width: 230px;
  text-align: center;
  margin-left: 100px;
}
.assistant-product:before {
  content: "";
  width: 53px;
  height: 53px;
  background-image: url(img/sprites/plus.png);
}
.assistant-product:first-child:before {
  content: none;
}
.assistant-product-name {
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .assistant-product {
    margin-left: 100px;
  }
  .assistant-product:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -77px;
    margin-top: -27px;
  }
  .assistant-product:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .assistant-products {
    display: block;
  }
  .assistant-product {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .assistant-product:first-child {
    margin-top: 0;
  }
  .assistant-product:before {
    display: block;
    margin: 0 auto 40px;
  }
}
.toggles {
  text-align: center;
  margin-left: -30px;
}
.toggles-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-left: 30px;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  width: 220px;
  height: 34px;
  border: 1px solid #bcbfd1;
  cursor: pointer;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.toggles-item img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 10px;
}
.toggles-item svg {
  fill: #2d3a8c;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.toggles-item.active {
  background-color: #9095b3;
}
.toggles-item:hover {
  background-color: #2d3a8c;
}
.toggles-item.active,
.toggles-item:hover {
  color: #fff;
}
.toggles-item.active svg,
.toggles-item:hover svg {
  fill: #fff;
}
.guides {
  margin-left: 100px;
  margin-right: 100px;
}
.guides-grid {
  margin-top: -50px;
}
.guides-item {
  margin-top: 50px;
}
.guides-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background-position: center center;
  background-size: cover;
}
.guides-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #2d3a8c;
  opacity: .35;
}
.guides-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.guides-icon {
  width: 34px;
  height: 34px;
  fill: #fff;
  margin-bottom: 10px;
}
.guides-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .1em;
}
.guides-title big {
  display: block;
  font-weight: 800;
  font-size: 1.458em;
}
.guides-buttons {
  margin-top: 25px;
  text-align: center;
}
.guides-buttons .button {
  width: 120px;
  margin-left: 10px;
}
.guides-buttons .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1336px) {
  .guides {
    margin-left: 0;
    margin-right: 0;
  }
  .guides-title {
    font-size: 20px;
  }
}
.guide {
  width: 66.66666667%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.guide p + p {
  margin-top: 15px;
}
.guide-button {
  margin-top: 50px;
}
.productsHeader {
  position: relative;
}
.productsHeader .productHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
}
.productsHeader .productHeader:first-child {
  z-index: 11;
}
.productsHeader .productHeader.transition {
  z-index: 12;
}
.productsHeader .productHeader.active {
  z-index: 14;
  animation: 500ms ease-out fadeIn;
}
.productsHeader-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 15;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productsHeader {
    height: 450px;
  }
}
.produits {
  margin-left: 100px;
  margin-right: 100px;
}
.produits-title {
  font-size: 26px;
  text-align: center;
}
.produits-title + .produits-container {
  margin-top: 50px;
}
.produits-grid {
  display: flex;
}
.produits-produit {
  display: inline-block;
  text-align: center;
}
.produits-img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produits-img img {
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 100%;
}
.produits-produit:hover .produits-img img {
  transform: scale(1.1);
}
.produits-name {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.produits-rows .produits-col {
  text-align: center;
}
@media only screen and (min-width: 1337px) {
  .produits-between {
    justify-content: space-between;
  }
  .produits-center {
    justify-content: center;
  }
  .produits-center .produits-produit {
    margin-left: 220px;
  }
  .produits-center .produits-produit:first-child {
    margin-left: 0;
  }
  .produits-rows {
    margin-top: -50px;
    flex-wrap: wrap;
  }
  .produits-rows .produits-col {
    margin-top: 50px;
    width: 16.66666667%;
  }
  .produits-compact {
    justify-content: center;
  }
  .produits-compact .produits-produit {
    margin-left: 60px;
  }
  .produits-compact .produits-produit:first-child {
    margin-left: 0;
  }
  .produits-more {
    justify-content: center;
  }
  .produits-center .produits-produit {
    margin-left: 110px;
  }
  .produits-center .produits-produit:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1336px) {
  .produits {
    margin-left: 0;
    margin-right: 0;
  }
  .produits-grid {
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
    justify-content: center;
  }
  .produits-produit {
    margin-top: 30px;
    margin-left: 30px;
  }
  .produits-col {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 768px) {
  .produits-grid {
    display: block;
    margin-left: 0;
  }
  .produits-col {
    width: auto;
  }
  .produits-produit {
    display: block;
    margin-left: 0;
  }
  .produits-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1337px) {
  .compoProduits {
    display: flex;
    justify-content: space-around;
    margin-left: 50px;
    margin-right: 50px;
  }
  .compoProduits .produits-title {
    font-size: 22px;
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  .compoProduits-separator {
    flex: 0 0 1px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #fff 0%, #d3d5e1 50%, #fff 100%);
  }
  .compoProduits .produits {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1336px) {
  .compoProduits {
    display: block;
  }
  .compoProduits-separator {
    height: 1px;
    background-color: #2d3a8c;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.productHeader {
  background-color: #2d3a8c;
  background-image: radial-gradient(circle at 50% 50%, #4d61d8, #2d3a8c);
}
.productHeader-left {
  margin-right: 33px;
  margin-left: 33px;
  min-width: 230px;
  text-align: center;
}
.productHeader-left img {
  max-height: 350px;
}
.productHeader-right {
  margin-left: 33px;
  color: #fff;
}
.productHeader-title {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: .9;
  color: #f9ef39;
}
.productHeader-text {
  margin-top: 15px;
  font-size: 18px;
}
.productHeader-text p {
  color: #f9ef39;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-top: 30px;
  font-weight: 500;
}
.productHeader-button {
  margin-top: 15px;
}
@media only screen and (max-width: 1336px) {
  .productHeader-left {
    min-width: 0;
    margin-right: 0;
  }
  .productHeader-right {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .productHeader {
    display: block;
    text-align: center;
    height: auto;
    padding: 25px 0;
  }
  .productHeader-left {
    margin: 0 15px;
    text-align: center;
  }
  .productHeader-left img {
    max-height: 230px;
  }
  .productHeader-right {
    margin-top: 20px;
  }
  .productHeader-title {
    font-size: 26px;
  }
  .productHeader-text {
    font-size: 13px;
  }
  .productHeader-text p {
    font-size: 14px;
  }
}
.intro {
  display: flex;
  align-items: flex-start;
}
.intro-left {
  flex: 1 1 auto;
}
.intro-right {
  flex: 0 0 auto;
  width: 290px;
}
@media only screen and (max-width: 768px) {
  .intro {
    display: block;
  }
  .intro-right {
    width: auto;
    margin: 30px 15px 0;
  }
}
.introText {
  padding: 15px 0;
}
.introText-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.introText h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 1336px) {
  .introText {
    padding: 15px 0 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .introText {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.introDetails {
  padding: 30px 50px 35px;
  color: #fff;
  background-color: #2d3a8c;
}
.introDetails-title {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.introDetails-title big {
  font-size: 1.4em;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.introDetails-item {
  margin-top: 15px;
}
.engagements {
  display: flex;
  counter-reset: engagements;
}
.engagements-item {
  margin: 0 45px;
  text-align: center;
  flex: 1 0;
}
.engagements-item:before {
  counter-increment: engagements;
  content: counter(engagements);
  display: inline-block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 86px;
  color: #fff;
  background-color: #bbbecf;
}
.engagements-title {
  margin-top: 20px;
  font-size: 20px;
}
.engagements-text {
  margin-top: 10px;
}
@media only screen and (max-width: 1336px) {
  .engagements {
    display: block;
  }
  .engagements-item {
    margin: 50px 150px 0;
  }
  .engagements-item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .engagements-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.timeline {
  position: relative;
}
.timeline-item {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline-item:first-child {
  margin-top: 0;
}
.timeline-img,
.timeline-content {
  width: 50%;
}
.timeline-date {
  color: #bcbfd1;
  font-size: 40px;
}
.timeline-title {
  margin-top: 15px;
  font-size: 22px;
}
.timeline-text {
  margin-top: 15px;
}
.timeline-text a {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 1px;
    background-color: #d2d8d6;
  }
  .timeline-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 27px;
    height: 27px;
    margin-left: -13px;
    margin-top: -13px;
    background-color: #bcbfd1;
    border-radius: 50%;
  }
  .timeline-content {
    padding-left: 130px;
    padding-right: 140px;
  }
  .timeline-item:nth-child(even) .timeline-img {
    order: 2;
    padding-left: 130px;
  }
  .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
    padding-right: 130px;
    padding-left: 140px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .timeline-img {
    width: 50%;
    padding-right: 50px;
  }
  .timeline-content {
    width: 50%;
    padding: 0 10px 0 50px;
  }
  .timeline-item:nth-child(even) .timeline-img {
    padding-right: 0;
    padding-left: 50px;
  }
  .timeline-item:nth-child(even) .timeline-content {
    padding: 0 50px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-item {
    display: block;
    text-align: center;
  }
  .timeline-img {
    width: auto;
    padding: 0;
  }
  .timeline-content {
    margin: 20px 10px 0;
    padding: 0;
    width: auto;
    text-align: center;
  }
}
.communication-wrapper {
  margin-top: -50px;
}
.communication-item {
  margin-top: 50px;
  text-align: center;
}
.communication-title {
  font-size: 20px;
}
.communication-video {
  margin-top: 30px;
  background-color: #bcbfd1;
}
@media only screen and (min-width: 1337px) {
  .communication-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
  }
  .communication-item {
    padding-left: 50px;
    width: 50%;
  }
}
.articles-container {
  margin-top: -55px;
  margin-left: -30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.articles-item {
  position: relative;
  z-index: 5;
  margin-top: 55px;
  width: 350px;
  margin-left: 30px;
  padding-bottom: 50px;
}
.articles-content {
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.articles-img {
  position: relative;
  display: block;
  text-align: center;
}
.articles-img img {
  position: relative;
  z-index: 1;
}
.articles-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2d3a8c;
}
.articles-icon svg {
  fill: #fff;
  width: 21px;
  height: 21px;
}
.articles-title {
  font-size: 18px;
}
.articles-text {
  margin-top: 10px;
}
.articles-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.articles-button {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .articles-container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .articles-item {
    margin-left: 0;
  }
}
.post-block {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}
.post-block:first-child {
  margin-top: 0;
}
.postText {
  text-align: center;
}
@media only screen and (min-width: 1337px) {
  .postText {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .postText {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .postText {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.postImageText-title {
  font-size: 24px;
}
.postImageText-title + .postImageText-text {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .postImageText {
    display: flex;
  }
  .postImageText-img {
    align-self: flex-start;
  }
  .postImageText-content {
    align-self: center;
  }
  .postImageText-left .postImageText-content {
    margin-left: 110px;
    margin-right: 40px;
  }
  .postImageText-right {
    justify-content: flex-end;
  }
  .postImageText-right .postImageText-content {
    margin-left: 40px;
    margin-right: 110px;
    order: -1;
    text-align: right;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .postImageText-img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .postImageText-content {
    margin: 30px 10px 0;
    text-align: center;
  }
}
.postVideo {
  position: relative;
  max-width: none;
  padding-top: 56.25%;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.postVideo-play {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  background-image: url(img/sprites/play.png);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.postVideo:hover .postVideo-play {
  transform: scale(1.2);
}
.postVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.postSlider {
  max-width: none;
  padding-top: 420px;
  position: relative;
}
.postSlider-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.postDownload {
  text-align: center;
}
.postImages-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -55px;
  margin-left: -30px;
}
.postImages-item {
  margin-top: 55px;
  margin-left: 30px;
  width: 350px;
  text-align: center;
}
.postImages-title {
  margin: 15px 0;
  font-size: 18px;
}
.postImages-text {
  padding: 0 10px;
}
.contactInfos {
  text-align: center;
}
.contactInfos-title {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contactInfos-text {
  font-size: 20px;
  font-weight: 400;
}
.contactInfos-text strong {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .contactInfos {
    display: flex;
  }
  .contactInfos-col {
    position: relative;
    flex: 1 0;
    padding: 40px 0;
  }
  .contactInfos-col:first-child {
    max-width: 33.3%;
  }
  .contactInfos-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #2d3a8c;
  }
  .contactInfos-col:first-child:before {
    display: none;
  }
}
.contactForm {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}
.contactForm-header {
  text-align: center;
}
.contactForm-confirm {
  text-align: center;
  margin: 20px 0;
}
.contactForm-confirm-success {
  color: #0c0;
}
.contactForm-confirm-error {
  color: #c00;
}
.contactForm-content {
  margin-top: 60px;
  padding: 0px 40px;
}
.contactForm-footer {
  padding: 0px;
}
.contactForm-field {
  margin-top: 20px;
}
.contactForm-field:first-child {
  margin-top: 0;
}
.contactForm-message {
  min-height: 170px;
}
.contactForm-notice {
  margin-top: 10px;
  font-size: 20px;
}
.contactForm-button {
  text-align: center;
  margin-top: 25px;
}
.contactForm-submit {
  min-width: 120px;
}
.contactForm-trick {
  display: none;
}
@media only screen and (min-width: 769px) {
  .contactForm-col {
    flex: 1 0;
    margin-left: 100px;
  }
  .contactForm-col:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .contactForm-col {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contactForm-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contactForm-col {
    margin-top: 20px;
  }
  .contactForm-col:first-child {
    margin-top: 0;
  }
}
.searchForm {
  text-align: center;
}
input.searchForm-input {
  max-width: 300px;
  font-size: 16px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 9px;
}
/*------------------------------------*\
  #SCRIPTS
\*------------------------------------*/
.slider-arrow {
  user-select: none;
}
.js-pinterest-share {
  position: absolute;
  z-index: 5;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  visibility: hidden;
  transform: scale(0.8);
  opacity: 0;
  transition: visibility 250ms, opacity 250ms ease-out, transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-pinterest-share i {
  margin-right: 5px;
  font-size: 24px;
}
.js-pinterest-share i,
.js-pinterest-share span {
  vertical-align: middle;
}
.js-pinterest-share.active {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.mha {
  margin-left: auto;
  margin-right: auto;
}
.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mv60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mv70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.pt60 {
  padding-top: 60px;
}
.icon {
  max-width: 20px;
  height: auto;
}
.icon-10 {
  max-width: 10px;
  height: auto;
}
.icon-20 {
  max-width: 20px;
  height: auto;
}
.icon-30 {
  max-width: 30px;
  height: auto;
}
.v-center {
  display: flex;
  align-items: center;
}
.button-width {
  min-width: 100px;
  margin: auto;
}
.button-big {
  font-size: 18px;
  font-weight: bold;
}
.button-big small {
  font-size: 12px;
}
@media only screen and (max-width: 1336px) {
  .m-hidden {
    display: none;
  }
  .m-mt30 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .s-hidden {
    display: none;
  }
  .s-mt30 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .s-visible {
    display: none;
  }
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.fz16 {
  font-size: 16px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.colors-top {
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
  top: 0;
  height: 18px;
  z-index: 999;
  background-image: url(img/bg/color-top.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}
.state-sticky .colors-top {
  position: fixed;
}
.padding-30 {
  padding: 30px;
}
.text-min-low {
  font-size: 12px;
  text-transform: lowercase;
}
ul.list {
  padding-left: 30px;
}
/*------------------------------------*\
  #TABS
\*------------------------------------*/
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.tabs li {
  background: none;
  color: #2d3a8c;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-weight: 700;
  border: 3px solid #2d3a8c;
  border-bottom: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
ul.tabs li:first-child {
  margin-left: 0px;
}
ul.tabs li:last-child {
  margin-right: 0px;
}
ul.tabs li .tab-icon {
  max-width: 50px;
  height: auto;
  float: left;
  margin-right: 30px;
}
ul.tabs li h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.tabs li .icon-hover {
  display: none;
}
ul.tabs li.current {
  background: #2d3a8c;
  color: #fff;
}
ul.tabs li.current .icon-hover {
  display: block;
}
ul.tabs li.current .icon-current {
  display: none;
}
.tab-content {
  display: none;
  background: #fff;
  padding: 40px;
  border: 3px solid #2d3a8c;
}
.tab-content h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin: 30px auto;
}
.tab-content ul {
  padding-left: 40px;
}
.tab-content ul li {
  margin-bottom: 10px;
}
.tab-content a {
  color: #198bba;
}
.tab-content.current {
  display: inherit;
}
@media only screen and (max-width: 1336px) {
  ul.tabs {
    display: block;
    justify-content: normal;
  }
  ul.tabs li {
    background: none;
    color: #2d3a8c;
    display: block;
    padding: 20px 30px;
    cursor: pointer;
    font-weight: 700;
    border: 3px solid #2d3a8c;
    border-bottom: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  ul.tabs li .tab-icon {
    max-width: 20px;
    height: auto;
  }
  .tab-content ul {
    padding-left: 0px;
  }
}
/*------------------------------------*\
  #ELEMENTOS
\*------------------------------------*/
.panel-black {
  background-color: #000;
  padding: 30px;
  margin: 20px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}
.panel-grey {
  background-color: #323232;
  padding: 30px;
  margin: 20px;
  color: #fff;
  text-align: center;
}
.panel-grey-light {
  background-color: #474747;
  padding: 30px;
  margin: 20px;
  margin-right: 0px;
  color: #fff;
  text-align: center;
}
.gramos {
  text-align: center;
  margin: 30px;
}
.gramos-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #198bba;
  border-bottom: 2px solid #198bba;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1336px) {
  .panel-black {
    margin: 20px 0px;
  }
  .panel-grey {
    margin: 20px 0px;
  }
  .panel-grey-light {
    margin: 20px 0px;
  }
}
.color-pic {
  background-color: grey;
  width: 170px;
  height: 10px;
  margin: auto;
}
/*------------------------------------*\
  #BACKGROUNDS
\*------------------------------------*/
.entree-bg1 {
  background-image: url('img/bg/articulo1-image-home.jpg');
}
.entree-bg2 {
  background-image: url('img/bg/articulo2-image-home.jpg');
}
.entree-bg3 {
  background-image: url('img/bg/articulo3-image-home.jpg');
}
/*------------------------------------*\
  #SLIDER
\*------------------------------------*/
.slider-home,
.slider-gama {
  background-image: radial-gradient(circle at 50% 50%, #4d61d8, #2d3a8c);
  color: white;
  padding: 30px 80px;
}
@media only screen and (max-width: 1336px) {
  .slider-home,
  .slider-gama {
    padding: 30px 40px;
  }
}
.slider-home .owl-nav button.owl-prev,
.slider-gama .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 5%;
}
.slider-home .owl-nav button.owl-next,
.slider-gama .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 5%;
}
.slider-home .owl-nav span,
.slider-gama .owl-nav span {
  font-size: 40px;
}
.slider-home-img,
.slider-gama-img {
  max-width: 147px;
  margin: 0 auto;
}
@media only screen and (max-width: 1336px) {
  .slider-home-img,
  .slider-gama-img {
    margin-bottom: 20px;
  }
}
.slider-home-title,
.slider-gama-title {
  text-transform: uppercase;
  color: #f9ef39;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 1336px) {
  .slider-home-title,
  .slider-gama-title {
    text-align: center;
  }
}
.slider-home-title:after,
.slider-gama-title:after {
  content: '';
  width: 70px;
  height: 2px;
  background: #f9ef39;
  display: block;
  margin: 20px 0;
}
@media only screen and (max-width: 1336px) {
  .slider-home-title:after,
  .slider-gama-title:after {
    margin: 20px auto;
  }
}
.slider-home-text,
.slider-gama-text {
  font-weight: 300;
}
.slider-home-text p,
.slider-gama-text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.slider-home-text p strong,
.slider-gama-text p strong {
  font-size: 16px;
  font-weight: 400;
}
.slider-home-btn,
.slider-gama-btn {
  border: 1px solid white;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 1336px) {
  .slider-home-btn,
  .slider-gama-btn {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
.slider-gama {
  background-image: none;
}
.slider-gama .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 5%;
}
.slider-gama .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 5%;
}
.slider-gama .owl-nav span {
  font-size: 40px;
  color: #2d3a8c;
}
.slider-gama .item-gama {
  text-align: center;
}
.slider-gama .item-gama img {
  max-width: 170px;
  height: auto;
  margin: auto;
}
.breadcrumb {
  padding: 40px 0px;
  font-size: 20px;
  color: #d0d0d0;
}
.breadcrumb a {
  color: #d0d0d0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}
.link-disabled,
.link-321,
.link-322 {
  color: #fff;
  pointer-events: none;
  cursor: none;
  text-decoration: none;
}
.link-disabled:hover,
.link-321:hover,
.link-322:hover {
  opacity: 1;
}
.contactForm-submit:hover {
  color: white;
}
.wpcf7-file:after {
  position: static;
}
.wpcf7-file:hover {
  color: #fff;
}
@media only screen and (max-width: 1336px) {
  .contactForm-footer .tar {
    text-align: center;
  }
  .contactForm-footer .tal {
    text-align: center;
  }
}
/*# sourceMappingURL=./style.css.map */