@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

:root {
  --background-color: #efe7e5;
  --text-color: black;
}

body {
  margin: 3% 15%;
  font-family: "Roboto", sans-serif;
  background-color: var(--background-color);
  color: var(--text-color);
}
img{
    display: block;
   margin: 0px auto;
   width: 200px;
   transition: transform .1s;
}
img:hover{
   -ms-transform: scale(1.5); /* IE 9 */
   -webkit-transform: scale(1.5); /* Safari 3-8 */
   transform: scale(1.5);
   }

   .intro-text {
    background-color: #efe7e5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: Arial, sans-serif;
  }
  


.filter-buttons {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

.filter-buttons button {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px;
}

.filter-buttons button:hover {
  background-color: #555;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.certif {
  width: 300px;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.certif img {
  width: 100%;
  border-radius: 5px;
}


   .bts-section {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: Arial, sans-serif;
  }
  
  .bts-section h2 {
    color: #1a3d6d;
  }
  
  .bts-section ul {
    list-style: none;
    padding: 0;
  }
  
  .bts-section li {
    margin: 5px 0;
  }
  

p {
  line-height: 25px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  list-style-type: none;
  font-weight: 500;
}
nav li {
  position: relative;
  margin-left: 40px;
  font-size: 15px;
  cursor: pointer;
}
nav li span {
  position: absolute;
  top: -5px;
  right: -28px;
}

header {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
header .header-left {
  flex: 6;
  margin-right: 50px;
}
header .header-left small {
  font-weight: bold;
  display:flex;
  align-items:center;
}
header .header-left h1 {
  font-size: 50px;
  font-weight: 400;
  margin-top:15px;
}
header .header-left .links {
  margin-top: 80px;
}
header .header-left .links a {
  text-decoration:none;
  color:inherit;
  position: relative;
  margin-right: 40px;
  font-weight: bold;
}
header .header-left .links a span {
  position: absolute;
  top: -5px;
  right: -28px;
}
header .header-right {
  flex: 5;
}
header .header-right img {
  width: 100%;
  border-radius: 50%;
}

.about {
  margin-top: 150px;
}
.about .signature {
  width: 30%;
  background-color: #efe7e5;
}
.about p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.images {
  margin-top: 60px;
}
.images .image-card {
  display:flex;
  align-items:center;
  margin-bottom: 60px;
}
.images .image-card .image-left {
  margin-right: 40px;
}
.images .image-card .image-left img {
  height: 200px;
  width: 400px;
}

footer {
  margin-top: 100px;
}
footer p {
  font-size: 15px;
}



.certifications-section p {
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 40px;
}



.certifications-pratiquees {
  text-align: center;
  margin-top: 40px;
}

.certifications-pratiquees h2 {
  font-size: 1.8em;
  color: #333;
}

.certifications-pratiquees p {
  font-style: italic;
  color: #555;
}

.certifications-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.certif-icon {
  text-align: center;
  width: 120px;
}

.certif-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.certif-icon p {
  font-weight: bold;
  margin-top: 10px;
}





body {
  font-family: Arial, sans-serif;
  background-color: #f5e8e4;
  text-align: center;
}

.software-section {
  margin: 40px auto;
  max-width: 800px;
}

h2 {
  font-size: 24px;
  color: #333;
}

p {
  font-style: italic;
  color: #555;
  text-align: center;
}

.software-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.software {
  text-align: center;
}

.software img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.software span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}






@media screen and (max-width: 880px) {
  .images .image-card {
    flex-wrap:wrap;
  }
}

@media screen and (max-width: 621px) {
  header {
    flex-direction: column-reverse
  }
  header .header-left {
    margin-right: 0;
  }
  header .header-right {
    margin-bottom: 40px;
  }
  header .header-right img {
    width: 250px;
  }

  .images .image-card .image-left img {
    width: 100%;
  }
}




/* Exemple d'animation de survol pour les liens de navigation */
nav li:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
  }
  


  /* Styles pour le mode sombre */
.dark-mode {
    --background-color: #333;
    --text-color: #fff;
    background-color: var(--background-color);
    color: var(--text-color);
  }

  body {
    /* ... (autres styles) */
    transition: background-color 0.3s, color 0.3s;
  }
