@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&family=Open+Sans:ital,wght@0,700;1,800&display=swap");
.section-title, header .nav__list, .hero-zone-container, .hero-zone-container__scroll, .card, .card--btn {
  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;
}

.section-title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.82rem;
  font-weight: 700;
  letter-spacing: -3px;
  color: #ECECEC;
}

.main--btn, .border--btn, .hero-zone-container__btn .main--btn, .hero-zone-container__btn .border--btn {
  padding: .5rem 1.2rem;
  border: none;
  border-radius: 7px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  cursor: pointer;
}

.main--btn:hover, .border--btn:hover {
  -webkit-box-shadow: inset 4px 4px 8px rgba(27, 27, 27, 0.5), inset -4px -4px 8px rgba(236, 236, 236, 0.5);
          box-shadow: inset 4px 4px 8px rgba(27, 27, 27, 0.5), inset -4px -4px 8px rgba(236, 236, 236, 0.5);
  background: #272727;
}

.main--btn:hover a, .border--btn:hover a {
  color: #ECECEC;
}

/*

         Content table :



               Navigation: style Nav, mobile and tablet;



               Hero-zone : Style Hero zone video, mobile and tablet;



               Main section : Style main section slider, mobile and tablet;



               About section : Style about myself section, mobile and tablet;



               Footer : Style contact section footer, mobile and tablet;



               Galeri : Style Galerie section, galerie.html mobile and tablet;



         Animations :



               Animation wave main section : background wave behind slider in main section, mobile and tablet;



               Animation wave contact section : background wave behind contact section, mobile and tablet;



         Media queries :



               860px :



*/
/* Resset browser css */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #272727;
  color: #ECECEC;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
}

#wraper {
  width: 100%;
  height: 100vh;
}

h1, h2, h3 {
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.section-title h2 {
  margin: 0;
}

::-moz-selection {
  color: #272727;
  background: #ECECEC;
}

::selection {
  color: #272727;
  background: #ECECEC;
}

/* Button style */
.main--btn {
  background: #ECECEC;
}

.main--btn a {
  color: #272727;
  text-decoration: none;
}

.border--btn {
  padding: .5rem .8rem;
  background-color: transparent;
  -webkit-box-shadow: 0 0 5px #ECECEC, inset 0 0 5px #ECECEC;
          box-shadow: 0 0 5px #ECECEC, inset 0 0 5px #ECECEC;
  margin: 1rem 1rem;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.border--btn a {
  color: #ECECEC;
  text-decoration: none;
}

/* Navigation */
.logo {
  padding: 1rem 1rem 1rem 2.5rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #1717179f;
}

.logo img {
  width: 55px;
}

header {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 999;
}

header .nav {
  background: #171717;
}

header .nav__list {
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin: 0;
}

header .nav__link {
  color: inherit;
  font-size: 1.5rem;
  border-radius: 50%;
  text-decoration: none;
}

header .nav__link span {
  opacity: 0;
  font-size: .8rem;
  position: absolute;
  bottom: 0;
  left: 47.5%;
  color: #ECECEC;
}

header .nav__item {
  cursor: pointer;
  padding: .8rem 1.2rem;
  border-radius: 50%;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-align: center;
}

header .nav__item:hover {
  background: #171717;
  margin-top: -2rem;
}

header .nav__item:hover span {
  opacity: 1;
}

header .nav__item:hover a i {
  color: #adadad;
}

/* Hero-zone */
.hero-zone-container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  width: 100%;
}

.hero-zone-container__overlay {
  position: absolute;
  z-index: 10;
  margin-top: 12em;
  padding: 1.2rem;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero-zone-container__overlay h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -3px;
  max-width: 15ch;
  margin-bottom: 3rem;
}

.hero-zone-container__overlay p {
  line-height: 1.1;
  max-width: 25ch;
  margin-bottom: 3rem;
}

.hero-zone-container__paragraphe {
  margin-top: -1.8rem;
}

.hero-zone-container__video {
  overflow: hidden;
  height: 90vh;
}

.hero-zone-container__scroll {
  margin: 11.5em 0;
}

.hero-zone-container__scroll a img {
  width: 1.2rem;
}

.hero-zone-container__btn .main--btn {
  background: #ECECEC;
}

.hero-zone-container__btn .main--btn a {
  color: #272727;
  text-decoration: none;
}

.hero-zone-container__btn .border--btn {
  padding: .5rem 1.8rem;
  background-color: transparent;
  -webkit-box-shadow: 0 0 5px #ECECEC, inset 0 0 5px #ECECEC;
          box-shadow: 0 0 5px #ECECEC, inset 0 0 5px #ECECEC;
  margin: 1rem 1rem;
}

.hero-zone-container__btn .border--btn a {
  color: #ECECEC;
  text-decoration: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* Main section */
main {
  margin: 2rem 0 6rem;
  position: relative;
}

.swiper-container {
  max-width: 750px;
}

.card {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card--img img {
  max-height: 500px;
}

.card--txt {
  text-align: center;
  margin-bottom: 1rem;
  max-width: 35ch;
  padding: 1rem;
}

.card--txt p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}

.card--txt .codepen--btn {
  position: relative;
  font-weight: 600;
}

.card--txt .codepen--btn::after {
  content: '';
  position: absolute;
  width: 0%;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #ECECEC;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.card--txt .codepen--btn:hover::after {
  width: 100%;
}

.card--btn .main--btn {
  min-width: 50%;
}

.background--svg {
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  max-width: 100%;
  overflow: hidden;
}

.background--svg #wave1 {
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
  -webkit-animation-name: wavingTop;
          animation-name: wavingTop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform: translateX(-1260px);
          transform: translateX(-1260px);
}

/* Animation wave main section */
@-webkit-keyframes wavingTop {
  0% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
  25% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
  }
  75% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
  100% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
}
@keyframes wavingTop {
  0% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
  25% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
  }
  75% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
  100% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
}

/* About my work*/
.about-work__container {
  margin-top: 2.5rem;
}

.about-work__container--img {
  margin: 0 auto;
  min-width: 350px;
}

.about-work__container--paragraphe {
  text-align: center;
}

.about-work__container--paragraphe a {
  position: relative;
}

.about-work__container--paragraphe a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #ECECEC;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: width 450ms ease-in;
  transition: width 450ms ease-in;
}

.about-work__container--paragraphe a:hover::after {
  width: 100%;
}

.work--btn {
  margin-bottom: 2.5rem;
}

.last {
  max-width: 680px;
  margin: 5rem auto;
}

/* About section */
.about {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}

.about__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}

.about__content--img {
  padding: 1rem;
  background: url(../images/images/images/002-about.JPG) no-repeat;
  background-size: cover;
  min-width: 7rem;
  min-height: 7rem;
  border-radius: 2.5rem;
}

.about__description {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__description--intro {
  margin-left: .5rem;
  max-width: 100%;
  font-size: 1rem;
  letter-spacing: -1px;
  font-family: 'Open Sans', sans-serif;
}

.about__description--intro h3 {
  width: 13ch;
}

.about__description--intro h2 {
  font-size: 1.1rem;
  margin-top: -.5rem;
  letter-spacing: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  width: 18ch;
}

.about__description--parag {
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  max-width: 100%;
}

.about__description--parag p {
  max-width: 50ch;
}

.about__item {
  margin-top: 3.5rem;
  place-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: .93rem;
}

.about__item--title2 {
  margin-top: 4rem;
  margin-bottom: -1rem;
}

.about__item--title2 h2 {
  font-size: 2rem;
}

.about__item--2 {
  margin-top: 2.5rem;
}

.div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.div3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}

.div4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1 / 4 / 2 / 5;
}

.div5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.div6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.div7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
}

.div8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2 / 4 / 3 / 5;
}

.about--btn {
  margin-top: 2.5rem;
  padding-left: 1rem;
}

.about--btn .border--btn {
  min-width: 12rem;
}

/* Footer */
footer {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 2rem;
}

.footer__contact {
  padding-bottom: 3rem;
}

.footer__contact--title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -1px;
  padding-left: 2rem;
}

.footer__contact--title h2 {
  margin: 0;
  position: relative;
  width: 21ch;
}

.footer__contact--title p {
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  margin: .25rem 0 4rem 0;
  text-align: center;
}

.footer__contact__icons--link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
  color: inherit;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 2rem;
}

.footer__contact__icons--link a img {
  margin-right: 1rem;
  min-width: 3.5rem;
}

.background--svg2 {
  position: absolute;
  top: -2rem;
  z-index: -1;
  max-width: 100%;
  overflow: hidden;
}

.background--svg2 #wave2 {
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
  -webkit-animation-name: wavingBottom;
          animation-name: wavingBottom;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform: translateX(-1260px);
          transform: translateX(-1260px);
}

/* Animation wave contact section */
@-webkit-keyframes wavingBottom {
  0% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
  25% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
  }
  75% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
  100% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
}
@keyframes wavingBottom {
  0% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
  25% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
  }
  75% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
  100% {
    -webkit-transform: translateX(-1260px);
            transform: translateX(-1260px);
  }
}

.copy {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .9rem;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  padding: .5rem;
}

.copy p {
  letter-spacing: -.5px;
  margin: 0;
}

.copy p span {
  color: #0382F9;
  font-size: 1.3rem;
}

/* Galerie section */
.galeri {
  padding: 2rem;
  max-width: 53.5rem;
  margin: 0 auto;
}

.galeri-container {
  margin-top: 2rem;
}

.galeri-container__content {
  margin: 1rem auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.galeri-container__content--img {
  padding: 1.5rem;
  max-width: 500px;
  text-align: center;
}

.galeri-container__content--img img {
  max-width: 100%;
}

.galeri-container__content--img--description {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.galeri-container__content--img--description h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  max-width: 25ch;
}

.galeri-container__content--img--description p {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  max-width: 35ch;
}

.confidentialite {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10rem;
  font-family: "Nunito", sans-serif;
}

.confidentialite h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  text-align: center;
  margin: 5rem 0;
}

.confidentialite h3 {
  font-size: 2rem;
  margin-top: 2rem;
}

.confidentialite ul {
  list-style: none;
}

.confidentialite ul li::before {
  content: '>';
  margin-right: .2rem;
}

/* Media queries */
/* Media query from 860px to 1024px  */
@media screen and (min-width: 53.5rem) {
  .about__description {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  .about__description--parag {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    place-self: center;
  }
  .about__content--img {
    min-width: 15rem;
    min-height: 16rem;
    background-position-y: 25%;
    place-self: end;
  }
  .footer__contact--title {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .footer__contact--title h2::after {
    content: url(../images/images/icons/coffee-java.png);
    position: absolute;
    top: -1.8rem;
    right: -3rem;
  }
  .footer__contact--link {
    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;
  }
  .footer__contact__icons--link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contact__icons--link a img {
    margin-right: 0;
  }
  .card--btn .main--btn {
    max-width: 30%;
  }
  .border--btn {
    padding: .5rem 1.8rem;
  }
}

/* Media query from 1024x to 2560px */
@media screen and (min-width: 65rem) {
  .section-title, header .nav__list, .hero-zone-container, .hero-zone-container__scroll, .card, .card--btn {
    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;
  }
  .section-title h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.82rem;
    font-weight: 700;
    letter-spacing: -3px;
    color: #ECECEC;
  }
  .main--btn, .border--btn, .hero-zone-container__btn .main--btn, .hero-zone-container__btn .border--btn {
    padding: .5rem 1.2rem;
    border: none;
    border-radius: 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    cursor: pointer;
  }
  .main--btn:hover, .border--btn:hover {
    -webkit-box-shadow: inset 4px 4px 8px rgba(27, 27, 27, 0.5), inset -4px -4px 8px rgba(236, 236, 236, 0.5);
            box-shadow: inset 4px 4px 8px rgba(27, 27, 27, 0.5), inset -4px -4px 8px rgba(236, 236, 236, 0.5);
    background: #272727;
  }
  .main--btn:hover a, .border--btn:hover a {
    color: #ECECEC;
  }
  body, div, main, section,
  article, button, h1, h2, h3, ul, li,
  img, nav, span, i {
    cursor: none;
  }
  body:hover,
  body:focus,
  body::before, 
  body::after, 
  div:hover, 
  div:focus, 
  div::before, 
  div::after, 
  main:hover, 
  main:focus, main::before, main::after, section:hover, section:focus, section::before, section::after,
  article:hover,
  article:focus,
  article::before,
  article::after, 
  button:hover, 
  button:focus, 
  button::before, 
  button::after, 
  h1:hover, 
  h1:focus, 
  h1::before, 
  h1::after, 
  h2:hover, 
  h2:focus, 
  h2::before, 
  h2::after, 
  h3:hover, 
  h3:focus, 
  h3::before, h3::after, ul:hover, ul:focus, ul::before, ul::after, li:hover, li:focus, li::before, li::after,
  img:hover,
  img:focus,
  img::before,
  img::after, nav:hover, nav:focus, nav::before, nav::after, span:hover, span:focus, span::before, span::after, i:hover, i:focus, i::before, i::after {
    cursor: none;
  }

  #tarteaucitronRoot * {
     cursor: auto !important;
  }

  .cursor {
    position: absolute;
    height: 14px;
    width: 14px;
    background: #62a0df;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
  }
  .onclick {
    -webkit-animation: clickAnimation .8s ease-in-out forwards;
            animation: clickAnimation .8s ease-in-out forwards;
    background: #34F2F2;
  }
  @-webkit-keyframes clickAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(3);
              transform: scale(3);
    }
    100% {
      transfom: scale(1);
    }
  }
  @keyframes clickAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(3);
              transform: scale(3);
    }
    100% {
      transfom: scale(1);
    }
  }
  #wrapper {
    max-width: 2560px;
  }
  /* Navigation */
  header {
    position: fixed;
    bottom: 0;
    width: 8rem;
    z-index: 999;
    height: 100vh;
  }
  header .nav {
    height: 100%;
    background: #171717;
  }
  header .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
    margin-top: 2rem;
  }
  header .nav__item {
    position: relative;
    border-radius: 0;
    background: transparent;
  }
  header .nav__item i {
    -webkit-transition: opacity 650ms ease-in-out;
    transition: opacity 650ms ease-in-out;
  }
  header .nav__item span {
    padding: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 1.2rem;
    left: 0;
    -webkit-transition: opacity 750ms ease-in-out;
    transition: opacity 750ms ease-in-out;
    -webkit-transform: translateX(-17%);
            transform: translateX(-17%);
  }
  header .nav__item:hover {
    margin-top: 0;
    background: transparent;
  }
  header .nav__item:hover span {
    left: 0;
  }
  header .nav__item:hover i {
    opacity: 0;
  }
  .logo {
    background: #171717;
    width: 8rem;
  }
  /* Hero-zone */
  .hero-zone-container__video {
    width: 100%;
    height: 100vh;
  }
  .hero-zone-container__video video {
    width: 100%;
  }
  .hero-zone-container__overlay {
    width: 100%;
    margin: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-zone-container__overlay--title {
    padding: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-zone-container__overlay--title h1 {
    font-size: 4.5rem;
  }
  .hero-zone-container__overlay .hero-zone-container__paragraphe {
    margin-left: -7rem;
    margin-top: -4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-zone-container__overlay .hero-zone-container__paragraphe p {
    font-size: 1.3rem;
    max-width: 100ch;
    margin-left: -3rem;
  }
  .hero-zone-container__overlay .hero-zone-container__btn {
    width: 100%;
    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;
  }
  .hero-zone-container__overlay .hero-zone-container__btn .main--btn, .hero-zone-container__overlay .hero-zone-container__btn .border--btn {
    min-width: 18rem;
    max-width: 18rem;
  }
  .border--btn {
    padding: .5rem 1.8rem;
  }
  /* Main section */
  main {
    margin: 2rem 0 2rem;
  }
  .swiper-container {
    margin-bottom: 1rem;
  }
  main .card--btn .main--btn {
    min-width: 20%;
    max-width: 20%;
  }
  .section-title {
    margin: 2.5rem 0;
  }
  .section-title h2 {
    font-size: 3.12rem;
  }
  .card--txt {
    padding: 0;
  }
  .card--txt p {
    font-size: 1.2rem;
  }
  /* About section */
  .about__item {
    max-width: 36.9rem;
    margin-left: 12rem;
  }
  .about__description--intro {
    font-size: 1.3rem;
  }
  .about__description--intro h3 {
    width: 20ch;
  }
  .about__description--intro h2 {
    font-size: 1.25rem;
  }
  .about__description--parag {
    font-size: 1.2rem;
    margin-left: 2rem;
  }
  .about__item--title2 {
    margin: 3rem 0 0;
  }
  .about__item--title2 h2 {
    font-size: 1.8rem;
  }
  .about__description:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .galeri {
    max-width: 2560px;
    margin: 0 auto;
    padding-left: 12rem;
  }
  .galeri-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: .5rem;
    gap: .5rem;
  }
  .galeri-container__content--img {
    position: relative;
    padding: 0;
  }
  .galeri-container__content--img--description {
    background: #272727a1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
  }
  .galeri-container__content--img:hover .galeri-container__content--img--description {
    opacity: 1;
  }
  footer {
    padding-bottom: 0;
  }
  /* min width 1300px*/
}

@media screen and (min-width: 65rem) and (min-width: 81rem) {
  .galeri-container {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 65rem) {
  /* min width 1670px*/
}

@media screen and (min-width: 65rem) and (min-width: 104rem) {
  .galeri-container {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 65rem) {
  /* min width 2000px*/
}

@media screen and (min-width: 65rem) and (min-width: 125rem) {
  .galeri-container {
    max-width: 2000px;
    margin-left: 7rem;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}

#tarteaucitronIcon {
   margin-bottom: 3.2em;
}
/*# sourceMappingURL=style.css.map */