/*
  Css crée pour permmettre la mise en forme de la page des 100 items
  pour le 100 eme numéro du contact lotois.
*/
.liste_contact_lotois {
  display: flex;
  flex-wrap : wrap;
}

.cadre_elmt_contact_lotois {
  padding : 7px;
}

.elmt_contact_lotois{
  color : white;
  padding-left : 0px;
  padding-right: 0px;
  background-color: #6c9724;
  border-radius : 0px 0px 5px 5px;
  line-height: inherit;
}

.elmt_contact_lotois .image img {
  width : 100%;
  height: auto;
}

.absolute_element_contact_lotois {
    width:100%;
    top: 0rem;
    position: absolute;
    text-align: left;
    padding-left: 10px;
    padding-top : 15px;
}

.titre_element_contact_lotois, .titre_image_contact_lotois  {
  background-color: rgba(23,35,34,.75);
  font-family: "Helvetica Neue",Helvetica,Arial !important;
  font-size : 1em;
  font-weight: 700;
  padding : 5px;
  color : white;
  text-decoration: none;
}

.titre_image_contact_lotois a{
  text-decoration: none;
  color : white;
  cursor : pointer;
}

.vignette_image_contact_lotois_100{
  cursor : pointer;
}

.titre_image_contact_lotois a:hover{
  color: rgb(127, 127, 127);
}

.desc_element_contact_lotois {
  text-align: center;
}



/*
Mise en forme dans la fenetre modale
*/
.modal-dialog {
  color : black;
}

.photo_article_modal {
  text-align: center;
}

.photo_article_modal img {
  height: auto;
  max-width : 100%;
}

.texte_article_modal {
  text-align: justify;
}
