.elementor-5 .elementor-element.elementor-element-170b7b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-4f80826{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-1d842e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-0156043{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-b780962{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5 .elementor-element.elementor-element-8be6da3{text-align:center;}.elementor-5 .elementor-element.elementor-element-8be6da3 .elementor-heading-title{color:#1C292E;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5 .elementor-element.elementor-element-915b59f .elementor-main-swiper .swiper-slide{background-color:#FFFFFF;border-color:#0A0101;}.elementor-5 .elementor-element.elementor-element-915b59f .elementor-swiper-button{font-size:20px;}.elementor-5 .elementor-element.elementor-element-aa89fe7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dada209 *//* CTA rouge : Publier mon projet gratuitement */
.cta-button {
  display: inline-block;
  background-color: #bc4749; /* rouge premium */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #a63a3c; /* rouge plus foncé au hover */
}

/* CTA gris clair : Trouver des missions */
.cta-button-missions {
  display: inline-block;
  background-color: #edede9; /* gris clair */
  color: #000; /* texte noir pour contraste */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button-missions:hover {
  background-color: #edede9; /* reste identique pour garder la couleur fixe */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c297314 *//* Section Comment ça marche */
.am-how {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.am-how h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1D1D1F;
  margin-bottom: 40px;
  position: relative;
}

.am-how h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E63946;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Container des étapes */
.am-steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* Carte étape */
.am-step {
  flex: 1;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icône */
.am-icon {
  font-size: 32px;
  color: #E63946;
  margin-bottom: 15px;
}

/* Titre étape */
.am-step h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1D1D1F;
}

/* Description étape */
.am-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .am-steps {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e58400 *//* Section Pourquoi choisir */
.am-why {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.am-why h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1D1D1F;
  margin-bottom: 40px;
  position: relative;
}

.am-why h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E63946;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Container des avantages */
.am-advantages {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* Carte avantage */
.am-advantage {
  flex: 1;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-advantage:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icône rouge */
.am-icon {
  font-size: 36px;       /* Icône bien grande */
  color: #E63946;        /* Rouge identique à la maquette */
  margin-bottom: 15px;
}

/* Titre avantage */
.am-advantage h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1D1D1F;
}

/* Description avantage */
.am-advantage p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .am-advantages {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6748bfb *//* Section Trouver le bon freelance */
.am-find {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.am-find h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1D1D1F;
  margin-bottom: 40px;
  position: relative;
}

.am-find h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E63946;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Container catégories */
.am-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Carte catégorie */
.am-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1F;
  text-decoration: none;
  transition: all 0.3s ease;
}

.am-cat:hover {
  background: #E63946;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.am-cat:hover .am-icon {
  color: #fff;
}

/* Icônes */
.am-icon {
  font-size: 22px;
  color: #E63946;
}

/* Responsive */
@media (max-width: 768px) {
  .am-categories {
    flex-direction: column;
    align-items: center;
  }
  .am-cat {
    width: 80%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b6c11e *//* Section finale CTA */
.am-cta {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid #eee;
  font-family: 'Inter', sans-serif;
}

.am-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.am-cta h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1D1D1F;
  margin-bottom: 20px;
}

.am-cta p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Boutons CTA */
.am-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.btn {
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-red {
  background: #E63946;
  color: #fff;
}

.btn-red:hover {
  background: #c72d3a;
}

.btn-white {
  background: #fff;
  color: #1D1D1F;
  border: 1px solid #ccc;
}

.btn-white:hover {
  background: #f7f7f7;
}

/* Icônes de confiance */
.am-cta-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  color: #555;
  margin-top: 20px;
}

.am-cta-icons span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .am-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .am-cta-icons {
    flex-direction: column;
    gap: 10px;
  }
}
.form-section {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.form-section h2 {
  color: #bc4749;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.form-section {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.form-section h2 {
  text-align: center;
  color: #bc4749;
  margin-bottom: 15px;
}/* End custom CSS */