@charset "UTF-8";
/* CSS Document */

#sales_infos_fond
{
	width: 840px;
	height: 700px;
	padding: 30px;
	
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 8px;
}

#sales_infos_defile
{
	width: 800px;
	height: 700px;
	padding-right: 40px;
	overflow: auto;
}

#sales_infos
{
	width: 800px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color: rgba(255, 255, 255, 1);
}

#sales_infos h1
{
	margin: 0;
}

#sales_infos img
{
	vertical-align: bottom;
}

#sales_infos .enFrancais
{
	color: rgba(90, 91, 94, 1);

}

#sales_infos .sales_lienContact
{
	color: rgba(255, 255, 255, 1);
}

#sales_infos .enFrancais .sales_lienContact
{
	color: rgba(90, 91, 94, 1);
}
/* le header */

#sales_infos #sales_entete
{
	font-family: Michroma;
	font-size: 18px;
	word-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}

#sales_infos #sales_entete #sales_titre_en
{
	background-image: url(../images/artprintsales/drapeau_anglais.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#sales_infos #sales_entete #sales_titre_fr
{
	background-image: url(../images/artprintsales/drapeau_francais.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-top: 12px;
}

#sales_infos #sales_entete #sales_entete_encadre
{
	width: intrinsic;           /* Safari/WebKit utilisent un nom non-standard */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	width: -ms-max-content; /* Chrome */
	width: max-content;
	/*
	width: -moz-fit-content; 
	width: -webkit-fit-content;
	*/
	width: 570px;

	border: dotted 1px rgb(90, 91, 94);
	padding: 8px 12px;
	margin: auto;
	margin-top: 24px;
}


/* les sections de texte */

#sales_infos > section
{
	margin-top: 36px;
}

#sales_infos section h1
{
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

#sales_infos section h1 span
{
	text-decoration: underline;
}

#sales_infos > section section:nth-child(n+2)
{
	margin-top: 12px;
}

#sales_infos .sales_contenu_visuel .sales_contenu_visuel_image
{
	width: 280px;
	float: left;
}

#sales_infos .sales_contenu_visuel .sales_contenu_visuel_description
{
	width: 236px;
	text-align: center;
	font-size: 16px;
	float: left;
	padding: 0 12px;
}

#sales_infos .sales_contenu_visuel #sales_acrylic_visuel_description_en
{
	padding-top: 36px;
}

#sales_infos .sales_contenu_visuel #sales_acrylic_visuel_description_fr
{
	padding-top: 45px;
}

#sales_infos .sales_contenu_visuel #sales_fineart_visuel_description_en, #sales_infos .sales_contenu_visuel #sales_fineart_visuel_description_fr
{
	padding-top: 56px;
}

.finFloat
{
	clear: both;
}


/* la section comparaison des tailles */
#sales_infos #comparaison_tailles .comparaison_visuel:nth-child(n+2)
{
	margin-top: 12px;
}

#sales_infos #comparaison_tailles .comparaison_visuel, #comparaison_tailles .comparaison_visuel img
{
	vertical-align: middle;
}

#sales_infos #comparaison_tailles .comparaison_visuel span
{
	width: 528px;
	text-align: right;
	display: inline-block;
	margin-right: 76px;
}

/* les mockups */
#sales_infos #mockup_horizontal .mockup_H:nth-child(n+2), #sales_infos #mockup_vertical .mockup_V:nth-child(n+2)
{
	margin-top: 24px;
}

/* le texte need */
#sales_infos #need h1, #sales_infos #need .need_contenu
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#sales_infos #need .need_contenu:nth-of-type(1)
{
	margin: 40px 0;
}

#sales_infos #need .need_contenu:nth-of-type(n+2)
{
	text-align: center;
	margin: 40px auto;
}

#sales_infos #need .need_contenu:nth-of-type(n+2) .enFrancais
{
	margin-top: 12px;
}


#sales_infos #need .need_contenu #need_contenu2_1
{
	letter-spacing: 0.14em;
}

#sales_infos #need .need_contenu #need_contenu2_2
{
	letter-spacing: 0.045em;
}

#sales_infos #need .need_contenu #need_contenu2_3
{
	letter-spacing: -0.06em;
}

#sales_infos #need .need_contenu #need_contenu2_4
{
	letter-spacing: 0.02em;
}

