.scroll {
    display: none;
}
#projets header:hover {
    cursor: pointer;
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 2px 40px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -ms-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -moz-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -webkit-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -o-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
}
.social-media a, #intro-card a, input[type="submit"], footer section a {
    -ms-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -moz-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -webkit-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -o-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
}
.social-media a:hover, #intro-card a:hover, input[type="submit"]:hover, footer section a:hover {
    transform: translate3d(0, 0, 0);
    transform: translateY(-3px);
    -ms-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -moz-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -webkit-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -o-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
}
 @ keyframes slide-right {
0% {
 opacity: 0;
 margin-left: -5%;
}
 100% {
opacity :
 1;
margin-left :
 0;
}
}
@ keyframes link-slide-right {
0% {
 opacity: 0;
 margin-left: 5rem;
}
 100% {
opacity :
 1;
margin-left :
 6 rem;
}
}
@ -moz-keyframes shadow {
0% {
 -ms-box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
}
 100% {
-ms-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -moz-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -webkit-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -o-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
}
}
@ -webkit-keyframes shadow {
0% {
 -ms-box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
}
 100% {
-ms-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -moz-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -webkit-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -o-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
}
}
@ keyframes shadow {
0% {
 -ms-box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
}
 100% {
-ms-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -moz-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -webkit-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 -o-box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
 box-shadow :
 0 px 0 px 40 px 0 px rgba (0, 0, 0, 0 .3 );
}
}
@ keyframes rpart {
0% {
 right: -100%;
}
 100% {
right :
 0;
}
}
.close:hover {
    cursor: pointer;
}
.p-content {
    opacity: 0;
    z-index: -1;
}
.p-toggle {
    opacity: 1 !important;
    z-index: 1 !important;
}
/*a.col2, img.col2 {
    opacity: 0;
    right: -10%;
}
.col1 {
    opacity: 0;
    left: 0;
}*/
.list-toggle {
    opacity: 1 !important;
    left: 5% !important;
    -ms-transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.2s;
    -moz-transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.2s;
    -webkit-transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.2s;
    -o-transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.2s;
    transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.2s;
}
.typed-cursor {
    opacity: 1;
    -ms-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -webkit-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
 @ keyframes blink {
0% {
 opacity: 1;
}
 50% {
opacity :
 0;
}
100% {
opacity :
 1;
}
}
@ -webkit-keyframes blink {
0% {
 opacity: 1;
}
 50% {
opacity :
 0;
}
100% {
opacity :
 1;
}
}
@ -moz-keyframes blink {
0% {
 opacity: 1;
}
 50% {
opacity :
 0;
}
100% {
opacity :
 1;
}
}
#pagination li:hover {
    cursor: pointer;
    color: #fff !important;
}
#pagination {
    opacity: 0;
    transform: translateY(-10%);
    z-index: 1;
}
#pagination li.active {
    background-color: #064670;
    color: #fff !important;
}
.show-pagination {
    opacity: 1 !important;
    transform: translateY(10%) !important;
    transition: 1s cubic-bezier(0.55, -0.03, 0, 1);
    z-index: 2;
}
/*img.col2 {
    opacity: 0;
    left: 550px;
}*/
.mockup-toggle {
    opacity: 1 !important;
    right: 5% !important;
    transition: 0.6s cubic-bezier(0.55, -0.03, 0, 1) 0.6s;
}
.close-msg {
    text-indent: -9999px;
    background: url("../images/icon-close-msg.svg") no-repeat;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 2px;
    left: 5px;
    z-index: 2;
}
.close-msg:hover {
    cursor: pointer;
}
.social-media {
    text-align: center; /*padding: 1rem 0;*/
}
.social-media a {
    text-indent: -9999px;
    display: inline-block;
    margin: 1rem;
    width: 85px;
    height: 79px;
}
.social-media a:first-of-type {
    background: url(../images/apple.png) no-repeat;
    width: 65px;
}
.social-media a:nth-of-type(2) {
    background: url(../images/windows32bit.png) no-repeat;
}
.social-media a:nth-of-type(3) {
    background: url(../images/windows64bit.png) no-repeat;
}
.social-media a:last-of-type {
    background: url(../images/chrome.png) no-repeat;
    width: 67px;
}
footer section {
    text-align: center;
}
.icon-footer {
    text-indent: -9999px;
    display: inline-block;
    margin: 0rem auto;
    padding: 1rem 0;
    width: 35px;
    height: 35px;
}
.projet {
    padding: 1rem;
    display: block;
}
.projet header {
    display: none;
}
.projet .p-content img {
    max-width: 100%;
}
img.slide-image {
    width: 52%;
    height: auto;
    position: absolute;
    left: 43%;
    top: 15%;
    overflow: hidden;
}
.role-list {
    padding: 1rem 0;
}
.role-list li {
    padding: 0.5rem;
    position: relative;
}
.role-list li:before {
    color: #194862;
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.p-content ol, ul {
    list-style: none;
}
.helppage-outter ol, ul {
    list-style: none;
}
#portfolio ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#top, #about, #bottom-card {
    background-color: #fff;
}
#bottom, #card-bottom {
    background-color: #194862;
}
nav {
    display: none;
}
#top p:first-of-type {
    font: 5rem;
    text-align: center;
    text-indent: 1.3rem;
    color: rgba(32, 32, 32, 0.1);
    padding: 3rem 0;
}
#top h1, #top p:nth-of-type(2) {
    font: 1.3rem/2rem;
    text-align: center;
    padding: 0 6rem;
}
#top h1 span, #top h1 .typed, #top p:nth-of-type(2) span, #top p:nth-of-type(2) .typed {
    color: #E0463C;
}
#about {
    text-align: center;
    padding: 1.5rem 0;
}
#about h2 {
    font: 2rem;
    text-transform: uppercase;
    padding: 0rem 1rem 1rem;
}
#about p {
    font: 1.1rem/2rem;
    padding: 0 1rem;
    line-height: 22px;
    width: 70%;
    display: inline-block;
}
#about blockquote {
    font: 1.3rem/2rem;
    letter-spacing: .25rem;
    color: #E0463C;
    padding: 2rem 3rem 0;
}
#me h2 {
    color: #2089ca;
    font-size: 20px;
}
#stalk h2 {
    color: #2089ca;
    font-size: 20px;
}
#portfolio h2 {
    font: 2rem;
    text-transform: uppercase;
    color: #2089ca;
}
#portfolio>p {
    font: 1.1rem/2rem;
    color: #202020;
    padding: 0 2rem 2rem;
}
.p-id {
    font: 14px;
    color: #fff;
    font-size: 16px;
}
.col1 p:last-of-type {
    border-bottom: 1px solid #FFF;
}
.projet {
    margin: 3rem;
}
.projet header {
    display: none;
}
.projet h3, .projet p:last-of-type {
    letter-spacing: .2rem;
    color: #FFF;
}
.projet h3 {
    font: 1.4rem;
    color: #FFF !important;
}
.projet p:last-of-type {
    font: 1rem;
}
#pagination, .close {
    display: none;
}
.p-content {
    background-color: #1f86c9;
    padding: 3rem;
}
.role-list li {
    font-size: 1rem;
    color: #FFF;
}
footer h3 {
    font: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .6rem;
    padding: 1rem 0 0;
}
#card-top h3 {
    color: rgba(32, 32, 32, 0.5);
}
#card-bottom {
    padding: 1rem 0;
}
#card-bottom h3 {
    color: rgba(255, 255, 255, 0.5);
}
#card-bottom #mailto {
    font: 0.9rem;
    text-align: center;
    letter-spacing: .3rem;
    text-decoration: none;
    color: #FFF;
    margin: 1rem 0 2rem;
    display: block;
}
footer h2 {
    font: 0.9rem;
    text-align: center;
    color: #FFF;
    padding: 5rem 0 2rem;
}
#top {
    padding: 15rem 0 0;
    position: relative;
}
#top p:first-of-type {
    padding: 2rem 0;
}
#intro-card {
    background-color: #F3F3F3;
    -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    width: 500px;
    height: 250px;
    margin: 0 auto;
}
#bottom {
    padding: 15rem 0 6rem;
}
#about {
    text-align: initial;
}
#about article {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
#me {
    text-align: right;
}
#about .social-media {
    text-align: right; /*padding: 1rem 2rem;*/
}
#portfolio>p {
    font-size: 1.1rem;
    width: 50%;
}
.role-list li {
    line-height: 2rem;
}
footer p {
    padding: 6rem 0 0;
}
#portfolio h2, #portfolio>p {
    text-align: center;
    margin: 0 auto;
    width: 25%;
}
#top {
    height: 100vh;
    padding: 0;
}
#top .wrap-content {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top p:first-of-type {
    font-size: 52px;
    color: #2f2f2f;
    text-indent: -0.5rem;
    padding: 3rem 6rem;
}
#top h1, #top p:last-of-type {
    text-align: left;
}
#top p:last-of-type {
    width: 60%;
}
#top a {
    margin: 6rem;
}
#l-part, #r-part {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#l-part {
    left: 0;
    z-index: 3;
}
#r-part {
    background-image: url(../images/nbc.jpg);
    background-position: 10% 70%;
    background-repeat: no-repeat;
    right: 0;
    z-index: 1;
}
#r-part:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 200px 0 0;
    border-color: #F3F3F3 transparent transparent transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#portfolio {
    background-color: transparent;
    position: relative;
}
#portfolio h2 {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
#portfolio>p {
    font-size: 1.3rem;
    line-height: 2.3rem;
}
.projet {
    vertical-align: top;
    padding: 7px;
    margin: 0px 0px 10px 0px; /*cursor: pointer;*/
}
#projets {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
#projets header {
    width: 140px;
    height: 100px;
    background-color: #1f86c9;
    padding: 2rem;
    display: block;
    box-sizing: unset;
}
#projets header h3 {
    color: #FFF;
    cursor: pointer;
    font-size: 1.1rem;
}
.p-content {
    background-color: #1f86c9;
    padding: 5rem;
    margin: 0 auto;
    position: fixed;
    top: 5%;
    left: 10%;
    -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    bottom: 5%;
    right: 10%;
    overflow: hidden;
}
.col1 {
    width: 35%;
    position: absolute;
    top: 15%;
}
.col2 {
    display: block;
    position: absolute;
    top: 15%;
    z-index: 1;
    width: 50%;
    right: 0 !important;
    left: 45%;
}
.close {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
}
.role-list li {
    line-height: 1.3rem;
    font-size: 14px;
    display: table; /*margin-left: 48px;*/
}
#pagination {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: calc(5% + 2px);
    right: calc(10% + 27px);
}
#pagination li {
    text-align: center;
    background-color: #F3F3F3;
    width: 40px;
    height: 26px;
    margin: 5px;
    border-radius: 4px;
    padding-top: 13px;
    border: 1px solid #1f86c9;
    box-sizing: unset;
}
#pagination li:hover {
    background-color: #064670;
}
#pagination li:hover a {
    color: #fff;
}
.number:hover {
    color: #fff;
}
.number {
    font: 2.5rem;
}
.p-name {
    opacity: 0;
}
.p-name p:first-of-type {
    font: 1.4rem;
    letter-spacing: .3rem;
    color: #194862;
}
.p-name p:last-of-type {
    font: 1rem;
    letter-spacing: .3rem;
    color: rgba(25, 72, 98, 0.6);
}
footer section {
    margin-top: 4rem;
}
footer h2 {
    padding: 5rem 0 1rem;
}
#intro-card {
    width: 1100px;
    height: 700px;
}
#r-part {
    background-image: url(../images/nbc-desktop.jpg);
}
#r-part:after {
    border-width: 700px 200px 0 0;
}
#about blockquote {
    font-size: 1.5rem;
    line-height: 3.5rem;
    padding: 2rem 3rem 0 45rem;
}
.col2 {
    top: 130px;
    right: -10%;
}
#bottom h3 {
    font-size: 2.4rem;
}
#bottom label, #bottom a#mailto, #bottom p {
    font-size: 1.3rem;
}
footer h2 {
    font-size: 1.4rem;
}
.offlineicon {
    float: left;
    margin-right: 19px;
    margin-top: 6px;
    text-align: center;
    width: 37px;
    padding-bottom: 5px;
}
/*.navigation, #absfoo, #icue_footer {
	z-index: -1;
}
*/
#stalk a {
    font-weight: bold;
    font-size: 14px;
    color: #2089ca;
    text-decoration: none;
}
#me a {
    font-weight: bold;
    font-size: 14px;
    color: #2089ca;
    text-decoration: none;
}
.helppage-outter {
    margin: 10px auto;
    width: 100%;
    max-width: 1200px;
}
.helppage-title {
    text-align: center;
    font-size: 16px;
    color: #2089ca;
    line-height: 70px;
}
.helppage-title2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #1f86c9;
    font-weight: bold;
    padding: 18px;
    padding-bottom: 40px;
}
.contents-outter {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.content-part {
    width: 33%;
    float: left;
    padding-bottom: 13px;
    display: flex;
    min-height: 115px;
}
.content-image {
    width: 65px;
    text-align: left;
    display: inline-block;
}
.inside-content {
    width: 85%;
    width: calc(100% - 70px);
    display: inline-block;
    box-sizing: border-box;
    padding-left: 5px;
}
.insidecontent-top {
    width: 90%;
    font-weight: bold;
    color: #1f86c9;
    padding-bottom: 4px;
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-top: 7px;
}
.insidecontent-bottom {
    width: 90%;
}
.content-image img {
    width: 61px;
}
.leftarrow {
    float: left;
    margin-top: 250px;
    position: absolute;
    left: 25px;
}
.rightarrow {
    float: right;
    margin-top: 250px;
    position: absolute;
    right: 25px;
}
.nav nav {
    display: block;
}
.offlineapp {
    width: 140px;
    height: 100px;
    background-color: #1f86c9;
    padding: 2rem;
    display: block;
    box-sizing: unset;
    text-decoration: none;
}
.offlineapp h3 {
    color: #FFF;
    cursor: pointer;
    font-size: 1.1rem;
}
#pagination li a {
    text-decoration: none;
}
#pagination li.active:hover {
    color: #fff !important;
}
.offlineapp:hover {
    cursor: pointer;
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 2px 40px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    -ms-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -moz-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -webkit-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    -o-transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
    transition: 0.2s cubic-bezier(0.55, -0.03, 0, 1);
}
.offlineapp .p-content {
    background-color: #1f86c9;
    padding: 5rem;
    margin: 0 auto;
    position: fixed;
    top: 5%;
    left: 10%;
    -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    bottom: 5%;
    right: 10%;
    overflow: hidden;
}
.list-toggle h3, .col1 h3 {
    color: #FFF !important;
    font-size: 16px;
}
#pagination li.active a {
    color: #fff !important;
}
#pagination li a:hover {
    color: #fff !important;
}
.sub-head {
    color: #FFF;
    font-size: 14px;
}
