:root{
	/** https://www.tints.dev/ **/
	
	--primary50: #FCF1F1;
	--primary100: #F9E0E0;
	--primary200: #F3BCBC;
	--primary300: #EE9696;
	--primary400: #EA6B6B;
	--primary500: #DE3D3D;
	--primary600: #B32F2F;
	--primary700: #8A2222;
	--primary800: #631616;
	--primary900: #3E0A0A;

	--accent50: #F8EDF8;
	--accent100: #F2DCF2;
	--accent200: #E5B8E5;
	--accent300: #D894D8;
	--accent400: #CA6FCA;
	--accent500: #A75BA7;
	--accent600: #854785;
	--accent700: #653565;
	--accent800: #472347;
	--accent900: #2B132B;
	
}
.colonnegauche {
	background-color: var(--primary400);
}
.blocconnexion .logosmartphone {
	height: 85px;
}
.logosmartphone,
.colonnegauche .entete, 
#siteActivitePublique #logoActivitePublique { /*Logo couleur*/
	background-image:url('../images/logos/syndeac.png');
}
.colgaucheferme .colonnegauche .entete {
	background-image:url('../images/logos/syndeac-petit.png');
	background-size: calc(var(--largeurcolgaucheferme) - 30px) auto;
	background-position: center;
}
.colonnegauche .entete {
	height: 72px;
	background-size: calc(var(--largeurcolgauche) - 40px) auto;
	background-position: 22px 22px;
	background-size: auto calc(100% - 40px);
}
.connexion .gauche {
	background: url("../images/logos/Syndeac2.png");
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-position-x: 255px;
}
.connexion .gauche .imageConnexion {
	display: none;
}


#myContributionSubmiting {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF96;
  z-index: 99;
}
.cotiTexteExplicatif {
  font-family: var(--font-family-regular);
  color: #727272;
  font-size: 16px;
  display: none;
  margin-left: 214px;
  background-color: rgb(243,243,243);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  width: fit-content;
}
.cotiTexteExplicatifEnLigne {
  background-image: url('../../../SYNDEAC/OWS/Images/all_cartes.jpg');
  height: 44px;
  width: 381px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 16px;
  background-position: unset;
  background-color: transparent;
  padding: inherit;
  border-radius: inherit;
}
.cotiTexteExplicatif_2017_2, .cotiTexteExplicatif_2017_3 {
	background: var(--grey50);
	padding: 1rem;
	border-radius: .5rem;
}
.text-end { text-align: right; }


.kr-input-field {
  background-color: #F0F0F0  !important;
  border-radius: 8px  !important;
  border: 2px solid #F0F0F0  !important;
  padding: 0px 10px !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  transition: border 0.3s;
  max-width: calc(100% - 28px);
  height: 40px !important;
}

.kr-input-relative-wrapper {
width: 100%;
  max-width: 424px;
position: relative;
}

.kr-field-element {
  padding-bottom: 30px;
}

.kr-field-element iframe {
  height: 44px !important;
}

.kr-iframe-wrapper {
  height: 38px !important;
  padding: 2px 12px;
  background: #F0F0F0;
  border-radius: 8px;
  max-width: 400px;
}

.kr-payment-button {
	color: #FAFAFA;
  background-color: #A75BA7 !important;
  border: 2px solid #A75BA7;
  font: 600 14px/20px 'Inter';
  background: #FAFAFA;
  text-align: center;
  white-space: break-spaces;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  width: fit-content;
  padding: 8px 14px;
  transition: 0.3s;
  letter-spacing: 1.2px;
}

.kr-visibility-button.kr-visible { 
	position: relative;
	right: 1rem;
}