.container-6{
	position: relative;
	width: 50%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
}
.load-bar {
  position: absolute;
  margin-top: 0px;
  width: 60%;
  height: 1px;
  background-color: transparent/*fdba2c*/;
  margin-left: 20%;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #b29b70/*da4733*/;
  animation: loading 3s linear infinite;
}
/*.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}*/
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
@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) {
	
	.container-6{
	width: 80%!important;
	}
	.load-bar {
  width: 80%!important;
  margin-left: 10%!important;
}
	}
	
	
	
	
.pct{z-index:5;
	
	-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;
	
	/*-webkit-writing-mode:horizontal-tb;-ms-webkit-writing-mode : horizontal-tb;writing-mode : horizontal-tb;
	
	-webkit-writing-mode : vertical-lr;-ms-webkit-writing-mode : vertical-lr;writing-mode : vertical-lr;
	
	writing-mode:vertical-rl; 
	writing-mode: tb-rl; 
	-epub-writing-mode:vertical-rl; 
	-webkit-writing-mode:vertical-rl; 
	
	-moz-writing-mode:vertical-rl; 
	-o-writing-mode:vertical-rl; 
	-ms-writing-mode:vertical-rl;*/
	
	
	text-orientation:sideways;position:fixed;font-size:16px;
/*top:50%;right:112px;*/
right: 18px;
bottom:15px/*10%*/;
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}

#progress {
	background-color: #b29b70;
	height: 4px;
	width: 0;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 9999;
}

/* 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;}
	#progress {
	height: 2px!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;}*/