.contener-ps {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 98%;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
}
.accroche {
	font-weight: bold;
	font-size: 20px;
    margin: 0;
}
.pickspremium {
	margin-left: auto;
	background: brown;
}
.premium_pickscan li strong {
	border-radius: 3px;
	margin-top: 5px;
	display: inline-block;
}
.premium_pickscan {
	background: #fffae8;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0 0 0;
    align-items: flex-start;
	min-width: 300px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
}
.decouverte-psl {
	background: #d64e27;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 3px;
}
.decouverte-psl:hover {
	background: #ad3e1f;
	color: #fff;
}
.link-pickcan {
	display: block;
	background: #2465ff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	border-radius: 5px;
    transition : all ease 0.3s;
	margin-top: 30px;
}
.link-pickcan:hover {
	background: #09a13c;
    transition : all ease 0.3s
}
.premium_pickscan h3 {
	font-size: 22px;
	margin: 0;
	font-weight: bold;
}
.container-pickscan {
	display: flex;
	gap: 1%;
    align-items: self-start;
}
.premium_pickscan img {
	width: 100%;
}
.generate-single-psl {
	display: inline-block;
	background: #2465ff;
	color: #fff;
	padding: 5px 15px;
	border-radius: 3px;
	cursor: pointer;
    transition:all ease 0.3s
}
.groupe_psl h4 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.generate-single-psl:hover{
	background: #0b4897;
    transition:all ease 0.3s
}
.generate-multi-psl {
	display: inline-block;
	background: #2465ff;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	cursor: pointer;
	transition: all ease 0.3s;
	font-size: 16px;
}
.generate-multi-psl:hover {
	background: #0b4897;
    transition:all ease 0.3s
}
.generate-single-psl.green {
	background: #30991a;
}
.generate-single-psl.green:hover {
	background: #1d6e0c;
}
.info-psl {
	width: 100%;
	margin: 0;
}
.action-psl {
	display: flex;
	align-items: center;
    gap:20px
}
.view-psl {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 5px;
    cursor:pointer
}
#psl-preview-modal {
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.groupe_psl {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	background: #f0f0f0;
	padding: 10px;
    margin: 10px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}
.groupe_psl label {
	font-weight: bold;
}
.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
    overflow: auto;
    max-height: 90%;
	width: 550px;
	margin: 3% auto;
    position: relative;
}
.close {
	position: absolute;
	right: 0;
	top: 0;
	background: #b72626;
	border-radius: 0 20px 0 10px;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}
.qte-pls {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

.head-order-psl th {
	background: #333;
	color: #fff;
	border: none;
}
.popup-order-psl td {
	border-bottom: 1px solid #aaa;
	border-right: 0;
	border-left: 0;
}
.popup-order-psl tr:nth-child(even) {
    background-color: #e6e6e6;
}
.popup-order-psl {
	border: none;
}
.popup-order-psl img {
	border-radius: 5px;
}
.menu-psl {
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	display: flex;
	gap: 20px;
}
.logo-pickscan {
	width: 200px;
}
.order-psl strong {
	background: #2b2b2b;
	padding: 2px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.menu-psl a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background: #2465ff;
	padding: 10px 20px;
	border-radius: 5px;
}
.menu-psl a:hover {
	background: #1141af;
}
.check-psl, .etat-psl {
	width: 40px;
}
.woocommerce_options_panel .groupe_psl p.form-field {
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
    max-width: 150px;
    margin: 0;
}
.woocommerce_options_panel .groupe_psl label {
	margin: 0 !important;
	display: inline-block;
	width: auto;
}
.woocommerce_options_panel .groupe_psl input {
	width: 100% !important;
}.info-psl {
	margin: 0 !important;
	padding: 0 !important;
    font-size: 14px !important;
}
#toplevel_page_pickscanlite {
	background: #533a23;
}
.container-vignette {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between ;
}
.vignette {
	max-width: 30%;
}
.vignette img {
	max-width: 100%;
}
.psl-description {
	margin-top: -4px;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
.list-scare li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #563be0;
  border-radius: 2px;
}

.list-scare li {
  list-style: none;
  position: relative;
  line-height: 20px;
  font-size: 16px;
}
.vignette ul{
    padding : 0 0 0 40px
}
.content-info-psl {
	display: flex;
	align-items: center;
    margin-top: 3%;
	gap: 20px;
	background: #f2f2f2;
	justify-content: space-around;
}
.img-psl img {
	max-width: 550px;
	border-radius: 10px;
}
.li-psl {
	font-size: 16px;
}
.btn-blue {
	background: #005aff;
	padding: 10px 20px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	font-size: 22px;
	text-align: center;
}
.btn-blue:hover {
	background: #143b83;
    color : #fff
}
.title-psl {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 5%;
}
@media all and (max-width: 1100px){
    .hide-phone-psl{
        display: none;
    }
}