* {
    list-style: none;
    text-decoration: none;
    margin: 0px;
}

html, body {
  cursor: none !important;
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;         
}

input, textarea, [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

a, button, input, textarea, .nav-item {
  cursor: none !important;
}

body { 
  background-color: white;
  font-family: 'Poppins';
  
}


.glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8);
}
.back {
  min-height: 100vh; 
  display: flex;
  flex-direction: column; 
  
}

#tsparticles {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; 
}


.content-wrapper {
    position: relative;
    z-index: 1;
    background: transparent;
}

/*Menu de navigation*/
.navbar-container {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}


.glass-nav {
    background: rgba(0, 0, 0, 0.4); 
    backdrop-filter: blur(15px);    
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;            
    padding: 8px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 5px; 
}

.nav-item {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6); 
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.nav-item:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08); 
    transform: translateY(-1px);
}

.nav-item.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}


@media (max-width: 768px) {
    .navbar-container {
        top: 10px;
    }
    .glass-nav {
        padding: 5px 8px;
        border-radius: 30px;
        width: 95%; 
        display: flex;
        justify-content: center;
    }
    .nav-links {
        gap: 2px; 
        width: 100%;
        justify-content: space-around;
    }
    .nav-item {
        padding: 8px 6px;
        font-size: 0.65rem; 
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap; 
    }
}


@media (max-width: 380px) {
    .nav-item {
        font-size: 0.6rem;
        padding: 6px 4px;
    }
}


/* Mon site */
.title {
    font-size: 2.5em;
    color: white;
    
}

@media (max-width: 410px) {
    .title {
        font-size: 1.8em;
    }
}

.little_logo {
    width: 15%;
    height: auto;
    
}
.little_logo2 {
    width: 7%;
    height: auto;
}

p {
    color: white;
}

.rond2{
border-radius:50%;
width:60px;
height:60px;
outline:none;
color: #ffffff;
}

.text-gradient {
            background: linear-gradient(to right, #d946ef, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }



div.rond2{
text-align:center;
}

div.rond2 span{
position:relative;
font-size:20px;
top:40px;
}

.photo-cercle {
  border-radius: 50%; 
  padding: 5px;       
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ef4444); 
}
.custom-1 {
  height: 1px;
  background: linear-gradient(to right, #d946ef, #06b6d4);
  width: 50%;
}
.test6 {
  font-size: 20px;
}

@media (max-width: 752px) {
  .test6 {
    font-size: 16px;
  }
  .custom-1 {
    margin-top: 50px;
    
  }
  .little_logo, .little_logo2 {
    width: 20px;  
    }

  .color1 input {
    margin-top: 10px;
  }
}

    
.photo-cercle img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%; 
  object-fit: cover;  
  border: 3px solid white; 
}


.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center; 
    padding-top: 60px;
}

.title {
    font-size: 2.8rem; 
    font-weight: 700;
    color: white;
    white-space: nowrap; 
}

.rond2 {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}


@media (max-width: 768px) {
    .title {
        font-size: 1.8rem;
        white-space: normal;
        text-align: center;
    }
    .hero-text-content {
        padding-left: 0 !important;
        text-align: center;
    }
    .contact-list div {
        justify-content: center;
    }
    .hero-section {
        padding-top: 100px;
    }
}

.little_logo {
    width: 24px;   
    height: 24px;
    object-fit: contain;
}


.little_logo2 {
    width: 20px;   
    height: 20px;
    object-fit: contain;
}
/*Partie whoami*/
.wow {
    padding: 30px;          
    border-radius: 20px;    
}

.img-container {
    padding: 20px;          
    display: flex;
    justify-content: center;
}

.img-profile {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.1);  
}
.custom-btn {
  position: relative; 
  overflow: hidden;    
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3); 
  font-size: 0.8em;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); 
  border-radius: 8px;
  backdrop-filter: blur(5px);
}


.custom-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.6s;
}


.custom-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  transform: translateY(-2px); /* Petit saut vers le haut */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover::before {
  left: 150%;
}


.custom-btn:active {
  transform: translateY(0);
}
.custom-btn {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8em;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}


.custom-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.5s ease;
}

.custom-btn:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  
  transform: translateY(-2px);
}


.custom-btn:hover::before {
  left: 150%;
}
.who {
    color: white;
    font-size: 45px;
    font-weight: 600;
}
.txt {
    color: rgb(126, 128, 134);
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin: 0px;
}
.icon-border {
  display: inline-flex;
  padding: 2px;
  border-radius: 6%;
  background: linear-gradient(to right, #d946ef, #06b6d4);
  width: auto;
  font-size: 20px;
}
.icon-white {
  background-color: #111215; 
  color: white;
  font-size: 24px;
}


.color-1 {
    background-color: #18191d;
}

/*Partie mes experiences*/
.title2 {
    font-size: 23px;
    letter-spacing: 2px;
    color: white;
    font-weight: 500;
}
.color2 {
    border-radius: 10px;
}
.title3 {
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
    font-weight: 500;
}
.title4 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  background: linear-gradient(to right, #d946ef, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title5 {
    font-size: 15px;
    
    font-weight: 300;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title6 {
    font-size: 16px;
    text-decoration: underline;
    color: white;
    font-weight: 500;
    line-height: 1.5;
}

.title6 li {
    list-style-type: disc;
    
    color: white;
}

/*Certifications */

.title7 {
    font-size: 18px;
    letter-spacing: 6px;
    color: white;
}
.swiper {
      width: 100%;
      height: 100%;
    }

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

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
@media (max-width: 500px) {
      .title7 {
        letter-spacing: 3px;
      }
    }
@media (max-width: 412px) {
      .title7 {
        letter-spacing: 0px;
      }
    }



/*Mes projects*/
.multi {
    font-size: 45px;
    font-weight: 500;
    background: linear-gradient(to right, #d946ef, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sae {
    color: white;
    font-weight: 400;
    font-size: 25px;
}
.sae2{
    font-weight: bold;
    font-size: 17px;
    
}
.readmore {
    letter-spacing: 3px;
    background-color: #242529;
    color: white;
    border-radius: 3px;
    width: auto;
}

.bg3 {
    background-color: #18191d;
    border-radius: 5px;
    padding: 10px;
}


.bg3a {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: background 0.5s ease;
}


.bg3a::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/mes-projets/sae203.avif'); 
  background-size: cover;
  background-position: center;
  filter: blur(3px); 
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}


.bg3a:hover::before {
  opacity: 1;
}

.bg3a > .row {
  position: relative;
  z-index: 1;
  color: white; 
}

.bg3b {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: background 0.5s ease;
}

.bg3b::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/mes-projets/sae201.avif'); 
  background-size: cover;
  background-position: center;
  filter: blur(3px); 
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.bg3b:hover::before {
  opacity: 1;
}

.bg3b > .row {
  position: relative;
  z-index: 1;
  color: white; 
}

.bg3c {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: background 0.5s ease;
}

.bg3c::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/mes-projets/sae202.avif');
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.bg3c:hover::before {
  opacity: 1;
}

.bg3c > .row {
  position: relative;
  z-index: 1;
  color: white; /
}
.yes {
    color: white;
}

.border-gradient {
    display: inline-block;
    padding: 1px; 
    border-radius: 12px;
    background: linear-gradient(to right, #d946ef, #06b6d4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.content-inside {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);   
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.84);
    padding: 14px 35px;
    border-radius: 11px; 
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; 
}

.content-inside::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: all 0.7s ease;
}

.border-gradient:hover {
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.2);
}

.border-gradient:hover .content-inside {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05); 
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.border-gradient:hover .content-inside::before {
    left: 150%;
}

.border-gradient:active {
    transform: translateY(-1px);
}


/* Partie Contacter */
input {
  width: 300px;
  padding: 10px 0px !important;
  padding-left: 0;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid darkgrey;
  font-size: 20px;
  background: transparent;
  
}

input:focus {
  outline: none;
  color: white;
}

input::placeholder {
  font-size: 16px;
  color: #3c3c3c;
}
textarea {
  width: 300px;
  padding: 10px 0px !important;
  padding-left: 0;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid darkgrey;
  font-size: 20px;
  background: transparent;
  
}

textarea:focus {
  outline: none;
  color: white;
}

textarea::placeholder {
  font-size: 16px;
  color: #3c3c3c;
}

.btn2 {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 6px;
  color: #000000;
  font-size: 13px;
  background: #ffffff;
  padding: 13px 23px 13px 23px;
  text-decoration: none;
}

.btn2:hover {
  background: #ebebeb;
  text-decoration: none;
}



.glass-contact-card {
    max-width: 850px; 
    margin: 0 auto;   
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.contact-card-box {
    width: 90%;          
    max-width: 75%;     
    margin: 40px auto;   
    padding: 40px;
    
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.custom-input-glass {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2) ;
    border: 2px solid rgba(255, 255, 255, 0.1) ; 
    border-radius: 15px !important;
    padding: 15px 15px !important; 
    color: white !important;
    outline: none !important;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
}

.custom-input-glass:focus {
    border: 2px solid transparent !important;
    background-image: 
        linear-gradient(rgba(20, 20, 20, 1), rgba(20, 20, 20, 1)), 
        linear-gradient(to right, #d946ef, #06b6d4) !important;
    background-clip: padding-box, border-box !important;
    background-origin: border-box !important;

    padding: 15px 25px !important;
    box-shadow: 0 0 12px rgba(6, 182, 212, 0.2) !important;
}
.btn-glass-submit {
    padding: 14px 50px;
    border-radius: 15px !important; 
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: none; 
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid transparent !important;
    background-image: 
        linear-gradient(rgba(15, 15, 15, 0.8), rgba(15, 15, 15, 0.8)), 
        linear-gradient(to right, #d946ef, #06b6d4) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.btn-glass-submit:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: translateY(-4px);
    background-image: 
        linear-gradient(rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.9)), 
        linear-gradient(to right, #d946ef, #06b6d4) !important;
    box-shadow: 0 10px 25px rgba(217, 70, 239, 0.2), 0 0 15px rgba(6, 182, 212, 0.1);
}

.btn-glass-submit::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255, 255, 255, 0.15), 
        transparent
    );
    transition: all 0.6s ease;
}

.btn-glass-submit:hover::after {
    left: 150%;
}

.btn-glass-submit:active {
    transform: translateY(-1px);
}

input::selection, 
textarea::selection {
    background-color: rgba(217, 70, 239, 0.5); 
    color: #ffffff; 
}
input::-moz-selection, 
textarea::-moz-selection {
    background-color: rgba(217, 70, 239, 0.5);
    color: #ffffff;
}


/*Bouton Top Page */
.btn3 {
    height: 45px;
    width: 45px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #12c2e9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 25px;
    bottom: 25px;
    cursor: none;
    z-index: 9999;
}
.icone {
  width: 60px; 
  background-color: transparent;
}

.blanco {
  color: white;
}




/*Notifs*/
.cart-slide-notification {
  position: fixed;
  top: 20px;
  right: -300px;
  background-color: #1a1b1e;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: right 0.5s ease;
  z-index: 1000;
  font-weight: bold;
}

.cart-slide-notification.show {
  right: 20px;
}
.cart-slide-error {
  position: fixed;
  top: 20px;
  right: -300px;
  background-color: #f44336;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: right 0.5s ease;
  z-index: 1000;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-slide-error .icon {
  min-width: 20px;
  min-height: 20px;
  color: white;
  fill: white;
 
}

.cart-slide-error.show {
  right: 20px;
}



/*Barre de défilement*/
::-webkit-scrollbar {
  width: 10px; 
  cursor: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) #111215;
}

::-webkit-scrollbar-track {
  background: #111215;
  cursor: none; 
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2); 
  border-radius: 20px; 
  border: 2px solid #111215;
  transition: all 0.3s ease;
}




/* Mail success */

#toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email-toast-dark {
    background: rgba(15, 16, 20, 0.8); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    
    /* Animation d'entrée */
    animation: toastEnter 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.toast-msg {
    color: #f1f5f9;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
}

@keyframes toastEnter {
    from { opacity: 0; transform: translateX(50px) scale(0.9); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

.toast-exit {
    animation: toastExit 0.4s ease forwards;
}

@keyframes toastExit {
    to { opacity: 0; transform: scale(0.8); filter: blur(10px); }
}


