body {
  padding: 30px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.section1 {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partie1 {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.profile {
  width: 200px;
  height: 90px;
  display: flex;
  background: rgba(199, 199, 199, 0.28);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: #9191a0 0px 4px 6px;
}
.elements-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.name p {
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.profile-image {
  width: 90px;
  height: 80px;
  /*border: 1px solid #90973d;*/
  border-radius: 100%;
}

.bar-navig {
  width: 450px;
  height: 42px;
  background-color: #d9d9d9;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.bar-navig ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.bar-navig ul li a {
  text-decoration: none;
  color: #212199;
}

.bar-navig ul li a:hover {
  color: #769596;
}

.active {
  font-weight: bold;
}

.langues {
  width: 200px;
  height: 90px;
  background: rgba(199, 199, 199, 0.28);
  border-radius: 20px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(145, 145, 160, 0.25);
  justify-content: center;
  display: flex;
}
.element-langues {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.illustration {
  width: 50px;
  height: 43px;
}

.lang-select {
  position: relative;
  width: 90px;
}

.lang-select select {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  height: 36px;
  box-shadow: 0 4px 8px rgba(145, 145, 160, 0.25);
  color: #212199;
  border: none;
  border-radius: 20px;
  padding: 0 12px;
  cursor: pointer;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.lang-select .select-arrow {
  position: absolute;
  top: 50%;
  align-items: center;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #212199;
  font-weight: 600;
  font-family: "Material Symbols Outlined";
  font-variation-settings:
    "FILL" 0,
    "wght" 4,
    "GRAD" 100,
    "opsz" 0;
  font-size: 13px;
}

.section2 {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.accroche {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}
.accroche span {
  color: #3030eb;
}
.image-accroche {
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.accroche p {
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 17px; /* assuming a size, adjust if needed */
  text-align: center;
  font-weight: bold;
}
.unique {
  font-weight: normal;
  font-style: italic;
}
.conteneur-outils {
  width: 600px;
  height: 45px;
  margin-top: 95px;
  border-radius: 53px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: 20px;
}
.outils {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  color: #3030eb;
  white-space: nowrap;
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ABOUT-ME {
  margin-top: 30px;
}

.ecrisabout {
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  font-family: montserrat, sans-serif;
  position: relative;
  padding-bottom: 0;
}
.p-et-profil {
  margin-top: 9px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profil-img {
  width: 190px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profil-img img {
  height: 100%;
  border-radius: 20px;
}

.texte-about {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: small;
  border: rgba(30, 30, 416, 0.09) 1px solid;
  border-radius: 23px;
  border-radius: px;
  padding: 20px;
  max-width: 700px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.diff-aboutp {
  font-weight: 600;
  color: #3030eb;
}
.cadre p {
  text-align: center;
  border-radius: 25px;
  border: 1px solid #3030eb;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 20px;
  display: flex;
  font-family: montserrat, sans-serif;
  font-size: smaller;
  font-weight: 500;
}
.cadre-compétence {
  width: 800px;
  height: px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: rgba(255, 255, 255, 0.25) 1px solid #9191a0;
  /* border: 1px solid #5E525E */
  border: rgba(30, 30, 416, 0.06) 1px solid;
}
.une-à-une {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.une-à-une p {
  font-family: montserrat, sans-serif;
  font-size: smaller;
  font-weight: 520;
  box-shadow: 0 4px 8px rgba(30, 30, 416, 0.08);
  backdrop-filter: blur(4px);
  color: #212199;
  width: 450px;
  height: 25px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 53px;
}
.unique-c {
  font-weight: 400;
  font-style: italic;
}
.image-6 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}

.image-6 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-7 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -38px;
}
.image-7 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-8 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.image-8 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-9 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.image-9 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}

.image-10 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-10 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-11 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: -10px;
  margin-top: 5px;
}
.image-11 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-12 {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
}
.image-12 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.image-13 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.image-13 img {
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}

.portfolio {
  margin-top: 20px;
  padding: 0px;
}
.ecrisportfolio {
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  font-family: montserrat, sans-serif;
  position: relative;
  padding-bottom: 0px;
}
.text-mywork {
  font-family: montserrat, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unique-work {
  background: linear-gradient(to right, #0c0c0c, #3030eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* display: flex; */
  font-family: montserrat, sans-serif;
  position: relative;
  padding-bottom: 0px;
  font-size: 20px;
}
.cadre-skills {
  width: 187px;
  height: 270px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.2);
  backdrop-filter: blur(20px);
  border: rgba(22, 31, 73, 0.06) 1px solid;
  /* display: flex; */
}
.cadre-skills:hover {
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.4);
}
.titre-skill {
  /*  margin-top: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #0c0c0c, #3030eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.titre2-skill {
  margin-top: -8px;
  display: flex;
  font-family: montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #000000;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.diff-port {
  font-weight: normal;
  font-style: italic;
  color: #3030eb;
}
.conteneur-btn {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-voir {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 32px;
  border-radius: 90px;
  font-size: 10px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.2);
}
.btn-voir a {
  font-family: montserrat, sans-serif;
  text-decoration: none;
  font-weight: 600;
}
.btn-voir:hover {
  transform: translateY(-2px);
}
.btn-voir a:hover {
  color: #3030eb;
}
.cadres-portfolio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.image-skill img {
  margin-left: 10px;
}
.image-skill1 img {
  margin-left: 10px;
}
.image-skill2 img {
  margin-left: 10px;
  margin-top: 14px;
}
.autres {
  display: flex;
  gap: 12px;
}
.Quotes {
  margin-top: 20px;
  padding: px;
  /* display: flex; */
  /*  align-items: center;
  justify-content: center; */
}
.ecrisquotes {
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  font-family: montserrat, sans-serif;
  position: relative;
  padding-bottom: 0px;
}
.élementsquotes {
  text-align: center;
  display: flex;
  font-family: montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cadre-quotes {
  width: 730px;
  height: 381;
  border: rgba(30, 30, 416, 0.09) 1px solid;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.2);
  /* backdrop-filter: blur(20px); */
  border-radius: 20px;
}
.code {
  align-items: center;
  justify-content: center;
  /*  margin-left: 200px; */
  display: flex;
  gap: 2px;
  font-weight: bold;
  background: linear-gradient(to right, #0c0c0c, #3030eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.material-symbols-outlined {
  margin-top: 0px;
}
.Design {
  font-weight: bold;
  background: linear-gradient(to right, #0c0c0c, #3030eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-quote1 {
  font-size: small;
  margin-top: -9px;
}
.text-quote1 b {
  font-weight: normal;
  font-style: italic;
  color: #3030eb;
}
.reduit1 {
  margin-top: -8px;
}
.text-quote2 {
  font-size: small;
  margin-top: -20px;
}
.text-quote2 b {
  font-weight: normal;
  font-style: italic;
  color: #3030eb;
}
.reduit2 {
  margin-top: -8px;
}

.contacts {
  margin-top: 20px;
  margin-top: 30px;
  /* padding: 30px; */
}
.ecriscontacts {
  background: linear-gradient(to bottom, #3030eb, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  font-family: montserrat, sans-serif;
  position: relative;
  /* padding-bottom: 0px; */
  margin-left: 2px;
  margin-top: -8px;
}
.entete-contacts {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-contact2 {
  margin-top: -6px;
}
.contenant {
  gap: 10px;
}
.socials-icons {
  margin-top: 40px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-img img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
}
.style-img a img:hover {
  transform: translateY(-2px);
}
.style-img2 img {
  width: 91px;
  height: 24px;
}
.style-img2 a img:hover {
  transform: translateY(-2px);
}
.style-img3 img {
  width: 79px;
  height: 22px;
}
.style-img3 a img:hover {
  transform: translateY(-2px);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  font-family: montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Espace-NP {
  width: 430px;
  height: 10px;
  border-radius: 15px;
  padding: 15px 20px;
  border: rgba(30, 30, 416, 0.04) 1px solid;
  box-shadow: 0 4px 10px rgba(30, 30, 416, 0.1); /* Ombre lavande */
  outline: none;
  font-size: 14px;
  color: #000000;
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.Espace-NP:hover {
  border-color: #3030eb;
}
.Espace-mail {
  width: 430px;
  height: 10px;
  border-radius: 15px;
  padding: 15px 20px;
  border: rgba(30, 30, 416, 0.04) 1px solid;
  box-shadow: 0 4px 10px rgba(30, 30, 416, 0.1); /* Ombre lavande */
  outline: none;
  font-size: 14px;
  color: #000000;
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.Espace-mail:hover {
  border-color: #3030eb;
}
.espaceMessage {
  width: 430px;
  height: 100px;
  border-radius: 15px;
  padding: 15px 20px;
  border: rgba(30, 30, 416, 0.04) 1px solid;
  box-shadow: 0 4px 10px rgba(30, 30, 416, 0.1); /* Ombre lavande */
  outline: none;
  font-size: 14px;
  color: #000000;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  resize: none;
}
.espaceMessage:hover {
  border-color: #3030eb;
}

.submit-btn {
  font-family: montserrat, sans-serif;
  width: 125px;
  height: 32px;
  border-radius: 90px;
  font-size: 10px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.1);
  border: rgba(30, 30, 416, 0.01) 1px solid;
  color: #212199;
  font-weight: bold;
  background-color: #fff;
}
.submit-btn:hover {
  background-color: #3030eb;
  color: #ffffff;
  transform: translateY(-2px);
  /* margin: 10px 10px; */
}

.footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: montserrat, sans-serif;
  background: #2e2e2e;
  border-radius: 5px;
}
.cadre-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: smaller;
  font-size: 11px;
  color: #787676;
}
.cadre-footer a {
  color: #787676;
}
.cadre-footer a:hover {
  color: #3030eb;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  width: 18px;
  height: 1px;
  background: #212199;
  margin: 1px 0;
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, 0px);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Extra Small Screens (360px - 480px) */
@media screen and (min-width: 360px) and (max-width: 481px) {
  body {
    padding: 10px;
  }

  /* Section 1 - Header */
  .partie1 {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }

  .profile {
    width: 100px;
    height: 50px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .elements-profile {
    gap: 12px;
  }

  .profile-image {
    width: 35px;
    height: 35px;
  }

  .name p {
    font-size: 7.7px;
  }

  .bar-navig {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    position: relative;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: #9191a0 0px 4px 6px;
  }

  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    width: 20px;
    height: 2.5px;
    background: #212199;
    margin: 3px 0;
    transition: all 0.3s ease;
    display: block;
  }

  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  .bar-navig ul {
    display: none;
  }

  #nav-menu {
    display: none;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    top: 65px;
    left: 15px;
    right: 15px;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border: rgba(30, 30, 416, 0.1) 1px solid;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    gap: 0;
    list-style: none;
    margin: 0;
    min-width: 150px;
  }

  #nav-menu.active {
    display: flex;
  }

  #nav-menu li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(30, 30, 416, 0.1);
  }

  #nav-menu li:last-child {
    border-bottom: none;
  }

  #nav-menu li a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #212199;
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  #nav-menu li a:hover {
    background: rgba(48, 48, 235, 0.1);
    color: #3030eb;
  }

  .langues {
    width: 100px;
    height: 50px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .element-langues {
    gap: 8px;
  }

  .illustration {
    width: 25px;
    height: 20px;
  }

  .lang-select {
    width: 55px;
  }

  .lang-select select {
    font-size: 7px;
    height: 28px;
    border-radius: 12px;
    padding: 0 8px;
  }

  .lang-select .select-arrow {
    font-size: 9px;
    right: 12px;
  }

  /* Section 2 - Accroche */
  .accroche {
    margin-top: -50px;
  }

  .accroche p {
    font-size: 10px;
  }

  .image-accroche {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 15px;
  }

  .conteneur-outils {
    width: 95%;
    max-width: 350px;
    height: 30px;
    margin-top: 40px;
    border-radius: 40px;
  }

  .outils {
    margin-top: 5px;
    gap: 8px;
    font-size: 7px;
  }

  /* Section About */
  .ABOUT-ME {
    margin-top: 20px;
  }

  .ecrisabout h2 {
    font-size: 14px;
    margin-left: 30px;
  }

  .texte-about {
    font-size: 9.7px;
    border-radius: px;
    padding: 23.5px;
    max-width: 280px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cadre p {
    width: 100px;
    height: 18px;
    font-size: 7px;
    border-radius: 20px;
    margin-top: 15px;
  }

  .cadre-compétence {
    height: auto;
    width: 95%;
    max-width: 440px;
    border-radius: 15px;
    padding: 10px;
  }

  .une-à-une {
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .une-à-une p {
    font-size: 9.5px;
    width: 200px;
    height: 20px;
    border-radius: 40px;
  }
  .image-6,
  .image-7,
  .image-8,
  .image-9,
  .image-10,
  .image-11,
  .image-12 {
    width: 18px;
    height: 18px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .autres {
    margin-right: 15px;
    margin-left: 25px;
  }

  /* Portfolio */
  .ecrisportfolio h2 {
    font-size: 14px;
  }

  .text-mywork {
    font-size: 13px;
  }

  .unique-work {
    font-size: 14px;
  }

  .cadres-portfolio {
    flex-direction: column;
    gap: 15px;
  }

  .cadre-skills {
    width: 160px;
    height: 220px;
    border-radius: 15px;
  }

  .titre-skill {
    font-size: 9.5px;
  }

  .titre2-skill {
    font-size: 8.5px;
  }

  .conteneur-btn {
    margin-top: 80px;
  }

  .btn-voir {
    width: 100px;
    height: 28px;
    border-radius: 80px;
    font-size: 8px;
  }
  .image-skill img {
    margin-left: -3px;
    margin-top: -6px;
  }
  .image-skill1 img {
    margin-left: -1px;
  }
  .image-skill2 img {
    margin-left: -5px;
    margin-top: -0.5px;
  }

  /* Quotes/Tarifs */
  .ecrisquotes h2 {
    font-size: 14px;
  }

  .élementsquotes {
    flex-direction: column;
    gap: 10px;
  }

  .cadre-quotes {
    width: 280px;
    height: auto;
    border-radius: 15px;
    padding: 15px;
  }

  .img1quotes,
  .img2quotes {
    width: 80px;
  }

  .img1quotes img,
  .img2quotes img {
    width: 100%;
    height: auto;
  }

  .Design {
    font-size: 11px;
  }

  .code {
    font-size: 11px;
  }

  .text-quote1,
  .text-quote2 {
    font-size: 8px;
  }

  /* Contacts */
  .ecriscontacts h2 {
    font-size: 14px;
  }

  .entete-contacts {
    gap: 8px;
  }

  .socials-icons {
    margin-top: 25px;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .style-img img {
    width: 25px;
    height: 25px;
  }

  .style-img2 img {
    width: 70px;
    height: 18px;
  }

  .style-img3 img {
    width: 60px;
    height: 16px;
  }

  .contact-form {
    gap: 12px;
    margin-top: 20px;
  }

  .Espace-NP,
  .Espace-mail {
    width: 95%;
    max-width: 280px;
    height: 8px;
    font-size: 11px;
    padding: 12px 15px;
    border-radius: 12px;
  }

  .espaceMessage {
    width: 95%;
    max-width: 280px;
    height: 80px;
    font-size: 11px;
    padding: 12px 15px;
    border-radius: 12px;
  }

  .submit-btn {
    width: 100px;
    height: 28px;
    font-size: 9px;
    border-radius: 80px;
  }

  /* Footer */
  .footer {
    margin-top: 15px;
    border-radius: 5px;
  }

  .cadre-footer {
    gap: 8px;
    font-size: 8px;
  }
}

/* Small Screens (481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    padding: 20px;
  }
  /* Section 1 - Header */
  .partie1 {
    display: flex;
    gap: 10px;
  }

  .profile {
    width: 150px;
    height: 70px;
    border-radius: 15px;
  }

  .elements-profile {
    gap: 15px;
  }

  .profile-image {
    width: 50px;
    height: 48px;
  }

  .name p {
    font-size: 8px;
  }

  .bar-navig {
    width: 90px;
    height: 25px;
    border-radius: 7px;
    position: relative;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: #9191a0 0px 4px 6px;
  }

  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    width: 20px;
    background: #212199;
    transition: all 0.3s ease;
    display: block;
  }

  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(0px, 0px);
  }

  .bar-navig ul {
    display: none;
  }

  #nav-menu {
    display: none;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    top: 65px;
    left: 15px;
    right: 15px;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border: rgba(30, 30, 416, 0.1) 1px solid;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    gap: 0;
    list-style: none;
    margin: 0;
    min-width: 150px;
  }

  #nav-menu.active {
    display: flex;
  }

  #nav-menu li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(30, 30, 416, 0.1);
  }

  #nav-menu li:last-child {
    border-bottom: none;
  }

  #nav-menu li a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #212199;
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  #nav-menu li a:hover {
    background: rgba(48, 48, 235, 0.1);
    color: #3030eb;
  }

  .langues {
    width: 150px;
    height: 70px;
    border-radius: 15px;
  }

  .element-langues {
    gap: 15px;
  }

  .illustration {
    width: 38px;
    height: 32px;
  }

  .lang-select {
    width: 75px;
  }

  .lang-select select {
    font-size: 9px;
    height: 32px;
    border-radius: 18px;
  }

  .lang-select .select-arrow {
    font-size: 11px;
  }

  /* Section 2 */
  .accroche {
    margin-top: px;
  }

  .accroche p {
    font-size: 13px;
  }

  .image-accroche {
    border-radius: 18px;
  }

  .conteneur-outils {
    width: 90%;
    max-width: 450px;
    height: 38px;
    margin-top: 20px;
    border-radius: 50px;
  }

  .outils {
    font-size: 9px;
    gap: 12px;
  }

  /* About */
  .ecrisabout h2 {
    font-size: 16px;
  }

  .p-et-profil {
    gap: 15px;
    flex-direction:;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cadre-profil {
    width: 320px;
    height: 120px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profil-image img {
    border: none;
  }

  .texte-about {
    font-size: 10px;
    border-radius: 20px;
    max-width: 320px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  .cadre p {
    width: 130px;
    height: 19px;
    font-size: 8px;
    margin-top: 20px;
  }

  .cadre-compétence {
    width: 90%;
    max-width: 450px;
    height: auto;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  .profil-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .profil-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .une-à-une {
    gap: 15px;
  }
  .image-6 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
  }

  .image-6 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .image-7 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -38px;
  }
  .image-7 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .image-8 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
  }
  .image-8 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .image-9 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
  }
  .image-9 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }

  .image-10 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-10 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .image-11 {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
  }
  .image-11 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .autres {
    display: flex;
    gap: 0px;
    margin-left: 35px;
  }
  .image-12 {
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  .image-12 img {
    /* width: 90%; */
    height: 100%;
    object-fit: cover;
  }
  .une-à-une p {
    font-size: 9px;
    width: 300px;
    height: 22px;
  }

  /* Portfolio */
  .ecrisportfolio h2 {
    font-size: 16px;
  }

  .text-mywork {
    font-size: 13px;
  }

  .cadres-portfolio {
    flex-wrap: wrap;
    gap: 15px;
  }

  .cadre-skills {
    width: 170px;
    height: 250px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
  }

  .titre-skill {
    font-size: 11px;
  }

  .titre2-skill {
    font-size: 9.5px;
  }

  .conteneur-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-voir {
    width: 115px;
    height: 30px;
    border-radius: 85px;
    font-size: 9px;
    margin-top: -50px;
  }
  .image-skill img {
    margin-left: -10px;
    margin-top: -8px;
  }
  .image-skill1 img {
    margin-left: -18px;
    margin-top: -8px;
  }
  .image-skill2 img {
    margin-left: -17px;
    margin-top: -8px;
  }

  /* Quotes */
  .ecrisquotes h2 {
    font-size: 16px;
  }

  .élementsquotes {
    flex-direction: column;
    gap: 10px;
  }

  .cadre-quotes {
    width: 430px;
    height: auto;
    border-radius: 18px;
    padding: 20px;
  }

  .img1quotes,
  .img2quotes {
    width: px;
  }
  .img1quotes {
    width: 100px;
    height: 100px;
  }
  .img1quotes img {
    height: 100%;
    object-fit: cover;
  }
  .img2quotes {
    width: 100px;
    height: 100px;
  }
  .img2quotes img {
    height: 100%;
    object-fit: cover;
  }

  .Design,
  .code {
    font-size: 12px;
  }

  .text-quote1,
  .text-quote2 {
    font-size: 9px;
  }

  /* Contacts */
  .ecriscontacts h2 {
    font-size: 16px;
  }

  .socials-icons {
    margin-top: 30px;
    gap: 8px;
  }

  .style-img img {
    width: 28px;
    height: 28px;
  }

  .style-img2 img {
    width: 80px;
    height: 20px;
  }

  .style-img3 img {
    width: 70px;
    height: 18px;
  }

  .contact-form {
    gap: 15px;
  }

  .Espace-NP,
  .Espace-mail {
    width: 350px;
    height: 9px;
    font-size: 12px;
    padding: 13px 18px;
    border-radius: 13px;
  }

  .espaceMessage {
    width: 350px;
    height: 90px;
    font-size: 12px;
  }

  .submit-btn {
    width: 115px;
    height: 30px;
    font-size: 9px;
  }

  .footer {
    border-radius: 5px;
  }

  .cadre-footer {
    font-size: 9px;
    gap: 10px;
  }

  .bouton-show {
    gap: px;
  }
  .bouton1-show {
    width: 90px;
    height: 28px;
    font-size: 7px;
  }
  .elementsss-porfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .elementss-portfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }

  .show {
    width: 100%;
    height: 110px;
  }
  .show1 {
    width: 80%;
    height: 110px;
    margin-left: 40px;
  }
  .bouton1-show span {
    color: #3030eb;
    font-size: 11px;
    font-weight: bold;
  }
  .textes {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: small;
    margin-left: 5px;
  }
  .textes b {
    font-family: "Montserrat", sans-serif;
    color: #3030eb;
    font-weight: 500;
  }
}

/* Medium Screens (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    padding: 25px;
  }

  .partie1 {
    gap: 15px;
  }

  .profile {
    width: 180px;
    height: 80px;
  }

  .profile-image {
    width: 60px;
    height: 58px;
  }

  .name p {
    font-size: 9px;
  }

  .bar-navig {
    width: 380px;
    height: 40px;
  }

  .bar-navig ul {
    gap: 18px;
    font-size: 11px;
  }

  .langues {
    width: 180px;
    height: 80px;
  }

  .illustration {
    width: 45px;
    height: 38px;
  }

  .lang-select select {
    font-size: 10px;
    height: 34px;
  }

  .accroche p {
    font-size: 15px;
  }
  .image-accroche {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conteneur-outils {
    width: 90%;
    max-width: 500px;
    height: 42px;
    margin-top: 30px;
  }

  .outils {
    font-size: 10px;
  }

  .ecrisabout h2,
  .ecrisportfolio h2,
  .ecrisquotes h2,
  .ecriscontacts h2 {
    font-size: 18px;
  }
  .p-et-profil {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cadre-profil {
    width: 280px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .texte-about {
    font-size: 11px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    max-width: 350px;
  }

  .cadre p {
    width: 145px;
    height: 21px;
    font-size: 9px;
    margin-top: 20px;
  }

  .cadre-compétence {
    width: 90%;
    max-width: 550px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .profil-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }

  .profil-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: none;
  }

  .une-à-une p {
    font-size: 10px;
    width: 400px;
    height: 24px;
  }
  .autres {
    display: flex;
    gap: 7px;
    margin-right: -5px;
  }
  .image-10 {
    margin-top: px;
  }
  .image-12 {
    width: 18px;
    height: 18px;
  }
  .image-12 img {
    height: 100%;
    object-fit: cover;
  }
  .image-6,
  .image-7,
  .image-8,
  .image-9,
  .image-10,
  .image-11 {
    width: 22px;
    height: 22px;
  }

  .text-mywork {
    font-size: 14px;
  }

  .unique-work {
    font-size: 18px;
  }

  .cadres-portfolio {
    gap: 25px;
  }

  .cadre-skills {
    width: 180px;
    height: 260px;
    display: flex;
    flex-direction: column;
  }

  .titre-skill {
    font-size: 10px;
  }

  .titre2-skill {
    font-size: 10px;
  }

  .conteneur-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-voir {
    width: 120px;
    height: 31px;
    font-size: 10px;
    margin-top: -50px;
  }
  .image-skill img {
    margin-left: -14px;
    margin-top: -8px;
  }
  .image-skill1 img {
    margin-left: -19px;
    margin-top: -8px;
  }
  .image-skill2 img {
    margin-left: -15px;
    margin-top: -8px;
  }
  .élementsquotes {
    gap: 10px;
  }

  .cadre-quotes {
    width: 700px;
    height: auto;
  }

  .img1quotes {
    width: 180px;
    height: 180px;
  }
  .img1quotes img {
    height: 100%;
    object-fit: cover;
  }
  .img2quotes {
    width: 180px;
    height: 180px;
  }
  .img2quotes img {
    height: 100%;
  }
  .text-quote1,
  .text-quote2 {
    font-size: 10px;
  }

  .socials-icons {
    gap: 8px;
  }

  .style-img img {
    width: 30px;
    height: 30px;
  }

  .style-img2 img {
    width: 85px;
    height: 23px;
  }

  .style-img3 img {
    width: 75px;
    height: 20px;
  }

  .Espace-NP,
  .Espace-mail {
    width: 400px;
    font-size: 13px;
  }

  .espaceMessage {
    width: 400px;
    height: 95px;
    font-size: 13px;
  }

  .submit-btn {
    width: 120px;
    height: 31px;
    font-size: 10px;
  }

  .cadre-footer {
    font-size: 10px;
  }

  .bouton-show {
    gap: px;
  }
  .bouton1-show {
    width: 90px;
    height: 28px;
    font-size: 7px;
  }
  .elementsss-porfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .elementss-portfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .show {
    width: 80%;
    height: 110px;
  }
  .show1 {
    width: 80%;
    height: 110px;
    margin-left: 40px;
  }
  .bouton1-show span {
    color: #3030eb;
    font-size: 11px;
    font-weight: bold;
  }
  .textes {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: small;
    margin-left: 5px;
  }
  .textes b {
    font-family: "Montserrat", sans-serif;
    color: #3030eb;
    font-weight: 500;
  }
}

/* Large Screens (1025px+) */
@media screen and (min-width: 1025px) {
  /* Keep original sizes */
}
@media screen and (max-width: 481px) {
  body {
    padding: 15px;
  }
  .accroche {
    margin-top: 10px;
  }
  .image-10 {
    width: 15px;
    height: 15px;
    margin-right: -10px;
  }
  .image-10 img {
    height: 100%;
    object-fit: cover;
    margin-right: 59px;
  }
  .image-11 {
    width: 13px;
    height: 13px;
    margin-right: -10px;
  }
  .image-11 img {
    height: 100%;
    object-fit: cover;
    margin-right: 15px;
    margin-top: -3px;
  }
  .image-12 {
    width: 11px;
    height: 11px;
  }
  .image-12 img {
    height: 100%;
    object-fit: cover;
    margin-right: 45px;
  }
  .image-13 {
    width: 10px;
    height: 10px;
  }
  .image-13 img {
    height: 100%;
    object-fit: cover;
    margin-right: 20px;
  }
  .btn-voir {
    margin-top: 45px;
  }
  .ecrisabout {
    margin-left: -30px;
    margin-top: 20px;
  }
  .bar-navig {
    width: 100px;
    height: 30px;
    border-radius: 8px;
  }
  .hamburger span {
    width: 18px;
    height: 1px;
    background: #212199;
    margin: 1px 0;
    transition: all 0.3s ease;
  }
  .hamburger {
    /*  flex-direction: column; */
    cursor: pointer;
  }
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(0px, 0px);
  }

  .img-contact {
    margin-top: 73px;
    margin-right: 210px;
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .img-contact img {
    width: 100%;
    height: auto;
  }
  .ecriscontacts {
    margin-right: 0px;
  }
  .img-contact2 {
    margin-top: 73px;
    margin-right: -210px;
    width: 100px;
    height: 100px;
    position: absolute;
  }
  .img-contact2 img {
    width: 100%;
    height: auto;
  }
  .style-img {
    z-index: 1;
  }
  .accroche p {
    font-size: 12px;
  }
  .partie1 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
  }
  .conteneur-outils {
    width: 600px;
    height: 25px;
    margin-top: 95px;
    border-radius: 53px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
  }
  .outils {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 10px;
    font-weight: 400;
    color: #3030eb;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
  }
  .ecrisabout h2 {
  }
}

.bouton-show {
  display: flex;
  gap: 12px;
}
.bouton1-show a {
  font-family: "montserrat";
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
.bouton1-show a b {
  font-family: "Montserrat", sans-serif;
  color: #3030eb;
}

.bouton1-show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 32px;
  border-radius: 90px;
  font-size: 10px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.2);
}
.bouton1-show:hover {
  background-color: rgb(30, 30, 416, 0.1);
}
.textes b {
  font-family: "Montserrat", sans-serif;
  color: #3030eb;
  font-weight: 400;
}

.show {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 130px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.1);
  border-radius: 15px;
}
.show1 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 130px;
  box-shadow: 0px 4px 8px rgba(30, 30, 416, 0.1);
  border-radius: 15px;
}
.show:hover {
  transform: translateY(-2px);
}
.elementsss-porfolio {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.elementss-portfolio {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.titre-skill2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #0c0c0c, #3030eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.titre2-skill2 {
  margin-top: -8px;
  display: flex;
  font-family: montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #000000;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.diff-port1 {
  color: #3030eb;
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}
.bouton1-show span {
  color: #3030eb;
}

@media screen and (max-width: 481px) {
  .bouton-show {
    gap: px;
  }
  .bouton1-show {
    width: 90px;
    height: 28px;
    font-size: 7px;
  }
  .elementsss-porfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .elementss-portfolio {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .show {
    width: 80%;
    height: 110px;
  }
  .show1 {
    width: 80%;
    height: 110px;
    margin-left: 40px;
  }
  .bouton1-show span {
    color: #3030eb;
    font-size: 11px;
    font-weight: bold;
  }
  .textes {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: small;
    margin-left: 5px;
  }
  .textes b {
    font-family: "Montserrat", sans-serif;
    color: #3030eb;
    font-weight: 500;
  }
}

.image-skill {
  width: 125px;
  height: 125px;
  margin-left: 15px;
  margin-top: 18px;
  position: absolute;
}
.image-skill img {
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-skill2 {
  width: 125px;
  height: 125px;
  margin-left: 12px;
  position: absolute;
}
.image-skill2 img {
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-skill1 {
  width: 125px;
  height: 125px;
  margin-top: 15px;
  position: absolute;
}
.image-skill1 img {
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 481px) {
  .btn-voir {
    position: absolute;
    margin-top: 180px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .show {
    width: 80%;
  }
  .show1 {
    width: 80%;
  }
}
