.elementor-9 .elementor-element.elementor-element-9b6de30{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-055db80{--display:flex;}.elementor-9 .elementor-element.elementor-element-31f1f0a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-5e3b3fb{--display:flex;}.elementor-9 .elementor-element.elementor-element-46d5e06{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-b7440de{--display:flex;}.elementor-9 .elementor-element.elementor-element-34b8dce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-149f03a{--display:flex;}.elementor-9 .elementor-element.elementor-element-a4ceb9b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-63a5365{--display:flex;}.elementor-9 .elementor-element.elementor-element-b028558{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-27bad13{--display:flex;}.elementor-9 .elementor-element.elementor-element-81c30b3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-3853cb2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6d8ee66 *//* Import de la police */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

/* RESET */
body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  background: #0e0b1d;
  color: #fff;
}

/* HERO */
#hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  background: #0e0b1d;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.hero-content .highlight {
  color: #a362ea;
}

.subtitle {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  margin-top: 2rem;
}

.cta .btn {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.btn.primary {
  background: #a362ea;
  color: #fff;
}

.btn.secondary {
  border: 2px solid #a362ea;
  background: transparent;
  color: #a362ea;
}

/* Hover effect */
.btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* --- Responsive Mobile Fix --- */
@media screen and (max-width: 480px) {
  .cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .cta .btn {
    width: 100%;
    max-width: 280px;
    margin: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59b271a */.presentation-section {
  padding: 6rem 2rem;
  text-align: center;
  background-color: #fff;
  color: #333;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: black;
}

.kelly-name {
  color: #6a0dad;
}

.intro-text {
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.scroll-down {
  margin-top: 4rem;
  font-size: 1rem;
  color: #6a0dad;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.arrow-down {
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #6a0dad;
  border-right: 2px solid #6a0dad;
  transform: rotate(45deg);
  animation: bounceArrow 2s infinite;
}

@keyframes bounceArrow {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(10px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac86f9d */.contact-section {
  padding: 6rem 2rem;
  background-color: #fff;
  text-align: center;
}

.contact-section .section-title {
  font-size: 2.8rem;
  font-family: 'Sora', sans-serif;
  color: #6a0dad;
  margin-bottom: 1rem;
}

.contact-section .section-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 3rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* Réseaux sociaux */
.social-links {
  display: flex;
  gap: 1.5rem;
}

.social-icon {
  font-size: 2rem;
  color: #6a0dad;
  background-color: #f8f6ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(106, 13, 173, 0.4);
}

/* Email */
.email-contact {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
}

.email-contact a {
  color: #6a0dad;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.email-contact a:hover {
  color: #000;
}

/* WhatsApp */
.whatsapp-contact .btn-whatsapp {
  background-color: #25D366;
  color: white;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-contact .btn-whatsapp:hover {
  background-color: #1ebe57;
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b56885b */.skills-section {
  padding: 6rem 2rem;
  background-color: #f8f6ff;
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Sora', sans-serif;
  color: #6a0dad;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  color: #555;
}

.skills-category {
  margin-bottom: 4rem;
}

.skills-category h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #6a0dad;
}

.skills-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.skill-logo {
  width: 80px;
  height: 80px;
  font-size: 2.5rem;
  color: #6a0dad;
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.skill-logo:hover {
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(106,13,173,0.4);
  color: #ffffff;
  background-color: #6a0dad;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-107c892 */.vision-section {
  padding: 6rem 2rem;
  background-color: #fff;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.vision-card {
  background: linear-gradient(to bottom right, #f3eaff, #ffffff);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(106, 13, 173, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 30px rgba(106, 13, 173, 0.2); /* glow violet */
}

.vision-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #6a0dad;
}

.vision-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.vision-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37cfb76 */.form-section {
  padding: 6rem 2rem;
  background-color: #f8f6ff;
  text-align: center;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.form-group input,
.form-group textarea {
  width: 100%;
  max-width: 380px;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: 'Sora', sans-serif;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #6a0dad;
  outline: none;
}

.btn-submit {
  background-color: #6a0dad;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-submit:hover {
  background-color: #5800a0;
  transform: scale(1.05);
}/* End custom CSS */