
.litt_affich {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  
  
}

.litt_globale {
  border: 2px solid;
  height: auto;
  width: 600px;
  margin: 0px 0px 9px 0px; /*haut|droit|bas|gauche*/

  
}

.litt_pos_photo {
  position: relative;
  background-color : blue;
  width : 100%;
  z-index : 0;
}
.litt_photo_1 {
 position: absolute;
  top : 30px;
  right: 0px;
  margin-right: 5px;
  
  /*box-shadow: 0.3rem 0.4rem 0.2rem -0.2rem rgba(0,0,0,0.75);
    -moz-box-shadow: 0.3rem 0.4rem 0.2rem -0.2rem rgba(0,0,0,0.75);
    -webkit-box-shadow: 0.3rem 0.4rem 0.2rem -0.2rem rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.4);
    border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
    -moz-border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
    -webkit-border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;*/
  z-index : 3;
  text-align: center;
  background-color : transparent;
}

.litt_photo {
  position: absolute;
  top : 30px;
  right: 0px;
  margin-right: 5px;
  max-width : 50%;
  max-height: 250px;
  width: auto;
  height : auto;
  
  z-index : 1;
  text-align: center;
  /*background-color : grey;*/
  /*border: 1px solid black;*/
}

.litt_entete {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image:linear-gradient(-45deg, rgba(214,220,173),rgba(145,155,74));
  /*background-color : aqua;*/
  padding: 0px;
  width: 100%;
  min-height: 65px;

}

.litt_attributs{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left:5px;
  margin-top: 5px;
  height: 20px;
  background-color: white;
}





.litt_attributs_texte {
  margin-left:0px;

}



.litt_ref {
  font-family:calibri black; 

  font-size: 1.1em;
  text-shadow: -1px -1px 3px #FFFFFF,-1px 0px 3px #FFFFFF,-1px 1px 3px #FFFFFF;
}

.litt_type {
  font-family:verdana black; 
  font-size: 1.1em;
  text-shadow: -1px -1px 3px #FFFFFF,-1px 0px 3px #FFFFFF,-1px 1px 3px #FFFFFF;
}


.litt_titre { 
  max-width: 430px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /*background-color: silver;*/
  font-family:verdana black; 
  font-size: 1.2em;
  color:white;
  text-shadow: #547720 2px 0px 0px, #547720 1.75517px 0.958851px 0px, #547720 1.0806px 1.68294px 0px, #547720 0.141474px 1.99499px 0px, #547720 -0.832294px 1.81859px 0px, #547720 -1.60229px 1.19694px 0px, #547720 -1.97998px 0.28224px 0px, #547720 -1.87291px -0.701566px 0px, #547720 -1.30729px -1.5136px 0px, #547720 -0.421592px -1.95506px 0px, #547720 0.567324px -1.91785px 0px, #547720 1.41734px -1.41108px 0px, #547720 1.92034px -0.558831px 0px;
  margin:5px;
  z-index: 2;
}



.litt_info1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 220px;
  /*background-color: red;*/
}

.litt_loc_admi {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /*background-color: pink;*/
  padding-bottom: 20px;
  margin-top:7px;
  margin-left: 7px;
  font-family:calibri;
  font-size: 1.2em;
  width: 60%;
}

.litt_libre_photo {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /*background-color: red;*/
  width: 30%;
  
  height: 20px;
}

.litt_loc_geo {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /*background-color: yellow;*/
  padding-bottom: 20px;
  margin-top:7px;
  margin-left: 7px;
  font-family:calibri;
  font-size: 1.2em;
  width: 45%;
}

.litt_info2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 10px;
  width: 100%;
  /*background-color: green;*/
}

.litt_access {
  /*background-color: purple;*/
  margin-top:10px;
  margin-left: 7px;
  font-family:calibri;
  font-size: 1.2em;
}

.litt_ref_spec {
  /*background-color: lime;*/
  margin-top:10px;
  margin-right: 7px;
  font-family:calibri;
  font-size: 1.2em;
}
.litt_administratif {
  font-family:calibri;
  font-size: 1.2em;
  margin-right: 7px;
} 

.litt_descrideta {
  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  background-image:linear-gradient(-45deg, rgba(226,221,198),rgba(174,169,142)); 
  font-family:calibri;
  font-size: 1.2em;
  margin: 2px 5px 3px 5px; /*haut|droit|bas|gauche*/
  padding: 7px 5px 15px 5px; /*haut|droit|bas|gauche*/
}



.litt_datatemp {
  width: 20%;
  height:auto;
   background-color:#E2E3E2 ;
   border: 1px solid #B7B7B7;
   margin-right:5px;
   font-family:calibri;
   font-size: 0.9em;
   position: relative;
   top : -12px;
   left : 20px;
}