/** MEDIA-QUERIES **/
h1, h2, h3, h4, p, li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ico,
a {
  text-decoration: none; }

.mobileonly {
  display: none; }

.bg-menu .decor li,
nav.section-list ul li,
ul li {
  list-style-type: none; }

.link a,
.swipe {
  text-align: center; }

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

::-webkit-scrollbar {
  width: 15px; }

::-webkit-scrollbar-track {
  background: #111; }

::-webkit-scrollbar-thumb {
  background: #42cda1; }

::-webkit-scrollbar-thumb:active {
  background: #33ba8f; }

::-moz-scrollbar {
  width: 15px; }

::-moz-scrollbar-track {
  background: #111; }

::-moz-scrollbar-thumb {
  background: #42cda1; }

::-moz-scrollbar-thumb:active {
  background: #33ba8f; }

body {
  margin: 0;
  overflow: hidden; }

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0; }

a {
  color: initial; }

.title h1,
.title h2 {
  z-index: 5;
  display: block;
  margin: 0;
  text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5); }

.title {
  width: 600px;
  position: absolute;
  top: 70%;
  left: 6%;
  transform: translateY(-70%); }

.title h1 {
  font-family: Exo;
  font-weight: 700;
  font-size: 8rem;
  color: #fff;
  line-height: 1; }

.ico:before,
.title h2 {
  font-size: 2rem;
  color: #fff; }

.title h2 {
  font-family: Exo;
  font-weight: 100;
  display: inline-block; }

.title .row {
  margin-bottom: 30px; }

.title .lines span {
  display: block;
  border-radius: 5px;
  width: 20%;
  height: 5px;
  background-color: #33d9b2;
  margin-bottom: 15px; }

.title .lines span:last-child {
  transform: translateX(50%); }

nav.section-list {
  height: 100px;
  position: relative;
  z-index: 20; }

.logo {
  height: auto;
  cursor: pointer; }

.logo svg {
  width: 100%;
  height: 100%; }

nav.section-list ul {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around; }

nav.section-list ul li {
  position: relative;
  margin-left: 80px; }

.burgerMenu {
  position: relative;
  width: 60px;
  height: 30px;
  cursor: pointer; }

.bg-menu-active .burgerMenu:before {
  transform: rotate(45deg) translate3d(0, -50%, 0);
  top: 50%; }

.bg-menu-active .burgerMenu:after {
  transform: rotate(-45deg) translate3d(0, 50%, 0);
  bottom: 50%; }

.burgerMenu:after,
.burgerMenu:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }

.burgerMenu:after {
  bottom: 0; }

.burgerMenu:before {
  top: 0; }

.ico {
  font-family: fonticon;
  display: block; }

.bg-menu,
.bg-menu .nav {
  height: 100%;
  display: flex; }

.ico:hover:before {
  opacity: .4; }

.ico:before {
  transition: opacity ease .3s; }

.ico.f:before {
  content: '\E00'; }

.ico.t:before {
  content: '\E02'; }

.ico.l:before {
  content: '\E04'; }

.bg-menu {
  position: fixed;
  width: 0;
  top: 0;
  justify-content: flex-end;
  z-index: 10;
  transition: width cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  background: linear-gradient(-45deg, #12fff7, #b3ffab); }

.bg-menu-active .bg-menu {
  right: 0;
  width: 100%; }

.bg-menu .nav {
  width: 60%;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.35s; }

.bg-menu .nav .nav-list,
.bg-menu-active .bg-menu .nav .nav-list {
  transition: visibility ease-out .3s, opacity ease-out .3s, transform ease-out .3s; }

.bg-menu-active .bg-menu .nav {
  transform: translateX(0); }

.bg-menu .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-40px); }

.bg-menu-active .bg-menu .nav .nav-list {
  visibility: visible;
  opacity: 1;
  transform: translateX(0); }

.bg-menu .nav .nav-list li {
  list-style-type: none;
  transition: background-color ease .3s; }

.bg-menu .nav-list li:hover {
  background-color: #333; }

.bg-menu .nav .nav-list li:hover a {
  transform: translate(40px, 0); }

.bg-menu .nav .nav-list li a {
  transition: color ease-out 0.2s, transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  color: #ddd;
  font-size: 3.2rem;
  text-decoration: none;
  font-family: Exo;
  font-weight: 200;
  display: block;
  position: relative;
  left: 40px;
  padding: 20px 0; }

.bg-menu .decor {
  position: absolute;
  bottom: 0;
  right: 20px; }

.bg-menu .decor li.reveal {
  opacity: 1;
  transform: translateX(0);
  transition: opacity ease-out .15s, transform ease .2s; }

.bg-menu .decor li {
  position: absolute;
  opacity: 0;
  bottom: 15px;
  right: 15px;
  font-family: serif;
  font-weight: 900;
  font-size: 36vw;
  color: #444;
  transform: translateX(50px);
  line-height: .8;
  transition-duration: 0s; }

body:after,
body:before {
  content: '';
  display: block;
  background-color: #222;
  z-index: 100;
  height: 50%;
  width: 100%;
  position: fixed;
  left: 0;
  transition: transform .4s ease-out .7s; }

body:before {
  top: 0;
  transform: translateY(-101%); }

body:after {
  bottom: 0;
  transform: translateY(101%); }

body.page-is-changing:after,
body.page-is-changing:before {
  transform: translateY(0);
  transition: transform .4s ease-out; }

.tp-loading .container {
  transform: scale(0);
  transition: transform .4s ease-out .2s;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101; }

.page-is-changing .tp-loading .container {
  transform: scale(1); }

.tp-loading .item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1; }

.tp-loading .item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0; }

.tp-loading .item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1; }

.tp-loading .item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0; }

.tp-loading .item {
  animation-delay: .4s; }

.page-is-changing .tp-loading .item-1 {
  animation: item-1_move 1.5s cubic-bezier(0.6, 0.01, 0.4, 1); }

.page-is-changing .tp-loading .item-2 {
  animation: item-2_move 1.5s cubic-bezier(0.6, 0.01, 0.4, 1); }

.page-is-changing .tp-loading .item-3 {
  animation: item-3_move 1.5s cubic-bezier(0.6, 0.01, 0.4, 1); }

.page-is-changing .tp-loading .item-4 {
  animation: item-4_move 1.5s cubic-bezier(0.6, 0.01, 0.4, 1); }

.tp-loading .item {
  width: 100px;
  height: 100px;
  position: absolute;
  animation-iteration-count: 1; }

@keyframes item-1_move {
  0%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 100px); }
  50% {
    transform: translate(100px, 100px); }
  75% {
    transform: translate(100px, 0); } }

@keyframes item-2_move {
  0%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-100px, 0); }
  50% {
    transform: translate(-100px, 100px); }
  75% {
    transform: translate(0, 100px); } }

@keyframes item-3_move {
  0%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -100px); }
  50% {
    transform: translate(-100px, -100px); }
  75% {
    transform: translate(-100px, 0); } }

@keyframes item-4_move {
  0%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(100px, 0); }
  50% {
    transform: translate(100px, -100px); }
  75% {
    transform: translate(0, -100px); } }

.page-index .navigation {
  position: fixed; }

.toBlack .logo path {
  fill: #000 !important; }

.toBlack .burgerMenu:after,
.toBlack .burgerMenu:before {
  background-color: #000 !important; }

.page-competences,
.page-contact,
.page-experiences,
.page-loisirs {
  background: #88e5c7;
  height: 100vh;
  display: flex;
  position: relative; }

main > .inner {
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  margin: auto;
  background-color: #fff;
  position: relative; }

.logo {
  top: 15px;
  left: 15px;
  transform: none;
  width: 60px;
  z-index: 20;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }

.navigation {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: calc(100% - 70px);
  transform: translate(-50%, 0);
  height: 75px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center; }

.burgerMenu:after,
.burgerMenu:before {
  background-color: #000;
  border-radius: 0; }

.bg-menu-active .burgerMenu:after,
.bg-menu-active .burgerMenu:before {
  background-color: #fff !important; }

.sectionTitle:before {
  content: '';
  display: inline-flex;
  width: 0;
  height: 1px;
  background-color: #000;
  margin-right: 15px;
  transition: width ease-out .4s; }

.link a:before,
.swipe:before {
  background-color: #88e5c7;
  content: ''; }

.sectionTitle.reveal:before {
  width: 75px; }

.sectionTitle {
  position: absolute;
  top: 25px;
  left: 120px;
  font-family: Exo;
  font-weight: 200;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  z-index: 5; }

.page-experiences .article-container {
  height: 100%; }

.page-experiences article {
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  transition: visibility .3s; }

@keyframes isActive {
  from {
    transform: translateY(70px); }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes isHide {
  to {
    transform: translateY(-70px);
    opacity: 0; } }

.page-experiences article .col {
  height: calc(100% - 140px);
  width: 50%;
  position: relative; }

.page-experiences article .col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px; }

.page-experiences article .item-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.1;
  width: 80%;
  opacity: 0;
  transform: translate(0, 70px);
  transition: none; }

.page-experiences article.active {
  visibility: visible; }

.page-experiences article.active .item-title {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out .8s; }

.page-experiences article.active.hide .item-title {
  opacity: 0;
  transform: translate(0, -70px);
  transition: all ease-out .8s; }

.page-experiences article .item-desc {
  width: 80%;
  font-family: Cabin;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate(0, 70px);
  transition: none; }

.page-experiences article.active .item-desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out .8s;
  transition-delay: .1s; }

.page-experiences article.hide .item-desc {
  opacity: 0;
  transform: translate(0, -70px);
  transition: all ease-out .8s;
  transition-delay: .1s; }

.page-experiences article .link {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transform: translate(0, 70px);
  transition: none; }

.page-experiences article.active .link {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out .8s;
  transition-delay: .2s; }

.page-experiences article.hide .link {
  opacity: 0;
  transform: translate(0, -70px);
  transition: all ease-out .8s;
  transition-delay: .2s; }

.link a {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-family: Calibri;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: color .3s ease-out; }

.link a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 3px;
  width: 80%;
  transition: all ease-out .3s;
  z-index: -1; }

.link a:hover {
  color: #fff; }

.link a:hover:before {
  width: 100%;
  height: 100%; }

.page-experiences article .col:nth-child(2) {
  width: 40%; }

.page-experiences article .col:nth-child(2):before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #88e5c7;
  transition: width ease-out .8s;
  transform-origin: left top; }

.page-experiences.display article .col:nth-child(2):before {
  width: 100%; }

.page-experiences article img {
  position: absolute;
  top: -100%;
  left: 50%;
  width: 110%;
  z-index: 1;
  transform: translate(-50%, 0);
  transition: none; }

.page-experiences article.active img {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 1s; }

.page-experiences article.hide img {
  transform: translate(-50, -50%);
  top: 150%; }

.swipe-box {
  position: absolute;
  bottom: 30px;
  left: 100px;
  display: flex; }

.swipe {
  border: 3px solid #88e5c7;
  width: 120px;
  height: 45px;
  margin-right: 15px;
  color: #88e5c7;
  font-family: Poppins;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: color .15s ease-out .15s, opacity ease 1s, visibility ease 1s; }

.swipe span {
  z-index: 1;
  position: relative; }

.swipe:hover {
  color: #fff; }

.swipe:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height ease-out .3s; }

.up:before {
  bottom: 0;
  top: initial; }

.down:hover:before,
.up:hover:before {
  height: 100%; }

.page-experiences .article-container {
  display: block;
  position: initial;
  overflow: initial; }

.article-container {
  height: calc(100% - 70px);
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden; }

.page-competences .circle-wrapper {
  width: 800px;
  height: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: -360px; }

.page-competences .circle {
  flex-shrink: 0;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  margin-left: 45px;
  display: flex;
  align-items: center;
  transition: transform ease-out .5s, box-shadow .5s ease-out; }

@keyframes circle {
  from {
    transform: rotate(200deg); }
  to {
    transform: rotate(0); } }

.page-competences.display .circle {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.27);
  animation: circle ease-out 1.5s;
  transform: rotate(0); }

.page-competences .indicator {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #42cda1;
  transform: translateX(-50%); }

.page-competences .circle-wrapper ul {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.page-competences .circle-wrapper ul li {
  cursor: pointer;
  transition: transform .5s ease-out, .5s opacity ease-out;
  opacity: 0; }

.page-competences .item-title span {
  display: block;
  font-family: Cabin;
  font-weight: 400;
  font-size: 1.8rem;
  color: #222;
  text-align: right;
  opacity: .5;
  cursor: pointer;
  transition: all ease-out .5s; }

.page-competences .item-title.active span,
.page-competences.display .item-title {
  opacity: 1; }

.page-competences .item-title:nth-child(1) {
  transition-delay: .5s; }

.page-competences .item-title:nth-child(2) {
  transition-delay: .65s; }

.page-competences .item-title:nth-child(3) {
  transition-delay: .8s; }

.page-competences .item-title:nth-child(4) {
  transition-delay: .95s; }

.page-competences .item-title:nth-child(5) {
  transition-delay: 1.05s; }

.page-competences .item-title:nth-child(6) {
  transition-delay: 1.15s; }

.page-competences.display .item-title:nth-child(1) {
  transform: translateX(55px); }

.page-competences.display .item-title:nth-child(2) {
  transform: translateX(20px); }

.page-competences.display .item-title:nth-child(3) {
  transform: translateX(0); }

.page-competences.display .item-title:nth-child(4) {
  transform: translateX(20px); }

.page-competences.display .item-title:nth-child(5) {
  transform: translateX(55px); }

.page-competences.display .item-title:nth-child(6) {
  transform: translateX(80px); }

.page-competences article {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 58%;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden; }

.page-competences article.active {
  opacity: 1;
  visibility: visible; }

.page-competences article h2 {
  font-family: Cabin;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  transition: transform ease .3s, opacity ease .3s; }

.page-competences article.active h2 {
  opacity: 1;
  transform: translateY(0); }

.page-competences article h2 span {
  display: block;
  width: 0;
  background-color: #42cda1;
  height: 4px;
  margin-top: 25px;
  transition: width .3s ease .3s; }

.page-competences article.active h2 span {
  width: 40%; }

.page-competences .article-inner {
  height: 90%;
  margin-top: 45px; }

.page-competences article ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%; }

.page-competences article .item {
  max-width: 80%;
  margin: calc(4vh - 5px);
  opacity: 0;
  transform: translateY(20px);
  transition: transform ease .3s, opacity ease .3s; }

.page-competences article.active .item {
  opacity: 1;
  transform: translateY(0); }

.page-competences article .item:nth-child(0) {
  transition-delay: .6s; }

.page-competences article .item:nth-child(1) {
  transition-delay: .7s; }

.page-competences article .item:nth-child(2) {
  transition-delay: .8s; }

.page-competences article .item:nth-child(3) {
  transition-delay: .9s; }

.page-competences article .item:nth-child(4) {
  transition-delay: 1s; }

.page-competences article .item:nth-child(5) {
  transition-delay: 1.1s; }

.page-competences article .item:nth-child(6) {
  transition-delay: 1.2s; }

.page-competences article .item:nth-child(7) {
  transition-delay: 1.3s; }

.page-competences article .item h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.page-competences article .comp {
  font-family: Cabin;
  font-weight: 400;
  font-size: 1.4rem; }

.page-competences article .percentage {
  font-family: Cabin;
  color: #333;
  font-size: 1.1rem;
  font-weight: 400; }

.page-competences article .item .bar-container {
  background-color: #eaeaea;
  height: 8px;
  margin-top: 3px; }

.page-competences article .item .bar-container div {
  background-color: #42cda1;
  height: 100%;
  width: 0;
  transition: width ease-out .6s; }

.page-index article {
  background-color: #252525;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.page-index header {
  height: 100vh;
  position: relative;
  overflow: hidden; }

.page-index .title-container {
  position: absolute;
  left: 50px;
  bottom: 150px; }

.page-index header:before {
  content: '';
  width: 50vw;
  height: 50vw;
  min-width: 500px;
  min-height: 500px;
  background-color: #1F1F1F;
  position: absolute;
  right: -5%;
  top: -10%;
  z-index: 0;
  transform-origin: center center;
  animation: rotate linear 20s infinite; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

.page-index .decor2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.page-index header:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 120px;
  background-color: #fff;
  transform: translate(-50%, 0); }

.page-index .quote .srLine,
.page-index .title .srLine {
  background-color: #778899; }

.linereveal {
  position: relative;
  overflow: hidden; }

.linereveal .srLine {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  background-color: #42cda1;
  z-index: 1; }

@keyframes srLine {
  30%,
  70% {
    right: 0; }
  100% {
    right: -100%; } }

.linereveal.reveal .srLine {
  animation: srLine ease-out 1.3s forwards; }

@keyframes spanR {
  to {
    transform: translateY(0); } }

.linereveal .linereveal-inner {
  display: block;
  transform: translateY(100%); }

.linereveal.reveal .linereveal-inner {
  animation: spanR .6s ease-out .7s forwards; }

.page-index header p {
  width: 80%;
  font-size: 1.7rem;
  font-family: Helvetica;
  font-weight: 100;
  color: #c9c8c8;
  max-width: 1000px;
  position: relative;
  z-index: 2; }

.page-index section {
  position: relative;
  margin: 150px 0; }

.page-index .section2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0; }

.page-index .section2 .img {
  left: 0; }

.page-index .section2 .img div {
  background-image: url(/images/learn.jpg); }

.page-index .para {
  width: calc(100% - 170px);
  height: 1000px;
  background-color: #fff;
  position: relative; }

.page-index .para:after {
  content: '';
  display: block;
  width: calc(170 * .7px);
  height: calc(170 * .7px);
  background-color: #8fbc8f;
  position: absolute;
  bottom: -85px;
  left: 50%; }

.page-index .section2 .para:after {
  right: 50%;
  top: -85px;
  background-color: #87ceeb; }

.page-index .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(1000px - 170 * 2px);
  height: calc(1000px - 170 * 2px);
  background-color: #2f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.page-index .img:after,
.page-index .img:before {
  display: block;
  position: absolute;
  content: ''; }

.page-index .img:after {
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #87cefa;
  z-index: 3;
  transition: all ease-out .8s; }

.page-index .img.reveal:after {
  top: -100%; }

.page-index .img div {
  width: 100%;
  height: 100%;
  background-image: url(/images/readyforjob.jpg);
  background-position: center;
  background-size: cover;
  transform: translateY(100%);
  transition: all ease-out .5s; }

.page-index .img.reveal div {
  transform: translateY(0); }

.page-index .img:before {
  z-index: 2;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #fff; }

.page-index .para-inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(90% - ((1000px - 170 * 2px) - 170px) - 50px); }

.page-index .section1 .para-inner {
  left: 10%; }

.page-index .section2 .para-inner {
  right: 10%; }

.page-index .para h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px; }

.page-index .para p {
  font-family: Cabin;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2a2a2a; }

.page-index .catchphrase {
  letter-spacing: 2px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  border-right: 1px solid #252525;
  font-family: Poppins;
  font-weight: 300; }

.page-index .catchphrase .quote {
  display: inline-block;
  font-size: 2rem;
  font-style: italic; }

.page-index .catchphrase .author {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 2rem; }

.page-index .decor1 {
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end; }

.page-index .decor1 div {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center; }

.page-index .decor1 div:before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  background-color: #87ceeb; }

.page-index .section2 .decor1 div:before {
  background-color: #8fbc8f; }

.page-index .section2 .decor1 {
  justify-content: flex-start;
  bottom: 0;
  top: initial; }

.page-index footer {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525; }

.page-index footer p {
  width: 80%;
  font-family: Calibri;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 30px; }

.page-index {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh; }

.normal-link {
  color: #42cda1;
  position: relative; }

.normal-link:before {
  content: '';
  width: 0;
  height: 50%;
  background-color: rgba(66, 205, 161, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease-out .3s; }

.normal-link:hover:before {
  width: 100%;
  left: 0; }

.page-contact .logo path,
.page-index .logo path {
  fill: #fff;
  transition: fill cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }

.page-contact .burgerMenu:after,
.page-contact .burgerMenu:before,
.page-index .burgerMenu:after,
.page-index .burgerMenu:before {
  background-color: #fff; }

.page-loisirs article .illu {
  width: 55%;
  position: relative;
  overflow: hidden; }

.page-loisirs .desc {
  width: 60%;
  position: relative; }

.page-loisirs article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.page-loisirs article {
  width: 90%;
  height: 90%;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  justify-content: center; }

.page-loisirs .illu:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: right ease-out .5s;
  z-index: 5; }

.page-loisirs .active.hide .desc-inner,
.page-loisirs article .desc-inner {
  width: 0;
  transition: width .3s ease-out .7s; }

.page-loisirs .active.hide .illu:before {
  right: 0; }

.page-loisirs .active .illu:before {
  right: -100%; }

.page-loisirs article.active {
  opacity: 1;
  visibility: visible; }

.page-loisirs article .desc-inner {
  background-color: #e4e4e4;
  position: absolute;
  right: 0;
  bottom: 85px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.page-loisirs .active .desc-inner {
  width: 100%;
  transition: width .3s ease-out .25s; }

.page-loisirs .active.hide h1,
.page-loisirs article h1 {
  transform: translate(0, -80%);
  opacity: 0;
  transition: transform .2s ease-out .25s, opacity .2s ease-out .25s; }

.page-loisirs article h1 {
  position: absolute;
  top: 0;
  font-family: Exo;
  font-size: 5rem; }

.page-loisirs .active h1 {
  transform: translate(0, -60%);
  opacity: 1;
  transition: transform .2s ease-out .6s, opacity .2s ease-out .6s; }

.page-loisirs .active.hide .desc p,
.page-loisirs article .desc p {
  opacity: 0;
  transition: opacity .2s ease-out .5s; }

.page-loisirs article .desc p {
  font-size: 1.2rem;
  font-family: Poppins;
  position: absolute;
  width: 80%;
  left: 30%;
  bottom: 20%;
  transform: translate(-30%, 0);
  line-height: 1.6; }

.page-loisirs .active .desc p {
  opacity: 1;
  transition: opacity .2s ease-out .8s; }

.page-contact {
  background: linear-gradient(-45deg, #12fff7, #b3ffab); }

.page-contact .inner {
  background: 0 0; }

.page-contact article {
  width: 85%;
  height: 95%;
  margin: auto;
  position: relative; }

.page-contact .form-container {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  transition: transform ease-out .7s, box-shadow .7s 1.5s;
  transform: scaleX(0);
  transform-origin: left; }

.page-contact.display .form-container {
  transform: scaleX(1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.page-contact .contact-box,
.page-contact form {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute; }

.page-contact .form-container > * {
  opacity: 0;
  transition: opacity .5s ease-out .7s; }

.page-contact.display .form-container > * {
  opacity: 1; }

.page-contact .contact-box {
  background-color: #2f4f4f;
  z-index: 1;
  left: 0;
  width: 0;
  max-width: 470px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: width .7s ease-out 1s, box-shadow .7s 1.5s;
  left: 50%;
  transform: translate(-50%, -50%); }

.page-contact.display .contact-box {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.page-contact .contact-box > * {
  opacity: 0;
  transition: opacity .5s ease-out 1.7s; }

.page-contact.display .contact-box > * {
  opacity: 1; }

.page-contact .link-list {
  width: 80%; }

.page-contact .link-list li {
  margin-bottom: 10%; }

.page-contact .link-list a {
  color: rgba(255, 255, 255, 0.5);
  font-family: Exo;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: color ease .3s; }

.page-contact .link-list li:hover a {
  color: #fff; }

.page-contact .link-list a:before {
  font-family: fonticon;
  font-size: 1.5rem;
  color: inherit;
  margin-right: 25px; }

.page-contact .place a:before {
  content: '\E2'; }

.page-contact .mail a:before {
  content: '\E1'; }

.page-contact .tel a:before {
  content: '\E0'; }

.page-contact .codepen a:before {
  content: '\E08'; }

.page-contact .cv a:before {
  content: '\E7'; }

.page-contact .linkedin a:before {
  content: '\E04'; }

.page-contact .contact-box h1 {
  font-family: Poppins;
  font-size: 2rem;
  width: 80%;
  color: #fff; }

.page-contact form {
  right: 3%;
  min-height: 80%;
  max-height: 100%;
  width: calc((100% + 100px) *(1 - .37) - 3% - 4%); }

.page-contact form > * {
  margin-bottom: 15px; }

.page-contact form h1 {
  color: #2f4f4f;
  font-size: 2rem;
  font-family: Poppins;
  margin-bottom: 5px; }

.page-contact form h2 {
  font-family: Calibri;
  font-weight: 400;
  font-size: 1rem;
  color: #555; }

.page-contact .inputA,
.page-contact textarea {
  width: 80%;
  background-color: #efefef;
  transition: background ease .1s;
  font-family: Cabin;
  font-size: 1rem;
  color: #aaa;
  outline: 0;
  border: none; }

.page-contact .inputA {
  height: 40px;
  padding: 4px 7px; }

.page-contact textarea {
  resize: none;
  padding: 7px; }

.page-contact .inputA:focus,
.page-contact textarea:focus {
  background-color: #e7e7e7; }

.page-contact .inputA::placeholder,
.page-contact textarea::placeholder {
  font-family: Cabin;
  font-size: 1rem;
  color: #aaa; }

.page-contact .submit {
  display: block;
  width: 160px;
  height: 50px;
  background: linear-gradient(45deg, #12fff7, #b3ffab);
  transition: box-shadow ease .1s;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Exo;
  font-weight: 900;
  font-size: 1.2rem;
  cursor: pointer;
  margin-bottom: 0;
  outline: 0;
  border: none; }

.page-contact .sorry {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #ad4b4b;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px; }

.page-contact .sorry svg {
  margin-right: 10px; }

.page-contact .sorry p {
  color: #fff;
  font-family: monospace;
  font-weight: 500;
  font-size: 1.4rem; }

main .inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: calc(100% - 70px);
  width: 100%;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 1s, visibility ease-out 1s; }

.page-is-changing2 .inner:before {
  opacity: 1;
  visibility: visible; }

.sectionTitle span {
  transform: translate(0, 15px);
  opacity: 0;
  transition: transform .4s ease-out .4s, opacity .4s ease-out .4s; }

.sectionTitle.reveal span {
  transform: translate(0, 0);
  opacity: 1; }

.page-is-changing2 .sectionTitle.reveal span {
  transition: transform .4s ease-out .6s, opacity .4s ease-out .6s;
  transform: translate(0, -15px);
  opacity: 0; }

.page-is-changing2 .sectionTitle.reveal:before {
  width: 0;
  transition: width .4s ease-out 1s; }

@media screen and (max-width: 1400px) {
  .page-index .title h1 {
    font-size: 7rem; }
  .page-index .img {
    width: calc(900px - 170 * 2px);
    height: calc(900px - 170 * 2px); }
  .page-index .para {
    height: 900px; }
  .page-index .para-inner {
    width: calc(90% - ((900px - 170 * 2px) - 170px) - 50px); }
  .page-index .catchphrase {
    font-size: 4rem; }
  .page-index .footer p {
    font-size: 2rem; }
  .page-loisirs .img h1 {
    font-size: 3.6rem; } }

@media screen and (max-width: 1200px) {
  .page-index .title h1 {
    font-size: 6rem; }
  .page-index .img {
    width: calc(800px - 170 * 2px);
    height: calc(800px - 170 * 2px); }
  .page-index .para {
    height: 800px; }
  .page-index .para-inner {
    width: calc(90% - ((800px - 170 * 2px) - 170px) - 50px); }
  .page-index .para-inner p {
    font-size: 1.4rem; }
  .page-index .para-inner h2 {
    font-size: 2.5rem; }
  .page-index .catchphrase {
    font-size: 3.6rem; }
  .page-index .footer p {
    font-size: 1.8rem; }
  .page-competences .circle {
    width: 600px;
    height: 600px; }
  .page-competences .circle-wrapper ul {
    height: 65%; }
  .page-competences article {
    top: 20%;
    transform: translateY(-20%); } }

@media screen and (max-width: 900px) {
  .page-contact .contact-box h1,
  .page-contact form h1 {
    font-size: 1.6rem; } }

@font-face {
  font-family: fonticon;
  src: url(fonts/fonticon.ttf); }

@font-face {
  font-family: Exo;
  src: url(fonts/Exo-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: Lato;
  src: url(fonts/Lato-Regular.ttf); }

@font-face {
  font-family: Exo;
  src: url(fonts/Exo-Thin.ttf);
  font-weight: 100; }

@font-face {
  font-family: Cabin;
  src: url(fonts/Cabin-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: Cabin;
  src: url(fonts/Cabin-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-LightItalic.ttf);
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: Exo;
  src: url(fonts/Exo-Light.ttf);
  font-weight: 200; }

@media screen and (max-width: 1023px) {
  .page-index section {
    background-color: #fff; }
    .page-index section.section1 {
      padding-top: 50px; }
    .page-index section.section2 {
      padding-bottom: 50px; }
    .page-index section .decor1 {
      height: 120px; }
      .page-index section .decor1 > div {
        width: 120px;
        height: 120px; }
    .page-index section .para {
      width: 100%;
      height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-index section .para:after {
        content: none;
        display: none; }
      .page-index section .para .para-inner {
        width: calc(100% - 100px);
        left: auto;
        top: auto;
        position: static;
        transform: none; }
    .page-index section .img {
      display: none;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      transform: none; }
  .page-index .catchphrase .quote {
    font-size: 1.5rem; }
  .page-index .catchphrase .author {
    font-size: 1.5rem; }
  .page-index footer p {
    font-size: 1.5rem; }
  .swipe-box {
    left: 50%;
    transform: translate(-50%, 0); }
  .page-experiences article {
    flex-direction: column; }
    .page-experiences article .col {
      height: calc(50% - 100px);
      width: calc(100% - 100px); }
      .page-experiences article .col:nth-child(2) {
        width: calc(100% - 140px);
        height: calc(50% - 130px);
        overflow: hidden; }
        .page-experiences article .col:nth-child(2) img {
          width: 80%; }
  .page-competences article ul {
    flex-wrap: nowrap; }
    .page-competences article ul .item {
      margin: 15px; }
  .page-competences .circle-wrapper {
    width: 700px; }
  .page-competences .item-title span {
    font-size: 1.3rem; }
  .page-loisirs article {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    .page-loisirs article .desc {
      width: calc(100% - 30px);
      height: calc(50% - 10px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-loisirs article .desc .desc-inner {
        bottom: auto;
        left: auto;
        position: relative;
        height: calc(50% + 50px); }
    .page-loisirs article .illu {
      width: calc(100% - 30px);
      height: calc(50% - 50px); } }

@media screen and (max-width: 767px) {
  .mobileonly {
    display: block !important; }
  main > .inner {
    width: calc(100% - 10px);
    height: calc(100% - 10px); }
  .bg-menu .nav {
    width: 90%; }
    .bg-menu .nav .nav-list li a {
      font-size: 2.5rem;
      padding: 10px 0; }
  .page-index header:before {
    display: none;
    animation: none; }
  .page-index header:after {
    height: 70px; }
  .page-index .title {
    width: 100%; }
    .page-index .title h1 {
      font-size: 3.4rem; }
  .page-index section .para {
    height: auto;
    padding: 60px 0; }
    .page-index section .para .para-inner {
      width: calc(100% - 20px); }
      .page-index section .para .para-inner h2 {
        font-size: 2rem;
        line-height: 2rem; }
  .page-index footer {
    height: auto;
    padding: 15px 0; }
  .page-experiences article .item-title {
    font-size: 2.5rem; }
  .page-experiences article .item-desc {
    width: 100%;
    text-align: center; }
  .page-experiences article .col {
    width: calc(100% - 30px); }
    .page-experiences article .col:nth-child(2) {
      display: none; }
  .page-competences.display .item-title {
    transform: none !important; }
  .page-competences .article-inner {
    margin-top: 15px; }
  .page-competences .circle-wrapper {
    width: auto;
    right: 5px; }
    .page-competences .circle-wrapper .circle {
      display: none; }
  .page-competences article .comp {
    font-size: 1.1rem; }
  .page-loisirs .active h1 {
    transform: translate(-50%, -60%); }
  .page-loisirs .active.hide h1 {
    transform: translate(-50%, -80%); }
  .page-loisirs article {
    width: 100%; }
    .page-loisirs article h1 {
      font-size: 1.5rem;
      left: 50%;
      transform: translate(-50%, -80%); }
    .page-loisirs article .desc {
      width: calc(100% - 10px); }
      .page-loisirs article .desc .desc-inner {
        padding: 10px; }
      .page-loisirs article .desc p {
        position: static;
        transform: none;
        width: 100%;
        overflow-y: scroll; } }

