@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
}

/*Generation des classes pour la largeur des colonnes selon 
les resolutions d'ecrans*/
/*Desktop*/
.large-1 {
  width: calc(8.3333333333% - 14.6666666667px);
}
.large-2 {
  width: calc(16.6666666667% - 13.3333333333px);
}
.large-3 {
  width: calc(25% - 12px);
}
.large-4 {
  width: calc(33.3333333333% - 10.6666666667px);
}
.large-5 {
  width: calc(41.6666666667% - 9.3333333333px);
}
.large-6 {
  width: calc(50% - 8px);
}
.large-7 {
  width: calc(58.3333333333% - 6.6666666667px);
}
.large-8 {
  width: calc(66.6666666667% - 5.3333333333px);
}
.large-9 {
  width: calc(75% - 4px);
}
.large-10 {
  width: calc(83.3333333333% - 2.6666666667px);
}
.large-11 {
  width: calc(91.6666666667% - 1.3333333333px);
}
.large-12 {
  width: calc(100% - 0px);
}

/*Tablets*/
@media all and (max-width: 1250px) {
  .medium-1 {
    width: calc(8.3333333333% - 14.6666666667px);
  }
  .medium-2 {
    width: calc(16.6666666667% - 13.3333333333px);
  }
  .medium-3 {
    width: calc(25% - 12px);
  }
  .medium-4 {
    width: calc(33.3333333333% - 10.6666666667px);
  }
  .medium-5 {
    width: calc(41.6666666667% - 9.3333333333px);
  }
  .medium-6 {
    width: calc(50% - 8px);
  }
  .medium-7 {
    width: calc(58.3333333333% - 6.6666666667px);
  }
  .medium-8 {
    width: calc(66.6666666667% - 5.3333333333px);
  }
  .medium-9 {
    width: calc(75% - 4px);
  }
  .medium-10 {
    width: calc(83.3333333333% - 2.6666666667px);
  }
  .medium-11 {
    width: calc(91.6666666667% - 1.3333333333px);
  }
  .medium-12 {
    width: calc(100% - 0px);
  }
}
/*Smartphones*/
@media all and (max-width: 900px) {
  .small-1 {
    width: calc(8.3333333333% - 14.6666666667px);
  }
  .small-2 {
    width: calc(16.6666666667% - 13.3333333333px);
  }
  .small-3 {
    width: calc(25% - 12px);
  }
  .small-4 {
    width: calc(33.3333333333% - 10.6666666667px);
  }
  .small-5 {
    width: calc(41.6666666667% - 9.3333333333px);
  }
  .small-6 {
    width: calc(50% - 8px);
  }
  .small-7 {
    width: calc(58.3333333333% - 6.6666666667px);
  }
  .small-8 {
    width: calc(66.6666666667% - 5.3333333333px);
  }
  .small-9 {
    width: calc(75% - 4px);
  }
  .small-10 {
    width: calc(83.3333333333% - 2.6666666667px);
  }
  .small-11 {
    width: calc(91.6666666667% - 1.3333333333px);
  }
  .small-12 {
    width: calc(100% - 0px);
  }
}
.large-1 {
  width: calc(8.3333333333% - 14.6666666667px);
}

.large-2 {
  width: calc(16.6666666667% - 13.3333333333px);
}

.large-3 {
  width: calc(25% - 12px);
}

.large-4 {
  width: calc(33.3333333333% - 10.6666666667px);
}

.large-5 {
  width: calc(41.6666666667% - 9.3333333333px);
}

.large-6 {
  width: calc(50% - 8px);
}

.large-7 {
  width: calc(58.3333333333% - 6.6666666667px);
}

.large-8 {
  width: calc(66.6666666667% - 5.3333333333px);
}

.large-9 {
  width: calc(75% - 4px);
}

.large-10 {
  width: calc(83.3333333333% - 2.6666666667px);
}

.large-11 {
  width: calc(91.6666666667% - 1.3333333333px);
}

.large-12 {
  width: calc(100% - 0px);
}

@media all and (max-width: 11440px) {
  .medium-1 {
    width: calc(8.3333333333% - 14.6666666667px);
  }
  .medium-2 {
    width: calc(16.6666666667% - 13.3333333333px);
  }
  .medium-3 {
    width: calc(25% - 12px);
  }
  .medium-4 {
    width: calc(33.3333333333% - 10.6666666667px);
  }
  .medium-5 {
    width: calc(41.6666666667% - 9.3333333333px);
  }
  .medium-6 {
    width: calc(50% - 8px);
  }
  .medium-7 {
    width: calc(58.3333333333% - 6.6666666667px);
  }
  .medium-8 {
    width: calc(66.6666666667% - 5.3333333333px);
  }
  .medium-9 {
    width: calc(75% - 4px);
  }
  .medium-10 {
    width: calc(83.3333333333% - 2.6666666667px);
  }
  .medium-11 {
    width: calc(91.6666666667% - 1.3333333333px);
  }
  .medium-12 {
    width: calc(100% - 0px);
  }
}
@media all and (max-width: 900px) {
  .small-1 {
    width: calc(8.3333333333% - 14.6666666667px);
  }
  .small-2 {
    width: calc(16.6666666667% - 13.3333333333px);
  }
  .small-3 {
    width: calc(25% - 12px);
  }
  .small-4 {
    width: calc(33.3333333333% - 10.6666666667px);
  }
  .small-5 {
    width: calc(41.6666666667% - 9.3333333333px);
  }
  .small-6 {
    width: calc(50% - 8px);
  }
  .small-7 {
    width: calc(58.3333333333% - 6.6666666667px);
  }
  .small-8 {
    width: calc(66.6666666667% - 5.3333333333px);
  }
  .small-9 {
    width: calc(75% - 4px);
  }
  .small-10 {
    width: calc(83.3333333333% - 2.6666666667px);
  }
  .small-11 {
    width: calc(91.6666666667% - 1.3333333333px);
  }
  .small-12 {
    width: calc(100% - 0px);
  }
}
/*.roboto-condensed-<uniquifier> {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-family: "Roboto", sans-serif;*/
/* --------------------key frames DEV -------------------------*/
.btn {
  color: #007aff;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  border-color: #007aff;
  background: rgba(0, 0, 0, 0.1254901961);
  font-size: 20px;
  font-weight: 100;
  background-image: linear-gradient(to right, transparent 50%, white, #007aff 50%);
  background-size: 200%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn input {
  font-weight: 100;
}
@media all and (max-width: 569px) {
  .btn {
    width: 220px;
    font-size: 15px;
  }
}

.btn:hover {
  color: white;
  background-position: 100%;
  font-weight: 100;
}

.btn-choice {
  cursor: pointer;
  font-size: 2rem;
  transition: all 0.3s ease;
}
@media all and (max-width: 569px) {
  .btn-choice {
    font-size: 18px;
  }
}
.btn-choice:hover {
  transform: scale(1.05);
}

/* The switch container */
.switch {
  --transition: 300ms;
  --transition500: 500ms;
  --color-dark: #4c4c4c;
  --color-darkGray: #8c8f95;
  --color-gray: #52555a;
  --color-offwhite: #cecece;
  --shadow-color: var(--color-dark);
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  height: fit-content;
  background-color: var(--color-dark);
  border-radius: 30px;
  padding: 4px;
  transition: var(--transition500);
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

/* Svg styles */
.switch .svg {
  transition: var(--transition);
  position: absolute;
  left: 5px;
}

.switch .moon {
  width: 18px;
  fill: var(--color-gray);
  opacity: 1;
}

.switch .sun {
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: calc(100% - 21.5px);
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.8;
  opacity: 0;
}

.switch .sun .dot {
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-dark);
  background: white;
  z-index: 1;
  box-shadow: 11px 0px 0px var(--shadow-color), 10.3px 0px 0px var(--shadow-color), -11px 0px 0px var(--shadow-color), -10.3px 0px 0px var(--shadow-color), 0px -11px 0px var(--shadow-color), 0px -10.3px 0px var(--shadow-color), 0px 11px 0px var(--shadow-color), 0px 10.3px 0px var(--shadow-color), 8px 8px 0px var(--shadow-color), 7.3px 7.3px 0px var(--shadow-color), 8px -8px 0px var(--shadow-color), 7.3px -7.3px 0px var(--shadow-color), -8px -8px 0px var(--shadow-color), -7.3px -7.3px 0px var(--shadow-color), -8px 8px 0px var(--shadow-color), -7.3px 7.3px 0px var(--shadow-color);
}

.switch .sun .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--color-dark);
}

/*checkbox styles */
.switch .circle {
  appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 0;
  background-color: var(--color-darkGray);
  border: 1px solid var(--color-darkGray);
  transition: var(--transition500);
  box-shadow: 1px 1px 20px 3px var(--color-darkGray);
}

.switch:has(.circle:checked) {
  background: var(--color-offwhite);
}

.switch .circle:hover {
  margin-left: 3px;
}

.switch .circle:checked:hover {
  margin-left: -3px;
}

.switch .circle:checked {
  left: calc(100% - 24px);
  background: white;
  border-color: white;
  box-shadow: 1px 1px 30px 12px white;
}

.switch:has(.circle:checked) > .sun {
  opacity: 1;
}

.switch:has(.circle:checked) > .moon {
  opacity: 0;
}

.anime {
  opacity: 0;
  transform: translateX(-30px);
}

.anime-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

/*generalité*/
html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 580px) {
  h1 {
    font-size: 1em;
  }
}

.text-shadow {
  text-shadow: 1px 1px 5px black;
}

h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3em;
  color: white;
}
@media all and (max-width: 580px) {
  h2,
  h3 {
    font-size: 1em;
    font-weight: 900;
  }
}

a,
label,
p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: white;
}

p {
  letter-spacing: 1px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.item-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.direction-column {
  flex-direction: column;
}

.bold {
  font-weight: 600;
}

.space-between {
  justify-content: space-between;
}

.space-arround {
  justify-content: space-around;
}

.gap-30 {
  gap: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.width100 {
  width: 100%;
}

.margin-auto {
  margin: 0 auto;
}

.margin-bottom {
  margin-bottom: 40%;
}

.margin-bottom10 {
  margin-bottom: 10%;
}

.margin-bottom20px {
  margin-bottom: 20px;
}

.margin-top35 {
  margin-top: 35%;
}

.width24px {
  width: 24px;
}

.padding-bottom {
  padding-bottom: 20px;
}

.padding20 {
  padding: 20px 0;
}

.padding20px {
  padding: 20px;
}

.padding-bottom10px {
  padding-bottom: 10px;
}

.padding-bottom5px {
  padding: 5px;
}

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

.add-color-secondary {
  color: #007aff;
}

.color-yellow {
  color: yellow;
}

.card-style {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 8px 32px 0 rgba(0, 123, 255, 0.293);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 40px 20px;
}

.lien-projet {
  text-decoration: underline;
  color: white;
  font-weight: 300;
}
.lien-projet:hover {
  transform: scale(1.2);
}

/*Header*/
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 10vh;
  padding: 0 1%;
}
header h2 img {
  width: 120px;
}
@media screen and (max-width: 900px) {
  header h2 img {
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  header {
    position: fixed;
    padding: 0 20px;
    height: 7vh;
    background-color: rgba(255, 255, 255, 0.017);
  }
}

@media screen and (max-width: 900px) {
  .blur {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in;
  }
}
#parallax {
  position: relative;
  min-height: 100vh; /* prend toute la hauteur de la fenêtre */
  overflow: hidden;
  background-color: #090a0d; /* pour éviter tout trou */
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../public/img/computer-blue.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  will-change: transform;
}

/* Overlay qui reste en bas et affiche un dégradé noir */
.parallax-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px; /* Ajuste la hauteur du dégradé */
  background: linear-gradient(to top, black, transparent);
  pointer-events: none; /* Pour ne pas interférer avec les interactions */
}

body, p, h1 {
  color: #fff5f5;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 2px;
}
@media all and (max-width: 571px) {
  body p, p p, h1 p {
    font-size: 16px;
  }
}

.legend {
  z-index: 10;
  position: fixed;
  right: 0%;
  width: 80px;
  top: 25%;
}
.legend .mobile {
  display: none;
}
.legend .contact {
  position: fixed;
  top: 25%;
  left: 2%;
}
@media all and (max-width: 900px) {
  .legend .contact {
    position: static;
    display: grid;
    width: 100%;
    top: 70%;
    grid-template-columns: 60px 60px;
  }
  .legend .contact a i {
    font-size: 30px;
  }
}

.sommary {
  justify-content: flex-end;
}
.sommary ul {
  width: 100px;
}
.sommary ul li {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.sommary ul li a {
  font-weight: 500;
}
.sommary ul .btn-oval {
  position: relative;
  width: 120px;
  right: 70px;
  height: 50px;
  border-radius: 25px;
  background-color: #007aff;
  border: 1px solid #007aff;
}
.sommary ul .btn-oval a {
  color: white;
  font-size: 1.3rem;
  font-weight: 200;
}
.sommary .scroll-down {
  position: relative;
  top: 29vh;
  left: -30px;
  transform: rotate(90deg);
  color: #007aff;
  letter-spacing: 1px;
  font-size: 15px;
}
.sommary .contact {
  gap: 20px;
  color: red;
  justify-content: center;
}
.sommary .contact i {
  font-size: 40px;
}
.sommary .mode-light {
  color: rgb(0, 0, 0);
}
@media all and (max-width: 900px) {
  .sommary #contact,
  .sommary #project,
  .sommary #accueil,
  .sommary #competences {
    display: none;
  }
  .sommary .mobile {
    display: block;
    color: #fff;
    font-weight: 200;
    font-family: "Roboto Condensed", sans-serif;
  }
  .sommary ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 50vh;
    padding: 10px;
    width: 100%;
  }
  .sommary ul li {
    width: 120px;
    height: 50px;
  }
  .sommary ul li a {
    color: white;
  }
  .sommary ul .btn-oval {
    position: static;
    right: 0;
    width: 120px;
    height: 50px;
    font-weight: 100;
  }
  .sommary .scroll-down {
    display: none;
  }
}

.description {
  padding: 10% 0;
  height: 100vh;
}
.description p {
  font-size: 25px;
}
.description h2 {
  font-weight: 100;
  font-size: clamp(3rem, 14.765vw - 6.468rem, 11.25rem);
}
@media all and (max-width: 400px) {
  .description p {
    padding-top: 26vh;
    font-size: 18px;
  }
  .description h2 {
    text-align: center;
    padding-top: 5vh;
  }
}
@media all and (min-width: 401px) and (max-width: 579px) {
  .description p {
    padding-top: 22vh;
    font-size: 20px;
  }
  .description h2 {
    text-align: center;
    padding-top: 8vh;
    font-size: 3rem;
  }
}
@media all and (min-width: 580px) and (max-width: 900px) {
  .description p {
    padding-top: 15vh;
    font-size: 18px;
  }
  .description h2 {
    text-align: center;
    padding-top: 15vh;
  }
}
.description .nom {
  font-size: 2.5rem;
  color: #007aff;
}
.description .line-nom {
  height: 1px;
  margin: 10px 0;
  background: rgb(68, 44, 103);
  background: linear-gradient(90deg, rgb(68, 44, 103) 0%, rgb(0, 122, 255) 50%, rgb(68, 44, 103) 100%);
}
@media all and (min-width: 500px) and (max-width: 900px) {
  .description .line-nom {
    margin-bottom: 40%;
  }
}

.bg-color {
  background-color: #007aff;
  transition: all 0.3s ease-out;
}

.competence h2 {
  text-align: center;
}
.competence .competence-grid {
  padding: 50px 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
}
@media all and (max-width: 569px) {
  .competence .competence-grid {
    column-gap: 20px;
  }
}
.competence img {
  width: 70px;
}

.line {
  height: 1px;
  margin: 15px auto;
  background: rgb(68, 44, 103);
  background: linear-gradient(90deg, rgb(68, 44, 103) 0%, rgb(0, 122, 255) 50%, rgb(68, 44, 103) 100%);
}

.swiper {
  width: 80%;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  display: inline-block;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.card-swiper1 {
  transition: all 0.3s ease;
}

.image-card img {
  border-radius: 5px;
}

.section-contact {
  width: 100%;
  padding: 10px;
}
.section-contact h2 {
  text-align: center;
}
.section-contact form {
  padding-top: 50px;
}
.section-contact form .group {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}
.section-contact form .group label {
  position: absolute;
  color: #000;
  top: 50%;
  left: 10%;
  padding-bottom: 2px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 20px;
  transition: all 0.4s ease-out;
}
.section-contact form .group input,
.section-contact form .group textarea {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 80%;
  padding: 10px 0;
  border: none;
  outline: none;
  background: none;
  border-bottom: 3px solid #1d1d1d;
  transition: all 0.4s ease-out;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.section-contact form .group textarea {
  background: rgba(0, 0, 0, 0.1254901961);
  border-radius: 10px;
}

#monform .group:focus-within label,
#monform .group.animation label {
  top: 0;
  transform: translateY(-100%);
  color: #007aff;
}

#monform .group:focus-within input,
#monform .group.animation input {
  border-bottom-color: #007aff;
}

#monform :nth-child(7) {
  width: 100%;
  text-align: center;
}

footer {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #000000;
  color: #fff;
}
footer p {
  font-size: 18px;
}
@media all and (max-width: 579px) {
  footer p {
    font-size: 16px;
  }
}
@media all and (max-width: 579px) {
  footer p {
    font-size: 12px;
  }
}
footer .line-footer {
  margin-bottom: 10px;
  height: 1px;
  background: rgb(68, 44, 103);
  background: linear-gradient(90deg, rgb(68, 44, 103) 0%, rgb(0, 122, 255) 50%, rgb(68, 44, 103) 100%);
}

/* version mobile */
@media all and (max-width: 900px) {
  .nom p {
    font-size: 16px;
  }
  .sommary {
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
    height: 100vh;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.1921568627);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    border: 1px solid #007aff;
    border-right: none;
    transform: translateX(200px);
    transition: all 0.4s ease;
  }
  .sommary.active {
    display: block;
    transition: all 0.4s ease;
    transform: translateX(0);
  }
  .burger {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: -10px;
    background-color: #007aff;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  .burger::after,
  .burger::before {
    content: "";
    display: inline-block;
    transform-origin: center;
    position: absolute;
    width: 40px;
    right: 0px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  .burger::after {
    top: 10px;
  }
  .burger::before {
    top: -10px;
  }
  .burger.open {
    width: 0;
    transform: translateX(0);
    transition: all 0.5s ease;
  }
  .burger.open::after {
    top: 0;
    transform: rotate(45deg);
    background-color: red;
  }
  .burger.open::before {
    top: 0;
    transform: rotate(-45deg);
    background-color: red;
  }
  .delay-1 {
    transition-delay: 0.5s;
  }
}

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