/* Header */

.modlp_enc{
  height: auto;
  background-color: #F0F0F0;
  -ms-display: flex;
  display: flex;
  align-items: center;
}

.modlp_block{
  width:10%;
  background-color:#377ab7;
  color: #DEDEDE;
  float:left;
  padding: 4% 2%;
}

.modlp_enc h1{
  font-weight: normal;
  margin:0;
  color : #377ab7;
  padding: 0 2%;
  height:auto;
}

/*Block de produit */
.modlp_titre_enc{
  display: none;
}

.mod_listProduits{
  padding:4% 10%;
}

.mod_listProduits:nth-child(odd){
  background-color:#F7F7F7;
}

.mod_listProduits:nth-child(odd) .modlp_image{
  float:right;
}

.mod_listProduits:nth-child(odd) .modlp_button{
  float:left;
}

.modlp_image{
  width:30%;
  float:left;

}

.modlp_image img{
  margin: auto;
  max-height: 300px;
  padding: 0% 4%;
}

.modlp_prix{
  color:white;
  font-size: 1.5em;
  font-weight: normal;
  padding:3% 2.2%;
  position: absolute;
  top:58%;
  left:20%;
  /*top:210px;
  left:270px;*/
  /*background-color: rgba(224,35,35,.8);*/
  background-color: #337AB7;
  border-radius: 100%;
}

.modlp_contenu{
  width:70%;
  padding:1% 0;
  float:right;
  text-align: justify;
}

.modlp_contenu h2{
  margin-bottom: 2.5%;
  font-weight: normal;
  color: #337AB7 !important;
}

.modlp_description{
  font-weight: normal;
}

.mod_listProduits a{
  font-weight:600;
  color:#272727 !important;
}

.mod_listProduits a:visited{
  color:#272727 !important;
}

.modlp_button{
  width:30%;
  border:solid 2px grey;
  color: grey;
  padding:1%;
  text-align: center;
  border-radius:5px;
  float:right;
  bottom:0;
}

.modlp_button:hover{
  background-color:#337AB7;
  color: white;
  border:solid 2px #337AB7;
}

.modlp_link{
  bottom:0;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .modlp_contenu h2{
    font-size: 1.9em;
    margin-bottom: 3%;
    font-weight: normal;
    color: #337AB7 !important;
  }

  .modlp_image{
    padding: 0% 4%;
  }

  .modlp_image img{
    margin: 0;
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width:481px) and (max-width: 767px) {
  .modlp_button{
    width:100%;
    padding: 2% 0;
    margin: auto;
  }

  .modlp_align{
    -ms-display: flex;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .modlp_titre_enc{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    color: #377ab7;
    width:100%;
  }

  .modlp_button{
    width:100%;
    padding: 4% 0;
  }

  .modlp_contenu{
    display: none;
  }

  .modlp_image{
    float: none;
    margin: auto;
    width:100%;
  }

  .modlp_image img{
    max-height: 250px;
  }

  .mod_listProduits:nth-child(odd) .modlp_image{
    float:none;
  }

  .mod_listProduits:nth-child(odd) .modlp_button{
    float:none;
  }
}
