.select-utility-popup{
	display:flex;
	position:fixed;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%) scale(0.9);
	transform: translate(-50%,-50%) scale(0.9);
	width: 700px;
	height: 500px;
	border-radius:10px;
	background-color: #fff;
	border: none;
	box-shadow: rgba(0, 0, 0, .4) 0 22px 20px -2px;
	pointer-events:none;
	opacity: 0;
	font-size: 16px;
	row-gap: 1.2em;
	overflow:hidden;
	-webkit-transition: opacity 0.25s linear, transform .3s ease-out;
	transition: opacity 0.25s linear, transform .3s ease-out;
}

body.affiche-utility-popup 
.select-utility-popup{
	pointer-events:auto;
	opacity:1;
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	z-index: 999;
}

.select-utility-popup
#utility-selecteur{
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	row-gap:1em;
	row-gap: 1em;
	width:100%;
}


.select-utility-popup
#utility-selecteur
button.continuer_utility{

	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	column-gap: 0rem;
	background: rgb(24, 39, 74);
	border-radius: 30px;
	border-style: solid;
	border-color: rgb(24, 39, 74);
	border-width: 1px;
	color: rgb(255, 255, 255);
	font-family: "Poppins bold", Geneva, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;
	white-space: normal;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	word-break: break-word;
	align-self: flex-end;
	cursor: pointer;
	pointer-events: none;
	height: auto;
	width: 100%;
}

body.affiche-utility-popup .continuer_utility{
	pointer-events:auto!important;
}

.select-utility-popup
#utility-selecteur
button.continuer_utility:hover{
	background-color:#fff;
	color:rgb(24, 39, 74);
}

button.fermer_utility{
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	column-gap: 0rem;
	background: rgb(255, 255, 255);
	border-radius: 30px;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-width: 1px;
	color: rgb(24, 39, 74);
	font-family: "Poppins bold", Geneva, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;
	white-space: normal;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	word-break: break-word;
	align-self: flex-end;
	cursor: pointer;
	pointer-events: auto;
	height: auto;
	width: 100%;
}

button.fermer_utility:hover{
	background-color:#000!important;
	color:#c6d3db!important;
}


.select-utility-popup
.select-utility-popup-title{
	font-size: 0.9em;
	font-weight:600;
	color: #000;
}

.select-utility-popup
#utility_select{
	margin: 1em 0;
	-webkit-appearance: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAhCAYAAACWY4jDAAAACXBIWXMAAAsSAAALEgHS3X78AAABlUlEQVRYhb3X0W3DIBDG8b+9QBbxQ0bIKO4GHaUbpKN4hEi+QZoJ3BdqIRfMAXf+XhJFMtxPHJgM27ahiYjMwBfwmKbppXqoMyJyBxbgc5qmb80zo3LgGXgCN2AJE7kmwtyAZ6ihGBUIeAHv8N0ddcAQ5lZ1hQoUWuzBBagMRt3mO0hE7iLyk1vaK1C1GBGZQ817DWNioGy/eqJaMCT29bCu63Ggv3zkTpbetjDExHkDj7M9dMlKGWH2jIni4riiDDH7c2OmuDguKA8MRKfclSgvDBzeQ1egPDGQeLF6orwxAEPucpqYPE71kR6+//vdEgMnoExxcWpR4IyBAihTXJwalKqoHgwoLqeGe6pYVC8GFCsUTda7UpwVZYGBCtChuBYU3hioBEXFLVSiTsabMcKA/h/rntY9lYo1BhpAYIPywEAjCPpQXhjoAEEbyhMDnSCoQ3ljoOGUy6V0+oVPVwwYgqCISsUUAwYtF6fQfseYY8AYBGqUCwYcQFBEuWHACQRtt22LmB4KqWhv21ZxB0H5tm2ZX15H/y67n3gqAAAAAElFTkSuQmCC') no-repeat 98% 50% #FFF;   
	background-size: 12px 7px;

	border-radius: 30px;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-width: 1px;
	color: rgb(24, 39, 74);
	font-family: "Poppins bold", Geneva, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1;
	white-space: normal;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 0.3em;
	padding-right: 0.3em;
	text-align: center;
	word-break: break-word;
	align-self: flex-end;
	cursor: pointer;
	pointer-events: none;
	height: auto;
	width: 100%;
	outline: none;
	text-align-last: center;
}

body.affiche-utility-popup
.select-utility-popup
#utility_select{
	pointer-events: auto!important;
}


.styled-select select::-ms-expand {
	display: none;
}

.select-utility-popup
.fermer-utility-selector{
	display: flex;
	width: 2em;
	height: 2em;
	top: 10px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

.select-utility-popup
.fermer-utility-selector:before{
	content: '';
	height: 1px;
	width: 20px;
	background-color:#000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:calc(50% - 8px);
	top:50%;
}

.select-utility-popup
.fermer-utility-selector:after{
	content: '';
	height: 1px;
	width: 20px;
	background-color:#000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	left:calc(50% - 8px);
	top:50%;
}

.select-utility-popup
.my-loader-container{
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	width:0;
	height: 0;
}

.select-utility-popup
#utility-selecteur
button.continuer_utility.change
.my-loader-container{
	width: 25px;
	height: 19px;
}

.select-utility-popup
#utility-selecteur
button.continuer_utility.change{
	background-color:#000!important;
	color:#c6d3db!important;
}


.select-utility-popup
.change-utility-loader {
	display:none;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #ffffff;
	left: 15px;
	top: -15px;
	position: relative;
}

.select-utility-popup
#utility-selecteur
button.continuer_utility.change .change-utility-loader{
	display:flex;
	animation:
		chutility-1 0.4s infinite linear alternate,
		chutility-2 0.8s infinite linear;
}

.select-utility-popup
.rabais-utility-content{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	height: 100%;
}

.select-utility-popup
.rabais-utility-content
.left-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width: 50%;
	display: flex;
	height: 100%;
	row-gap: 1em;
	padding: 0 2em 1em 2em;
}

.select-utility-popup
.rabais-utility-content
.left-content h2{
	font-family: 'Poppins bold', Geneva, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 19px;
	color: rgb(24, 39, 74);
}

.select-utility-popup
.rabais-utility-content
.left-content h3{
	text-align: left;
	font-size: 15px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
}


.select-utility-popup
.rabais-utility-content
.right-content{
	background-color: rgba(0,0,0,.2);
	background: url('https://cdn.shopify.com/s/files/1/0569/5727/2150/files/TH1123WF_cellulaire.png?v=1724252286') center center;
	background-size:cover;
	width: 50%;
	display: flex;
	height: 100%;
}

.select-utility-popup
.utility_pas_dans_liste{
	margin: 1em 0;
}

.select-utility-popup
.informer_pas_dans_la_liste{
	text-align: center;
	font-size: 15px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
}

.select-utility-popup
.informer_pas_dans_la_liste a{
	text-decoration:underline;
}

body:after{
	content: "";
	display: block;
	pointer-events:none;
	opacity:0;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

body.affiche-utility-popup:after{
	opacity:1;
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	background-color: rgba(0,0,0,.8);
	backdrop-filter: blur(10px);
	background-color: rgb(59 59 59 / 85%);
	display: block;
	backdrop-filter: blur(3px);
	pointer-events:none;
	z-index: 30;
}

@keyframes chutility-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes chutility-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}


@media (max-width: 767px){
	
	.select-utility-popup{
		height: 85vh;
		width: 90vw;
		max-width: 600px;
	}
	
	.select-utility-popup .rabais-utility-content{
		flex-direction: column-reverse;
		row-gap: 1em;
		width: 100%;
	}

	.left-content{
		width: 100%!important;
		max-width: 406px;
	}

	.right-content{
		width: 100%!important;
	}

	.select-utility-popup
	.fermer-utility-selector{
		display: flex;
		width: 3em;
		height: 2em;
	}
	
	.select-utility-popup
	.fermer-utility-selector:before{
		height: 3px;
		width: 20px;
	}
	
	.select-utility-popup
	.fermer-utility-selector:after{
		height: 3px;
		width: 20px;
	}
}
