#details_ref_en .imgflexbloc{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;margin-bottom:80px;
}
 #details_ref_en .thumbbox{
   
    padding: 0px 15px;
}
#details_ref_en .etiquette
{color:#303030;font-size:30px;text-transform:uppercase;display: inline-block;border-bottom:1px solid #303030;padding-right:20px;font-weight:bold;margin-bottom: 10px;padding-bottom:10px;    margin-left: 15px;}
 #details_ref_en .desc{color:#303030;font-size:14px;display: block;    text-align: justify;    margin-bottom: 40px; margin: 12px;}
#details_ref_en .imgp{
    display: block;
    width:100%;
    /* margin: 0 auto; */
    outline: none;
}
 #details_ref_en .Thumbimg{max-width:100%;outline: none;height:100%;}
 #details_ref_en .boximg{margin-bottom:30px; 
/* max-height: 500px;
    overflow: hidden; */ }
#details_ref_en .txt-description{display:block;    padding: 0 15px}
#details_ref_en .Thumb:first-child {
padding-left:0;}
#details_ref_en .Thumb { height: 150px; width:150px;    padding-bottom: 10px;}
@media (max-width: 500px)
{
 #details_ref_en .boximg{
width:100%;margin-bottom:20px
}
#details_ref_en .thumbbox{width:100%;}
#details_ref_en .liste_img{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
 #details_ref_en .Thumb {
    margin-bottom:10px;
    padding: 0px 10px;
    height: 80px;
    width: 80px;
}
}

