/* VARIABLES */
@import url("https://fonts.cdnfonts.com/css/helvetica-neue");
/* RESET */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  color: #7d8087;
  background: #FFFFFF;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* UTILS */
.container {
  max-width: 1294px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: block;
  padding: 16px 20px;
  border-radius: 14px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
  border: none;
  text-align: center;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.btn-red {
  background: #D61F1F;
  color: #FFFFFF;
}
.btn-navy {
  background: #7d8087;
  color: #FFFFFF;
}
.btn-outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn-outline:hover {
  background: #FFFFFF;
  color: #7d8087;
}

.section-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 34px;
  color: #7d8087;
  text-align: center;
  margin-bottom: 10px;
}

.section-sub {
  text-align: center;
  color: #7C7C7C;
  font-size: 18px;
  margin-bottom: 40px;
}

/* NAVBAR */
nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
nav .nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
nav .nav-logo svg {
  height: 50px;
  width: auto;
}
nav .nav-cta .btn {
  padding: 18px 34px;
  display: none;
}

/* HERO */
#hero {
  position: relative;
  min-height: auto;
  background: #7d8087;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
#hero .hero-content {
  padding: 90px 24px 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
#hero .hero-content .hero-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 14px;
}
#hero .hero-content h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 18px;
}
#hero .hero-content h1 span {
  color: #D61F1F;
}
#hero .hero-content p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 28px;
}
#hero .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#hero .hero-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-weight: 600;
  border: 1px solid #FFFFFF;
}
#hero .hero-media {
  position: relative;
  overflow: hidden;
  background-image: url("/img/478b4cf35ad08d77c80ff2b8feeddf5f5d3c4101.png");
  background-size: cover;
  background-position: 60% 20%;
  width: 100%;
  display: none;
}
#hero .hero-media img {
  width: 380px;
  height: auto;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

/* SOLUTIONS */
#solutions {
  padding: 80px 0;
  background: #FFFFFF;
}
#solutions .section-title {
  margin-bottom: 20px;
}
#solutions .solutions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
#solutions .sol-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.12);
  transition: transform 0.22s;
  background: #FFFFFF;
}
#solutions .sol-card:hover {
  transform: translateY(-6px);
}
#solutions .sol-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}
#solutions .sol-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#solutions .sol-card-img span {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  font-size: 12px;
  padding: 10px;
  background: #D61F1F;
  color: #FFFFFF;
  border-radius: 10px;
}
#solutions .sol-card-body {
  padding: 20px 22px 24px;
}
#solutions .sol-card-body h3 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}
#solutions .sol-card-body p {
  font-size: 18px;
  color: #7C7C7C;
  line-height: 150%;
  margin-bottom: 18px;
}

/* MADELIN */
#madelin {
  padding: 80px 0;
  background: linear-gradient(135deg, #F0F4FF 0%, #FAFAFA 100%);
}
#madelin .madelin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
#madelin .madelin-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
#madelin .madelin-left h2 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 34px;
  line-height: 140%;
  margin-bottom: 18px;
  font-weight: 700;
  color: #172E5B;
}
#madelin .madelin-left h2 span {
  color: #D61F1F;
}
#madelin .madelin-left p {
  color: #7C7C7C;
  line-height: 150%;
  font-size: 18px;
}
#madelin .madelin-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#madelin .feat-item {
  text-align: center;
  padding: 20px;
  border: solid 1px #E8E8E8;
  border-radius: 10px;
}
#madelin .feat-item .feat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #172E5B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #FFFFFF;
}
#madelin .feat-item p {
  font-size: 18px;
  color: #7C7C7C;
  line-height: 150%;
}
#madelin .compare-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}
#madelin .compare-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.12);
  background-color: #FFFFFF;
}
#madelin .compare-header {
  padding: 14px 22px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#madelin .compare-header small {
  font-weight: 400;
  font-size: 18px;
}
#madelin .compare-header .rec-pill {
  background: #FFFFFF;
  color: #7d8087;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  gap: 6px;
  align-items: center;
}
#madelin .ch-standard {
  background: #D61F1F;
  color: #FFFFFF;
}
#madelin .ch-madelin {
  background: #172E5B;
  color: #FFFFFF;
}
#madelin .compare-body {
  padding: 18px 22px;
}
#madelin .compare-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 18px;
}
#madelin .compare-row:first-child {
  border-bottom: 1px solid #E8E8E8;
}
#madelin .compare-row .label {
  color: #7C7C7C;
}
#madelin .compare-row .val {
  font-weight: 600;
  color: #7d8087;
}
#madelin .compare-row .val-1 {
  font-size: 38px;
  font-weight: 700;
}
#madelin .compare-row .val-1.red {
  color: #D61F1F;
}
#madelin .compare-row .val-1.blue {
  color: #172E5B;
}
#madelin .compare-row .label-1 {
  font-size: 14px;
  color: #7C7C7C;
}
#madelin .val-red {
  color: #D61F1F !important;
}
#madelin .val-blue {
  color: #172E5B !important;
}
#madelin .compare-footer {
  padding: 12px 22px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin: 0 38px 30px;
}
#madelin .cf-bad {
  background: #FFECEC;
  color: #D61F1F;
  border-radius: 10px;
}
#madelin .cf-good {
  background: #F1F6FF;
  color: #172E5B;
  border-radius: 10px;
}

/* TESTIMONIALS */
#testimonials {
  padding: 80px 0;
  background: #FFFFFF;
}
#testimonials .testi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
#testimonials .testi-card {
  border-radius: 14px;
  background: #7d8087;
  padding: 28px 26px;
  color: #FFFFFF;
  box-shadow: 0 4px 24px rgba(13, 31, 60, 0.12);
  position: relative;
}
#testimonials .testi-card::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 26px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M8.16 6.94873C4.25 6.94873 1.0625 10.1681 1.0625 14.1206C1.0625 16.8087 2.51813 19.2206 4.82375 20.4531C4.70688 21.7069 4.18625 24.3737 2.05063 24.9581C1.54063 25.0962 1.21125 25.585 1.275 26.1056C1.33875 26.6262 1.76375 27.03 2.295 27.0406H2.45438C3.49563 27.0406 9.21188 26.8069 12.9094 21.845C15.3106 18.6256 16.0225 15.13 14.9281 12.0487C14.0144 8.99936 11.2944 6.94873 8.16 6.94873ZM32.4488 12.0594C31.535 9.00998 28.815 6.95936 25.6806 6.95936C21.7706 6.95936 18.5831 10.1787 18.5831 14.1312C18.5831 16.8194 20.0388 19.2312 22.3444 20.4637C22.2275 21.7175 21.7069 24.3844 19.5713 24.9687C19.0613 25.1069 18.7319 25.5956 18.7956 26.1162C18.8594 26.6369 19.2844 27.0406 19.8156 27.0512H19.975C21.0163 27.0512 26.7325 26.8175 30.43 21.8556C32.8313 18.6362 33.5431 15.1406 32.4488 12.0594Z' fill='white'/%3E%3C/svg%3E");
}
#testimonials .testi-card .testi-text {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-top: 40px;
  border-bottom: 1px solid #E8E8E8;
}
#testimonials .testi-card .testi-author strong {
  font-size: 18px;
  font-weight: 500;
}
#testimonials .testi-card .testi-author span {
  font-size: 16px;
  color: #7C7C7C;
}
#testimonials .testi-card .testi-author .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#testimonials .testi-card .testi-author .info .testi-stars {
  color: #F4A825;
  font-size: 16px;
  margin-top: 6px;
}
#testimonials .google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  justify-content: center;
  font-size: 18px;
  color: #7C7C7C;
  padding: 14px 30px;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  cursor: pointer;
}
#testimonials .google-rating .global-score .score .stars {
  color: #F4A825;
}
#testimonials .google-rating .global-score .score strong {
  color: #7d8087;
}
#testimonials .google-rating .global-score .score span {
  font-size: 16px;
}
#testimonials a:hover .google-rating .global-score span {
  color: #7d8087;
  font-weight: 500;
}

/* FORM */
#contact {
  background: #7d8087;
  padding: 80px 0;
}
#contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
}
#contact .contact-grid .contact-img {
  position: relative;
  overflow: hidden;
  background-image: url("/img/c42d2080b1e2e8b3a39d4da095bd7bb1bead30c3.png");
  background-size: cover;
  background-size: auto;
  background-position: 10% 20%;
  width: 100%;
  border-radius: 24px;
}
#contact .contact-grid .contact-right {
  color: #FFFFFF;
  text-align: center;
}
#contact .contact-grid .contact-right h2 {
  margin-bottom: 20px;
  line-height: 120%;
}
#contact .contact-grid .contact-right h2 span {
  color: #D61F1F;
}
#contact .contact-grid .contact-right p {
  margin-bottom: 30px;
}
#contact .contact-grid .contact-right #contactForm {
  padding: 20px;
  background: #D61F1F;
  border-radius: 10px;
}
#contact .contact-grid .contact-right #contactForm .form-group p {
  margin-bottom: 10px;
}
#contact .contact-grid .contact-right #contactForm .form-note {
  margin-top: 15px;
  margin-bottom: 0;
}
#contact .contact-grid .contact-right #contactForm .form-feedback {
  margin-top: 10px;
  background: #FFECEC;
  color: black;
  padding: 5px;
  border-radius: 5px;
  display: inline-flex;
}
#contact .contact-grid .contact-right #contactForm .form-feedback:empty {
  display: none;
}
#contact .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
#contact .form-group {
  display: flex;
  flex-direction: column;
}
#contact .form-group.full {
  grid-column: 1/-1;
}
#contact .form-group input, #contact .form-group textarea, #contact .form-group select {
  padding: 13px 16px;
  border-radius: 8px;
  border: 1.5px solid #C61818;
  background: #C61818;
  color: #FFFFFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.18s;
}
#contact .form-group input:focus, #contact .form-group textarea:focus, #contact .form-group select:focus {
  border-color: #D61F1F;
  background: rgba(255, 255, 255, 0.1);
}
#contact .form-group textarea {
  resize: none;
}
#contact .form-group input::placeholder {
  color: #7C7C7C;
}
#contact .form-group select {
  color: #7C7C7C;
}
#contact .form-group select option {
  background: #7d8087;
  color: #FFFFFF;
}
#contact .form-submit {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  background: #7d8087;
  color: #FFFFFF;
  border: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s, transform 0.18s;
  margin-top: 4px;
}
#contact .form-submit:hover {
  background: #F1F6FF;
  color: #7d8087;
  transform: translateY(-2px);
}
#contact .succes, #contact .erreur {
  margin-top: 20px;
}

/* FOOTER */
footer {
  background: #47484b;
  padding: 48px 24px 28px;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
footer .footer-brand {
  max-width: 355px;
}
footer .footer-brand svg {
  height: 50px;
  width: auto;
  margin-bottom: 12px;
}
footer .footer-brand p {
  font-size: 18px;
  line-height: 150%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-brand strong {
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
footer .footer-contact {
  max-width: 448px;
}
footer .footer-contact h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
footer .footer-contact ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
footer .footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #99A1AF;
}
footer .footer-contact li svg {
  flex-shrink: 0;
  margin-top: 2px;
}
footer .footer-contact li a:hover {
  color: #FFFFFF;
}
footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 600px) {
  #contact .form-row {
    grid-template-columns: 1fr 1fr;
  }
  .madelin-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .madelin-features {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 900px) {
  .btn {
    padding: 16px 34px;
    font-size: 18px;
  }
  nav {
    padding: 52px 100px 20px;
  }
  nav .nav-logo svg {
    height: 106px;
  }
  nav .nav-cta .btn {
    display: block;
  }
  #testimonials .testi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #hero {
    grid-template-columns: 1fr 1fr;
    height: 839px;
  }
  #hero h1 {
    font-size: 44px;
  }
  #hero p {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.65;
  }
  #hero .hero-content {
    padding: 220px 60px 37px 60px;
    text-align: left;
  }
  #hero .hero-content .hero-tag {
    font-size: 25px;
  }
  #hero .hero-content h1 {
    font-size: 34px;
    margin-bottom: 24px;
  }
  #hero .hero-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #hero .hero-content .hero-actions {
    justify-content: flex-start;
  }
  #hero .hero-content .hero-actions .hero-phone {
    padding: 16px 70px;
  }
  #hero .hero-content .hero-stars{
    color: white;
  }

  #hero .hero-media {
    display: block;
  }
  #solutions .section-title {
    margin-bottom: 40px;
  }
  #solutions .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #madelin .madelin-left {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    text-align: left;
  }
  #madelin .madelin-left p {
    max-width: 440px;
  }
  #madelin .madelin-features {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #madelin .compare-wrap {
    flex-direction: row;
  }
  #madelin .compare-wrap .compare-card {
    width: 50%;
  }
  #testimonials .google-rating {
    justify-content: flex-start;
  }
  #contact .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  #contact .contact-grid .contact-right {
    text-align: left;
  }
  #contact .contact-grid .contact-right h2 {
    font-size: 34px;
  }
  #contact .contact-grid .contact-right p {
    line-height: 150%;
  }
  #contact .contact-grid .contact-right #contactForm {
    padding: 40px;
    border-radius: 30px;
  }
  #contact .contact-grid .contact-right #contactForm .form-row {
    margin-bottom: 28px;
  }
  #contact .contact-grid .contact-right #contactForm .form-row p {
    font-size: 18px;
  }
  #contact .contact-grid .contact-right #contactForm .form-note {
    margin-top: 24px;
  }
  #contact .contact-grid .contact-right .form-submit {
    padding: 19px;
    margin-top: 0;
  }
  footer .footer-grid {
    gap: 28%;
  }
  footer .footer-grid .footer-brand svg {
    height: 104px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 46px !important;
  }
  #hero h1 {
    font-size: 54px;
  }
  #hero .hero-content {
    padding: 220px 100px 37px 100px;
  }
  #hero .hero-media img {
    right: 100px;
  }
  #solutions {
    padding: 105px 0;
  }
  #solutions .sol-card-img {
    height: 195px;
  }
  #solutions .sol-card-body {
    padding: 29px 22px 24px;
  }
  #solutions .sol-card-body h3 {
    margin-bottom: 14px;
  }
  #solutions .sol-card-body .btn {
    padding: 19px 34px;
    font-size: 20px;
  }
  #madelin {
    padding: 20px 0;
  }
  #madelin h2 {
    font-size: 49px !important;
  }
  #madelin .madelin-left {
    gap: 138px;
  }
  #madelin .madelin-features {
    margin-top: -38px;
  }
  #madelin .madelin-features .feat-item {
    padding: 38px 38px 8px;
  }
  #madelin .madelin-features .feat-item p {
    font-size: 19px;
  }
  #madelin .compare-wrap {
    margin-top: 20px;
  }
  #madelin .compare-wrap .compare-card {
    border-radius: 30px;
  }
  #madelin .compare-wrap .compare-card .compare-header {
    padding: 23px 36px;
    font-size: 25px;
  }
  #madelin .compare-wrap .compare-card .compare-header div {
    margin-top: 5px;
  }
  #madelin .compare-wrap .compare-card .compare-body {
    padding: 23px 40px;
  }
  #madelin .compare-wrap .compare-card .compare-body .compare-row {
    font-size: 19px;
    padding: 0;
    margin-top: 25px;
  }
  #madelin .compare-wrap .compare-card .compare-body .compare-row.row-1 {
    padding: 26px 0;
    margin: 0;
  }
  #madelin .compare-wrap .compare-card .compare-body .compare-row .label-1 {
    font-size: 19px;
  }
  #madelin .compare-wrap .compare-card .compare-body .compare-row .label {
    font-size: 23px;
  }
  #madelin .compare-footer {
    padding: 22px;
    font-size: 25px;
    margin: 42px 38px 30px;
  }
  #testimonials {
    padding: 111px 0;
  }
  #testimonials .section-title {
    margin-bottom: 20px;
  }
  #testimonials .testi-grid .testi-card {
    border-radius: 30px;
  }
  #testimonials .testi-grid .testi-card::before {
    top: 34px;
    left: 36px;
  }
  #testimonials .testi-grid .testi-card .testi-text {
    font-size: 17px;
    padding-top: 60px;
    padding-bottom: 21px;
    line-height: 170%;
  }
  #testimonials .testi-grid .testi-card .testi-author .info {
    margin-top: 5px;
  }
  #testimonials .testi-grid .testi-card .testi-author .info .testi-stars {
    font-size: 20px;
    margin-top: 0 !important;
  }
  #testimonials .google-rating {
    padding: 22px 38px;
    margin-top: 43px;
  }
  #testimonials .google-rating .score {
    margin-top: -5px;
  }
  #testimonials .google-rating .score .stars {
    font-size: 24px;
  }
  #contact {
    padding: 100px 0;
  }
  #contact .contact-grid h2 {
    font-size: 50px !important;
    margin-bottom: 34px;
  }
  #contact .contact-grid .form-submit {
    font-size: 24px;
  }
  footer {
    padding: 66px 24px 28px;
  }
  footer .footer-contact h4 {
    margin-bottom: 24px;
  }
  footer .footer-contact ul {
    gap: 20px;
  }
  footer .footer-bottom {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  #hero .hero-content h1 {
    font-size: 54px;
  }
  #hero .hero-content {
    padding: 182px 100px 37px 100px;
  }
}/*# sourceMappingURL=style.css.map */