/* ORDER : utils (var first) - vendors - base - components - layout - pages - themes 
@import "utils/variables"; 
@import "utils/functions"; 
@import "utils/mixins"; 
@import "utils/placeholders"; 
@import "vendors/file"; 
@import "base/file"; 
@import "components/file"; 
@import "layout/file"; 
@import "pages/file"; 
@import "themes/file"; 
*/
@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Oooh+Baby&family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
}

::selection {
  color: #ffffff;
  background: #707C6A;
}

body, html {
  height: 100%;
}

i {
  color: #707C6A;
}

a {
  color: #707C6A;
}
a:hover {
  color: #4b5347;
}

.frame {
  position: fixed;
  inset: 0px;
  border: 10px solid #707C6A;
  pointer-events: none;
  z-index: 2;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Cutive Mono", monospace;
  font-weight: 500;
  color: #000000;
  background-color: #EEEEEB;
  font-size: 1.1em;
}
body main {
  flex: 1 0 auto;
}
body main .lb-main-title {
  font-family: "Sacramento", cursive;
  font-size: 3em;
  padding-bottom: 1em;
}
body header {
  padding-top: 1em;
  padding-bottom: 2em;
}
body header a {
  text-decoration: none;
  color: inherit;
}
body header a:hover {
  color: inherit;
}
body header h1 {
  font-family: "Sacramento", cursive;
  font-weight: 600;
  font-size: 2em;
  padding-left: 2em;
}
body footer {
  flex-shrink: 0;
  padding-bottom: 1em;
  margin-top: 20px;
}

.lb-title {
  text-align: right;
}
.lb-title h1 {
  font-family: "Sacramento", cursive;
  font-weight: 600;
  font-size: 5em;
}
.lb-title h2 {
  font-size: 2.5em;
}
.lb-title h3 {
  font-size: 1.5em;
}

.lb-social-icons a {
  color: #707C6A;
}
.lb-social-icons a:hover {
  color: #4b5347;
}

.text-justify {
  text-align: justify;
}

.greyScaleEffect {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  transition: all 0.5s ease;
}
.greyScaleEffect:hover {
  -webkit-filter: grayscale(0);
  /* Webkit */
  filter: none;
  /* IE6-9 */
  filter: none;
  /* W3C */
}

a:focus-visible {
  outline: none;
}

.lb-main-menu a {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
}
.lb-main-menu a:hover {
  color: #707C6A;
}
.lb-main-menu a span {
  position: relative;
}
.lb-main-menu a span:hover {
  color: #707C6A;
}
.lb-main-menu a span:hover::before {
  transform: scaleX(1);
}
.lb-main-menu a span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #707C6A;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.lb-main-menu a.active {
  color: #707C6A;
}
.lb-main-menu a.active span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #707C6A;
  transform: scaleX(1);
}

/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -250px;
  background-color: #707C6A;
  padding-top: 60px;
  transition: right 0.5s ease;
  float: right;
}

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

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.sidenav a.active {
  text-decoration: underline;
}

.sidenav a:hover {
  color: #111;
}

/* Active class */
.sidenav.active {
  right: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.burger-icon span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

@media screen and (max-width: 578px) {
  .lb-menu-logo {
    padding-left: 0.5em;
  }

  .navbar-collapse {
    text-align: end;
  }
}
.lb-custom-btn {
  background-color: #707C6A;
  color: #ffffff;
}
.lb-custom-btn:hover {
  color: #ffffff;
  background-color: #4b5347;
}

.timeline {
  padding: 30px 20px;
}

.timeline ul {
  list-style-type: none;
  border-left: 2px solid #094a68;
  padding: 10px 5px;
}

.timeline ul li {
  padding: 20px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.timeline ul li span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 15px;
  text-align: left;
}

.timeline ul li .content h3 {
  color: #707C6A;
  font-size: 17px;
  padding-top: 5px;
}

.timeline ul li .content p {
  padding: 5px 0px 15px 0px;
  font-size: 15px;
}

.timeline ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #707C6A;
  border-radius: 50%;
  left: -11px;
  top: 28px;
  transition: 0.5s;
}

.timeline ul li:hover:before {
  background-color: #707C6A;
  box-shadow: 0px 0px 10px 2px #707C6A;
}

@media (max-width: 300px) {
  .timeline {
    width: 100%;
    padding: 30px 5px 30px 10px;
  }

  .timeline ul li .content h3 {
    color: #34ace0;
    font-size: 15px;
  }
}
.curseur-anim {
  animation-duration: 0.8s;
  animation-name: clignotement;
  animation-iteration-count: infinite;
  transition: none;
}

@keyframes clignotement {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#lb-portfolio-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#lb-portfolio-gallery img {
  padding: 1em;
}
#lb-portfolio-gallery a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .lb-home {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .lb-home .lb-title {
    text-align: center;
  }
  .lb-home .lb-img-home-wrapper {
    text-align: center;
    padding-top: 1em;
  }
  .lb-home div {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 578px) {
  .lb-about {
    flex-direction: column-reverse;
  }
}
.lb-mail-ok {
  background-color: #f2f3f2;
}

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


