/*------------------------------------*\
    #Pagination générale
\*------------------------------------*/

.compPaginationTool {
	clear: both;
}

.compPaginationTool .headerComposants .footerComposants .contentComposants .dataContentComposants {
	background: none;
	padding-bottom: 0px;
	padding-top: 0;
}

.pagination {
	clear: both;
	background: none repeat scroll 0 0 transparent;
	color: #ffffff;
	display: block;
	font-size: 1.6667rem;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#pageCompte .pagination {
	display: block;
	margin: 20px 0px 20px 0px !important;
}

.separator {
	display: block;
	width: 554px;
	height: 8px;
	margin-bottom: 8px;
}

.resultatGauche,
.resultatDroit {
	float: left;
	width: 175px;
	color: var(--text-primary-color);
	display: none;
}

.resultatGauche span,
.resultatDroit span {
	display: none;
}

#pageCompte .resultatGauche,
#pageCompte .resultatDroit {
	color: var(--text-primary-color);
	display: none;
}

.resultatGauche {
	text-align: left;
}

.resultatDroit {
	float: right;
	text-align: right;
}

.poussetGaucheContainer,
.poussetDroitContainer {
	display: inline-block;
}

.poussetPageContainer {
	text-align: center;
	display: inline-block;
	height: 31px;
	vertical-align: top;
	line-height: 31px;
}

.poussetGauche,
.poussetDroit,
.poussetEndGauche,
.poussetEndDroit {
	display: block;
	float: left;
	margin: auto;
	cursor: pointer;
	text-align: center;
	padding: 0px 5px;
	border-radius: 4px;
	height: 31px;
	width: 45px;
	line-height: 31px;
}

.poussetEndGauche,
.poussetEndDroit {
	width: 9px;
}

.poussetEndGauche {
	display: none !important;
}

.poussetGauche:before {
	content: "\e615";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	color: var(--text-Quaternary-color);
	background: none;
	margin: 0 1px 0 0;
}

.poussetGauche span,
.poussetDroit span,
.poussetEndGauche span,
.poussetEndDroit span {
	display: none;
}

.poussetGauche {
	float: right;
}

.poussetDroit {
	float: left;
}

.poussetDroit:before {
	content: "\e616";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	color: var(--text-Quaternary-color);
	background: none;
	margin: 0 0 0 4px;
}

.poussetEndGauche {
	background-position: 0px -400px;
	float: left;
	display: none !important;
}

.poussetEndDroit {
	display: none !important;
}

.poussetLien,
.poussetLienActif {
	color: white;
	cursor: pointer;
	font-weight: 700;
	width: 35px;
	display: inline-block;
	font-size: 1.5rem;
}

#pageCompte .poussetLien {}

.poussetLien {
	color: #777777;
	font-weight: 300;
	-moz-transition: background 900ms ease-in-out;
	-ms-transition: background 900ms ease-in-out;
	-o-transition: background 900ms ease-in-out;
	width: 35px;
	display: inline-block;
}

.poussetLienActif {
	cursor: default;
	background: transparent;
	color: var(--text-primary-color);
}

#pageCompte .poussetLienActif {
	cursor: default;
	background: none repeat scroll 0 0 transparent;
	color: #282828;
}

.poussetLien:hover {
	-moz-transition: background 600ms ease-in-out;
	-ms-transition: background 600ms ease-in-out;
	-o-transition: background 600ms ease-in-out;
	transition: background 600ms ease-in-out;
	color: var(--text-primary-color);
}

/*------------------------------------*\
    #Optimisation mobile
\*------------------------------------*/

@media screen and (max-width: 767px) {
	.poussetLien,
	.poussetLienActif {
		font-size: 1.5rem;
		width: 30px;
	}

	.poussetGauche,
	.poussetDroit,
	.poussetEndGauche,
	.poussetEndDroit {
		width: auto;
	}
}