@media only screen and (min-width: 768px) {
  .charte_societe .wrapper {
    width: 740px;
  }
}
@media only screen and (min-width: 992px) {
  .charte_societe .wrapper {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px) {
  .charte_societe .wrapper {
    width: 1210px;
  }
}
.charte_societe .col-md-1,
.charte_societe .col-md-11,
.charte_societe .col-md-2,
.charte_societe .col-md-3,
.charte_societe .col-md-4,
.charte_societe .col-md-8,
.charte_societe .col-sm-1,
.charte_societe .col-sm-11,
.charte_societe .col-sm-2,
.charte_societe .col-sm-3,
.charte_societe .col-sm-4,
.charte_societe .col-sm-5,
.charte_societe .col-sm-8,
.charte_societe .col-xs-1,
.charte_societe .col-xs-10,
.charte_societe .col-xs-11,
.charte_societe .col-xs-12,
.charte_societe .col-xs-2,
.charte_societe .col-xs-3,
.charte_societe .col-xs-4,
.charte_societe .col-xs-6 {
  float: left;
  padding: 0 10px;
}
.charte_societe .row {
  margin: 0 -10px;
  zoom: 1;
}