[data-theme="light"] {
	--color-txt: #000;
	--color-bg: #fff;
	--color-hdr: #fff;
	--bg-img:url("/img/fond_l.jpg");
	--color-form:#ddf0f0;
	--color-lang:#009F3B;
	--next_lm:url("/img/pxnu_lm_next.svg");
	--prev_lm:url("/img/pxnu_lm_prev.svg");
}
[data-theme="dark"] {
	--color-txt: #fff;
	--color-bg: #262626;
	--color-hdr: #000;
	--bg-img:url("/img/fond_d.jpg");
	--color-form:#253737;
	--color-lang:#FFD967;
	--next_lm:url("/img/pxnu_dm_next.svg");
	--prev_lm:url("/img/pxnu_dm_prev.svg");
}
* {
	margin: 0;
	padding: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system, sans-serif;
	box-sizing:border-box;
}
html {
	font-size:1em;
	height:100%;
}
@media screen and (max-width:320px) {
	html {
		font-size:0.9em;
	}
}
body {
	background-image:var(--bg-img);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	z-index:0;
	padding-bottom:0px;
	position:relative;
	height:100%;
}
header {
	position:sticky;
	z-index:2;
	top:0;
	background-color:var(--color-hdr);
	color:var(--color-txt);
	width:100%;
	box-shadow:0px 3px 6px rgba(0,0,0,.15);
	padding:18px 0 18px 0;
	padding-top:clamp(8px,1.3vw,18px);
	padding-bottom:clamp(8px,1.3vw,18px);
}
.pxnu_header-wrap {
	position:relative;
	margin:0 auto;
	max-width:1280px;
	display:flex;
	align-items:flex-end;
	padding:0 20px 0 20px;
}
.pxnu_tagline {
	font-size:clamp(1rem,2.8vw,1.625rem);
	font-weight:bold;
	font-style:italic;
	margin-bottom:clamp(1vw,3.6vw,35px);
	margin-left:10px;
	width:fit-content;
	text-align:right;
}
.pxnu_main-logo {
	width:clamp(112px,34vw,320px);
}
.pxnu_controls {
	position:absolute;
	right:20;top:0;
	display:flex;
	align-items:center;
	text-transform:uppercase;
	gap:30px;
}
.pxnu_controls span.active {
	color:var(--color-lang);
	font-weight:bolder;
}
.pxnu_controls span:not(.active) {
	cursor:pointer;
}
.pxnu_controls img {
	width:36px;
}
#pxnu_theme-toggle {
	background-color:transparent;
}
.pxnu_toggle {
	cursor: pointer;
}
.pxnu_para {
	margin-top:6px;
	display:inline-block;
}
footer {
	z-index:2;
	width:100%;
	bottom:0;
	background-color:#000;
	min-height:70px;
	text-align:center;
	color:white;
	padding-top:22px;
	padding-bottom:5px;
	box-shadow:0px -3px 6px rgba(0,0,0,.15);
}
.pxnu_nudge_brand {
	font-size:1.125rem;
	font-weight:bold;
}
.pxnu_blob {
	width:24px;
	vertical-align:middle;
}
.pxnu_blob_marge {
	margin-left:8px;
}
nav {
	max-width:920px;
	margin:0 auto;
	padding-left:min(20px,0px);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
nav ul {
	display:flex;
	list-style-type: none;
	justify-content:space-between;
	font-size:1rem;
	margin:30px 0 30px 0;
	padding:0 20px 0 20px;
	gap:20px;
}
ul li span {
	display:inline;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	flex-shrink:1;
	padding:0 4px 0 4px;
	box-decoration-break:clone;
}

ul li .pxnu_on {
	font-weight:900;
	color:#FFD967;
	letter-spacing:-.15;
	line-height:0rem;
}

article {
	z-index:1;
	position:relative;
	width:100%;
	max-width:920px;
	background-color:var(--color-bg);
	color:var(--color-txt);
	min-height:500px;
	margin:0 auto;
	padding-bottom:20px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.pxnu_banner {
	width:100%;
	height:fit-content;
	position:relative;
}
.pxnu_banner img {
	width:100%;
	aspect-ratio:918 / 558;
	object-fit:cover;
	object-position:center center;
}
.pxnu_cartouche {
	position:absolute;
	bottom:12px;right:20px;
	background-color:rgba(255,255,255,.85);
	font-size:clamp(.8rem,2vw,1.1875rem);
	padding:3px 18px 3px 18px;
	border-radius:clamp(8px,2.22vw,12px);
	color:#000;
}
.pxnu_detail {
	margin:20px 28px 20px 28px;
}
.pxnu_detail h2 {
	font-size:clamp(1.125rem, 3.9vw, 2.25rem);
}
.pxnu_icon {
	width:clamp(38px,7.6vw,70px);
	vertical-align:middle;
	margin-right:10px;
	mask-image: url(/img/masque.svg);
 	mask-repeat: no-repeat;
 	mask-size: 100%;
}
.pxnu_description {
	margin-left:clamp(0px,10vw,88px);
	font-size:20px;
	line-height:140%;
	font-weight:500;
}
.pxnu_cta {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#009F3B;
	gap:16px;
	max-width:502px;
	margin:0 auto;
	margin-top:30px;
	padding-left:clamp(0px,10vw,88px);
}
.pxnu_store-icon {
	width:44px;
}
.pxnu_btn {
	height:44px;
	max-height:44px;
	border-radius:12px;
	border:solid 1px #009F3B;
	font-size:26px;
	line-height:44px;
	font-weight:bold;
	flex-grow:2;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pxnu_hide {
	display:none;
}
.pxnu_conteneur_screen {
	position:relative;
}
.pxnu_bandeau_screen {
	position:relative;
	display:flex;
	justify-content:flex-start;
	gap:min(3.33vw,24px);
	overflow-x:scroll;
	padding-left:clamp(48px,12.6vw,116px);
	margin-top:30px;
	margin-left:-28px;
	margin-right:-28px;
	padding-right:28px;
	-ms-overflow-style: none;  /* IE and Edge */
 	scrollbar-width: none;  /* Firefox */
 	height:fit-content;
	scroll-snap-type: x mandatory;
}
.pxnu_bandeau_screen::-webkit-scrollbar {
	display:none;
    display:none;
}
.pxnu_nav {
	position:absolute;
	width:50px;
	height:50px;
	background-position:center top;
	margin:0;
	top:50%;
	transform:translatey(-50%);
}
.pxnu_next {
	right:-20px;
	background-image:var(--next_lm);
}
.pxnu_prev {
	left:-20px;
	background-image:var(--prev_lm);
}
.pxnu_fadein {
	opacity:1;
	transition:all .2s ease-out;
}
.pxnu_fadeout {
	opacity:0;
	transition:all .2s ease-out;
}
.pxnu_screen {
	display:block;
	width:min(200px, 33vw);
	border-radius:12px;
	scroll-snap-stop: always;
	scroll-snap-align: left;
}
	
/* PARTIE POUR LES POP-UPS*/
	
#pxnu_nudge_overlay 	{
	overflow:hidden;
}
.pxnu_bgpopup {
	position:fixed;
	z-index:5;
	width:100%;height:100%;
	top:0;bottom:0;left:0;right:0;
	background-color:rgba(0,0,0,.6);
	overflow:hidden;
	pointer:cursor;
	pointer-events: none;
}
body:has(.pxnu_popup) {
	overflow:hidden;
}
.pxnu_popup {
	position:fixed;
	z-index:6;
	left:0;right:0;
	margin:0 auto;
	top:50%;
	transform:translatey(-50%);
	background-color:var(--color-bg);
	color:var(--color-txt);
	border-radius:12px;
	padding:52px 44px 52px;
}
.pxnu_popup h3 {
	font-size:2rem;
	line-height:3.125rem;
}
.pxnu_popup h4 {
	font-size:1.25rem;
	margin-top:12px;
}
.pxnu_popup p {
	font-size:1rem;
	line-height:140%;
}
#pxnu_donnees.pxnu_popup h4 {
	margin-top:40px;
}
#pxnu_donnees.pxnu_popup p {
	margin-top:10px;
}
.pxnu_txt-scroll {
	height:calc(100vh - 450px);
	overflow:scroll;
	overscroll-behavior: contain;
	scrollbar-width: none;
	 -ms-overflow-style: none;  /* IE and Edge */
 	scrollbar-width: none;  /* Firefox */
}
.pxnu_txt-scroll::-webkit-scrollbar {
	width: 0px;
    background: transparent;
}
iframe.pxnu_cgu {
	width:100%;
	border:none;
	outline:none;
	height:100%;
	padding:0;
	scrollbar-width: none;
	-ms-overflow-style: none;  /* IE and Edge */
 	scrollbar-width: none;  /* Firefox */
 	overflow: -moz-scrollbars-none;
 	-ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
    overflow:hidden;
}
iframe.test::-webkit-scrollbar {
	display:none;
	width: 0 !important;
}
button {
	outline:none;
	border:none;
}
.pxnu_popup .pxnu_main  {
	background-color:#009F3B;
	border-radius:12px;
	color:white;
	font-size:1.0625rem;
	line-height:100%;
	font-weight:bold;
	padding:10px;
	width:calc(50% - 12px);
	max-width:300px;
	text-transform:uppercase;
	float:right;
	margin-top:20px;
}
#pxnu_infos {
	width:min(calc(100vw - 40px), 612px);
}
#pxnu_donnees {
	width:min(calc(100vw - 40px), 990px);
}

/* FORMULAIRE */

#pxnu_support, #pxnu_contact {
	width:min(calc(100vw - 40px), 612px);
	padding:24;
}
#pxnu_support_form {

}
	
#pxnu_support_form label {
	font-size:1rem;
	margin-bottom:100;
	color:var(--color-txt);
}

#pxnu_support_form input {
	background-color:rgba(0,160,155,.15);
	background-image:none;
	outline:none;
	border:none;
	padding:10px;
	width:50%;
	border-radius:12px;
	margin-bottom:20px;
	margin-top:10px;
	white-space:wrap;
	padding:16px;
	padding-top:2;
	padding-bottom:22px;
	height:44px;
	line-height:150%;
	font-size:.875rem;
	color:var(--color-txt);
}
#pxnu_support_form input::placeholder {
	font-style:italic;
	white-space:wrap;
	margin:0;
	font-size:inherit;
	line-height:inherit;
	color:var(--color-txt);
}
#pxnu_support_form input::-moz-placeholder {
	font-style:italic;
	padding-top:20px;
	padding-bottom:20px;
	font-size:inherit;
}

#pxnu_support_form input[type=button] {
	background-color:#009F3B;
	-webkit-appearance: none;
	float:right;
	outline:none;
	border:none;
	padding:10px;
	width:calc(50% - 12px);
	border-radius:12px;
	color:#fff;
	font-weight:bold;
	font-size:1.0625rem;
	margin-bottom:0;
	margin-top:20px;
	
}
#pxnu_support_form #pxnu_cancel {
	background-color:#D6D6D6;
	color:#000;
	float:left;
}

select:required:invalid {
	  color: #000;
	  font-weight:bold
}
textarea {
	background-color:rgba(0,160,155,.15);
	outline:none;
	border:none;
	border-radius:12px;
	padding:16px;
	font-size:.875rem;
	resize:none;
	margin-top:10px;
	color:var(--color-txt);
	width:100%;
	height:88px;
}
textarea::placeholder {
	font-style:italic;
	font-size:inherit;
	color:var(--color-txt);
}

#pxnu_support_form #pxnu_message {
	width:100%;
	min-height:120px;
}
.pxnu_inter {
	display:inline-block;
	margin-top:4px;
}

#overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 1);
	position: fixed;
}

/* select css */
#pxnu_select {
	position: relative;
	width:100%;
	cursor:pointer;
	margin-top:10px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
#pxnu_select #pxnu_select_title {
	position: relative;
	padding: 2px 5px 2px 5px;
	border-radius:12px;
	background-color:var(--color-form);
	height:44px;
	padding:0px 16px 0px 16px;
	font-size:.85rem;
	line-height:44px;
	width:50%;
	margin-right: 5px;
}
#pxnu_select #pxnu_select_title::before {
	content:url("/img/fleche.svg");
	width:20px;height:20px;
	position:absolute;
	top:40%;right:10px;
}
#pxnu_select_options {
	position: absolute;
	overflow:hidden;
	width: 100%;
	margin-top: 0px;
	z-index: 2;
	background: #FFF;
	border-radius:12px;
	background-color:var(--color-form);
	padding-left:0px;
	vertical-align:middle;
	line-height:36px;
	font-size:.85rem;
	box-shadow:0px 0px 0px 1px rgba(0,80,80,.2) inset, 10px 10px 10px rgba(0,80,80,.3);
	transform:translate(0px, -5px);
}
#pxnu_select_options span {
	display: block;
	width: 100%;
	padding-left:16px;
	height:36px;
	
}
#pxnu_select_options span:hover {
	width:100%;
	background: #dadada;
	background-color:rgba(0,160,155,.15);
}

/* fin */
.pxnu_missing_data {
	box-shadow:0px 0px 0px 1px red inset;
}

.pxnu_missing_data .pxnu_select_options {
	color:#000;
}
.pxnu_titre_dropdown {
	font-weight:bold;
}

.pxnu_missing_data::placeholder {

	font-weight:bold;
}
.pxnu_erreur_mail {
float:right;width:50%;
margin-top:10px;
box-shadow:none;
padding-left:20px;
	font-size:.85rem;
	font-weight:bold;
		height:44px;
		display:flex;
		justify-content:center;
		align-items:center;
		color:red;
		display:none;
} 
div.pxnu_erreur_mail {
margin-top:0px;
text-align:left;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		display:none;
}
.pxnu_erreur {
display:inline-block;
	font-size:.85rem;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0;
	display:none;
	color:red;
}

.pxnu_erreur.pxnu_missing_data {
display:inline-block;
box-shadow:none;
}
.pxnu_erreur_mail.pxnu_missing_data {
display:flex;
}
@media screen and (max-width:768px) {
	.pxnu_controls {
		display:none;
	}
	footer {
		text-align:center;
		color:white;
		padding:20px;
		box-shadow:0px -3px 6px rgba(0,0,0,.15);
		text-align:left;
	}
	nav ul {
		display:flex;
		flex-wrap:wrap;
		row-gap:15px;
		margin:15px 0 00px 0;
		padding:0 10px 0 0px;
		column-gap:0px;
	}
	ul li {
		flex-basis:50%;
	}
	ul li span {
		padding:unset;
	}
	.pxnu_btn {
		font-size:min(4.5vw,26px);
	}
	.pxnu_nav {
		display:none;
	}
	#pxnu_select {

	width:50%;

	display:block;
}
#pxnu_select #pxnu_select_title {

	width:100%;
}
div.pxnu_erreur_mail {
margin-top:10px;

}
	.pxnu_erreur_mail {
display:inline-block;
width:100%;
height:unset;
float:unset;
padding-left:0px;
	font-size:.85rem;
	line-height:100%;
	font-weight:bold;
	margin-bottom:10px;
		margin-top:-10px;
		display:none;
		justify-content: flex-start;
}
}

@media screen and (max-width:480px) {
	header {
		position:relative;
	}
	footer {
		position:relative;
		text-align:center;
		color:white;
		padding:20px;
		box-shadow:0px -3px 6px rgba(0,0,0,.15);
		text-align:left;
	}
	nav ul {
		display:flex;
		flex-wrap:wrap;
		row-gap:15px;
		margin:15px 0 00px 0;
		font-size:.875rem;
		padding:0 10px 0 0px;
	}
	ul li {
		flex-basis:50%;
	}

	ul li .pxnu_on {
		font-weight:bold;
	}
	ul li span {
		padding:0 10 0 0;
	}
	.pxnu_header-wrap {
		justify-content:space-between;
	}
	.pxnu_tagline {
		max-width:50%;
		margin-bottom:2.9vw;
		text-align:right;
		flex-grow:0;
	}
	article {
		margin-bottom:0px;
		padding-bottom:10px;
	}
	.pxnu_detail {
		margin:16px 24px 16px 24px;
	}
	.pxnu_description {
		margin-left:0;
		margin-top:8px;
		font-size:15px;
		line-height:150%;
		font-weight:400;
	}
	.pxnu_cta {
		gap:8px;
		padding:unset;
	}
	.pxnu_store-icon {
		width:32px;
	}
	.pxnu_btn {
		height:32px;
		border-radius:12px;
		border:solid 1px #009F3B;
		font-size:1.125rem;
		font-weight:bold;
		text-align:center;
		flex-grow:2;
		line-height:31px;
		padding:unset;
	}
	.pxnu_bandeau_screen {
		gap:12px;
		overflow-x:scroll;
		padding-left:20;
		margin-left:-24px;
		margin-right:-24px;
		padding-right:24px;
	}
	.pxnu_screen {
		width:33vw;
		border-radius:12px;
	}
	.pxnu_popup {
		border-radius:12px;
		padding:30px 24px 30px;
	}
	.pxnu_popup h3 {
		font-size:2rem;
		line-height:120%;
		
	}
	.pxnu_popup h4, #pxnu_donnees.pxnu_popup h4 {
		font-size:0.9375rem;
		line-height:140%;
		margin-top:20px;
	}
	.pxnu_popup p {
		font-size:0.9375rem;
		line-height:140%;
	}
	#pxnu_donnees.pxnu_popup p {
		margin-top:unset;
	}
	#pxnu_support.pxnu_popup p {
		margin-top:20px;
	}
	button {
		outline:none;
		border:none;
	}
	.pxnu_popup .pxnu_main  {
		background-color:#009F3B;
		border-radius:12px;
		color:white;
		font-size:1rem;
		font-weight:bold;
		width:100%;
		height:36px;
		text-transform:uppercase;
		float:right;
		margin-top:40px;
	}
	#pxnu_support_form input {
		width:100%;
	}
	#pxnu_support_form select {
		width:100%;
	}
	#pxnu_support_form input[type=button] {	
		float:unset;
		width:100%;
	}
	#pxnu_support_form #cancel {
		margin-bottom:-10px;
		float:unset;
	}
	.pxnu_txt-scroll {
		height:calc(100vh - 250px);
	}
	textarea {
		width:100%;
		min-height:88px;
	}
	#pxnu_support_form label:first-child {
		color:var(--color-txt);
		color:var(--color-bg);
	}
	#pxnu_contact #pxnu_support_form label:first-child {
		color:var(--color-bg);
	}
	option:required:invalid {
 		display:none;
	}
	.pxnu_para {
		margin-top:4px;
	}
	#pxnu_select {
		width:100%;
	}

}
