
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Anek+Telugu:wght@100..800&family=Boldonse&family=Montserrat:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.presentation{
font-size: 15px;
 position: relative;
 width: 65%;
 flex-wrap: wrap;
 max-width: 100%;
 margin: 10% auto;
 font-weight: 100;
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 
}
.menu li a{
    text-decoration: none;
    margin: 10px;
    letter-spacing: 1px;
    color: aliceblue;
}

nav .menu{
  display: flex;
  align-items: center;
  padding-left: 60%;
  list-style: none;
  flex-wrap: wrap;

}
.menu li a:hover{
color: blue;
}
body{
 background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);

  color: white;
}

.section{
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 50px 40px 5px;
}

.code{
  color:  mediumspringgreen;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
 .photo img{
  border: 25px outset  rgb(0, 37, 250);
  border-radius: 50%;
}
.code#haut{
  position: absolute;
  top: 20px;
  left: 20px;
  color: mediumspringgreen;
}
.signe{
  color: mediumspringgreen;
}
.port{
  color: #00bfff;
  font-size: 15px;
}
.nom{
  color: #00bfff;
}
.paragraphe{
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contact li{
   margin: 20px auto;
   padding: 5px;
   list-style: none;
   text-decoration: none;
  
}

.contact li a i{
  color: white;
}

.contact {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  border: 1px solid white;
  border-radius: 15px;
}
article{
  padding-left: 25px;
  padding-right: 25px;

}
.titre2{
 padding-left: 50%;
}
.titre3{
  padding-left: 35%;
  padding-top: 25px;
}

.contenair{
  flex-wrap: wrap;
  text-align: center;
 
}

.object, .certificats{
  padding: 10px;
}
.object{
  background: rgba(255,255,255,0.05);
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  border-radius: 10px;
}
.certificats{
  background: rgba(255,255,255,0.05);
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  border-radius: 10px;
}

.photo-logos{
 
 display: flex;
 gap: 25px;
 padding-left: 40%;
 padding-right: 25%;
 flex-wrap: wrap;
}

.photo-logos img{
width: 150px;
border-radius: 15px;
}
.projet{
  text-align: center;
  flex-wrap: wrap;
}


footer{
  text-align: center;
  align-items: center;
  padding-left: 5%;
  font-size: 13px;
}

.formulaire {
  width: 60%;
  margin: 30px auto;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  text-align: center;
}

.formulaire h2 {
  margin-bottom: 15px;
}

.formulaire form {
  display: flex;
  flex-direction: column;
}

.formulaire input,
.formulaire textarea {
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 8px;
  outline: none;
}

.formulaire button {
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #00bfff;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.formulaire button:hover {
  background: #009acd;
}


.recherche {
  text-align: center;
  margin: 20px 0;
}

.recherche input {
  width: 50%;
  max-width: 400px;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 14px;
}

.recherche input:focus {
  box-shadow: 0 0 5px #00bfff;
}

.poubelle, .sahemarket, .logo {
  background: rgba(255, 255, 255, 0.05);
  margin: 30px auto;
  padding: 20px;
  border-radius: 15px;
  width: 80%;
  text-align: left;
}

.poubelle h3, .sahemarket h3, .logo h3 {
  color: #00bfff;
  margin-bottom: 10px;
}

.poubelle p, .sahemarket p, .logo p {
  margin: 10px 0;
  line-height: 1.5;
}

.poubelle h4, .sahemarket h4, .logo h4 {
  margin-top: 15px;
  color: mediumspringgreen;
}

.features,
.outils {
  margin-left: 20px;
}

.features li,
.outils li {
  margin: 5px 0;
}
.images-projet {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.images-projet img {
  width: 150px;
  border-radius: 10px;
}

.btn-cv {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  background: #00bfff;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
}

.btn-cv:hover {
  background: #009acd;
}
body {
  animation: fadeIn 0.8s ease-in;
}
.apprentissage {
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  text-align: center;
}
.apprentissage h3 {
  color: white;
  margin-bottom: 10px;
}

.apprentissage ul {
  list-style: none;
}

.apprentissage li {
  margin: 8px 0;
}

.apprentissage a {
  color: mediumspringgreen;
  text-decoration: none;
}
.video-miniature {
  text-align: center;
  margin: 20px;
}

.video-miniature img {
  width: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.video-miniature img:hover {
  transform: scale(1.05);
}
.thumb {
  position: relative;
  display: inline-block;
}

.thumb img {
  width: 300px;
  border-radius: 10px;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: gray;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-title{
  color: white;
  font-weight: 100;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.video-title span{
   color: mediumspringgreen;
}
nav {
  background: rgba(0,0,0,0.4);
  padding: 10px;
  border-bottom: 1px solid #00bfff;
}

.menu li a:hover {
  color: #00bfff;
  transition: 0.3s;
}

.btn-cv {
  display: block;
  text-align: center;
  width: 200px;
}

.btn-cv:hover {
  transform: scale(1.05);
}

.formulaire-projet {
  width: 60%;
  margin: 40px auto;
  padding: 20px;
  background: rgba(0,255,200,0.05);
  border: 1px solid #00bfff;
  border-radius: 15px;
  text-align: center;
}

.formulaire-projet input,
.formulaire-projet textarea {
  margin: 10px 0;
  padding: 10px;
  border-radius: 8px;
  border: none;
}

.formulaire-projet button {
  background: mediumspringgreen;
  color: black;
  font-weight: bold;
}

.formulaire-projet button:hover {
  background: #00ffaa;
}

.poubelle, .sahemarket, .logo {
  transition: 0.3s;
}

.poubelle:hover, .sahemarket:hover, .logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

h2, h3 {
  letter-spacing: 1px;
}

.photo img {
  transition: 0.3s;
}

.photo img:hover {
  transform: scale(1.05);
}

.timeline {
  position: relative;
  padding-left: 30px;
  text-align: center;
  background: rgba(255,255,255,0.05);
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  border-radius: 10px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 3px;
  height: 100%;
  background:  mediumspringgreen;
}

.timeline-item {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background:  mediumspringgreen;
  border-radius: 50%;
  border: 3px solid white;
}

.date {
  color:  mediumspringgreen;
  font-size: 14px;
}

.competences {
  width: 80%;
  margin: 40px auto;
  margin: 20px;
  background: rgba(255,255,255,0.05);
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  border-radius: 10px;
}

.skill {
  margin-bottom: 15px;
}

.skill p {
  display: flex;
  justify-content: space-between;
}

.bar {
  height: 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
}

.progress {
  height: 100%;
  background:   mediumspringgreen;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
.video-card {
  width: 90%;
}
  .recherche input {
  width: 80%;
}

.poubelle, .sahemarket, .logo {
  width: 95%;
}

.images-projet, .video {
  justify-content: center;
}

.images-projet img, .video video {
  width: 100px;
}
  nav .menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 8px 15px; 
    padding: 10px 0;
  }

  .menu li {
    margin: 0; 
  }

  .section {
    display: flex;
    flex-direction: column; 
    align-items: center;
    padding: 20px 15px;
  }

  .presentation {
    width: 90%;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
  }

  .photo {
    display: flex;
    justify-content: center;
    flex-shrink: 0; 
    margin: 15px 0;
  }

  .photo img {
    width: 130px; 
    border-width: 10px;
  }

  .titre2, .titre3 {
    padding-left: 0;
    text-align: center;
  }

  .photo-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }

  .photo-logos img {
    width: 100px;
  }

  .contact {
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .contact li {
    margin: 5px 0;
  }

  footer {
    font-size: 12px;
    padding: 10px 0;
  }
}