/**, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff;
    background: #333;
    overflow: hidden;
}*/

.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    /*height: 50%;*/
    position: absolute;
    top: 0;
    left: 0;
    /*visibility: hidden;*/
    overflow: hidden;
	visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.timeline_items .pt-page {
    height:450px;
}

.pt-page-int {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*visibility: hidden;*/
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
    background-color:#FFF;
}


.no-js body {
    overflow: auto;
}

.timeline_items .pt-trigger-container {
	background: none transparent;
    position: absolute;
    z-index: 999999;
    left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	pointer-events: none;
    /*margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

.timeline_items .pt-trigger {
    display: none;
    height: 40px;
    width: 30px;
    cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 80%;
	right: 0;
	margin-top: -20px;
	border: none 0px;
	text-indent: -1000px;
	overflow: hidden;
	pointer-events: auto;
	padding: 0;
	background-color: transparent;
	background-image: url(../img/forward.png);
	background-repeat: no-repeat;
	background-position: center center;
   /* font-family: Calibri;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);
    letter-spacing: 1px;
    line-height: 40px;
    margin: 10px 0 10px;
    padding: 0 20px;
    border: none;
    font-size: 16px;
    font-weight: 700;*/
}

.timeline_items .pt-trigger:hover,
.timeline_items .pt-trigger:focus {
	background-image: url(../img/forward-on.png);
	background-color: transparent;
	top: 80%;
	right: 0;
}

.pt-trigger-container {
    position: absolute;
    z-index: 10;
    right: 0;
	top: 50%;
	width: 100%;
	height: 0;
	/*
	margin-top: -60px;
	background: #E6E6E6;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
#zone1 .pt-trigger, #zone1.pt-trigger:focus {
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
	position: absolute;
	right: 0;
	z-index: 10;
	border: none 0px;
	text-indent: -1000px;
	overflow: hidden;
	pointer-events: auto;
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url(../img/forward.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pt-trigger:hover {/*, .pt-trigger:focus*/
	background-image: url(../img/forward-on.png);
	background-color: transparent;
	border-bottom: none;
}
/*back*/
.pt-trigger.back {
	left:0;
	background-image: url(../img/back.png);
}
.timeline_items .pt-trigger:first-child {
	right:0;
	bottom: 0;
	background-image: url(../img/coin-anime.gif);
    top: auto;
    margin: 0;
    height: 30px;
}
.pt-trigger:first-child:hover {/*, .pt-trigger:first-child:focus
	background-image: url(../img/back-on.png);
	background-color: transparent;*/
}
.pt-trigger-container .close,
.retourMobile {
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
	position: absolute;
	right:0;
	background-image: url(../img/retour.png);
	background-repeat: no-repeat;
	background-position: center;
}
.retourMobile {
	z-index:20;
}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.timeline_items .pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}

.pt-page-1 {
    background: #0ac2d2;
}

.pt-page-2 {
    background: #7bb7fa;
}

.pt-page-3 {
    background: #60d7a9;
}

.pt-page-4 {
    background: #fdc162;
}

.pt-page-5 {
    background: #fd6a62;
}

.pt-page-6 {
    background: #f68dbb;
}

/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px;
}

.no-cssanimations .pt-message {
    display: block;
}