.surlignable {
  position: relative;
}
.surlignable.titre {
  margin: 0 0 40px 0;  
}
.surlignable.titre img {
    height: auto !important;  
    width: 100% !important;  
}
.entry-title {
  font-size: 8.4rem;
  font-family: 'akzidenz-grotesk_bq_condensBd';
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  -moz-text-shadow: 0px 0px 25px #111145;
  -webkit-text-shadow: 0px 0px 25px #111145;
  text-shadow: 0px 0px 25px #111145;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 42%;
  width: 100%;
}
div.textearticle {
  margin:0;
  padding:0;
}
.section {
  margin:0 0 35px 0;
}
.texte.entry-content {
  font-family:"Roboto";
  font-size: 1.4rem;
  margin:0 35px;
  color: #333333;
}
.texte.entry-content p {
  margin:0 0 28px 0;
  padding:0;
}
.texte.entry-content a {
  color: #205093
}
#wrappermiddle .texte.entry-content h2 {
  font-family: 'akzidenz-grotesk_bq_condensBd';
  font-size: 3.3rem;
  width: 100%;
  text-align:center;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
.texte.entry-content .col {
  float:left;
}
.texte.entry-content .col.left {
  width: 46%;
  color: #921326;
}
.texte.entry-content .col.left h3 {
  color: #921326;
}
.texte.entry-content .col.middle {
  width: 8%;
  text-align:center;
}
.texte.entry-content .col.right {
  width: 46%;
  color: #205093;
}
.texte.entry-content .col.right h3 {
  color: #205093;
}
.texte.entry-content .col .head {
  font-family: 'akzidenz-grotesk_bq_condensBd';
  display:block;
  width:100;
  height: 95px;
  line-height:95px;
  text-transform:uppercase;
  text-align:center;
  margin:0 0 35px 0;
  font-size: 4.3rem;
}
.texte.entry-content .col.left .head {
  background-color: #921326;
  color:#ffffff;
}
.texte.entry-content .col.middle .head {
  font-size: 2.3rem;
}
.texte.entry-content .col.right .head {
  background-color: #205093;
  color:#ffffff;
}
.texte.entry-content .col h3 {
  font-weight: 900;
  font-size: 1.7rem;
}
.texte.entry-content .col li {
  margin: 0 0 20px 0;
}
.ico-bdh {
  display:inline-block;
  background: transparent url("../images/ico-bdh.png") no-repeat;
  background-size: cover;
  width: 13px;
  height: 17px; 
  margin-left: 7px;
}
@media screen and (max-width: 920px) {
  .entry-title {
    font-size: 8.4rem !important;
  }
  .texte.entry-content {
    margin: 0 20px;
  }
.texte.entry-content .col {
  float:none;
  width: 100% !important;  
}
.texte.entry-content .col .head {  
  width: 269px;
  margin-left: auto;
  margin-right: auto;
}
.texte.entry-content .col ul {
  margin-left: 25px;
  margin-right: 25px;
}
.texte.entry-content .col.middle .head {
  height:40px;
  line-height:40px;
}
}

@media screen and (max-width: 750px) {
  .entry-title {
    font-size: 7.4rem !important;
  }
}
@media screen and (max-width: 600px) {
  .entry-title {
    font-size: 5.4rem !important;
  }
}
@media screen and (max-width: 440px) {
  .entry-title {
    font-size: 4rem !important;
  }
  #wrappermiddle .texte.entry-content h2 {
    font-size: 2rem !important;
  }
  .texte.entry-content .col .head {
    font-size: 3.3rem !important;
  }
}