.pct{z-index:5;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:sideways;position:fixed;font-size:16px;
/*top:50%;right:112px;*/
bottom:15px/*10%*/; right: 18px;
color: #b29b70;}

.none{opacity:0;pointer-events:none}::-webkit-input-placeholder{color:#b29b70}::-moz-placeholder{color:#b29b70}:-ms-input-placeholder{color:#b29b70}:-moz-placeholder{color:#b29b70}

/* Pour iPhone */
@media only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (min-device-width : 320px)and (max-device-width : 480px),
screen and (max-width: 610px) {
	.pct{
	/*display:none;*/
		font-size:15px!important;
		right: 18px!important;
		bottom: 50px!important;}
	
	}
	
	/* iPad portrait */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
	
	.pct{
	/*display:none;*/
		font-size:15px!important;
		right: 18px!important;
		bottom: 45px!important;}
	
	}
	
	/* iPad landscape */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
	
	.pct{
	/*display:none;*/
		font-size:15px!important;
		right: 18px!important;
		bottom: 51px!important;}
		
	}
	
	
/*@media (max-width: 1023px){.pct{*/
	/*display:none;*/
		/*font-size:15px!important;
		right: 15px!important;
		bottom: 40px!important;}}

@media (max-width: 1250px){.pct{right:15px!important;}*/