/* external links */
a.link-emoji,
a[target="_blank"]:not([class]):not(:has(*)) {
  text-decoration: underline;
  position: relative;
  padding-right: 1em;
}
a.link-emoji,
a[target="_blank"]:not([class]):not(:has(*))::after {
  position: absolute;
  text-decoration: none;
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  font-weight: 900;
  margin-left: 2px;
  bottom: 0px;
  display: inline-block;
  line-height: normal;
}

/* CONTENT */
.post-content h1 {
  text-align: center;
  /* margin-left: 15px;
  margin-right: 15px; */
}

/* END CONTENT  */

#wrapper .post-content blockquote,
.fusion-body blockquote {
  border-color: var(--primary_color);
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 2.5em;
  font-style: normal;
}

.quote:before,
.quote:after {
  content: '"';
}
.quote {
  color: var(--primary-color);
  font-style: italic;
}

/* PARALLAX  */
.fullScreenEtape {
  padding: 80px 0px 450px !important;
}
.fullScreenEtape:before {
  position: absolute;
  top: 0px;
  left: -4px;
  right: -4px;
  bottom: 0px;
  content: "";
  box-shadow: inset 7px -11px 10px 4px #00000055 !important;
}
.fullScreenEtape h1 {
  color: white !important;
  text-shadow: 2px 2px 8px #000000a1 !important;
  text-align: center;
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: var(--secondary-color);
}
.fullScreenEtape h4 {
  text-align: center;
  color: var(--secondary-color) !important;
  background-color: #000000a3;
  text-shadow: 1px 1px 2px #000000d9;
}
@media (max-width: 799px) {
  /* .fullScreenEtape:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(white, transparent);
  } */
  .fullScreenEtape {
    /* padding: 300px 0px 100px !important; */
  }

  .fullScreenEtape h1 {
    -webkit-text-stroke-width: 1px !important;
  }
}

/* END PARALLAX */

/* TEAM TEAM */
a.team-link {
  color: var(--primary_color);
  transition: 100ms;
}
a.team-link:hover {
  color: var(--link_color);
}

a.team-link b {
  color: black;
}
a.team-link:hover b {
  color: var(--link_color);
}

a.team-link > mark {
  background-color: var(--link_color);
  padding: 1px 4px 1px 4px;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
}

a.team-link:hover > mark {
  background-color: var(--primary_color);
}
/* END TEAM TEAM  */

/* FOOTER */
#block-participate,
#block-partners {
  text-align: center;
  color: white;
}
#block-participate h3,
#block-partners h3 {
  font-family: var(--h2_typography-font-family);
  font-size: var(--h2_typography-font-size);
  font-weight: normal;
  line-height: 0.8em !important;
}
#block-partners h3 {
  color: var(--h2_typography-color);
}

#block-participate {
  text-shadow: 0 0 4px #000000ab;
}
#block-participate h3 {
  color: white;
}
#block-participate .next-edition-date {
  font-size: var(--h3_typography-font-size);
}

.fusion-sharing-box {
  display: flex;
  justify-content: center !important;
  gap: 30px;
  background-color: #e0e0e0;
}
.fusion-sharing-box h4 {
  color: #666666 !important;
}
.fusion-sharing-box .fusion-social-networks.boxed-icons {
  align-items: center;
  display: inline-flex;
  margin-top: -3px;
}
.fusion-sharing-box a.fusion-social-network-icon {
  margin: 0px 5px !important;
}
/* TOCLEAN */
/* button  */

.inputpibt {
  color: #ffffff;
  border: 0px !important;
  padding: 6px !important;
  width: 130px !important;
  font-size: 30px !important;
  font-family: "onramp", arial !important;
  background-color: #000033;
  border-radius: 3px !important;
  margin-top: 10px !important;
}

.inputpibt:hover {
  background-color: #ec6225;
}

.AffDrapeau {
  font-size: 25px;
}

.fusion-footer-widget-area {
  display: none !important;
}
/* 
li.fusion-carousel-item {
  aspect-ratio: 5 / 4;
  max-height: 100px;
} */
#partners-title {
  font-family: var(--h1_typography-font-family);
  font-size: var(--h1_typography-font-size);
  font-weight: normal;
  text-align: center;
}

/* PODIUM */

.podium {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  border: 1px solid #80808014;
  padding: 1em;
  box-shadow: 5px 5px 16px -7px #00000063;
}

.podium .team-wrapper {
  flex-basis: auto;
  width: 100%;
}
.podium h4 {
}
.gt_light_content {
  background-color: white !important;
}
