:root{
	--primary50: #e5f6fa;
	--primary100: #cbedf6;
	--primary200: #97dced;
	--primary300: #67cbe4;
	--primary400: #33badb;
	--primary500: #1f94b2;
	--primary600: #1b7f98;
	--primary700: #16697e;
	--primary800: #115060;
	--primary900: #0c3a45;

	--accent50: #ebfbff;
	--accent100: #d1f6ff;
	--accent200: #a3edff;
	--accent300: #7ae4ff;
	--accent400: #4ddbff;
	--accent500: #1fd2ff;
	--accent600: #00c0f0;
	--accent700: #009bc2;
	--accent800: #00728f;
	--accent900: #004e61;

	--accent50: #dbf8ff;
	--accent100: #b8f1ff;
	--accent200: #70e2ff;
	--accent300: #29d4ff;
	--accent400: #00b4e0;
	--accent500: #067894;
	--accent600: #006a85;
	--accent700: #005a70;
	--accent800: #00495c;
	--accent900: #003947;

	--accent50: #e0f9ff;
	--accent100: #c2f3ff;
	--accent200: #85e7ff;
	--accent300: #4ddbff;
	--accent400: #0fcfff;
	--accent500: #00a6d1;
	--accent600: #008fb3;
	--accent700: #007694;
	--accent800: #005a70;
	--accent900: #004152;
}
#typeDeVueGrpBtns {display:none !important;}

.blocconnexion .logosmartphone {
	height: 180px;
	background-position: center;
	background-image:url('../images/logos/Petcore.png');
}
.colonnegauche .entete, 
#siteActivitePublique #logoActivitePublique { /*Logo couleur*/
	background-image:url('../images/logos/Petcore.png');
}
.colgaucheferme .colonnegauche .entete {
	background-image:url('../images/logos/Petcore.png');
	background-size: calc(68px - 25px) auto;
	background-position: center;
}
.colonnegauche .entete {
	height: 120px;
	background-size: auto calc(100% - 20px);
	background-position: center 10px;
}
.colonnegauche .menu {
	height: calc(100% - 20px);
}
.connexion .gauche .imageConnexion {
	display: none;
}
.blocconnexion {
	background-color : rgba(255,255,255,0.94)
}
.connexion .gauche {
	/* background: url("https://cdn.organica.technology/Extranet/bgConnexion/petcore-bg-image.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat; */

	background-size: 90% auto, cover;
	background-position: center, center;
	background-image: 
	url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionPETCORE_devant.png"),
		url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionPETCORE_derriere.jpg");
	background-repeat: no-repeat, no-repeat;
}
.connexion .gauche {
	width: 50%;
}
.connexion .droite {
	width: 50%;
}
@media (max-width: 1000px) {
	.connexion .droite {
	  width: 100%;
	}
}
/* .connexion .gauche {
	
	background-position: 15% center, center;
	background-image: 
	url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionPETCORE_devant.png"),
		url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionPETCORE_derriere.jpg");
	background-repeat: no-repeat, no-repeat;
	background-size: calc(60% - (var(--largeurblocconnexion) / 2)) auto, cover;
}
.blocconnexion {
	margin-right: calc(25% - (var(--largeurblocconnexion) / 2));
}
@media (max-width: 1000px) {
	.blocconnexion {
	  margin-inline: auto;
	}
	.connexion .bgConnexion {
		background-image: 
		url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionPETCORE_derriere.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.connexion .gauche {
	width: 100%;
}
.connexion .droite {
	display: none;
} */
