/*------------------------*/
/* GENERAL
/*------------------------*/

:root {
  --circles-1: url(/wp-content/uploads/2024/06/circles-bg-titles.webp);
  --circles-2: url(/wp-content/uploads/2024/06/right-bottom-dark-bg-circles.webp);
  --circles-3: url(/wp-content/uploads/2024/06/right-bottom-golden-bg-circles.webp);
  --circles-4: url(/wp-content/uploads/2024/06/left-top-golden-bg-circles.webp);
  --circles-5: url(/wp-content/uploads/2024/06/left-top-dark-bg-circles.webp);
  --circles-6: url(/wp-content/uploads/2024/06/right-bottom-white-bg-circles-150x150.webp);
  --light-color-1: #fffcf4;
  --light-color-2: #fffbf2;
  --light-color-3: #ffffff;
  --main-radius: 20px;
  --shadow-1: 0px 20px 18px -9px rgb(0 0 0 / 24%);
  --shadow-2: 0px 30px 45px -20px rgba(0, 0, 0, 0.33);
  --fon-weight-1: 600;
  --fon-weight-2: 900;
}

.avia-image-container img {
  border-radius: var(--main-radius);
}

* li {
  font-size: 16px;
}

.exergue_1 {
  font-weight: var(--fon-weight-1);
}

.exergue_2 {
  font-weight: var(--fon-weight-2);
}

/*List*/
article.article-icon-entry {
  padding-bottom: 2em;
}

article.article-icon-entry {
  padding-bottom: 0.2em;
}

/*Buttons*/
.avia-button-wrap {
  padding: 0 0 20px;
}

.avia-button {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--enfold-main-color-secondary) !important;
  background-color: var(--enfold-main-color-secondary) !important;
  /*border-radius: 32px !important;*/
  padding: 15px 30px 14px 30px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  box-shadow: var(--shadow-1);
}

.avia-button:hover {
  background-color: var(--enfold-main-color-bg) !important;
  color: var(--enfold-main-color-color) !important;
}

/*End*/

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.handwrite .av-subheading {
  font-family: "great vibes", Helvetica, Arial, sans-serif;
  /*"Herr Von Muellerhoff", cursive;*/
  font-size: var(--font-size-lg) !important;
}

.exergue {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1.5em;
}

.medium_bold {
  font-weight: 600;
}

/* Form */
span[data-name="RGPD"] a {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--enfold-main-color-color);
  text-decoration: underline !important;
}

.wpcf7-list-item-label {
  -webkit-font-smoothing: auto;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-left: 5px !important;
}

.wpcf7-list-item-label::before {
  color: var(--enfold-main-color-color);
  font-size: 15px !important;
  font-weight: 500 !important;
}

.wpcf7-submit {
  background-color: var(--enfold-main-color-secondary) !important;
}

.wpcf7-submit:hover {
  background-color: var(--enfold-main-color-bg2) !important;
  color: var(--enfold-main-color-color) !important;
}

.wpcf7 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.wpcf7 input[type="checkbox"] {
  -border-radius: 4px;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #000;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .wpcf7 input[type="checkbox"] {
    -webkit-border-radius: 4px;
    display: inline-block !important;
  }
}

.wpcf7 input[type="checkbox"]:checked {
  background: #9dfc9d;
  margin: 0px;
  position: relative;
  &:before {
    content: "\e812";
    font-family: "entypo-fontello";
    display: block;
    color: black;
    font-size: 18px;
    position: absolute;
    left: 2px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
}

.wpcf7-acceptance span {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

.wpcf7-acceptance a {
  color: #ffffff !important;
}

.wpcf7-acceptance a:hover {
  color: var(--enfold-main-color-primary) !important;
}

/*End*/

/*Titles*/
.circles h2::before {
  content: var(--circles-1);
  position: absolute;
  top: -20px;
  left: 220px;
  width: 10px;
  height: 20px;
  transform: scale(0.5);
}

.gradient-effect :is(h1, h2, h3, h4, h5, h6) {
  background: linear-gradient(315deg, #c3a269 25%, #000000 110.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.gradient-effect-light :is(h1, h2, h3, h4, h5, h6) {
  background: linear-gradient(315deg, #fff5e0 5%, #c3a269 70.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.gradient-effect-dark :is(h1, h2, h3, h4, h5, h6) {
  background: linear-gradient(315deg, #c3a269 5%, #fff5e0 70.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

/*Toggle*/
#top .av_toggle_section h2 {
  font-size: var(--font-size-base);
}

/*Subtitle*/
.av-subheading_above p,
.av-subheading_below p {
  display: inline;
  background-color: var(--enfold-main-color-secondary);
  color: white;
  padding: 5px;
  border-radius: 2px;
  line-height: 1.5em;
}

/*Link testimonials*/
.eapps-testimonials-slider-page-item-text-read-more {
  color: black !important;
  font-weight: var(--fon-weight-1);
}

/*Breadcrumbs*/

.breadcrumb span.trail-end {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--enfold-main-color-primary);
}

.shadow_effect_1 {
  box-shadow: var(--shadow-1);
}

.shadow_effect_2 {
  box-shadow: var(--shadow-2);
}

/*Message box*/
.avia_message_box_content p {
  display: block;
}

/*Partners*/
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
  margin-top: 10px;
}

/*------------------------*/
/* GRID - COLUMNS - BLOCKS
/*------------------------*/

/* Center align columns inside color section*/
.center_content .entry-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}

/*Contain grid line in big screen*/
@media only screen and (min-width: 1800px) {
  .grid_boxed_content,
  .grid_boxed_title {
    /*max-width: 80% !important;*/
    padding: 0 20% !important;
    margin: 0 auto !important;
  }
}
.grid_boxed_content {
  padding: 1% 4%;
}

/*Block with round border*/

#top .bordered_block_intro {
  border-radius: var(--main-radius);
  padding: 3% 7% 3% 3%;
}

#top .bordered_block {
  border-radius: var(--main-radius);
  padding: 3%;
}

/*All Bg*/
.light_bg_1 {
  background-color: var(--light-color-1);
}

.light_bg_2 {
  background-color: var(--light-color-2);
}

.dark_bg {
  background-color: var(--enfold-main-color-color) !important;
}

.taupe_bg {
  background: rgb(161, 144, 124);
}

.golden_bg {
  background:
    var(--circles-6) 100% 100% no-repeat scroll,
    linear-gradient(to top left, #d5b173, #eabf7e, #ffeac6);
}

.stripes_bg {
  background: repeating-linear-gradient(
    45deg,
    #e0d6cc00,
    #e0d6cc00 10px,
    #fbf0da00 10px,
    #fbf0da0a 20px
  );
}

/*Block not align with bg img*/

.crazy_block.flex_column,
.crazy_block.avia-section {
  position: relative;
}

.crazy_block.flex_column:before {
  content: "";
  width: 150px;
  height: 150px;
  visibility: visible;
  opacity: 0.45;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.crazy_block.top.flex_column:before {
  top: -125px;
}

.crazy_block.vertical_center.flex_column:before {
  top: calc(50% - 125px);
}

.crazy_block.center_position.flex_column:before {
  left: calc(50% - 125px);
}

.crazy_block.left_position.flex_column:before {
  left: -100px;
}

.crazy_block.right_position.flex_column:before {
  right: -40px;
}

.crazy_block.bottom_position.flex_column:before {
  bottom: -50px;
}

.crazy_block.circles_1.flex_column:before {
  background-image: var(--circles-1);
}

/*To avoid absolute overlap*/
@media only screen and (max-height: 940px) {
  .block_min_size {
    min-height: 100vh;
    padding-bottom: 250px;
  }
}

@media only screen and (min-height: 941px) and (max-height: 1200px) {
  .block_min_size {
    min-height: 80vh;
  }
}

@media only screen and (min-height: 1201px) and (max-height: 1500px) {
  .block_min_size {
    min-height: 70vh;
  }
}

@media only screen and (min-height: 1501px) {
  .block_min_size {
    min-height: 60vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .block_min_size {
    min-height: 50vh;
  }
}

@media only screen and (min-width: 1320px) {
  .flex_column.left_col_under {
    right: -110px;
  }
}

/*End*/

/*------------------------*/
/* HEADER
/*------------------------*/

/*Btn in main menu */

@media only screen and (min-width: 989px) {
  .btn_mobile {
    display: none;
  }
}

.btn_mobile span.avia-menu-text {
  display: block;
}

.btn_mobile a:hover {
  background-color: transparent !important;
}
/*End*/

/*Widget BTN header */
#custom_html-2 {
  width: fit-content;
  position: absolute;
  right: 1%;
  padding: 10px;
  height: initial;
  line-height: initial;
  top: 64%;
  z-index: 20;
}

@media only screen and (min-width: 990px) and (max-width: 1736px) {
  #custom_html-2 {
    top: 20%;
  }
}

@media only screen and (max-width: 989px) {
  #custom_html-2 {
    display: none;
  }
}

.textwidget .btn-bordered {
  border: 2px solid;
  border-radius: 3px;
  border-color: var(--enfold-main-color-secondary);
  padding: 10px 15px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.textwidget .btn-bordered:hover {
  background-color: var(--enfold-main-color-primary) !important;
  color: var(--enfold-main-color-bg) !important;
}

.textwidget .btn-colored:hover {
  background-color: var(--enfold-main-color-bg) !important;
  color: var(--enfold-main-color-color) !important;
}

.textwidget .btn-colored {
  padding: 10px 15px;
  background-color: var(--enfold-main-color-secondary);
  border: 2px solid;
  border-radius: 3px;
  border-color: var(--enfold-main-color-secondary);
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 100px;
}
/*End*/

/*Widget BTN header */

/* ---------- Header ≥ 1025px : badge + les 2 boutons sur une rangée ---------- */
#custom_html-2 {
  width: fit-content;
  position: absolute;
  right: 1%;
  top: 50%;
  padding: 10px;
  height: initial;
  line-height: initial;
  z-index: 20;
}

#custom_html-2 > .textwidget {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

/* hauteur pilotée, largeur auto : fonctionne quel que soit le ratio de l'image */
#custom_html-2 > .textwidget > img {
  display: block;
  flex: 0 0 auto;
  height: 60px;
  width: auto;
  max-width: 100%;
  margin-right: 10px;
}

#custom_html-2 > .textwidget .btn-colored {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* écrans intermédiaires : badge réduit */
@media only screen and (max-width: 1736px) {
  #custom_html-2 > .textwidget > img {
    height: 50px;
    margin-right: 8px;
  }
}

.ebcfprs-cert span {
  display: block;
  max-width: 210px;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6f5b46;
}

/* ---------- ≤ 1024px : le drawer prend le relais ---------- */
@media only screen and (max-width: 1024px) {
  #custom_html-2 {
    display: none;
  }
}

/* les 2 items de menu ne servent qu'au drawer */
@media only screen and (min-width: 1025px) {
  .btn_mobile {
    display: none !important;
  }
}

/* ---------- Drawer mobile : badge à gauche, boutons empilés à droite ---------- */
.nxt-nav-drawer__body > ul > li.btn_mobile {
  position: relative;
  border-bottom: none;
  margin: 8px var(--nxt-nav-gutter, 20px) 8px 104px;
}

/* premier des deux items : respiration + badge en pseudo-élément */
.nxt-nav-drawer__body > ul > li.btn_mobile:not(li.btn_mobile + li.btn_mobile) {
  margin-top: 24px;
}

.nxt-nav-drawer__body
  > ul
  > li.btn_mobile:not(li.btn_mobile + li.btn_mobile)::before {
  content: "";
  position: absolute;
  left: -104px;
  top: 0;
  width: 88px;
  height: calc(200% + 16px);
  background: var(--wpr-bg-dbeeb53f-bb11-44f1-b090-a4d1b106dcdc)
    no-repeat center center;
  background-size: contain;
}

.nxt-nav-drawer__body > ul > li.btn_mobile > a {
  display: block;
  padding: 12px 15px;
  text-align: center;
  font-weight: 600;
  border: 2px solid var(--enfold-main-color-secondary, #ba9b65);
  border-radius: 3px;
  background-color: var(--enfold-main-color-secondary, #ba9b65) !important;
  color: #ffffff !important;
}

.nxt-nav-drawer__body > ul > li.btn_mobile > a:hover,
.nxt-nav-drawer__body > ul > li.btn_mobile > a:focus-visible {
  padding-left: 15px !important;
  background-color: var(--enfold-main-color-bg, #ffffff) !important;
  color: var(--enfold-main-color-color, #222222) !important;
}
/*End*/

/*Widget footer*/
#top .widget_nav_menu li {
  font-size: 16px;
  line-height: 1em;
}

#menu-infos-pratiques a::before {
  content: "- ";
  padding: 0 2px 0;
}

/*End*/

/*Menu*/

/*Active item menu*/
#top .content .flex_column .widget_nav_menu ul:first-child > .current-menu-item,
#top
  .content
  .flex_column
  .widget_nav_menu
  ul:first-child
  > .current_page_item {
  background-color: rgb(255 255 255 / 21%);
  border-radius: 3px;
}

.av-main-nav > li > a {
  font-size: var(--font-size-base);
}

#avia-menu > li.menu-item > a > .avia-menu-text {
  position: relative;
}

header #avia-menu li.menu-item-has-children > a:after {
  content: "+";
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 1em;
  display: inline-block;
  margin-left: 0px;
  top: 2.5px;
  text-align: center;
  position: relative;
}

header #avia-menu li.menu-item-has-children > a:after {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

#avia-menu > li.current-menu-item > a > .avia-menu-text:after,
#avia-menu > li.active-parent-item > a > .avia-menu-text:after,
#avia-menu > li.menu-item:hover > a > .avia-menu-text:after {
  transform: scaleY(1);
  transform-origin: top left;
  -moz-transition:
    -webkit-transform 0.3s ease,
    opacity 0.5s ease;
  -webkit-transition:
    -webkit-transform 0.3s ease,
    opacity 0.5s ease;
  transition:
    transform 0.3s ease,
    opacity 0.5s ease;
}

#avia-menu > li.menu-item > a > .avia-menu-text:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  border-left: 2px solid var(--enfold-header-color-primary);
  transform: scaleY(0);
  transform-origin: bottom right;
  -moz-transition:
    -webkit-transform 0.3s ease,
    opacity 0.5s ease;
  -webkit-transition:
    -webkit-transform 0.3s ease,
    opacity 0.5s ease;
  transition:
    transform 0.3s ease,
    opacity 0.5s ease;
}

@media only screen and (min-width: 990px) and (max-width: 1290px) {
  .av-main-nav > li > a {
    padding: 0 7px;
    font-size: 12.5px;
  }
}

.main_menu .avia-menu-fx {
  display: none;
}

.main_item a {
  font-weight: 800;
}

.sub-menu a {
  font-weight: unset;
}

/*------------------------*/
/* HOMEPAGE
/*------------------------*/
/*Slider*/
#slider_homepage h1.avia-caption-title {
  z-index: 20;
  position: relative;
}

#slider_homepage .av_slideshow_full .container.caption_container {
  left: -10%;
}

@media only screen and (max-width: 500px) {
  #slider_homepage .caption_fullwidth {
    top: 20px;
  }

  #top h1 {
    font-size: var(--font-size-md) !important;
  }
  .av-subheading_above p,
  .av-subheading_below p {
    font-size: 12px !important;
  }
}

@media screen and (orientation: landscape) and (min-device-width: 700px) and (max-device-width: 1000px) {
  #top h1 {
    font-size: var(--font-size-lg) !important;
  }
}

.ring_animation {
  position: relative;
  top: -150px;
  right: -300px;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 989px) {
  .ring_animation {
    right: -250px;
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 500px) {
  .ring_animation {
    top: -80px;
    left: 30px;
    width: 120px;
    height: 120px;
  }
}

.ring_animation i {
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  transition: 0.5s;
}
.ring_animation i:nth-child(1) {
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  animation: animate 6s linear infinite;
}
.ring_animation i:nth-child(2) {
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate 4s linear infinite;
}
.ring_animation i:nth-child(3) {
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate2 10s linear infinite;
}
.ring_animation:hover i {
  border: 4px solid var(--clr);
  filter: drop-shadow(0 0 5px var(--clr));
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*Box intro Dr*/
#section_intro_dr {
  padding: 0 10%;
}

@media only screen and (min-width: 990px) and (max-width: 1024px) {
  .responsive.av-no-preview #top #wrap_all .av-medium-hide {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .img_profile {
    max-width: 50%;
  }
  .text_intro_dr {
    max-width: 73%;
  }
}

.col_intro_dr {
  padding: 2% 3%;
  border-radius: 20px !important;
  /**
   * Adds a box shadow effect to an element with the following properties:
   * - Horizontal offset: 0px
   * - Vertical offset: 30px
   * - Blur radius: 45px
   * - Spread radius: -20px
   * - Color: rgba(0, 0, 0, 0.33) (black color with 33% opacity)
   */
  box-shadow: var(--shadow-2);
}

.col_intro_dr .avia-image-container {
  margin: 0;
}

.services_dr img {
  box-shadow: var(--shadow-2) !important;
}

/*Icons interventions */

.interventions .iconbox_top .iconbox_icon {
  border-radius: 0;
  box-shadow: var(--shadow-2);
}

#top .interventions .iconbox.av-no-box .iconbox_icon {
  border-width: 2px;
}

/*End*/

.bg_leftt_top_right_bottom {
  background-image: var(--circles-2), var(--circles-5);
  background-position:
    100% 100%,
    0% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 10%, 20%;
  transition: all 0.7s;
}

.bg_right_bottom {
  background: var(--circles-2) 100% 100% no-repeat scroll;
  transition: all 0.7s;
  background-color: var(--light-color-1);
}

@media only screen and (max-width: 989px) {
  .bg_right_bottom {
    background-size: 30% !important;
  }
}

.bg_leftt_top {
  background: var(--circles-5) 0% 0% no-repeat scroll;
  transition: all 0.7s;
  background-color: var(--light-color-1);
}

.bg_leftt_top_light {
  background: var(--circles-4) 0% 0% no-repeat scroll;
  transition: all 0.7s;
  background-color: var(--enfold-main-color-color);
}

.bg_right_bottom_light {
  background: var(--circles-3) 100% 100% no-repeat scroll;
  transition: all 0.7s;
  background-color: var(--enfold-main-color-color);
}

/*------------------------*/
/* Avis patients 
/*------------------------*/

.avis_patients {
  box-shadow: var(--shadow-2);
}

/*------------------------*/
/* PORTFOLIO 
/*------------------------*/

/*------------------------*/
/* QUI suis-je
/*------------------------*/
/*Boxed text*/

.boxed_text {
  /* box-shadow: 0px 20px 18px -9px rgb(0 0 0 / 24%); */
  padding: 20px;
  border: 1px solid var(--enfold-alternate-color-secondary);
}

.author_sign {
  color: var(--enfold-alternate-color-secondary);
  font-weight: 600;
}

.publication_title {
  text-align: center;
  padding: 15px 5px 5px;
  font-weight: 500;
}

.publication_support_title {
  color: var(--enfold-main-color-bg);
  font-weight: 600;
  font-style: italic;
}

.publication_support_title p {
  display: inline;
}

.publication_title::before {
  content: "\e836";
  font-family: "entypo-fontello";
  color: var(--enfold-main-color-primary);
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
}

.publication_support_title::before {
  content: "\e84e";
  font-family: "entypo-fontello";
  color: var(--enfold-main-color-bg);
  margin-right: 5px;
}

.author_sign::before {
  content: "\e80a";
  font-family: "entypo-fontello";
  color: var(--enfold-alternate-color-secondary);
  margin-right: 5px;
}

.author_sign p {
  display: inline;
}

@media only screen and (max-width: 1023px) {
  #top #all_publications .av-flex-placeholder {
    width: 1%;
  }
}

@media only screen and (min-width: 990px) {
  .author_sign {
    min-height: 70px;
  }
  .publication_title {
    min-height: 270px;
  }
  .publication_support_title {
    min-height: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 821px) {
  .publication_title {
    min-height: 315px !important;
  }
  .avia_textblock.publication_support_title {
    min-height: 200px !important;
  }
  .publication_support_title {
    min-height: 100px !important;
  }
  .author_sign {
    min-height: 70px !important;
  }
}

/*------------------------*/
/* Services
/*------------------------*/

.text_bloc_intro p {
  min-height: 200px;
}

.list_block {
  min-height: 350px !important;
}

/*Page oto*/
#chir_oto h2 {
  min-height: 80px;
}

.oto_text_1 {
  min-height: 120px;
}

.oto_text_2 {
  min-height: 200px;
}

/*Page Medecine rejunevative*/

.med_rej .av-special-heading {
  min-height: 95px;
}

.med_rej .list_block {
  min-height: 230px !important;
}

.med_rej .avia-button.avia-size-small {
  min-width: 255px;
}

@media only screen and (max-width: 767px) {
  #top .main_title_section {
    background: none;
    background-color: var(--enfold-main-color-bg);
  }
}

/*page med esthetique*/

#top .bordered_block_services {
  border-radius: var(--main-radius);
  padding: 3%;
}

@media only screen and (min-width: 990px) and (max-width: 1279px) {
  .bordered_block_services .avia_textblock {
    min-height: 285px;
  }
}

@media only screen and (min-width: 1280px) {
  .bordered_block_services .avia_textblock {
    min-height: 220px;
  }
}

/*------------------------*/
/* CONTACT PAGE
/*------------------------*/

/*------------------------*/
/* Footer
/*------------------------*/

#footer {
  padding: 0;
  z-index: 2;
}

#footer p {
  line-height: 1.15em;
  text-align: justify;
}

#top .widget_nav_menu a {
  padding: 0;
}

#top .content .flex_column .widget_nav_menu li:first-child {
  border-top-width: 0;
}

#top .content .flex_column .widget_nav_menu li {
  border-bottom-width: 0;
}

#top #footer .content .flex_column .widget_nav_menu li a:hover {
  background-color: unset;
  color: var(--enfold-main-color-bg2);
}

#top #footer .content .flex_column .widget_nav_menu li a {
  padding: 0;
  color: var(--enfold-main-color-color);
}

#top #footer .content .flex_column .widget_nav_menu li a::before {
  content: "\e906";
  font-family: "chirurgien";
  font-size: 10px;
  margin-right: 5px;
}

#top #footer .widget_nav_menu li {
  font-size: initial;
  color: var(--enfold-main-color-color);
}

#top #footer .avia-icon-list .iconlist_icon {
  margin-right: 10px;
}

#socket {
  font-size: 12px;
}

/*Toggle*/
#footer .toggler,
#footer .toggle_icon {
  border-style: none;
}

#footer .toggle_content {
  border-color: transparent;
}

#footer .vert_icon,
#footer .hor_icon {
  border-color: #444444 !important;
}

#top #footer div .avia-gallery img {
  background-color: var(--enfold-main-color-primary);
}

.avia-smallarrow-slider-heading {
  display: none !important;
}

/* Display caption below thumbnail */

#top .avia-gallery .avia-gallery-thumb a:after {
  content: attr(title);
  margin: 10px 0;
  position: relative;
  display: block;
  width: 100%;
  font-size: var(--font-size-sm);
  color: var(--enfold-main-color-color);
  text-align: center;
}

.doctolib img {
  max-width: 25%;
  padding: 10px 5px;
}

.instagram_icon a:before {
  content: "\f16d";
  font-family: "entypo-fontello";
  margin-right: 5px;
}

@media only screen and (min-width: 767px) and (max-width: 809px) {
  #top #footer h4 {
    font-size: var(--font-size-base);
  }
}

/* ------------------------------------------------------------------------------------------------- */

/*------------------------*/
/* GEO BOOST
  /*------------------------*/

#wp_seo_wins_widget-3 a,
#wp_seo_wins_widget-2 a {
  color: #000000;
}

#wp_seo_wins_widget-3 a:hover,
#wp_seo_wins_widget-2 a:hover {
  color: var(--enfold-main-color-primary);
}

.page_seo-template-default .gradient-effect :is(h1, h2, h3, h4, h5, h6) {
  background: linear-gradient(315deg, #000 25%, #000000 110.53%);
  background-image: linear-gradient (315deg, #000 25%, #000000 110.53%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.encart.light .wpcf7-acceptance span {
  color: #000 !important;
}

.encart.light .wpcf7-acceptance a {
  color: #000 !important;
}

/*Alternate color*/
/*Text*/
#top .alt .avia_textblock {
  color: white;
}

/*Heading*/
.page_seo_modele-template-default .encart :is(h1, h2, h3, h4, h5, h6),
.single-page_seo .encart :is(h1, h2, h3, h4, h5, h6) {
  color: white;
}

.page_seo_modele-template-default .light :is(h1, h2, h3, h4, h5, h6),
.single-page_seo .light :is(h1, h2, h3, h4, h5, h6) {
  color: black;
}

/*Confirmation envoi message*/
.wpcf7-response-output {
  color: black;
}

.encart .avia_codeblock_section {
  color: white;
}

#footer_dmb {
  background-color: white !important;
}

#last-cta .av-section-color-overlay {
  background-color: var(--enfold-main-color-color) !important;
}

/* ------------------------------------------------------------------------------------------------- */

/*------------------------*/
/* CSS ENHANCE ENFOLD
      /*------------------------*/

/* To fix underlined links */
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/* To fix increased margin in Masonry */
figure {
  margin: 0;
}

:root {
  --checklist: #d8f2e9;
  --checklist-alt-2: #19a273;
  --checklist-alt: var(--light-color);

  --title-font: var(--enfold-font-family-theme-title);
  --body-font: var(--enfold-font-family-theme-body);
  --icon-custom-font: "nrd-font";

  --coef-blur: 100px;
  --gap: 20px;
  --small-radius: 5px;
  --regular-radius: 15px;
  --big-radius: 30px;
  --main-color-shadow: #005494ba;
  --shadow: 12px 24px 20px rgba(0, 0, 0, 0.15);
  --light-color: #ffffff;
  --bg-opacity: 0.25;
}

/* Fluid font size variables, for browsers that support clamp */
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-sm: clamp(0.7rem, 0.09vw + 0.68rem, 0.75rem);
    --font-size-base: clamp(0.88rem, 0.23vw + 0.82rem, 1rem);
    --font-size-md: clamp(1.09rem, 0.43vw + 0.98rem, 1.33rem);
    --font-size-lg: clamp(1.37rem, 0.74vw + 1.18rem, 1.78rem);
    --font-size-xl: clamp(1.71rem, 1.2vw + 1.41rem, 2.37rem);
    --font-size-xxl: clamp(2.14rem, 1.86vw + 1.67rem, 3.16rem);
    --font-size-xxxl: clamp(2.67rem, 2.8vw + 1.97rem, 4.21rem);
  }
}
/* Fallback variables for browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-sm: 0.7rem;
    --font-size-base: 0.88rem;
    --font-size-md: 1.09rem;
    --font-size-lg: 1.37rem;
    --font-size-xl: 1.71rem;
    --font-size-xxl: 2.14rem;
    --font-size-xxxl: 2.67rem;
  }
  @media screen and (min-width: 1280px) {
    :root {
      --font-size-sm: 0.75rem;
      --font-size-base: 1rem;
      --font-size-md: 1.33rem;
      --font-size-lg: 1.78rem;
      --font-size-xl: 2.37rem;
      --font-size-xxl: 3.16rem;
      --font-size-xxxl: 4.21rem;
    }
  }
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6,
#top .avia-animated-number-title,
#top .widgettitle,
.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {
  text-transform: unset;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: var(--font-size-base);
  -webkit-font-smoothing: antialiased;
}

small {
  font-size: var(--font-size-sm);
}

#top h1 small,
#top .avia-fullscreen-slider .avia-caption-title small,
#top h2 small,
#top h3 small,
#top h4 small,
#top h5 small,
#top h6 small {
  font-family: var(--body-font);
  font-size: var(--font-size-md);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  line-height: 1.45em;
  display: inline-block;
  margin: 0.75em 0;
}

#top h1,
.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title,
#top .avia-fullscreen-slider .avia-caption-title {
  font-size: var(--font-size-xl);
  line-height: 1.4em;
}

#top h2,
#top .eui-widget-title {
  font-size: var(--font-size-lg);
  line-height: 1.4em;
}

#top h3 {
  font-size: var(--font-size-md);
  line-height: 1.4em;
}

#top h4 {
  font-size: var(--font-size-base);
}

#top h5 {
  font-size: var(--font-size-sm);
}

#top .eui-widget-title {
  font-weight: normal;
  margin-bottom: 15px;
}

#top h2.iconbox_content_title {
  font-size: var(--font-size-md);
}

.av-subheading {
  font-size: var(--font-size-md) !important;
}
#top .avia-featureimage-slideshow h2.avia-caption-title {
  font-size: var(--font-size-lg);
}

#top div .avia-gallery img {
  border-style: solid;
  border-width: 0px;
  padding: 15px;
  width: 100%;
  border-radius: 0;
}

#top .avia-gallery .avia-gallery-thumb a:hover {
  opacity: 1;
}

#top .portrait .avia_image {
  width: 100%;
}

/* Changement de largeur des containers */

#top .wide-content .container {
  max-width: 1920px;
}

@media only screen and (min-width: 990px) {
  .html_header_top.html_header_sticky #header {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .html_header_top.html_header_sticky #header.av_header_transparency {
    -webkit-backdrop-filter: blur(0);
    -moz-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .av_minimal_header .header_bg {
    opacity: 0.75;
  }

  .html_header_top.html_header_sticky.html_large
    #main
    > .title_container:first-child,
  .html_header_top.html_header_sticky.html_large
    #main
    > .avia-section:first-child,
  .html_header_top.html_header_sticky.html_large
    .archive
    #main
    > .container_wrap:first-child,
  .html_header_top.html_header_sticky.html_large
    .single-post
    #main
    > .container_wrap:first-child {
    padding-top: 80px;
  }

  .html_header_top.html_header_sticky.html_large
    #main
    > :first-child
    .av-section-color-overlay-wrap {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.avia_textblock.av_multi_colums p,
.avia_textblock.av_multi_colums li {
  display: inline-block;
  float: left;
  margin: 0 0 2em 0;
}

/* Correction des galeries d'images */

#top .gallery {
  --gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  padding-bottom: 30px;
}

#top .gallery .gallery-item {
  width: unset;
  height: unset;
  margin: var(--gap) 0 0 var(--gap);
}

#top .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - var(--gap));
}

#top .gallery.gallery-columns-3 .gallery-item {
  width: calc(33% - var(--gap));
}

#top .gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - var(--gap));
}

#top .gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - var(--gap));
}

#top .gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6% - var(--gap));
}

.grecaptcha-badge {
  display: none;
}

.container_wrap {
  border-top-width: 0px;
}

.main_color strong,
.main_color b,
.alternate_color strong,
.alternate_color b,
.footer_color strong,
.footer_colo b {
  color: inherit;
}

#top .encart {
  padding: 5%;
}

@media only screen and (max-width: 989px) {
  #top .encart {
    padding: 50px;
  }
}

@media only screen and (max-width: 479px) {
  #top .encart {
    padding: 20px;
  }
}

#top .encart.light {
  background-color: var(--enfold-main-color-bg);
}

#top .encart.cta {
  background-color: var(--main-bg-cta);
  border-radius: var(--big-radius);
}

#top .encart.blur {
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(230, 230, 228, 0.43);
}

#top .encart.card {
  border-radius: var(--big-radius);
}

#top .encart.shadow {
  box-shadow: var(--shadow);
}

/*Correction formulaire de contact*/
/*Amelioration formulaire*/

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
  background-color: var(--enfold-main-color-bg);
  border-radius: 10px !important;
}

/*Replace grey color navigator default color for place holder in form*/
::-webkit-input-placeholder {
  color: var(--enfold-main-color-color) !important;
}
::-moz-placeholder {
  color: var(--enfold-main-color-color) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: var(--enfold-main-color-color) !important;
}
:-moz-placeholder {
  color: var(--enfold-main-color-color) !important;
}

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
  /*border-color: rgba(255,255,255,0.1);
                        background-color: rgba(0,0,0,0.33);
                        color: #ffffff;*/
}

#top .alternate_color .input-text,
#top .alternate_color input[type="text"],
#top .alternate_color input[type="input"],
#top .alternate_color input[type="password"],
#top .alternate_color input[type="email"],
#top .alternate_color input[type="number"],
#top .alternate_color input[type="url"],
#top .alternate_color input[type="tel"],
#top .alternate_color input[type="search"],
#top .alternate_color textarea,
#top .alternate_color select {
  /* border-color: rgba(255, 255, 255, 0.35) !important;
                  background-color: rgba(0, 0, 0, 0);
                  color: #ffffff;*/
}

#top .main_color input::placeholder,
#top .main_color textarea::placeholder {
  /*  color: rgba(255,255,255,0.75);*/
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select,
#top form {
  margin-bottom: 0px;
}

.full-form .input-text,
.full-form input[type="text"],
.full-form input[type="input"],
.full-form input[type="password"],
.full-form input[type="email"],
.full-form input[type="number"],
.full-form input[type="url"],
.full-form input[type="tel"],
.full-form input[type="search"],
.full-form textarea,
.full-form select,
.full-form input[type="date"],
p.wysija-paragraph input[type="text"].wysija-input {
  font-size: 1.1em !important;
  font-weight: normal !important;
  padding: 15px 15px !important;
  border-radius: 0 !important;
  font-family: var(--body-font);
}

/* Pour les options du select */
.full-form span {
  font-size: 13px !important;
}

#top label span,
#top legend span {
  font-weight: 100;
  font-size: var(--font-size-sm);
  width: calc(100% - 30px);
  line-height: 1.65em;
  margin: -4px 0 0 0px;
  padding-left: 10px;
}

#top .full-form p {
  margin: 0 0 10px 0;
}

#top .full-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

#top .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.6em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  line-height: 1.15em;
  margin-top: 10px;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select,
#top div form .form-row input.input-text,
#top div #content .form-row input.input-text,
#top div form .form-row textarea,
#top div #content .form-row textarea {
  font-family: var(--body-font);
  padding: 10px 20px;
}

.full-form .input-text::placeholder,
.full-form input[type="text"]::placeholder,
.full-form input[type="input"]::placeholder,
.full-form input[type="password"]::placeholder,
.full-form input[type="email"]::placeholder,
.full-form input[type="number"]::placeholder,
.full-form input[type="url"]::placeholder,
.full-form input[type="tel"]::placeholder,
.full-form input[type="search"]::placeholder,
.full-form textarea::placeholder,
.full-form select::placeholder,
.full-form input[type="date"]::placeholder,
p.wysija-paragraph input[type="text"].wysija-input::placeholder {
  font-size: 0.85rem;
}

.full-form input[type="date"] {
  padding: 6px !important;
}

.full-form {
  --gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.full-form > div {
  width: unset;
  height: unset;
  margin: var(--gap) 0 0 var(--gap);
}

.full-form .plein {
  width: 100%;
}

.full-form .demi {
  width: calc(50% - var(--gap));
}

.full-form .tier {
  width: calc(33% - var(--gap));
}

.script_ref {
  height: 0;
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-flex;
  font-size: var(--font-size-sm);
  width: 100%;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 990px) {
  .full-form .input-text,
  .full-form input[type="text"],
  .full-form input[type="input"],
  .full-form input[type="password"],
  .full-form input[type="email"],
  .full-form input[type="number"],
  .full-form input[type="url"],
  .full-form input[type="tel"],
  .full-form input[type="search"],
  .full-form textarea,
  .full-form select,
  .full-form input[type="date"],
  p.wysija-paragraph input[type="text"].wysija-input {
    font-size: 1em !important;
  }

  .full-form .plein,
  .full-form .demi,
  .full-form .tier {
    width: 100%;
  }
}

/*Correction cookies notice*/

#scroll-top-link,
#av-cookie-consent-badge {
  background-color: #2c2c2c;
  background-position: center center;
}

#scroll-top-link,
#av-cookie-consent-badge {
  color: #fff;
  border: 0px solid;
}

#scroll-top-link:hover,
#av-cookie-consent-badge:hover {
  border: 0;
}

#av-cookie-consent-badge,
#scroll-top-link {
  border-radius: var(--big-radius);
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
}

#av-cookie-consent-badge:before {
  font-size: 18px;
}

#av-cookie-consent-badge.av-consent-badge-left-bottom {
  bottom: 30px;
  left: 30px;
}

#scroll-top-link {
  bottom: 30px;
  right: 80px;
}

@media only screen and (max-width: 990px) {
  #scroll-top-link {
    right: 100px;
  }
}

.avia-popup .av-inline-modal.avia-hide-popup-close .mfp-close {
  display: block;
}

.avia-cookie-consent {
  background-color: #fff;
  color: #000;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 10px 80px -30px rgba(0, 0, 0, 0.45);
}

.avia-cookie-consent:before {
  font-family: "entypo-fontello";
  content: "\e824";
  font-size: 100px;
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  right: 0;
}

.avia-cookie-consent p {
  font-size: 0.85rem;
  letter-spacing: 0;
  line-height: 1.45em;
}

.avia-cookie-consent .avia-cookie-consent-button,
.avia-popup .avia-cookie-consent-button {
  background-color: #fff;
  border: 2px solid #000;
  font-size: 11px !important;
  color: #000;
  padding: 10px 15px;
  margin: 10px 10px 10px 0;
  float: left;
  box-shadow: 0 30px 120px -30px #000;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification,
.avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
  background-color: #fff;
  color: var(--main-color);
  border-color: var(--main-color);
  margin-right: 10px;
}

.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
.avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

#top ul.social_bookmarks {
  height: 50px;
  width: fit-content;
}

#top #footer ul.social_bookmarks {
  margin: 7px auto;
}

#top nav .social_bookmarks {
  top: 50%;
  margin-top: unset;
  transform: translateY(-50%);
}

#top .social_bookmarks li {
  width: 50px;
  margin: 0;
  clear: unset;
  border-color: rgba(0, 0, 0, 0.25);
}

#top .footer_color .social_bookmarks li {
  border-color: rgba(255, 255, 255, 0.25);
}

#top .social_bookmarks li:last-of-type {
  border-right-width: 0;
}

#top .social_bookmarks li a {
  width: 50px;
  line-height: 46px;
  min-height: 50px;
  font-size: 40px;
  text-decoration: unset;
}

#top
  #footer
  .av-social-sharing-box.av-social-sharing-box-same-width
  .av-share-box
  ul
  li
  a {
  line-height: 55px;
  font-size: 19px;
  padding: 0;
}

/* Amelioration Socket */

footer .container {
  border-top: 1px solid #aaaaaa;
}

#socket {
  font-weight: normal;
}

@media only screen and (max-width: 990px) {
  footer .container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
  }

  #socket .menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: center;
  }

  #socket {
    padding-bottom: 100px;
  }
}

/* Page SEO */
/* ------- CSS ENHANCE ENFOLD END ------- */
