

/* 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 ul {
	display: flex;
	color: #fff !important;
	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;
	}

	.biometrics-nutshell ul li:not(:last-child)::after {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 2px;
		background: #ffc300;
		content: " ";
	}

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

	.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 20px;
	}

@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;
	}

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

.biometrics-methods .container-full {
	padding: 0px !important;
}

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

	.biometrics-methods .container-full > div div {
		flex: 1 1 0px;
		text-align: center;
		color:  #fff !important;
		padding: 20px;
		font-size: 14px;
	}

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

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

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

}

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

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

}

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

	.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 20px;
	}

@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: 120px;
		width: auto;
	}

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

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

@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 div {
		flex: 1 1 0px;
		padding: 40px;
		text-align: center !important;
		color: #fff !important;
	}

	.biometrics-categories .container > div div img {
		width: 100%;
		height: auto;
	}

	.biometrics-categories .container > div.categories div img {
		height: 190px;
		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: 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: 190px;
		width: auto;
	}

.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;
	color: #fff !important;
}

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

	.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;
	}

}

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

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

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

@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 20px;
	}

@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: 120px;
		width: auto;
	}

.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;
	}

}

/* 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;
}