.homePage img{
    width: 100%;
    max-width: 100%;
}
.newsText
{
  /**  background-color:rgba(237, 207, 156, 0.5);   */
    margin-top:20px;
    margin-bottom: 30px;

}
.newsText img{
  width: 3%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.newsText p {
  text-align: center
}

#newsContent
{
    padding:20px;
}
.puces
{
    vertical-align: middle;
}
.contentText
{
    margin-left:20px;
    margin-right:20px;
    text-align: justify;
}
.homeProduct{
    margin-bottom: 20px;
}
.homeProduct .productDescription{
    margin-top: 10px;
    text-align: center;
}
.homeProduct a{
    display: block;
    width: 100%;
    text-align: center;
}
.homeProduct img{
    display: inline-block;
    width: auto;
    max-height: 180px;
}

.homeProduct .name{
    font-weight: bold;
}

.separetop {
  margin-top: 30px;
}

. separefooter {
    margin-top: 60px;
}

.separebottom {
  margin-bottom: 40px;
}
.animate img{
  text-align: center;
margin-left: auto !important;
margin-right: auto !important;
}

/*modification chris 02/05/2017. Agrandi le texte sous le carrousel
@media all and (max-device-width: 481px)
{

}
*/

/*le max-device à été remplacé par min*/


.btn-subscribe:hover{
    text-decoration: none;
    color: black;
}

.nmp3{
    margin: 0;
    padding: 3px 5px;
}


@media all and (max-device-width: 769px)
{
    .homeProduct{
      margin-bottom: 100px;
      margin-top: 50px;
    }
    /*2.5 vw remplacé par 2em*/
    .newsText h3, .dropdown menu
    {
      font-size:1.5em;
    }    
}

@media all and (max-device-width: 481px)
{
    .homeProduct{
        margin-bottom: 100px;
        margin-top: 50px;
    }
    /*2.5 vw remplacé par 2em*/
    .newsText h3, .dropdown menu{
        font-size:2em;
    }
}

.btn-subscribe{
    background-color: white;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    margin: 3px;
}

.btn-subscribe:hover{
    background-color: ghostwhite;
}

.madeby {
    width: 25px;
}

.upper_footer{
    padding: 30px 0;
}

.upper_footer_padding{
    padding-bottom: 10px;
}