:root{
  --primary50: #f9f9fd;
	--primary100: #f0f0f9;
	--primary200: #c2c4ea;
	--primary300: #a5a7df;
	--primary400: #878ad4;
	--primary500: #6a6ec8;
	--primary600: #4e53b8;
	--primary700: #373c95;
	--primary800: #25296a;
	
	--accent50: #ffeced;
	--accent100: #ffeced;
	--accent200: #ffdadc;
	--accent300: #ffb6bb;
	--accent400: #ff8c95;
	--accent500: #ff5e6f;
	--accent600: #f70040;
	--accent700: #cc0033;
	--accent800: #9b0024;
	--accent900: #6c0016;
	
}
.colonnegauche .entete, 
.logosmartphone,
#siteActivitePublique #logoActivitePublique { /*Logo couleur*/
	background-image:url('../images/logos/Logo OMC.svg');
}
.colgaucheferme .colonnegauche .entete {
	background-image:url('../images/logos/Logo OMC Small White.svg');
}
.colonnegauche .entete {
	height: 90px;
	background-size: contain;
	background-position: center 11px;
}
.connexion .gauche {
	/* source : https://www.shutterstock.com/fr/image-photo/geneva-switzerland-october-27-2019-world-1543051922 */
	background: url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexion.jpg");
/*	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%),url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexion_OMC2.jpg");*/
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.connexion .gauche .imageConnexion {
	display: none;
}
