@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

h1, .great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Arima", system-ui !important;
  font-style: normal;
}
body,
.card {
  background-color: #F8F9FA;
  border: 0;
}
.container{
    max-width: 1920px;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 2rem;
  line-height: 1.1;
}
img {
  width: 100%;
  object-fit: cover;
}
label {
  font-size: 1.4rem;
}
.form-control {
  font-size: 1.8rem;
}
.form-group small {
  font-size: .9rem;
}
#show-button {
  cursor: pointer;
}
#uploadBtn {
  cursor: pointer; 
  display: none; 
}
.tangerine,
h6, h5, h4, h3, h2, h1 {
  font-family: "Great Vibes", cursive;
  font-weight: 100;
  font-style: normal;
}
h2.titre {
  font-size: 2.5rem;
}
h4.titre {
  font-size: 2.5rem;
}
.row>* {
  padding: 0;
}
.row {
  margin-left: -19.2px;
  margin-right: -19.2px;
}
.mainColor {
  color: #b3a594;
}

.logo-site {
  position: relative;
  margin: auto;
  /* height: 72px;
  width: 93px; */
  /* max-height: 72px;
  max-width: 93px; */
}
.logo-site span {
  font-size: 2rem; 
  font-weight: 700;
}
.logo-site .logo-galerie {
    line-height: .1;
}
.logo-site .maries {
  font-size: 2.2rem; 
  font-weight: 700;
}
.logo-site .et{ 
  font-size: 2.7rem;
  position: absolute;
  top: 20px;
  left: 0;
  transform: rotate(94deg);
  background: #FFEA84;
  background: radial-gradient(circle farthest-corner at center center, #FFEA84 0%, #FFAB15 50%, #FFDC40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.logo-site .vous{ 
  font-size: 2.4rem;
  position: relative;
  left: 21px;
  top: -38px;
}
.logo-site p,
.logo-site a  {
  padding: 0 !important;
  margin: 0 !important;
}
.icon {
    /* background-color: #b3a594; */
    font-size: 1rem;
}

sup > i {
  font-size: .8rem;
  opacity: .1;
  position: relative;
}

.mt-6 {
    margin-top: 5rem;
}

.list-group-item {
  background-color: transparent;
  border: none;
}

.fleche-retour {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.6rem;
    position: absolute;
    top: 5%;
    left: 5%;
    right: initial;
    z-index: 9999;
    width: 30%;
    color: #000;
    bottom: initial;
}
.fleche-retour p,
.fleche-retour i {
    font-size: .8rem;
}


 /* ==========================================================================
    04. HEADER & NAVIGATION
    ========================================================================== */
  
    #header {
        width: 100%;
        display: block;
        padding-top: 0px;
        background-color: #b3a594;
      }
      
      .header-wrapper {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #b3a594;
      }
      
      .headerwp {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
      }
      
      .posrlt {
        position: relative;
      }
      
      /*------------------------------------------*/
      /*  HEADER LOGO
      /*------------------------------------------*/
      
      .desktoplogo img,
      .centerlogo img,
      .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 45px;
        -webkit-transition: all 450ms ease-in-out;
        -moz-transition: all 450ms ease-in-out;
        -o-transition: all 450ms ease-in-out;
        -ms-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out; 
      }
      
      .centerlogo img,
      .smllogo img {
        max-height: 23px;
        position: relative;
        top: -14px;
        left: 19px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
      }
      
      .scroll .centerlogo img,
      .scroll .smllogo img {
        max-height: 18px;
        position: relative;
        top: -14px;
        left: 19px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
      }
      
      /*------------------------------------------*/
      /*   NAVIGATION MENU
      /*------------------------------------------*/
      
      .mainfull {
        width: 100%;
        height: auto;
        z-index: 1031;
        -webkit-transition: all 450ms ease-in-out;
        -moz-transition: all 450ms ease-in-out;
        -o-transition: all 450ms ease-in-out;
        -ms-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out; 
      }
      
      .tra-menu .mainfull {
        background-color: #F8F9FA !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
      }
      
      .tra-menu.tra-menu-wide .mainfull {
        padding: 40px 0;
      }
      
      .white-menu .mainfull {
        background-color: #fff!important;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
      }
      
      .dark-menu .mainfull {
        background-color: #1d293f!important;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
      }
      
      /*------------------------------------------*/
      /*  NAVBAR SCROLL
      /*------------------------------------------*/
      
      .tra-menu .resizeheader.scroll,
      .white-menu .resizeheader.scroll,
      .tra-menu.tra-menu-wide .resizeheader.scroll,
      .dark-menu.dark-scroll .resizeheader.scroll {
        background-color: #F8F9FA !important;
        padding: 0;
        -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
        box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
      }
      
      .scroll .white-color.header-socials span {
        color: #463853!important;
      }
      
      /*------------------------------------------*/
      /*  Navigation Menu
      /*------------------------------------------*/
      
      .tra-menu.navbar-light .scroll .menu > .menu-list > li a {
        color: #463853;
      }
      
      .tra-menu.navbar-light.dark-scroll .scroll .menu > .menu-list > li a,
      .tra-menu.navbar-dark.dark-scroll .scroll .menu > .menu-list > li a {
        color: #fff;
      }
      
      .tra-menu.navbar-light.dark-scroll .scroll .menu > .menu-list .sub-menu li a,
      .tra-menu.navbar-dark.dark-scroll .scroll .menu > .menu-list .sub-menu li a,
      .tra-menu.navbar-light.dark-scroll .scroll .menu > .menu-list li .megamenu a,
      .tra-menu.navbar-dark.dark-scroll .scroll .menu > .menu-list li .megamenu a {
        color: #666;
      }
      
      /*------------------------------------------*/
      /*  Logo Image
      /*------------------------------------------*/
      .logo-white, 
      .logo-black {
        display: block;
      }
      
      .navbar-light .logo-black,
      .navbar-dark .logo-white,
      .tra-menu.navbar-dark .logo-white,
      .tra-menu.navbar-light .logo-black,
      .white-menu.navbar-dark .logo-white,
      .dark-menu.navbar-light .logo-black,
      .white-menu.navbar-light .logo-black,
      .tra-menu.navbar-light .scroll .logo-white {
        display: none;
      }
      
      .tra-menu.navbar-light .scroll .logo-black {
        display: block;
      }

      /*------------------------------------------*/
      /*  hero
      /*------------------------------------------*/
      .hero-section {
        background: url('https://wedding.coffeygeek.fr/images/wedding-1.jpg') top no-repeat;
        background-size: 100%;
        height: 20rem;
        background-size: cover;
        background-position-x: 50%;
      }
      .hero-text {
        top: 38%;
        left: 0;
        right: 0;
      }

      .hero-text .profile {
        width: 7.5rem !important;
        height: 7.5rem !important;
      }
      .hero-text .wrapPosted {
        line-height: .8;
        background-color: rgba(0, 0, 0, .1);
      }
      .hero-text .wrapPosted h1 {
        font-size: 2.5rem;
        text-align: center;
      }
      #typewriter > * {
        display: none;
    } 
      
  /*------------------------------------------*/
  /*  UPLOAD IMG
  /*------------------------------------------*/
    .uploadimg {
      background-color: rgba(0, 0, 0, .5);
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
    .wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.5em;
      flex-direction: column;
      padding: 22% 0;
    }
    .form-group {
      font-size: 2rem;
      font-weight: 100;
      color: white;
      display: inline-block;
      width: auto;
      background-color: rgba(255, 255, 255, .2);
      padding: 0 3%;
      border-radius: 5px;
    }    
    .form-group:hover {
        background-color: rgba(255, 255, 255, .4);
    }
    .fileInput {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1;
    }
    .fileInput + label {
      font-size: 2rem;
      font-weight: 100;
      width: 100%;
  }
    .fileInput + label i {
      font-size: 3rem;
  }
  
  .fileInput + label {
    cursor: pointer; /* "hand" cursor */
  }

  .uploadBtn {
    position: relative;
    font-size: 2rem;
    font-weight: 100;
    background-color: rgba(255, 255, 255, .2);
    padding: 0;
    width: 40%;
  }
  .uploadBtn:hover {
    background-color: rgba(255, 255, 255, .4);
}

.button-wrapper {
  position: relative;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}

.button-wrapper .label {
    position: relative;
    z-index: 0;
    display: inline-block;
    background: #dfd3c3;
    cursor: pointer;
    padding: 33px 23px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #000;
}

.button-wrapper i {
    font-size: 2em;
}

#file_input {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
  /*------------------------------------------*/
  /*  CLAIMER
  /*------------------------------------------*/
      .claimer .wedding-spacer {
        background-image: url(../images/deco-menu.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
        margin-bottom: 5%;
      }
      
      .image-popup {
        display: none;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99999;
    }
    .image-popup .con {
        display: flex;
        flex-flow: column;
        background-color: #ffffff;
        padding: 25px;
        border-radius: 5px;
        width:40%;
    }
    .image-popup .con h3 {
        margin: 0;
        font-size: 18px;
    }
    .image-popup .con .edit, .image-popup .con .trash {
        display: inline-flex;
        justify-content: center;
        align-self: flex-end;
        width: 40px;
        text-decoration: none;
        color: #FFFFFF;
        padding: 10px 12px;
        border-radius: 5px;
        margin-top: 10px;
    }
    .image-popup .con .trash {
        background-color: #b73737;
    }
    .image-popup .con .trash:hover {
        background-color: #a33131;
    }
    .image-popup .con .edit {
        background-color: #37afb7;
    }
    .image-popup .con .edit:hover {
        background-color: #319ca3;
    }
    
    .popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #F04A49;
  z-index: 20;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
  
  /*------------------------------------------*/
  /*  FOOTER
  /*------------------------------------------*/

  footer {
    margin-bottom: 12%;
  }
  footer p, i {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
  }
  footer i {
    color:rgba(223, 71, 86, .7);
  }
  footer .withLove {
    font-size: 3rem;
  }

  /* LIGHTBOX */
  .uk-lightbox {
      z-index:1050 ;
  }
  .lightboxpreview {
    transition: all .3s linear;
 padding-top:60%;
   cursor:pointer;
   background-size:cover;
 }
    
 .lightbox-content {
 max-height:75vh;
   height:75vh;
   width:100%;
   max-width: 1000px;}
 
 .lightbox-close { 
   cursor:pointer;
     margin-left: auto;
   position:absolute;
   right:-30px;
   top:-30px;
   color:white;
     font-size: 2rem;
     font-weight: 100;
     line-height: 1;}
 .modal_inner_image {
     min-height: 400px;
     z-index: 1000;}
 .modal-content {
     width: 100%;}
 
 
 .modalscale {transform:scale(0);
 opacity:0;}
 
 
 
 .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
 .lightbox_img_wrap {
  /* padding-top:65%; */
  width: 33vw;
  height: 33vw;
   position:relative;
   overflow:hidden;
 }
 .lightbox-enabled:hover {
   transform:scale(1.1)
 }
 .lightbox-enabled {width:100%;
 height:100%;
   position:absolute;
   top:0;
 object-fit:cover;
 cursor:pointer;}
 
 .lightbox-container {
  width:100%;
 height:100%;
 position:fixed;
 top:0;
 left:0;
   display:flex;
   align-items:center;
   justify-content:center;
 background-color:rgba(0,0,0,.6);
 z-index:9999;
 opacity:0;
 pointer-events:none;
 }
 
 .lightbox-container.active {
   opacity:1;
   pointer-events:all;
 }
 .lightbox-image-wrapper {
   display:flex;
   transform:scale(0);
   align-items:center;
   justify-content:center;
   max-width:90%;
   max-height:90%;
   width:90%;
   height:90%;
   margin: auto;
   position:relative;
 }
 .lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
 .lightbox-btn, #close {
   color:white;
   z-index:9999999;
  cursor:pointer; 
   position:absolute;
 
   font-size:50px;
 }
 
 .lightbox-btn:focus {
   outline:none;
 }
 
 .left {left:50px;}
 .right {right:50px;}
 #close {top:50px;
 right:50px;}
 
 .lightbox-image {
   width:100%;
   -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
 box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
   max-height:95vh;
   object-fit:cover;
  }
 
 @keyframes slideleft {
   33% {transform:translateX(-300px);
   opacity:0;
   }
   66% {transform:translateX(300px);
   opacity:0;
   }
 }
 
 
 .slideleft {
    animation-name: slideleft;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 @keyframes slideright {
   33% {transform:translateX(300px);
   opacity:0;}
   66% {transform:translateX(-300px);
   opacity:0;}
 }
 
 
 .slideright{
    animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }  