#cat_det .bloc_tabl{    display: flex;
    flex-wrap: wrap;}
#cat_det .nom_cat{
color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 2vh;
    font-size: 35px;
    font-weight: bold;
    display: block;
padding-left: 15px;
}
#cat_det .discri_cat{
    color: #fff;
    text-align: justify;
    padding-right: 10px;
padding-bottom: 2vh;
    display: block;
padding-left: 15px;
}

#cat_det .discri_cat table{font-size:12px;max-width:100%;text-align:center;border-collapse:collapse;border:1px solid #0352ad;margin:20px auto;width:50%;min-width:275px;}
#cat_det .discri_cat th {
	font-size: 14px;
    color: #fff;
    padding: 15px 10px 10px;
    background-color: #022f63;
    border-bottom: solid 1px #0352ad;
}
#cat_det .discri_cat th.titlecat{
background-color: #053f82;
    text-align: center;
}
#cat_det .discri_cat tbody {
	background: #e8edff;
}
#cat_det .discri_cat td {
	color: #669;
	border-top: 2px solid #022f63;
	padding: 10px;
}
#cat_det .discri_cat tbody tr:hover td {
	color: #339;
	background: #d0dafd;
}
#cat_det .tab_img{
    margin-bottom: 25px;
}
#cat_det .tab_img img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    border: 5px solid #FFFFFF !important;
    top: auto !important;
    left: auto !important;
    min-height: 100%;
}
@media only screen and (max-width: 600px) 
{
#cat_det .nom_cat{

    font-size: 27px;}
}

