/************************/
/** DIPP               **/
/** CSS by Jonas Thiry **/
/** http://www.jweb.be **/
/************************/
/* ==========================================================================
   RESET CSS
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

.content-page ol {
  list-style: decimal;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  padding-left: 50px;
}

.content-page ul {
  list-style: circle;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  padding-left: 30px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BLUE */
/* LIGHT BLUE */
/* LIGHT GRAY */
/* LIGHT BLUE 2 */
/* BLUE GRAY */
/* BG GRAY */
/* HOVER GRAY */
/* BLACK */
/* DARKER GREY */
/* very light grey */
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg#proxima_nova_semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 15px;
  font-family: "ProximaNova";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

::selection {
  color: #FFFFFF;
  background: #009fe3;
}

::-moz-selection {
  color: #FFFFFF;
  background: #009fe3;
}

.wrap {
  max-width: 1010px;
  margin: auto;
}

.wrap--large {
  max-width: 1180px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  color: #009fe3;
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover {
  color: #7e7e7e;
}

strong {
  font-weight: 700;
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ==========================================================================
   BUTTONS & ICONS
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 29px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 14px;
  color: #FFFFFF;
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn--blue {
  background-color: #009fe3;
  color: #FFFFFF;
}

.btn--blue:hover {
  background-color: #bfc9ce;
  color: #FFFFFF;
}

.btn--search {
  text-transform: none;
}

.btn--white {
  background-color: #FFFFFF;
  color: #97a3a9;
}

.btn--white:hover {
  background-color: #bfc9ce;
  color: #FFFFFF;
}

.btn--large {
  min-width: 200px;
  margin: 20px 0 0 0 !important;
  text-align: center;
}

.icon {
  background-image: url(../images/icons.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 16px;
  position: relative;
}

.icon--tel {
  background-position: 0 0;
  margin-right: 3px;
}

.icon--mail {
  background-position: -16px 0;
  margin-right: 3px;
  width: 17px;
}

.icon--facebook {
  background-position: -33px 0;
  opacity: 1;
  height: 15px;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.icon--facebook:hover {
  opacity: 0.6;
}

.icon--login {
  background-position: 0 -72px;
  opacity: 1;
  height: 14px;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.icon--login:hover {
  opacity: 0.6;
}

.icon--search {
  background-position: -48px 0;
  margin-left: 3px;
  transform: translateY(-1px);
}

.icon--more {
  background-position: -64px 0;
}

.icon--arrow {
  background-position: -80px 0;
}

.icon--pdf {
  background-position: 0 -16px;
  width: 17px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.icon--close {
  background-position: -17px -16px;
  width: 36px;
  height: 36px;
}

.icon--search2 {
  background-position: -53px -16px;
  width: 18px;
  height: 18px;
}

.icon--contact1 {
  background-position: 0 -52px;
  width: 20px;
  height: 20px;
}

.icon--contact2 {
  background-position: -20px -52px;
  width: 20px;
  height: 20px;
}

.icon--contact3 {
  background-position: -40px -52px;
  width: 20px;
  height: 20px;
}

.icon--contact4 {
  background-position: -60px -52px;
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   TITLES & HEADING
   ========================================================================== */
.heading {
  text-align: center;
  padding: 10px 10px 20px;
  margin-bottom: 15px;
  position: relative;
}

.heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -55px;
  margin-right: -55px;
  height: 2px;
  background-color: #009fe3;
}

h1,
.h1 {
  color: #009fe3;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 5px 0;
}

@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 27px;
    line-height: 28px;
  }
  h1 br,
  .h1 br {
    display: none;
  }
}

h2,
.h2 {
  color: #009fe3;
  font-size: 26px;
  text-transform: none;
  line-height: 36px;
  margin: 0;
}

@media screen and (max-width: 500px) {
  h2,
  .h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h2 br,
  .h2 br {
    display: none;
  }
}

h3,
.h3 {
  color: #009fe3;
  font-size: 22px;
  text-transform: none;
  line-height: 34px;
  margin: 0;
}

@media screen and (max-width: 500px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 br,
  .h3 br {
    display: none;
  }
}

h4,
.h4 {
  color: #97a3a9;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 15px 18px 0;
}

@media screen and (max-width: 500px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 br,
  .h4 br {
    display: none;
  }
}

.strong {
  font-weight: 700;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
.main {
  margin-top: 137px;
}

.content {
  padding: 20px 0;
  text-align: center;
}

.content .btn {
  margin: 0px 0 30px;
}

.content > .wrap > p {
  color: #97a3a9;
  font-size: 18px;
  line-height: 26px;
  margin: 20px auto;
  max-width: 890px;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .content > .wrap > p {
    font-size: 16px;
    line-height: 24px;
  }
  .content > .wrap > p br {
    display: none;
  }
}

.content--blue {
  background-color: #009fe3;
  padding: 40px 0;
  position: relative;
}

.content--formgray {
  background-color: #97a3a9;
  padding: 40px 0;
  position: relative;
}

.content--gray {
  background-color: #f0f0f0;
}

.content--darkgray {
  background-color: #7e898f;
  padding: 20px;
  margin-top: 1px;
}

.content--darkgray .heading {
  margin-bottom: 12px;
}

.content--darkgray .heading:after {
  height: 1px;
  background-color: #FFFFFF;
  margin-left: -20px;
  margin-right: -20px;
}

.content--darkgray .heading--v2:after {
  height: 2px;
  margin-left: -55px;
  margin-right: -55px;
  background-color: #bfc9ce;
}

.content--darkgray .title {
  font-size: 26px;
  color: #FFFFFF;
}

.content--darkgray h1,
.content--darkgray h2,
.content--darkgray h3 {
  color: #FFFFFF;
}

.content--darkgray > .wrap > p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  max-width: 100%;
  margin: 0;
}

/* ==========================================================================
   video-container YOUTUBE
   ========================================================================== */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
}

@media screen and (max-width: 500px) {
  .content--darkgray > .wrap > p {
    font-size: 16px;
    line-height: 24px;
  }
  .content--darkgray > .wrap > p br {
    display: none;
  }
}

.content--darkgray .btn {
  margin: 30px 0;
}

.content--cols2 {
  background-color: #97a3a9;
  position: relative;
}

@media screen and (max-width: 750px) {
  .content--cols2 {
    padding: 0;
  }
}

.content--cols2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: #009fe3;
}

@media screen and (max-width: 750px) {
  .content--cols2:before {
    display: none;
  }
}

.content--cols2 .blocs {
  margin: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .content--cols2 .blocs .bloc {
    padding: 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .content--cols2 .blocs .bloc:first-child {
    background-color: #009fe3;
  }
}

.content--cols2 .blocs .bloc:first-child .bloc-form {
  margin: 10px 90px 10px 10px;
}

.content--cols2 .blocs .bloc:last-child .bloc-form {
  margin: 10px 10px 10px 90px;
}

.content--cols2 .blocs .bloc:last-child .bloc-form--large {
  margin: 10px 0 10px 30px;
  max-width: 475px;
}

.content--cols2 .blocs .bloc:last-child .bloc-form--large > p {
  margin-left: 10px;
  margin-right: 15px;
}

.content--cols2 .blocs .bloc:last-child .bloc-form--large .btn {
  margin: 20px 0 0 10px !important;
}

@media screen and (max-width: 980px) {
  .content--cols2 .blocs .bloc:first-child .bloc-form,
  .content--cols2 .blocs .bloc:last-child .bloc-form {
    margin: 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .content--cols2 .blocs .bloc:first-child .bloc-form,
  .content--cols2 .blocs .bloc:last-child .bloc-form {
    margin: 10px auto;
    padding: 0 10px;
  }
}

.content--cols2--reverse {
  background-color: #009fe3;
}

.content--cols2--reverse:before {
  background-color: #97a3a9;
}

@media screen and (max-width: 750px) {
  .content--cols2--reverse .blocs .bloc:first-child {
    background-color: #97a3a9;
  }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed;
  z-index: 120;
  left: 0;
  right: 0;
  top: 0;
}

.header__top {
  height: 30px;
  background-color: #009fe3;
}

.header__top a {
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #19b6fa;
}

.header__top a:first-child {
  border-left: 1px solid #19b6fa;
}

.header__top a.active,
.header__top a:hover {
  color: #71d4ff;
}

@media screen and (max-width: 528px) {
  .header__top a {
    padding: 0 8px;
  }
}

.header__top--left {
  float: left;
  font-weight: 700;
}

@media screen and (max-width: 990px) {
  .header__top--left a:first-child {
    border-left: none;
  }
}

.header__top--right {
  float: right;
}

@media screen and (max-width: 990px) {
  .header__top--right a:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 528px) {
  .header__top--right a:first-child {
    display: none;
  }
}

.header__content {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1010px) {
  .header__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .wrap {
  max-width: 990px;
}

.header.small .header__content {
  padding-top: 0;
  padding-bottom: 0;
}

.header.small .header__content .logo {
  margin: 10px 0;
}

.header.small .header__content .logo img {
  width: 100px;
  height: 47px;
}

.welcome-user {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #19b6fa;
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 528px) {
  .welcome-user {
    display: none;
  }
}

@media screen and (max-width: 528px) {
  .connect-user span {
    display: none;
  }
}

@media screen and (max-width: 528px) {
  .mail-top span {
    display: none;
  }
}

.choose-lang {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border-right: 1px solid #19b6fa;
  border-left: 1px solid #19b6fa;
  position: relative;
}

.choose-lang__active {
  display: block;
  cursor: pointer;
  width: 40px;
  text-align: center;
}

.choose-lang__list {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #009fe3;
  border-bottom: 1px solid #19b6fa;
  z-index: 1000;
}

.choose-lang__item a {
  border-top: 1px solid #19b6fa;
  width: 38px;
  padding: 0;
  text-align: center;
}

.choose-lang:hover .choose-lang__list {
  display: block;
  top: 30px;
}

.logo {
  float: left;
  margin: 0;
  -moz-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.logo img {
  width: 141px;
  height: 67px;
  display: block;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.header .btn {
  margin-top: 20px;
  margin-left: 20px;
  line-height: 27px;
  float: right;
}

@media screen and (max-width: 850px) {
  .header .btn {
    margin-top: 9px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 359px) {
  .header .btn {
    padding: 0 15px;
  }
  .header .btn span {
    display: none;
  }
  .header .btn i {
    margin: 0;
  }
}

.navigation-bar {
  float: right;
}

.navigation-bar > ul {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}

.navigation-bar > ul > li {
  float: left;
  position: relative;
  margin: 0 5px;
  -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li > a,
.navigation-bar > ul > li > span {
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  color: #474747;
  cursor: pointer;
}

@media screen and (max-width: 950px) {
  .navigation-bar > ul > li > a,
  .navigation-bar > ul > li > span {
    padding: 5px 4px;
  }
}

.navigation-bar > ul > li > a.active,
.navigation-bar > ul > li > span.active {
  color: #009fe3;
}

.navigation-bar > ul > li:hover > a,
.navigation-bar > ul > li:hover > span {
  color: #009fe3;
}

.navigation-bar > ul > li:hover .submenu {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.navigation-bar > ul > li:hover .submenu__item {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.navigation-bar > ul > li:hover .submenu__item:nth-child(1) {
  -moz-transition: 0.4s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.05s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.05s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.05s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.05s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li:hover .submenu__item:nth-child(2) {
  -moz-transition: 0.4s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.1s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.1s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.1s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.1s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li:hover .submenu__item:nth-child(3) {
  -moz-transition: 0.4s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.15s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.15s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.15s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.15s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li:hover .submenu__item:nth-child(4) {
  -moz-transition: 0.4s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.2s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.2s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.2s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.2s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li:hover .submenu__item:nth-child(5) {
  -moz-transition: 0.4s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.25s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.25s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.25s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.4s opacity 0.25s ease-in-out, background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-bar > ul > li.sub-parent:hover {
  background-color: #009fe3;
}

.navigation-bar > ul > li.sub-parent:hover > a,
.navigation-bar > ul > li.sub-parent:hover > span {
  color: #FFFFFF;
}

.submenu {
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #009fe3;
  height: 0;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  opacity: 0;
}

.submenu ul {
  padding-top: 10px;
}

.submenu__item {
  width: 260px;
  height: 42px;
  margin-bottom: 5px;
  opacity: 0;
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.submenu__item > a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 18px;
}

.submenu__item--text {
  height: auto;
  margin-bottom: 0;
}

.submenu__item--img {
  display: block;
  width: 68px;
  height: 42px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.submenu__item--empty {
  display: block;
  width: 68px;
  height: 42px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #19b6fa;
}

.submenu__item--line1 {
  display: block;
  color: #71d4ff;
  font-size: 15px;
}

.submenu__item--line2 {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.submenu__item:hover {
  background-color: #19b6fa;
}

.submenu__item:hover .sub-submenu {
  width: 210px;
}

.submenu__item:hover .sub-submenu ul li {
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.submenu__item:hover .sub-submenu ul li:nth-child(1) {
  -moz-transition: 0.5s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.05s ease-in-out;
  -o-transition: 0.5s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.05s ease-in-out;
  -webkit-transition: 0.5s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.05s ease-in-out;
  transition: 0.5s transform 0.05s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.05s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(2) {
  -moz-transition: 0.5s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.1s ease-in-out;
  -o-transition: 0.5s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.1s ease-in-out;
  -webkit-transition: 0.5s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.1s ease-in-out;
  transition: 0.5s transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.1s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(3) {
  -moz-transition: 0.5s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.15s ease-in-out;
  -o-transition: 0.5s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.15s ease-in-out;
  -webkit-transition: 0.5s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.15s ease-in-out;
  transition: 0.5s transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.15s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(4) {
  -moz-transition: 0.5s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.2s ease-in-out;
  -o-transition: 0.5s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.2s ease-in-out;
  -webkit-transition: 0.5s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.2s ease-in-out;
  transition: 0.5s transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.2s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(5) {
  -moz-transition: 0.5s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.25s ease-in-out;
  -o-transition: 0.5s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.25s ease-in-out;
  -webkit-transition: 0.5s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.25s ease-in-out;
  transition: 0.5s transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.25s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(6) {
  -moz-transition: 0.5s transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.3s ease-in-out;
  -o-transition: 0.5s transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.3s ease-in-out;
  -webkit-transition: 0.5s transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.3s ease-in-out;
  transition: 0.5s transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.3s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(7) {
  -moz-transition: 0.5s transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.35s ease-in-out;
  -o-transition: 0.5s transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.35s ease-in-out;
  -webkit-transition: 0.5s transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.35s ease-in-out;
  transition: 0.5s transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.35s ease-in-out;
}

.submenu__item:hover .sub-submenu ul li:nth-child(8) {
  -moz-transition: 0.5s transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.4s ease-in-out;
  -o-transition: 0.5s transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.4s ease-in-out;
  -webkit-transition: 0.5s transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.4s ease-in-out;
  transition: 0.5s transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), 0.5s opacity 0.4s ease-in-out;
}

.submenu__item.active {
  background-color: #19b6fa;
}

.submenu__text {
  display: block;
  margin: 10px 10px 0px;
  padding-bottom: 8px;
  padding-top: 4px;
  border-top: 1px solid #19b6fa;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-decoration: none;
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.sub-submenu {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 260px;
  -moz-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0;
  background-color: #19b6fa;
  overflow: hidden;
}

.sub-submenu ul {
  padding: 15px 20px;
}

.sub-submenu ul li {
  opacity: 0;
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.sub-submenu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 25px;
}

.sub-submenu ul li a:hover,
.sub-submenu ul li a.active {
  color: #0079ac;
}

@media screen and (max-width: 850px) {
  .header,
  .header.small {
    position: relative;
  }
  .header .header__content,
  .header.small .header__content {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .header__content .logo,
  .header.small .header__content .logo {
    margin: 0;
  }
  .header .header__content .logo img,
  .header.small .header__content .logo img {
    width: 100px;
    height: 47px;
  }
  .main {
    margin-top: 0;
  }
  #nav-icon {
    padding: 10px;
    background-color: #FFFFFF;
    width: 25px;
    height: 24px;
    position: absolute;
    top: 51px;
    right: 10px;
    cursor: pointer;
  }
  .nav-icon {
    width: 25px;
    height: 30px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #009fe3;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav-icon span:nth-child(1) {
    top: 0;
    transform-origin: left center;
  }
  .nav-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
  }
  .nav-icon span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
  }
  .nav-icon.open span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 2px;
  }
  .nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .nav-icon.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 2px;
  }
  .android .nav-icon.open span:nth-child(1) {
    top: 9px;
  }
  .android .nav-icon.open span:nth-child(3) {
    top: 9px;
  }
  .navigation-bar {
    display: none;
    float: none;
  }
  .open .header__content {
    padding-bottom: 0 !important;
  }
  .open .navigation-bar {
    display: block;
    padding-top: 67px;
  }
  .open .navigation-bar > ul {
    margin-top: 0;
  }
  .open .navigation-bar > ul > li {
    float: none;
    border-top: 1px solid #f0f0f0;
    margin: 0;
  }
  .open .navigation-bar > ul > li > a,
  .open .navigation-bar > ul > li > span {
    padding: 0 10px;
    line-height: 45px;
    text-align: center;
    color: #474747;
  }
  .open .navigation-bar > ul > li > a.active,
  .open .navigation-bar > ul > li > a:hover,
  .open .navigation-bar > ul > li > span.active,
  .open .navigation-bar > ul > li > span:hover {
    color: #009fe3;
    background-color: none;
  }
  .open .navigation-bar > ul > li.sub-parent:hover {
    background-color: #FFFFFF;
    color: #474747;
  }
  .open .navigation-bar > ul > li.sub-parent:hover > a,
  .open .navigation-bar > ul > li.sub-parent:hover > span {
    color: #009fe3;
  }
  .submenu {
    position: relative;
    top: 0;
    background-color: #009fe3;
    height: auto;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
    opacity: 1;
    display: none;
  }
  .submenu.show {
    display: block;
  }
  .submenu ul {
    padding-top: 0;
  }
  .submenu__item {
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #19b6fa;
    text-align: center;
  }
  .submenu__item > a {
    padding: 2px 0;
  }
  .submenu__item--img,
  .submenu__item--empty {
    display: none;
  }
  .submenu__text {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    line-height: 41px;
    text-decoration: none;
    -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .submenu__text:hover {
    color: #FFFFFF;
    background-color: #19b6fa;
  }
  .sub-submenu {
    display: none;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #FFFFFF;
  text-align: center;
  padding: 15px 20px 45px;
}

.footer p {
  font-size: 14px;
  line-height: 20px;
  color: #97a3a9;
}

.footer p a {
  color: #97a3a9;
  text-decoration: none;
  border-bottom: 1px solid #97a3a9;
}

.footer p a:hover {
  color: #bfc9ce;
  border-bottom: 1px solid #bfc9ce;
}

.footer p span {
  display: inline-block;
  margin: 0 5px;
}

/* ==========================================================================
   NEED HELP 
   ========================================================================== */
.wrap-need-help {
  background: url(../images/contact_perso.png) no-repeat 5% top;
  background-size: 157px 157px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .wrap-need-help {
    background-image: url(../images/contact_perso@2x.png);
  }
}

@media screen and (max-width: 850px) {
  .wrap-need-help {
    background: none;
  }
}

.wrap-need-help .content-need-help {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .wrap-need-help .content-need-help {
    width: 100%;
  }
}

.wrap-need-help .content-need-help > p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  max-width: 100%;
  margin: 0;
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.breadcrumb {
  padding: 4px 0;
  font-weight: 600;
}

.breadcrumb ul {
  margin: 0 10px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #97a3a9;
}

.breadcrumb ul li a {
  text-decoration: none;
}

.breadcrumb ul li a:hover {
  color: #97a3a9;
}

.breadcrumb ul li:after {
  content: "/";
  padding: 0 0 0 4px;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

/* ==========================================================================
   INPUT
   ========================================================================== */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: "ProximaNova";
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
  outline: none;
}

textarea {
  min-height: 148px;
  padding: 12px;
  line-height: 22px;
  margin-top: 0;
  background-color: #89959B;
  color: #FFFFFF;
}

textarea:focus {
  background-color: #839096;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

::-webkit-input-placeholder {
  color: #bfc9ce;
}

:-moz-placeholder {
  color: #bfc9ce;
}

::-moz-placeholder {
  color: #bfc9ce;
}

:-ms-input-placeholder {
  color: #bfc9ce;
}

.bloc-form--color1 ::-webkit-input-placeholder {
  color: #0eb3f9;
}

.bloc-form--color1 :-moz-placeholder {
  color: #0eb3f9;
}

.bloc-form--color1 ::-moz-placeholder {
  color: #0eb3f9;
}

.bloc-form--color1 :-ms-input-placeholder {
  color: #0eb3f9;
}

body p.error > label {
  color: #e9c564;
}

body p.error input,
body p.error textarea,
body p.error .SumoSelect > .CaptionCont {
  background-color: #e9c564;
}

body input.error {
  background-color: #e9c564;
}

body p.error-message, body p.error-message-on-gray {
  font-size: 14px;
  line-height: 24px;
  text-indent: 10px;
  margin: 10px auto 0;
  text-align: left;
  font-weight: 700;
}

body p.success-message, body p.success-message-on-gray {
  font-size: 15px;
  line-height: 24px;
  text-indent: 10px;
  margin: 10px auto 0;
  text-align: left;
  font-weight: 700;
}

body p.error-message {
  color: #e9c564;
}

body p.success-message {
  color: #ffffff;
}

body p.error-message-on-gray {
  color: #e38e06;
}

body p.success-message-on-gray {
  color: #373737;
}

@media screen and (max-width: 440px) {
  body #subscribe-form p.success-message,
  body #subscribe-form p.error-message,
  body #subscribe-form p.success-message-on-gray,
  body #subscribe-form p.error-message-on-gray {
    margin: 10px 20px 0;
  }
}

.bloc-form .lost-password {
  text-align: right;
  line-height: 16px;
  margin: -5px 0 0;
}

.bloc-form .lost-password a {
  color: #FFFFFF;
  font-size: 14px;
}

.bloc-form .lost-password a:hover {
  color: #bfc9ce;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1000px) {
  .btn-close {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .btn-close {
    right: 20px;
  }
}

.btn-close:hover {
  opacity: 0.5;
}

.form-line {
  width: 50%;
  float: left;
  text-align: left;
  color: #FFFFFF;
}

.form-line--100 {
  width: 100%;
}

.form-line--100 .form-line__content {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .form-line--100 .form-line__content {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .form-line {
    width: 100%;
    float: none;
  }
}

.form-line__content {
  max-width: 440px;
}

@media screen and (max-width: 750px) {
  .form-line__content {
    margin: auto;
    padding: 0 10px;
  }
}

.form-line__content > p {
  width: 100%;
  padding: 0 10px;
  line-height: 15px !important;
  box-sizing: border-box;
}

.form-line__content > p.col25 {
  width: 25%;
  float: left;
}

.form-line__content > p.col50 {
  width: 50%;
  float: left;
}

.form-line__content > p.col35 {
  width: 35%;
  float: left;
}

.form-line__content > p.col65 {
  width: 65%;
  float: left;
}

.form-line__content > p.col75 {
  width: 75%;
  float: left;
}

.form-line__content > p > label {
  margin-bottom: 5px;
  line-height: 15px;
  display: inline-block;
}

.BackdropSelect {
  display: none !important;
}

#login-form,
#subscribe-form,
#bloc-lost-password {
  display: none;
}

#login-form.open,
#subscribe-form.open,
#bloc-lost-password.open {
  display: block;
}

#bloc-login {
  display: block;
}

#bloc-login.hide {
  display: none;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  margin-top: 10px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #0089c4;
  border-radius: 3px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 0.8;
  background-image: url(../images/icon-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* ==========================================================================
   SPRITES & RETINA DISPLAY
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .icon {
    background-image: url(../images/icons@2x.png);
  }
}

/* ==========================================================================
   SLIDER & BANNER
   ========================================================================== */
.slider {
  overflow: hidden;
}

.banner {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .banner {
    height: 180px;
  }
}

/* ==========================================================================
   FILTERS
   ========================================================================== */
.filters {
  margin-bottom: 20px;
}

.filters > p {
  color: #97a3a9;
  margin: 20px 10px 10px;
  font-size: 16px;
}

.filters ul {
  margin: 15px 10px;
}

.filters__item {
  display: inline-block;
  margin: 5px 3px;
}

.filters__item a {
  display: block;
}

.filters__item--img {
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 900px) {
  .filters__item--img {
    display: none;
  }
}

.filters__item--img img {
  width: 93px;
  height: 55px;
  display: inline-block;
}

.filters__item--title {
  display: inline-block;
  background-color: #009fe3;
  color: #FFFFFF;
  line-height: 25px;
  padding: 0 12px;
  text-transform: uppercase;
  border-radius: 13px;
  letter-spacing: 0.5px;
  -moz-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 900px) {
  .filters__item--title {
    padding: 0 10px;
    font-size: 14px;
  }
}

.filters__item--cat1:hover .filters__item--title,
.filters__item--cat1 > .active .filters__item--title {
  background-color: #ffed00;
  color: #8c8200;
}

.filters__item--cat2:hover .filters__item--title,
.filters__item--cat2 > .active .filters__item--title {
  background-color: #f7a600;
  color: #885b00;
}

.filters__item--cat3:hover .filters__item--title,
.filters__item--cat3 > .active .filters__item--title {
  background-color: #b3dbcd;
  color: #60756e;
}

.filters__item--cat4:hover .filters__item--title,
.filters__item--cat4 > .active .filters__item--title {
  background-color: #009fe3;
  color: #8cddff;
}

.filters__item--cat5:hover .filters__item--title,
.filters__item--cat5 > .active .filters__item--title {
  background-color: #0069b4;
  color: #89ceff;
}

.filters__item--cat6:hover .filters__item--title,
.filters__item--cat6 > .active .filters__item--title {
  background-color: #e30613;
  color: #ffc3c7;
}

.filters__item--cat7:hover .filters__item--title,
.filters__item--cat7 > .active .filters__item--title {
  background-color: #85898A;
  color: #464849;
}

/* ==========================================================================
   BLOCS
   ========================================================================== */
.blocs {
  text-align: left;
  margin: 10px 0;
}

.blocs--large .bloc {
  width: 50%;
  float: left;
}

@media screen and (max-width: 750px) {
  .blocs--large .bloc {
    width: 100%;
  }
}

.blocs--medium .bloc {
  width: 33.333333%;
  float: left;
}

@media screen and (max-width: 850px) {
  .blocs--medium .bloc {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .blocs--medium .bloc {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .blocs--advice .bloc {
    width: 100%;
  }
}

.blocs--full {
  margin: 0;
}

.blocs--full .bloc {
  width: 100%;
}

.blocs--full .bloc__parag {
  margin: 5px 10px 20px;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 22px;
}

/* BLOC JOB */
.bloc-job {
  display: block;
  margin: 10px;
  text-decoration: none;
}

@media screen and (max-width: 550px) {
  .bloc-job {
    margin: 5px 10px;
  }
}

.bloc-job__content {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.bloc-job__content--img {
  display: block;
  width: 100%;
  -moz-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.bloc-job__content--text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 12px;
}

.bloc-job__content--line1 {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  margin: 6px 0 0 20px;
}

.bloc-job__content--line2 {
  display: inline-block;
  background-color: #FFFFFF;
  color: #009fe3;
  padding: 3px 10px 2px;
  border-radius: 5px;
  margin: 4px 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}

.bloc-job__content--line2:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -21px;
  width: 80px;
  height: 1px;
  background-color: #FFFFFF;
}

.bloc-job__content--btn {
  display: block;
  margin: 40px 0 0 20px;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
}

.bloc-job__content--btn .icon--more {
  margin: 8px;
}

.bloc-job__description {
  color: #97a3a9;
  display: block;
  padding: 5px 0;
  line-height: 20px;
  font-weight: 600;
}

.bloc-job--empty .bloc-job__content {
  padding-bottom: 48%;
  background-color: #97a3a9;
  -moz-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.bloc-job--empty:hover .bloc-job__content {
  background-color: #009fe3;
}

.bloc-job:hover .bloc-job__content--img {
  opacity: 0.7;
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blocs--medium .bloc-job__content--line2 {
  font-size: 22px;
  line-height: 22px;
}

.blocs--medium .bloc-job__content--line2:after {
  bottom: -16px;
}

.blocs--medium .bloc-job__content--btn {
  margin: 27px 0 0 20px;
}

/* BLOC PRODUCT */
.bloc-product {
  margin: 10px 10px 10px 18px;
  background-color: #FFFFFF;
}

.bloc-product__img {
  display: block;
  text-align: center;
}

.bloc-product__img img {
  display: block;
  width: 100%;
}

.bloc-product__img--small {
  border-bottom: 2px solid #f0f0f0;
}

.bloc-product__img--small img {
  width: auto;
  display: inline-block;
}

.bloc-product__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
  height: 160px;
  text-align: left;
}

.bloc-product__content--title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}

.bloc-product__content--title a {
  color: #7e7e7e;
  text-decoration: none;
}

.bloc-product__content--title a:hover {
  color: #373737;
}

.bloc-product__content--title span {
  display: block;
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
}

.bloc-product__content p {
  margin: 14px 0 18px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.bloc-product__content p a {
  color: #7e7e7e;
  text-decoration: none;
}

.bloc-product__content p a:hover {
  color: #373737;
}

.bloc-product__content:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 47px;
  background-color: #009fe3;
}

.bloc-product--cat1 .bloc-product__content:before {
  background-color: #ffed00;
}

.bloc-product--cat2 .bloc-product__content:before {
  background-color: #f7a600;
}

.bloc-product--cat3 .bloc-product__content:before {
  background-color: #b3dbcd;
}

.bloc-product--cat4 .bloc-product__content:before {
  background-color: #009fe3;
}

.bloc-product--cat5 .bloc-product__content:before {
  background-color: #0069b4;
}

.bloc-product--cat6 .bloc-product__content:before {
  background-color: #e30613;
}

.bloc-product--cat7 .bloc-product__content:before {
  background-color: #85898A;
}

/* BLOC PRODUCT CATEGORY  */
.bloc-product-category {
  margin: 10px 10px 10px 18px;
  background-color: #FFFFFF;
}

.bloc-product-category__img {
  display: block;
  text-align: center;
}

.bloc-product-category__img img {
  display: block;
  width: 100%;
}

.bloc-product-category__img--small {
  border-bottom: 2px solid #f0f0f0;
}

.bloc-product-category__img--small img {
  width: auto;
  display: inline-block;
}

.bloc-product-category__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
  height: 135px;
  text-align: left;
}

.bloc-product-category__content h3 {
  margin-top: 10px;
}

.bloc-product-category__content h3 a {
  color: #7e7e7e;
  text-decoration: none;
}

.bloc-product-category__content h3 a:hover {
  color: #373737;
}

.bloc-product-category__content h3 span {
  display: block;
  padding-left: 80px;
}

.bloc-product-category__content--title {
  font-size: 18px !important;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}

.bloc-product-category__content--topic {
  font-size: 15px;
  line-height: 22px;
  padding-top: 10px;
  /*color: $color7 !important;*/
}

.bloc-product-category__content p {
  /*margin: 28px 0 18px;
			font-size: 15px;
			line-height: 22px;
			text-align: left;
			a {
				color: $color7;
				text-decoration: none;
				&:hover {
					color: $color8;
				}
			}*/
}

.bloc-product-category__content:before {
  content: "";
  position: absolute;
  /*left: -8px;
			top: 0;
			width: 8px;
			height: 47px;
			background-color: $color1;*/
  left: 20px;
  top: 30px;
  width: 64px;
  height: 64px;
  background-image: url(../images/sprites_icones_gamme.png);
  background-size: 256px 128px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .bloc-product-category__content:before {
    background-image: url(../images/sprites_icones_gamme@2x.png);
  }
}

.bloc-product-category--cat1 .bloc-product-category__content:before {
  background-position: 0 0;
}

.bloc-product-category--cat2 .bloc-product-category__content:before {
  background-position: -64px 0;
}

.bloc-product-category--cat3 .bloc-product-category__content:before {
  background-position: -128px 0;
}

.bloc-product-category--cat4 .bloc-product-category__content:before {
  background-position: 0 -64px;
}

.bloc-product-category--cat5 .bloc-product-category__content:before {
  background-position: -64px -64px;
}

.bloc-product-category--cat6 .bloc-product-category__content:before {
  background-position: -128px -64px;
}

.bloc-product-category--cat7 .bloc-product-category__content:before {
  background-position: -192px 0;
}

.link {
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
}

.link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #009fe3;
  -moz-transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #7e7e7e;
  -moz-transition: 0.4s right 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s right 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.4s right 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s right 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:hover:before {
  left: 100%;
}

.link:hover:after {
  right: 0;
}

/* BLOC TEXT */
.bloc-text {
  margin: 10px;
}

@media screen and (max-width: 850px) {
  .bloc-text {
    margin: 10px 20px;
  }
}

.bloc-text__img {
  float: left;
  width: 200px;
}

@media screen and (max-width: 460px) {
  .bloc-text__img {
    float: none;
  }
}

.bloc-text__content {
  margin-left: 220px;
}

@media screen and (max-width: 460px) {
  .bloc-text__content {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.bloc-text__content h3 {
  font-size: 18px;
  line-height: 18px;
}

.bloc-text__content h3 a {
  color: #373737;
  text-decoration: none;
}

.bloc-text__content h3 a:hover {
  color: #7e7e7e;
}

.bloc-text__content p {
  margin: 18px 0;
  font-size: 15px;
  line-height: 22px;
}

.bloc-text__content p a {
  color: #7e7e7e;
  text-decoration: none;
}

/* BLOC CONSEIL */
.bloc-advice {
  margin: 10px;
}

@media screen and (max-width: 750px) {
  .bloc-advice {
    margin: 10px 20px;
  }
}

.bloc-advice h2 {
  color: #373737;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

.bloc-advice ul {
  line-height: 20px;
  margin-bottom: 25px;
}

.bloc-advice ul li {
  margin: 10px 0;
}

/* BLOC FORM */
.content--gray .bloc-form .title {
  font-size: 26px;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 10px;
}

.content--gray .bloc-form .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #19b6fa;
}

.title2 {
  font-size: 26px;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 10px;
}

.title2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #19b6fa;
}

.bloc-form {
  max-width: 420px;
  margin: 10px;
  color: #FFFFFF;
}

.bloc-form .title {
  margin-left: 0px;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 10px;
  text-align: left;
}

.bloc-form .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #19b6fa;
}

.bloc-form p {
  font-size: 15px;
  line-height: 22px;
}

.bloc-form p.form__or {
  position: absolute;
  top: 27px;
  left: calc(50% - 47px);
  font-size: 20px;
  text-transform: uppercase;
  color: #9daab0;
  font-weight: 600;
}

@media screen and (max-width: 990px) {
  .bloc-form p.form__or {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .bloc-form p.form__or {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    max-width: 420px;
    margin: 0 auto 10px;
    padding: 0 20px;
  }
}

.bloc-form > .btn {
  margin-top: 25px;
}

.bloc-form .form,
.bloc-form form {
  position: relative;
  margin: 20px 0;
}

.bloc-form .form .btn,
.bloc-form form .btn {
  margin: 20px 0 0;
}

.bloc-form .search {
  margin: 10px;
}

.bloc-form #search {
  background-color: #FFFFFF;
  color: #97a3a9;
}

.bloc-form--full {
  max-width: 100%;
  color: #009fe3;
  margin: 0;
}

.bloc-form--full .title {
  margin: 0 10px;
}

.bloc-form--color1 .title:after {
  background-color: #32c2ff;
}

.bloc-form--color1 input, .bloc-form--color1 textarea {
  background-color: #0089c4;
  color: #FFFFFF;
}

.bloc-form--color1 input:focus,
.bloc-form--color1 input:active, .bloc-form--color1 textarea:focus,
.bloc-form--color1 textarea:active {
  background-color: #0082ba;
  color: #FFFFFF;
}

.bloc-form--color1 .btn {
  background-color: #FFFFFF;
  color: #009fe3;
}

.bloc-form--color1 .btn:hover {
  background-color: #19b6fa;
  color: #FFFFFF;
}

.bloc-form--color2 .title:after {
  background-color: #bfc9ce;
}

.bloc-form--color2 input, .bloc-form--color2 textarea {
  background-color: #89959b;
  color: #FFFFFF;
}

.bloc-form--color2 input:focus,
.bloc-form--color2 input:active, .bloc-form--color2 textarea:focus,
.bloc-form--color2 textarea:active {
  background-color: #839096;
  color: #FFFFFF;
}

.bloc-form--color2 .btn {
  background-color: #FFFFFF;
  color: #a0aeb4;
}

.bloc-form--color2 .btn:hover {
  background-color: #bfc9ce;
  color: #FFFFFF;
}

.bloc-form--color2 .SumoSelect > .CaptionCont {
  background-color: #89959B;
}

.bloc-form--color2 .SumoSelect > .optWrapper > .options > li {
  background-color: #89959B;
  border-color: #97a3a9;
}

.bloc-form--color2 .SumoSelect > .optWrapper > .options > li label {
  color: #FFFFFF;
}

.bloc-form--color3 {
  margin-top: 2px;
}

.bloc-form--color3 .title:after {
  background-color: #009fe3;
}

.bloc-form--color3 label {
  color: #373737;
}

.bloc-form--color3 input {
  background-color: #009fe3;
  color: #FFFFFF;
}

.bloc-form--color3 input:focus,
.bloc-form--color3 input:active {
  background-color: #0098d9;
  color: #FFFFFF;
}

.bloc-form--color3 .btn {
  background-color: #009fe3;
  color: #FFFFFF;
}

.bloc-form--color3 .btn:hover {
  background-color: #19b6fa;
  color: #FFFFFF;
}

.bloc-form--color3 .SumoSelect > .CaptionCont {
  background-color: #009fe3;
}

.bloc-form--color3 .SumoSelect > .optWrapper > .options > li {
  background-color: #009fe3;
}

.bloc-form--color3 .SumoSelect > .optWrapper > .options > li label {
  color: #FFFFFF;
}

.bloc-form--color4 {
  margin-top: 2px;
}

.bloc-form--color4 .title:after {
  background-color: #009fe3;
}

.bloc-form--color4 label {
  color: #373737;
}

.bloc-form--color4 input {
  background-color: #f5f5f5;
  color: #7e7e7e;
}

.bloc-form--color4 input:focus,
.bloc-form--color4 input:active {
  background-color: #f0f0f0;
  color: #7e7e7e;
}

.bloc-form--color4 input::-webkit-input-placeholder {
  color: #7e7e7e;
}

.bloc-form--color4 input::-moz-placeholder {
  color: #7e7e7e;
}

.bloc-form--color4 input:-ms-input-placeholder {
  color: #7e7e7e;
}

.bloc-form--color4 .btn {
  background-color: #009fe3;
  color: #FFFFFF;
}

.bloc-form--color4 .btn:hover {
  background-color: #19b6fa;
  color: #FFFFFF;
}

.bloc-form--color4 .SumoSelect > .CaptionCont {
  background-color: #009fe3;
}

.bloc-form--color4 .SumoSelect > .optWrapper > .options > li {
  background-color: #009fe3;
}

.bloc-form--color4 .SumoSelect > .optWrapper > .options > li label {
  color: #FFFFFF;
}

.bloc-form--labelSelect .SumoSelect > .CaptionCont {
  margin: 0;
}

.bloc-form--labelSelect .SumoSelect > .optWrapper.open {
  top: 40px;
}

p.gprdtxt{
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

p.gprdtxtsub{
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

p.gprdtxtsubgrey{
  color: #7e7e7e;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

/* PRODUCT */
.logo-food {
  height: 20px;
}

.logo-food-contact {
  position: absolute;
  top: 10px;
  right: 20px;
}

.product {
  text-align: left;
  margin: 25px 10px;
}

.product__thumb {
  width: 100%;
  max-width: 310px;
  position: relative;
  float: left;
  padding-left: 8px;
  padding-right: 30px;
}

@media screen and (max-width: 850px) {
  .product__thumb {
    float: none;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .product__thumb {
    width: 240px;
  }
}

.product__thumb--full {
  padding: 0;
}

@media screen and (max-width: 400px) {
  .product__thumb--full {
    width: auto;
  }
}

.product__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 47px;
}

.product__thumb--img {
  background-color: #FFFFFF;
  text-align: center;
  height: 360px;
  line-height: 360px;
}

@media screen and (max-width: 400px) {
  .product__thumb--img {
    height: 260px;
    line-height: 260px;
    padding: 20px;
  }
}

.product__thumb--img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 340px;
}

.product__thumb--img2 {
  background-color: #FFFFFF;
  text-align: center;
}

.product__thumb--img2 img {
  display: block;
  width: 100%;
}

.product__thumb--rounds {
  position: absolute;
  top: 20px;
  right: 0px;
}

.product__thumb--links {
  padding-top: 10px;
}

@media screen and (max-width: 400px) {
  .product__thumb--links {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
  }
}

.product__thumb--links p {
  margin: 10px 0;
  font-size: 14px;
}

.product__description {
  margin-left: 378px;
  background-color: #FFFFFF;
  border-top-width: 8px;
  border-top-style: solid;
  border-color: #FFFFFF;
  position: relative;
}

@media screen and (max-width: 850px) {
  .product__description {
    margin: 25px 10px 0;
  }
}

.product__description--main {
  padding: 25px 40px;
}

@media screen and (max-width: 350px) {
  .product__description--main {
    padding: 20px;
  }
}

.product__description--main h1 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin: 0;
  line-height: 24px;
}

.product__description--main h2 {
  font-size: 18px;
  color: #373737;
  line-height: 24px;
}

.product__description--main p {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  margin: 20px 0;
}

.product__description--main .title {
  text-transform: uppercase;
  color: #373737;
  font-weight: 700;
}

.product__description--main ul {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  list-style-type: disc;
  margin-left: 20px;
}

.product__description--main ul li {
  margin: 20px 0;
}

.product__description--full {
  padding: 25px 40px;
}

@media screen and (max-width: 350px) {
  .product__description--full {
    padding: 20px;
  }
}

.product__description--full h2 {
  font-size: 18px;
  color: #373737;
  line-height: 24px;
  font-weight: 700;
}

.product__description--full h3 {
  font-size: 15px;
  color: #373737;
  line-height: 24px;
  font-weight: 700;
}

.product__description--full p {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  margin: 20px 0;
}

.product__description--full ul {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  list-style-type: disc;
  margin-left: 20px;
}

.product__description--full ul li {
  margin: 20px 0;
}

.product__description--infos {
  padding: 20px 40px;
  background-color: #97a3a9;
  color: #FFFFFF;
}

@media screen and (max-width: 350px) {
  .product__description--infos {
    padding: 20px;
  }
}

.product__description--infos p {
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0;
}

.product__description--infos ul {
  font-size: 15px;
  line-height: 22px;
  list-style-type: disc;
  margin-left: 20px;
}

.product__description--infos ul li {
  margin: 14px 0;
}

.product--cat1 .product__description {
  border-top-color: #ffed00;
}

.product--cat1 .product__thumb:before, .product--cat1 .round {
  background-color: #ffed00;
}

.product--cat2 .product__description {
  border-top-color: #f7a600;
}

.product--cat2 .product__thumb:before, .product--cat2 .round {
  background-color: #f7a600;
}

.product--cat3 .product__description {
  border-top-color: #b3dbcd;
}

.product--cat3 .product__thumb:before, .product--cat3 .round {
  background-color: #b3dbcd;
}

.product--cat4 .product__description {
  border-top-color: #009fe3;
}

.product--cat4 .product__thumb:before, .product--cat4 .round {
  background-color: #009fe3;
}

.product--cat5 .product__description {
  border-top-color: #0069b4;
}

.product--cat5 .product__thumb:before, .product--cat5 .round {
  background-color: #0069b4;
}

.product--cat6 .product__description {
  border-top-color: #e30613;
}

.product--cat6 .product__thumb:before, .product--cat6 .round {
  background-color: #e30613;
}

.product--cat7 .product__thumb:before, .product--cat7 .round {
  background-color: #85898A;
}

.round {
  width: 60px;
  height: 60px;
  line-height: 55px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.round__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.round__N {
  font-size: 15px;
}

.round--first {
  font-size: 22px;
}

.round--second {
  font-size: 18px;
}

/* BLOC USER */
.bloc-user {
  border: 2px solid #009fe3;
  max-width: 786px;
  margin: 25px auto 20px;
  padding: 20px 20px 25px;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
}

@media screen and (max-width: 806px) {
  .bloc-user {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.bloc-user__title {
  font-size: 18px;
  color: #373737;
  margin-bottom: 0;
}

.bloc-user strong {
  color: #373737;
  font-weight: 600;
}

/* BLOC COMMAND */
.bloc-command {
  text-align: left;
  margin: 20px 10px;
}

.bloc-command__img {
  max-width: 310px;
  float: left;
}

.bloc-command__img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .bloc-command__img {
    float: none;
  }
}

.bloc-command__content {
  margin-left: 350px;
}

@media screen and (max-width: 750px) {
  .bloc-command__content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.bloc-command__title {
  font-size: 18px;
  line-height: 20px;
  color: #373737;
  margin-bottom: 15px;
}

.bloc-command__text {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  margin-bottom: 25px;
}

.bloc-command__label {
  font-size: 15px;
  line-height: 16px;
  color: #373737;
  margin-bottom: 10px;
  display: inline-block;
}

.input-quantity__less,
.input-quantity__more {
  width: 25px;
  height: 30px;
  background-color: #009fe3;
  float: left;
  position: relative;
  cursor: pointer;
}

.input-quantity__less:after,
.input-quantity__more:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background-color: #FFFFFF;
}

.input-quantity__less {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.input-quantity__less.unactive {
  opacity: 0.5;
  cursor: default;
}

.input-quantity__more {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-quantity__more:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -1px;
  background-color: #FFFFFF;
}

.input-quantity input {
  float: left;
  width: 45px;
  height: 30px;
  border-radius: 0;
  text-align: center;
}

/* ==========================================================================
   CONSEILS
   ========================================================================== */
.search {
  max-width: 500px;
  margin: auto;
  position: relative;
  margin-top: 26px;
}

.search input {
  border-radius: 20px;
  color: #97a3a9;
  margin-bottom: 15px;
}

.search .icon {
  position: absolute;
  top: 11px;
  right: 18px;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-list {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 38px;
  margin-top: 25px;
}

.contact-list a {
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: top;
  -moz-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.contact-list a:hover {
  opacity: 0.5;
}

.contact-list .round {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  border-radius: 18px;
  margin-right: 15px;
}

.contact-list .round i {
  vertical-align: inherit;
  margin-top: 10px;
}

.contact-list li {
  margin-bottom: 20px;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.search-section .SumoSelect > .CaptionCont {
  margin-top: 6px;
  margin-bottom: 5px;
}

.search-section .SumoSelect > .optWrapper.open {
  top: 46px;
}

.content-page {
  background-color: #FFFFFF;
  padding: 35px 40px;
  max-width: 720px;
  margin: 25px auto;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .content-page {
    margin: 25px 10px;
  }
}

@media screen and (max-width: 350px) {
  .content-page {
    padding: 20px;
  }
}

.content-page h2 {
  font-size: 18px;
  color: #373737;
  line-height: 24px;
  font-weight: 700;
}

.content-page h3 {
  font-size: 15px;
  color: #373737;
  line-height: 24px;
  font-weight: 700;
}

.content-page p {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  margin: 20px 0;
}

.content-page ul {
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  list-style-type: disc;
  margin-left: 20px;
}

.content-page ul li {
  margin: 0.2em 0
}
 
.content-page table {
    font-size: 15px;
    line-height: 22px;
    color: #7e7e7e;
}

/** 
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
}

.master-slider, .master-slider * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;    
  background-color: #fff;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
  max-width: none;
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(../images/loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important;
}

.ms-grab-cursor {
  cursor: url("../images/grab.png"), move;
}

.ms-grabbing-cursor {
  cursor: url("../images/grabbing.png"), move;
}

.ms-ie .ms-grab-cursor {
  cursor: url("../images/grab.cur"), move;
}

.ms-ie .ms-grabbing-cursor {
  cursor: url("../images/grabbing.cur"), move;
}

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: white;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  min-height: 180px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  min-height: 180px;
}

.ms-slide > a {
  display: block;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  -moz-transform: translateZ(0.3px);
  -ms-transform: translateZ(0.3px);
  -o-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer {
  position: absolute;
}

.ms-slide .ms-slide-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 110;
  top: 0px;
}

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}

/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}

.ms-default-btn:hover {
  background-color: #0098D5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 110;
}

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}

.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}

.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 110;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 110;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(../images/video-close-btn.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
  -webkit-transform: translateZ(0.44px);
  -moz-transform: translateZ(0.44px);
  -ms-transform: translateZ(0.44px);
  -o-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}

.ms-thumb-list.ms-dir-h {
  width: 100%;
}

.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: white;
}

.ms-bullet {
  cursor: pointer;
  float: left;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

@media screen and (max-width: 528px) {
  .ms-bullets.ms-dir-h {
    bottom: 10px;
  }
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}

.ms-slide-info {
  position: absolute;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(../images/light-skin-1.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(../images/light-skin-1.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 40px;
  height: 50px;
  background-color: #FFFFFF;
  cursor: pointer;
  top: 50%;
  left: 0px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
  -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  background-color: #009fe3;
}

@media screen and (max-width: 528px) {
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev {
    display: none;
  }
}

.ms-skin-default .ms-nav-next:after,
.ms-skin-default .ms-nav-prev:after {
  content: "";
  position: absolute;
  background-image: url(../images/controls.png);
  background-size: 24px 40px;
  width: 12px;
  height: 20px;
  left: 14px;
  top: 15px;
  -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .ms-skin-default .ms-nav-next:after,
  .ms-skin-default .ms-nav-prev:after {
    background-image: url(../images/controls@2x.png);
  }
}

.ms-skin-default .ms-nav-next:after {
  background-position: -12px -20px;
}

.ms-skin-default .ms-nav-next:hover:after {
  background-position: -12px 0;
}

.ms-skin-default .ms-nav-prev:after {
  background-position: 0 -20px;
}

.ms-skin-default .ms-nav-prev:hover:after {
  background-position: 0 0;
}

.ms-skin-default .ms-nav-next {
  right: 0px;
  left: auto;
  background-position: -89px -103px;
}

.ms-skin-default .ms-bullet {
  width: 55px;
  height: 8px;
  margin: 0 1px !important;
  background-color: #FFFFFF;
  -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 528px) {
  .ms-skin-default .ms-bullet {
    width: 30px;
    height: 4px;
  }
}

.ms-skin-default .ms-bullet-selected {
  background-color: #009fe3;
}

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
  max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-skin-default .ms-video-btn,
  .ms-skin-default .ms-slide .ms-slide-vcbtn {
    background-image: url(../images/light-skin-1-retina.png);
    background-size: 152px 225px;
  }
}

/*
SUMOSELECT
*/
.SlectBox, .SlectBox {
  width: 200px;
  padding: 5px;
}

.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  width: 100%;
}

.SumoSelect > .CaptionCont {
  position: relative;
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  font-size: 14px;
  background-color: #0089c4;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .SumoSelect > .CaptionCont {
    margin-bottom: 10px;
  }
}

.SumoSelect.disabled > .CaptionCont {
  background-color: #F4F4F4;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
}

.SumoSelect > .optWrapper {
  top: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
}

.SumoSelect > .optWrapper.open {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0px;
  overflow: auto;
  max-height: 246px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
}

.SumoSelect > .optWrapper > .options > li {
  line-height: 20px;
  padding: 10px 10px;
  position: relative;
  display: block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  border-top: 1px solid #0082BA;
  background-color: #0089c4;
}

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #0082BA;
}

.SumoSelect > .optWrapper > .options > li label {
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options > li span {
  display: none;
}

/*
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 90%;
	bottom: 0px;
	margin: auto;
	max-height: 90%;
}
*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  display: none;
}

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple > .options > li span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.SumoSelect > .optWrapper.multiple > .options > li span i {
  background-image: url(../images/checkbox.png);
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
}

.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
  background-position: 0 -64px;
}

.SumoSelect.disabled {
  opacity: 0.7;
}

.SumoSelect.disabled > .CaptionCont > label {
  background-color: #F1F1F1;
}

body > .BackdropSelect {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}

/**
 * Select2
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #0089c4;
  border: 1px solid #0089c4;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  color: #FFFFFF;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  color: #FFFFFF;
  background-color: #009fe3;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field:focus {
  color: #FFFFFF;
  background-color: #009fe3;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #0089c4;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #0089c4;
  border: 1px solid #0089c4;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #FFFFFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0.5;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent;
  opacity: 0.5;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #0089c4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #FFFFFF;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #009fe3;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  color: #FFFFFF;
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  opacity: 0.5;
  color: #FFFFFF;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #FFFFFF;
  background-color: #0077ab;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0077ab;
  color: #FFFFFF;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #FFFFFF;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #0077ab;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #0089c4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #009fe3;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #0089c4;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #0089c4;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
 * Custom CSS
 */
/**
       * Fade-move animation for second dialog
       */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Styles for dialog window */
.white-popup {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

.white-popup h2 {
  margin-bottom: 20px;
}

.white-popup p {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #373737;
  margin-bottom: 15px;
}

.white-popup .content .errors {
  color: #b48a1a;
  border: 1px solid #e9c564;
  background-color: #f6e6bd;
  padding: 5px 10px;
}

.white-popup .content .success {
  color: #007600;
  border: 1px solid green;
  background-color: #e6ffe6;
  padding: 5px 10px;
}

.white-popup .content .hide {
  display: none;
}

.white-popup .content .right {
  text-align: right;
}

.white-popup .content .right small > a {
  font-size: 13px;
  text-decoration: none;
}

.white-popup .content__login h2 {
  text-align: left;
}

.white-popup .content__login p {
  text-align: left;
}

.white-popup .content__password {
  display: none;
}

.white-popup .content__password h2 {
  text-align: left;
}

.white-popup .content__password p {
  text-align: left;
}


/* ==========================================================================
   Legal pages
   ========================================================================== */
#contentLegal tr, #contentLegal td {
    border: 1px solid #48585f;
    padding: 10px;
}




/* ==========================================================================
   FORM Add Friend
   ========================================================================== */
.bloc_form_full .blocs--large .bloc  {
	width: 70%;
    float: none;
    margin: 0 auto;
}
@media screen and (max-width: 990px) {
	.bloc_form_full .blocs--large .bloc  {
		width: 90%;
	}
}
.main .bloc_form_full  {
  	background-color: #97a3a9;
}

.main .bloc_form_full:before {
    content: "";
    position: inherit;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background-color: #97a3a9;
}
.bloc_form_full {
	margin: 0;
	color: #FFFFFF;
}
.bloc_form_full .title {
    font-size: 26px;
    position: relative;
    padding-bottom: 0.2em;
    text-align: center;
    margin-bottom: 0.5em;
}
.bloc_form_full .title:after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #bfc9ce;
}
.bloc_form_full .form-line__content {
    max-width: none;
}

.bloc_form_full .bloc_form_full_intro {
	margin: 0 0 30px 0;
}
@media screen and (max-width: 750px){
	.content--cols2 .blocs .bloc:first-child {
		background-color: #97a3a9;
	}
}



