.card-celluleExposant
{
	background: rgb(228,201,140);
	background: linear-gradient(180deg, rgba(228,201,140,1) 0%, rgba(228,201,140,0.773546918767507) 53%, rgba(228,201,140,0.11808473389355745) 100%);
	border-width: 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgb(153 135 95); 
	box-shadow: 0px 0px 4px 0px rgb(153 135 95);
	border-color: transparent;
	color: black;
}

.card-marque
{
	background: rgb(228,201,140);
	-webkit-box-shadow: 0px 0px 4px 0px rgb(153 135 95); 
	box-shadow: 0px 0px 4px 0px rgb(153 135 95);
	color: black;
	border:3px solid white;
	height: 150px;
}

.card-nomExposant
{
	font-size: 12pt;
	line-height: 14pt;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #253267;
	font-weight: bold;
}

.card-nomExposant-text
{
    display: -webkit-box;
    hyphens: auto;
    font-family: 'roboto condensed',sans-serif !important;
    font-optical-sizing: auto;
    font-size: 10pt;
    line-height: 10pt;
    line-clamp: 4;
    -webkit-line-clamp: 4;
	overflow: hidden; 
}

.card-flag
{
	top:5px;
}

.card-flag img
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-width: 0;
}

.card-stand
{
	text-align: right;
	font-size: 10pt;
	margin-right: 10px;
	margin-top:5px;
	height: 15px;
}

.card-ligne
{
	border-color: #253267;
}

.rsoc-rouge
{
	color: red;
}

.card-marque-de
{
	font-size: 7pt;
	line-height: 8pt;
	padding: 5px 0px 0px 0px;
}

.card-celluleMarque
{
	height:200px;
}

.card-nomMarque
{
	padding: 0;
	margin: 0;
	height: 60px;
	padding: 5px;
}

.cards-ad
{
	width: 100%;
	display: block;
	margin-top: 30px;
	box-shadow: 0px 0px 4px 0px #000000;
	cursor:pointer;
	transition: margin-top 0.3s ease-in-out, outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cards-ad:hover
{
	margin-top: 15px;
	/*outline: 3px solid rgb(84,151,193);*/
	box-shadow: 0px 10px 10px 0px #666;
}

.card-text-container
{
	top: 85px;
	height: 62px;
	background-color: transparent;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    hyphens: auto;
    font-family: 'roboto condensed',sans-serif !important;
    font-optical-sizing: auto;
}

.card-text-readmore 
{
	background-color: #292E5E;
	color: white;
	top: 150px;
}

.card-image-container 
{
	bottom: 40px;
	height: 60px;
	background-color: white;
	border-radius: 10px;
	padding: 5px;
}

.card-image-container.marque
{
	bottom: 22px;
}

.card-image-container.haut
{
	bottom: 100px;
}

.card-pictos-container
{
	bottom: 5px;
	background-color: transparent;
	
}

.card-pictos-container i
{
	margin-right: 5px;
	font-size: 14pt;
}