:root {
  --patronage-color: var(--secondary-color);
}
#top-header {
  background-color: var(--secondary-color);
  color: white;
}
#top-header .fusion-social-network-icon:hover {
  background-color: var(--ternary-color);
}
#side-header a.fusion-logo-link img {
  filter: drop-shadow(6px 4px 7px #000000e1);
  padding: 15px 5px;
  transition: 200ms;
  /* aspect-ratio: 1; */
}
#patronage {
  padding: 0em 5px;
  line-height: 19px;
  align-items: center;
  font-family: "Fjalla One";
  background-color: white;
  color: var(--secondary-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: var(--ternary-color);
  line-height: 16px;
  white-space: nowrap;
}
@media (max-width: 799px) {
  #side-header .side-header-content {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #side-header .side-header-content .fusion-logo-link {
    flex-direction: row;
    gap: 5px;
  }
  #side-header a.fusion-logo-link img {
    padding: 5px;
    /* width: 180px; */
    width: 100%;
    filter: none;
    max-width: 40vw;
  }
}
@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 {
  color: white !important;
  text-shadow: 2px 2px 8px #000000a1 !important;
  letter-spacing: 0px !important;
  background-color: inherit;
  -webkit-text-stroke: inherit;
  -webkit-text-fill-color: inherit;
  margin: 0;
  text-align: center;
  filter: drop-shadow(2px 4px 1px #00000044);
}
.fullScreenEtape h4 {
  /* color: var(--primary-color) !important; */
  color: #000000 !important;
  text-shadow: none !important;
  filter: none !important;
  font-size: 1.3em;
  background-color: #ffffffc7;
  padding: 0em 1em;
  display: inline-block;
  margin: auto;
}
@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);
}

