html {
	overflow-x: hidden;
}
html, body {
	font-family: 'HelveticaLTStd-Cond', 'Source Sans Pro', sans-serif;
	height: 100%;
	width: 100%;
	display: grid;
	/*overflow-x: hidden;*/
	z-index: 5000;
}

/*span { display:inline-block !important; vertical-align:middle !important; }*/

footer {
	background-color: #FFF;
	bottom: 0;
	box-shadow:
		0 -4px 0 rgba(0,0,0, 0.05),
		0 0 43px rgba(0,0,0, 0.2);
	color: #000;
	font-size: 24px;
	height: 54px;
	position: fixed;
	width: 100%;
	line-height: 54px;
	padding-left: 10%;
	padding-right: 10%;
	z-index: 2500;
}

.txt-right {
	text-align: right;
}

.inline-block {
	display: inline-block;
}

.label-love {
	background-color: #f19c9d;
	font-size: 12px;
}

.not_yet_done {
	bottom: 0;
	height: 98px;
	left: 0;
	/*line-height: 48px;*/
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 1000;

	animation: not_yet_done 3.5s;
	-webkit-animation: not_yet_done 3.5s;
}

.not_yet_done .text {
	color: #FFF;
	font-size: 48px;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}

.not_yet_done .icon {
	background-image: url('/img/icons-notyetdone.png');
	display: inline-block;
	height: 98px;
	width: 112px;
}

.background {
	background-color: #020636;
	background-image: url('/img/bg.jpg');
	background-size: initial;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 1600px) and (orientation: portrait) {
	.background {
		background-position: bottom center;
		background-size: cover;
	}
}

.bg_teasing {
	background-image: url('/img/maquette.jpg');
	background-size: contain contain;
	/*background-size: 100% 100%;*/
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	opacity: 1;

	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    animation: bg_teasing ease 5s, fading_blur ease 20s infinite;
	-webkit-animation: bg_teasing ease 5s, fading_blur ease 20s infinite;
}

@-moz-document url-prefix() {
    .bg_teasing {
		background-image: url('/img/maquette-blur.jpg');
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.col {
	padding: 10px;
}

#canvas {
	position: absolute;
	z-index: 1000;
}

.avatarRound {
	min-width: 180px;
}

.avatar {
	border: 1px solid rgba(0,0,0,0.5);
    border-radius: 100px;
    width: 157px;
    height: 158px;
    margin-left: auto;
    margin-right: auto;
}

	.avatar:hover {
		animation: swing 0.5s;
	}

	.avatar img {
		background-color: #CCC;
	    border: 1px solid rgba(0,0,0,0.6);
	    border: 1px solid rgba(155, 153, 151, 0.5);
	    border-radius: 100px;
	    width: 155px;
	    height: 158px;
	}

.name {
	color: #FFF;
	font-size: 65px;
}

.location {
	color: rgba(255,255,255,0.7);
	font-size: 25px;
	/*filter: invert(0.2);*/
}

.email {
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	/*filter: invert(0.2);*/
}

.presentation {
	margin-left: auto;
    margin-right: auto;
    padding-top: 278px;
    position: relative;
    width: 60%;
    z-index: 2000;
}

@media only screen and (max-width: 1600px) and (orientation: portrait) {
	.presentation {
		padding-top: 158px;
    	text-align: center;
		width: 70%;
	}

	.col {
		padding: 20px;
	}
}
.slogan {
	color: #f16261;
	color: #0073a5;
	font-family: 'HelveticaLTStd-BoldCond';
	font-size: 45px;
}
.shadow-effect {
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff;
}

.emoji.ai {
	/**filter: hue-rotate(300deg);**/
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.currentjob {
	color: #4d4f54;
	font-size: 35px;
}
	
	.pastjob,
	.currentjob .myjob,
	.historyjob .myjob  {
		font-family: 'HelveticaLTStd-BoldCond';
	}

	.currentjob .badge-black,
	.historyjob .badge-black {
		background-color: rgba(0,0,0,0.6);
	    color: #FFF;
	    zoom: 0.5;
	    line-height: 40px;
	    font-weight: normal;
	    vertical-align: middle;
	}
	.historyjob .badge-black {
		zoom: 0.8;
		line-height: 20px;
		opacity: 0.8;
	}

.pastjob {
	padding-top: 1em;
	font-size: 14px;
	color: #3aa8e880;
}

.historyjob {
	opacity: 0.5;
}

.network {
	text-align: center;
}

	.network .col {
		transition: padding-top 0.250s;
	}
	.network .col:hover {
		animation: rubberBand 1s;
		padding-top: 0px;
	}

.quote {
    background-color: rgba(0,0,0,0.5);
	color: #d4d4d4;
	font-size: 1.5em;
	margin-bottom: 100px;
	padding: 1em;
	position: relative;
	border-radius: 1em;
}
	.quote:hover span {
		content: attr(data-text);
		background: linear-gradient(#FFF,#FFF) left no-repeat, rgba(255, 255, 255, 1);
		background-size:0% 100%;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
		animation:reading 15s forwards linear;
	}

	@keyframes reading {
		100% {
			background-size:100% 100%;
		}
	}

.badge-love {
	background-color: #f19c9d;
    color: #FFF;
}

.badge-hosted {
	background-color: #eaeaea;
}