body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  nav {
    padding: 0 !important;
    margin: 0 !important;
    background-color: white !important;
  }
  h1 {
    color: #f48db4;
    font-weight: bold;
  }
  /* ********************************************* */
  .firstmenu a {
    color: #333 !important;
    font-size: 2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  span {
    font-size: 1.5em;
    font-style: italic;
    color: #f48db4;
  }
  /* ********************************************** */
  
  #navbarNav a {
    color: black;
    font-size: 1.2em;
    font-weight: 600;
  }
  .nav-link {
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease;
  }
  
  .nav-link:hover {
    color: #f48db4;
  }
  .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #f48db4; /* Couleur de la bordure */
    transition: width 0.3s ease;
  }
  
  .nav-link:hover::after {
    width: 100%;
  }
  .navbar-toggler {
    color: #f48db4 !important;
  }
  .navbar-toggler-icon {
    color: #f48db4 !important;
  }
  /* ********************************************* */
  .cv a {
    background-color: #f48db4;
    color: aliceblue !important;
    border-radius: 20px;
  }
  .cv a:hover {
    cursor: pointer;
    background-color: white;
    border: #f48db4 2px solid;
    color: #f48db4 !important;
  }
  
  /* *************************************************** */
  section {
    width: 100%;
    /* height: 80vh; */
  }
  #profil {
    position: relative;
    top: 0;
  }
  .back {
    background-color: #f48db4;
    width: 60%;
    height: 80%;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    right: 80px;
    transform: rotate(30deg);
  }
  .front {
    background: url(img/profils/Profil2.jpg);
    background-size: cover;
    background-position: center;
    width: 60%;
    height: 80%;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    right: 80px;
    transform: rotate(-5deg);
  }
  /* *************************** */
  .icons i {
    font-size: 2em;
    margin: 20px -8px;
    color: #f48db4;
    border-radius: 20px;
  }
  .icons i:hover {
    font-size: 2.2em;
    color: white;
    background-color: #f48db4;
    border-radius: 20px;
    box-shadow: #f48db4 -5px -8px 23px;
  }
  /* ***************************** */
  .child1 {
    margin-top: 15%;
    margin-left: 20%;
    font-size: 2em;
    font-weight: bold;
    background-color: #f48db4;
    width: 100px;
    color: white;
    padding: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }
  .child2 {
    font-size: 2em;
    font-weight: bold;
    color: rgb(0, 0, 0);
    padding-left: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0;
  }
  .child3 {
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(0, 0, 0);
    padding-left: 30px;
    /* font-family: Georgia, '/Times New Roman', Times, serif; */
    /* font-style: italic; */
  }
  .child4 {
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    font-family: Georgia, "Times New Roman", Times, serif;
    /* font-style: italic; */
  }
  
  .btn1 {
    background-color: white;
    border: #f48db4 2px solid;
    color: #f48db4;
    padding: 9px 25px;
    /* margin: 20px; */
    text-decoration: none !important;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: #f48db4 2px 5px 15px;
  }
  .btn2 {
    background-color: #f48db4;
    color: white;
    padding: 9px 25px;
    /* margin: 20px; */
    text-decoration: none !important;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: #f48db4 2px 5px 15px;
  }
  .btn1:hover {
    background-color: #f48db4;
    color: white;
    cursor: pointer;
  }
  .btn2:hover {
    background-color: white;
    border: #f48db4 2px solid;
    color: #f48db4;
    cursor: pointer;
  }
  /* ***********************************About*********************************** */
  #About {
    height: 40vh;
    margin: auto !important;
    transition: height 0.5s ease;
  }
  @media (max-width: 480px) {
    #About {
      height: 42vh;
    }
  }
  @media (min-width: 481px) {
    #About {
      height: 35vh;
    }
  }
  /* @media screen and (min-width: 768px){
      #About{
          height: 30vh;
      }
  } */
  @media screen and (min-width: 1025px) {
    #About {
      height: 90vh;
    }
  }
  .partie2 {
    height: 100%;
  }
  .profil2 {
    width: 69%;
    height: 55%;
    margin: auto;
    border-radius: 20px;
    background-image: url(img/profils/Profil1.jpg);
    background-position: center;
    background-size: cover;
  }
  .droite1 div {
    border: 1px solid #f48db4;
    border-radius: 20px;
  }
  .droite1 h3 {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .droite1 p {
    font-family: Arial;
    font-size: 1rem;
  }
  .droite2 p {
    font-family: Arial;
    font-size: 1.3rem;
    text-align: justify !important;
  }
  .droite1-education:hover {
    background-color: #f48db4;
    color: white !important;
    border: 2px dashed white;
    box-shadow: #f48db4 4px 2px 20px;
  }
  .droite1 .droite1-experience:hover {
    background-color: #f48db4;
    color: white;
    border: 2px dashed white;
    box-shadow: #f48db4 4px 2px 20px;
  }
  /* *********************************************Skils*********************************** */
  .bg-skils {
    background-color: #ffcece;
    padding: 20px;
    border-radius: 20px;
    box-shadow: #f48db4 4px 2px 20px;
  }
  li {
    list-style: none;
    font-size: small;
    margin-bottom: 10px;
  }
  li h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: aliceblue;
    font-style: italic;
    /* text-shadow: aliceblue 8px 4px 20px; */
  }
  .bar {
    background: #353b4882;
    display: block;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.22);
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0 , 0, 0 ,0.24); */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 0.1);
  }
  .bar:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  b,
  strong {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 10px;
    color: aliceblue;
  }
  .bar span {
    height: 25px;
    float: left;
    /* font-size: 1.1em !important; */
    background: #f48db4;
  }
  .html {
    width: 85%;
    animation: html 3s;
  }
  .css {
    width: 70%;
    animation: css 3s;
  }
  .javascript {
    width: 80%;
    animation: javascript 3s;
  }
  .office {
    width: 85%;
    animation: office 3s;
  }
  .bootstrap {
    width: 70%;
    animation: bootstrap 3s;
  }
  .flutter {
    width: 40%;
    animation: flutter 3s;
  }
  .illustrator {
    width: 55%;
    animation: illustrator 3s;
  }
  .laravel {
    width: 70%;
    animation: laravel 3s;
  }
  .php {
    width: 70%;
    animation: php 3s;
  }
  .sql {
    width: 70%;
    animation: sql 3s;
  }
  .csharp {
    width: 80%;
    animation: csharp 3s;
  }
  .node {
    width: 75%;
    animation: node 3s;
  }
  .java {
    width: 50%;
    animation: java 3s;
  }
  
  .angular {
    width: 50%;
    animation: angular 3s;
  }
  
  @keyframes html {
    0% {
      width: 0%;
    }
    100% {
      width: 85%;
    }
  }
  @keyframes css {
    0% {
      width: 0%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes javascript {
    0% {
      width: 0%;
    }
    100% {
      width: 80%;
    }
  }
  @keyframes office {
    0% {
      width: 0%;
    }
    100% {
      width: 85%;
    }
  }
  @keyframes bootstrap {
    0% {
      width: 0%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes flutter {
    0% {
      width: 0%;
    }
    100% {
      width: 40%;
    }
  }
  @keyframes illustrator {
    0% {
      width: 0%;
    }
    100% {
      width: 55%;
    }
  }
  @keyframes php {
    0% {
      width: 0%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes laravel {
    0% {
      width: 0%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes sql {
    0% {
      width: 0%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes node {
    0% {
      width: 0%;
    }
    100% {
      width: 75%;
    }
  }
  @keyframes csharp {
    0% {
      width: 0%;
    }
    100% {
      width: 80%;
    }
  }
  @keyframes java {
    0% {
      width: 0%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes angular {
    0% {
      width: 0%;
    }
    100% {
      width: 50%;
    }
  }
  /* *********************************************Portfolio*********************************** */
  .partie1-works h1 {
    color: #f48db4 !important;
  }
  
  #works h5 {
    font-weight: bold;
    font-style: italic;
    color: #f48db4;
    /* text-shadow: #f48db4 2px 2px 10px; */
  }
  #works .card {
    /* border: #000000 1px solid; */
    box-shadow: #f48db4 1px 0px 13px;
    border-radius: 0px 0px 20px 20px !important;
  }
  #works .card:hover {
    border: #000000 1px solid;
    box-shadow: #f48db4 4px 4px 20px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #7392d67d !important;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon:hover {
    background-color: #f48db4 !important;
  }
  /* *********************************************Contact*********************************** */
  .telephone a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
  }
  .telephone {
    background: linear-gradient(to right, #f48db4 50%, #ffcece 50%);
    background-size: 200% 100%;
    transition: background-position 1s ease;
    /* transition: all 0.3s ease; */
    margin-left: 20px;
    position: relative;
    /* color: #f48db4 !important; */
  }
  .telephone::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #ffcece;
  }
  .telephone:hover {
    background-position: -100% 0;
    color: #f48db4 !important;
  }
  
  .telephone a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
  }
  .telephone {
    background: linear-gradient(to right, #f48db4 50%, #ffcece 50%);
    background-size: 200% 100%;
    transition: background-position 1s ease;
    /* transition: all 0.3s ease; */
    margin-left: 20px;
    position: relative;
    /* color: #f48db4 !important; */
  }
  .telephone::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #ffcece;
  }
  .telephone:hover {
    background-position: -100% 0;
    color: #f48db4 !important;
  }
  
  .email a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
  }
  .email {
    background: linear-gradient(to right, #f48db4 50%, #ffcece 50%);
    background-size: 200% 100%;
    transition: background-position 1s ease;
    /* transition: all 0.3s ease; */
    margin-left: 20px;
    position: relative;
    /* color: #f48db4 !important; */
  }
  .email::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #ffcece;
  }
  .email:hover {
    background-position: -100% 0;
    color: #f48db4 !important;
  }
  
  .localisation a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
  }
  .localisation {
    background: linear-gradient(to right, #f48db4 50%, #ffcece 50%);
    background-size: 200% 100%;
    transition: background-position 1s ease;
    /* transition: all 0.3s ease; */
    margin-left: 20px;
    position: relative;
  }
  .localisation::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #ffcece;
  }
  .localisation:hover {
    background-position: -100% 0;
    color: #f48db4 !important;
  }
  /* *********************************************Footer*********************************** */
  #footer {
    background-color: #ffcece;
    color: white;
    text-align: center;
    padding-top: 30px;
  }
  .partie1 .prenom a {
    color: white;
    font-weight: bold;
    font-size: 1.7rem;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    /* font-style: italic; */
  }
  .partie1 .cv a {
    background-color: #ffffff;
    color: #f48db4 !important;
    font-weight: bold;
  }
  .partie1 .cv a:hover {
    background-color: #f48db4;
    color: #ffffff !important;
  }
  .partie2 h2 {
    color: #f48db4;
    text-decoration: underline;
    font-weight: bold;
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    /* margin-top: 19px; */
  }
  .partie2 h2 span {
    color: #ffffff;
    font-size: 2rem;
  }
  .partie2 ul a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 6px;
  }
  .partie2 ul a:hover {
    color: #f48db4;
    margin-left: 10px;
    transition: margin-left 0.4s ease;
  }
  .partie3 h2 {
    color: #f48db4;
    text-decoration: underline;
    font-weight: bold;
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    /* margin-top: 19px; */
  }
  .partie3 h2 span {
    color: #ffffff;
    font-size: 2rem;
  }
  .partie3 ul a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 6px;
  }
  .partie3 ul a:hover {
    color: #f48db4;
    margin-left: 10px;
    transition: margin-left 0.4s ease;
  }
  
  .Copyright {
    padding-top: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    /* margin-right: 0px !important;
    width: 100%; */
  }
  .Copyright .icon {
    color: #ffffff;
    cursor: pointer;
  }
  .Copyright .icon:hover {
    color: #f48db4;
  }
  