 /*Css pour la presentation*/
.container{
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}
 .image {
    width: 70%;
  }
  
  .col-lg-8 p{
      color:black;
  }
  #presentation a:link {
    /* Masquer l'apparence du lien */
    color: black;
    text-decoration: none;
    cursor: default;
  }
  
  #presentation{
    padding-top: 40px;
    max-width: 1300px;
    margin: 0 auto;
  }

   /*Css pour la presentation*/

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
}
.hero {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    color: #000000;
    background: #FFDBE3;
    min-height: 550px !important;
}
.hero img {
    width: 300px;
    height: auto;
    border-radius: 10px;
    order: 2;
    padding: 0 !important;

}
.hero-content {
    padding: 20px;
    border-radius: 10px;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FE396A;
    margin-top: 70px;
}

.hero-content p {
    color: #FE396A;
    font-family: 'popins', sans-serif;
}

.hero h1 {
    margin: 0 0 10px 0;
}
.buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.btn-1{
  text-decoration: none;
  padding: 10px 20px;
  background: #FE396A;
  color: white;
  border-radius: 5px;
}
.btn-1:hover{
  color: #FFF;
}

.btn-2:hover{
  color: #FFF;
}
.btn-2 {
  text-decoration: none;
  padding: 10px 20px;
  background: #FF6C0A;
  color: white;
  border-radius: 5px;
}
.photo-tache{
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw !important;
}


/* centrer les éléments dans les sections */
.image{
    width: 70%;
}
.carousel-item {
    height: 500px;
    /* Ajustez la hauteur du carrousel selon vos besoins */
    background-color: black;
}

@media (max-width: 767px) {
    .carousel-item {
        height: 100px;
        /* Ajustez la hauteur pour les écrans plus petits */
    }
    .photo-tache{
        width: 50vw;
    }
}
.container, #CV iframe {
    margin : 0 auto 0 auto;
}

.nuage{
    width: 80px;
}

/* section compétences css */
.icon-puce {
    width: 40px; /* Ajuste la taille de l'icône */
    height: 40px;
    margin-right: 10px; /* Crée de l'espace entre l'icône et le texte */
}

#competences {
   background-color: #F9B31A!important; 
   padding: 50px 0;
   text-decoration-color: #ffffff;
}

.text-center {
    text-align: center;
    color: #ffffff;
}

.competencesText.card {
    height: 280px;
    cursor: pointer;
}

.competencesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
    color: black;
}

.card-title {
    text-align: center;
    font-family: 'poppins', sans-serif!important;
    font-weight: 500;
    color:#1b1a1a!important;
}
.container-fluid{
    padding: 0 !important;
}
.card-text {
    color: #3f3f3f!important;  
    text-align: center;  
}


.card:hover .competencesIcon {
    color: #FE396A;
}

.competencesText:hover {
    border: 2px solid #FE396A;
}

/* Styles pour l'élément iframe */

#CV{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    
}

#CV iframe{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    margin : 0 auto 0 auto;
}

@media screen and (max-width: 768px) {
  #CV {
    padding-bottom: 75%; /*Ratio de l'iframe pour les écrans plus petits */
  }
  .puces-container{
    grid-template-columns: 1fr !important;
  }
}

/* Styles pour Section mmi et puce */
.left-section {
    background-color: #ffffff;
    position: relative;
    padding: 60px;
}

.left-section h1 {
    margin-bottom: 20px; /* Ajustez la valeur selon vos besoins */
    color: #FE396A
}

.left-section p {
    margin-top: 20px; /* Ajustez la valeur selon vos besoins */
    color: #FE396A;
}

.right-section {
    background-color: #FF99B1;
    padding: 20px;
}

.right-section li {
    color: #FFF;
}
.puces-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.puce {
    display: flex;
    gap: 10px;
}
.svg-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.inspiration {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 80px;
    width: 100%;
    background: #FF6C0A;
    color: white;
    font-family: 'Opake', sans-serif;
  }
  .inspiration p {
    color: #fff;
    font-size:larger;
  }

 
  