@charset "UTF-8";
/*
Theme Name: IFE Child
Theme URI: https://etiopathie.com
Description: Thème enfant de Twenty Twenty-Five pour IFE.
Template: twentytwentyfive
Version: 1.0
*/
a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

header {
  position: relative;
  z-index: 2;
}

.carousel-3d-slide {
  background: transparent !important;
  border: none !important;
}

.next[data-v-05517ad0],
.prev[data-v-05517ad0] {
  color: #bc181b !important;
}

@media screen and (min-width: 768px) {
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item > a {
    font-weight: bold;
    padding: 10px 0 0;
    text-decoration: none !important;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item > a span::after {
    content: "";
    display: block;
    height: 2px;
    background: #bc181b;
    transform: scale(0, 1);
    margin-top: 10px;
    transition: transform 0.6s;
    animation: fade-in 0.6s;
    transform-origin: left;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item > a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
    left: 0 !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    padding: 20px 30px 20px 20px;
    min-width: 230px !important;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li a {
    color: #bc181b;
    font-weight: 400;
    line-height: 38px;
    text-decoration: none !important;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li a:hover {
    font-weight: bold;
  }
  nav ul.wp-block-navigation__container > li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li a:hover::before {
    content: "";
    background-image: url("img/menu-arrow.svg");
    background-size: 7px 12px;
    height: 12px;
    width: 7px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
footer {
  margin: 0 !important;
}
footer nav ul {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
footer nav li {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
footer nav li.has-child:hover {
  background-color: white;
  color: #bc181b;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
footer nav li.has-child .wp-block-navigation-submenu {
  border: 0 !important;
  left: 0 !important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
footer nav li.has-child .wp-block-navigation-submenu li {
  padding: 5px !important;
}
footer nav li.has-child .wp-block-navigation-submenu li a {
  padding: 5px 15px !important;
}
footer nav li.has-child .wp-block-navigation-submenu li a span {
  white-space: nowrap;
}

.titre-scroll-anim {
  position: relative; /* nécessaire pour le positionnement absolu de la ligne */
}

.titre-ligne {
  position: relative;
  display: inline-block;
}

.ligne-anim {
  position: absolute;
  height: 3px;
  background-color: currentColor;
  top: 50%;
  transform: translateY(-50%);
  right: 103%;
  width: 0;
  border-radius: 3px;
}

.svg-line {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 15px;
}

.animated-path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 3s ease-out;
  fill: none;
  stroke-width: 2px;
  stroke: #bc181b;
}

.animated-path.animate {
  stroke-dashoffset: 0;
}

.tab-presse .stk-block-posts__meta span {
  display: block;
}
.tab-presse .stk-block-posts__meta span.stk-block-posts__meta-sep {
  border-bottom: 2px solid;
  width: 110px;
  margin-top: 40px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.tab-presse .stk-img-wrapper {
  text-align: center;
}
.tab-presse .stk-img-wrapper img {
  height: inherit !important;
  margin: inherit !important;
  width: inherit !important;
  -o-object-fit: inherit !important;
     object-fit: inherit !important;
}
.tab-presse .stk-block-posts__readmore {
  background: white;
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  text-decoration-thickness: auto;
  padding: 10px 20px;
  border-radius: 40px;
}

.linkedin-post {
  background-color: white;
  border: 3px solid #bc181b;
  overflow: hidden;
}
.linkedin-post header {
  padding: 20px;
}
.linkedin-post header p {
  margin: 0;
  font-size: 14px;
}
.linkedin-post header p a {
  text-decoration: none;
}
.linkedin-post .linkedin-post-image {
  width: 100%;
  background-size: cover;
  height: 100%;
}

.instagram-image {
  width: 100%;
  display: block;
  aspect-ratio: 1080/1350;
}
.instagram-image span {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  border: 3px solid #bc181b;
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-color: white;
}

.rs iframe {
  width: 100% !important;
}

.anchor-menu {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.anchor-menu.sticky {
  padding: 20px !important;
}
.anchor-menu a span::after {
  content: "";
  display: block;
  height: 2px;
  background: #b3ab90;
  transform: scale(0, 1);
  margin-top: 10px;
  transition: transform 0.6s;
  animation: fade-in 0.6s;
  transform-origin: center;
}
.anchor-menu a.active span::after {
  transform: scale(1, 1);
  transform-origin: center;
}

.wp-block-list {
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contenu-page {
  padding: 0;
}

#filtrage-wrap {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 40px;
}
#filtrage-wrap > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #filtrage-wrap > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #filtrage-wrap > div {
    margin-bottom: 30px;
  }
}
#filtrage-wrap > div label {
  color: #bc181b;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  display: inline-block;
}
#filtrage-wrap > div .mysearch {
  display: flex;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #filtrage-wrap > div .mysearch {
    flex-wrap: wrap;
  }
}
#filtrage-wrap > div .mysearch input,
#filtrage-wrap > div .mysearch select {
  flex: auto;
  background: white;
  border: 2px solid #bc181b;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #filtrage-wrap > div .mysearch input,
  #filtrage-wrap > div .mysearch select {
    width: 100%;
    height: 50px;
  }
}
#filtrage-wrap > div .mysearch .infotext {
  flex: auto;
  background: white;
  border: 2px solid #bc181b;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #bc181b;
}
@media screen and (max-width: 767px) {
  #filtrage-wrap > div .mysearch .infotext {
    height: 50px;
  }
}
#filtrage-wrap > div .mysearch a {
  padding-left: 40px;
  padding-right: 40px;
  background: #bc181b;
  color: white;
  border: none;
  font-size: 17px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #filtrage-wrap > div .mysearch a {
    height: 50px;
    width: 100%;
  }
}
#filtrage-wrap > div.downloadlisteetiopathe {
  display: flex;
  height: 50px;
}
#filtrage-wrap > div.downloadlisteetiopathe button {
  flex: auto;
  padding-left: 40px;
  padding-right: 40px;
  background: #bc181b;
  color: white;
  border: none;
  font-size: 17px;
  cursor: pointer;
}

#liste-cabinets {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #liste-cabinets {
    flex-wrap: wrap;
  }
}
#liste-cabinets .tab-titles {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-top: 10px;
}
#liste-cabinets .tab-titles li {
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: #b3ab90;
}
#liste-cabinets .tab-titles li::before {
  content: "|";
  color: #b3ab90;
  margin-right: 10px;
}
#liste-cabinets .tab-titles li:first-child::before {
  content: none;
}
#liste-cabinets .tab-titles li.active {
  color: #bc181b;
}
#liste-cabinets .tab-content {
  display: none;
}
#liste-cabinets .tab-content.active {
  display: block;
}
#liste-cabinets .cabinet {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #liste-cabinets .cabinet {
    width: 50%;
    padding-right: 40px;
  }
}
#liste-cabinets .cabinet .left {
  width: 125px;
}
#liste-cabinets .cabinet .left img {
  max-width: 125px;
}
#liste-cabinets .cabinet .left a {
  font-size: 17px;
  background: #bc181b;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  text-decoration-thickness: auto;
  border-radius: 15px;
}
#liste-cabinets .cabinet .right h3 {
  font-size: 20px;
  margin: 0;
  color: #bc181b;
}
#liste-cabinets .cabinet .right .fonction {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #bc181b;
}
#liste-cabinets .cabinet .right .adresse {
  font-size: 13px;
}
#liste-cabinets .cabinet .right .telephone {
  font-size: 16px;
  font-weight: 700;
  color: #bc181b;
}

.single-etiopathe .btn-cabinet a.active {
  background: #b3ab90 !important;
  color: white !important;
}
.single-etiopathe .btn-cabinet a.active span {
  color: white !important;
}
.single-etiopathe #map {
  border: 3px solid #bc181b;
}

.containermodifiermonprofil .meconnecter {
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containermodifiermonprofil .meconnecter a {
  background: #bc181b;
  padding: 10px 20px;
  margin: 10px;
  color: white;
  text-decoration: none;
  border-radius: 40px;
}
.containermodifiermonprofil #acf-form .description {
  font-size: 13px;
  color: #bc181b;
}
.containermodifiermonprofil #acf-form .acf-form-submit input {
  background: #bc181b;
  color: white;
  font-size: 20px;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 20px;
}
.containermodifiermonprofil .footerbottom {
  padding: 0 10px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.containermodifiermonprofil .footerbottom a {
  border: 1px solid #bc181b;
  padding: 10px 20px;
  margin: 10px;
  color: #bc181b;
  background: white;
  text-decoration: none;
  border-radius: 40px;
}

.a11y-toolbar {
  transition: transform 0.4s ease-in-out, opacity 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
}
.a11y-toolbar.a11y-visible {
  opacity: 1;
  transform: translateX(0);
}
.a11y-toolbar.highlight {
  animation: highlight-pulse 1s ease-out 0s 2;
}

@keyframes highlight-pulse {
  0% {
    box-shadow: 0 0 0px rgba(188, 24, 27, 0.6);
  }
  50% {
    box-shadow: 0 0 20px rgba(188, 24, 27, 0.1);
  }
  100% {
    box-shadow: 0 0 0px rgba(188, 24, 27, 0.6);
  }
}
#accessibility.a11y-active svg path {
  fill: #b3ab90 !important;
}

/* Structure en deux colonnes */
.form-row {
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
}

/* Champs de saisie */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #bc181b; /* Rouge foncé */
  background: transparent;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  outline: none;
  transition: border-color 0.2s;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  border-bottom: 2px solid #d32f2f; /* Rouge plus vif au focus */
}

.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

/* Placeholder en gris */
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #bdbdbd;
  opacity: 1;
}

/* Bouton d'envoi */
.wpcf7 input[type=submit] {
  background: #bc181b;
  color: #fff;
  border: none;
  padding: 15px 70px;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=submit] {
    padding: 15px 30px;
  }
}

.wpcf7 input[type=submit]:hover {
  background: #d32f2f;
}

.wpcf7 #objet-signalement {
  height: 50px;
}

.wpcf7 select {
  height: 50px;
  margin-bottom: 16px;
}

#form-signalement {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #bc181b;
  background: transparent;
  padding: 0;
  font-size: 16px;
  color: #a5a5a5;
  outline: none;
}

.form-control:focus {
  border-bottom: 2px solid #d32f2f;
}

.floating-label label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #a5a5a5;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
  background: transparent;
  padding: 0 0.2em;
}

.floating-label label.active {
  top: -10px;
  left: 0;
  font-size: 12px;
  color: #bc181b;
  padding: 0 0.2em;
}

textarea.form-control {
  min-height: 180px;
  resize: vertical;
  background: white;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* Style pour le texte défilant sur mobile uniquement */
@media screen and (max-width: 768px) {
  /* Conteneur du texte */
  .stk-697cc7e .stk-block-text__text {
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: marquee-text 20s linear infinite;
    margin: 0;
  }
  /* Animation de défilement */
  @keyframes marquee-text {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  /* S'assurer que le conteneur est bien configuré */
  .stk-697cc7e {
    overflow: hidden;
    width: 100%;
  }
  .stk-e3a740a-inner-blocks {
    flex-direction: row !important;
    align-items: center !important;
    height: 100%;
  }
  .stk-e3a740a-inner-blocks .stk-d24667a {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
  }
}
.wp-block-navigation .wp-block-navigation-item__label {
  white-space: nowrap;
}

.stk-092b7f3-inner-blocks .stk--is-open summary,
.stk-092b7f3-inner-blocks .stk--is-open .stk-block-accordion__content {
  background-color: #bc181b !important;
}

body.archive .wp-block-post-title,
body.blog .wp-block-post-title {
  font-size: 30px !important;
}
body.archive .wp-block-post-title a,
body.blog .wp-block-post-title a {
  text-decoration: none;
}
body.archive .wp-block-post-title a:hover,
body.blog .wp-block-post-title a:hover {
  color: #bc181b;
}
body.archive .wp-block-post-excerpt__excerpt,
body.blog .wp-block-post-excerpt__excerpt {
  font-size: 14px !important;
}
body.archive .wp-block-post-date,
body.blog .wp-block-post-date {
  color: #b3ab90;
}
body.archive .taxonomy-category.wp-block-post-terms,
body.blog .taxonomy-category.wp-block-post-terms {
  margin-top: 10px;
}
body.archive .taxonomy-category.wp-block-post-terms a,
body.blog .taxonomy-category.wp-block-post-terms a {
  color: #bc181b;
  text-decoration: none;
}
body.archive .taxonomy-category.wp-block-post-terms a:hover,
body.blog .taxonomy-category.wp-block-post-terms a:hover {
  color: #000;
}
body.archive .wp-block-query-pagination .current,
body.blog .wp-block-query-pagination .current {
  color: #bc181b;
}
body.archive .wp-block-query-pagination a,
body.blog .wp-block-query-pagination a {
  text-decoration: none;
}
body.archive .wp-block-query-pagination a:hover,
body.blog .wp-block-query-pagination a:hover {
  color: #bc181b;
}

.filtre-sous-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1rem;
  justify-content: center;
}

.filtre-sous-categories .filtre-btn {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #fff;
  border-radius: 100px;
  text-decoration: none;
  color: #000;
  border: 1px solid #bc181b;
  transition: all 0.4s;
}

.filtre-sous-categories .filtre-btn:hover {
  background: #bc181b;
  color: white;
}

.filtre-sous-categories .filtre-btn.actif {
  background: #bc181b;
  color: #fff;
  border-color: #bc181b;
}

.yoast-breadcrumbs {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #bc181b;
}

.yoast-breadcrumbs > span {
  display: flex;
  justify-content: center;
  font-size: 13px;
  gap: 10px;
}

body.page-id-2425 .connecting-line {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  z-index: 0;
}
body.page-id-2425 #mask-path {
  animation: draw-mask-line 4s ease-out forwards;
  animation-play-state: paused;
}
@keyframes draw-mask-line {
  to {
    stroke-dashoffset: 0;
  }
}

.form-mutuelle p {
  margin-top: 0;
}
.form-mutuelle label {
  font-size: 13px;
}
.form-mutuelle input {
  background-color: white; /* Fond plat */
  border: 1px solid #bc181b; /* Bordure fine et plate */
  border-radius: 7px; /* Coins arrondis légers */
  box-shadow: none; /* Supprime tout effet de relief */
  outline: none; /* Supprime le contour bleu quand on clique */
  appearance: none; /* Supprime le style natif du navigateur */
  -webkit-appearance: none; /* Pour Safari/Chrome */
  -moz-appearance: none; /* Pour Firefox */
  padding: 6px 10px; /* Un peu d’espace intérieur */
  font-size: 16px;
  width: 100%;
  margin-top: 7px;
}
.form-mutuelle input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
.form-mutuelle input[type=submit] {
  background-color: #bc181b;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .wp-block-navigation-item__label img {
    width: 12px !important;
    margin-right: 10px;
  }
  /* Désactive le comportement du thème par défaut */
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    top: auto !important;
    z-index: auto !important;
    display: block !important;
    padding-left: 1rem;
    background: inherit;
    overflow: hidden !important;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  /* Quand le menu est ouvert */
  .wp-block-navigation-submenu.open .wp-block-navigation__submenu-container {
    max-height: 1000px;
  }
  .wp-block-navigation-item.has-child.open-on-click.wp-block-navigation-submenu {
    position: relative;
  }
  .wp-block-navigation__container.has-text-color.has-rouge-color.is-responsive.getdave-responsive-navigation-block-is-mobile.wp-block-navigation {
    width: 100%;
  }
  .wp-block-navigation__container.has-text-color.has-rouge-color.is-responsive.getdave-responsive-navigation-block-is-mobile.wp-block-navigation li {
    width: 100%;
  }
  .wp-block-navigation__submenu-icon {
    position: absolute !important;
    left: -5px !important;
    display: block !important;
    top: 6px;
  }
  .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item.wp-block-navigation-link:first-child {
    padding-top: 10px;
    border-top: 1px solid !important;
    width: 100% !important;
    margin-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */