* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora";
  overflow-x: hidden;
}

.custom-wrapper {
  padding: 0 2em;
}

.button {
  cursor: pointer;
}

header {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .language {
  display: none;
}
header .link-app {
  text-decoration: none;
}
header .logo {
  display: flex;
  justify-content: center;
}
header .logo img {
  width: 50%;
}
header .menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 75%;
  transition: 0.5s ease-in-out;
  transform: translateX(-102%);
  height: 100vh;
  background: #0ac6ff;
}
header .menu i {
  position: fixed;
  right: 10%;
  top: 4%;
}
header .menu ul {
  margin: 5em 1em;
  display: flex;
  flex-direction: column;
}
header .menu ul li {
  list-style: none;
}
header .menu ul li:hover {
  background: rgba(10, 198, 255, 0.4039215686);
}
header .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.75em 1em;
  display: block;
}

section.hero {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
section.hero .content {
  margin-top: 10em;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
section.hero .content h1 {
  line-height: 1.4;
  padding: 0 1em;
  font-size: small;
  text-transform: uppercase;
}
section.hero .content h1 .blue {
  color: #0ac6ff;
}
section.hero .content h1 .bold-black {
  color: #000c14;
  font-weight: 800;
}
section.hero .content p {
  padding: 0 1em;
  margin-top: 1em;
  line-height: 1.4;
  font-size: small;
}
section.hero .content .content-footer {
  margin: 2.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.hero .content .content-footer .btn {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  border-radius: 6px;
  height: 3em;
  padding: 0.5em;
  width: 10em;
}
section.hero .content .content-footer .btn img {
  margin-right: 0.5em;
}
section.hero .content .content-footer .btn .upper-text {
  font-size: 10px;
}
section.hero .content .content-footer .btn p:nth-child(2) {
  margin-top: 0;
}
section.hero .content .content-footer .google-play {
  background: #fff;
  color: #000;
}
section.hero .content .content-footer .google-play .upper-text {
  text-transform: uppercase;
}
section.hero .content .content-footer .google-play:hover,
section.hero .content .content-footer .app-store:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
section.hero .content .content-footer .app-store {
  background: #007acc;
  color: #fff;
}
section.hero .stats {
  margin: 1.7em 0;
  width: inherit;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
section.hero .stats p {
  font-size: small;
}

section.mindset {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #000c14;
  padding-top: 5em;
}
section.mindset div {
  margin: 1.5em 0;
}
section.mindset .mindset-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.mindset .mindset-desc {
  margin-top: 0.2em;
  color: #fff;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
section.mindset .mindset-desc p {
  font-size: 1em;
  text-align: left;
  margin: 1.5em 0;
}
section.mindset .mindset-desc .heading {
  margin: 1.5em 0;
  background: rgba(0, 178, 234, 0.1019607843);
  padding: 0.7em;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
section.mindset .mindset-desc .heading span {
  color: #0ac6ff;
}
section.mindset img {
  width: 100%;
  height: 120%;
  animation: movePhone 1s alternate-reverse infinite;
}

section.features .feature-item {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
section.features .feature-item .feature-item-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.features .feature-item .feature-item-desc .inner {
  width: 80%;
}
section.features .feature-item .heading {
  margin: 1.2em 0;
  background: rgba(0, 178, 234, 0.1019607843);
  padding: 0.5em;
  border-radius: 30px;
  display: flex;
  width: 12.75em;
  align-items: center;
  justify-content: center;
}
section.features .feature-item .heading span {
  font-size: 0.625em;
}
section.features .feature-item h1 {
  margin: 1em 0;
  line-height: 1.4;
}
section.features .feature-item p {
  text-align: left;
  margin-bottom: 1em;
}
section.features .feature-item .btn {
  margin: 1.5em 0;
  width: calc(100% - 3em);
  border-radius: 30px;
  padding: 1em 1.5em;
  text-align: center;
  background: #000c14;
}
section.features .feature-item .btn a {
  color: #fff;
  text-decoration: none;
}
section.features .feature-item .btn:hover {
  transform: translateY(-5px);
}
section.features .feature-item img {
  height: 80%;
  width: 80%;
}
section.features .feature-item .feature-item-image,
section.features .feature-item .feature-item-desc {
  width: 100%;
}
section.features .feature-item-1 .feature-item-desc .heading,
section.features .feature-item-3 .feature-item-desc .heading {
  background: #f2f3f3;
}
section.features .feature-item-1 .feature-item-desc .heading span,
section.features .feature-item-3 .feature-item-desc .heading span {
  color: #666d72;
}
section.features .feature-item-1 .feature-item-image,
section.features .feature-item-2 .feature-item-image,
section.features .feature-item-3 .feature-item-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
section.features .feature-item-1 .btn {
  background: #0ac6ff;
}
section.features .feature-item-1 .btn a {
  color: #000;
}
section.features .feature-item-1 .feature-item-image {
  background: #0ac6ff;
}
section.features .feature-item-2 .feature-item-desc .heading {
  background: #fcf6e7;
}
section.features .feature-item-2 .feature-item-desc .heading span {
  color: #f8724b;
}
section.features .feature-item-2 .feature-item-image {
  background-color: #e9c46a;
}
section.features .feature-item-3 .feature-item-image {
  background: #dcedf1;
}

section.downloads {
  position: relative;
}
section.downloads .miniature {
  position: absolute;
}
section.downloads .miniature .large {
  display: none;
}
section.downloads .miniature-1 {
  top: 15%;
  left: 10%;
}
section.downloads .miniature-2 {
  top: 12%;
  right: 20%;
}
section.downloads .miniature-3 {
  top: 23%;
  right: 0;
}
section.downloads .miniature-4 {
  top: 80%;
  right: 5%;
}
section.downloads .miniature-5 {
  top: 90%;
  right: 30%;
}
section.downloads .miniature-6 {
  top: 78%;
  left: 8%;
}
section.downloads .miniature-7 {
  top: 35%;
  left: 0;
}
section.downloads .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 34em;
}
section.downloads .content .heading {
  margin: 1.2em 0;
  background: #e7f0f8;
  padding: 0.5em;
  border-radius: 30px;
  display: flex;
  width: 4.938em;
  align-items: center;
  justify-content: center;
}
section.downloads .content .heading span {
  font-size: 0.625em;
  color: #007acc;
  font-weight: 400;
}
section.downloads .content .content-desc {
  text-align: center;
}
section.downloads .content .content-desc h1 {
  margin: 1em 0;
}
section.downloads .content .content-footer {
  margin: 1.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.downloads .content .content-footer p {
  text-align: justify;
}
section.downloads .content .content-footer .btn {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 0.5em;
}
section.downloads .content .content-footer .btn img {
  margin-right: 0.5em;
}
section.downloads .content .content-footer .btn .upper-text {
  font-size: 10px;
}
section.downloads .content .content-footer .google-play {
  background: #fff;
  color: #000;
  margin-right: 1em;
}
section.downloads .content .content-footer .google-play:hover,
section.downloads .content .content-footer .app-store:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
section.downloads .content .content-footer .app-store {
  background: #007acc;
  color: #fff;
}

section.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.form .heading {
  margin: 1em 0;
}
section.form form {
  margin: 1em 0;
}
section.form form .input-group {
  display: flex;
  flex-direction: column;
}
section.form form .input-group label {
  margin: 0.6em 0;
  color: #666d72;
}
section.form form .input-group .form-control {
  width: 100%;
  height: 3em;
  border-radius: 12px;
  border: 2px solid #f2f3f3;
  padding-left: 1em;
}
section.form form .input-group textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 7em;
}
section.form form .phone-control {
  position: relative;
}
section.form form .phone-control .phone-icon {
  width: 2.25em;
  height: 2.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0ac6ff;
  border-radius: 8px;
  background: rgba(0, 178, 234, 0.1019607843);
  position: absolute;
  top: 53%;
  right: 0;
}
section.form form .submit-btn {
  padding: 1em 0;
  margin: 1em 0;
  background: #0ac6ff;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1em;
}
section.form form .submit-btn:hover {
  transform: translateY(-5px);
}
section.form .map {
  display: none;
}

footer {
  background: #000c14;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .logo {
  margin-top: 1em;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .logo img {
  width: 50%;
  height: 50%;
  margin-left: -1em;
}
footer .content h1,
footer .content .content-footer {
  margin: 1em 0;
}
footer .content {
  margin-top: 0;
}
footer .content h1 {
  font-size: 1.5em;
}
footer .content p .text {
  line-height: 1.875em;
  font-size: 1em;
}
footer .content .socials {
  margin: 1em 0;
}
footer .content .socials a {
  margin-right: 1em;
}
footer .content .content-footer {
  margin: 2.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .content .content-footer .btn {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  border-radius: 6px;
  height: 2em;
  padding: 0.5em;
  width: 10em;
}
footer .content .content-footer .btn img {
  margin-right: 0.5em;
}
footer .content .content-footer .btn .upper-text {
  font-size: 10px;
}
footer .content .content-footer .google-play {
  background: #fff;
  color: #000;
}
footer .content .content-footer .google-play:hover,
footer .content .content-footer .app-store:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
footer .content .content-footer .app-store {
  background: #007acc;
  color: #fff;
}
footer .content .copyrights .content {
  margin: 1em 0;
}
footer .content .copyrights .legal {
  margin: 2em 0;
  display: flex;
  justify-content: flex-start;
}
footer .content .copyrights .legal a {
  text-decoration: none;
  color: inherit;
  margin-right: 1em;
}

@media only screen and (min-width: 720px) {
  header {
    width: 90vw;
  }
  header .language {
    display: inherit;
  }
  header .logo {
    width: 10%;
  }
  header .logo img {
    width: 80%;
  }
  header .menu {
    position: relative;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    height: -moz-min-content;
    height: min-content;
    margin-top: 0;
  }
  header .menu i {
    display: none;
  }
  header .menu ul {
    flex-direction: row;
    margin: 0;
  }
  header .menu ul li:hover {
    background: rgba(0, 0, 0, 0.1647058824);
  }
  header .menu ul li a {
    color: #000;
    text-transform: initial;
    text-align: center;
  }
  header .hamburger,
  header .notifs {
    display: none;
  }
  header .language select {
    padding: 1em;
    border-radius: 8px;
    background: #f2f3f3;
    border: none;
  }
  section.hero {
    position: relative;
  }
  section.hero .content {
    margin-top: 20em;
    flex-direction: row;
    justify-content: space-evenly;
  }
  section.hero .content .hero-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 35em;
    margin-top: -15em;
  }
  section.hero .content .hero-img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  section.hero .content img {
    width: 100%;
    height: 100%;
  }
  section.hero .content .content-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.hero .content .content-footer .btn {
    align-items: center;
  }
  section.hero .stats {
    position: absolute;
    top: 75%;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
  }
  section.hero .stats div {
    margin: 2em;
  }
  section.hero .stats div h4 {
    font-size: 1.75em;
  }
  section.hero .stats div p {
    font-size: 1em;
  }
  section.mindset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    background: #000c14;
  }
  section.mindset div {
    margin: 1.5em 0;
  }
  section.mindset .mindset-desc {
    width: 60%;
    margin-left: 2em;
    margin-top: 0;
  }
  section.mindset img {
    width: 100%;
    height: 40em;
  }
  section.features .feature-item {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  section.features .feature-item .feature-item-desc,
  section.features .feature-item .feature-item-image {
    height: 40em;
  }
  section.features .feature-item h1 {
    font-size: 2em;
  }
  section.features .feature-item p {
    font-size: 1em;
  }
  section.features .feature-item .btn {
    width: 80%;
  }
  section.features .feature-item .feature-item-desc,
  section.features .feature-item .feature-item-image {
    width: 50%;
  }
  section.features .feature-item .feature-item-desc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.features .feature-item .feature-item-desc .inner {
    width: 80%;
  }
  section.features .feature-item-1 .feature-item-image img,
  section.features .feature-item-2 .feature-item-image img,
  section.features .feature-item-3 .feature-item-image img {
    height: 70%;
    width: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  section.features .feature-item-2 {
    flex-direction: row-reverse;
  }
  section.features .feature-item-2 .feature-item-image {
    background-color: #e9c46a;
  }
  section.downloads {
    position: relative;
    margin-bottom: 2em;
  }
  section.downloads .miniature {
    position: absolute;
  }
  section.downloads .miniature .large {
    display: flex;
    width: 70%;
  }
  section.downloads .miniature .small {
    display: none;
  }
  section.downloads .miniature-1-1 {
    top: 15%;
    left: 10%;
  }
  section.downloads .miniature-2-1 {
    top: 12%;
    right: 20%;
  }
  section.downloads .miniature-3-1 {
    top: 23%;
    right: 0;
  }
  section.downloads .miniature-4-1 {
    top: 80%;
    right: 5%;
  }
  section.downloads .miniature-5-1 {
    top: 90%;
    right: 30%;
  }
  section.downloads .miniature-6-1 {
    top: 78%;
    left: 8%;
  }
  section.downloads .miniature-7-1 {
    top: 35%;
    left: 0;
  }
  section.downloads .content .content-desc h1 {
    font-size: 2em;
  }
  section.form {
    display: flex;
    flex-wrap: nowrap;
    max-height: 45em;
  }
  section.form form {
    margin: 1em 0;
    height: 100%;
  }
  section.form .map {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  section.form .map img {
    width: 80%;
    height: 90%;
  }
  footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .logo {
    margin-top: 1em;
    display: flex;
    justify-content: center;
  }
  footer .logo img {
    width: 10%;
  }
  footer .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .content .content-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .content .content-footer .btn {
    align-items: center;
  }
  footer .content .copyrights {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  footer .content .copyrights .content {
    margin: 0;
    width: 20%;
  }
  footer .content .copyrights .legal {
    width: 80%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  footer .content .copyrights .legal a {
    text-decoration: none;
    color: inherit;
    margin-right: 1em;
  }
}
@keyframes movePhone {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 825px) {
  section.features .feature-item-1 .feature-item-image img,
  section.features .feature-item-2 .feature-item-image img,
  section.features .feature-item-3 .feature-item-image img {
    width: 90%;
    height: 50%;
  }
  }
/* ========================================
   ICIMONDO - HEADER & FOOTER 2026
   ======================================== */

/* TYPOGRAPHIE GLOBALE */
body {
  font-family: "Sora", sans-serif;
  color: #143468;
}

/* ---------- HEADER ---------- */

header {
  background: #ffffff;
  color: #143468;
}

header .menu ul li a {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #143468;
}

header .menu ul li:hover {
  background: transparent;
}

header .menu ul li a:hover {
  color: #143468;
}

header .language select {
  font-family: "Sora", sans-serif;
  color: #143468;
  background: #f5f6f7;
}

/* ---------- FOOTER ---------- */

footer {
  background: #143468;
  color: #ffffff;
  padding: 3rem 2rem 2rem;
  font-family: "Sora", sans-serif;
}

footer > .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ICIMONDO */

footer .footer-brand {
  text-align: center;
  margin-bottom: 1.5rem;
}

footer .footer-brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

footer .footer-brand p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 400;
}

/* RÉSEAUX SOCIAUX */

footer .content .socials {
  margin: 1.4rem 0 2rem;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}

footer .content .socials a {
  margin: 0;
  text-decoration: none;
}

/* TITRE */

footer .content > h1 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* TEXTE */

footer .content > h1 + p {
  max-width: 680px;
  margin: 0.8rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}

/* STORES */

footer .content .content-footer {
  margin: 1.8rem 0 2.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

footer .content .content-footer .btn {
  margin: 0;
}

/* PETITE TOUCHE JAUNE */

footer hr {
  width: 48px;
  height: 4px;
  margin: 0 auto 1.7rem;
  border: 0;
  border-radius: 20px;
  background: #fdbd1f;
}

/* BAS DU FOOTER */

footer .content .copyrights {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

footer .content .copyrights .content {
  width: auto;
  margin: 0;
  display: block;
}

footer .content .copyrights span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.5;
  font-weight: 400;
}

footer .content .copyrights .legal {
  width: auto;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

footer .content .copyrights .legal a {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 400;
  text-decoration: none;
}

footer .content .copyrights .legal a:hover {
  color: #fdbd1f;
}

/* ---------- MOBILE ---------- */

@media only screen and (max-width: 719px) {

  footer {
    padding: 2.5rem 1.3rem 1.7rem;
  }

  footer .content .content-footer {
    flex-direction: column;
  }

  footer .content .copyrights {
    flex-direction: column;
    text-align: center;
  }

  footer .content .copyrights .legal {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }
}
/* =========================================
   ICIMONDO 2026 - HEADER + FOOTER
   ========================================= */

:root {
  --icimondo-navy: #143468;
  --icimondo-yellow: #fdbd1f;
  --icimondo-cream: #fff8e8;
  --icimondo-white: #ffffff;
  --icimondo-soft: rgba(255, 255, 255, 0.72);
}

/* HEADER */

.icimondo-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  background: #ffffff;
}

.icimondo-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.icimondo-brand img {
  display: block;
  width: 120px;
  height: auto;
  object-fit: contain;
}

.icimondo-header .menu {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  transform: none;
}

.icimondo-header .menu .close {
  display: none;
}

.icimondo-header .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.icimondo-header .menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.icimondo-header .menu ul li:hover {
  background: transparent;
}

.icimondo-header .menu ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  color: #143468;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.icimondo-header .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: #fdbd1f;
  transition: width 0.2s ease;
}

.icimondo-header .menu ul li a:hover::after {
  width: 100%;
}

.icimondo-header .language {
  display: block;
}

.icimondo-header .language select {
  padding: 11px 14px;
  border: 0;
  border-radius: 12px;
  background: #f5f6f7;
  color: #143468;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.icimondo-header .hamburger {
  display: none;
}


/* FOOTER */

.icimondo-footer {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  background: #143468;
  color: #ffffff;
  font-family: "Sora", sans-serif;
}

.icimondo-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 20px;
}

.icimondo-footer__main {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 60px;
  align-items: start;
}

.icimondo-footer__brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1px;
}

.icimondo-footer__brand h2 span {
  color: #fdbd1f;
}

.icimondo-footer__tagline {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.icimondo-footer__tagline strong {
  color: #fdbd1f;
  font-weight: 600;
}

.icimondo-footer__description {
  max-width: 350px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.icimondo-footer .footer-label {
  margin: 0 0 14px;
  color: #fdbd1f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icimondo-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.icimondo-footer__links a {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.icimondo-footer__links a:hover {
  color: #fdbd1f;
}

.icimondo-footer__app h3 {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}

.icimondo-footer__stores {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.icimondo-footer__stores .store-link {
  display: block;
  text-decoration: none;
}

.icimondo-footer__stores img {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.icimondo-footer__stores a:hover img {
  transform: translateY(-2px);
}

.icimondo-footer__accent {
  width: 100%;
  height: 1px;
  margin: 34px 0 18px;
  background: rgba(253, 189, 31, 0.65);
}

.icimondo-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.icimondo-footer__bottom > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.icimondo-footer__legal {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icimondo-footer__legal a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  text-decoration: none;
}

.icimondo-footer__legal a:hover {
  color: #fdbd1f;
}


/* MOBILE */

@media screen and (max-width: 700px) {

  .icimondo-header {
    width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  .icimondo-brand img {
    width: 105px;
  }

  .icimondo-header .hamburger {
    display: flex;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff8e8;
    color: #143468;
  }

  .icimondo-header .language {
    display: none;
  }

  .icimondo-header .menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: min(85vw, 340px);
    height: 100vh;
    padding: 75px 24px 30px;
    background: #143468;
    transform: translateX(-105%);
    transition: transform 0.3s ease;
  }

  .icimondo-header .menu .close {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    color: #ffffff;
  }

  .icimondo-header .menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .icimondo-header .menu ul li a {
    padding: 12px 0;
    color: #ffffff;
    font-size: 16px;
  }

  .icimondo-footer {
    margin-top: 30px;
  }

  .icimondo-footer__inner {
    width: calc(100% - 40px);
    padding: 38px 0 20px;
  }

  .icimondo-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .icimondo-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .icimondo-footer__legal {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}
/* ICIMONDO - MARQUE DU HEADER */

.icimondo-brand-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  color: #143468 !important;
  font-family: "Sora", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.icimondo-pin {
  color: #fdbd1f !important;
  font-size: 27px !important;
  line-height: 1 !important;
}

/* ICIMONDO - FOOTER FINAL */

.icimondo-footer {
  background: #143468 !important;
  color: #ffffff !important;
  font-family: "Sora", sans-serif !important;
  padding: 55px 24px 24px !important;
}

.icimondo-footer__inner {
  width: min(1100px, 100%) !important;
  margin: 0 auto !important;
}

.icimondo-footer__main {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
}

.icimondo-footer h2,
.icimondo-footer h3,
.icimondo-footer p {
  margin-top: 0 !important;
}

.icimondo-footer__brand h2 {
  color: #ffffff !important;
  font-size: 30px !important;
  margin-bottom: 8px !important;
}

.icimondo-footer__brand h2 span {
  color: #fdbd1f !important;
}

.icimondo-footer__tagline {
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin-bottom: 14px !important;
}

.icimondo-footer__description {
  max-width: 430px !important;
  line-height: 1.6 !important;
}

.footer-label {
  color: #fdbd1f !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
}

.icimondo-footer__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

.icimondo-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.icimondo-footer__app h3 {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
}

.icimondo-footer__stores {
  display: flex !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

.icimondo-footer__stores img {
  width: 115px !important;
  height: auto !important;
}

.icimondo-footer__accent {
  height: 3px !important;
  background: #fdbd1f !important;
  margin: 38px 0 20px !important;
}

.icimondo-footer__bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  font-size: 13px !important;
}

.icimondo-footer__legal {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

@media (max-width: 800px) {
  .icimondo-footer__main {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .icimondo-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}