/* Marketo form */
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormRow {
  clear: both;
  margin: 0 -15px;
}
.mktoForm .mktoFormRow .mktoFormCol {
  float: left;
  margin: 0 0 15px !important;
  min-height: 0 !important;
  padding: 0 15px;
  position: relative;
  width: 50%!important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm label.mktoLabel {
  color: #8b8b8b;
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #444444 !important;
  font-family: 'Albert', Arial, sans-serif;
  display: block;
  font-size: 12px;
  height: 36px;
  line-height: 20px !important;
  outline: none;
  padding: 8px !important;
  width: 100% !important;
}
.mktoForm input[type=text].mktoField,
.mktoForm input[type=url].mktoField,
.mktoForm input[type=email].mktoField,
.mktoForm input[type=tel].mktoField,
.mktoForm input[type=number].mktoField,
.mktoForm input[type=date].mktoField,
.mktoForm textarea.mktoField.mktoField,
.mktoForm select.mktoField.mktoField {
  height: 36px !important;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  border-color: #004593;
}
.mktoForm .mktoError {
  left: 15px;
  right: auto !important;
}
.mktoForm .mktoButtonRow {
  display: block !important;
  position: relative;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  text-align: right !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoSimple button.mktoButton {
  background: #004593 !important;
  border: none !important;
  color: #ffffff;
  display: inline-block;
  font-family: 'Albert', Arial, sans-serif;
  font-size: 12px !important;
  line-height: 12px;
  min-width: 100px;
  padding: 10px 15px !important;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }
  .mktoForm .mktoFormRow {
    clear: both;
    margin: 0;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    padding: 0 !important;
    width: 100%;
  }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #444444 !important;
    font-family: 'Albert', Arial, sans-serif;
    display: block;
    font-size: 12px !important;
    height: 36px !important;
    line-height: 20px !important;
    outline: none;
    padding: 8px !important;
    width: 100% !important;
  }
}
/* Reset des styles par défaut */
/* Styles de base */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #060A3D;
}
/* Liens non décorés */
a {
  text-decoration: none;
  color: inherit;
}
/* Listes sans puces */
ul,
ol {
  list-style: none;
}
/* Bordures et débordements */
img,
iframe,
video,
object {
  border: 0;
}
/* Éléments en ligne ne devraient pas avoir de débordement par défaut */
a,
abbr,
acronym,
strong {
  overflow: hidden;
  word-wrap: break-word;
}
/* Boutons sans styles par défaut */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/* Formulaires */
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
/* Tableaux sans bordures par défaut */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Styles de base pour le conteneur principal */
body {
  font-family: 'Albert', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
/* Déclarations de base */
html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* Couleurs */
/* Breakpoints */
/* Spécifiques */
.liste_4 {
  display: flex;
  flex-wrap: wrap;
}
.liste_4 .item {
  flex: 0 0 calc((100% / 4) - 20px);
  margin-left: calc((4 * 20px) / (4 - 1));
}
.liste_4 .item:nth-child(4n + 1) {
  margin-left: 0;
}
.liste_3 {
  display: flex;
  flex-wrap: wrap;
}
.liste_3 .item {
  flex: 0 0 calc((100% / 3) - 20px);
  margin-left: calc((3 * 20px) / (3 - 1));
}
.liste_3 .item:nth-child(3n + 1) {
  margin-left: 0;
}
.liste_2 {
  display: flex;
  flex-wrap: wrap;
}
.liste_2 .item {
  flex: 0 0 calc((100% / 2) - 20px);
  margin-left: calc((2 * 20px) / (2 - 1));
}
.liste_2 .item:nth-child(2n + 1) {
  margin-left: 0;
}
.liste_1 {
  display: flex;
  flex-wrap: wrap;
}
.liste_1 .item {
  flex: 0 0 calc((100% / 1) - 20px);
  margin-left: calc((1 * 20px) / (1 - 1));
}
.liste_1 .item:nth-child(1n + 1) {
  margin-left: 0;
}
/* Polices */
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Thin.woff2') format('woff2'), url('../fonts/FSAlbertPro-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Light.woff2') format('woff2'), url('../fonts/FSAlbertPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro.woff2') format('woff2'), url('../fonts/FSAlbertPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Bold.woff2') format('woff2'), url('../fonts/FSAlbertPro-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ExtraBold.woff2') format('woff2'), url('../fonts/FSAlbertPro-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ThinItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-LightItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Italic.woff2') format('woff2'), url('../fonts/FSAlbertPro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-BoldItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-BoldItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fas {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.far {
  font-family: 'Font Awesome 5 Regular', sans-serif;
}
.fab {
  font-family: 'Font Awesome 5 Brands', sans-serif;
}
/* ======================================================================================================================================
 *  ------ LISTE
 * ==================================================================================================================================== */
[class*="liste_"] .item {
  margin-bottom: 5rem;
  position: relative;
}
[class*="liste_"] .item .visuel {
  position: relative;
  display: flex;
  overflow: hidden;
}
[class*="liste_"] .item .visuel img {
  transition: all 0.3s;
}
[class*="liste_"] .item:hover .visuel img,
[class*="liste_"] .item:active .visuel img,
[class*="liste_"] .item:focus .visuel img {
  transform: scale(1.05);
}
[class*="liste_"] .item .itemInfo {
  margin-top: 1.5rem;
}
[class*="liste_"] .item .itemInfo a {
  font-weight: 500;
  font-size: 3rem;
}
[class*="liste_"] .item .itemInfo a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] {
    flex-direction: column;
    align-items: center;
  }
  [class*="liste_"] .item {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  ul.liste_3 .item {
    flex: 0 0 calc(50% - 30px);
    margin-left: 60px;
  }
  ul.liste_3 .item .visuel img {
    width: 100%;
  }
  ul.liste_3 .item:nth-child(3n+1) {
    margin-left: 60px;
  }
  ul.liste_3 .item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.liste_3 .item {
    width: 100%;
    margin: 0 auto 5rem;
    margin-left: 0;
  }
  ul.liste_3 .item:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.liste_3 .item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.innerCenter {
  zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.tr {
  transition: all 0.3s;
}
.ext::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.chapo {
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .chapo img {
    display: none;
  }
}
.chapo .info {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .chapo .info {
    font-size: 2rem;
    margin-left: 0;
  }
}
.chapo .info h2 {
  color: #044ED7;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.chapo .info p {
  font-size: 1.8rem;
}
.contact-button {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
.contact-button:hover,
.contact-button:active,
.contact-button:focus {
  background: #fff;
  color: #044ED7;
}
sup {
  font-size: 50%;
  font-weight: 600;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.6rem;
}
.bold {
  font-weight: 500;
}
.w100 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
h2 {
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 6rem;
}
h3::before {
  content: '';
  width: 4rem;
  height: 0.3rem;
  background: #b4bad6;
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
.articles {
  position: relative;
  color: #044ED7;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.articles::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f061';
  font-size: 1.2rem;
  margin-left: 0.5rem;
  transition: all 0.3s;
}
.articles:hover,
.articles:active,
.articles:focus {
  color: #060A3D;
}
.articles:hover::after,
.articles:active::after,
.articles:focus::after {
  color: #060A3D;
}
.grey {
  position: relative;
  padding: 8rem 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .grey {
    padding: 4rem 0;
  }
}
.grey::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F8F7F7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.catalogue {
  display: flex;
  align-items: center;
}
.catalogue .infos {
  margin-left: 2rem;
}
.catalogue .infos .titre {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.catalogue .infos a {
  position: relative;
  font-size: 1.8rem;
}
.catalogue .infos .download {
  display: flex;
  flex-direction: column;
}
.catalogue .infos .download a::after {
  content: '\f019';
}
.catalogue .infos .download p {
  color: #044ED7;
  font-size: 1.4rem;
}
.autopromo {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 54.27%, rgba(255, 255, 255, 0) 64.51%);
  max-height: 425px;
  color: #060A3D;
}
@media screen and (max-width: 600px) {
  .autopromo {
    overflow: hidden;
  }
}
.autopromo img {
  width: 100%;
  mix-blend-mode: lighten;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .autopromo img {
    height: 35rem;
    width: auto;
  }
}
.autopromo .autopromo-content {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  padding: 0 5%;
}
.autopromo .autopromo-content div.autopromo-text {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*h1::after {
                display: block;
                content: '';
                background-image: url("/homecare/img/references.png");
                margin: 20px 0 10px 0;
                width: 146px;
                height: 24px;
            }*/
}
.autopromo .autopromo-content div.autopromo-text h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 100%;
}
.autopromo .autopromo-content div.autopromo-text h1 > strong {
  font-weight: 500;
}
.autopromo .autopromo-content div.autopromo-text p {
  font-size: 3rem;
  width: 40%;
}
@media screen and (max-width: 1300px) {
  .autopromo .autopromo-content div.autopromo-text h1 {
    font-size: 6rem;
  }
  .autopromo .autopromo-content div.autopromo-text h1::after {
    margin: 20px 0 10px 0;
  }
  .autopromo .autopromo-content div.autopromo-text p {
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .autopromo .autopromo-content {
    padding: 0 10%;
  }
  .autopromo .autopromo-content div.autopromo-text h1 {
    font-size: 4rem;
  }
  .autopromo .autopromo-content div.autopromo-text h1::after {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .autopromo .autopromo-content div.autopromo-text h1 {
    font-size: 3rem;
  }
}
.content {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content {
    width: 91.66%;
  }
}
.content section {
  margin: 8rem 0;
}

.content .algo-contact section {
  margin: 1rem 0;
}
@media screen and (max-width: 1024px) {
  .content section {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content section {
    margin: 4rem 0;
  }
}
.content section.grey {
  margin: 0;
}
section#form {
  margin: 8rem 0 0 0;
}
.contactForm {
  border-top: 1px solid #D8D8D7;
  position: relative;
  padding: 8rem 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .contactForm {
    padding: 4rem 0;
  }
}
.contactForm::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F8F7F7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.contactForm div p {
  display: flex;
  justify-content: center;
}
.contactForm .mktoFormRow a {
  text-decoration: underline;
}
.contactForm .mktoForm {
  position: relative;
  padding: 5rem;
  width: 83.33% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoForm {
    padding: 0 5rem;
  }
}
.contactForm .mktoForm .mktoHtmlText .h1 {
  text-align: left!important;
  color: #044ED7;
  font-size: 6rem;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoForm .mktoHtmlText .h1 {
    font-size: 4rem;
  }
}
.contactForm .mktoForm .mktoHtmlText .h4 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoForm .mktoHtmlText .h4 {
    font-size: 1.8rem;
  }
}
.contactForm .mktoForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.contactForm .mktoForm .mktoCheckboxList input + label:before,
.contactForm .mktoForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.contactForm #LblConsent_Temporary_Status {
  margin-top: 5rem;
}
/*-------------------
    NAVIGATION
 --------------------*/
header .header-top {
  background: #060A3D;
  color: #fff;
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  header .header-top {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  header .header-top {
    text-align: center;
  }
}
header .header-top .header-text .bold {
  font-weight: 500;
  margin-left: 0.5rem;
}
header .header-top .header-text a {
  margin-left: 5rem;
  position: relative;
}
header .header-top .header-text a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
header .header-top .header-text a:hover::after,
header .header-top .header-text a:focus::after,
header .header-top .header-text a:active::after {
  width: 100%;
  background: #044ED7;
}
header .header-top .header-text a::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f017';
  color: #fff;
  font-size: 1.4rem;
  margin-right: 0.4rem;
}
header .header-top .header-text a::after {
  background: #fff !important;
}
header .header-top .header-text a.mask::before {
  content: '\f00d';
}
header .header-top .header-text.healthcare span {
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  header .header-top .header-text.line {
    display: none;
  }
}
header .header-bottom {
  display: none;
  background: #060A3D;
  padding: 2.4rem 4rem;
  color: #fff;
  text-align: center;
}
header .header-bottom .numbers {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2rem;
  font-weight: 300;
}
header .menu-section-eu {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
header .menu-section .header-content {
  padding: 1.8rem 0;
  display: flex;
  justify-content: start;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content {
    justify-content: space-between;
    gap: 0;
  }
}
header .menu-section .header-content h1 {
  line-height: 0;
}
header .menu-section .header-content h2 {
  line-height: 0;
  margin: 0;
}
header .menu-section .header-content #btnMenuMobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content #btnMenuMobile {
    border: none;
    display: inline-block;
    float: left;
    background: #fff;
    font-size: 0;
    border-radius: 10px;
    padding: 10px 14px;
  }
  header .menu-section .header-content #btnMenuMobile::before {
    font-family: 'Font Awesome 5 Solid', sans-serif;
    content: '\f0c9';
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
  }
  header .menu-section .header-content #btnMenuMobile[aria-expanded='true']::before {
    content: '\f00d';
  }
}
header .menu-section .header-content .menu-links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content .menu-links {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    flex-direction: column;
    background: #fff;
    left: 0;
    right: 0;
    border-top: 1px solid #D8D8D7;
    border-bottom: 1px solid #D8D8D7;
  }
}
header .menu-section .header-content .menu-links li {
  margin-right: 1.8rem;
  color: #060A3D;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content .menu-links li {
    padding: 1.5rem;
  }
}
header .menu-section .header-content .menu-links li::before {
  content: none;
}
header .menu-section .header-content .menu-links li:last-child {
  margin-right: 0;
}
header .menu-section .header-content .menu-links li a {
  position: relative;
}
header .menu-section .header-content .menu-links li a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
header .menu-section .header-content .menu-links li a:hover::after,
header .menu-section .header-content .menu-links li a:focus::after,
header .menu-section .header-content .menu-links li a:active::after {
  width: 100%;
  background: #044ED7;
}
header .menu-section .header-content .menu-links li a::after {
  background: #FF6E00 !important;
}
header .menu-section .header-content .menu-links li a.active::after {
  width: 100%;
}
header .menu-section .header-content .contact-button {
  margin-left: auto;
  text-transform: none;
}
header .menu-section .header-content .contact-button-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content .contact-button {
    display: none;
    margin: 2rem 1.5rem;
    text-align: center;
    justify-content: center;
  }
  header .menu-section .header-content .contact-button-mobile {
    display: block !important;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    text-transform: none;
    margin: 2rem 1.5rem;
    padding: 10px 30px;
    border: 0.1rem solid #044ED7;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    background: #044ED7;
    transition: all 0.3s;
  }
  header .menu-section .header-content .contact-button-mobile:hover {
    color: #044ED7;
    background: #ffffff;
  }
}
header .menu-section .header-content .language-dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #044ED7;
  /*display: none;*/
}
header .menu-section .header-content .language-dropdown .selected-language {
  cursor: pointer;
}
header .menu-section .header-content .language-dropdown .selected-language::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f024';
  color: #044ED7;
  font-size: 1.4rem;
  margin-right: 0.4rem;
}
header .menu-section .header-content .language-dropdown .selected-language::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  color: #044ED7;
  font-size: 1.4rem;
  margin-left: 0.4rem;
}
header .menu-section .header-content .language-dropdown .selected-language.active::after {
  content: '\f077';
}
header .menu-section .header-content .language-dropdown .language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  border: 0.1rem solid #ccc;
  width: 8rem;
}
header .menu-section .header-content .language-dropdown .language-options.show {
  display: block;
}
header .menu-section .header-content .language-dropdown .language-options li {
  padding: 0.6rem 0.9rem;
}
header .menu-section .header-content .language-dropdown .language-options li a {
  transition: all 0.3s;
}
header .menu-section .header-content .language-dropdown .language-options li a:hover,
header .menu-section .header-content .language-dropdown .language-options li a:active,
header .menu-section .header-content .language-dropdown .language-options li a:focus {
  color: #044ED7;
}
header .has-submenu {
  position: relative;
}
header .has-submenu .menu-parent {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  pointer-events: auto;
}
header .has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  padding: 0.625rem 0.9375rem;
  margin-top: 1.5rem;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header .has-submenu .submenu li {
  margin: 0;
  position: relative;
}
header .has-submenu .submenu li a {
  display: block;
  padding: 0.625rem 0.625rem;
  margin: 0.125rem;
  white-space: nowrap;
  color: #060A3D;
  text-decoration: none;
  font-size: 1.4rem;
}
header .has-submenu .submenu li::after {
  content: '';
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  top: 100%;
  transform: translateY(-50%);
  height: 0.0625rem;
  background: #060A3D;
}
header .has-submenu .submenu li:last-child::after {
  display: none;
}
header .has-submenu .submenu li:hover {
  background: #f0f0f0;
}
header .has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Première entrée du menu : "PureWick" */
.menu-section .menu-links > li:first-child > a.menu-parent {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.menu-section .menu-links > li:first-child > a.menu-parent::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  position: relative;
  color: black;
  font-size: 1.3rem;
  top: 2px;
  transition: transform 0.3s ease;
}
.menu-section .menu-links > li:first-child > a.menu-parent:focus-within::before {
  top: 0;
  transform: rotate(180deg);
}
.innerCenter-1300 {
  max-width: 1300px;
}
footer {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
footer p,
footer span,
footer a {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  footer::after {
    content: '';
    background: #060A3D;
    position: absolute;
    inset: 0;
    z-index: -3;
  }
}
footer .infos {
  position: relative;
  padding: 7rem 3rem 3rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 70%;
  height: 150px;
}
footer .infos::before {
  content: '';
  background: #060A3D;
  position: absolute;
  inset: 0;
  border-radius: 0 10rem 10rem  0;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  footer .infos {
    padding: 3rem;
    flex: unset;
    width: 100%;
  }
  footer .infos::before {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  footer .infos {
    flex-direction: column;
  }
  footer .infos div {
    margin-bottom: 2rem;
  }
  footer .infos div:last-child {
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer .infos {
    align-items: flex-start;
    padding-top: 50px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  footer .infos {
    height: 330px;
  }
}
footer .infos .copyrights {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  footer .infos .copyrights {
    width: 60%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .infos .copyrights {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
footer .infos .copyrights p {
  margin-bottom: 2.5rem;
  text-align: justify;
}
footer .infos .copyrights .reference {
  font-weight: 600;
  font-size: 13px;
  opacity: 0.8;
}
footer .infos .liens ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .infos .liens ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .infos .liens ul li {
  margin-right: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  footer .infos .liens ul li {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  footer .infos .liens ul li:last-child {
    margin-bottom: 0;
  }
}
footer .infos .liens ul li:last-child {
  margin-right: 0;
}
footer .infos .liens ul li a {
  position: relative;
}
footer .infos .liens ul li a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
footer .infos .liens ul li a:hover::after,
footer .infos .liens ul li a:focus::after,
footer .infos .liens ul li a:active::after {
  width: 100%;
  background: #044ED7;
}
footer .infos .liens ul li a::after {
  background: #fff !important;
}
footer .social {
  position: relative;
  padding: 3rem 4rem 3rem 3rem;
  color: #060A3D;
  display: flex;
  align-items: center;
}
footer .social::before {
  content: '';
  background: #b4bad6;
  position: absolute;
  inset: 0;
  left: -20rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  footer .social::before {
    border-radius: 0 10rem 10rem  0;
  }
}
@media screen and (max-width: 1300px) {
  footer .social {
    width: 100%;
    justify-content: center;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  footer .social {
    width: 65%;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.5rem 3rem;
  }
}
footer .social p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  footer .social p {
    margin-bottom: 2rem;
  }
}
footer .social ul {
  display: flex;
  align-items: center;
}
footer .social ul li {
  margin-right: 2.5rem;
}
footer .social ul li:last-child {
  margin-right: 0;
}
footer .social ul li a img {
  transition: all 0.3s;
}
footer .social ul li a:hover img,
footer .social ul li a:active img,
footer .social ul li a:focus img {
  filter: brightness(1000000%);
}
footer.footer-purewick .infos {
  flex: 1;
}
footer.footer-purewick .infos p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.235px;
}
@media screen and (max-width: 767px) {
  footer.footer-purewick .infos p {
    padding-top: 20px;
  }
}
footer.footer-purewick .infos::before {
  border-radius: 0;
}
footer.footer-purewick .liens {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer.footer-purewick .liens {
    width: 100%;
    align-self: center;
  }
  footer.footer-purewick .liens ul li {
    align-self: center;
    margin-right: 0;
  }
}
footer.footer-purewick .liens .contact-button {
  width: fit-content;
  align-self: end;
  text-transform: none;
}
@media (max-width: 767px) {
  footer.footer-purewick .liens .contact-button {
    align-self: center;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
footer.footer-purewick .liens ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.307px;
}
footer.footer-purewick .liens #ot-sdk-btn.ot-sdk-show-settings {
  color: #fff !important;
  border: 0 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: 0.307px !important;
  padding: 0 !important;
}
footer.footer-purewick .liens #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent !important;
}
footer.footer-purewick .liens #ot-sdk-btn.ot-sdk-show-settings::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: relative;
  left: 0;
  bottom: -3px;
  background: #fff !important;
  border-radius: 10px;
  transition: all 0.3s;
}
footer.footer-purewick .liens #ot-sdk-btn.ot-sdk-show-settings:hover::after,
footer.footer-purewick .liens #ot-sdk-btn.ot-sdk-show-settings:focus::after {
  width: 100%;
}
/* Pages */
@media screen and (max-width: 767px) {
  .homecare .autopromo-title {
    top: -60px;
  }
}
.homecare .autopromo {
  background: none;
  max-height: 680px;
}
.homecare .autopromo img {
  mix-blend-mode: unset;
}
.homecare .autopromo .template.purewick .autopromo img {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .homecare .autopromo .autopromo-content div.autopromo-text h1 {
    font-size: 6rem;
  }
  .homecare .autopromo .autopromo-content div.autopromo-text h1::after {
    margin: 30px 0 0 0;
  }
  .homecare .autopromo .autopromo-content div.autopromo-text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  .homecare .autopromo .autopromo-content div.autopromo-text h1 {
    font-size: 4rem;
  }
  .homecare .autopromo .autopromo-content div.autopromo-text h1::after {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .homecare .autopromo .autopromo-content {
    padding: 0 10%;
  }
}
.homecare .autopromo-title {
  position: absolute;
  margin-top: 80px;
  padding-left: 130px;
  z-index: 1;
}
.homecare .autopromo-title h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 70.4px */
  letter-spacing: 0.64px;
  max-width: 500px;
}
.homecare .autopromo-title span {
  margin-top: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
}
@media (max-width: 767px) {
  .homecare .autopromo-title {
    padding-right: 36px;
    margin-left: -90px;
    gap: 20px;
  }
  .homecare .autopromo-title h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.32px;
  }
  .homecare .autopromo-title span {
    font-size: 20px;
  }
}
.homecare .content {
  margin: 8rem auto;
}
@media screen and (max-width: 1024px) {
  .homecare .content {
    margin: 4rem auto;
  }
}
.homecare .content section.chapo {
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .homecare .content section.chapo {
    width: 100%;
    margin: 0 auto;
  }
  .homecare .content section.chapo img {
    display: none;
  }
  .homecare .content section.chapo .info {
    margin-left: 0;
  }
  .homecare .content section.chapo .info h2 {
    font-size: 2.4rem;
  }
}
.homecare .content .feature-section {
  margin: 12rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .homecare .content .feature-section {
    margin: 4rem auto;
  }
}
.homecare .content .feature-section .feature-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .homecare .content .feature-section .feature-content {
    flex-direction: column;
  }
}
.homecare .content .feature-section .feature-content.element1 h3,
.homecare .content .feature-section .feature-content.element2 h3 {
  margin-left: 0;
}
.homecare .content .feature-section .feature-content.element1 h3::before,
.homecare .content .feature-section .feature-content.element2 h3::before {
  content: none;
}
.homecare .content .feature-section .feature-content.element1 img,
.homecare .content .feature-section .feature-content.element2 img {
  width: 100%;
}
.homecare .content .feature-section .feature-content.element1 {
  margin-bottom: 6rem;
}
.homecare .content .feature-section .feature-content.element1 h3 {
  color: #FF6E00;
}
@media screen and (max-width: 1024px) {
  .homecare .content .feature-section .feature-content.element2 {
    flex-direction: column-reverse;
  }
}
.homecare .content .feature-section .feature-content.element2 ul li {
  margin-bottom: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.homecare .content .feature-section .feature-content.element2 ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF6E00;
  border-radius: 100%;
  right: 1rem;
  vertical-align: middle;
}
.homecare .content .feature-section .feature-content.element2 ul li:last-child {
  margin-bottom: 0;
}
.homecare .content .feature-section .feature-content .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .homecare .content .feature-section .feature-content .text {
    width: 80%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .homecare .content .feature-section .feature-content .text {
    width: 100%;
  }
}
.homecare .content .feature-section .feature-content .text h3 {
  font-size: 7rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .homecare .content .feature-section .feature-content .text h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .homecare .content .feature-section .feature-content .text h3 {
    font-size: 4.5rem;
  }
}
.homecare .content .purewick-blue {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue {
    margin-top: -130px;
    margin-bottom: 850px;
  }
}
@media (max-width: 480px) {
  .homecare .content .purewick-blue {
    margin-bottom: 350px;
  }
}
.homecare .content .purewick-blue .blue-background {
  position: absolute;
  z-index: -1;
  height: 95%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/blue-noise-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue .blue-background {
    top: 120px;
    height: calc(165% - 50px);
  }
}
@media (max-width: 480px) {
  .homecare .content .purewick-blue .blue-background {
    height: calc(120% - 50px);
  }
}
.homecare .content .purewick-blue .text-picture {
  position: relative;
  display: flex;
  margin-top: 70px;
  top: 180px;
  gap: 80px;
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue .text-picture {
    flex-direction: column;
    top: 100px;
    gap: 40px;
  }
}
.homecare .content .purewick-blue .text-picture .picture img {
  margin-top: 20px;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue .text-picture .picture img {
    width: 100%;
    height: fit-content;
  }
}
.homecare .content .purewick-blue .text-picture .text {
  display: flex            ;
  flex-direction: column;
  gap: 20px;
}
.homecare .content .purewick-blue .text-picture .text h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.homecare .content .purewick-blue .text-picture .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.homecare .content .purewick-blue #container_2 {
  top: 200px;
  justify-content: space-between;
}
.homecare .content .purewick-blue #container_2 .picture img {
  width: 624px;
  height: 351px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue #container_2 {
    gap: 20px;
    top: 100px;
  }
}
.homecare .content .purewick-blue #container_2 ul {
  padding: 0 40px 30px 60px;
}
.homecare .content .purewick-blue #container_2 ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 10px;
}
.homecare .content .purewick-blue #container_2 ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
@media screen and (max-width: 1300px) {
  .homecare .content .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .homecare .content .block-video .video-player,
  .homecare .content .block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 767px) {
  .homecare .content .block-video {
    flex-direction: column;
  }
}
.algo-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 767px) {
  .algo-contact {
    gap: 0;
  }
}
.algo-contact .bg-form {
  position: absolute;
  z-index: -1;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.algo-contact .algo-contact-text {
  flex: 1;
  margin-top: 200px;
}
.algo-contact .algo-contact-text p {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  color: #FFFFFF;
  padding-left: 60px;
}
@media screen and (max-width: 1300px) {
  .algo-contact {
    flex-direction: column;
  }
  .algo-contact .algo-contact-text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .algo-contact .algo-contact-text {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
  .algo-contact .algo-contact-text p {
    font-size: 32px;
    padding-right: 20px;
  }
}
.algo-contact .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.algo-contact .contactForm {
  flex: 2;
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 4px 38px 12px rgba(54, 62, 166, 0.1);
  margin: 100px 0;
}
@media (max-width: 767px) {
  .algo-contact .contactForm {
    margin: 50px 0;
  }
}
.algo-contact .contactForm::before {
  background-color: transparent;
}
.algo-contact .contactForm input[type=checkbox] {
  opacity: 0;
}
.algo-contact .contactForm div p {
  display: flex;
  justify-content: center;
}
.algo-contact .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.algo-contact .contactForm .mktoForm {
  position: relative;
  width: 88% !important;
  padding: 30px 50px 50px;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .algo-contact .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .algo-contact .contactForm .mktoForm {
    width: 100% !important;
    padding: 20px 20px 50px !important;
  }
  .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.algo-contact .contactForm .mktoForm .mktoHtmlText {
  /*height: 0;*/
}
.algo-contact .contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.algo-contact .contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.algo-contact .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .algo-contact .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.algo-contact .contactForm .mktoCheckboxList input + label:before,
.algo-contact .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.algo-contact .contactForm #LblDigital_First_Name__c,
.algo-contact .contactForm #LblDigital_Last_Name__c,
.algo-contact .contactForm #LblEmail,
.algo-contact .contactForm #LblDigital_Phone__c,
.algo-contact .contactForm #LblDigital_Company__c,
.algo-contact .contactForm #LblDigital_Country__c,
.algo-contact .contactForm #LblDigital_Business_Title__c,
.algo-contact .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  .algo-contact .contactForm .mktoHtmlText {
    width: 80% !important;
  }
  .algo-contact .contactForm .mktoForm input[type=text],
  .algo-contact .contactForm .mktoForm input[type=url],
  .algo-contact .contactForm .mktoForm input[type=email],
  .algo-contact .contactForm .mktoForm input[type=tel],
  .algo-contact .contactForm .mktoForm input[type=number],
  .algo-contact .contactForm .mktoForm input[type=date],
  .algo-contact .contactForm .mktoForm textarea.mktoField,
  .algo-contact .contactForm .mktoForm select.mktoField {
    width: 90% !important;
  }
  .algo-contact .contactForm .mktoFormRow:nth-last-child(7) {
    width: 80% !important;
  }
  .algo-contact .contactForm .mktoFormRow:nth-last-child(8) {
    width: 80% !important;
  }
  .algo-contact .contactForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .algo-contact .contactForm .mktoForm input[type=text],
  .algo-contact .contactForm .mktoForm input[type=url],
  .algo-contact .contactForm .mktoForm input[type=email],
  .algo-contact .contactForm .mktoForm input[type=tel],
  .algo-contact .contactForm .mktoForm input[type=number],
  .algo-contact .contactForm .mktoForm input[type=date],
  .algo-contact .contactForm .mktoForm textarea.mktoField,
  .algo-contact .contactForm .mktoForm select.mktoField {
    width: 100% !important;
  }
}
.algo-contact .contactForm input,
.algo-contact .contactForm select,
.algo-contact .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-child(1) {
  display: none;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(8) {
  margin-top: 30px;
}
.algo-contact .contactForm #mktoForm_18096 .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
}
section.liste .item .wrapper .visuel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
section.liste .item .wrapper .visuel img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.08);
  border-radius: 10px;
}
section.liste .item .wrapper .visuel img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 0;
  pointer-events: none;
  transition: transform 0.45s ease;
}
section.liste .item .wrapper .visuel img:hover::after {
  transform: translateX(100%);
  right: 100%;
}
.sub-hero {
  position: relative;
  top: -100px;
  margin: 0 75px -150px 75px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: rgba(2, 5, 43, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .sub-hero {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
.sub-hero div {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.sub-hero .txt_intro p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  color: #fff;
}
@media (max-width: 767px) {
  .sub-hero {
    margin: 0;
    padding: 24px 16px;
    gap: 25px;
    margin-bottom: -200px;
  }
  .sub-hero div {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.922px;
  }
}
.contactForm {
  border-top: none;
}
.homecare .content .purewick-blue .text-picture .text {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .homecare .content .purewick-blue .text-picture .text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  section .liste {
    margin-top: 380px;
  }
}
.challenges {
  color: #060A3D;
}
.challenges .autopromo .autopromo-content div.autopromo-text p {
  width: 55%;
  color: #060A3D;
}
@media screen and (max-width: 767px) {
  .challenges .autopromo .autopromo-content div.autopromo-text p {
    width: 100%;
  }
}
.challenges .autopromo img {
  mix-blend-mode: unset;
}
.challenges .chapo {
  position: relative;
  overflow: visible;
}
.challenges .chapo .img {
  position: absolute;
  top: -20px;
  right: -80px;
  z-index: 0;
}
.challenges .chapo .img img {
  width: 140px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .challenges .chapo .img img {
    display: block;
  }
}
.challenges .chapo .info {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .challenges .chapo .info-2 {
    font-size: 30px !important;
  }
}
.challenges .content .chapo {
  margin: 4rem 0;
  font-size: 2.4rem;
}
.challenges .content .chapo .info {
  margin-left: 0;
  font-weight: 200;
  font-size: 4rem;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .challenges .content .chapo .info {
    font-size: 30px;
  }
}
.challenges .content .purewick-blue .feature-section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .feature-section {
    margin-top: 950px;
  }
}
.challenges .content .purewick-blue .feature-section .text {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 3rem 4rem;
}
@media screen and (max-width: 1024px) {
  .challenges .content .purewick-blue .feature-section .text {
    flex-direction: column;
    text-align: center;
  }
}
.challenges .content .purewick-blue .feature-section .text .img {
  flex-shrink: 0;
}
.challenges .content .purewick-blue .feature-section .text .img img {
  width: 80px;
  height: auto;
}
.challenges .content .purewick-blue .feature-section .text .background-white {
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .feature-section .text .background-white {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .challenges .content .purewick-blue .feature-section .text-1 {
    margin-top: -1100px !important;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .feature-section .text-1 {
    margin-top: 500px;
  }
}
.challenges .content .purewick-blue .text-picture {
  top: 100px;
  margin-top: 150px;
  margin-bottom: -120px;
  width: 120%;
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .text-picture .text {
    margin-top: 0;
  }
  .challenges .content .purewick-blue .text-picture .text p {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .text-picture {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .purewick-blue .text-picture .picture img {
    width: 315px;
    height: 220px;
  }
}
.challenges .content .contact-button {
  text-transform: none;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .challenges .content .contact-button {
    margin-top: 250px;
  }
}
.challenges .content .growing {
  margin: 8rem auto;
  text-align: center;
}
.challenges .content .growing h2 {
  font-weight: 400;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .challenges .content .growing {
    margin: 4rem auto;
  }
}
.challenges .content .patient {
  padding: 6rem 0;
}
.challenges .content .patient p {
  margin-bottom: 1rem;
}
.challenges .content .patient .divide {
  margin: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .challenges .content .patient .divide {
    flex-direction: column;
  }
}
.challenges .content .patient .divide > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .challenges .content .patient .divide > div {
    margin-bottom: 2rem;
  }
  .challenges .content .patient .divide > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .patient .divide > div {
    width: 100%;
  }
}
.challenges .content .patient .divide > div img {
  margin-right: 2.4rem;
}
.challenges .content .patient .m-20 {
  margin: 40px 0;
}
.challenges .content .patient .feature-section {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  .challenges .content .patient .feature-section {
    flex-direction: column;
  }
}
.challenges .content .patient .feature-section .image {
  display: flex;
}
@media screen and (max-width: 767px) {
  .challenges .content .patient .feature-section .image img {
    width: 100%;
  }
}
.challenges .content .patient .feature-section .text {
  font-size: 1.8rem;
  padding: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .challenges .content .patient .feature-section .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .patient .feature-section .text {
    padding: 1rem;
  }
}
.challenges .content .patient .feature-section .text .background-white {
  background: rgba(255, 255, 255, 0.6);
  padding: 25px 100px;
}
.challenges .content .neurological {
  margin: 17rem 0;
}
.challenges .content .neurological .neurological-cards {
  margin-top: 6rem;
}
.challenges .content .neurological .neurological-cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .challenges .content .neurological .neurological-cards .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .challenges .content .neurological .neurological-cards .cards-grid {
    grid-template-columns: 1fr;
  }
}
.challenges .content .neurological .neurological-cards .card-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFF3EA;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.08);
}
.challenges .content .neurological .neurological-cards .card-image {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.challenges .content .neurological .neurological-cards .card-image img {
  max-width: 115%;
  height: auto;
  display: block;
}
.challenges .content .neurological .neurological-cards .card-text {
  flex: 1;
}
.challenges .content .neurological .neurological-cards .card-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  color: #060A3D;
}
.challenges .content .neurological a.articles {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  top: 20px;
}
@media screen and (max-width: 480px) {
  .challenges .content .neurological {
    margin: 70rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .challenges .content .neurological {
    margin: 85rem 0 4rem 0;
  }
}
.challenges .content .neurological .liste {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .challenges .content .neurological .liste {
    margin-top: 50px;
  }
}
.challenges .content .neurological .liste .orange-card {
  flex-direction: row;
  flex: 1;
  max-height: 280px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.2) 46.28%, rgba(255, 110, 0, 0.2) 109.83%), #FFF3EA;
  gap: 30px;
  margin-top: auto;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation {
  flex: none;
  justify-content: center;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation svg path {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation svg.visible path:nth-child(1) {
  opacity: 0.2;
  transition-delay: 0ms;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation svg.visible path:nth-child(2) {
  opacity: 0.3;
  transition-delay: 500ms;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation svg.visible path:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1000ms;
}
.challenges .content .neurological .liste .orange-card .orange-card--animation svg.visible path {
  opacity: 1;
  transform: translateX(0);
}
.challenges .content .neurological .liste .orange-card .orange-card--content {
  gap: 0;
  padding: 30px;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow {
  padding: 20px 0 10px 0;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p {
  color: #FF6E00;
  padding: 0;
  margin: 0;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p:nth-child(1) {
  font-size: 35.02px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.35px;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p:nth-child(2) {
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  padding-left: 50px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p:nth-child(2):before {
  position: absolute;
  content: "";
  width: 40px;
  height: 20px;
  background-color: #FF6E00;
  clip-path: path("M40.3731 6.20974C40.658 5.92482 40.658 5.46287 40.3731 5.17794L35.73 0.534851C35.4451 0.249928 34.9831 0.249928 34.6982 0.534851C34.4133 0.819775 34.4133 1.28173 34.6982 1.56665L38.8254 5.69384L34.6982 9.82104C34.4133 10.106 34.4133 10.5679 34.6982 10.8528C34.9831 11.1378 35.4451 11.1378 35.73 10.8528L40.3731 6.20974ZM0.459229 5.69385L0.459229 6.42344L39.8572 6.42344L39.8572 5.69384L39.8572 4.96425L0.459228 4.96426L0.459229 5.69385Z");
  transform: translate(-80px, 6px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translateX(0);
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible:before {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translate(-50px, 6px);
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--arrow p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.challenges .content .neurological .liste .orange-card .orange-card--content .orange-card--text.visible {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateX(0);
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent {
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 35.09%, rgba(255, 110, 0, 0.2) 123.54%), #FFF3EA;
  gap: 0;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--content {
  align-self: center;
  padding: 0 25px;
  gap: 0;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text {
  flex: auto;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text.visible {
  transition-delay: 1000ms;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle {
  position: relative;
  flex: none;
  justify-content: center;
  padding: 0 30px;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) {
  position: absolute;
  mix-blend-mode: darken;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) path {
  stroke-dasharray: 117.8;
  /* longueur approximative du quart de cercle */
  stroke-dashoffset: 117.8;
  /* path masqué au départ */
  transition: stroke-dashoffset 2000ms ease;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2).visible path {
  stroke-dashoffset: 0;
  transition-delay: 2000ms;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle p {
  position: absolute;
  color: #FF6E00;
  align-self: center;
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  transform-origin: center center;
  transform: scale(0);
  transition: transform 1s ease;
  padding: 0;
  margin: 0;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle p.visible {
  transform: scale(1);
  transition-delay: 1500ms;
}
.challenges .content .neurological .liste .orange-card.orange-card-25pourcent .orange-card--circle p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.challenges .content .neurological .liste > p {
  margin-bottom: 6rem;
  font-size: 1.8rem;
}
.challenges .content .neurological .liste h2 {
  font-weight: 400;
  font-size: 4rem;
}
.challenges .content .neurological .liste .liste_3 .item .numbers .text {
  position: relative;
  font-size: 3.2rem;
}
.challenges .content .neurological .liste .liste_3 .item .numbers .text::before {
  content: '';
  width: 7.5rem;
  height: 0.6rem;
  background: #FF6E00;
  position: absolute;
  top: -0.5rem;
}
.challenges .content .neurological .liste .liste_3 .item .numbers .bold {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 5rem;
}
.challenges .content .neurological .chapo {
  margin: 0 0 4rem 0;
  text-align: center;
}
.challenges .content .neurological .button {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .challenges .content .neurological .button {
    display: flex;
    text-align: center;
  }
}
.challenges .content .neurological .button .contact-button {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .challenges .content .neurological .button .contact-button {
    margin-top: 50px;
  }
}
.challenges .purewick-blue .blue-background {
  height: 115%;
}
@media screen and (max-width: 767px) {
  .challenges .purewick-blue .blue-background {
    height: 180% !important;
  }
}
.challenges .button-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .challenges .button-center {
    margin-top: -250px;
  }
}
.autopromo .autopromo-content div.autopromo-text h1 > strong {
  color: #060A3D;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
}
.solution .autopromo img {
  mix-blend-mode: unset;
}
.solution .item-resource .item-img::after {
  left: 90%;
  top: 5px;
}
.solution h3 {
  margin-left: 0;
}
.solution h3::before {
  content: none;
}
.solution .purewick-blue.liste .grille-img {
  position: relative;
  padding: 6rem 0;
}
.solution .purewick-blue {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .solution .purewick-blue .blue-background {
    height: 95% !important;
  }
}
.solution .chapo {
  position: relative;
  overflow: visible;
}
.solution .chapo .img {
  position: absolute;
  top: -20px;
  right: -70px;
  z-index: 0;
}
.solution .chapo .img img {
  width: 140px;
  pointer-events: none;
}
.solution .chapo .info {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .solution .chapo .info-2 {
    top: -1000px !important;
  }
}
@media screen and (max-width: 767px) {
  .solution .chapo .info-2 {
    top: -700px;
  }
}
.solution .paragraphe h3 {
  margin-bottom: 2rem;
}
.solution .paragraphe p:last-child {
  margin-bottom: 3rem;
}
.solution .content .chapo {
  margin: 4rem 0;
  font-size: 2.4rem;
}
.solution .content .chapo .info {
  margin-left: 0;
  color: #060A3D;
  font-weight: 200;
  font-size: 4rem;
  font-style: italic;
}
.solution .content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 3px;
}
.solution .content p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.solution .content .nurses {
  text-align: center;
  color: #060A3D;
}
.solution .content .nurses h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .solution .content .nurses h2 {
    margin-top: 40px;
  }
}
.solution .content .nurses .list-resource {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .solution .content .nurses .list-resource {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .solution .content .nurses .list-resource {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solution .content .nurses .item-resource {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solution .content .nurses .item-resource .item-img {
  margin-bottom: 1.5rem;
}
.solution .content .nurses .item-resource .item-img img {
  max-width: 60px;
  height: auto;
}
.solution .content .nurses .item-resource p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.solution .content .nurses ul {
  margin-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .solution .content .nurses ul {
    margin-left: 1rem;
  }
}
.solution .content .nurses ul li {
  margin-bottom: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 3.2rem;
  /*&::before {
                        content: '';
                        display: inline-block;
                        position: relative;
                        width: .6rem;
                        height: .6rem;
                        background: @orange;
                        border-radius: 100%;
                        right: 1rem;
                        vertical-align: middle;
                    }*/
}
.solution .content .nurses ul li:last-child {
  margin-bottom: 0;
}
.solution .content .nurses ul li::before {
  margin-right: 11px;
  height: 24px;
}
.solution .content .nurses ul li:nth-child(1)::before {
  content: url("https://eu.bd.com/homecare/img/solution/analysis.png");
}
.solution .content .nurses ul li:nth-child(2)::before {
  content: url("https://eu.bd.com/homecare/img/solution/hospital.png");
}
.solution .content .nurses ul li:nth-child(3)::before {
  content: url("https://eu.bd.com/homecare/img/solution/bed.png");
}
.solution .content .nurses ul li:nth-child(4)::before {
  content: url("https://eu.bd.com/homecare/img/solution/clipboard.png");
}
.solution .content .nurses ul li:nth-child(5)::before {
  content: url("https://eu.bd.com/homecare/img/solution/care.png");
}
.solution .content .nurses ul li:nth-child(6)::before {
  content: url("https://eu.bd.com/homecare/img/solution/care-2.png");
}
.solution .content .nurses ul li:nth-child(7)::before {
  content: url("https://eu.bd.com/homecare/img/solution/safety.png");
}
.solution .content .nurses .chapo {
  margin: -5rem 0;
  color: #044ED7;
}
.solution .content .nurses .chapo .info {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution .content .nurses .chapo .info {
    font-size: 3rem !important;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.solution .content .liste h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
  margin: 30px 0;
  padding-top: 60px;
  color: #060A3D;
}
.solution .content .grille-img {
  padding: 40px 0;
}
.solution .content .txt-img {
  font-weight: 500;
  color: #060A3D;
}
.solution .content .special_list .item h4 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.solution .content .special_list .item h4.rouge {
  border-bottom: 3px solid red;
}
.solution .content .special_list .item h4.rouge span {
  color: red;
}
.solution .content .special_list .item h4.rose {
  border-bottom: 3px solid pink;
}
.solution .content .special_list .item h4.rose span {
  color: pink;
}
.solution .content .special_list .item h4.jaune {
  border-bottom: 3px solid yellow;
}
.solution .content .special_list .item h4.jaune span {
  color: yellow;
}
.solution .content .special_list .item p span.rouge {
  border-bottom: 2px solid red;
}
.solution .content .special_list .item p span.rouge span {
  color: red;
}
.solution .content .special_list .item p span.rose {
  border-bottom: 2px solid pink;
}
.solution .content .special_list .item p span.rose span {
  color: pink;
}
.solution .content .special_list .item p span.jaune {
  border-bottom: 2px solid yellow;
}
.solution .content .special_list .item p span.jaune span {
  color: yellow;
}
.solution .content .special_list .item .button {
  margin-top: 3rem;
}
.solution .content .special_list .item .button .contact-button {
  font-size: 1.6rem;
}
.solution .content .you {
  padding: 6rem 0 0 0;
  margin: 1rem 0;
  color: #060A3D;
}
.solution .content .you .two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .solution .content .you .two-columns {
    grid-template-columns: 1fr;
  }
}
.solution .content .you h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .solution .content .you {
    padding: 0;
  }
}
.solution .content .you a {
  color: #044ED7;
  text-decoration: underline;
  transition: all 0.3s;
}
.solution .content .you a:active,
.solution .content .you a:focus,
.solution .content .you a:hover {
  color: #000;
}
.solution .content .you .chapo {
  margin: 4rem 0;
  color: #044ED7;
}
.solution .content .you .chapo .info {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .solution .content .you .chapo .info {
    font-size: 2rem;
  }
}
.solution .content .separator {
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
  margin: 5rem 0;
}
.solution .content .patients {
  color: #060A3D;
}
.solution .content .patients a.articles {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.solution .content .patients .two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .solution .content .patients .two-columns {
    grid-template-columns: 1fr;
  }
}
.solution .content .patients h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}
.solution .content .patients h3 {
  margin-bottom: 2rem;
}
.solution .content .patients .liste_3 h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
.solution .content .patients .chapo {
  color: #044ED7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution .content .patients .chapo .info {
    font-size: 2rem;
  }
}
.solution .content .patients .button {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.solution .content .patients .button .contact-button {
  padding: 1.7rem 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution .content .patients .button {
    display: flex;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .solution .chapo img {
    position: absolute;
    display: block;
  }
  .solution h1 strong {
    font-size: 38px;
    line-height: 120%;
  }
  .solution h2 {
    font-size: 30px;
    line-height: 130%;
  }
  .solution h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 140%;
  }
  .solution p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .solution .chapo {
    margin: 3rem 0;
    text-align: center;
  }
  .solution .chapo .img {
    position: static;
    margin-bottom: 1.5rem;
  }
  .solution .chapo .img img {
    width: 90px;
  }
  .solution .chapo .info {
    font-size: 3rem !important;
    padding: 0 1rem;
  }
  .solution .button {
    display: flex;
    justify-content: center;
  }
  .solution .button .contact-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
  .solution .articles {
    text-align: center;
    display: block;
  }
  .solution .grille-img {
    padding: 20px 0;
  }
  .solution .liste_3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .solution .separator {
    margin: 4rem 0;
    opacity: 0.15;
  }
}
@media screen and (max-width: 1024px) {
  .solution .two-columns {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.catalogue .infos .titre {
  width: 80%;
}
.products {
  color: #060A3D;
}
.products .autopromo img {
  mix-blend-mode: unset;
}
@media screen and (max-width: 767px) {
  .products .content section .liste {
    margin-top: 0;
  }
}
.products .content h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 20px;
}
.products .content .purewick-tabs .tab-labels label:nth-child(3) {
  margin-left: 35px;
}
.products .content .purewick-tabs .tab-labels {
  display: block;
}
@media screen and (max-width: 1024px) {
  .products .content .purewick-tabs .tab-labels {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .products .content .purewick-tabs .tab-labels {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    margin: 30px 0 25px 0;
  }
  .products .content .purewick-tabs .tab-labels label:nth-child(3) {
    margin-left: 0;
  }
}
.products .content .wideblock {
  position: relative;
}
.products .content .wideblock::before {
  content: '';
  background: #f1f1f1;
  position: absolute;
  inset: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.products .content .tab {
  overflow: hidden;
  background-color: #f1f1f1;
  margin-top: 10rem;
}
.products .content .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'Albert', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.products .content .tab button:hover {
  background-color: #ddd;
}
.products .content .tab button.active {
  background-color: #ccc;
}
.products .content .tabcontent {
  display: none;
  padding: 6px 2px;
  border-top: none;
}
.products .content #product,
.products .content #service {
  margin-top: 0;
  padding-top: 0;
}
.products .content .product > p {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .products .content .product > p {
    text-align: center;
  }
}
.products .content .product h2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .products .content .product h2 {
    text-align: center;
  }
}
.products .content .incontinence p,
.products .content .nursing p {
  margin-bottom: 3rem;
}
.products .content .retention p {
  margin-bottom: 3rem;
}
.products .content .nursing p {
  margin-bottom: 1.5rem;
}
.products .content .nursing ul {
  margin-left: 4rem;
}
.products .content .nursing ul li {
  margin-bottom: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.products .content .nursing ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF6E00;
  border-radius: 100%;
  right: 1rem;
  vertical-align: middle;
}
.products .content .nursing ul li:last-child {
  margin-bottom: 0;
}
.products .content .nursing .chapo {
  margin-top: 4rem;
  color: #044ED7;
}
.products .content .nursing .chapo .info {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .products .content .nursing .chapo .info {
    font-size: 2rem;
  }
}
.products .content .teaching a.articles {
  top: 40px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.products .content .teaching p {
  margin-bottom: 1.5rem;
}
.products .content .teaching .button {
  margin-top: 4rem;
  text-align: center;
}
.products .content .teaching .button .contact-button {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .products .content .teaching .button {
    display: flex;
    text-align: center;
  }
}
.products .content .liste h3 {
  margin-bottom: 2rem;
  color: black;
}
.products .content .liste h3::before {
  background: #044ED7;
}
.products .content .liste .item {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.products .content .liste .item .visuel img {
  max-width: 334px;
  width: 100%;
  height: 335px;
  object-fit: cover;
}
.products .content .liste .item .itemInfo {
  background: #fff;
  padding: 3.2rem 2.4rem;
}
.products .content .liste .item .itemInfo h4 {
  margin-bottom: 1rem;
  font-weight: 500;
}
.products .content .liste .item .itemInfo h4 a {
  font-size: 1.8rem;
}
.products .content .liste .item .itemInfo .resume .subtitle {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.products .content .liste .item .itemInfo .resume p:last-child {
  font-size: 1.4rem;
  font-weight: 300;
  color: #657278;
}
.products .content .divide {
  margin: 4rem 0;
}
.products .content .divide > div {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .products .content .divide > div {
    margin-bottom: 2rem;
  }
  .products .content .divide > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .products .content .divide > div {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.products .content .divide > div img {
  margin-right: 2.4rem;
  border-radius: 100%;
}
.products .content .divide > div .little-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
.products .content .divide > div p {
  margin-bottom: 1rem;
}
.products .content #incontinence,
.products .content #retention {
  margin: 0;
  padding: 0;
}
.product-item {
  font-family: 'Albert', Arial, sans-serif;
}
.product-item .content ul,
.product-item .content ol {
  list-style: revert;
}
.product-item .content section {
  margin: 40px 0;
  gap: 50px;
}
.product-item .content .product-summary {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product-item .content .product-summary {
    flex-direction: column;
  }
}
.product-item .content section.product-summary .column {
  flex: 1;
}
.product-item .content section.product-summary .product-picture {
  max-width: 800px;
  padding-bottom: 40px;
  flex: 1;
}
.product-item .content section.product-summary .product-picture img {
  width: 100%;
  height: auto;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.12);
}
.product-item .content section.product-summary .product-tag {
  padding-bottom: 15px;
}
.product-item .content section.product-summary .product-tag span {
  padding-right: 16px;
  font-size: 14px;
  color: #657278;
}
.product-item .content section.product-summary .product-tag span:not(:nth-child(1)) {
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.product-item .content section.product-summary .product-title {
  padding-bottom: 20px;
  color: #060A3D;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
}
.product-item .content section.product-summary .product-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.235px;
}
.product-item .content section.product-summary .product-cta {
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 20px 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .product-item .content section.product-summary .product-cta {
    flex-direction: column;
  }
}
.product-item .content section.product-summary .product-cta .contact-button {
  padding: 20px 40px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
}
.product-item .content section.product-summary .product-cta .button-white {
  background: #fff;
  border: 0.1rem solid #060A3D;
  color: #060A3D;
}
.product-item .content section.product-summary .product-cta .button-white:hover,
.product-item .content section.product-summary .product-cta .button-white:active,
.product-item .content section.product-summary .product-cta .button-white:focus {
  background: #060A3D;
  color: #fff;
}
.product-item .content section.product-more {
  padding-top: 40px;
}
.product-item .content section.product-more h2.product-more-title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-item .content section.product-more h3 {
  font-size: 20px;
  margin-left: 0;
}
.product-item .content section.product-more h3::before {
  content: none;
}
.product-item .content section.product-more ul {
  font-size: 16px;
  margin: 10px 0 0 13px;
}
.product-item .content section.product-info {
  margin-bottom: 0;
}
.product-item .content section.product-info h2 {
  color: #060A3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.576px;
}
.product-item .content section.product-info .product-table {
  position: relative;
  align-self: center;
  top: 70px;
  margin-bottom: 100px;
}
.product-item .content section.product-info .product-table table {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 690px) {
  .product-item .content section.product-info .product-table table {
    width: auto !important;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.product-item .content section.product-info .product-table thead tr th {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 15px 20px 15px 0;
  background-color: #E4EAF1;
}
.product-item .content section.product-info .product-table tbody tr td {
  color: #060A3D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 11px 20px 12px 0;
}
.product-item .content section.product-info .product-table td:nth-child(1),
.product-item .content section.product-info .product-table th:nth-child(1) {
  padding-left: 30px;
}
.product-item .content section.product-info .product-table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.product-item .content section.product-info .product-table thead tr,
.product-item .content section.product-info .product-table tbody tr {
  text-align: left;
  background-color: #E4EAF1;
}
.product-item .content section.product-info .product-reference {
  position: relative;
  top: 50px;
  margin-bottom: 90px;
}
.product-item .content section.product-info .product-reference ol {
  margin-left: 13px;
}
.product-item .content section.product-info .product-reference ol li {
  color: #657278;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.235px;
}
.product-item .contactForm {
  flex-grow: 6;
  padding: 0;
}
.product-item .contactForm .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.product-item .contactForm div p {
  display: flex;
  justify-content: center;
}
.product-item .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.product-item .contactForm .mktoForm {
  position: relative;
  width: 83.33% !important;
  margin: 0;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1024px) {
  .product-item .contactForm .mktoForm {
    padding: 30px 0 !important;
  }
  .product-item .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .product-item .contactForm .mktoForm {
    width: 100% !important;
  }
  .product-item .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .product-item .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .product-item .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.product-item .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-item .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.product-item .contactForm .mktoCheckboxList input + label:before,
.product-item .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.product-item .contactForm #LblDigital_First_Name__c,
.product-item .contactForm #LblDigital_Last_Name__c,
.product-item .contactForm #LblEmail,
.product-item .contactForm #LblDigital_Phone__c,
.product-item .contactForm #LblDigital_Company__c,
.product-item .contactForm #LblDigital_Country__c,
.product-item .contactForm #LblDigital_Business_Title__c,
.product-item .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.product-item .contactForm input,
.product-item .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.product-item .contactForm form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7 !important;
  border: 0.1rem solid #044ED7 !important;
  color: #fff;
  padding: 20px 30px !important;
  min-width: 155px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2.5px !important;
  letter-spacing: 0.1rem;
  text-transform: capitalize !important;
  border-radius: 4px;
  transition: all 0.3s;
}
.product-item .contactForm form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:hover,
.product-item .contactForm form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:active,
.product-item .contactForm form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:focus {
  background: #fff !important;
  color: #044ED7 !important;
  border: 1px solid #044ED7 !important;
}
.product-item .contactForm form .mktoForm .mktoButtonRow:last-child .mktoButtonWrap {
  display: flex !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}
.product-item .separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 40px 0;
}
.product-item .overview h2 {
  font-weight: 400;
  line-height: 120%;
  font-size: 44px;
}
.product-item .overview h3 {
  left: -70px;
  margin-bottom: 18px;
}
.product-item .overview h3::before {
  display: none;
}
.product-item .overview ul {
  list-style: none;
}
.product-item ul {
  padding: 0 40px 30px 60px;
}
.product-item ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 15px;
}
.product-item ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
.product-item .purewick-blue {
  height: auto;
}
.product-item .purewick-blue .blue-background {
  height: 150%;
}
.references .autopromo {
  height: 320px;
}
.references .autopromo img {
  mix-blend-mode: unset;
}
.references h1 {
  position: relative;
  font-weight: 500;
  font-size: 4.4rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.references div {
  color: #060A3D;
  margin-bottom: 4rem;
  margin-top: 20px;
}
.references div:last-child {
  margin-bottom: 0;
}
.references div p {
  letter-spacing: 0.0216em;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  margin-bottom: 1rem;
}
.references div p span {
  color: #FF6E00;
  font-weight: 700;
  margin-right: 1.5rem;
  font-size: 16px;
}
.references div p.lien {
  display: inline-block;
}
.references div p.lien a {
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .itmatters .content h2 {
    font-size: 2.4rem;
  }
}
.itmatters .content .chapo {
  margin: 2rem 0;
  color: #044ED7;
  font-size: 2.4rem;
}
.itmatters .content .paragraphe {
  margin: 4rem 0;
}
.itmatters .content ul {
  margin: 1.2rem 0;
}
.itmatters .content .nhs {
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .itmatters .content .nhs {
    margin: 4rem auto;
  }
}
.itmatters .content .nhs ul {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .itmatters .content .nhs ul {
    margin-left: 0;
  }
}
.itmatters .content .nhs ul li {
  margin-bottom: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  position: relative;
}
.itmatters .content .nhs ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF6E00;
  border-radius: 100%;
  right: 1rem;
  vertical-align: middle;
}
.itmatters .content .nhs ul li:last-child {
  margin-bottom: 0;
}
.itmatters .content .supporting {
  font-size: 1.6rem;
}
.itmatters .content .supporting .feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .itmatters .content .supporting .feature-section {
    flex-direction: column;
  }
  .itmatters .content .supporting .feature-section .image,
  .itmatters .content .supporting .feature-section .text {
    width: 100%;
  }
  .itmatters .content .supporting .feature-section .image {
    text-align: center;
  }
  .itmatters .content .supporting .feature-section .text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .itmatters .content .supporting .feature-section img {
    width: 100%;
  }
}
.itmatters .content .supporting .feature-section p {
  margin-bottom: 1rem;
}
.itmatters .content .supporting .feature-section p:last-child {
  margin-bottom: 0;
}
.itmatters .content .supporting .feature-section ul {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .itmatters .content .supporting .feature-section ul {
    margin-left: 0;
  }
}
.itmatters .content .supporting .feature-section ul li {
  margin-bottom: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  position: relative;
}
.itmatters .content .supporting .feature-section ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF6E00;
  border-radius: 100%;
  right: 1rem;
  vertical-align: middle;
}
.itmatters .content .supporting .feature-section ul li:last-child {
  margin-bottom: 0;
}
.itmatters .content .collaboration {
  margin-top: 2.5rem;
}
.itmatters .content .collaboration > p {
  margin-bottom: 3rem;
}
.itmatters .content .collaboration .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .itmatters .content .collaboration .wrapper {
    flex-direction: column;
  }
}
.itmatters .content .collaboration .wrapper div {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .itmatters .content .collaboration .wrapper div {
    width: 100%;
  }
}
.itmatters .content .collaboration .wrapper div h4 {
  font-weight: 700;
}
.itmatters .content .action .feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .itmatters .content .action .feature-section {
    flex-direction: column;
  }
  .itmatters .content .action .feature-section .image,
  .itmatters .content .action .feature-section .text {
    width: 100%;
  }
  .itmatters .content .action .feature-section .image {
    text-align: center;
  }
  .itmatters .content .action .feature-section .text {
    margin: 1rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .itmatters .content .action .feature-section img {
    width: 100%;
  }
}
.itmatters .content .action .feature-section p {
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .itmatters .content .action .feature-section p {
    font-size: 1.8rem;
  }
}
.itmatters .content .action .feature-section p:last-child {
  margin-bottom: 0;
}
.itmatters .content .action .feature-section p::before {
  content: '';
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
  width: 4rem;
  height: 0.3rem;
  background: #b4bad6;
  right: 1rem;
  vertical-align: middle;
}
.itmatters .content .action .liste .item {
  background: #F8F7F7;
  padding: 4rem;
  box-sizing: border-box;
  border-top: 4px solid #000;
}
.itmatters .content .action .liste .item h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.template .content .chapo {
  margin: 4rem 0;
  color: #044ED7;
  font-size: 2.4rem;
}
.template .content .contact-button {
  text-transform: none;
}
.template .content .growing {
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .template .content .growing {
    margin: 4rem auto;
  }
}
.template .content .patient {
  padding: 6rem 0;
}
.template .content .patient p {
  margin-bottom: 1rem;
}
.template .content .patient .divide {
  margin: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .template .content .patient .divide {
    flex-direction: column;
  }
}
.template .content .patient .divide > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .template .content .patient .divide > div {
    margin-bottom: 2rem;
  }
  .template .content .patient .divide > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .template .content .patient .divide > div {
    width: 100%;
  }
}
.template .content .patient .divide > div img {
  margin-right: 2.4rem;
}
.template .content .patient .feature-section {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .template .content .patient .feature-section {
    flex-direction: column;
  }
}
.template .content .patient .feature-section .image {
  display: flex;
}
@media screen and (max-width: 767px) {
  .template .content .patient .feature-section .image img {
    width: 100%;
  }
}
.template .content .patient .feature-section .text {
  font-size: 1.8rem;
  padding: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .template .content .patient .feature-section .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .template .content .patient .feature-section .text {
    padding: 1rem;
  }
}
.template .content section.block-video {
  gap: 60px;
  position: relative;
  z-index: 2;
}
.template .content section.block-video .video-player,
.template .content section.block-video .video-player video {
  width: 650px;
  aspect-ratio: 16 / 9;
}
.template .content section.block-video .video-cta h3 {
  margin-bottom: 2rem;
}
.template .content section.block-video .video-cta ul {
  margin-right: 4rem !important;
}
.template .content section.block-video.two-video {
  display: flex;
  flex-direction: column;
}
.template .content section.block-video.two-video .two-video {
  display: flex;
  flex-direction: row;
  gap: 33px;
}
.template .content section.block-video.two-video .two-video .video-item {
  flex-direction: row;
  width: 50%;
}
.template .content section.block-video.two-video .two-video .video-item .video-player,
.template .content section.block-video.two-video .two-video .video-item .video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.template .content section.block-video.two-video .two-video .video-item .video-player .video-play,
.template .content section.block-video.two-video .two-video .video-item .video-player video .video-play {
  width: 42px;
  height: 45px;
  background-size: contain;
}
.template .content section.block-video.two-video .two-video .video-item .video-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 0;
  transition: right 0.4s ease;
}
.template .content section.block-video.two-video .two-video .video-item .video-player.playing::after {
  background: transparent;
}
.template .content section.block-video.two-video .two-video .video-item .video-player:hover::after {
  right: 100%;
}
.template .content section.block-video.two-video .two-video .video-item .video-cta {
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .template .content section.block-video {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .template .content section.block-video .video-cta h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .template .content section.block-video .video-cta p {
    font-size: 18px;
    line-height: 24px;
  }
  .template .content section.block-video .video-cta span a {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .template .content section.block-video .video-player,
  .template .content section.block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
  .template .content section.block-video.two-video .two-video {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .template .content section.block-video.two-video .two-video .video-item {
    flex-direction: row;
    width: 100%;
  }
  .template .content section.block-video.two-video .two-video .video-item .video-player,
  .template .content section.block-video.two-video .two-video .video-item .video-player video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
.template .content .blue {
  text-align: center;
  color: #044edb;
  font-weight: 300;
  font-size: 22px;
  padding: 30px;
}
.template .content .list-resource {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding-top: 80px;
}
.template .content .list-resource .item-resource {
  flex: 0 24%;
}
.template .content .list-resource .item-resource p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
@media screen and (max-width: 1024px) {
  .template .content .list-resource {
    flex-wrap: wrap;
  }
  .template .content .list-resource .item-resource {
    flex: 0 45%;
  }
}
@media screen and (max-width: 767px) {
  .template .content .list-resource {
    flex-wrap: wrap;
  }
  .template .content .list-resource .item-resource {
    flex: 0 90%;
  }
}
.template .content .call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.template .content .call-to-action a {
  width: fit-content;
  align-self: center;
}
.template.purewick {
  color: #060A3D;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .template.purewick {
    margin-bottom: -100px;
  }
}
.template.purewick .content {
  top: -30px;
  position: relative;
}
@media (max-width: 767px) {
  .template.purewick .content {
    top: -100px;
    width: 100%;
  }
}
.template.purewick .autopromo-title {
  position: absolute;
  margin-top: 60px;
  z-index: 1;
}
.template.purewick .autopromo-title h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 70.4px */
  letter-spacing: 0.64px;
  max-width: 600px;
}
.template.purewick .autopromo-title span {
  margin-top: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.475px;
}
@media (max-width: 767px) {
  .template.purewick .autopromo-title {
    padding-right: 36px;
    gap: 20px;
  }
  .template.purewick .autopromo-title h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.32px;
  }
  .template.purewick .autopromo-title span {
    font-size: 20px;
  }
}
.template.purewick .autopromo {
  height: 380px;
  flex-direction: column;
}
.template.purewick .autopromo img {
  height: 380px;
  object-fit: cover;
  mix-blend-mode: unset;
}
@media (max-width: 767px) {
  .template.purewick .autopromo img {
    height: 406px;
    object-position: 80%;
  }
  .template.purewick .autopromo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: lighten;
    pointer-events: none;
  }
}
.template.purewick .sub-hero {
  position: relative;
  top: -80px;
  margin: 0 75px 80px 75px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: rgba(2, 5, 43, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .template.purewick .sub-hero {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
.template.purewick .sub-hero div {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.template.purewick .sub-hero a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-transform: none;
  padding: 15px 50px;
}
@media (max-width: 767px) {
  .template.purewick .sub-hero {
    top: -140px;
    margin: 0;
    padding: 24px 16px;
    gap: 12px;
  }
  .template.purewick .sub-hero div {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.922px;
  }
  .template.purewick .sub-hero a.contact-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}
.template.purewick .double-column > div {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .template.purewick .double-column > div {
    display: none;
  }
}
.template.purewick .double-column > div > div {
  padding-right: 50px;
}
.template.purewick .double-column > div div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.template.purewick .double-column > div div h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .double-column > div div ul {
  padding: 0 40px 30px 60px;
}
.template.purewick .double-column > div div ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 10px;
}
.template.purewick .double-column > div div ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
.template.purewick .double-column > div div .orange-card {
  flex-direction: row;
  flex: auto;
  max-height: 280px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.2) 46.28%, rgba(255, 110, 0, 0.2) 109.83%), #FFF3EA;
  gap: 30px;
  margin-top: auto;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation {
  flex: none;
  justify-content: center;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg path {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(1) {
  opacity: 0.2;
  transition-delay: 0ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(2) {
  opacity: 0.3;
  transition-delay: 500ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1000ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path {
  opacity: 1;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card .orange-card--content {
  gap: 0;
  padding: 30px;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow {
  padding: 20px 0 10px 0;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p {
  color: #FF6E00;
  padding: 0;
  margin: 0;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(1) {
  font-size: 35.02px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.35px;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2) {
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  padding-left: 50px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2):before {
  position: absolute;
  content: "";
  width: 40px;
  height: 20px;
  background-color: #FF6E00;
  clip-path: path("M40.3731 6.20974C40.658 5.92482 40.658 5.46287 40.3731 5.17794L35.73 0.534851C35.4451 0.249928 34.9831 0.249928 34.6982 0.534851C34.4133 0.819775 34.4133 1.28173 34.6982 1.56665L38.8254 5.69384L34.6982 9.82104C34.4133 10.106 34.4133 10.5679 34.6982 10.8528C34.9831 11.1378 35.4451 11.1378 35.73 10.8528L40.3731 6.20974ZM0.459229 5.69385L0.459229 6.42344L39.8572 6.42344L39.8572 5.69384L39.8572 4.96425L0.459228 4.96426L0.459229 5.69385Z");
  transform: translate(-80px, 6px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible:before {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translate(-50px, 6px);
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--text.visible {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent {
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 35.09%, rgba(255, 110, 0, 0.2) 123.54%), #FFF3EA;
  gap: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content {
  align-self: center;
  padding: 0 25px;
  gap: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text {
  flex: auto;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text.visible {
  transition-delay: 1000ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle {
  position: relative;
  flex: none;
  justify-content: center;
  padding: 0 30px;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) {
  position: absolute;
  mix-blend-mode: darken;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) path {
  stroke-dasharray: 117.8;
  /* longueur approximative du quart de cercle */
  stroke-dashoffset: 117.8;
  /* path masqué au départ */
  transition: stroke-dashoffset 2000ms ease;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2).visible path {
  stroke-dashoffset: 0;
  transition-delay: 2000ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p {
  position: absolute;
  color: #FF6E00;
  align-self: center;
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  transform-origin: center center;
  transform: scale(0);
  transition: transform 1s ease;
  padding: 0;
  margin: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p.visible {
  transform: scale(1);
  transition-delay: 1500ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.template.purewick li.item.catalogue {
  align-items: flex-start;
}
@media (max-width: 350px) {
  .template.purewick li.item.catalogue {
    flex-direction: column;
    gap: 20px;
  }
  .template.purewick li.item.catalogue .infos {
    margin-left: 0;
  }
}
.template.purewick .list-resource .item-resource {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 0 10px 30px 10px;
}
.template.purewick .list-resource .item-resource:hover .item-img::after {
  opacity: 1;
}
.template.purewick .item-resource .item-img {
  height: 80px;
  padding-bottom: 10px;
  align-content: center;
  width: fit-content;
}
.template.purewick .item-resource .item-img img {
  width: 67px;
  height: 100%;
}
.template.purewick .item-resource .item-img::after {
  content: "";
  position: relative;
  display: block;
  top: -7px;
  left: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-100%, -100%);
  opacity: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='67'%3E%3Ccircle cx='33.5' cy='33.5' r='33.5' fill='%231D74FF' fill-opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: blur(10px);
}
.template.purewick .item-resource h2 {
  font-size: 22px;
}
.template.purewick .block-video:not(:has(.two-video)) .video-player {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}
.template.purewick .item.catalogue img {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.template.purewick .grey-purewick {
  padding: 4rem 0 4rem 0;
}
.template.purewick #purewick-video-1 {
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
}
@media (max-width: 767px) {
  .template.purewick #purewick-video-1 {
    padding: 2rem 0 8rem 0 !important;
  }
}
.template.purewick #purewick-video-2 {
  gap: 0px;
  margin: 0 !important;
  padding: 8rem 0 !important;
  border-top: 1px solid #D8D8D7;
  border-bottom: 1px solid #D8D8D7;
}
.template.purewick #purewick-video-2 h2 {
  margin-bottom: 40px;
}
.template.purewick #purewick-video-2 .video-cta {
  margin-top: 20px;
}
.template.purewick #purewick-video-2 .video-cta span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.691px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .template.purewick #purewick-video-2 {
    padding: 4rem 0 !important;
  }
}
.template.purewick .block-video .video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 69px;
  background-image: url(../img/purewick/white-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: unset;
  background-color: transparent;
  z-index: 2;
}
.template.purewick .references.purewick-ref p {
  display: block;
  margin-left: 30px;
}
.template.purewick .references.purewick-ref span {
  position: absolute;
  transform: translateX(-30px);
}
.template.purewick .intro {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .template.purewick .intro {
    flex-direction: column;
  }
}
.template.purewick .intro p {
  align-content: center;
}
.template.purewick .intro img {
  flex-basis: 300px;
  max-width: 300px;
}
.template.purewick .purewick-blue {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue {
    margin-top: -130px;
  }
}
.template.purewick .purewick-blue .blue-background {
  position: absolute;
  z-index: -1;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/blue-noise-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .blue-background {
    top: 150px;
    height: calc(100% - 200px);
  }
}
.template.purewick .purewick-blue .text-picture {
  position: relative;
  display: flex;
  top: 350px;
  gap: 80px;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .text-picture {
    flex-direction: column;
    top: 100px;
    gap: 40px;
  }
}
.template.purewick .purewick-blue .text-picture .picture img {
  margin-top: 20px;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .text-picture .picture img {
    width: 100%;
    height: fit-content;
  }
}
.template.purewick .purewick-blue .text-picture .text {
  display: flex            ;
  flex-direction: column;
  gap: 20px;
}
.template.purewick .purewick-blue .text-picture .text h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .purewick-blue .text-picture .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.purewick .purewick-blue .text-picture .text a.contact-button {
  width: fit-content;
  padding: 15px 50px;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .text-picture .text h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
  .template.purewick .purewick-blue .text-picture .text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.346px;
  }
  .template.purewick .purewick-blue .text-picture .text a.contact-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.template.purewick .purewick-blue .block-video {
  position: relative;
  display: flex;
  top: 350px;
  gap: 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .block-video {
    top: 100px;
    gap: 40px;
  }
}
.template.purewick .purewick-blue .block-video .video-player,
.template.purewick .purewick-blue .block-video .video-player video {
  display: flex;
  position: relative;
  flex: 1;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
  filter: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.template.purewick .purewick-blue .block-video .video-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 0;
  transition: right 0.4s ease;
}
.template.purewick .purewick-blue .block-video .video-player.playing::after {
  background: transparent;
}
.template.purewick .purewick-blue .block-video .video-player:hover::after {
  right: 100%;
}
.template.purewick .purewick-blue .block-video .video-cta {
  flex: 1;
}
.template.purewick .purewick-blue .block-video .video-cta h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .purewick-blue .block-video .video-cta ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .block-video .video-cta ul {
    padding: 0 20px;
  }
}
.template.purewick .purewick-blue .block-video .video-cta ul li {
  padding-bottom: 10px;
}
.template.purewick .purewick-blue .block-video .video-cta ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
@media screen and (max-width: 1300px) {
  .template.purewick .purewick-blue .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-blue .block-video .video-player,
  .template.purewick .purewick-blue .block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 767px) {
  .template.purewick .purewick-blue .block-video {
    flex-direction: column;
  }
}
.template.purewick .purewick-tabs input[type="radio"] {
  display: none;
}
.template.purewick .purewick-tabs .tab-labels {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.template.purewick .purewick-tabs .tab-labels label {
  padding: 17px 20px;
  cursor: pointer;
  border-bottom: 3px solid #D8D8D7;
  transition: all 0.3s;
}
.template.purewick .purewick-tabs .tab-labels label:nth-child(1) {
  margin-right: 32px;
}
.template.purewick .purewick-tabs .tab-labels label:hover {
  color: #FF6E00;
  border-bottom: 3px solid #FF6E00;
}
.template.purewick .purewick-tabs #tab1:checked ~ .tab-labels label[for="tab1"],
.template.purewick .purewick-tabs #tab2:checked ~ .tab-labels label[for="tab2"] {
  border-bottom: 3px solid #FF6E00;
}
.template.purewick .purewick-tabs .tab-content {
  display: none;
  padding: 1rem;
}
.template.purewick .purewick-tabs #tab1:checked ~ .contents #content1,
.template.purewick .purewick-tabs #tab2:checked ~ .contents #content2 {
  display: block;
}
@media (max-width: 767px) {
  .template.purewick .purewick-tabs .list-resource {
    flex-direction: column;
    padding-top: 40px;
  }
  .template.purewick .purewick-tabs .tab-labels {
    flex-direction: column;
  }
  .template.purewick .purewick-tabs label {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.template.purewick .purewick-additional .additional-title h2 {
  display: inline;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .purewick-additional .additional-title a.contact-button {
  padding: 15px 50px;
  height: fit-content;
  align-self: center;
}
.template.purewick .purewick-additional .additional-title .button-collapse {
  position: relative;
  display: inline-block;
  height: fit-content;
  width: 50px;
  font-family: 'Albert', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  border-radius: 0.4rem;
  transition: all 0.3s;
  text-transform: none;
  padding: 15px 50px;
  bottom: -15px;
  left: 30px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .template.purewick .purewick-additional .additional-title h2 {
    font-size: 30px;
  }
  .template.purewick .purewick-additional .additional-title .button-collapse {
    display: block;
    left: 0;
    width: 78%;
    box-sizing: border-box;
  }
}
.template.purewick .purewick-additional .additional-title .button-collapse:hover {
  color: #044ED7;
  background: #fff;
}
.template.purewick .purewick-additional .additional-title .button-collapse-checkbox {
  display: none;
}
.template.purewick .purewick-additional .additional-title .button-collapse::after {
  content: "Show";
}
.template.purewick .purewick-additional .additional-title .button-collapse-checkbox:checked + .button-collapse::after {
  content: "Hide";
}
.template.purewick .purewick-additional .collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding-top: 20px;
  border-radius: 0.4rem;
  margin-top: 30px;
}
.template.purewick .purewick-additional .collapse-content .liste_3 {
  padding-top: 20px;
}
.template.purewick .purewick-additional .button-collapse-checkbox:checked + .button-collapse + .collapse-content {
  max-height: 500px;
}
@media (max-width: 767px) {
  .template.purewick .purewick-additional .button-collapse-checkbox:checked + .button-collapse + .collapse-content {
    max-height: fit-content;
  }
}
.template.purewick .algo-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 767px) {
  .template.purewick .algo-contact {
    gap: 0;
  }
}
.template.purewick .algo-contact .bg-form {
  position: absolute;
  z-index: -1;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.template.purewick .algo-contact .algo-contact-text {
  flex: 1;
  margin-top: 200px;
}
.template.purewick .algo-contact .algo-contact-text p {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  color: #FFFFFF;
}
.template.purewick .algo-contact .algo-contact-text p span {
  background-color: #FF6E00;
}
@media screen and (max-width: 1300px) {
  .template.purewick .algo-contact {
    flex-direction: column;
  }
  .template.purewick .algo-contact .algo-contact-text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .template.purewick .algo-contact .algo-contact-text {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
  .template.purewick .algo-contact .algo-contact-text p {
    font-size: 32px;
    padding-right: 20px;
  }
}
.template.purewick .algo-contact .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.template.purewick .algo-contact .contactForm {
  flex: 2;
  padding: 0;
  border-radius: 10px;
  background-color: #f3f3f3;
  box-shadow: 0 4px 38px 12px rgba(54, 62, 166, 0.1);
  margin: 100px 0;
}
@media (max-width: 767px) {
  .template.purewick .algo-contact .contactForm {
    margin: 50px 0;
  }
}
.template.purewick .algo-contact .contactForm input[type=checkbox] {
  opacity: 0;
}
.template.purewick .algo-contact .contactForm div p {
  display: flex;
  justify-content: center;
}
.template.purewick .algo-contact .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.template.purewick .algo-contact .contactForm .mktoForm {
  position: relative;
  width: 88% !important;
  padding: 30px 50px 50px;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .template.purewick .algo-contact .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .template.purewick .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .template.purewick .algo-contact .contactForm .mktoForm {
    width: 100% !important;
    padding: 20px 20px 50px !important;
  }
  .template.purewick .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .template.purewick .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .template.purewick .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText {
  height: 0;
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.template.purewick .algo-contact .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .template.purewick .algo-contact .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.template.purewick .algo-contact .contactForm .mktoCheckboxList input + label:before,
.template.purewick .algo-contact .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.template.purewick .algo-contact .contactForm #LblDigital_First_Name__c,
.template.purewick .algo-contact .contactForm #LblDigital_Last_Name__c,
.template.purewick .algo-contact .contactForm #LblEmail,
.template.purewick .algo-contact .contactForm #LblDigital_Phone__c,
.template.purewick .algo-contact .contactForm #LblDigital_Company__c,
.template.purewick .algo-contact .contactForm #LblDigital_Country__c,
.template.purewick .algo-contact .contactForm #LblDigital_Business_Title__c,
.template.purewick .algo-contact .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  .template.purewick .algo-contact .contactForm .mktoHtmlText {
    width: 80% !important;
  }
  .template.purewick .algo-contact .contactForm .mktoForm input[type=text],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=url],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=email],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=tel],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=number],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=date],
  .template.purewick .algo-contact .contactForm .mktoForm textarea.mktoField,
  .template.purewick .algo-contact .contactForm .mktoForm select.mktoField {
    width: 90% !important;
  }
  .template.purewick .algo-contact .contactForm .mktoFormRow:nth-last-child(7) {
    width: 80% !important;
  }
  .template.purewick .algo-contact .contactForm .mktoFormRow:nth-last-child(8) {
    width: 80% !important;
  }
  .template.purewick .algo-contact .contactForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .template.purewick .algo-contact .contactForm .mktoForm input[type=text],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=url],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=email],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=tel],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=number],
  .template.purewick .algo-contact .contactForm .mktoForm input[type=date],
  .template.purewick .algo-contact .contactForm .mktoForm textarea.mktoField,
  .template.purewick .algo-contact .contactForm .mktoForm select.mktoField {
    width: 100% !important;
  }
}
.template.purewick .algo-contact .contactForm input,
.template.purewick .algo-contact .contactForm select,
.template.purewick .algo-contact .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-child(1) {
  display: none;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(8) {
  margin-top: 30px;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
}
.template.purewick .parralax {
  will-change: transform;
}
@media (max-width: 1024px) {
  .template.purewick .parralax {
    will-change: unset;
  }
}
.template.purewick {
  color: #060A3D;
  font-family: "Albert";
  margin-bottom: -30px;
}
.template.purewick .content {
  /*top: -50px;*/
  position: relative;
}
.template.purewick .autopromo img {
  mix-blend-mode: unset;
}
.template.purewick .sub-hero {
  position: relative;
  top: -80px;
  margin: 0 75px 80px 75px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: rgba(2, 5, 43, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .template.purewick .sub-hero {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
.template.purewick .sub-hero div {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.template.purewick .sub-hero a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-transform: none;
  padding: 15px 50px;
}
@media (max-width: 767px) {
  .template.purewick .sub-hero {
    top: -140px;
    margin: 0;
    padding: 24px 16px;
    gap: 12px;
  }
  .template.purewick .sub-hero div {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.922px;
  }
  .template.purewick .sub-hero a.contact-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}
.template.purewick .double-column > div {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 100px;
}
.template.purewick .double-column > div > div {
  padding-right: 50px;
}
.template.purewick .double-column > div div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.template.purewick .double-column > div div h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .double-column > div div ul {
  padding: 0 40px 30px 60px;
}
.template.purewick .double-column > div div ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 10px;
}
.template.purewick .double-column > div div ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
.template.purewick .double-column > div div .orange-card {
  flex-direction: row;
  flex: auto;
  max-height: 280px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.2) 46.28%, rgba(255, 110, 0, 0.2) 109.83%), #FFF3EA;
  gap: 30px;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation {
  flex: none;
  justify-content: center;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg path {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(1) {
  opacity: 0.2;
  transition-delay: 0ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(2) {
  opacity: 0.3;
  transition-delay: 500ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1000ms;
}
.template.purewick .double-column > div div .orange-card .orange-card--animation svg.visible path {
  opacity: 1;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card .orange-card--content {
  gap: 0;
  padding: 30px;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow {
  padding: 20px 0 10px 0;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p {
  color: #FF6E00;
  padding: 0;
  margin: 0;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(1) {
  font-size: 35.02px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.35px;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2) {
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  padding-left: 50px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2):before {
  position: absolute;
  content: "";
  width: 40px;
  height: 20px;
  background-color: #FF6E00;
  clip-path: path("M40.3731 6.20974C40.658 5.92482 40.658 5.46287 40.3731 5.17794L35.73 0.534851C35.4451 0.249928 34.9831 0.249928 34.6982 0.534851C34.4133 0.819775 34.4133 1.28173 34.6982 1.56665L38.8254 5.69384L34.6982 9.82104C34.4133 10.106 34.4133 10.5679 34.6982 10.8528C34.9831 11.1378 35.4451 11.1378 35.73 10.8528L40.3731 6.20974ZM0.459229 5.69385L0.459229 6.42344L39.8572 6.42344L39.8572 5.69384L39.8572 4.96425L0.459228 4.96426L0.459229 5.69385Z");
  transform: translate(-80px, 6px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible:before {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translate(-50px, 6px);
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--arrow p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.template.purewick .double-column > div div .orange-card .orange-card--content .orange-card--text.visible {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateX(0);
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent {
  max-height: 241px;
  height: 241px;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 35.09%, rgba(255, 110, 0, 0.2) 123.54%), #FFF3EA;
  gap: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content {
  align-self: center;
  padding: 0 25px;
  gap: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text {
  flex: auto;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text.visible {
  transition-delay: 1000ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle {
  position: relative;
  flex: none;
  justify-content: center;
  padding: 0 30px;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) {
  position: absolute;
  mix-blend-mode: darken;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) path {
  stroke-dasharray: 117.8;
  /* longueur approximative du quart de cercle */
  stroke-dashoffset: 117.8;
  /* path masqué au départ */
  transition: stroke-dashoffset 2000ms ease;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2).visible path {
  stroke-dashoffset: 0;
  transition-delay: 2000ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p {
  position: absolute;
  color: #FF6E00;
  align-self: center;
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  transform-origin: center center;
  transform: scale(0);
  transition: transform 1s ease;
  padding: 0;
  margin: 0;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p.visible {
  transform: scale(1);
  transition-delay: 1500ms;
}
.template.purewick .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.template.purewick li.item.catalogue {
  align-items: flex-start;
}
.template.purewick .list-resource .item-resource {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 0 10px 30px 10px;
}
.template.purewick .item-resource .item-img {
  height: 80px;
  padding-bottom: 10px;
  align-content: center;
}
.template.purewick .item-resource h2 {
  font-size: 22px;
}
.template.purewick .block-video:not(:has(.two-video)) .video-player {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}
.template.purewick .item.catalogue img {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.template.purewick .grey-purewick {
  padding: 4rem 0 4rem 0;
}
.template.purewick #purewick-video-1 {
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
  top: 390px;
}
.template.purewick #purewick-video-1 .picture img {
  margin-top: 20px;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
@media screen and (max-width: 1024px) {
  .template.purewick #purewick-video-1 .picture img {
    width: 100%;
    height: 100%;
  }
}
.template.purewick #purewick-video-2 {
  gap: 0px;
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
  border-top: 1px solid #D8D8D7;
  border-bottom: 1px solid #D8D8D7;
}
.template.purewick #purewick-video-2 h2 {
  margin-bottom: 40px;
}
.template.purewick #purewick-video-2 .video-cta {
  margin-top: 20px;
}
.template.purewick #purewick-video-2 .video-cta span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.691px;
  margin-bottom: 5px;
}
.template.purewick .block-video .video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 69px;
  background-image: url(../img/purewick/white-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: unset;
  background-color: transparent;
  z-index: 2;
}
.template.purewick .references.purewick-ref p {
  display: block;
  margin-left: 30px;
}
.template.purewick .references.purewick-ref span {
  position: absolute;
  transform: translateX(-30px);
}
.template.purewick .intro {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .template.purewick .intro {
    flex-direction: column;
  }
}
.template.purewick .intro p {
  align-content: center;
}
.template.purewick .intro img {
  flex-basis: 300px;
  max-width: 300px;
}
.template.purewick .purewick-blue {
  position: relative;
  margin-top: 200px;
}
.template.purewick .purewick-blue .blue-background {
  position: absolute;
  z-index: -1;
  height: 120%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/blue-noise-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-blue .blue-background {
    height: 200% !important;
  }
}
.template.purewick .purewick-blue .text-picture {
  position: relative;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-blue .text-picture {
    top: 300px;
  }
}
.template.purewick .purewick-blue .text-picture .picture img {
  margin-top: 20rem;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-blue .text-picture .picture img {
    width: 100%;
    height: 100%;
  }
}
.template.purewick .purewick-blue .text-picture .text {
  display: flex            ;
  flex-direction: column;
  gap: 20px;
}
.template.purewick .purewick-blue .text-picture .text h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  margin-top: -150px;
}
.template.purewick .purewick-blue .text-picture .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.purewick .purewick-blue .text-picture .text a.contact-button {
  width: fit-content;
  padding: 15px 50px;
}
.template.purewick .purewick-blue .block-video {
  position: relative;
  display: flex;
  top: 350px;
  gap: 80px;
  z-index: 2;
}
.template.purewick .purewick-blue .block-video .video-player,
.template.purewick .purewick-blue .block-video .video-player video {
  display: flex;
  position: relative;
  flex: 1;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
  filter: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.template.purewick .purewick-blue .block-video .video-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 0;
  transition: right 0.4s ease;
  border-radius: 10px;
}
.template.purewick .purewick-blue .block-video .video-player.playing::after {
  background: transparent;
}
.template.purewick .purewick-blue .block-video .video-player:hover::after {
  right: 100%;
}
.template.purewick .purewick-blue .block-video .video-cta {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .template.purewick .purewick-blue .block-video .video-cta {
    top: 0;
  }
}
.template.purewick .purewick-blue .block-video .video-cta h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .purewick-blue .block-video .video-cta ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}
.template.purewick .purewick-blue .block-video .video-cta ul li {
  padding-bottom: 10px;
}
.template.purewick .purewick-blue .block-video .video-cta ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
@media screen and (max-width: 1300px) {
  .template.purewick .purewick-blue .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-blue .block-video .video-player,
  .template.purewick .purewick-blue .block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}
.template.purewick .purewick-tabs input[type="radio"] {
  display: none;
}
.template.purewick .purewick-tabs .tab-labels {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .template.purewick .purewick-tabs .tab-labels {
    margin-top: 1150px;
  }
}
.template.purewick .purewick-tabs .tab-labels label {
  padding: 17px 20px;
  cursor: pointer;
  border-bottom: 3px solid #D8D8D7;
  transition: all 0.3s;
}
.template.purewick .purewick-tabs .tab-labels label:nth-child(1) {
  margin-right: 32px;
}
.template.purewick .purewick-tabs .tab-labels label:hover {
  color: #FF6E00;
  border-bottom: 3px solid #FF6E00;
}
.template.purewick .purewick-tabs #tab1:checked ~ .tab-labels label[for="tab1"],
.template.purewick .purewick-tabs #tab2:checked ~ .tab-labels label[for="tab2"] {
  border-bottom: 3px solid #FF6E00;
}
.template.purewick .purewick-tabs .tab-content {
  display: none;
  padding: 1rem;
}
.template.purewick .purewick-tabs #tab1:checked ~ .contents #content1,
.template.purewick .purewick-tabs #tab2:checked ~ .contents #content2 {
  display: block;
}
.template.purewick .purewick-additional {
  display: flex;
  gap: 40px;
}
.template.purewick .purewick-additional span {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.purewick .purewick-additional a.contact-button {
  padding: 15px 50px;
  height: fit-content;
  align-self: center;
}
.template.purewick .algo-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 80px;
}
.template.purewick .algo-contact .bg-form {
  position: absolute;
  z-index: 0;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.template.purewick .algo-contact .algo-contact-text {
  z-index: 1;
  flex: 1;
  margin-top: 200px;
}
.template.purewick .algo-contact .algo-contact-text p {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  color: #FFFFFF;
}
.template.purewick .algo-contact .algo-contact-text p span {
  background-color: #FF6E00;
}
@media screen and (max-width: 1300px) {
  .template.purewick .algo-contact {
    flex-direction: column;
  }
  .template.purewick .algo-contact .algo-contact-text {
    margin-bottom: 60px;
  }
}
.template.purewick .algo-contact .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.template.purewick .algo-contact .contactForm {
  flex: 2;
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 4px 38px 12px rgba(54, 62, 166, 0.1);
  margin: 100px 0;
}
.template.purewick .algo-contact .contactForm input[type=checkbox] {
  opacity: 0;
}
.template.purewick .algo-contact .contactForm div p {
  display: flex;
  justify-content: center;
}
.template.purewick .algo-contact .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.template.purewick .algo-contact .contactForm .mktoForm {
  position: relative;
  width: 88% !important;
  padding: 30px 50px 50px;
  margin: 0 !important;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .template.purewick .algo-contact .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .template.purewick .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .template.purewick .algo-contact .contactForm .mktoForm {
    width: 100% !important;
  }
  .template.purewick .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .template.purewick .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .template.purewick .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText {
  height: 0;
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.template.purewick .algo-contact .contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.template.purewick .algo-contact .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .template.purewick .algo-contact .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.template.purewick .algo-contact .contactForm .mktoCheckboxList input + label:before,
.template.purewick .algo-contact .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.template.purewick .algo-contact .contactForm #LblDigital_First_Name__c,
.template.purewick .algo-contact .contactForm #LblDigital_Last_Name__c,
.template.purewick .algo-contact .contactForm #LblEmail,
.template.purewick .algo-contact .contactForm #LblDigital_Phone__c,
.template.purewick .algo-contact .contactForm #LblDigital_Company__c,
.template.purewick .algo-contact .contactForm #LblDigital_Country__c,
.template.purewick .algo-contact .contactForm #LblDigital_Business_Title__c,
.template.purewick .algo-contact .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.template.purewick .algo-contact .contactForm input,
.template.purewick .algo-contact .contactForm select,
.template.purewick .algo-contact .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-child(1) {
  display: none;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(8) {
  margin-top: 30px;
}
.template.purewick .algo-contact .contactForm #mktoForm_18096 .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
}
.template .content section.block-video.two-video .two-video {
  display: flex;
  flex-direction: row;
  gap: 65px;
}
.template .content section.block-video.two-video .two-video .video-item .video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}
.template .content section.block-video.two-video .two-video .video-item .video-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 0;
  transition: right 0.4s ease;
  border-radius: 10px;
}
#purewick-video-2 .two-video .video-player {
  overflow: hidden;
}
.template.hospital {
  color: #060A3D;
  font-family: "Albert";
  margin-bottom: -30px;
}
.template.hospital .content {
  /*top: -50px;*/
  position: relative;
}
.template.hospital .autopromo img {
  mix-blend-mode: unset;
}
.template.hospital .autopromo-title {
  position: absolute;
  margin-top: 60px;
  margin-bottom: 50px;
  z-index: 1;
}
.template.hospital .autopromo-title h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.64px;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .template.hospital .autopromo-title h1 {
    font-size: 50px;
    position: relative;
    top: -50px;
  }
}
.template.hospital .autopromo-title span {
  margin-top: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
@media (max-width: 1024px) {
  .template.hospital .autopromo-title span {
    position: relative;
    top: -50px;
  }
}
.template.hospital .sub-hero {
  position: relative;
  top: -80px;
  margin: 30px 75px 80px 75px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: rgba(2, 5, 43, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .template.hospital .sub-hero {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
@media (max-width: 1300px) {
  .template.hospital .sub-hero {
    margin-top: 70px;
  }
}
@media (max-width: 1100px) {
  .template.hospital .sub-hero {
    margin-top: 100px;
  }
}
.template.hospital .sub-hero div {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.template.hospital .sub-hero a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-transform: none;
  padding: 15px 50px;
}
@media (max-width: 767px) {
  .template.hospital .sub-hero {
    top: -140px;
    margin: 0;
    padding: 24px 16px;
    gap: 12px;
  }
  .template.hospital .sub-hero div {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.922px;
  }
  .template.hospital .sub-hero a.contact-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}
.template.hospital .sub-hero #sup-r {
  top: -1.6rem !important;
}
#difficultes {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#difficultes > .img_container {
  flex: 0 1 358px;
}
#difficultes > .img_container img.help_image {
  border-radius: 10px;
  object-fit: cover;
  width: 358px;
  height: 478px;
}
#difficultes > .img_container p {
  text-align: center;
}
#difficultes > .img_container a.contact-button {
  display: block;
  margin-top: 1rem;
  text-align: center;
}
#difficultes > .content_container {
  flex: 1 1 calc(100% - (358px + 50px));
}
#difficultes > .content_container h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
#difficultes > .content_container ul {
  padding: 0 40px 30px 60px;
}
#difficultes > .content_container ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 10px;
}
#difficultes > .content_container ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #060A3D;
  clip-path: circle(35% at 50% 50%);
  transform: translate(-20px, 10px);
}
.double-column > div {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 100px;
}
.double-column > div .legend {
  font-size: 13px;
  margin-top: 20px;
}
.double-column > div img.help_image {
  border-radius: 10px;
  object-fit: cover;
  width: 358px;
  height: 478px;
}
.double-column > div > div {
  padding-right: 50px;
}
.double-column > div div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.double-column > div div h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.double-column > div div ul {
  padding: 0 40px 30px 60px;
}
.double-column > div div ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 10px;
}
.double-column > div div ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #060A3D;
  clip-path: circle(35% at 50% 50%);
  transform: translate(-20px, 10px);
}
.double-column > div div .water {
  margin-top: 5.5rem;
  max-height: fit-content !important;
  height: fit-content !important;
}
@media (max-width: 767px) {
  .double-column > div div .water {
    flex-direction: column !important;
  }
  .double-column > div div .water .orange-card--content {
    padding: 0 30px 30px 30px;
  }
  .double-column > div div .orange-card-25pourcent {
    padding: 2rem 0 !important;
    flex-direction: column-reverse !important;
  }
  .double-column > div div .orange-card-25pourcent .orange-card--content .orange-card--text {
    width: fit-content !important;
    padding: 0 30px 30px 30px;
  }
}
.double-column > div .orange-card {
  flex-direction: row;
  flex: auto;
  max-height: 280px;
  height: 278px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.2) 46.28%, rgba(255, 110, 0, 0.2) 109.83%), #FFF3EA;
  gap: 30px;
}
.double-column > div div .orange-card .orange-card--animation {
  flex: none;
  justify-content: center;
}
.double-column > div div .orange-card .orange-card--animation svg path {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(1) {
  opacity: 0.2;
  transition-delay: 0ms;
}
.double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(2) {
  opacity: 0.3;
  transition-delay: 500ms;
}
.double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1000ms;
}
.double-column > div div .orange-card .orange-card--animation svg.visible path {
  opacity: 1;
  transform: translateX(0);
}
.double-column > div div .orange-card .card-sp-content {
  padding: 30px 10px 30px 20px!important;
}
.double-column > div div .orange-card .orange-card--content {
  gap: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .double-column > div div .orange-card .orange-card--content {
    position: sticky;
    right: 0;
    padding-right: 50px;
  }
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow {
  padding: 20px 0 10px 0;
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p {
  color: #FF6E00;
  padding: 0;
  margin: 0;
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(1) {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.35px;
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2) {
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  padding-left: 50px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2):before {
  position: absolute;
  content: "";
  width: 40px;
  height: 20px;
  background-color: #FF6E00;
  clip-path: path("M40.3731 6.20974C40.658 5.92482 40.658 5.46287 40.3731 5.17794L35.73 0.534851C35.4451 0.249928 34.9831 0.249928 34.6982 0.534851C34.4133 0.819775 34.4133 1.28173 34.6982 1.56665L38.8254 5.69384L34.6982 9.82104C34.4133 10.106 34.4133 10.5679 34.6982 10.8528C34.9831 11.1378 35.4451 11.1378 35.73 10.8528L40.3731 6.20974ZM0.459229 5.69385L0.459229 6.42344L39.8572 6.42344L39.8572 5.69384L39.8572 4.96425L0.459228 4.96426L0.459229 5.69385Z");
  transform: translate(-80px, 6px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translateX(0);
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p:nth-child(2).visible:before {
  opacity: 1;
  transition-delay: 1500ms;
  transform: translate(-50px, 6px);
}
.double-column > div div .orange-card .orange-card--content .orange-card--arrow p span.sub {
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.double-column > div div .orange-card .orange-card--content .orange-card--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.double-column > div div .orange-card .orange-card--content .orange-card--text.visible {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateX(0);
}
.double-column > div div .orange-card.orange-card-25pourcent {
  max-height: fit-content;
  min-height: 241px;
  height: fit-content;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 35.09%, rgba(255, 110, 0, 0.2) 123.54%), #FFF3EA;
  gap: 0;
  margin-top: 8.2rem;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--content {
  align-self: center;
  padding: 0 25px;
  gap: 0;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text {
  flex: auto;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text.visible {
  transition-delay: 1000ms;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle {
  position: relative;
  flex: none;
  justify-content: center;
  padding: 0 30px;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) {
  position: absolute;
  mix-blend-mode: darken;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2) path {
  stroke-dasharray: 330.8;
  /* longueur approximative du quart de cercle */
  stroke-dashoffset: 330.8;
  /* path masqué au départ */
  transition: stroke-dashoffset 2000ms ease;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle svg:nth-child(2).visible path {
  stroke-dashoffset: 0;
  transition-delay: 2000ms;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p {
  position: absolute;
  color: #FF6E00;
  align-self: center;
  font-size: 46.694px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.467px;
  transform-origin: center center;
  transform: scale(0);
  transition: transform 1s ease;
  padding: 0;
  margin: 0;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p.visible {
  transform: scale(1);
  transition-delay: 1500ms;
}
.double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle p span.sub {
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 0;
  vertical-align: baseline;
}
li.item.catalogue {
  align-items: flex-start;
}
.list-resource .item-resource {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 0 10px 30px 10px;
  transition: transform 0.3s ease;
  text-align: center;
}
.list-resource .item-resource:hover {
  transform: translateY(-10px);
}
.item-resource .item-img {
  height: 80px;
  padding-bottom: 10px;
  align-content: center;
  text-align: center;
}
.item-resource .item-img img {
  transition: box-shadow 0.3s ease;
}
.item-resource .item-img::after {
  content: "";
  position: relative;
  display: block;
  top: 1px;
  left: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-100%, -100%);
  opacity: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='67'%3E%3Ccircle cx='33.5' cy='33.5' r='33.5' fill='%231D74FF' fill-opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: blur(10px);
  transition: opacity 0.3s ease;
}
.item-resource:hover .item-img::after {
  opacity: 1;
}
.item-resource h2 {
  font-size: 22px;
}
.block-video:not(:has(.two-video)) .video-player {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}
.item.catalogue img {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.grey-purewick {
  padding: 4rem 0 4rem 0;
}
#purewick-video-1 {
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
}
#purewick-video-1 .picture img {
  margin-top: 20px;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
@media screen and (max-width: 1024px) {
  #purewick-video-1 .picture img {
    width: 100%;
    height: 100%;
  }
}
#purewick-video-2 {
  gap: 0px;
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
  border-top: 1px solid #D8D8D7;
  border-bottom: 1px solid #D8D8D7;
}
#purewick-video-2 .two-video .video-player {
  position: relative;
}
#purewick-video-2 h2 {
  margin-bottom: 40px;
}
#purewick-video-2 .video-cta {
  margin-top: 20px;
}
#purewick-video-2 .video-cta span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.691px;
  margin-bottom: 5px;
}
.block-video .video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 69px;
  background-image: url(../img/purewick/white-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: unset;
  background-color: transparent;
  z-index: 2;
}
.references.purewick-ref p {
  display: block;
  margin-left: 30px;
}
.references.purewick-ref span {
  position: absolute;
  transform: translateX(-30px);
}
.intro {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .intro div {
    flex-direction: column;
  }
}
.intro p {
  align-content: center;
}
.intro img {
  flex-basis: 300px;
  max-width: 300px;
}
.purewick-blue {
  position: relative;
  margin-top: 250px;
  height: 950px;
}
.purewick-blue .text-picture .text {
  margin-top: 20rem;
}
.purewick-blue .blue-background {
  position: absolute;
  z-index: -1;
  height: 102%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/blue-noise-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.purewick-blue .text-picture {
  position: relative;
  display: flex;
  top: 280px;
  gap: 80px;
}
.purewick-blue .text-picture .picture img {
  margin-top: 20rem;
  width: 515px;
  height: 386px;
  aspect-ratio: 511/383;
  border-radius: 10px;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
}
.purewick-blue .text-picture .text {
  display: flex            ;
  flex-direction: column;
  gap: 20px;
}
.purewick-blue .text-picture .text h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.purewick-blue .text-picture .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.purewick-blue .text-picture .text a.contact-button {
  width: fit-content;
  padding: 15px 50px;
}
@media (max-width: 1024px) {
  .purewick-blue {
    height: 1650px;
  }
  .purewick-blue .text-picture {
    flex-direction: column;
    top: 550px;
  }
  .purewick-blue .text-picture .text {
    margin-top: 0 !important;
  }
  .purewick-blue .picture {
    align-self: center;
  }
  .purewick-blue .block-video {
    flex-direction: column;
  }
  .purewick-blue #purewick-video-1 {
    margin-top: 20rem !important;
  }
}
@media (max-width: 767px) {
  .purewick-blue #purewick-video-1 {
    margin-top: 0 !important;
  }
}
.purewick-blue .block-video {
  position: relative;
  display: flex;
  top: 280px;
  gap: 80px;
  z-index: 2;
}
.purewick-blue .block-video .video-player,
.purewick-blue .block-video .video-player video {
  display: flex;
  position: relative;
  flex: 1;
  box-shadow: 0 4px 23px 7px rgba(145, 153, 216, 0.2);
  filter: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 624px;
  height: 351px;
  border-radius: 10px;
}
.purewick-blue .block-video .video-player video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 61, 0.5);
  right: 100%;
  transition: right 0.4s ease;
}
.purewick-blue .block-video .video-player video:hover::after {
  right: 0;
}
.purewick-blue .block-video .video-cta {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .purewick-blue .block-video .video-cta {
    position: relative;
    top: 500px;
  }
}
.purewick-blue .block-video .video-cta h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  width: 700px;
}
.purewick-blue .block-video .video-cta ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}
.purewick-blue .block-video .video-cta ul li {
  padding-bottom: 10px;
}
.purewick-blue .block-video .video-cta ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF6E00;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-20px, 10px);
}
@media screen and (max-width: 1024px) {
  .purewick-blue .block-video {
    flex-direction: column-reverse;
  }
  .purewick-blue .block-video .video-player,
  .purewick-blue .block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}
.purewick-tabs input[type="radio"] {
  display: none;
}
.purewick-tabs .tab-labels {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.purewick-tabs .tab-labels label {
  padding: 17px 20px;
  cursor: pointer;
  border-bottom: 3px solid #D8D8D7;
  transition: all 0.3s;
}
.purewick-tabs .tab-labels label:nth-child(1) {
  margin-right: 32px;
}
.purewick-tabs .tab-labels label:hover {
  color: #FF6E00;
  border-bottom: 3px solid #FF6E00;
}
.purewick-tabs #tab1:checked ~ .tab-labels label[for="tab1"],
.purewick-tabs #tab2:checked ~ .tab-labels label[for="tab2"] {
  border-bottom: 3px solid #FF6E00;
}
.purewick-tabs .tab-content {
  display: none;
  padding: 1rem;
}
.purewick-tabs #tab1:checked ~ .contents #content1,
.purewick-tabs #tab2:checked ~ .contents #content2 {
  display: block;
}
.purewick-additional {
  display: flex;
  gap: 40px;
}
.purewick-additional span {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.purewick-additional a.contact-button {
  padding: 15px 50px;
  height: fit-content;
  align-self: center;
}
.algo-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 80px;
}
.algo-contact .bg-form {
  position: absolute;
  z-index: 0;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/purewick/form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.algo-contact .algo-contact-text {
  z-index: 1;
  flex: 1;
  margin-top: 200px;
}
.algo-contact .algo-contact-text p {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  color: #FFFFFF;
}
.algo-contact .algo-contact-text p span {
  background-color: #FF6E00;
}
@media screen and (max-width: 1300px) {
  .algo-contact {
    flex-direction: column;
  }
  .algo-contact .algo-contact-text {
    margin-bottom: 60px;
  }
}
.algo-contact .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.algo-contact .contactForm {
  flex: 2;
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 4px 38px 12px rgba(54, 62, 166, 0.1);
  margin: 100px 0;
}
.algo-contact .contactForm input[type=checkbox] {
  opacity: 0;
}
.algo-contact .contactForm div p {
  display: flex;
  justify-content: center;
}
.algo-contact .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.algo-contact .contactForm .mktoForm {
  position: relative;
  width: 88% !important;
  padding: 30px 50px 50px;
  margin: 0 !important;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .algo-contact .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .algo-contact .contactForm .mktoForm {
    width: 100% !important;
  }
  .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.algo-contact .contactForm .mktoForm .mktoHtmlText {
  /*height: 0;*/
}
.algo-contact .contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.algo-contact .contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.algo-contact .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .algo-contact .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.algo-contact .contactForm .mktoCheckboxList input + label:before,
.algo-contact .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.algo-contact .contactForm #LblDigital_First_Name__c,
.algo-contact .contactForm #LblDigital_Last_Name__c,
.algo-contact .contactForm #LblEmail,
.algo-contact .contactForm #LblDigital_Phone__c,
.algo-contact .contactForm #LblDigital_Company__c,
.algo-contact .contactForm #LblDigital_Country__c,
.algo-contact .contactForm #LblDigital_Business_Title__c,
.algo-contact .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.algo-contact .contactForm input,
.algo-contact .contactForm select,
.algo-contact .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-child(1) {
  display: none;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
.algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(8) {
  margin-top: 30px;
}
.algo-contact .contactForm #mktoForm_18096 .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
}
/* ---------- ≤ 767px (mobile) ---------- */
@media screen and (max-width: 767px) {
  .template.hospital .sub-hero {
    margin: 100px 75px 80px 75px;
    top: 0px;
  }
  .template.hospital .double-column > div {
    flex-direction: column;
    gap: 10rem;
    margin-bottom: 70px;
  }
  .template.hospital .double-column > div > div {
    padding-right: 0;
  }
  .template.hospital .autopromo-title h1 {
    font-size: 45px;
  }
  /* ===== ORANGE CARDS ===== */
  .template.hospital .orange-card {
    height: auto;
    max-height: none;
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .template.hospital .orange-card--content {
    padding: 2rem;
  }
  .template.hospital .orange-card--text {
    font-size: 1.4rem;
    line-height: 150%;
  }
  .template.hospital .orange-card--arrow p:nth-child(1) {
    font-size: 2.2rem;
  }
  .template.hospital .orange-card--arrow p:nth-child(2) {
    font-size: 2.6rem;
    padding-left: 0;
    transform: none;
  }
  /* ===== CARTE 25% ===== */
  .template.hospital .orange-card.orange-card-25pourcent {
    align-items: center;
    height: auto;
  }
  .template.hospital .orange-card--circle {
    transform: scale(0.85);
    margin-bottom: 1.5rem;
  }
  .template.hospital .orange-card--circle p {
    font-size: 2.8rem;
  }
  /* ===== PUREWICK BLUE ===== */
  .template.hospital .purewick-blue {
    height: 1800px;
    margin-top: 150px;
  }
  .purewick-blue .blue-background {
    height: 95% !important;
  }
  .template.hospital .purewick-blue .text-picture {
    position: static;
    flex-direction: column;
    gap: 3rem;
    top: 500px;
  }
  .template.hospital .purewick-blue .text-picture .picture img {
    width: 100%;
    height: auto;
    margin-top: 350px;
    margin-bottom: -100px;
  }
  /* ===== VIDÉOS ===== */
  .template.hospital .purewick-blue .block-video {
    flex-direction: column;
    gap: 3rem;
    top: -500px;
  }
  .template.hospital .purewick-blue .block-video .video-player,
  .template.hospital .purewick-blue .block-video .video-player video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    top: 250px;
  }
  .purewick-blue .blue-background {
    height: 105%;
  }
  .content section {
    margin-top: 100px;
  }
  /* ===== IMAGE ===== */
  .template.hospital .double-column > div img.help_image {
    display: none;
  }
  .algo-contact .bg-form {
    height: 100%;
  }
  #purewick-video-2 .two-video {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .template.hospital .purewick-blue .text-picture .picture img {
    margin-top: 200px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .template.hospital .purewick-blue .block-video .video-player video {
    top: 0 !important;
  }
  .template.hospital .purewick-blue .block-video .video-player {
    top: 500px !important;
  }
}
@media screen and (max-width: 480px) {
  .template.hospital .double-column > div img.help_image {
    display: none;
  }
  .template.hospital .sub-hero {
    margin: 80px 0 0 0;
  }
  .double-column > div div .orange-card.orange-card-25pourcent .orange-card--content .orange-card--text.visible {
    width: 100px;
    font-size: 17px;
    margin-top: 20px;
  }
  .double-column > div div .orange-card.orange-card-25pourcent .orange-card--circle {
    padding: 0;
  }
  .double-column > div div h2 {
    font-size: 32px;
  }
  .purewick-blue .text-picture .text h2 {
    font-size: 32px;
  }
  .purewick-blue .block-video .video-cta h2 {
    font-size: 32px;
    width: 95%;
  }
  .purewick-blue .blue-background {
    height: 92%;
  }
  .content section {
    margin: 0;
  }
}
.resources .autopromo-text p {
  color: #060A3D;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
.resources .autopromo img {
  mix-blend-mode: unset;
}
.resources .content .product h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .resources .content .product h2 {
    margin-top: 40px;
  }
}
.resources .content .product #img-FAQ {
  width: auto;
  height: 200px;
}
.resources .content .product:not(:last-of-type) {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(6, 10, 61, 0.2);
}
@media screen and (max-width: 767px) {
  .resources .content .product:not(:last-of-type) {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.resources .content .faq h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .resources .content .faq h2 {
    font-size: 21px;
  }
}
.resources .content .faq .catalogue {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .support .autopromo .autopromo-content div.autopromo-text p {
    width: 100% !important;
  }
}
.support .autopromo-text p {
  color: #060A3D;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
.support .autopromo img {
  mix-blend-mode: unset;
}
.support .autopromo .autopromo-content div.autopromo-text p {
  width: 60%;
}
.support .content section {
  margin: 3rem 0;
}
.support .content h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  color: #060A3D;
  grid-column: 1 / -1;
  margin-top: 40px;
}
.support .content .product .img-catalogue {
  width: auto;
  height: 200px;
}
.support .content .product .education {
  margin-top: -20px;
}
.support .content > section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .support .content > section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .support .content > section {
    grid-template-columns: 1fr;
  }
}
.support .content .product {
  width: 100%;
}
