html {
  font-family: "KoHo", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --ax-form-material-color: #ffffff !important;
}

.txt-g {
  background: -webkit-linear-gradient(50deg, #ff6767 0%, #fda833 50%, #ff916f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-g {
  background: -webkit-linear-gradient(50deg, #ff6767 0%, #ff992feb 50%, #ff916f 100%);
}

.navbar-fixed {
  height: 4.5rem;
}

.navbar-fixed .navbar {
  height: 4.5rem;
  line-height: 4.5rem;
}

.navbar-fixed .navbar .navbar-link {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-right: 0.7rem;
  font-size: 1.5rem;
}

.form-material .form-field:not(.form-default) label {
  color: white;
}

.form-material .form-field:not(.form-default).active.is-focused label {
  color: white;
}

.form-material .form-field:not(.form-default) {
  --form-material-color: white;
}

.parallax {
  min-height: 40vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.crayons {
  background-image: url("../img/webp/crayons.webp");
}

.mains {
  background-image: url("../img/webp/mains.webp");
}

.peinture {
  background-image: url("../img/webp/peinture.webp");
}

.visage {
  background-image: url("../img/webp/visage.webp");
}

.card .card-header i {
  font-size: 3rem;
}

.card .card-header h3 {
  font-size: 1.7vw !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 1279px) {
  .card .card-header h3 {
    font-size: 3vw !important;
  }
}

@media screen and (max-width: 960px) {
  .card .card-header h3 {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 650px) {
  .card .card-header h3 {
    font-size: 6vw !important;
  }
}

.card .card-content {
  font-size: 1.3vw !important;
}

@media screen and (max-width: 1279px) {
  .card .card-content {
    font-size: 2vw !important;
  }
}

@media screen and (max-width: 960px) {
  .card .card-content {
    font-size: 3.2vw !important;
  }
}

@media screen and (max-width: 650px) {
  .card .card-content {
    font-size: 4vw !important;
  }
}

.card .card-footer {
  font-size: 2rem;
}

.c-yellow {
  background-color: #fdad3d;
}

.c-orange {
  background-color: #fd6f44;
}

.c-pink {
  background-color: #ff6767;
}

#home {
  height: 100vh;
  max-width: 100vw;
  margin-top: -4.5rem;
  background: linear-gradient(95deg, #181818, rgba(24, 24, 24, 0.5)), url("../img/webp/visage_2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home::before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: fade 2s ease;
          animation: fade 2s ease;
}

@-webkit-keyframes fade {
  0% {
    z-index: 999;
    background-color: black;
  }
  100% {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes fade {
  0% {
    z-index: 999;
    background-color: black;
  }
  100% {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

#home h1 {
  font-size: 6vw !important;
}

@media screen and (max-width: 1279px) {
  #home h1 {
    font-size: 10vw !important;
  }
}

@media screen and (max-width: 960px) {
  #home h1 {
    font-size: 15vw !important;
  }
}

@media screen and (max-width: 650px) {
  #home h1 {
    font-size: 15vw !important;
  }
}

#home h3 {
  font-size: 1.5vw !important;
  font-weight: 100 !important;
}

@media screen and (max-width: 1279px) {
  #home h3 {
    font-size: 3vw !important;
  }
}

@media screen and (max-width: 960px) {
  #home h3 {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 650px) {
  #home h3 {
    font-size: 6vw !important;
  }
}

#home .home-btn {
  width: 30%;
}

@media screen and (max-width: 1279px) {
  #home .home-btn {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  #home .home-btn {
    width: 60%;
  }
}

@media screen and (max-width: 650px) {
  #home .home-btn {
    width: 70%;
  }
}

.h80 {
  height: 80%;
}

h2 {
  font-size: 3vw;
  font-weight: 400 !important;
  padding-left: 20px;
  position: relative;
  background: -webkit-linear-gradient(50deg, #ff6767 0%, #fda833 50%, #ff916f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 4.5vw !important;
  }
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 8vw !important;
  }
}

h2::after {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(50deg, #ff6767 0%, #fda833 50%, #ff916f 100%);
}

.paint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
}

.splash-right {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

.splash-left {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 40%) rotate(90deg);
          transform: translate(-50%, 40%) rotate(90deg);
}

#splash3 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

.t {
  background: -webkit-linear-gradient(50deg, #fffa67 20%, #ff2d4a 65%);
}

.splash {
  position: relative;
  width: 100%;
  mask-image: url("../img/webp/splash.webp");
  mask-mode: alpha;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/webp/splash.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  height: 40vh;
}

.splash.hand {
  background: url("../img/webp/mains.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.splash.crayons {
  background: url("../img/webp/crayons.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.aa {
  color: #fdad3d;
}

.bb {
  color: #fd6f44;
}

.cc {
  color: #ff6767;
}

.white-t {
  background-color: #ffffffba;
}

p {
  font-weight: 300 !important;
}

.white-txt {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 1.5vw !important;
  font-weight: 100 !important;
}

@media screen and (max-width: 1279px) {
  .white-txt {
    font-size: 3vw !important;
  }
}

@media screen and (max-width: 960px) {
  .white-txt {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 650px) {
  .white-txt {
    font-size: 6vw !important;
  }
}
/*# sourceMappingURL=app.css.map */