body{
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	-ms-touch-action: pan-y;
	background-color: #f2f2f2;
	font-family: "Yu Gothic";
	color: #333;
	height: 100%;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	width: 100%;
}

.left {
	position:relative;
	float:left;
}

.right {
	position:relative;
	float:right;
}

h2{
	font-weight: 400;
	color: #7B7B7B;
	font-family: dorsa;
	font-size: 56px;
	line-height: 0px;
	font-style: normal;
}

nav.topbar {
	background-color: #E88D1A;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101724;
}

.topbar .leftbutton {
	width: 50px;
	height: 50px;
	margin: 5px;
	border-right: solid 1px #c87D0A;

	background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position: center center;
}

.topbar .leftbutton.home {
	background-image: url(img/icons/5_content_picture_white.png);
}

.topbar .leftbutton.conseilr {
	background-image: url(img/icons/1_navigation_expand_white.png);
}


.topbar .rightbutton {
	width: 50px;
	height: 50px;
	margin: 5px;
	border-left: solid 1px #c87D0A;
	background-image: url(img/icons/4_collections_view_as_list_white.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position: center center;
}

.topbar .rightbutton.home {
	background-image:url(img/icons/ic_action_overflow.png);
}

.topbar .rightbutton.conseilr {
	background-image: url(img/icons/1_navigation_cancel_white.png);
}




a, a:hover, a:selected {
	text-decoration:none;
	text-outline:none;
}



.touch-trigger{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index: 0;
}
	
.container{
	width:400%;
	height:100%;
	overflow:hidden;
}

#title{
	background:none;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height: 50%;
	color: #333;
	height: 16px;
	width: 580px;
	position:relative;
	z-index:2;
	margin: 0;
	padding: 30px 0px 0px 25px;
}

.menu{
	position:relative;
	margin-left:25px;
	z-index:2;
}

.menu h1{
	background:none;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:48px;
	font-weight:100;
	color: #333;
	float:left;
	position:relative;
	z-index:10;
	cursor:pointer;
	margin: 0;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0 5px 0 0;
}

#gris{
	background: #fff;
	margin-left: 100%;
	position: absolute;
	z-index: 90;
	width: 95%;
	top: 0;
	bottom: 0;
	margin-top: 0px;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 14px -3px #4E4E4E;
	box-shadow: 0px 0px 14px -3px #4E4E4E;
	height: 100%;
	max-width: 320px;
}

#compose{
	background-color: #E88D1A;
	cursor: pointer;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	text-align: center;
	color: #f1f1f1;
	left: 50%;
	margin-left: -25px;
	background-image: url(img/icons/10_device_access_camera_white.png);
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: 36px auto;
	background-position: center center;
	bottom: 20px;
}


#compose:hover{
	background-color: #CC7B14;
}


#compose span {
	font-size: 96px;
	line-height: 50px;
	background-image: url(/img/icons/10_device_access_camera_white.png);
}

#tutoframe {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	opacity: 0;
}

#tutonav {
	width: 100%;
	height: 65px;
	position: fixed;
	background: #E8E8E8;
	font-size: 0px;
	z-index: 20;
}

#maintitle{
	font-weight: 400;
	color: #7B7B7B;
	font-family: dorsa;
	font-size: 46px;
	line-height: 0px;
	font-style: normal;
	margin-left: 20px;
}

#menudow {
	position: absolute;
	background: #DFDFDF url(img/icons/1_navigation_expand.png) no-repeat center center;
	top: 0px;
	right: 0px;
	height: 65px;
	width: 65px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menudow:hover {
	background-color: #D4D4D4;
}

#tutomenu {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	background-color: #222222;
	z-index: 10;
	list-style:none;
	cursor: pointer;
	margin-top: -180px;
}

#tutomenu li {
	color: #DFDFDF;
	border-bottom: solid 1px #333;
}
#tutomenu #openlist {
	padding: 20px;
}

#tutolist {
	background-color: #1B1B1B;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 400;
	padding: 20px;
	overflow: auto;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
}

#tutolist.show {
	top: 60px;
	bottom: 0;
}

#tutolist a {
	text-decoration:none;
}

.tuto{
	position:relative;
	padding: 10px 0px;	
	cursor: pointer;
	z-index:1002;
	text-decoration: none !important;
}


.titre{
	font-size: 24px;
	color: #939393;
	text-decoration: none !important;
}

.phrase  {
	font-size: 14px;
	padding: 2px 0 0 0;
	color: #777;
	text-decoration: none !important;
}

#tutomenu #prectuto {
	position:relative;
	float: left;
	background-image: url(img/icons/1_navigation_previous_item_white.png);
	background-size:contain;
	background-position:center center;
	width: 30px;
	height: 30px;
	border-right: solid 1px #333;
	padding: 10px 10px 10px 20px;
}

#tutomenu #nexttuto {
	position:relative;
	float: left;
	background-image: url(img/icons/1_navigation_next_item_white.png);
	background-size:contain;
	background-position:center center;
	width: 30px;
	height: 30px;
	border-right: solid 1px #333;
	padding: 10px 10px 10px 20px;
}

#tutomenu #closetuto {
	position:relative;
	float: right;
	background-image: url(img/icons/1_navigation_cancel_white.png);
	background-size:contain;
	background-position:center center;
	width: 30px;
	height: 30px;
	border-left: solid 1px #333;
	padding: 10px 10px 10px 20px;
}

.tutopadding {
	position: fixed;
	top: 60px;
	bottom: 0px;
	overflow-y: auto;
	left: 0px;
	right: 0px;
	padding: 90px 20px 20px 20px;
}

.tutocontent {
	text-align: justify;
	padding-bottom: 20px;
}

.bigtitle {
	font-weight: 400;
	color: #7B7B7B;
	font-family: dorsa;
	font-size: 60px;
	line-height: 35px;
	font-style: normal;
	padding-bottom: 40px;
	text-align: left;
	padding-top: 20px;
}


/* a modifier */
button{
	background-color: #159EE0;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	text-align: left;
	transition: all ease 0.4s;
	padding: 10px 15px 10px 15px;
	border-bottom: 3px solid rgba(16,127,181,1.00);
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

button:hover{
	-webkit-box-shadow: inset 0px 0px 10px #1890CD;
	box-shadow: inset 0px 0px 10px #1890CD;
}


#tutoframe button, #gris button {
	background-color: #159EE0;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	text-align: left;
	transition: all ease 0.4s;
	background-image: url(img/icons/1_navigation_next_item_white.png);
	background-size: 20px 20px;
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding: 10px 35px 10px 15px;
	border-top-style: none;
	border-bottom: 3px solid #107FB5;
	border-right-style: none;
	border-left-style: none;
}

#tutoframe button:hover, #gris button:hover {
	-webkit-box-shadow: inset 0px 0px 10px #1890CD;
	box-shadow: inset 0px 0px 10px #1890CD;
}


.inboxtext {
	position: fixed;
	top: 0;
	color: #fff;
	width: 100%;
	height: 60px;
	text-align: center;
	z-index: 100000001;
	font-size: 28px;
	font-family: "Yu Gothic Light", "Yu Gothic";
	font-weight: 100;
	margin-top: 28px;
}

.sceneselect {
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0px;
	background: #fff;
	display: none;
	overflow: auto;
	z-index: 1000;
	max-height: 225px;
}

.scenes {
	padding: 12px 30px;
	cursor: pointer;
}

.scenes:hover, .scenes.selected {
	background: #09c;
	color: #fff;
}

.scenedisplay {
	background: #f1f1f1;
	background-position: center center;
	background-size: cover;
	position:fixed;
	top: 60px;
	bottom: 0px;
	left:0;
	right:0;
	overflow-x: hidden; 
	overflow-y: auto;
	-ms-touch-action: pan-y;
	z-index:3;
	display:none;
}

.scenedisplay {
    background-color: #e8e8e8;
	z-index: 300;
	position: absolute;
}

.scenedisplay h3 {
    font-size: 24px;
	line-height: 24px;
    font-weight: 100;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	position: relative;
	color: #111;
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}

.scene-section {
	padding: 20px;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #fff;
}

.scene-section img{
	max-width: 100%;
}

.scene {
	margin: 20px 0;
	overflow:hidden;
}

#imgdisplay input{
	height: auto;
	width: auto;
	visibility:hidden;
}



#gridcontainer{
	background-color: rgba(255,255,255,0.81);
	position: absolute;
	top: 60px;
	left: 0;
	margin-left: -100%;
	width: 95%;
	z-index: 100;
	-ms-touch-action: pan-y;
	overflow: auto;
	bottom: 0px;
	-webkit-box-shadow: 0px 0px 14px -3px #4E4E4E;
	box-shadow: 0px 0px 14px -3px #4E4E4E;
}

#gridcontainer h2{
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 26px;
	font-family: "Yu Gothic Light", "Yu Gothic";
	line-height: 26px;
	cursor: pointer;
}

.step-container{
	position: relative;
	padding: 20px;
	z-index: 101;
	cursor: pointer;
	display: none;
}


.step-container .img{
	width: 78px;
	height:52px;
	margin: 0px 5px 5px 0px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: bottom center;
	border: solid 0px #ddd;
	position:relative;
	float:left;
}

.step-container .perspective{
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	float: left;
	position: relative;
	background-color: #C1C1C1;
}

.step-container .perspective:hover, .step-container .perspective.select{
	background-color: #E88D1A;
}

.step-container .of .img{
	width: 25px;
	border: none;
	height: 30px;
}

.step-container .of span{
	line-height: 35px;
	font-size: 13px;
}



#selection-menu{
	position: fixed;
	z-index: 1210;
	list-style: none;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	height: 100%;
	width: 60px;
	background-color: #000000;
	right: 0px;
	top: 0px;
	padding-top: 5%;
}

#selection-menu li{
	background-color: #1B1B1B;
	height: 50px;
	width: 60px;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}

#selection-menu #chose{
	background-image: url(img/icons/8_images_crop_white.png);
	background-size: 45px 45px;
	margin-bottom: 40px;
}

#selection-menu .rotate{
	background-image: url(img/refresh.png);
}

#selection-menu .turn{
	background-image: url(img/refresh.png);
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	display:none;
}

#selection-menu #try{
	background-image: url(img/group.png);
}

#selection-menu li:hover{
	background-color: #1678B5;
}

#imgdisplay{
	-ms-touch-action: none;
	
}
		 	
#theimg{
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 33px;
	z-index: 2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#theimg img {
	position: relative;
	max-width: 100%;
	z-index: -2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#theimgfull {
	max-width: 100%;
}

#theimgcontainer {
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 0;
	overflow: hidden;
	background-color: #CDCCCC;
	width: auto;
	max-height: 300px;
}

canvas {
	padding: 0px;
	position:absolute;
	top: 0;
	left: 0;
	overflow:auto;
}

.theimglayers{
	position: absolute;
	top:0;
	width: 320px;
	height: 214px;
	z-index: 1;
}

.layers {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	background-size:contain;
	background-repeat:no-repeat;
	opacity: 0.8;
	display:none;
}

.face {
			border:2px solid #333;
		}
		
.facehidden{
			border:2px solid #000;
		}


#crop, #bigger, #smaller {
	position:absolute;
	z-index:1000000;
}

.tutoimg {
	max-width: 100%;
}
.portrait .container #gris .opentuto {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	top: 244px;
	width: 141px;
	height: 158px;
	background-color: #FF0004;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 25px;
}
.portrait .container #gris .opentuto:hover {
}
.start {
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
}
.bigTitleGris {
	height: 28px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.ssTitreGris {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	padding-bottom: 0;
	text-align: left;
}
.tutocontent strong {
	font-size: 22px;
	text-align: left;
}
.tutocontentGris {

}
.tutopaddingGris {
	margin-top: 80px;
	z-index: 100;
}
.conseil {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 70px;
	position: relative;
	z-index: 100;
}
#tutoframe .tutopadding .nextBtn.next {
	margin-bottom: 40px;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.alexandre {
	position: fixed;
	top: 60px;
	height: 70px;
	background-color: #FFFFFF;
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px -2px #CCCCCC;
	box-shadow: 0px 0px 8px -2px #CCCCCC;
	z-index: 9;
	transition: all ease 0.25s;
	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
}
.alexandre .imgAlex {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 18px;
	-webkit-box-shadow: inset 0px 0px 7px #7A7A7A;
	box-shadow: inset 0px 0px 7px #7A7A7A;
	border: none;
}
.alexandre .alexText {
	padding-top: 12px;
	padding-left: 16px;
	color: #1F1F1F;
}
.alexandre .alexText span {
	font-weight: 700;
}
.alexandre.hide {
	top: -20px;
}













	.portrait {
	z-index: 200;
	display: block;
}
	.landscape {display:none;}
.cropsection {
	width: 60px;
	height: 100%;
	top: 0px;
	right: 0px;
	position: fixed;
	background-color: #1678B5;
	clear: both;
	line-height: 70px;
	z-index: 10;
}
.cropsection #crop {
	background-image: url(img/icons/1_navigation_accept_white.png);
}
.cropsection button {
	width: 60px;
	height: 50px;
	position: relative;
	line-height: 43px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	font-size: 28px;
	margin-top: 66%;
}
.cropsection #bigger {
	background-image: url(img/icons/5_content_new_white.png);
}
.imgLayer {
	background-size: 100% auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 100%;
	z-index: 4;
}

.imgLayer.rotate {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	
}

.imgLayer.l2 {
	position: absolute;
	top: 60px;
	z-index: 4;
	opacity: 0.6;	
}
.grid {

}
.imgLayer .grid.grid1 {
	height: 1px;
	width: 100%;
	margin-top: 21%;
}
.imgLayer.l2 .grid.grid2 {
	width: 100%;
	height: 1px;
	margin-top: 21%;
	background-color: #1D1D1D;
}
.step-container .pers_1{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #158FC9;
}
.step-container .pers_2 {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.step-container .of {
	background-color: #F5F5F5;
	border-radius: 12px;
	border: 1px solid #D8D8D8;
	-webkit-box-shadow: inset 0px 0px 14px #EFEFEF;
	box-shadow: inset 0px 0px 14px #EFEFEF;
	width: auto;
}
.step-container .of .left {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.step-container .of .left.of1 {
	background-color: #B7B7B7;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	color: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 14px #777777;
	box-shadow: inset 0px 0px 14px #777777;
}

.step-container .of .left.of2 {
	background-color: #B7B7B7;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 14px #777777;
	box-shadow: inset 0px 0px 14px #777777;
}
.step-container .of.ofc1 {
	width: 231px;
}
.step-container .of.ofc2 {
	width: 182px;
}

.sMenu {
	list-style-type: none;
	margin-bottom: 50px;
}

.sMenu li {
	background-color: #ECECEC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 62px auto;
}

.sMenu li:nth-child(odd) {
	background-color: #DBDBDB;
}

.sMenuli {
	background-image: url(img/icons/1_navigation_next_item.png);
	background-position: right center !important;
}

.sMenu li.s {
	margin-top: 0;
	background-color: #E88D1A;
	color: #FFFFFF;
	font-size: 18px;
	background-image: url(img/icons/1_navigation_previous_item_white.png);
}

.inner {
	list-style-type: none;
	display: none !important;
}

.inner li {
	display: none !important;
}
.sMenu .ul {

}

.ul li {
	padding-left: 75px;
}



#gridcontainer h2 img{
	background-image: url(img/ok.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 12px;
	width: 28px;
	height: 26px;
	display: none;
}
.step-container.step-cont-4 .imgLayer.l32 {
	-webkit-box-shadow: inset 0px 0px 26px -2px #A6A6A6;
	box-shadow: inset 0px 0px 26px -2px #A6A6A6;
	width: auto;
	height: auto;
	position: relative;
	max-width: 100%;
	margin-top: 1px;
	top: 1px;
	margin-bottom: 20px;
}
.step-container.step-cont-4 .imgLayer.l32 img {
	max-width: 100%;
}

.step-container.step-cont-2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.small {
	font-size: 15px;
}

.tutoS {
	font-size: 16px;
}
#tutoframe .tutopadding .marginauto {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.tips {
	position: absolute;
	background-color: rgba(255,255,255,0.45);
	left: 0; 
	bottom: 0;
	right: 0;
	font-size: 0px;
	height: auto;
	z-index: 6;
}
.tips h2 {
	font-family: "Yu Gothic Light", "Yu Gothic";
	font-size: 24px;
	line-height: 12px;
	color: rgba(83,83,83,1.00);
}
.tips .p {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tips p {
	height: auto;
	min-height: 28px;
	color: rgba(50,50,50,1.00);
	font-size: 16px;
}

#webcam {
	top: 60px;
	position: absolute;
	z-index: 3;
}


.imgD {
	display: none;
}

.prendreP {
	display: none;
}





















@media screen and (min-width: 960px) {
	#gridcontainer {
	margin-left: 0% !important;
	max-width: 320px;
	}
	
	.leftbutton {
		display: none;
	}
	
	#tutoframe {
		left: 320px;
	}
	
	.tutopadding {
		left: 320px;
	}
	
	.tutocontent {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#tutolist {
		max-width: 280px;
		top: 60px;
		bottom: 0;
		z-index: 600 !important;
	}
	
	.scenedisplay {
		left: 320px;
	}
	
	.scene-section {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sceneselect {
		max-width: 320px;
		max-height: 100%;
		bottom: 0;
	}
	
	#compose {
		display: none;
	}
	
	#theimg {
		margin-left: 320px;
	}
	
	.imgLayer.l2 {
		margin-left: 320px;
	}
	
	.imgLayer.l32 {
		margin-left: 0px;
	}
	
	.tips {
		left: 320px;
	}

	#webcam {
		margin-left: 320px;
	}

	
}











/*
@media screen and (orientation: landscape) and (max-width: 800px) {
	.portrait {display:none;}
	.landscape {display:block;}
}
*/

@media screen and (min-width: 319px) and (max-width:321px) {
    @-ms-viewport{
    width: 320px;
}

}
