/* 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 .mktoError .mktoErrorArrow:before {
  font-family: 'Font Awesome 5 Solid';
}
.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;
}
/* 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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.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 {
  position: relative;
  box-sizing: border-box;
}
[class*="liste_"] .item .visuel {
  position: relative;
  display: flex;
  overflow: hidden;
}
[class*="liste_"] .item .visuel img {
  transition: all 0.3s;
}
[class*="liste_"] .item:not(.gated--locked):hover .visuel img,
[class*="liste_"] .item:not(.gated--locked):active .visuel img,
[class*="liste_"] .item:not(.gated--locked):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::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
[class*="liste_"] .item--document,
[class*="liste_"] .item--picto {
  position: relative;
  background: #cecece;
  border-radius: 0.8rem;
}
[class*="liste_"] .item--document.grey,
[class*="liste_"] .item--picto.grey {
  background: #fff;
}
[class*="liste_"] .item--document h3,
[class*="liste_"] .item--picto h3 {
  margin: 0 0 2rem 0;
}
[class*="liste_"] .item--document h3::before,
[class*="liste_"] .item--picto h3::before {
  content: none;
}
[class*="liste_"] .item--document {
  padding: 4rem 13rem 4rem 4.5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document {
    padding: 2rem 5rem 2rem 2rem;
  }
}
[class*="liste_"] .item--document .visuel {
  position: absolute;
  top: -3rem;
  right: -3rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document .visuel {
    right: -1rem;
    width: 10rem;
  }
  [class*="liste_"] .item--document .visuel img {
    width: 100%;
    height: auto;
  }
}
[class*="liste_"] .item--document .itemInfo a {
  font-size: 2rem;
  font-weight: normal;
  color: #044ED7;
  position: relative;
}
[class*="liste_"] .item--document .itemInfo a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
[class*="liste_"] .item--document .itemInfo a:hover::before,
[class*="liste_"] .item--document .itemInfo a:focus::before,
[class*="liste_"] .item--document .itemInfo a:active::before {
  width: 100%;
  background: #044ED7;
}
[class*="liste_"] .item--document .itemInfo a span.download {
  content: url("../img/pictos/download.png");
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document .itemInfo h3 {
    font-size: 2.4rem;
  }
  [class*="liste_"] .item--document .itemInfo p {
    display: none;
  }
}
[class*="liste_"] .item--picto {
  color: #000;
  padding: 4.5rem 5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto {
    display: flex;
    padding: 2rem;
    gap: 2.5rem;
  }
  [class*="liste_"] .item--picto .itemInfo {
    margin-top: 0;
  }
}
[class*="liste_"] .item--picto h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto h3 {
    text-align: left;
    margin-bottom: 1rem;
  }
}
[class*="liste_"] .item--picto .contact-button {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto .contact-button {
    margin: 0;
    background: none;
    color: #044ED7;
    border: none;
    padding: 0;
  }
}
[class*="liste_"] .item--picto .contact-button a {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto .contact-button a {
    font-size: 2rem;
    font-weight: bold;
  }
}
[class*="liste_"] .item--picto [class*="picto-"] {
  display: block;
  margin: 0 auto 1rem auto;
  height: 3rem;
  filter: brightness(0) invert(16%) sepia(92%) saturate(7316%) hue-rotate(243deg) brightness(103%) contrast(100%);
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto [class*="picto-"] {
    margin: 1rem 0 0;
    width: 3rem;
    object-fit: contain;
  }
}
[class*="liste_"] .item--picto [class*="picto-"].picto-arrow-down {
  content: url("../img/pictos/arrow-down.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-tick {
  content: url("../img/pictos/tick.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-heart {
  content: url("../img/pictos/heart.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-radio {
  content: url("../img/pictos/radio.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-house {
  content: url("../img/pictos/house.png");
}
@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;
  }
  ul.liste_4 .item {
    flex: 0 0 calc(50% - 30px);
    margin-left: 60px;
  }
  ul.liste_4 .item .visuel img {
    width: 100%;
  }
  ul.liste_4 .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;
  }
  ul.liste_4 .item {
    width: 100%;
    margin: 0 auto 5rem;
    margin-left: 0;
  }
  ul.liste_4 .item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.innerCenter {
  zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.tr {
  transition: all 0.3s;
}
.ext::before {
  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,
.blue-button {
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
.contact-button:hover,
.blue-button:hover,
.contact-button:active,
.blue-button:active,
.contact-button:focus,
.blue-button:focus {
  background: #fff;
  color: #044ED7;
}
.align-right {
  text-align: right;
}
.text {
  margin: 10px 0 20px 0;
}
.text p {
  margin-bottom: 5px;
}
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;
}
.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 img {
  width: 158px;
}
.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);
  height: 480px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 600px) {
  .autopromo {
    overflow: hidden;
  }
}
.autopromo img {
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  object-position: 10%;
}
@media screen and (max-width: 600px) {
  .autopromo img {
    height: 35rem;
    /*width: auto;*/
    object-fit: cover;
  }
}
.autopromo .autopromo-content {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  padding: 0 5%;
  color: #fff;
}
.autopromo .autopromo-content div.autopromo-text {
  position: relative;
  height: 380px;
  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 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.64px;
}
.autopromo .autopromo-content div.autopromo-text span {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.475px;
}
.autopromo .autopromo-content div.autopromo-text h1 > strong {
  font-weight: 400 !important;
}
.autopromo .autopromo-content div.autopromo-text p {
  font-size: 2.5rem;
  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;
}
@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;
}
.block-video {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .block-video .video-player,
  .block-video .video-player video {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
  }
}
.block-video .video-player {
  position: relative;
  border-radius: 8px;
  left: 0;
  top: 0;
  opacity: 1;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.block-video .video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #044ED7;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.block-video .video-player .video-btn {
  z-index: 3;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 55px;
}
.block-video .video-player .video-btn a {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .block-video .video-player .video-play {
    width: 50px;
    height: 50px;
    background-size: 33%;
  }
}
.block-video .video-player .video-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px 64px 24px 33px;
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  background-color: #060A3D;
  border-radius: 0 10rem 10rem 8px;
}
@media screen and (max-width: 767px) {
  .block-video .video-player .video-text {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 32px 12px 16px;
  }
}
.block-video .video-cta {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}
.block-video .video-cta h1 {
  color: #060A3D;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}
.block-video .video-cta p {
  color: #060A3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.block-video .arrow-link a {
  transition: all 0.3s;
  display: block;
  padding-top: 15px;
  color: #044ED7;
  font-size: 20px;
}
.block-video .arrow-link a:hover,
.block-video .arrow-link a:active,
.block-video .arrow-link a:focus {
  color: #044ED7;
  text-decoration: underline;
}
.block-video .arrow-link a:after {
  content: url("../img/link-arrow.svg");
  display: inline-block;
  width: 16px;
  padding-left: 8px;
}
.gated--locked {
  cursor: pointer !important;
  position: relative;
}
.gated--locked.img--locked::after {
  content: url("../img/lock.svg");
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: rgba(145, 153, 216, 0.5) !important;
  text-align: center;
  align-content: center;
  cursor: pointer !important;
  border-radius: 1rem;
  transition: all 0.3s;
}
.gated--locked .visuel {
  transition: all 0.3s;
}
.gated--locked.video-player::after {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.gated--locked.item--document::after {
  border-radius: 0.8rem;
}
.gated--locked.item--document .visuel {
  z-index: 5;
  filter: opacity(0.3);
}
.gated--locked:hover::before,
.gated--locked:focus::before {
  color: #fff;
}
.gated--locked:hover::after,
.gated--locked:focus::after {
  background-color: rgba(145, 153, 216, 0.9) !important;
}
.img--locked::after {
  content: url("../img/lock.svg");
  position: absolute;
  inset: 0;
  background-color: rgba(145, 153, 216, 0.5) !important;
  text-align: center;
  align-content: center;
  cursor: pointer !important;
  border-radius: 1rem;
  transition: all 0.3s;
  z-index: 0;
}
.gated {
  cursor: pointer!important;
}
/*.contactForm {
    border-top: 1px solid #D8D8D7;
    .grey;
    padding: 0;

    div p {
        display: flex;
        justify-content: center;
    }

    .mktoFormRow a {
        text-decoration: underline;
    }

    .mktoForm {
        position: relative;
        padding: 5rem;
        .col-10!important;
        margin: 0 auto;

        @media only screen and (max-width: @mobile) {
            padding: 0 5rem;
        }

        .mktoHtmlText {
            .h1 {
                text-align: left!important;
                color: @blue;
                font-size: 6rem;
                font-weight: 300;

                @media only screen and (max-width: @mobile) {
                    font-size: 4rem;
                }
            }

            .h4 {
                font-size: 2.2rem;

                @media only screen and (max-width: @mobile) {
                    font-size: 1.8rem;
                }
            }
        }

        .mktoFormRow {
            display: flex;

            @media only screen and (max-width: @mobile) {
                flex-direction: column;
                align-items: center;
            }
        }

        .mktoCheckboxList input + label:before, .mktoRadioList input + label:before {
            .fas;
        }
    }
}*/
.mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.contactForm {
  flex-grow: 6;
  padding: 0;
}
.contactForm input[type=checkbox] {
  opacity: 0;
}
.contactForm div p {
  display: flex;
  justify-content: center;
}
.contactForm .mktoFormRow a {
  text-decoration: underline;
}
.contactForm .mktoForm {
  position: relative;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  width: 83.33% !important;
  margin: 0 0 100px 0;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .contactForm .mktoForm {
    width: 100% !important;
  }
  .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.contactForm .mktoForm .primary-text {
  flex-wrap: wrap;
}
.contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.contactForm .mktoCheckboxList input + label:before,
.contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.contactForm #LblDigital_First_Name__c,
.contactForm #LblDigital_Last_Name__c,
.contactForm #LblEmail,
.contactForm #LblDigital_Phone__c,
.contactForm #LblDigital_Company__c,
.contactForm #LblDigital_Country__c,
.contactForm #LblDigital_Business_Title__c,
.contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.contactForm input,
.contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(1) {
  display: none;
}
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(6) label,
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(9) label {
  font-size: 11px !important;
  line-height: 12px !important;
}
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(6) label:before,
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(9) label:before {
  width: 15px !important;
  height: 15px !important;
}
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(7) .mktoHtmlText.mktoHasWidth,
.contactForm #mktoForm_21402 .mktoFormRow:nth-child(8) .mktoHtmlText.mktoHasWidth {
  font-size: 11px !important;
  line-height: 12px !important;
}
.contactForm #mktoForm_21402 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
/*-------------------
    NAVIGATION
 --------------------*/
header #gatedBox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 220px;
  padding: 15px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  z-index: 9999;
}
header #gatedBox .gatedBox-title {
  display: flex;
  justify-content: space-between;
}
header #gatedBox .gatedbox-button {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  width: fit-content;
  background-color: #044ED7;
  border-radius: 8px;
  margin-top: 5px;
}
header .header-top {
  background: #060A3D;
  color: #fff;
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
}
@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 {
  position: relative;
}
header .menu-section .header-content {
  padding: 1.8rem 0;
  display: flex;
  justify-content: space-between;
  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 {
  display: flex;
  gap: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.281px;
}
header .menu-section .header-content h2 {
  line-height: 0;
  margin: 0;
  display: flex;
}
header .menu-section .header-content h2 span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.281px;
  padding-left: 16px;
}
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 10px 0;
  }
  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.menu-open {
    display: flex;
  }
}
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;
  border-radius: 0;
  height: 3px;
}
header .menu-section .header-content .menu-links li a.active {
  font-weight: 700;
}
header .menu-section .header-content .menu-links li a.active::after {
  width: 100%;
}
header .menu-section .header-content .contact-button {
  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: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    text-transform: none;
    margin: 2rem 1.5rem;
    padding: 10px 20px;
    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;
  min-width: 65px;
  /*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;
}
footer {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@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: 3rem 3rem 3rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 70%;
}
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;
  }
}
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 .liens > .liens-bouton {
  display: flex;
  gap: 24px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  footer .infos .liens > .liens-bouton {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
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: #9199D8;
  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;
}
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%;
}
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}
@media screen and (max-width: 1024px) {
  .modal-wrapper {
    width: 90%;
  }
}
.modal-body {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 16px;
}
.modal-body .contactForm {
  width: 100%!important;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header {
  position: relative;
  background-color: transparent;
}
.modal-close {
  position: absolute;
  top: -35px;
  right: 5px;
  padding: 1em;
  background: none;
  border: 0;
}
.modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/close-icon.svg");
  mask-image: url("../img/close-icon.svg");
  height: 23px;
  width: 23px;
}
.modal-close:hover {
  color: #777;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-content .modal-video-title {
  font-size: 20px;
  font-weight: 500;
}
.modal-content .modal-video-title:first-letter {
  text-transform: uppercase;
}
.modal-content video {
  width: 756px;
  height: 425px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .modal-content video {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
  }
}
/* Pages */
.references {
  padding: 0 50px;
}
.references ol {
  list-style: auto;
}
.references ol li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-bottom: 16px;
  padding-left: 10px;
}
.references ol li a {
  text-decoration: underline;
}
.references ol li a:hover {
  color: #044ED7;
}
.overview .tabs {
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .overview .tabs {
    padding: 4.8rem 0;
  }
}
.overview .tabs .text {
  width: 75%;
  margin-bottom: 6.4rem;
}
@media (max-width: 1024px) {
  .overview .tabs .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview .tabs .text {
    margin-bottom: 3.6rem;
  }
  .overview .tabs .text .orange-dot li {
    font-size: 1.6rem;
  }
}
.overview .tabs .text h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .overview .tabs .text h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
}
.overview .tabs .onglets [hidden] {
  display: none!important;
}
.overview .tabs .onglets div[role="tablist"] {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets div[role="tablist"] {
    gap: 0.8rem;
    margin-bottom: 3.2rem;
  }
}
.overview .tabs .onglets div[role="tablist"] button {
  flex: 1;
  font-family: "Albert", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 2rem 1.5rem;
  border-bottom: 0.4rem solid #060A3D;
  color: #060A3D;
}
@media (max-width: 767px) {
  .overview .tabs .onglets div[role="tablist"] button {
    font-size: 1.3rem;
    padding: 0 0 1rem;
  }
}
.overview .tabs .onglets div[role="tablist"] button[aria-selected="true"] {
  border-color: #FF6E00;
}
.overview .tabs .onglets #panel-1,
.overview .tabs .onglets #panel-2 {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1,
  .overview .tabs .onglets #panel-2 {
    align-items: unset;
  }
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-1 {
    flex-direction: column;
  }
}
.overview .tabs .onglets #panel-1 h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1 h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-2 {
    font-size: 1.6rem;
  }
  .overview .tabs .onglets #panel-2 .orange-dot li {
    font-size: 1.6rem;
  }
}
.overview .tabs .onglets #panel-2 div p {
  margin-bottom: 1rem;
}
.overview .tabs .onglets #panel-3 {
  font-size: 1.8rem;
}
.overview .tabs .onglets #panel-3 > p {
  margin-bottom: 2rem;
}
.overview .tabs .onglets #panel-3 > div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-3 > div {
    flex-direction: column;
    align-items: unset;
  }
}
.overview .tabs .onglets #panel-3 > div .red-tab,
.overview .tabs .onglets #panel-3 > div .green-tab {
  flex: 1;
  border-radius: 1rem;
  padding: 4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-3 > div .red-tab,
  .overview .tabs .onglets #panel-3 > div .green-tab {
    padding: 2rem;
  }
}
.overview .tabs .onglets #panel-3 > div .red-tab p,
.overview .tabs .onglets #panel-3 > div .green-tab p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.overview .tabs .onglets #panel-3 > div .red-tab p::before,
.overview .tabs .onglets #panel-3 > div .green-tab p::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  margin-right: 1.2rem;
}
.overview .tabs .onglets #panel-3 > div .red-tab {
  background: #FDE6E8;
}
.overview .tabs .onglets #panel-3 > div .red-tab p::before {
  content: "\f00d";
  color: #E30513;
  font-size: 2.2rem;
}
.overview .tabs .onglets #panel-3 > div .green-tab {
  background: #E6F5E9;
}
.overview .tabs .onglets #panel-3 > div .green-tab p::before {
  content: "\f00c";
  color: #009621;
  font-size: 2rem;
}
.template .content .contact-button,
.template .content .blue-button {
  padding: 15px 50px;
  text-transform: none;
}
.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-player.gated {
  cursor: auto;
}
.template .content section.block-video .video-player.gated .video-play {
  background-image: url(/womens-health/img/lock.svg);
  background-color: rgba(0, 0, 50, 0.6) !important;
  z-index: 3;
}
.template .content section.block-video .video-player.gated::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 50, 0.6);
  z-index: 2;
  pointer-events: none;
}
.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 p {
  color: #060A3D;
}
.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 .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.womenshealth {
  color: #060A3D;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .template.womenshealth {
    margin-bottom: -100px;
  }
}
.template.womenshealth .content {
  top: -30px;
  position: relative;
}
@media (max-width: 767px) {
  .template.womenshealth .content {
    width: 100%;
  }
}
.template.womenshealth .autopromo-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.template.womenshealth .autopromo-title h1 {
  padding-right: 350px;
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.64px;
  width: fit-content;
}
.template.womenshealth .autopromo-title span {
  display: block;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
  width: fit-content;
  padding-right: 400px;
}
.template.womenshealth .autopromo-title a.contact-button,
.template.womenshealth .autopromo-title a.blue-button {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 50px ;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  width: fit-content;
}
@media (max-width: 767px) {
  .template.womenshealth .autopromo-title {
    padding-right: 36px;
    gap: 20px;
  }
  .template.womenshealth .autopromo-title h1 {
    padding-right: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.32px;
  }
  .template.womenshealth .autopromo-title span {
    font-size: 20px;
    padding-right: 0;
  }
}
.template.womenshealth .autopromo {
  position: relative;
  height: 480px;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .template.womenshealth .autopromo {
    height: unset;
    padding: 2rem 0;
  }
}
.template.womenshealth .autopromo img {
  height: 480px;
  object-fit: cover;
  mix-blend-mode: unset;
}
@media (max-width: 767px) {
  .template.womenshealth .autopromo img {
    height: 406px;
    object-position: 80%;
  }
  .template.womenshealth .autopromo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
  }
}
.template.womenshealth .round-icon .round-icon-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.template.womenshealth .round-icon .round-icon-head .round-icon-title {
  max-width: 830px;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .round-icon .round-icon-head .round-icon-title sup {
  top: -2rem;
}
.template.womenshealth .round-icon .round-icon-head .round-icon-subtitle {
  max-width: 842px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .round-icon .round-icon-title-button {
  display: flex;
  justify-content: space-between;
}
.template.womenshealth .round-icon .round-icon-title-button a {
  height: fit-content;
  padding: 15px 50px;
}
.template.womenshealth .round-icon .list-resource .item-resource .item-img {
  align-self: center;
  text-align: center;
  width: 143px;
  height: 143px;
  background: linear-gradient(52deg, #9199D8 -162.04%, #E4E7FF 87.48%);
  border-radius: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.template.womenshealth .round-icon .list-resource .item-resource p {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .round-icon.number {
  padding-top: 48px;
  border-top: 1px solid #9199D8;
}
.template.womenshealth .round-icon.number .list-resource .item-resource .item-img img {
  width: 42px;
}
.template.womenshealth .round-icon.vae {
  background-color: #E7ECF5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding: 6rem 0 6rem 0;
}
.template.womenshealth .round-icon.vae .round-icon-title-button h2 {
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  padding-right: 200px;
}
.template.womenshealth .round-icon.vae .round-icon-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .round-icon.vae .btm-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 40px auto 30px auto;
  padding: 32px 40px;
  gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #F0F3F7, #F6F9FD);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.template.womenshealth .light-blue {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(270deg, rgba(231, 236, 245, 0) 21.18%, #E7ECF5 56.6%), linear-gradient(180deg, #E7ECF5 37.27%, rgba(231, 236, 245, 0) 100%), linear-gradient(0deg, #1D74FF 0%, #1D74FF 100%), url("../img/light-blue.jpg") bottom right / 1000px 472px no-repeat, #E9EBF7;
  background-blend-mode: normal, normal, hue, exclusion, normal;
}
.template.womenshealth .light-blue.no-bg {
  background-image: none;
}
.template.womenshealth .light-blue.vae {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
}
.template.womenshealth .light-blue.vae .light-blue-content {
  padding: 0 80px;
}
.template.womenshealth .light-blue.vae .light-blue-content .two-column {
  align-items: center;
}
.template.womenshealth .light-blue.vae .light-blue-content .two-column div {
  flex: 1;
}
.template.womenshealth .light-blue.vae .light-blue-content .two-column div > img {
  max-width: unset;
  width: 100%;
  height: auto !important;
}
.template.womenshealth .light-blue.vae .light-blue-content .two-column h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.229px;
}
.template.womenshealth .light-blue.vae .light-blue-content .two-column p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.womenshealth .light-blue > div {
  max-width: 1280px;
  margin: 0 auto;
}
.template.womenshealth .light-blue > div .light-blue-content {
  padding: 64px 30px;
  height: fit-content;
}
.template.womenshealth .light-blue > div .light-blue-content.graph h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .light-blue > div .light-blue-content.graph h2 sup {
  vertical-align: super;
}
.template.womenshealth .light-blue > div .light-blue-content.graph img {
  width: 100%;
  padding: 50px 0;
}
.template.womenshealth .light-blue > div .light-blue-content.graph p {
  text-align: start;
  padding: 0 100px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .light-blue > div .light-blue-content span {
  display: block;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}
.template.womenshealth .light-blue > div .light-blue-content p {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column:nth-child(1) {
  margin-bottom: 64px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div:not(:has(img)) {
  flex: 1;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div img {
  max-width: 515px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 515/289;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div img.vab-stat {
  aspect-ratio: 515/323;
  object-position: top;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div p {
  text-align: start;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div p:nth-child(1) {
  margin-bottom: 20px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div ul {
  margin: 20px 0 0 40px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column div ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  margin-bottom: 10px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column 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.womenshealth .light-blue > div .light-blue-content .two-column.btm img {
  object-position: top;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.229px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm p:nth-of-type(1) {
  margin-bottom: 20px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm a {
  padding: 15px 50px;
  margin-top: 20px;
  display: inline-block;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm .list-btm-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding-left: 50px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm .list-btm-card .btm-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding: 32px 40px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #F0F3F7, #F6F9FD);
  border: 1px solid rgba(255, 255, 255, 0.7);
  gap: 24px;
}
.template.womenshealth .light-blue > div .light-blue-content .two-column.btm .list-btm-card .btm-card img {
  aspect-ratio: auto;
  width: 64px;
  object-fit: unset;
  object-position: unset;
  border-radius: unset;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column {
  margin-top: 50px;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column > div {
  gap: 30px;
  margin-bottom: 0;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column > div div {
  padding-right: 0;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column > div div div.orange-card {
  flex-direction: column;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 32px 40px;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column > div div div.orange-card p.orange-card--text {
  margin-top: 24px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .light-blue > div .light-blue-content .double-column > div div div.orange-card svg {
  align-self: center;
}
.template.womenshealth .double-column.check div {
  gap: 20px;
}
.template.womenshealth .double-column.check div div:nth-child(1) {
  justify-content: center;
  flex: 0 0 20%;
}
.template.womenshealth .double-column.check div div:nth-child(2) {
  justify-content: center;
}
.template.womenshealth .double-column.check div div:nth-child(2) h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.229px;
}
.template.womenshealth .double-column.check div div:nth-child(2) p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.389px;
}
.template.womenshealth .quote {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.template.womenshealth .quote div {
  position: relative;
  max-width: 840px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .quote div:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: -5px;
  height: 99px;
  width: 23px;
  background-image: url("../img/quote.svg");
}
.template.womenshealth .quote div:after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: -5px;
  height: 99px;
  width: 23px;
  background-image: url("../img/quote.svg");
  transform: scaleX(-1);
}
.template.womenshealth .dark {
  padding: 64px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, #000 66.83%, #02052B 100%);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .template.womenshealth .dark {
    padding: 0 2rem;
  }
}
@media (max-width: 1300px) {
  .template.womenshealth .dark {
    padding: 64px 30px;
  }
}
.template.womenshealth .dark > div {
  max-width: 1280px;
  margin: 0 auto;
}
.template.womenshealth .dark .dark-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .dark .dark-title p {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.475px;
}
.template.womenshealth .dark .dark-title hr {
  width: 83px;
  height: 10px;
  background: linear-gradient(270deg, #060A3D 0%, #18214D 100%);
  border-radius: 5px;
  border: none;
  margin: 32px auto 0 auto;
}
.template.womenshealth .dark .dark-video {
  color: #fff;
}
.template.womenshealth .dark .dark-video .video-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.template.womenshealth .dark .dark-video .video-cta h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.229px;
  margin-left: 0;
}
.template.womenshealth .dark .dark-video .video-cta h3::before {
  display: none;
}
.template.womenshealth .dark .dark-video .video-cta p,
.template.womenshealth .dark .dark-video .video-cta li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.womenshealth .dark .dark-video .video-cta ul.liste-ul-li {
  padding-left: 40px;
}
.template.womenshealth .dark .dark-video .video-player p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.235px;
}
.template.womenshealth .dark.dark-blue.vae {
  background: linear-gradient(90deg, #02052B 0%, #000 33.17%);
}
.template.womenshealth .dark.dark-blue.vae #wh-video-1 {
  padding: 0 8rem !important;
}
.template.womenshealth .dark.dark-blue.vae .video-cta {
  padding-right: 6px;
}
.template.womenshealth .dark.dark-blue.vae .video-cta h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.229px;
}
.template.womenshealth .dark.dark-blue.vae .video-cta p {
  margin-bottom: 20px;
}
.template.womenshealth .dark.dark-blue.vae .video-cta a {
  padding: 15px 50px;
}
.template.womenshealth .dark.dark-blue.vae .video-column div img {
  width: 100%;
  max-width: 515px;
  height: 289px;
  flex-shrink: 0;
  aspect-ratio: 515/289;
  border-radius: 10px;
  border: 10px solid #FFF;
}
.template.womenshealth .dark.dark-blue {
  background: linear-gradient(104deg, #090F30 25.76%, #0A1057 93.72%);
  margin-top: 0;
}
.template.womenshealth .dark.dark-reversed {
  margin-top: 0;
  margin-bottom: 8rem;
}
.template.womenshealth .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.womenshealth .sub-hero {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
.template.womenshealth .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.womenshealth .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.womenshealth .sub-hero {
    top: -140px;
    margin: 0;
    padding: 24px 16px;
    gap: 12px;
  }
  .template.womenshealth .sub-hero div {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.922px;
  }
  .template.womenshealth .sub-hero a.contact-button,
  .template.womenshealth .sub-hero a.blue-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}
.template.womenshealth .double-column > div {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .template.womenshealth .double-column > div {
    display: none;
  }
}
.template.womenshealth .double-column > div > div {
  padding-right: 50px;
}
.template.womenshealth .double-column > div div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.template.womenshealth .double-column > div div h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .double-column > div div ul {
  padding: 0 40px 30px 60px;
}
.template.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .double-column > div div .orange-card .orange-card--animation {
  flex: none;
  justify-content: center;
}
.template.womenshealth .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.womenshealth .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(1) {
  opacity: 0.2;
  transition-delay: 0ms;
}
.template.womenshealth .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(2) {
  opacity: 0.3;
  transition-delay: 500ms;
}
.template.womenshealth .double-column > div div .orange-card .orange-card--animation svg.visible path:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1000ms;
}
.template.womenshealth .double-column > div div .orange-card .orange-card--animation svg.visible path {
  opacity: 1;
  transform: translateX(0);
}
.template.womenshealth .double-column > div div .orange-card .orange-card--content {
  gap: 0;
  padding: 30px;
}
.template.womenshealth .double-column > div div .orange-card .orange-card--content .orange-card--arrow {
  padding: 20px 0 10px 0;
}
.template.womenshealth .double-column > div div .orange-card .orange-card--content .orange-card--arrow p {
  color: #FF6E00;
  padding: 0;
  margin: 0;
}
.template.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .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.womenshealth .double-column > div div .orange-card .orange-card--content .orange-card--text.visible {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateX(0);
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent {
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 35.09%, rgba(255, 110, 0, 0.2) 123.54%), #FFF3EA;
  gap: 0;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--content {
  align-self: center;
  padding: 0 25px;
  gap: 0;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--content .orange-card--text {
  flex: auto;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--content .orange-card--text.visible {
  transition-delay: 500ms;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle {
  position: relative;
  flex: none;
  justify-content: center;
  padding: 0 30px;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg:nth-child(2) {
  position: absolute;
  mix-blend-mode: darken;
  padding-left: 6px;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg:nth-child(2).circle-38 {
  transform: translateX(-5px);
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg:nth-child(2) path {
  transition: stroke-dashoffset 2000ms ease;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg:nth-child(2).visible path {
  stroke-dashoffset: 0;
  transition-delay: 1000ms;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg.circle-38 path {
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle svg.circle-68 path {
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .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.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle p.circle-38-color {
  color: #044ED7;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle p.visible {
  transform: scale(1);
  transition-delay: 100ms;
}
.template.womenshealth .double-column > div div .orange-card.orange-card-pourcent .orange-card--circle p span.sub {
  display: inline;
  vertical-align: super;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.template.womenshealth li.item.catalogue {
  align-items: flex-start;
}
.template.womenshealth li.item.catalogue .item-img {
  position: relative;
  height: 223px;
}
.template.womenshealth li.item.catalogue .item-img img {
  height: 223px;
}
.template.womenshealth li.item.catalogue .infos {
  align-self: center;
}
@media (max-width: 350px) {
  .template.womenshealth li.item.catalogue {
    flex-direction: column;
    gap: 20px;
  }
  .template.womenshealth li.item.catalogue .infos {
    margin-left: 0;
  }
}
.template.womenshealth .list-resource .item-resource {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 0 10px 30px 10px;
}
.template.womenshealth .list-resource .item-resource:hover .item-img::after {
  opacity: 1;
}
.template.womenshealth .item-resource .item-img {
  height: 80px;
  padding-bottom: 10px;
  align-content: center;
  width: fit-content;
}
.template.womenshealth .item-resource .item-img img {
  width: 67px;
  height: 100%;
}
.template.womenshealth .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.womenshealth .item-resource h2 {
  font-size: 22px;
}
.template.womenshealth .block-video:not(:has(.two-video)) .video-player {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}
.template.womenshealth #wh-video-1 {
  margin: 0 !important;
  padding: 8rem 0 8rem 0 !important;
}
@media (max-width: 767px) {
  .template.womenshealth #wh-video-1 {
    padding: 2rem 0 8rem 0 !important;
  }
}
.template.womenshealth #wh-video-2 {
  gap: 0px;
  margin: 0 !important;
  padding: 8rem 0 !important;
  border-top: 1px solid #D8D8D7;
  border-bottom: 1px solid #D8D8D7;
}
.template.womenshealth #wh-video-2.womenshealth-video.vae .two-video {
  padding: 0 80px;
}
.template.womenshealth #wh-video-2.womenshealth-video {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border: none;
  background: #E9EBF7;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item .video-cta span {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.691px;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item .video-cta p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
  padding-top: 0;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item {
  max-width: 515px !important;
  width: auto !important;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-description h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.229px;
  margin-bottom: 0;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item .video-player .video-play {
  width: 88px;
  height: 88px;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item .video-player:hover .video-play {
  transition: all 0.3s;
  background-blend-mode: lighten;
  background-color: #0055f3;
}
.template.womenshealth #wh-video-2.womenshealth-video .two-video .video-item .video-player::after {
  display: none;
}
.template.womenshealth #wh-video-2 h2 {
  margin-bottom: 40px;
}
.template.womenshealth #wh-video-2 .video-cta {
  margin-top: 20px;
}
.template.womenshealth #wh-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.womenshealth #wh-video-2 {
    padding: 4rem 0 !important;
  }
}
.template.womenshealth .block-video .video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  background-color: transparent;
  z-index: 2;
}
.template.womenshealth .bg-blue {
  position: relative;
}
.template.womenshealth .bg-blue .block-video {
  position: relative;
  display: flex;
  gap: 32px;
  z-index: 2;
  /*.video-player::after {
                content: "";
                position: absolute;
                inset: 0;
                background: rgba(6, 10, 61, 0.5);
                right: 0;
                transition: right 0.4s ease;
            }
            .video-player.playing::after {
                background: transparent;
            }
            .video-player:hover {
                &::after {
                    right: 100%;
                }
            }*/
}
@media (max-width: 767px) {
  .template.womenshealth .bg-blue .block-video {
    top: 100px;
    gap: 40px;
  }
}
.template.womenshealth .bg-blue .block-video .video-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.template.womenshealth .bg-blue .block-video .video-column .video-player {
  border: 10px solid #FFF;
}
.template.womenshealth .bg-blue .block-video .video-column .video-player:hover .video-play {
  transition: all 0.3s;
  background-blend-mode: lighten;
  background-color: #0055f3;
}
.template.womenshealth .bg-blue .block-video .video-column .video-player,
.template.womenshealth .bg-blue .block-video .video-column .video-player video {
  display: flex;
  position: relative;
  filter: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.template.womenshealth .bg-blue .block-video .video-column legend {
  margin-top: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.235px;
}
.template.womenshealth .bg-blue .block-video .video-cta {
  flex: 1;
}
.template.womenshealth .bg-blue .block-video .video-cta h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .bg-blue .block-video .video-cta ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .template.womenshealth .bg-blue .block-video .video-cta ul {
    padding: 0 20px;
  }
}
.template.womenshealth .bg-blue .block-video .video-cta ul li {
  padding-bottom: 10px;
}
.template.womenshealth .bg-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);
}
.template.womenshealth .bg-blue .block-video .video-cta a {
  margin-top: 16px;
  padding: 15px 50px;
}
@media screen and (max-width: 1300px) {
  .template.womenshealth .bg-blue .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .template.womenshealth .bg-blue .block-video .video-player,
  .template.womenshealth .bg-blue .block-video .video-player video {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 767px) {
  .template.womenshealth .bg-blue .block-video {
    flex-direction: column;
  }
}
.template.womenshealth .wh-tabs input[type="radio"] {
  display: none;
}
.template.womenshealth .wh-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.womenshealth .wh-tabs .tab-labels label {
  padding: 17px 20px;
  cursor: pointer;
  border-bottom: 3px solid #D8D8D7;
  transition: all 0.3s;
}
.template.womenshealth .wh-tabs .tab-labels label:nth-child(1) {
  margin-right: 32px;
}
.template.womenshealth .wh-tabs .tab-labels label:hover {
  color: #FF6E00;
  border-bottom: 3px solid #FF6E00;
}
.template.womenshealth .wh-tabs #tab1:checked ~ .tab-labels label[for="tab1"],
.template.womenshealth .wh-tabs #tab2:checked ~ .tab-labels label[for="tab2"] {
  border-bottom: 3px solid #FF6E00;
}
.template.womenshealth .wh-tabs .tab-content {
  display: none;
  padding: 1rem;
}
.template.womenshealth .wh-tabs #tab1:checked ~ .contents #content1,
.template.womenshealth .wh-tabs #tab2:checked ~ .contents #content2 {
  display: block;
}
@media (max-width: 767px) {
  .template.womenshealth .wh-tabs .list-resource {
    flex-direction: column;
    padding-top: 40px;
  }
  .template.womenshealth .wh-tabs .tab-labels {
    flex-direction: column;
  }
  .template.womenshealth .wh-tabs label {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.template.womenshealth .wh-additional .additional-title {
  display: flex;
  flex-direction: column;
}
.template.womenshealth .wh-additional .additional-title h2 {
  display: inline;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
  margin-bottom: 30px;
}
.template.womenshealth .wh-additional .additional-title a.contact-button,
.template.womenshealth .wh-additional .additional-title a.blue-button {
  padding: 15px 50px;
  height: fit-content;
  align-self: center;
}
.template.womenshealth .wh-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.womenshealth .wh-additional .additional-title h2 {
    font-size: 30px;
  }
  .template.womenshealth .wh-additional .additional-title .button-collapse {
    display: block;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.template.womenshealth .wh-additional .additional-title .button-collapse:hover {
  color: #044ED7;
  background: #fff;
}
.template.womenshealth .wh-additional .additional-title .button-collapse-checkbox {
  display: none;
}
.template.womenshealth .wh-additional .additional-title .button-collapse::after {
  content: "Show";
}
.template.womenshealth .wh-additional .additional-title .button-collapse-checkbox:checked + .button-collapse::after {
  content: "Hide";
}
.template.womenshealth .wh-additional.vae h2 {
  padding-right: 300px;
}
.template.womenshealth .wh-additional.vae a.contact-button,
.template.womenshealth .wh-additional.vae a.blue-button {
  align-self: end;
  margin-bottom: 10px;
}
.template.womenshealth .wh-additional ul {
  margin-top: 48px;
}
.template.womenshealth .wh-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.womenshealth .wh-additional .collapse-content .liste_3 {
  padding-top: 20px;
}
.template.womenshealth .wh-additional.border-top {
  border-top: 1px solid #9199D8;
  padding-top: 8rem;
  margin-top: 0;
}
.template.womenshealth .wh-additional .button-collapse-checkbox:checked + .button-collapse + .collapse-content {
  max-height: 500px;
}
@media (max-width: 767px) {
  .template.womenshealth .wh-additional .button-collapse-checkbox:checked + .button-collapse + .collapse-content {
    max-height: fit-content;
  }
}
.template.womenshealth .disclaimer {
  padding: 0 100px;
}
.template.womenshealth .disclaimer p {
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.389px;
}
.template.womenshealth .gated.item.catalogue {
  position: relative;
}
.template.womenshealth .gated.item.catalogue .item-img {
  width: 158px;
}
.template.womenshealth .gated.item.catalogue .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 50, 0.6);
  background-image: url('/womens-health/img/lock.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  z-index: 10;
  pointer-events: none;
}
.template.womenshealth .gated.item.catalogue .infos .download,
.template.womenshealth .gated.item.catalogue .infos .articles {
  display: none;
}
.template.womenshealth .professional-tabs input[type="radio"] {
  display: none;
}
.template.womenshealth .professional-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.womenshealth .professional-tabs .tab-labels label {
  padding: 17px 20px;
  cursor: pointer;
  border-bottom: 3px solid #D8D8D7;
  transition: all 0.3s;
}
.template.womenshealth .professional-tabs #tab1:not(:checked) ~ .tab-labels label,
.template.womenshealth .professional-tabs #tab2:not(:checked) ~ .tab-labels label,
.template.womenshealth .professional-tabs #tab3:not(:checked) ~ .tab-labels label,
.template.womenshealth .professional-tabs #tab4:not(:checked) ~ .tab-labels label {
  margin-right: 32px;
}
.template.womenshealth .professional-tabs .tab-labels label:hover {
  color: #FF6E00;
  border-bottom: 3px solid #FF6E00;
}
.template.womenshealth .professional-tabs #tab1:checked ~ .tab-labels label[for="tab1"],
.template.womenshealth .professional-tabs #tab2:checked ~ .tab-labels label[for="tab2"],
.template.womenshealth .professional-tabs #tab3:checked ~ .tab-labels label[for="tab3"],
.template.womenshealth .professional-tabs #tab4:checked ~ .tab-labels label[for="tab4"] {
  border-bottom: 3px solid #FF6E00;
}
.template.womenshealth .professional-tabs .tab-content {
  display: none;
  padding: 1rem;
}
.template.womenshealth .professional-tabs #tab1:checked ~ .contents #content1,
.template.womenshealth .professional-tabs #tab2:checked ~ .contents #content2,
.template.womenshealth .professional-tabs #tab3:checked ~ .contents #content3,
.template.womenshealth .professional-tabs #tab4:checked ~ .contents #content4 {
  display: block;
}
@media (max-width: 767px) {
  .template.womenshealth .professional-tabs .list-resource {
    flex-direction: column;
    padding-top: 40px;
  }
  .template.womenshealth .professional-tabs .tab-labels {
    flex-direction: column;
  }
  .template.womenshealth .professional-tabs label {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.template.womenshealth .professional-tabs .list-resource > ul {
  gap: 20px;
}
.template.womenshealth .professional-tabs .item.catalogue {
  flex-direction: column;
  margin-left: 0;
}
.template.womenshealth .professional-tabs .item.catalogue .item-img {
  height: auto;
}
.template.womenshealth .professional-tabs .item.catalogue .item-img img {
  width: 296px;
  height: 167px;
  border-radius: 8px;
}
.template.womenshealth .professional-tabs .item.catalogue .infos {
  align-self: start;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.389px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.template.womenshealth .algo-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 767px) {
  .template.womenshealth .algo-contact {
    gap: 0;
  }
}
.template.womenshealth .algo-contact .bg-form {
  position: absolute;
  z-index: -1;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: #E9EBF7;
}
.template.womenshealth .algo-contact .algo-contact-text {
  flex: 1;
  margin-top: 200px;
}
.template.womenshealth .algo-contact .algo-contact-text p {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.52px;
}
.template.womenshealth .algo-contact .algo-contact-text p span {
  background-color: #FF6E00;
}
.template.womenshealth .algo-contact .algo-contact-text p:nth-child(2) {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .template.womenshealth .algo-contact {
    flex-direction: column;
  }
  .template.womenshealth .algo-contact .algo-contact-text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .template.womenshealth .algo-contact .algo-contact-text {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .template.womenshealth .algo-contact .algo-contact-text p {
    font-size: 32px;
    padding-right: 20px;
  }
}
.template.womenshealth .algo-contact .mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.template.womenshealth .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.womenshealth .algo-contact .contactForm {
    margin: 50px 0;
  }
}
.template.womenshealth .algo-contact .contactForm input[type=checkbox] {
  opacity: 0;
}
.template.womenshealth .algo-contact .contactForm div p {
  display: flex;
  justify-content: center;
}
.template.womenshealth .algo-contact .contactForm .mktoFormRow a {
  text-decoration: underline;
}
.template.womenshealth .algo-contact .contactForm .mktoForm {
  position: relative;
  width: 87.5% !important;
  padding: 30px 50px 50px;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .template.womenshealth .algo-contact .contactForm .mktoForm {
    padding: 30px 50px 50px !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .template.womenshealth .algo-contact .contactForm .mktoForm {
    width: 100% !important;
    padding: 20px 20px 50px !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .template.womenshealth .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .template.womenshealth .algo-contact .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.template.womenshealth .algo-contact .contactForm .mktoForm .mktoHtmlText {
  height: 0;
}
.template.womenshealth .algo-contact .contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.template.womenshealth .algo-contact .contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.template.womenshealth .algo-contact .contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .template.womenshealth .algo-contact .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.template.womenshealth .algo-contact .contactForm .mktoCheckboxList input + label:before,
.template.womenshealth .algo-contact .contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.template.womenshealth .algo-contact .contactForm #LblDigital_First_Name__c,
.template.womenshealth .algo-contact .contactForm #LblDigital_Last_Name__c,
.template.womenshealth .algo-contact .contactForm #LblEmail,
.template.womenshealth .algo-contact .contactForm #LblDigital_Phone__c,
.template.womenshealth .algo-contact .contactForm #LblDigital_Company__c,
.template.womenshealth .algo-contact .contactForm #LblDigital_Country__c,
.template.womenshealth .algo-contact .contactForm #LblDigital_Business_Title__c,
.template.womenshealth .algo-contact .contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  .template.womenshealth .algo-contact .contactForm .mktoHtmlText {
    width: 80% !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=text],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=url],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=email],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=tel],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=number],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=date],
  .template.womenshealth .algo-contact .contactForm .mktoForm textarea.mktoField,
  .template.womenshealth .algo-contact .contactForm .mktoForm select.mktoField {
    width: 90% !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoFormRow:nth-last-child(7) {
    width: 80% !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoFormRow:nth-last-child(8) {
    width: 80% !important;
  }
  .template.womenshealth .algo-contact .contactForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=text],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=url],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=email],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=tel],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=number],
  .template.womenshealth .algo-contact .contactForm .mktoForm input[type=date],
  .template.womenshealth .algo-contact .contactForm .mktoForm textarea.mktoField,
  .template.womenshealth .algo-contact .contactForm .mktoForm select.mktoField {
    width: 100% !important;
  }
}
.template.womenshealth .algo-contact .contactForm input,
.template.womenshealth .algo-contact .contactForm select,
.template.womenshealth .algo-contact .contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.template.womenshealth .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-child(1) {
  display: none;
}
.template.womenshealth .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(2) {
  height: 0 !important;
  margin-bottom: 0px !important;
}
.template.womenshealth .algo-contact .contactForm #mktoForm_18096 .mktoFormRow:nth-last-child(8) {
  margin-top: 30px;
}
.template.womenshealth .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.womenshealth.professional .autopromo .ap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .template.womenshealth.professional .autopromo .ap-left {
    gap: 0.8rem;
  }
}
.template.womenshealth.professional .autopromo .ap-left h1 {
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .template.womenshealth.professional .autopromo .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.template.womenshealth.professional .autopromo .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .template.womenshealth.professional .autopromo .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.template.womenshealth.professional .professional-filters {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .template.womenshealth.professional .professional-filters {
    padding-top: 2.4rem;
  }
}
.template.womenshealth.professional .professional-filters .filters form,
.template.womenshealth.professional .professional-filters .filters .filter-group {
  display: flex;
}
@media (max-width: 767px) {
  .template.womenshealth.professional .professional-filters .filters form,
  .template.womenshealth.professional .professional-filters .filters .filter-group {
    flex-direction: column;
  }
}
.template.womenshealth.professional .professional-filters .filters form {
  width: 83.33%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .template.womenshealth.professional .professional-filters .filters form {
    width: 100%;
  }
}
.template.womenshealth.professional .professional-filters .filters .filter-group {
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .template.womenshealth.professional .professional-filters .filters .filter-group {
    align-items: unset;
    gap: 1.2rem;
  }
}
.template.womenshealth.professional .professional-filters .filters .wrapper {
  position: relative;
  flex: 1;
}
.template.womenshealth.professional .professional-filters .filters .wrapper #resetFilter {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  color: #044ED7;
  font-family: "Albert", sans-serif;
}
.template.womenshealth.professional .professional-filters .filters .wrapper #resetFilter::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f021';
  font-size: 1rem;
  margin-left: 0.5rem;
}
.template.womenshealth.professional .professional-filters .filters #specialityFilters {
  flex: 1;
  min-width: 0;
}
.template.womenshealth.professional .professional-filters .filters .specialitiesSelect {
  width: 100%;
  display: block;
}
.template.womenshealth.professional .professional-filters .filters .select2-container {
  width: 100% !important;
}
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection {
  position: relative;
  padding: 1rem 0;
}
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice {
  margin-top: 0;
  background: rgba(29, 116, 255, 0.2);
  border: none;
  padding: 0.4rem 0.8rem 0.4rem 2rem;
}
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding-left: 0.6rem;
  color: #044ED7;
  transition: all 0.3s;
}
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:hover,
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:active,
.template.womenshealth.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:focus {
  background-color: unset;
  color: #000;
}
.template.womenshealth.professional .professional-filters .filters .btn-bleu {
  padding: 1rem 5rem;
  font-family: "Albert", sans-serif;
  display: inline-block;
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .template.womenshealth.professional .professional-filters .filters .btn-bleu {
    margin-top: 2rem;
  }
}
.template.womenshealth.professional .professional-filters .onglets div[role="tablist"] {
  width: 50%;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .template.womenshealth.professional .professional-filters .onglets div[role="tablist"] {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .template.womenshealth.professional .professional-filters .onglets div[role="tablist"] button {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.template.womenshealth.professional .professional-filters .onglets .liste_4 {
  align-items: flex-start;
}
.template.womenshealth.professional .professional-filters .onglets .liste_4 .item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_4 .item h3,
.template.womenshealth.professional .professional-filters .onglets .liste_4 .item h3 a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 {
  align-items: flex-start;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4rem;
  gap: 3.2rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo {
  display: flex;
  flex-direction: column;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo a {
  position: relative;
  color: #044ED7;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo a:last-child {
  margin-bottom: 0;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo a::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  margin-left: 0.5rem;
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo a.link--read::after {
  content: '\f061';
}
.template.womenshealth.professional .professional-filters .onglets .liste_2 .item .itemInfo a.link--download::after {
  content: '\f019';
}
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item:hover .itemInfo .date,
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item:active .itemInfo .date,
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item:focus .itemInfo .date {
  background: #FF6E00;
  color: #fff;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item .itemInfo {
  margin-top: -2rem;
  z-index: 1;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item .itemInfo .date {
  display: inline-block;
  background: #fff;
  color: #FF6E00;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #FF6E00;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .item .itemInfo .btn-bleu {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-congresses .visuel {
  border-radius: 0.8rem;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-presentations .itemInfo,
.template.womenshealth.professional .professional-filters .onglets div#panel-interviews .itemInfo,
.template.womenshealth.professional .professional-filters .onglets div#panel-workshops .itemInfo {
  margin-top: 1.5rem;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-presentations .visuel,
.template.womenshealth.professional .professional-filters .onglets div#panel-interviews .visuel,
.template.womenshealth.professional .professional-filters .onglets div#panel-workshops .visuel {
  border-radius: 0.8rem;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-presentations .visuel img,
.template.womenshealth.professional .professional-filters .onglets div#panel-interviews .visuel img,
.template.womenshealth.professional .professional-filters .onglets div#panel-workshops .visuel img {
  height: 100%;
  aspect-ratio: 16 / 9;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-presentations .item:not(.gated--locked) .visuel::after,
.template.womenshealth.professional .professional-filters .onglets div#panel-interviews .item:not(.gated--locked) .visuel::after,
.template.womenshealth.professional .professional-filters .onglets div#panel-workshops .item:not(.gated--locked) .visuel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #060A3D;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-literature .item .itemInfo h3,
.template.womenshealth.professional .professional-filters .onglets div#panel-literature .item .itemInfo p {
  margin-bottom: 1rem;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-literature .item .visuel {
  border-radius: 1rem;
  overflow: clip;
}
.template.womenshealth.professional .professional-filters .onglets div#panel-literature .item .visuel img {
  width: 19rem;
  height: 26.5rem;
  object-fit: cover;
}
.specification {
  font-size: 14px !important;
  color: lightgrey;
  font-style: italic !important;
  padding: 1rem 0 0 0;
}
.professional .autopromo .ap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left {
    gap: 0.8rem;
  }
}
.professional .autopromo .ap-left h1 {
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.professional .autopromo .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.professional .professional-filters {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .professional .professional-filters {
    padding-top: 2.4rem;
  }
}
.professional .professional-filters .filters form,
.professional .professional-filters .filters .filter-group {
  display: flex;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters form,
  .professional .professional-filters .filters .filter-group {
    flex-direction: column;
  }
}
.professional .professional-filters .filters form {
  width: 83.33%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .professional .professional-filters .filters form {
    width: 100%;
  }
}
.professional .professional-filters .filters .filter-group {
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters .filter-group {
    align-items: unset;
    gap: 1.2rem;
  }
}
.professional .professional-filters .filters .wrapper {
  position: relative;
  flex: 1;
}
.professional .professional-filters .filters .wrapper #resetFilter {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  color: #044ED7;
  font-family: "Albert", sans-serif;
}
.professional .professional-filters .filters .wrapper #resetFilter::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f021';
  font-size: 1rem;
  margin-left: 0.5rem;
}
.professional .professional-filters .filters #specialityFilters {
  flex: 1;
  min-width: 0;
}
.professional .professional-filters .filters .specialitiesSelect {
  width: 100%;
  display: block;
}
.professional .professional-filters .filters .select2-container {
  width: 100% !important;
}
.professional .professional-filters .filters .select2-container .select2-selection {
  position: relative;
  padding: 1rem 0;
}
.professional .professional-filters .filters .select2-container .select2-selection::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice {
  margin-top: 0;
  background: rgba(29, 116, 255, 0.2);
  border: none;
  padding: 0.4rem 0.8rem 0.4rem 2rem;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding-left: 0.6rem;
  color: #044ED7;
  transition: all 0.3s;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:hover,
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:active,
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:focus {
  background-color: unset;
  color: #000;
}
.professional .professional-filters .filters .btn-bleu {
  padding: 1rem 5rem;
  font-family: "Albert", sans-serif;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters .btn-bleu {
    margin-top: 2rem;
  }
}
.professional .professional-filters .overview .tabs .onglets div[role="tablist"] {
  width: 50%;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .professional .professional-filters .overview .tabs .onglets div[role="tablist"] {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .professional .professional-filters .overview .tabs .onglets div[role="tablist"] button {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.professional .professional-filters .overview .tabs .onglets .liste_4 {
  align-items: flex-start;
}
.professional .professional-filters .overview .tabs .onglets .liste_4 .item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}
.professional .professional-filters .overview .tabs .onglets .liste_4 .item h3,
.professional .professional-filters .overview .tabs .onglets .liste_4 .item h3 a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  position: unset;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 {
  align-items: flex-start;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4rem;
  gap: 3.2rem;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo {
  display: flex;
  flex-direction: column;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo a {
  position: relative;
  color: #044ED7;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo a:last-child {
  margin-bottom: 0;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo a::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  margin-left: 0.5rem;
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo a.link--read::after {
  content: '\f061';
}
.professional .professional-filters .overview .tabs .onglets .liste_2 .item .itemInfo a.link--download::after {
  content: '\f019';
}
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item:hover .itemInfo .date,
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item:active .itemInfo .date,
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item:focus .itemInfo .date {
  background: #FF6E00;
  color: #fff;
}
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item .itemInfo {
  margin-top: -2rem;
  z-index: 1;
}
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item .itemInfo .date {
  display: inline-block;
  background: #fff;
  color: #FF6E00;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #FF6E00;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s;
}
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .item .itemInfo .blue-button {
  font-size: 16px !important;
}
.professional .professional-filters .overview .tabs .onglets div#panel-congresses .visuel {
  border-radius: 0.8rem;
}
.professional .professional-filters .overview .tabs .onglets div#panel-interviews .itemInfo,
.professional .professional-filters .overview .tabs .onglets div#panel-workshops .itemInfo,
.professional .professional-filters .overview .tabs .onglets div#panel-presentations .itemInfo {
  margin-top: 1.5rem;
}
.professional .professional-filters .overview .tabs .onglets div#panel-interviews .visuel,
.professional .professional-filters .overview .tabs .onglets div#panel-workshops .visuel,
.professional .professional-filters .overview .tabs .onglets div#panel-presentations .visuel {
  border-radius: 0.8rem;
}
.professional .professional-filters .overview .tabs .onglets div#panel-interviews .visuel img,
.professional .professional-filters .overview .tabs .onglets div#panel-workshops .visuel img,
.professional .professional-filters .overview .tabs .onglets div#panel-presentations .visuel img {
  width: 300px;
  aspect-ratio: 16 / 9;
}
.professional .professional-filters .overview .tabs .onglets div#panel-interviews .item:not(.gated--locked) .visuel::after,
.professional .professional-filters .overview .tabs .onglets div#panel-workshops .item:not(.gated--locked) .visuel::after,
.professional .professional-filters .overview .tabs .onglets div#panel-presentations .item:not(.gated--locked) .visuel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #060A3D;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.professional .professional-filters .overview .tabs .onglets div#panel-literature .item .itemInfo h3,
.professional .professional-filters .overview .tabs .onglets div#panel-literature .item .itemInfo p {
  margin-bottom: 1rem;
}
.professional .professional-filters .overview .tabs .onglets div#panel-literature .item .visuel {
  border-radius: 1rem;
  overflow: clip;
}
.professional .professional-filters .overview .tabs .onglets div#panel-literature .item .visuel img {
  width: 19rem;
  height: 26.5rem;
  object-fit: cover;
}
.professional .specification {
  padding: 0;
  color: #060A3D;
}
.resources .content {
  margin: 8rem auto;
}
@media screen and (max-width: 1024px) {
  .resources .content {
    margin: 4rem auto;
  }
}
.resources section.eifu {
  display: flex;
  flex-direction: row;
  gap: 75px;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .resources section.eifu {
    flex-direction: column;
  }
}
.resources section.eifu .block-left {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  gap: 40px;
  /*.block-grey:nth-child(1):after {
                top: -62px;
                background-image: url("../img/eifu/cover.png");
            }
            .block-grey:nth-child(2):after {
                top: -30px;
                background-image: url("../img/eifu/cover2.png");
            }*/
}
.resources section.eifu .block-left .block-grey {
  border-radius: 8px;
  background: #F8F8F8;
  position: relative;
  /*padding: 80px 45px;*/
  padding: 45px;
}
.resources section.eifu .block-left .block-grey h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.resources section.eifu .block-left .block-grey p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 30%;
  padding-bottom: 26px;
}
.resources section.eifu .block-left .block-grey:after {
  content: "";
  right: calc(-100% + 250px);
  width: 100%;
  height: 200%;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .resources section.eifu .block-left .block-grey:after {
    right: calc(-100% + 150px);
    background-size: 214px 196px;
  }
  .resources section.eifu .block-left .block-grey h1 {
    padding-right: 30%;
  }
  .resources section.eifu .block-left .block-grey p {
    padding-right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .resources section.eifu .block-left .block-grey:after {
    background-size: 160px 147px;
  }
  .resources section.eifu .block-left .block-grey h1 {
    padding-right: 30%;
  }
  .resources section.eifu .block-left .block-grey p {
    padding-right: 0;
  }
}
.resources section.eifu .block-right {
  flex: 1 0 40%;
}
.resources section.eifu .block-right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding: 25px 0 28px 0;
  position: relative;
}
.resources section.eifu .block-right p a {
  display: inline-block;
  width: 100%;
}
.resources section.eifu .block-right p:nth-child(3) {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.resources section.eifu .block-right p:after {
  content: "";
  top: calc(50% - (17px/2));
  right: 0;
  width: 17px;
  height: 17px;
  background-image: url("../img/eifu/external-link.svg");
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
.resources section.grey {
  margin: 90px 0;
  text-align: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.resources section.grey h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}
.resources section.grey .list-resource {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding-top: 30px;
}
.resources section.grey .list-resource .item-resource {
  flex: 0 24%;
}
.resources section.grey .list-resource .item-resource .item-img {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources section.grey .list-resource .item-resource h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 7px;
}
.resources section.grey .list-resource .item-resource p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .resources section.grey .list-resource {
    flex-wrap: wrap;
  }
  .resources section.grey .list-resource .item-resource {
    flex: 0 45%;
  }
}
@media screen and (max-width: 767px) {
  .resources section.grey .list-resource {
    flex-wrap: wrap;
  }
  .resources section.grey .list-resource .item-resource {
    flex: 0 90%;
  }
}
#vae-video .modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
#vae-video .modal.is-visible {
  visibility: visible;
}
#vae-video .modal-img {
  cursor: pointer;
}
#vae-video .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
#vae-video .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#vae-video .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}
@media screen and (max-width: 1024px) {
  #vae-video .modal-wrapper {
    width: 90%;
  }
}
#vae-video .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
#vae-video .modal.is-visible .modal-transition {
  opacity: 1;
}
#vae-video .modal-content video {
  width: 756px;
  height: 425px;
}
@media screen and (max-width: 1024px) {
  #vae-video .modal-content video {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
  }
}
#vae-video .modal-header {
  position: relative;
  background-color: transparent;
}
#vae-video .modal-content > *:first-child {
  margin-top: 0;
}
#vae-video .modal-content > *:last-child {
  margin-bottom: -6px;
}
#vae-video .modal-close {
  cursor: pointer;
}
#vae-video .modal-close:hover {
  opacity: 0.7;
}
.summit .wrapper {
  display: flex;
  align-items: center;
}
.summit ul.orange-dot {
  list-style-type: disc;
  padding: 0 4rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .summit ul.orange-dot {
    padding: 0 2rem;
  }
}
.summit ul.orange-dot li::marker {
  color: #FF6E00;
  font-size: 2rem;
}
.summit .btn-bleu {
  display: inline-block;
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
.summit .btn-bleu:hover,
.summit .btn-bleu:active,
.summit .btn-bleu:focus {
  text-decoration: none;
  background: #046CFF;
  border-color: #046CFF;
}
.summit .autopromolo {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 40rem;
  position: relative;
  padding: 0;
}
.summit .autopromolo-large {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.summit .autopromolo-large .ap-left {
  background: #060A3D;
  display: flex;
  padding: 0 8rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .summit .autopromolo-large .ap-left {
    gap: 0.8rem;
  }
}
.summit .autopromolo-large .ap-left h1 {
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 5.2rem;
  letter-spacing: 6.24px;
  line-height: 5.2rem;
  text-transform: uppercase;
}
.summit .autopromolo-large .ap-left h1 span {
  color: #FF6E00;
}
@media screen and (max-width: 767px) {
  .summit .autopromolo-large .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.summit .autopromolo-large .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #FF6E00;
}
@media screen and (max-width: 767px) {
  .summit .autopromolo-large .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.summit .autopromolo-large .ap-right {
  position: relative;
  overflow: hidden;
}
.summit .autopromolo-large .ap-right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .summit .autopromolo-large {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
@media screen and (max-width: 767px) {
  .summit .autopromolo-large {
    height: auto;
    grid-template-columns: 1fr;
  }
  .summit .autopromolo-large .ap-right {
    order: 2;
    height: 16rem;
  }
  .summit .autopromolo-large .ap-left {
    order: 1;
    padding: 2rem 1.25rem;
    justify-content: flex-start;
  }
  .summit .autopromolo-large .ap-left h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .summit .autopromolo {
    overflow: hidden;
  }
}
.summit .autopromolo img {
  width: 100%;
  object-fit: cover;
}
.summit .agenda {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .summit .agenda {
    padding: 2.4rem 0;
  }
}
.summit .agenda .wrapper {
  align-items: unset;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .summit .agenda .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.summit .agenda .wrapper .agendaItem {
  position: relative;
  max-width: 41rem;
  width: 100%;
  background: #FF6E00;
  color: #fff;
  box-sizing: border-box;
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .summit .agenda .wrapper .agendaItem {
    padding: 1.6rem 1.2rem;
  }
}
.summit .agenda .wrapper .agendaItem::after {
  content: "";
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.summit .agenda .wrapper .agendaItem.date::after {
  background-image: url(../img/summit/time.svg);
}
.summit .agenda .wrapper .agendaItem.location::after {
  background-image: url(../img/summit/pin.svg);
  width: 3rem;
}
.summit .agenda .wrapper .agendaItem .description {
  line-height: 4rem;
  font-size: 4.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .summit .agenda .wrapper .agendaItem .description {
    line-height: 2.4rem;
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.summit .agenda .wrapper .agendaItem .lieu {
  font-weight: 500;
}
.summit .agenda-citation {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .summit .agenda-citation {
    margin-top: 3.2rem;
  }
}
.summit .agenda-citation q {
  display: block;
  max-width: 106rem;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 3rem;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .summit .agenda-citation q {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.summit .agenda-citation q::before,
.summit .agenda-citation q::after {
  content: none;
}
.summit .agenda-citation q::after {
  content: "";
  background-image: url(../img/summit/quote.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -4rem;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .summit .agenda-citation q::after {
    background-image: url(../img/summit/quoteMobile.svg);
    width: 5.4rem;
    height: 5.4rem;
    right: 0;
    transform: none;
    top: unset;
  }
}
.summit .interview {
  padding: 0 0 6.4rem;
  display: flex;
  gap: 3.2rem;
  border-bottom: 0.1rem solid #9199D8;
}
@media (max-width: 1200px) {
  .summit .interview {
    flex-direction: column;
  }
}
.summit .interview > div {
  width: 50%;
}
@media (max-width: 1200px) {
  .summit .interview > div {
    width: 100%;
  }
}
.summit .interview > div h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.summit .interview > div .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.summit .interview > div .wrapper .intervenant {
  text-align: center;
}
.summit .interview > div .wrapper .intervenant .name {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper .intervenant .name {
    font-size: 1.5rem;
  }
}
.summit .interview > div .wrapper .intervenant .description {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper .intervenant .description {
    font-size: 1.2rem;
  }
}
.summit .interview > div.faculty .more-button {
  text-align: center;
  margin-top: 3.2rem;
}
@media (min-width: 767px) {
  .summit .interview > div.faculty .more-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .summit .interview > div.faculty .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .summit .interview > div.faculty .intervenant:nth-child(n+7) {
    display: none;
  }
}
.summit .interview > div .visuel {
  position: relative;
}
.summit .interview > div .visuel::after {
  content: '';
  position: absolute;
  width: 2.4rem;
  height: 1.8rem;
  background-repeat: no-repeat;
}
.summit .interview > div .visuel.english::after {
  background-image: url(../img/summit/flag/english.svg);
}
.summit .interview > div .visuel.italian::after {
  background-image: url(../img/summit/flag/italian.svg);
}
.summit .interview > div .visuel.french::after {
  background-image: url(../img/summit/flag/french.svg);
}
.summit .interview > div .visuel.german::after {
  background-image: url(../img/summit/flag/german.svg);
}
.summit .interview > div .visuel.russian::after {
  background-image: url(../img/summit/flag/russian.svg);
}
.summit .interview > div .visuel.usa::after {
  background-image: url(../img/summit/flag/usa.svg);
}
.summit .interview > div .visuel.belgium::after {
  background-image: url(../img/summit/flag/belgium.svg);
}
.summit .interview > div .visuel.arabic::after {
  background-image: url(../img/summit/flag/arabic.svg);
}
.summit .interview > div .visuel.spanish::after {
  background-image: url(../img/summit/flag/spanish.svg);
}
.summit .interview > div.chairs .visuel::after {
  right: 1rem;
  bottom: 1.5rem;
}
.summit .interview > div.faculty .visuel::after {
  right: 2.5rem;
  bottom: 1rem;
}
.summit .planning {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .summit .planning {
    padding: 2.4rem 0;
  }
}
.summit .planning h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.summit .planning > p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.summit .planning ul li {
  margin-bottom: 1rem;
}
.summit .planning ul li p:nth-child(2) {
  font-weight: 500;
}
