.elementor-1021 .elementor-element.elementor-element-91a8d10{--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-1021 .elementor-element.elementor-element-6bdf62e > .elementor-widget-container{margin:-100px 0px -49px 0px;}.elementor-1021 .elementor-element.elementor-element-d8340fb > .elementor-widget-container{margin:-15px 0px 0px 0px;}.elementor-1021 .elementor-element.elementor-element-69451af > .elementor-widget-container{margin:-22px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6bdf62e *//* HERO PREMIUM EVOLUDREAM */
.evohero-main {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 90vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #130f1a;
  
}
.evohero-bg {
  position: absolute;
  z-index: 1;
  top: 0; left: 0; width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 60% 10%, #4422ff22 30%, #191525 75%),
    linear-gradient(120deg, #171224 80%, #29204a 100%);
  pointer-events: none;
}
.evohero-main::after {
  content: "";
  position: absolute; left: 50%; top: 30%; transform: translateX(-50%);
  width: 780px; height: 390px;
  background: radial-gradient(ellipse at center, #a584f660 0%, transparent 80%);
  opacity: 0.38;
  z-index: 2;
  pointer-events: none;
  filter: blur(16px);
}
.evohero-inner {
  position: relative;
  z-index: 3;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  padding: 6vw 4vw 5vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.evohero-logo {
  width: 350px;
  max-width: 40vw;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 38px #a684ff88) drop-shadow(0 0 18px #ffd90011);
}
.evohero-main h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.85em;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 8px 40px #000c;
}
.evohero-gold {
  color: #F0D7A5;
  font-weight: 900;
  letter-spacing: 1px;
  filter: drop-shadow(0 4px 36px #ffd70033);
}
.evohero-gradient {
  background: linear-gradient(90deg, #9d8fff 25%, #ce7cf0 60%, #f0d7a5 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 24px #e1bbfa33);
  font-weight: 900;
}
.evohero-sub {
  font-size: 1.23em;
  color: #ede9d4;
  margin-bottom: 24px;
  text-shadow: 0 2px 12px #000a;
  font-family: 'Source Sans 3', Arial, sans-serif;
}
.evohero-location {
  display: inline-block;
  margin-top: 8px;
  color: #FFD700;
  background: #191525a0;
  padding: 2px 16px;
  border-radius: 22px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 22px #ffd70026;
  text-shadow: 0 2px 18px #FFD70033;
}
.evohero-btn {
  display: inline-block;
  background: linear-gradient(93deg,#f0d7a5 70%,#b89968 100%);
  color: #2a204b;
  font-weight: bold;
  font-size: 1.18em;
  border-radius: 44px;
  padding: 17px 38px;
  border: none;
  margin-top: 18px;
  box-shadow: 0 2px 36px #f0d7a522;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: background .18s, color .18s, box-shadow .25s;
  cursor: pointer;
}
.evohero-btn:hover {
  background: #ffe9c4;
  color: #50208c;
  box-shadow: 0 8px 42px #ffd70066;
}

/* --- ICONES CONTACT PREMIUM --- */
.evohero-contacts {
  margin-top: 30px;
  display: flex;
  gap: 34px;
  justify-content: center;
  align-items: center;
}
.evohero-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow .18s, transform .16s, background .19s;
  box-shadow: 0 2px 9px #0006;
  position: relative;
  text-decoration: none;
  border: 2.5px solid transparent;
}
.evohero-icn svg {
  display: block;
  transition: filter .18s, stroke .2s;
  filter: none;
}
.evohero-icn:hover {
  background: radial-gradient(circle, #20104a 60%, #241c32 100%);
  box-shadow: 0 0 18px 4px #b093fb55, 0 0 12px 1px #f0d7a522;
  transform: scale(1.11) translateY(-2px);
  border-color: #b093fb;
  z-index: 1;
}
.evohero-icn:hover svg {
  filter: drop-shadow(0 0 7px #f0d7a599) drop-shadow(0 0 10px #b093fb99);
}
/* WhatsApp survol : glow vert ! */
.evohero-icn:hover[title*="WhatsApp"] svg {
  filter: drop-shadow(0 0 8px #53e270dd);
}
@media (max-width: 600px) {
  .evohero-contacts { gap: 15px; }
  .evohero-icn { width: 34px; height: 34px; }
  .evohero-icn svg { width: 20px !important; height: 20px !important; }
}

@media (max-width: 600px) {
  .evohero-inner {
    padding: 32px 4vw 28px 4vw;
    max-width: 99vw;
  }
  .evohero-logo {
    width: 130px;
    max-width: 85vw;
    margin-bottom: 13px;
  }
  .evohero-main h1 {
    font-size: 1.22em;
    line-height: 1.13;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .evohero-sub {
    font-size: 1em;
    margin-bottom: 13px;
  }
  .evohero-location {
    font-size: 0.93em;
    padding: 3px 7px;
    border-radius: 13px;
    margin-bottom: 8px;
  }
  .evohero-btn {
    width: 100%;
    font-size: 1em;
    padding: 13px 0;
    border-radius: 18px;
    margin-top: 10px;
  }
  .evohero-contacts {
    gap: 12px;
    margin-bottom: 18px;
  }
  .evohero-icn {
    width: 31px;
    height: 31px;
  }
  .evohero-icn svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 410px) {
  .evohero-main h1 {
    font-size: 1em;
  }
  .evohero-btn {
    font-size: 0.97em;
    padding: 10px 0;
    border-radius: 14px;
  }
  .evohero-logo {
    width: 82px;
    margin-bottom: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8340fb */.evogoldline {
  border: none;
  height: 2.5px;
  width: 100vw;
  max-width: 100vw;
  background: #ffd700;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  z-index: 10;
}


.evosec-values {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(120deg, #181325 84%, #25185a 100%);
  padding: 80px 0 90px 0;
  position: relative;
  z-index: 2;
}

.evosec-values-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
}

.evosec-values h2 {
  text-align: center;
  font-size: 2.2em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 54px;
  letter-spacing: 0.2px;
  /* Dégradé or → violet comme le hero */
  background: linear-gradient(90deg, #f0d7a5 15%, #ae9ffd 45%, #ad6ddf 75%, #f0d7a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
  text-shadow:
    0 2px 16px #ffd70044,
    0 6px 24px #18112855;
}



.evosec-txt-gradient {
  background: linear-gradient(90deg,#f0d7a5 25%,#af84f9 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 20px #c1a6fa66);
}

.evosec-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: center;
  align-items: stretch;
}

.evosec-cards {
  display: flex;
  flex-wrap: nowrap;         /* NE PAS WRAPPER en desktop */
  gap: 38px;
  justify-content: center;
  align-items: stretch;
}
.evosec-card {
  background: rgba(30,24,42,0.97);
  border: 1.7px solid #a692e7;
  border-radius: 22px;
  box-shadow: 0 8px 50px #0006, 0 1px 0 #4e4155, 0 2px 70px #61398e19;
  padding: 36px 30px 28px 30px;
  min-width: 220px; 
  max-width: 285px;
  flex: 1 1 0;       /* La clé ! */
  text-align: center;
  position: relative;
  transition: box-shadow .22s, border-color .22s;
  z-index: 2;
}

.evosec-ico {
  font-size: 2.6em;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 16px #F0D7A555);
}
.evosec-card-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.21em;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 7px;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 18px #FFD70026;
}
.evosec-card-txt {
  font-size: 1.08em;
  color: #e6e0d8;
  margin-bottom: 0;
  line-height: 1.5;
  text-shadow: 0 1px 10px #190c2f44;
}
.evosec-card b { color: #F0D7A5; }

@media (max-width: 900px) {
  .evosec-cards { flex-direction: column; gap: 28px; }
  .evosec-card { max-width: 99vw; min-width: 0; }
  .evosec-values h2 { font-size: 1.23em; }
}

@media (max-width: 1150px) {
  .evosec-cards {
    flex-wrap: wrap; /* On autorise le retour à la ligne */
    gap: 22px;
  }
  .evosec-card {
    min-width: 220px; max-width: 99vw; flex: 1 1 45%;
  }
}
@media (max-width: 700px) {
  .evosec-cards {
    flex-direction: column;
    gap: 18px;
  }
  .evosec-card {
    max-width: 99vw; min-width: 0; flex: 1 1 99vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69451af */.evoreasons-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: px;
  text-align: center;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 1;
  /* ---- Nouveau background ---- */
  background: radial-gradient(ellipse at 60% 0%, #2a1f3d 25%, transparent 70%), 
              linear-gradient(110deg, #191327 80%, #231c3b 100%);
  box-shadow: 0 0 80px 0 #140d1d inset;
}

.evoreasons-title {
  font-size: 2.2em;
  margin-bottom: 44px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ece5d8;
  text-shadow: 0 4px 32px #0004, 0 2px 8px #f0d7a533;
}
.evoreasons-gradient {
  background: linear-gradient(95deg, #F0D7A5 38%, #a18cff 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.evoreasons-cards {
  display: flex;
  gap: 42px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.evoreason-card {
  background: rgba(34, 24, 65, 0.79);
  border-radius: 22px;
  box-shadow: 0 4px 36px 0 #583fc255, 0 0px 0px 0 #f0d7a5;
  border: none;
  padding: 42px 32px 28px 32px;
  min-width: 260px;
  max-width: 350px;
  flex: 1 1 260px;
  margin-bottom: 0;
  transition: box-shadow 0.24s, transform 0.18s;
  position: relative;
  overflow: visible;
}
.evoreason-card:hover {
  box-shadow: 0 2px 30px 0 #f0d7a588, 0 0 0 0 #f0d7a500;
  transform: translateY(-6px) scale(1.032);
}
.evoreason-ico {
  font-size: 2.8em;
  margin-bottom: 12px;
  filter: drop-shadow(0 3px 18px #f0d7a5bb);
  color: #ffe793;
  transition: filter 0.25s;
}
.evoreason-card:hover .evoreason-ico {
  filter: drop-shadow(0 6px 36px #ffe793ee) drop-shadow(0 1px 4px #fff7);
}
.evoreason-label {
  font-size: 1.18em;
  font-weight: 700;
  color: #F0D7A5;
  margin-bottom: 7px;
  text-shadow: 0 2px 16px #a18cff33;
}
.evoreason-txt {
  font-size: 1.07em;
  color: #eee6d0;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.91;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .evoreasons-cards {
    flex-direction: column;
    gap: 28px;
    max-width: 94vw;
  }
  .evoreason-card {
    max-width: 99vw;
    margin: 0 auto;
    padding: 28px 8vw 20px 8vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b424c4 */body, html {
  background: linear-gradient(120deg, #191828 80%, #23212b 100%);
  min-height: 100vh;
}

.evoteaser-contact-outer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: none;
  padding: 0 0 56px 0;
}

.evoteaser-contact-main {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 0 36px 0;
  border-radius: 38px;
  box-shadow: 0 10px 48px #1d143b50;
  background: linear-gradient(120deg, #26223a 68%, #1b1831 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evoteaser-contact-main h2 {
  text-align: center;
  font-family: 'Montserrat', 'Source Sans 3', Arial, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  color: #f0d7a5;
  margin-bottom: 38px;
  line-height: 1.19;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 16px #19114260;
}
.evoteaser-contact-highlight {
  display: block;
  color: #b093fb;
  font-size: 1.15em;
  margin-top: 3px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

/* FORMULAIRE : + large + foncé + premium */
.evoteaser-contact-formwrap {
  width: 100%;
  max-width: 590px;       /* ← plus large ici */
  min-width: 240px;
  margin: 0 auto 26px auto;
  padding: 38px 32px 32px 32px;
  background: linear-gradient(115deg, #23213a 82%, #3d3363 100%);
  border-radius: 26px;
  box-shadow: 
    0 6px 42px #b093fb32,
    0 1px 12px #0002;
  position: relative;
  border: 2.2px solid #a091c83a;
}
.evoteaser-contact-formwrap:before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 32px;
  background: linear-gradient(120deg, #b093fb48 10%, #f0d7a53f 90%);
  z-index: 0;
  filter: blur(18px);
  opacity: 0.54;
  pointer-events: none;
}
.evoteaser-contact-formwrap > * { position: relative; z-index: 1; }

/* Champs WPForms : plus sombre et doré */
.evoteaser-contact-formwrap input,
.evoteaser-contact-formwrap select,
.evoteaser-contact-formwrap textarea {
  border-radius: 13px !important;
  border: 1.3px solid #433d62 !important;
  background: #2f2b43 !important;
  color: #ffe7b0 !important;         /* doré très clair */
  padding: 12px 14px !important;
  font-size: 1em !important;
  margin-bottom: 14px !important;
  width: 100% !important;
  box-shadow: 0 1px 8px #b093fb15;
  transition: border 0.2s, background 0.18s;
}
.evoteaser-contact-formwrap input:focus,
.evoteaser-contact-formwrap textarea:focus {
  outline: 2px solid #b093fb !important;
  border: 1.3px solid #b093fb !important;
  background: #251f39 !important;
  color: #f0d7a5 !important;
}

.evoteaser-contact-formwrap label,
.evoteaser-contact-formwrap .wpforms-field-label {
  color: #ffe7b0 !important;         /* doré très clair */
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1.08em;
  margin-bottom: 4px;
  display: block;
}

/* Bouton doré/violet premium */
.evoteaser-contact-formwrap button,
.evoteaser-contact-formwrap .wpforms-submit {
  width: 100%;
  background: linear-gradient(90deg,#f0d7a5 70%,#b093fb 100%) !important;
  color: #232139 !important;
  font-weight: 700 !important;
  font-size: 1.08em !important;
  border-radius: 40px !important;
  padding: 14px 0 !important;
  border: none !important;
  cursor: pointer !important;
  margin-top: 8px !important;
  box-shadow: 0 2px 16px #b093fb23 !important;
  transition: background 0.18s, color 0.18s;
}
.evoteaser-contact-formwrap button:hover,
.evoteaser-contact-formwrap .wpforms-submit:hover {
  background: linear-gradient(92deg, #b093fb 60%, #f0d7a5 100%) !important;
  color: #fff !important;
}

/* Coordonnées et infos */
.evoteaser-contact-coords {
  text-align: center;
  margin: 16px auto 6px auto;
  font-size: 1.06em;
  color: #f0d7a5;
}
.evoteaser-contact-coords a {
  color: #b093fb;
  text-decoration: underline;
  font-weight: 600;
}
.evoteaser-contact-loc {
  color: #dedcc9;
  margin-top: 6px;
  font-size: 0.99em;
}
.evoteaser-contact-siret {
  color: #b7b7b7;
  font-size: 0.96em;
  margin-top: 2px;
  letter-spacing: 0.02em;
}
.evoteaser-contact-footer {
  text-align: center;
  margin-top: 18px;
  color: #dfca98;
  font-size: 0.98em;
  opacity: 0.92;
}

/* Responsive */
@media (max-width: 1100px) {
  .evoteaser-contact-main { max-width: 99vw; }
}
@media (max-width: 700px) {
  .evoteaser-contact-main { padding: 6vw 0 5vw 0; }
  .evoteaser-contact-formwrap { padding: 5vw 2vw 4vw 2vw; max-width: 99vw; }
  .evoteaser-contact-main h2 { font-size: 1.28em; }
}/* End custom CSS */