/*@green: @green;*/
.transition {
  transition: all 150ms linear;
}
/*.font-face('Gotham', '@{font-path}gotham-light', 300, 'normal');
.font-face('Gotham', '@{font-path}gotham-book', 400, 'normal');
.font-face('Gotham', '@{font-path}gotham-medium', 500, 'normal');
.font-face('Gotham', '@{font-path}gotham-bold', 700, 'normal');
.font-face('Gotham', '@{font-path}gotham-black', 900, 'normal');*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent !important;
  font-family: 'Montserrat', verdana, sans-serif;
}
html {
  color: #000000;
  background: #ffffff;
}
.like_link {
  display: inline;
  text-decoration: underline;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="text"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
input[type="text"].datepicker,
input[type="tel"].datepicker,
input[type="email"].datepicker,
input[type="submit"].datepicker,
input[type="text"].datepicker,
input[type="number"].datepicker,
textarea.datepicker,
input[type="text"].datepickerfilter,
input[type="tel"].datepickerfilter,
input[type="email"].datepickerfilter,
input[type="submit"].datepickerfilter,
input[type="text"].datepickerfilter,
input[type="number"].datepickerfilter,
textarea.datepickerfilter {
  background: url('/assets/images/datepicker.svg') 97% 50% no-repeat;
  background-size: auto 25px;
}
input[type="text"].datepicker.smaller,
input[type="tel"].datepicker.smaller,
input[type="email"].datepicker.smaller,
input[type="submit"].datepicker.smaller,
input[type="text"].datepicker.smaller,
input[type="number"].datepicker.smaller,
textarea.datepicker.smaller,
input[type="text"].datepickerfilter.smaller,
input[type="tel"].datepickerfilter.smaller,
input[type="email"].datepickerfilter.smaller,
input[type="submit"].datepickerfilter.smaller,
input[type="text"].datepickerfilter.smaller,
input[type="number"].datepickerfilter.smaller,
textarea.datepickerfilter.smaller {
  background-size: auto 15px;
}
input[type="text"].unselectable,
input[type="tel"].unselectable,
input[type="email"].unselectable,
input[type="submit"].unselectable,
input[type="text"].unselectable,
input[type="number"].unselectable,
textarea.unselectable {
  background: none !important;
  pointer-events: none;
  border: 0 !important;
}
select,
input {
  color: #000000;
  background: #ffffff;
}
input[type="submit"] {
  border: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
select::-ms-expand {
  display: none;
}
body,
html {
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 719px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 813px) and (orientation: landscape) {
  .desktop-only {
    display: none !important;
  }
}
.hiddenEmpty:empty {
  display: none;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #efefef;
  box-sizing: content-box;
  height: 0;
}
body {
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 13px;
}
body.has-popin {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.has-popin .header {
  z-index: 1000;
}
body.hasBookingProcess .section__content,
body.hasBookingProcess .section__aside {
  display: none;
}
body #content.no-header {
  margin-top: 110px;
}
@media (max-width: 719px) {
  body #content.no-header {
    margin-top: 95px;
  }
}
body .hidden-label {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
  display: block;
}
body .error {
  color: #db2828 !important;
  border-color: #db2828 !important;
}
body .info-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20000;
  width: 100%;
  margin-top: 60px;
  display: none;
}
body .info-loader__img {
  text-align: center;
}
body .info-loader__img img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: auto;
}
body .info-loader__text {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
  color: #3577C8;
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
  font-weight: 500;
}
body.loader {
  overflow: hidden;
  pointer-events: none;
}
body.loader .info-loader {
  display: block;
}
body.loader,
body.loaderPayment {
  height: 100%;
  width: 100%;
  position: fixed;
  transition: all 100ms linear;
  pointer-events: none;
}
body.loader:before,
body.loaderPayment:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 20000;
}
body.loader:after,
body.loaderPayment:after {
  z-index: 20000;
  width: 60px;
  height: 60px;
  border: 6px solid #f6f6f6;
  border-top: 6px solid #23b5a2;
  margin: -30px 0 0 -30px;
}
body .loading {
  transition: all 100ms linear;
  pointer-events: none;
}
body .loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
}
body .loading span {
  opacity: 1;
}
body .loading:after {
  z-index: 101;
}
body .loadingForStripe {
  transition: all 100ms linear;
  pointer-events: none;
}
body .loadingForStripe:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 1000;
}
body .loadingForStripe:after {
  content: '';
  position: absolute;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid #23b5a2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  animation: spin 2s linear infinite;
  margin: -15px 0 0 -15px;
  z-index: 1001;
}
body.loaderPayment:before {
  content: 'Paiement en cours de traitement';
  text-transform: uppercase;
  text-align: center;
  line-height: 80vh;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}
p {
  margin: 0;
}
b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #3577C8;
}
@media (min-width: 1024px) {
  a:hover {
    text-decoration: none;
  }
}
.inline-green-line {
  background-image: linear-gradient(to right, #23b5a2 100%, transparent 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  display: inline;
  padding: 0 !important;
  vertical-align: initial !important;
}
main {
  background: #F6F6F6;
  padding-top: 60px;
  min-height: 100vh;
}
@media (max-width: 1023px) {
  .mobile-header-visible main {
    display: none;
  }
}
main.no-padding {
  padding: 0;
}
.soft-hidden {
  display: none;
}
.hidden {
  display: none !important;
}
/* -- NEW AUTOCOMPLETE / START -- */
.multiple-col-autocomplete .ui-autocomplete.ui-widget-content {
  border: 0 !important;
  border-top: 1px solid #e9e9e9 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff;
  z-index: 100000;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  padding: 20px !important;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 719px) {
  .multiple-col-autocomplete .ui-autocomplete.ui-widget-content {
    max-width: calc(100% - 21px);
    padding: 20px 10px !important;
  }
}
.multiple-col-autocomplete .ui-autocomplete > li {
  padding: 10px 20px 10px 57px !important;
  list-style: none;
}
.multiple-col-autocomplete .ui-autocomplete > li a {
  color: #000000 !important;
}
.multiple-col-autocomplete .ui-autocomplete > li.ui-state-focus {
  background-color: #3577C8 !important;
  color: #ffffff !important;
}
.multiple-col-autocomplete .ui-autocomplete > li.ui-state-focus strong {
  color: #ffffff !important;
}
.multiple-col-autocomplete .ui-autocomplete a.ui-state-focus {
  background: none !important;
  color: #000000 !important;
}
.multiple-col-autocomplete .ui-autocomplete a.ui-state-focus strong {
  color: #ffffff !important;
}
.multiple-col-autocomplete .ui-autocomplete__wrapper {
  width: 50%;
  padding: 0 10px;
}
.multiple-col-autocomplete .ui-autocomplete__wrapper.pathos {
  width: 100%;
}
@media (max-width: 719px) {
  .multiple-col-autocomplete .ui-autocomplete__wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.multiple-col-autocomplete .ui-autocomplete .ui-autocomplete-header {
  font-size: 14px;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  font-weight: 400;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  border-top: 1px solid #E6E6E6;
  color: #000000;
}
.multiple-col-autocomplete .ui-autocomplete .ui-autocomplete-header > div {
  display: flex;
  align-items: center;
}
.multiple-col-autocomplete .ui-autocomplete .ui-autocomplete-header > div .icon {
  margin-right: 10px;
  color: #23b5a2;
  font-size: 20px;
}
.multiple-col-autocomplete .ui-autocomplete .ui-autocomplete-header:first-child {
  margin-top: 0 !important;
  border-top: 0;
}
.multiple-col-autocomplete .ui-helper-hidden-accessible {
  display: none;
}
.multiple-col-autocomplete .ui-menu-item {
  font-size: 12px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.multiple-col-autocomplete .ui-menu-item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #23b5a2;
  border-right: 1px solid #23b5a2;
}
.multiple-col-autocomplete .ui-menu-item strong {
  color: #3577C8;
}
/* -- NEW AUTOCOMPLETE / END -- */
.ui-autocomplete.ui-widget-content {
  border: 0 !important;
  border-top: 1px solid #e9e9e9 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff;
  z-index: 100000;
  max-width: calc(50% - 30px);
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 719px) {
  .ui-autocomplete.ui-widget-content {
    max-width: calc(100% - 40px);
  }
}
.ui-autocomplete > li {
  padding: 10px 20px 10px 57px !important;
  list-style: none;
}
.ui-autocomplete > li a {
  color: #000000 !important;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #3577C8 !important;
  color: #ffffff !important;
}
.ui-autocomplete > li.ui-state-focus strong {
  color: #ffffff !important;
}
.ui-autocomplete a.ui-state-focus {
  background: none !important;
  color: #000000 !important;
}
.ui-autocomplete a.ui-state-focus strong {
  color: #ffffff !important;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-menu-item {
  font-size: 14px;
}
.ui-menu-item strong {
  color: #3577C8;
}
.ui-autocomplete .ui-autocomplete-header {
  font-size: 17px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  padding-top: 10px !important;
  font-weight: 700;
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  color: #3577C8;
}
.ui-autocomplete .ui-autocomplete-header:first-child {
  margin-top: 0 !important;
  border-top: 0;
}
.bullet-picture {
  width: 74px;
  position: relative;
}
.bullet-picture.blue {
  width: 88px;
}
.bullet-picture__img {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 500px;
  overflow: hidden;
  background: #ffffff;
}
.blue .bullet-picture__img {
  width: 88px;
  height: 88px;
}
.bullet-picture__img img {
  display: block;
  width: 100%;
  height: auto;
}
.blue .bullet-picture__img {
  border: 7px solid #3577C8;
}
.bullet-picture__stars {
  background: #23b5a2;
  color: #ffffff;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  line-height: 20px;
  padding: 0 10px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  white-space: nowrap;
}
.blue .bullet-picture__stars {
  background: #3577C8;
  border-color: #3577C8;
  bottom: -6px;
}
.bullet-picture__stars > * {
  display: inline-block;
  vertical-align: baseline;
}
.btn-chevron {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 40px;
  line-height: 30px;
  border: 0;
  color: transparent;
  background: none;
}
.btn-chevron.disabled {
  pointer-events: none;
  opacity: 0.1;
}
.btn-chevron:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.btn-chevron.left:after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.btn-chevron.right:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.roundborder-cta {
  background: #ffffff;
  color: #3577C8;
  display: inline-block;
  border-radius: 40px;
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 0;
  font-weight: 500;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #3577C8;
}
.roundborder-cta span {
  font-size: 12px;
}
.roundborder-cta .icon {
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
}
.big-picto-cta {
  text-align: center;
  background: none;
  margin: 10px;
}
.big-picto-cta.cta-avis {
  display: none;
}
@media (max-width: 719px) {
  .big-picto-cta.cta-avis {
    display: flex;
    margin: 5px 0 0;
    font-size: 12px;
  }
  .big-picto-cta.cta-avis span {
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .big-picto-cta {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.big-picto-cta .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100px;
  border: 1px solid #3577C8;
  color: #3577C8;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .big-picto-cta .icon {
    border: 0;
    width: auto;
    font-size: 12px;
  }
}
@media (max-width: 719px) {
  .big-picto-cta .icon {
    height: auto;
    line-height: 1;
  }
}
.big-picto-cta span {
  display: inline-block;
  font-size: 12px;
  padding-top: 10px;
  width: 100%;
  color: #3577C8;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .big-picto-cta span {
    padding: 0 0 0 5px;
    font-size: 11px;
  }
}
.cta-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blue-cta {
  background: #3577C8;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.blue-cta.with-picto {
  padding-left: 5px;
}
.blue-cta.with-picto .icon {
  font-size: 20px;
  margin: 0 10px 0 5px;
}
.blue-cta.with-icon {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.blue-cta.multiple-line-inline {
  padding: 13px 20px;
  line-height: 1.3;
  height: auto;
}
.blue-cta.multiple-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-transform: none;
  line-height: 48px;
  height: 48px;
  min-width: 250px;
}
.blue-cta.multiple-line.width-smaller {
  min-width: 140px;
}
.blue-cta.multiple-line > span {
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.inverted.blue-cta.multiple-line > span {
  color: #3577C8;
}
.inverted-grey.blue-cta.multiple-line > span {
  color: #5b6373;
}
.blue-cta.multiple-line > span small {
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  letter-spacing: -0.02em;
}
@media (max-width: 719px) {
  .blue-cta.multiple-line > span small {
    font-size: 12px;
  }
}
.blue-cta.multiple-line.with-picto {
  text-align: left;
  display: flex;
  justify-content: left;
  position: relative;
  padding-right: 20px;
}
.blue-cta.multiple-line.with-picto.centered {
  justify-content: center;
}
.blue-cta.multiple-line.with-picto:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
}
.inverted.blue-cta.multiple-line.with-picto:before {
  border-top: 2px solid #3577C8;
  border-right: 2px solid #3577C8;
}
.inverted-grey.blue-cta.multiple-line.with-picto:before {
  border-top: 2px solid #5b6373;
  border-right: 2px solid #5b6373;
}
.yellow.blue-cta.multiple-line.with-picto:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.blue-cta.multiple-line.with-picto .icon {
  font-size: 20px;
  margin: 0 10px 0 5px;
}
.blue-cta.with-chevron {
  padding-right: 40px;
  text-align: left;
}
.blue-cta.with-chevron:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
}
.blue-cta.loader {
  color: transparent;
  pointer-events: none;
}
.blue-cta .icon {
  margin-right: 10px;
}
.blue-cta .icon.icon-location {
  font-size: 18px;
}
.blue-cta .icon + span {
  max-width: calc(100% - 40px);
}
.blue-cta.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.blue-cta.bigger {
  font-size: 16px;
}
.blue-cta.bit-bigger {
  font-size: 14px;
  font-weight: 500;
}
.blue-cta.more-bigger {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 700;
  text-transform: none;
}
.blue-cta.lower {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.blue-cta.inverted {
  color: #3577C8;
  background: #ffffff;
  border: 1px solid #3577C8;
}
.blue-cta.inverted-grey {
  color: #5b6373;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.blue-cta.inverted-no-border {
  border: 0;
  color: #3577C8;
  background: none;
}
.blue-cta.inverted-lower {
  color: #3577C8;
  text-transform: none;
  background: #ffffff;
  border: 1px solid #3577C8;
  padding: 0 10px;
  font-size: 14px !important;
}
.blue-cta.inverted-lower.with-margin {
  margin: 0 20px 10px 0;
}
@media (max-width: 719px) {
  .blue-cta.inverted-lower.with-margin {
    margin-bottom: 20px;
    width: 100%;
  }
}
.blue-cta.green {
  background: #23b5a2;
  font-weight: 500;
}
.blue-cta.orange3 {
  background: #ff7e00;
  font-weight: 500;
}
.blue-cta.inverted-green {
  background: #ffffff;
  font-weight: 500;
  color: #23b5a2;
}
.blue-cta.inverted-antracite {
  background: #ffffff;
  font-weight: 500;
  color: #445473;
}
.blue-cta.inverted-green-border {
  color: #23b5a2;
  background: #ffffff;
  border: 1px solid #23b5a2;
}
.blue-cta.inverted-grey-border {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.blue-cta.red {
  background: #db2828;
  font-weight: 500;
}
.blue-cta.yellow {
  background: #FFD023;
  font-weight: 500;
  color: #000000;
}
.blue-cta.yellow span,
.blue-cta.yellow i {
  color: #000000;
}
.blue-cta.yellow:before {
  border-color: #000000;
}
.blue-cta.yellow-pj {
  background: #ffeb00;
  font-weight: 500;
  color: #000;
}
.blue-cta.purple {
  background: #7220C7;
  font-weight: 500;
}
.blue-cta.dark {
  background: #445473;
  font-weight: 500;
  color: #ffffff;
}
.blue-cta.grey {
  background: #F6F6F6;
  font-weight: 500;
  color: #000000;
}
.blue-cta.small {
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}
.blue-cta.small i + span {
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blue-cta.addMargin {
  margin: 20px 0;
}
.blue-cta.wide {
  min-width: 300px;
}
@media (max-width: 719px) {
  .blue-cta.wide {
    min-width: 200px;
  }
}
.blue-cta.larger {
  min-width: 150px;
}
@media (max-width: 719px) {
  .blue-cta.larger {
    min-width: 150px;
  }
}
.blue-cta.full-width {
  width: 100%;
}
.blue-cta .separator {
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 10px;
}
.blue-cta.arrow-top:after {
  content: '';
  position: absolute;
  top: -7px;
  border-bottom: 8px solid #3577C8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  transform: translate(-50%, 0);
}
.blue-cta > * {
  display: inline-block;
  vertical-align: middle;
}
.mobile-header-visible .search-form-wrapper {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 190px;
  width: 100%;
  display: block !important;
}
.mobile-header-visible .search-form-wrapper .section__search-wrapper {
  display: block !important;
}
.mobile-header-visible.medecin-profil .search-form-wrapper {
  top: 130px;
}
@media (max-width: 719px) {
  .mobile-header-visible.medecin-profil .search-form-wrapper {
    top: 190px;
  }
}
.mobile-header-visible .popin-med__super-wrapper {
  z-index: 20000 !important;
}
.section__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 719px) {
  .section__title {
    font-size: 25px;
  }
}
.section__title small {
  font-size: 65%;
  font-weight: 400;
  opacity: 0.5;
}
.section__title--number {
  display: block;
  font-weight: 700;
  font-size: 30px;
  opacity: 0.2;
  padding-bottom: 3px;
}
.section__title--number.title {
  opacity: 0.5;
  font-size: 38px;
  padding-bottom: 5px;
}
@media (max-width: 719px) {
  .section__title--number.title {
    font-size: 30px;
  }
}
.section__desc {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
@media (max-width: 719px) {
  .section__desc {
    font-size: 14px;
  }
}
.section__search-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .section__search-wrapper {
    box-shadow: none;
  }
}
.medecin-profil .section__search-wrapper {
  position: fixed;
  top: 60px;
  z-index: 200;
}
@media (max-width: 719px) {
  .medecin-profil .section__search-wrapper {
    position: relative;
    top: 0;
  }
}
.medecin-profil .section__search-wrapper .icon-input:before {
  font-family: icomoon !important;
}
.section__search-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  bottom: auto;
}
.section__medecin,
.section__place {
  width: calc(50% - 30px);
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 719px) {
  .section__medecin,
  .section__place {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.section__medecin .icon-input,
.section__place .icon-input {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #3577C8;
}
.section__medecin input,
.section__place input {
  font-size: 14px;
  width: 100%;
  display: block;
  height: 60px;
  padding: 0 20px 0 60px;
  border: 0;
  text-overflow: ellipsis;
}
@media (max-width: 719px) {
  .section__medecin input,
  .section__place input {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .section__medecin input,
  .section__place input {
    font-size: 11px;
  }
}
.section__medecin {
  width: calc(100% - 120px);
}
.section__medecin.no-submit {
  width: calc(100% - 60px);
}
.section__medecin.no-submit .icon-input {
  top: 0;
  left: 0;
  transform: none;
  width: 58px;
  text-align: center;
  line-height: 58px;
  height: 58px;
  background: #445473;
  color: #ffffff;
}
.section__medecin.no-submit input[type="text"] {
  padding-left: 80px;
}
@media (max-width: 719px) {
  .section__medecin.no-submit {
    border: 0;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 60px);
  }
}
@media (max-width: 719px) {
  .section__medecin {
    border: 0;
    border-radius: 0;
    width: calc(100% - 20px);
  }
}
.section__place {
  display: none;
}
@media (max-width: 719px) {
  .section__place {
    border-radius: 0 0 10px 10px;
  }
}
.section__submit {
  float: left;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 0;
  /*@media @mobile {
      width: calc(~"100% - 20px");
      margin: 12px 10px 0;

    }*/
}
.section__submit.no-submit {
  width: 60px;
  /*@media @mobile {
        width: calc(~"100% - 20px");
        margin: 12px 10px 0;

      }*/
}
.section__submit button {
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  /*@media @mobile {
        width: 100%;
        text-align: center;

        span {
          display: inline-block;
          color: @white;
          vertical-align: middle;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 12px;
          padding-left: 10px;
        }

      }*/
}
.section__submit button.geoloc {
  background: #ffffff;
}
.section__submit button.geoloc .icon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.section__submit button.search {
  background: #23b5a2;
}
.section__submit button span {
  height: 0;
  display: block;
  overflow: hidden;
  /*@media @mobile {
          height: auto;

        }*/
}
.section__submit button i {
  color: #ffffff;
  font-size: 20px;
  vertical-align: middle;
}
.section__medecin-push {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 770px;
  max-width: 90%;
  font-size: 0;
}
@media (max-width: 719px) {
  .section__medecin-push {
    padding: 30px 20px;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    max-width: 100%;
    bottom: -100px;
  }
}
.section__medecin-push--pict {
  width: 90px;
  height: 90px;
  border-radius: 200px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .section__medecin-push--pict {
    width: 100%;
  }
}
.section__medecin-push--pict img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 719px) {
  .section__medecin-push--pict img {
    width: 90px;
    margin: 0 auto;
    border-radius: 999px;
  }
}
.section__medecin-push--infos-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  width: calc(100% - 100px);
}
@media (max-width: 719px) {
  .section__medecin-push--infos-wrapper {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.section__medecin-push--name {
  font-size: 20px;
}
.section__medecin-push--spe {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.section__medecin-push--line2,
.section__medecin-push--line3 {
  display: block;
  padding-top: 5px;
}
.section__medecin-push--stars {
  background: #445473;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 10px;
}
.section__medecin-push--stars .note {
  color: #ffffff;
  font-weight: 500;
}
.section__medecin-push--stars .icon-icon-star {
  font-size: 8px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 2px;
  color: #ffffff;
}
.section__medecin-push--line3 {
  color: #3577C8;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.section__list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
}
.section__list.no-cab {
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .section__list.no-cab {
    margin: 0 0 25px;
  }
}
.section__list.no-cab li {
  font-weight: 700;
}
.section__list.no-cab li.warning {
  font-weight: 400;
}
.section__list.no-cab li.warning:after {
  background: #db2828;
}
.section__list li {
  padding-left: 25px;
  position: relative;
  max-width: 450px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 719px) {
  .section__list li {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.section__list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #23b5a2;
  border-radius: 100px;
  overflow: hidden;
}
.dossier-wrapper {
  width: 330px;
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .dossier-wrapper {
    padding: 30px 10px;
  }
}
.dossier-wrapper__guy {
  width: 103px;
  position: absolute;
  left: -80px;
  bottom: -10px;
  z-index: 10;
}
.dossier-wrapper__guy img {
  display: block;
  width: 100%;
  height: auto;
}
.dossier-wrapper__pict {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%, 0);
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.dossier-wrapper__pict img {
  display: block;
  width: 100%;
  height: auto;
}
.dossier-wrapper__title {
  padding: 25px 0 0 0;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.dossier-wrapper__title strong {
  font-weight: 500;
  color: #3577C8;
}
.dossier-wrapper__list-param {
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 36px;
  overflow: hidden;
  font-size: 0;
}
.dossier-wrapper__item {
  width: 90px;
  height: 80px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 719px) {
  .dossier-wrapper__item {
    width: calc(33.33333333%);
  }
}
.dossier-wrapper__item:nth-child(3) {
  border-right: 0;
  border-bottom: 1px solid #E6E6E6;
}
.dossier-wrapper__item:nth-child(4) {
  border-right: 1px solid #E6E6E6;
  border-bottom: 0;
}
.dossier-wrapper__item:nth-child(5) {
  border-right: 1px solid #E6E6E6;
  border-bottom: 0;
}
.dossier-wrapper__item:nth-child(6) {
  border-right: 0;
  border-bottom: 0;
}
.dossier-wrapper__item:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #E6E6E6;
  top: 6px;
  right: 6px;
}
.dossier-wrapper__item.selected:after {
  background: #3577C8;
  border: 2px solid #ffffff;
  width: 6px;
  height: 6px;
}
.dossier-wrapper__item.selected .dossier-wrapper__item--inner {
  background: #262626;
}
.dossier-wrapper__item.selected .dossier-wrapper__item--inner .dossier-wrapper__label {
  color: #ffffff;
}
.dossier-wrapper__item--inner {
  width: 100%;
  height: 80px;
  text-align: center;
}
.dossier-wrapper__item--inner i {
  color: #3577C8;
  font-size: 16px;
  margin: 19px 0 10px;
  display: inline-block;
}
.dossier-wrapper__label {
  font-weight: 500;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 719px) {
  .dossier-wrapper__label {
    font-size: 10px;
  }
}
.dossier-wrapper__cta {
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
}
.dossier-wrapper__cta .blue-cta {
  padding: 0 10px;
  width: 100%;
  vertical-align: middle;
}
.back-btn {
  position: absolute;
  color: #3577C8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  padding: 4px 0 0 25px;
  top: 85px;
}
.back-btn.top {
  top: 80px;
  left: 20px;
  z-index: 100;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .back-btn.vaccin {
    position: relative;
    top: 0;
    margin: 10px 0;
  }
}
.back-btn.telecons {
  font-weight: 500;
  text-transform: none;
  padding-right: 20px;
}
@media (max-width: 719px) {
  .back-btn.telecons {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.back-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translate(0, -50%);
  height: 7px;
  width: 7px;
  border-left: 2px solid #3577C8;
  border-bottom: 2px solid #3577C8;
}
.bullet-select {
  opacity: 1;
  background: #3577C8;
}
.popin-med__samu {
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width: 719px) {
  .popin-med__samu {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .popin-med__samu {
    margin-bottom: 20px;
  }
}
.popin-med__flex {
  display: flex;
  align-items: center;
}
.popin-med__flex .icon {
  margin: 0 10px 2px 0;
  color: #3577C8;
  font-size: 20px;
}
.popin-med__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
@media (max-width: 719px) {
  .popin-med__reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .popin-med__reverse .section__cta {
    margin-bottom: 40px;
  }
}
.popin-med__step-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #3577C8;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
  position: relative;
  margin: 0 13px;
}
.popin-med__step-bullet:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  left: -20px;
  top: 50%;
  background: #3577C8;
  display: block;
  transform: translate(0, -50%);
}
.popin-med__step-bullet:first-child:after {
  display: none;
}
.popin-med__step-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  text-align: center;
  font-size: 0;
  line-height: 60px;
  display: none;
}
.popin-med__step-wrapper[data-step="1"] .popin-med__step-bullet:nth-child(1) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__step-wrapper[data-step="2"] .popin-med__step-bullet:nth-child(n+1):nth-child(-n+2) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__step-wrapper[data-step="3"] .popin-med__step-bullet:nth-child(n+1):nth-child(-n+3) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__step-wrapper[data-step="4"] .popin-med__step-bullet:nth-child(n+1):nth-child(-n+4) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__step-wrapper[data-step="5"] .popin-med__step-bullet:nth-child(n+1):nth-child(-n+5) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__step-wrapper[data-step="6"] .popin-med__step-bullet:nth-child(n+1):nth-child(-n+6) {
  opacity: 1;
  background: #3577C8;
}
.popin-med__super-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popin-med__super-wrapper#telecons-remb {
  z-index: 20001;
}
.popin-med__super-wrapper.popin-patient-dmp .popin-med__cta-wrapper {
  padding: 20px 0 30px;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content {
  font-size: 0;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .step-wrapper {
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(180%, 0);
  visibility: hidden;
  position: fixed;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .step-wrapper.visible {
  transform: translate(0, 0);
  visibility: visible;
  position: relative;
  width: auto;
  opacity: 1;
  height: auto;
  overflow: initial;
  text-align: left;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .step-wrapper.validated {
  transform: translate(-180%, 0);
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .note {
  font-size: 10px;
  color: #000000;
  opacity: 0.8;
  font-style: italic;
  text-align: right;
  margin-top: -10px;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .note.link {
  font-size: 14px;
  font-style: normal;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content label a {
  color: #000000;
  text-decoration: underline;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper {
  text-align: center;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper.add-pad {
  padding-top: 20px;
}
@media (max-width: 719px) {
  .popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper {
    direction: ltr;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper a {
  direction: ltr;
  margin: 5px;
  padding: 0 15px;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper--hasaccount {
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .cta-wrapper--hasaccount .simple_link {
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .password-visibility .icon {
  position: absolute;
  color: #000000;
  font-size: 20px;
  z-index: 100;
  top: 5px;
  width: 45px;
  background: #ffffff;
  padding: 10px 0;
  right: 16px;
  display: none;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .password-visibility input[type="text"] ~ .icon-no-eye {
  display: block;
}
.popin-med__super-wrapper.booking-agenda .popin-med__center-content .password-visibility input[type="password"] ~ .icon-eye {
  display: block;
}
.popin-med__super-wrapper.booking-agenda .popin-med__title {
  font-size: 16px;
}
.popin-med__super-wrapper.booking-agenda .popin-med__title small {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  padding-top: 5px;
  position: relative;
}
@media (max-width: 719px) {
  .popin-med__super-wrapper.booking-agenda .popin-med__title small {
    font-size: 14px;
    border-radius: 0;
  }
}
.popin-med__super-wrapper.booking-agenda .popin-med__title.blue-header {
  padding: 10px 30px;
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .popin-med__super-wrapper.booking-agenda .popin-med__title.blue-header {
    font-size: 14px;
    border-radius: 0;
  }
}
.popin-med__super-wrapper.booking-agenda .popin-med__title span {
  vertical-align: initial;
}
.popin-med__super-wrapper * {
  visibility: hidden;
}
.popin-med__super-wrapper.popin-visible {
  visibility: visible;
  opacity: 1;
  z-index: 20000;
}
.popin-med__super-wrapper.popin-visible.popin-pharma {
  z-index: 300000 !important;
}
@media (max-width: 1023px) {
  .popin-med__super-wrapper.popin-visible {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.popin-med__super-wrapper.popin-visible#popin-rdv-comment {
  z-index: 30000 !important;
}
.popin-med__super-wrapper.popin-visible.popin-ordo,
.popin-med__super-wrapper.popin-visible.popin-cerfa {
  z-index: 30000 !important;
}
.popin-med__super-wrapper.popin-visible.popin-override {
  z-index: 20002;
}
.popin-med__super-wrapper.popin-visible.confirm-popin {
  z-index: 19000;
}
.popin-med__super-wrapper.popin-visible#popin-target-blank {
  z-index: 20001;
}
.popin-med__super-wrapper.popin-visible * {
  visibility: visible;
}
.popin-med__super-wrapper.popin-visible.booking-agenda .popin-med__center-content .step-wrapper.visible {
  display: block;
}
@media (max-width: 1023px) {
  .popin-med__super-wrapper {
    transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    transform: translate(100%, 0);
    background: none;
  }
  .popin-med__super-wrapper.popin-visible {
    transform: translate(0, 0);
  }
}
.popin-med__wrapper {
  position: relative;
  width: 90%;
  max-height: calc(100% - 100px);
  max-width: 800px;
  z-index: 2001;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  transition: width 150ms linear;
}
.popin-med__wrapper.no-bg {
  background: none;
}
.popin-med__wrapper.with-sticky-cta {
  height: calc(100% - 100px);
  min-width: 700px;
}
@media (max-width: 1023px) {
  .popin-med__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    top: 0;
    max-height: calc(100% - 0px);
    height: calc(100% - 0px);
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }
  .popin-med__wrapper.with-sticky-cta {
    height: 100%;
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}
@media (max-width: 719px) {
  .popin-med__wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 600px) and (max-width: 813px) and (orientation: landscape) {
  .popin-med__wrapper {
    top: 0;
    max-height: 100%;
    height: 100%;
  }
}
.popin-med__wrapper--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 40px 120px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 100px);
}
@media (max-width: 1023px) {
  .popin-med__wrapper--inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
  }
}
@media (max-width: 719px) {
  .popin-med__wrapper--inner {
    padding-bottom: 120px;
  }
}
.popin-med__wrapper.static {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  transform: none;
  max-height: none;
}
.dmp-visible .popin-med__wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.popin-med__wrapper.grey-bg {
  background: #F6F6F6;
}
.popin-med__wrapper.fullpage-popin {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translate(0, 0);
  border-radius: 0;
}
.popin-med__wrapper#popin-select-profil {
  max-width: 1024px;
}
.popin-med__wrapper#popin-select-profil .step2 {
  display: none;
}
.popin-med__wrapper#popin-select-profil .step2 .popin-med__title {
  margin-bottom: 40px;
}
.popin-med__wrapper .input-wrapper label {
  text-align: left;
  margin: 0;
}
.popin-med__wrapper .input-wrapper label.checkbox {
  margin-right: 20px;
}
@media (max-width: 719px) {
  .popin-med__wrapper .input-wrapper label.checkbox {
    margin-right: 0;
  }
}
.popin-med__wrapper .input-wrapper strong {
  font-weight: 500;
}
.popin-med__wrapper.has-inner-popin {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms linear;
  border: 3px solid #23b5a2;
}
.popin-med__wrapper.has-inner-popin.active {
  z-index: 2002;
  opacity: 1;
  visibility: visible;
}
.popin-med__inner-popin {
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.popin-med__inner-popin--title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #3577C8;
  color: #ffffff;
  margin: -40px -40px 30px;
  padding: 10px;
}
@media (max-width: 719px) {
  .popin-med__inner-popin--title {
    margin: -40px -20px 30px;
  }
}
.popin-med__inner-popin--text {
  padding: 0 0 20px 0;
}
.popin-med__inner-popin--text .text {
  padding: 0 0 20px 20px;
  position: relative;
  font-weight: 500;
}
.popin-med__inner-popin--text .text:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 8px;
  width: 8px;
  background: #23b5a2;
  border-radius: 100px;
}
.popin-med__inner-popin--text-infos {
  display: flex;
  padding: 0 10px 30px;
}
@media (max-width: 719px) {
  .popin-med__inner-popin--text-infos {
    flex-wrap: wrap;
  }
}
.popin-med__inner-popin--text-infos .text {
  padding: 0 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 719px) {
  .popin-med__inner-popin--text-infos .text {
    padding: 0;
    text-align: center;
  }
}
.popin-med__inner-popin--text-infos .picto-certif {
  text-align: right;
  width: 110px;
}
@media (max-width: 719px) {
  .popin-med__inner-popin--text-infos .picto-certif {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
  .popin-med__inner-popin--text-infos .picto-certif img {
    width: 100px;
  }
}
.popin-med__inner-popin--text-infos .picto-certif img {
  width: 110px;
  height: auto;
}
.popin-med__inner-popin .picto-text {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
}
.popin-med__inner-popin--loader {
  text-align: center;
  padding-bottom: 40px;
  margin: -30px -40px 0;
  pointer-events: none;
}
@media (max-width: 719px) {
  .popin-med__inner-popin--loader {
    margin: -30px -20px 0;
  }
}
.popin-med__inner-popin--bar {
  display: block;
  overflow: hidden;
  height: 4px;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.popin-med__inner-popin--bar:after {
  content: '';
  position: absolute;
  height: 4px;
  background: #23b5a2;
  top: 0;
  left: 0;
  width: 0;
  transition: width 11.9s linear;
}
.popin-med__inner-popin--bar.active:after {
  width: 100%;
}
.popin-med__inner-popin--cta {
  text-align: right;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms linear;
}
.popin-med__inner-popin--cta.active {
  opacity: 1;
  pointer-events: all;
}
.popin-med__inner-popin strong {
  font-weight: 500;
  color: #3577C8;
}
.popin-med__close {
  position: fixed;
  font-size: 10px;
  color: #445473 !important;
  right: 50%;
  transform: translate(50%, 0);
  padding: 11px;
  background: #ffffff;
  border-radius: 100px;
  z-index: 100;
  margin-right: -375px;
  margin-top: -30px;
}
.popin-med__close.no-bg {
  color: #ffffff !important;
  background: #445473 !important;
  margin-top: -35px;
}
@media (max-width: 1023px) {
  .popin-med__close.no-bg {
    top: 4px;
    margin-top: 0;
  }
}
@media (max-width: 719px) {
  .popin-med__close.no-bg {
    right: 4px;
  }
}
@media (max-width: 1023px) {
  .popin-med__close {
    top: 10px;
    right: 10px;
    margin-right: 0;
    margin-top: 0;
    transform: none;
  }
}
.popin-med__checkbox {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.popin-med__showmore {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: right;
}
@media (max-width: 360px) {
  .popin-med__showmore {
    padding-bottom: 20px;
  }
}
.popin-med__color-header {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #445473;
  color: #ffffff;
  padding: 15px 30px;
  margin: -40px -40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .popin-med__color-header {
    margin: -40px -20px 15px;
  }
}
@media (max-width: 719px) {
  .popin-med__color-header.fixed-mobile {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.popin-med__alert-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popin-med__alert-list--text {
  line-height: 1.5;
}
.popin-med__alert-list--text .simple_link {
  font-weight: 500;
  font-size: 14px;
  margin: 20px 0;
}
.popin-med__alert-list strong {
  font-weight: 500;
}
.popin-med__alert-list > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.popin-med__alert-list ul {
  list-style: none;
  margin: 10px 20px;
  padding: 10px 0 0 0;
}
@media (max-width: 719px) {
  .popin-med__alert-list ul {
    margin: 10px 0 20px;
  }
}
.popin-med__alert-list ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.popin-med__alert-list ul li .simple_link {
  font-size: 14px;
}
.popin-med__alert-list ul li:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 8px;
  border-left: 3px solid #23b5a2;
  border-bottom: 3px solid #23b5a2;
  left: 0;
  top: 5px;
  transform: rotate(-45deg);
}
.popin-med__alert-list--list-title {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.popin-med__list-picto--item {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media (max-width: 360px) {
  .popin-med__list-picto--item {
    margin: 0 auto 10px;
  }
}
.popin-med__list-picto--picto {
  font-size: 25px;
  padding-right: 20px;
  color: #3577C8;
}
@media (max-width: 360px) {
  .popin-med__list-picto--picto {
    font-size: 20px;
  }
}
.popin-med__list-picto--text {
  font-size: 16px;
}
@media (max-width: 360px) {
  .popin-med__list-picto--text {
    font-size: 14px;
  }
}
.popin-med__list-picto--title {
  font-weight: 500;
  line-height: 1.3;
}
.popin-med__list-picto--desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}
.popin-med__title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 1.5;
}
.popin-med__title .blue-cta {
  margin: 5px;
}
.popin-med__title.lowerleft {
  text-transform: none;
  text-align: left;
}
@media (max-width: 719px) {
  .popin-med__title.smaller-mobile {
    margin-top: -20px;
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .popin-med__title.smaller-mobile {
    padding-bottom: 20px;
    font-size: 12px;
  }
}
.popin-med__title.blue {
  color: #3577C8;
}
.popin-med__title.lowercase {
  text-transform: none;
}
.popin-med__title hr {
  margin-bottom: 0;
}
.popin-med__title .address,
.popin-med__title .name,
.popin-med__title .mobile {
  display: inline-block;
  vertical-align: middle;
  background: #3577C8;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 7px;
  margin: 4px 8px;
  font-size: 14px;
}
.popin-med__subtitle {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 40px;
}
.popin-med__subtitle.small-desc {
  padding-bottom: 0;
  max-width: 400px;
  margin: 0 auto;
}
.popin-med__subtitle .delete-account {
  color: #db2828;
  font-size: 16px;
}
.popin-med__subtitle .blue-bg {
  display: inline-block;
  vertical-align: middle;
  background: #3577C8;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 500;
  margin: 4px;
  font-size: 12px;
}
.popin-med__smalldesc {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 30px;
}
.popin-med__smalldesc span {
  vertical-align: initial;
}
.popin-med__smalldesc strong {
  font-weight: 500;
  font-size: 14px;
}
.popin-med__file {
  padding: 20px 0;
  text-align: center;
}
.popin-med__file label {
  font-size: 13px;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .popin-med__file label {
    margin-bottom: 15px;
  }
}
.popin-med__section-title {
  padding: 0 0 30px;
  text-align: left;
  font-size: 16px;
}
.popin-med__center-content {
  text-align: center;
}
.popin-med__center-content-file {
  text-align: center;
}
.popin-med__center-content-file--label {
  font-size: 16px;
  padding-bottom: 30px;
}
@media (max-width: 719px) {
  .popin-med__center-content-file--label {
    font-size: 14px;
  }
}
.popin-med__center-content-file--picto {
  font-size: 60px;
  padding-bottom: 30px;
  color: #cacaca;
}
.popin-med__center-content-file iframe {
  display: block;
  width: 100%;
  height: 50vh;
  border: 0;
}
.popin-med__cta-wrapper {
  text-align: center;
  padding-top: 40px;
  width: 100%;
}
.popin-med__cta-wrapper.sticky-cta {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #E6E6E6;
}
.popin-med__cta-wrapper--warning {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
  background: #ffeb00;
  border-radius: 4px;
}
.popin-med__cta-wrapper.no-pad {
  padding: 0;
}
.popin-med__cta-wrapper .blue-cta {
  margin: 10px;
  max-width: calc(100% - 20px);
}
@media (max-width: 719px) {
  .popin-med__cta-wrapper.less-pad {
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  .popin-med__cta-wrapper.less-pad {
    padding-top: 0;
  }
}
.popin-med__block-text {
  text-align: left;
}
.popin-med__block-text--title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
}
.popin-med__block-text--desc {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.loader,
.loaderPayment {
  color: transparent;
  pointer-events: none;
}
.loader,
.loaderPayment,
.loading,
.mini-loader,
.small-loader {
  pointer-events: none;
}
.loader:after,
.loaderPayment:after,
.loading:after,
.mini-loader:after,
.small-loader:after {
  content: '' !important;
  position: absolute;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid #23b5a2;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  box-sizing: border-box;
  opacity: 1 !important;
  top: 50%;
  left: 50%;
  animation: spin 2s linear infinite;
  margin: -15px 0 0 -15px;
}
.loader.reset:after,
.loaderPayment.reset:after,
.loading.reset:after,
.mini-loader.reset:after,
.small-loader.reset:after {
  animation: none;
}
.loader span,
.loaderPayment span,
.loading span,
.mini-loader span,
.small-loader span,
.loader .icon,
.loaderPayment .icon,
.loading .icon,
.mini-loader .icon,
.small-loader .icon {
  opacity: 0;
}
.dot-loader {
  pointer-events: none;
}
.dot-loader:after {
  content: '...';
  position: absolute;
  animation: dotdotdot 0.8s linear infinite;
}
.mini-loader {
  pointer-events: none;
  color: transparent;
}
.mini-loader:after {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #23b5a2;
  width: 14px !important;
  height: 14px !important;
  margin: -7px 0 0 -7px;
}
.small-loader {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2) !important;
}
.small-loader:after {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #23b5a2;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}
.small-loader * {
  color: rgba(0, 0, 0, 0.2) !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dotdotdot {
  0% {
    content: '';
  }
  33% {
    content: '.';
  }
  66% {
    content: '..';
  }
  100% {
    content: '...';
  }
}
.section__list-item {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
  position: relative;
  transition: opacity 150ms linear;
}
.section__list-item a {
  display: block;
  color: #000000;
}
.section__list-item .icon {
  width: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.section__list-item .icon + a {
  display: inline-block;
}
.section__list-item--label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px 0 20px;
  line-height: 1;
  width: calc(100% - 60px);
}
.section__list-item--label.autoWidth {
  width: auto;
  padding: 0 10px 0 20px;
}
.section__list-item--spe {
  display: inline;
  font-weight: 300;
}
.section__list-item li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 42px;
  line-height: 42px;
  position: relative;
}
@media (min-width: 1024px) {
  .section__list-item li:hover {
    background: #3577C8;
    color: #ffffff;
  }
  .section__list-item li:hover:after {
    border-color: #ffffff;
  }
  .section__list-item li:hover a,
  .section__list-item li:hover strong {
    color: #ffffff;
  }
}
.section__list-item li:after {
  content: '';
  position: absolute;
  right: 30px;
  width: 6px;
  height: 6px;
  top: 50%;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg) translate(0, -50%);
}
.align-center {
  text-align: center !important;
}
.flex-align-center {
  justify-content: center !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.faq-list {
  margin: 40px -40px -20px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 719px) {
  .faq-list {
    margin: 40px -20px -20px;
  }
}
.faq-list__wrapper {
  background: #ffffff;
  margin: 20px 0 30px;
}
.faq-list__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-list__item.active .faq-list__title:after {
  transform: translate(0, -50%) rotate(130deg);
}
.faq-list__item.active .faq-list__desc {
  padding: 10px 20px 20px;
  opacity: 1;
  height: auto;
  visibility: visible;
  line-height: 1.5;
}
.faq-list__title {
  position: relative;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
.faq-list__title .icon {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
  color: #445473;
  opacity: 0.5;
}
.faq-list__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #23b5a2;
  border-right: 2px solid #23b5a2;
  height: 10px;
  width: 10px;
}
.faq-list__desc {
  padding: 0 20px;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
.preview-list,
.preview-list-fake {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.preview-list[data-role="no-account-agenda"] .date-list-wrapper .date-item,
.preview-list-fake[data-role="no-account-agenda"] .date-list-wrapper .date-item {
  background: #23b5a2;
}
.preview-list[data-role="no-account-agenda"] .date-list-wrapper .date-item[data-day="dim"],
.preview-list-fake[data-role="no-account-agenda"] .date-list-wrapper .date-item[data-day="dim"] {
  background: #d8d8d8;
  cursor: not-allowed;
  pointer-events: none;
}
.preview-list__cta,
.preview-list-fake__cta {
  text-align: center;
  padding: 20px 10px 0;
}
@media (max-width: 719px) {
  .preview-list__cta.with-chevron,
  .preview-list-fake__cta.with-chevron {
    margin-top: -32px;
    width: 100%;
    padding: 20px 0 5px;
  }
  .preview-list__cta.with-chevron .left,
  .preview-list-fake__cta.with-chevron .left,
  .preview-list__cta.with-chevron .right,
  .preview-list-fake__cta.with-chevron .right {
    position: absolute;
    top: 0;
  }
  .preview-list__cta.with-chevron .left,
  .preview-list-fake__cta.with-chevron .left {
    left: 0;
  }
  .preview-list__cta.with-chevron .right,
  .preview-list-fake__cta.with-chevron .right {
    right: 0;
  }
}
.preview-list#preview-list > br,
.preview-list-fake#preview-list > br {
  display: none;
}
.preview-list#preview-list button,
.preview-list-fake#preview-list button {
  margin-top: 30px;
  margin-left: 20px;
}
.preview-list#preview-list button .icon-printer,
.preview-list-fake#preview-list button .icon-printer {
  margin-right: 5px;
}
.preview-list#preview-list .date-list-item,
.preview-list-fake#preview-list .date-list-item {
  display: block;
}
.preview-list#preview-list .date-list-item .date-wrapper,
.preview-list-fake#preview-list .date-list-item .date-wrapper {
  width: auto;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  text-align: left;
  padding: 5px 15px;
  margin: 20px 0 10px 20px;
  border-radius: 100px;
}
.preview-list#preview-list .date-list-item .date-wrapper strong,
.preview-list-fake#preview-list .date-list-item .date-wrapper strong {
  font-weight: 500;
}
.preview-list#preview-list .date-list-item .date-wrapper .day-name,
.preview-list-fake#preview-list .date-list-item .date-wrapper .day-name,
.preview-list#preview-list .date-list-item .date-wrapper .date-formated,
.preview-list-fake#preview-list .date-list-item .date-wrapper .date-formated {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
}
.preview-list#preview-list .date-list-item .date-list-wrapper .rdv-details-wrapper,
.preview-list-fake#preview-list .date-list-item .date-list-wrapper .rdv-details-wrapper {
  line-height: 2;
}
.preview-list#preview-list .date-list-item .date-list-wrapper .rdv_time,
.preview-list-fake#preview-list .date-list-item .date-list-wrapper .rdv_time {
  color: #3577C8;
  border: 1px solid #3577C8;
  border-radius: 100px;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1;
}
.preview-list.full-width,
.preview-list-fake.full-width {
  margin: 0 -40px;
  padding: 0;
}
@media (max-width: 719px) {
  .preview-list.full-width,
  .preview-list-fake.full-width {
    margin: 0 -20px;
  }
  .preview-list.full-width .date-list-item,
  .preview-list-fake.full-width .date-list-item {
    padding: 10px 0;
  }
}
.preview-list .date-list-item,
.preview-list-fake .date-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
  padding: 10px 0;
}
.preview-list .date-list-item.no-border,
.preview-list-fake .date-list-item.no-border {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -20px;
}
.preview-list .date-list-item.to_show_more,
.preview-list-fake .date-list-item.to_show_more {
  display: none;
}
.preview-list .date-wrapper,
.preview-list-fake .date-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 70px;
  position: relative;
}
.preview-list .date-wrapper:after,
.preview-list-fake .date-wrapper:after {
  content: '';
  position: absolute;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.preview-list .day-name,
.preview-list-fake .day-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  border-radius: 10px;
}
.preview-list .day-name.nothing,
.preview-list-fake .day-name.nothing {
  opacity: 0.5;
}
.preview-list .period-name,
.preview-list-fake .period-name {
  display: block;
  font-size: 12px;
  padding: 0 5px;
  font-weight: 500;
}
.preview-list .date-formated,
.preview-list-fake .date-formated {
  display: block;
  font-size: 14px;
}
.preview-list .date-list-wrapper,
.preview-list-fake .date-list-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
.preview-list .date-list-wrapper.center-items,
.preview-list-fake .date-list-wrapper.center-items {
  text-align: center;
}
.preview-list .date-list-wrapper.simple-date,
.preview-list-fake .date-list-wrapper.simple-date {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 719px) {
  .preview-list .date-list-wrapper.simple-date,
  .preview-list-fake .date-list-wrapper.simple-date {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 719px) {
  .preview-list .date-list-wrapper,
  .preview-list-fake .date-list-wrapper {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.preview-list .date-list-wrapper button[data-action="show-more-agenda"],
.preview-list-fake .date-list-wrapper button[data-action="show-more-agenda"] {
  font-size: 20px;
  font-weight: 500;
  border-radius: 99px;
  background: #23b5a2;
  color: #ffffff;
  display: block;
  line-height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 10;
}
@media (max-width: 719px) {
  .preview-list .date-list-wrapper button[data-action="show-more-agenda"],
  .preview-list-fake .date-list-wrapper button[data-action="show-more-agenda"] {
    right: 6px;
  }
}
.preview-list .date-list-wrapper .date-item,
.preview-list-fake .date-list-wrapper .date-item {
  font-weight: 400;
  background: #3577C8;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 8px;
  line-height: 1;
  font-family: Sans-Serif, Monospace !important;
  transition: opacity, background-color, color 200ms linear;
  cursor: pointer;
  position: relative;
}
@media (max-width: 360px) {
  .preview-list .date-list-wrapper .date-item,
  .preview-list-fake .date-list-wrapper .date-item {
    letter-spacing: -0.04em;
    padding: 5px 6px;
  }
}
.preview-list .date-list-wrapper .date-item.hasReplace:after,
.preview-list-fake .date-list-wrapper .date-item.hasReplace:after {
  content: 'R';
  position: absolute;
  top: -4px;
  right: -5px;
  padding: 2px 4px;
  font-size: 10px;
  color: #000000;
  background: #ffeb00;
  z-index: 2;
  font-weight: 600;
  border-radius: 100px;
}
@media (max-width: 719px) {
  .preview-list .date-list-wrapper .date-item,
  .preview-list-fake .date-list-wrapper .date-item {
    margin-right: 5px;
  }
}
.preview-list .date-list-wrapper .date-item.has-rdv,
.preview-list-fake .date-list-wrapper .date-item.has-rdv {
  background: #262626;
}
.preview-list .date-list-wrapper .date-item.has-rdv[data-type="absence"],
.preview-list-fake .date-list-wrapper .date-item.has-rdv[data-type="absence"] {
  background: #e4e4e4;
}
.preview-list .date-list-wrapper .date-item.disabled,
.preview-list-fake .date-list-wrapper .date-item.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.preview-list .date-list-wrapper .date-item[data-action="delete-agenda-slot"],
.preview-list-fake .date-list-wrapper .date-item[data-action="delete-agenda-slot"] {
  cursor: pointer;
}
.preview-list .date-list-wrapper .date-item[data-action="delete-agenda-slot"]:after,
.preview-list-fake .date-list-wrapper .date-item[data-action="delete-agenda-slot"]:after {
  content: '  x';
}
.publi-img-wrapper img {
  display: inline-block;
  margin: 5px 5px 5px 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px;
}
.infossup-btn,
.params-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  background: #23b5a2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 999px;
  z-index: 1001;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  animation-name: bounce;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.infossup-btn.to-left,
.params-btn.to-left {
  right: auto;
  left: 20px;
}
.infossup-btn.agenda-btn,
.params-btn.agenda-btn {
  bottom: 20px;
  right: 10px;
  width: 50px;
  padding: 10px;
}
@media (max-width: 1023px) {
  .infossup-btn.agenda-btn,
  .params-btn.agenda-btn {
    bottom: 120px;
  }
}
.infossup-open .infossup-btn,
.infossup-open .params-btn {
  color: #23b5a2;
  background: #ffffff;
  border: 3px solid #23b5a2;
  z-index: 10001;
}
.mobile-header-visible .infossup-btn,
.mobile-header-visible .params-btn {
  display: none;
}
@media (max-width: 719px) {
  .infossup-btn,
  .params-btn {
    width: 60px;
    height: 60px;
    padding: 10px;
    right: 5px;
    bottom: 10%;
  }
  .infossup-btn.agenda-btn,
  .params-btn.agenda-btn {
    width: 50px;
    height: 50px;
    bottom: 120px;
    right: 5px;
  }
}
.infossup-btn__add,
.params-btn__add {
  font-size: 25px;
  vertical-align: middle;
}
.infossup-btn__add:after,
.params-btn__add:after {
  content: '+';
}
.infossup-open .infossup-btn__add:after,
.infossup-open .params-btn__add:after {
  content: '-';
}
.infossup-btn__text,
.params-btn__text {
  vertical-align: middle;
}
@media (max-width: 719px) {
  .infossup-btn__text,
  .params-btn__text {
    display: none;
  }
}
.params-btn {
  bottom: 90px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  animation-name: none;
  background: #3577C8;
}
@media (max-width: 1023px) {
  .params-btn {
    bottom: 180px;
  }
}
@media (max-width: 719px) {
  .params-btn {
    right: 5px;
  }
}
.params-btn .icon-cog {
  font-size: 25px;
}
.infossup-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 20px 40px;
  left: 0;
  top: 60px;
  z-index: 10000;
  height: calc(100% - 100px);
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #ffffff;
}
.infossup-content__select {
  display: none;
}
.infossup-content__select a.blue-cta {
  margin-top: 20px;
}
.infossup-content__select.selected {
  display: block;
}
.infossup-content__list .blue-cta {
  margin: 0 10px 10px 0;
  line-height: 1.3;
  vertical-align: middle;
  height: auto;
  padding: 10px;
  background: none;
  color: #ffffff;
  font-weight: 700;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 1024px) {
  .infossup-content .infossup-content__list .blue-cta:hover {
    color: #ffffff;
  }
}
.infossup-content__list .blue-cta.selected {
  opacity: 1;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .infossup-content .infossup-content__list .blue-cta.selected:hover {
    color: #ffffff;
  }
}
.infossup-content .input-wrapper {
  padding: 10px 0 20px;
}
.infossup-content .input-wrapper.no-padding-bottom {
  padding-bottom: 0;
}
.infossup-content .input-wrapper.no-padding {
  padding: 0;
}
.infossup-content .input-wrapper select {
  color: #000000;
  font-size: 16px;
  padding: 0 10px;
}
@media (max-width: 719px) {
  .infossup-content .input-wrapper select {
    height: 40px;
  }
}
.infossup-content label,
.infossup-content .title {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 719px) {
  .infossup-content label,
  .infossup-content .title {
    font-size: 16px;
  }
}
@media (max-width: 719px) {
  .infossup-content {
    padding: 20px 10px;
    top: 40px;
    height: calc(100% - 60px);
  }
}
.infossup-open .infossup-content {
  opacity: 1;
  visibility: visible;
}
.infossup-open .header:before {
  opacity: 1;
  visibility: visible;
}
.infossup-open .header__burger {
  display: none;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.help-link {
  display: inline-block;
  vertical-align: top;
  border-radius: 99px;
  background: #23b5a2;
  color: #ffffff;
  font-weight: 500;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 100;
}
.bottom-note {
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  padding: 10px;
  color: #000000;
}
.simple_link {
  font-size: 12px;
  color: #3577C8;
  background: none;
  border: 0;
  cursor: pointer;
}
.simple_link.medium {
  font-size: 14px;
}
@media (max-width: 719px) {
  .simple_link.medium {
    font-size: 12px;
  }
}
.simple_link.bigger {
  font-size: 16px;
  font-weight: 500;
}
.simple_link.regular {
  font-weight: 400 !important;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.tablet-only-btn {
  display: none;
}
@media (max-width: 1023px) {
  .tablet-only-btn {
    display: inline-block;
  }
}
.geoloc-popin__search-engine {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.geoloc-popin__search-engine .input-wrapper {
  padding-right: 0;
}
.geoloc-popin__search-engine .input-wrapper select {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.geoloc-popin__search-engine .submit-geoloc {
  background: #FFD023;
  color: #ffffff;
  width: 50px;
  height: 42px;
  line-height: 42px;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.geoloc-popin__search-engine .submit-geoloc.loading {
  pointer-events: none;
}
.round-cta {
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  color: #3577C8;
  font-size: 0 !important;
  background: none;
}
.round-cta .icon {
  font-size: 26px;
  color: #3577C8;
  display: inline-block;
  vertical-align: middle;
}
span,
small,
p {
  display: inline-block;
}
span.with-green-underline:after,
small.with-green-underline:after,
p.with-green-underline:after {
  position: absolute;
  content: '';
  height: 3px;
  background: #23b5a2;
  left: 0;
  width: 100%;
  bottom: 0;
}
.limited-fiche .profil-block-wrapper.fixed-block,
.limited-fiche .services-lm__title {
  display: none !important;
}
.limited-fiche .profil-aside {
  display: none !important;
}
.limited-fiche .content__header-wrapper {
  width: calc(100% - 54px) !important;
  padding-top: 10px !important;
}
@media (max-width: 1023px) {
  .limited-fiche .content__header-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 719px) {
  .limited-fiche .content__header-wrapper {
    width: 100% !important;
  }
}
.limited-fiche .content__header {
  width: 100% !important;
  max-width: 100% !important;
}
.limited-fiche .footer,
.limited-fiche .breadcrumbs,
.limited-fiche .profil-content {
  width: 100% !important;
  max-width: 100%;
}
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.custom-checkbox__picto {
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  margin-right: 15px;
  margin-top: 7px;
}
.custom-checkbox__text {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
}
.custom-checkbox__text strong {
  font-weight: 500;
}
@media (max-width: 360px) {
  .custom-checkbox__text {
    font-size: 10px;
    line-height: 1.3;
  }
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox__picto:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 10px;
  border-left: 3px solid #23b5a2;
  border-bottom: 3px solid #23b5a2;
  left: 2px;
  top: -5px;
  transform: rotate(-45deg);
}
.custom-checkbox.error input[type="checkbox"]:checked + .custom-checkbox__picto + .custom-checkbox__text {
  color: #000000 !important;
}
.tlc-form {
  font-size: 0;
  border: 1px solid #3577C8;
  padding: 10px;
  border-radius: 4px;
}
.tlc-form__content {
  display: none;
}
.tlc-form__content.active {
  display: block;
}
.tlc-form__content .input-wrapper {
  margin-bottom: 10px;
}
.tlc-form__content .input-wrapper label {
  text-transform: none;
}
.tlc-form__ordo {
  display: none;
}
.tlc-form__ordo.active {
  display: block;
}
.urg-mask {
  position: fixed;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.urg-mask__content {
  font-size: 18px;
  padding: 0 20px 50px;
  text-align: center;
  max-width: 440px;
}
.urg-mask__inner {
  text-align: center;
}
body[data-urg-state="open"] .section.teleconsultation-header,
body[data-urg-state="open"] .footer {
  display: none !important;
}
.urg-popin {
  position: fixed;
  z-index: 2000000;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: opacity 150ms linear;
  align-items: center;
}
@media (max-width: 719px) {
  .urg-popin {
    align-items: flex-start;
  }
}
.urg-popin.not-visible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.urg-popin__text {
  font-weight: 400;
  font-size: 16px;
}
.urg-popin__loader {
  pointer-events: none;
  height: 70px;
  margin: 20px 0;
  position: relative;
}
.urg-popin__content {
  font-size: 18px;
  padding: 20px;
  text-align: center;
  max-width: 440px;
}
@media (max-width: 719px) {
  .urg-popin__content {
    padding-top: 50px;
  }
}
.urg-popin__logo-label {
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0 20px;
}
.urg-popin__logo img {
  width: 200px;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.urg-popin__inner {
  text-align: center;
}
.bullet-list-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.bullet-list-subtitle {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
}
.bullet-list li {
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.bullet-list li b {
  font-weight: 500;
}
.bullet-list li.no-bullet {
  margin-bottom: 0;
  padding-left: 0;
}
.bullet-list li.no-bullet:after {
  display: none;
}
@media (max-width: 719px) {
  .bullet-list li {
    font-size: 12px;
  }
}
.bullet-list li:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #23b5a2;
  border-radius: 100px;
  overflow: hidden;
}
.red-text {
  color: #db2828;
}
.fullsize-iframe {
  display: block;
  border: 0;
  width: 100%;
  position: absolute;
  top: 60px;
  height: calc(100% - 60px);
}
/* STRIPE CONFIRM PAGE */
.confirm-stripe main {
  padding: 0;
  background: #ffffff;
}
.confirm-stripe__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 40px;
  text-align: center;
}
.confirm-stripe__picto-success {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  background: #23b5a2;
  margin: 0 auto 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.confirm-stripe__picto-success:after {
  content: '';
  position: absolute;
  height: 25px;
  width: 40px;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
}
@media (max-width: 719px) {
  .confirm-stripe__picto-success {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
  }
  .confirm-stripe__picto-success:after {
    height: 15px;
    width: 30px;
  }
}
.confirm-stripe__picto-failed-alter {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
  color: #8A93A3;
}
.confirm-stripe__picto-failed {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  background: #db2828;
  margin: 0 auto 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.confirm-stripe__picto-failed:after,
.confirm-stripe__picto-failed:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 40px;
  background: #ffffff;
  top: 50%;
  left: 50%;
}
.confirm-stripe__picto-failed:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.confirm-stripe__picto-failed:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 719px) {
  .confirm-stripe__picto-failed {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
  }
  .confirm-stripe__picto-failed:after,
  .confirm-stripe__picto-failed:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 30px;
    background: #ffffff;
    top: 50%;
    left: 50%;
  }
}
.confirm-stripe__pay-message {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}
.confirm-stripe__pay-message li {
  margin-bottom: 20px;
  position: relative;
  line-height: 1.8;
}
.confirm-stripe__pay-message li.picto-check {
  padding-left: 30px;
}
.confirm-stripe__pay-message li.picto-check:before {
  content: '';
  width: 20px;
  height: 12px;
  border-left: 4px solid #23b5a2;
  border-bottom: 4px solid #23b5a2;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 4px;
}
.confirm-stripe__pay-message li.picto-alert {
  padding-left: 30px;
}
.confirm-stripe__pay-message li.picto-alert:before {
  content: '!';
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background: #3577C8;
  left: 0;
  top: 2px;
  z-index: 10;
  font-weight: 600;
}
.confirm-stripe__pay-message li.confirm-stripe__cancel {
  padding-left: 0;
  text-align: center;
  font-size: 16px;
}
.confirm-stripe__pay-message li.confirm-stripe__cancel:before {
  display: none;
}
.confirm-stripe .stripe-error {
  padding: 40px 20px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.confirm-stripe .stripe-error__error {
  font-weight: 700;
  padding: 20px 0;
  display: block;
}
.confirm-stripe__wrapper {
  padding: 100px 20px 20px;
  font-size: 16px;
  margin: 0 auto;
  max-width: 960px;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .confirm-stripe__wrapper {
    font-size: 14px;
  }
}
.confirm-stripe__cta {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 719px) {
  .confirm-stripe__cta {
    padding-top: 20px;
  }
}
.pharmaciePage .ordo-files {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pharmaciePage .ordo-files__count {
  font-size: 25px;
  padding-bottom: 20px;
}
.pharmaciePage .popin-med__wrapper.files {
  max-width: 1280px;
}
.pharmaciePage main {
  padding: 80px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pharmaciePage .patient-name {
  text-transform: none;
}
.pharmaciePage #ordo-details {
  max-width: 100%;
  width: 100%;
}
.pharmaciePage__form {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #F6F6F6;
}
.pharmaciePage__form .input-wrapper label {
  font-size: 16px;
}
.pharmaciePage__error {
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  width: 100%;
  position: relative;
}
.pharmaciePage__error .icon {
  color: #db2828;
  margin-right: 10px;
}
@media (max-width: 719px) {
  .pharmaciePage__error .icon {
    position: absolute;
    top: -20px;
  }
}
.popin-mobile-searchengine {
  background: #F6F6F6;
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popin-mobile-searchengine .popin-med__close {
  font-size: 30px;
  margin-right: 0;
  right: 10px;
  transform: none;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine .popin-med__close {
    font-size: 20px;
    top: 5px;
    right: 5px;
  }
}
.popin-mobile-searchengine .popin-med__wrapper {
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  top: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
  transform: none;
  max-width: 100%;
  border-radius: 0;
}
.popin-mobile-searchengine .popin-med__wrapper .ui-autocomplete__wrapper {
  width: 100%;
}
.popin-mobile-searchengine .popin-med__wrapper .ui-autocomplete__wrapper.pathos {
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.popin-mobile-searchengine__header {
  background: #445473;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__header {
    height: 40px;
    font-size: 14px;
  }
}
.popin-mobile-searchengine__input {
  border: 0;
  width: calc(100% - 190px);
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 60px;
  padding: 0 30px 0 0;
  font-size: 16px;
  height: 60px;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__input {
    height: 40px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
.popin-mobile-searchengine__submit {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  cursor: pointer;
  color: #3577C8;
  font-size: 30px;
  padding: 0 20px;
  z-index: 100;
  text-align: center;
  line-height: 1.3;
  max-width: 1280px;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__submit {
    padding: 0 10px;
    max-width: 100%;
  }
}
.popin-mobile-searchengine__submit .icon {
  margin-right: 5px;
  font-size: 20px;
}
.popin-mobile-searchengine__submit .content_submit {
  font-size: 40px;
  color: #445473;
  width: 100%;
  display: inline;
  word-break: break-word;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__submit .content_submit {
    font-size: 30px;
  }
}
.popin-mobile-searchengine__submit--cta-wrapper {
  width: 100%;
  text-align: right;
  padding: 50px 20px 0;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__submit--cta-wrapper {
    padding-top: 30px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
}
.popin-mobile-searchengine__submit--cta-wrapper .blue-cta .icon + span {
  max-width: 100%;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__submit {
    top: 100px;
    font-size: 20px;
    height: 80px;
  }
}
.popin-mobile-searchengine__engine {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 60px;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__engine {
    top: 40px;
    height: 40px;
  }
}
.popin-mobile-searchengine__engine.alter {
  left: 50%;
  width: 1220px;
  height: 40px;
  margin-top: 20px;
  border-radius: 100px;
  max-width: calc(100% - 60px);
  transform: translate(-50%, 0);
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__engine.alter {
    max-width: calc(100% - 40px);
  }
}
.popin-mobile-searchengine__engine.alter .searchpathos__clear {
  width: 25px;
  height: 25px;
  left: 10px !important;
  font-size: 10px;
}
.popin-mobile-searchengine__engine.alter .popin-mobile-searchengine__input {
  height: 40px;
  left: 45px;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__engine.alter .popin-mobile-searchengine__input {
    max-width: calc(100% - 45px);
  }
}
.popin-mobile-searchengine__engine.alter.loader:after {
  left: 22px !important;
}
.popin-mobile-searchengine__engine.alter .icon-input {
  width: 45px;
  height: 39px;
  color: #7ec6c7;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popin-mobile-searchengine__engine .icon-input {
  width: 60px;
  height: 60px;
  color: #3577C8;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__engine .icon-input {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.popin-mobile-searchengine__engine.loader:after {
  left: auto;
  right: 85px;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__engine.loader:after {
    right: 50px;
  }
}
.medoc .popin-mobile-searchengine__engine.loader:after {
  right: 15px;
}
@media (max-width: 719px) {
  .medoc .popin-mobile-searchengine__engine.loader:after {
    right: 5px;
  }
}
.popin-mobile-searchengine__clear {
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  color: #ffffff;
  background: #000000;
  border-radius: 100px;
  right: 90px;
  top: 20px;
  z-index: 100;
  transition: opacity 100ms linear;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__clear {
    top: 10px;
    right: 55px;
  }
}
.medoc .popin-mobile-searchengine__clear {
  right: 20px;
}
@media (max-width: 719px) {
  .medoc .popin-mobile-searchengine__clear {
    right: 10px;
  }
}
.popin-mobile-searchengine__clear.visible {
  opacity: 1;
  visibility: visible;
}
.popin-mobile-searchengine__geoloc {
  width: 60px;
  height: 60px;
  background: #FFD023;
  color: #000000;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__geoloc {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.popin-mobile-searchengine__content {
  position: absolute;
  top: 120px;
  background: #F6F6F6;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__content {
    top: 80px;
  }
}
.popin-mobile-searchengine__content.pathos-result {
  height: 120px;
  z-index: 10;
  background: none;
  left: 50%;
  max-width: 1230px;
  transform: translate(-50%, 0);
}
.popin-mobile-searchengine__content.pathos-result .ui-autocomplete.ui-widget-content {
  border-top: 0 !important;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__content.pathos-result {
    top: 250px;
  }
  .popin-mobile-searchengine__content.pathos-result .ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    padding-top: 10px !important;
  }
}
.popin-mobile-searchengine__content .ui-autocomplete.ui-widget-content {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 20px 0 50px !important;
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  background: none !important;
}
.popin-mobile-searchengine__content .ui-autocomplete__wrapper {
  margin-bottom: 10px;
  padding: 0;
}
.popin-mobile-searchengine__content .ui-autocomplete__wrapper .ui-autocomplete-header {
  padding: 10px;
  background: #ffffff;
  border: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.popin-mobile-searchengine__content .ui-menu-item {
  padding-right: 10px !important;
  padding-left: 40px !important;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  cursor: pointer;
}
.popin-mobile-searchengine__content .ui-menu-item.medoc {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px !important;
}
.popin-mobile-searchengine__content .ui-menu-item.medoc .icon {
  font-size: 30px;
  opacity: 0.4;
  margin-right: 15px;
}
@media (max-width: 719px) {
  .popin-mobile-searchengine__content .ui-menu-item.medoc {
    font-size: 16px;
  }
}
.popin-mobile-searchengine__content .ui-menu-item.pathos {
  display: inline-block;
  list-style: none;
  padding: 5px 0 5px 10px !important;
  border: 0;
}
.popin-mobile-searchengine__content .ui-menu-item__medoc {
  width: calc(100% - 50px);
}
.popin-mobile-searchengine__content .ui-menu-item__medoc .icon {
  margin-right: 5px;
  color: #5b6373;
}
.popin-mobile-searchengine__content .ui-menu-item__medoc--gal {
  display: block;
  font-size: 13px;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 2px;
}
.popin-mobile-searchengine__content .ui-menu-item__pathos {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  background: #dcedff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
}
.popin-mobile-searchengine__content .ui-menu-item:last-child {
  border: 0;
}
.popin-mobile-searchengine__content .ui-menu-item:before {
  left: 15px !important;
  top: 19px !important;
}
.popin-mobile-searchengine__content .speville .ui-autocomplete-header {
  display: none;
}
.popin-mobile-searchengine__content .speville .ui-menu-item {
  padding-left: 20px !important;
}
.popin-mobile-searchengine__content .speville .ui-menu-item strong {
  text-decoration: underline;
}
.popin-mobile-searchengine__content .speville .ui-menu-item:before {
  display: none !important;
}
@media (max-width: 719px) {
  .hidden-mobile {
    display: none !important;
  }
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 719px) {
  .hidden-desktop {
    display: inherit !important;
  }
}
.blue-header {
  background: #445473;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 20px 20px;
  margin: -40px -40px 0 -40px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 719px) {
  .blue-header {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    margin: -40px -20px 0 -20px;
    border-radius: 10px 10px 0 0;
  }
}
.blue-header .logo-no-text {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: auto;
  margin-right: 5px;
}
.blue-header.smaller {
  font-size: 18px;
}
.blue-header.more-smaller {
  font-size: 16px;
}
.pharma-city-poi {
  display: inline-block;
  background: #FFD023;
  color: #000000;
  margin: 0 10px 10px 0;
  padding: 5px 12px 5px 8px;
  line-height: 1;
  border-radius: 100px;
  font-weight: 500;
}
.pharma-city-poi .icon {
  margin-right: 8px;
  font-size: 14px;
  vertical-align: middle;
}
.pharma-city-poi span {
  vertical-align: middle;
  display: inline;
  text-transform: capitalize;
}
.pharma-city-poi.small .icon {
  min-width: 12px !important;
  width: 12px !important;
  font-size: 12px !important;
}
.pharma-city-poi.small span {
  font-size: 12px;
}
.inline-bg-text {
  padding: 2px 5px;
  display: inline;
}
.inline-bg-text.green {
  background: rgba(35, 181, 162, 0.3);
}
.inline-bg-text.orange {
  background: rgba(255, 160, 81, 0.3);
}
.inline-bg-text.red {
  background: rgba(219, 40, 40, 0.3);
}
.inline-bg-text.blue {
  background: rgba(53, 119, 200, 0.3);
}
.inline-bg-text.yellow {
  background: rgba(255, 208, 35, 0.3);
}
.services-lm__title {
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  width: 550px;
  max-width: 100%;
  margin: 30px auto 0;
  padding-left: 22px;
  text-align: left;
}
@media (max-width: 1023px) {
  .services-lm__title {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .services-lm__title {
    font-size: 16px;
    margin: 20px 10px 10px 0;
  }
}
.services-lm__title:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background: #23b5a2;
  width: 4px;
  left: 0;
}
.services-lm__title.no-bar {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}
.services-lm__title.no-bar:after {
  display: none;
}
.services-lm__pushes {
  padding-top: 30px;
}
.services-lm__pushes--push {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.services-lm__pushes--push span {
  display: block;
}
.services-lm__pushes--desc {
  display: block;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 100px);
  max-width: 350px;
}
@media (max-width: 719px) {
  .services-lm__pushes--desc {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
@media (max-width: 360px) {
  .services-lm__pushes--desc {
    width: calc(100% - 70px);
  }
}
.services-lm__pushes--title {
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  font-size: 14px;
}
.services-lm__pushes--content {
  color: #000000;
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 12px;
}
.services-lm__pushes--cta .blue-cta {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-lm__pushes--img {
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
  padding: 5px;
}
@media (max-width: 360px) {
  .services-lm__pushes--img {
    width: 70px;
    min-width: 70px;
  }
}
.services-lm__pushes--img.orange {
  background: #ffe4bd;
}
.services-lm__pushes--img.blue {
  background: #dcedff;
}
.services-lm__pushes--img.pink {
  background: #ffdfe6;
}
.services-lm__pushes--img.purple {
  background: #e9d9f1;
}
.services-lm__pushes--img.orange {
  background: #ffe4bd;
}
.services-lm__pushes--img.green {
  background: #e0f5e0;
}
.services-lm__pushes--img img {
  display: block;
  width: 100%;
  height: auto;
}
.pagination__paginate {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
.pagination__paginate--arrows {
  display: flex;
  justify-content: space-evenly;
}
.pagination__paginate--next,
.pagination__paginate--prev {
  width: calc(50% - 30px);
}
.pagination__paginate--next .std-btn,
.pagination__paginate--prev .std-btn {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pagination__paginate--next {
  text-align: right;
}
.pagination__paginate--prev {
  text-align: left;
}
.pagination__paginate--item {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px;
  font-weight: 400;
  color: #000;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 10px;
}
@media (max-width: 719px) {
  .pagination__paginate--item {
    margin: 10px 5px;
  }
}
.pagination__paginate--item.selected {
  background: #445473;
  color: #ffffff;
  font-weight: 500;
  pointer-events: none;
}
.pagination__paginate--item.selected a,
.pagination__paginate--item.selected button {
  color: #ffffff;
}
.pagination__paginate--item a,
.pagination__paginate--item button {
  color: #000000;
  background: none;
}
.simple-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.simple-list li {
  position: relative;
  padding: 0 0 18px 20px;
  line-height: 1.3;
}
.simple-list li:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #7ec6c7;
  border-radius: 100px;
  overflow: hidden;
}
.anim_dots:after {
  content: '';
  animation: dots-animation 1.5s linear infinite;
  position: absolute;
}
@keyframes dots-animation {
  0% {
    content: '';
  }
  33% {
    content: '.';
  }
  66% {
    content: '..';
  }
  100% {
    content: '...';
  }
}
.popin-cgu.popin-visible {
  z-index: 20001;
}
.popin-cgu__checkbox {
  display: flex !important;
  align-items: center;
}
.popin-cgu__checkbox span {
  display: block;
  max-width: 100%;
  line-height: 1.3;
  font-weight: 500;
  white-space: initial;
  font-size: 14px;
}
.popin-cgu__content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 460px);
  background: #F6F6F6;
  padding: 20px;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 719px) {
  .popin-cgu__content {
    max-height: calc(100vh - 320px);
    font-size: 14px;
  }
}
.picto-arrow {
  display: inline-block;
  position: relative;
  width: 15px;
  background: #ffffff;
  height: 2px;
}
.picto-arrow:after,
.picto-arrow:before {
  content: '';
  position: absolute;
  right: -1px;
  width: 11px;
  height: 2px;
  background: #ffffff;
}
.picto-arrow:after {
  top: -4px;
  transform: rotate(45deg);
}
.picto-arrow:before {
  bottom: -4px;
  transform: rotate(-45deg);
}
.circular-progress {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: conic-gradient(#FF385C 0deg, transparent 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-progress:before {
  content: "";
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #fff;
}
.circular-progress__value {
  position: relative;
}
.circular-progress-bar {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: conic-gradient(#23b5a2 0deg, transparent 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-progress-bar.with-cta {
  float: right;
  margin-top: 20px;
  transform: scale(1.1);
}
.circular-progress-bar:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
.circular-progress-bar .blue-cta {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circular-progress-bar .blue-cta.loader {
  background: #EDF4FC;
  width: 60px !important;
  height: 60px !important;
}
.circular-progress-bar .blue-cta.loader:after {
  width: 60px !important;
  height: 60px !important;
  margin: -30px 0 0 -30px !important;
}
.cta-alter {
  background: #3577C8;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  cursor: pointer;
  height: 54px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.cta-alter span {
  line-height: 1.4;
}
.cta-alter .icon {
  font-size: 18px;
}
.cta-alter.with-chevron {
  padding: 0 45px;
  text-transform: none;
}
.cta-alter.with-chevron:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
}
.cta-alter.with-chevron .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.cta-alter.inverted {
  background: #ffffff;
  color: #3577C8;
  border: 1.5px solid #3577C8;
}
@media (min-width: 1024px) {
  .cta-alter.inverted:hover {
    background: #EDF4FC;
  }
}
@media (min-width: 1024px) {
  .cta-alter:hover {
    background: #2B62A8;
    transform: translateY(-1px);
  }
}
.inline-highlight {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.inline-highlight.active {
  background-repeat: no-repeat;
  background-size: 0 100%;
  animation: fill 0.5s forwards;
}
.inline-highlight.active.blue {
  background-image: linear-gradient(#dcedff, #dcedff);
}
.inline-highlight.active.orange {
  background-image: linear-gradient(#ffe4bd, #ffe4bd);
}
.inline-highlight.active.green {
  background-image: linear-gradient(#e0f5e0, #e0f5e0);
}
@keyframes fill {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.basic-progress-bar {
  width: 335px;
  height: 5px;
  border-radius: 10px;
  background: #EDF4FC;
  position: relative;
  margin: 10px auto;
}
.basic-progress-bar--cta {
  height: 50px;
  background: #3577C8;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  width: 335px;
  border-radius: 10px;
}
.basic-progress-bar--jauge {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #3577C8;
  transition: all 50ms linear;
  border-radius: 10px;
}
.basic-progress-bar--label {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.6;
  line-height: 1.5;
  width: 335px;
  text-align: center;
  margin: 0 auto;
}
.simple-table {
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  font-size: 14px;
  overflow: hidden;
  margin: 10px 0 5px;
}
.simple-table--row {
  border-top: 1px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  opacity: 0;
  transform: translate(0, 50%);
}
.simple-table--row.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.simple-table--row:first-child {
  border-top: 0;
}
.simple-table--row.main {
  background: #E8F8F2;
  color: #37927b;
  font-weight: 700;
}
.simple-table--row.main .simple-table--left {
  font-weight: 700;
}
.simple-table--loader-redirect {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
  opacity: 0;
  transition: all linear 300ms;
}
.simple-table--loader-redirect.visible {
  opacity: 1;
}
.simple-table--loader {
  position: relative;
  width: 17px;
}
.simple-table--left,
.simple-table--right {
  line-height: 1.5;
}
.simple-table--left {
  font-weight: 500;
  text-align: left;
}
.simple-table--right {
  font-weight: 700;
  text-align: right;
  padding-left: 10px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../assets/fonts/icomoon.woff2?e1koz2?version=1') format('woff2'), url('../../../assets/fonts/icomoon.woff?e1koz2?version=1') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"].icon:before,
[class*=" icon-"].icon:before {
  font-family: 'icomoon' !important;
}
.icon-icon-secure-shield:before {
  content: "\e978";
}
.icon-icon-people:before {
  content: "\e979";
}
.icon-add_alert:before {
  content: "\e97a";
}
.icon-library_books:before {
  content: "\e97b";
}
.icon-new_releases:before {
  content: "\e97c";
}
.icon-repeat:before {
  content: "\e97d";
}
.icon-repeat_one:before {
  content: "\e97e";
}
.icon-shuffle:before {
  content: "\e97f";
}
.icon-subtitles:before {
  content: "\e980";
}
.icon-surround_sound:before {
  content: "\e981";
}
.icon-add_to_queue:before {
  content: "\e982";
}
.icon-art_track:before {
  content: "\e983";
}
.icon-fiber_smart_record:before {
  content: "\e984";
}
.icon-note:before {
  content: "\e985";
}
.icon-control_camera:before {
  content: "\e986";
}
.icon-call_merge:before {
  content: "\e987";
}
.icon-call_split:before {
  content: "\e988";
}
.icon-chat:before {
  content: "\e989";
}
.icon-dialpad:before {
  content: "\e98a";
}
.icon-forum:before {
  content: "\e98b";
}
.icon-import_export:before {
  content: "\e98c";
}
.icon-stay_current_landscape:before {
  content: "\e98d";
}
.icon-stay_current_portrait:before {
  content: "\e98e";
}
.icon-swap_calls:before {
  content: "\e98f";
}
.icon-import_contacts:before {
  content: "\e990";
}
.icon-call_missed_outgoing:before {
  content: "\e991";
}
.icon-archive1:before {
  content: "\e992";
}
.icon-gesture:before {
  content: "\e993";
}
.icon-link:before {
  content: "\e996";
}
.icon-ballot:before {
  content: "\e997";
}
.icon-where_to_vote:before {
  content: "\e998";
}
.icon-devices:before {
  content: "\e999";
}
.icon-border_left:before {
  content: "\e99a";
}
.icon-developer_board:before {
  content: "\e99b";
}
.icon-keyboard_hide:before {
  content: "\e99c";
}
.icon-device_hub:before {
  content: "\e99d";
}
.icon-blur_circular:before {
  content: "\e99e";
}
.icon-blur_linear:before {
  content: "\e99f";
}
.icon-filter_b_and_w:before {
  content: "\e9a0";
}
.icon-filter_center_focus:before {
  content: "\e9a1";
}
.icon-healing:before {
  content: "\e9a2";
}
.icon-layers:before {
  content: "\e9a3";
}
.icon-local_gas_station:before {
  content: "\e9a4";
}
.icon-tap_and_play:before {
  content: "\e9a5";
}
.icon-check_circle:before {
  content: "\e9a6";
}
.icon-extension:before {
  content: "\e9a7";
}
.icon-favorite_outline:before {
  content: "\e9a8";
}
.icon-flip_to_back:before {
  content: "\e9a9";
}
.icon-flip_to_front:before {
  content: "\e9aa";
}
.icon-settings_phone:before {
  content: "\e9ab";
}
.icon-opacity:before {
  content: "\e9ad";
}
.icon-edit_off:before {
  content: "\e9ae";
}
.icon-flaky:before {
  content: "\e9af";
}
.icon-history_edu:before {
  content: "\e9b0";
}
.icon-arrow-up:before {
  content: "\e977";
}
.icon-activity:before {
  content: "\e970";
}
.icon-clock:before {
  content: "\e972";
}
.icon-thumbs-down:before {
  content: "\e975";
}
.icon-thumbs-up1:before {
  content: "\e976";
}
.icon-picto-like:before {
  content: "\e96f";
}
.icon-quote:before {
  content: "\e96e";
}
.icon-locked:before {
  content: "\e969";
}
.icon-circle-hole:before {
  content: "\e96a";
}
.icon-seat:before {
  content: "\e96b";
}
.icon-clock-speed:before {
  content: "\e96c";
}
.icon-feed:before {
  content: "\e967";
}
.icon-urgence:before {
  content: "\e968";
}
.icon-picto-bones-inter:before {
  content: "\e957";
}
.icon-picto-crane-douleur:before {
  content: "\e95a";
}
.icon-picto-crane-fever:before {
  content: "\e95b";
}
.icon-picto-crane-nause:before {
  content: "\e95c";
}
.icon-picto-crane-nez:before {
  content: "\e95d";
}
.icon-picto-crane-toux:before {
  content: "\e95e";
}
.icon-picto-crane-trouble:before {
  content: "\e95f";
}
.icon-picto-crane-zzz:before {
  content: "\e960";
}
.icon-picto-gorge-douleur:before {
  content: "\e961";
}
.icon-picto-hand-blood:before {
  content: "\e962";
}
.icon-picto-heart-low:before {
  content: "\e963";
}
.icon-picto-heart-rythm:before {
  content: "\e964";
}
.icon-picto-peacemaker:before {
  content: "\e965";
}
.icon-picto-poumons:before {
  content: "\e966";
}
.icon-partager:before {
  content: "\e94c";
}
.icon-iconepaiement:before {
  content: "\e94d";
}
.icon-accederfacilement:before {
  content: "\e94e";
}
.icon-armchair:before {
  content: "\e94f";
}
.icon-chronometer:before {
  content: "\e951";
}
.icon-icon:before {
  content: "\e955";
}
.icon-picto-praticien:before {
  content: "\e949";
}
.icon-picto-calendar-clock:before {
  content: "\e941";
}
.icon-picto-locked-doc:before {
  content: "\e942";
}
.icon-picto-post-consult:before {
  content: "\e948";
}
.icon-sitemap:before {
  content: "\e925";
}
.icon-archive:before {
  content: "\e926";
}
.icon-patch:before {
  content: "\e927";
}
.icon-pil:before {
  content: "\e928";
}
.icon-injection:before {
  content: "\e929";
}
.icon-paint:before {
  content: "\e92a";
}
.icon-profile:before {
  content: "\e92b";
}
.icon-addressbook:before {
  content: "\e92c";
}
.icon-addressbook1:before {
  content: "\e92d";
}
.icon-video-camera:before {
  content: "\e96d";
}
.icon-rdvligne:before {
  content: "\e93c";
}
.icon-teleconsultation:before {
  content: "\e93d";
}
.icon-telephone_circle:before {
  content: "\e93e";
}
.icon-measures:before {
  content: "\e93b";
}
.icon-recherchez:before {
  content: "\e931";
}
.icon-upload:before {
  content: "\e92e";
}
.icon-transmettre:before {
  content: "\e92f";
}
.icon-rendezvous:before {
  content: "\e930";
}
.icon-mestraitements:before {
  content: "\e932";
}
.icon-mesmotifs:before {
  content: "\e933";
}
.icon-accedez:before {
  content: "\e934";
}
.icon-espace-patient:before {
  content: "\e935";
}
.icon-espace-praticien:before {
  content: "\e936";
}
.icon-faq:before {
  content: "\e937";
}
.icon-mesantecedents:before {
  content: "\e938";
}
.icon-camera:before {
  content: "\e939";
}
.icon-headphones:before {
  content: "\e93a";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-cog:before {
  content: "\e994";
}
.icon-office:before {
  content: "\e91e";
}
.icon-newspaper:before {
  content: "\e91d";
}
.icon-book:before {
  content: "\e91f";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-user:before {
  content: "\e971";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-table2:before {
  content: "\ea71";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-pencil:before {
  content: "\e923";
}
.icon-video-camera1:before {
  content: "\e922";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-stopwatch:before {
  content: "\e952";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-volume-low:before {
  content: "\ea28";
}
.icon-volume-mute:before {
  content: "\ea29";
}
.icon-eye:before {
  content: "\e920";
}
.icon-no-eye:before {
  content: "\e921";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-openoffice:before {
  content: "\eae0";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-printer:before {
  content: "\e954";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-volume-increase:before {
  content: "\ea2b";
}
.icon-volume-decrease:before {
  content: "\ea2c";
}
.icon-icon-mail:before {
  content: "\e913";
}
.icon-icon-vaccins:before {
  content: "\e914";
}
.icon-icon-medical:before {
  content: "\e915";
}
.icon-icon-infos:before {
  content: "\e916";
}
.icon-icon-position:before {
  content: "\e905";
}
.icon-icon-loupe:before {
  content: "\e900";
}
.icon-icon-medoc:before {
  content: "\e901";
}
.icon-icon-patient:before {
  content: "\e902";
}
.icon-icon-phone:before {
  content: "\e903";
}
.icon-icon-poi:before {
  content: "\e904";
}
.icon-mesures:before {
  content: "\e917";
}
.icon-icon-exams:before {
  content: "\e918";
}
.icon-thumbs-up:before {
  content: "\e924";
}
.icon-icon-link:before {
  content: "\e91c";
}
.icon-exit:before {
  content: "\e91b";
}
.icon-icon-feutre:before {
  content: "\e91a";
}
.icon-icon-cross:before {
  content: "\e919";
}
.icon-icon-medecin:before {
  content: "\e906";
}
.icon-icon-allergie:before {
  content: "\e907";
}
.icon-icon-board:before {
  content: "\e908";
}
.icon-icon-comment:before {
  content: "\e909";
}
.icon-icon-facebook:before {
  content: "\e90a";
}
.icon-icon-instagram:before {
  content: "\e90b";
}
.icon-icon-radio:before {
  content: "\e90c";
}
.icon-icon-rdz:before {
  content: "\e90d";
}
.icon-icon-shopping:before {
  content: "\e90e";
}
.icon-icon-star:before {
  content: "\e90f";
}
.icon-icon-twitter:before {
  content: "\e910";
}
.icon-icon-vaccin:before {
  content: "\e911";
}
.icon-icon-youtube:before {
  content: "\e912";
}
.icon-mic:before {
  content: "\e94b";
}
.header {
  height: 60px;
  line-height: 60px;
  background: #3577C8;
  color: #ffffff;
  position: fixed;
  width: 100%;
  text-align: right;
  z-index: 10000;
  padding: 0 20px;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.header.dark {
  background: #5b6373;
}
@media (max-width: 719px) {
  .header.logo-left .logo-medecin {
    left: 20px;
    transform: translate(0, -50%);
  }
}
.header.with-sephira .logo-medecin {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.with-sephira .logo-medecin .logo-medecin__lm {
  width: 140px;
  height: auto;
}
.header.with-sephira .logo-medecin .logo-medecin__cross {
  margin: 0 10px;
  font-size: 14px;
  color: #ffffff;
}
.header.with-sephira .logo-medecin .logo-medecin__sephira {
  width: 100px;
  height: auto;
}
.medecin-profil .header {
  z-index: 1000;
}
.header__search-hp {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .header__search-hp {
    position: absolute;
    top: 19px;
    right: 90px;
  }
}
@media (max-width: 719px) {
  .header__search-hp {
    right: 50px;
  }
}
.header__search-hp .icon {
  color: #ffffff;
  font-size: 25px;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .header__nav {
    margin: 60px -20px 0 -20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.header.maladie .logo-medecin {
  left: 20px;
  transform: translate(0, -50%);
}
@media (max-width: 719px) {
  .header.maladie .logo-medecin {
    width: 20px;
    overflow: hidden;
  }
  .header.maladie .logo-medecin img {
    width: 140px;
  }
}
.header.lite .logo-medecin {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .header.lite .logo-medecin {
    left: auto;
    right: 5%;
    transform: translate(0, -50%);
  }
}
.header.lite .header__rollback {
  display: flex !important;
  align-items: center;
}
.header.lite .header__rollback--text {
  color: #ffffff;
}
.header__search-cta {
  background: #ffffff;
  position: relative;
  font-size: 20px;
  color: #3577C8;
  vertical-align: top;
  width: 62px;
  height: 60px;
  line-height: 60px;
  margin-right: -20px;
  border: 1px solid #3577C8;
}
@media (max-width: 1023px) {
  .header__search-cta {
    display: none;
  }
}
.header__search-cta:after,
.header__search-cta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60%;
  width: 4px;
  background: #3577C8;
  transition: all 150ms linear;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header__search-cta.active {
  color: transparent;
}
.header__search-cta.active:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__search-cta.active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__rollback,
.header__forward {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  width: 120px;
  height: 14px;
}
.header__rollback:after,
.header__forward:after {
  content: '';
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.header__rollback--text,
.header__forward--text {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.header__rollback {
  left: 1%;
  padding-left: 30px;
  text-align: left;
}
.header__rollback:after {
  left: 10px;
  transform: rotate(-45deg);
}
.header__forward {
  right: 1%;
  padding-right: 30px;
  text-align: right;
}
.header__forward:after {
  right: 10px;
  transform: rotate(135deg);
}
.header.inBookingProcess .header__rollback,
.header.inBookingProcess .header__forward {
  pointer-events: none;
  display: block;
  opacity: 0;
  transition: opacity 150ms linear;
}
.header.inBookingProcess .header__rollback.active,
.header.inBookingProcess .header__forward.active {
  opacity: 1;
  pointer-events: all;
}
.header.inBookingProcess .user-header {
  display: none;
}
.header.inBookingProcess .logo-medecin {
  pointer-events: none;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 1023px) {
  .header {
    z-index: 100001;
  }
}
@media (min-width: 600px) and (max-width: 813px) and (orientation: landscape) {
  .medecinPage .header {
    display: none;
  }
}
.header__after-promo {
  display: block;
  background: #3577C8;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: -120px;
  z-index: 1000;
  width: 100%;
  margin-top: 60px;
}
.header__after-promo--text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.header__after-promo--text strong {
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.header__after-promo--text strong:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  height: 2px;
  left: 0;
  background: #23b5a2;
}
.header__after-promo--cta {
  font-size: 0;
  text-align: center;
  padding-top: 20px;
}
.header__after-promo--cta .progress-cta {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  position: relative;
  width: 280px;
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  transition: all 300ms linear;
}
.header__after-promo--cta .progress-cta--text {
  font-size: 16px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header__after-promo--cta .progress-cta--text strong {
  display: block;
  font-size: 16px;
  position: absolute;
  width: 280px;
  line-height: 50px;
  left: 0;
}
.header__after-promo--cta .progress-cta--text.first {
  color: #ffffff;
  background: #23b5a2;
  z-index: 3;
  transition: all 5000ms linear;
  width: 0;
}
.header__after-promo--cta .progress-cta--text.first.animate {
  width: 100%;
}
.header__after-promo--cta .progress-cta--text.second {
  color: #23b5a2;
  z-index: 1;
}
.header__after-promo--cta .progress-cta.opened {
  height: 50px;
  line-height: 50px;
}
.header .user-options {
  visibility: hidden;
  opacity: 0;
  transition: all 100ms linear;
  position: fixed;
  right: 10px;
  top: 60px;
  width: 250px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.user-option-opened .header .user-options {
  opacity: 1;
  visibility: visible;
}
.header .user-options:after {
  content: '';
  position: absolute;
  right: 27px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header .user-options__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header .user-options__item {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.header .user-options__item:first-child {
  border-top: 0;
}
.header .user-options__cta {
  background: transparent;
  border: 0;
  display: block;
  padding: 0 40px 0 15px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 0;
  color: #000000;
}
.header .user-options__cta .icon {
  width: 20px;
  font-size: 16px;
}
.header .user-options__cta .icon.icon-icon-infos {
  color: #3577C8;
}
.header .user-options__cta .icon.icon-cog {
  color: #7ec6c7;
}
.header .user-options__cta span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.header .user-options__cta--text {
  max-width: calc(100% - 30px);
}
.mobile-header-visible .header {
  text-align: left;
}
.mobile-header-visible .header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.header [class^="icon-"],
.header [class*=" icon-"] {
  font-family: 'icomoon' !important;
}
.header [class^="icon-"]:before,
.header [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
}
.header:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  background: #3577C8;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 150ms linear;
}
@media (max-width: 1023px) {
  .header:before {
    transition: none;
  }
}
.mobile-header-visible .header:before {
  content: '';
  opacity: 1;
  visibility: visible;
}
.header__burger {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 1023px) {
  .header__burger {
    display: block;
  }
}
.header__burger.with-profil span {
  display: none;
}
.mobile-header-visible .header__burger.with-profil .icon {
  display: none;
}
.mobile-header-visible .header__burger.with-profil span {
  display: block;
}
.header__burger .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}
.header__burger span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 5px 0;
  background: #ffffff;
}
.mobile-header-visible .header__burger span {
  position: absolute;
  top: 7px;
}
.mobile-header-visible .header__burger span:nth-child(2) {
  opacity: 0;
}
.mobile-header-visible .header__burger span:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-header-visible .header__burger span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .full-dimming-overlay {
  display: none;
}
.header .logo-medecin {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
}
.header .logo-medecin img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .header .logo-medecin {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .connectedPage .header .logo-medecin {
    width: 25px;
    overflow: hidden;
    left: 5%;
    transform: translate(0, -50%);
  }
  .connectedPage .header .logo-medecin img {
    max-width: 150px;
    width: 150px;
  }
}
.header .user-header {
  text-align: right;
  display: inline-block;
  cursor: pointer;
}
.header .user-header .user-name__count {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  right: 67px;
  line-height: 15px;
  font-size: 12px;
  border-radius: 20px;
  text-align: center;
  background: #ffeb00;
  color: #000000;
}
.header .user-header .user-name__infos-account {
  position: absolute;
  top: 53px;
  right: 10px;
  background: #ffeb00;
  color: #000000;
  font-size: 12px;
  padding: 5px;
  width: 240px;
  line-height: 1.3;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.header .user-header .user-name__infos-account:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffeb00;
}
.header .user-header .user-infos {
  display: inline-block;
  vertical-align: middle;
}
.header .user-header .user-infos .user-name,
.header .user-header .user-infos .my-space {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}
.header .user-header .user-infos .user-name__bullet,
.header .user-header .user-infos .my-space__bullet {
  position: absolute;
  top: -3px;
  z-index: 2;
  text-transform: uppercase;
  right: -19px;
  font-size: 8px;
  text-align: center;
  padding: 1px 3px;
  line-height: 1;
  background: #ffeb00;
  color: #000000;
  border-radius: 100px;
  font-weight: 400;
}
.header .user-header .user-infos .my-space {
  color: #ffffff;
  opacity: 0.5;
}
.header .user-header .initial {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: #3577C8;
  background: #ffffff;
  border-radius: 99px;
  text-transform: uppercase;
  margin-left: 20px;
  vertical-align: middle;
  overflow: hidden;
}
.header .user-header .initial img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-right: 20px;
  position: relative;
}
.header .header-link.praticien {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.header .header-link.praticien > span {
  text-transform: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 8px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .header .header-link.praticien {
    margin-top: 10px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .header .header-link {
    margin-right: 0;
    display: none;
    padding: 0 20px;
    width: 100%;
  }
  .mobile-header-visible .header .header-link {
    display: block !important;
  }
}
.header .header-link.medecin-cta {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .header .header-link.medecin-cta {
    margin-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .header-link.medecin-cta:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background: #ffffff;
  top: 50%;
  transform: translate(0, -50%);
  right: -24px;
  opacity: 0.2;
}
@media (max-width: 1023px) {
  .header .header-link.medecin-cta:after {
    display: none;
  }
}
.header .header-link i {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
}
.header .header-link span {
  color: #ffffff;
  vertical-align: initial;
}
@media (max-width: 1023px) {
  .header .header-link span.hidden-mobile {
    display: none;
  }
}
.header-mg {
  width: 100%;
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 1000;
  height: calc(100vh - 270px);
}
.header-mg.fix-h {
  height: auto;
  min-height: auto;
}
.header-mg.for-hp {
  height: calc(100vh - 600px);
}
@media (max-width: 719px) {
  .header-mg.for-hp {
    height: calc(100vh - 220px);
    height: calc(var(--vh, 1vh) * 100 - 220px);
    min-height: 400px;
    max-height: 700px;
    transition: height linear 150ms;
    overflow: visible;
  }
  .header-mg.for-hp .header-mg__content {
    padding-top: 0;
  }
}
@media (max-width: 719px) {
  .header-mg {
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
    min-height: 450px;
    max-height: 700px;
    transition: height linear 150ms;
  }
}
.header-mg__notes {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 40px;
}
@media (max-width: 719px) {
  .header-mg__notes {
    font-size: 14px;
  }
}
.header-mg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 719px) {
  .header-mg__bg {
    filter: brightness(60%);
  }
}
.header-mg__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-mg__inner {
  width: 100%;
  max-width: 1270px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.header-mg__content {
  position: relative;
  width: 100%;
  z-index: 3;
  color: #ffffff;
  padding: 40px 420px 50px 40px;
}
@media (max-width: 1023px) {
  .header-mg__content {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 719px) {
  .header-mg__content {
    padding: 30px 20px 0 20px;
  }
}
.header-mg__top {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
  text-shadow: 0 0 6px #000000;
}
.header-mg__top span {
  background-image: linear-gradient(to right, #7ec6c7 100%, transparent 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  display: inline;
}
@media (max-width: 719px) {
  .header-mg__top {
    font-size: 18px;
    text-shadow: 0 0 1px #000000;
  }
}
.header-mg__cta .std-btn {
  font-weight: 700;
  font-size: 14px;
  background: #FFD023;
  color: #000000;
  text-transform: none;
  padding: 0 30px;
  line-height: 50px;
  height: 50px;
}
@media (max-width: 719px) {
  .header-mg__cta {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .header-mg__cta .std-btn {
    width: 100%;
  }
}
.header-mg__cta.for-mobile {
  display: none;
  background: none;
  position: static;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 719px) {
  .header-mg__cta.for-mobile {
    display: block;
  }
  .header-mg__cta.for-mobile .std-btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
.header-mg__list {
  margin: 50px 10px 60px;
  list-style: none;
}
@media (max-width: 719px) {
  .header-mg__list {
    margin: 30px 10px 40px;
  }
}
.header-mg__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 700;
  padding-left: 30px;
  text-shadow: 0 0 6px #000000;
}
.header-mg__list li:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 6px;
  border-left: 3px solid #7ec6c7;
  border-bottom: 3px solid #7ec6c7;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.header-mg__title {
  font-weight: 900;
  line-height: 1.2;
  font-size: 58px;
  text-shadow: 0 0 6px #000000;
}
@media (max-width: 719px) {
  .header-mg__title {
    font-size: 30px;
    text-shadow: 0 0 1px #000000;
  }
}
.header-mg__hand {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 400px;
}
@media (max-width: 1023px) {
  .header-mg__hand {
    filter: brightness(50%);
  }
}
@media (max-width: 719px) {
  .header-mg__hand {
    filter: brightness(30%);
  }
}
.header-mg__hand img {
  display: block;
  height: 70%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: bottom;
  object-fit: contain;
}
@media (max-width: 719px) {
  .header-mg__hand img {
    width: 100%;
    left: auto;
    right: -50%;
  }
}
.medecin-profil .footer {
  display: block;
}
.footer {
  padding-bottom: 20px;
  background: #F6F6F6;
  clear: both;
  font-family: Verdana !important;
}
.footer__contact-us {
  text-align: center;
  padding-bottom: 60px;
}
.footer__contact-us--title {
  font-size: 24px;
  font-weight: 500;
  padding: 40px 10px;
  font-family: Verdana !important;
}
.footer__socials {
  text-align: center;
  background: #ffffff;
  padding: 20px 35px;
  display: block !important;
  visibility: visible!important;
}
@media (max-width: 719px) {
  .footer__socials {
    padding: 20px;
  }
}
.footer__socials--title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: Verdana !important;
}
@media (max-width: 719px) {
  .footer__socials--title {
    font-size: 12px;
  }
}
.footer__socials--list {
  text-align: center;
  padding: 20px 0 0;
}
.footer__socials--list a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #262626;
  border-radius: 100px;
  margin: 0 5px;
}
.footer__socials--list a.blue {
  background: #3577C8;
}
.footer__socials--list a i {
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
}
.footer__socials--list a i.smaller {
  font-size: 10px;
}
.footer__sitemap {
  text-align: left;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 10px;
  display: flex !important;
  visibility: visible!important;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  .footer__sitemap {
    padding: 20px 10px;
  }
}
.connectedPage .footer__sitemap {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  .connectedPage .footer__sitemap {
    padding-left: 0;
  }
}
.footer__sitemap--list {
  width: calc(100%/3);
  vertical-align: top;
  padding: 10px;
  max-width: 100%;
  display: block !important;
}
@media (max-width: 719px) {
  .footer__sitemap--list {
    width: 100%;
  }
}
.footer__sitemap--list.double {
  width: calc(100%/3*2);
}
@media (max-width: 719px) {
  .footer__sitemap--list.double {
    width: 100%;
  }
}
.footer__sitemap--list.double .footer__sitemap--urls li {
  width: 50%;
}
@media (max-width: 719px) {
  .footer__sitemap--list.double .footer__sitemap--urls li {
    width: 100%;
  }
}
.footer__sitemap--list.fullwidth {
  width: 100%;
}
.footer__sitemap--title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  font-family: Verdana !important;
}
@media (max-width: 719px) {
  .footer__sitemap--title {
    font-size: 18px;
  }
}
.footer__sitemap--urls {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer__sitemap--urls.half {
  width: 50%;
}
.footer__sitemap--urls.half li {
  width: 100% !important;
}
@media (max-width: 719px) {
  .footer__sitemap--urls.half li {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .footer__sitemap--urls.half {
    width: 100%;
  }
}
.footer__sitemap--urls li {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  padding-right: 10px;
  font-family: Verdana !important;
}
.footer__sitemap--urls li.footer__sitemap--letter {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 0;
  width: auto;
}
.footer__sitemap--urls li.footer__sitemap--letter a {
  padding: 0 40px 35px 0;
  display: inline-block;
}
.footer__sitemap--urls li a {
  color: #3577C8;
  font-size: 12px;
  line-height: 1.3;
  font-family: Verdana !important;
}
.footer__links {
  max-width: 1210px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #262626;
  font-weight: 300;
  line-height: 2;
  padding: 30px;
  border-top: 1px solid #E6E6E6;
  font-family: Verdana !important;
}
@media (max-width: 719px) {
  .footer__links {
    padding: 30px 10px;
  }
}
.footer__links a {
  color: #262626;
  font-family: Verdana !important;
}
@media (min-width: 1024px) {
  .footer__links a:hover {
    color: #8A93A3;
  }
}
.homepage #main {
  display: block;
  overflow: hidden;
}
.homepage .footer__sitemap,
.homepage .footer__contact-us {
  display: block;
}
.homepage .header {
  position: fixed !important;
}
.blue-text {
  color: #3577C8;
}
.section__cta.center-cta {
  padding-bottom: 40px;
  text-align: center;
}
.section.home-faq .section__cta {
  margin-top: 30px;
}
.section.home-faq .faq-list__item {
  border: 0;
}
.section.home-faq .faq-list__item.active .faq-list__title:after {
  transform: translate(0, -65%) rotate(130deg);
}
.section.home-faq .faq-list__title {
  padding: 10px 30px 10px 50px;
}
.section.home-faq .faq-list__title:after {
  right: auto;
  left: 20px;
  width: 8px;
  height: 8px;
}
.section.home-faq.center-content {
  background: none;
  margin-bottom: 0;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 40px 0;
}
.section.home-faq.center-content.white-bg {
  background: #ffffff;
}
@media (max-width: 1023px) {
  .section.home-faq.center-content {
    width: calc(100% - 20px);
  }
}
@media (max-width: 719px) {
  .section.home-faq.center-content {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
}
.section.home-faq .home-faq__spacer {
  width: 100%;
  display: block;
}
.section.home-faq .home-faq__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.section.home-faq .home-faq__wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__wrapper.reverse {
    flex-direction: initial;
  }
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__wrapper {
    padding: 0;
  }
}
.section.home-faq .home-faq__visual {
  width: 40%;
  padding: 20px 60px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__visual.ans {
    display: flex;
  }
}
.section.home-faq .home-faq__visual.ans .minis-logo {
  margin-bottom: 40px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__visual.ans .minis-logo {
    margin-bottom: 0;
    max-width: 40%;
    height: auto;
  }
}
.section.home-faq .home-faq__visual.ans .ans-logo {
  margin-bottom: 40px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__visual.ans .ans-logo {
    margin-bottom: 0;
    max-width: 40%;
    height: auto;
  }
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__visual {
    width: 100%;
    padding: 0 0 0 0;
    border: 0;
  }
}
.section.home-faq .home-faq__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__visual img {
    width: auto;
    height: 200px;
    margin: 0 auto;
    max-width: 80%;
  }
  .section.home-faq .home-faq__visual img.logo {
    max-height: 40px;
    margin-top: 50px;
  }
}
.section.home-faq .home-faq__content {
  width: 60%;
  padding: 20px 20px 40px;
  border-radius: 10px;
}
.section.home-faq .home-faq__content.no-padding {
  padding: 0;
}
.section.home-faq .home-faq__content.no-padding .hp-services__section-desc {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content.no-padding .hp-services__section-desc {
    padding: 10px 20px 0;
  }
}
.section.home-faq .home-faq__content.white-bg {
  background: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content {
    border-radius: 0;
    width: 100%;
    padding: 10px 0 30px;
  }
}
.section.home-faq .home-faq__content .section__title--number {
  text-align: left;
  padding: 30px 20px 0;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content .section__title--number {
    padding-top: 20px;
  }
}
.section.home-faq .home-faq__content .section__title--title {
  text-align: left;
  padding: 30px 20px 10px;
  color: #3577C8;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content .section__title--title {
    padding-top: 20px;
  }
}
.section.home-faq .home-faq__content .section__subtitle {
  padding: 10px 20px 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.section.home-faq .home-faq__content .section__subtitle .small {
  font-weight: 400;
  font-size: 18px;
}
.section.home-faq .home-faq__content .section__subtitle.smaller {
  font-size: 18px;
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content .section__subtitle.smaller {
    font-size: 16px;
  }
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content .section__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .section.home-faq .home-faq__content .section__subtitle {
    font-size: 17px;
  }
}
.section.home-faq .home-faq__content .faq-list {
  margin: 0;
}
.section.home-faq .home-faq__content .faq-list__title {
  font-weight: 400;
}
.section.home-faq .home-faq__content .faq-list__desc {
  font-weight: 500;
}
@media (max-width: 1023px) {
  .section.home-faq .home-faq__content .faq-list {
    margin: 0;
  }
}
@media (max-width: 719px) {
  .section.home-faq .home-faq__content .faq-list {
    margin: 0;
  }
}
.section.home-faq.reverse .home-faq__wrapper {
  flex-direction: row-reverse;
}
.section.home-faq.reverse .home-faq__visual {
  border-right: 0;
}
.section.certif {
  display: flex;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.section.certif .text {
  color: #000000;
  font-size: 14px;
  padding: 10px 10px 10px;
  width: 100%;
  text-align: center;
}
.section.certif .picto-certif {
  width: 220px;
  height: 96px;
  padding: 10px;
}
.section.certif .picto-certif img {
  width: 100%;
  height: auto;
}
.section__intertitle {
  color: #000000;
  font-size: 25px;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: normal;
}
@media (max-width: 719px) {
  .section__intertitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 35px;
  }
}
.section__slider {
  padding: 0 50px 20px;
  margin-bottom: 30px;
}
.section__slider .slide {
  width: 230px;
  opacity: 0.4;
  transition: all 150ms linear;
}
.section__slider .slide.slick-current {
  opacity: 1;
}
.section__slider .slide__img {
  text-align: center;
}
.section__slider .slide__img img {
  border-radius: 999px;
  display: inline-block;
  width: 70px;
}
.section__slider .slide__infos {
  font-size: 13px;
  color: #000000;
  padding: 20px;
  font-weight: 300;
}
.section__slider .slide__title {
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 10px;
  font-size: 15px;
}
.section.home-header {
  background: url("../assets/images/home/header-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 410px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 719px) {
  .section.home-header {
    max-height: 290px;
    margin-bottom: 30px;
    min-height: calc(100vh - 274px);
  }
}
.section.home-header .left,
.section.home-header .right {
  position: absolute;
  z-index: 1;
}
@media (max-width: 719px) {
  .section.home-header .left,
  .section.home-header .right {
    opacity: 0.5;
  }
}
.section.home-header .left {
  top: 65%;
  left: 20%;
}
.section.home-header .right {
  top: 49%;
  right: 15%;
}
.section.home-header .section__content {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 30px);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 10;
}
@media (max-width: 719px) {
  .section.home-header .section__content {
    top: calc(50% - 40px);
  }
}
.section.home-header .section__content .bullet-picture {
  margin: 50px auto 0;
}
@media (max-width: 719px) {
  .section.home-header .section__content .bullet-picture {
    margin-top: 15px;
    top: calc(50% - 40px);
  }
}
.section.home-header .section__content .blue-cta {
  margin-top: 24px;
}
@media (max-width: 719px) {
  .section.home-header .section__content .blue-cta {
    display: none;
  }
}
.section.home-header .section__baseline {
  font-weight: 700;
  color: #000000;
  padding: 0 10px;
}
@media (max-width: 719px) {
  .section.home-header .section__baseline {
    font-size: 20px;
  }
}
.section.home-header .section__baseline strong {
  font-weight: 700;
  color: #3577C8;
}
.section.home-header .section__search-wrapper {
  position: absolute;
  transform: translate(-50%, 30px);
  max-width: 1150px;
}
@media (max-width: 719px) {
  .section.home-header .section__search-wrapper {
    transform: translate(-50%, -10px);
    z-index: 2;
  }
}
.section.home-header .section__search-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  bottom: auto;
}
@media (max-width: 719px) {
  .section.home-header .section__search-wrapper.fixed {
    position: absolute;
    z-index: 2;
    top: auto !important;
    bottom: 0 !important;
  }
}
.section.homepage-header {
  background: #ffffff;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
}
.section.homepage-header.praticien-header .section__content {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section.homepage-header.praticien-header .section__content .section__baseline {
  padding-bottom: 0;
}
.section.homepage-header.praticien-header .section__content .section__cta {
  padding-top: 30px;
  text-align: center;
}
.section.homepage-header.praticien-header .section__content .section__cta .blue-cta {
  margin: 5px;
}
.section.homepage-header.demo-header {
  margin-bottom: 0;
}
.section.homepage-header.demo-header .section__content {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
  flex-direction: unset;
}
.section.homepage-header.demo-header .section__content .section__baseline {
  padding-bottom: 0;
  width: 100%;
  margin-top: 40px;
}
.section.homepage-header.demo-header .section__content .section__card {
  width: 100%;
}
.section.homepage-header.demo-header .section__content .section__card img {
  width: 400px;
  max-width: 70%;
}
@media (max-width: 719px) {
  .section.homepage-header.demo-header .section__content .section__card img {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 719px) {
  .section.homepage-header {
    margin-bottom: 30px;
  }
}
.section.homepage-header .search-nav {
  max-width: 1150px;
  margin: -50px auto 0;
  padding: 20px 0 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.section.homepage-header .search-nav__link {
  color: #000000;
  position: relative;
  padding: 5px 15px;
  border-radius: 4px 4px 0 0;
  background: none;
  font-weight: 400;
}
.section.homepage-header .search-nav__link.active {
  color: #000000;
  font-weight: 400;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 719px) {
  .section.homepage-header .search-nav {
    white-space: nowrap;
    padding: 20px 10px 74px;
    margin: -60px auto 0;
    font-size: 14px;
  }
}
.section.homepage-header .section__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  .section.homepage-header .section__content {
    flex-direction: column-reverse;
  }
}
.section.homepage-header .section__pict {
  text-align: center;
  padding: 40px 0 10px;
}
@media (max-width: 719px) {
  .section.homepage-header .section__pict {
    padding-top: 30px;
  }
}
.section.homepage-header .section__pict img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
@media (max-width: 719px) {
  .section.homepage-header .section__pict img {
    max-width: 70%;
  }
}
.section.homepage-header .section__card {
  padding: 40px 0 0;
  width: 50%;
}
@media (max-width: 719px) {
  .section.homepage-header .section__card {
    padding: 10px 0 0;
    width: 100%;
    text-align: right;
  }
}
.section.homepage-header .section__card img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media (max-width: 719px) {
  .section.homepage-header .section__card img {
    width: 130%;
    margin-right: -44.5%;
    margin-bottom: -10%;
    float: right;
  }
}
.section.homepage-header .section__praticien {
  padding: 40px 0 0;
  width: 50%;
}
@media (max-width: 719px) {
  .section.homepage-header .section__praticien {
    padding: 10px 0 20px;
    width: 100%;
  }
}
.section.homepage-header .section__praticien img {
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
  height: auto;
}
@media (max-width: 719px) {
  .section.homepage-header .section__praticien img {
    width: 60%;
  }
}
.section.homepage-header .section__baseline {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  padding: 0 10px 60px 10px;
  text-align: center;
}
.section.homepage-header .section__baseline h1 {
  font-weight: 700;
}
@media (max-width: 719px) {
  .section.homepage-header .section__baseline h1 {
    font-size: 20px;
  }
}
@media (max-width: 719px) {
  .section.homepage-header .section__baseline {
    font-size: 16px;
  }
}
.section.homepage-header .section__baseline.half {
  width: 50%;
}
@media (max-width: 719px) {
  .section.homepage-header .section__baseline.half {
    width: 100%;
  }
}
.section.homepage-header .section__baseline--second {
  color: #3577C8;
  font-size: 30px;
  display: block;
  line-height: 1.3;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .section.homepage-header .section__baseline--second {
    font-size: 25px;
  }
}
@media (max-width: 719px) {
  .section.homepage-header .section__baseline--second {
    font-size: 20px;
  }
}
.section.homepage-header .section__search-wrapper {
  position: absolute;
  transform: translate(-50%, 30px);
  max-width: 1150px;
  overflow: hidden;
}
.section.homepage-header .section__search-wrapper.loader:after {
  left: auto;
  right: 16px;
}
.section.homepage-header .section__search-wrapper.loader .icon-icon-poi {
  opacity: 0;
}
@media (max-width: 719px) {
  .section.homepage-header .section__search-wrapper {
    transform: translate(-50%, -14px);
    z-index: 2;
    width: calc(100% - 20px);
  }
}
.section.homepage-header .section__search-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  bottom: auto;
}
@media (max-width: 719px) {
  .section.homepage-header .section__search-wrapper.fixed {
    position: absolute;
    z-index: 2;
    top: auto !important;
    bottom: 0 !important;
  }
}
.section .services__list {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 719px) {
  .section .services__list {
    display: none;
  }
}
.section .services__list--sep {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  background: #000000;
  opacity: 0.2;
  margin: 0 20px;
}
.section .services__list--item {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.section .services__list--text {
  display: block;
  text-align: center;
  padding: 10px;
}
.section .services__list--picto {
  font-size: 26px;
  color: #3577C8;
}
.section .services-praticien__list {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 719px) {
  .section .services-praticien__list {
    display: none;
  }
}
.section .services-praticien__list--sep {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  background: #000000;
  opacity: 0.2;
  margin: 0 20px;
}
.section .services-praticien__list--item {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #262626;
  text-align: center;
  font-weight: 500;
}
.section .services-praticien__list--text {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.section .services-praticien__list--picto {
  font-size: 46px;
  color: #3577C8;
}
.section.center-content {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  max-width: 1150px;
  margin: 0 auto 40px;
  position: relative;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 60px;
}
@media (max-width: 1023px) {
  .section.center-content {
    width: calc(100% - 20px);
  }
}
.section.center-content.vaccin {
  margin-top: 60px;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 1023px) {
  .section.center-content.vaccin {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 719px) {
  .section.center-content.vaccin {
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}
.section.center-content.smaller {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section.center-content.smaller .section__cta {
  padding-top: 10px;
}
@media (max-width: 719px) {
  .section.center-content {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section.center-content .section__title {
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 719px) {
  .section.center-content .section__title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.section.center-content .section__title--medecin {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .section.center-content .section__title--medecin {
    font-size: 14px;
  }
}
.section.center-content .section__title--medecin strong {
  color: #3577C8;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 719px) {
  .section.center-content .section__title--medecin strong {
    font-size: 18px;
  }
}
.section.center-content .section__title--big {
  font-size: 40px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  color: #3577C8;
  text-transform: uppercase;
}
@media (max-width: 719px) {
  .section.center-content .section__title--big.smaller {
    font-size: 24px;
  }
}
.section.center-content .section__baseline {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 25px;
  position: relative;
  color: #3577C8;
}
.section.center-content .section__subtitle {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
  margin: 0;
}
.section.center-content .section__cta {
  text-align: center;
  width: 100%;
}
.section.blue-bg {
  background: #3577C8;
}
.section.blue-bg .community {
  margin: 0;
  color: #ffffff;
  width: 100%;
}
.section.get-dmp .get-dmp {
  flex-direction: unset;
}
.section.get-dmp .get-dmp__text .section__title {
  max-width: 100%;
  line-height: 1.3;
}
.section.get-dmp .get-dmp__visual {
  margin-bottom: -60px;
}
.section.offers {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 719px) {
  .section.offers {
    padding-bottom: 30px;
  }
}
.section.offers .offers__price {
  position: relative;
  background: #23b5a2;
  border: 10px solid #ffffff;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  width: 450px;
  height: 450px;
}
@media (max-width: 719px) {
  .section.offers .offers__price {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto;
    font-size: 22px;
  }
}
.section.offers .offers__price--inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 40px;
  transform: translate(0, -50%);
}
@media (max-width: 719px) {
  .section.offers .offers__price--inner {
    position: relative;
    padding: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.section.offers .offers__price--value {
  font-size: 50px;
  padding-top: 30px;
}
@media (max-width: 719px) {
  .section.offers .offers__price--value {
    padding-top: 20px;
    font-size: 38px;
  }
}
.section.offers .offers__certif {
  display: flex;
  padding: 30px 10px 0 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 719px) {
  .section.offers .offers__certif {
    padding: 20px 0 0;
    flex-wrap: wrap;
  }
}
.section.offers .offers__certif .text {
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
@media (max-width: 719px) {
  .section.offers .offers__certif .text {
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
  }
}
.section.offers .offers__certif .picto-certif {
  width: 150px;
  padding: 10px;
}
@media (max-width: 1023px) {
  .section.offers .offers__certif .picto-certif {
    width: 120px;
  }
}
.section.offers .offers__certif .picto-certif img {
  width: 100%;
  height: auto;
  display: block;
}
.section.offers .offers__desc {
  width: calc(100% - 430px);
  margin-left: -20px;
}
@media (max-width: 719px) {
  .section.offers .offers__desc {
    width: calc(100% - 60px);
    margin: -20px auto 0;
  }
}
.section.offers .offers__desc--text {
  background: #ffffff;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 60px 30px 60px 50px;
  font-size: 20px;
}
@media (max-width: 719px) {
  .section.offers .offers__desc--text {
    padding: 40px 20px 20px;
    font-size: 16px;
    text-align: center;
  }
}
.section.step1 {
  background: #3577C8;
  border-radius: 20px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 30px 130px;
  position: relative;
  margin-bottom: 130px;
  z-index: 20;
}
.section.step1.bis {
  padding-bottom: 50px;
  margin-bottom: 40px;
}
@media (max-width: 719px) {
  .section.step1.bis .section__title {
    font-size: 18px;
  }
  .section.step1.bis .section__title .section__title--number {
    font-size: 20px;
  }
}
@media (max-width: 719px) {
  .section.step1.bis {
    padding-bottom: 80px;
  }
}
@media (max-width: 719px) {
  .section.step1 {
    border-radius: 10px;
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 30px 10px 0;
  }
}
.section.step1 .section__step-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 719px) {
  .section.step1 .section__step-desc {
    padding-bottom: 10px;
  }
}
.section.step1 .section__step-desc--item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: calc(25% - 28px);
  position: relative;
  margin: 0 14px;
}
@media (max-width: 1023px) {
  .section.step1 .section__step-desc--item {
    margin: 20px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 719px) {
  .section.step1 .section__step-desc--item {
    margin: 20px;
    width: calc(100% - 40px);
  }
}
.section.step1 .section__step-desc--number {
  position: absolute;
  top: -23px;
  line-height: 1;
  color: #23b5a2;
  font-size: 45px;
  font-weight: 700;
  left: 0;
}
.section.step1 .section__step-desc--text {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: -20px;
  margin-bottom: 30px;
}
.section.step1 .section__step-desc--desc {
  font-size: 16px;
  line-height: 2;
  padding: 0 20px;
  text-align: left;
  font-weight: 400;
  min-height: 100px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 719px) {
  .section.step1 .section__step-desc--desc {
    min-height: auto;
  }
}
.section.step1 .section__step-desc--picto {
  padding-bottom: 10px;
}
.section.step1 .section__step-desc--picto img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.section.step1 .section__title {
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.section.step1 .section__subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.section.step1 .section__push-wrapper {
  padding: 63px 0 40px;
  position: relative;
}
@media (max-width: 719px) {
  .section.step1 .section__push-wrapper {
    text-align: right;
    padding: 25px 0 40px;
    margin-bottom: 60px;
  }
}
.section.step1 .section__push {
  width: 270px;
  height: 60px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  color: #262626;
  display: inline-block;
  padding: 12px;
  z-index: 2;
  margin-left: 40px;
}
@media (max-width: 719px) {
  .section.step1 .section__push {
    width: 250px;
    margin: 0;
  }
}
.section.step1 .section__push.back {
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 0;
}
@media (max-width: 719px) {
  .section.step1 .section__push.back {
    left: 0;
  }
}
.section.step1 .section__push--text {
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  left: 20px;
  width: calc(100% - 105px);
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
}
.section.step1 .section__push--btn {
  background: #23b5a2;
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 3px;
  width: 63px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.section.step1 .section__push--btn i {
  vertical-align: middle;
}
.section.step1 .section__avis-wrapper {
  padding: 56px 0 40px;
  position: relative;
}
@media (max-width: 719px) {
  .section.step1 .section__avis-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
.section.step1 .section__avis {
  width: 300px;
  padding: 20px;
  position: relative;
  background: #ffffff;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  color: #262626;
  display: inline-block;
  z-index: 2;
  margin-left: -40px;
}
@media (max-width: 719px) {
  .section.step1 .section__avis {
    width: 260px;
    margin: 0;
  }
}
.section.step1 .section__avis:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  border-left: 11px solid #ffffff;
  border-bottom: 6px solid transparent;
}
.section.step1 .section__avis.back {
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  right: 10%;
  top: 26px;
}
@media (max-width: 719px) {
  .section.step1 .section__avis.back {
    right: 0;
  }
}
.section.step1 .section__avis--text {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 40px;
}
@media (max-width: 719px) {
  .section.step1 .section__avis--text {
    padding-bottom: 20px;
  }
}
.section.step1 .section__avis--user-wrapper {
  text-align: left;
  font-size: 0;
}
.section.step1 .section__avis--pict {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.section.step1 .section__avis--pict img {
  width: 100%;
  height: auto;
}
.section.step1 .section__avis--name-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px 0 10px;
  width: 133px;
  position: relative;
}
@media (max-width: 719px) {
  .section.step1 .section__avis--name-wrapper {
    width: 100px;
  }
}
.section.step1 .section__avis--name-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 20px;
  background: #000000;
  opacity: 0.2;
}
.section.step1 .section__avis--stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.section.step1 .section__avis--stars-wrapper .icon-icon-star {
  font-size: 8px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 2px;
}
.section.step1 .section__avis--stars-wrapper .icon-icon-star.active {
  color: #3577C8;
}
.section.step1 .section__avis--name {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section.step1 .section__avis--date {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.2;
}
.section.step1 .section__content {
  font-size: 0;
  text-align: center;
  padding-top: 46px;
}
@media (max-width: 719px) {
  .section.step1 .section__content {
    padding-top: 26px;
    margin-bottom: -50px;
  }
}
.section.step1 .section__half-col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
  min-height: 140px;
}
@media (max-width: 719px) {
  .section.step1 .section__half-col {
    width: 100%;
  }
}
.section.step1 .section__half-col:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #ffffff;
  height: 140px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 719px) {
  .section.step1 .section__half-col:first-child:after {
    width: 140px;
    height: 1px;
    top: auto;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.section.step2,
.section.step3,
.section.faq-list-wrapper {
  background: #ffffff;
  border-radius: 20px;
  max-width: 1150px;
  margin: 0 auto 40px;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 719px) {
  .section.step2,
  .section.step3,
  .section.faq-list-wrapper {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section.step2.reverse,
.section.step3.reverse,
.section.faq-list-wrapper.reverse {
  flex-direction: row-reverse;
}
.section.step2 .section__title,
.section.step3 .section__title,
.section.faq-list-wrapper .section__title {
  line-height: 1.3;
}
.section.step2 .section__infos-wrapper,
.section.step3 .section__infos-wrapper,
.section.faq-list-wrapper .section__infos-wrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 30px 30px 50px;
}
@media (max-width: 719px) {
  .section.step2 .section__infos-wrapper,
  .section.step3 .section__infos-wrapper,
  .section.faq-list-wrapper .section__infos-wrapper {
    width: 100%;
    padding: 30px 30px 30px;
  }
}
.section.step2 .section__pict-wrapper,
.section.step3 .section__pict-wrapper,
.section.faq-list-wrapper .section__pict-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 719px) {
  .section.step2 .section__pict-wrapper,
  .section.step3 .section__pict-wrapper,
  .section.faq-list-wrapper .section__pict-wrapper {
    width: 100%;
  }
}
.section.step2 .section__pict-wrapper img,
.section.step3 .section__pict-wrapper img,
.section.faq-list-wrapper .section__pict-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}
@media (max-width: 719px) {
  .section.step2 .section__pict-wrapper img,
  .section.step3 .section__pict-wrapper img,
  .section.faq-list-wrapper .section__pict-wrapper img {
    height: auto;
    position: relative;
  }
}
.section.step2 .section__pict-wrapper img.contain,
.section.step3 .section__pict-wrapper img.contain,
.section.faq-list-wrapper .section__pict-wrapper img.contain {
  object-fit: contain;
}
.section.step2 .section__baseline,
.section.step3 .section__baseline,
.section.faq-list-wrapper .section__baseline {
  font-size: 16px;
  font-weight: 500;
  margin: 70px 0 20px;
  padding-bottom: 25px;
  position: relative;
  max-width: 400px;
  color: #3577C8;
}
@media (max-width: 719px) {
  .section.step2 .section__baseline,
  .section.step3 .section__baseline,
  .section.faq-list-wrapper .section__baseline {
    margin-top: 50px;
  }
}
.section.step2 .section__logos,
.section.step3 .section__logos,
.section.faq-list-wrapper .section__logos {
  text-align: left;
  font-size: 0;
  padding-top: 80px;
}
@media (max-width: 719px) {
  .section.step2 .section__logos,
  .section.step3 .section__logos,
  .section.faq-list-wrapper .section__logos {
    padding-top: 40px;
  }
}
.section.step2 .section__logos--agree,
.section.step3 .section__logos--agree,
.section.faq-list-wrapper .section__logos--agree,
.section.step2 .section__logos--httpcs,
.section.step3 .section__logos--httpcs,
.section.faq-list-wrapper .section__logos--httpcs {
  display: inline-block;
  width: 180px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .section.step2 .section__logos--agree,
  .section.step3 .section__logos--agree,
  .section.faq-list-wrapper .section__logos--agree,
  .section.step2 .section__logos--httpcs,
  .section.step3 .section__logos--httpcs,
  .section.faq-list-wrapper .section__logos--httpcs {
    max-width: calc(50% - 15px);
  }
}
.section.step2 .section__logos--httpcs,
.section.step3 .section__logos--httpcs,
.section.faq-list-wrapper .section__logos--httpcs {
  width: 200px;
  margin-left: 70px;
}
@media (max-width: 719px) {
  .section.step2 .section__logos--httpcs,
  .section.step3 .section__logos--httpcs,
  .section.faq-list-wrapper .section__logos--httpcs {
    margin-left: 30px;
  }
}
.section.step2 .section__map-wrapper,
.section.step3 .section__map-wrapper,
.section.faq-list-wrapper .section__map-wrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  background: url("../assets/images/home/header-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 500px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  position: relative;
}
.section.step2 .section__map-wrapper.no-map,
.section.step3 .section__map-wrapper.no-map,
.section.faq-list-wrapper .section__map-wrapper.no-map {
  background: url("../assets/images/homepage/visuel_home_3.png") 50% 50% no-repeat;
  background-size: contain;
  overflow: visible;
}
@media (max-width: 719px) {
  .section.step2 .section__map-wrapper,
  .section.step3 .section__map-wrapper,
  .section.faq-list-wrapper .section__map-wrapper {
    width: 100%;
    border-radius: 0;
  }
}
.section.step2 .section__map-wrapper .dossier-wrapper,
.section.step3 .section__map-wrapper .dossier-wrapper,
.section.faq-list-wrapper .section__map-wrapper .dossier-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 17px;
}
@media (max-width: 719px) {
  .section.step2 .section__map-wrapper .dossier-wrapper,
  .section.step3 .section__map-wrapper .dossier-wrapper,
  .section.faq-list-wrapper .section__map-wrapper .dossier-wrapper {
    width: calc(100% - 20px);
    border-radius: 10px;
    margin: 77px 10px 40px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.section.faq-list-wrapper {
  padding: 40px;
  font-size: 16px;
}
@media (max-width: 719px) {
  .section.faq-list-wrapper {
    padding: 20px;
  }
}
.section.faq-list-wrapper .faq-list {
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 719px) {
  .section.faq-list-wrapper .faq-list {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .section.faq-list-wrapper .faq-list .faq-list__title,
  .section.faq-list-wrapper .faq-list .faq-list__desc {
    font-size: 13px;
  }
}
.section.faq-list-wrapper .faq-list .faq-list__item:first-child {
  border-top: 0;
}
.section.step3 {
  z-index: 9;
}
.section.step3 .section__ipad {
  padding-top: 60px;
  text-align: center;
  height: 500px;
  overflow: hidden;
  position: relative;
  min-width: 480px;
}
.section.step3 .section__ipad--bg {
  width: 480px;
  height: auto;
  position: relative;
  z-index: 10;
}
.section.testimony {
  max-width: 1150px;
  margin: 0 auto 40px;
  position: relative;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 719px) {
  .section.testimony {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
.section.testimony .section__col-wrapper {
  background: #ffffff;
  border-radius: 20px;
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-left: 15px;
  text-align: center;
}
@media (max-width: 719px) {
  .section.testimony .section__col-wrapper {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 20px 0;
  }
}
.section.testimony .section__col-wrapper:first-child {
  margin-right: 15px;
  margin-left: 0;
}
.section.testimony .section__title {
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.section.testimony .section__label {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}
.section.stats {
  background: #3577C8;
  border-radius: 20px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 20;
  color: #ffffff;
  font-size: 0;
  text-align: center;
}
@media (max-width: 719px) {
  .section.stats {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 10px;
    padding: 30px 0;
  }
}
.section.stats .section__details {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 719px) {
  .section.stats .section__details {
    width: 100%;
    padding: 30px 0;
  }
}
.section.stats .section__details:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 1px;
  background: #ffffff;
}
@media (max-width: 719px) {
  .section.stats .section__details:after {
    width: 30px;
    height: 1px;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
  }
}
.section.stats .section__details:first-child:after {
  display: none;
}
.section.stats .section__details--title {
  font-size: 20px;
  font-weight: 500;
}
.section.stats .section__details--infos {
  font-size: 14px;
  font-weight: 400;
}
.section.about-us {
  max-width: 1150px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 20;
  font-size: 0;
  text-align: center;
}
@media (max-width: 719px) {
  .section.about-us:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
.section.about-us .section__title {
  font-size: 24px;
}
.section.about-us .section__img-list {
  text-align: center;
  opacity: 0.3;
  padding-top: 40px;
}
.section.about-us .section__img-list img {
  display: inline-block;
  max-width: 90%;
  height: auto;
}
.section.emergency {
  max-width: 1150px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 20;
  font-size: 0;
  text-align: center;
}
.section.emergency__cta {
  text-align: center;
}
.section.emergency .section__title {
  font-size: 24px;
  padding: 0 10px;
  line-height: 1.3;
}
.section.emergency .section__search-code {
  padding: 30px 0 40px;
}
.section.emergency .section__search-code .input-wrapper {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 10px 40px;
}
.section.emergency .section__search-code .blue-cta {
  min-width: 250px;
}
.faq-content.community {
  background: #3577C8;
  padding: 20px;
  margin: 0 -20px -20px;
  color: white;
}
.faq-content.community .section__title {
  text-align: center;
}
@media (max-width: 719px) {
  .faq-content.community .section__title {
    font-size: 16px;
  }
  .faq-content.community .section__title .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.community__wrapper {
  display: flex;
  align-items: center;
  padding: 30px 0 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 719px) {
  .community__wrapper {
    padding-top: 0;
  }
}
.community__list {
  width: 66%;
  padding: 0 20px 0 40px;
}
@media (max-width: 719px) {
  .community__list {
    width: 100%;
    padding: 0 10px 0 30px;
  }
}
.community__list li {
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 0;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 719px) {
  .community__list li {
    font-size: 16px;
  }
}
.community__video {
  width: 34%;
  padding-bottom: 19.125%;
  height: 0;
  position: relative;
}
@media (max-width: 719px) {
  .community__video {
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 20px;
  }
}
.community__video iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.get-dmp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 719px) {
  .get-dmp {
    flex-direction: column-reverse;
  }
}
.get-dmp__text {
  text-align: center;
  padding: 20px;
  width: 55%;
}
@media (max-width: 719px) {
  .get-dmp__text {
    width: 100%;
  }
}
.get-dmp__text .section__title {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 719px) {
  .get-dmp__text .section__title {
    font-size: 20px;
  }
}
.get-dmp__visual {
  width: 45%;
  margin-bottom: -20px;
}
@media (max-width: 719px) {
  .get-dmp__visual {
    width: 100%;
  }
}
.get-dmp__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 719px) {
  .get-dmp__visual img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.access-dmp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.access-dmp__text {
  text-align: center;
  padding: 20px;
  width: 60%;
}
@media (max-width: 719px) {
  .access-dmp__text {
    width: 100%;
  }
}
.access-dmp__text .section__title {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 719px) {
  .access-dmp__text .section__title {
    font-size: 20px;
  }
}
.access-dmp__visual {
  width: 40%;
}
@media (max-width: 719px) {
  .access-dmp__visual {
    width: 100%;
    padding: 30px 0 0;
  }
}
.access-dmp__visual img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.partners {
  text-align: center;
  padding: 30px 0;
  font-weight: 500;
}
.partners__title {
  margin: 0;
  font-size: 40px;
  color: #23b5a2;
  font-weight: 700;
  padding-bottom: 20px;
}
.partners__desc {
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 20px;
}
.partners__question {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 20px;
  color: #3577C8;
}
.partners__cta {
  text-align: center;
  padding-top: 30px;
}
.head-infos {
  text-align: center;
  font-weight: 500;
  color: #3577C8;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 16px;
  padding: 30px 20px 0;
  width: 100%;
}
@media (max-width: 719px) {
  .head-infos {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.video-header {
  position: relative;
  padding: 40px 20px;
  background: #ffffff;
}
@media (max-width: 719px) {
  .video-header {
    padding: 40px 0;
  }
}
.video-header__sub {
  max-width: 1150px;
  margin: 0 auto;
}
.video-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
@media (max-width: 719px) {
  .video-header__wrapper {
    margin: 30px 10px 0;
  }
}
.video-header__inner {
  position: relative;
  width: calc(50% - 20px);
  padding-bottom: 27.4%;
  margin: 10px;
}
@media (max-width: 719px) {
  .video-header__inner {
    margin: 0 10px 20px;
    padding-bottom: 55%;
    width: 100%;
  }
}
.video-header__title {
  font-size: 24px;
  line-height: 1.3;
  margin: 30px 0 20px 0;
}
@media (max-width: 719px) {
  .video-header__title {
    font-size: 18px;
  }
}
@media (max-width: 719px) {
  .video-header .center-cta {
    padding-bottom: 60px;
  }
}
.video-header__link {
  font-size: 16px;
  text-decoration: underline;
}
.video-header__bottom {
  margin-bottom: 80px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 719px) {
  .video-header__bottom {
    margin-bottom: 40px;
  }
}
.video-header iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.no-contact-footer .footer__contact-us {
  display: none;
}
.vaccin__details-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.vaccin__details {
  width: 50%;
  padding: 20px 40px 20px 30px;
}
@media (max-width: 719px) {
  .vaccin__details {
    padding: 0;
    width: 100%;
  }
}
.vaccin__details--name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 719px) {
  .vaccin__details--name {
    font-size: 18px;
  }
}
.vaccin__details--address {
  font-size: 16px;
  margin-bottom: 30px;
}
.vaccin__details--iti {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.vaccin__details--iti .icon {
  margin-right: 10px;
}
.vaccin__details--phone {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 719px) {
  .vaccin__details--phone {
    font-size: 22px;
  }
}
.vaccin__details--phone .icon {
  margin-right: 10px;
}
.vaccin__map {
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  height: 0;
}
@media (max-width: 719px) {
  .vaccin__map {
    width: 100%;
    padding-bottom: 100%;
    margin-top: 40px;
  }
}
.vaccin__map #mapid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vaccin__tlc {
  width: 100%;
  margin-bottom: 40px;
}
.vaccin__tlc--title {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #3577C8;
  letter-spacing: normal;
  margin-top: 0;
  padding-bottom: 20px;
}
.vaccin__tlc--cta {
  display: flex;
  justify-content: left;
}
@media (max-width: 719px) {
  .vaccin__tlc--cta .blue-cta {
    width: 100%;
  }
}
.vaccin__more {
  width: 100%;
  margin-bottom: 10px;
}
.vaccin__more .simple_link {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.vaccin__list {
  width: 100%;
  min-height: 30px;
  position: relative;
}
.vaccin__top {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #3577C8;
  border-radius: 100px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 100ms linear;
}
.vaccin__top.visible {
  visibility: visible;
  opacity: 1;
}
.vaccin__top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-left: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
}
.vaccin .section__title {
  margin-bottom: 50px !important;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vaccin .section__title .icon {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD023;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
@media (max-width: 719px) {
  .vaccin .section__title {
    font-size: 18px;
    margin-bottom: 40px !important;
  }
}
.vaccin .input-wrapper {
  max-width: 400px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.vaccin .input-wrapper label {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  white-space: normal;
  line-height: 1.3;
}
.vaccin .input-wrapper label .icon {
  background: #445473;
  color: #ffffff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.vaccin .input-wrapper select {
  border: 2px solid #3577C8;
}
.vaccin__dept {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.vaccin__dept-name {
  text-transform: uppercase;
  font-size: 20px;
  color: #445473;
  font-weight: 700;
  padding: 5px 0;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  margin: 20px 0 30px;
}
@media (max-width: 1023px) {
  .vaccin__dept-name {
    font-size: 18px;
  }
}
.vaccin__centre {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 20px;
  position: relative;
}
.vaccin__centre--nextdispo strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #445473;
}
@media (max-width: 360px) {
  .vaccin__centre--nextdispo strong {
    font-size: 16px;
  }
}
.vaccin__centre--no-result {
  padding: 30px 0;
  font-size: 16px;
}
.vaccin__centre.has_dispo {
  padding-left: 20px;
}
.vaccin__centre.has_dispo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #23b5a2;
}
.vaccin__centre.no_dispo {
  padding-left: 20px;
}
.vaccin__centre.no_dispo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #db2828;
}
@media (max-width: 1023px) {
  .vaccin__centre {
    width: 100%;
    padding-right: 0;
  }
}
.vaccin__centre--nodispo {
  font-weight: 700;
  color: #db2828;
  margin-bottom: 10px;
  font-size: 12px;
}
.vaccin__centre--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.vaccin__centre--addr {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.vaccin__centre--link-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.vaccin__centre--link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 30px;
  width: 100%;
}
.vaccin__centre--link .icon {
  font-size: 16px;
  margin-right: 10px;
  color: #445473;
}
.hp-services {
  background: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .hp-services {
    padding-bottom: 0;
  }
}
.hp-services__inter {
  padding: 30px 10px 0;
}
.hp-services__inter--inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.hp-services__inter--title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .hp-services__inter--title {
    font-size: 16px;
  }
}
.hp-services__logos {
  max-width: 960px;
  padding: 10px 20px 60px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .hp-services__logos {
    padding: 0 20px 10px;
  }
}
.hp-services__logos--title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .hp-services__logos--title {
    font-size: 16px;
  }
}
.hp-services__logos--list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0 0;
}
@media (max-width: 719px) {
  .hp-services__logos--list {
    flex-wrap: wrap;
  }
}
.hp-services__logos--list img {
  margin: 0 10px 40px;
  width: 200px;
}
.hp-services__present,
.hp-services__partners {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.hp-services__present {
  margin-bottom: 20px;
  font-size: 16px;
  color: #919191;
}
.hp-services__present--img {
  width: 90px;
  height: auto;
  margin-right: 8px;
  filter: grayscale(1);
}
.hp-services__partners {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #445473;
}
.hp-services__partners--img {
  width: 110px;
  height: auto;
  margin-left: 8px;
}
.hp-services__section-title {
  font-size: 24px;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 0 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.hp-services__section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #23b5a2;
}
@media (max-width: 719px) {
  .hp-services__section-title:after {
    left: 20px;
  }
}
@media (max-width: 719px) {
  .hp-services__section-title {
    font-size: 20px;
    padding: 0 20px 20px;
  }
}
.hp-services__section-desc {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  padding: 0 0 40px;
  max-width: 560px;
  width: 100%;
}
.hp-services__section-desc.with-padding {
  padding: 0 20px 0;
}
@media (max-width: 719px) {
  .hp-services__section-desc {
    font-size: 14px;
    padding: 0 20px 20px;
  }
}
.hp-services__inner {
  max-width: 1150px;
  margin: 0 auto 40px;
  padding: 50px 20px 60px;
}
@media (max-width: 719px) {
  .hp-services__inner {
    padding: 30px 0 0;
  }
}
.hp-services__all-services {
  margin: 0 auto 40px;
  position: relative;
}
.hp-services__all-services--list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 719px) {
  .hp-services__all-services--list {
    margin: 0 10px;
  }
}
.hp-services__all-services--item {
  width: 50%;
}
@media (max-width: 1023px) {
  .hp-services__all-services--item {
    width: 100%;
  }
}
.hp-services__all-services--item .services-lm__pushes--title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 719px) {
  .hp-services__all-services--item .services-lm__pushes--title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.hp-services__all-services--item .services-lm__pushes--content {
  margin-bottom: 10px;
  opacity: 0.7;
}
.hp-services__all-services--item .services-lm__pushes--cta .blue-cta {
  font-weight: 700;
  text-transform: none;
  padding: 5px 12px;
  color: #3577C8;
  background: #ffffff;
  border-radius: 100px;
  height: auto;
  line-height: 1;
}
.hp-services__all-services--item .services-lm__pushes--desc {
  max-width: calc(100% - 80px);
}
.hp-services__all-services--item .services-lm__pushes--img {
  min-width: 76px;
  width: 76px;
}
.hp-services__all-services--item .services-lm__pushes--img.orange {
  background: #ffe4bd;
}
.hp-services__all-services--item .services-lm__pushes--img.blue {
  background: #dcedff;
}
.hp-services__all-services--item .services-lm__pushes--img.pink {
  background: #ffdfe6;
}
.hp-services__all-services--item .services-lm__pushes--img.purple {
  background: #e9d9f1;
}
.hp-services__all-services--item .services-lm__pushes--img.purple .hp-services__main--cta-btn {
  background: #445473;
  color: #ffffff;
}
.hp-services__all-services--item .services-lm__pushes--img.green {
  background: #e0f5e0;
}
.hp-services__all-services--item .services-lm__pushes--img.green .hp-services__main--cta-btn {
  background: #3577C8;
  color: #ffffff;
}
@media (max-width: 719px) {
  .hp-services__all-services--item .services-lm__pushes--img {
    min-width: 80px;
    width: 80px;
  }
}
.hp-services__all-services--item .services-lm__pushes--push {
  margin: 15px;
  border-radius: 10px;
  align-items: center;
}
@media (max-width: 719px) {
  .hp-services__all-services--item .services-lm__pushes--push {
    margin: 0;
    padding: 14px 10px;
  }
}
.hp-services__header {
  background: #ffffff;
  min-height: 446px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .hp-services__header {
    height: calc(100vh - 60px);
    height: calc(var(--vh, 1vh) * 100 - 60px);
    min-height: 590px;
    position: relative;
    transition: height 300ms linear;
  }
  .hp-services__header.with-top-banner {
    height: calc(100vh - 130px);
    height: calc(var(--vh, 1vh) * 100 - 130px);
  }
}
@media (max-width: 360px) {
  .hp-services__header {
    min-height: 480px;
  }
}
@media (max-width: 1023px) {
  .hp-services__header.sephira {
    min-height: auto;
    height: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .hp-services__header.sephira {
    min-height: auto;
    height: auto;
  }
}
.hp-services__others {
  padding: 10px 20px 40px;
  margin: 10px 0 50px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  border-radius: 10px;
  font-family: Verdana, Sans-Serif;
  display: none;
}
@media (max-width: 1023px) {
  .hp-services__others {
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 30px;
    margin: 0;
  }
}
.hp-services__others:after,
.hp-services__others:before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, 0) rotate(45deg);
}
.hp-services__others:before {
  bottom: 2px;
  width: 30px;
  height: 30px;
  background: #23b5a2;
  border: 0;
  border-radius: 100px;
  transform: translate(-50%, 0);
}
.hp-services__content {
  display: flex;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: 70px 20px 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .hp-services__content {
    flex-wrap: wrap;
    padding: 30px 20px 0;
  }
}
@media (max-width: 360px) {
  .hp-services__content {
    padding-top: 20px;
  }
}
.hp-services__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.3;
  font-family: Verdana, Sans-Serif;
}
.hp-services__title .blue-text {
  font-family: Verdana, Sans-Serif;
}
@media (max-width: 1023px) {
  .hp-services__title {
    font-size: 23px;
  }
}
@media (max-width: 360px) {
  .hp-services__title {
    font-size: 21px;
  }
}
.hp-services__subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-family: Verdana, Sans-Serif;
  padding: 20px 0 70px;
  opacity: 0.7;
}
.hp-services__subtitle img {
  vertical-align: middle;
  margin-left: 0.2em;
  margin-bottom: 6px;
}
.hp-services__subtitle.bigger {
  opacity: 1;
  font-size: 20px;
}
@media (max-width: 719px) {
  .hp-services__subtitle {
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .hp-services__subtitle {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.hp-services__sephira {
  padding: 60px 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.hp-services__sephira--logo img {
  display: block;
  width: 200px;
  height: auto;
}
@media (max-width: 719px) {
  .hp-services__sephira--logo img {
    width: 180px;
  }
}
.hp-services__sephira--desc {
  padding: 40px 0 20px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.hp-services__sephira--desc p {
  width: 100%;
}
@media (max-width: 719px) {
  .hp-services__sephira--desc {
    font-size: 16px;
    padding-top: 20px;
  }
}
.hp-services__teleconsultation-desc {
  padding: 40px 0;
}
.hp-services__teleconsultation-desc--title {
  padding: 0 20px 40px;
  max-width: 1150px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .hp-services__teleconsultation-desc--title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .hp-services__teleconsultation-desc--title {
    font-size: 17px;
  }
}
@media (max-width: 719px) {
  .hp-services__teleconsultation-desc {
    padding: 20px 0 40px;
  }
}
.hp-services__cta-center {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 40px 0;
}
.hp-services__cta {
  display: flex;
  align-items: center;
}
.hp-services__cta .blue-cta {
  margin-right: 30px;
}
.hp-services__cta .blue-cta span {
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .hp-services__cta {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .hp-services__cta .blue-cta {
    margin: 0 5px 10px;
  }
}
@media (max-width: 360px) {
  .hp-services__cta {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .hp-services__cta.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center;
  }
  .hp-services__cta.fixed .blue-cta {
    margin: 0 15px;
  }
}
.hp-services__desc {
  width: 55%;
}
@media (max-width: 1023px) {
  .hp-services__desc {
    width: 100%;
  }
}
.hp-services__visual {
  width: 45%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.hp-services__visual.sephira {
  margin-top: 30px;
}
@media (max-width: 719px) {
  .hp-services__visual.sephira {
    margin-top: 10px;
  }
}
.hp-services__visual.sephira img {
  width: 400px;
  height: auto;
}
.hp-services__visual.sephira img.logo-sephira {
  position: absolute;
  z-index: 10;
  width: 24%;
  left: 45%;
  top: 16%;
}
@media (max-width: 1023px) {
  .hp-services__visual.sephira img.logo-sephira {
    width: 50px;
    left: 48%;
  }
}
@media (max-width: 719px) {
  .hp-services__visual.sephira img.logo-sephira {
    width: 14%;
    left: 46%;
  }
}
@media (max-width: 1023px) {
  .hp-services__visual {
    width: 100%;
    margin-top: -10px;
    height: 166px;
    overflow: hidden;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
  }
}
@media (max-width: 360px) {
  .hp-services__visual {
    height: 114px;
  }
}
.hp-services__visual img {
  display: block;
  width: 320px;
  height: 320px;
}
@media (max-width: 1023px) {
  .hp-services__visual img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 360px) {
  .hp-services__visual img {
    height: 140px;
  }
}
@keyframes show-bottom-top {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  40% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-show-bottom-top {
  animation-duration: 1500ms;
  animation-iteration-count: 1;
  animation-name: show-bottom-top;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes show-bottom-top-delay-1 {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  60% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-show-bottom-top-delay-1 {
  animation-duration: 1500ms;
  animation-iteration-count: 1;
  animation-name: show-bottom-top-delay-1;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes show-nav {
  0% {
    transform: translate(0, -100%);
  }
  50% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.anim-show-nav {
  animation-duration: 1500ms;
  animation-iteration-count: 1;
  animation-name: show-nav;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.input-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  position: relative;
  width: 100%;
  transition: opacity 150ms linear;
}
.input-wrapper .alert-empty:placeholder-shown {
  background: #fff1f4;
}
.input-wrapper.search-patient .inline-green-line {
  padding: 0;
}
.input-wrapper.search-patient .search-patient__result {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
  background: #f1f1f1;
}
.input-wrapper.search-patient .search-patient__result .filter-rdv__no-result {
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding: 0 0 10px 0;
  font-size: 12px;
}
.input-wrapper.search-patient .search-patient__result:empty {
  background: #ffffff;
}
.input-wrapper.search-patient .search-patient__result--item {
  margin: 0 30px 10px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.input-wrapper.search-patient .search-patient__result--item .icon {
  margin-right: 5px;
}
.input-wrapper.search-patient .search-patient__result--item .icon.icon-addressbook {
  color: #3577C8;
}
.input-wrapper.search-patient .search-patient__wrapper {
  display: flex;
}
.input-wrapper.search-patient .search-patient__wrapper input {
  border-radius: 4px 0 0 4px;
}
.input-wrapper.search-patient .search-patient__wrapper .blue-cta {
  height: 50px;
  line-height: 50px;
  border-radius: 0 4px 4px 0;
  width: 50px;
  min-width: 50px;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
.input-wrapper.search-patient .search-patient__wrapper .blue-cta .icon {
  margin: 0;
  font-size: 20px;
}
.input-wrapper__withstickycta {
  display: flex;
  align-items: center;
}
.input-wrapper__withstickycta input {
  border-width: 1px 0 1px 1px !important;
  border-radius: 4px 0 0 4px !important;
}
.input-wrapper__withstickycta .blue-cta {
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 0 4px 4px 0 !important;
  padding: 0 20px !important;
}
@media (max-width: 719px) {
  .input-wrapper__withstickycta .blue-cta {
    padding: 0 15px !important;
  }
  .input-wrapper__withstickycta .blue-cta .icon {
    margin: 0;
    font-size: 20px;
  }
}
.input-wrapper__inner {
  display: flex;
  align-items: center;
}
.input-wrapper .input-wrapper__inner input[type="text"] {
  width: 50%;
  height: 42px;
  line-height: 42px;
}
@media (max-width: 719px) {
  .input-wrapper .input-wrapper__inner input[type="text"] {
    width: 68%;
  }
}
.input-wrapper__inner .blue-cta {
  margin: 10px;
  display: flex;
  align-items: center;
}
.input-wrapper.docked-right {
  padding: 0;
  text-align: right;
}
.input-wrapper.docked-right .blue-cta {
  margin-left: 0;
  margin-right: 0;
}
.input-wrapper.docked-right label {
  text-transform: none;
  text-align: center;
  font-weight: 400;
}
.input-wrapper.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.input-wrapper.disabled-all {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
}
.input-wrapper .has-tooltip:focus + .input-tooltip {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 5px;
  overflow: visible;
}
.input-wrapper.no-pad-bottom {
  padding-bottom: 0;
}
.input-wrapper.no-padding {
  padding: 0;
}
.input-wrapper.no-padding-x {
  padding-left: 0;
  padding-right: 0;
}
.input-wrapper.no-padding-x.withIcon i {
  left: 15px;
}
.input-wrapper.no-padding-x-top {
  padding: 30px 0 0 0;
}
.input-wrapper.dashed input,
.input-wrapper.dashed textarea {
  border-style: dashed !important;
}
.input-wrapper .list-wrapper {
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
  padding: 10px;
  max-height: 160px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.input-wrapper .list-wrapper input[type="radio"],
.input-wrapper .list-wrapper input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}
.input-wrapper .list-wrapper span {
  vertical-align: middle;
  color: #404243;
  font-size: 13px;
}
.input-wrapper .list-wrapper label {
  display: flex !important;
}
.input-wrapper .list-wrapper label span {
  white-space: normal;
}
.input-wrapper .horaires-wrapper {
  font-size: 0;
  text-align: left;
  padding-bottom: 10px;
}
.input-wrapper .horaires-wrapper .closed {
  display: inline;
  text-transform: none;
  font-weight: 500;
}
.input-wrapper .horaires-wrapper .closed input {
  margin-left: 5px;
}
@media (max-width: 719px) {
  .input-wrapper .horaires-wrapper .closed {
    display: block;
  }
}
.input-wrapper .horaires-wrapper .selector,
.input-wrapper .horaires-wrapper select.horaires {
  width: 58px !important;
  display: inline-block;
  margin: 0 10px 10px;
  padding: 0 8px;
  background-image: none;
}
@media (max-width: 719px) {
  .input-wrapper .horaires-wrapper .selector,
  .input-wrapper .horaires-wrapper select.horaires {
    width: calc(50% - 30px) !important;
  }
}
.input-wrapper .horaires-wrapper .selector > span {
  width: 60px !important;
  padding: 0 10px !important;
}
.input-wrapper .horaires-wrapper .selector select {
  width: 100% !important;
}
.input-wrapper .horaires-wrapper .selector:after {
  right: 10px !important;
  height: 5px;
  width: 5px;
  display: none !important;
}
.input-wrapper .horaires-wrapper input[type=date],
.input-wrapper .horaires-wrapper input[type=email],
.input-wrapper .horaires-wrapper input[type=number],
.input-wrapper .horaires-wrapper input[type=text],
.input-wrapper .horaires-wrapper input[type=password] {
  width: calc(50% - 65px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .input-wrapper .horaires-wrapper input[type=date],
  .input-wrapper .horaires-wrapper input[type=email],
  .input-wrapper .horaires-wrapper input[type=number],
  .input-wrapper .horaires-wrapper input[type=text],
  .input-wrapper .horaires-wrapper input[type=password] {
    width: calc(50% - 20px);
  }
}
.input-wrapper .horaires-wrapper .sep-horaire {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  width: 20px;
}
@media (max-width: 719px) {
  .input-wrapper .horaires-wrapper .sep-horaire {
    display: none;
  }
}
.input-wrapper .horaires-wrapper .sep-horaire-text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  width: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}
.input-wrapper .horaires-wrapper .horaire-title {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  .input-wrapper .horaires-wrapper .horaire-title {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 719px) {
  .input-wrapper {
    padding: 0 0 20px;
  }
}
.input-wrapper input[type="checkbox"],
.input-wrapper input[type="radio"] {
  vertical-align: middle;
}
.input-wrapper input[type="checkbox"] + label,
.input-wrapper input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  width: calc(100% - 80px);
}
.input-wrapper .checkbox {
  margin-right: 20px;
  width: auto;
  padding-top: 10px;
  display: inline-block;
}
.input-wrapper .checkbox input {
  margin-right: 10px;
}
.input-wrapper .checkbox span {
  vertical-align: middle;
}
.input-wrapper .checkbox span a {
  vertical-align: initial;
}
.input-wrapper .checkbox.with-flex {
  display: flex;
  align-items: center;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.input-wrapper .checkbox.with-flex span {
  white-space: normal;
  line-height: 1.5;
  max-width: calc(100% - 25px);
}
.input-wrapper.multiple-cta .blue-cta {
  margin: 0 0 20px 20px;
}
.input-wrapper.cta-wrapper {
  padding-top: 50px;
}
.input-wrapper.cta-wrapper.less-pad {
  padding-top: 20px;
}
@media (max-width: 719px) {
  .input-wrapper.cta-wrapper {
    text-align: center;
  }
}
.input-wrapper.talign-right {
  text-align: right;
}
@media (max-width: 719px) {
  .input-wrapper.talign-right {
    text-align: center;
  }
}
.input-wrapper.withIcon input[type="text"],
.input-wrapper.withIcon input[type="tel"],
.input-wrapper.withIcon input[type="email"],
.input-wrapper.withIcon input[type="date"],
.input-wrapper.withIcon input[type="datetime-local"] {
  padding-left: 40px;
}
.input-wrapper.withIcon i {
  font-size: 14px;
  position: absolute;
  left: 25px;
  bottom: 38px;
}
@media (max-width: 719px) {
  .input-wrapper.withIcon i {
    left: 15px;
  }
}
.input-wrapper.half-col {
  width: 50%;
}
@media (max-width: 719px) {
  .input-wrapper.half-col {
    width: 100%;
  }
}
.input-wrapper.larger-col {
  width: 60%;
}
.input-wrapper.minor-col {
  width: 40%;
}
.input-wrapper.tiers-col {
  width: 33.3333%;
}
@media (max-width: 719px) {
  .input-wrapper.tiers-col {
    width: 100%;
  }
}
.input-wrapper.quarter-col {
  width: 25%;
}
@media (max-width: 719px) {
  .input-wrapper.quarter-col {
    width: calc(50% - 5px);
  }
  .input-wrapper.quarter-col:nth-child(2n+1) {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.input-wrapper.two-tiers-col {
  width: 66.6666%;
}
@media (max-width: 719px) {
  .input-wrapper.two-tiers-col {
    width: 100%;
  }
}
.input-wrapper.error {
  color: red !important;
  border-color: red !important;
}
.input-wrapper.error * {
  color: red !important;
  border-color: red !important;
}
.input-wrapper label {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
}
.input-wrapper label.for-borderless {
  line-height: 30px;
  margin: 0 7px 0 0;
  padding-bottom: 2px;
  font-size: 16px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  text-transform: none;
}
.input-wrapper label small {
  font-size: 80%;
  text-transform: none;
}
.input-wrapper label small.label-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
  padding-top: 10px;
}
.input-wrapper label span {
  vertical-align: middle;
  padding: 0 20px 0 10px;
}
@media (max-width: 719px) {
  .input-wrapper label span {
    padding-right: 0;
  }
}
.input-wrapper label.inline-block {
  display: inline-block;
  width: auto;
}
.input-wrapper label.has-wrap {
  white-space: normal;
  text-transform: none;
  line-height: 1.3;
}
.input-wrapper input[type="date"] {
  white-space: nowrap;
}
.input-wrapper input[type="text"],
.input-wrapper input[type="tel"],
.input-wrapper input[type="email"],
.input-wrapper input[type="date"],
.input-wrapper input[type="number"],
.input-wrapper input[type="password"],
.input-wrapper input[type="datetime-local"] {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  display: block;
  color: #404243;
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-wrapper input[type="text"].bigger-phone,
.input-wrapper input[type="tel"].bigger-phone,
.input-wrapper input[type="email"].bigger-phone,
.input-wrapper input[type="date"].bigger-phone,
.input-wrapper input[type="number"].bigger-phone,
.input-wrapper input[type="password"].bigger-phone,
.input-wrapper input[type="datetime-local"].bigger-phone {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #445473;
}
.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="tel"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="date"]:focus,
.input-wrapper input[type="number"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="datetime-local"]:focus {
  border: 1px solid #232939;
}
.input-wrapper input[type="text"].small,
.input-wrapper input[type="tel"].small,
.input-wrapper input[type="email"].small,
.input-wrapper input[type="date"].small,
.input-wrapper input[type="number"].small,
.input-wrapper input[type="password"].small,
.input-wrapper input[type="datetime-local"].small {
  height: 40px;
}
@media (max-width: 719px) {
  .input-wrapper input[type="text"],
  .input-wrapper input[type="tel"],
  .input-wrapper input[type="email"],
  .input-wrapper input[type="date"],
  .input-wrapper input[type="number"],
  .input-wrapper input[type="password"],
  .input-wrapper input[type="datetime-local"] {
    font-size: 16px;
  }
}
.input-wrapper input[type="text"][disabled],
.input-wrapper input[type="tel"][disabled],
.input-wrapper input[type="email"][disabled],
.input-wrapper input[type="date"][disabled],
.input-wrapper input[type="number"][disabled],
.input-wrapper input[type="password"][disabled],
.input-wrapper input[type="datetime-local"][disabled] {
  background: #F6F6F6;
  cursor: not-allowed;
}
.input-wrapper input[type="text"].big,
.input-wrapper input[type="tel"].big,
.input-wrapper input[type="email"].big,
.input-wrapper input[type="date"].big,
.input-wrapper input[type="number"].big,
.input-wrapper input[type="password"].big,
.input-wrapper input[type="datetime-local"].big {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.input-wrapper input[type="text"].tiers,
.input-wrapper input[type="tel"].tiers,
.input-wrapper input[type="email"].tiers,
.input-wrapper input[type="date"].tiers,
.input-wrapper input[type="number"].tiers,
.input-wrapper input[type="password"].tiers,
.input-wrapper input[type="datetime-local"].tiers {
  width: calc(33.33% - 20px);
  display: inline-block;
  margin-right: 20px;
}
.input-wrapper input[type="text"].twotiers,
.input-wrapper input[type="tel"].twotiers,
.input-wrapper input[type="email"].twotiers,
.input-wrapper input[type="date"].twotiers,
.input-wrapper input[type="number"].twotiers,
.input-wrapper input[type="password"].twotiers,
.input-wrapper input[type="datetime-local"].twotiers {
  width: 66.66%;
  display: inline-block;
}
.input-wrapper textarea {
  padding: 20px;
  width: 100%;
  display: block;
  color: #404243;
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.input-wrapper textarea.dashed {
  border: 1px dashed rgba(35, 41, 57, 0.2);
  resize: none;
}
.input-wrapper textarea.dashed:focus {
  border: 1px dashed #232939;
}
.input-wrapper textarea.blue-border {
  border-color: #3577C8;
}
.input-wrapper textarea.smaller {
  min-height: auto;
  height: 70px;
  resize: none;
}
.input-wrapper textarea.withMinHeight {
  min-height: 160px;
}
.input-wrapper textarea.withMinHeightMore {
  min-height: 240px;
}
@media (max-width: 719px) {
  .input-wrapper textarea.withMinHeightMore {
    min-height: 200px;
  }
}
.input-wrapper textarea:focus {
  border: 1px solid #232939;
}
@media (max-width: 719px) {
  .input-wrapper textarea {
    font-size: 16px;
  }
}
.input-wrapper select {
  height: 42px;
  width: 100%;
  display: block;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("../assets/images/chevron-down.png") calc(100% - 5px) 50% no-repeat;
  background-size: auto 20px;
  vertical-align: middle;
  margin: 0;
  position: relative;
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
  padding: 0 30px 0 20px;
}
.input-wrapper select.borderless {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px 0 0;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #23b5a2;
  border-radius: 0;
  background-position: 101% 50%;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  transition: none;
}
.input-wrapper select.borderless.focus {
  padding: 0 25px 0 5px;
  border: 2px solid #3577C8;
  background-position: 100% 50%;
}
.input-wrapper select ::-ms-expand {
  display: none;
}
.input-wrapper select.add-margin {
  margin-top: 30px;
}
.input-wrapper select[disabled] {
  background: #ffffff;
  cursor: not-allowed;
}
@media (max-width: 719px) {
  .input-wrapper select {
    font-size: 16px;
  }
}
.input-wrapper.multiple-choices input[type="text"],
.input-wrapper.multiple-choices input[type="tel"],
.input-wrapper.multiple-choices input[type="email"],
.input-wrapper.multiple-choices input[type="number"],
.input-wrapper.multiple-choices input[type="datetime-local"] {
  margin-bottom: 10px;
}
.input-wrapper.multiple-choices button {
  margin-top: 20px;
}
.separator {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: calc(100% - 20px);
  clear: bottom;
  margin: 10px 10px 40px;
}
.input-tooltip {
  position: absolute;
  background: #ffeb00;
  transform: translate(0, calc(-100% - 10px));
  left: 10px;
  width: calc(100% - 20px);
  line-height: 1.3;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1);
  top: 0;
  color: #000000;
  border-radius: 4px;
  transition: opacity 300ms linear;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 0;
}
.input-tooltip__checkemail {
  font-size: 18px;
  font-weight: 700;
  font-family: Monospace !important;
  width: 100%;
  word-break: break-all;
  text-align: center;
}
.input-tooltip.with-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.input-tooltip.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 5px;
  overflow: visible;
}
@media (max-width: 719px) {
  .input-tooltip {
    left: 0;
    width: 100%;
  }
}
.input-tooltip .icon-faq {
  font-size: 20px;
  margin-left: 10px;
  color: #000000;
  position: static !important;
}
.input-tooltip span {
  display: block;
  padding-left: 10px;
  text-align: left;
  color: #000000;
}
.input-tooltip:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 20px;
  border-top: 8px solid #ffeb00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.section__smallform {
  margin: 30px -10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
.section__smallform.no-center {
  margin: 30px 0;
}
@media (max-width: 719px) {
  .section__smallform {
    margin: 30px auto;
  }
}
.section__smallform .input-wrapper {
  padding-bottom: 10px;
}
.section__smallform .input-wrapper .blue-cta {
  width: 100%;
}
@media (max-width: 719px) {
  .section__smallform .input-wrapper {
    padding-bottom: 5px;
  }
  .section__smallform .input-wrapper.quarter-col:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 10px;
  }
  .section__smallform .input-wrapper.secunumber {
    width: calc(50% - 5px);
  }
  .section__smallform .input-wrapper.cta-mobile {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .section__smallform .input-wrapper.cta-mobile .blue-cta {
    width: 100%;
  }
}
.section__smallform label {
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}
.section__smallform label.alone {
  padding: 20px 0 30px;
}
.section__smallform label.radio-wrapper {
  padding-bottom: 15px;
}
.section__smallform label.radio-wrapper:last-child {
  margin-bottom: 10px;
}
.section__smallform label.radio-wrapper input:checked + span {
  font-weight: 700;
}
.section__smallform input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(35, 41, 57, 0.1);
}
.input-type-date {
  font-family: Monospace !important;
}
.note-wrapper {
  display: flex;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
}
.note-wrapper.error {
  border-color: #db2828;
}
.note-wrapper label {
  width: auto;
  text-overflow: unset;
  margin: 10px;
  cursor: pointer;
}
.note-wrapper label.star_checked .note-wrapper__full,
.note-wrapper label.star_hover .note-wrapper__full {
  display: block;
}
.note-wrapper label.star_checked .note-wrapper__empty,
.note-wrapper label.star_hover .note-wrapper__empty {
  display: none;
}
.note-wrapper__full {
  display: none;
}
.note-wrapper input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.section.legales {
  padding-top: 20px;
}
.section.legales .section__title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  padding: 20px;
}
@media (max-width: 719px) {
  .section.legales .section__title {
    font-size: 16px;
    line-height: 1.3;
  }
}
.section.legales .section__content {
  max-width: 1200px;
  border-radius: 20px;
  background: #ffffff;
  margin: 20px auto;
  padding: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 719px) {
  .section.legales .section__content {
    border-radius: 10px;
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 30px 20px;
  }
}
.section.legales .section__content h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 20px;
}
.section.legales .section__content a {
  color: #3577C8;
  font-weight: 500;
}
.pagination__title {
  text-align: center;
  font-weight: 400;
  padding: 10px;
}
.pagination__title strong {
  font-weight: 500;
  color: #3577C8;
}
.pagination__list {
  list-style: none;
  padding: 20px;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #ffffff;
}
.pagination__list--item {
  width: 25%;
  padding: 5px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .pagination__list--item {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .pagination__list--item {
    width: 100%;
  }
}
.pagination__list--item address {
  color: #445473 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin-top: 10px;
}
.pagination__list--item a,
.pagination__list--item button {
  color: #000000;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background: none;
}
.pagination__list--item a:after,
.pagination__list--item button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  font-weight: 400;
  border-top: 2px solid #3577C8;
  border-right: 2px solid #3577C8;
}
.pagination__paginate {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
.pagination__paginate--item {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  font-weight: 400;
  color: #000000;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 5px 10px;
}
.pagination__paginate--item a,
.pagination__paginate--item button {
  color: #000000;
  background: none;
}
.pagination__paginate--item.selected {
  background: #3577C8;
  color: #ffffff;
  font-weight: 500;
  pointer-events: none;
}
.pagination__paginate--item.selected a,
.pagination__paginate--item.selected button {
  color: #ffffff;
}
.ads-slider {
  padding: 20px 0;
  overflow: hidden;
  min-width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 719px) {
  .ads-slider {
    margin: 0 -20px;
  }
}
.ads-slider .slick-dots li {
  transition: width, height 150ms linear;
  vertical-align: middle;
}
.ads-slider .slick-dots li.slick-active {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3577C8;
  border-radius: 100px;
  color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ads-slider .slick-dots li.slick-active button {
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: inline;
  line-height: 1;
}
.ads-slider .slick-dots li.slick-active button:before {
  display: none;
  color: #3577C8;
}
.ads-slider .slick-dots li button:before {
  color: #3577C8;
}
.ads-slider .slick-next,
.ads-slider .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  /*border: 1px solid @black;*/
  opacity: 1;
  background: #3577C8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 719px) {
  .ads-slider .slick-next,
  .ads-slider .slick-prev {
    display: none !important;
  }
}
.ads-slider .slick-next.slick-disabled,
.ads-slider .slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.ads-slider .slick-next:before,
.ads-slider .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.ads-slider .slick-next {
  right: 5px;
}
.ads-slider .slick-next:before {
  transform: translate(-60%, -50%) rotate(135deg);
}
.ads-slider .slick-prev {
  left: 5px;
}
.ads-slider .slick-prev:before {
  transform: translate(-40%, -50%) rotate(-45deg);
}
.ads-slider .slide {
  width: 200px;
  max-width: 70vw;
  min-width: 200px;
  opacity: 1;
  transition: all 150ms linear;
}
@media (max-width: 719px) {
  .ads-slider .slide {
    min-width: 70vw;
  }
}
.ads-slider .slide__cta {
  padding: 15px;
}
.ads-slider .slide__cta .blue-cta {
  width: 100%;
  padding: 0 10px;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ads-slider .slide.slick-current {
  opacity: 1;
}
.ads-slider .slide__inner {
  border-radius: 10px;
  margin: 5px 15px 5px 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .ads-slider .slide__inner {
    margin: 5px 5px 5px 15px;
  }
}
.ads-slider .slide__img img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}
.ads-slider .slide__infos {
  color: #000000;
  padding: 20px;
  font-weight: 300;
  text-align: center;
}
.ads-slider .slide__title {
  font-weight: 400;
  line-height: 1.3;
  padding: 15px;
  font-size: 12px;
  text-align: left;
  min-height: 75px;
}
@media (max-width: 719px) {
  .ads-slider .slide__title {
    font-size: 14px;
  }
}
.ads-slider .slide__desc {
  text-transform: none;
  line-height: 1.5;
  font-size: 14px;
}
.els-input {
  position: relative;
  margin: 10px;
}
.els-input.loader {
  pointer-events: none;
}
.els-input.loader:after {
  left: auto;
  right: 20px;
}
.els-input input[type="text"],
.els-input input[type="tel"],
.els-input input[type="email"],
.els-input input[type="date"],
.els-input input[type="number"],
.els-input input[type="password"],
.els-input input[type="datetime-local"] {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  width: 100%;
  display: block;
  color: #404243;
  border: 1px solid rgba(35, 41, 57, 0.1);
  border-radius: 4px;
  font-size: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 150ms linear;
  font-weight: 700;
}
.els-input input[type="text"]:focus,
.els-input input[type="tel"]:focus,
.els-input input[type="email"]:focus,
.els-input input[type="date"]:focus,
.els-input input[type="number"]:focus,
.els-input input[type="password"]:focus,
.els-input input[type="datetime-local"]:focus {
  border: 1px solid #232939;
}
@media (max-width: 719px) {
  .els-input input[type="text"],
  .els-input input[type="tel"],
  .els-input input[type="email"],
  .els-input input[type="date"],
  .els-input input[type="number"],
  .els-input input[type="password"],
  .els-input input[type="datetime-local"] {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.concept-hero,
.concept-directory,
.concept-medical,
.concept-transparency,
.concept-safety,
.concept-boundaries {
  max-width: 1110px;
  margin: 0 auto 24px;
  line-height: 1.5;
}
.concept-directory-page {
  background: #F6F6F6;
  color: #262626;
}
.concept-directory {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.concept-skip-link {
  position: absolute;
  left: -9999px;
}
.concept-skip-link:focus {
  left: 10px;
  top: 10px;
  z-index: 10000;
  background: #ffffff;
  padding: 10px;
}
.concept-hero {
  background: linear-gradient(135deg, #fff, #edf4fc);
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 28px;
}
.concept-hero h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 8px 0;
}
.concept-hero__kicker,
.concept-hero .concept-medical__kicker {
  color: #3577C8;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.concept-directory > h2,
.concept-medical h2,
.concept-transparency h2 {
  font-size: 20px;
  margin: 10px 0 18px;
  width: 100%;
}
.concept-place {
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.concept-place .listing-page__result--item {
  margin: 0 !important;
  box-shadow: none;
  border: 1px solid #E6E9EE;
}
.concept-place__header {
  margin-bottom: 16px;
}
.concept-place__header h3 {
  font-size: 17px;
  margin: 0 0 5px;
}
.concept-place__header address {
  font-size: 12px;
  font-style: normal;
}
.concept-place__professionals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.concept-place__professionals .concept-practitioner {
  width: 100% !important;
}
.concept-practitioner {
  max-width: none;
  width: calc(50% - 30px);
  margin: 0 10px 20px !important;
}
@media (max-width: 719px) {
  .concept-practitioner {
    width: 100%;
  }
}
.concept-rating,
.concept-proof {
  display: block;
  font-size: 11px;
  margin: 5px 0;
  color: #445473;
}
.concept-rating {
  color: #3577C8;
}
.concept-cta-wrapper {
  min-height: 74px;
}
.concept-cta-wrapper .listing-page__result--cta-fiche {
  padding-top: 0;
}
.concept-cta-wrapper .std-btn {
  color: #ffffff !important;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.concept-cta-wrapper .std-btn span {
  font-size: 16px;
}
.concept-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 30px 0;
  width: 100%;
}
.concept-medical,
.concept-transparency,
.concept-safety,
.concept-boundaries {
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 24px;
  line-height: 1.5;
}
.concept-medical p,
.concept-medical li {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 10px;
}
.concept-medical .lede {
  font-size: 16px;
  font-weight: 400;
  color: #445473;
}
.concept-medical .safety {
  background: #fff3e8;
  border: 1px solid #ffa051;
  border-radius: 8px;
  padding: 16px;
  margin: 18px 0;
}
.concept-medical details {
  border-top: 1px solid #E6E9EE;
  padding: 12px 0;
}
.concept-medical summary {
  color: #2b62a8;
  font-weight: 700;
  cursor: pointer;
}
.concept-medical .sources {
  background: #f7f9fc;
  border-radius: 8px;
  padding: 18px;
  margin-top: 24px;
}
.concept-medical .sources ol {
  padding-left: 20px;
}
.concept-medical .sources span {
  display: block;
  color: #5b6373;
  font-size: 12px;
}
.concept-editorial {
  border-top: 1px solid #E6E9EE;
  margin-top: 25px;
  padding-top: 20px;
  color: #5b6373;
}
.concept-transparency {
  margin-top: 40px;
  color: #5b6373;
  font-size: 13px;
  line-height: 1.5;
}
.concept-safety {
  background: #fff3e8;
  border-color: #ffa051;
}
.concept-boundaries a {
  color: #3577C8;
  font-weight: 500;
}
.concept-individuals {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 719px) {
  .concept-hero,
  .concept-directory,
  .concept-medical,
  .concept-transparency,
  .concept-safety,
  .concept-boundaries {
    margin-left: 10px;
    margin-right: 10px;
  }
  .concept-hero {
    padding: 20px;
  }
  .concept-hero h1 {
    font-size: 22px;
  }
  .concept-place {
    padding: 12px;
  }
  .concept-place__professionals {
    grid-template-columns: 1fr;
  }
  .concept-practitioner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .concept-pagination {
    flex-wrap: wrap;
  }
  .concept-pagination .std-btn {
    color: #3577C8 !important;
  }
  .concept-pagination .std-btn:not(.white) {
    color: #fff !important;
  }
}
.concept-directory-page {
  background: #F6F6F6;
  color: #262626;
}
.concept-skip-link {
  position: absolute;
  left: -9999px;
}
.concept-skip-link:focus {
  left: 10px;
  top: 10px;
  z-index: 10000;
  background: #ffffff;
  padding: 10px;
}
.concept-hero,
.concept-directory,
.concept-medical,
.concept-transparency,
.concept-safety,
.concept-boundaries {
  max-width: 1110px;
  margin: 0 auto 24px;
}
.concept-hero {
  background: linear-gradient(135deg, #ffffff, #EDF4FC);
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 28px;
}
.concept-hero__kicker,
.concept-medical__kicker {
  color: #3577C8;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.concept-hero h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 8px 0;
}
.concept-directory > h2,
.concept-medical h2,
.concept-transparency h2 {
  font-size: 20px;
  margin: 0 0 18px;
}
.concept-place {
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.concept-place__header {
  margin-bottom: 16px;
}
.concept-place__header h3 {
  font-size: 17px;
  margin: 0 0 5px;
}
.concept-place__header address {
  font-size: 12px;
  font-style: normal;
}
.concept-place__professionals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.concept-place .listing-page__result--item {
  margin: 0;
  box-shadow: none;
  border: 1px solid #E6E9EE;
}
.concept-practitioner {
  max-width: none;
}
.concept-rating,
.concept-proof {
  display: block;
  font-size: 11px;
  margin: 5px 0;
  color: #445473;
}
.concept-rating {
  color: #3577C8;
}
.concept-cta-wrapper {
  min-height: 74px;
}
.concept-cta-wrapper .listing-page__result--cta-fiche {
  padding-top: 0;
}
.concept-cta-wrapper .std-btn {
  color: #fff !important;
}
.concept-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 30px 0;
}
.concept-medical,
.concept-transparency,
.concept-safety,
.concept-boundaries {
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 24px;
}
.concept-medical p,
.concept-medical li {
  font-size: 15px;
  line-height: 1.6;
}
.concept-medical .lede {
  font-size: 16px;
  font-weight: 500;
  color: #445473;
}
.concept-medical .safety {
  background: #fff3e8;
  border: 1px solid #ffa051;
  border-radius: 8px;
  padding: 16px;
  margin: 18px 0;
}
.concept-medical details {
  border-top: 1px solid #E6E9EE;
  padding: 12px 0;
}
.concept-medical summary {
  color: #2b62a8;
  font-weight: 700;
  cursor: pointer;
}
.concept-medical .sources {
  background: #f7f9fc;
  border-radius: 8px;
  padding: 18px;
  margin-top: 24px;
}
.concept-medical .sources span {
  display: block;
  color: #5b6373;
  font-size: 12px;
}
.concept-editorial {
  border-top: 1px solid #E6E9EE;
  margin-top: 25px;
  padding-top: 20px;
  color: #5b6373;
}
.concept-transparency {
  margin-top: 40px;
  color: #5b6373;
  font-size: 13px;
}
.concept-safety {
  background: #fff3e8;
  border-color: #ffa051;
}
.concept-boundaries a {
  color: #3577C8;
  font-weight: 500;
}
@media (max-width: 719px) {
  .concept-hero,
  .concept-directory,
  .concept-medical,
  .concept-transparency,
  .concept-safety,
  .concept-boundaries {
    margin-left: 10px;
    margin-right: 10px;
  }
  .concept-hero {
    padding: 20px;
  }
  .concept-hero h1 {
    font-size: 22px;
  }
  .concept-place__professionals {
    grid-template-columns: 1fr;
  }
  .concept-place {
    padding: 12px;
  }
  .concept-practitioner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .concept-pagination {
    flex-wrap: wrap;
  }
  .concept-pagination .std-btn {
    color: #3577C8 !important;
  }
  .concept-pagination .std-btn:not(.white) {
    color: #fff !important;
  }
}
/* Sommaire /qui-consulter/ */
.concept-sommaire {
  max-width: 1110px;
  margin: 0 auto 24px;
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 24px;
}
.concept-sommaire > h2 {
  font-size: 20px;
  margin: 0 0 18px;
}
.concept-sommaire__alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
}
.concept-sommaire__alphabet a {
  display: inline-block;
  min-width: 28px;
  text-align: center;
  padding: 4px 6px;
  border: 1px solid #E6E9EE;
  border-radius: 6px;
  color: #3577C8;
  font-weight: 700;
}
.concept-sommaire h3 {
  font-size: 17px;
  margin: 22px 0 10px;
  border-bottom: 1px solid #E6E9EE;
  padding-bottom: 6px;
}
.concept-sommaire__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 24px;
}
.concept-sommaire__list li {
  break-inside: avoid;
  margin: 0 0 8px;
}
.concept-sommaire__list a {
  color: #2b62a8;
}
.concept-sommaire__list span {
  display: block;
  color: #5b6373;
  font-size: 12px;
}
@media (max-width: 719px) {
  .concept-sommaire {
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px;
  }
  .concept-sommaire__list {
    columns: 1;
  }
}
.concept-cities {
  max-width: 1110px;
  margin: 0 auto 24px;
  background: #ffffff;
  border: 1px solid #E6E9EE;
  border-radius: 10px;
  padding: 24px;
}
.concept-cities h2 {
  font-size: 20px;
  margin: 0 0 18px;
}
.concept-cities__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 4;
  column-gap: 24px;
}
.concept-cities__list li {
  break-inside: avoid;
  margin: 0 0 8px;
}
.concept-cities__list a {
  color: #2b62a8;
}
.concept-cities__list span {
  display: block;
  color: #5b6373;
  font-size: 12px;
}
@media (max-width: 719px) {
  .concept-cities {
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px;
  }
  .concept-cities__list {
    columns: 1;
  }
}
.concept-directory-page .concept-editorial--local {
  box-sizing: border-box;
  max-width: 1110px;
  margin: 0 auto 24px;
  padding: 18px 22px;
  background: #f2f7f9;
  border: 1px solid #dce6eb;
  border-left: 3px solid #227391;
  border-radius: 8px;
  color: #3d5362;
}
.concept-directory-page .concept-editorial--local p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.65;
}
.concept-directory-page .concept-editorial--local a {
  color: #21649a;
  text-decoration: underline;
}
.concept-directory-page .concept-editorial--local .concept-editorial__scope {
  margin-top: 12px;
  font-size: 12px;
}
.concept-directory-page .breadcrumbs {
  box-sizing: border-box;
  display: block !important;
  visibility: visible !important;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 24px;
  padding: 0 25px;
}
.concept-directory-page .breadcrumbs__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.concept-directory-page .breadcrumbs__list--item {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.concept-directory-page .breadcrumbs__list--item.last {
  font-weight: 500;
}
.concept-directory-page .breadcrumbs__list--item::before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%) rotate(45deg);
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #3577c8;
  border-right: 1px solid #3577c8;
}
.concept-directory-page .breadcrumbs__list--item:first-child {
  padding-left: 0;
}
.concept-directory-page .breadcrumbs__list--item:first-child::before {
  display: none;
}
.concept-directory-page .breadcrumbs__list--link {
  color: #000;
}
@media (max-width: 719px) {
  .concept-directory-page .concept-editorial--local {
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px;
  }
  .concept-directory-page .breadcrumbs {
    width: calc(80%);
    margin-inline: 10px;
    padding-inline: 19px;
  }
  .concept-directory-page .concept-sommaire ~ .breadcrumbs {
    padding-inline: 25px;
  }
}

/*# sourceMappingURL=concept-directory.css.map */
