@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300&family=Rubik+Mono+One&family=Rubik:ital,wght@1,800&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

:root {
  font-size: 10px;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
  /* 16px */
  height: 100%;
  line-height: 1.375rem;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-size: 1em;
  min-height: 100vh;
  /* la hauteur de body est forcée au minimum à celle du viewport, corrige les problèmes d'affichage de background si appliqué à body */
  /**
      * Gestion de l'optimisation des polices par le moteur de rendu
      *  auto : laisse le moteur de rendu déterminer la meilleure méthode
      *  optimizeLegibility : activation du crénage et des ligatures - affecte les performances d'affichage de la page et accentue l'effet FOUT, à n'utiliser que pour les textes courts < 1000 mots
      *  optimizeSpeed : désactivation du crénage et des ligatures - accélère la vitesse de rendu de la page au détriment de la lisibilité
      *  geometricPrecision : 
      * https://developer.mozilla.org/fr/docs/Web/CSS/text-rendering
      * https://css-tricks.com/almanac/properties/t/text-rendering/
      */
  text-rendering: optimizeSpeed;
  /**
      * Lissage des fonts (antialiasing) et hinting
      * https://szafranek.net/blog/2009/02/22/font-smoothing-explained/
      * https://developer.mozilla.org/fr/docs/Web/CSS/font-smooth
      */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Adaptation automatique des images à leurs conteneurs */
img {
  height: auto;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  height: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-template-areas: "cardMe" "cardContact" "speech" "task" "contact" "citation";
}

@media only screen and (min-width: 540px) {
  .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "cardMe cardContact" "cardMe speech" "task contact" "task citation";
  }
}

@media only screen and (min-width: 990px) {
  .container {
    padding: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "cardMe cardContact task" "cardMe speech contact" "cardMe . citation";
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 70%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "cardMe cardContact task" "cardMe speech contact" "cardMe . citation";
  }
}

.cardMe {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: cardMe;
}

.cardContact {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: cardContact;
}

.speech {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: speech;
}

.task {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: task;
}

.contact {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: contact;
}

.citation {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: citation;
}

body {
  width: 100%;
  height: 100%;
  background-color: #3f00ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

*:hover {
  touch-action: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  touch-action: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

bubles {
  border-radius: 100%;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  background-color: #c6c6c6;
  box-shadow: 10px 10px 30px #ffffff, -10px -10px 30px #c5c5c5;
  animation: colorgen 1s infinite;
}

@keyframes colorgen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

h1 {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 4em;
}

h2 {
  font-family: "Rubik", sans-serif;
  font-size: 2.6em;
  padding: 10px 0px;
  min-width: 300px;
}

h3 {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 2.6em;
  padding: 10px 0px;
  letter-spacing: 1px;
}

h4 {
  font-family: "Rubik", sans-serif;
  font-size: 2em;
  padding: 10px 0px;
}

p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4,
p {
  color: white;
  position: relative;
  z-index: 100;
}

a {
  color: white;
  position: relative;
  z-index: 100;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -0.285em #3460ff;
  box-shadow: inset 0 -0.285em #3460ff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

a:hover,
a:active {
  -webkit-box-shadow: inset 0 -0.8em #3460ff;
  box-shadow: inset 0 -0.8em #3460ff;
  font-weight: bold;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

ul {
  font-size: 14px;
  text-decoration: none;
  font-family: "Oxygen", sans-serif;
  color: white;
  margin: 30px 0px;
}

ul li {
  list-style: none;
  line-height: 1.5;
}

ul li:first-child {
  font-weight: bold;
}

.citation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.citation span {
  padding: 10px;
  width: 250px;
  font-family: Rubik Mono One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.citation:hover,
.citation:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card {
  margin: 15px;
  padding: 25px;
  background: #3f00ff;
  -webkit-box-shadow: -62.1517px 52.1515px 162.267px rgba(13, 0, 51, 0.2995),
    inset 21.6841px -18.1951px 28.3065px #3900e8,
    inset -21.6841px 18.1951px 28.3065px #4400ff;
  box-shadow: -62.1517px 52.1515px 162.267px rgba(13, 0, 51, 0.2995),
    inset 21.6841px -18.1951px 28.3065px #3900e8,
    inset -21.6841px 18.1951px 28.3065px #4400ff;
  border-radius: 15px;
  position: relative;
}

.card.cardMe {
  max-height: 636px;
}

.card .rightPart {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 55%;
}

.card .rightPart .glass {
  border-radius: 0px 0px 15px 0px;
  width: 100%;
  min-height: 475px;
  background: rgba(63, 0, 255, 0.035);
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 28px -28px 28px rgba(48, 0, 194, 0.055),
    inset -28px 28px 28px rgba(255, 255, 255, 0.055);
  box-shadow: inset 28px -28px 28px rgba(48, 0, 194, 0.055),
    inset -28px 28px 28px rgba(255, 255, 255, 0.055);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.card .rightPart img {
  width: 100%;
  max-height: 230px;
  border-top-right-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card .upContent .titleUpContent h2 {
  font-weight: 700;
  font-style: italic;
}

.card .upContent .textUpContent {
  margin: 10px 0px;
}

.card .downContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.card .downContent h3 {
  margin: 30px 0px;
}

.card .downContent .life {
  width: 100%;
}

@-webkit-keyframes skills {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes skills {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.card .downContent .skills {
  width: 100%;
  text-align: center;
}

.card .downContent .skills li {
  line-height: 2.2;
}

.card .downContent .skills li:hover,
.card .downContent .skills li:active {
  -webkit-animation: skills 1s infinite ease-in-out;
  animation: skills 1s infinite ease-in-out;
}

.card.cardContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 220px;
}

.card.cardContact h3 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.card.cardContact p {
  text-align: center;
  line-height: 1.5;
  margin: 5px 0px;
}

@-webkit-keyframes btn {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg) scale(1.1);
    transform: rotate(-4deg) scale(1.1);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg) scale(1.2);
    transform: rotate(4deg) scale(1.2);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes btn {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg) scale(1.1);
    transform: rotate(-4deg) scale(1.1);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg) scale(1.2);
    transform: rotate(4deg) scale(1.2);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.card.cardContact .btn {
  padding: 10px;
  -ms-flex-item-align: center;
  align-self: center;
  width: 130px;
  height: 35px;
  background: #3460ff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0px 10px 0px;
  -webkit-transition: all;
  transition: all;
}

.card.cardContact .btn:hover,
.card.cardContact .btn:active {
  -webkit-animation: btn 2s ease 0s 1 normal forwards;
  animation: btn 2s ease 0s 1 normal forwards;
}

.card.cardContact .btn a {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card.speech {
  height: 250px;
}

.card.speech .lang {
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.card.speech .lang:hover .lang-bar,
.card.speech .lang:active .lang-bar {
  -webkit-animation: barre 1s ease;
  animation: barre 1s ease;
}

.card.speech .lang:hover p,
.card.speech .lang:active p {
  -webkit-animation: langText 1s ease;
  animation: langText 1s ease;
}

@-webkit-keyframes langText {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes langText {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.card.speech .lang p {
  margin: 10px 0px;
  -webkit-transition: all;
  transition: all;
  width: 95px;
}

@-webkit-keyframes barre {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes barre {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.card.speech .lang .lang-bar {
  height: 10px;
  background: #1f51ff;
  border-radius: 50px;
  margin-right: 20px;
  -webkit-transition: all;
  transition: all;
}

.card.speech .lang .lang-bar.French {
  width: 185px;
}

.card.speech .lang .lang-bar.English {
  width: 150px;
}

.card.speech .lang .lang-bar.Turkish {
  width: 185px;
}

.card.speech .lang .lang-bar.Kurdish {
  width: 185px;
}

.card.speech .lang .lang-bar.German {
  width: 90px;
}

.card.task {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.task h3 {
  margin-bottom: 35px;
}

@-webkit-keyframes task {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, -2px) scale(1.1);
    transform: translate(2px, -2px) scale(1.1);
  }
  60% {
    -webkit-transform: translate(2px, 2px) scale(1);
    transform: translate(2px, 2px) scale(1);
  }
  80% {
    -webkit-transform: translate(2px, -2px) scale(1.3);
    transform: translate(2px, -2px) scale(1.3);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

@keyframes task {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, -2px) scale(1.1);
    transform: translate(2px, -2px) scale(1.1);
  }
  60% {
    -webkit-transform: translate(2px, 2px) scale(1);
    transform: translate(2px, 2px) scale(1);
  }
  80% {
    -webkit-transform: translate(2px, -2px) scale(1.3);
    transform: translate(2px, -2px) scale(1.3);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

.card.task .task-content {
  margin: 0 auto;
  height: 120px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 0.6;
  transition: all 0.6;
}

.card.task .task-content:hover :nth-child(even),
.card.task .task-content:active :nth-child(even) {
  -webkit-animation: task 0.7s infinite;
  animation: task 0.7s infinite;
}

.card.task .task-content:hover :nth-child(odd),
.card.task .task-content:active :nth-child(odd) {
  animation: task 0.7s alternate-reverse infinite;
}

.card.contact {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: flicker2 1.5s 1 4s alternate;
  animation: flicker2 1.5s 1 4s alternate;
}

.card.contact h3 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.card.contact .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.contact a {
  margin: 15px 30px;
  font-size: 25px;
}

.card.contact a::after {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: #3460ff;
  height: 180%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all;
  transition: all;
}

.card.contact a:hover,
.card.contact a:active {
  opacity: 1;
}

.citation {
  height: 150px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

h1 {
  -webkit-animation: title 2s ease;
  animation: title 2s ease;
}

.cardMe {
  -webkit-animation: flicker2 1.5s 1 2s alternate;
  animation: flicker2 1.5s 1 2s alternate;
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  66% {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
}

@keyframes title {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  66% {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes flicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
    box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
  }
  20%,
  24%,
  55% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@keyframes flicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
    box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
  }
  20%,
  24%,
  55% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@-webkit-keyframes flicker2 {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
    box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
  }
  20%,
  24%,
  55% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@keyframes flicker2 {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
    box-shadow: 0 0 0.2rem #fff, inset 0 0 0.2rem #fff, 0 0 1rem #08f,
      inset 0 0 1rem #08f, 0 0 2rem #08f, inset 0 0 2rem #08f;
  }
  20%,
  24%,
  55% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*# sourceMappingURL=main.css.map */
