/*------------------css -----------------------------------*/
.present {
  margin-top: 0px;
  background-image: url(../assets/images/sam2-2.png);
  background-repeat: no-repeat;
  /* background-attachment: fixed;*/
  /* background-position: right;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#img1 {
  vertical-align: middle;

}

#col-img {
  height: auto;
  margin: auto;
  padding-top: auto;
  padding-bottom: auto;
}

.vcenter-item {
  display: flex;
  align-items: center;
}

#text p {
  font-size: x-large;
  color: #414141;
  text-align: justify;
  line-height: 1.8em;
  background-color: rgba(254, 254, 254, 0.5);
  padding: 1em;

}

#produits {
  margin-top: 120px;
  text-align: center;
  /* background-color: rgb(0, 255, 255);*/

}

.titre_article {
  background-color: #ffff;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border-bottom: 2px solid #dadada;
}

.contenu_article {
  text-align: justify;
  font-size: 18px;
  line-height: 1.8em;
  padding: 3%;
  /* background-color: rgb(0, 255, 255);*/
}

.contenu_article ul li {

  font-size: 18px;
  line-height: 1.8em;


}

/*.contenu_article p {}*/

.image_article {
  width: 100%;

}



/**** sous menu*****/
.sous_menu ul {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  z-index: 999999;
  align-items: left;
}


.sous_menu:hover ul {
  display: block;
}


.sous_menu ul li a {
  float: none;
  color: #666666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sous_menu ul li a:hover {
  background-color: #ddd;
}

#menu_entr {
  display: none;
}

/**diviseur court */
.divider-short,
.color-dark .divider-short,
.bg-gray .divider-short {
  background: #aaa;
}

.divider-short {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
}


/**** titre produit ****/
.titre_prd {
  margin: 0;
  line-height: 40px;
  font-size: 40px;
  color: black;

}

.s_titre_vert {
  font-family: 'Roboto', sans-serif;
  /*text-transform: uppercase;*/
  color: #348E38;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;

}

.titre_h2 {
  font-family: 'Roboto', sans-serif;
  /*text-transform: uppercase;*/
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  background-color: #348E38;
  padding-left: 5px;
  text-align: left;


}

.image_prd {
  width: 280px;

}

.labin-icon {
  font-size: 60px;
}

.labin {
  font-family: 'labin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/****fin titre produit*******/


/** text couleur h3*/
.text_vert {
  color: #348E38;
  font-weight: normal;
  font-size: 16px;
}

/** fin text coleur**/
@media (max-width: 991px) {
  .present {
    color: black;
    font-style: italic;
  }

  #col-img {
    display: none;
  }

  .sous_menu ul {
    display: none;
  }

  .sous_menu ul li a {

    display: none;

  }

  #menu_entr {
    display: block;
  }

  #menu_entr ul {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 999999;
    align-items: left;
  }

  #menu_entr:hover ul {
    display: block;
  }


  #menu_entr ul li a {
    float: none;
    color: #666666;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  #menu_entr ul li a:hover {
    background-color: #ddd;
  }


}