/* French localization overrides. Load after index.css. */
html[lang="fr"] .navigation > li > a {
  white-space: nowrap;
}

html[lang="fr"] .navigation .nav-dropdown {
  width: max-content;
  min-width: 290px;
  max-width: min(360px, calc(100vw - 32px));
  line-height: 1.35;
}

html[lang="fr"] .nav-dropdown li a {
  justify-content: flex-start;
  padding: 10px 22px;
  text-align: left;
  white-space: normal;
}

html[lang="fr"] .hd-s-tab {
  width: 30%;
}

html[lang="fr"] .hd-s-tab a {
  display: block;
  padding: 10px 16px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

html[lang="fr"] .hd-tab-con {
  width: 65%;
}

html[lang="fr"] .nav-title {
  display: block;
  min-height: 2.7em;
  overflow: visible;
  font-size: 15px;
  line-height: 1.35;
  text-wrap: balance;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

html[lang="fr"] .m1-title,
html[lang="fr"] .p2m1-title,
html[lang="fr"] .a1m3-t-title {
  max-width: 100%;
  line-height: 1.2;
  overflow-wrap: break-word;
  text-wrap: balance;
}

html[lang="fr"] .m1-title {
  font-size: clamp(26px, 2.35vw, 40px);
}

@media screen and (min-width: 1361px) and (max-width: 1500px) {
  html[lang="fr"] .navigation {
    gap: 10px 22px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1360px) {
  html[lang="fr"] .snav {
    display: block;
  }

  html[lang="fr"] .head .m-range {
    height: 60px;
    flex-wrap: nowrap;
  }

  html[lang="fr"] .navigation,
  html[lang="fr"] .search {
    display: none;
  }

  html[lang="fr"] .hd-r {
    width: auto;
    margin-left: auto;
    margin-right: 50px;
    padding-top: 0;
    order: initial;
  }
}

@media screen and (max-width: 767px) {
  html[lang="fr"] .m1-title {
    font-size: clamp(24px, 7vw, 32px);
  }
}
