.technica {
  display: block;
  margin-bottom: 60px;
}
.mobilites_container {
  padding-bottom: 30px;
  border-bottom: 2px solid #e4e4e4;
}
.revue_footer {
  padding-top: 27px;
}
.revue_footer .col50 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.revue_footer .col50 .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}
.revue_footer .col50 + .col50 {
  border-left: 2px solid #e4e4e4;
  padding-left: 40px;
}
.revue_footer .col50 a.link-icon {
  display: inline-block;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
  width: 52px;
  font-size: 36px;
  margin-right: 27px;
  text-align: center;
  height: 42px;
  padding-top: 10px;
}
.revue_footer .col50 a.link-icon:hover {
  border: 1px solid #c80303;
  color: #c80303;
}
.revue_footer .col50 .input {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.revue_footer .col50 .input .subscribe-field {
  width: 100%;
  padding: 16px 12px 15px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.revue_footer .col50 .input .subscribe-btn {
  position: absolute;
  right: 30px;
  top: 14px;
  border: 0;
  background: none;
  color: #c80303;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 1px solid #e4e4e4;
  padding: 5px 0px 5px 40px;
  cursor: pointer;
}
