/* ==========================================================================
   creaxial.net - part of strategie
   Responsive digital agency
   Handcrafted in Belgium
   ========================================================================== */

@import url("reset.css");
@import url("fonts.css");

body {
  font-family: 'VeluxGothic-Regular';
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  background: #eee;
}

.text_left { text-align:left; }
.text_right { text-align: right; }
.text_center { text-align: center; }

.strong { }
.italic { font-style: italic; }
.ttu, .uppercase { text-transform: uppercase; }

.vertical_align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block { display: block; }
.img_100 { max-width: 100%; }

.overflow_hidden { overflow: hidden; }
.overflow_visible { overflow: visible; }

.third1 { width: 33.3%; }
.third2 { width: 62%; }
.third3_full { width: 66.7%; }

.quart1_min { width: 20%; }
.quart1 { width: 25%; }
.quart1_maxi { width: 27%; }
.quart3 { width: 70%; }
.quart3_full { width: 75%; }

.half { width: 48%; }
.half_full { width: 50%; }

.left { float: left; }
.right { float: right; }

.relative { position: relative; }
.absolute { position: absolute; }

.container {
	padding-left: 80px;
	padding-right: 80px;
	max-width: 100%;
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

.margin_top_10 { margin-top: 10px; }
.margin_bottom_10 { margin-bottom: 10px; }
.margin_bottom_20 { margin-bottom: 20px; }
.margin_bottom_30 { margin-bottom: 30px; }
.margin_bottom_40 { margin-bottom: 40px; }
.margin_bottom_50 { margin-bottom: 50px; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.view_desktop { }
.view_tablet { }
.view_mobile { }

.light { font-family: 'VELUXGothic-Light'; }
.regular { font-family: 'VELUXGothic-Regular'; }
.bold { font-family: 'VELUXGothic-Bold'; }
.black { font-family: 'VELUXGothic-Black'; }

.color_black { color: #000; }
.color_red { color: #ff0000; }

.global {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
  position: relative;
  background: #eee;
  z-index: 50;
}

.navigation {
  height: 120px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.top {
  overflow: hidden;
  float: right;
  padding: 15px 0;
  font-size: 12px;
}

.top li {
  float: left;
  margin-left: 15px;
}

.top.left li {
  margin-left: 0;
  margin-right: 30px;
}

.top a {
  color: #727272;
}

.top a:hover {
  color: red;
}

.search_session {
  text-decoration: underline;
  color: red;
  cursor: pointer;
}

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

.logo {
  display: inline-block;
  vertical-align: top;
}

.logo a {
  margin-top: 40px;
  width: 122px;
  height: 40px;
  background: url(../graphics/logo.jpg);
  display: block;
  text-indent: -9999px;
  float: left;
}

.navigation_main {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.navigation_main li {
  float: left;
  display: block;
  font-size: 16px;
  margin-left: 30px;
  line-height: 120px;
}

.navigation_main li.active a, .navigation_main li.active a:hover {
  color: #000;
}

.navigation_main a {
  display: block;
}

.navigation_main a:hover {
  color: red;
}

a.external {
  color: red;
}

/* ==========================================================================
   Home
   ========================================================================== */

.img_brochure {
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  /*border: 1px solid rgba(0,0,0,0.1);*/
}

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

.home_header {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background: #e8e8e8;*/
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.home_header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  background: #fff;
  opacity: 0.8;
  display: none;
}

.home_header .container {
  position: relative;
  z-index: 3;
}

.home_header.fr {
  background-image: url(../graphics/bg_fr.jpg);
  background-size: contain;
}

.home_header.nl {
  background-image: url(../graphics/bg_nl.jpg);
  background-size: contain;
}

.home_header_title {
  font-size: 58px;
  color: #000;
  display: block;
}

.home_header_strong {
  display: block;
  font-size: 21px;
  color: #000;
}

.home_header_text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}

.home_left {
  border: 1px solid #ddd;
  background: #fff;
}

.home_right {
  border: 1px solid #ddd;
  background: #fff;
}

.home_padding {
  padding: 40px;
}

.btn_home {
  background: #ff0000;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.btn_home:hover {
  background: #cc0000;
}

.btn_home img {
  margin-left: 10px;
}

.home_title_mini {
  font-size: 21px;
}

.home_padding_title {
  padding-left: 75px;
}

.home_padding_img {
  position: absolute;
  top: 0;
  left: 0;
}

.home_select {
  background: #333;
}

.home_select .select2-container {
  /*width: auto !important;*/
}

.home_select .select2-container--default .select2-selection--single {
  background: #333;
  padding: 40px;
}

.home_select .select2-container .select2-selection--single {
  height: auto;
}

.home_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: 'VELUXGothic-Bold';
}

.home_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}

/* ==========================================================================
	 Content
   ========================================================================== */

.container_items {
  font-size: 0;
}

.item {
  padding: 10px;
}

.item {
  vertical-align: top;
	display: inline-block;
  font-size: 16px;
}

.item_content {
  position: relative;
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1.3);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1.3);
}

.item_content:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.item_title {
  /*background: #fff;*/
  position: relative;
  overflow: hidden;
}

.item_title_content {
  position: relative;
  z-index: 2;
}

.item_title_content span {
  display: block;
  font-size: 14px;
  font-family: 'VELUXGothic-Light';
  margin: 5px 0;
}

.item_title_content strong {
  font-family: 'VELUXGothic-Bold';
}

.item_title:before {
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: #ff0000;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.item_content:hover .item_title {
  color: #fff;
}

.item_content:hover .item_title:before {
  top: 0;
}

.item_maxi .item_title_content {
  padding: 60px;
  font-size: 28px;
}

.item_mini .item_title_content {
  padding: 25px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_title {
  font-size: 32px;
}

.main_title span {
  display: block;
  font-size: 18px;
}

.main_title_small {
  font-size: 14px;
}

.back img {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.back:hover img {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.breadcrumb li {
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb a {
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb a strong {
  font-family: 'VELUXGothic-Bold';
  color: #333;
}

.picto_produit {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-size: auto 70px;
}

.small_search {
  font-size: 12px;
  padding: 10px 0;
}

.home_select .small_search {
  background: #fff;
  padding: 20px 60px;
}

/* ==========================================================================
   Product
   ========================================================================== */

.box_white {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd; 
}

.link_lity:focus, .link_lity:active {
  outline: none;
}

.pictos {
  max-height: 60px;
}

.product_left {
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
}

.product_right {
  /*padding: 40px 0;*/
}

.product_right {
  padding-bottom: 0;
}

.product_list li a {
  display: inline-block;
  background: url(../graphics/next_red.png) top 6px left no-repeat;
  padding: 2px 0;
  padding-left: 25px;
  margin-left: 3px;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.product_list li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: #000;
}

.btn {
  display: block;
  font-size: 13px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
  transition: all 0.3s cubic-bezier(.175, .885, .32, 1);
}

.btn_grey {
  padding: 20px 20px 20px 60px;
  background-color: #333;
}

.btn_grey:hover {
  background-color: #1a1a1a;
}

.btn_red {
  padding: 20px;
  background-color: #ff0000;
}

.btn_red:hover {
  background-color: #cc0000;
}

.has_arrow_right {
  padding-right: 35px;
}

.has_arrow_right .arrow_icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  width: 7px;
  height: 10px;
  background: url(../graphics/next_white.png);
}

.has_arrow_left {
  padding-left: 35px;
}

.has_arrow_left .arrow_icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 15px;
  width: 7px;
  height: 10px;
  background: url(../graphics/prev_white.png);
}

.btn_pdf {
  background-image: url(../graphics/pdf.png);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.btn_poste {
  background-image: url(../graphics/poste.png);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.product_sidebar_list li {
  margin: 5px 0;
}

.product_sidebar_list a {
  color: #ff0000;
  text-decoration: underline;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */

.form_pdf, .form_poste {
  display: none;
}

.form_container {
    width: 100%;
    max-width: 800px;
}

.form_info_list {
    padding-bottom: 50px;
}

.form_info_item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 70px;
}

.form_info_item:last-child {
    margin-bottom: 0;
}

.form_info_item span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.form_info_item_01 span {
    background: url(../graphics/form_info_01.png) center center no-repeat;
    background-size: 100% 100%;
}

.form_info_item_02 span {
    background: url(../graphics/form_info_02.png) center center no-repeat;
    background-size: 100% 100%;
}

.form_list {
    margin: -10px;
    font-size: 0px;
}

.form_item {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.form_33 {
    width: 33.33333%;
}

.form_50 {
    width: 50%;
}

.form_66 {
    width: 66.66666%;
}

.form_100 {
    width: 100%;
}

.form_radio {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.optin.error .optin_trigger {
    border: 1px solid #ddb6b2;
    background: #fff5f4;
}

.form_radio a {
    text-decoration: underline;
    color: red;
}

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

.form_radio span {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.form_radio.active span {
    background: #ffffff url(../graphics/check.png) center center no-repeat;
    background-size: 20px 20px;
}

.form_input {
    -webkit-appearance: none;
        -ms-appearance: none;

    width: 100%;
    padding: 22px 25px;
    font-family: inherit;
    font-size: 18px;
    border: 1px solid #dddddd;
}

.form_input.error {
    border: 1px solid #ddb6b2;
    background: #fff5f4;
}    

.form_submit {
    margin-top: 50px;
    text-align: center;
}

.form_submit a {
    display: inline-block;
    padding: 25px 100px;
    font-size: 18px;
}

.form_submit span {
    display: inline-block;
    position: relative;

    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}

.form_submit i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
}

.form_thankyou {
  display: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==========================================================================
  Select2
   ========================================================================== */

.select_search {
  width: 100%;
  display: none;
}

.mini_legend {
  color: #000;
}

.mini_legend i {
  font-size: 11px;
  display: block;
  color: #666;
}

.select2-results__options li {
  display: none;
}

.has_form .select2-results__options li {
  display: block;
}

.select_full { 
  width: 350px;
}

.header .select2-container {
  margin-top: 30px !important;
}

.header.lastsearch .select2-container {
  margin-top: 20px !important;
}

.header .select2-dropdown {
  margin-top: -30px !important;
}

.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: 60px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 20px;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      outline:none; }
    .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; }

.form_poste .select2-container .select2-selection--single {
  height: 68px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  /*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 {
  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 {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .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: #fff;
  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: #fff;
  border: 1px solid #ddd;
  outline:none;
 }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px; }
  .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: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .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: -20px;
      margin-top: -4px;
      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 #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: #232321;
  background-image: url(../graphics/cases/input_select.png);
  background-size: 24px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: 2px solid #343432;
  border-radius: 0;
  cursor: text;
  min-height: 44px;
overflow: hidden;}
  .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: #999;
    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: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 14px 10px;
    font-size: 12px;
    line-height: 0px;}
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: -10px;
    vertical-align: middle; }
    .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 #343432 2px;
  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 #ddd;
  font-family: inherit;
  padding: 18px;
}

.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] {
  padding: 0; }

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

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #ff0000;
  color: #fff; }

.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: #ccc; }

.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: 60px; }
  .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: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    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: white;
  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: #888;
    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 #aaa;
  outline: 0; }

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

.select2-container--classic .select2-dropdown {
  background-color: white;
  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: white; }

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

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


/* END SELECT 2 */

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1100px) {
  .mobile_full {
    width: 50%;
  }
  .tablette_full {
    width: 100%;
  }
  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
    .home_left{
    margin-bottom: 30px;
  }
  .home_header{
    background-image: none;
    background-color: #eee;
    border:none;
    /*padding-bottom: 0;*/
    }
    .navigation_main{
      display: none;
    }
    .header .select2-container{
      /*width: calc(100% - 500px) !important;*/
    }
  .product_right {
    margin-top: 20px;
  }
  .top {
    width: auto !important;
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 735px) {
  .select_full {
    width: 100%;
  }
  .navigation{
    height: auto;
  }

  .page_home .navigation{
    height: 120px;
  }
  .header .select2-container{
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }

  .container.overflow_hidden .right{
    float: left;
    width: 100%;
  }

}

@media screen and (max-width: 700px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobil_product_full{
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
    margin-left: 0 auto;
  }
  .mobil_product_90{
    float: none;
    clear: both;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
  .mobile_full {
    width: 100%;
  }
  .form_info_item{
    padding-left: 0;
    text-align: center;
    max-width: 500px;
    margin:0 auto;
    margin-bottom: 35px;
  }

  .form_info_item span{
    margin:0 auto;
    position: static;
    margin-bottom: 15px;
  }

  .form_mobil_full{
    width: 100%;
  }

  .home_header:after {
    display: block;
  }
  
}

@media screen and (max-width: 450px) {
  .product_left{
    padding: 20px;
  }
  .main_title {
    font-size: 23px;
  }
  .home_header_title{
    font-size: 32px;
  }
  .home_padding_title{
    padding: 0;
    text-align: center;
  }
  .home_padding_img{
    margin: 0 auto;
    display: block;
    position: static;
    margin-bottom: 20px;
  }
  .btn_home{
    padding: 20px;
  }
  .home_select .select2-container--default .select2-selection--single{
    padding: 27px;
  }
  .item_maxi .item_title_content{
    padding: 25px;
  }
  .header .select2-container{
    /*width: 250px !important;*/
  }
}
