/*!
 *
 * Designed by Pierre-Jean Barbet
 */

@import url("type/stylesheet.css");
@import url("bootstrap.css");

html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "DINLightRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #515151;
  background: url(../img/bg_reg.png) repeat scroll 100% 0 transparent;
}
a {
  color: #2170b3;
  text-decoration: none;
}
p {
  margin: 0 0 9px;
  font-family: "DINLightRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
strong {
  font-family:"DINBoldRegular", Helvetica, Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-family: "DINEngschriftRegular", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  color: #F5F5F5;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
h2 {
  font-family:"DINBoldRegular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #515151;
}
h3 {
  font-family:"DINMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #F5F5F5;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  padding-top: 6px;
}
h4 {
  font-family:"DINMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #515151;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #FBFBFB;
}
dt {
  font-family: "DINMediumRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}

dl {
  margin-top: 0px;
  margin-bottom: 35px;
}
dd {
  margin-left: 9px;
  margin-top: 4px;
}
.clearfix {
  clear:both;
}

/* NAVIGATION */

.navbar .brand img {

}
.navbar .brand {
  padding: 10px 20px 10px;
}
.navbar-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: linear-gradient(top, #f9f9f9, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2F2', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgb(221, 221, 221);
  border-color: #dedede #dedede #d3d3d3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: linear-gradient(top, #f9f9f9, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #f2f2f2;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #515151;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn, .navbar .btn-group {
  margin: 5px;
}
.navbar .nav {
  float: right;
}
.navbar .nav > li > a {
  float: none;
  padding: 20px 0px 20px 30px;
  line-height: 19px;
  color: #515151;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.20);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #2170B3;
  text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #0f3351;
  text-decoration: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 0px;
  overflow: hidden;
  background-color: #dddddd;
  border-right: none
}

/* HEADER */

.header {
  padding-top: 80px;
  padding-bottom: 30px;
}
.btn-large {
  padding: 10px 15px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.screen {
  padding-top: 35px;
  text-align: center;
}


/* SERVICES */

.post-image {

}
.post-txt {
  margin-bottom: 2px;
}
.consult, .develop, .manufact, .integrat {
  margin: 0;
  display: block;
  height: 45px;
  width: 45px;
}
.consult {
  background: url('../img/picto1.png');
}
.develop {
  background: url('../img/picto2.png');
}
.manufact {
  background: url('../img/picto3.png');
}
.integrat {
  background: url('../img/picto4.png');
}
.consult:hover {
  background: url('../img/picto1h.png');
}
.develop:hover {
  background: url('../img/picto2h.png');
}
.manufact:hover {
  background: url('../img/picto3h.png');
}
.integrat:hover {
  background: url('../img/picto4h.png');
}

/* GENERAL CONTENT */

.page-header {
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.content-box{
  padding: 30px 0px;
  border-top: 1px solid #FBFBFB;
}
.carousel {
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.borded {
  padding: 5px;
  margin: 1px 1px 4px 1px;
  overflow: hidden;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(center top , white, #EFEFEF) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5, white), to(#EFEFEF) );
  filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffffff', EndColorStr='#EFEFEFEF');
  -ms-filter: "progidd: DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#EFEFEFEF)";
  border: 1px solid white;
  z-index: 9;
}
.bloc {
  padding-top: 20px;
  padding-bottom: 30px;
}
.header-text {
  padding-top: 66px;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.center {
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
/* BACKGROUND */

.bg-dark {
  background-image:url(../img/bg_dark.png);
}
.bg-blue {
  background-image:url(../img/bg_blue.png);
}
.bg-blue-dark {
  background-image:url(../img/bg_blue_dark.png);
}
.bg-reg {
  background-image:url(../img/bg_reg.png);
}
.bg-med {
  background-image:url(../img/bg_med.png);
}
.backfooter h1, .backfooter p, .backfooter a, .backfooter dt, .backfooter dd {
  color: #eaeaea;
}
.backfooter .page-header {

}

/* CONTACT */


.adress {
    font-size: 13px;
}
.adress .location {
  background:url(../img/location.png) no-repeat 2% top;
}
.adress .phone {
  background:url(../img/phone.png) no-repeat 2% top;
}
.adress .email {
  background:url(../img/email.png) no-repeat 2% top;
}
.adress dd {
  padding-left: 36px;
}
.contact {
margin-top: 20px;
}
label {
  font-family: "DINLightRegular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #515151;
  font-weight: normal; 
}
input, button, select, textarea {
  font-family: "DINLightRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #515151;
  font-weight: normal;
}
.input input:required:valid, 
.input textarea:required:valid {
  -webkit-box-shadow:#5CD053 0 0 5px;
  background-color:#FFFFFF;
  background-image:url(../img/valid.png);
  background-position:98% 50%;
  background-repeat:no-repeat;
  border-bottom-color:#56C93F;
  border-left-color:#56C93F;
  border-right-color:#56C93F;
  border-top-color:#56C93F;
  box-shadow:#5CD053 0 0 5px;
}
.input input:required, 
.input textarea:required {
  background-color:#FFFFFF;
  background-image:url(../img/red_asterisk.png);
  background-position:98% 50%;
  background-repeat:no-repeat;
}
.input input:focus, 
.input textarea:focus {
  -webkit-box-shadow:#AAAAAA 0 0 3px;
  background-color:#FFFFFF;
  border-color:#555555;
  border-style:solid;
  border-width:1px;
  box-shadow:#AAAAAA 0 0 3px;
}
.input input, 
.input textarea {
  -webkit-transition-duration:0.25s;
  background-color:#FBFBFB;
  border-color:#D9E1E7;
  border-style:solid;
  border-width:1px;
  color:#54555A;
  outline-style:none;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  width:300px;
}

.input input:focus:invalid,
.input textarea:focus:invalid,
.error textarea,
.error input {
  background:#fff url(../img/invalid.png) no-repeat 98% center;
  -moz-box-shadow:0 0 5px #d45252;
  -webkit-box-shadow:0 0 5px #d45252;
  -o-box-shadow:0 0 5px #d45252;
  box-shadow:0 0 5px #d45252;
  border-color:#FF5A5A;
}
#captcha_label {

}
#captcha_label img {
  width: 16px;
  height: 16px;
}
.error-message{
  color:#FF5A5A;
}
#submit-button, #reset-button {
  display: inline-block;
  padding: 5px 20px 4px;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: whiteSmoke;
  background-image: -moz-linear-gradient(top, white, #E6E6E6);
  background-image: -ms-linear-gradient(top, white, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, white, #E6E6E6);
  background-image: -o-linear-gradient(top, white, #E6E6E6);
  background-image: linear-gradient(top, white, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#submit-button:hover, #reset-button:hover {
  color: #333;
  text-decoration: none;
  background-color: #E6E6E6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#submit-button:hover, #reset-button:hover, 
#submit-button, #reset-button {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
#submit-button {
  background-color: #2170b3;
  background-image: -moz-linear-gradient(top, #2170b3, #0f3351);
  background-image: -ms-linear-gradient(top, #2170b3, #0f3351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2170b3), to(#0f3351));
  background-image: -webkit-linear-gradient(top, #2170b3, #0f3351);
  background-image: -o-linear-gradient(top, #2170b3, #0f3351);
  background-image: linear-gradient(top, #2170b3, #0f3351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0f3351 #0f3351 #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  }
#submit-button:hover {
  background-color: #0f3351;
}
#reset-button {
  background-color: #DA4F49;
  background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -ms-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
  background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: linear-gradient(top, #EE5F5B, #BD362F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #BD362F #BD362F #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#reset-button:hover {
  background-color: #BD362F;
}

/* FOOTER */

#footer {
  padding: 5px 0;
}
#footer p, 
#footer a {
  margin-bottom: 0;
  font-family: "DINMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #515151;
  display: inline;
}
#social .twitter_icon {
  background: url('../img/twitter.png');
}
#social .linkedin_icon {
  background: url('../img/linkedin.png');
}
#social ul {
  margin: 0;
  padding: 0;
}
#social ul li {
  list-style: none;
  float: right;
  margin: 0px 0px 0px 5px;
  background: none;
}
#social ul li a {
  margin: 0;
  display: block;
  height: 16px;
  width: 16px;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
