html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

svg:root {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
}
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.4em 0em 0.4em 0em;
  text-shadow: 1px 2px 0.5px rgba(0, 0, 0, 0.07);
}

p {
  margin: 0.3em 0 1.3em;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.imgwhite{
  max-width: 110%;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figcaption {
  margin-top: 0.5em;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "Albertus Nova W01 Light";
  src: url("../Fonts/a92b1373-255d-4e1e-a778-da77c2416cbd.woff2") format("woff2"), url("../Fonts/bf5f80ca-ad25-4894-a688-8bcfd3c0060a.woff") format("woff");
}
@font-face {
  font-family: "Wolpe Pegasus W01 Regular";
  src: url("../Fonts/135a2f50-c30e-416a-9f02-2b72ab2b4dd1.woff2") format("woff2"), url("../Fonts/df9c7cd0-6b1d-49b7-8547-3a2fc6dff861.woff") format("woff");
}
@font-face {
  font-family: "Wolpe Fanfare W01 Black";
  src: url("../Fonts/b8780533-c46d-4f5c-b13d-94a7e7e3986b.woff2") format("woff2"), url("../Fonts/55406010-b023-44f3-b4c1-8d107ff9e913.woff") format("woff");
}
.socials-footer, .socials-header {
  font-size: 1.3em;
  color: white;
  display: grid;
  grid-gap: 1.6em;
  grid-auto-flow: column;
  justify-content: center;
}
.socials-footer a, .socials-header a {
  color: white;
}
.socials-footer a:hover, .socials-header a:hover {
  color: #E09957;
}

.imgundraw{
  margin-left: 20%;
  width: 80%;
}

.fixed-nav, .main-nav {
  display: grid;
  grid-gap: 2.6em;
  grid-auto-flow: column;
  justify-content: center;
}
.fixed-nav a, .main-nav a {
  font-family: "Albertus Nova W01 Light", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1em;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.07);
}
.fixed-nav a:hover, .main-nav a:hover {
  color: #E09957;
}

.hero-projects, .hero-about, .hero-portfolio, .hero-home {
  display: grid;
  background: #8ac5df;
  min-height: 100vh;
  z-index: 75;
}
.hero-projects img, .hero-about img, .hero-portfolio img, .hero-home img {
  box-shadow: none;
}
@media only screen and (min-width: 576px) {
  .hero-projects h1, .hero-about h1, .hero-portfolio h1, .hero-home h1 {
    font-size: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .hero-projects h1, .hero-about h1, .hero-portfolio h1, .hero-home h1 {
    font-size: 8em;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-projects h1, .hero-about h1, .hero-portfolio h1, .hero-home h1 {
    font-size: 9.2em;
  }
}
.hero-projects .arrow, .hero-about .arrow, .hero-portfolio .arrow, .hero-home .arrow {
  grid-column: 1/-1;
  font-size: 2em;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .hero-projects .arrow, .hero-about .arrow, .hero-portfolio .arrow, .hero-home .arrow {
    display: none;
  }
}
.hero-projects #heading, .hero-about #heading, .hero-portfolio #heading, .hero-home #heading {
  visibility: hidden;
}

.hero-projects .wrapper, .hero-about .wrapper, .hero-portfolio .wrapper, .hero-home .wrapper {
  display: grid;
  grid-gap: 1em;
  align-content: center;
  align-items: center;
  margin-top: 194px;
  padding-top: 0;
  padding-bottom: 5%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero-projects .wrapper, .hero-about .wrapper, .hero-portfolio .wrapper, .hero-home .wrapper {
    margin-top: 110px;
  }
}

.art-list, .animation-list, .graphics-list {
  display: grid;
  grid-gap: 2em;
  justify-items: center;
}
@media only screen and (min-width: 768px) {
  .art-list, .animation-list, .graphics-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .art-list, .animation-list, .graphics-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.art-list .item, .animation-list .item, .graphics-list .item {
  width: 300px;
  display: grid;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.art-list .item img, .animation-list .item img, .graphics-list .item img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  border-radius: none;
  box-shadow: none;
}
.art-list .item:hover .item_overlay, .animation-list .item:hover .item_overlay, .graphics-list .item:hover .item_overlay {
  transform: translateY(0);
}
.art-list .item .item_overlay, .animation-list .item .item_overlay, .graphics-list .item .item_overlay {
  background: rgba(0, 0, 0, 0.2);
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  justify-items: center;
  align-items: end;
  transform: translateY(100%);
  transition: 0.3s;
}
.art-list .item .item_overlay .text-container, .animation-list .item .item_overlay .text-container, .graphics-list .item .item_overlay .text-container {
  background: #3a9dc9;
  width: 100%;
  padding: 0.3em;
}
.art-list .item .item_overlay p, .animation-list .item .item_overlay p, .graphics-list .item .item_overlay p {
  color: white;
  margin-bottom: 0.6em;
}
.art-list .item .item_overlay button, .animation-list .item .item_overlay button, .graphics-list .item .item_overlay button {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
}
.art-list .item .item_overlay button:hover, .animation-list .item .item_overlay button:hover, .graphics-list .item .item_overlay button:hover {
  background: #E09957;
}

.websites-list {
  display: grid;
  grid-gap: 4em;
  max-width: 1000px;
  margin: 0 auto;
}
.websites-list li {
  display: grid;
  grid-gap: 2em;
  grid-auto-columns: 1fr;
  padding: 1em;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  align-items: center;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .websites-list li {
    grid-template-columns: 1fr 1fr;
  }
}
.websites-list li .content-container {
  text-align: left;
}
.websites-list li .thumb-container {
  overflow: hidden;
  max-height: 300px;
  border-radius: 6px;
}
.websites-list li .thumb-container img {
  border-radius: none;
  box-shadow: none;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.iama{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}


.parent {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  z-index: 999;
}

.parent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.parent:after {
  background: black;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
}

.centeredchild {
  position: relative;
  z-index: 20;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.videowrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================ANIMATIONS ==================================== */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.2) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.2) rotate(-8deg);
  }
  80%, 100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.float {
  animation: float 2s linear infinite;
}

.bounce,
.bounce-hover:hover {
  animation: bounce 1s ease infinite;
}

.tada,
.tada-hover:hover {
  animation: tada 2s linear;
}

.pulse,
.pulse-hover:hover {
  animation: pulse 0.7s ease-in-out;
}

/* ==================== CSS DE BASE ==================================== */
body {
  display: flex;
  flex-direction: column;
}

img {
  border-radius: 6px;
}

h1 {
  margin: 0;
  font-family: "Wolpe Fanfare W01 Black", "Trebuchet MS", Verdana, sans-serif;
  font-size: 5em;
  color: white;
  line-height: 1;
}

h2 {
  font-family: "Albertus Nova W01 Light", "Trebuchet MS", Verdana, sans-serif;
  font-size: 2.6em;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: 3em;
  }
}

h3 {
  margin: 0em 0 0.2em;
  font-family: "Albertus Nova W01 Light", "Trebuchet MS", Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #3a9dc9;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.3em;
  }
}

h4 {
  margin: 0.6em 0 0.2em;
  font-family: "Albertus Nova W01 Light", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.1em;
  color: #62b1d4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.2em;
  }
}

p {
  font-family: "Wolpe Pegasus W01 Regular", Georgia, "Times New Roman", serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}
@media only screen and (min-width: 576px) {
  p {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.2em;
  }
}

a {
  color: #E09957;
  transition: color 0.2s linear, opacity 0.2s linear;
}

button {
  background-image: linear-gradient(to bottom, #E09957 50%, #E38244 100%);
  background-size: auto 200%;
  border: none;
  padding: 0.5em;
  border-radius: 3px;
  font-family: "Albertus Nova W01 Light", "Trebuchet MS", Verdana, sans-serif;
  color: white;
  font-size: 0.9em;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
button:hover {
  background-position: bottom;
}
@media only screen and (min-width: 768px) {
  button {
    font-size: 1.1em;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 1em 2.5%;
  max-width: 1200px;
}

.discord-link {
  position: relative;
  display: inline-block;
}

.hover-text {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.6em;
}

.hover-text-header {
  visibility: hidden;
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.6em;
}

.discord-link:hover .hover-text {
  visibility: visible;
  opacity: 1;
}

.discord-link:hover .hover-text-header {
  visibility: visible;
  opacity: 1;
}


/* ========================== HEADER ==================================== */
nav a.current-page {
  border-bottom: 2px solid #E09957;
}

.main-header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.main-header .wrapper {
  display: grid;
  grid-gap: 1em;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .main-header .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

.main-nav a {
  color: white;
}
@media only screen and (min-width: 576px) {
  .main-nav a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .main-nav a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav a {
    font-size: 1.3em;
  }
}

@media only screen and (min-width: 1024px) {
  .logo {
    order: -1;
  }
}
.logo img {
  width: 75px;
}
@media only screen and (min-width: 1024px) {
  .logo img {
    margin-right: 2em;
  }
}

@media only screen and (min-width: 576px) {
  .socials-header {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 768px) {
  .socials-header {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .socials-header {
    font-size: 1.7em;
    margin-left: auto;
  }
}

.fixed-header {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
}
.fixed-header .wrapper {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fixed-header nav {
  margin-left: auto;
}
.fixed-header a:hover {
  opacity: 0.6;
}

.logo-fixed img {
  width: 50px;
}
@media only screen and (max-width: 575px) {
  .logo-fixed img {
    width: 36px;
  }
}

.fixed-nav a {
  color: #E09957;
}


.copyright {
  grid-column: 1/-1;
  background: #62b1d4;
  color: white;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .copyright {
    margin-bottom: 46px;
  }
}
.copyright .wrapper {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 576px) {
  .copyright .wrapper {
    grid-auto-flow: column;
    align-items: center;
    justify-items: start;
  }
}
.copyright p {
  font-size: 0.9em;
  margin: 0.6em 0;
  color: white;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 576px) {
  .copyright p {
    justify-self: end;
  }
}

@media only screen and (min-width: 768px) {
  .socials-footer {
    font-size: 1.6em;
  }
}

main {
  display: grid;
  grid-gap: 1em;
  margin-top: 0em;
}

/* ====================== PAGE ACCUEIL ==================================== */
@media only screen and (min-width: 576px) {
  .hero-home .wrapper {
    grid-template-columns: 1fr 2fr;
  }
}

.head-balloon {
  max-width: 100%;
  max-height: 75vh;
  overflow: visible;
}
.head-balloon #bighead,
.head-balloon #balloon,
.head-balloon #hello {
  visibility: hidden;
}

.i-am h3 {
  color: rgba(0, 0, 0, 0.8);
}
.i-am ul {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .i-am ul {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

.i-create {
  background: #daedf5;
}
.i-create ul {
  display: grid;
  grid-gap: 1em;
  justify-items: center;
}
@media only screen and (min-width: 768px) {
  .i-create ul {
    grid-gap: 1em 6em;
    margin-bottom: 1%;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}

.i-create-category {
  display: grid;
  justify-items: center;
  margin-bottom: 1em;
  max-width: 400px;
}
.i-create-category a img {
  transition: opacity 0.2s linear;
}
.i-create-category a img:hover {
  opacity: 0.7;
}
.i-create-category a h3 {
  transition: color 0.2s linear;
}
.i-create-category a h3:hover {
  color: #E09957;
}

.process ul {
  display: grid;
  grid-gap: 1em;
}
.process ul h3 {
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .process ul {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
.process ul li p {
  text-align: left;
}
.process .process-button-container {
  margin-top: 1em;
}

/* ====================== PAGE PORTFOLIO ==================================== */
@media only screen and (min-width: 576px) {
  .hero-portfolio .wrapper {
    grid-template-columns: 1fr 2fr;
  }
}

#desk-illustration {
  max-height: 75vh;
  visibility: hidden;
}

.category-title {
  margin-bottom: 1em;
}

#websites {
  background: #DAEDF5;
}

.website-full {
  background: white;
}
.website-full a:hover {
  opacity: 0.6;
}

#animation {
  background: #daedf5;
  padding-bottom: 2em;
}

/* ====================== PAGE ABOUT ==================================== */
.hero-about .wrapper {
  overflow: visible;
}
@media only screen and (min-width: 576px) {
  .hero-about .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
  }
}
.hero-about #subtitle {
  font-size: 1.9em;
  color: white;
}
@media only screen and (max-width: 575px) {
  .hero-about #subtitle {
    font-size: 1.6em;
  }
}

#headshot {
  max-height: 75vh;
  visibility: hidden;
}

main.about .wrapper {
  max-width: 60em;
}
main.about h2 {
  text-align: left;
}

.marginbas{
  margin-bottom: 2%;
}
main.about p {
  font-size: 1.3em;
  text-align: left;
}

#experience
{
  background-color:#ffffff;
}

.timeline
{
  padding: 30px 10px;
  position: relative;
}

.timeline:before
{
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #1C2735;
  left: 50%;
  margin-left: -2.5px;
}

.timeline > li
{
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:after
{
  clear: both;
}

.timeline > li:before, .timeline > li:after
{
  content: "";
  display: table;
}

.timeline li .timeline-badge
{
  color: #ffffff;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #1C2735;
  border-radius: 50%
}

.timeline-panel-container
{
  width: 50%;
  float: left;
  word-wrap: break-word;
}

.timeline-panel-container-inverted
{
  width: 50%;
  float: right;
  word-wrap: break-word;
}

.timeline-panel
{
  width: 140%;
  float: right;
  margin-right: 40px;
  padding: 25px 25px;
  position: relative;
  background: #ffffff;
  border: 2px solid #1C2735;
}

.timeline-panel-container-inverted .timeline-panel
{
  float: left;
  margin-left: 40px;
  border: 2px solid #1C2735;
}

#experience ul
{
  list-style: none;
}

.timeline-name{
  color: #EE915A;
}


.timeline-panel:after
{
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #1C2735;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline-panel-container-inverted .timeline-panel:after
{
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  border-left: 0 solid #ffffff;
  border-right: 14px solid #1C2735;


}

.timeline-heading h4
{
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .timeline-heading>h3{
    font-size: 16px;

  }
  .timeline-heading>h4{
    font-size: 11px;

  }
  .timeline-body>p{
    font-size: 10px;
  }
}

.divider
{
  width: 150px;
  height: 2px;
  background: #EE915A;
  margin: 2% auto;
  margin-bottom: 20px;
}

.apropos{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 4%;
}

.apropos2{
  margin-bottom: 2%;
  margin-left: 10%;
}

/* ====================== PAGE PROJET ==================================== */
@media only screen and (min-width: 576px) {
  .hero-projects .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
  }
}

.project-image {
  max-height: 66vh;
  visibility: hidden;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

main.projects .wrapper {
  max-width: 45em;
}
main.projects h2,
main.projects h3 {
  text-align: left;
}
main.projects p {
  font-size: 1.3em;
  text-align: left;
}


.footer {
  display: grid;
  background: #8ac5df;
}
