html,
body {
	cursor: url("../pics/cursor.png"), url("../pics/cursor.cur"), auto;
	overflow: hidden;
	margin: 0;
}

a {
	cursor: url("../pics/cursor2.png"), url("../pics/cursor2.cur"), pointer;
	text-decoration: none;
	color: hotpink;
}

span {
	font-style: italic;
}

@font-face {
    font-family: 'ArchitectsDaughter';
	src: url('../fonts/ArchitectsDaughter.eot');
	src: url('../fonts/ArchitectsDaughter.ttf') format('truetype'),
     	 url('../fonts/ArchitectsDaughter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArchitectsDaughter.woff2') format('woff2'),
         url('../fonts/ArchitectsDaughter.woff') format('woff'),
         url('../fonts/ArchitectsDaughter.svg#ArchitectsDaughter') format('svg');
    font-style: normal;
}

/*MENU*/
.menuBtSc li{
	text-decoration: none;
}

#menuContentSc {
	position: absolute;
}

#faceIco:hover,
#twitIco:hover,
#instIco:hover,
#contIco:hover,
#mentIco:hover,
#fullIco:hover,
#accuIco:hover,
#reflIco:hover,
#consIco:hover,
#partIco:hover,
.cercleChoix:hover {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.4);
	-o-transition: all 200ms ease-in;
    -o-transform: scale(1.4);
    transition: all 200ms ease-in;
    transform: rotate(360deg) scale(1.4);
}

.infoMenuSc {
	font-family: ArchitectsDaughter;
	position: absolute;
	left: 90%;
	color: white;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	text-align: left;
}

#menuContent {
	position: absolute;
}

.infoMenu {
	position: absolute;
	right: 3%;
	bottom: 80%;
	color: white;
	font-family: ArchitectsDaughter;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	text-align: right;
}
/*MENU*/

/*SCROLLBAR*/
.scroller {
	scrollbar-width: thin;
   	scrollbar-color: rgba(255, 77, 249, .3) rgba(255, 166, 252, .3);
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	cursor: url("../pics/cursor2.png"), url("../pics/cursor2.cur"), pointer;
}

::-webkit-scrollbar-track {
  	background: rgba(255, 166, 252, .3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
 	background: rgba(255, 77, 249, .3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  	background: rgba(0, 255, 252, .4);
	cursor: crosshair !important;
}
/*SCROLLBAR*/

/*DIVERS*/
.pageTitle {
	text-shadow: -1px 2px 2px #000;
	border-right: .15em solid white;
  	white-space: nowrap;
  	overflow: hidden;
	color: white;
	font-family: ArchitectsDaughter;
	position: fixed;
	text-transform: uppercase;
}

.titleWidthAccu {
	width: 4em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 1s steps(400, end);
  	animation: type 1s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthRefl {
	width: 7.5em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 1.5s steps(400, end);
  	animation: type 1.5s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthCons1 {
	width: 6em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 2.6s steps(400, end);
  	animation: type 2.6s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthCons2 {
	width: 15em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 2.6s steps(400, end);
  	animation: type 2.6s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthCont {
	width: 6.5em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 1.4s steps(400, end);
  	animation: type 1.4s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthPart {
	width: 9em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 1.5s steps(400, end);
  	animation: type 1.5s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.titleWidthMent {
	left: 145px;
	width: 5em;
	transform: translateX(-50%) translateY(-50%);
  	-webkit-animation: type 1s steps(400, end);
  	animation: type 1s steps(400, end);
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}

.infoText {
	position: absolute;
	font-family: ArchitectsDaughter;
	transform: translateX(-50%) translateY(-50%);
	text-shadow: -1px 1px 1px #FFF;
	z-index: 99999;
}

#fondDiv {
	position: absolute;
	height: 100%;
	width: 100%;
}

.zeroOpa {
	opacity: 0;
}

.noneDisp {
	display: none;
}

.inlineDisp {
	display: inline-block;
}

.blockDisp {
	display: block;
}
/*DIVERS*/

/*TEXTEFFECT*/
.wrapper{
  	position: absolute;
}

#effectText,
.effectText {
	fill: #FFF;
  	opacity: 0;
  	animation: effectTextAnim 4s cubic-bezier(0,0.23,1,.1);
	-o-animation: effectTextAnim 4s cubic-bezier(0,0.23,1,.1); 
  	-moz-animation: effectTextAnim 4s cubic-bezier(0,0.23,1,.1); 
  	-webkit-animation: effectTextAnim 4s cubic-bezier(0,0.23,1,.1);
  	animation-delay: 1.6s;
  	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
}
/*TEXTEFFECT*/

/*PAGE*/
.menuPage {
	background-image: -webkit-radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5));
	background-image: -moz-radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5));
	background-image: -o-radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5));
	background-image: radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5));
	position: absolute;
	border: 2px solid rgba(255,255,255,0.5);
	box-shadow: -10px 5px 30px 1px rgba(0, 0, 0, 0.7),
				-10px 10px 50px 1px rgba(250, 150, 100, 0.5) inset; 
}

.statueHautGau,
.statueBasDroit {
	position: absolute;
	-webkit-animation: 1.3s animatePage;
    -moz-animation: 1.3s animatePage;
    -o-animation: 1.3s animatePage;
    animation: 1.3s animatePage;
}

#accuPage1,
#accuPage2,
#reflPage,
#consPage1,
#consPage2,
#consPage3,
#contPage2,
#partPage2,
#mentPage1,
#mentPage2 {
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}

#accuPage2 {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#accuPage1 img,
#accuPage2 img,
#reflPage img {
	vertical-align: middle;
}

#contPage1 {
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}

#movieAccu video {
	left: 50%; 
	top: 50%; 
	height: 80%;
	width: 80%;
	transform: translate(-50%,-50%);
	position: absolute;
}

#partOneAccu,
#partTwoAccu,
#partThreeAccu,
#partOneRefl,
#partTwoRefl,
#partOneCons,
#partTwoCons,
#partOneCont,
#partTwoCont,
#partOneMent,
#partTwoMent,
#partOnePart,
#partTwoPart {
	animation: animateOpacity 0.8s;
	-webkit-animation: animateOpacity 0.8s;
	-moz-animation: animateOpacity 0.8s;
	-o-animation: animateOpacity 0.8s;
}

#partOnePart table {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#partTwoAccu table {
	padding: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#partTwoAccu table td {
	padding: 10px;
}

.logoPart {
	border: 1px solid white; 
  	outline: 1px solid white;
	box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 5px;
}

.picsDocs {
	max-height: 90%;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.7));
}

.img-resp {
	box-shadow: 5px 5px 2rem 15px rgba(250, 150, 100, 0.5);
	padding: 5px;
	max-width: 100%;
  	height: auto;
	border: 1px solid white; 
  	outline: 1px solid white;
}

.cercleChoix {
	height: 15px; 
	width: 15px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: radial-gradient(rgba(250, 150, 100,0.9), rgba(255,255,255,0.8));
	border-radius: 50%;
	display: inline-block;
	cursor: url("../pics/cursor2.png"), url("../pics/cursor2.cur"), pointer;
}

.cercleChoix:hover {
	background-image: radial-gradient(rgba(0, 255, 252,0.9), rgba(255,255,255,0.8));
}

.cercleChoixTarget {
	background-image: radial-gradient(rgba(0, 255, 252,0.9), rgba(255,255,255,0.8));
}

#choixAccu,
#choixRefl,
#choixCons,
#choixCont,
#choixMent,
#choixPart {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
}

.logoArtisia {
	max-width: 10%;
	height: auto;
	border: 1px solid white; 
  	outline: 1px solid white;
	padding: 5px;
	box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}

.picsAlign {
	vertical-align: middle;
}

.picsAlign1 {
	display: block;
	max-width: 100%;
  	height: auto;
	margin-left: auto;
  	margin-right: auto;
}
/*PAGE*/

/*FORM*/
.textCont {
	font-family: ArchitectsDaughter;
	text-shadow: -1px 1px 1px #FFF;
	text-align: center;
}

.textMent2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: ArchitectsDaughter;
	text-shadow: -1px 1px 1px #FFF;
}

.contTitre {
	text-align: center;
	font-family: ArchitectsDaughter;
	text-shadow: -1px 1px 1px #FFF;
}

button {
	cursor: url("../pics/cursor2.png"), url("../pics/cursor2.cur"), pointer;
	font-family: ArchitectsDaughter;
	font-size: 16px;
	margin-top: 10px;
	padding: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#message {
	padding-left: 5px;
	width: 100%; 
}

#nom,
#email,
#telephone {
	margin-top: 5px;
	padding-left: 5px;
	width: 100%;
}

#containerContact input,
#containerContact select {
  	height: 40px;
}

#containerContact {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0 10px 10px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 15px;
}

#containerContact .form-control {
  	border-color: rgba(255, 77, 249, .5);
}

#containerContact .form-control:hover {
  	border-color: rgba(0, 255, 252, .5);
}

.form-control {
	border-radius: 6px;
	font-family: ArchitectsDaughter;
	font-size: 16px;
}

#contentPart td {
	font-family: ArchitectsDaughter;
	text-align: center;
	width: 135px;
}

#contentPart td a {
	color: black;
}

#contentPart td a:hover {
	color: hotpink;
}
/*FORM*/

/*ANIM*/
.animateOpa {
	animation: animateOpacity 0.8s;
	-webkit-animation: animateOpacity 0.8s;
	-moz-animation: animateOpacity 0.8s;
	-o-animation: animateOpacity 0.8s;
}

.animatePag {
	animation: animatePage 0.6s;
	-webkit-animation: animatePage 0.6s;
	-moz-animation: animatePage 0.6s;
	-o-animation: animatePage 0.6s;
}

.menuMove {
	animation: menuMove 0.8s;
	-webkit-animation: menuMove 0.8s;
	-moz-animation: menuMove 0.8s;
	-o-animation: menuMove 0.8s;
}

.menuMove2 {
	animation: menuMove2 0.8s;
	-webkit-animation: menuMove2 0.8s;
	-moz-animation: menuMove2 0.8s;
	-o-animation: menuMove2 0.8s;
}

@keyframes animateImage {
	20% {
        transform: rotate(120deg);
       }
	80% {
    	transform: rotate(360deg);
	}
	100% {
    	transform: rotate(180deg);
	}
}
    
@-webkit-keyframes animateImage {
	20% {
    	-webkit-transform: rotate(120deg);
    	transform: rotate(120deg);
    }
	80% {
		-webkit-transform: rotate(360deg);
    	transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
    	transform: rotate(180deg);
	}
}

@-moz-keyframes animateImage {
	20% {
    	-moz-transform: rotate(120deg);
    	transform: rotate(120deg);
    }
	80% {
		-moz-transform: rotate(360deg);
    	transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(180deg);
    	transform: rotate(180deg);
	}
}

@-o-keyframes animateImage {
	20% {
    	-o-transform: rotate(120deg);
    	transform: rotate(120deg);
    }
	80% {
		-o-transform: rotate(360deg);
    	transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(180deg);
    	transform: rotate(180deg);
	}
}

@keyframes type {
  	0% {
    	width: 0;
 	}
  	99.9% {
    	border-right: .15em solid white;
  	}
  	100% {
    	border: none;
  	}
}

@-webkit-keyframes type {
	0% {
    	width: 0;
  	}
  	99.9% {
    	border-right: .15em solid white;
  	}
  	100% {
    	border: none;
  	}
}

@keyframes blink {
	50% {
    	border-color: transparent;
  	}
}

@-webkit-keyframes blink {
  	50% {
    	border-color: tranparent;
	}
}

@keyframes animateIconSc {
	0% {
		opacity: 0;
    	padding: 300px;
  	}
	50% {
		opacity: 0.7;
	}
  	100% {
		opacity: 1;
		padding: 8px;
  	}
}

@-webkit-keyframes animateIconSc {
	0% {
		opacity: 0;
    	padding: 300px;
  	}
	50% {
		opacity: 0.7;
	}
  	100% {
		opacity: 1;
		padding: 8px;
  	}
}

@-moz-keyframes animateIconSc {
	0% {
		opacity: 0;
    	padding: 300px;
  	}
	50% {
		opacity: 0.7;
	}
  	100% {
		opacity: 1;
		padding: 8px;
  	}
}

@-o-keyframes animateIconSc {
	0% {
		opacity: 0;
    	padding: 300px;
  	}
	50% {
		opacity: 0.7;
	}
  	100% {
		opacity: 1;
		padding: 8px;
  	}
}

@keyframes menuMove {
	0% {
		right: 15%;
		opacity: 0;
  	}
	50% {
		right: 0;
		opacity: 0.7;
	}
  	100% {
		right: 2%;
		opacity: 1;
  	}
}

@-webkit-keyframes menuMove {
	0% {
		right: 15%;
		opacity: 0;
  	}
	50% {
		right: 0;
		opacity: 0.7;
	}
  	100% {
		right: 2%;
		opacity: 1;
  	}
}

@-moz-keyframes menuMove {
	0% {
		right: 15%;
		opacity: 0;
  	}
	50% {
		right: 0;
		opacity: 0.7;
	}
  	100% {
		right: 2%;
		opacity: 1;
  	}
}

@-o-keyframes menuMove {
	0% {
		right: 15%;
		opacity: 0;
  	}
	50% {
		right: 0;
		opacity: 0.7;
	}
  	100% {
		right: 2%;
		opacity: 1;
  	}
}

@keyframes menuMove2 {
	0% {
		top: 10%;
		opacity: 0;
  	}
	50% {
		top: 5%;
		opacity: 0.7;
	}
  	100% {
		top: 10%;
		opacity: 1;
  	}
}

@-webkit-keyframes menuMove2 {
	0% {
		top: 10%;
		opacity: 0;
  	}
	50% {
		top: 5%;
		opacity: 0.7;
	}
  	100% {
		top: 10%;
		opacity: 1;
  	}
}

@-moz-keyframes menuMove2 {
	0% {
		top: 10%;
		opacity: 0;
  	}
	50% {
		top: 5%;
		opacity: 0.7;
	}
  	100% {
		top: 10%;
		opacity: 1;
  	}
}

@-o-keyframes menuMove2 {
	0% {
		top: 10%;
		opacity: 0;
  	}
	50% {
		top: 5%;
		opacity: 0.7;
	}
  	100% {
		top: 10%;
		opacity: 1;
  	}
}

@keyframes menuScMove {
	from {
	  	top: -50%;
	}
	to {
		top: 10%;
	}
}

@-webkit-keyframes menuScMove {
  	from {
	  	top: -50%;
	}
	to {
		top: 10%;
	}
}

@-moz-keyframes menuScMove {
  	from {
	  	top: -50%;
	}
	to {
		top: 10%;
	}
}

@-o-keyframes menuScMove {
  	from {
	  	top: -50%;
	}
	to {
		top: 10%;
	}
}

@keyframes animateOpacity {
	0% {
    	opacity: 0;
  	}
  	100% {
		opacity: 1;
  	}
}

@-webkit-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes animateOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes effectTextAnim{
	0% {
		opacity: 0;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
		opacity: 1;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
    	fill: rgba(255,255,255,0);
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
	}
	100% {
		opacity: 1;
    	fill: #FFF;
    	stroke-dashoffset: 0;
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
	}
}

@-webkit-keyframes effectTextAnim{
	0% {
		opacity: 0;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
		opacity: 1;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
    	fill: rgba(255,255,255,0);
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
	}
	100% {
		opacity: 1;
    	fill: #FFF;
    	stroke-dashoffset: 0;
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
	}
}

@-moz-keyframes effectTextAnim{
	0% {
		opacity: 0;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
		opacity: 1;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
    	fill: rgba(255,255,255,0);
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
	}
	100% {
		opacity: 1;
    	fill: #FFF;
    	stroke-dashoffset: 0;
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
	}
}

@-o-keyframes effectTextAnim{
	0% {
		opacity: 0;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
		opacity: 1;
    	fill: none;
    	stroke-dashoffset: 400;
	}
	50% {
    	fill: rgba(255,255,255,0);
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .1));
	}
	100% {
		opacity: 1;
    	fill: #FFF;
    	stroke-dashoffset: 0;
		-webkit-filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-moz-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
		-o-filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
  		filter: drop-shadow( 1px 0.5px 0.5px rgba(0, 0, 0, .2));
	}
}

@keyframes animatePage {
	0% {
		filter: blur(0rem);
    	opacity: 0;
  	}
	50% {
		filter: blur(3rem);
	}
  	100% {
		filter: blur(0rem);
		opacity: 1;
  	}
}

@-webkit-keyframes animatePage {
	0% {
		filter: blur(0rem);
    	opacity: 0;
  	}
	50% {
		filter: blur(3rem);
	}
  	100% {
		filter: blur(0rem);
		opacity: 1;
  	}
}

@-moz-keyframes animatePage {
	0% {
		filter: blur(0rem);
    	opacity: 0;
  	}
	50% {
		filter: blur(3rem);
	}
  	100% {
		filter: blur(0rem);
		opacity: 1;
  	}
}

@-o-keyframes animatePage {
	0% {
		filter: blur(0rem);
    	opacity: 0;
  	}
	50% {
		filter: blur(3rem);
	}
  	100% {
		filter: blur(0rem);
		opacity: 1;
  	}
}
/*ANIM*/