/*! ---ei_editorial--- */

.i_blocredac h1 strong {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 33px;
}
.i_blocredac h2 {
  text-transform: none;
}
.ei_red_table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ei_red_tcell {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
ul.ei_red_ul_inline {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
ul.ei_red_ul_inline > li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.ei_red_partenaires {
  padding: 10px;
}
.ei_red_partenaires > ul {
  overflow: hidden;
}
.ei_red_partenaires > ul > li {
  float: left;
  list-style: none;
  border: 1px solid #e2e2e2;
  padding: 5px;
  text-align: center;
  min-width: 150px;
  color: #0f7ac4;
}
.ei_red_partenaires > ul > li:nth-child(odd) {
  color: #888888;
}
.ei_red_chiffres {
  color: #fff;
  padding: 10px;
  margin: 0;
  background-position: left top;
  backgroud-repeat: no-repeat;
  position: relative;
  width: 338px;
  height: 507px;
}
.ei_red_chiffres div {
  background-color: #656565;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.ei_red_chiffres h2 {
  padding: 0;
  margin: 0;
}
.ei_red_chiffres h2 span {
  display: block;
  font-weight: normal;
  font-size: 15px;
}
.ei_red_chiffres * {
  color: #fff;
}
.ei_act {
  color: #fff;
  padding: 10px;
  margin: 0;
  background-position: center top;
  backgroud-repeat: no-repeat;
  position: relative;
  width: 170px;
  height: 250px;
}
.ei_act div {
  background-color: #656565;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  text-align: center;
}
.ei_act h2 span {
  display: block;
  font-weight: normal;
  font-size: 8px;
	
}
.ei_act * {
  color: #fff;
}

