
.animLogo {
  font-size: 1em;
}
.animLogoB {
  font-size: 0.45em;
}

svg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  background-size: 0.12em 100%;
  font: 16em/1 Arial;
}

.animLogo-1 {
  fill: none;
  stroke-width: 2px;
}
.animLogo-1:nth-child(1) {
  stroke: #3d8b10;
  stroke-dashoffset: 10%;
  stroke-dasharray: 20% 10%;
  animation: stroke-offset 7s infinite alternate;
}

@media (max-width: 768px) {
  .animLogo-1 {
    stroke-width: 3px;
 } 
}
@keyframes stroke-offset {
  
  0% {
    stroke-dashoffset: 0%;
  }
  100% {
    stroke-dashoffset: 100%;
  }
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.sec-title{
	position:relative;
	margin-bottom:45px;
}

.sec-title .title{
	position: relative;
    color: #84858a;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sec-title .title:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 6px;
    height: 6px;
    background-color: #f43737;
}

.shineM {
	-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.sec-title.centered{
	text-align: center;
}

.sec-title.centered .text{
	max-width:580px;
	margin:0 auto;
}

.sec-title .title.light::before{
	background-color:#ffffff;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light .text{
	color:#ffffff;
}

.sec-title.centered .title:before{
	left:50%;
	margin-left:-3px;
}
#header {
  background: linear-gradient(90deg, #4CAF50, #00C6FF);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

#header h1 {
  font-size: 3em;
  margin-bottom: 10px;
}

#header p {
  font-size: 1.5em;
}

.pricing-section {
  background-color: #f9f9f9;
  padding: 30px 20px;
}

.pricing-card {
  margin:10px 10px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  background: white;
  transition: box-shadow 0.3s;
}

.pricing-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pricing-card h3 {
  color: #0f6d12;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  margin: 10px 0;
  font-size: 1.2em;
}

.features li i {
  color: #0c690f;
  margin-right: 10px;
}
.btn-jembarque-animate {
  display: inline-block;
  padding: 20px 50px;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, #1f5e06, #1b5301);
  border: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  letter-spacing: 2px;
  cursor: pointer;
}

/* Effet hover avec dégradé vibrant */
.btn-jembarque-animate:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(180, 134, 8, 0.5);
}

/* Animation dynamique interne */
.btn-jembarque-animate:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.btn-jembarque-animate:hover:before {
  opacity: 1;
  top: -20%;
  left: -20%;
  width: 150%;
  height: 150%;
}

/* Animation des bords lumineux */
.btn-jembarque-animate:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 45px rgba(33, 88, 7, 0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.btn-jembarque-animate:hover:after {
  opacity: 1;
  animation: pulsate 1.5s infinite;
}

/* Animation de pulsation */
@keyframes pulsate {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.1);
      opacity: 0.8;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
.hero {
  padding: 6rem 2rem 8rem;
  background: linear-gradient(135deg, #6366F110, #EC489910);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, rgb(54, 54, 54), grey);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.hero p {
  font-size: 1.25rem;
  color: grey;
  margin-bottom: 2.5rem;
}

.hero-image {
  position: relative;
  height: 460px;
  background: url('/src/img/preview.png') center/cover;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .hero-container {
      grid-template-columns: 1fr;
      text-align: center;
  }

  .hero-content {
      margin: 0 auto;
  }


}

@media (max-width: 700px) {
  .hero-container {
      grid-template-columns: 1fr;
      text-align: center;
  }

  .hero-content {
      margin: 0 auto;
  }

}
.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, rgb(70, 70, 70), rgb(165, 165, 165));
  color: var(--white);
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.advantages {
  padding: 3rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  font-size: 3rem;
  font-weight: 1000;
  text-align: center;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2rem;
}

.advantage-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.advantage-icon {
  font-size: 3rem;
  color: var(--primary);
}

.advantage-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--dark);
}