/*
Theme Name:Adeline Theme
Author: Adeline
Version:1
*/
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.cdnfonts.com/css/proclamate");
@import url("https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kranky&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* =========================
            GENERAL
========================= */
.top{
    padding : 50px 0px;
    background-size: 100% auto;
    background-position: center;
    text-align: center;
    color:#fff;
}

.imgArticle img{
    width: 100%;
    height: auto;
}

.topActu{
    text-align: center;
    padding: 50px 0px;
    background: #B666D2;
}

.imageArticle{
    height: 175px;
    object-fit: cover;
}
/* =========================
           FOOTER
========================= */

.footer-menus {
    display: flex;
    justify-content: space-between; /* espace entre contact et menus */
    align-items: flex-start;
    background-color: #a6826a;
    color: white;
    padding: 15px;
    padding-bottom: 30px;
    flex-wrap: wrap; /* IMPORTANT : reste sur une seule ligne */
}

/* Colonne 1 (gauche) */
.footer-contact {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
}

/* Contenu du contact */
.footer-contact-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Groupe de colonnes 2 et 3 (menus à droite) */
.footer-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;  /* Aligne le groupe à droite */
    gap: 40px;
    font-size: 12px;
}

/* Chaque menu */
.footer-menu {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-list li {
    margin-bottom: 10px;
}

.footer-menu-list a {
    color: white;
    text-decoration: none;
}

.footer-menu-list a:hover {
    text-decoration: underline;
}

.footer-logo img {
    max-width: 100px;
    height: auto;
}

.footer-contact-info {
    font-size: 9px;
}

.footer-contact-info a {
    color: white;
    text-decoration: none;
}

.footer-contact-info a:hover {
    text-decoration: underline;
}

.footer-menu-list.menu {
    list-style: none !important;
}

.footer-menu-list li {
  list-style-type: none !important;
}


@media (max-width: 768px) {
  .footer-contact-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-contact-inner {
    gap: 8px; /* ✅ plus serré */
  }

   .footer-logo img {
    width: 70px; /* ajuste à 60px si besoin */
  }
  .footer-right {
    font-size: 10px;
  }

  .footer-menu-list li {
    margin-bottom: 5px;
  }
}

.creation-single {
    padding: 60px 20px;
    margin: 0 auto;
}

.creation-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.creation-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 30px;
}

.creation-content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.creation-meta p {
    margin-bottom: 10px;
}

.tag {
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    font-size: 0.9rem;
}

.tag.outil {
    background-color: #d1ecf1;
    color: #0c5460;
}

.tag.type {
    background-color: #f8d7da;
    color: #721c24;
}


.titre-footer{
    font-size: 15px;
}

.main-content {
  background: #ddd;
  overflow: hidden;
  cursor: default;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montesrrat", sans-serif;
  margin-bottom: -100px;
}

a {
  text-decoration: none !important;
}

.sm-screen {
  display: none;
}

.error-pg{
    margin-top: -150px;
}


.error-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 700px;
}

.number {
  font-size: 25em;
  color: #414042;
}

.number.left-coffee {
  margin-right: 2%;
  z-index: 1;
  position: relative;
}

.number.right-coffee {
  margin-left: 2%;
  z-index: 1;
  position: relative;
}

/* COFFEE MUG */

.coffee-mug {
  background: #3f2616;
  position: relative;
  margin: 0;
z-index: 10;
  width: 170px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #442918, 0 0 0 25px #3c2415, 0 0 0 42px #e4e6b2,
    0 0 0 65px #eff0d1, 0 120px 0 -25px #3c2415, 100px 70px 0 -25px #3c2415,
    80px 140px 0 -10px #3c2415, 0px 210px 0 -55px #3c2415,
    20px 250px 0 -65px #3c2415;
}

.coffee-mug::before {
  content: "";
  position: absolute;
  background: #eff0d1;
  height: 80px;
  width: 60px;
  top: -85px;
  right: -75px;
  border-radius: 5px;
  box-shadow: inset 0px 50px 0 0px #eff0d1;
  transform: rotate(45deg);
}

.coffee-mug::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #77665c;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.2;
  animation: rings 3s ease-out infinite;
}

@keyframes rings {
  to {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

/* Mean Message */
.mean-msg {
  font-size: 1.5em;
  margin-top: 30px;
  text-align: center;
}

.mean-msg a {
  border-bottom: 1px solid #414042;
  color: #3c2415;
}

@media only screen and (max-width: 650px) {
  .coffee-mug {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #442918, 
                0 0 0 25px #3c2415, 
                0 0 0 42px #e4e6b2,
                0 0 0 65px #eff0d1, 
                10px 120px 0 -25px #3c2415, 
                70px 90px 0 -25px #3c2415,
                50px 120px 0 -10px #3c2415;
  }

  .number {
    font-size: 22em;
  }

  @keyframes rings {
    to {
      width: 50px;
      height: 50px;
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 550px) {
  .coffee-mug {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #442918, 
                0 0 0 25px #3c2415, 
                0 0 0 42px #e4e6b2,
                0 0 0 65px #eff0d1, 
                10px 120px 0 -25px #3c2415, 
                70px 90px 0 -25px #3c2415,
                50px 120px 0 -10px #3c2415;
  }

  .number {
    font-size: 17em;
  }
}

@media only screen and (max-width: 450px) {
  .coffee-mug {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #442918, 
                0 0 0 25px #3c2415, 
                0 0 0 42px #e4e6b2,
                0 0 0 65px #eff0d1;
    }

  .number {
    font-size: 12em;
  }
}

@media only screen and (max-width: 350px) {
  .coffee-mug {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #442918, 
                0 0 0 25px #3c2415, 
                0 0 0 40px #e4e6b2,
                0 0 0 55px #eff0d1;
    }

  .number {
    font-size: 8em;
  }

  .coffee-mug::after {
    content: "";
    width: 20px;
    height: 20px;
    left: -3px;
  }

  .coffee-mug::before {
    content: "";
    position: absolute;
    background: #eff0d1;
    height: 40px;
    width: 30px;
    top: -70px;
    right: -60px;
    border-radius: 5px;
    box-shadow: inset 0px 50px 0 0px #eff0d1;
    transform: rotate(45deg);
  }

  @keyframes rings {
    to {
      width: 15x;
      height: 15px;
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 250px) {
  .error-number {
    display: none;
  }

  .sm-screen {
    display: block;
    text-align: center;
    color: #414042;
    font-size: 5em;
  }
}


.footer-wave {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: -5px;
}

.wave-svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}


html, body {

  margin: 0;
  
}


body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.thumbnail-wrapper img {
  width: 100%;
  height: 350px; /* ou 250px selon ton design */
  object-fit: cover;
  display: block;
}


.outil-etiquette{
  font-size: 12px;
}

.type-etiquette{
  font-size: 12px;
}

.titre-tag{
  font-size: 12px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(56, 47, 40);
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  font-family: Sour Gummy;
}
.cta:hover {
  color: #a6826a; /* ou toute autre couleur */
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(75, 47, 30, 0.753);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}
.cta svg {
  position: relative;
  margin-left: 20px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: currentColor;;
  stroke-width: 2;
  transform: translateX(-15px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #3f2616;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.milieu{
  font-family: Sour Gummy;
  font-size: 30px;
}

.card-body {
  text-align: center;
}

.texte-carte {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
}

.fond{
  background-image: url("assets/images/fondHome1.jpg");
  background-color: rgba(255,255,255,0.4);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.titre{
  font-family: Sour Gummy;
  font-size: 50px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.creation-thumbnail img {
  width: 600px;
  height: 600px;
  object-fit: cover;        /* ← remplit sans déformer */
  object-position: center;  /* ← centre le cadrage */
  display: block;
  border-radius: 10px;
}

.flou{
    background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}


.description-box {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-20%, -80%);
  background-color: #bda494;;
  border-radius: 12px;
  width: 400px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Responsive : sur mobile, place le bloc en-dessous */
@media (max-width: 768px) {
  
  
   main {
    align-items: center;
  }

  .creation-single{
    display: flex;
  }
  .creation-thumbnail img {
  width: 350px;
  height: 350px;
  object-fit: cover;        /* ← remplit sans déformer */
  object-position: center;  /* ← centre le cadrage */
  display: block;
  border-radius: 10px;

}
  .description-box {
   width: auto;        /* enlève la largeur fixe */
    max-width: 350px;
    margin: 20px auto 0;    /* centre */
    position: static;
    transform: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;   /* empile image + texte */
    align-items: center;      /* centre horizontalement */
    justify-content: center;  /* (optionnel) centre verticalement */
    text-align: center
    
  }
  
}


.creation-title {
  font-size: 2.1rem;
    font-family: Sour Gummy;
  font-weight: 600;
}

.creation-content {
  font-size: 1rem;
  color: #333;
}

.tag-tag {
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 5px;
}

.creation-item {
  position: relative;
  padding-bottom: 20px; /* laisse la place pour la boîte */
  margin-right: 300px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}


.bg-tag-type{
  background-color: #3f2616;
}

.bg-tag-outil{
  background-color: #6d5c4f;
}


body.single-creation {
  background-image: url('assets/images/fondsingle.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar {
  background-color: #a6826a !important; /* Ta couleur pour le header */
  font-family: Sour Gummy;
  font-size: 20px;
}


/* Couleur tags outil */
body.postid-55 .bg-tag-outil {
  background-color: #25559c !important; /* Couleur tags outil */
}

body.postid-55 .creation-title {
  color: #6017a5 !important; /* Couleur titre */
  font-family: Lacquer;
}

/* Couleur tags type */
body.postid-55 .bg-tag-type {
  background-color: #660546 !important; /* Couleur tags type */
}

/* Couleur fond bloc texte */
body.postid-55 .description-box {
  background-color: rgb(16, 4, 58) !important; /* Fond bloc texte */
}

body.postid-55 .navbar .nav-link {
  color: #ffffff !important; /* Ta couleur pour le header */
}

body.postid-55 p {
  color: #ffffff !important; /* Ta couleur pour le header */
}

.navbar .nav-link {
  position: relative;
  color: inherit; /* garde la couleur de ton thème */
  transition: opacity 0.3s ease;
  margin: 7px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px; /* espace entre texte et soulignement */
  width: 0%;
  height: 2px;
  background-color: currentColor; /* prend la couleur du texte */
  transition: width 0.3s ease;
}

.navbar .nav-link:hover {
  opacity: 0.7; /* plus transparent */
}

.navbar .nav-link:hover::after {
  width: 100%; /* soulignement s’étend */
}

.navbar .current-menu-item .nav-link::after,
.navbar .current_page_item .nav-link::after {
  width: 100%; /* soulignement permanent pour le lien actif */
}

.navbar .current-menu-item .nav-link {
  opacity: 0.6;
}

.navbar .current-menu-item .nav-link::after {
  width: 100%;
}

body.home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-image: url('assets/images/fondHome1.jpg');
  color: rgb(0, 0, 0);
  overflow: hidden; /* supprime le scroll */
}

main.home-main {
  flex: 1; /* occupe l’espace entre header et footer */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}


/* Texte machine à écrire */
#welcome {
  font-size: 2rem;
  line-height: 1.5;
  display: inline;
  background-image: linear-gradient(
        transparent 50%,
        #f2e6ff 50%,   /* violet très pâle */
        #d5b3ff 85%,   /* violet clair */
        transparent 85%,
        transparent 100%
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: animatedHighlight 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
  font-family: 'Sour Gummy', monospace;
  
}


@keyframes animatedHighlight {
  to {
    background-size: 100% 100%;
  }
}

@keyframes blink {
  50% { border-color: transparent }
}

/* Stickers */
.sticker {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.3) rotate(-30deg);
}

.sticker.show {
  animation: stickerDrop 0.6s ease-out forwards;
}



/* Animation autocollant */
@keyframes stickerDrop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-30deg) translateY(-50px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(var(--rotation)) translateY(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(var(--rotation)) translateY(0);
  }
}

/* Placements proches du texte (≈40px autour) */
.s1 { top: 13%; left: 50%; transform: translateX(-50%); --rotation: -10deg; }
.s2 { top: 30%; left: 25%; transform: translateY(-50%); --rotation: 8deg; }
.s3 { bottom: 10%; left: 35%; transform: translateX(-50%); --rotation: -6deg; }
.s4 { top: 65%; right: 35%; transform: translateY(-50%); --rotation: 12deg; }
.s5 { top: 30%; right: 25%; --rotation: 5deg; }


/* ===== TABLETTE ===== */
@media (max-width: 1024px) {

  #welcome {
    font-size: 1.7rem;
    text-align: center;
  }

  .sticker {
    width: 150px;
    height: 150px;
  }

  .s1 { top: 60px; left: 50%; }
  .s2 { top: 35%; left: 70%; }
  .s3 { bottom: 40px; left: 30%; }
  .s4 { top: 70%; right: 10%; }
  .s5 { top: 180px; right: 20%; }

}


/* ===== MOBILE ===== */
@media (max-width: 768px) {

  #welcome {
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
    text-align: center;
  }

  .sticker {
    width: 110px;
    height: 110px;
  }

  /* repositionnement autour du texte */

  .s1 { top: 15%; left: 40%; transform: translateX(-50%); }

  .s2 { top: 25%; left: 5%; }

  .s3 { bottom: 25%; left: 15%; }

  .s4 { top: 50%; right: 0.5%; }

  .s5 { top: 25%; right: 5%; }


}

/* page contact */

.contact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 25px !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.text-carte{
  font-family: Sour Gummy;
  font-size: 30px; 
  color: #000000 !important;
}

.contact-card.linkedin {
  background-color: #a6826a;
}

.contact-card.email {
  background-color: #7c6352;
}

.contact-card.ville {
  background-color: #8f6c55;
}

.intitule{
  font-family: Sour Gummy;
  font-size: 20px;
}

.contact-form {
  background: #ffffff; /* adapte si thème sombre */
  border-radius: 25px;   /* même arrondi que tes cartes */

}
.contact-form .form-control,
.contact-form .btn {
  border-radius: 18px;
}

.formulaire {
  border-radius: 25px !important;
  background-color: #7c6352;
  font-family: Sour Gummy;
  font-size: 20px;
  justify-content: center;
  padding: auto;
  display: flex;
  flex-direction: column;
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.formulaire .btn-send {
  align-self: center; /* centre le bouton horizontalement */
  margin-top: 20px;   /* espace au-dessus */
}

.formulaire input,
.formulaire textarea,
.formulaire select {
  /*background-color: #7c6352;*/
  border-radius: 25px;  /* couleur du texte entré par l’utilisateur */
  border: 2px solid #70584a;  /* bordure personnalisée */
  border-radius: 20px !important;  
}

.btn-send {
  position: relative;      /* nécessaire pour le pseudo-élément */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background-color: #7c6352;
  color: #382f28;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
}

.btn-send:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: rgba(75, 47, 30, 0.753);
  z-index: 1;              /* pseudo-élément derrière */
  transition: all 0.3s ease;
  z-index: 1;
}

.btn-send:hover:before {
  width: 100%;
  background: #3f2616;
}

.btn-send .btn-text {
  position: relative;
  z-index: 2;              /* texte toujours au-dessus du pseudo-élément */
}

.btn-send svg {
  position: relative;
  z-index: 2;              /* svg au même niveau que le texte */
  margin-left: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transform: translateX(-15px);
  transition: transform 0.3s ease;
}

.btn-send:hover svg {
  transform: translateX(0); /* flèche avance */
}

.btn-send:hover {
  color: #a6826a;            /* change la couleur du texte et SVG si nécessaire */
}


.equal-height { 
  /* .row est déjà flex via Bootstrap, on s'assure que les colonnes s'étirent */
  align-items: stretch;
}

/* ensure columns behave as flex containers and children stretch */
.equal-height > .col-6 {
  display: flex;
  flex-direction: column;
  /* remove extra top margin if you had mt-4 on columns — use internal padding instead */
}

/* form fills column */
.formulaire {
  display: flex;
  flex-direction: column;
  /* allow form to fill the column height */
  height: 100%;
  box-sizing: border-box;
}

/* keep the form content natural (button pushed via margin-top:auto if desired) */
.formulaire .btn-send {
  margin-top: 20px; /* ou margin-top:auto; si tu veux bouton collé en bas */
  align-self: center; /* centre horizontalement */
}

/* image wrapper fills column */
.image-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

/* image covers the whole area of its wrapper without distortion */
.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* important: remplit et recadre si nécessaire */
  border-radius: 12px;    /* optionnel */
}






.skill-bars {
  margin-top:100px;

  max-width: 1000px;
  width: 100%;
  background: #fff;
    display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
  gap: 50px;
column-gap: 200px;

}


.skill-bars .barre:first-child {
  margin-top: 0px;
}

.skill-bars .barre .info {
  margin-bottom: 5px;
}

.skill-bars .barre .info span {
  font-weight: 500;
  font-size: 17px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100% {
    opacity: 1;
  }
}

.skill-bars .barre .progress-line {
  height: 10px;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05),
    0 1px rgba(255, 255, 255, 0.8);
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.barre .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: #726457;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.barre .progress-line.html span {
  width: 90%;
}

.barre .progress-line.css span {
  width: 60%;
}

.barre .progress-line.jquery span {
  width: 85%;
}


.barre .progress-line.mysql span {
  width: 75%;
}

.progress-line span::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #000;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

.progress-line span::after {
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}

.progress-line.html span::after {
  content: "90%";
}

.progress-line.css span::after {
  content: "60%";
}

.progress-line.jquery span::after {
  content: "85%";
}

.progress-line.mysql span::after {
  content: "75%";
}




/*page creations*/

/* Conteneur */
.page-creations {
  justify-content: center; /* centre horizontalement */
  align-items: flex-start; /* place en haut */
  padding-top: 50px;
  place-items: center;

}

/* Reset LOCAL */
.page-creations * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-creations .title-creations span:nth-child(1) { transform: rotate(-2deg); }
.page-creations .title-creations span:nth-child(2) { transform: rotate(1deg); }
.page-creations .title-creations span:nth-child(3) { transform: rotate(-1deg); }
.page-creations .title-creations span:nth-child(4) { transform: rotate(2deg); }
.page-creations .title-creations span:nth-child(5) { transform: rotate(-1deg); }
.page-creations .title-creations span:nth-child(6) { transform: rotate(1deg); }
.page-creations .title-creations span:nth-child(7) { transform: rotate(-2deg); }



/* Titre */
.page-creations .title-creations {
 position: relative;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
display: flex;
font-size: clamp(2rem, 8vw, 70px); /* min 2rem, max 70px */
gap: -2em; /* ESPACE ENTRE LES LETTRES */
letter-spacing: 0; /* on laisse chaque span gérer l’espace */
justify-content: center; /* centrer horizontalement */
}

/* Lettres */
.page-creations .title-creations span {
  margin-left: 0.1em;
  padding: 0.15em 0.2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* Background derrière chaque lettre */
.page-creations .title-creations span::before {
  content: "";
  position: absolute;
  inset: -0.2em;
  z-index: -1;
}

/* =========================
   TITRE CRÉATIONS – COLLAGE
========================= */

:root {
  --cafe-1: #ebddcc;
  --cafe-2: rgba(189, 169, 139);
  --cafe-3: #afa38d;
  --cafe-4: #6e6250;
  --cafe-5: #49443d;
  --cafe-6: #332929;
}

.title-creations span {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0.005em;
  color: #fff; /* couleur texte par défaut */
}

.title-creations span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--cafe-1); /* fond solide */
  background-size: 10px 10px;
}

/* -------------------- */
/* Lettre C - points */
.title-creations span:nth-child(1)::before {
  background-color: var(--cafe-6);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(189, 169, 139, 0.781) 0px,
    rgba(189, 169, 139, 0.781) 3px,
    var(--cafe-2) 3px,
    var(--cafe-2) 6px
  );
}

/* Lettre R - lignes horizontales */
.title-creations span:nth-child(2)::before {
  background-color: var(--cafe-3);
}

/* Lettre É - lignes verticales */
.title-creations span:nth-child(3)::before {
  background-color: var(--cafe-5);
}

/* Lettre A - points et lignes mélangés */
.title-creations span:nth-child(4)::before {
  background-color: var(--cafe-1);
  background-image: 
    radial-gradient(rgba(120,100,80,0.3) 2px, var(--cafe-1) 2px),
    repeating-linear-gradient(
      90deg,
      rgba(120,100,80,0.1) 0px,
      rgba(120,100,80,0.1) 3px,
      var(--cafe-1) 3px,
      var(--cafe-1) 6px
    );
  background-size: 10px 10px;
}

/* Lettre T - lignes diagonales */
.title-creations span:nth-child(5)::before {
  background-color: var(--cafe-2);
}

/* Lettre I - points */
.title-creations span:nth-child(6)::before {
  background-color: var(--cafe-3);
  background-image:radial-gradient(rgba(120,80,60,0.3) 3px,transparent 3px);
  background-size: 10px 10px;
}

/* Lettre O - lignes verticales */
.title-creations span:nth-child(7)::before {
  background-color: var(--cafe-4);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(150,120,90,0.3) 0px,
    rgba(150,120,90,0.3) 3px,
    var(--cafe-4) 3px,
    var(--cafe-4) 6px
  );
}

/* Lettre N - lignes horizontales */
.title-creations span:nth-child(8)::before {
  background-color: var(--cafe-1);
}

/* Lettre S - points */
.title-creations span:nth-child(9)::before {
  background-color: var(--cafe-3);
}


/* =========================
   TITRE A PROPOS – COLLAGE
========================= */

.page-a-propos {
  justify-content: center; /* centre horizontalement */
  align-items: flex-start; /* place en haut */
  padding-top: 50px;
  place-items: center;

}

/* Reset LOCAL */
.page-a-propos * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-a-propos .title-a-propos span:nth-child(1) { transform: rotate(-2deg); }
.page-a-propos .title-a-propos span:nth-child(2) { transform: rotate(1deg); }
.page-a-propos .title-a-propos span:nth-child(3) { transform: rotate(-1deg); }
.page-a-propos .title-a-propos span:nth-child(4) { transform: rotate(2deg); }
.page-a-propos .title-a-propos span:nth-child(5) { transform: rotate(-1deg); }
.page-a-propos .title-a-propos span:nth-child(6) { transform: rotate(1deg); }
.page-a-propos .title-a-propos span:nth-child(7) { transform: rotate(-2deg); }



/* Titre */
.page-a-propos .title-a-propos {
  position: relative;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
display: flex;
font-size: clamp(2rem, 8vw, 70px); /* min 2rem, max 70px */
gap: -2em; /* ESPACE ENTRE LES LETTRES */
letter-spacing: 0; /* on laisse chaque span gérer l’espace */
justify-content: center; /* centrer horizontalement */
 
}

/* Lettres */
.page-a-propos .title-a-propos span {
  margin-left: 0.1em;
  padding: 0.15em 0.2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* Background derrière chaque lettre */
.page-a-propos .title-a-propos span::before {
  content: "";
  position: absolute;
  inset: -0.2em;
  z-index: -1;
}

.title-a-propos span {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0.005em;
  color: #fff; /* couleur texte par défaut */
}

.title-a-propos span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--cafe-1); /* fond solide */
  background-size: 10px 10px;
}

/* -------------------- */
/* Lettre A - points */
.title-a-propos span:nth-child(1)::before {
  background-color: var(--cafe-6);
}
.page-a-propos .title-a-propos span:nth-child(1) {
  margin-right: 0.6em; /* ajuste la valeur */
}


/* Lettre P - lignes horizontales */
.title-a-propos span:nth-child(2)::before {
  background-color: var(--cafe-3);
}

/* Lettre R - lignes verticales */
.title-a-propos span:nth-child(3)::before {
  background-color: var(--cafe-5);
}

/* Lettre O - points et lignes mélangés */
.title-a-propos span:nth-child(4)::before {
  background-color: var(--cafe-1);
  background-image:radial-gradient(rgba(163, 149, 130, 0.5) 3px,transparent 3px);
  background-size: 10px 10px;
}

/* Lettre P - lignes diagonales */
.title-a-propos span:nth-child(5)::before {
  background-color: var(--cafe-2);
}

/* Lettre O - points */
.title-a-propos span:nth-child(6)::before {
  background-color: var(--cafe-4);
}

/* Lettre S - lignes verticales */
.title-a-propos span:nth-child(7)::before {
  background-color: var(--cafe-1);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(180, 172, 155, 0.5) 0px,
    rgba(211, 203, 169, 0.5) 4px,
    transparent 4px,
    transparent 10px
  );
}



/* =========================
   TITRE CONTACT – COLLAGE
========================= */

.page-contact {
  justify-content: center; /* centre horizontalement */
  align-items: flex-start; /* place en haut */
  padding-top: 50px;
  place-items: center;

}

/* Reset LOCAL */
.page-contact * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-contact .title-contact span:nth-child(1) { transform: rotate(-2deg); }
.page-contact .title-contact span:nth-child(2) { transform: rotate(1deg); }
.page-contact .title-contact span:nth-child(3) { transform: rotate(-1deg); }
.page-contact .title-contact span:nth-child(4) { transform: rotate(2deg); }
.page-contact .title-contact span:nth-child(5) { transform: rotate(-1deg); }
.page-contact .title-contact span:nth-child(6) { transform: rotate(1deg); }
.page-contact .title-contact span:nth-child(7) { transform: rotate(-2deg); }



/* Titre */
.page-contact .title-contact {
  position: relative;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
display: flex;
font-size: clamp(2rem, 8vw, 70px); /* min 2rem, max 70px */
gap: -2em; /* ESPACE ENTRE LES LETTRES */
letter-spacing: 0; /* on laisse chaque span gérer l’espace */
justify-content: center; /* centrer horizontalement */
}

/* Lettres */
.page-contact .title-contact span {
  margin-left: 0.1em;
  padding: 0.15em 0.2em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* Background derrière chaque lettre */
.page-contact .title-contact span::before {
  content: "";
  position: absolute;
  inset: -0.2em;
  z-index: -1;
}

.title-contact span {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0.005em;
  color: #fff; /* couleur texte par défaut */
}

.title-contact span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--cafe-1); /* fond solide */
  background-size: 10px 10px;
}

/* -------------------- */
/* Lettre C - points */
.title-contact span:nth-child(1)::before {
  background-color: var(--cafe-5);
}

/* Lettre O - lignes horizontales */
.title-contact span:nth-child(2)::before {
  background-color: var(--cafe-1);
}

/* Lettre N - lignes verticales */
.title-contact span:nth-child(3)::before {
  background-color: var(--cafe-3);
  background-image:radial-gradient(rgba(163, 149, 130, 0.897) 3px,transparent 3px);
  background-size: 10px 10px;
}

/* Lettre T - points et lignes mélangés */
.title-contact span:nth-child(4)::before {
  background-color: var(--cafe-2);
}

/* Lettre A - lignes diagonales */
.title-contact span:nth-child(5)::before {
  background-color: var(--cafe-6);
}

/* Lettre C - points */
.title-contact span:nth-child(6)::before {
  background-color: var(--cafe-1);
    background-image: repeating-linear-gradient(
    90deg,
    rgba(180, 172, 155, 0.5) 0px,
    rgba(211, 203, 169, 0.5) 4px,
    transparent 4px,
    transparent 10px
  );
}

/* Lettre T - lignes verticales */
.title-contact span:nth-child(7)::before {
  background-color: var(--cafe-4);
  background-image:radial-gradient(rgba(163, 149, 130, 0.897) 6px,transparent 3px);
  background-size: 10px 10px;
}

#intro{
  margin-bottom: 120px;
  margin-top: 80px;
}
.blocintro {
background-color: #ece4d681;
border-radius: 5px;
margin-top: 50px;
align-self: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
padding-left: 50px;
padding-right: 50px;
}

.photomoi{
width: 250px;
height: auto;

}

h2{
  font-family: Sour Gummy;
  text-align: center;
  margin: 25px;
  font-size: 40px;  
}

h3{
  font-family: Sour Gummy;
  text-align: center;
  margin-top: 25px;
  font-size: 20px;  
}

.iconPassion{
  width: 150px;
  height: auto;
  border: 2px solid #42392a;
  border-radius: 10px;
}

.blocPassion{
  text-align: center;
  background-color: rgba(189, 169, 139, 0.685);
}

.titreinteret{
  color: #8b7165;
  margin-bottom: 50px;
}

.wave-section {
  background: rgb(189, 169, 139); /* vert comme ton exemple */
  color: white;
  text-align: center;
}

.content {
  padding: 100px 20px;
}

.wave {
  width: 100%;
  height: 80px;
  left: 0;
}

.wave path {
  fill: #ffffff; /* couleur du fond autour */
}

.wave-top {
  top: 0;
}

.wave-bottom {
  bottom: 0;
}




@keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: rgb(78, 70, 54);
  --secondary: rgb(228, 228, 228);
  --size: 100px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}

.skillscontainer .col-md-3{
  display: flex;           /* active flex sur la colonne */
  justify-content: center; /* centre horizontalement */
  align-items: center;     /* centre verticalement si la colonne a une hauteur */
  padding: 20px 0;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ================= TIMELINE ================= */

.timeline {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

/* ligne centrale */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #006E51;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ================= ITEM ================= */

.timeline-item {
  position: relative;
  width: 50%;
  padding: 15px 30px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* point */
.timeline-item::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #006E51;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.left::after {
  right: -8px;
}

.timeline-item.right::after {
  left: -8px;
}

/* ligne horizontale */
.timeline-item::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  background: #006E51;
}

.timeline-item.left::before {
  right: 8px;
}

.timeline-item.right::before {
  left: 8px;
}

/* ================= DATE ================= */

.date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #006E51;

  display: flex;
  flex-direction: column;
  align-items: center;   /* centre horizontalement */
  text-align: center;
}

.timeline-item.left .date {
  right: -150px;
}

.timeline-item.right .date {
  left: -150px;
}

/* ================= ICONE ================= */

.icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #F6D155;
  border: 2px solid #006E51;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #006E51;
  z-index: 2;
}

.timeline-item.left .icon {
  right: 56px;
}

.timeline-item.right .icon {
  left: 56px;
}

/* ================= CONTENU ================= */

.content,
.content2 {
  padding: 30px 90px 30px 30px;
  border-radius: 0 500px 500px 0;
  color: #fff;
  line-height: 1.4;
}

.content {
  background: #927257;
}

.content2 {
  background: #613e22;
}

.timeline-item.right .content,
.timeline-item.right .content2 {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .timeline::after {
    left: 90px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 120px;
    text-align: left;
  }

  .timeline-item::before,
  .timeline-item::after {
    left: 82px !important;
    right: auto !important;
  }

  .date {
    left: 15px !important;
    right: auto !important;
  }

  .icon {
    left: 146px !important;
    right: auto !important;
  }

  .content,
  .content2 {
    padding: 30px 30px 30px 90px !important;
    border-radius: 500px 0 0 500px !important;
  }

  .photomoi{
    margin-bottom: -100px;
    margin-top: 30px;
width: 50px;
height: auto;
}

.blocintro {
margin-top: -70px;
}
 .image {
    order: -1;
    width: 100%;
    text-align: center;
  }

  .form {
    width: 100%;
  }

  .equal-height {
        flex-direction: column;
    }

    .equal-height > div {
        width: 100%;
        max-width: 100%;
    }

.contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .contact-image {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: flex-start; /* gauche */
        display: none !important;
    }

    .contact-image img {
      display: none;
    }

}

/* ================= ANIMATION ================= */

.animate {
  opacity: 0;
  transition: all 0.8s ease;
}

.animate.left {
  transform: translate(-80px, 40px);
}

.animate.right {
  transform: translate(80px, 40px);
}

.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* ================= TEXTE ================= */

.sousTitreTimeline {
  font-size: 12px;
  opacity: 0.8;
}


/* COMPETENCES ET EXPERIENCES*/
#resume, .resume {
  padding: 60px 0; /* ou défini par le template */
}


.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
  text-align: left; /* si besoin */
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #816346;
  position: relative;
  font-weight: 600;
}

/* Rond devant chaque item */
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #816346;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

/* Dates ou périodes */
.resume .resume-item h5 {
  font-size: 16px;
  background: #aa8b6e;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}




.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .company {
  font-style: italic;
  margin-bottom: 10px;
  color: #555;
}

.ligne {
  display: flex;
  align-items: center; /* aligne verticalement */
  gap: 10px; /* espace entre les deux */
}

.mission{
  font-size: 12px;
  margin-top: -15px;
}