/**
 * WOC_3DS - Wall of cards (wp-mod-ftr-cards)
 * @version v1.5.20
 * @updated 2020-07-06
 * @license Dassault Systèmes
 * @author Dassault Systèmes
 */
.ds-woc-loading-layer.hasloader {
	position: fixed;
	z-index: 1000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.ds-woc-loading-layer.hasloader > div {
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ds-woc-loading-layer.hasloader ~ .ds-woc-loading-layer.hasloader {
	visibility: hidden;
}

body.ds-woc-noscroll {
	overflow: hidden;
	height: 100%;
}

.ds-spinner {
	margin-left: calc(50% - 16px);
}

.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper {
	height: 120px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper {
	height: 104px;
}

.ds-ui-kit-scope .ds-card .ds-card__wrapper .wait-ellipsis {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.ds-ui-kit-scope .ds-card .ds-card__wrapper > * {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-card--add-info,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-card--add-info,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-card--add-info,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-card--add-info {
	max-height: 16px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__name {
	max-height: 16px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__company {
	max-height: 16px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__infos {
	max-width: 100%;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__infos,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__infos {
	max-width: calc(100% - 39px);
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-people__company {
	overflow-x: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper p {
	overflow: hidden;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-card__title,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-card__title,
.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-card__title,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-card__title {
	overflow: hidden;
}

.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__info {
	max-width: calc(100% - 64px);
}

.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper > span.ds-card__category {
	max-height: 18px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper p {
	max-height: 48px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact .ds-card__wrapper .ds-card__title {
	max-height: 40px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact:not(.ds-card--noimage) .ds-card__wrapper .ds-card__info {
	width: calc(100% - 152px);
}

.ds-ui-kit-scope .ds-card.ds-card--compact.is-large:not(.ds-card--noimage) .ds-card__wrapper .ds-card__info {
	width: calc(100% - 172px);
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper > span.ds-card__category,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper > span.ds-card__category,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper > span.ds-card__category {
	max-height: 21px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper p {
	max-height: 144px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-card__title,
.ds-ui-kit-scope .ds-card.ds-card--classic .ds-card__wrapper .ds-card__title,
.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-card__title {
	max-height: 48px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper > span.ds-card__category {
	max-height: 21px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper p {
	max-height: 60px;
}

.ds-ui-kit-scope .ds-card.ds-card--compact.is-large .ds-card__wrapper .ds-card__title {
	max-height: 48px;
}

.ds-ui-kit-scope .ds-sharing .ds-btn {
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-sharing .ds-btn:hover {
	background-color: #d6d6d6;
}

.ds-ui-kit-scope .ds-card.image-contain .ds-card__thumbnail {
	padding: 10px;
	background-image: none !important;
}

.ds-ui-kit-scope .ds-card.image-contain .ds-card__thumbnail .ds-card__imgtag {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.ds-ui-kit-scope .ds-card.image-contain.no-bg .ds-card__thumbnail {
	background-color: transparent;
}

.ds-ui-kit-scope .ds-col--xs-offset-1 {
	margin-left: 25%;
}

.ds-ui-kit-scope .ds-input.ds-input--search input {
	height: 58px;
}

.ds-ui-kit-scope .ds-woc-filters .ds-input {
	margin-bottom: 0;
}

.ds-ui-kit-scope .ds-woc-iscard .ds-card--lines,
.ds-ui-kit-scope .ds-woc-iscard .ds-card--lines .ds-card__wrapper {
	background-color: transparent;
}

.ds-ui-kit-scope .ds-woc-iscard .ds-card--lines,
.ds-ui-kit-scope .card-dummy .ds-card--lines {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.ds-ui-kit-scope .ds-woc-iscard:last-child .ds-card--lines,
.ds-ui-kit-scope .card-dummy:last-child .ds-card--lines {
	border-bottom: 0;
}

.ds-ui-kit-scope .ds-card--classic.ds-card--noimage .ds-card__wrapper {
	padding-top: 27px;
}

.ds-ui-kit-scope .ds-input--search .ds-btn {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	height: 56px;
	margin: 1px;
	padding: 15px 10px;
	color: rgba(0, 0, 0, .48);
	border-left: 1px solid rgba(0, 0, 0, .12);
	border-radius: 0 3px 3px 0;
	background-color: white;
}

.ds-ui-kit-scope .ds-input--search .ds-btn span {
	display: none;
}

.ds-woc-suggest {
	display: none;
}

.hasSuggest .ds-woc-filters {
	position: relative;
	height: 112px;
}

.hasSuggest .ds-woc-filters .ds-woc-suggest {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 24px;
	left: 0;
	display: block;
	color: rgba(0, 0, 0, .48);
}

.hasSuggest .ds-woc-filters .ds-woc-suggest.is-hidden {
	display: none;
}

.hasSuggest .ds-col .ds-woc-filters {
	height: auto;
}

.hasSuggest .ds-col:first-child .ds-woc-filters {
	height: 112px;
}

@media (min-width: 721px) {
	.hasSuggest .ds-col:nth-child(2) .ds-woc-filters {
		height: 112px;
	}
}

@media (min-width: 1041px) {
	.hasSuggest .ds-col:nth-child(3) .ds-woc-filters {
		height: 112px;
	}
}

@media (min-width: 1441px) {
	.hasSuggest .ds-col:nth-child(4) .ds-woc-filters {
		height: 112px;
	}
}
