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

body { 
  background-color: #111215;
 
  font-family: 'Poppins';
  overflow-x: hidden;
}

.back {
  min-height: 100%;
  background: linear-gradient(
    190deg,
    #141518 49.9%,
    #111215 50%
  );
}


.navbar {
    position: relative;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto; 
    box-sizing: border-box;
    align-items: center;

}

.navbar a {
    color: white;
    font-size: 1em;
}

.navbar .logo {
    font-size:1.5em;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;

}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    margin: 0 25px;
    
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 30px;
    right: 1px;
    width: 35px;
}

.mobile-menu {
    margin-left: 0;
}

.nav-links {
    transform: none;
}
/* Dans la media query mobile : */
@media screen and (max-width: 900px){
    .navbar {
        padding: 0;
        width: 100%; /* Prendre toute la largeur en mobile */
        position: relative;
    }
    .navbar .menu-hamburger {
        display: block;
        position: fixed; /* Fixe dans la fenêtre */
        top: 15px;
        right: 15px;
        width: 35px;
        z-index: 10000; /* Au dessus de tout */
        cursor: pointer; /* style pointeur */
    }
    .navbar .logo {
        display:none;
    }
    .nav-links {
        top: 0;
        left: 0;  /* enlever -100px */
        position: fixed; /* fixe pour full screen */
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #11141b;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 9999;
    }

    .nav-links.mobile-menu {
        transform: translateX(0);
    }
    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar .nav-links ul li {
        margin: 25px;
        font-size: 1.2em;
    }
}



/* Mon site */
.title {
    font-size: 2.5em;
    color: white;
}
.little_logo {
    width: 10%;
    height: auto;
    flex-shrink: 0;
}
.little_logo2 {
    width: 5%;
    height: auto;
    flex-shrink: 0;
}
p {
    color: white;
}

.rond2{
border-radius:50%;
width:60px;
height:60px;
background: linear-gradient(#141518, #141518);
border:1px solid grey;
outline:none;
color: #ffffff;

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

div.rond2 span{
position:relative;
font-size:20px;
top:40px;
}
.photo-cercle {
  width: 270px;
  height: 270px;
  border-radius: 50%; 
  padding: 5px;       
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ef4444);

  display: inline-block;  
}

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


/*Partie whoami*/
.custom-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 0.8em;
  padding: 10px;
}

.custom-btn:hover {
  background-color: white;
  color: black;
}
.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(45deg, #3b82f6, #8b5cf6, #ef4444);
  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 {
    background-color: rgba(0, 0, 0, 0.299);
    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(45deg, #3b82f6, #8b5cf6, #ef4444);
  -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 */
.bg2 {
    background-color: #111215;
}
.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;
    }

/*Mes projects*/
.multi {
    font-size: 45px;
    
    font-weight: 500;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ef4444);
  -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;
  background-color: #18191d; /* fallback */
  transition: background 0.5s ease;
}

/* Pseudo-élément avec image floutée */
.bg3a::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/network.jpg'); /* ton image ici */
  background-size: cover;
  background-position: center;
  filter: blur(3px); /* intensité du flou */
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Affiche l'image floue au hover */
.bg3a:hover::before {
  opacity: 1;
}

/* Contenu au-dessus de l’image */
.bg3a > .row {
  position: relative;
  z-index: 1;
  color: white; /* ou une autre couleur pour le contraste */
}


.bg3b {
  position: relative;
  overflow: hidden;
  background-color: #18191d; /* fallback */
  transition: background 0.5s ease;
}

/* Pseudo-élément avec image floutée */
.bg3b::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/network2.jpg'); /* ton image ici */
  background-size: cover;
  background-position: center;
  filter: blur(3px); /* intensité du flou */
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Affiche l'image floue au hover */
.bg3b:hover::before {
  opacity: 1;
}

/* Contenu au-dessus de l’image */
.bg3b > .row {
  position: relative;
  z-index: 1;
  color: white; /* ou une autre couleur pour le contraste */
}

.bg3c {
  position: relative;
  overflow: hidden;
  background-color: #18191d; /* fallback */
  transition: background 0.5s ease;
}

/* Pseudo-élément avec image floutée */
.bg3c::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('img/network3.jpg'); /* ton image ici */
  background-size: cover;
  background-position: center;
  filter: blur(3px); /* intensité du flou */
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Affiche l'image floue au hover */
.bg3c:hover::before {
  opacity: 1;
}

/* Contenu au-dessus de l’image */
.bg3c > .row {
  position: relative;
  z-index: 1;
  color: white; /* ou une autre couleur pour le contraste */
}
.yes {
    color: white;
}
.border-gradient {
  padding: 2px; /* épaisseur de la bordure */
  border-radius: 8px;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ef4444); /* dégradé */
  display: inline-block;
}

.content-inside {
  background-color: #000; /* ou blanc, ou ce que tu veux */
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 15px;
  color: white;
}
.content-inside:hover {
    background-color: #1a1a1a;
}



/* 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;
}


/*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: pointer;
}
.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;
}