#donnees, #detaildonnees {
    width: 350px;
    /* min-height: 360px; */
    height: calc(100% - 390px);
    /* height: 320px; */
    background: #fff;
    position: fixed;
    /* top: 250px; */
    top: 165px;
    left: 0px;
    z-index: 100000;
    box-shadow: 2px 0px 7px rgb(0 0 0 / 50%);
    padding: 25px 15px 15px 15px;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 0 solid #41312C;
    border-bottom: 10px solid #41312C;
	display : none;
}

#donnees {
    width: 340px;
    height: 280px;
}
#donnees h2 {
margin-top: 0;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    padding: 6px 15px;
    text-align: left;
    box-sizing: content-box;
    z-index: 10002;
    background: #4c3b36;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

#close_obs, #close_obs_detail {
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10003;
}
#close_obs_detail{
	color: #859048;
}
#txtdonnees p {
    margin-top: 0;
    margin-bottom: 10px;
}
.detaildonnee {
    margin-left: 15px;
    border-left: 3px solid silver;
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 10px;
    height: 100%;
    overflow: auto;
}
#txtdonnees {
    max-height: 400px;
    margin-top: 25px;
    overflow: auto;
    padding-right: 10px;
}
.nbobs {
    background: #849249;
    padding: 2px 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.detaildonnee .nbobs {
    font-size: 13px;
    padding: 0;
    background: #859048;
    width: 35px;
    display: inline-block;
    text-align: center;
}
.liendetail span {
    text-decoration: underline;
    cursor: pointer;
    color: #8a992d;
    font-size: 14px !important;
}
.detaildonnee {
    margin-left: 15px;
    border-left: 3px solid silver;
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 10px;
    height: 100%;
    overflow: auto;
}


#detaildonnees {
    left: 12px;
    top: 212px;
    height: calc(100% - 385px);
}
.p2 {
    margin: 10px 0 10px 33px;
    position: relative;
    font-size: 14px;
}
.p2:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 4px solid #4c3b36;
    border-bottom: 4px solid #4c3b36;
    border-radius: 0 0 2px 0;
    transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    position: absolute;
    top: 4px;
    left: -24px;
}
#msg_nonpublic {
    font-size: 12px;
    font-style: italic;
    color: #818181;
    margin-top: 10px;
    text-align: justify;
    height: 30px;
}
.detaildonnee .nbobs {
    font-size: 13px;
    padding: 0;
    background: #a7bb3a;
    width: 35px;
    display: inline-block;
    text-align: center;
}
.detaildonnee .nbobs3 {
    margin-left: 5px;
    background: #fff;
    color: #000;
    border: 1px solid #8a992d;
    font-size: 11px;
    font-weight: normal;
}
.detail_nomsp span {
    text-decoration: underline;
    cursor: pointer;
    color: #8a992d;
}
.detaildonnee p {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.detail_obspar {
    background: #efefef;
    font-size: 13px !important;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 4px 10px 10px 10px !important;
    border-left: 2px solid #8a992d;
}