/* tablet */



@media only screen and (max-width: 1014px) {
  .text-bloc01 h2{
    color: #006C4F;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 350;
  }

  .text-bloc01 h3{
    color: #fff;
    letter-spacing: 12px;
    font-weight: 600;
    font-size: 45px;
  }

  .text-bloc01 span{
    color: #DA051F;
    font-weight: 600;
  }

  .text-green-bloc01{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 100;
  }

}

/*---------------smartphone  */
@media only screen and (max-width: 500px) {
.text-block03{
  font-size: 20px;
}

.bloque1{
  height: 450px;
}
.display-grey{
  display: none;
}

.img-logo{
  display: none;
}

.logo-voces{
  width: 100%;
}

.img-logo-nav{
  display:block;
}
.line-time{
  background-repeat: repeat-y;

}


/* .header-separation{
    margin-top: 125px;
} */

}
