

/* Partnering for value
 * --------------------------------------- */

 .flexme {
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center;
}

.flexme>div {
	flex-basis: 22.5%;
	margin: 0 1.5%;
}

@media screen and (max-width: 1120px) {

	.flexme {
		flex-wrap: wrap;
	}

	.flexme>div {
		margin: 0 1.5%;
		flex-basis: 39%;
	}

	.flexme>div {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 800px) {

	.flexme>div {
		flex-basis: 35%;
	}

}

@media screen and (max-width: 600px) {

	.flexme>div {
		flex-basis: 100%;
		margin: 0 0;
		margin-bottom: 20px;
	}

}

.flexme>div h3 {
	font-size: 1.5em;
	line-height: 1.2em;
}

.flexme>div h4 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 8px;
}

.flexme>div p {
	font-size: 1em;
	line-height: 1.3em;
}

.blocked {
	align-items: stretch;
}

.blocked>div {
	background: #430099;
	color: #fff !important;
	padding: 50px 30px;
}

.blocked>div h4 {
	color: #fff !important;
}

.blocked>div p {
	font-size: 1.1em;
}

.partnersNumbers {
	color: #fff;
}

.partnersNumbers img {
	height: 160px;
	width: auto;
	margin: 0px auto !important;
} 

.partnersNumbers span{
	display: block;
	font-weight: 700;
	font-size: 48px;
	line-height: 54px;
	color: #fff;
}

.partnersNumbers>div {
}

/* Corporate Responsibility
 * --------------------------------------- */

.flexme-csr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.flexme-csr>div {
	margin: 10px;
	flex-basis: 23%;
	background: #430099;
	transition: all .2s ease-in-out;
}

.flexme-csr>div:hover {
	border-radius: 20px;
	background: rgba(39,0,89,1);
}

@media screen and (max-width: 1090px) {

	.flexme-csr>div {
		flex-basis: 47%;
	}

}

@media screen and (max-width: 750px) {

	.flexme-csr>div {
		flex-basis: 100%;
	}

}

.flexme>div>div {
}

.flexme-csr h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	margin: 20px;
	min-height: 58px;
}

.flexme-csr div p {
	line-height: 1.3em;
}

.flexme-csr div p:not(:first-of-type)  {
	font-size: 1em;
	text-align: center;
	color: #fff !important;
	padding: 30px;
}

.flexme-csr div img {
	width: 100%;
	height: auto;
}

/* Corporate Responsibility 2021
 * --------------------------------------- */

.csr-goals {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px;
}

.csr-goals>div {
	/*flex: 1 1 0px;*/
	margin: 4px;
	flex: 0 0 auto;
	flex-basis: calc(15% - 8px);
}

@media screen and (max-width: 960px) {

	.csr-goals>div {
		flex: 0 0 auto;
		flex-basis: calc(25% - 8px);
	}

}

@media screen and (max-width: 480px) {

	.csr-goals>div {
		flex: 0 0 auto;
		flex-basis: calc(50% - 8px);
	}

}

.csr-education {
	display: flex;
	justify-content: center;
	align-items: stretch;
	font-size: 0;
	line-height: 0;
	width: 100%;
	max-width: 680px;
	margin: auto;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.csr-education>div {
	flex-basis: calc(25% - 8px);
	margin: 4px;
}

.csr-education img {
	width: 100%;
	max-width: 165px;
	height: auto;
}

@media screen and (max-width: 480px) {

	.csr-education {
		flex-wrap: wrap;
	}

	.csr-education>div {
		flex: 0 0 auto;
		flex-basis: calc(50% - 8px);
	}

}

.csr-pillars {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	color: #fff;
}

.csr-pillars>div {
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
	margin: 4px;
	transition: 0.2s;
}

	.csr-pillars>div {
		border-radius: 0px;
		background: #330069;
	}

		.csr-pillars>div:hover {
			border-radius: 20px;
		}

	.csr-pillars>div.communities {
		background: #9600ff;
	}

	.csr-pillars>div.environment {
		background: #019740;
	}

	.csr-pillars>div.people {
		background: #ff1a6c;
	}

	.csr-pillars>div.customers {
		background: #00a0e1;
	}

	.csr-pillars>div.ethics {
		background: #fc7e0d;
	}

	.csr-pillars>div a {
		font-size: 0em;
		line-height: 0em;
	}

	.csr-pillars>div div {
		font-size: 0em;
		line-height: 0em;
		background-size: cover;
		background-position: center;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		transition: 0.2s;
	}

		.csr-pillars>div:hover div {
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}

	.csr-pillars>div div img {
		width: 100%;
		height: auto;
	}

	.csr-pillars>div h3 {
		margin: 0px !important;
		position: relative;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.csr-pillars>div h3 a {
		padding: 14px 10px;
		color: #fff;
  		font-size: calc( 12px + (16 - 12) * ( (100vw - 480px) / (1920 - 480) ) );
  		line-height: calc( 14px + (18 - 14) * ( (100vw - 480px) / (1920 - 480) ) );
	}

@media screen and (max-width: 1024px) {

	.csr-pillars>div {
		flex: 1 1 0px;
		flex-basis: calc((100% / 3) - 8px);
	}

}

@media screen and (max-width: 640px) {

	.csr-pillars>div {
		flex: 1 1 0px;
		flex-basis: calc(50% - 8px);
	}

}

 @media screen and (max-width: 640px) {

	 .alignleft.withMargin {
	 	margin-right: 20px !important;
	 }

	 .alignright.withMargin {
	 	margin-left: 20px !important;
	 }

 }

/* Candidates
 * --------------------------------------- */

.candidates-flexed {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	text-align: center;
	justify-content: center;
	font-size: 1.2em;
	line-height: 1.2em;
}

.candidates-flexed img {
	height: 130px;
	width: auto;
	margin: 0px auto !important;
} 

.candidates-flexed>div {
	flex-basis: 20%;
	padding: 40px 10px;
}

.candidates-flexed span{
	font-size: 2em;
	line-height: 1.2em;
}

.candidates-flexed.noBg {
	margin-bottom: 30px;
}

.candidates-flexed.noBg>div:not(:first-child) {
	border-left: 1px solid #b2a4ce;
}

.candidates-flexed.noBg>div {
	color: #430099;
}

.candidates-shaping {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	justify-content: center;
}

.candidates-shaping>div {
	flex-basis: 33%;
	line-height: 1.2em;
}

@media screen and (max-width: 1100px) {

	.candidates-flexed {
		flex-wrap: wrap;
	}

	.candidates-flexed>div {
		flex-basis: 50%;
	}

	.candidates-flexed.noBg>div {
		flex-basis: 49%;
	}

	.candidates-flexed:not(.noBg)>div:nth-child(5) {
		flex-basis: 100%;
	}

	.candidates-flexed.noBg>div:not(:first-child) {
		border-left: 0px solid #b2a4ce;
	}

	.candidates-flexed.noBg>div:not(:nth-child(2n+1)) {
		border-left: 1px solid #b2a4ce;
	}


	.candidates-shaping>div {
		flex-basis: 48%;
	}
	
}

@media screen and (max-width: 500px) {

	.candidates-flexed {
		flex-wrap: wrap;
	}

	.candidates-flexed>div {
		flex-basis: 100%;
	}

	.candidates-flexed.noBg>div:not(:first-child) {
		border-left: 0px solid #b2a4ce;
	}

	.candidates-shaping>div {
		flex-basis: 100%;
	}
	
}

.candidates-shaping img {
	height: 150px;
	width: auto;
	margin: 0px auto !important;
} 

.candidates-shaping>div>div {
	padding:50px;
}

.candidates-shaping>div h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
	padding-bottom: 20px;
	background: url(../../../../../wp-content/uploads/2020/11/chevron.png) center bottom no-repeat;
}

.marketBDA {
	background: #9dcc90;
	color: #fff;
}

.marketFI {
	background: #36b7b4;
	color: #fff;
}

.marketPSI {
	background: #a89bb8;
	color: #fff;
}

.marketMO {
	background: #f39ca9;
	color: #fff;
}

.marketNA {
	background: #a4cbe6;
	color: #fff;
}

p.offers {
	color: #fff !important;
	text-transform: uppercase;
}

p.purple {
	color: #430099 !important;
}

.playlist {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.playlist div {
	color: #430099;
	flex-basis: 23%;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

.playlist div a {
	color: #430099;
	font-size: 14px;
}

.playlist div a:hover {
	color: #000;
}

.playlist-biometrics {
	margin-top: 30px;
}

.playlist-biometrics div a {
	color: #fff !important;
	font-size: 14px;
}

.playlist-biometrics div a:hover {
	color: #000 !important;
}

	.playlist div img {
		margin-bottom: 10px !important;
		width: 100%;
		height: auto;
	}

.playlist div span {
	display: block;
	padding: 30px 0px;
}

@media screen and (max-width: 1100px) {

	.playlist div {
		flex-basis: 48%;
	}
	
}

@media screen and (max-width: 500px) {

	.playlist div {
		flex-basis: 100%;
	}
	
}

.underlined {
	text-decoration: underline;
	color: #fff !important;
}

	.underlined:hover {
		text-decoration: none;
	}

.extra-padding {
	padding: 0px 20px;
}

/* Biometrics
 * --------------------------------------- */

body #bioLandingPage ol, body #bioLandingPage ul  {
padding-left: 0px;
}

body .default-core-content #bioLandingPage ul {
	margin: 0px !important;
}

body #bioLandingPage ul li {
padding-left: 0px;
}

body #bioLandingPage ul li:before, body #bioLandingPage ul li:after, body #bioLandingPage ol li:before, body #bioLandingPage ol li:after{
	display: none !important;
}

body #bioLandingPage  {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

body #bioLandingPage h1, body #bioLandingPage h2, body #bioLandingPage .fakeH2, body #bioLandingPage h3 {
	font-weight: 700;
	/*text-transform: uppercase;*/
	color: inherit;
}

body #bioLandingPage h2, body #bioLandingPage .fakeH2 {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid rgba(7,41,72,0.3);
	margin-top: 20px;*/
	color: #430099;
}

body #bioLandingPage h2.dressedash1 {
	display: inline-block;
	margin: auto;
	font-size: 36px;
	line-height: 36px;
	padding: 10px;
	border: solid 1px #fff;
	margin-bottom: 30px;
}

body #bioLandingPage .likeaheader {
	font-weight: 700;
	/*color: #321450;*/
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

body #bioLandingPage h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
}

body #bioLandingPage div.surContainer {
	background: #fff;
	padding: 50px 10px;
	/*color: #321450;*/
}

body #bioLandingPage div.surContainer:nth-child(2n+1) {
	background: #430099;
	/*color: #321450;*/
}

body #bioLandingPage div.akacontainer {
	box-sizing: border-box;
	max-width: 1300px;
	margin: auto;
	padding: 25px;
	text-align: center;
}

body #bioLandingPage p, body #bioLandingPage ul, body #bioLandingPage ol {
	text-align: left;
}

body #bioLandingPage .flexed {
	display: flex;
	justify-content: center;
}

body #bioLandingPage ul.carac {
	text-align: center;
}

body #bioLandingPage ul.carac li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	line-height: 18px;
	font-size: 14px;
	padding-bottom: 10px;
}

body #bioLandingPage ul.carac li.sepPlus {
	font-size: 60px;
	line-height: 40px;
} 

body #bioLandingPage span.upped {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 29px;
	width: 160px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5px 10px;
	border: 1px solid rgba(255,255,255,0.5);
}

@media screen and (max-width: 800px) {

	body #bioLandingPage h2, body #bioLandingPage .fakeH2 {
		font-size: 18px;
		line-height: 22px;
	}

	body #bioLandingPage h2.dressedash1 {
		font-size: 26px;
		line-height: 26px;
	}

	body #bioLandingPage h4 {
		font-size: 14px;
		line-height: 18px;
	}
	
	body #bioLandingPage ol, body #bioLandingPage ul.carac {
		padding-left: 0px;
	}

	body #bioLandingPage div.surContainer {
		padding: 10px 10px;
	}

	body #bioLandingPage div.akacontainer {
		padding: 10px;
		text-align: center;
	}

	body #bioLandingPage div.flexed {
		display: block;
	}

	body #bioLandingPage div.flexed>div:not(:last-child) {
		margin-bottom: 20px;
	}
	
	body #bioLandingPage div.flexed.notColumned {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	body #bioLandingPage ul.carac {
		display: block;
	}

	body #bioLandingPage ul.carac li {
		display: block;
		margin: 0px 10px;
		padding-bottom: 5px;
	}
	
}

body #bioLandingPage div.flexed > div em {
	text-align: center;
}

body #bioLandingPage div.flexed > div {
	padding: 0px 20px;
	border-left: 1px dotted rgba(7,41,72,0.5);
}

@media screen and (max-width: 800px) {

	body #bioLandingPage div.flexed > div {
		padding: 0px;
		border-left: 0px dotted #321450;
	}
	
}

body #bioLandingPage div.flexed > div:first-child {
	border-left: 0px dotted #321450;
}

body #bioLandingPage div.animation {
	width: 100%;
	background: #fff;
	height: 200px;
	margin: 30px 0px;
}

	body #bioLandingPage div.animation img {
		margin: 0;
	}

body #bioLandingPage div.flexed div.securityLevel {
	width: 150px;
	border: 0px;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	background: #917db9;
}

	body #bioLandingPage div.flexed div.securityLevel img {
		width: 100%;
		margin: 0px;
	}
	
	body #bioLandingPage div.flexed div.securityLevel div.legende {
		background: #321450;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		font-weight: 600;
		padding: 10px;
		color: #fff;
		margin: 0px 10px;
	}
	
body #bioLandingPage .arrowUp {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #321450;
	margin: auto;
	margin-top: 10px;
}

body #bioLandingPage ul.applis {
	display: flex;
	justify-content: center;
}

body #bioLandingPage ul.applis li {
	box-sizing: border-box;
	margin: 20px 5px;
	width: 150px;
	height: 150px;
	background: #430099;
	list-style-type: none;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

body #bioLandingPage ul.applis li a {
	color: #fff;
}

	body #bioLandingPage ul.applis li div {
		box-sizing: border-box;
		width: 150px;
		height: 150px;
		padding: 10px;
		display: block;
		color: #fff;
		text-decoration: none;
		/*z-index: 300;*/
	}

body #bioLandingPage ul.applis li:hover {
	background: #321450;
}
	
	body #bioLandingPage ul.applis li div img {
		width: 90px;
		height: 90px;
		position: absolute;
		top: 30px;
		left: 50%;
		margin-top: 30px;
		margin-left: -45px;
		/*z-index: 200;*/
	}

@media screen and (max-width: 800px) {

	body #bioLandingPage ul.applis {
		flex-direction: column;
	}
	
	body #bioLandingPage ul.applis li {
		width: 100%;
		height: auto;
		margin: 5px 0px;
	}

	body #bioLandingPage ul.applis li div {
		box-sizing: border-box;
		width: auto;
		height: auto;
		padding: 10px;
		display: block;
		color: #fff;
		text-decoration: none;
		z-index: auto;
	}
	
	body #bioLandingPage ul.applis li div img {
		display: block;
		width: 150px;
		height: 150px;
		position: relative;
		top: auto;
		left: auto;
		margin: auto;
		z-index: auto;
	}

}

body #bioLandingPage .centered {
	text-align: center;
}

body #bioLandingPage p.centered {
	text-align: center;
	padding: 20px;
}

body #bioLandingPage a.more {
	position: fixed;
	top: 160px;
	right: 20px;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: rgba(7,41,72,0.7);
	z-index: 100;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

body #bioLandingPage a.more img {
	width: 40px;
	margin: 0px 0px 8px 0px;
}

@media screen and (max-width: 1200px) {

body #bioLandingPage a.more {
	top: auto;
	right: auto;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	background: rgba(7,41,72,0.7)
}

}

body #bioLandingPage a.more:hover {
	background: #321450
}

body #bioLandingPage img {
	/*margin: 30px 0px;*/
}

body #bioLandingPage .chapo {
}

/*.video-container {
	margin: 30px 0px;
}

@media screen and (max-width: 800px) {*/

	body #bioLandingPage .video-container {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px; height: 0; overflow: hidden;
	}
 
	body #bioLandingPage .video-container iframe,
	body #bioLandingPage .video-container object,
	body #bioLandingPage .video-container embed {
		position: absolute;
		top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	}

/*}*/

body #bioLandingPage .inView{
	animation-name: inView;
	-webkit-animation-name: inView;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}

@keyframes inView {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}	
	100% {
		opacity: 1;
		transform: translateY(0%);
	}	
}

body #bioLandingPage .lefted {
	text-align: left;
}

body #bioLandingPage ol {
	text-align: center;
	padding-top: 15px;
}

body #bioLandingPage ol li {
	flex-basis: 33%;
	box-sizing: border-box;
	/*display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #430099;*/
	color: #fff;
	/*border-radius: 100px;
	text-align: center;*/
	font-size: 14px;
	line-height: 18px;
	/*margin: 0px 15px;
	padding: 20px;*/
	padding: 20px;
	list-style-type: none;
}


body #bioLandingPage ol li span {
	display: block;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

@media screen and (max-width: 550px) {

	body #bioLandingPage ol {
		padding: 0px;
		flex-direction: column;
	}
	
	body #bioLandingPage ol li {
		margin: 15px 0px;
	}
	
}

body #bioLandingPage .darkblue {
	background: #321450;
}

body #bioLandingPage  div.surContainer.darkblue {
	background: #321450;
	color: #fff;
	padding: 50px 30px;
}

body #bioLandingPage  div.surContainer.darkblue div.flexed > div {
    border-left: 1px dotted rgba(255,255,255,0.5);
}

body #bioLandingPage  div.surContainer.darkblue div.flexed > div:first-child {
    border-left: 0px dotted rgba(255,255,255,0.5);
}

body #bioLandingPage .backgrounded h2, body #bioLandingPage .darkblue h2 {
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}

@media screen and (max-width: 800px) {

	body #bioLandingPage  div.surContainer.darkblue {
		background: #321450;
		color: #fff;
		padding: 10px;
	}

	body #bioLandingPage .lefted {
		text-align: center;
	}

	body #bioLandingPage  div.surContainer.darkblue div.flexed > div {
    	border-left: 0px dotted rgba(255,255,255,0.5);
	}

}

.majed {
	text-transform: uppercase;
}

.underlined {
	text-decoration: underline;
}

body #bioLandingPage a.infographicsDl {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	background: rgba(7,41,72,0.7);
	background-image: url(../biometrics/picto-dl.png);
	background-position: center left 10px;
	background-size: 10%;
	background-repeat: no-repeat;
	padding-left: 40px;
}

	body #bioLandingPage a.infographicsDl:hover {
		background: #321450;
		background-image: url(../biometrics/picto-dl.png);
		background-position: center left 10px;
		background-size: 10%;
		background-repeat: no-repeat;
		padding-left: 40px;
	}

/* IDEMIA specific */

body .CF_PageHat.adaptative {
	/*background: #321450; */
	background-image: url(../biometrics/bio-b60.png), url(../biometrics/biometrics-iris-recognition.jpg);
	background-size: cover;
	background-position: center center; color: #fff;
}

body .wysiwyg.content-padder {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

body .wysiwyg ul, body .wysiwyg ol {
	margin-left: auto !important;
}

body .wysiwyg ul > li::before {
	display: none !important;
}

body .wysiwyg ol > li::before, body .wysiwyg ol > li::after {
	display: none !important;
}

body .wysiwyg p {
	font-size: 15px !important;
}

body #bioLandingPage .chapo {
}

body #bioLandingPage ul li {
	font-size: 15px !important;
}

body #bioLandingPage div.animation img {
    margin: 0px auto !important;
}

.playlist {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.playlist div {
	color: #fff;
	flex-basis: 23%;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

	.playlist div img {
		margin-bottom: 0px !important;
		transition: all .2s ease-in-out;
	}

	.playlist div img:hover {
		opacity: 0.7;
	}

.playlist div span {
	display: block;
	padding: 30px 0px;
}

@media screen and (max-width: 1100px) {

	.playlist div {
		flex-basis: 48%;
	}
	
}

@media screen and (max-width: 500px) {

	.playlist div {
		flex-basis: 100%;
	}
	
}

/* Virtual tour */

.virtual-tour .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.virtual-tour .iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.virtual-tour .iframe-container-4x3 {
  padding-top: 75%;
}

/* Texas DIR */

.postid-4162 .flexed {
	display: flex;
	justify-content: space-between;
	align-items: top;
}

	.postid-4162 .flexed div {
		padding: 30px 30px 0px 30px;
		flex-basis: 30%;
		border: 1px solid #fff;
		box-sizing: border-box;
	}

	.postid-4162 .flexed p {
		font-size: 0.9em !important;
	}

.postid-4162 .flexedList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0 !important;
	justify-content: center;
	align-items: center;
	margin-left: 50px !important;
}

	.postid-4162 .flexedList li {
		flex-basis: 28%;
		margin: 2%;
		padding: 10px;
		padding-left: 0px !important;
	}

	@media screen and (max-width: 800px) {

		.postid-4162 .flexed {
			flex-direction: column;
		}

		.postid-4162 .flexed div {
			flex-basis: 100%;
		}

		.postid-4162 .flexedList {
			flex-direction: column;
		}

		.postid-4162 .flexedList li {
			flex-basis: 100%;
			margin: 0%;
		}

	}

	.postid-4162 section.inverted .flexedList li a {
		color: #fff;
	}

	.postid-4162 .flexedList li::before {
	    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDExIDIwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTS40IDE1LjVsNS01LTUtNW0wIDE1bDEwLjEtMTAuMUwuNC40Ii8+PC9zdmc+") !important;
	    background-repeat: no-repeat;
	    content: "";
	    display: inline-block;
	    position: absolute;
	    left: -36px !important;
	    top: calc(50% - 18px) !important;
	    width: 20px !important;
	    height: 36px !important;
	    background-size: 20px 36px !important;
	}

	.postid-4162 .flexedList.firstList li::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDExIDIwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM0MzAwOTkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTS41IDE1LjVsNS01LTUtNW0wIDE1bDEwLjEtMTAuMUwuNS40Ii8+PC9zdmc+") !important;
	}


/* USA */

.usKeyFigures {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

	.usKeyFigures div {
		flex-basis: 23%;
		margin: 1%;
		text-align: center;
	}

	.usKeyFigures img {
		margin-bottom: 10px !important;
	}

	.usKeyFigures span {
		font-family: montserrat,Arial,sans-serif;
		font-weight: 400 !important;
		font-size: 48px;
		line-height: 54px;
		color: #430099;
	}

.usServices {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

	.usServices div {
		flex-basis: 23%;
		margin: 1%;
		text-align: left;
	}

	.usServices div img {
		height: auto;
		max-height: 80px;
		max-width: 80%;
	}

.usLocations {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

	.usLocations div {
		flex-basis: 23%;
		margin: 1%;
		text-align: left;
	}

.us-sep {
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #430099;
	margin: 30px auto;
}

@media screen and (max-width: 900px) {

	.usKeyFigures div, .usServices div, .usLocations div {
		flex-basis: 31%;
	}

}

@media screen and (max-width: 650px) {

	.usKeyFigures div, .usServices div, .usLocations div {
		flex-basis: 48%;
	}
}

@media screen and (max-width: 400px) {

	.usKeyFigures div, .usServices div, .usLocations div {
		flex-basis: 98%;
	}

}

/* Biometrics 2021
 * --------------------------------------- */


.biometrics-title-container {
	position: relative;
}

	/*.biometrics-title-container:not(:nth-child(3)):before {
		display: block;
		position: absolute;
		top: -28px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 28px;
		content: " ";
		background-image: linear-gradient(to top, rgba(234,234,234, 1), rgba(255,255,255, 1) 28px);
	}

	.biometrics-title-container:after {
		display: block;
		position: absolute;
		bottom: -50px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 50px;
		content: " ";
		background-image: linear-gradient(to bottom, rgba(195,195,195, 1), rgba(255,255,255, 1) 50px);
	}*/

.biometrics-trends {
	position: relative;
}

	/*.biometrics-trends:before {
		display: block;
		position: absolute;
		top: -28px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 28px;
		content: " ";
		background-image: linear-gradient(to top, rgba(234,234,234, 1), rgba(255,255,255, 1) 28px);
	}*/

.biometrics-title-container .container {
	padding: 100px 115px;
}

@media screen and (max-width: 1024px) {

	.biometrics-title-container .container {
		padding: 60px 30px;
	}

}	

@media screen and (max-width: 640px) {

	.biometrics-title-container .container {
		padding: 40px 30px;
	}

}	

.biometrics-title-container .container h2 {
	text-align: center !important;
	margin: 0 !important;
}

.biometrics-nutshell {
	text-align: center !important;
}

	.biometrics-nutshell br {
		display: none;
	}

.biometrics-nutshell ul {
	display: flex;
	text-align: center !important;
	margin: 0 !important;
}

	.biometrics-nutshell ul li {
		flex: 1 1 0px;
		padding: 10px 40px;
		margin: 0px !important;
	}

	.biometrics-nutshell ul li:before {
		display: none !important;
	}

	.biometrics-nutshell ul li:not(:last-child)::after {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 1px;
		background: rgba(67,0,153,0.2);
		content: " ";
	}

@media screen and (max-width: 960px) {

	.biometrics-nutshell ul {
		flex-direction: column;
	}

	.biometrics-nutshell ul li:not(:last-child)::after {
		right: 0px;
		top: auto;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 2px;
	}

}

.biometrics-why .container > div {
	display: flex;
}

	.biometrics-why .container > div div {
		flex: 1 1 0px;
		padding: 0px 60px;
	}

@media screen and (max-width: 1024px) {

	.biometrics-why .container > div div {
		padding: 0px 30px;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-why .container > div {
		flex-direction: column;
	}

	.biometrics-why .container > div div {
		padding: 0px;
	}

	.biometrics-why .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}
}

.biometrics-methods-title .container {
	padding: 40px 0px !important;
	text-align: center;
	text-transform: uppercase;
}

	.biometrics-methods-title .container img {
		width: 140px; 
		height: auto;
		margin: 20px;
	}

.best-compromise .container-full, .few-examples .container-full {
  padding: 30px;
}

.best-compromise .container-full h2, .few-examples .container-full h2 {
  margin: 0 !important;
  color: #000 !important;
}

.biometrics-best-compromise-title .container {
	padding: 20px 0px !important;
	text-align: center;
}

.biometrics-methods .container {
}

.biometrics-methods .container > div {
	display: flex;
	text-align: center !important;
	position: relative;
}

	.best-compromise:before {
		position: absolute;
		display: block;
		content: " ";
		width: 21px;
		height: 11px;
		top: -40px;
  		left: 50% !important;
  		transform: translateX(-50%) !important;
		background-image: url(../img-2023/arrow-bottom.svg);
		background-position: center center;
		background-size: 21px 11px;
	}

	.biometrics-methods .container > div div {
		flex: 1 1 0px;
		text-align: center;
		font-size: 14px;
	}

	.biometrics-methods .container > div div p {
		display: none;
	}

	.biometrics-methods .container > div div:not(:first-child) img {
		border-left: 1px solid rgba(67,0,153,0.2);
	}

	.biometrics-methods .container > div div div {
		padding: 0px 20px;
	}

@media screen and (max-width: 1024px) {

	.biometrics-methods {
		padding-bottom: 40px;
	}

	.biometrics-methods .container > div {
		flex-wrap: wrap;
		justify-content: center;
	}

	.biometrics-methods .container > div div {
		flex-basis: 25%;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-methods .container {
		padding-bottom: 60px;
	}

	.biometrics-methods .container > div div {
		flex-basis: 100%;
	}

}

	.biometrics-methods .container > div div img {
		width: 100%; 
		max-width: 240px;
		height: auto;
		margin-bottom: 20px;
	}

@media screen and (max-width: 640px) {

	.biometrics-methods .container > div div img {
		border-left: 0px solid rgba(67,0,153,0.2) !important;
	}

}

	/*.biometrics-methods .container-full > div div:nth-child(1) {
		background: #844265;
	}

	.biometrics-methods .container-full > div div:nth-child(2) {
		background: #7b3a6d;
	}

	.biometrics-methods .container-full > div div:nth-child(3) {
		background: #713179;
	}

	.biometrics-methods .container-full > div div:nth-child(4) {
		background: #672883;
	}

	.biometrics-methods .container-full > div div:nth-child(5) {
		background: #5e1e8d;
	}

	.biometrics-methods .container-full > div div:nth-child(6) {
		background: #551693;
	}

	.biometrics-methods .container-full > div div:nth-child(7) {
		background: #4b0a97;
	}*/

.biometrics-best-compromise .container > div {
	display: flex;
}

	.biometrics-best-compromise .container > div div {
		flex: 1 1 0px;
		padding: 0px 30px;
	}

@media screen and (max-width: 640px) {

	.biometrics-best-compromise .container > div {
		flex-direction: column;
	}

	.biometrics-best-compromise .container > div div {
		padding: 0px;
	}

	.biometrics-best-compromise  .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}

}

	.biometrics-best-compromise .container > div div img {
		height: 60px;
		width: auto;
		margin-bottom: 20px;
	}

.biometrics-categories .container > div {
	display: flex;
	/*margin-bottom: 40px;*/
}

	.biometrics-categories .container > div div {
		flex: 1 1 0px;
		padding: 0px 30px;
	}

@media screen and (max-width: 640px) {

	.biometrics-categories .container > div {
		flex-direction: column;
	}

	.biometrics-categories .container > div div {
		padding: 0px;
	}

	.biometrics-categories .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}

}

	.biometrics-categories .container > div.categories {
		border-top: 1px solid #430099;
	}

	.biometrics-categories .container > div.categories div {
		flex: 1 1 0px;
		padding: 40px 10px;
		text-align: center !important;
	}

	@media screen and (max-width: 640px) {

		.biometrics-categories .container > div.categories div {
			padding: 0px;
		}

		.biometrics-categories .container > div.categories div:first-child {
			padding-top: 30px;
		}

		.biometrics-categories .container > div.categories div:last-child {
			padding-bottom: 30px;
		}

	}

	.biometrics-categories .container > div.categories ul li {
		font-size: calc(14px + (18 - 14)*((100vw - 480px)/(1920 - 480)));
		line-height: calc(22px + (26 - 22)*((100vw - 480px)/(1920 - 480)));
	}

	.biometrics-nutshell .h3-like, .biometrics-categories .h3-like, .biometrics-applications .h3-like {
		position: relative;
		font-weight: 400 !important;
	}

	.biometrics-nutshell strong.h3-like:after, .biometrics-categories strong.h3-like:after {
		position: relative;
		display: block;
		content: " ";
		width: 21px;
		height: 11px;
  		left: 50% !important;
  		transform: translateX(-50%) !important;
		background-image: url(../img-2023/arrow-bottom.svg);
		background-position: center center;
		background-size: 21px 11px;
		margin-top: 10px;
	}

	.biometrics-nutshell strong.h3-like:after {
		margin-top: 5px;
	}

	.biometrics-applications .h3-like:after {
		position: relative;
		display: block;
		content: " ";
		width: 21px;
		height: 11px;
		background-image: url(../img-2023/arrow-bottom.svg);
		background-position: center center;
		background-size: 21px 11px;
		margin-top: 10px;
	}

	.biometrics-applications .h3-like {
		margin-bottom: 10px !important;
	}

	.bottomNote {
		padding-bottom: 40px;
		border-bottom: 1px solid #430099;
		margin-bottom: 40px;
	}

	.biometrics-categories .container > div div img {
		width: auto;
		height: 80px;
		margin-bottom: 20px;
	}

	.biometrics-categories .container > div.categories div img {
		height: 60px;
		width: auto;
		margin-bottom: 20px;
	}

	/*.biometrics-categories .container > div.categories div:nth-child(1) {
		background: #430099;
	}

	.biometrics-categories .container > div.categories div:nth-child(2) {
		background: #917db9;
	}

	.biometrics-categories .container > div.categories div:nth-child(3) {
		background: #321450;
	}*/

	.biometrics-categories .container ul {
		margin: 0 !important;
	}

	.biometrics-categories .container ul li {
		padding: 0 !important;
		margin: 0 !important;
	}

	.biometrics-categories .container ul li:before {
		display: none;
	}

.biometrics-applications .container > div {
	display: flex;
}

	.biometrics-applications .container > div div {
		flex: 1 1 0px;
		padding: 0px 40px;
	}

@media screen and (max-width: 1024px) {

	.biometrics-applications .container > div div {
		padding: 0px 30px;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-applications .container > div {
		flex-direction: column;
	}

	.biometrics-applications .container > div div {
		padding: 0px;
	}

	.biometrics-applications .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}

}

	.biometrics-applications .container > div div img {
		height: 80px;
		width: auto;
		margin-bottom: 20px;
	}

.biometrics-use-cases-1 .container, .biometrics-use-cases-2 .container {
	padding: 0px 115px !important;
}

.biometrics-use-cases-1 .container > div , .biometrics-use-cases-2 .container > div {
	display: flex;
}

	.biometrics-use-cases-1 .container > div div, .biometrics-use-cases-2 .container > div div {
		flex: 1 1 0px;
		padding: 0px 60px;
	}

	.biometrics-use-cases-1 .container > div div:not(:first-child), .biometrics-use-cases-2 .container > div div:not(:first-child) {
		border-left: 1px solid rgba(67,0,153,0.2);
	}

	.biometrics-use-cases-1 {
		/*background-image: linear-gradient(to right, #7550ae 0%, #7550ae 50%, #9774c5 50%, #9774c5 100%);*/
	}

	.biometrics-use-cases-1 .container > div div:nth-child(1) {
		/*background-image: linear-gradient(to right, #7550ae, #5a25a2);*/
	}

	.biometrics-use-cases-1 .container > div div:nth-child(2) {
		/*background-image: linear-gradient(to right, #967dc1, #7d54b5);*/
	}

	.biometrics-use-cases-1 .container > div div:nth-child(3) {
		/*background-image: linear-gradient(to right, #b09cd0, #9774c5);*/
	}

	.biometrics-use-cases-2 {
		/*background-image: linear-gradient(to left, #7550ae 0%, #7550ae 50%, #9774c5 50%, #9774c5 100%);*/
		margin-bottom: 60px;
	}

	.biometrics-use-cases-2 .container > div div:nth-child(3) {
		/*background-image: linear-gradient(to left, #7550ae, #5a25a2);*/
	}

	.biometrics-use-cases-2 .container > div div:nth-child(2) {
		/*background-image: linear-gradient(to left, #967dc1, #7d54b5);*/
	}

	.biometrics-use-cases-2 .container > div div:nth-child(1) {
		/*background-image: linear-gradient(to left, #b09cd0, #9774c5);*/
	}

@media screen and (max-width: 1024px) {

	.biometrics-use-cases-1 .container, .biometrics-use-cases-2 .container {
		padding: 0px 30px !important;
	}

	.biometrics-use-cases-1 .container > div div, .biometrics-use-cases-2 .container > div div {
		padding: 30px;
	}

	.biometrics-use-cases-2 {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-use-cases-1 .container, .biometrics-use-cases-2 .container {
		padding: 0px!important;
	}

	.biometrics-use-cases-1 .container > div, .biometrics-use-cases-2 .container > div {
		flex-direction: column;
	}

	.biometrics-use-cases-1 .container > div div, .biometrics-use-cases-2 .container > div div {
		padding: 30px 30px;
		border-left: 0px solid rgba(67,0,153,0.2);
	}

}

	.biometrics-use-cases-1 .container > div div img, .biometrics-use-cases-2 .container > div div img {
		height: 60px;
		width: auto;
		margin-bottom: 20px;
	}

.biometrics-stakes .container > div {
	display: flex;
}

	.biometrics-stakes .container > div div {
		flex: 1 1 0px;
		padding: 0px 30px;
	}

@media screen and (max-width: 640px) {

	.biometrics-stakes .container > div {
		flex-direction: column;
	}

	.biometrics-stakes .container > div div {
		padding: 0px;
	}

	.biometrics-stakes .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}

}

.biometrics-examples .container > div {
	display: flex;
}

	.biometrics-examples .container > div div {
		flex: 1 1 0px;
		padding: 0px 60px;
	}

@media screen and (max-width: 1024px) {

	.biometrics-examples .container > div div {
		padding: 0px 30px;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-examples .container > div {
		flex-direction: column;
	}

	.biometrics-examples .container > div div {
		padding: 0px;
	}

	.biometrics-examples .container > div div:not(:last-child) {
		margin-bottom: 40px;
	}

}

	.biometrics-examples .container > div div img {
		height: 60px;
		width: auto;
		margin-bottom: 20px;
	}

.biometrics-solutions .container > div {
	display: flex;
	flex-wrap: wrap;
}

	.biometrics-solutions .container > div a {
		flex-basis: calc(100% / 3);
		padding: 40px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		transition: 0.2s;
	}

	.biometrics-solutions .container > div a img {
		height: 160px;
		width: auto;
		margin-top: 30px;
	}

@media screen and (max-width: 1024px) {

	.biometrics-solutions .container > div a {
		flex-basis: 50%;
	}

}

@media screen and (max-width: 640px) {

	.biometrics-solutions .container > div {
		flex-direction: column;
	}

	.biometrics-solutions .container > div a {
		flex-basis: 100%;
	}

}

	.biometrics-solutions .container > div a:nth-child(1) {
		background: #37b7b4;
	}

	.biometrics-solutions .container > div a:nth-child(2) {
		background: #f0a0aa;
	}

	.biometrics-solutions .container > div a:nth-child(3) {
		background: #9bcd91;
	}

	.biometrics-solutions .container > div a:nth-child(4) {
		background: #b4b4b4;
	}

	.biometrics-solutions .container > div a:nth-child(5) {
		background: #aa9bb9;
	}

	.biometrics-solutions .container > div a:nth-child(6) {
		background: #a5cde6;
	}

		.biometrics-solutions .container > div a:nth-child(1):hover {
			background: #2a9190;
		}

		.biometrics-solutions .container > div a:nth-child(2):hover  {
			background: #ea556c;
		}

		.biometrics-solutions .container > div a:nth-child(3):hover  {
			background: #6f9368;
		}

		.biometrics-solutions .container > div a:nth-child(4):hover  {
			background: #888;
		}

		.biometrics-solutions .container > div a:nth-child(5):hover  {
			background: #817a91;
		}

		.biometrics-solutions .container > div a:nth-child(6):hover  {
			background: #66a7d5;
		}

.biometrics-trends {
	color: #fff !important;
	text-align: center;
	padding-top: 50px;
}

	.biometrics-trends h2 {
	    margin-bottom: 20px;
	    color: #fff !important;
	}

	.biometrics-trends h3 {
	    font-size: 18px;
	    line-height: 22px;
	    margin-bottom: 20px;
	    font-weight: 700;
	    color: #fff !important;
	}

ul.key-numbers-list.biometrics-exception {
	margin: 0px !important;
}

ul.key-numbers-list.biometrics-exception li {
	margin: 0px !important;
	padding: 50px !important;
	font-weight: 500;
}

ul.key-numbers-list.biometrics-exception li p {
	font-weight: 700;
}

@media screen and (max-width: 1024px) {

	ul.key-numbers-list.biometrics-exception li {
		margin: 0px !important;
		padding: 30px !important;
		font-weight: 500;
	}

}

@media screen and (max-width: 640px) {

	ul.key-numbers-list.biometrics-exception li {
		padding: 10px 30px !important;
	}

	ul.key-numbers-list.biometrics-exception li:first-child {
		padding-top: 20px !important;
	}

	ul.key-numbers-list.biometrics-exception li:last-child {
		padding-bottom: 20px !important;
	}
	
}

ul.key-numbers-list.biometrics-exception li:before {
	display: none;
}

.default-core-content.inverted.key-numbers-layer .container-full {
	padding: 0 !important;
}

.purple {
	color: #430099;
}

.biometrics-note .text-note {
	margin-top: 0px !important;
}

.falseIframe {
	width: 100%;
	height: 480px !important;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 960px) {

	.falseIframe {
		height: 320px !important;
	}

}

@media screen and (max-width: 720px) {

	.falseIframe {
		height: 280px !important;
	}

}

.meet-with-biometrics .container-full {
	padding-bottom: 0 !important;
}

.nutshell .container-full {
	padding: 60px 0px !important;
}

.nutshell .intro-1520 > div:nth-child(1) {
  padding: 0;
}

@media screen and (max-width: 1024px) {

	.nutshell .intro-1520 > div:nth-child(1) {
	  padding: 30px 0px 60px 0px;
	}

	.nutshell .container-full {
		padding: 30px 0px !important;
	}

	.nutshell .intro-1520 > div:nth-child(2) {
		margin-bottom: 0px;
	}

}

@media screen and (max-width: 640px) {

	.nutshell .intro-1520 > div:nth-child(1) {
	  padding: 0px 0px 30px 0px;
	}

	.nutshell .container-full {
		padding: 30px 0px !important;
	}

}

/* techList temporary
 * --------------------------------------- */

.ourTechList {
	display: flex;
	text-transform: none !important;
	justify-content: center;
}

	.ourTechList > div {
		padding: 0px 20px;
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 60px;
		flex: 1 1 0;
	}

@media screen and (max-width: 640px) {

	.ourTechList {
		flex-direction: column;
	}

	.ourTechList > div {
		padding-bottom: 0px;
	}

}

	.ourTechList .picture {
		display: block;
		background-size: cover;
		background-position: center center;
	  	overflow: hidden;
	  	font-size: 0px;
	  	line-height: 0px;
		margin-bottom: 0 !important;
		width: 100%;
		max-width: 240px;
		margin-right: auto;
		margin-left: auto;
	}

	.ourTechList .picture img {
		width: 100%;
		height: auto;
	  	transition: all .25s ease-out;
	}

	.ourTechList > div:hover .picture img {
	  transform: scale(1.2);
	  opacity: 0.4;
	}

	.ourTechList h2 {
		font-size: 15px;
		color: #fff;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
		font-weight: 700;
		letter-spacing: 0px !important;
		margin-bottom: 0 !important;
	}

		section .ourTechList h2 {
			font-size: 22px;
			color: #430099;
		}

		section .ourTechList.solsList h2 {
			font-size: 17px;
			color: #430099;
		}

	.ourTechList p {
		font-size: 14px;
		line-height: 18px;
		color: rgba(0,0,0,0.85);
		text-align: center;
		margin-bottom: 0px !important;
		letter-spacing: 0px !important;
		font-weight: 400 !important;
	}

	.ourTechList p.aligned {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

@media screen and (max-width: 640px) {

	.ourTechList p.aligned {
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
		padding-top: 20px;
	}

}

	.ourTechList > div:not(:first-child)::before {
		position: absolute;
		display: block;
		content: " ";
		width: 1px;
		top: 0;
		left: 0;
		bottom: 0;
		background: #79609d;
	}

		section .ourTechList > div:not(:first-child)::before {
	    position: absolute;
	    display: block;
	    content: " ";
	    width: 1px;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    background: rgba(0,0,0,0.2);
	}

@media screen and (max-width: 1200px) {

	.ourTechList {
		flex-wrap: wrap;
	}

	.ourTechList > div {
		flex: 0 1 0;
		flex-basis: calc(100% / 3);
	}

	section .ourTechList > div:nth-child(3n+1)::before {
	    display: none;
	}

	section .ourTechList > div:not(:nth-child(3n+1))::before {
	    position: absolute;
	    display: block;
	    content: " ";
	    width: 1px;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    background: rgba(0,0,0,0.2);
	}

}

@media screen and (min-width: 641px) {

	.mobileOnly {
		display: none;
	}

}

@media screen and (max-width: 1200px) {

	section .ourTechList h2 {
		font-size: 18px;
	}

}

@media screen and (max-width: 1024px) {

	section .ourTechList h2 {
		font-size: 18px;
	}

	section .ourTechList > a {
		padding: 0px 10px;
	}

}

@media screen and (max-width: 640px) {

	section .ourTechList {
		flex-direction: column;
	}

	section .ourTechList > a {
		padding: 0px 0px;
	}

	section .ourTechList > div:not(:first-child)::before {
	    display: none;
	}

	section .ourTechList h2 {
		font-size: 24px;
	}

	.ourTechList .picture {
		margin-bottom: 30px;
	}

}

.ourTech {
	/*border-top: 1px solid #ccc;*/
}

.ourTech .container-full {
	padding: 0px 60px 30px 60px;
}

@media screen and (max-width: 1024px) {

	.ourTech .container-full {
		padding: 0px 30px 0px 30px;
	}

}

.ourTechList a:not(.button-action) {
	display: block;
	color: inherit !important;
}

.button-action-tech {
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: .15em !important;
    line-height: 20.6px !important;
    position: relative !important;
    padding: 8px 24px 6px !important;
    cursor: pointer !important;
    background: #430099 !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    text-align: center !important;
    border-color: #430099;
    color: #fff !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-radius: 50px;
    transition: none !important !important;
    font-weight: 700 !important;
}

@media(hover: hover) and (pointer: fine) {

    .button-action-tech:hover {
        border-radius: 0px !important;
        border-top: 2px solid rgba(255,255,255,0) !important;
        border-left: 2px solid rgba(255,255,255,0) !important;
        border-right: 2px solid rgba(255,255,255,0) !important;
    	/*font-weight: 300 !important;*/
    	color: #430099 !important;
    	background: #fff !important;
    }

}

ul.key-numbers-list.investors-exception {
	margin: 0px !important;
}

ul.key-numbers-list.investors-exception li {
	margin: 0px !important;
	padding: 0px 50px !important;
	font-weight: 500;
	color: #430099;
}

ul.key-numbers-list.investors-exception li p {
	font-weight: 400;
}

@media screen and (max-width: 1024px) {

	ul.key-numbers-list.investors-exception {
		flex-wrap: wrap;
	}

	ul.key-numbers-list.investors-exception li {
		margin: 0px !important;
		padding: 10px 30px !important;
		font-weight: 500;
		flex-basis: calc(100% / 3);
	}

}

@media screen and (max-width: 640px) {

	ul.key-numbers-list.investors-exception li {
		padding: 0px 30px !important;
		flex-basis: calc(100%);
	}

	ul.key-numbers-list.investors-exception li:not(:last-child) {
		padding-bottom: 20px !important;
	}
	
}

ul.key-numbers-list.investors-exception li:before {
	display: none;
}

.default-core-content.inverted.key-numbers-layer .container-full {
	padding: 0 !important;
}


@media screen and (max-width: 1024px) {

	.key-numbers-layer .container-full {
    	padding: 0px 0px 30px;
	}

}

/* Governance
 * --------------------------------------- */

.section-governance .container {
	padding-top: 0px !important;
}

 .membersList {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
 	align-items: stretch;
 	width: 100%;
 	max-width: 760px;
 	margin: auto;
 }

 .membersList:not(:last-child) {
 	margin-bottom: 30px;
 }

 	.membersItem {
 		flex-basis: calc(100% / 3);
 		background-size: cover;
 		background-position: center center;
 		position: relative;
 		overflow: hidden;
 		margin-bottom: 4px;
 		box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
 	}

 	@media screen and (max-width: 800px) {

	 	.membersItem {
	 		flex-basis: 50%;
	 	}

 	}

 	@media screen and (max-width: 640px) {

	 	.membersItem {
	 		flex-basis: 100%;
	 	}

	 	.membersItem:not(:last-child) {
	 		margin-bottom: 20px;
	 	}

 	}

 		.membersItem .layer {
 			background: rgba(67, 0, 153 ,0.7);
 			position: absolute;
  			right: 0;
  			top: calc(100% - 95px);
  			left: 0;
  			height: 100%;
  			padding: 15px;
  			transition: 0.4s;
 		}

 		.membersItem:hover .layer {
  			top: 0;
 		}

 		.membersItem .heading {
 			height: 95px;
 		}

 		.membersItem h3 {
 			text-shadow: 0px 1px 8px rgba(0,0,0,0.8);
			font-size: 18px;
			letter-spacing: -1px;
			line-height: 19px;
			color: #fff;
			font-weight: 550;
			padding: 0px;
			margin: 0px;
 		}

	 		.membersItem h3 span {
	 			text-transform: uppercase;
	 		}

 		.membersItem h4 {
		  font-size: 14px;
		  letter-spacing: 0px;
		  line-height: 16px;
		  color: #fff;
		  padding: 0px 0px 0px 0px;
		  margin: 0px;
		  font-weight: 400;
		}

		.membersItem p {
		  font-size: 15px;
		  letter-spacing: 0px;
		  line-height: 17px;
		  color: #ccc;
		  padding: 0px !important;
		  margin: 0px !important;
		}

 	.membersItem img {
 		width: 100%;
 		height: auto;
 	}

 	.fancied {
 		display: none;
 	}

 	.memberPopin h3 {
	  font-size: calc( 22px + (38 - 22) * ( (100vw - 480px) / (1920 - 480) ) );
	  letter-spacing: 0px;
	  font-weight: 800;
	  margin-bottom: 10px;
	  color: #430099;
	}

	.memberPopin {
		padding: 30px;
	}

	.memberPopin h4 {
	  font-size: calc( 20px + (28 - 20) * ( (100vw - 480px) / (1920 - 480) ) );
	  letter-spacing: 0px;
	  color: #000;
	  margin-bottom: 30px;
	}

	.memberPopin p {
	  font-size: 18px;
	  letter-spacing: 0px;
	  line-height: 24px;
	  color: #aaa;
	  text-align: left;
	}

	.memberPopin p:not(:last-child) {
		margin-bottom: 30px;
	}

	.memberMore {
		position: absolute;
		right: 20px;
		bottom: 20px;
		font-weight: 700;
		color: #fff;
	 	width: 30px;
	 	height: 30px;
	 	text-align: center !important;
	 	border: 2px solid #fff;
	 	border-radius: 40px;
	 	line-height: 27px;
	 	font-size: 20px;
	 	transition: 0.2s;
	 	font-weight: 700;
	 	letter-spacing: 0px !important;
	}

	.memberMore:hover {
	 	color: #430099;
	 	background: #fff;
	}

.default-core-content table.policy tr td {
	text-align: left;
}

.default-core-content table.policy tr td:first-child {
	width: 30%;
}

@media screen and (max-width: 640px) {

	.default-core-content table.policy tr td:first-child {
		width: auto;
	}

}

/* Footprint
 * --------------------------------------- */

.footprint-list {
	width: 100% !important; /* added this line only */
}

 	ul.block-list.footprint-list li.block-item, div.block-list.footprint-list div.block-item {
    	padding: 0 6px; /*pourquoi ne pas garder les mêmes espacements de blocs partout ?*/
	} 

	div.block-list.footprint-list {
		margin-bottom: 30px;
	}

	div.block-list.large-list.footprint-list  {
	  justify-content: center;
	}

.popin-footprint {
 	padding: 40px 50px 50px 50px;
 }

 	.popin-footprint a {
 		transition: 0.2s;
 	}

 	.popin-footprint a:hover {
 		color: #430099;
 	}

 .popin-columns {
 	columns: 3;
 	font-size: 12px;
 }

 @media screen and (max-width: 1024px) {

	 .popin-columns {
	 	columns: 3;
	 }

}

 @media screen and (max-width: 800px) {

	 .popin-columns {
	 	columns: 2;
	 }

 }

 @media screen and (max-width: 640px) {

	 .popin-columns {
	 	columns: 1;
	 }

 }

@media screen and (max-width: 1024px) {

	.footprint-map .container {
		padding: 30px 0px !important;
	}

}

#map_access {
	display: none !important;
}

ul.psirt {
	margin: 0px 0px 40px 0px !important;
}

ul.psirt li:before {
	display: none;
}

ul.psirt .tab-title {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #7b7b7a !important;
  padding: 8px 30px !important;
}

div.vulnerability {
	display: flex;
	border-bottom: 1px solid #cacfd4;
	padding-bottom: 15px;
}

div.vulnerability:first-child {
	border-top: 1px solid #cacfd4;
	padding-top: 15px;
}

div.vulnerability:not(:last-child) {
	margin-bottom: 15px;
}

	div.vulnerability div:first-child {
		color: #430099;
		padding-right: 15px;
	}

@media screen and (max-width: 640px) {

div.vulnerability {
	flex-direction: column;
}

	div.vulnerability div:first-child {
		padding-right: 0px;
		padding-bottom: 5px;
	}

}

div.vulnerability a:hover {
	color: #430099;
}

/*@media screen and (max-width: 640px) {

	#fancybox-close {
	  top: 15px !important;
	}

}*/  

.pum-content + .pum-close {
	position: absolute !important;
	top: -15px !important;
	right: -15px !important;
	width: 30px !important;
	height: 30px !important;
	background: transparent url('../img/fancybox.png') -40px 0 !important;
	cursor: pointer !important;
	z-index: 111103 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
	overflow-x: hidden;
}

.pum-overlay .pum-container {
	position: absolute !important;
	left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: 0px !important;
    max-width: 1440px !important;
}

.pum-theme-video-theme .pum-container {
	width: 80% !important;
}

.pum-theme-background-test .pum-container {
	width: 90% !important;
}

.pum-theme-background-test .pum-container::after {
	background-color: rgba( 0, 0, 0, 0 ) !important;
}

.pum-theme-background-test .pum-container a {
	display: block;
	padding: 140px 100px;
}

.pum-theme-background-test .pum-container a span {
	display: block;
	text-align: center;
	font-size: calc( 22px + (22 - 16) * ( (100vw - 480px) / (1920 - 480) ) );
	font-weight: bold;
	text-shadow: 4px 4px 4px rgba(51,0,105,0.8);
}

.pum-theme-background-test .pum-container a span.title {
	font-size: calc( 38px + (38 - 28) * ( (100vw - 480px) / (1920 - 480) ) );
	font-weight: bold;
}

.pum-theme-background-test .pum-container a span.link {
	text-decoration: underline;
	font-weight: 500;
}

	.pum-theme-background-test .pum-container a:hover span.link {
		text-decoration: none;
	}

.pum-theme-picture-test p {
	font-size: 0;
	line-height: 0;
}

@media screen and (max-width: 1200px) {

	.pum-theme-background-test .pum-container a {
		padding: 80px 100px;
	}

}

@media screen and (max-width: 800px) {

	/*.pum-theme-background-test .pum-container a {
		font-size: calc( 38px + (38 - 28) * ( (100vw - 480px) / (1920 - 480) ) );
	}*/

}

@media screen and (max-width: 640px) {

	.pum-theme-background-test .pum-container a {
		padding: 30px 30px;
	}

}

.pum-container.pum-responsive {
	width: 80% !important;
}

/*** https://www.idemia.com/insights/digital-travel-credential-taking-seamless-travel-experience-one-step-further ***/

figure.wp-block-table.dtc-table-style td {
  font-size: 14px;
  padding: 5px 15px !important;
  border-bottom: 1px solid #430099;
}

.wp-block-table.dtc-table-style td, .wp-block-table.dtc-table-style th {
  border: 1px solid;
    border-bottom-color: currentcolor;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  padding: .5em;
}

figure.wp-block-table.dtc-table-style td:nth-child(4), figure.wp-block-table.dtc-table-style td:nth-child(2) {
  background-color: #F2F0F5;
}

figure.wp-block-table.dtc-table-style td:nth-child(4), figure.wp-block-table.dtc-table-style td:nth-child(2) {
  background-color: #F2F0F5;
}

/*** Playing with the honepage ***/

.absolutelyCentered {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
  text-align: center;
}

.video-container{
  width: 100%;
  height: 800px;
  overflow: hidden;
  transition: 0.3s;
}

@media screen and (max-width: 1680px) {

	.video-container{
	  height: 700px;
	}

}

@media screen and (max-width: 1370px) {

	.video-container{
	  height: 600px;
	}

}

@media screen and (max-width: 640px) {

	.video-container{
	  height: 500px;
	}

}

.c-hero {
  position: absolute;
  width: 100%;
  z-index: -2;
  display: flex;
  height: calc(100vh - 5.6rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-position: center center;
  background-size: cover;
  align-items: flex-end;
  justify-content: center;
}
    
.c-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	color: #fff;
}

.mask > div {
	position: absolute;
	width: 100%;
	margin: auto;
	max-width: 1640px;
	padding-right: 60px;
	padding-left: 60px;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%);
	padding-top: 128px;
}

@media screen and (max-width: 1024px) {

	.mask > div {
		padding-top: 98px;
	}

}

@media screen and (max-width: 640px) {

	.mask > div {
		padding-right: 30px;
		padding-left: 30px;
	}

}

.mask p, .mask h1, .mask h2  {
	font-size: 18px; 
	line-height: 26px;
	color: #fff;
	font-weight: 400;
}

.mask h1, .mask h2 {
	margin-bottom: 30px;
}

.mask p a:not(:last-child) {
	margin-right: 20px;
}

.mask p.fakeH1 {
	/*font-size: 60px; 
	line-height: 72px;*/
	font-size: 48px; 
	line-height: 60px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 35px;
	transition: 0.3s;
}

@media screen and (max-width: 700px) {

	.mask p.fakeH1 {
		font-size: 48px; 
		line-height: 60px;
		margin-bottom: 35px;
	}

}

@media screen and (max-width: 480px) {

	.mask p a:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 20px !important;
	}

	.mask p {
		font-size: 14px; 
		line-height: 20px;
		margin-bottom : 20px !important;
	}

	.mask p.fakeH1 {
		font-size: 30px; 
		line-height: 36px;
		margin-bottom: 20px !important;
	}

}

.mask p.fakeH1 strong {
	font-weight: 700;
}

.button-action.white {
	background: #fff !important;
	color: #430099 !important;
}

.button-action.white:hover {
	background: none !important;
	color: #fff !important;
}

.newsAndReleases {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
	max-width: 1800px;
	padding: 20px 20px 0px 20px
}

.newsAndReleases > div {
	padding: 10px;
	/*flex: 1 1 0;*/
}

@media screen and (max-width: 1400px) {

	.newsAndReleases {
		flex-wrap: wrap;
	}

	.newsAndReleases > div {
		flex-basis: calc(100% / 3);
	}

}

@media screen and (max-width: 760px) {

	.newsAndReleases > div {
		flex-basis: 50%;
	}

}

@media screen and (max-width: 480px) {

	.newsAndReleases > div {
		flex-basis: 100%;
	}

}

.newsAndReleases > div > a > div:nth-child(1) {
	display: block;
	background-size: 100%;
	background-position:  center center;
	transition: 0.6s;
	font-size: 0;
	line-height: 0;
}

.newsAndReleases > div a:hover > div:nth-child(1)   {
	background-size: 110%;
}

.newsAndReleases > div img {
	width: 100%;
	height: auto;
}

.newsAndReleases > div > a > div:nth-child(2) {
	width: calc(100% - 20px);
	border-bottom: 1px solid rgba(67,0,153,0.2);
	font-size: 12px;
	color: #430099;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 15px 0px 14px;
	transition: 0.3s;
}

.newsAndReleases > div > a:hover > div:nth-child(2) {
	color: #fcc305;
}

.newsAndReleases > div > a > div:nth-child(3) {
	width: calc(100% - 20px);
	padding-top: 18px;
	font-size: 16px;
	line-height: 22px;
	transition: 0.3s;
}

.newsAndReleases > div > a:hover > div:nth-child(3) {
	color: #430099;
}

.intro-1520 {
	width: 100%;
	margin: auto;
	max-width: 1640px;
	padding-right: 60px;
	padding-left: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro-1520.darkened {
	color: #fff;
}

	.other_content-template .intro-1520 {
		max-width: 1440px;
	}

.more-1520 {
	width: 100%;
	margin: auto;
	max-width: 1640px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {

	.other_content-template-template-partners .intro-1520 {
		padding-right: 30px;
		padding-left: 30px;
	}

}

@media screen and (max-width: 640px) {

	.intro-1520 {
		padding-right: 30px;
		padding-left: 30px;
	}

}

.more-1520 ul.key-numbers-list li:not(:last-child) {
  margin-bottom: 20px;
}

	.more-1520 ul.key-numbers-list li .key-number {
		margin-bottom: 0px;
		font-weight: 300;
	}

@media screen and (min-width: 1025px) {

	.more-1520 {
		padding-bottom: 60px;
	}

	.more-1520 ul.key-numbers-list li .key-number {
		flex: 0 0 0;
		justify-content: flex-end;
	 }

	.more-1520 ul.key-numbers-list li p {
		flex-basis: 65%;
	}

}

.intro-1520 > div:nth-child(1) {
	padding: 60px 0px;
	position: relative;
	flex-basis: 62%;
}

@media screen and (max-width: 1024px) {

	.other_content-template-template-partners .intro-1520 > div:nth-child(1) {
		padding: 30px 0px;
	}

}

@media screen and (max-width: 640px) {

	.intro-1520 > div:nth-child(1) {
		padding: 30px 0px;
	}

}

.more-1520 > div:nth-child(1) {
	position: relative;
	flex-basis: 60%;
}

.intro-1520 > div:nth-child(1) * {
}

.home .intro-1520 > div:nth-child(1):after, .meet-with-biometrics .intro-1520 > div:nth-child(1):after {
	position: relative;
	display: block;
	content: " ";
	width: 21px;
	height: 11px;
	background-image: url(../img-2023/arrow-bottom.svg);
	background-position: center center;
	background-size: 21px 11px;
	margin-top: 26px;
}

.intro-1520 > div:nth-child(2), .more-1520 > div:nth-child(2) {
	position: relative;
	flex-basis: 40%;
	text-align: center;
}

@media screen and (max-width: 1024px) {

	.introForLowres {
		/*margin: 0px auto 60px auto;*/
		padding: 0px 0 60px 0;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.other_content-template-template-partners .introForLowres {
		padding: 0px 0 30px 0;
	}

	.introForLowres.cta2 {
		margin-top: 60px;
	}

	.introForLowres > div {
		display: inline-block;
		position: relative;
	}

	.intro-1520, .more-1520 {
		flex-direction: column;
	}

	.intro-1520 > div:nth-child(1), .more-1520 > div:nth-child(1) {
		flex-basis: 100%;
		width: 100%;
	}

	.intro-1520 > div:nth-child(2), .more-1520 > div:nth-child(2) {
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 60px;
	}

}

@media screen and (max-width: 640px) {

	.introForLowres {
		/*margin: 0px auto 30px auto;*/
		padding: 0px 0 30px 0;
	}

	.introForLowres.cta2 {
		margin-top: 30px;
	}

	.intro-1520 > div:nth-child(2), .more-1520 > div:nth-child(2) {
		margin-bottom: 30px;
	}

}

.more-1520 .key-numbers-list {
	flex-direction: column;
}

@media screen and (max-width: 1024px) {

	.more-1520 .key-numbers-list {
		flex-direction: row;
	}

}

@media screen and (max-width: 900px) {

	.more-1520 .key-numbers-list {
		flex-direction: column;
	}

}

.quoteCTA a {
	position: relative;
	margin-left: 60px;
}

body.home .intro-1520.cta1 > div:nth-child(2):before, body.home .introForLowres.cta1 > div:before, .quoteCTA a:before  {
	position: absolute;
	content: " ";
	width: 30px;
	height: 60px;
	background: url(../img-2023/arrow-mixed.svg) center center;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.intro-1520.darkened.cta1 > div:nth-child(2):before, .introForLowres.darkened.cta1 > div:before {
	background: url(../img-2023/arrow-mixed-white.svg) center center;
}

	.quoteCTA a:before {
		left: -60px;
	}

.intro-1520 > div:nth-child(1) > div:nth-child(1), footer.footer-2023 > div:nth-child(1) > div > div:nth-child(1) {
	font-size: 12px;
	color: #430099;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

footer.footer-2023 > div:nth-child(1) > div > div:nth-child(1) {
	color: #fff;
}

.intro-1520 h2, h1.h1_2025, footer.footer-2023 > div:nth-child(1) .footerH2 {
	font-weight: 300;
	color: #000;
	font-size: 44px;
    font-size: calc( 30px + (44 - 30) * ( (100vw - 480px) / (1920 - 480) ) );
	margin-bottom: 22px;
	line-height: 53px;
    line-height: calc( 44px + (53 - 44) * ( (100vw - 480px) / (1920 - 480) ) );
    padding-right: 60px;
}

	.intro-1520.darkened h2 {
		color: #fff;
	}

footer.footer-2023 > div:nth-child(1) .footerH2 {
	color: #fff;
	margin-bottom: 17px;
}

footer.footer-2023 > div:nth-child(1) p {
	margin-bottom: 26px;
}

.intro-1520 > div:nth-child(1) p {
	font-size: 18px;
    font-size: calc( 14px + (18 - 14) * ( (100vw - 480px) / (1920 - 480) ) );
	line-height: 26px;
    line-height: calc( 22px + (26 - 22) * ( (100vw - 480px) / (1920 - 480) ) );
	position: relative;
    padding-right: 60px;
}

@media screen and (max-width: 1024px) {

	.intro-1520 h2, footer.footer-2023 > div:nth-child(1) h2 {
	    padding-right: 0px;
	}

	.intro-1520 > div:nth-child(1) p {
	    padding-right: 0px;
	}

}

.intro-1520 p:not(:last-child) {
	margin-bottom: 26px;
}

.intro-1520 a.button-action {
	width: 65% !important;
}

@media screen and (max-width: 1024px) {

	.intro-1520 a.button-action {
		width: auto !important;
	}

	.intro-1520.cta1 > div:nth-child(2):before, .introForLowres.cta1 > div:before {
		left: -60px;
	}
	
	.introForLowres.cta1 > div {
		padding-left: 60px;
	}

}

@media screen and (max-width: 640px) {

	.intro-1520.cta1 > div:nth-child(2):before, .introForLowres.cta1 > div:before {
		left: 0px;
	}

}

.intro-1520 span.secondaryCta, .introForLowres span.secondaryCta {
	display: inline-flex;
	position: relative;
	align-items: center;
	text-decoration: underline;
	font-size: 18px;
    font-size: calc( 14px + (18 - 14) * ( (100vw - 480px) / (1920 - 480) ) );
}

.intro-1520 span.secondaryCta:before, .introForLowres span.secondaryCta:before {
	position: relative;
	content: " ";
	width: 11px;
	height: 21px;
	background-image: url(../img-2023/arrow-right.svg);
	background-position: center center;
	background-size: 11px 21px;
	margin-right: 10px;
}

.secondary .secondaryImg {
	transition: 0.3s;
}

.secondary:hover .secondaryImg {
	filter: brightness(0) opacity(0.4);
}

.keyTechFigures {
	width: 100%;margin: auto;
	max-width: 1640px;
	padding-bottom: 60px;
}

@media screen and (max-width: 640px) {

	.keyTechFigures {
	padding-bottom: 30px;
	}

}

.keyTechFigures ul.key-numbers-list {
 	display: flex;
 	align-items: stretch;
 	justify-content: center;
 	list-style: none;
 	color: inherit;
 }

 	.keyTechFigures ul.key-numbers-list li {
 		/*flex-basis: 28%;*/
 		flex-basis: calc(100% / 3);
 		/*margin: 0 30px;*/
 		padding: 0 30px;
 		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
 	}

 	.keyTechFigures ul.key-numbers-list li .key-number {
		color: #430099;
		font-size: 36px;
		text-align: right;
		/*display: inline-flex; !important;*/
		align-items: center;
		padding-right: 20px;
		font-weight: 300;
		/*flex-basis: 50%;*/
 	}

 	.biometrics-numbers .keyTechFigures ul.key-numbers-list li {	
		line-height: normal !important
	}

 	.biometrics-numbers .keyTechFigures ul.key-numbers-list li .key-number {
		font-weight: 400;
	}

 	.keyTechFigures ul.key-numbers-list li p {
		color: #430099;
		font-size: 18px;
		line-height: 26px;
		text-align: left;
		flex-basis: 50%;
 	}

 	.biometrics-numbers .keyTechFigures ul.key-numbers-list li p {
		text-align: center;
		font-weight: 400;
	}


 @media screen and (max-width: 1400px) {

 	.keyTechFigures ul.key-numbers-list li {
 		flex-direction: column;
 		justify-content: flex-start;
 	}

 	.keyTechFigures ul.key-numbers-list li .key-number {
 		flex-basis: auto;
 		text-align: center;
 		padding-right: 0;
 	}

 	.keyTechFigures ul.key-numbers-list li p {
 		text-align: center;
 	}

 }

 @media screen and (max-width: 900px) {

	.keyTechFigures ul.key-numbers-list {
	 	flex-wrap: wrap;
	 	padding-bottom: 6px;
	}

 	.keyTechFigures ul.key-numbers-list li {
 		flex-basis: 100%;
 	}

 	.keyTechFigures ul.key-numbers-list li .key-number {
 		margin-bottom: 0px;
 	}

 	.keyTechFigures ul.key-numbers-list li:not(:last-child) {
 		margin-bottom: 20px;
 	}

 }

.insightsAndVideos {
	display: flex;
	flex-wrap: wrap;
}

	.page-template-template-media_center .insightsAndVideos {
 		flex-basis: 75%;
 	}

.insightsAndVideos > div {
	flex-basis: calc(100%/3);
	position: relative;
}

.page-template-template-media_center .insightsAndVideos > div {
	flex-basis: 50%;
	position: relative;
 	height: auto !important;
}

@media screen and (max-width: 1200px) {

 	.page-template-template-media_center .insightsAndVideos{
 		flex-basis: 100%;
 	}

}

@media screen and (max-width: 1024px) {

	.insightsAndVideos > div {
		flex-basis: 50%;
	}

}

@media screen and (max-width: 600px) {

	.insightsAndVideos > div, .page-template-template-media_center .insightsAndVideos > div {
		flex-basis: 100%;
	}

}

.insightsAndVideos > div > a > div:nth-child(1) {
	position: relative;
	font-size: 0;
	line-height: 0;
	background-position: center center;
	background-size: 100%;
	transition: 0.6s;
}

	.insightsAndVideos > div:hover > a > div:nth-child(1) {
		background-size: 110%;
	}

.insightsAndVideos > div > a > div:nth-child(1) img {
	width: 100%;
	height: auto;
}

.insightsAndVideos > div > a > div:nth-child(1):before {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: 0.3s;
}

.insightsAndVideos > div > a:hover > div:nth-child(1):before {
	background: rgba(0,0,0,0.6);
}

.insightsAndVideos > div > a > div:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 45px 60px;
	color: #fff;
	z-index: 1;
}

.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(1) {
	width: calc(100% - 50px);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 15px 0px 14px;
}

.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(2) {
	width: calc(100% - 50px);
	padding-top: 18px;
	font-size: 24px;
	line-height: 30px;
    font-size: calc( 18px + (24 - 18) * ( (100vw - 480px) / (1920 - 480) ) );
    line-height: calc( 24px + (30 - 24) * ( (100vw - 480px) / (1920 - 480) ) );
}

.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(3) {
	position: absolute;
	bottom: 60px;
	left: 60px;
	font-size: 12px;
}

@media screen and (max-width: 1400px) {

	.insightsAndVideos > div > a > div:nth-child(2) {
		padding: 20px 30px;
	}

	.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(3) {
		bottom: 30px;
		left: 30px;
	}

	.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(1) {
		width: calc(100% - 20px);
		padding: 10px 0px 9px;
	}

	.insightsAndVideos > div > a > div:nth-child(2) > div:nth-child(2) {
		width: calc(100% - 20px);
	}

}

.insightsAndVideos span.play {
	position:absolute;
	width:auto;
	width:60px;
	height:40px;
	left:calc(50% - 30px);
	top:calc(50% - 20px);
	z-index:2;
	background:url(../img/play-video-off.svg);
	background-size:cover;
}

.insightsAndVideos > div:hover span.play {
	background:url(../img/play-video.svg);
	background-size:cover
}

.home blockquote {
	background: url(../img/dot.png) top left repeat-y;
	padding-left: 25px;
	font-size: 18px;
	line-height: 26px;
    font-size: calc( 14px + (18 - 14) * ( (100vw - 480px) / (1920 - 480) ) );
    line-height: calc( 22px + (26 - 22) * ( (100vw - 480px) / (1920 - 480) ) );
	font-style: italic;
	color: #430099;
	position: relative;
	padding-right: 30px;
}

.home blockquote:not(:last-child) {
	margin-bottom: 26px;
}

.home blockquote cite {
	font-style: normal;
	color: #000;
}

.home section {
	overflow: hidden;
}

ul.technoPictos {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {

	ul.technoPictos {
		margin-bottom: 30px;
	}

}

ul.technoPictos li {
	flex-basis: 18%;
	min-width: 120px;
	padding: 30px 0px;
}

ul.technoPictos img {
	max-height: 80px;
	width: auto;
	margin-bottom: 12px;
}

#references-2023 .references {
	padding-bottom: 50px;
}

#references-2023 .references .slick-track
{
    display: flex !important;
    justify-content: center;
}

#references-2023 .references .slick-list {
	width: 100%;
	margin: auto;
	max-width: 1520px;
}

#references-2023 .references .slick-list:before {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: #fff;
	z-index: 1;
}

#references-2023 .references .slick-list:after {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	content: "";
	background: #fff;
	z-index: 1;
}

#references-2023 .references div.slick-slide {
	padding: 0px 50px 0px 50px;
}

#references-2023 .references div.slick-slide > div > div > div:nth-child(2) {
	font-size: 12px;
	color: #430099;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#references-2023 .references h3 {
	font-size: 24px;
	color: #430099;
	font-weight: 400;
	margin-bottom: 26px;
}

#references-2023 .references ul {
	list-style: none;
	margin-bottom: 10px;
}

#references-2023 .references ul li {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

#references-2023 .references ul li a {
	color: inherit;
	transition: 0.3s;
}	

#references-2023 .references ul li a:hover {
	color: #430099;
}	

#references-2023 .references ul li:not(:last-child) {
	margin-bottom: 26px;
}

/*#references-2023 .references  div.slick-slide {
	flex-basis: calc(100% / 3);
}*/

#references-2023 .references  div.slick-slide img {
	width: 100%;
}

div.refLogo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}

#references-2023 .references div.slick-slide:not(:first-child) div.refLogo:before {
	position: absolute;
	top: 0;
	left: -50px;
	width: 1px;
	height: 100%;
	overflow: hidden;
	content: "";
	background: rgba(67, 0, 153, 0.2);
}

.sustainabilityFigures {
	display: flex;
	flex-wrap: wrap;
}

.sustainabilityFigures > div, .sustainabilityFigures > a {
	flex-basis: calc(100% / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 120px;
	text-align: center;
	position: relative; 
}

.sustainabilityFigures > div:before, .sustainabilityFigures > a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: 0.3s;
}

.sustainabilityFigures > a:hover:before {
	background: rgba(0,0,0,0.6);
}

@media screen and (max-width: 1400px) {

	.sustainabilityFigures > div, .sustainabilityFigures > a  {
		padding: 60px;
	}

}

@media screen and (max-width: 960px) {

	.sustainabilityFigures > div, .sustainabilityFigures > a {
		flex-basis: 100%;
	}

}

@media screen and (max-width: 640px) {

	.sustainabilityFigures > div, .sustainabilityFigures > a {
		padding: 30px;
	}

}

.sustainabilityFigures span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}

.sustainabilityFigures span.count {
	font-size: 72px;
	font-weight: 300;
	display: block !important;
	margin-bottom: 36px;
}

.sustainabilityFigures img {
	height: 64px;
	width: auto;
	margin-bottom: 36px;
}

.careersVideo {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.careersVideo img {
	width: 100%;
	height: auto;
}

.careersFigures {
	position: absolute;
	width: 36%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(67,0,153,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	z-index: 1;
}

.careersFigures ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	flex-direction: column;
}

.careersFigures ul li {
	margin: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.careersFigures ul li:not(:last-child) {
	margin-bottom: 30px;
}

.careersFigures ul li span {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.careersFigures ul li span.count {
	color: #fff;
	font-size: 36px;
	text-align: right;
	display: block !important;
	margin-right: 14px;
	font-weight: 300;
}

.careersQuote {
	position: absolute;
	width: calc(36%);
	height: 100%;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.careersQuote blockquote, .careersQuote p {
	width: 100%;
	max-width: 390px;
}

.careersQuote blockquote {
	margin-bottom: 30px;
}

.careersQuote p a:not(:last-child) {
	margin-right: 20px;
}

#careers-2023 .desktopInvisible {
	padding-top: 60px;
}

@media screen and (max-width: 960px) {

	.careersVideo {
		display: flex;
		flex-direction: column;
	}

	.careersFigures {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0px;
	}

	/*.careersQuote {
		position: absolute;
		width: 80%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		}

	.careersQuote blockquote, .careersQuote p {
		width: 100%;
		max-width: 100%;
	}*/

	.careersQuote {
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		transform: none;
		padding: 60px;
		background: #e7e7e7;
	}

	.careersQuote blockquote, .careersQuote p {
		width: 100%;
		max-width: 100%;
	}

}

@media screen and (max-width: 640px) {

	#careers-2023 .desktopInvisible {
		padding-top: 30px;
	}

	.careersFigures {
		padding: 30px 0px;
	}

	.careersQuote {
		padding: 30px;
	}

}

@media screen and (max-width: 480px) {

	.careersQuote p a:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 20px !important;
	}

}

.worldwide {
	margin-left: 10px;
}

	#burger-menu .worldwide {
		margin-left: 0px;
	}

.worldwide span {
	display: inline-flex;
	align-items: center;
}

.worldwide span:before {
	position: relative;
	content: " ";
	width: 18px;
	height: 18px;
	background-image: url(../img-2023/worldwide.svg);
	background-position: center center;
	background-size: 18px 18px;
	margin-right: 10px;
}

.worldwide:hover span:before {
	background-image: url(../img-2023/worldwide-hover.svg);
}

	#burger-menu .worldwide:hover span:before {
		background-image: url(../img-2023/worldwide.svg);
	}

footer.footer-2023 {
	display: flex;
	flex-wrap: wrap;
}

	footer.footer-2023 > div {
		flex-basis: 50%;
	}

@media screen and (max-width: 1024px) {

	footer.footer-2023 > div {
		flex-basis: 100%;
	}

}

	footer.footer-2023 > div:nth-child(1) {
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

		footer.footer-2023 > div:nth-child(1) > div {
			width: 100%;
			max-width: 810px;
			margin-right: 0px;
			margin-left: auto;
			padding: 60px;
		}

	footer.footer-2023 > div:nth-child(2) {
		background: #e7e7e7;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

		footer.footer-2023 > div:nth-child(2) > div {
			width: 100%;
			max-width: 810px;
			margin-left: 0px;
			margin-right: auto;
			padding: 60px;
		}

	footer.footer-2023 > div:nth-child(2) > div {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	footer.footer-2023 > div:nth-child(2) > div > div {
		flex-basis: calc(100% / 3);
		padding-right: 30px;
	}

	@media screen and (max-width: 1024px) {

		footer.footer-2023 > div:nth-child(1) > div {
			max-width: 100%;
			padding: 30px;
		}

		footer.footer-2023 > div:nth-child(2) > div {
			padding: 30px;
		}

		footer.footer-2023 > div:nth-child(2) > div > div {
			padding-right: 0px;
		}

	}

	@media screen and (max-width: 700px) {

		footer.footer-2023 > div:nth-child(2) > div {
			align-items: flex-start;
		}

		footer.footer-2023 > div:nth-child(2) > div  {
			flex-direction: column;
		}

		footer.footer-2023 > div:nth-child(2) > div > div {
			flex-basis: 100%;
		}

	}

	footer.footer-2023 > div:nth-child(2) ul {
		list-style: none;
		font-size: 14px;
		line-height: 24px;
	}

	footer.footer-2023 > div:nth-child(2) ul a {
		color: #430099;
	}

	footer.footer-2023 > div:nth-child(2) ul a:hover {
		color: #000;
	}



 nav.tabSystem {
 	font-size: 11px;
 	letter-spacing: 1.06px;
 	text-transform: uppercase;
 	line-height: 1.3;
 	margin-bottom: 40px;
 }

	nav.tabSystem>ul {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	 	max-width: 960px;
	 	margin: auto;
	}

	nav.tabSystem>ul>li {
 		font-size: 11px;
 		letter-spacing: 1.06px;
 		line-height: 1.3;
 		padding: 0;
 		margin: 0;
	}

	nav.tabSystem>ul>li:before {
		display: none;
	}

		nav.tabSystem>ul>li>a {
			display: block;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 44px;
			cursor: pointer;
			font-weight: 400;
		}

		nav.tabSystem>ul>li>a>span {
			display: inline-block;
			position: relative;
			transition: .3s;
			/*max-width: 200px;*/
			/*padding: 0 18px;*/
			margin: 0 14px;
		}

		nav.tabSystem>ul>li>a>span:before {
			position: absolute;
			opacity: 0;
			z-index: 30;
			left: 50%;
			top: 100%;
			margin-left: -11px;
			margin-top: -3px;
			pointer-events: none;
			content: "";
		    width: 21px;
		    height: 11px;
		    background-size: 21px 11px;
		    background-image: url(../img-2023/arrow-bottom.svg);
		    background-repeat: no-repeat;
			transition: 0.2s ease-in 0s;
		}

		nav.tabSystem>ul>li:hover>a>span:before, nav.tabSystem>ul>li.on>a>span:before {
			opacity: 1;
			top: calc(100% + 8px);
		}

@media screen and (max-width: 900px) {

	nav.tabSystem>ul>li {
 		flex: 0 0 0;
	}

}

@media screen and (max-width: 640px) {

 nav.tabSystem {
 	font-size: 10px;
 	margin-bottom: 30px;
 }

	nav.tabSystem>ul>li {
 		font-size: 11px;
	}

		nav.tabSystem>ul>li>a>span {
			margin: 0 8px;
		}

}

.partnerFocus {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.partnerFocus > div {
	flex-basis: 48%;
}

@media screen and (max-width: 900px) {

	.partnerFocus {
		flex-direction: column;
	}

	.partnerFocus > div {
		flex-basis: 100%;
	}

	.partnerFocus > div:not(:first-child) {
		padding-top: 30px;
	}

}

.partnerFocus > div h3 {
	color: #000;
	margin-bottom: 20px;
}

.partnerFocus > div p:not(:last-child) {
	margin-bottom: 20px;
}

.key-numbers-list .icon img {
	height: 64px;
	width: auto;
	margin-bottom: 10px;
}

.benefits-list a {
	text-decoration: underline;
}

.benefits-list a:hover {
	text-decoration: none;
}

/*** Biometrics 2023 ***/

.biometrics-numbers .keyTechFigures {
	padding-bottom: 0px !important;
}


.biometrics-numbers .container-full {
	padding-bottom: 0px !important;
}

.biometrics-numbers ul.key-numbers-list li {
	flex-direction: column;
}

.biometrics-numbers ul.key-numbers-list li:before {
	display: none;
}

.slick-slide img.slick-loading { display: none; }


/* Crypto
 * --------------------------------------- */

 .crypto-rows img {
 	max-width: 100px;
 	height: auto;
 	max-height: 100px;
 	float: left;
 	margin: 0px 20px 20px 0px;
 }

 section.crypto-obj .container {
 	padding-bottom: 0 !important;
 }