@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F14E95;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F14E95;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: var(--font-body);
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F14E95;
}

::-moz-selection {
  color: #fff;
  background: #F14E95;
}

::selection {
  color: #fff;
  background: #F14E95;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}


.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  color: #F14E95;
}
.fh5co-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
}

#fh5co-counter,
#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.fh5co-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-counter,
#fh5co-event {
  height: 850px;
  float: left;
}
#fh5co-counter .display-t,
#fh5co-counter .display-tc,
#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}
#fh5co-counter .fh5co-heading h2,
#fh5co-event .fh5co-heading h2 {
  color: #fff;
}
#fh5co-counter .fh5co-heading span,
#fh5co-event .fh5co-heading span {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}
#fh5co-counter .overlay,
#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #fh5co-counter,
  #fh5co-event {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc,
  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }
}
#fh5co-counter .event-wrap,
#fh5co-event .event-wrap {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-counter .event-wrap,
  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }
}
#fh5co-counter .event-wrap h3,
#fh5co-event .event-wrap h3 {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-counter .event-wrap p, #fh5co-counter .event-wrap span,
#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-counter .event-wrap i,
#fh5co-event .event-wrap i {
  color: white;
  font-size: 20px;
}
#fh5co-counter .event-wrap .event-col,
#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

#fh5co-counter {
  height: 600px;
}
@media screen and (max-width: 768px) {
  #fh5co-counter {
    height: auto;
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 75% !important;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
.timeline > li > .timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 160px;
  height: 160px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -80px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-badge {
    width: 60px;
    height: 60px;
    margin-left: -20px !important;
  }
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
}

.date {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
#fh5co-gallery-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#fh5co-gallery-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li {
    margin-left: 0;
  }
}
#fh5co-gallery-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-gallery-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}
#fh5co-gallery-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-gallery-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-gallery-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-gallery-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#fh5co-gallery-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li.one-third {
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #F14E95;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F14E95;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1.5;
  font-family: var(--font-signature);
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #fff !important;
  color: #F14E95;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 50px;
  }
}
#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}
#fh5co-counter .icon i {
  height: 70px;
}
#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.simply-countdown {
  /* The countdown */
  margin-bottom: 2em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(241, 78, 149, 0.8);
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 30px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}

#fh5co-testimonial,
#fh5co-services,
#fh5co-started,
#fh5co-footer,
#fh5co-event,
#fh5co-couple-story,
#fh5co-couple,
#fh5co-gallery,
.fh5co-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-started,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-couple,
  #fh5co-gallery,
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.couple-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .couple-wrap {
    width: 100%;
  }
}

.heart {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  z-index: 99;
  animation: pulse 1s ease infinite;
}
.heart i {
  font-size: 20px;
  background: #fff;
  padding: 20px;
  color: #F14E95;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heart {
    display: none;
  }
}

.couple-half {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .couple-half {
    width: 100%;
  }
}
.couple-half h3 {
  font-family: var(--font-signature);
  color: #F14E95;
  font-size: 30px;
}
.couple-half .groom, .couple-half .bride {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.couple-half .groom img, .couple-half .bride img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .couple-half .groom, .couple-half .bride {
    width: 100%;
    height: 140px;
  }
  .couple-half .groom img, .couple-half .bride img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.couple-half .groom {
  float: right;
  margin-right: 5px;
}
.couple-half .bride {
  float: left;
  margin-left: 5px;
}
.couple-half .desc-groom {
  padding-right: 180px;
  text-align: right;
}
.couple-half .desc-bride {
  padding-left: 180px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .couple-half .groom, .couple-half .bride {
    margin-left: 0;
    margin-right: 0;
  }
  .couple-half .desc-groom {
    padding-right: 0;
    text-align: center;
  }
  .couple-half .desc-bride {
    padding-left: 0;
    text-align: center;
  }
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #F14E95;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #F14E95;
  font-family: var(--font-signature);
}
@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

#fh5co-testimonial .wrap-testimony {
  position: relative;
}
#fh5co-testimonial .wrap-testimony .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
  color: #F14E95;
  font-weight: 300;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  width: 100px;
  height: 100px;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
#fh5co-testimonial .wrap-testimony .testimony-slide.active {
  display: block;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb a:hover, #fh5co-testimonial .wrap-testimony .arrow-thumb a:focus, #fh5co-testimonial .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #F14E95;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

#fh5co-started {
  position: relative;
}
#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F14E95;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}
#fh5co-started .fh5co-heading {
  margin-bottom: 30px;
}
#fh5co-started .fh5co-heading h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .copyright .pull-left,
  #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#fh5co-footer .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #F14E95;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F14E95;
  color: #fff;
  border: 2px solid #F14E95;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f366a3 !important;
  border-color: #f366a3 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F14E95;
  border: 2px solid #F14E95;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F14E95;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F14E95;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */



/* =========================================================
   MYEINVITE — PREMIUM DARK MODE WOW OVERLAY
   À coller à la FIN de css/style.css
   ========================================================= */

:root{
  --mi-bg:#07050b;
  --mi-bg-2:#100a16;
  --mi-card:rgba(255,255,255,.075);
  --mi-card-strong:rgba(255,255,255,.115);
  --mi-border:rgba(255,255,255,.14);
  --mi-text:#f8f0e7;
  --mi-muted:rgba(248,240,231,.72);
  --mi-gold:#d9aa54;
  --mi-gold-2:#fff0b8;
  --mi-rose:#f14e95;
  --mi-shadow:0 30px 90px rgba(0,0,0,.48);
  --mi-blur:blur(22px);
}

html{
  scroll-behavior:smooth;
}

body{
  color:var(--mi-text);
  background:
    radial-gradient(circle at 15% 5%, rgba(241,78,149,.20), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(217,170,84,.18), transparent 26%),
    radial-gradient(circle at 50% 85%, rgba(117,63,255,.12), transparent 34%),
    linear-gradient(180deg, var(--mi-bg), #0c0710 38%, #07050b 100%) !important;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
}

body::after{
  content:"";
  position:fixed;
  inset:-20%;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle, rgba(255,240,184,.16) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(241,78,149,.10) 0 1px, transparent 2px);
  background-size:110px 110px, 170px 170px;
  animation:miStarsFloat 22s linear infinite;
  opacity:.7;
}

#page{
  position:relative;
  z-index:1;
  background:transparent !important;
}

@keyframes miStarsFloat{
  from{transform:translate3d(0,0,0) rotate(0deg);}
  to{transform:translate3d(28px,-42px,0) rotate(1deg);}
}

@keyframes miShimmer{
  0%{background-position:-220% 0;}
  100%{background-position:220% 0;}
}

@keyframes miFloatSoft{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

@keyframes miRevealUp{
  from{opacity:0; transform:translateY(30px) scale(.98);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

@keyframes miPulseGold{
  0%,100%{box-shadow:0 0 0 rgba(217,170,84,0);}
  50%{box-shadow:0 0 35px rgba(217,170,84,.38);}
}

/* NAVIGATION GLASS */
.fh5co-nav{
    position: fixed !important;
    top: 18px !important;
    left: 0;
    width: 100% !important;

    transform: none;
    padding: 0 !important;
    z-index: 1100 !important;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.fh5co-nav .container{
    width: min(1180px, 95%);
    margin: 0 auto;
    padding: 0;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}



.fh5co-nav ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
  margin-top:5px !important;
}

.fh5co-nav ul li{
  display:inline-flex !important;
}

.fh5co-nav ul li a{
  padding:9px 12px !important;
  border-radius:999px;
  color:rgba(255,255,255,.76) !important;
  font-size:11px !important;
  letter-spacing:.08em;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li.active > a{
  color:#111 !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  box-shadow:0 12px 30px rgba(217,170,84,.24);
}

/* HERO CINEMATIC */
.fh5co-cover,
#fh5co-header{
  min-height:100svh;
  height:100svh;
  background-position:center !important;
  background-attachment:fixed;
  overflow:hidden;
  isolation:isolate;
}

.fh5co-cover::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(115deg, rgba(7,5,11,.92), rgba(19,9,18,.58) 42%, rgba(7,5,11,.90));
}

.fh5co-cover::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg, transparent, rgba(255,240,184,.18), transparent);
  transform:translateX(-120%);
  animation:miHeroLight 5.5s ease-in-out infinite;
}

@keyframes miHeroLight{
  0%,45%{transform:translateX(-130%) skewX(-14deg);}
  70%,100%{transform:translateX(130%) skewX(-14deg);}
}

.fh5co-cover .overlay{
  background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(7,5,11,.94)) !important;
}

#fh5co-header .display-t,
#fh5co-header .display-tc,
.fh5co-cover .display-t,
.fh5co-cover .display-tc{
  height:100svh !important;
}

#fh5co-header .display-tc{
  position:relative;
  z-index:2;
  padding:120px 18px 60px;
  animation:miRevealUp 1.15s cubic-bezier(.2,.9,.2,1) both;
}

#fh5co-header .display-tc h1{
  display:inline-block;
  font-size:clamp(48px, 9vw, 118px) !important;
  line-height:1.05 !important;
  letter-spacing:.01em;
  color:transparent !important;
  background:linear-gradient(90deg, #fff, var(--mi-gold-2), #fff, #ffd6ec);
  background-size:240% auto;
  -webkit-background-clip:text;
  background-clip:text;
  filter:drop-shadow(0 22px 45px rgba(0,0,0,.55));
  animation:miShimmer 6s linear infinite, miFloatSoft 5s ease-in-out infinite;
}

#fh5co-header .display-tc p{
  margin-top:28px;
}

#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn,
.btn.btn-primary{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,240,184,.52) !important;
  border-radius:999px !important;
  padding:14px 23px !important;
  margin:6px;
  color:#171008 !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold), #b7792f) !important;
  box-shadow:0 18px 45px rgba(217,170,84,.25), inset 0 1px 0 rgba(255,255,255,.6) !important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
  transform:translateZ(0);
}

#fh5co-header .display-tc .btn::before,
.btn.btn-primary::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform:translateX(-120%);
  transition:transform .75s ease;
}

#fh5co-header .display-tc .btn:hover,
.btn.btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 65px rgba(217,170,84,.35) !important;
}

#fh5co-header .display-tc .btn:hover::before,
.btn.btn-primary:hover::before{
  transform:translateX(120%);
}

/* COUNTDOWN */
.simply-countdown{
  margin:34px auto 18px;
}

.simply-countdown > .simply-section{
  width:106px;
  height:106px;
  margin:7px;
  border-radius:30px !important;
  border:1px solid rgba(255,240,184,.24);
  background:linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08);
  animation:miPulseGold 3.8s ease-in-out infinite !important;
}

.simply-countdown > .simply-section > div{
  height:106px;
  width:106px;
}

.simply-countdown .simply-amount{
  font-size:32px !important;
  color:var(--mi-gold-2) !important;
  font-weight:800;
}

.simply-countdown .simply-word{
  color:rgba(255,255,255,.68) !important;
  letter-spacing:.14em;
}

/* SECTIONS PREMIUM */
#fh5co-couple,
#fh5co-couple-story,
#fh5co-testimonial,
#fh5co-services,
#fh5co-started,
#fh5co-footer,
#fh5co-event,
#fh5co-gallery,
.fh5co-section,
#schedule > #fh5co-couple{
  position:relative;
  background:transparent !important;
  padding:92px 0 !important;
}

section.container{
  width:min(1120px, calc(100% - 28px));
  padding-left:0;
  padding-right:0;
}

#fh5co-couple .container,
#fh5co-testimonial .container,
#fh5co-couple-story .container,
#fh5co-footer .container{
  position:relative;
}

.fh5co-heading{
  position:relative;
  margin-bottom:42px !important;
  padding:38px 34px;
  border:1px solid var(--mi-border);
  border-radius:34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)),
    radial-gradient(circle at 10% 0%, rgba(217,170,84,.16), transparent 36%);
  backdrop-filter:var(--mi-blur);
  -webkit-backdrop-filter:var(--mi-blur);
  box-shadow:var(--mi-shadow);
  animation:miRevealUp .9s ease both;
}

.fh5co-heading::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(217,170,84,.18);
  border-radius:26px;
  pointer-events:none;
}

.fh5co-heading h2{
  margin-bottom:14px !important;
  color:transparent !important;
  background:linear-gradient(90deg, var(--mi-gold-2), #fff, #ffd5eb, var(--mi-gold));
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  font-size:clamp(42px, 6vw, 72px) !important;
  line-height:1.05 !important;
  text-shadow:none;
  animation:miShimmer 7s linear infinite;
}

.fh5co-heading h3,
.fh5co-heading h4,
.fh5co-heading h5{
  color:var(--mi-text) !important;
}

.fh5co-heading p,
.timeline-body p,
#messages,
.fh5co-contact-info ul li{
  color:var(--mi-muted) !important;
}

hr{
  height:1px;
  border:0 !important;
  background:linear-gradient(90deg, transparent, rgba(217,170,84,.65), transparent);
  margin:32px auto;
}

/* COUPLE / PHOTOS */
.couple-wrap{
  width:min(980px,100%) !important;
  padding:36px;
  border-radius:40px;
  border:1px solid var(--mi-border);
  background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:var(--mi-shadow);
}

.couple-half .groom,
.couple-half .bride,
.couple-half .groom img,
.couple-half .bride img{
  width:174px !important;
  height:174px !important;
  border-radius:50% !important;
}

.couple-half .groom,
.couple-half .bride{
  padding:5px;
  background:conic-gradient(from 180deg, var(--mi-gold), #fff5cb, var(--mi-rose), var(--mi-gold));
  box-shadow:0 22px 55px rgba(0,0,0,.36), 0 0 40px rgba(217,170,84,.20);
}

.couple-half .groom img,
.couple-half .bride img{
  object-fit:cover;
  border:4px solid #0d0811;
  transition:transform .7s ease, filter .7s ease;
}

.couple-half:hover img{
  transform:scale(1.055) rotate(.8deg);
  filter:saturate(1.1) contrast(1.05);
}

.couple-half h3{
  color:var(--mi-gold-2) !important;
  font-size:42px !important;
  text-shadow:0 18px 40px rgba(0,0,0,.45);
}

.heart{
  top:5.6em !important;
}

.heart i{
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold)) !important;
  color:#1a0f0a !important;
  box-shadow:0 0 35px rgba(217,170,84,.42);
}

/* TIMELINE / OUR STORY */
.timeline:before{
  width:2px !important;
  background:linear-gradient(to bottom, transparent, var(--mi-gold), rgba(241,78,149,.8), transparent) !important;
  box-shadow:0 0 22px rgba(217,170,84,.42);
}

.timeline > li > .timeline-panel{
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:28px !important;
  background:linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 65px rgba(0,0,0,.38);
}

.timeline > li > .timeline-panel:after{
  border-left-color:rgba(18,12,22,.92) !important;
  border-right-color:rgba(18,12,22,.92) !important;
}

.timeline > li > .timeline-badge{
  border:4px solid var(--mi-gold);
  box-shadow:0 0 0 7px rgba(217,170,84,.14), 0 20px 45px rgba(0,0,0,.45);
}

.timeline-title{
  color:var(--mi-gold-2) !important;
}

.date{
  color:rgba(255,255,255,.62) !important;
}

/* TESTIMONY / QUOTE */
.wrap-testimony,
.testimony-slide{
  border-radius:32px;
}

.testimony-slide blockquote{
  border:0 !important;
  border-radius:34px;
  padding:34px !important;
  background:linear-gradient(145deg, rgba(217,170,84,.14), rgba(255,255,255,.045));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.testimony-slide blockquote p{
  color:#fff8ec !important;
  font-size:clamp(20px, 3vw, 32px) !important;
  line-height:1.55;
}

.testimony-slide span{
  color:var(--mi-gold-2) !important;
}

/* FORMS / RSVP / GUESTBOOK */
.form-control,
textarea.form-control,
input.form-control{
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.07) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.24) !important;
}

.form-control:focus{
  border-color:rgba(217,170,84,.78) !important;
  box-shadow:0 0 0 4px rgba(217,170,84,.14), 0 18px 50px rgba(0,0,0,.32) !important;
}

label{
  color:rgba(255,255,255,.76) !important;
}

/* CONTACT / FOOTER */
#fh5co-footer{
  color:var(--mi-muted) !important;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.34)) !important;
}

.fh5co-contact-info ul li:before,
.fh5co-social-icons li a{
  color:var(--mi-gold) !important;
}

/* GO TO TOP */
.gototop a{
  border-radius:50% !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold)) !important;
  color:#170e08 !important;
  box-shadow:0 14px 45px rgba(217,170,84,.32);
}

/* LOADER PREMIUM DARK */
#event-loader{
  background:
    radial-gradient(circle at 40% 25%, rgba(241,78,149,.22), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(217,170,84,.18), transparent 28%),
    linear-gradient(135deg, #07050b, #130917 55%, #07050b) !important;
}

.loader-box{
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 35px 95px rgba(0,0,0,.48);
}

.loader-event-name,
.loader-label,
.loader-percent{
  color:var(--mi-text) !important;
}

.loader-progress{
  background:rgba(255,255,255,.12) !important;
  border-radius:999px;
}

.loader-progress-bar{
  background:linear-gradient(90deg, var(--mi-gold), var(--mi-gold-2), var(--mi-rose)) !important;
  box-shadow:0 0 26px rgba(217,170,84,.42);
}

/* FIL D'ARIANE DORÉ — SCROLL PROGRESS */
.mi-gold-breadcrumb{
  position:fixed;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:1090;
  width:58px;
  padding:16px 9px;
  border:1px solid rgba(255,240,184,.25);
  border-radius:999px;
  background:rgba(9,7,12,.58);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 22px 70px rgba(0,0,0,.42);
}

.mi-gold-breadcrumb::before{
  content:"";
  position:absolute;
  top:28px;
  bottom:28px;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:rgba(255,255,255,.12);
  border-radius:999px;
}

.mi-gold-breadcrumb__progress{
  position:absolute;
  top:28px;
  left:50%;
  width:2px;
  height:0%;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(to bottom, var(--mi-gold-2), var(--mi-gold), var(--mi-rose));
  box-shadow:0 0 18px rgba(217,170,84,.70);
  transition:height .18s linear;
}

.mi-gold-breadcrumb__list{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.mi-gold-breadcrumb__item{
  position:relative;
}

.mi-gold-breadcrumb__link{
  position:relative;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  color:rgba(255,255,255,.68);
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.mi-gold-breadcrumb__link i{
  font-size:14px;
}

.mi-gold-breadcrumb__label{
  position:absolute;
  right:52px;
  top:50%;
  transform:translate(10px,-50%);
  opacity:0;
  visibility:hidden;
  white-space:nowrap;
  padding:8px 12px;
  border-radius:999px;
  color:#160d07;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  box-shadow:0 14px 35px rgba(0,0,0,.30);
  transition:.25s ease;
}

.mi-gold-breadcrumb__link:hover .mi-gold-breadcrumb__label,
.mi-gold-breadcrumb__item.is-active .mi-gold-breadcrumb__label{
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}

.mi-gold-breadcrumb__item.is-active .mi-gold-breadcrumb__link{
  color:#160d07;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  border-color:rgba(255,255,255,.48);
  transform:scale(1.08);
  box-shadow:0 0 0 7px rgba(217,170,84,.12), 0 0 35px rgba(217,170,84,.48);
}

/* RESPONSIVE */
@media screen and (max-width: 992px){
  .fh5co-nav{
    top:10px !important;
    border-radius:24px;
  }

  .fh5co-nav .menu-1{
    display:none !important;
  }

  .mi-gold-breadcrumb{
    right:50%;
    top:auto;
    bottom:12px;
    transform:translateX(50%);
    width:auto;
    max-width:calc(100% - 24px);
    padding:9px 12px;
  }

  .mi-gold-breadcrumb::before,
  .mi-gold-breadcrumb__progress{
    top:50%;
    bottom:auto;
    left:26px;
    right:26px;
    width:auto;
    height:2px !important;
    transform:translateY(-50%);
  }

  .mi-gold-breadcrumb__progress{
    width:var(--mi-breadcrumb-width, 0%);
  }

  .mi-gold-breadcrumb__list{
    flex-direction:row;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .mi-gold-breadcrumb__list::-webkit-scrollbar{
    display:none;
  }

  .mi-gold-breadcrumb__link{
    width:36px;
    height:36px;
  }

  .mi-gold-breadcrumb__label{
    display:none;
  }
}

@media screen and (max-width: 768px){
  body{
    font-size:15px;
  }

  .fh5co-cover,
  #fh5co-header{
    background-attachment:scroll;
  }

  #fh5co-header .display-tc{
    padding:110px 10px 90px;
  }

  .simply-countdown > .simply-section{
    width:74px;
    height:74px;
    border-radius:22px !important;
    margin:4px;
  }

  .simply-countdown > .simply-section > div{
    width:74px;
    height:74px;
  }

  .simply-countdown .simply-amount{
    font-size:22px !important;
  }

  .simply-countdown .simply-word{
    font-size:9px !important;
  }

  #fh5co-couple,
  #fh5co-couple-story,
  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-started,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-gallery,
  .fh5co-section,
  #schedule > #fh5co-couple{
    padding:54px 0 !important;
  }

  .fh5co-heading{
    padding:28px 18px;
    border-radius:26px;
  }

  .fh5co-heading::before{
    inset:8px;
    border-radius:20px;
  }

  .couple-wrap{
    padding:24px 14px;
    border-radius:28px;
  }

  .couple-half{
    width:100% !important;
    float:none !important;
    text-align:center !important;
    margin-bottom:28px;
  }

  .couple-half .groom,
  .couple-half .bride{
    float:none !important;
    margin:0 auto 18px !important;
  }

  .couple-half .desc-groom,
  .couple-half .desc-bride{
    padding:0 !important;
    text-align:center !important;
  }

  .couple-half h3{
    font-size:34px !important;
  }

  .timeline > li > .timeline-panel{
    width:calc(100% - 92px) !important;
    padding:22px !important;
  }

  ul.timeline:before{
    left:42px !important;
  }

  ul.timeline > li > .timeline-badge{
    left:12px !important;
    width:62px !important;
    height:62px !important;
  }
}

@media screen and (max-width: 420px){
  #fh5co-header .display-tc h1{
    font-size:42px !important;
  }

  #fh5co-header .display-tc .btn,
  .btn.btn-primary{
    width:100%;
    max-width:280px;
    padding:12px 16px !important;
    font-size:12px !important;
  }

  .mi-gold-breadcrumb__link{
    width:32px;
    height:32px;
  }

  .mi-gold-breadcrumb__link i{
    font-size:12px;
  }
}

/* Accessibilité : réduit les animations si l'utilisateur le demande */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}



/* =========================================================
   MYEINVITE — PREMIUM DARK MODE WOW OVERLAY
   À coller à la FIN de css/style.css
   ========================================================= */

:root{
  --mi-bg:#07050b;
  --mi-bg-2:#100a16;
  --mi-card:rgba(255,255,255,.075);
  --mi-card-strong:rgba(255,255,255,.115);
  --mi-border:rgba(255,255,255,.14);
  --mi-text:#f8f0e7;
  --mi-muted:rgba(248,240,231,.72);
  --mi-gold:#d9aa54;
  --mi-gold-2:#fff0b8;
  --mi-rose:#f14e95;
  --mi-shadow:0 30px 90px rgba(0,0,0,.48);
  --mi-blur:blur(22px);
}

html{
  scroll-behavior:smooth;
}

body{
  color:var(--mi-text);
  background:
    radial-gradient(circle at 15% 5%, rgba(241,78,149,.20), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(217,170,84,.18), transparent 26%),
    radial-gradient(circle at 50% 85%, rgba(117,63,255,.12), transparent 34%),
    linear-gradient(180deg, var(--mi-bg), #0c0710 38%, #07050b 100%) !important;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
}

body::after{
  content:"";
  position:fixed;
  inset:-20%;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle, rgba(255,240,184,.16) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(241,78,149,.10) 0 1px, transparent 2px);
  background-size:110px 110px, 170px 170px;
  animation:miStarsFloat 22s linear infinite;
  opacity:.7;
}

#page{
  position:relative;
  z-index:1;
  background:transparent !important;
}

@keyframes miStarsFloat{
  from{transform:translate3d(0,0,0) rotate(0deg);}
  to{transform:translate3d(28px,-42px,0) rotate(1deg);}
}

@keyframes miShimmer{
  0%{background-position:-220% 0;}
  100%{background-position:220% 0;}
}

@keyframes miFloatSoft{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

@keyframes miRevealUp{
  from{opacity:0; transform:translateY(30px) scale(.98);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

@keyframes miPulseGold{
  0%,100%{box-shadow:0 0 0 rgba(217,170,84,0);}
  50%{box-shadow:0 0 35px rgba(217,170,84,.38);}
}

/* NAVIGATION GLASS */
.fh5co-nav{
    position: fixed !important;
    top: 18px !important;
    left: 0;
    width: 100% !important;

    transform: none;
    padding: 0 !important;
    z-index: 1100 !important;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.fh5co-nav .container{
    width: min(1180px, 95%);
    margin: 0 auto;
    padding: 0;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}



/* ============================================
   LOGO & QR CODE - VERSION OPTIMISÉE
   ============================================ */

.fh5co-nav #fh5co-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* Le lien qui contient le QR */
.fh5co-nav #fh5co-logo .qr-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/* Conteneur du QR - CARRÉ PARFAIT */
.fh5co-nav #fh5co-logo .qr-container {
    display: flex;
    align-items: center;
    justify-content: center;

    /* Taille de base (grand écran) */
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;

    /* Fond blanc pour lisibilité */
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;

    /* Ombres et effets */
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(217, 170, 84, 0.15);

    /* Transition pour hover */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* S'assure que c'est bien un carré */
    aspect-ratio: 1 / 1;
}

/* Effet au survol */
.fh5co-nav #fh5co-logo .qr-container:hover {
    transform: scale(1.08);
    box-shadow:
        0 8px 35px rgba(0, 0, 0, 0.45),
        0 0 50px rgba(217, 170, 84, 0.25);
}

/* L'image QR elle-même */
.fh5co-nav #fh5co-logo .qr-container img {
    width: 100% !important;
    height: 100% !important;
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
    display: block;
    border-radius: 6px;
}

/* ============================================
   RESPONSIVE - TABLETTES (768px - 992px)
   ============================================ */
@media screen and (max-width: 992px) {
    .fh5co-nav #fh5co-logo .qr-container {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        padding: 6px;
        border-radius: 12px;
    }

    .fh5co-nav #fh5co-logo .qr-container img {
        max-width: 60px;
        max-height: 60px;
    }
}

/* ============================================
   RESPONSIVE - MOBILES (jusqu'à 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .fh5co-nav #fh5co-logo .qr-container {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px;
        max-width: 55px;
        max-height: 55px;
        padding: 6px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .fh5co-nav #fh5co-logo .qr-container img {
        max-width: 55px;
        max-height: 55px;
    }
}

/* ============================================
   RESPONSIVE - TRÈS PETITS ÉCRANS (jusqu'à 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .fh5co-nav #fh5co-logo .qr-container {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
        padding: 5px;
        border-radius: 10px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    }

    .fh5co-nav #fh5co-logo .qr-container img {
        max-width: 50px;
        max-height: 50px;
    }
}

/* ============================================
   SI LE QR EST DANS LA NAVIGATION (OPTIONNEL)
   ============================================ */
/* Ajuste la colonne pour que le QR reste bien centré */
.fh5co-nav .col-xs-12,
.fh5co-nav .col-sm-3,
.fh5co-nav .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Supprime le padding de Bootstrap si nécessaire */
.fh5co-nav .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.fh5co-nav ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
  margin-top:5px !important;
}

.fh5co-nav ul li{
  display:inline-flex !important;
}

.fh5co-nav ul li a{
  padding:9px 12px !important;
  border-radius:999px;
  color:rgba(255,255,255,.76) !important;
  font-size:11px !important;
  letter-spacing:.08em;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li.active > a{
  color:#111 !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  box-shadow:0 12px 30px rgba(217,170,84,.24);
}

/* HERO CINEMATIC */
.fh5co-cover,
#fh5co-header{
  min-height:100svh;
  height:100svh;
  background-position:center !important;
  background-attachment:fixed;
  overflow:hidden;
  isolation:isolate;
}

.fh5co-cover::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(115deg, rgba(7,5,11,.92), rgba(19,9,18,.58) 42%, rgba(7,5,11,.90));
}

.fh5co-cover::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg, transparent, rgba(255,240,184,.18), transparent);
  transform:translateX(-120%);
  animation:miHeroLight 5.5s ease-in-out infinite;
}

@keyframes miHeroLight{
  0%,45%{transform:translateX(-130%) skewX(-14deg);}
  70%,100%{transform:translateX(130%) skewX(-14deg);}
}

.fh5co-cover .overlay{
  background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(7,5,11,.94)) !important;
}

#fh5co-header .display-t,
#fh5co-header .display-tc,
.fh5co-cover .display-t,
.fh5co-cover .display-tc{
  height:100svh !important;
}

#fh5co-header .display-tc{
  position:relative;
  z-index:2;
  padding:120px 18px 60px;
  animation:miRevealUp 1.15s cubic-bezier(.2,.9,.2,1) both;
}

#fh5co-header .display-tc h1{
  display:inline-block;
  font-size:clamp(48px, 9vw, 118px) !important;
  line-height:1.05 !important;
  letter-spacing:.01em;
  color:transparent !important;
  background:linear-gradient(90deg, #fff, var(--mi-gold-2), #fff, #ffd6ec);
  background-size:240% auto;
  -webkit-background-clip:text;
  background-clip:text;
  filter:drop-shadow(0 22px 45px rgba(0,0,0,.55));
  animation:miShimmer 6s linear infinite, miFloatSoft 5s ease-in-out infinite;
}

#fh5co-header .display-tc p{
  margin-top:28px;
}

#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn,
.btn.btn-primary{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,240,184,.52) !important;
  border-radius:999px !important;
  padding:14px 23px !important;
  margin:6px;
  color:#171008 !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold), #b7792f) !important;
  box-shadow:0 18px 45px rgba(217,170,84,.25), inset 0 1px 0 rgba(255,255,255,.6) !important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
  transform:translateZ(0);
}

#fh5co-header .display-tc .btn::before,
.btn.btn-primary::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform:translateX(-120%);
  transition:transform .75s ease;
}

#fh5co-header .display-tc .btn:hover,
.btn.btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 65px rgba(217,170,84,.35) !important;
}

#fh5co-header .display-tc .btn:hover::before,
.btn.btn-primary:hover::before{
  transform:translateX(120%);
}

/* COUNTDOWN */
.simply-countdown{
  margin:34px auto 18px;
}

.simply-countdown > .simply-section{
  width:106px;
  height:106px;
  margin:7px;
  border-radius:30px !important;
  border:1px solid rgba(255,240,184,.24);
  background:linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08);
  animation:miPulseGold 3.8s ease-in-out infinite !important;
}

.simply-countdown > .simply-section > div{
  height:106px;
  width:106px;
}

.simply-countdown .simply-amount{
  font-size:32px !important;
  color:var(--mi-gold-2) !important;
  font-weight:800;
}

.simply-countdown .simply-word{
  color:rgba(255,255,255,.68) !important;
  letter-spacing:.14em;
}

/* SECTIONS PREMIUM */
#fh5co-couple,
#fh5co-couple-story,
#fh5co-testimonial,
#fh5co-services,
#fh5co-started,
#fh5co-footer,
#fh5co-event,
#fh5co-gallery,
.fh5co-section,
#schedule > #fh5co-couple{
  position:relative;
  background:transparent !important;
  padding:92px 0 !important;
}

section.container{
  width:min(1120px, calc(100% - 28px));
  padding-left:0;
  padding-right:0;
}

#fh5co-couple .container,
#fh5co-testimonial .container,
#fh5co-couple-story .container,
#fh5co-footer .container{
  position:relative;
}

.fh5co-heading{
  position:relative;
  margin-bottom:42px !important;
  padding:38px 34px;
  border:1px solid var(--mi-border);
  border-radius:34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)),
    radial-gradient(circle at 10% 0%, rgba(217,170,84,.16), transparent 36%);
  backdrop-filter:var(--mi-blur);
  -webkit-backdrop-filter:var(--mi-blur);
  box-shadow:var(--mi-shadow);
  animation:miRevealUp .9s ease both;
}

.fh5co-heading::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(217,170,84,.18);
  border-radius:26px;
  pointer-events:none;
}

.fh5co-heading h2{
  margin-bottom:14px !important;
  color:transparent !important;
  background:linear-gradient(90deg, var(--mi-gold-2), #fff, #ffd5eb, var(--mi-gold));
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  font-size:clamp(42px, 6vw, 72px) !important;
  line-height:1.05 !important;
  text-shadow:none;
  animation:miShimmer 7s linear infinite;
}

.fh5co-heading h3,
.fh5co-heading h4,
.fh5co-heading h5{
  color:var(--mi-text) !important;
}

.fh5co-heading p,
.timeline-body p,
#messages,
.fh5co-contact-info ul li{
  color:var(--mi-muted) !important;
}

hr{
  height:1px;
  border:0 !important;
  background:linear-gradient(90deg, transparent, rgba(217,170,84,.65), transparent);
  margin:32px auto;
}

/* COUPLE / PHOTOS */
.couple-wrap{
  width:min(980px,100%) !important;
  padding:36px;
  border-radius:40px;
  border:1px solid var(--mi-border);
  background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:var(--mi-shadow);
}

.couple-half .groom,
.couple-half .bride,
.couple-half .groom img,
.couple-half .bride img{
  width:174px !important;
  height:174px !important;
  border-radius:50% !important;
}

.couple-half .groom,
.couple-half .bride{
  padding:5px;
  background:conic-gradient(from 180deg, var(--mi-gold), #fff5cb, var(--mi-rose), var(--mi-gold));
  box-shadow:0 22px 55px rgba(0,0,0,.36), 0 0 40px rgba(217,170,84,.20);
}

.couple-half .groom img,
.couple-half .bride img{
  object-fit:cover;
  border:4px solid #0d0811;
  transition:transform .7s ease, filter .7s ease;
}

.couple-half:hover img{
  transform:scale(1.055) rotate(.8deg);
  filter:saturate(1.1) contrast(1.05);
}

.couple-half h3{
  color:var(--mi-gold-2) !important;
  font-size:42px !important;
  text-shadow:0 18px 40px rgba(0,0,0,.45);
}

.heart{
  top:5.6em !important;
}

.heart i{
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold)) !important;
  color:#1a0f0a !important;
  box-shadow:0 0 35px rgba(217,170,84,.42);
}

/* TIMELINE / OUR STORY */
.timeline:before{
  width:2px !important;
  background:linear-gradient(to bottom, transparent, var(--mi-gold), rgba(241,78,149,.8), transparent) !important;
  box-shadow:0 0 22px rgba(217,170,84,.42);
}

.timeline > li > .timeline-panel{
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:28px !important;
  background:linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 65px rgba(0,0,0,.38);
}

.timeline > li > .timeline-panel:after{
  border-left-color:rgba(18,12,22,.92) !important;
  border-right-color:rgba(18,12,22,.92) !important;
}

.timeline > li > .timeline-badge{
  border:4px solid var(--mi-gold);
  box-shadow:0 0 0 7px rgba(217,170,84,.14), 0 20px 45px rgba(0,0,0,.45);
}

.timeline-title{
  color:var(--mi-gold-2) !important;
}

.date{
  color:rgba(255,255,255,.62) !important;
}

/* TESTIMONY / QUOTE */
.wrap-testimony,
.testimony-slide{
  border-radius:32px;
}

.testimony-slide blockquote{
  border:0 !important;
  border-radius:34px;
  padding:34px !important;
  background:linear-gradient(145deg, rgba(217,170,84,.14), rgba(255,255,255,.045));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.testimony-slide blockquote p{
  color:#fff8ec !important;
  font-size:clamp(20px, 3vw, 32px) !important;
  line-height:1.55;
}

.testimony-slide span{
  color:var(--mi-gold-2) !important;
}

/* FORMS / RSVP / GUESTBOOK */
.form-control,
textarea.form-control,
input.form-control{
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.07) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.24) !important;
}

.form-control:focus{
  border-color:rgba(217,170,84,.78) !important;
  box-shadow:0 0 0 4px rgba(217,170,84,.14), 0 18px 50px rgba(0,0,0,.32) !important;
}

label{
  color:rgba(255,255,255,.76) !important;
}

/* CONTACT / FOOTER */
#fh5co-footer{
  color:var(--mi-muted) !important;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.34)) !important;
}

.fh5co-contact-info ul li:before,
.fh5co-social-icons li a{
  color:var(--mi-gold) !important;
}

/* GO TO TOP */
.gototop a{
  border-radius:50% !important;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold)) !important;
  color:#170e08 !important;
  box-shadow:0 14px 45px rgba(217,170,84,.32);
}

/* LOADER PREMIUM DARK */
#event-loader{
  background:
    radial-gradient(circle at 40% 25%, rgba(241,78,149,.22), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(217,170,84,.18), transparent 28%),
    linear-gradient(135deg, #07050b, #130917 55%, #07050b) !important;
}

.loader-box{
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 35px 95px rgba(0,0,0,.48);
}

.loader-event-name,
.loader-label,
.loader-percent{
  color:var(--mi-text) !important;
}

.loader-progress{
  background:rgba(255,255,255,.12) !important;
  border-radius:999px;
}

.loader-progress-bar{
  background:linear-gradient(90deg, var(--mi-gold), var(--mi-gold-2), var(--mi-rose)) !important;
  box-shadow:0 0 26px rgba(217,170,84,.42);
}

/* FIL D'ARIANE DORÉ — SCROLL PROGRESS */
.mi-gold-breadcrumb{
  position:fixed;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:1090;
  width:58px;
  padding:16px 9px;
  border:1px solid rgba(255,240,184,.25);
  border-radius:999px;
  background:rgba(9,7,12,.58);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 22px 70px rgba(0,0,0,.42);
}

.mi-gold-breadcrumb::before{
  content:"";
  position:absolute;
  top:28px;
  bottom:28px;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:rgba(255,255,255,.12);
  border-radius:999px;
}

.mi-gold-breadcrumb__progress{
  position:absolute;
  top:28px;
  left:50%;
  width:2px;
  height:0%;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(to bottom, var(--mi-gold-2), var(--mi-gold), var(--mi-rose));
  box-shadow:0 0 18px rgba(217,170,84,.70);
  transition:height .18s linear;
}

.mi-gold-breadcrumb__list{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.mi-gold-breadcrumb__item{
  position:relative;
}

.mi-gold-breadcrumb__link{
  position:relative;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  color:rgba(255,255,255,.68);
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.mi-gold-breadcrumb__link i{
  font-size:14px;
}

.mi-gold-breadcrumb__label{
  position:absolute;
  right:52px;
  top:50%;
  transform:translate(10px,-50%);
  opacity:0;
  visibility:hidden;
  white-space:nowrap;
  padding:8px 12px;
  border-radius:999px;
  color:#160d07;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  box-shadow:0 14px 35px rgba(0,0,0,.30);
  transition:.25s ease;
}

.mi-gold-breadcrumb__link:hover .mi-gold-breadcrumb__label,
.mi-gold-breadcrumb__item.is-active .mi-gold-breadcrumb__label{
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}

.mi-gold-breadcrumb__item.is-active .mi-gold-breadcrumb__link{
  color:#160d07;
  background:linear-gradient(135deg, var(--mi-gold-2), var(--mi-gold));
  border-color:rgba(255,255,255,.48);
  transform:scale(1.08);
  box-shadow:0 0 0 7px rgba(217,170,84,.12), 0 0 35px rgba(217,170,84,.48);
}

/* RESPONSIVE */
@media screen and (max-width: 992px){
  .fh5co-nav{
    top:10px !important;
    border-radius:24px;
  }

  .fh5co-nav .menu-1{
    display:none !important;
  }

  .mi-gold-breadcrumb{
    right:50%;
    top:auto;
    bottom:12px;
    transform:translateX(50%);
    width:auto;
    max-width:calc(100% - 24px);
    padding:9px 12px;
  }

  .mi-gold-breadcrumb::before,
  .mi-gold-breadcrumb__progress{
    top:50%;
    bottom:auto;
    left:26px;
    right:26px;
    width:auto;
    height:2px !important;
    transform:translateY(-50%);
  }

  .mi-gold-breadcrumb__progress{
    width:var(--mi-breadcrumb-width, 0%);
  }

  .mi-gold-breadcrumb__list{
    flex-direction:row;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .mi-gold-breadcrumb__list::-webkit-scrollbar{
    display:none;
  }

  .mi-gold-breadcrumb__link{
    width:36px;
    height:36px;
  }

  .mi-gold-breadcrumb__label{
    display:none;
  }
}

@media screen and (max-width: 768px){
  body{
    font-size:15px;
  }

  .fh5co-cover,
  #fh5co-header{
    background-attachment:scroll;
  }

  #fh5co-header .display-tc{
    padding:110px 10px 90px;
  }

  .simply-countdown > .simply-section{
    width:74px;
    height:74px;
    border-radius:22px !important;
    margin:4px;
  }

  .simply-countdown > .simply-section > div{
    width:74px;
    height:74px;
  }

  .simply-countdown .simply-amount{
    font-size:22px !important;
  }

  .simply-countdown .simply-word{
    font-size:9px !important;
  }

  #fh5co-couple,
  #fh5co-couple-story,
  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-started,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-gallery,
  .fh5co-section,
  #schedule > #fh5co-couple{
    padding:54px 0 !important;
  }

  .fh5co-heading{
    padding:28px 18px;
    border-radius:26px;
  }

  .fh5co-heading::before{
    inset:8px;
    border-radius:20px;
  }

  .couple-wrap{
    padding:24px 14px;
    border-radius:28px;
  }

  .couple-half{
    width:100% !important;
    float:none !important;
    text-align:center !important;
    margin-bottom:28px;
  }

  .couple-half .groom,
  .couple-half .bride{
    float:none !important;
    margin:0 auto 18px !important;
  }

  .couple-half .desc-groom,
  .couple-half .desc-bride{
    padding:0 !important;
    text-align:center !important;
  }

  .couple-half h3{
    font-size:34px !important;
  }

  .timeline > li > .timeline-panel{
    width:calc(100% - 92px) !important;
    padding:22px !important;
  }

  ul.timeline:before{
    left:42px !important;
  }

  ul.timeline > li > .timeline-badge{
    left:12px !important;
    width:62px !important;
    height:62px !important;
  }
}

@media screen and (max-width: 420px){
  #fh5co-header .display-tc h1{
    font-size:42px !important;
  }

  #fh5co-header .display-tc .btn,
  .btn.btn-primary{
    width:100%;
    max-width:280px;
    padding:12px 16px !important;
    font-size:12px !important;
  }

  .mi-gold-breadcrumb__link{
    width:32px;
    height:32px;
  }

  .mi-gold-breadcrumb__link i{
    font-size:12px;
  }
}

/* Accessibilité : réduit les animations si l'utilisateur le demande */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}

/* =========================================================
   MYEINVITE — TYPOGRAPHIE PREMIUM MARIAGE
   ========================================================= */

:root{
    --font-signature: "Great Vibes", cursive;
    --font-title: "Cormorant Garamond", serif;
    --font-body: "Cormorant Garamond", serif;
}

/* Police générale */
body,
p,
span,
li,
a,
button,
input,
textarea,
label,
.form-control,
blockquote,
small,
strong,
em,
div,
td,
th,
select,
option {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400;
    letter-spacing: .015em;
}

/* Titres élégants */
h2,
h3,
h4,
h5,
h6,
.timeline-title,
.feature-copy h3 {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500;
}

/* Titres principaux / noms des mariés */
/* ==========================================
   NOMS DES MARIÉS - HERO
========================================== */

#fh5co-header .display-tc h1.mariage-signature,
#fh5co-counter .display-tc h1.mariage-signature,
.fh5co-cover .display-tc h1.mariage-signature {
    font-family: "Great Vibes", cursive !important;
    font-weight: 400 !important;
    font-size: clamp(44px, 5vw, 68px) !important;

    line-height: 1.25 !important;
    letter-spacing: .01em;

    padding: 10px 18px 12px;   /* ← AJOUT IMPORTANT */

    overflow: visible !important;
    display: inline-block;
}

/* ==========================================
   NOMS DES MARIÉS - SECTION COUPLE
========================================== */

.couple-half h3.mariage-signature {
    font-family: "Great Vibes", cursive !important;
    font-weight: 400 !important;
    letter-spacing: .01em;

    font-size: clamp(34px, 4vw, 48px) !important;
    line-height: 1.15;
}


/* Menu de navigation */
.fh5co-nav ul li a {
  font-family: var(--font-body) !important;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Boutons premium */
.btn,
.btn-primary,
#fh5co-header .display-tc .btn {
  font-family: var(--font-body) !important;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Texte invitation / détails */
.fh5co-heading p,
.timeline-body p,
#fh5co-testimonial blockquote p,
.fh5co-contact-info ul li {
  font-family: var(--font-body) !important;
  font-weight: 300;
  line-height: 1.85;
}

/* Citation */
#fh5co-testimonial blockquote p {
  font-family: var(--font-title) !important;
  font-size: clamp(20px, 2.4vw, 30px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: .02em;
}

/* Auteur citation */
#fh5co-testimonial .testimony-slide span {
  font-family: var(--font-body) !important;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Dates et informations importantes */
.date,
.simply-word,
.simply-amount,
.fh5co-heading span {
  font-family: var(--font-body) !important;
}

/* Countdown chiffres */
.simply-countdown .simply-amount {
  font-family: var(--font-title) !important;
  font-weight: 700;
}

/* RSVP / formulaires */
.rsvp-switch,
.rsvp-switch *,
.rsvp-message,
form label {
  font-family: var(--font-body) !important;
}

h1,
h2,
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1,
.fh5co-heading h2,
.couple-half h3 {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
}

/* =========================================================
   MYEINVITE — LOADER PREMIUM DARK / GOLD
   ========================================================= */

#event-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background:
        radial-gradient(circle at 20% 15%, rgba(241, 78, 149, .18), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(217, 170, 84, .22), transparent 30%),
        linear-gradient(135deg, #050307 0%, #120916 45%, #050307 100%);
}

/* Masquer l'ancien loader FH5CO */
.fh5co-loader {
    display: none !important;
}

/* Particules */
.loader-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.loader-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff6c8, #d9aa54);
    box-shadow:
        0 0 12px rgba(255, 240, 184, .9),
        0 0 28px rgba(217, 170, 84, .45);
    opacity: .75;
    animation: loaderParticleFloat 8s linear infinite;
}

.loader-particles span:nth-child(1) { left: 8%;  top: 90%; animation-delay: 0s; }
.loader-particles span:nth-child(2) { left: 18%; top: 80%; animation-delay: 1s; }
.loader-particles span:nth-child(3) { left: 28%; top: 95%; animation-delay: 2s; }
.loader-particles span:nth-child(4) { left: 38%; top: 85%; animation-delay: .5s; }
.loader-particles span:nth-child(5) { left: 48%; top: 92%; animation-delay: 1.5s; }
.loader-particles span:nth-child(6) { left: 58%; top: 88%; animation-delay: 2.5s; }
.loader-particles span:nth-child(7) { left: 68%; top: 96%; animation-delay: .8s; }
.loader-particles span:nth-child(8) { left: 78%; top: 84%; animation-delay: 1.8s; }
.loader-particles span:nth-child(9) { left: 88%; top: 92%; animation-delay: 2.8s; }
.loader-particles span:nth-child(10){ left: 95%; top: 86%; animation-delay: 3.2s; }

@keyframes loaderParticleFloat {
    0% {
        transform: translateY(0) scale(.7);
        opacity: 0;
    }
    15% {
        opacity: .9;
    }
    100% {
        transform: translateY(-115vh) scale(1.3);
        opacity: 0;
    }
}

/* Boîte centrale */
.loader-box {
    position: relative;
    z-index: 2;
    width: min(88vw, 420px);
    padding: 46px 34px 38px;
    text-align: center;

    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        radial-gradient(circle at top, rgba(217,170,84,.18), transparent 45%);

    border: 1px solid rgba(255, 240, 184, .22);
    border-radius: 34px;

    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    box-shadow:
        0 35px 100px rgba(0,0,0,.55),
        inset 0 1px 0 rgba(255,255,255,.18),
        0 0 45px rgba(217,170,84,.16);

    animation: loaderBoxReveal .9s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes loaderBoxReveal {
    from {
        opacity: 0;
        transform: translateY(28px) scale(.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Anneau animé */
.loader-ring {
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    border-radius: 50%;

    border: 2px solid rgba(255,255,255,.10);
    border-top-color: #fff0b8;
    border-right-color: #d9aa54;

    box-shadow:
        0 0 25px rgba(217,170,84,.35),
        inset 0 0 22px rgba(255,240,184,.08);

    animation: loaderRingSpin 1.25s linear infinite;
}

@keyframes loaderRingSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Icône étoile */
.loader-icon {
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);

    width: 54px;
    height: 54px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #fff0b8, #d9aa54, #a56d24);
    color: #120916;

    box-shadow:
        0 0 18px rgba(255,240,184,.65),
        0 0 38px rgba(217,170,84,.45);

    animation: loaderIconPulse 1.8s ease-in-out infinite;
}

.loader-icon i {
    font-size: 20px;
}

@keyframes loaderIconPulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.08);
    }
}

/* Textes */
.loader-label {
    margin: 8px 0 8px;
    color: rgba(255,255,255,.72);
    font-family: "Cormorant Garamond", serif !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .04em;
}

.loader-event-name {
    margin: 0 0 24px;
    color: transparent !important;

    background: linear-gradient(90deg, #fff, #fff0b8, #d9aa54, #fff);
    background-size: 240% auto;
    -webkit-background-clip: text;
    background-clip: text;

    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600 !important;    font-size: clamp(24px, 4vw, 36px);
    font-weight: 400 !important;
    line-height: 1.1;

    animation: loaderTextShimmer 5s linear infinite;
}

@keyframes loaderTextShimmer {
    from {
        background-position: -220% 0;
    }
    to {
        background-position: 220% 0;
    }
}

/* Barre de progression */
.loader-progress {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: hidden;

    border-radius: 999px;
    background: rgba(255,255,255,.12);

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 0 18px rgba(217,170,84,.14);
}

.loader-progress-bar {
    width: 0%;
    height: 100%;
    border-radius: inherit;

    background: linear-gradient(
        90deg,
        #8f6a1d,
        #d9aa54,
        #fff0b8,
        #d9aa54
    );

    box-shadow:
        0 0 12px rgba(255,240,184,.85),
        0 0 28px rgba(217,170,84,.45);

    transition: width .25s ease;
}

.loader-percent {
    margin-top: 12px;
    color: rgba(255,240,184,.85);
    font-family: "Cormorant Garamond", serif !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .12em;
}

/* Disparition du loader */
#event-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity .8s ease,
        visibility .8s ease;
}

/* Responsive */
@media screen and (max-width: 480px) {
    .loader-box {
        width: calc(100vw - 34px);
        padding: 40px 24px 32px;
        border-radius: 28px;
    }

    .loader-ring {
        width: 82px;
        height: 82px;
    }

    .loader-icon {
        top: 57px;
        width: 48px;
        height: 48px;
    }

    .loader-event-name {
        font-size: clamp(28px, 10vw, 45px);
    }

    .loader-label {
        font-size: 16px;
    }
}

/* =========================================================
   DRESS CODE & CONTACT PREMIUM
   ========================================================= */

#fh5co-contact .col-md-6,
#fh5co-contact .col-md-5 {
    margin-bottom: 30px;
}

#fh5co-contact .animate-box {
    padding: 38px 32px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.04)
        );

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    box-shadow:
        0 25px 70px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.08);

    transition: all .4s ease;
}

#fh5co-contact .animate-box:hover {
    transform: translateY(-6px);

    border-color: rgba(217,170,84,.30);

    box-shadow:
        0 35px 90px rgba(0,0,0,.42),
        0 0 35px rgba(217,170,84,.15);
}

/* Titres */
#fh5co-contact h3 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 600;

    color: var(--mi-gold-2) !important;

    margin-bottom: 22px;
}

/* Textes */
#fh5co-contact p,
#fh5co-contact li,
#fh5co-contact a {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 20px;
    line-height: 1.8;

    color: var(--mi-text) !important;
}

/* Coordonnées */
#fh5co-contact .fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

#fh5co-contact .fh5co-contact-info li {
    list-style: none;

    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 18px;
    padding: 0;
}

/* Icônes */
#fh5co-contact .fh5co-contact-info li i {
    font-size: 18px;

    color: var(--mi-gold) !important;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(217,170,84,.12);

    box-shadow:
        0 0 18px rgba(217,170,84,.20);
}

/* Liens */
#fh5co-contact a {
    text-decoration: none;
    transition: all .3s ease;
}

#fh5co-contact a:hover {
    color: var(--mi-gold-2) !important;
}

/* Responsive */
@media (max-width: 768px) {

    #fh5co-contact .animate-box {
        padding: 28px 24px;
    }

    #fh5co-contact h3 {
        font-size: 30px;
        text-align: center;
    }

    #fh5co-contact .fh5co-contact-info li {
        justify-content: center;
        text-align: center;
    }

    #fh5co-contact p {
        text-align: center;
    }
}

/* Espacement entre les deux cartes Dress code / Contact sur ordinateur */
#fh5co-contact .row {
    display: flex;
    align-items: stretch;
    gap: 34px;
}

/* Annule l'effet push/pull Bootstrap dans cette section */
#fh5co-contact .col-md-6,
#fh5co-contact .col-md-5 {
    float: none !important;
    left: auto !important;
    right: auto !important;
    width: calc(50% - 17px);
}

/* Les cartes prennent toute la hauteur disponible */
#fh5co-contact .animate-box {
    height: 100%;
}

/* Mobile : retour en colonne */
@media (max-width: 768px) {
    #fh5co-contact .row {
        display: block;
    }

    #fh5co-contact .col-md-6,
    #fh5co-contact .col-md-5 {
        width: 100%;
        margin-bottom: 24px;
    }
}


/* =========================================================
   CHAT ROOM — ADAPTÉ À loadmessages.php
   Structure : .bubble-wrapper / .avatar / .message / .name
========================================================= */

#messages {
    position: relative;
    z-index: 2;

    width: min(100%, 820px);
    max-height: 540px;
    overflow-y: auto;

    margin: 0 auto;
    padding: 28px 20px;

    border-radius: 32px;

    background:
        radial-gradient(circle at top left, rgba(217,170,84,.10), transparent 32%),
        linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.18));

    border: 1px solid rgba(255,255,255,.10);

    box-shadow:
        inset 0 0 42px rgba(0,0,0,.28),
        0 22px 70px rgba(0,0,0,.30);

    scrollbar-width: thin;
    scrollbar-color: rgba(217,170,84,.75) rgba(255,255,255,.08);
}

#messages::-webkit-scrollbar {
    width: 7px;
}

#messages::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
}

#messages::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #fff0b8, #d9aa54);
    border-radius: 999px;
}

/* Chaque ligne de message */
#messages .bubble-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    width: 100%;
    margin-bottom: 22px;

    animation: chatBubbleReveal .55s ease both;
}

/* Message gauche */
#messages .bubble-wrapper.left {
    justify-content: flex-start;
}

/* Message droite */
#messages .bubble-wrapper.right {
    justify-content: flex-end;
}

/* En mode droite : avatar à droite */
#messages .bubble-wrapper.right {
    flex-direction: row-reverse;
}

/* Avatar doré avec initiale */
#messages .avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-family: "Cormorant Garamond", serif !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;

    color: #241500 !important;

    background:
        radial-gradient(circle at 30% 25%, #fff8cc 0%, #fff0b8 18%, #d9aa54 52%, #9c681d 100%);

    border: 1px solid rgba(255,240,184,.75);

    box-shadow:
        0 0 16px rgba(255,240,184,.65),
        0 0 35px rgba(217,170,84,.34),
        inset 0 1px 0 rgba(255,255,255,.8);

    text-transform: uppercase;
}

/* Bulle de message */
#messages .message {
    position: relative;

    max-width: min(76%, 560px);

    padding: 18px 22px 20px;

    text-align: left;

    font-family: "Cormorant Garamond", serif !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.7;

    color: #fff1c7 !important;

    border-radius: 26px 26px 26px 8px;

    background:
        linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045));

    border: 1px solid rgba(255,255,255,.13);

    box-shadow:
        0 18px 42px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.11);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

/* Bulle droite */
#messages .message.right {
    border-radius: 26px 26px 8px 26px;

    background:
        linear-gradient(145deg, rgba(217,170,84,.22), rgba(255,255,255,.055));

    border-color: rgba(217,170,84,.26);
}

/* Petit triangle façon chat */
#messages .message.left::before,
#messages .message.right::before {
    content: "";
    position: absolute;
    top: 18px;

    width: 14px;
    height: 14px;

    background: inherit;
    border: inherit;

    transform: rotate(45deg);
    z-index: -1;
}

#messages .message.left::before {
    left: -6px;
}

#messages .message.right::before {
    right: -6px;
}

/* Nom de l'invité */
#messages .name {
    display: block;
    margin-bottom: 6px;

    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px;
    font-weight: 700;

    color: #ffffff !important;

    letter-spacing: .02em;
}

/* Commentaire directement dans .message */
#messages .message {
    color: #fff1c7 !important;
}

/* Variante plus lisible si tu trouves le doré trop fort :
#messages .message {
    color: #f8f3e8 !important;
}
*/

/* Animation */
@keyframes chatBubbleReveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#messages .fade-in {
    animation: chatMessageFade .55s ease both;
}

@keyframes chatMessageFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Message vide */
#messages:empty::before {
    content: "Soyez le premier à laisser un doux message ✨";
    display: block;

    padding: 36px 24px;

    color: rgba(255,240,184,.78);
    font-family: "Cormorant Garamond", serif !important;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    text-align: center;

    border-radius: 26px;
    background: rgba(255,255,255,.055);
    border: 1px dashed rgba(217,170,84,.34);
}

/* Responsive */
@media (max-width: 768px) {
    #messages {
        max-height: 470px;
        padding: 22px 14px;
        border-radius: 26px;
    }

    #messages .bubble-wrapper {
        gap: 10px;
        margin-bottom: 18px;
    }

    #messages .avatar {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 21px;
    }

    #messages .message {
        max-width: calc(100% - 54px);
        padding: 15px 17px;
        font-size: 19px;
        line-height: 1.65;
    }

    #messages .name {
        font-size: 20px;
    }
}

/* =========================================================
   FOOTER PREMIUM MYEINVITE
========================================================= */

#fh5co-footer{
    position: relative;
    overflow: hidden;

    margin-top: 80px;
    padding: 70px 0 45px;

    background:
        radial-gradient(circle at top center,
            rgba(217,170,84,.12),
            transparent 35%),
        linear-gradient(
            180deg,
            rgba(8,8,10,.25),
            rgba(5,5,7,.92)
        );

    border-top: 1px solid rgba(255,240,184,.12);
}

#fh5co-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;

    width:180px;
    height:2px;

    transform:translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #fff0b8,
            #d9aa54,
            #fff0b8,
            transparent
        );

    box-shadow:
        0 0 18px rgba(217,170,84,.55);
}

#fh5co-footer .copyright{
    position:relative;
    z-index:2;
}

#fh5co-footer .block{
    display:block;
}

/* Signature */

.footer-brand,
#fh5co-footer small{

    font-family:"Cormorant Garamond", serif !important;

    font-size:20px;
    font-weight:500;
    line-height:1.8;

    color:rgba(255,255,255,.72);
}

.footer-brand a,
#fh5co-footer small a{

    color:#fff0b8 !important;

    font-weight:700;

    text-decoration:none;

    transition:all .35s ease;
}

.footer-brand a:hover,
#fh5co-footer small a:hover{

    color:#ffffff !important;

    text-shadow:
        0 0 18px rgba(255,240,184,.55);
}

/* Appel à l'action */

.footer-cta{

    margin:24px auto 34px;

    max-width:720px;

    font-family:"Cormorant Garamond", serif !important;

    font-size:clamp(24px,2.8vw,34px);
    font-weight:600;
    line-height:1.5;

    color:transparent;

    background:
        linear-gradient(
            90deg,
            #ffffff,
            #fff0b8,
            #d9aa54,
            #ffffff
        );

    background-size:220% auto;

    -webkit-background-clip:text;
    background-clip:text;

    animation:footerShimmer 6s linear infinite;
}

@keyframes footerShimmer{

    from{
        background-position:-220% 0;
    }

    to{
        background-position:220% 0;
    }
}

/* Réseaux sociaux */

.fh5co-social-icons{

    margin-top:25px;
    padding:0;

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
}

.fh5co-social-icons li{

    list-style:none;
}

.fh5co-social-icons li a{

    width:54px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#d9aa54 !important;

    font-size:22px;

    text-decoration:none;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.04)
        );

    border:1px solid rgba(255,240,184,.16);

    backdrop-filter:blur(16px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.08);

    transition:all .35s ease;
}

.fh5co-social-icons li a:hover{

    transform:
        translateY(-6px)
        scale(1.08);

    color:#fff0b8 !important;

    border-color:rgba(255,240,184,.45);

    box-shadow:
        0 18px 35px rgba(0,0,0,.38),
        0 0 28px rgba(217,170,84,.28);
}

/* Signature finale */

#fh5co-footer .copyright p:last-child::after{


    display:block;

    margin-top:34px;

    font-family:"Cormorant Garamond", serif !important;

    font-size:18px;
    font-style:italic;

    color:rgba(255,255,255,.48);
}

/* Mobile */

@media (max-width:768px){

    #fh5co-footer{

        padding:55px 20px 35px;
    }

    .footer-cta{

        font-size:28px;
    }

    .fh5co-social-icons{

        gap:10px;
    }

    .fh5co-social-icons li a{

        width:48px;
        height:48px;

        font-size:20px;
    }
}
