:root{
	--primary50:#F3F6EF;
	--primary100:#E7EDDE;
	--primary200:#D2DCC1;
	--primary300:#BACAA0;
	--primary400:#A2B880;
	--primary500:#8BA660; /* couleur principale */
	--primary600:#6F864B;
	--primary700:#546539;
	--primary800:#394526;
	--primary900:#1B2112;
}
.colonnegauche .entete, 
.logosmartphone,
#siteActivitePublique #logoActivitePublique { /*Logo couleur*/
	background-image:url('https://cdn.organica.technology/OfficeWeb/bg/ECTA_Logo.png');
}
.colgaucheferme .colonnegauche .entete {
	background-image:url('https://cdn.organica.technology/OfficeWeb/bg/ECTA_Logo.png');
}
.colonnegauche .entete {
	height: 90px;
	background-size: calc(var(--largeurcolgauche) - 70px) auto;
	background-position: center 11px;
}

.connexion .gauche {
	background: url("https://ecta.org/ECTA/ows/images/bg.jpg");
	/*background: url("https://ecta.org/ECTA/ows/images/europe.jpg");*/
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	/*transform: scaleX(-1);*/
}
.connexion .gauche .imageConnexion {
	display: none;
}