/*
Theme Name: Fondation BNP Paribas
Author: BNP Paribas - ITG Équipe GA01
Version: 1.0
*/

@font-face {
	src: url("assets/fonts/bnpp-rounded-v2.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BNPP Rounded bold";
	src: url("assets/fonts/bnpp-rounded-bold-v2.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "BNPP Rounded extrabold";
	src: url("assets/fonts/bnpp-rounded-extrabold-v2.ttf");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "BNPP Rounded light";
	src: url("assets/fonts/bnpp-rounded-light-v2.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BNPP Sans";
	src: url("assets/fonts/bnpp-sans/bnpp-sans.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BNPP Sans Light";
	src: url("assets/fonts/bnpp-sans/bnpp-sans-light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "bnpp-square";
	src: url("assets/fonts/bnpp-square/bnpp-square-regular-v3.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("assets/fonts/OpenSans/OpenSans-Regular.eot");
	src: url("assets/fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
	  url("assets/fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
	  url("assets/fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
	  url("assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"),
	  url("assets/fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  /* @font-face {
	font-family: "Open Sans Bold";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src : url("assets/fonts/OpenSans/OpenSans-Bold.ttf"),
  
  } */
  
@font-face {
	font-family: 'icomoon';
	src: url('./assets/fonts/icomon/icomoon.eot?4imws1');
	src: url('./assets/fonts/icomon/icomoon.eot?4imws1#iefix') format('embedded-opentype'),
		url('./assets/fonts/icomon/icomoon.ttf?4imws1') format('truetype'),
		url('./assets/fonts/icomon/icomoon.woff?4imws1') format('woff'),
		url('./assets/fonts/icomon/icomoon.svg?4imws1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

:root {
	--noir-100: #000000;
	--noir-80: #333333;
	--noir-70: #5E5E5E;
	--noir-60: #666666;
	--noir-40: #999999;
	--noir-20: #CCCCCC;
	--orange-pastel-100: #FBAF7E;
	--orange-pastel-80: #FCBF98;
	--orange-pastel-60: #FDCFB2;
	--orange-pastel-40: #FDDFCB;
	--orange-pastel-20: #FEEFE5;
	--jaune-imprial-100: #FFE061;
	--jaune-imprial-80: #FFE681;
	--jaune-imprial-60: #FFECA0;
	--jaune-imprial-40: #FFF3C0;
	--jaune-imprial-20: #FFF9DF;
	--bleu-pastel-100: #ACD8F3;
	--bleu-pastel-80: #BDE0F5;
	--bleu-pastel-60: #CDE8F8;
	--bleu-pastel-40: #DEEFFA;
	--bleu-pastel-20: #F2F9FD;
	--vert-jade-100: #92FBAA;
	--vert-jade-80: #A8FCBB;
	--vert-jade-60: #BEFDCC;
	--vert-jade-40: #D3FDDD;
	--vert-jade-20: #E9FEEE;
	--BNP-Classic-accessible: #008859;
	--BNP-Classic-accessible-hover: #00724a;
	--gradient-cover-haut: #fff;
	--BNPP-Green: #03A776;
	--bs-body-font-family: 'Open Sans'
}

h1,
.h1 {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	/* 112.5% */
}

h2,
.h2 {
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 68px;
	/* 121.429% */
}

h3,
.h3 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	/* 125% */
}

h4,
.h4 {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

h5,
.h5 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 125% */
}

h6,
.h6 {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	/* 125% */
}

a {
	color: #000;
}

p {
	line-height: 1.4;
}

.sr-only{
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
			clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}


/* strong {	
	font-family: "Open Sans Bold";
	font-weight: bold;
} */

.external_a, .internal_a, .external_link, .external_link_label{
	text-decoration: underline;
	font-weight: inherit;
	transition: color .3s ease-in-out;
	text-decoration-color: #03a776!important;
	text-underline-offset: 3px !important;
	text-decoration-thickness: 2px;
}

.external_link_label.external_a{
	/* text-decoration: none!important; */
}

.external_link>a{
	text-decoration: none!important;
}


.external_a:after{
	speak: none;
	content: '\ea3b';
	font-family: icomoon, serif;
	font-size: .55em;
	margin: -1px 3px 0 3px;
	display: inline-block;
}

.external_a:hover,
.internal_a:hover {
	color: #03a776;
}


.title_link:after {
	content: none !important;
}

.stretched-link::after {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "" !important;
}

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

	h1,
	.h1 {
		/* mobile/heading 1 */
		font-family: "BNPP Rounded Bold";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
		/* 120% */
	}

	h2,
	.h2 {
		/* mobile/heading 2 */
		font-family: "BNPP Rounded Bold";
		font-size: 33px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		/* 117.647% */
	}

	h3,
	.h3 {
		/* mobile/heading 3 */
		font-family: "BNPP Rounded Bold";
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		/* 126.667% */
	}

	h4,
	.h4 {
		/* mobile/heading 4 */
		font-family: "BNPP Rounded Bold";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		/* 128.571% */
	}

	h5,
	.h5 {
		/* mobile/heading 5 */
		font-family: "BNPP Rounded Bold";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 133.333% */
		margin-bottom: 10px;
	}

	h6,
	.h6 {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		/* 125% */
	}
}

.has-large-font-size {
	font-size: 35px !important;
}

.display-1 {
	color: var(--noir-100, #000);
	/* display/1 */
	font-family: "BNPP Rounded";
	font-size: 164px;
	font-style: normal;
	font-weight: 700;
	line-height: 138px;
	/* 84.146% */
}

.display-2 {
	color: var(--noir-100, #000);
	/* display/2 */
	font-family: "BNPP Rounded";
	font-size: 140px;
	font-style: normal;
	font-weight: 800;
	line-height: 138px;
	/* 98.571% */
}

.display-3 {
	color: var(--noir-100, #000);
	/* mobile/display 3 */
	font-family: "BNPP Rounded";
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	/* 105.455% */
}

.subheading-1 {
	color: var(--noir-100, #000);
	/* subheading 1/regular */
	font-family: "BNPP Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 142.857% */
}

.subheading-2 {
	color: var(--noir-100, #000);
	/* subheading 2/regular */
	font-family: "BNPP Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 150% */
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.bold-italic {
	font-weight: 700;
	font-style: italic;
}

.has-shadow {
	text-shadow: 2px 2px #000000;
}

.top-unset {
	top: unset;
}

.left-unset {
	left: unset;
}

.default-page {
	background-color: var(--bleu-pastel-100);
}

.solidarite-page {
	background-color: var(--orange-pastel-100);
}

.environnement-page, .environment-page {
	background-color: var(--vert-jade-100);
}

.culture-page {
	background-color: var(--jaune-imprial-100);
}

.cursor-pointer {
	cursor: pointer;
}

img,
svg {
	max-width: 100%;
}

.bg-homepage {
	background-color: #ACD8F3;
}

mark {
	padding: 0 .1875em;
}

/* /////// COLORS ////////// */

.has-bleu-pastel-background-color {
	background-color: var(--bleu-pastel-100);
}

.has-bleu-pastel-color {
	color: var(--bleu-pastel-100);
}

.has-vert-bnpp-color {
	color: var(--BNPP-Green);
}

.has-vert-bnpp-background-color {
	background-color: var(--BNPP-Green);
}

.has-orange-pastel-color {
	color: var(--orange-pastel-100);
}

.has-orange-pastel-background-color {
	background-color: var(--orange-pastel-100);
}

.has-jaune-imperial-color {
	color: var(--jaune-imprial-100);
}

.has-jaune-imperial-background-color {
	background-color: var(--jaune-imprial-100);
}

.has-bleu-pastel-color {
	color: var(--bleu-pastel-100);
}

.has-bleu-pastel-background-color {
	background-color: var(--bleu-pastel-100);
}

.has-vert-jade-color {
	color: var(--vert-jade-100);
}

.has-vert-jade-background-color {
	background-color: var(--vert-jade-100);
}

.text-bnpp-bold {
	font-family: "BNPP Rounded Bold";
}

/* /////// ICONS ////////// */

#search-button-desktop {
	padding: 20px 15px;
}

.entry-content>* {
	padding: 7% 5%;
	margin: 0;
}

/* Début: CONTENT AFTER HEADER */

.content-after-header {
	position: relative;
	z-index: 4;
}

.content-after-header>.wp-block-image img,
.content-after-header>.social-icons-share-list .wp-block-image img {
	border-radius: 15px;
}

.content-after-header .wp-block-image figcaption {
	margin-top: 1em;
	font-size: 14px;
}

.alignwide {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.alignwide .alignwide,
.alignfull .alignwide {
	padding-left: 0;
	padding-right: 0;
}

.content-after-header>*:not(.alignwide):not(.alignfull):not(.foundation-carousel) {
	max-width: 720px;
}

.content-after-header>.pattern-colonnes-generales-group {
	max-width: 1220px !important;
}

.content-after-header .pattern-colonnes {
	max-width: 1020px !important;
}

.content-after-header>*:not(.alignwide):not(.alignfull):not(.foundation_card_block_wrapper),
.content-after-header>.pattern-colonnes-generales-group,
.content-after-header .pattern-colonnes {
	margin: 0 auto;
	width: 100%;
	line-height: 1.2;
}

.content-after-header h1, .content-after-header h2:not(:last-child), .content-after-header h3, .content-after-header h4, .content-after-header h5, .content-after-header h6, .content-after-header p{
	margin-bottom: 30px!important;
}

.content-after-header h2:last-child{
	margin-bottom: 0;
}


.content-after-header>*:not(.alignwide):not(.alignfull){
	line-height: 1;
}

.content-after-header>*:not(.alignwide):not(.alignfull) p,
.content-after-header>.pattern-colonnes-generales-group p,
.content-after-header .pattern-colonnes p {
	line-height: 1.4;
}

.wp-block-video {
	border-radius: 15px;
	overflow: hidden;
}

.content-after-header iframe {
	display: table;
	padding: 0 !important;
	border-radius: 15px;
	/* width: revert-layer !important; */
	width: 80%;
}

.content-after-header li:not(.slick-slide) {
	margin-bottom: 16px;
}

.content-after-header>p {
	line-height: 1.4;
}

.content-after-header>h1,
.after-header-content-normal>h1 {
	line-height: 70px;
	max-width: 851px;
}

.content-after-header>.wp-block-heading.alignwide {
	max-width: 1324px;
	margin: 0 auto;
	padding: 0 20px;
}

h2.wp-block-heading{
	line-height: 1;
}


@media screen and (max-width: 991px) {
	.content-after-header>ul {
		padding: 0 50px;
	}

	.content-after-header>*:not(.alignfull):not(.slick-slider):not(.pattern-margin-interior) {
		padding: 0 20px;
	}

	.content-after-header>h1,
	.after-header-content-normal>h1 {
		line-height: 50px;
		max-width: 848px;
	}
}

.content-after-header>*:first-child:not(.alignfull):not(.slick-slider) {
	padding-top: 20px !important;
}

body.solidarite-page .content-after-header,
body.solidarite-page .bg-share-page{
	background-color: var(--orange-pastel-20);
}

body.culture-page .content-after-header,
body.culture-page .bg-share-page {
	background-color: var(--jaune-imprial-20);
}

body.environnement-page .content-after-header,
body.environnement-page .bg-share-page {
	background-color: var(--vert-jade-20);
}

body.default-page .content-after-header,
body.default-page .bg-share-page {
	background-color: var(--bleu-pastel-20);
}

/* Fin: CONTENT AFTER HEADER */

/* ////////////// HEADER /////////////// */

header {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	align-items: center;
}

.header_page_background{
	height: 750px;
}

.titre-thematique {
	font-size: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.titre-thematique h1 {
	font-size: 120px;
	display: flex;
	line-height: 1;
}

.motto-thematique {
	font-size: 40px;
	margin-bottom: 10px;
}

.phrase-centre-accueil {
	max-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phrase-centre-accueil h1 {
	font-size: 50px;
	line-height: 1.2;
}

.souligne-svg {
	content: "";
	background-image: url("assets/images/svg/souligne.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 30px;
	padding: 0;
	position: absolute;
	filter: brightness(0) invert(1);
	bottom:10px;
	/* Set the filter to black */
}

.souligne-svg-ombre {
	content: " ";
	background-image: url("assets/images/svg/souligne.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 29px;
	padding: 0;
	filter: brightness(0) invert(0);
	/* Set the filter to white */
	position: relative;
	bottom: 7px;
	left: 3px;
}

.container-main{
	margin-top: -20px;
}

.container-hirondelle {
	box-sizing: border-box;
	overflow: hidden;
}


#hero-bg {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-size: cover;
	z-index: -1;
	height: 700px;
}

#hirondelle-header{
	max-width: 500px;
	width:100%;
	position: absolute;
}

#badge-header{
	width: 340px;
	position: absolute;
}

@media screen and (max-width: 900px) {
	#hirondelle-header{
		max-width: 350px;
		width:100%;
		position: absolute;
	}
}

.add-inner-shadow {
	/* box-shadow: inset 0px 50px 50px 50px rgba(0, 0, 0, 0.7); */
	box-shadow: inset 0px 50px 50px 50px rgba(0, 0, 0, 0.4);
}

.bg-degrade {
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4458158263305322) 0%, rgba(0, 212, 255, 0) 80%);
}

article {
	position: relative;
}

@media screen and (max-width: 460px) {
	.titre-thematique h1 {
		font-size: 43px;
	}

	svg.has-shadow {
		width: 250px;
	}
}

.content-header-thematique {
	z-index: 1000;
	display: flex;
	justify-content: center;
}

.content-header-accueil {
	display: flex;
	justify-content: center;
}

.after-header-content-normal {
	position: unset;
	padding-top: 170px
}


header input::placeholder {
	font-weight: 500;
	opacity: 0.8;
	font-style: normal;
	font-family: 'BNPP Rounded';
}

.filter-orange,
.pattern-quote-sol::before,
body.solidarite-page:has(.thematique) #hirondelle-header,
body:has(.slick-current .slide-type-solidarity) .hirondelle {
	filter: brightness(0) saturate(100%) invert(90%) sepia(95%) saturate(6286%) hue-rotate(302deg) brightness(99%) contrast(99%);
}

.filter-jaune,
.pattern-quote-cul::before,
body.culture-page:has(.thematique) #hirondelle-header,
body:has(.slick-current .slide-type-culture) .hirondelle {
	filter: brightness(0) saturate(100%) invert(83%) sepia(83%) saturate(415%) hue-rotate(327deg) brightness(102%) contrast(100%);
}

.filter-vert,
.pattern-quote-env::before,
body.environnement-page:has(.thematique) #hirondelle-header,
body:has(.slick-current .slide-type-environment) .hirondelle {
	filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(6654%) hue-rotate(87deg) brightness(96%) contrast(107%);
}

.filter-bleu,
.pattern-quote-fon::before,
body.default-page:has(.thematique) #hirondelle-header {
	filter: brightness(0) saturate(100%) invert(85%) sepia(91%) saturate(5635%) hue-rotate(171deg) brightness(97%) contrast(96%);
}

div.introduction {
	max-width: 1024px;
	font-size: 24px;
	font-family: 'BNPP Sans';
	line-height: 1.4;
	width: 100%;
}

div.sous-menu-programme {
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	color: var(--Noir-900, var(--Noir-900, #393939));
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	/* 142.857% */
	max-width: unset;
	margin-top: 20px;
	justify-content: center;
}

.sous-menu-programme ul {
	padding: 0;
	margin: 0;
	list-style: unset;
}

.sous-menu-programme li {
	list-style-type: none;
}

.solidarite-page div.sous-menu-programme {
	background: rgb(254, 239, 229);
	background: linear-gradient(0deg, rgba(254, 239, 229, 1) 50%, rgba(2, 0, 36, 0) 50%);
}

.culture-page div.sous-menu-programme {
	background: rgb(255, 249, 223);
	background: linear-gradient(0deg, rgba(255, 249, 223, 1) 50%, rgba(2, 0, 36, 0) 50%);
}

.environnement-page div.sous-menu-programme {
	background: rgb(233, 254, 238);
	background: linear-gradient(0deg, rgba(233, 254, 238, 1) 50%, rgba(2, 0, 36, 0) 50%);
}

.default-page div.sous-menu-programme {
	background: rgb(242, 249, 253);
	background: linear-gradient(0deg, rgba(242, 249, 253, 1) 50%, rgba(2, 0, 36, 0) 50%);
}

div.sous-menu-programme .bulle {
	display: flex;
	width: 100%;
	z-index: 5;
}

div.sous-menu-programme .bulle div {
	top: 25px;
	padding: 24px 48px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 5px 11px 0px rgba(0, 0, 0, 0.10), 0px 21px 21px 0px rgba(0, 0, 0, 0.09), 0px 47px 28px 0px rgba(0, 0, 0, 0.05), 0px 83px 33px 0px rgba(0, 0, 0, 0.01), 0px 130px 36px 0px rgba(0, 0, 0, 0.00);
}

div.sous-menu-programme a {
	font-size: 14px;
	padding: 0 16px;
	margin: 0;
	text-decoration: none;
}

div.sous-menu-programme li {
	border-left: 1px solid gray;
	line-height: 1.4;
}

div.sous-menu-programme li:first-child {
	border: none;
}

.solidarite-page a.active {
	background-color: #FBAF7E;
}

.culture-page a.active {
	background-color: #FFE061;
}

.environnement-page a.active {
	background-color: #92FBAA;
}

.default-page a.active {
	background-color: #ACD8F3;
	font-weight: bold;
	text-decoration: underline;
}

@media (max-width: 992px) {
	#breadcrumbs li a {
		font-size: 12px;
	}

	div.sous-menu-programme div {
		width: 100%;
	}

	div.sous-menu-programme ul {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	div.sous-menu-programme a {
		padding: 16px;
		width: 100%;
	}

	div.sous-menu-programme li {
		width: 100%;
		display: flex;
		border-left: none;
		border-top: 1px solid gray;
		text-align: center;
	}

	div.sous-menu-programme a:first-child {
		border: none;
	}
}

#menu-menu-principale-fr-droite,
#menu-menu-principale-fr-gauche,
#menu-menu-principal-en-gauche,
#menu-menu-principal-en-droite{
	height: 100%;
}

#menu-menu-principale-fr-droite > li ,
#menu-menu-principale-fr-gauche > li ,
#menu-menu-principal-en-gauche > li ,
#menu-menu-principal-en-droite > li {
	display: flex;
	align-items: center;
	height: 100%;
}
#menu-menu-principale-fr-gauche > li > a,
#menu-menu-principale-fr-droite > li > a,
#menu-menu-principal-en-gauche > li > a ,
#menu-menu-principal-en-droite > li > a {
	line-height: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 991px) {
	#menu-principal {
		height: 67px;
	}

	li.current-menu-item,
	.current_page_parent {
		position: relative;
	}

	/* li.current-menu-item:not(.dropdown-item):after, .current_page_parent:not(.dropdown-item):after{
		content: "";
		width: 100%;
		position: absolute;
		bottom: -16px;
		background-color: #03a776;
		border-radius: 20px 20px 0 0;
		display: inline-block;
		height: 5px;
		z-index: 1;
	}
	li.current_page_parent.menu-item-has-children:after{
		width: 97%!important;
		left:0;
		bottom: -17px;
	} */

}

@media (min-width: 1200px) and (max-width: 1400px) {
	div.sous-menu-programme .bulle {
		padding-left: 60px;
	}
}

@media (min-width: 1400px) {
	div.sous-menu-programme .bulle {
		padding-left: 150px;
	}
}

.container-main {
	position: relative;
}

.thematique .container-main {
	margin-bottom: 90px;
}


#primary {
	min-height: 400px;
}

@media (min-width: 992px) {
	.thematique .container-main {
		margin-bottom: 60px;
	}
}

.introduction p {
	margin-bottom: 0;
}


.normal-content {
	z-index: 2;
}

#menu-menu-principal-fr-gauche {
	padding-top: 2px;
}

.navbar-brand img {
	transition: all ease-in-out 0.1s;
}

.phrase_accroche_accueil{
	color:white;
	width: 600px;
	text-align: center;
	line-height: 1.1;
	font-size: 3rem;
}

@media (max-width: 992px) {

	#primary{
		padding-top: 64px;
	}
	

	.navbar-brand img {
		height: 54px;
		transition: all ease-in-out 0.1s;
	}

	.navbar-brand-pt img {
		height: 60px;
		transition: all ease-in-out 0.1s;
	}

	.titre-thematique h1 {
		line-height: 0.8;
	}

	.motto-thematique {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1;
		margin-bottom: 5px;
	}

	.surligne {
		width: 300px;
	}

	.phrase-centre-accueil {
		max-width: 400px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.phrase-centre-accueil h1 {
		font-size: 31px;
	}

	svg.has-shadow {
		width: 300px;
	}

}


/* ////////////// NAVBAR /////////////// */


.navbar {
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 10;
}

.navbar-bar {
	max-height: 70px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	border-radius: 10px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	/* transition: 0.4s; */
}

@media (max-width: 991px) {
	.navbar-bar {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img {
	height: 40px;
	/* transition: all ease-in-out 0.2s; */
}

.navbar .vr {
	height: 26px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand img {
		height: 34px;
		/* transition: all ease-in-out 0.4s; */
	}

	.nav-link{
		font-size: 13px!important;
	}
}

@media (min-width:576px) and (max-width:992px) {

	.container,
	.container-sm {
		max-width: 100%;
	}
}

#search-bar-bnpp {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: var(--BNP-Classic-accessible) 1px solid;
	position: relative;
	z-index: 9;
}

#search-bar-bnpp input {
	font-family: 'BNPP Sans';
	font-size: 24px;
	border: none;
	font-weight: 700;
	width: 100%;
	padding: 0.5rem;
	border-bottom-right-radius: 10px;
}

#search-bar-bnpp form {
	width: 100%;
}

#search-bar-bnpp div:has(.vr) {
	/* padding: 1em 0 1em 0.5em; */
	color: #000;
}

header:has(#search-bar-bnpp.open) .navbar-bar {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

header:has(#search-bar-bnpp.open) #search-button-desktop {
	border-bottom-right-radius: 0;
}

nav a,
.nav-link-bnpp,
.nav-link {
	color: var(--noir-100);
	font-family: 'BNPP Sans';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.nav-link-bnpp,
.nav-link-bnpp:active {
	margin-top: 1px;
}

nav .current-menu-item a,
.current-lang a {
	color: var(--BNP-Classic-accessible);
}

.prenav-menu {
	margin-top: 3px;
}

.prenav-menu li {
	vertical-align: middle;
}

.prenav-menu a {
	font-family: 'BNPP Sans';
	text-decoration: none;
	color: white;
	font-size: 14px !important;
	margin-left: 7px;
}

.prenav-menu a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.prenav-container {
	padding: 15px 5px;
}

.prenav-social {
	display: grid;
	grid-auto-flow: column;
	gap: 13px;
}

.prenav-social li {
	display: flex;
	align-items: center;
}

.pll-parent-menu-item.menu-item{
	padding-top:5px!important;
}

@media (min-width: 991px) {
	.menu-item-has-children {
		position: relative;
		padding-right: 15px;
		cursor: pointer;
	}

	.sub-menu {
		box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, 0.25);
		border: none;
		border-top: 5px solid #008859;
		padding: 0;
		background-color: white;
		list-style: none;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		position: absolute;
		top: 62px;
		width: 100%;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
	}

	.menu-item-has-children.open .sub-menu {
		opacity: 1;
		transition: all .4s;
		z-index: 1;
		margin-left: -8px;
	}

	.sub-menu li:not(.lang-item) a {
		text-transform: none !important;
	}

	.menu-item-has-children::after {
		content: "";
		border: solid var(--BNP-Classic-accessible);
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		margin-left: 10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		right: 5px;
		top: 13px;
		transition: 0.3s;
		cursor: pointer;
	}

	.pll-parent-menu-item .menu-item-has-children::after{
		top: 18px!important;
	}

	#menu-menu-principal-pt-right{
		margin-right: 10px;
	}

	.menu-item-has-children.open::after {
		-webkit-transform: rotate(225deg);
		top: 16px;
		transition: 0.3s;
	}

	.menu-item-language-switcher::after {
		content: none;
		display: none;
	} 

	.lang-item a {
		text-align: center;
	}
}

.keyboard-user a.dropdown-toggle:focus,
.keyboard-user #navbar-container-bnpp a.nav-link:focus{
	box-sizing: border-box;
	outline: 2px solid black !important;
	outline-offset: -2px;
}

#search-button-desktop {
	background-color: var(--BNP-Classic-accessible);
	color: white;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	border: 0;
}

#search-button-desktop:hover ,
#search-button-desktop:focus {
	background-color: var(--BNP-Classic-accessible-hover);
}

.keyboard-user #search-button-desktop:focus {
	outline: 2px solid black !important;
	outline-offset: -1px;
}

#search-bar-bnpp.container {
	padding-right: 0;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#search-toggle {
	display: none;
}

#menu-toggle,
#button-menu-toggle,
.navbar-mobile,
.menu-mobile {
	display: none;
}

.focus-dark:active,
.focus-dark.show,
.focus-dark,
.btn:first-child,
.btn:first-child:active {
	border: none !important;
}

#close-search-mobile {
	visibility: hidden;
}

.container-navbar {
	position: relative;
}

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

	div.introduction {
		font-size: 18px;
	}

	.titre-thematique h1 {
		font-size: 60px;
	}

	.container-navbar {
		max-width: 100%;
		width: 100%;
		padding: 0;
		position: relative;
	}

	.navbar-bar,
	#search-bar-bnpp {
		max-width: 100%;
		width: 100%;
	}

	#search-bar-bnpp{
		top: 60px;
		padding-top: 0;
	}

	.prenav-links {
		display: none;
	}

	#button-menu-toggle {
		display: flex;
		background-color: var(--BNP-Classic-accessible);
		padding: 0 15px 0 19px;
		cursor: pointer;
		border: none;
	}

	.collapse-bnpp {
		display: none;
	}

	.navbar-mobile {
		display: flex;
	}

	.mobile-search-button {
		margin: auto 0.5em;
	}

	.menu-mobile {
		display: inline;
		position: absolute;
		top: 60px;
		left: -1000px;
		width: 100%;
		z-index: 9;
		transition: 0.4s ease-in-out;
	}

	body:has(#button-menu-toggle.open) .menu-mobile {
		left: 0px;
		transition: 0.4s ease-in-out;
	}

	.sub-menu {
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
	}

	*:has(.sub-menu).open .sub-menu {
		max-height: 1000px;
		/* Set a large enough value to accommodate the content */
		visibility: visible;
		opacity: 1;
		transition: max-height 0.4s ease-in, opacity 0.4s ease-in;
	}

	.menu-mobile ul {
		background-color: #142026;
		margin: 0 !important;
	}

	.menu-mobile-links li,
	.menu-mobile-bottom ul {
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}

	.menu-mobile a {
		font-family: "BNPP Rounded Bold";
		color: white;
		font-size: 14px;
		padding: 24px 16px;
		font-weight: 700;
	}

	.menu-mobile a:hover,
	.menu-mobile a:focus,
	.footer-hamburger-menu-mobile a:hover {
		color: #03a776;
	}

	.menu-mobile .menu-item:has(.lang-item) {
		display: none;
	}

	.sub-menu .dropdown-menu {
		width: 100%;
		min-width: 100%;
	}

	.sub-menu {
		border-top: 1px solid rgba(255, 255, 255, 0.10);
		width: 100%;
		min-width: 100%;
		box-shadow: none;
	}

	.sub-menu a {
		font-family: 'BNPP Rounded';
		font-weight: 400;
		padding: 16px 40px;
		opacity: 0.8;
	}

	.sub-menu a:hover {
		font-family: 'BNPP Rounded';
		font-weight: 400;
		padding: 16px 40px;
	}

	.dropdown-toggle {
		min-width: 100%;
		text-align: left;
		box-sizing: border-box;
	}

	.menu-mobile-links a::after {
		border: solid var(--BNP-Classic-accessible);
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 4px;
		transform: rotate(315deg) translateX(-7px);
		-webkit-transform: rotate(315deg) translateX(-7px);
		box-sizing: border-box;
		content: '';
		float: right;
		transition: .4s;
	}


	.menu-item-has-children.open a::after {
		transform: rotate(45deg);
		transition: .4s;
	}

	.menu-mobile-links a.show::after {
		transform: rotate(45deg) translateY(4px);
	}

	.menu-mobile-links .sub-menu a::after {
		display: none;
	}

	.sub-menu li:active {
		background-color: #142026;
	}

	.sub-menu li:hover {
		background-color: #142026;
	}

	.footer-hamburger-menu-mobile {
		padding: 24px 16px;
	}

	.footer-hamburger-menu-mobile a {
		font-weight: 200;
		font-family: 'BNPP Rounded';
		padding: 0;
		margin: 0 12px;
	}

	.lang-item {
		opacity: 0.5;
		font-size: 16px;
	}

	.current-lang {
		opacity: 1;
	}

	.current-lang a {
		text-decoration: none;
	}

	#close-search-mobile {
		background-color: var(--BNP-Classic-accessible);
		padding: 5px 5px;
		position: absolute;
		cursor: pointer;
		right: 0;
		height: 60px;
		border: none;
	}

	body:has(#search-bar-bnpp.open) #close-search-mobile {
		visibility: visible;
	}


}

#navbar-container-bnpp {
	z-index: 99999;
}

#search-bar-bnpp {
	visibility: hidden; 
	opacity: 0;
	height: 0;
	transition: opacity 0.4s;
}

#search-bar-bnpp.open {
	visibility: visible;
	height: unset;
	opacity: 1;
	transition: opacity 0.4s;
}

/*Color placeholder search*/
#search::placeholder {
	color: #585858;
}

#search-button-desktop {
	background-color: rgb(0, 136, 89);
	border: none;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	transition: background-color 0.5s;
	padding: 25px 30px;
	position: relative;
	height: 67px;
}

#search-button-desktop:hover,
#search-button-desktop.open {
	background-color: rgb(0, 107, 70);
	transition: background-color 0.5s ;
}

svg:has(.close),
svg:has(.magnifier) {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.5s;
}

svg:has(.close) {
	opacity: 0;
	width: 0px;
}

#search-button-desktop.open svg:has(.close) {
	opacity: 1;
	width: 25px;
}

svg:has(.magnifier) {
	opacity: 1;
	width: 25px;
}

#search-button-desktop.open svg:has(.magnifier) {
	opacity: 0;
	width: 0px;
}

#menu-backdrop {
	background-color: #03a776;
	height: 5px;
	width: 0px;
	position: absolute;
	bottom: 0px;
	transition: 0.3s ease-in-out;
	border-radius: 20px 20px 0 0;
}

@media (max-width: 490px) {
	.titre-thematique h1{
		font-size: 11vw;
		height: 43px;
	}

	.navbar-brand img{
		height: 35px;
	}

	.motto-thematique{
		font-size: 5vw;
	}
	.motto-thematique.py-3{
		padding-top: 0.5rem!important;
	}
}


@media (min-width:991px) {

	body:has(.sticky):has(#wpadminbar) #navbar-container-bnpp {
		top: 30px;
	}
}

@media (max-width:991px) {
	#navbar-container-bnpp {
		position: fixed;
		width: 100%;
		z-index: 9;
	}

	.thematique .container-main {
		margin-top: 415px;
	}

	body:has(#wpadminbar) #navbar-container-bnpp {
		z-index: 999999;
		top: 0;
	}
}

/*	////////// Fil d'arianne ////////// */

#breadcrumbs {
	position: relative;
}

#breadcrumbs li a,
#breadcrumbs span,
.breadcrumb_last {
	font-family: 'BNPP Rounded light';
	color: #000 !important;
	font-size: 16px;
	border-left: 1px solid black;
    line-height: 1.4;
    padding: 0 3px 0 7px;
}

#breadcrumbs li:first-child a {
	border-left: none;
}

#breadcrumbs:before {
	content: url("assets/images/svg/home.svg");
	position: relative;
	max-width: 20px;
	margin-right: 10px;
	top: 5px;
}

#breadcrumbs a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

#breadcrumbs a:hover {
	text-decoration-thickness: 2px;
}

/*	////////// Footer ////////// */

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 100%;
}

footer a {
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 1px;
	font-size: 8px;
}

/* #prefooter a{
	background-color: transparent!important;
	border: 1px solid white;
}

#prefooter a:hover, #prefooter a:focus{
	background-color: rgba(36, 36, 36, 0.58)!important;
	border: 1px solid white;
} */

#button-menu-toggle {
	width: 60px;
	height: 60px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#button-menu-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: white;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#button-menu-toggle span:nth-child(1) {
	top: 18px;
	left: 17px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#button-menu-toggle span:nth-child(2) {
	top: 27px;
	left: 17px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#button-menu-toggle span:nth-child(3) {
	top: 36px;
	left: 17px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#button-menu-toggle.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 21px;
}

#button-menu-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#button-menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 38px;
	left: 21px;
}

@media (min-width: 991px) {
	.dropdown-menu li a {
		padding: 10px !important;
	}

	.has-large-font-size {
		font-size: 32px !important;
	}
}

@media (max-width: 991px) {
	.has-large-font-size {
		font-size: 24px !important;
	}

	.prenav-container {
		padding: 0;
	}
}

.prenav-container.container {
	position: relative;
}

footer {
	background: #142026;
	color: #fff;
}

#subfooter {
	background: var(--noir-100);
	padding: 6px 0;
}

#subfooter a {
	font-size: 14px;
}

#subfooter a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.keyboard-user #subfooter a:focus {
	outline: 2px solid white !important;
}

#prefooter {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--BNP-Classic-accessible);
	background-position: center;
	text-align: center;
	color: #000;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#prefooter .hirondelle-footer {
	background-image: url('assets/images/svg/hirondelle.svg');
	filter: brightness(0) saturate(100%);
	opacity: 0.1;
	position: absolute;
	display: flex;
	top: 0;
	background-size: 100%;
	width: 400px;
	height: 400px;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
}

#prefooter .container {
	position: relative;
	z-index: 2;
}

.bg-homepage #prefooter {
	color: #fff;
}

.bg-homepage #prefooter a.button {
	color: #fff;
	border-color: #fff;
}

.default-page #prefooter {
	background-color: var(--bleu-pastel-100);
}

.culture-page #prefooter {
	background-color: var(--jaune-imprial-100);
}

.environnement-page #prefooter {
	background-color: var(--vert-jade-100);
}

.solidarite-page #prefooter {
	background-color: var(--orange-pastel-100);
}

#prefooter p {
	font-size: 16px;
	font-family: "BNPP Sans";
}

#prefooter .h2 {
	font-size: 48px;
	display: inline-block;
	font-family: "BNPP Rounded";
	margin-bottom: 20px;
}

/* .keyboard-user #prefooter a.button {
	text-decoration: none;
	font-size: 12px;
	outline: 1px solid;
	border-radius: 50px;
	padding: 14px 24px;
	display: inline-block;
	margin-left: 12px;
	text-transform: uppercase;
	font-family: "Open Sans";
} */

/* .keyboard-user #prefooter a.button:hover,
.keyboard-user #prefooter a.button:focus {
	outline: 2px solid;
}


.default-page #prefooter a.button {
	color: #000;
	border-color: #000;
}

.default-page #prefooter .h3,
.default-page #prefooter a.button:hover {
	color: #000;
} */


span.footer-section_titre {
	display: block;
	width: 100%;
	color: var(--white);
	font-size: 24px;
	font-family: "BNPP Sans";
	margin: 16px 0;
}

.footer-content .question-list li {
	margin-bottom: 16px;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

.footer-content .question-list ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.footer-content a {
	text-decoration: none;
	color: #eaeaea;
	font-size: 12px;
	outline: 1px solid #eaeaea;
	border: none !important;
	border-radius: 50px;
	padding: 14px 24px;
	margin: 0 !important;
	display: inline-block;
	margin-left: 12px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%!important;
	text-align: center;
}

.footer-content .wp-block-social-links a{
	padding: 0;
}
.question-list a{
	width: 100%;
	text-align: center;
}

.footer-content ul.wp-block-social-links {
	margin: 0;
}

.footer-content ul.wp-block-social-links a {
	outline: none !important;
}

.footer-content a:hover,
.footer-content a:focus {
	color: black !important;
	background-color: #eaeaea !important;
	transition: all 0.2s;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 12px;
}

.keyboard-user .footer-content ul.wp-block-social-links a:focus {
	outline: 2px solid #eaeaea !important;
	background-color: transparent !important;
	color: white !important;
}

.footer-widget {
	padding: 0 40px;
}

.footer-widget p {
	font-size: 16px;
	font-family: "BNPP Sans";
}

.footer-widget svg{
    max-width: 250px;
}

.wp-block-button a.has-white-color:hover,
.wp-block-button a.has-white-color:focus,
.wp-block-button a.has-black-background-color:hover,
.wp-block-button__link.has-link-color:not(.has-black-color):hover,
.wp-block-button__link.has-link-color:not(.has-black-color):focus,
.wp-block-button a.has-black-background-color:focus,
.cta_actus:focus,
.cta_actus:hover {
	/* .slider-cta .wp-block-button a.has-white-color:focus,
.slider-cta .wp-block-button a.has-white-color:hover{ */
	background-color: transparent !important;
	color: black !important;
	transition: all 0.3s;
	outline: 2px solid black;
	outline-offset: -2px;
}

.wp-block-button a.has-black-color:hover,
.wp-block-button a.has-black-color:focus{
	background-color: black !important;
	color: white !important;
	transition: all 0.3s;
}

footer .wp-block-separator {
	border-bottom: 1px solid #fff;
	width: 100%;
	opacity: 1;
	margin: 15px 0;
}

footer .footer-content .footer-widget .wp-block-social-links .wp-social-link svg {
	height: 34px;
	width: 34px;
	margin: 0 8px;
	border: 0 !important;
}

footer .footer-content .footer-widget .wp-block-social-links {
	margin: 5px auto;
}

.footer-content .footer-widget {
	border-right: 1px solid #fff;
}

.footer-content .footer-widget:last-child {
	border-right: none;
}

.footer-content .wp-block-button.is-style-outline>.wp-block-button__link {
	padding: 14px 24px;
}

/*Style formulaire*/

input::placeholder {
	font-style: italic;
}

textarea::placeholder {
	font-style: italic;
}

select::placeholder {
	font-style: italic;
}

#mandatory-field {
	font-size: 20px;
	color: #000;
}

div.entry-content.container.p-0 {
	box-sizing: border-box;
	background-color: #EFF4F8;
	opacity: 0.9;
}

div.frm_description {
	font-style: normal !important;
}

#mandatory-field {
	padding: 0% !important;
	font-size: 16px;
}

#personnal-data {
	padding: 0% !important;
	font-size: 16px;
}

footer .nav-link {
	font-size: 12px;
}

.frm_form_fields {
	padding-top: 50px;
}

.frm_fields_container [class^="frm__"] {
	display: none !important;
}

#field_gxevv_label,
#field_77thp_label,
#field_bm33j_label,
#field_6onom_label,
#field_4n362_label,
#field_ein4t_label,
#field_hdjyw_label,
#field_gxevv2_label,
#field_77thp2_label,
#field_bm33j2_label,
#field_6onom2_label,
#field_4n3622_label,
#field_ein4t2_label,
#field_hdjyw2_label,
#field_4n36_label,
#field_njgui_label,
#field_9crnn_label {
	display: inline-block !important;
	position: relative !important;
	top: 13px !important;
	left: 15px !important;
	background-color: white !important;
}

select {
	width: 268px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 5px;
	height: 34px;
	background: url(icons/down_icon.svg) no-repeat #713E1B;
	background-size: 4%;
	-webkit-appearance: none;
	background-position-x: 98%;
}

input[aria-invalid='true'] {
	width: 268px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 5px;
	height: 34px;
	background: url(icons/exclamation_icon.svg) no-repeat;
	background-size: 6%;
	-webkit-appearance: none;
	background-position-x: 99%;
	background-position-y: 50%;
}

textarea[aria-invalid='true'] {
	border: 0;
	border-radius: 5px;
	background: url(icons/exclamation_icon.svg) no-repeat;
	background-size: 6%;
	-webkit-appearance: none;
	background-position-x: 99%;
}

.frm_error {
	color: #ff0000 !important;
}

.input-recherche {
	border-radius: 50px;
	width: 100%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 5px 11px 0px rgba(0, 0, 0, 0.10), 0px 21px 21px 0px rgba(0, 0, 0, 0.09), 0px 47px 28px 0px rgba(0, 0, 0, 0.05), 0px 83px 33px 0px rgba(0, 0, 0, 0.01), 0px 130px 36px 0px rgba(0, 0, 0, 0.00);
	font-size: 22px;
	padding: 10px 20px;
}

.input-style-recherche {
	width: 100%;
	border: none !important;
}

/*Tooltip Hero */

#hero-tooltip {
	position: absolute;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 50px;
	z-index: 8;
	font-size: 11px;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	bottom: 20px;
}

.thematique #hero-tooltip {
	bottom: 6px;
}

.tooltip-button,
.tooltip-button-unused {
	padding: 12px;
	border: 1px solid white;
	border-radius: 50%;
	background-color: #0D1519;
	color: white;
	text-decoration: none;
	position: relative;
}

.tooltip-button-unused {
	left: -10px;
}

.tooltip-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tooltip-body {
	background-color: #0D1519;
	height: 25px;
	display: flex;
	left: 80px;
	position: relative;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 0.4s;
}

.tooltip-body.open {
	left: 10px;
	opacity: 1;
	transition: 0.4s;
}

@media screen and (max-width: 991px) {
	#hero-tooltip {
		right: 20px;
	}

	.thematique #hero-tooltip {
		bottom: -40px;
	}
	#prefooter .wp-block-button{
		padding: 10px 20px;
	}
	#prefooter .wp-block-button__link{
		font-size: 14px;
	}
}

/*Tooltip Images */
.image-wrapper {
	position: relative;
	display: inline-block;
}

.tooltip-image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.tooltip-image .tooltip-body {
	background-color: #0D1519;
	height: 25px;
	left: unset;
	bottom: 10px;
	right: 25px;
	opacity: 0;
	color: white;
}

.tooltip-image button,
.tooltip-image .indicator-unused,
.wp-lightbox-container .tooltip-image button:focus,
.wp-lightbox-container .tooltip-image button:hover,
.wp-lightbox-container .tooltip-image button:not(:hover):not(:active):not(.has-background) {
	position: absolute;
	bottom: 10px;
	padding: 12px;
	right: 10px;
	border: 1px solid white;
	border-radius: 50%;
	background-color: #0D1519;
	color: white;
	z-index: 9999;
	opacity: 1;
	top: auto;
}

.keyboard-user .tooltip-image button:focus{
	outline: #00724a 4px solid;
}

.tooltip-image .indicator-unused {
	position: relative;
	padding: 0 10px;
	bottom: 0;
}

.tooltip-image .tooltip-text {
	font-size: 12px;
}

/*Style pour les cartes (commité scientifique, membres de la Fondation...)*/
.people-card,
.support-card {
	align-self: flex-start;
	width: 220px;
	border-radius: 10px;
	text-align: center;
	filter: drop-shadow(0px 83px 33px rgba(0, 0, 0, 0.01)) drop-shadow(0px 47px 28px rgba(0, 0, 0, 0.05)) drop-shadow(0px 21px 21px rgba(0, 0, 0, 0.09)) drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.people-card p,
.support-card p {
	font-size: 75%;
	padding-left: 10%;
	padding-bottom: 10%;
	padding-right: 10%;
	line-height: 150%;
	vertical-align: middle;
}

.cards {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.custom-rounded-10 {
	border-radius: 10px;
	overflow: hidden;
}

.header-part {
	display: inline-flex;
	padding-bottom: 30px;
}

.header-part .wp-block-button {
	position: relative;
	left: 130%;
	bottom: 15px;
}

.header-part h2 {
	position: relative;
	right: 25%;
}

@media screen and (max-width: 1300px) {
	.header-part .wp-block-button {
		left: 70%;
	}

	.header-part h2 {
		left: 3%;
	}
}

@media screen and (max-width: 781px) {
	.cards {
		display: block !important;
	}

	.people-card,
	.support-card {
		width: 100%;
		margin-bottom: 20px !important;
	}

	.header-part {
		display: block;
	}

	.header-part .wp-block-button {
		left: 0%;
	}

	.header-part h2 {
		right: 0%;
		text-align: center;

	}
}

.header-part .wp-block-button a:hover {
	background-color: #DBDBDB !important;
	color: black !important;
}

nav[role=navigation] ol li a {
	color: #404040 !important;
}

nav[role=navigation] ol {
	list-style-type: none !important;
	display: inline !important;
}

nav[role=navigation] ol li {
	display: inline !important;
}

header.entry-header nav[role=navigation] {
	display: flex !important;
}

nav[role=navigation] ol {
	padding-inline-start: 0px !important;
}

/*Outline focus*/

.footer-content a:focus {
	outline: 3px solid white;
}


/*Style pour les skip links*/

.skip {
	position: absolute;
	background: white;
	transform: translate3d(0, -100%, 0);
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: table;
	width: 100%;
	overflow: hidden;
}

.skip:focus-within {
	transform: translate3d(0, 0%, 0);
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	overflow: auto;
	display: table;
	width: 100%;
	z-index: 999999;
}

.skip-links {
	list-style-type: none;
	display: flex;
}

.skip-links li {
	list-style-type: none;
	padding: 5px;
}



.page-title .text-search {
	font-size: 28px;
	font-style: italic;
	font-family: "BNPP Sans";
}

.page-title.search {
	line-height: 46px;
	margin-bottom: 40px;
	max-width: 100%;
}

.page-title .facetwp-facet-counts_posts {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.search-content,
.filter-content {
	overflow: auto;
	margin-top: -32px;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: var(--bleu-pastel-20);
}

.search-template {
	background-color: #ffffff;
	border-radius: 10px;
}

.container-boxed {
	max-width: 960px;
	margin: 0 auto;
}

.bnpp-post__title {
	font-family: "BNPP Sans";
	font-size: 24px;
	font-weight: bold;
	padding: 8px 0;
	color: #000;
}

.bnpp-post__title a {
	text-decoration: none;
	color: #000;
}

.taxo-liste {
	margin-bottom: 16px;
}
.taxo-liste > * {
    margin-bottom: 5px;
    display: inline-block;
}

.bnp_cp_meta {
	font-family: "Open Sans";
	color: #5E5E5E;
	font-size: 14px;
}

.img-card img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

span.label-post {
	background: var(--bleu-pastel-100);
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #213C4B;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	font-weight: bold;
	left: 15px;
}

span.label-post span {
	padding-left: 5px;
}

a.img-card img {
	height: auto;
}

@media (min-width: 780px) {
	.facetwp-flyout-open {
		display: none !important;
	}
}

@media (max-width: 781px) {
	.widget-filters {
		display: none;
	}
}

.flyout-header {
	padding: 24px 16px;
	font-size: 14px;
	font-family: "bnpp-square";
	font-weight: bold;
}

.flyout-header>svg {
	margin-right: 15px;
}

.culture-fr-page {
	background-color: var(--jaune-imprial-100);
}

.laxe.culture-fr, .laxe.culture-en-page, .laxe.culture-en {
	border-color: var(--jaune-imprial-100);
}

.solidarite-fr-page, .solidarity-page {
	background-color: var(--orange-pastel-100);
}

.laxe.solidarite-fr, .laxe.solidarity-page, .laxe.solidarite-en, .laxe.solidarity {
	border-color: var(--orange-pastel-100);
}

.laxe.environnement-fr, .laxe.environnement-en {
	border-color: var(--vert-jade-100);
}

.environnement-fr-page {
	background-color: var(--vert-jade-100);
}

.culture-en-page {
	background-color: var(--jaune-imprial-100);
}

.solidarite-en-page {
	background-color: var(--orange-pastel-100);
}

.environnement-en-page {
	background-color: var(--vert-jade-100);
}

.col-filter:has(.is-hidden) {
	display: none;
}

button.facetwp-reset.facetwp-hide-empty {
	display: none;
}

.bnpp-post__desc {
	width: 100%;
	font-size: 14px;
	font-family: "Open Sans";
	color: #000;
}

.pattern-card .bnpp-post__title {
	padding: 0 15px;
}

.pattern-card .bnpp-post__desc {
	padding: 0 15px 30px 15px;
}

.page-archive .pattern-card figure {
	max-height: 280px !important;
	height: 280px;
}


/* ACCESSIBILITÉ DESKTOP */

.keyboard-user .prenav-links a:focus {
	outline: 2px solid white;
	outline-offset: 3px;
}

.keyboard-user #search-bar-bnpp:has(#search:focus){
	outline: 2px solid black;
	outline-offset: -2px;
}

.keyboard-user .skip-link:focus,
.keyboard-user #breadcrumbs a:focus,
.keyboard-user .sous-menu-programme a:focus,
.keyboard-user .external_a:focus,
.keyboard-user .internal_a:focus,
.keyboard-user .toolbar-custom a:focus{
	outline: 2px solid black;
	outline-offset: 2px;
}

.keyboard-user .navbar-brand:focus{
	outline: 2px solid black;
	outline-offset: 15px;
}

.keyboard-user .tooltip-button:focus{
	outline: 8px solid var(--BNP-Classic-accessible);
	outline-offset: -10px;
}

#search:focus{
	outline: none;
}

ul.share-list-bnpp {
	border: 1px solid rgb(77, 77, 77);
	display: flex;
	flex-direction: column;
	position: absolute;
	border-radius: 10px;
	padding: 14px;
	gap: 14px;
	top: 23px;
	width: 65px;
	left: -100px;
}

.share-list-bnpp a {
	font-size: 24px;
	color: rgb(77, 77, 77);
	cursor: pointer !important;
}

.share-list-bnpp a:hover {
	color: rgb(106, 106, 106);
}

.share-list-bnpp li {
	margin: 0 !important;
}

#copyshare {
	position: relative;
}

.copy-message {
	position: absolute;
	background-color: black;
	z-index: 9;
	font-size: 12px;
	border-radius: 150px;
	width: 240px;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: center;
	left: 32px;
	top: 25px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 208px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.copy-message.show {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

@media (max-width:960px) {
	ul.share-list-bnpp {
		position: unset;
		width: unset;
		flex-direction: row;
		width: fit-content;
		gap: 30px;
	}

	.social-icons-share-list {
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	.copy-message {
		left: -160px;
		top: -42px;
		border-radius: 150px;
	}

}

.wp-block-image.aligncenter {
	display: block;
}

.pictogram {
	height: 18px;
}

.bnp_cp_date {
	font-family: "Open Sans";
	margin-top: 20px;
	color: #393939;
	font-size: 16px;
}

.btn-cta {
	border: 1px solid #000;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	padding: 16px 20px;
	font-family: "Open Sans";
	border-radius: 50px;
}

.btn-cta:hover {
	color: #ffffff;
	background-color: #000;
}

.btn-small {
	margin: 0 auto;
}

.card-alu .card-body {
	padding: 30px 20px;
}

.card-alu .card-title {
	font-size: 28px;
	font-family: 'BNPP Rounded Bold';
	margin-bottom: 30px;
	margin-top: 20px;
}

.card-alu {
	border-radius: 10px;
	overflow: hidden;
	border-width: 0px;
}

.card-alu .bnp_cp_date {
	font-size: 13px;
	margin-bottom: 20px;
}

.post-grid-title {
	font-size: 23px;
	line-height: 1.4;
	font-family: "BNPP Rounded";
	height: 180px;
	text-align: center;
}

.post-grid-title a {
	color: #fff;
	text-decoration: none;
}

.bnp_cp_meta .external_link {
	color: #5E5E5E;
}

.bnp_cp_meta.externalLink .external_link::before {
	top: 2px;
}

.externelink .card-container {
	background: #fff;
}

.card-container {
	border-radius: 10px;
}

.externelink .post-grid-title a {
	color: #000;
}

.facetwp-template .foundation-news-block-excerpt-footer {
	min-height: 80px;
}

.facetwp-pager {
	text-align: center;
}

.facetwp-search-submit {
	background: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	font-family: "BNPP Sans";
	border: none;
	padding: 6px 12px;
	line-height: 12px;
	position: absolute;
	right: 10px;
	top: 8px;
}

.search-input-wrap input.facetwp-search {
	height: 52px;
	border: 1px solid #9B9B9B;
	background: #fff;
	padding: 7px 150px 7px 39px;
	border-radius: 30px;
	width: 100%;
}

.search-input-wrap {
	width: 100%;
	position: relative;
	display: inline-block;
}

.search-input-wrap i.clear {
	right: 120px;
	position: absolute;
	line-height: 1;
	cursor: pointer;
	opacity: 0.3;
	width: 24px;
	height: 100%;
	background: transparent url(/wp-content/plugins/facetwp/assets/images/icon-close.png) 6px 50% no-repeat;
	background-size: 14px 14px;
}

.input-search-submit {
	background: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	font-family: "BNPP Sans";
	border: none;
	padding: 10px 12px;
	line-height: 16px;
	position: absolute;
	right: 10px;
	top: 8px;
}

.input-search .facetwp-icon {
	left: 10px;
	height: 100%;
	line-height: 1;
	position: absolute;
	cursor: pointer;
	transform: rotate(90deg);
	opacity: 1;
	right: auto;
}
	
.input-search i.clear:hover {
    opacity: 0.8;
}
.input-search {
    margin-bottom: 41px;
}



.frm_fields_container textarea {
    padding-top: 22px;
}

.tools-bar {
	margin: 0;
}

.ct-text{
	font-family: "Open Sans";
	font-size: 20px;
}

.tools-bar a{
	text-decoration: none;
}

.homepage ~ .bg-share-page{
	display: none;
}

.tools-bar a:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	color: #03a776;
	transition: color 0.3s;
}

.tools-bar i{
	color: #03a776;
}

.toolbar-custom i,
.partager-page{
	font-size: 17px;
}

li.linkedin i{
	color: #3070a8;
}
li.facebook i{
	color: #1877f2;
}

.toolbar-custom li a:hover i{
	color: #03a776!important;
	transition: color 0.3s;
}

.toolbar-custom hr{
	display: block;
	height: 20px;
	width: 1px;
	background: black;
}

.toolbar-custom {
	text-wrap: nowrap;
}
.toolbar-custom .sharing-bar{
	gap: 2em;
	line-height: 1;
}

.sharing-bar ul{
	gap: 1.2em;
}

.tools-bar ul{
	gap: 0.7em;
	line-height: 1;
}
.tools-bar a{
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 8px;
}

.tools-bar li{
	line-height: 1;
}


.add-horizontal-dash::before, .add-horizontal-dash::after{
	content: "";
	position: relative;
	width: 100px;
	height: 1px;
	background-color: #d1d1d1;
	margin: 30px;
	display: block;
}


.card-custom, .card-container{
	height: 100%;
}

.card-content {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-content .external_a{
	text-align: center;
}

.page-archive .facetwp-template {
	display: grid;
	justify-content: space-between;
	gap: 0;
	grid-template-columns: repeat(4, minmax(305px, 1fr));
}

@media (max-width:1400px){
	.page-archive .facetwp-template {
		grid-template-columns: repeat(3, minmax(305px, 1fr));
	}
}
@media (max-width:960px){
	.page-archive .facetwp-template {
		grid-template-columns: repeat(2, minmax(305px, 1fr));
	}
}
@media (max-width:720px){
	.page-archive .facetwp-template {
		grid-template-columns: repeat(1, minmax(305px, 1fr));
	}
}

.facetwp-facet .facetwp-input-wrap input.facetwp-search{
	transition: min-width 0.3s;
}

.facetwp-facet .facetwp-input-wrap input.facetwp-search:focus{
	min-width: 350px;
	transition: min-width 0.3s;
}

.container:has(.widget-filters){
	z-index: 3;
}

.card-container,.widget-filters, .widget-filters .dropdown-menu, .card-alu{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: 0.2s;
}
.card-container:hover{
	transition: 0.2s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.page-archive .facetwp-template > div {
	width: 100%;
	max-width: 460px;
  }
  
  @media screen and (max-width: 991px) {
  .page-archive .facetwp-template > div {
	max-width: unset;
  }
  }

.facetwp-selections{
	margin-top: 0!important;
}

.widget-filters button:hover{
	border: 1px solid black;
}

.facetwp-page.prev:hover, .facetwp-page.prev:focus,
.facetwp-page.next:hover, .facetwp-page.next:focus{
	outline: 2px solid black;
	transition: outline .05s;
}
.facetwp-page:not(.active):hover{
	color: black!important;
}

.facetwp-pager:focus{
	outline: 1px solid black;
}

@media (max-width: 870px) {
	.toolbar-custom{
		flex-direction: column;
	}
	.sharing-bar{
		align-items: center;
		justify-content: center;
	}
	.toolbar-custom hr {
		height: 1px;
		width: 100%;
		margin: 10px 0!important;
	}
	.toolbar-custom {
		min-width: unset;
	}
	.add-horizontal-dash::before, .add-horizontal-dash::after {
		display: none;
	}
	.tools-bar ul{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.facetwp-toggle {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-family: "open sans";
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 8px;
    line-height: 16px;
    background: #e7e7e7;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.facetwp-toggle.facetwp-hidden {
    display: none;
}

.top-position {
	top: -341px;
}

.bottom-position {
	bottom: -66px;
}

.left-side-img{
	position: absolute;
	left: 0;
	height: 300px;
}
.right-side-img{
	position: absolute;
	right: 0;
	height: 300px;
}
.left-side-img img, .right-side-img img{
	height: 300px;
}

.phrase_accroche_accueil{
	margin-bottom: 1.8rem;
}

@media (max-width: 1200px) {
	#badge-header{
		width:250px;
	}
	#hirondelle-header{
		width:450px;
	}
	.phrase_accroche_accueil{
		margin-bottom: 1.8rem;
	}
}
#hirondelle-header.start-0{
	left: -180px!important;
}

#hirondelle-header.top-0{
	top: 35px!important;
}

#hirondelle-header.end-0{
	right: -70px!important;
}

#hirondelle-header.bottom-0{
	bottom: -100px!important;
}

@media (max-width: 1400px) {
	#hirondelle-header{
		width:400px;
	}
	#hirondelle-header.top-0{
		top: 40px!important;
	}
}

@media (max-width: 1200px) {
	#hirondelle-header{
		width:300px;
	}
	#hirondelle-header.bottom-0{
		bottom: -50px!important;
	}
	#hirondelle-header.start-0{
		left: -80px!important;	
	}
}

@media (max-width: 990px) {
	#badge-header{
		width:200px;
	}
	#hirondelle-header{
		/* width:300px; */
	}
	.phrase_accroche_accueil{
		font-size: 2.5rem;
		width: 450px;
		margin-bottom: 1.3rem;
	}
	.souligne-svg,
	.souligne-svg-ombre{
		height:20px
	}
	.bg-homepage .souligne-svg{
		bottom: 109px!important;
	}
	#hero-bg #hirondelle-header.top-0{
		top:70px!important;
	}
	.add-bottom-mobile{
		padding-bottom: 100px!important;
	}
	.pt-14-mobile{
		padding-top: 14px;
	}
	#hirondelle-header.end-0{
		right: 0!important;
	}
	#hirondelle-header.start-0{
		left: 0!important;	
	}
}

@media (max-width: 640px) {
	#badge-header{
		width:150px;
	}
	#hirondelle-header{
		width:200px;
	}
	.phrase_accroche_accueil{
		font-size: 2rem;
		width: 350px;
	}
	.souligne-svg,
	.souligne-svg-ombre{
		height:15px
	}
	#hero-bg #hirondelle-header.top-0{
		top:70px!important;
	}
	.header_page_background{
		height: 600px;
	}
	#hirondelle-header.bottom-0{
		bottom: -50px!important;
	}
	#hirondelle-header.start-0{
		left: -20px!important;
	}
	#hirondelle-header.end-0{
		right: -0!important;
	}
	#hirondelle-header.start-0{
		left: 0!important;	
	}
}

ul .foundation-carousel > .foundation-carousel-header-slider:not(:first-child) {
	display:none!important;
  }

  div.foundation-carousel-header-slider .nav-carrousel{
	display:none!important;
}

	li div.foundation-carousel-header-slider .nav-carrousel{
	display: flex!important;
  }

#menus-navbar{
	z-index: 99999;
}

.foundation-card-block-image img{
	max-height: 220px!important;
}

.card-custom:has(.with-gradient) p.external_link_label{
	color:white!important;
}

.search-btn {
	position: relative;
	background-color: #008859;
	color: #ffffff;
	margin: 4px;
}

.search-btn:focus,
.search-btn:hover {
	transition: background-color 0.3s;
	background-color: #055b3c;
	color: #ffffff;
}

.search-btn:focus {
	outline: black 2px solid;
}

#prefooter a{
	background-color: transparent;
	border:none!important;
	outline: 2px solid black!important;
	color:black!important;
	transition: 0.3s background-color!important;
}

#prefooter a:hover{
	background-color: rgb(0, 0, 0, 0.1)!important;
	border:none!important;
	outline: 2px solid black!important;
	color:black!important;
	outline-offset: 0;
	transition: 0.3s background-color!important;
}
#prefooter a:focus{
	outline-offset: 0;
	outline: 3px solid black!important;
	background-color: rgb(0, 0, 0, 0.1)!important;
	transition: 0.3s background-color!important;
}

.bg-homepage #prefooter a{
	background-color: transparent;
	border:none!important;
	outline: 2px solid white!important;
	color:white!important;
	transition: 0.3s background-color!important;
}

.bg-homepage #prefooter a:hover{
	background-color: rgb(0, 0, 0, 0.2)!important;
	border:none!important;
	outline: 2px solid white!important;
	color:white!important;
	outline-offset: 0;
	transition: 0.3s background-color!important;
}

.card-custom:has(a:focus){
	outline: 3px solid black;
	outline-offset: 3px;
}

.card-custom a:focus{
	outline: none!important;
}

.foundation-news-block > *{
	overflow: visible!important;
}

.foundation-card-bg{
	border-radius: 15px;
	max-width:400px!important;
	max-height:400px!important;
	position: relative;
	/* cursor: pointer; */
}
  
  .stretched-link-bnpp a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }

button.wpform-button {
	background-color: black !important;
	color: white !important;
	border: none !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	border-radius: 30px !important;
	cursor: pointer !important;
	text-align: center !important;
	display:  inline-block !important;
}

button.wpform-button:hover { 
	background-color: #333 !important;
}