/*
Theme Name: IDEAL
Author: Ghost Cloud Agency
Author URI: https://ghost.paris/
Version: 1.0
*/
/** RESET **/
* {
  margin: 0;
  padding: 0;
  border-width: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** GENERAL **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font: 14px/1.2 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: #212b68;
  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";
  }
}
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: #212b68;
  text-decoration: none;
}
.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: transparent;
  background-image: linear-gradient(to right, #ffffff 0%, #d3d5e1 50%, #ffffff 100%);
}
.title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.pretitle {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pretitle {
    font-size: 16px;
  }
}
.h1 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 30px;
  }
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #212b68;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 19px 9px 19px;
  border: 1px solid #212b68;
  text-align: center;
  overflow: hidden;
  transition: color 250ms ease-out;
  cursor: pointer;
}
.button-small {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: bold;
}
.button span {
  position: relative;
  z-index: 5;
}
.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: #212b68;
}
.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: #212b68;
  color: #212b68;
}
.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;
}
label {
  cursor: pointer;
}
.input {
  width: 100%;
  border: 1px solid #bcbfd1;
  padding: 0 10px;
  font-size: 13px;
  color: #000;
}
input.input {
  height: 35px;
}
textarea.input {
  padding: 10px;
}
.input::-webkit-input-placeholder {
  color: #212b68;
  font-style: italic;
}
.input:-moz-placeholder {
  color: #212b68;
  font-style: italic;
}
.input::-moz-placeholder {
  color: #212b68;
  font-style: italic;
}
.input:-ms-input-placeholder {
  color: #212b68;
  font-style: italic;
}
.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: 0.1em;
}
.pickerItem .picker {
  display: block;
  width: 100%;
}
.checkbox {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #212b68;
  cursor: pointer;
  vertical-align: top;
}
:checked + .checkbox {
  background-color: #212b68;
  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: 1316px;
  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;
  }
}
.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%;
  }
}
.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: 0.6;
}
.toplinks-contact {
  letter-spacing: 0.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 {
  position: relative;
  z-index: 50;
  margin-top: 50px;
  transform: translate3d(0, 0, 0);
}
.state-unsticked .menu {
  animation: 1000ms ease-out unstickMenu;
}
.menu-wrapper {
  display: flex;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.menu-left,
.menu-right {
  width: 350px;
}
.menu-right {
  text-align: right;
}
.menu-item {
  display: inline-block;
  margin-left: 50px;
}
.menu-item:first-child {
  margin-left: 0;
}
.menu-logo {
  display: inline-block;
  margin-left: 10px;
}
.menu-logo-sticky {
  display: none;
}
.menu-link {
  display: inline-block;
  margin-top: 10px;
  margin-left: 50px;
  padding: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 0 solid #212b68;
}
.menu-link:first-child {
  margin-left: 0;
}
.menu-item .menu-link {
  margin-left: 0;
}
.menu-link:hover,
.menu-link.active,
.menu-item:hover .menu-link,
.richmenu-active .menu-link {
  border-bottom-width: 4px;
  padding-bottom: 11px;
}
.state-sticky .menu {
  position: fixed;
  padding: 13px 0 21px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  margin-top: 0;
  background-color: #212b68;
  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;
}
@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: 95px;
  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: 30px 0;
}
.richmenu-item {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  padding: 0 40px;
}
.richmenu-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fff 0%, #d3d5e1 50%, #fff 100%);
}
.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: bold;
  margin-top: 20px;
}
.state-burger {
  overflow: hidden;
}
.mobileHeader {
  position: relative;
  display: none;
  text-align: center;
  padding-top: 26px;
}
.mobileHeader-trigger {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 21px;
  cursor: pointer;
}
.mobileHeader-trigger span {
  display: block;
  height: 2px;
  margin-top: 5px;
  background-color: #212b68;
}
.mobileHeader-trigger span:first-child {
  margin-top: 0;
}
.mobileHeader-search {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobileHeader-logo {
  height: 75px;
}
.mobileHeader-menu {
  position: fixed;
  top: 0;
  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: #212b68;
  border: 8px solid #fff;
  padding: 17px 0 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: #212b68;
  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: 75px;
}
.burgerMenu-menu {
  margin-top: 30px;
  text-align: left;
}
.burgerMenu-link {
  display: block;
  padding: 10px 20px;
  padding: 10px calc(50% - 320px / 2);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.burgerMenu-sublinks {
  display: none;
  background-color: #fff;
}
.burgerMenu-sublink {
  display: block;
  padding: 10px 20px;
  padding: 10px calc(50% - 320px / 2 + 15px);
  font-weight: bold;
}
.burgerMenu-sublink i {
  margin-right: 8px;
}
.burgerMenu-sublink:hover {
  background-color: #bcbfd1;
}
.burgerMenu-smallLink {
  display: block;
  color: #fff;
  padding: 10px 20px;
  padding: 10px calc(50% - 320px / 2);
  font-size: 12px;
  letter-spacing: 0.05em;
}
.burgerMenu-smallLink i {
  margin-right: 5px;
}
.burgerMenu-title {
  color: #4d5586;
  text-transform: uppercase;
}
.burgerMenu-social {
  margin-top: 15px;
}
.burgerMenu-social a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}
.burgerMenu-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .burgerMenu-link,
  .burgerMenu-smallLink {
    padding: 10px 10px 10px 70px;
  }
  .burgerMenu-sublink {
    padding: 10px 10px 10px 85px;
  }
}
.header {
  height: 500px;
  margin: 25px 25px 0;
  border-bottom-width: 0;
  color: #fff;
  background-color: #212b68;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .header {
    margin-left: 10px;
    margin-right: 10px;
    height: 400px;
  }
}
.footer {
  background-color: #212b68;
  color: #fff;
  margin-top: 115px;
  padding: 50px 0 70px;
}
.footer a {
  color: #fff;
  transition: opacity 150ms ease-out;
}
.footer-wrapper {
  display: flex;
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
}
.footer-left {
  width: 376px;
  padding-right: 76px;
}
.footer-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-logo {
  margin-top: -15px;
  margin-left: -15px;
}
.footer-text {
  margin-top: 20px;
  line-height: 1.5;
}
.footer-nav {
  display: flex;
}
.footer-links {
  padding-right: 50px;
}
.footer-links:last-child {
  padding-right: 0;
}
.footer-links a {
  margin-top: 15px;
  font-weight: bold;
}
.footer-links a:first-child {
  margin-top: 0;
}
.footer-links a:hover {
  opacity: 0.5;
}
.footer-links a,
.footer-mentions a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-transform: uppercase;
}
.footer-links a:before,
.footer-mentions a:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 55px;
}
.footer-right-title {
  text-transform: uppercase;
  color: #6e759d;
  margin-bottom: 20px;
}
.footer-social-links a {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}
.footer-social-links a:first-child {
  margin-left: 0;
}
.footer-social-links a:hover {
  opacity: 0.5;
}
.footer-newsletter-input {
  padding: 0 10px;
  width: 190px;
  border: 1px solid #646b97;
  height: 30px;
  background-color: #212b68;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
.footer-newsletter-input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
.footer-newsletter-input:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
.footer-newsletter-input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
.footer-newsletter-input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
.footer-newsletter-button {
  height: 30px;
  padding: 0 5px;
  color: #212b68;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}
.footer-mentions {
  margin-top: 20px;
}
.footer-mentions a {
  display: inline-block;
  opacity: 0.35;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.footer-mentions a:first-child {
  margin-left: 0;
}
.footer-mentions a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .footer-mentions a a {
    margin-left: 15px;
  }
  .footer-mentions a.line {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1336px) {
  .footer-wrapper {
    width: 736px;
    flex-wrap: wrap;
    position: relative;
  }
  .footer-left {
    width: 450px;
    padding-left: 55px;
  }
  .footer-center {
    width: 286px;
  }
  .footer-right {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1336px) {
  .footer-nav {
    display: block;
  }
  .footer-links {
    padding-right: 0;
    margin-top: 15px;
  }
  .footer-links:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrapper {
    display: block;
    width: auto;
    max-width: 320px;
    padding: 0 10px;
  }
  .footer-left {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: auto;
  }
  .footer-center {
    margin-top: 30px;
  }
  .footer-right {
    position: static;
    margin-top: 30px;
    padding-left: 0;
  }
  .footer-social {
    text-align: center;
  }
  .footer-mentions a {
    margin-top: 15px;
  }
}
.mentions {
  margin: 15px 0;
  font-size: 12px;
  text-align: center;
}
.cookieNotice {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 10px;
  background-color: #212b68;
  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: #212b68;
  opacity: 0.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: 800;
}
.simpleHeader-text {
  margin-top: 30px;
  max-width: 730px;
  font-size: 16px;
}
.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: #212b68;
  opacity: 0.4;
  transition: opacity 250ms ease-out;
}
.continue-item:hover:after {
  opacity: 0.7;
}
.continue-content {
  position: relative;
  z-index: 5;
}
.continue-title {
  text-transform: uppercase;
  font-size: 24px;
}
.continue-title big {
  display: block;
  font-size: 1.66666667em;
  font-weight: 800;
}
.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-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: 0.4;
}
@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-weight: 800;
  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: #212b68;
}
.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: #212b68;
}
.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: #212b68;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.warning-white {
  color: #fff;
}
.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: #212b68;
}
.homeHeader-progress span.active {
  background-color: #212b68;
}
.homeHeader-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 5;
  height: 130px;
  background-color: #c9def2;
  color: #212b68;
}
.homeHeader-wrapper {
  position: relative;
  width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 440px;
  padding-right: 290px;
}
.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: space-between;
}
.homeHeader-quote {
  font-family: 'Baskerville', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.015em;
}
.homeHeader-quote:before {
  content: "\201C";
}
.homeHeader-quote:after {
  content: "\201D";
}
.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: 0;
  width: 250px;
}
.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-button {
    margin-top: 15px;
  }
}
@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: 120px;
    max-width: none;
    right: auto;
    left: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.entree-block {
  padding-top: 50px;
  height: 220px;
  text-align: center;
  color: #fff;
  background-color: #212b68;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entree-title {
  font-size: 48px;
}
.entree-text {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
@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: #212b68 url(img/bg/radial-blue.jpg) no-repeat center center;
  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;
}
.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);
}
.colorSlider {
  position: relative;
  height: 580px;
}
.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: 490px;
  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: 0 70px;
  text-align: center;
  color: #fff;
}
.colorSlider-head {
  margin-bottom: 40px;
}
.colorSlider-pretitle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 21px;
  margin-bottom: 10px;
}
.colorSlider-title {
  font-size: 50px;
  width: 100%;
}
.colorSlider-text {
  margin: 30px 0;
  width: 100%;
}
.colorSlider-progress {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 40px;
  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: #212b68;
}
@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;
  max-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;
  }
}
.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: #212b68;
  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: #212b68 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: #212b68;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.toggles-item.active {
  background-color: #9095b3;
}
.toggles-item:hover {
  background-color: #212b68;
}
.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: #212b68;
  opacity: 0.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: 0.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: 170px;
  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-weight: bold;
  font-size: 15px;
  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: transparent;
    background-image: linear-gradient(to right, #ffffff 0%, #d3d5e1 50%, #ffffff 100%);
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.productHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212b68;
  background-image: linear-gradient(to bottom, #002255, #407dd6);
}
.productHeader-left {
  margin-right: 33px;
  min-width: 400px;
  text-align: right;
}
.productHeader-left img {
  max-height: 300px;
}
.productHeader-right {
  margin-left: 33px;
  color: #fff;
}
.productHeader-title {
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 28px;
  line-height: 0.9;
}
.productHeader-title big {
  display: block;
  font-size: 1.714em;
  font-weight: 800;
}
.productHeader-text {
  margin-top: 15px;
  max-width: 400px;
  font-size: 16px;
}
.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;
  }
  .productHeader-title {
    font-size: 25px;
  }
  .productHeader-text {
    font-size: 14px;
  }
}
@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: 18px;
  }
  .productHeader-text {
    display: none;
  }
}
.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 {
  text-align: center;
  padding: 15px 90px 0;
}
.introText-title {
  font-size: 24px;
  margin-bottom: 20px;
}
@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: #212b68;
}
.introDetails-title {
  font-size: 40px;
  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: #212b68;
}
.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: 24px;
  margin-top: 20px;
}
.contactInfos-text strong {
  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:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #fff 0%, #d3d5e1 50%, #fff 100%);
  }
  .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;
}
.contactForm-field {
  margin-top: 20px;
}
.contactForm-field:first-child {
  margin-top: 0;
}
.contactForm-message {
  min-height: 365px;
}
.contactForm-notice {
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
}
.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-content {
    display: flex;
  }
  .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;
}
.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;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
@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;
}
.fz16 {
  font-size: 16px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.colorSlider-slide {
  padding: 0px 10px;
}
.colorSlider-title {
  font-size: 48px;
}
/*# sourceMappingURL=style.css.map */