/***** CSS POUR RECHERCHE AVANCEE ARTICLE ******/

#A_content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#A_content DIV {
}

#A_familles {
	float: left;
	height: 100%;
	width: 256px;
	/* border-right: solid 2px rgba(0,0,0,0.2); */
	overflow: hidden;
} 

#A_content .hide {
	display: none
}

#A_content .titre {
	font-size: 1.6rem;
	/* text-transform: uppercase; */
	background: rgb(159, 173, 182);
	text-align: left;
	height: 48px;
	overflow: hidden;
	padding: 0 1rem;
	line-height: 48px;
	display: block;
	color: white;
}

#A_content .titre::before {
	padding-right: 1rem
}

#A_content .switchview {
	position: absolute;
	height: 48px;
	width: 48px;
	/* background-color: red; */
	top: 0;
	right: 48px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	z-index: 7;
}

#A_content .allview {
	position: absolute;
	height: 48px;
	width: 14rem;
	/* background-color: red; */
	top: 0;
	right: 96px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	z-index: 7;
	font-size:  1.7rem;
	line-height: 48px;
}


#A_content .switchview:hover {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.8);
}

#A_content .allview:hover {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.8);
}

#A_content .switchview::before {
	font-size: 2.5rem;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	width: 48px;
}

#A_content .allview::before {
	font-size: 2rem;
	text-align: center;
	line-height: 5rem;
	display: inline-block;
	width: 5rem;
	
}

#A_content .search {
	position: absolute;
	height: 48px;
	width: 25rem;
	/* background-color: red; */
	top: 0;
	right: 24rem;
	color: rgba(255, 255, 255, 0.8);
	z-index: 7;
	font-size:  1.7rem;
	line-height: 48px;
}

#A_content .search .field {
	width: 20rem;
	background-color: rgba(255,255,255,0.8);
}

#A_content .search .btnsearch {
	width: 5rem;
	float: right;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}

#A_content .searchlist {
	position: absolute;
	height: 5rem;
	width: 25rem;
	/* background-color: red; */
	top: 0;
	right: 45rem;
	color: rgba(255, 255, 255, 0.8);
	z-index: 7;
	font-size:  1.7rem;
	line-height: 5rem;
}

#A_content .searchlist SELECT {
	width: 20rem;
	background-color: rgba(255,255,255,0.8);
}


#A_content .scroller {
	/* height: calc(100% - 5rem); */
	overflow-y: auto;
}

#A_content .item {
	/* padding-left: 2rem; */
	font-size: 1.4rem;
	/* line-height: 5rem; */
	vertical-align: middle;
	overflow: hidden;
	height: 5rem;
	cursor: pointer;
	transition: height 0.2s;
}

#A_content .item .lib {
	line-height: 5rem;
	/* vertical-align: middle; */
	height: 5rem;
	padding-left: 2rem;
	/* display: inline-block; */
}

#A_content .item .lib span {
	line-height: 1.5rem;
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 4rem);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#A_content .item.open > .lib {
	font-weight: bold;
}

#A_content .item.open > .lib::after {
	content: "\f139";
	font-family: SWGicon2;
	font-size: 1.8rem;
	float: right;
	margin-right: 1rem
}

#A_content.new .item.open > .lib::after {
	content: ""; /*\f00d*/
	font-size: 1.5rem;
}

#A_content .item.close > .lib {
	height: 5rem;
}

#A_content .item.close > .lib::after {
	content: "\f13a";
	font-family: SWGicon2;
	font-size: 1.8rem;
	float: right;
	margin-right: 1rem
}

#A_content.new .item.close > .lib::after {
	content: ""; /*\f078*/
	font-size: 1.5rem;
}

#A_content .item.sel > .lib {
	background-color: rgba(113, 189, 0, 1);
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: white;
}

#A_content.new .item.sel > .lib {
	font-weight: 400;
	text-shadow: none;
	color: initial;
	background-color: rgba(231, 184, 75, 1);
	text-shadow: 0;
}



#A_content .item.sel > .lib::after {
	content: "\f138";
	font-family: SWGicon2;
	font-size: 1.8rem;
	float: right;
	margin-right: 1rem
}

#A_content.new .item.sel > .lib::after {
	content: "\f054";
	font-size: 1.5rem;
}

#A_content .item.lvl1 {
    background: rgba(34, 45, 52, 0.61);
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.15);
    color: white;
}

#A_content.critinfam  .item.lvl1.nosel {
	display: none;
}

#A_content.critinfam  .item.lvl1.open > .lib {
	padding-left: 1rem;
}

#A_content.critinfam  .item.lvl1.open > .lib span {
	width: calc(100% - 8rem);
}
#A_content.critinfam  .item.lvl1.open > .lib:before {
	content: "\f053";
	font-family: SWGicon2;
	font-size: 1.5rem;
	float: left;
 	width: 2rem;
}

#A_content.new .item.lvl1 {
    background: rgba(255,255,255,1);
    border-top: 0;
    border-bottom: 0;
    color: initial;
}

#A_content .item.lvl1:nth-child(odd) {
    background: rgba(34, 45, 52, 0.5);
}

#A_content.new .item.lvl1:nth-child(odd) {
    background: rgba(255,255,255,1);
}

#A_content .item.lvl1 .lib { 
	padding-left: 2rem;
	font-weight: 400;
	font-size: 1.5rem;
}

#A_content .item.lvl2 {
    border-bottom: solid 1px rgba(0,0,0,0.15);
    border-top: solid 1px rgba(255,255,255,0.2);
}

#A_content.new .item.lvl2 {
    border-bottom: none;
    border-top: none;
}

#A_content .item.lvl2 .lib { padding-left: 4rem; font-weight: 300;}

#A_content .item.lvl3 {
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.15);
}

#A_content.new .item.lvl3 {
    border-bottom: none;
    border-top: none;
}

#A_content .item.lvl3 .lib { 
	padding-left: 6rem; 
	/*font-weight: 200;*/
	font-size: 1.4rem;
}

#A_content .item.lvl4 {
	
}

#A_content .item.lvl4 .lib {
	padding-left: 8rem;
}

/******* #A_criteres et .A_marques *******/

#A_criteres,
#A_content .A_marques {
	position: absolute;
	z-index: 3;
	top: 48px;
	left: 256px;
	width: calc(100% - 256px);
} 

#A_criteres > .titre,
#A_content .A_marques > .titre {
	position: absolute;
	top: -48px;
	width: 12rem;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}

#A_criteres .titre,
#A_content .A_marques .titre {
	font-size: 1.6rem;
	text-align: left;
	color: white;
	font-weight: 400;
	padding: 0 1rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#A_criteres > .scroller,
#A_content .A_marques > .scroller {
	height:	0;
	transition: all 0.2s;
	overflow: hidden;
	overflow-y: auto;
} 

#A_criteres.open .scroller,
#A_content .A_marques.open .scroller {
	height: 256px;
} 

/******* #A_criteres *******/

#A_criteres > .titre,
#A_criteres > .scroller,
#A_criteres > .scroller .titre {
	background: #e8ba21;
}

#A_criteres .categ {
	/* border-bottom: solid 1px rgba(0,0,0,0.3); */
	display: inline-block;
	vertical-align: top;
	width: 20rem;
	/* padding-right: 1rem; */
	border-right: solid 1px rgba(255,255,255,0.2);
	height: 22rem;
}

#A_criteres .categ .titre {
	font-size: 1.5rem;
	text-transform: uppercase;
	background: transparent;
	text-align: left;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

#A_criteres .item {
	padding: 0 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
	vertical-align: middle;
	overflow: hidden;
	height: 6rem;
	cursor: pointer;
	transition: height 0.2s;
	color: white;
}

#A_criteres .item .caption {
	font-size: 1.3rem;
	line-height: 2rem;
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

#A_criteres .item .value {
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

#A_criteres .item .value SELECT,
#A_criteres .item .value INPUT {
	width: 100%;
}

#A_criteres .titre::before {
	padding-right: 1rem;
}
#A_criteres select  {
	background-color: white;
}

/********** #A_content .A_marques **********/

.critinfam #A_marques {
	display: none;
}


#A_content .A_marques > .titre,
#A_content .A_marques > .scroller,
#A_content .A_marques > .scroller .titre {
	background: #5E7CA6;
}

#A_content .A_marques > .titre {
	left: 12rem;
}

#A_content.critinfam .A_marques > .titre {
	left: 0rem;
}

#A_content .A_marques > .scroller {
	color: #FFF;
	font-size: 1.3rem;
}

#A_content .A_marques > .scroller ul {
	padding: 1rem 0 1rem 1rem;
	margin: 0;
}

#A_content .A_marques > .scroller li {
	display: block;
	width: 23rem;
	line-height: 4rem;
	float: left;
	padding: 0 1rem;
	margin: 2px;
	overflow: hidden;
	cursor: pointer;
	list-style: none;
}

#A_content .A_marques > .scroller ul:after {
	content: '';
	display: block;
	clear: both;
}

#A_content .A_marques > .scroller li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#A_content .A_marques > .scroller li[data-count] {
	background-color: rgba(0, 0, 0, 0.1);
}

#A_content .A_marques > .scroller li[data-count]:after {
	content: attr(data-count);
	float: right;
}

#A_content .A_marques > .scroller li.active,
#A_content .A_marques > .scroller li.active:hover {
	background-color: #FFF !important;
	color: #5E7CA6 !important;
}


/******* #A_criteres dans barre familles *******/

#A_familles #A_criteres {
	position: relative;
	z-index: 3;
	top: 5rem;
	left: 0rem;
	width: 27rem;
} 

.nofam #A_familles #A_criteres {
	top: 0rem;
} 

#A_familles #A_criteres > .titre {
	position: absolute;
	top: -5rem;
	width: 30rem;
	height: 5rem;
	overflow: hidden;
	cursor: pointer;
}

#A_familles #A_criteres .titre {
	font-size: 1.6rem;
	text-align: left;
	color: white;
	font-weight: 400;
	padding: 0 1rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#A_familles #A_criteres > .scroller {
	height: auto;
	transition: all 0.2s;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
} 

#A_familles #A_criteres.open .scroller {
	height: auto;
} 

/******* #A_criteres *******/

#A_familles #A_criteres > .titre,
#A_familles #A_criteres > .scroller,
#A_familles #A_criteres > .scroller .titre {
	background: #e8ba21;
}

#A_familles #A_criteres .categ {
	/* border-bottom: solid 1px rgba(0,0,0,0.3); */
	display: inline-block;
	vertical-align: top;
	width: 100%;
	/* padding-right: 1rem; */
	border-right: solid 1px rgba(255,255,255,0.2);
	height: auto;
}

#A_familles #A_criteres .categ .titre {
	font-size: 1.5rem;
	text-transform: uppercase;
	background: transparent;
	text-align: left;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

#A_familles #A_criteres .item {
	padding: 0 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
	vertical-align: middle;
	overflow: hidden;
	height: 6rem;
	cursor: pointer;
	transition: height 0.2s;
	color: white;
}

#A_familles #A_criteres .item .caption {
	font-size: 1.3rem;
	line-height: 2rem;
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

#A_familles #A_criteres .item .value {
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

#A_familles #A_criteres .item .value SELECT,
#A_familles #A_criteres .item .value INPUT {
	width: 100%;
}

#A_familles #A_criteres .titre::before {
	padding-right: 1rem;
}
#A_familles #A_criteres select  {
	background-color: white;
}




/********** #A_articles **********/

#A_articles {
	position: absolute;
	left: 256px;
	height: 100%;
	width: calc(100% - 27rem);
	overflow: hidden;
} 

.famth #A_articles {
	/* overflow-y: auto; */
}

.arbohide #A_articles {
	width: 100%;
	left: 0rem;
}

.nocrit #A_articles {
	width: calc(100% - 256px);
} 


#A_articles .titre {
	padding-left: 25rem;
	/* position: fixed; */
	/* width: calc(100% - 29rem); */
	/* border-radius: 0 0.5rem 0 0; */
}

.critinfam #A_articles .titre {
	padding-left: 0rem;
}

#A_articles .scrollerout {
	height: calc(100% - 5rem);
	overflow-y: auto;
	border-left: solid 1px rgba(0,0,0,0.2);
}

#A_familles_th {
	/* border-left: solid 1px rgba(0,0,0,0.2); */
	transition: all 0.2s;
	background-color: rgba(0,0,0,0.05);
	/* margin-top: 5rem; */
}

#A_familles_th .path {
	padding: 0.5rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 4rem;
}

#A_familles_th .pathlib {
	cursor: pointer;
	color: rgba(0,0,0,0.8);
}

#A_familles_th .pathlib.home {
	color: rgba(0,0,0,1);
}

#A_familles_th .pathlib.select {
	color: rgba(0,0,0,1);
	font-weight: 600;
}

#A_familles_th .pathlib:hover {
	font-weight: 600;
}

#A_familles_th .content {background: transparent;border-bottom: solid 1px rgba(0,0,0,0.2);}

#A_familles_th .content .famille_item {
	position: relative;
	float: left;
	width: 25rem;
	padding: 0.2rem 0.5rem;
	line-height: 4rem;
	font-size: 1.5rem;
	overflow: hidden;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.2);
	margin: 0.5rem;
	height: 5rem;
	vertical-align: middle;
	background: rgb(57, 94, 123);
	color: white;
	font-weight: 500;
}

#A_familles_th .content .famille_item .lib {
	/* border: solid 1px rgba(0,0,0,0.2); */
	padding: 0 0.5rem;
	line-height: 1.5rem;
	vertical-align: middle;
	display: inline-block;
}


#A_familles_th .content .famille_item:hover {
	background-color: rgba(0,0,0,0.2);
}

#A_articles .scroller {
	/* border-left: solid 1px rgba(0,0,0,0.2); */
	transition: all 0.2s;
}

#A_articles .scroller.copen {
	/* height: calc(100% - 30rem); */
	margin-top: 22rem;
} 

#A_articles .scroller.chide {
	/* height:	100%; */
	margin-top: 0rem;
}



.article_item {
	position: relative;
	float: left;
	width: 26rem;
	height: 280px;
	padding: 0.5rem;
	overflow: hidden;
	font-size: 1.3rem;
}

.article_item .inner:hover {
	background: #eee;
}

.article_item .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: solid 1px rgba(0,0,0,0.2);
	cursor: pointer;
}

.article_item DIV {
	overflow: hidden;
}


.article_item .img {
	width: 100%;
	height: 200px;
	vertical-align: middle;
	line-height: 200px;
}

.article_item .img IMG {
	width: 100%;
	margin-top: -10px;
	vertical-align: middle;
	display: inline-block;
}

.article_item .code {
	padding: 0.5rem;
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
}

.article_item .desi2 {
	display: none;
}

.article_item .desc {
	display: none;
}

.article_item .desi {
	width: 100%;
	height: auto;
	padding: 0.5rem;
}

.article_item .pv {
	padding: 0.5rem;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	border-top: solid 1px rgba(0,0,0,0.2);
	/*background: rgba(0,0,0,0.5);*/
	background: rgba(8, 54, 90, 0.8);
	color: white;
	font-weight: 400;
}

.article_item .pa {
	padding: 0.5rem;
	width: 50%;
	position: absolute;
	bottom: 2.5rem;
	right: 0;
	text-align: right;
	background: rgba(200,100,100,0.5);
	color: white;
	font-weight: 400;
}

.article_item .caption {
	padding: 0.5rem;
}

.article_item .stock {
	padding: 0.7rem 1.5rem;
	width: 15rem;
	position: absolute;
	top: 0;
	right: 0;
	/* text-align: right; */
	border-top: none;
	/* background: rgba(0,0,0,0.5); */
	color: white;
	font-weight: 400;
	height: 5rem;
}


.article_item .stock .sp {
	border-top: solid 1px rgba(255,255,255,0.5);	
}

.article_item .stock .caption {
	padding-left: 1rem;
	font-weight: 200;
	text-align: left;
}

.article_item .stock .value {
	padding-left: 1rem;
	font-weight: 400;
	text-align: right;
	float: right;
}


.list .article_item {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	padding: 0.5rem;
	overflow: hidden;
	font-size: 1.3rem;
}

.list .article_item .caption {
	padding: 0rem;
}

.list .article_item .inner:hover {
	background: #eee;
}

.list .article_item .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: solid 1px rgba(0,0,0,0.2);
	cursor: pointer;
}

.list .article_item DIV {
	overflow: hidden;
}


.list .article_item .img {
	width: 6rem;
	height: 6rem;
	float: left;
	/* background-color: rgba(0,0,0,0.1); */
	vertical-align: middle;
	line-height: 6rem;
}

.list .article_item .img IMG {
	width: 100%;
	margin-top: 0px;
	vertical-align: middle;
}

.list .article_item .code {
	padding: 0.5rem;
	float: left;
	width: 15rem;
	position: initial;
	text-align: left;
	border: none;
	display: iniline-block;
}

.list .article_item .desi2 {
	display: none;
}

.list .article_item .desc {
	float: left;
	width: calc(100% - 36rem);
	display: block;
	padding: 0.5rem;
	font-style: italic;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: lef;
}

.list .article_item.action .desc {
	width: calc(100% - 51rem);
}

.list .article_item .desi {
	width: calc(100% - 50rem);
	height: auto;
	padding: 0.5rem;
	float: left;
	font-weight: 400;
}

.list .article_item .pv {
	padding: 0.5rem 1.5rem;
	width: 15rem;
	position: absolute;
	bottom: 0;
	right: 15rem;
	text-align: right;
	border-top: none;
	background: rgba(8, 54, 90, 0.8);
	color: white;
	font-weight: 400;
	height: 100%;
}

.list .article_item.achat .pv {
	padding: 0.5rem 0.5rem;
	width: 15rem;
	position: absolute;
	bottom: 0;
	right: 15rem;
	text-align: left;
	border-top: none;
	background: rgba(8, 54, 90, 0.8);
	color: white;
	font-weight: 400;
	height: 100%;
}

.list .article_item .pv .caption {
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 2rem;
    vertical-align: middle
}

.list .article_item.achat .pv .caption {
    display: inline-block;
    text-align: left;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 4.5rem;
}

.list .article_item .pv .value {
    display: block; text-align: center; 
    font-weight: 300; 
    font-size: 1.8rem;
    line-height: 3rem;
}

.list .article_item.achat .pv .value {
    display: inline-block; 
    text-align: right; 
    font-weight: 300; 
    font-size: 1.8rem;
    line-height: 3rem;
    width: 9.5rem;
    vertical-align: middle
}

.list .article_item .pa {
	padding: 0.3rem 0.5rem;
	width: 15rem;
	position: absolute;
	top: 3.5rem;
	right: 15rem;
	text-align: left;
	border-top: none;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	font-weight: 400;
	height: 100%;
}

.list .article_item .pa .caption {
    display: inline-block;
    text-align: left;
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 5rem;
    vertical-align: middle;
}

.list .article_item .pa .value {
    display: inline-block; 
    text-align: right; 
    font-weight: 300; 
    font-size: 1.6rem;
    line-height: 2rem;
	width: 9rem;
	vertical-align: middle;
}


.list .article_item .stock {
	padding: 0.5rem 1.5rem;
	width: 15rem;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	border-top: none;
	/* background: rgba(0,0,0,0.5); */
	color: white;
	font-weight: 400;
	height: 100%;
}

.list .article_item .stock .caption {
	/* padding-left: 1rem; */
	text-align: left;
	display: inline-block;
	font-weight: 200;
	line-height: 2.5rem;
}

.list .article_item .stock .value {
	/* padding-left: 1rem; */
	text-align: left;
	display: inline-block;
	font-weight: 400;
	line-height: 2.5rem;
	float: right;
}



/* ACTIONS */
.article_item .btn_actions {
	padding: 0rem;
	width: 15rem;
	position: absolute;
	top: 5rem;
	right: 0rem;
	text-align: right;
	border-top: none;
	background: transparent;
	color: white;
	font-weight: 400;
	height: 5rem;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.8);
}

.list .article_item .btn_actions {
	padding: 0rem;
	width: 20rem;
	position: absolute;
	top: initial;
	bottom: 0;
	right: 30rem;
	text-align: right;
	border-top: none;
	background: transparent;
	color: white;
	font-weight: 400;
	height: 100%;
	vertical-align: middle;
}



.article_item .btn_actions BUTTON {
	margin: 0;
	width: 5rem;
	height: 100%;
	border-radius: 0;
	border: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 5rem;
}

.article_item .btn_actions .qte {
	margin: 0;
	width: 5rem;
	height: 100%;
	border-radius: 0;
	border: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 5rem;
	color: initial;
	font-size: 1.5rem;
	text-align: center;
}

.list .article_item .btn_actions .qte {
	line-height: 6rem;
}

.article_item .btn_actions BUTTON::before {
	vertical-align: middle;
	display: inline-block;
	/* height: 6rem; */
}

.article_item .btn_actions .btn_add {
	
}

.article_item .btn_actions .btn_add_plus {
	background-color: transparent;
}




.article_item .wait {
	background-color: rgba(250,200,0,0.9);
}

.article_item .ko {
	background-color: rgba(221, 57, 57, 0.8);
}

.article_item .ok {
	/*background-color: rgba(25, 166, 25, 0.8);*/
	background-color: #94ca1c;
	/* text-shadow: 0px 1px 0px rgba(0,0,0,0.5); */ 
}

@media (max-width: 775px) {

	.list .article_item .code {
		width: calc(100% - 10rem);
	}

	.list .article_item .desi2, .list .article_item .desc {
		display: none;
	}

	#A_familles > .titre {
		display: none;
	}

	#A_criteres {
		margin-top: 5rem;
		width: 20rem;
	}

	#A_familles #A_criteres > .scroller {
		width: 20rem;
	}

	#A_familles #A_criteres .categ {
		width: 20rem;
	}

	#A_articles {
		left: 0;
		width: 100%;
	}

	#A_articles .titre {
		padding-left: 0;
	}

	.critinfam	#A_articles .titre {
		padding-left: 0.5rem;
	}

	#A_articles .scroller {
		margin-left: 20rem;
	}

	#A_articles #A_familles_th {
		margin-left: 20rem;
	}

	#A_familles_th .content .famille_item {
		width: 20rem;
	}

	#A_articles .article_item {
		width: 32rem;
	}

	#A_articles .list .article_item {
		width: 100%;
	}