.home_buttons {
	width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 38px;
}

.home_header { 
  margin: 0 auto;
  max-width: 1145px;
  height: 474px;
  background: rgba(0, 0, 0, 0) url("../images/array-x1.png") no-repeat scroll 500px top;
}

.home_header_text {
  padding: 40px 40px 0 40px;
}

.home_buttons a {
	border-radius: 12px;
  display: inline-block;
  line-height: 20px;
	margin: 15px 10px 0 0;
  padding: 2px 10px;
  font: 16px rennerbold,helvetica,arial,sans-serif;
}

.home_buttons a.active {
  background: #20B040;
  color: #fff;
}

.home_icon_bottom {
	display: block;
  text-align: center;
  font-size: 10px;
  color: #ccc;
  margin: 40px 0;
}

.IconLink {
	color: #7f8993; 
  font-size: 15px;
  vertical-align:middle;
}

.home_button_see_all {
  text-align: center;
  margin: 0 0 50px;
}

.home_button_see_all a {
  border-radius: 20px;
  line-height: 40px;
  border: 1px solid #999;
	padding: 8px 35px;
  color:#464646;
}

.home_vision_items {
	text-align: center; 
}

.home_vision_item {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  margin: 10px;
}

.home_vision_item .icon {
 	font-size: 50px;
  color: #222;
}


.home_privacy {
  max-width: 1145px;
  margin: 0 auto;
}


.home_key_numbers {
  text-align: center;
    margin: 0 auto;
    max-width: 1145px;
}

.home_key_number {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 135px;
  margin: 20px 0 70px;
}

.home_key_number sub {
  bottom: 0;
  font-size: 20px;
  margin-left: -8px;
}

.home_key_number sup {
  margin-left: -8px;
   font-size: 20px;
}

.home_key_number_number {
 	font: normal 48px sourcesansprolight,helvetica,arial,sans-serif;
}

.home_key_number_unit {
 	font: normal 30px sourcesansproextralight,helvetica,arial,sans-serif;
}

.home_key_number_desc {
 	margin: 5px; 
}

.home_key_number_icon {
  color: #000;
  font-size: 40px;
}

.home_key_number_2 .home_key_number_number {
  border: 1px solid #222;
  border-radius: 50%;
  font: 36px/48px sourcesansprolight,helvetica,arial,sans-serif;
  width: 90px;
  height: 90px;
  padding: 19px 0 0 5px;
  margin: 0 auto;
}
.home_key_number_4 .home_key_number_number {
  margin: -4px 0 0;
}

.home_privacy_text {
  padding: 0 18px;
  overflow: hidden;
  position: relative; 
}

.separator1 {
  width: 40px;
  height: 45px;
  background: url("../images/separateur1-x1.png") no-repeat #fff;
}

.separator2 {
  width: 44px;
  height: 44px;
  background: url("../images/separateur2-x1.png") no-repeat #fff;
}

.sidebar_iso {
  width: 45%;
  float: left;
  background: url("../images/sideBarIsometrie-x1.png") no-repeat;
  padding: 0 0 38%;
}

.carousel-page-container {
  width: 10000px;
  position: relative;
  transition: .8s;
}

.carousel-page {
  transition: opacity .75s;
  position: relative;
  top:0;
  left: 0;
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 500px;
}

.carousel-page-inner {
  max-width: 40vw; 
}