@charset "UTF-8";
body {
  font-family: "Arial", sans-serif;
  color: #04173C;
}

@font-face {
  font-family: "LibreFranklin";
  src: url("https://www.alcimed.com/wp-content/themes/hds_theme/assets/webfonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}
.color {
  color: #FF0044;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

nav picture.navigation-logo {
  height: 48px;
}
@media screen and (max-width: 821px) {
  nav picture.navigation-logo {
    height: 65px;
  }
}
nav picture.navigation-logo img {
  height: 100%;
  width: auto;
}
nav .primary-menu li:not(.cta-arrow-inversed) a,
nav .subnavigation li:not(.cta-arrow-inversed) a,
nav .sub-menu li:not(.cta-arrow-inversed) a {
  font-family: "LibreFranklin", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: #04173C;
}
nav .primary-menu li.text-accent3 a,
nav .subnavigation li.text-accent3 a,
nav .sub-menu li.text-accent3 a {
  color: #FF0044;
}
@media screen and (max-width: 821px) {
  nav .primary-menu {
    min-height: 35vh;
  }
}
nav .primary-menu > .menu-item a.has-submenu {
  padding-right: 20px;
}
nav .primary-menu > .menu-item a.has-submenu::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1px;
  right: 3px;
  transition: transform 0.2s ease-in-out;
  transform-origin: 5px 3px;
}
@media screen and (max-width: 821px) {
  nav .primary-menu > .menu-item a.has-submenu::before {
    transform: rotate(270deg);
  }
}
nav .primary-menu > .menu-item.active a::before {
  transform: rotate(180deg);
}
nav .primary-menu > .menu-item a {
  position: relative;
}
nav .primary-menu > .menu-item a::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #FF0044;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.2s ease-in-out;
}
@media screen and (max-width: 821px) {
  nav .primary-menu > .menu-item a::after {
    transition: width 0s ease-in-out;
  }
}
nav .primary-menu > .menu-item a:hover::after {
  width: 100%;
}
nav .primary-menu .subnavigation {
  position: absolute;
  width: 100vw;
  background-color: white;
  left: 0;
  top: 79px;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation {
    z-index: 100;
    top: 0;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
    transform: translateX(100%);
  }
}
nav .primary-menu .subnavigation .nav_desc {
  grid-column: span 6/span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 30% 60px 8.33%;
  font-family: "LibreFranklin", "sans-serif";
  font-size: 32px;
  font-weight: 400;
  color: #04173C;
  position: relative;
  z-index: 1;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .nav_desc {
    grid-column: span 12/span 12;
    font-size: 16px;
    padding: 4.333vw;
    padding-left: 20vw;
    padding-right: 20vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  nav .primary-menu .subnavigation .nav_desc::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.333vw;
    height: 28px;
    width: 28px;
    background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/arrow-mob-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
nav .primary-menu .subnavigation .nav_desc::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .nav_desc::before {
    width: 140vw;
    background-position: -17vw bottom;
  }
}
nav .primary-menu .subnavigation .nav_desc.active {
  transform: translateX(-83.333333%);
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .nav_desc.active {
    transform: translateX(-100%);
  }
}
nav .primary-menu .subnavigation .sub-menu {
  grid-column: span 6/span 6;
  padding: 80px 8.33% 80px 0;
  display: grid;
  grid-template-rows: repeat(4, 44px);
  grid-auto-flow: column;
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu {
    grid-column: span 12/span 12;
    padding: 8.333vw;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
nav .primary-menu .subnavigation .sub-menu .subnavigation2 {
  display: none;
}
nav .primary-menu .subnavigation .sub-menu.active {
  transform: translateX(-83.333333%);
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu.active {
    transform: translateX(-100%);
  }
}
nav .primary-menu .subnavigation .sub-menu.active li:not(.cta-arrow-inversed) a {
  color: #A9ADBF;
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed) {
  margin-bottom: 10px;
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active a {
  color: #04173C;
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active > a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FF0044;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .subnavigation2 {
    position: absolute;
    width: 100vw;
    left: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .subnavigation2 .nav_desc {
    color: #04173C !important;
  }
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .subnavigation2 .nav_desc span {
    font-size: 13px;
  }
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .subnavigation2 .nav_desc::after {
    background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/arrow-mob-left.svg) !important;
  }
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .subnavigation2 .nav_desc::before {
    display: none;
  }
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu {
  right: -83.333333%;
  display: block;
  padding: 60px 33.33% 0px 8.33%;
  align-items: center;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu {
    right: -100%;
    padding: 8.333vw;
    display: grid;
    overflow-y: scroll;
    grid-auto-rows: max-content;
  }
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu li:not(.cta-arrow-inversed) {
  width: 100%;
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu li:not(.cta-arrow-inversed) a {
  display: flex;
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu li:not(.cta-arrow-inversed) a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu li:not(.cta-arrow-inversed) a :hover {
  background-color: #FF0044 !important;
}
nav .primary-menu .subnavigation .sub-menu li:not(.cta-arrow-inversed).active .sub-menu li a::after {
  display: none;
}
nav .primary-menu .subnavigation .sub-menu ul li a {
  padding-right: 0;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu ul li a {
    padding-right: 20px;
  }
}
nav .primary-menu .subnavigation .sub-menu ul li.cta-arrow-inversed a::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: #FF0044;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(0deg) !important;
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FF0044;
  background-image: none;
}
nav .primary-menu .subnavigation .sub-menu ul li.cta-arrow-inversed a:hover a::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu ul li.cta-arrow-inversed a:hover a::before {
    animation: ripple 0s ease-in-out forwards;
  }
}
nav .primary-menu .subnavigation .sub-menu .sub-menu {
  display: none;
  grid-column: span 6/span 6;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -100%;
  -moz-column-count: 2 !important;
       column-count: 2 !important;
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
  -moz-column-width: 50% !important;
       column-width: 50% !important;
  grid-template-rows: unset;
  grid-auto-flow: unset;
}
@media screen and (max-width: 821px) {
  nav .primary-menu .subnavigation .sub-menu .sub-menu {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
    -moz-column-width: 100% !important;
         column-width: 100% !important;
    padding: 8.333vw;
  }
}
nav .primary-menu .subnavigation .sub-menu .sub-menu .menu-item:not(.cta-arrow-inversed) {
  display: grid;
  margin: 0 !important;
}
nav .primary-menu li.active .subnavigation {
  height: auto;
  max-height: 500px;
  background-color: white;
}
@media screen and (max-width: 821px) {
  nav .primary-menu li.active .subnavigation {
    transform: translateX(0);
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
  }
}
nav .navigation-search {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
nav .search-content {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/shape-menu-4.svg);
  background-size: cover;
}
@media screen and (min-width: 820px) {
  nav .search-content {
    overflow: hidden;
    height: 0;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  nav .search-content.active {
    overflow: unset;
    height: auto;
    max-height: 100vh;
  }
}
nav .navigation-language {
  cursor: pointer;
}
nav .navigation-language select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  outline: none;
  font-family: "libreFranklin";
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
nav .navigation-language select:hover {
  color: #FF0044;
}
nav .navigation-language select option {
  text-transform: uppercase;
}
nav .navigation-language select option:hover {
  color: #FF0044;
}
nav .navigation-language .pll-switcher-select {
  background-color: white;
}

.breadcrumb span span {
  margin: 0 5px;
  display: inline-block;
}
.breadcrumb span span:first-of-type {
  margin-left: 0;
}
.breadcrumb a {
  font-size: 13px;
  color: #04173C;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #FF0044;
}

.accent1 .sub-menu li.active .sub-menu {
  background-color: #FFEF87;
}
.accent1 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) {
  margin: 0 !important;
  border-bottom: 10px solid transparent;
}
.accent1 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a {
  background-color: #FFFAD7;
  z-index: 10;
  margin: 0 !important;
}
.accent1 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #FFE437;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FFE437;
  background-image: none;
}
.accent1 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
  animation: rippleBis 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .accent1 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
    animation: rippleBis 0s ease-in-out forwards;
  }
}
.accent1 .nav_desc::before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/shape-menu-1.svg);
}

.accent2 .subnavigation,
.accent2 .nav_desc {
  color: white !important;
}
@media screen and (max-width: 821px) {
  .accent2 .subnavigation::after,
.accent2 .nav_desc::after {
    background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/arrow-mob-left-white.svg) !important;
  }
}
.accent2 .sub-menu li.active .sub-menu {
  background-color: #66C0FC;
}
.accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) {
  margin: 0 !important;
  border-bottom: 10px solid transparent;
}
.accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a {
  background-color: #CCEAFE;
  z-index: 10;
  margin: 0 !important;
}
.accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #0096FA;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #0096FA;
  background-image: none;
}
.accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a {
  color: white;
}
.accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
  animation: rippleBis 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .accent2 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
    animation: rippleBis 0s ease-in-out forwards;
  }
}
.accent2 .nav_desc::before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/shape-menu-2.svg);
}

.accent4 .subnavigation,
.accent4 .nav_desc {
  color: white !important;
}
@media screen and (max-width: 821px) {
  .accent4 .subnavigation::after,
.accent4 .nav_desc::after {
    background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/arrow-mob-left-white.svg) !important;
  }
}
.accent4 .sub-menu li.active .sub-menu {
  background-color: #7D68C1;
}
.accent4 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) {
  margin: 0 !important;
  border-bottom: 10px solid transparent;
}
.accent4 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a {
  color: white !important;
  background-color: #9D8ED1;
  z-index: 10;
}
.accent4 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed) a::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #5C42B2;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #5C42B2;
  background-image: none;
}
.accent4 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
  animation: rippleBis 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .accent4 .sub-menu li.active .sub-menu li:not(.cta-arrow-inversed):hover a::before {
    animation: rippleBis 0s ease-in-out forwards;
  }
}
.accent4 .nav_desc::before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/shape-menu-4.svg);
}

.overlay-menu {
  transition: all 0.3s ease-in-out;
}
.overlay-menu.show {
  opacity: 0.25 !important;
}

@media screen and (max-width: 821px) {
  nav .primary-menu > .menu-item:has(ul) .subnavigation a::before {
    display: block;
    transform: rotate(270deg);
  }
}

li.cta-arrow-inversed.menu-item {
  position: absolute;
  right: 8.33%;
  top: 60px;
}
@media screen and (max-width: 821px) {
  li.cta-arrow-inversed.menu-item {
    position: relative;
    top: unset;
    right: unset;
  }
}

.menu-btn {
  height: 42px;
  width: 64px;
  cursor: pointer;
  position: relative;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  background: white;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 20px;
  left: 16px;
  transition: 0.3s ease-in-out;
}

.menu-btn span::before {
  top: -7px;
  left: 0;
}

.menu-btn span::after {
  top: 7px;
  left: 0;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-btn.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 821px) {
  .primary-menu-wrapper {
    width: 100%;
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 65px;
    left: 0;
    max-height: 0;
    transition: all 0.1s ease-in-out;
  }
  .primary-menu-wrapper.active {
    height: auto;
    max-height: 1000px;
    padding-bottom: 20px;
    overflow: unset;
  }
}

.cta-arrow li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FF0044;
  padding: 10px 20px;
  border-radius: 15px;
  color: white;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.cta-arrow li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.cta-arrow li a::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: white;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FF0044;
}
.cta-arrow li a:hover {
  color: #FF0044;
}
.cta-arrow li a:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
  transition: color 0.2s;
}
@media screen and (max-width: 821px) {
  .cta-arrow li a:hover::before {
    animation: ripple 0s ease-in-out forwards;
    transition: color 0.1s;
  }
}
.cta-arrow li a:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
}

.cta-arrow-button, .wysiwyg .bouton-cust, .wysiwyg .cta-arrow, .wysiwyg .bouton, #intro .cta form input[type=submit], .newsletter .wpcf7 form p:nth-of-type(3) input {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: #FF0044;
  padding: 10px 20px;
  border-radius: 15px;
  color: white;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  z-index: 1;
}
.cta-arrow-button::after, .wysiwyg .bouton-cust::after, .wysiwyg .cta-arrow::after, .wysiwyg .bouton::after, #intro .cta form input[type=submit]::after, .newsletter .wpcf7 form p:nth-of-type(3) input::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 30px;
}
.cta-arrow-button::before, .wysiwyg .bouton-cust::before, .wysiwyg .cta-arrow::before, .wysiwyg .bouton::before, #intro .cta form input[type=submit]::before, .newsletter .wpcf7 form p:nth-of-type(3) input::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: white;
  transition: all 0.2s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FF0044;
}
.cta-arrow-button:hover, .wysiwyg .bouton-cust:hover, .wysiwyg .cta-arrow:hover, .wysiwyg .bouton:hover, #intro .cta form input[type=submit]:hover, .newsletter .wpcf7 form p:nth-of-type(3) input:hover {
  color: #FF0044;
}
.cta-arrow-button:hover::before, .wysiwyg .bouton-cust:hover::before, .wysiwyg .cta-arrow:hover::before, .wysiwyg .bouton:hover::before, #intro .cta form input[type=submit]:hover::before, .newsletter .wpcf7 form p:nth-of-type(3) input:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .cta-arrow-button:hover::before, .wysiwyg .bouton-cust:hover::before, .wysiwyg .cta-arrow:hover::before, .wysiwyg .bouton:hover::before, #intro .cta form input[type=submit]:hover::before, .newsletter .wpcf7 form p:nth-of-type(3) input:hover::before {
    animation: ripple 0s ease-in-out forwards;
  }
}
.cta-arrow-button:hover::after, .wysiwyg .bouton-cust:hover::after, .wysiwyg .cta-arrow:hover::after, .wysiwyg .bouton:hover::after, #intro .cta form input[type=submit]:hover::after, .newsletter .wpcf7 form p:nth-of-type(3) input:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
}
.cta-arrow-button.expertise, .wysiwyg .expertise.bouton-cust, .wysiwyg .expertise.cta-arrow, .wysiwyg .expertise.bouton, #intro .cta form input.expertise[type=submit], .newsletter .wpcf7 form p:nth-of-type(3) input.expertise {
  background-color: #0096FA;
}
.cta-arrow-button.expertise::before, .wysiwyg .expertise.bouton-cust::before, .wysiwyg .expertise.cta-arrow::before, .wysiwyg .expertise.bouton::before, #intro .cta form input.expertise[type=submit]::before, .newsletter .wpcf7 form p:nth-of-type(3) input.expertise::before {
  border: 0px solid #0096FA;
}
.cta-arrow-button.expertise:hover, .wysiwyg .expertise.bouton-cust:hover, .wysiwyg .expertise.cta-arrow:hover, .wysiwyg .expertise.bouton:hover, #intro .cta form input.expertise[type=submit]:hover, .newsletter .wpcf7 form p:nth-of-type(3) input.expertise:hover {
  color: #04173C;
}
.cta-arrow-button.expertise:hover::after, .wysiwyg .expertise.bouton-cust:hover::after, .wysiwyg .expertise.cta-arrow:hover::after, .wysiwyg .expertise.bouton:hover::after, #intro .cta form input.expertise[type=submit]:hover::after, .newsletter .wpcf7 form p:nth-of-type(3) input.expertise:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent1.svg);
}
.cta-arrow-button.mission, .wysiwyg .mission.bouton-cust, .wysiwyg .mission.cta-arrow, .wysiwyg .mission.bouton, #intro .cta form input.mission[type=submit], .newsletter .wpcf7 form p:nth-of-type(3) input.mission {
  background-color: #FFE437;
  color: #04173C;
}
.cta-arrow-button.mission::before, .wysiwyg .mission.bouton-cust::before, .wysiwyg .mission.cta-arrow::before, .wysiwyg .mission.bouton::before, #intro .cta form input.mission[type=submit]::before, .newsletter .wpcf7 form p:nth-of-type(3) input.mission::before {
  border: 0px solid #FFE437;
}
.cta-arrow-button.mission::after, .wysiwyg .mission.bouton-cust::after, .wysiwyg .mission.cta-arrow::after, .wysiwyg .mission.bouton::after, #intro .cta form input.mission[type=submit]::after, .newsletter .wpcf7 form p:nth-of-type(3) input.mission::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent1.svg);
}
.cta-arrow-button.mission:hover::after, .wysiwyg .mission.bouton-cust:hover::after, .wysiwyg .mission.cta-arrow:hover::after, .wysiwyg .mission.bouton:hover::after, #intro .cta form input.mission[type=submit]:hover::after, .newsletter .wpcf7 form p:nth-of-type(3) input.mission:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent1.svg);
}
.cta-arrow-button.defaultpage, .wysiwyg .defaultpage.bouton-cust, .wysiwyg .defaultpage.cta-arrow, .wysiwyg .defaultpage.bouton, #intro .cta form input.defaultpage[type=submit], .newsletter .wpcf7 form p:nth-of-type(3) input.defaultpage {
  background-color: #5C42B2;
  color: #F6F8FF;
}
.cta-arrow-button.defaultpage::before, .wysiwyg .defaultpage.bouton-cust::before, .wysiwyg .defaultpage.cta-arrow::before, .wysiwyg .defaultpage.bouton::before, #intro .cta form input.defaultpage[type=submit]::before, .newsletter .wpcf7 form p:nth-of-type(3) input.defaultpage::before {
  border: 0px solid #5C42B2;
}
.cta-arrow-button.defaultpage::after, .wysiwyg .defaultpage.bouton-cust::after, .wysiwyg .defaultpage.cta-arrow::after, .wysiwyg .defaultpage.bouton::after, #intro .cta form input.defaultpage[type=submit]::after, .newsletter .wpcf7 form p:nth-of-type(3) input.defaultpage::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
}
.cta-arrow-button.defaultpage:hover, .wysiwyg .defaultpage.bouton-cust:hover, .wysiwyg .defaultpage.cta-arrow:hover, .wysiwyg .defaultpage.bouton:hover, #intro .cta form input.defaultpage[type=submit]:hover, .newsletter .wpcf7 form p:nth-of-type(3) input.defaultpage:hover {
  color: #04173C;
}
.cta-arrow-button.defaultpage:hover::after, .wysiwyg .defaultpage.bouton-cust:hover::after, .wysiwyg .defaultpage.cta-arrow:hover::after, .wysiwyg .defaultpage.bouton:hover::after, #intro .cta form input.defaultpage[type=submit]:hover::after, .newsletter .wpcf7 form p:nth-of-type(3) input.defaultpage:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent1.svg);
}

.column-count-4 {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
}

.cta-arrow-button-border {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: 1px solid #FF0044;
  padding: 10px 20px;
  border-radius: 15px;
  color: #FF0044 !important;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  padding-right: 20px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.cta-arrow-button-border::after {
  display: inline-block !important;
  content: "";
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative !important;
  margin-left: 30px;
  background-color: transparent !important;
  bottom: unset !important;
  left: unset !important;
}
.cta-arrow-button-border::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: #FF0044;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
}
.cta-arrow-button-border:hover {
  border-width: 0px;
  color: white !important;
}
.cta-arrow-button-border:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .cta-arrow-button-border:hover::before {
    animation: ripple 0s ease-in-out forwards;
  }
}
.cta-arrow-button-border:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
}

.cta-arrow-button-inversed {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 15px;
  color: #FF0044 !important;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  padding-right: 20px !important;
  z-index: 1;
}
.cta-arrow-button-inversed::after {
  display: inline-block !important;
  content: "";
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative !important;
  margin-left: 30px;
  background-color: transparent !important;
  bottom: unset !important;
  left: unset !important;
}
.cta-arrow-button-inversed::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: #FF0044;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid white;
}
.cta-arrow-button-inversed:hover {
  color: white !important;
}
.cta-arrow-button-inversed:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .cta-arrow-button-inversed:hover::before {
    animation: ripple 0s ease-in-out forwards;
  }
}
.cta-arrow-button-inversed:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
}

li.cta-arrow-inversed {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
li.cta-arrow-inversed a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 15px;
  color: #FF0044 !important;
  font-size: 13px;
  padding-right: 20px !important;
  position: relative;
  z-index: 1;
}
li.cta-arrow-inversed a::after {
  display: inline-block !important;
  content: "";
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative !important;
  margin-left: 30px;
  background-color: transparent !important;
  bottom: unset !important;
  left: unset !important;
}
li.cta-arrow-inversed a::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: #FF0044;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid white;
}
li.cta-arrow-inversed a:hover {
  color: white !important;
}
li.cta-arrow-inversed a:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  li.cta-arrow-inversed a:hover::before {
    animation: ripple 0s ease-in-out forwards;
  }
}
li.cta-arrow-inversed a:hover::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
}

.cta-border {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  outline: 1px solid #FF0044;
  padding: 10px 20px;
  border-radius: 15px;
  color: #FF0044 !important;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  padding-right: 20px !important;
  position: relative;
  z-index: 10;
}
.cta-border::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: #FF0044;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
}
.cta-border:hover {
  outline-width: 0px;
  color: white !important;
}
.cta-border:hover::before {
  animation: ripple 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .cta-border:hover::before {
    animation: ripple 0s ease-in-out forwards;
  }
}

.button-case {
  position: relative;
}
.button-case::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #FF0044;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.2s ease-in-out;
}
.button-case:hover::after {
  width: calc(100% - 20px);
}

@keyframes ripple {
  0% {
    height: 0;
    width: 0;
    border-radius: 50%;
    border-width: 0px;
  }
  50% {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border-width: 0px;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
  }
}
@keyframes rippleBis {
  0% {
    height: 0;
    width: 0;
    border-radius: 50%;
  }
  50% {
    height: 35px;
    width: 35px;
    border-radius: 50%;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
}
.newsletter .wpcf7 {
  padding-bottom: 60px;
}
.newsletter .wpcf7 form {
  height: 62px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.newsletter .wpcf7 form input[type=email] {
  color: #A9ADBF;
}
.newsletter .wpcf7 form input[type=email]::-moz-placeholder {
  color: #A9ADBF;
}
.newsletter .wpcf7 form input[type=email]::placeholder {
  color: #A9ADBF;
}
.newsletter .wpcf7 form input[type=email]:focus {
  outline: none;
}
.newsletter .wpcf7 form p:nth-of-type(2) {
  width: 50%;
  position: absolute;
  bottom: -90px;
  left: 30px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.newsletter .wpcf7 form p:nth-of-type(2) label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.newsletter .wpcf7 form p:nth-of-type(2) a {
  text-decoration: underline;
}
.newsletter .wpcf7 form p:nth-of-type(2) label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.newsletter .wpcf7 form p:nth-of-type(2) .wpcf7-list-item-label {
  position: relative;
}
.newsletter .wpcf7 form p:nth-of-type(2) .wpcf7-list-item-label:before {
  position: absolute;
  top: -1px;
  left: -25px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid white;
  background-color: transparent;
}
.newsletter .wpcf7 form p:nth-of-type(2) label:hover input ~ .wpcf7-list-item-label:before {
  border-color: #A9ADBF;
}
.newsletter .wpcf7 form p:nth-of-type(2) label input:checked ~ .wpcf7-list-item-label:before {
  border-color: white;
}
.newsletter .wpcf7 form p:nth-of-type(2) .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.newsletter .wpcf7 form p:nth-of-type(2) label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.newsletter .wpcf7 form p:nth-of-type(2) label .wpcf7-list-item-label:after {
  left: -18px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.newsletter .wpcf7 form p:nth-of-type(3) {
  padding-right: 4px;
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-span2 {
  background-color: #FF0044;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-span::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: white;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FF0044;
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 16px;
  z-index: 10;
}
.newsletter .wpcf7 form p:nth-of-type(3) input {
  cursor: pointer;
  z-index: 2;
  background-color: transparent !important;
  padding: 15px 60px 18px 30px;
  transition: all 0.3s ease-in-out;
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-wrapper:hover .submit-span::after {
  animation: ripple 0.3s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .newsletter .wpcf7 form p:nth-of-type(3) .submit-wrapper:hover .submit-span::after {
    animation: ripple 0.15s ease-in-out forwards;
  }
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-wrapper:hover .submit-span::before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
}
.newsletter .wpcf7 form p:nth-of-type(3) .submit-wrapper:hover input {
  color: #FF0044;
}

.wpcf7-list-item-label {
  color: #A9ADBF;
}

.wpcf7-email {
  padding: 10px 20px;
  border-radius: 15px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -21px;
  left: 20px;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}

footer .footer-logo {
  height: 48px;
}
footer .footer-logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 460px) {
  footer .footer-logo-wrapper {
    width: 50vw;
    margin: auto;
  }
}
footer ul li a {
  font-family: "LibreFranklin", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
footer .footer-menu-col1 li:first-of-type a,
footer .footer-menu-col2 li:first-of-type a,
footer .footer-menu-col3 li:first-of-type a {
  color: #FF0044;
  font-size: 13px;
}
@media screen and (max-width: 460px) {
  footer .footer-menu-col1 {
    margin-bottom: 15px;
  }
}
footer .footer-menu-col3 > li > a {
  display: none;
}
@media screen and (max-width: 460px) {
  footer .footer-menu-col3 > li > a {
    display: block;
  }
}
footer .footer-menu-col1 .sub-menu li a,
footer .footer-menu-col2 .sub-menu li a,
footer .footer-menu-col3 .sub-menu li a {
  color: #04173C;
  font-size: 15px;
}
footer .select_lang__selector ul li a {
  font-size: 13px;
  color: #04173C;
  font-family: "LibreFranklin", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 460px) {
  footer .select_lang__selector ul li a {
    margin: 0 10px;
  }
}
footer .footer-menu-col3,
footer .social-part,
footer .select_lang {
  margin-top: 30px;
}
footer .social-part ul .icon-social a {
  margin-bottom: 0px;
}
footer .footer-menu-legal {
  margin-top: 30px;
}

a.linkobs {
  cursor: pointer;
}

.no-js .connected-cases .case-text {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  transform: none;
}

.no-js .accordion-body {
  height: auto;
  opacity: 1;
  transition: none;
}

#intro {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: white;
}
#intro .logo {
  z-index: 100;
  position: absolute;
  z-index: 200;
  width: 100px;
  height: 100px;
  top: 50px;
  left: 25px;
}
@media screen and (min-width: 450px) {
  #intro .logo {
    width: 200px;
    height: 200px;
    top: 150px;
    left: 50px;
  }
}
#intro .content-header {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#intro .content-header .img-before {
  height: 100%;
  width: 100%;
  display: block;
  opacity: 1;
  transition: all 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#intro .content-header .img-before img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 460px) {
  #intro .content-header .img-before img {
    -o-object-position: 77%;
       object-position: 77%;
  }
}
#intro .content-header .bold {
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 460px) {
  #intro .content-header .textmobile {
    width: 80vw;
    top: 38vh;
    left: 14vw;
  }
}
#intro .content-header:last-of-type {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  clip-path: url(#clip-shape);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#intro .content-header:last-of-type div {
  z-index: 200;
}
#intro .content-header:last-of-type .img-before {
  height: 100vh;
  width: 100vw;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#intro .content-header:last-of-type .img-before img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 460px) {
  #intro .content-header:last-of-type .img-before {
    width: auto;
    right: -60vw;
    top: -20vw;
    height: 115vh;
  }
}
#intro .content-header:last-of-type::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #033caa;
  z-index: 3;
  opacity: 1;
  transition: all 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#intro .cta {
  position: relative;
}
#intro .cta form {
  padding-left: 35px;
  padding-right: 5px;
  height: 62px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#intro .cta form input[type=search] {
  color: #A9ADBF;
  width: 70%;
}
#intro .cta form input[type=search]::-moz-placeholder {
  color: #A9ADBF;
}
#intro .cta form input[type=search]::placeholder {
  color: #A9ADBF;
}
#intro .cta form input[type=search]:focus {
  outline: none;
}
#intro .cta form input[type=submit] {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 60px;
  transition: all 0.3s ease-in-out;
}
#intro .anim-text-intro {
  transition: all 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#intro .content-header:first-of-type .anim-text-intro {
  transform: translateY(0);
}
#intro .content-header:last-of-type .cta .submit-span2 {
  background-color: #FF0044;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#intro .content-header:last-of-type .cta .submit-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#intro .content-header:last-of-type .cta .submit-span::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 15px;
  background-color: white;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FF0044;
}
#intro .content-header:last-of-type .cta .submit-span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 16px;
  z-index: 10;
}
#intro .content-header:last-of-type .cta .submit-input {
  z-index: 2;
  background-color: transparent !important;
}
#intro .content-header:last-of-type .cta .submit-wrapper:hover .submit-span::after {
  animation: ripple 0.3s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  #intro .content-header:last-of-type .cta .submit-wrapper:hover .submit-span::after {
    animation: ripple 0.15s ease-in-out forwards;
  }
}
#intro .content-header:last-of-type .cta .submit-wrapper:hover .submit-span::before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-contact-accent.svg);
}
#intro .content-header:last-of-type .cta .submit-wrapper:hover input {
  color: #FF0044;
}
#intro .content-header:last-of-type .anim-text-intro {
  transform: translateY(100vh);
}

#svg-shape {
  position: absolute;
  z-index: 9999;
  top: 150px;
  left: 50px;
  width: 5000px;
  height: 2000px;
  pointer-events: none;
}
@media screen and (max-width: 460px) {
  #svg-shape {
    top: 30px;
    left: 22px;
    width: 2000px;
    height: 800px;
  }
}

#clip-shape {
  z-index: 0;
  transform-origin: 86px 86px;
  transform: translate(50px, 151px) rotate(470deg);
  transition: all 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@media screen and (max-width: 460px) {
  #clip-shape {
    transform-origin: 92.5px 71.5px;
    transform: translate(-31px, -2px) scale(0.4) rotate(470deg);
  }
}

#intro.animated #clip-shape {
  transform: translate(51px, 151px) rotate(345deg);
}
@media screen and (max-width: 460px) {
  #intro.animated #clip-shape {
    transform: translate(-33px, -12px) scale(0.4) rotate(358deg);
  }
}
#intro.animated .content-header:last-of-type::after {
  opacity: 0;
}
#intro.animated .content-header:last-of-type .anim-text-intro {
  transform: translateY(0);
}
#intro.animated .content-header:first-of-type .img-before {
  opacity: 0;
}
#intro.animated .content-header:first-of-type .anim-text-intro {
  transform: translateY(-100vh);
}

@media screen and (min-width: 1280px) {
  .img-who {
    right: calc(50% - 128px);
  }
}
@media screen and (max-width: 1280px) {
  .img-who {
    right: 40%;
  }
}

.missions-expertises .rubrique-big-title:first-of-type {
  border-bottom: 1px solid #FF0044;
  color: #FF0044;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .missions-expertises .rubrique-big-title:first-of-type {
    opacity: 1;
    border-bottom: 1px solid #04173C;
  }
}
.missions-expertises .rubrique-big-title:first-of-type.inactive {
  opacity: 0.5;
}
.missions-expertises .rubrique-big-title:nth-of-type(2) {
  opacity: 0.5;
  transition: color 0.3s ease-in-out;
  color: #FF0044;
}
.missions-expertises .rubrique-big-title:nth-of-type(2).active {
  opacity: 1;
}
@media screen and (max-width: 460px) {
  .missions-expertises .rubrique-big-title:nth-of-type(2) {
    opacity: 1;
    border-bottom: 1px solid #04173C;
  }
}
.missions-expertises .rubrique p.rubrique-title::after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-plus-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 27px;
}
@media screen and (max-width: 821px) {
  .missions-expertises .rubrique p.rubrique-title::after {
    bottom: 15px;
  }
}
.missions-expertises .rubrique p.rubrique-title.active::after {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-minus-black.svg);
}
.missions-expertises .rubrique .rubrique_submenu {
  background-color: white;
  max-height: 0;
  transition: 0.4s ease-in-out;
}
.missions-expertises .rubrique .rubrique_submenu.active {
  max-height: 530px;
}
@media screen and (max-width: 821px) {
  .missions-expertises .wrapper-rubrique {
    margin-bottom: 2.5rem;
  }
}
.missions-expertises .wrapper-rubrique ul {
  width: 80%;
}
@media screen and (max-width: 821px) {
  .missions-expertises .wrapper-rubrique ul {
    width: 96%;
  }
}
.missions-expertises .wrapper-rubrique li {
  width: 90%;
}
.missions-expertises .wrapper-rubrique li a {
  width: 100%;
}
.missions-expertises .wrapper-rubrique:first-of-type .bgColorSecteur {
  background-color: #FFFAD7;
  z-index: 10;
  position: relative;
}
.missions-expertises .wrapper-rubrique:first-of-type .bgColorSecteur::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #FFE437;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #FFE437;
  background-image: none;
}
.missions-expertises .wrapper-rubrique:first-of-type .bgColorSecteur:hover::before {
  animation: rippleBis 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .missions-expertises .wrapper-rubrique:first-of-type .bgColorSecteur:hover::before {
    animation: rippleBis 0s ease-in-out forwards;
  }
}
.missions-expertises .wrapper-rubrique:last-of-type .bgColorSecteur {
  background-color: #CCEAFE;
  z-index: 10;
  position: relative;
}
.missions-expertises .wrapper-rubrique:last-of-type .bgColorSecteur::before {
  display: inline-block !important;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #0096FA;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -1;
  border: 0px solid #0096FA;
  background-image: none;
}
.missions-expertises .wrapper-rubrique:last-of-type .bgColorSecteur:hover {
  color: white;
}
.missions-expertises .wrapper-rubrique:last-of-type .bgColorSecteur:hover::before {
  animation: rippleBis 0.2s ease-in-out forwards;
}
@media screen and (max-width: 821px) {
  .missions-expertises .wrapper-rubrique:last-of-type .bgColorSecteur:hover::before {
    animation: rippleBis 0s ease-in-out forwards;
  }
}

.flexpart-connected-page .img-page-loop {
  clip-path: url("#clip-shape-page");
}
.flexpart-connected-page #clip-shape-page {
  transform: translateX(7%);
}

.intro-page {
  color: white;
}
.intro-page .intro-text {
  opacity: 0;
}
.intro-page .smallable {
  transform: translate(-20vw, -36%) scale(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 821px) {
  .intro-page .smallable {
    transform: translate(-26vw, -36%) scale(0);
  }
}
@media screen and (max-width: 460px) {
  .intro-page .smallable {
    transform: translate(-27vw, -26%) scale(0);
  }
}
.intro-page.anim .smallable {
  transform: translate(-20vw, -36%) scale(1);
}
@media screen and (max-width: 821px) {
  .intro-page.anim .smallable {
    transform: translate(-26vw, -36%) scale(1);
  }
}
@media screen and (max-width: 460px) {
  .intro-page.anim .smallable {
    transform: translate(-27vw, -26%) scale(1);
  }
}
.intro-page.anim .intro-text {
  opacity: 1;
}
.intro-page.anim #intro2-shape {
  transform: translate(2.5vw, 4%) rotate(345deg);
}

@media screen and (max-width: 460px) {
  .page-template-tpl-page-contact .intro-page.anim .smallable {
    transform: translate(-27vw, -26%) scale(2);
  }
}
.logo-anim2 {
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2vw;
  z-index: 200;
}

#svg-intro2 {
  width: 300vw;
  max-width: 4500px;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
@media screen and (max-width: 821px) {
  #svg-intro2 {
    top: 5%;
    left: 2.7vw;
  }
}

#intro2-logo {
  transform: translate(2.5vw, 4%);
}

#intro2-shape {
  transform-origin: 86px 86px;
  transform: translate(2.5vw, 4%) rotate(470deg);
  transition: all 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.accent1,
.accent6 {
  color: #04173C;
}

.diary .diary-item.regular {
  grid-column: span 1/span 1;
}
.diary .diary-item.regular article {
  background-color: white;
  flex-direction: column;
}
.diary .diary-item.regular article .img-wrapper {
  height: 250px;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.regular article .img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.diary .diary-item.big {
  grid-column: span 2/span 2;
}
.diary .diary-item.big article {
  background-color: white;
  flex-direction: row;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article {
    flex-direction: column;
  }
}
.diary .diary-item.big article .img-wrapper {
  flex-grow: 1;
  height: 500px;
  width: 50%;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article .img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.diary .diary-item.big article .grow {
  position: relative;
  width: 50%;
  justify-content: center !important;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article .grow {
    width: 100%;
    height: auto;
  }
}
.diary .diary-item.big article .grow a.a-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.diary .diary-item.big .to-clip {
  clip-path: url(#clip-shape-tb-big);
  /*
  @media screen and (max-width: 821px) {
      clip-path: url(#clip-shape-tb-3);
  }
  */
}
.diary .regular:nth-of-type(4n + 1) .to-clip {
  clip-path: url(#clip-shape-tb-1);
}
.diary .regular:nth-of-type(4n + 2) .to-clip {
  clip-path: url(#clip-shape-tb-2);
}
.diary .regular:nth-of-type(4n + 3) .to-clip {
  clip-path: url(#clip-shape-tb-3);
}
@media screen and (max-width: 821px) {
  .diary .regular:nth-of-type(4n + 3) .to-clip {
    clip-path: url(#clip-shape-tb-big);
  }
}
.diary .regular:nth-of-type(4n) .to-clip {
  clip-path: url(#clip-shape-tb-1);
}
.diary .slick-track {
  display: flex;
  align-items: stretch;
}
.diary .slick-slide {
  height: auto;
  flex: 1;
}
.diary .slick-prev {
  left: 35%;
  top: 104%;
}
.diary .slick-next {
  right: 35%;
  top: 104%;
}
.diary .js-loader {
  position: absolute;
  width: 28px;
  height: auto;
  margin: 4px;
  top: 25px;
  left: 0px;
}

@media screen and (max-width: 821px) {
  #clip-shape-tb-big {
    transform: translate(53px, -141px) scale(0.75);
  }
}

.tab-content {
  max-height: 0;
  transition: max-height 0.35s;
}

.tab input:checked ~ .tab-content {
  max-height: 100vh;
}

.tab label.tab-label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.35s;
}

.tab input[type=radio] + label.tab-label::after, .tab input[type=checkbox] + label.tab-label::after {
  content: "";
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  margin-top: 6px;
}

.tab input[type=checkbox]:checked + label.tab-label::after {
  transform: rotate(180deg);
}

.tab input[type=radio]:checked + label.tab-label::after {
  transform: rotate(180deg);
}

.con1 {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.con1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #99D5FD;
  border-radius: 4px;
}

/* When the radio button is checked, add a blue background */
.con1 input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  background-color: #04173C;
}

.posts-slider .slick-slide {
  padding: 0 7px;
}

.diary .diary-item.regular {
  grid-column: span 1/span 1;
}
.diary .diary-item.regular article {
  background-color: white;
  flex-direction: column;
}
.diary .diary-item.regular article .img-wrapper {
  height: 250px;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.regular article .img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.diary .diary-item.big {
  grid-column: span 2/span 2;
}
.diary .diary-item.big article {
  background-color: white;
  flex-direction: row;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article {
    flex-direction: column;
  }
}
.diary .diary-item.big article .img-wrapper {
  flex-grow: 1;
  height: 500px;
  width: 50%;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article .img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.diary .diary-item.big article .grow {
  position: relative;
  width: 50%;
  justify-content: center !important;
}
@media screen and (max-width: 821px) {
  .diary .diary-item.big article .grow {
    width: 100%;
    height: auto;
  }
}
.diary .diary-item.big article .grow a.a-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.diary .diary-item.big .to-clip {
  clip-path: url(#clip-shape-tb-big);
  /*
  @media screen and (max-width: 821px) {
      clip-path: url(#clip-shape-tb-3);
  }
  */
}
.diary .regular:nth-of-type(4n + 1) .to-clip {
  clip-path: url(#clip-shape-tb-1);
}
.diary .regular:nth-of-type(4n + 2) .to-clip {
  clip-path: url(#clip-shape-tb-2);
}
.diary .regular:nth-of-type(4n + 3) .to-clip {
  clip-path: url(#clip-shape-tb-3);
}
@media screen and (max-width: 821px) {
  .diary .regular:nth-of-type(4n + 3) .to-clip {
    clip-path: url(#clip-shape-tb-big);
  }
}
.diary .regular:nth-of-type(4n) .to-clip {
  clip-path: url(#clip-shape-tb-1);
}
.diary .slick-track {
  display: flex;
  align-items: stretch;
}
.diary .slick-slide {
  height: auto;
  flex: 1;
}
.diary .slick-prev {
  left: 35%;
  top: 104%;
}
.diary .slick-next {
  right: 35%;
  top: 104%;
}
.diary .js-loader {
  position: absolute;
  width: 28px;
  height: auto;
  margin: 4px;
  top: 25px;
  left: 0px;
}

@media screen and (max-width: 821px) {
  #clip-shape-tb-big {
    transform: translate(53px, -141px) scale(0.75);
  }
}

.tab-content {
  max-height: 0;
  transition: max-height 0.35s;
}

.tab input:checked ~ .tab-content {
  max-height: 100vh;
}

.tab label.tab-label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.35s;
}

.tab input[type=radio] + label.tab-label::after, .tab input[type=checkbox] + label.tab-label::after {
  content: "";
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  margin-top: 6px;
}

.tab input[type=checkbox]:checked + label.tab-label::after {
  transform: rotate(180deg);
}

.tab input[type=radio]:checked + label.tab-label::after {
  transform: rotate(180deg);
}

.con1 {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.con1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #99D5FD;
  border-radius: 4px;
}

/* When the radio button is checked, add a blue background */
.con1 input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  background-color: #04173C;
}

.posts-slider .slick-slide {
  padding: 0 7px;
}

.accordion-body {
  transition: all 0.5s ease;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.accordion-body ul, .accordion-body ol {
  color: #04173C;
  text-transform: none;
  margin-bottom: 10px;
  list-style: inherit;
  margin-left: 20px;
}
.accordion-body ul li, .accordion-body ol li {
  color: #04173C;
  text-transform: none;
  position: relative;
  font-size: 17px;
  margin-bottom: 20px;
}
.accordion-body ol {
  list-style: decimal;
}
.accordion-body ol li::before {
  display: none;
}
.accordion-body p {
  margin-bottom: 15px;
}

.accordion-body.show {
  opacity: 1;
}

.svg-plus.minus .minus {
  stroke-opacity: 0;
}
.svg-plus.plus .plus {
  stroke-opacity: 1;
}

.flexpart-connected-terres-exploration {
  /* Répétez ce bloc pour chaque accent que vous avez */
}
.flexpart-connected-terres-exploration .clip-shape-card {
  transform-origin: center center;
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(280deg);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.flexpart-connected-terres-exploration .te-content {
  cursor: pointer;
}
.flexpart-connected-terres-exploration .te-content::after {
  pointer-events: none;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 16px;
  border: 1px solid white;
}
.flexpart-connected-terres-exploration .bg-accent1 {
  clip-path: url("#clip-shape-card-accent1");
}
.flexpart-connected-terres-exploration .te-content-accent1:hover #clip-shape-card-accent1 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .te-content-accent1::after {
  border: 1px solid #04173C;
}
.flexpart-connected-terres-exploration .te-content-accent1 h3 {
  color: #04173C !important;
}
.flexpart-connected-terres-exploration .te-content-accent1 svg circle {
  stroke: #04173C !important;
}
.flexpart-connected-terres-exploration .te-content-accent1 svg path {
  fill: #04173C !important;
}
.flexpart-connected-terres-exploration .bg-accent2 {
  clip-path: url("#clip-shape-card-accent2");
}
.flexpart-connected-terres-exploration .te-content-accent2:hover #clip-shape-card-accent2 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent3 {
  clip-path: url("#clip-shape-card-accent3");
}
.flexpart-connected-terres-exploration .te-content-accent3:hover #clip-shape-card-accent3 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent4 {
  clip-path: url("#clip-shape-card-accent4");
}
.flexpart-connected-terres-exploration .te-content-accent4:hover #clip-shape-card-accent4 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent5 {
  clip-path: url("#clip-shape-card-accent5");
}
.flexpart-connected-terres-exploration .te-content-accent5:hover #clip-shape-card-accent5 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent6 {
  clip-path: url("#clip-shape-card-accent6");
}
.flexpart-connected-terres-exploration .te-content-accent6::after {
  border: 1px solid #04173C;
}
.flexpart-connected-terres-exploration .te-content-accent6 h3 {
  color: #04173C !important;
}
.flexpart-connected-terres-exploration .te-content-accent6 svg circle {
  stroke: #04173C !important;
}
.flexpart-connected-terres-exploration .te-content-accent6 svg path {
  fill: #04173C !important;
}
.flexpart-connected-terres-exploration .te-content-accent6:hover #clip-shape-card-accent6 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent7 {
  clip-path: url("#clip-shape-card-accent7");
}
.flexpart-connected-terres-exploration .te-content-accent7:hover #clip-shape-card-accent7 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent8 {
  clip-path: url("#clip-shape-card-accent8");
}
.flexpart-connected-terres-exploration .te-content-accent8:hover #clip-shape-card-accent8 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent9 {
  clip-path: url("#clip-shape-card-accent9");
}
.flexpart-connected-terres-exploration .te-content-accent9:hover #clip-shape-card-accent9 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent10 {
  clip-path: url("#clip-shape-card-accent10");
}
.flexpart-connected-terres-exploration .te-content-accent10:hover #clip-shape-card-accent10 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .bg-accent11 {
  clip-path: url("#clip-shape-card-accent11");
}
.flexpart-connected-terres-exploration .te-content-accent11:hover #clip-shape-card-accent11 {
  transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
}
.flexpart-connected-terres-exploration .te-content .te-arrow {
  transform: translateY(0) rotate(45deg);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.flexpart-connected-terres-exploration .te-content .te-title {
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.flexpart-connected-terres-exploration .te-content:hover .te-arrow {
  transform: translateY(100%) rotate(45deg);
}
.flexpart-connected-terres-exploration .te-content:hover .te-title {
  transform: translateY(20px);
}
@media screen and (max-width: 821px) {
  .flexpart-connected-terres-exploration .te-content .te-arrow {
    transform: translateY(100%) rotate(45deg);
  }
  .flexpart-connected-terres-exploration .te-content .te-title {
    transform: translateY(20px);
  }
  .flexpart-connected-terres-exploration #clip-shape-card-accent1, .flexpart-connected-terres-exploration #clip-shape-card-accent2, .flexpart-connected-terres-exploration #clip-shape-card-accent3, .flexpart-connected-terres-exploration #clip-shape-card-accent4, .flexpart-connected-terres-exploration #clip-shape-card-accent5, .flexpart-connected-terres-exploration #clip-shape-card-accent6, .flexpart-connected-terres-exploration #clip-shape-card-accent7, .flexpart-connected-terres-exploration #clip-shape-card-accent8, .flexpart-connected-terres-exploration #clip-shape-card-accent9, .flexpart-connected-terres-exploration #clip-shape-card-accent10, .flexpart-connected-terres-exploration #clip-shape-card-accent11 {
    transform: translateX(-65%) translateY(-20%) scale(3) rotate(375deg);
  }
}
.flexpart-connected-terres-exploration .slick-track {
  margin: 0 5px;
}
@media screen and (max-width: 821px) {
  .flexpart-connected-terres-exploration .slick-track {
    margin: 0;
  }
}
.flexpart-connected-terres-exploration .slick-slide {
  padding: 0 7px;
}
.flexpart-connected-terres-exploration .slick-prev {
  left: 35%;
  top: 100%;
}
.flexpart-connected-terres-exploration .slick-next {
  right: 35%;
  top: 100%;
}

.flexpart-connected-recrutement {
  background: linear-gradient(90deg, #F6F8FF 0%, #F6F8FF 50%, #0096FA 50%, #0096FA 100%);
  position: relative;
}
.flexpart-connected-recrutement .recrutement-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F6F8FF;
  z-index: -1;
}
@media screen and (max-width: 641px) {
  .flexpart-connected-recrutement {
    background: transparent;
  }
  .flexpart-connected-recrutement .recrutement-right {
    background-color: #0096FA;
  }
  .flexpart-connected-recrutement .recrutement-left::after {
    display: none;
  }
}
.flexpart-connected-recrutement .slick-list {
  overflow: visible !important;
}
.flexpart-connected-recrutement .slick-dots li button:before {
  color: white;
}
.flexpart-connected-recrutement .slick-track {
  display: flex;
  align-items: stretch;
}
.flexpart-connected-recrutement .slick-slide {
  height: auto;
  flex: 1;
}
.flexpart-connected-recrutement .slick-dots {
  bottom: -50px;
}
.flexpart-connected-recrutement .last-slide {
  width: 380px;
}
@media screen and (max-width: 641px) {
  .flexpart-connected-recrutement .last-slide {
    width: 83.333vw;
  }
}
@media screen and (max-width: 641px) {
  .flexpart-connected-recrutement .article {
    width: 90vw;
  }
}

.flexpart-connected-les-explorateurs {
  background: linear-gradient(90deg, white 0%, white 50%, #FF8732 50%, #FF8732 100%);
  position: relative;
}
.flexpart-connected-les-explorateurs .explorateurs-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: white;
  z-index: -1;
}
@media screen and (max-width: 641px) {
  .flexpart-connected-les-explorateurs {
    background: transparent;
  }
  .flexpart-connected-les-explorateurs .explorateurs-right {
    background-color: #FF8732;
  }
  .flexpart-connected-les-explorateurs .explorateurs-left::after {
    display: none;
  }
}
.flexpart-connected-les-explorateurs .slick-list {
  overflow: visible !important;
}
.flexpart-connected-les-explorateurs .slick-dots li button:before {
  color: white;
}
.flexpart-connected-les-explorateurs .slick-track {
  display: flex;
  align-items: stretch;
}
.flexpart-connected-les-explorateurs .slick-slide {
  height: auto;
  flex: 1;
}
.flexpart-connected-les-explorateurs .slick-dots {
  bottom: -50px;
}

.flexpart-connected-les-explorateurs .img-last,
.master-teams .img-last {
  position: absolute;
  height: 325px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.flexpart-connected-les-explorateurs .svg-shape-jocker,
.flexpart-connected-les-explorateurs .svg-shape-jocker2,
.master-teams .svg-shape-jocker,
.master-teams .svg-shape-jocker2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.flexpart-connected-les-explorateurs .clip-shape-jocker,
.master-teams .clip-shape-jocker {
  transform-origin: center center;
  transform: translateX(-65%) translateY(37%) scale(3) rotate(187deg);
  transition: all 1s ease-in-out;
}
.flexpart-connected-les-explorateurs .clip-shape-jocker2,
.master-teams .clip-shape-jocker2 {
  transform-origin: center center;
  transform: translateX(-65%) translateY(37%) scale(3) rotate(90deg);
  transition: all 1s ease-in-out;
}
.flexpart-connected-les-explorateurs .explorator-card .text-explo-card,
.master-teams .explorator-card .text-explo-card {
  transform: translateY(-40px);
  transition: transform 1s cubic-bezier(0.68, -0.25, 0.27, 1);
}
.flexpart-connected-les-explorateurs .explorator-card.active .text-explo-card,
.master-teams .explorator-card.active .text-explo-card {
  transform: translateY(-20px);
}

.flexpart-media iframe {
  aspect-ratio: 16/9;
  grid-column: span 10/span 10;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal-video iframe {
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 821px) {
  .slick-slider {
    /* &.temoignage-slider article { min-height:700px; } */
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/slick.eot");
  src: url("../eot/slickd41d.eot#iefix") format("embedded-opentype"), url("../woff/slick.woff") format("woff"), url("../ttf/slick.ttf") format("truetype"), url("../svg/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.connected-temoignages .slick-dots li button:before {
  color: #FF0044;
}
.connected-temoignages .slick-slide {
  height: auto;
  flex: 1;
}
.connected-temoignages .slick-track {
  display: flex;
  align-items: stretch;
}

.slick-prev:before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
}

.slick-next:before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
}

.slick-prev {
  left: -43px;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .slick-prev {
    left: 35%;
    top: 98%;
  }
}

.slick-next {
  right: -43px;
}
@media screen and (max-width: 821px) {
  .slick-next {
    right: 35%;
    top: 98%;
  }
}

.home .connected-client-list h2, .home .connected-client-list-slider h2 {
  text-align: center;
}

.connected-cases .slick-list {
  overflow: visible !important;
}
.connected-cases .slick-list .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 821px) {
  .connected-cases .slick-list .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  .connected-cases .slick-list .slick-slide .loop-case {
    position: relative;
  }
  .connected-cases .slick-list .slick-slide .loop-case .forme-1 {
    width: 32%;
    position: absolute;
    opacity: 1;
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }
  .connected-cases .slick-list .slick-slide .loop-case .forme-2 {
    width: 32%;
    position: absolute;
    opacity: 1;
    right: 0;
    bottom: 0;
    transform: scale(-1, 1);
  }
  .connected-cases .slick-list .slick-slide .loop-case .forme-3 {
    width: 32%;
    position: absolute;
    opacity: 1;
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }
}
.connected-cases .slick-dots li button:before {
  color: #FF0044;
}
.connected-cases .forme-svg {
  display: none;
}
.connected-cases .forme-1 .forme-1-svg {
  display: block;
}
.connected-cases .forme-2 .forme-2-svg {
  display: block;
}
.connected-cases .forme-3 .forme-3-svg {
  display: block;
}
.connected-cases .case-title {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.connected-cases .case-text {
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.connected-cases .case-text p, .connected-cases .case-text ul, .connected-cases .case-text ol, .connected-cases .case-text h1, .connected-cases .case-text h2, .connected-cases .case-text h3, .connected-cases .case-text h4, .connected-cases .case-text h5, .connected-cases .case-text h6, .connected-cases .case-text a {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
@media screen and (max-width: 460px) {
  .connected-cases .case-text {
    background: white;
  }
}
.connected-cases .part-right-case {
  overflow: hidden;
}
.connected-cases .part-right-case.expanded .case-title {
  transform: translateY(-100%);
}
.connected-cases .part-right-case.expanded .case-text {
  overflow-y: scroll;
  max-height: 1000px;
  transform: translateY(-100%);
  opacity: 1;
}
.connected-cases .slick-next:before {
  background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/next-white.svg);
}
@media screen and (max-width: 821px) {
  .connected-cases .slick-next:before {
    background-image: url(https://www.alcimed.com/wp-content/themes/hds_theme/assets/img/next.svg);
  }
}

.wysiwyg {
  color: #04173C;
}
.wysiwyg p {
  font-size: 19px;
  margin-bottom: 25px;
  color: #04173C;
}
@media screen and (max-width: 821px) {
  .wysiwyg p {
    font-size: 17px;
  }
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg hr {
  margin-bottom: 25px;
}
.wysiwyg blockquote {
  position: relative;
}
@media screen and (max-width: 821px) {
  .wysiwyg blockquote {
    margin-left: 30px;
    padding-left: 15px;
    font-size: 19px;
  }
}
.wysiwyg blockquote::before {
  content: "“";
  font-size: 200px;
  line-height: 0.1em;
  position: absolute;
  color: #ff0044;
  left: -13%;
  top: 55px;
}
@media screen and (max-width: 821px) {
  .wysiwyg blockquote::before {
    font-size: 127px;
    top: 31px;
  }
}
.wysiwyg h2 {
  color: #04173C;
  text-transform: none;
  font-size: 44px;
  margin-bottom: 20px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 821px) {
  .wysiwyg h2 {
    font-size: 28px;
  }
}
.wysiwyg h2.text-accent3 {
  color: #FF0044;
}
.wysiwyg h3 {
  color: #04173C;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 821px) {
  .wysiwyg h3 {
    font-size: 22px;
  }
}
.wysiwyg h4 {
  color: #04173C;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 821px) {
  .wysiwyg h4 {
    font-size: 21px;
  }
}
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg ol ul,
.wysiwyg ul ul {
  color: #04173C;
  text-transform: none;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 45px;
}
.wysiwyg ul li,
.wysiwyg ol li,
.wysiwyg ol ul li,
.wysiwyg ul ul li {
  color: #04173C;
  text-transform: none;
  position: relative;
  font-size: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 460px) {
  .wysiwyg ul li,
.wysiwyg ol li,
.wysiwyg ol ul li,
.wysiwyg ul ul li {
    font-size: 17px;
  }
}
.wysiwyg ul li::before,
.wysiwyg ol li::before,
.wysiwyg ol ul li::before,
.wysiwyg ul ul li::before {
  position: absolute;
  font-size: 32px;
  left: -44px;
  line-height: 30px;
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FF0044; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
}
.wysiwyg ul li::marker,
.wysiwyg ol li::marker,
.wysiwyg ol ul li::marker,
.wysiwyg ul ul li::marker {
  line-height: 30px;
  color: #FF0044; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
}
.wysiwyg ol {
  list-style: decimal;
  margin-left: 22px;
}
.wysiwyg ol li {
  padding-left: 24px;
}
.wysiwyg ol li::before {
  display: none;
}
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin-top: 16px;
}
.wysiwyg a:not(.cta-arrow-button, .bouton-cust, .cta-arrow, .bouton) {
  color: #FF0044;
  text-decoration: underline;
}
.wysiwyg .bouton,
.wysiwyg .cta-arrow {
  margin-top: 30px;
}
.wysiwyg .bouton a,
.wysiwyg .cta-arrow a {
  color: white;
  text-decoration: none;
}
.wysiwyg .bouton:hover a,
.wysiwyg .cta-arrow:hover a {
  color: #FF0044;
}
.wysiwyg p .bouton,
.wysiwyg p .cta-arrow {
  margin-top: 0;
}
.wysiwyg sup a {
  color: #04173C !important;
}
.wysiwyg table {
  width: 100%;
  border: 1px solid #A9ADBF;
}
.wysiwyg table td {
  border: 1px solid #A9ADBF;
  padding: 8px;
  vertical-align: top;
  font-size: 0.9rem;
}
.wysiwyg table td p {
  font-size: 0.9rem;
}
.wysiwyg .background-cta-article-blog {
  display: none;
}

.js-summary {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  max-width: 1280px;
  display: grid;
  margin: auto;
  margin-top: 30px;
}
.js-summary a {
  color: #FF0044;
  text-decoration: none;
  background-color: #F6F8FF;
  grid-column: span 8/span 8;
  grid-column-start: 2;
  padding: 15px 20px 0px 20px;
}
.js-summary a span {
  color: #04173C;
}
.js-summary a:last-child {
  padding-bottom: 15px;
}
.js-summary a:hover {
  text-decoration: underline;
}

.texte-en-deux-colonnes {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 460px) {
  .texte-en-deux-colonnes {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.chapo {
  font-weight: 700;
  font-style: italic;
  font-size: 21px;
}

.modern-footnotes-footnote__note {
  word-break: break-word;
}

.single .wysiwyg blockquote {
  margin-bottom: 25px;
  border-left: 5px solid #FF0044;
  padding-left: 20px;
}
@media screen and (max-width: 821px) {
  .single .wysiwyg blockquote {
    margin-left: 0px;
    border-left: 5px solid #FF0044;
    padding-left: 20px;
  }
}
.single .wysiwyg blockquote::before {
  display: none;
}
.single .wysiwyg a:not(.cta-arrow-button, .bouton-cust, .cta-arrow, .bouton) {
  text-decoration: underline;
}
.single .wysiwyg .cta-article-blog {
  color: #FF0044;
}

.alignleft {
  display: inline-flex;
  float: left;
  margin-right: 10px;
}

.alignright {
  display: inline-flex;
  float: right;
  margin-left: 10px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 821px) {
  .pagination {
    gap: 3px;
  }
}
.pagination .page-numbers {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 15px;
  color: #FF0044;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .pagination .page-numbers {
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 10px;
  }
}
.pagination .page-numbers.current {
  background-color: #FF0044;
  color: white;
}
.pagination .pagination_dix .page-numbers {
  background-color: transparent;
}
.pagination .pagination_dix .page-numbers.current {
  background-color: transparent;
  color: #FF0044;
}

.tabs {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  margin-top: -72px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 821px) {
  .tabs {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: -33px;
  }
}
.tabs .tabs__nav {
  display: flex;
  grid-column: span 10/span 10;
}
@media screen and (max-width: 821px) {
  .tabs .tabs__nav {
    grid-column: span 12/span 12;
    justify-content: space-evenly;
  }
}
.tabs .tabs__nav-btn {
  padding: 15px 30px;
  font-size: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media screen and (max-width: 821px) {
  .tabs .tabs__nav-btn {
    font-size: 13px;
    margin-right: 0;
    padding: 7px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.tabs .tabs__nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.tabs .tabs__nav-btn.active {
  background-color: white;
  border-right-color: white;
  color: #FF0044;
}
.tabs .tabs__content {
  grid-column: span 10/span 10;
  padding: 30px;
  background-color: white;
}
@media screen and (max-width: 821px) {
  .tabs .tabs__content {
    grid-column-start: 1;
    grid-column: span 12/span 12;
    padding: 0;
  }
}
.tabs .tabs__item {
  display: none;
}
.tabs .tabs__item.active {
  display: block;
}

.input-contact input,
.input-contact textarea {
  border: 1px solid #5C42B2;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: white;
  color: #04173C;
  font-size: 15px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
}
.input-contact .wpcf7-form-control-wrap {
  display: flex;
}
.input-contact input[type=checkbox] {
  width: auto;
  padding: 10px;
  margin-bottom: 5px;
}
.input-contact .wpcf7-not-valid-tip {
  font-size: 11px;
  bottom: 9px;
}
.input-contact.mt-1.small-f .wpcf7-not-valid-tip {
  bottom: -16px;
}
.input-contact .wpcf7-list-item-label {
  font-size: 13px;
}
.input-contact.contact-textarea .wpcf7-textarea {
  height: 170px;
}
.input-contact.contact-textarea p {
  margin-bottom: 0px;
}

.form-body .small-f p,
.form-body .small-f .wpcf7-list-item {
  font-size: 17px;
}
.form-body .wpcf7-list-item {
  margin-left: 5px;
  line-height: 1;
}

.contact-submit p {
  text-align: right;
}
@media screen and (max-width: 821px) {
  .contact-submit p {
    text-align: left;
  }
}
.contact-submit input {
  width: auto;
  transition: all 0.3s ease-in-out;
}
.contact-submit input:hover {
  background-color: #FF0044;
  color: white;
  border: 1px solid #FF0044;
  cursor: pointer;
}
.contact-submit .wpcf7-submit {
  background-color: #FF0044;
  color: white;
  border: 1px solid #FF0044;
}
.contact-submit .wpcf7-submit:hover {
  background-color: white;
  color: #FF0044;
  border: 1px solid #FF0044;
  cursor: pointer;
}

.wpcf7-list-item-label {
  color: #04173C;
  font-size: 17px;
}

.input-contact .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 17px;
}
.input-contact .wpcf7-form-control.wpcf7-acceptance a {
  color: #04173C;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: white;
  border-color: #FF8732;
  border-width: 1px;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 15px;
  margin: auto;
  position: relative;
  background-color: #FF8732;
  color: #FFF;
  width: 100%;
  border-radius: 0;
  transform: none;
  position: fixed;
  z-index: 0;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: white;
  border-color: #FF0044;
  border-width: 1px;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 15px;
  margin: auto;
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: white;
  border-color: #03C878;
  border-width: 1px;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 15px;
  margin: auto;
  position: relative;
}

input[type=file]::-webkit-file-upload-button {
  background: white;
  border: 1px solid #5C42B2;
  border-radius: 9px;
  padding: 5px 10px;
  color: #A9ADBF;
  cursor: pointer;
}
input[type=file]::-webkit-file-upload-button:hover {
  background-color: #FF0044;
  color: white;
  border: 1px solid #FF0044;
}

.wpcf7-checkbox {
  -moz-column-count: 3;
       column-count: 3;
  max-width: 384px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 1024px) {
  .wpcf7-checkbox {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.wpcf7 input[type=file] {
  max-width: 384px;
}

.kc_captcha .wpcf7-form-control {
  width: 100%;
}

.captcha-image {
  border: 1px solid #5c42b2;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  width: 100%;
}

.popin-contact .captcha-image {
  border: 1px solid #fff;
}

.popin-contact .captcha-image .cf7ic_instructions span {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.popin-contact {
  max-height: calc(100vh - 200px);
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 9999;
  overflow-y: auto;
}
.popin-contact.active {
  transform: translateY(0);
}

.popin-contact-content form .form-head {
  margin-bottom: 10px;
}
.popin-contact-content form .form-head,
.popin-contact-content form p {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
.popin-contact-content form h2 {
  font-size: 28px;
}
.popin-contact-content form p {
  margin-bottom: 10px;
}
@media screen and (max-width: 460px) {
  .popin-contact-content form p {
    font-size: 17px;
  }
}
.popin-contact-content form .form-body {
  margin-top: 20px;
}
.popin-contact-content form .input-contact input,
.popin-contact-content form .input-contact textarea {
  border: none;
  color: #04173C;
}
.popin-contact-content form .input-contact input:focus, .popin-contact-content form .input-contact input:focus-visible,
.popin-contact-content form .input-contact textarea:focus,
.popin-contact-content form .input-contact textarea:focus-visible {
  border: none;
}
.popin-contact-content form .input-contact p {
  margin-bottom: 0px;
}
.popin-contact-content form .input-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A9ADBF;
}
.popin-contact-content form .input-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9ADBF;
}
.popin-contact-content form .input-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #A9ADBF;
}
.popin-contact-content form .input-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #A9ADBF;
}
.popin-contact-content form .input-contact .wpcf7-submit {
  background-color: white;
  color: #FF0044;
  border: 1px solid white;
}
.popin-contact-content form .input-contact .wpcf7-submit:hover {
  background-color: #FF0044;
}
.popin-contact-content form .wpcf7-not-valid-tip, .popin-contact-content form .wpcf7-list-item-label {
  color: white;
}
.popin-contact-content form .wpcf7-not-valid-tip {
  color: #FF0044;
}
@media screen and (max-width: 821px) {
  .popin-contact-content form .flex.flex-row.gap-4 {
    flex-wrap: wrap;
  }
  .popin-contact-content form .flex.flex-row.gap-4 .justify-between {
    flex-basis: calc(50% - 0.5rem);
  }
  .popin-contact-content form .flex.flex-row.gap-4 .w-full.inpout-contact {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 460px) {
  .popin-contact-content form .flex.flex-row.gap-4 {
    flex-wrap: wrap;
  }
  .popin-contact-content form .flex.flex-row.gap-4 .justify-between {
    flex-basis: 100%;
  }
}
.popin-contact-content .wpcf7-form-control.wpcf7-acceptance a {
  color: white;
  text-decoration: underline;
}
.popin-contact-content .contact-submit input {
  transition: all 0.3s ease-in-out;
}
.popin-contact-content .contact-submit input:hover {
  background-color: #FF668F;
  color: white;
}

#exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#exit-popup.visible {
  display: block;
}
#exit-popup .exit-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#exit-popup .exit-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#exit-popup .exit-popup-content button {
  margin-top: 10px;
  padding: 5px 10px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  text-transform: uppercase;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}
.nice-select:hover {
  color: #FF0044;
}
.nice-select:hover::after {
  border-bottom: 2px solid #FF0044;
  border-right: 2px solid #FF0044;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #04173C;
  border-right: 2px solid #04173C;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  color: #04173C;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
  color: #FF0044;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.connected-temoignages .open-modal-video img.object-contain {
  width: auto;
}
@media screen and (max-width: 821px) {
  .connected-temoignages .open-modal-video img.object-contain {
    min-height: 380px;
    max-height: 400px;
  }
}
.connected-temoignages .picto-play {
  background-image: url(../png/picto-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.connected-temoignages .cursor-pointer:hover .picto-play {
  background-image: url(../png/picto-play-hover.png);
}
/*# sourceMappingURL=main.css.map */
