@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Oswald:wght@400;700&display=swap");
body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  background-color: #FCFCFC;
  color: #202020 !important;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700 !important;
}

a {
  text-decoration: none !important;
  color: #202020 !important;
}

.text-color1 {
  color: #F40787 !important;
}

.text-color2 {
  color: #9744FC !important;
}

.fs-35 {
  font-size: 2.1875rem;
}

.bg-grey {
  background-color: #D9D9D9;
}

.btn-border-color1,
.btn-border-color2,
.btn-border-color3,
.btn-border-color3-bg {
  width: auto !important;
  height: auto !important;
  text-decoration: none !important;
  color: #202020 !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.625rem 1.875rem !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.2s ease 0s;
}
.btn-border-color1:hover,
.btn-border-color2:hover,
.btn-border-color3:hover,
.btn-border-color3-bg:hover {
  transform: rotate(5deg);
  font-weight: 700;
}

.btn-border-color1 {
  background-image: url("../img/btn-border-color1.png");
}

.btn-border-color2 {
  background-image: url("../img/btn-border-color2.png");
}

.btn-border-color3 {
  background-image: url("../img/btn-border-color3.png");
}

.btn-border-color3-bg {
  background-image: url("../img/btn-border-color3-bg.png");
}

.underline {
  display: inline;
  background-image: url("../img/underline.png") !important;
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}

.border-top-black {
  border-top: 3px solid #202020;
}
.border-top-black .border-top-black {
  border-top: 1px solid #202020;
}

/*HEADER*/
header img {
  height: 75px;
}
header .nav-link-cv {
  background-size: 100% 100%;
  background-image: url("../img/btn-border-color1.png");
  padding-left: 25px !important;
  padding-right: 25px !important;
  transition: all 0.2s ease 0s;
}
header .nav-link-cv:hover {
  transform: rotate(5deg);
}
header .navbar {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
}
header .navbar p {
  line-height: 1.5rem;
}
header .navbar ul li {
  margin-left: 4.375rem;
}
header .navbar li:where(:not(.nav-item-cv)):hover {
  display: inline;
  background-image: url("../img/underline.png") !important;
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
header .btn-menu img {
  width: 40px;
  height: auto;
}
header .offcanvas-body {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 4rem;
}
header .offcanvas-body li {
  list-style: none;
}
header .offcanvas-body li a:hover {
  font-weight: 100;
  color: #F40787 !important;
}

/*FOOTER*/
footer {
  background-image: url("../img/footer.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
footer img {
  height: 75px;
}
footer a,
footer p {
  font-family: "Oswald", sans-serif;
}
footer i {
  font-size: 20px;
}

/*HOME*/
.home .hero-home {
  height: 90vh;
}
.home h1 {
  font-size: 5.625rem;
}
.home .btn-border-color3 {
  font-size: 30px;
  transition: all 0.2s ease 0s;
}

/* SCROLL HORIZONTAL */
.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 650px;
}

.horizontal {
  display: flex;
  height: 100%;
}
.horizontal .bg-scroll {
  width: 300%;
  background-image: url("../img/bg-scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

/* CONTACT */
.contact a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.contact a i {
  margin-right: 1rem;
}

.coordonnees-hover :nth-child(1):hover,
.coordonnees-hover :nth-child(4):hover {
  color: #F40787 !important;
}
.coordonnees-hover :nth-child(2):hover {
  color: #9744FC !important;
}
.coordonnees-hover :nth-child(3):hover {
  color: #62F33E !important;
}

/*
form {
  background-color: $dark;
  padding: 50px;

  .form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid $light !important;
    border-radius: 0 !important;
    color: $light !important;

    &:focus {
      box-shadow: none !important;
    }
  }

  label {
    color: $light;
    font-family: $font-primary;
    font-size: 25px;
  }

  .form-floating>.form-control:focus {
    padding-top: 3.5rem !important;
  }

  .form-floating>.form-control:focus~label {
    color: $light !important;
  }

  .form-floating>.form-control:focus~label::after {
    background-color: transparent !important;
  }

  .btn {
    font-size: 25px;
  }
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  color: $light !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background-color: $dark !important;
}
*/
/* FORMULAIRE */
.form-box {
  background-color: #202020;
  padding: 2rem;
}
.form-box .input-form {
  position: relative;
  width: 100%;
}
.form-box .input-form input {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  color: #FCFCFC;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid #FCFCFC;
  outline: none;
  background: transparent;
}
.form-box .input-form label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 20px;
  color: #FCFCFC;
  pointer-events: none;
  transition: 0.5s;
}
.form-box .input-form input:focus ~ label,
.form-box .input-form input:valid ~ label {
  top: -20px;
  left: 0;
  color: #62F33E;
  font-size: 12px;
}

.decoration-contact {
  top: -85px;
  right: -100px;
}

/*PORTFOLIO*/
.filter a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20;
  padding-right: 25px;
}
.filter a:hover {
  color: #9744FC !important;
  opacity: 40%;
}

.projet div {
  height: 250px;
}
.projet p {
  font-size: 20px;
  margin-top: 15px;
}
.projet a {
  font-size: 20px;
}

/*PROJET*/
.icone-logiciel img {
  width: auto;
  height: 40px;
}

.bloc-couleur {
  width: 80px;
  height: 16px;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.mockup .mockup-size {
  height: 250px;
}

/*A PROPOS*/
.decoration-a-propos img {
  width: 25%;
  animation: rotating 15s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*RESPONSIVE*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home h1 {
    font-size: 3.5rem;
  }
  .home .fs-35 {
    font-size: 25px;
  }
  .home .btn-border-color3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .container-lg {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 860px) {
  /*HEADER*/
  header .navbar {
    font-size: 1.5rem;
  }
  header .navbar ul li {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .container-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .fs-35 {
    font-size: 2rem;
  }
  .home h1 {
    font-size: 4rem;
  }
  .home .btn-border-color3 {
    font-size: 20px;
  }
  .decoration-contact {
    display: none;
  }
  .tourbillon {
    width: 100px;
  }
}/*# sourceMappingURL=style.css.map */