@import"https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Red+Rose:wght@300..700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Epilogue,sans-serif}:root{--rouge: #f94144;--orange: #f3722c;--carotte: #f8961e;--coral: #f9844a;--saffron: #f9c74f;--jaune: #f8e606;--blanc: #fdf6ed;--bleu: #51aee5}#root>div{min-height:100vh}body{background-image:url(/assets/fond-pool-B70iAhyP.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.bg-fade{position:fixed;top:0;left:0;width:100%;height:100%;animation:bg-gradient-move 12s ease-in-out infinite alternate;background:linear-gradient(120deg,var(--rouge),var(--orange),var(--carotte),var(--coral),var(--saffron));background-size:200% 200%;pointer-events:none;z-index:1;opacity:0}.cadre{display:flex;flex-direction:column;border:1px solid var(--orange)}.tete-cadre{font-size:2rem;text-align:center;background-color:var(--blanc);color:#000;padding:1rem;font-weight:700}.contenu-cadre{font-family:Red Rose,cursive;color:var(--blanc)}.bg-gradient-move{animation:bg-gradient-move 12s ease-in-out infinite alternate;background:linear-gradient(120deg,var(--rouge),var(--orange),var(--carotte),var(--coral),var(--saffron));background-size:200% 200%}@keyframes bg-gradient-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.curvy-text{margin-top:2rem}.curvy-text text{font-size:8rem;font-family:Red Rose,cursive}.hero{padding:2rem 0;margin-top:-1px;position:relative}.container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.container>div{flex:1;text-align:center}.container a{text-decoration:none;font-size:1.2rem;font-weight:900;padding:1rem;border:1px solid var(--orange);color:var(--orange);background-color:var(--blanc);transition:.3s background-color;position:relative;z-index:10}.container a:hover{background:linear-gradient(120deg,var(--rouge),var(--orange),var(--carotte),var(--coral),var(--saffron));transition:.3s background-color;color:var(--blanc)}.container-center{display:flex;flex-direction:column;line-height:3.7rem;text-align:center;margin:0 2rem}.container-center span:nth-child(2){font-size:3.8rem;margin-top:1rem}.container-center span:nth-child(3){font-size:3rem}.container-left,.container-right{position:relative}.info-card,.rsvp-card{position:absolute;top:-100%;left:50%;transform:translate(-50%) translateY(-10px);z-index:1;width:120px;height:auto;display:none}.info-card img,.rsvp-card img{width:100%;height:150px;object-fit:cover;object-position:top;border-radius:4px;margin-bottom:.5rem}.card-content h3{color:var(--orange);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.card-content p{color:var(--noir);margin:0;font-size:.9rem}.maries{position:absolute;bottom:-1rem;left:0;right:0;margin:0 auto;width:fit-content}.maries:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;mix-blend-mode:overlay;opacity:.23}.maries>img{-webkit-filter:brightness(103%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);filter:brightness(103%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);mix-blend-mode:none;max-height:50vh}@media (orientation: portrait){.container{flex-direction:column;gap:1rem}.maries{position:relative;margin-top:2rem;text-align:center}.maries>img{max-height:40vh}}.infos{position:relative;z-index:2}.infos-main-title{font-size:3rem;text-align:center;margin-bottom:2rem;color:var(--blanc);font-weight:700}.infos-title{color:var(--blanc);font-family:Red Rose,cursive;text-align:center;margin-top:1rem;font-weight:700}.infos-title-pool{margin-top:8rem}.infos-date{text-align:center;color:var(--blanc);margin-bottom:2rem}.infos-txt-container{display:flex;justify-content:space-around;align-items:center;width:80%;margin:0 auto}.infos-txt{display:flex;flex-direction:column;color:#fff;font-size:3rem}.infos-txt span{text-align:center}.infos-txt span:first-child{font-family:Red Rose,cursive;font-weight:900}.infos-txt span:nth-child(2){text-transform:uppercase}.infos h2{font-size:2rem;margin-bottom:2rem;font-weight:700}.line{width:30%;height:1px;background-color:var(--blanc);margin:2rem 0}.infos-hebergements{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blanc);font-size:1.5rem;margin:2rem 0;line-height:2rem}.infos-hebergements a{background-color:var(--orange);color:var(--blanc);padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:700;margin-top:1rem;box-sizing:border-box;border:1px solid var(--orange)}.infos-hebergements a:hover{background-color:var(--blanc);color:var(--orange)}@media (orientation: portrait){.infos-title{border-top:solid 1px var(--blanc);padding-top:2rem}.infos-date,.infos-txt-container{border-bottom:solid 1px var(--blanc);padding-bottom:2rem}.infos .infos-txt-container-eglise{flex-direction:column-reverse}.infos .infos-txt-container-maison{flex-direction:column;margin-top:3rem;border-bottom:none}.infos .infos-txt-container-pool{flex-direction:column-reverse}.infos-title-pool{margin-top:3rem}.infos-txt{margin-bottom:2rem}.line{display:none}}.polaroid{background:#fff;display:inline-block;padding:16px 16px 32px;border-radius:8px;border:1px solid #eee;text-align:center;max-width:270px;transition:.3s all}.polaroid.left{transform:rotate(-2deg)}.polaroid.right{transform:rotate(2deg)}.polaroid:hover{transform:translateY(-10px) rotate(0);transition:.3s all;cursor:pointer}.polaroid-img-container{width:100%;aspect-ratio:1 / 1;height:auto;display:block;border-radius:4px 4px 2px 2px;box-shadow:0 2px 8px #0000001a;object-fit:cover;object-position:center;overflow:hidden}.polaroid-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s all}.polaroid:hover .polaroid-img{scale:1.3;transition:.3s all}.pc1{margin-top:18px}.polaroid-caption{font-family:Permanent Marker,cursive,sans-serif;font-size:1.1rem;color:#444;letter-spacing:.5px}.footer{position:relative;z-index:2;margin-top:5rem;display:flex;justify-content:space-around;align-items:center}.title-footer{display:flex;flex-direction:column;justify-content:center;text-align:center}.title-footer a{display:block;width:30%;margin:1rem auto;text-decoration:none;font-size:1.2rem;font-weight:900;padding:1rem;border:1px solid var(--orange);color:var(--orange);background-color:var(--blanc);transition:.3s background-color;position:relative;z-index:10;transition:.3s all}.title-footer a:hover{background:linear-gradient(120deg,var(--rouge),var(--orange),var(--carotte),var(--coral),var(--saffron));transition:.3s background-color;color:var(--blanc);transition:.3s all}.title-footer h1{font-size:2rem;margin:1rem auto;text-align:center}.title-footer span{font-size:1.5rem;margin:1rem auto}.svg-container{width:33%;border:1rem solid black;overflow:hidden;height:60%}.svg-container img{width:115%;color:var(--blanc)}@media (orientation: portrait){.footer{flex-direction:column;justify-content:center;margin-top:1rem}.svg-container{width:70%}#root>div.footer{min-height:auto}}.back-link{margin:3rem auto;text-align:center}.back-link a{border:1px solid black;padding:1rem;text-decoration:none;color:#000;transition:all .3s}.back-link a:hover{background-color:#000;color:#fff;transition:all .3s}.rsvp{display:flex;justify-content:space-around;flex-direction:column}.nina{position:relative}.nina span{position:absolute;padding-top:4rem;top:0;left:0;width:100%;height:100%;background-color:#00000080;color:#fff;font-size:2rem;text-align:center;text-transform:uppercase;font-weight:700;font-family:Red Rose,cursive;z-index:1}@media (orientation: portrait){.nina{width:100%}.nina img{width:100%;height:auto}}.rsvp-page{padding-top:3rem;background-color:#fff;background-image:none;min-height:100vh}.filmstrip{background-color:#111;padding:12px;overflow:hidden;width:100%;position:relative;border-radius:8px;box-shadow:0 0 12px #00000080}.filmstrip-frames{display:flex;flex-direction:row;animation:scrollFramesHorizontal 360s linear infinite}@keyframes scrollFramesHorizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.frame{border:4px solid #000;border-radius:4px;overflow:hidden;background:#000;margin-right:12px;flex-shrink:0}.frame img{width:220px;height:300px;object-fit:cover;display:block}.frame:nth-child(2n){transform:rotate(1deg)}.frame:nth-child(odd){transform:rotate(-1deg)}.filmstrip:before,.filmstrip:after{content:"";position:absolute;top:0;bottom:0;width:15px;background-image:radial-gradient(circle at 100% 50%,white 6px,transparent 6px);background-size:15px 20px;background-repeat:repeat-y;opacity:.5;z-index:2}.filmstrip:before{left:0;transform:rotate(180deg)}.filmstrip:after{right:0}.film-label{position:absolute;font-size:2rem;top:10px;left:10px;white-space:nowrap;font-family:monospace;z-index:10}
