@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

/****************************** SCSS VARs *****************************/
/*************** FONT ***************/
/*************** COLOURS ***************/
/*************** GRIDS ***************/
/*************** RESPONSIVE WIDTHS ***************/
/****************************** SCSS FUNCTIONS *****************************/
/****************************** STYLE *****************************/
/******************* GENERALS *****************/
html, body {
  height: 100%;
  width: 100%;
  font-family: "Rubik", sans-serif;
  scroll-behavior: smooth;
}

.lightbox .background, .lightbox, #slide2, #slide4, .container, #slideProject, #slide3, header {
  height: 100%;
  width: 100%;
}

#slide4, .container, #slideProject, #slide3, header {
  position: relative;
  display: grid;
  grid-gap: 0 20px;
}

#slideProject, #slide3, header {
  grid-template-columns: 1fr 8fr 1fr;
}

.container {
  grid-column: 2;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

a {
  text-decoration: none;
  color: #ffffff;
}

h2 {
  margin: 2vh 0;
  position: relative;
  grid-column: 1/span 8;
  font-size: 2.5vw;
}
@media all and (max-width: 1024px) {
  h2 {
    font-size: 3vw;
  }
}
@media all and (max-width: 600px) {
  h2 {
    font-size: 5vw;
  }
}

footer {
  grid-column: 2;
  text-align: center;
  align-self: flex-end;
  margin: 5vh 0;
  font-size: 0.85vw;
  color: #126494;
  font-weight: 900;
}
@media all and (max-width: 1024px) {
  footer {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 600px) {
  footer {
    font-size: 2vw;
  }
}

/******************* INDEX.PHP *****************/
/******************* NAV *****************/
nav {
  z-index: 9000;
  /* BURGER ICON */
  /* NAV LINKS*/
  /* RESPONSIVE LINKS OPENING */
}
nav .burger {
  display: none;
  position: fixed;
  top: 15px;
  right: 30px;
  width: 50px;
  z-index: 9003;
  cursor: pointer;
  /* LINES */
}
nav .burger .barre {
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  margin: 10px 0;
}
@media all and (max-width: 1620px) {
  nav .burger {
    display: block;
  }
}
nav .links {
  list-style: none;
  /* ON PC */
  /* ON LOWER-RESOLUTION DEVICES */
}
@media all and (min-width: 1620px) {
  nav .links {
    position: fixed;
    z-index: 9001;
    right: -10%;
    top: 60%;
    display: flex;
    transform: rotate(90deg);
  }
  nav .links li {
    margin: 0 25px;
    font-size: 1.25vw;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #313334;
  }
}
@media all and (max-width: 1620px) {
  nav .links {
    height: 100%;
    width: 100%;
    background: rgba(18, 100, 148, 0.75);
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9001;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
  }
  nav .links li {
    margin: auto 0;
    font-size: 4vw;
  }
}
@media all and (max-width: 1024px) {
  nav .links li {
    font-size: 4vw;
  }
}
@media all and (max-width: 600px) {
  nav .links li {
    font-size: 5.5vw;
  }
}
nav .menuOpened {
  right: 0;
}

/******************* SLIDE 1 - HOME *****************/
@keyframes divBeginFade {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes h1Anim {
  0% {
    top: 55%;
    left: 50%;
  }
  25% {
    top: 42.5%;
    left: 50%;
  }
  40% {
    top: 45%;
    left: 50%;
  }
  60% {
    top: 45%;
    left: 50%;
  }
  70% {
    top: 45%;
    left: 52.5%;
  }
  90% {
    top: 45%;
    left: 5%;
  }
  100% {
    top: 45%;
    left: 6.5%;
  }
}
@keyframes armAnim {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
header {
  background: #126494;
  color: #ffffff;
  /* DIVs FROM THE FIRST ANIMATION*/
  /* MY LOGO */
}
header #divBegin2, header #divBegin1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #313334;
}
header #divBegin1 {
  top: 0;
  z-index: 9998;
  animation-name: divBeginFade;
  animation-duration: 0.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
header #divBegin2 {
  top: 50%;
  z-index: 10000;
  animation-name: divBeginFade;
  animation-duration: 0.5s;
  animation-delay: 2.7s;
  animation-fill-mode: forwards;
}
header img {
  box-sizing: border-box;
  grid-column: 1;
  width: 100%;
  padding: 10%;
}
@media all and (max-width: 1024px) {
  header img {
    width: 200%;
  }
}
@media all and (max-width: 600px) {
  header img {
    width: 300%;
  }
}
header .container {
  /* ANIMATED WELCOME */
  /* PRESENTATION */
  /* SLIDE JUMP 1 */
  /* MYSELF DRAW*/
}
header .container h1 {
  position: absolute;
  z-index: 9999;
  font-size: 6vw;
  animation-name: h1Anim;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1620px) {
  header .container h1 {
    font-size: 7vw;
  }
}
@media all and (max-width: 1024px) {
  header .container h1 {
    font-size: 9vw;
  }
}
@media all and (max-width: 600px) {
  header .container h1 {
    font-size: 12vw;
  }
}
header .container h3 {
  position: absolute;
  top: 55%;
  grid-column: span 8;
  height: min-content;
  font-size: 2vw;
  font-weight: 300;
  line-height: 10vh;
  z-index: 102;
}
@media all and (max-width: 1620px) {
  header .container h3 {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 1024px) {
  header .container h3 {
    font-size: 3vw;
  }
}
@media all and (max-width: 600px) {
  header .container h3 {
    font-size: 3.5vw;
  }
}
header .container #next_1 {
  grid-column: 7/span 2;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.75vw;
  top: 85%;
}
header .container #next_1 h6 {
  margin-bottom: 2vh;
}
header .container #next_1 svg {
  height: 40px;
}
@media all and (max-width: 1024px) {
  header .container #next_1 {
    grid-column: 5/span 4;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  header .container #next_1 {
    grid-column: 3/span 4;
    font-size: 3.75vw;
  }
}
header .container #meSvg {
  position: absolute;
  top: 10%;
  right: 0%;
  height: 70vh;
  width: 25vw;
  z-index: 101;
}
@media all and (max-width: 1620px) {
  header .container #meSvg {
    right: 10%;
  }
}
@media all and (max-width: 900px) {
  header .container #meSvg {
    top: 15%;
    height: 60vh;
    right: 25%;
  }
}
@media all and (max-width: 600px) {
  header .container #meSvg {
    top: 25%;
    right: 5%;
    height: 40vh;
    transform: translateX(-50%);
  }
}
header .container #meSvg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
header .container #meSvg img:nth-child(2), header .container #meSvg img:nth-child(3) {
  animation-name: armAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
header .container #meSvg img:nth-child(2) {
  animation-delay: 1s;
}

/******************* SLIDE 2 - COMPETENCES *****************/
#slide2 {
  display: flex;
  flex-direction: column;
  /********** TIMELINE ***********/
  /********** SKILLS **********/
}
#slide2 #slide2-1 {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  width: 100%;
  height: 30%;
  flex: initial;
  position: relative;
  background: #126494;
  color: #ffffff;
  font-weight: 900;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-1 {
    height: 20%;
  }
}
#slide2 #slide2-1 .container {
  /* GROUPS OF INFOS */
  /* POSITIONS OF THE GORUPS */
  /* THE LINE */
}
#slide2 #slide2-1 .container div {
  position: relative;
  text-align: center;
}
#slide2 #slide2-1 .container div p:first-of-type {
  font-size: 2.25vw;
}
#slide2 #slide2-1 .container div p:last-of-type {
  font-size: 1.25vw;
}
#slide2 #slide2-1 .container #date1 {
  grid-column: 1/span 2;
}
#slide2 #slide2-1 .container #date2 {
  grid-column: 4/span 2;
}
#slide2 #slide2-1 .container #date3 {
  grid-column: 7/span 2;
}
#slide2 #slide2-1 .container #timeline {
  grid-column: 1/span 8;
  width: 0;
  height: 4px;
  background: #ffffff;
  transition: all 2s ease-in-out;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-1 .container {
    grid-gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #slide2 #slide2-1 .container h2 {
    width: 100%;
  }
  #slide2 #slide2-1 .container div p:first-of-type {
    font-size: 3vw;
  }
  #slide2 #slide2-1 .container div p:last-of-type {
    font-size: 2vw;
  }
  #slide2 #slide2-1 .container #date1, #slide2 #slide2-1 .container #date2, #slide2 #slide2-1 .container #date3 {
    width: calc(100% / 3);
  }
}
@media all and (max-width: 600px) {
  #slide2 #slide2-1 .container div p:first-of-type {
    font-size: 3.6vw;
  }
  #slide2 #slide2-1 .container div p:last-of-type {
    font-size: 2.4vw;
  }
}
#slide2 #slide2-2 {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  width: 100%;
  height: auto;
  flex: 1;
  position: relative;
  background: #E5E5E5;
  color: #126494;
  /* COLOURING THE TITLES */
}
#slide2 #slide2-2 h2, #slide2 #slide2-2 h6 {
  color: #126494;
}
#slide2 #slide2-2 .container {
  overflow: hidden;
  grid-template-rows: auto min-content min-content;
  /* CATEGORIES OF THE SKILLS */
  /* TEXT OF THE SKILL */
  /* SLIDE JUMP 2 */
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-2 .container {
    grid-template-rows: 30% auto min-content;
  }
}
#slide2 #slide2-2 .container #left {
  grid-column: 1/span 3;
  display: flex;
  flex-wrap: wrap;
}
#slide2 #slide2-2 .container #left h2 {
  height: min-content;
  margin-bottom: 0;
}
#slide2 #slide2-2 .container #left p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  height: 6vh;
  font-size: 1.25vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-2 .container #left {
    grid-column: 1/span 8;
    justify-content: space-between;
  }
  #slide2 #slide2-2 .container #left h2 {
    width: 100%;
    margin-bottom: 2vh;
  }
  #slide2 #slide2-2 .container #left p {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide2 #slide2-2 .container #left p {
    font-size: 3.5vw;
  }
}
#slide2 #slide2-2 .container #right {
  position: relative;
  grid-column: 5/span 4;
  text-align: right;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-2 .container #right {
    grid-column: 1/span 8;
    top: 0;
    padding: 0 5vh;
  }
}
#slide2 #slide2-2 .container #right .skill-txt {
  width: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  right: -100%;
}
#slide2 #slide2-2 .container #right .skill-txt p {
  font-size: 1vw;
  line-height: 5.25vh;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-2 .container #right .skill-txt p {
    font-size: 2vw;
    line-height: 4vh;
  }
}
@media all and (max-width: 600px) {
  #slide2 #slide2-2 .container #right .skill-txt p {
    font-size: 2.4vw;
  }
}
#slide2 #slide2-2 .container #right .skill-open {
  opacity: 1;
  right: 0;
}
#slide2 #slide2-2 .container #next_2 {
  grid-column: 4/span 2;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.75vw;
  bottom: 0;
  z-index: 101;
}
#slide2 #slide2-2 .container #next_2 h6 {
  margin-bottom: 2vh;
}
#slide2 #slide2-2 .container #next_2 svg {
  height: 40px;
}
@media all and (max-width: 1024px) {
  #slide2 #slide2-2 .container #next_2 {
    grid-column: 3/span 4;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide2 #slide2-2 .container #next_2 {
    grid-column: 3/span 4;
    font-size: 3.75vw;
  }
}

/******************* SLIDE 3 - WORKS *****************/
#slide3 {
  background: #E5E5E5;
  height: auto;
  /* COLOURING THE TITLES */
  /* PROJECTS BOXES CONTAINER */
  /* SLIDE JUMP 3 */
}
#slide3 h2, #slide3 h6 {
  color: #126494;
}
#slide3 .box_container {
  margin: 2vh 0;
  position: relative;
  grid-column: 1/span 8;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* PROJECT BOX */
}
#slide3 .box_container .box {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px;
  width: calc(25% - 40px);
  height: 300px;
  /* LINK TO THE PROJECT */
  /* VIGNET OF THE PROJECT */
}
@media all and (max-width: 1024px) {
  #slide3 .box_container .box {
    width: calc(50% - 40px);
  }
}
@media all and (max-width: 600px) {
  #slide3 .box_container .box {
    width: calc(100% - 40px);
  }
}
#slide3 .box_container .box .link {
  position: absolute;
  background: rgba(18, 100, 148, 0.75);
  box-sizing: border-box;
  top: 100%;
  height: 100%;
  width: 100%;
  color: #ffffff;
  z-index: 501;
  padding: 25px;
  font-size: 1.25vw;
  line-height: 5vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.5s ease-in-out;
}
#slide3 .box_container .box .link p {
  font-weight: 900;
}
#slide3 .box_container .box .link a {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
#slide3 .box_container .box .link a:hover {
  background: #ffffff;
  color: #126494;
}
@media all and (max-width: 1620px) {
  #slide3 .box_container .box .link a {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  #slide3 .box_container .box .link a {
    background: #ffffff;
    color: #126494;
  }
}
@media all and (max-width: 1024px) {
  #slide3 .box_container .box .link {
    top: 0;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide3 .box_container .box .link {
    top: 0;
    font-size: 4vw;
  }
}
#slide3 .box_container .box:hover .link {
  top: 0;
}
#slide3 .box_container .box img {
  height: 100%;
  z-index: 500;
}
#slide3 #next_3 {
  grid-column: 2/span 2;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.75vw;
  bottom: 0;
}
#slide3 #next_3 h6 {
  margin-bottom: 2vh;
}
#slide3 #next_3 svg {
  height: 40px;
}
@media all and (max-width: 1024px) {
  #slide3 #next_3 {
    grid-column: 1/span 4;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide3 #next_3 {
    grid-column: 3/span 4;
    font-size: 3.75vw;
  }
}

/******************* SLIDE 4 - CONTACT *****************/
#slide4 {
  background: #E5E5E5;
  grid-template-columns: 2fr 6fr 2fr;
  grid-template-rows: min-content auto;
}
@media all and (max-width: 1024px) {
  #slide4 {
    grid-template-columns: 1fr 8fr 1fr;
  }
}
#slide4 .container {
  padding: 2.5vh 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #126494;
  color: #ffffff;
  margin: 5vh 0;
  /* TITLES */
  /* LINKS-ICONS */
  /***** FORM *****/
}
#slide4 .container h2 {
  text-align: center;
  grid-column: 1/span 6;
}
#slide4 .container h3 {
  grid-column: 2/span 4;
  font-weight: 300;
}
@media all and (max-width: 600px) {
  #slide4 .container h3 {
    text-align: center;
  }
}
#slide4 .container #form-links {
  grid-column: 2/span 4;
  display: flex;
  justify-content: space-around;
}
#slide4 .container #form-links a {
  text-align: center;
  font-size: 3vw;
}
@media all and (max-width: 1024px) {
  #slide4 .container #form-links a {
    font-size: 5vw;
  }
}
#slide4 .container form {
  grid-column: 2/span 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 20px;
  /* DEFAULT CANVAS FOR THE INPUTS */
  /* LITTLE INPUTS */
  /* TEXTAREA */
  /* SUBMIT INPUT */
  /* ALERT OF THE FORM */
}
#slide4 .container form #form-textarea, #slide4 .container form input:nth-of-type(1), #slide4 .container form input:nth-of-type(2) {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  color: #126494;
  border: none;
  font-size: 1.25vw;
  font-family: "Rubik", sans-serif;
}
@media all and (max-width: 1024px) {
  #slide4 .container form #form-textarea, #slide4 .container form input:nth-of-type(1), #slide4 .container form input:nth-of-type(2) {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide4 .container form #form-textarea, #slide4 .container form input:nth-of-type(1), #slide4 .container form input:nth-of-type(2) {
    font-size: 3vw;
  }
}
#slide4 .container form input:nth-of-type(1), #slide4 .container form input:nth-of-type(2) {
  height: 3vh;
  grid-column: span 2;
}
@media all and (max-width: 1024px) {
  #slide4 .container form input:nth-of-type(1), #slide4 .container form input:nth-of-type(2) {
    grid-column: span 4;
    height: 5vh;
  }
}
#slide4 .container form #form-textarea {
  grid-column: span 4;
  height: 15vh;
  resize: none;
}
#slide4 .container form input:last-of-type {
  grid-column: 4;
  background: none;
  border: none;
  color: #126494;
  background: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-size: 2vw;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
#slide4 .container form input:last-of-type:hover {
  background: #126494;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  #slide4 .container form input:last-of-type {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slide4 .container form input:last-of-type {
    font-size: 3vw;
  }
}
#slide4 .container form .alert {
  align-self: center;
  text-align: center;
  height: 3vh;
  width: auto;
  padding: 2px;
  background: #E5E5E5;
  grid-column: 1/span 3;
  font-size: 2.5vh;
  line-height: 3vh;
}

/******************* PROJECT.PHP *****************/
/******************* BACK LINK *****************/
nav .back {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 9001;
  top: 5%;
  left: 0;
  display: flex;
  transform: rotate(-90deg) translateY(3vw);
  margin: 0;
  font-size: 3vh;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #313334;
}
@media all and (max-width: 1024px) {
  nav .back {
    transform: rotate(-90deg) translateY(1.5vw);
  }
}
@media all and (max-width: 600px) {
  nav .back {
    transform: rotate(-90deg);
  }
}

/******************* LABEL HEADER *****************/
#label {
  height: 27.5%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* TITLE */
  /* FILTER */
}
#label strong {
  position: absolute;
  z-index: 8003;
  color: #ffffff;
  text-align: center;
  align-self: center;
  font-size: 3vw;
}
#label #fadeToRed {
  position: absolute;
  z-index: 8002;
  height: 100%;
  width: 100%;
  background: rgba(18, 100, 148, 0.75);
}

/******************* CONTENT *****************/
#slideProject {
  background: #E5E5E5;
  height: auto;
}
#slideProject .container {
  /* PROJECT TEXT */
  /* ABOUT INFOS */
  /* LINKS */
  /* VIDEO */
  /* IMAGES */
}
#slideProject .container #project-text {
  padding-top: 5vh;
  grid-column: 1/span 4;
  text-align: justify;
  color: #126494;
  line-height: 4vh;
}
@media all and (max-width: 1024px) {
  #slideProject .container #project-text {
    grid-column: 1/span 8;
  }
}
#slideProject .container #about {
  grid-column: 6/span 3;
  /* TITLES */
  /* SOFT ICONS */
}
@media all and (max-width: 1024px) {
  #slideProject .container #about {
    grid-column: 1/span 8;
  }
}
#slideProject .container #about h4 {
  color: #126494;
  font-size: 1vw;
  text-align: right;
  margin: 2vh 0;
}
@media all and (max-width: 1024px) {
  #slideProject .container #about h4 {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slideProject .container #about h4 {
    font-size: 3.25vw;
  }
}
#slideProject .container #about #about-imgs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  direction: rtl;
  grid-row-gap: 1vh;
}
#slideProject .container #about #about-imgs img {
  margin: auto;
  max-height: 80px;
  max-width: 80px;
}
#slideProject .container .project-links {
  margin: 2.5vh 0;
  grid-column: span 8;
  text-align: center;
}
#slideProject .container .project-links a {
  font-size: 1.5vw;
  color: #126494;
}
@media all and (max-width: 1024px) {
  #slideProject .container .project-links a {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 600px) {
  #slideProject .container .project-links a {
    font-size: 3.25vw;
  }
}
#slideProject .container video {
  grid-column: 2/span 6;
  width: 100%;
  height: auto;
  margin: 2.5vh 0;
}
#slideProject .container .galleria-image {
  grid-column: span 4;
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 40vh;
  justify-content: center;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  #slideProject .container .galleria-image {
    grid-column: span 8;
  }
}
#slideProject .container .galleria-image img {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.lightbox .background {
  position: relative;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 95%;
  z-index: 10001;
}
.lightbox i {
  color: #ffffff;
  font-size: 4vh;
}
.lightbox .close, .lightbox .toRight, .lightbox .toLeft {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 10002;
}
.lightbox .toLeft {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.lightbox .toRight {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.lightbox .close {
  right: 0;
  top: 0;
}

.lightbox-active {
  display: block;
}

/******************* BACK LINK *****************/

/*# sourceMappingURL=style.css.map */
