:root {
  --patronage-color: var(--secondary-color);
}
#top-header .fusion-social-network-icon:hover {
  background-color: var(--secondary-color);
}
#patronage {
  padding: 0em 5px;
  line-height: 19px;
  align-items: center;
  font-family: var(--font-title);
  background-color: white;
  color: var(--menu-logo-background-color);
  text-align: center;
  white-space: normal;
}

#side-header .side-header-content {
  /* background: url(/wp-content/themes/Avada-Child-Theme/live/assets/img/bg-logo.webp)
    no-repeat top center; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.logobaseline {
  color: #ffffffb5;
}
.logohashtag {
  color: #ffa02e;
}
@media (max-width: 799px) {
  /* #side-header .side-header-content {
    background: var(--patronage-color);
  } */

  #side-header .side-header-content .fusion-logo-link {
    flex-direction: row;
    gap: 5px;
  }
  #side-header a.fusion-logo-link img {
    padding: 5px;
    width: 90px;
    filter: none;
    min-width: auto;
  }
  /* .logobaseline {
    color: black;
  } */
}
@media (max-width: 440px) {
  #side-header .side-header-content {
    justify-content: flex-end;
  }
  #side-header .side-header-content .fusion-logo-link {
    margin-right: 2vw;
  }
}
.fullScreenEtape h1,
.fullScreenEtape h2,
.fullScreenEtape h3 {
  --text-stroke-color: #1e1e1e99;
  color: #ffffff !important;
  -webkit-text-stroke: inherit;
  -webkit-text-fill-color: inherit;
  text-shadow: none !important;
  margin: 0;
  text-align: center;
  padding: 0px 1em;
  filter: drop-shadow(-1px 0 0 var(--text-stroke-color))
    drop-shadow(1px 0 0 var(--text-stroke-color))
    drop-shadow(0 -1px 0 var(--text-stroke-color))
    drop-shadow(0 1px 0 var(--text-stroke-color));
}
.fullScreenEtape h3 {
  color: #000000 !important;
  font-weight: bold;
  font-family: "Exo2";
  --text-stroke-color: #ffffff99;
}
.fullScreenEtape h4 {
  /* color: var(--primary-color) !important; */
  color: #000000 !important;
  text-shadow: none !important;
  filter: none !important;
  font-size: 1.3em;
  background-color: #ffffff40;
  padding: 0em 1em;
  display: inline-block;
  margin: auto;
  margin-top: 5px;
}
@media (max-width: 799px) {
  .fullScreenEtape h1 {
    -webkit-text-stroke-width: inherit !important;
  }
}
@media (max-width: 799px) {
  .fusion-main-menu-container .fusion-mobile-menu-icons .fusion-icon:before {
    color: var(--mobile-menu-burger-color) !important;
    font-size: 40px;
    background-color: #ffffff69;
    padding: 6px 5px 7px 10px;
    box-shadow: 2px 5px 8px 1px #0000008f;
    text-shadow: 0 0 3px #000000c4;
    transition: 200ms;
    border-radius: 5px;
  }
}
.menuCDG a {
  margin-top: 1em;
  color: #eca0ba !important;
}

.menuCDG a:hover {
  color: #e16f96 !important;
}
iframe.iframeSuivi {
  height: calc(100vh - 110px);
}
@media (max-width: 799px) {
  iframe.iframeSuivi {
    height: calc(100vh - 205px);
  }
  .full-screen-text h4 {
    font-size: 20px !important;
  }
}
.gtranslate_wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 70px;
}
#top-header a.glink:hover {
  background-color: inherit;
}
#top-header a.glink img {
  transition: 100ms;
}
#top-header a.glink:hover img {
  transform: scale(1.2);
}

.SiteOfficielMenu > a > span {
  font-size: 20px;
  line-height: 25px;
}

.article-preview h4 {
  color: var(--h1_typography-color) !important;
  font-family: var(--font-title);
  font-size: 1.2em;
  letter-spacing: -0.05em;
}

