.bowlby-one-sc-regular {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.figtree {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "figtree", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0px;
  background-color: #0b0b0b;
  color: #fbfbfb;
  position: relative;
}

.grain__fond {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.15;
  pointer-events: none;
  background: #0b0b0b;
  filter: url(#grain);
}

h1 {
  font-family: "Bowlby One SC", sans-serif;
  margin: 0px;
  font-size: 66px;
  color: #fbfbfb;
}

h2 {
  font-size: 41px;
  margin: 66px 0px 26px 0px;
  color: #fbfbfb;
  font-family: "Bowlby One SC", sans-serif;
}

.titre--marg {
  margin-top: 0;
}

h3 {
  font-size: 26px;
  color: #fbfbfb;
  font-family: "Bowlby One SC", sans-serif;
  margin: 26px 0px 16px 0px;
}

p {
  margin: 0px 0px 16px 0px;
}

.image__site {
  height: auto;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: solid 3px #9e3737;
}

.oeil {
  background-image: -webkit-image-set(url("../assets/images/yeux_tresfondu.png") 1x, url("../assets/images/yeux_tresfondu@2x.png") 2x);
  background-image: image-set(url("../assets/images/yeux_tresfondu.png") 1x, url("../assets/images/yeux_tresfondu@2x.png") 2x);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50vw;
  height: 50vh;
  align-items: center;
}

@media (min-width: 650px) {
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 18px;
    margin: 0px;
  }

  h1 {
    margin: 0px;
    font-size: 74px;
  }

  h2 {
    font-size: 46px;
    margin: 74px 0px 29px 0px;
  }

  h3 {
    font-size: 29px;
    margin: 29px 0px 18px 0px;
  }

  p {
    margin: 0px 0px 18px 0px;
  }

  .texte__credit {
    text-align: center;
  }

  .oeil {
    background-image: -webkit-image-set(url("../assets/images/yeux_fondu.png") 1x, url("../assets/images/yeux_fondu@2x.png") 2x);
    background-image: image-set(url("../assets/images/yeux_fondu.png") 1x, url("../assets/images/yeux_fondu@2x.png") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 300px;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 20px;
    margin: 0px;
  }

  h1 {
    margin: 0px;
    font-size: 82px;
  }

  h2 {
    font-size: 51px;
    margin: 82px 0px 32px 0px;
  }

  h3 {
    font-size: 32px;
    margin: 32px 0px 20px 0px;
  }

  p {
    margin: 0px 0px 20px 0px;
  }

  .oeil {
    background-image: -webkit-image-set(url("../assets/images/yeux.png") 1x, url("../assets/images/yeux@2x.png") 2x);
    background-image: image-set(url("../assets/images/yeux.png") 1x, url("../assets/images/yeux@2x.png") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 300px;
  }
}
.header__parallax {
  background-image: url("../assets/images/image_parallax.svg");
  min-height: 64vh;
  min-width: 100vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.header__parallax--CodeKit {
  background-image: url("../assets/images/image_codeKit.png");
  min-height: 50vh;
}

.header__parallax--helloWorld {
  background-image: url("../assets/images/image_helloWorld.png");
  min-height: 60vh;
}

.header__parallax--vue {
  background-image: url("../assets/images/image_vue.png");
  min-height: 60vh;
}

.header__parallax--bobby {
  background-image: url("../assets/images/image_msrBobby.png");
  min-height: 50vh;
}

.header__parallax--credit {
  min-height: 40vh;
}

.header__portrait {
  height: auto;
  width: 100vw;
}

.header__title {
  color: #0b0b0b;
}

.header__title--lastname {
  font-size: 41px;
}

.header__subtitle {
  font-size: 41px;
  color: #0b0b0b;
  font-family: "Bowlby One SC", sans-serif;
}

.contacte__nav {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.contacte {
  background-color: #9e3737;
  padding: 1em 40px;
}

@media (min-width: 650px) {
  .header__title {
    color: #0b0b0b;
    text-align: center;
  }

  .header__title--lastname {
    font-size: 46px;
  }

  .header__subtitle {
    font-size: 46px;
    color: #0b0b0b;
    font-family: "Bowlby One SC", sans-serif;
    text-align: center;
  }

  .contacte {
    padding: 1em 15%;
  }

  .header__placment {
    position: relative;
    padding-bottom: 25vw;
  }

  .header__beginning {
    position: relative;
  }

  .header__portrait {
    position: absolute;
    top: 120px;
    left: 22vw;
    width: 60vw;
  }
}
@media (min-width: 900px) {
  .header__title--firstname {
    margin-top: 82px;
  }

  .header__title--lastname {
    font-size: 51px;
  }

  .header__subtitle {
    font-size: 51px;
  }
}
.menu {
  position: relative;
  z-index: 10;
}

.menu__toggle {
  width: 40px;
  height: 30px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 20;
  background-color: transparent;
  border: none;
  flex-direction: column;
  justify-content: space-between;
}

.menu__toggle .menu__icon {
  width: 100%;
  height: 4px;
  background-color: #9e3737;
  border-radius: 3px;
  display: block;
}

.menu__liste {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  padding: 26px;
  margin: 0;
  z-index: 10;
  display: none;
}

.menu--open .menu__toggle .menu__icon {
  background-color: #fbfbfb;
}

.menu--open .menu__liste {
  display: block;
  background-color: #9e3737;
}

.menu__el {
  list-style: none;
  margin: 16px;
  font-family: "Bowlby One SC", sans-serif;
}

.menu__link {
  text-decoration: none;
  color: #fbfbfb;
}

.menu__link:hover {
  color: #fbfbfb;
  text-shadow: 0 0 5px #fbfbfb, 0 0 10px #fbfbfb, 0 0 20px #fbfbfb;
}

.menu--actif {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

@media (min-width: 650px) {
  .menu__toggle {
    width: 55px;
    height: 40px;
    top: 40px;
  }

  .menu__toggle .menu__icon {
    height: 6px;
    border-radius: 3px;
  }

  .menu__liste {
    position: fixed;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    padding: 46px;
    margin: 0;
    z-index: 10;
    display: none;
  }

  .menu__el {
    list-style: none;
    margin: 18px;
  }
}
@media (min-width: 900px) {
  .menu__ordi {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s linear;
    z-index: 12;
  }

  .menu--hide {
    transform: translateY(-100%);
    display: none;
  }

  .menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .menu__liste {
    display: flex;
    position: absolute;
    background-color: #9e3737;
    gap: 30px;
    align-items: center;
    left: 0%;
    width: 100vw;
    height: 82px;
    padding: 0;
    flex-direction: row;
    z-index: 10;
  }

  .menu__toggle {
    display: none;
    cursor: none;
  }
}
.slider {
  width: 100%;
  background-position: center;
}

.slider__el {
  display: none;
}

.slider__el--show {
  display: block;
}

.slider__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}

.slider__list {
  padding: 0;
}

.btn {
  border: none;
  background-color: #9e3737;
  color: #fbfbfb;
  padding: 0.7em;
  border-radius: 0.5em;
  font-size: 16px;
  font-family: "Bowlby One SC", sans-serif;
}

.btn:hover {
  transform: scale(1.05);
  color: #fbfbfb;
  text-shadow: 0 0 5px #fbfbfb, 0 0 10px #fbfbfb, 0 0 20px #fbfbfb;
}

.slider__portrai {
  height: auto;
  width: 50%;
}

.btn__voir {
  width: 30%;
  display: block;
  margin: 16px auto;
  text-decoration: none;
  text-align: center;
}

.btn--credit {
  width: 60%;
}

.slider__btn {
  border: 3px solid #fbfbfb;
  background-color: #0b0b0b;
  border-radius: 0.5em;
}

@media (min-width: 650px) {
  .slider__layout {
    display: flex;
    gap: 18px;
    flex-direction: row;
    align-items: center;
  }

  .btn {
    font-size: 18px;
  }

  .slider__portrai {
    height: 30vh;
    width: auto;
  }
}
@media (min-width: 900px) {
  .btn:active {
    background-color: #9e3737;
    color: #fbfbfb;
    box-shadow: 5px 5px 5px #fbfbfb;
  }

  .slider__btn:active {
    border: 3px solid #fbfbfb;
    background-color: #0b0b0b;
    box-shadow: 5px 5px 5px #fbfbfb;
  }

  .btn--credit {
    width: 30%;
  }
}
.footer {
  background-color: #9e3737;
  margin-top: 41px;
}

.section__footer {
  padding: 26px 0px;
}

.footer__title {
  margin: 0;
}

.footer__title--firstname {
  font-size: 66px;
}

.menu__liste--footer {
  margin: 0;
  z-index: 10;
}

.image__heaj {
  height: 30px;
}

@media (min-width: 650px) {
  .footer {
    margin-top: 46px;
  }

  .section__footer {
    padding: 29px 0px;
  }

  .footer__title--firstname {
    font-size: 74px;
  }
}
@media (min-width: 900px) {
  .footer {
    margin-top: 51px;
  }

  .section__footer {
    padding: 32px 0px;
  }

  .footer__title--firstname {
    font-size: 82px;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 40px;
}

@media (min-width: 650px) {
  .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 0 15%;
    gap: 1rem;
  }

  .grid > * {
    grid-column: 1/-1;
  }

  .grid > .flex__box {
    grid-column: 1/-1;
  }

  .section__flex--beginnig {
    margin-top: 74px;
  }

  .section__flex {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .flex__box {
    width: 60%;
    padding: 0;
  }

  .image__flex {
    width: 40%;
    max-width: 200px;
  }
}
@media (min-width: 900px) {
  .grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr 2fr 1fr 0.5fr;
    margin: 0 15%;
    gap: 1rem;
  }

  .grid > .flex__box {
    grid-column: 1/-1;
  }

  .section__flex--beginnig {
    margin-top: 82px;
  }

  .section__flex {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .flex__box {
    width: 60%;
    padding: 0;
    margin-left: 10%;
  }

  .image__flex {
    width: 40%;
    max-width: 200px;
  }

  .grid__centre {
    grid-column: 2/-2;
  }

  .grid__2left {
    grid-column: 1/-2;
  }

  .grid__1left {
    grid-column: 1/-4;
  }

  .grid__2right {
    grid-column: 3/-1;
  }
}

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