.global-banner{
	z-index: 100000;
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 600px;
	height: 200px;
}
.global-bannerdem{
	z-index: 100000;
	position: fixed;
	top: 200px;
	left: 700px;
	font-family: Montserrat;
	width: 400px;
	height: 580px;
}
.cookie-bannerdem{
	display: inline;
	float: right;
	position: relative;
	width: 600px;
	height: 200px;
	background-color:#24323F;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 5px #0d0d0d6e;
	padding-top: 0px;
}
.topbansectdem{
	overflow-y: scroll;
	height: 355px;
	padding-left:21px;
	padding-bottom:10px;
}
.topbansectdem::-webkit-scrollbar {
  width: 6px;
}
.topbansectdem::-webkit-scrollbar-track {
  background: #34495b;
}
.topbansectdem::-webkit-scrollbar-thumb {
  background: #415a71;
}
.topbansectdem::-webkit-scrollbar-thumb:hover {
  background: #896043;
}
.topbansect{
	overflow-y: scroll;
	height: 130px;
	padding-left:10px;
	padding-bottom:10px;
}
.topbansect::-webkit-scrollbar {
  width: 6px;
}
.topbansect::-webkit-scrollbar-track {
  background: #34495b;
}
.topbansect::-webkit-scrollbar-thumb {
  background: #415a71;
}
.topbansect::-webkit-scrollbar-thumb:hover {
  background: #896043;
}
.logocook{
	margin-top:0px;
}
.banner-title{
	padding-left:6px;
	width:470px;
	font-family: Montserrat;
	color:#FFFFFF;
}
.banner-titledem{
	padding-top:12px;
	padding-left:6px;
	width:278px;
	font: normal normal 600 16px/22px Montserrat;
}
.banner-textdem{
	font: normal normal normal 12px/14px Montserrat;
	padding-left:6px;
	width: 289px;
	letter-spacing: 0.24px;
	color: black;
}
.banner-text{
	font-family: Open sans;
    font-size: 12px;
	padding-left:6px;
	width: 470px;
	letter-spacing: 0.24px;
	color:#FFFFFF;
}
.cookie-policy{
	color:#BED8E9;
	text-decoration:none;
}
.cookie-policy:hover{
	color:#AE7E5C;
}
.lientxt{
	margin-left:500px;
}
.cadre-categ{
	margin-top:20px;
	border-radius: 10px;
	width: 570px;
	height:50px;
	font-size:12px;
	letter-spacing: 0.3px;
	font-weight: 550;
}

.table-categ{
	border-spacing: 0;
	width: 540px;
	color:black;
}

.table-categ tr{
	padding: 0px;
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

.categlab{
	padding: 0px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size:12px;
	color:#FFFFFF;
}
.categsl{
	padding-top: 12px;
	width: 52px;
}
.bottombansect{
	letter-spacing: 0.26px;
}
.buttontable{
	border-collapse:collapse;
}
.storeform{
	margin-left: -40px;
    margin-top: -11px;
	position:absolute;
	display: inline;
}
#remembox{
	display: inline;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: #384d61;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
	margin: 10px;
}
#remembox:checked {
	background-color: #415a71;
} 
#remembox:checked::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 6px;
            height: 12px;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
            border-color: #AE7E5C;
            border-style: solid;
}
.divacc{
	width: 116px;
	height:20px;
	text-align: center;
	border-radius: 0px 0px 10px 0px;
}
.button-all{
	background-color: transparent;
	width:110px;
	height: 20px;
	border:0px;
	font-family:Montserrat;
	font-size:14px;
	letter-spacing: 0.26px;
}
.divpers{
	text-align: center;
	height:20px;
	width: 116px;
}
.button-pers{
	background-color: transparent;
	padding-top:21px;
	width:110px;
	height: 36px;
	border:0px;
	font-size: 14px;
	font-family:Montserrat;
	letter-spacing: 0.26px;
}
.divref{
	text-align: center;
	height:20px;
	width: 116px;
}
.button-ref{
	background-color: transparent;
	width:110px;
	height: 27px;
	border:0px;
	font-family:Montserrat;
	font-size:14px;
	letter-spacing: 0.26px;
	
}
.remember-text{
	margin-left: 40px;
	padding-right:49px;
	font-size:12px;
	color: black;
	width:162px;
	font-family: Quicksand;
	color:#FFFFFF;
    font-size: 14px;
}
.switch {
  position: relative;
  display: inline-block;
  width:38px;
  height:20px;
  border-radius: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0px 2px 4px #141b2170;
  background-color: #384d61;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:focus + .slider {
  box-shadow: 0 0 1px #adacac;
}
input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.sliderN {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:38px;
  height:20px;
  border-radius: 10px;
  background-color: #AE7E5C;
  opacity:0.4;
  box-shadow: inset 0px 3px 6px #00000060;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderN:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:focus + .sliderN {
  box-shadow: 0 0 1px #adacac;
}
input:checked + .sliderN:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.sliderN.round {
  border-radius: 34px;
}
.sliderN.round:before {
  border-radius: 50%;
}
.showhide{
	width: 50px; 
	height: 50px;
	z-index: 100000;
}
.showhidedem{
	position:fixed;
	top:200px;
	left:640px;
	
}
.logotd{
	text-align:center;
}
.logochoixtd{
	padding-top:10px;
	padding-left:10px;
}
.taillerec{
	font-size:9px;
	padding-top:10px;
}
.logopoint{
	left: 2px;
	opacity:0.5;
	z-index: 99999;
}
.prefpicker{
	margin-left: 15px;
	margin-top: 3px;
}
.fauxspan{
	background-color:#AFACB3;
	box-shadow: inset 0px 3px 6px #00000060;
	width:38px;
	height:20px;
	border-radius: 10px;
}
.fauxspanN{
	background-color:#9E9EA3;
	opacity: 0.49;
	width:38px;
	height:20px;
	border-radius: 10px;
	box-shadow: inset 0px 3px 6px #00000060;
}
.fauxboutton{
	 position: relative;
	 background-color:#ffffff;
	 top: 1px;
	 left:2px;
	 width:16px;
	 height:16px;
	 border-radius: 34px;
}
.fauxspanc{
	box-shadow: inset 0px 3px 6px #00000060;
	width:38px;
	height:20px;
	border-radius: 10px;
}
.fauxbouttonc{
	 position: relative;
	 background-color:#ffffff;
	 top: 1px;
	 left:20px;
	 width:16px;
	 height:16px;
	 border-radius: 34px;
	 box-shadow: 0px 3px 5px #00000072;
}
.fauxspansh{
	width:25px;
	height:12px;
	border-radius: 34px;
}
.fauxbouttonsh{
	 position: relative;
	 background-color:#ffffff;
	 top: 3px;
	 left:15px;
	 width:8px;
	 height:8px;
	 border-radius: 34px;
}
.slidecontainer {
	display: inline-block;
	position:relative;
	top:7px;
	left:5px;
    width: 250px;
}
.custom-slider-range:hover {
    opacity: 1.2;
}
.custom-slider-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right,#ff6e6e,#ffff70,#70ff70,#70ffff,#7070ff,#ff70ff,#ff6e6e);
    outline: none;
    opacity: 0.8;
    transition: opacity 0.4s;
    border-radius: 15px;
}
.custom-slider-range::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
}
.divPrev{
	width:45px;
	height: 23px;
	border:1px solid #8c8f94;
}
.divPrevBorder{
	padding-top:1px;
	padding-left:3px;
	width:53px;
	height:27px;
	top: 7px;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	border:1px solid #8c8f94;
	border-radius: 4px;
}
.wp-menu-image dashicons-before img{
	width:25px;
}
.tabletextchoice td{
	text-align: left;
	padding-right: 10px;
	padding-bottom:10px;
}
.fieldsingleline{
	width: 300px;
}
.fieldmultiline{
	width: 300px;
	height: 300px;
}
@media only screen and (max-width: 600px) {
  #remembox{
	 appearance: auto;
  }
  #remembox:checked::after {
	  border-color: #AE7E5C01;
  }
	.global-banner{
		bottom: 20px;
		right:1px;
		width: 100%;
		height: 300px;
	}
	.cookie-bannerdem{
		width: 100%;
		height: 300px;
		box-shadow: 0px 3px 6px 5px #0d0d0d6e;
	}
	.topbansect{
		overflow-y: scroll;
		height: 230px;
		padding-left:2px;
		padding-bottom:10px;
	}
	.banner-title{
		width: 300px;
	}
	.banner-text{
		width:90%;
	}
	.lientxt{
		margin-left:80%;
	}
	.remember-text {
		margin-left: 35px;
		padding-right: 0px;
		width: 62px;
		font-size: 10px;
	}
	.table-categ{
		width:50px;
	}
	.cadre-categ{
		width: 380px;
	}
	.categlab{     
		padding-left:6px;
		font-size:10px;
		padding-bottom:2px;
	}
	.switch {
		width: 25px;

	}
	.slider{
		height: 10px;
		width: 27px;
		top:7px;
	}
	.slider:before {
	  height: 10px;
	  width: 10px;
	  left: 2px;
	  bottom: 0px;
	}
	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}
	.sliderN {
	  width: 27px;
      height: 10px;
      top: 6px;
	  border-radius: 3px;
	}
	.sliderN:before {
	  height: 10px;
	  width: 10px;
	  left: 2px;
	  bottom: 0px;
	}

	input:checked + .sliderN:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}
	.divacc{
		width: 89px;
		height:20px;
	}
	.button-all{
		width:105px;
		height: 27px;
		font-size:12px;
		font-weight:370;
	}
	.divpers{
		height:20px;
		width: 89px;
	}
	.button-pers{
		width:89px;
		height: 36px;
        padding-top: 22px;
		font-size:12px;
	}
	.divref{
		height:20px;
		width: 89px;
	}
	.button-ref{
		width:89px;
		height: 27px;
		font-size:12px;
		font-weight:370;
		
	}
}