:root{

	/*https://www.tints.dev/   #B94367 lightness max: 100 lightness min: 10*/
	--primary50:#F7EDED;
	--primary100:#F1DFDF;
	--primary200:#E4BFBE;
	--primary300:#D69F9E;
	--primary400:#C97F7D;
	--primary500:#BB5E5C; /* couleur principale */
	--primary600:#A64745;
	--primary700:#853938;
	--primary800:#652B2A;
	--primary900:#441D1D;

	/*https://www.tints.dev/   #B94367 lightness max: 100 lightness min: 10*/

	--accent50: #FCF8F3;
	--accent100: #F8EEE2;
	--accent200: #F1DDC5;
	--accent300: #EBCCA8;
	--accent400: #E4BB8B;
	--accent500: #DDAA6F; /* couleur accent principale */
	--accent600: #D49349;
	--accent700: #C27D2E;
	--accent800: #9D6525;
	--accent900: #784D1C;
}

.connexion .gauche .imageConnexion {
	background: none;
}
.connexion .gauche .imageConnexion svg {
	display: none;
}
.connexion .gauche {
	background: linear-gradient(rgba(255, 255, 255, .0), rgba(255, 255, 255, .0)), url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexion_Sépulcre.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.colonnegauche .entete,
.logosmartphone,
.colgaucheferme .colonnegauche .entete,
#siteActivitePublique #logoActivitePublique  { /*Logo couleur*/
	background-image:url('../images/logos/Sépulcre.svg');
}
.colonnegauche .entete { /*Logo blanc*/
	background-size: auto 100px;
}
.blocconnexion .logosmartphone {
	height: 150px;
}
#siteActivitePublique #logoActivitePublique {
	height: 200px;
}

/* Notifications sur le site extranet */
.site .minwidth620mobileSepulcre {
	min-width: 100% !important;
}
.site .minwidth620mobileSepulcre .tableBloc {
	width: 100% !important;
}
.site .minwidth620mobileSepulcre .texte {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #737373 !important;
} 
.site .minwidth620mobileSepulcre .mobilehide {
	display: none !important;
}
.site .minwidth620mobileSepulcre .imgEnteteMobileFR,
.site .minwidth620mobileSepulcre .imgEnteteMobileNL {
	max-width: calc(100% - 40px) !important;
	margin-inline: auto !important;
}


	
