/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.bg-svg {
  display: block;
}
.bg-svg path,
.bg-svg ellipse,
.bg-svg circle,
.bg-svg line {
  stroke-width: 3px !important;
}
.bg-svg.cocktail {
  opacity: 0.7;
}
.bg-svg.cocktail path,
.bg-svg.cocktail line {
  stroke: #fc326b !important;
}
.bg-svg.des {
  opacity: 0.7;
}
.bg-svg.des path,
.bg-svg.des ellipse {
  stroke: #fc326b !important;
}
.bg-svg.brochette {
  opacity: 0.7;
}
.bg-svg.brochette path,
.bg-svg.brochette line,
.bg-svg.brochette ellipse,
.bg-svg.brochette circle {
  stroke: #fc326b !important;
}
.bg-svg.cartes {
  opacity: 0.7;
}
.bg-svg.cartes path,
.bg-svg.cartes line,
.bg-svg.cartes ellipse,
.bg-svg.cartes circle {
  stroke: #fc326b !important;
}

.animations {
  display: flex;
  justify-content: center;
  height: 150px;
  margin-bottom: 12px;
}
.animations svg {
  display: block;
  width: auto;
  height: 100%;
}

.partenaire-galerie img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.fusion-tb-header .fusion-sticky-transition .header-logo-col {
  top: -10px !important;
}
.fusion-tb-header .awb-button-text-transition span {
  text-wrap: nowrap;
}

.footer-social a {
  transition: all 300ms linear;
}
.footer-social a:hover {
  scale: 1.15;
  rotate: 360deg;
}

.text-balance .fusion-title-heading {
  text-wrap: balance;
}

.bg-mix-blend-multiply > div {
  mix-blend-mode: multiply;
}

.noise-overlay {
  position: relative;
}
.noise-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat !important;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.noise-overlay.overlay-blue {
  background: #004861 !important;
}
.noise-overlay.overlay-blue:before {
  background-image: url("./assets/img/noise-blue.webp");
  background-size: 9%;
  opacity: 0.5;
}
.noise-overlay.overlay-blanc:before {
  background-image: url("./assets/img/noise-blanc.webp");
  background-size: 20%;
  opacity: 0.7;
}

table.horaires {
  border-collapse: collapse;
  width: 100%;
  color: #fffbf4;
  text-align: center;
}
table.horaires td {
  border: 1px solid rgba(255, 251, 244, 0.5);
  height: 70px;
  vertical-align: middle;
  padding: 0 10px;
}
table.horaires .jour {
  width: 25%;
  font-weight: bold;
}
table.horaires .horaire {
  width: 75%;
}
table.horaires small {
  font-size: 0.9em;
}

body.mec-events-template-default main {
  background-color: #004861 !important;
  position: relative;
  z-index: 1;
}
body.mec-events-template-default main:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/noise-blue.webp");
  background-size: 9%;
  opacity: 0.5;
  background-repeat: repeat !important;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.event-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 60px;
  padding-bottom: 80px;
}

.event-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .event-header {
    margin-bottom: 60px;
    width: 80%;
    padding: 0 60px;
  }
}
.event-header .event-title {
  text-align: center;
  text-wrap: balance;
  color: #5ee2ee;
  margin: 0;
}
.event-header .event-date {
  font-size: 22px;
  font-family: "Commissioner", Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.event-header h1 {
  font-size: clamp(2.25rem, 1.179rem + 2.857vw, 3.75rem);
}

.event-content {
  margin-top: 0;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .event-content {
    width: 80%;
    padding: 60px;
  }
}
.event-content .event-image {
  height: 300px;
}
.event-content .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-content .event-description {
  margin-top: 40px;
  color: #122930;
}
.event-content .event-description h2 {
  font-size: 28px;
}
.event-content .event-description p {
  color: #122930;
}

.no-wrap {
  flex-wrap: nowrap !important;
}/*# sourceMappingURL=style.css.map */