 @charset "utf-8"; 
@font-face {
    font-family: 'extenda';
    src: url('../Polices/extenda80.ttf');
}
@font-face {
    font-family:'rock' ;
    src: url('../Polices/rock3d.ttf');
}
@font-face {
    font-family:'livvic' ;
    src: url('../Polices/Livvic-Regular.ttf');
}
@font-face {
  font-family:"modak" ;
  src: url('../Polices/Modak-Regular.ttf');
}



body {
    margin: 0;
    padding: 0;
    font-family: 'livvic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color:#fce8de;
    color:#5a5a45;
    font-size: 18px;
    text-align: justify;
  }

  body a {
    text-decoration: none;
    color: #EC6F8F;
  }


  /* ------------------------------ navbar ------------------------------ */
  .navbar{
    background-color: #00000000 !important;
    position: absolute;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
  }
  
  
  .navbar-nav .nav-link {
    color: #2b2b2b;
    transition: color 0.3s ease, background-color 0.3s ease;
    text-align: center;
    font-family:'livvic', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.3em;
    color:#fce8de;
    padding: 30px;
    text-transform: uppercase;

  }
  
  .navbar-nav .nav-link:hover {
    text-shadow: #FCE8DE 0 0 5px;
    border-radius: 5px;
  }
  
  .navbar-toggler {
    border: none;
    color:#F6BBB3;
    background-color:#f6bbb3a2;
  }
  .custom-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent !important; /* transparence */
    padding: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
  }
  
  .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .navbar-collapse {
    flex-grow: 0;
  }
  
  .navbar-nav {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  
  /* ------------------------------ bannière ------------------------------ */

  .conteneur-principal {
    position: relative;
    height: 100vh;
    text-align: center;
    overflow: hidden;
  }
  
  .arriere-plan {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  
  .image-fond {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .section-nom {
    position: absolute;
    top: 44%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 2;
    color: #fbbcbf;
  }
  
  .prenom {
    font-size: 8.5rem;
    font-weight: 800;
    font-family: 'extenda', sans-serif;
  }
  
  .nom-famille {
    font-size: 8.5rem;
    font-weight: 800;
    font-family: 'extenda', sans-serif;
  }
  
  .section-portfolio {
    position: absolute;
    bottom: 24%;
    width: 100%;
    z-index: 2;
  }
  
  .texte-portfolio {
    font-size: 4rem;
    font-family: 'rock', cursive;
    color:#fce8de;
    letter-spacing: 0.3rem;
    font-weight: 500;
  }
  .etoile {
    position: absolute;
    width: 13%;
    height: auto;
    z-index: 3;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1.5s;
  }
  
  .etoile-haut-gauche {
    bottom: 80%;
    right: 83%;
    transform: scaleX(-1);
    animation: apparaitdisparait 4s infinite;
  }
  
  .etoile-bas-droite {
    top: 40%;
    left: 84%;
    transform: scaleY(-1);
    animation: apparaitdisparait 4s infinite;
    animation-delay: 0.5s;
  }
  @keyframes apparaitdisparait{
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

  /*------------------------------ Zone de contenu ------------------------------ */

    #app > div[id] {
      padding: 3rem 2rem;
      min-height: 60vh;
      animation: apparition 1s ease-in-out;
    }
  /* ------------------------------ Transition ------------------------------ */
  .transition-image-container {
    width: 100%;
    background-color: #fce8de00; /* Même couleur que votre fond */
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
  }

  .transition-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-top: -5px; /* Pour un léger chevauchement si nécessaire */
  }

  /* ------------------------------ Accueil ------------------------------ */
  /* ------------------------------ Présentation ------------------------------ */
  .presentation, .portfolio, .contact{
    padding-top: 80px;
  }
  .img-zeph {
    width: 100%;
  }
  .mot{
    z-index: 2;
    text-align: center;
    padding-top: 10px ;

  }
  .mot p{
    font-family: 'rock';
    font-weight: 900;
    text-transform: uppercase;
  }
  h1{
    color:#ec6c1d;
    font-family: "modak";
    font-size: 5rem;
    text-align: center;
  }
  .hello {
    font-size: 8rem;
    margin-bottom: 0px;
    text-align: left;

  }
  
  h2{
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FCE8DE;
    line-height: 50px;
    display : inline-block;
    background-color: #EC6F8F;
    padding-left:10px;
    padding-right: 10px;
    margin-left: -10px;
  }


  /* ------------------------------ Actu ------------------------------ */
#actu {
  background-color: #f8d0cb;
  color: #5a5a45;
  border:#ec6c1d solid 3px;
}

.actu-article {
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: 15px;
  transition: all 0.3s ease;
}


.actu-image {
  width: 100%;
  object-fit: contain;
}

.actu-image:hover {
  transform: scale(1.02);
}


#actu p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .actu-article {
      padding: 1.5rem;
  }
  
  #actu h2 {
      font-size: 1.6rem;
  }
  
  .actu-image {
      max-height: 300px;
  }
}

@media (max-width: 576px) {
  #actu {
      padding: 2rem 1rem;
  }
  
  .actu-article {
      padding: 1rem;
  }
  
  #actu h2 {
      font-size: 1.4rem;
  }
  
  #actu p {
      font-size: 1rem;
  }
}

/* ------------------------------ Projets Accueil ------------------------------ */
#projets-accueil {
  background-color: #fce8de;
}

.card-projet {
  background:#F8D0CB;
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(236, 111, 143, 0.1);
  transition: all 0.3s ease;
}


.img-container {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.img-projet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.card-body {
  padding: 1.5rem;
}

.card-body h3 {
  color: #EC6F8F;
  font-family: 'livvic', sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card-body p {
  color: #5a5a45;
  font-size: 0.95rem;
}

.btn-portfolio {
  display: inline-flex;
  align-items: center;
  background-color:#ec6c1d;
  color: #fce8de;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'livvic', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(236, 111, 143, 0.3);
}

.btn-portfolio:hover {
  background-color:#F5A337;
  color: #fce8de;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(236, 111, 143, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
  .img-container {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .card-body {
    padding: 1rem;
  }
  
  .card-body h3 {
    font-size: 1.2rem;
  }
}

/* ------------------------------ Accueil compétences------------------------------ */
 
#competences-slider {
  overflow: hidden;
  position: relative;
}

.competences-container {
  display: flex;
  flex-direction: column;
}

.competences-track {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.competences-inner {
  display: inline-block;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.competence-item {
  font-family: 'extenda', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: #EC6F8F;
  margin-right: 2rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Animation pour la bande gauche */
.competences-track-left .competences-inner {
  animation-name: scrollLeft;
  animation-duration: 40s;
}

/* Animation pour la bande droite */
.competences-track-right .competences-inner {
  animation-name: scrollRight;
  animation-duration: 40s;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .competence-item {
    font-size: 3rem;
  }
  
}

@media (max-width: 576px) {
  .competence-item {
    font-size: 2.8rem;
    margin-right: 1rem;
  }
}


.contact-accueil{
  border: #d45f7d solid 1px;
  padding: 20px;
  background-color: #F8D0CB;
}


  /* ------------------------------ CV------------------------------ */
 
  .encadre{
    border:#EC6F8F solid 1px;
    margin-left: -10%;
    margin-right: -10%;
    padding-left: 5%;
    padding-right: 5%;

  }
  .progress-bar-fond {
    background-color:#f5a3375c!important; 
    width: 80%;
  }
  .progress-bar-top {
    background-color:#F5A337 !important; 
    color: #F5A337;
    width: 80%;

  }




  .star-filled {
    color: #F5A337; 
    font-size: 1.8rem;
  }
  
  .star-empty {
    color: #f5a33743; 
    font-size: 1.8rem;
  }
  

  /* ------------------------------ Protfolio ------------------------------ */
  /* ------------------------------ Miniatures Portfolio ------------------------------ */
.encadrepf .row > [class^="col-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.encadrepf img.img-fluid {
  width: 100%;
  aspect-ratio: 4 / 3; 
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
}

.encadrepf img.img-fluid:hover {
  transform: scale(1.03);
  border-color: #f6bbb3;
  cursor: pointer;
}

.encadrepf h3 {
  margin-top: 1rem;
  font-family: 'livvic', sans-serif;
  color: #fff7f7;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #f6bbb3;
  border-radius: 20px;
  width: fit-content;
  transition: all 0.3s ease;
}

.encadrepf .col-12:hover h3 {
  background-color: #EC6F8F;
  color: #fce8de;
}

.encadrepf .col-6 {
  padding: 0 8px; 
}

.modal-footer .btn-secondary {
  text-transform: none;
}

@media (max-width: 768px) {
  .encadrepf .col-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 576px) {
  .encadrepf .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .encadrepf img.img-fluid {
      height: 200px;
  }
}

@media (max-width: 576px) {
  .encadrepf img.img-fluid {
      height: 180px;
  }
}
  .modal-content {
    background-color:#fce8de;
    border-radius: 0px;
    color: #5a5a45;
  }

  .modal-header {
    border-bottom: 1px solid #ec6f8e00;
    padding: 1.5rem;
  }

  .modal-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
    background-color: #ec6c1d;
  }

  .modal-body {
    padding: 2rem;
  }

  .modal-footer {
    padding: 1rem;
    border-top: #2b2b2b00;
  }

  .btn-secondary {
    background-color:#ec6c1d;
    border-color:#ec6c1d;
    color: #fce8de;
    font-family: 'livvic', sans-serif;
    text-transform: uppercase;
  }

  .btn-secondary:hover {
    background-color: #d45f7d;
    border-color: #d45f7d;
  }

  /* Carousel */
  .carousel {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
  }

  .carousel-inner {
    border-radius: 8px;
  }

  .carousel-item img {
    max-height: 60vh;
    object-fit: contain;
    margin: 0 auto;
    padding: 20px;
    background-color: #fce8de;
  }

  .carousel-control-prev, 
  .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(236, 111, 143, 0.5);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
  }

  .carousel-control-prev:hover, 
  .carousel-control-next:hover {
    background-color: rgba(236, 111, 143, 0.9);
  }

  .carousel-control-prev {
    left: 20px;
  }

  .carousel-control-next {
    right: 20px;
  }

  .carousel-indicators {
    bottom: -40px;
  }

  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EC6F8F;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    margin: 0 5px;
  }

  .carousel-indicators button.active {
    opacity: 1;
    background-color: #ec6c1d;
  }

  /* Project description */
  .modal-body p {
    font-family: 'livvic', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #5a5a45;
    padding: 0 1rem;
  }
  /* Bouton "En voir plus" */
.btn-more {
  background-color: #f6bbb3;
  color: #5a5a45;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: 'livvic', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(236, 111, 143, 0.2);
}

.btn-more:hover {
  background-color: #EC6F8F;
  color: #fce8de;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 111, 143, 0.3);
}

.btn-more .icon {
  margin-right: 8px;
  font-size: 0.8em;
}

  @media screen and (max-width: 768px) {
    .modal-dialog {
        margin: 1rem auto;
    }
    
    .modal-title {
        font-size: 2rem;
    }
    
    .carousel-item img {
        max-height: 40vh;
        padding: 10px;
    }
    
    .carousel-control-prev, 
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
  }

  @media screen and (max-width: 576px) {
    .modal-content {
        margin: 0 10px;
    }
    
    .modal-title {
        font-size: 1.8rem;
    }
    
    .carousel-item img {
        max-height: 30vh;
    }
  }


  /* ------------------------------ Contact ------------------------------ */

  /* Section Contact */
.contact-container {
  padding: 2rem;
}

.contact-image-container {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.contact-details {
  padding: 0 1.5rem;
}

.contact-title {
  font-family: 'modak', cursive;
  color: #ec6c1d;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.contact-email, .contact-linkedin {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.contact-email a{
  color: #fce8de;
  size: 4rem !important;
}


.contact-link {
  color: #fce8de;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.contact-email h2:hover, .contact-linkedin h2:hover {
  box-shadow: #c39494 0px 0px 10px;
  transform: scale(1.02);
}
.contact-link:hover {
  color: #fce8de !important;
}


/* Formulaire */
.contact-form-container {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-family: 'livvic', sans-serif;
  color: #EC6F8F;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-control {
  border: 1px solid #f6bbb3;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-family: 'livvic', sans-serif;
}

.form-control:focus {
  border-color: #EC6F8F;
  box-shadow: 0 0 0 0.2rem rgba(236, 111, 143, 0.25);
}

.btn-submit {
  background-color: #EC6F8F;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-family: 'livvic', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #EC6F8F;
  color: white;
  transform: scale(1.02);
}

.send-icon {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-infos, .contact-form-container {
    margin-bottom: 2rem;
  }
  
  .contact-title {
    text-align: center;
  }
  
  .contact-email, .contact-linkedin {
    justify-content: center;
  }
  .contact-email h2, .contact-linkedin h2{
    font-size: 1.1rem;
  }
}
  
  
  /* ------------------------------ Footer ------------------------------ */
  /* Footer Mix */
.footer-custom {
  background-color: #ffffff00;
  padding: 3rem 0 1.5rem;
  position: relative;
  overflow: hidden;
  position: relative; 
  min-height: 100px; 
  padding-top: 100px;
  color:#fce8de;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../Images/tansition2.png');
  background-size: cover;
  background-position: center top; /* Affiche le haut de l'image */
  z-index: -1; /* Place l'image en arrière-plan */
}
.footer-star {
  position: absolute;
  width: 70px;
  opacity: 1; 
  z-index: 10;
}

.star-left {
  top: 15%;
  left: 10%;
  animation: subtleStar 4s infinite;
  animation-delay: 1s;
}

.star-right {
  bottom: 15%;
  right: 10%;
  animation: subtleStar 4s infinite;
}

@keyframes subtleStar{
  0%, 100% {
    transform: rotate(-15deg);
    opacity: 1;
  }
  50% {
    transform: rotate(15deg);
    opacity: 0;
  }
}
.footer-content {
  position: relative;
  z-index: 1;
}

.footer-logo {
  font-family: 'extenda', sans-serif;
  text-shadow: #754853 0px 0px 5px;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 3px;
  display: block;
}

.footer-motto {
  font-family: 'livvic', sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.footer-message {
  display: inline-block;
}

.thank-you {
  font-family: 'livvic', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
}

.small-star {
  width: 20px;
  margin-bottom: 0.5rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-link {
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'livvic', sans-serif;
  font-size: 0.9rem;
}

.contact-link:hover {
  color: #EC6F8F;
}

.copyright {
  font-size: 0.8rem;
  color:#f2ba71;
  opacity: 0.8;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  border-top: #d45f7c43 dotted 1px;
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-star {
    width: 60px;
  }
  
  
  .footer-logo,
  .footer-message,
  .footer-contact {
    margin-bottom: 1rem;
  }
  
  .footer-contact {
    align-items: center;
  }
}
  
  
  /* Bouton Retour en haut */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EC6F8F;
    color: #fce8de;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .back-to-top:hover {
    background-color: #d45f7d;
    transform: translateY(-3px);
  }

  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
  }

  
  @keyframes apparition {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }
  
  /* Responsive */
  @media screen and (max-width : 1150px){
    h1, .hello {
        font-size: 4.4rem;
      }
    
      h2 {
        font-size: 1.5rem;
      }
    
      .navbar-brand {
        font-size: 1.2rem;
      }
      
    .section-nom {
      flex-direction: column;
      top: 60%;
      line-height: 400%;
    }

  
    .prenom,
    .nom-famille {
      font-size: 5rem;
      margin:auto;
    }

    .section-portfolio {
      bottom: 12%;
    }
  
    .texte-portfolio {
      font-size: 2rem;
    }
  }



