.front #block-blocs-site-general-titre {
	display: none;
}

/* ================================
CONTENT BOTTOM
================================ */ 
.zone-content-bottom-wrapper{
  display: block;
  width: 100%;
  height :auto;
  padding: 50px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.front .zone-content-bottom-wrapper{
  padding-bottom: 0px !important;
}
/* 3 BLOCK PRÉSENTATION */
.zone-content-bottom-wrapper .check{
  display: block;
  height: auto;
  padding-top: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  background-image: url('../../img/home_page/check.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.zone-content-bottom-wrapper .check h2{
  display: block;
  width: 100%;
  height: auto;
  font-family: 'opensans-bold';
  font-size: 2.250em;
  color: #3C8FE7;
  margin-bottom: 5px;
}
.zone-content-bottom-wrapper .check p{
  display: block;
  width: 80%;
  margin: 0 auto;
  height :auto;
  color: #3C8FE7;
  font-size: 1.250em;
  font-family: 'opensans-regular';
  line-height: 1.3em;
}

/* =====================
RESPONSIVE
===================== */
@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 760px){

}