@charset "UTF-8";@import"https://fonts.cdnfonts.com/css/ridley-grotesk";:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}*{padding:0;margin:0}:root{overflow-x:hidden}@media (max-width: 1550px){html{font-size:11px}}@media (max-width: 700px){html{font-size:13px}}body{background-color:var(--lightRed)}.swiper-pagination-bullet-active{background-color:#fff!important}[data-v-40a2ebaf]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.formulaire[data-v-40a2ebaf]{background-color:var(--regularRed)}.before-form[data-v-40a2ebaf]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem 0;text-align:center;color:#fff}.before-form h1[data-v-40a2ebaf]{font-size:1.4rem;font-weight:600;font-family:Ridley Grotesk,sans-serif;letter-spacing:.1rem;text-transform:uppercase}.before-form h1 a[data-v-40a2ebaf]{text-decoration:none;color:var(--primaryColor);font-size:2rem;transition-duration:.35s}.before-form h1 a[data-v-40a2ebaf]:hover{color:var(--secondColor);transition-duration:.35s}.before-form .text[data-v-40a2ebaf]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.2rem;max-width:475px;line-height:1.4rem}input[type=text][data-v-40a2ebaf],input[type=email][data-v-40a2ebaf],input[type=tel][data-v-40a2ebaf]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background-color:transparent;margin:0;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1rem;padding:0 0 5px 10px;color:#4d6762;border-bottom:1px solid white}input[type=text][data-v-40a2ebaf]::placeholder,input[type=email][data-v-40a2ebaf]::placeholder,input[type=tel][data-v-40a2ebaf]::placeholder{color:#fff;opacity:.6}input[type=radio][data-v-40a2ebaf]{font-size:1.3rem;--active: white;--active-inner: white;--focus: 2px white;--border: 2px solid white;--border-hover: white;--background: rgba(0, 0, 0, .5) --disabled: white;--disabled-inner: white;-webkit-appearance:none;-moz-appearance:none;height:20px;width:20px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--lightRed);border-radius:100px;background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=radio][data-v-40a2ebaf]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)}input[type=radio][data-v-40a2ebaf]:checked{--b: var(--lightRed);border:1px solid var(--lightRed);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}input[type=radio][data-v-40a2ebaf]:disabled{--b: white;cursor:not-allowed;opacity:.9}input[type=radio][data-v-40a2ebaf]:disabled:checked{--b: white;--bc: var(--border)}input[type=radio]:disabled+label[data-v-40a2ebaf]{cursor:not-allowed}input[type=radio][data-v-40a2ebaf]:hover:not(:checked):not(:disabled){--bc: white}input[type=radio][data-v-40a2ebaf]:not(.switch){width:21px}input[type=radio][data-v-40a2ebaf]:not(.switch):after{opacity:var(--o, 0)}input[type=radio][data-v-40a2ebaf]:not(.switch):checked{--o: 1}input[type=radio]+label[data-v-40a2ebaf]{line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[data-v-40a2ebaf]:autofill{background-color:none}.top-form[data-v-40a2ebaf]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem 0;font-size:1.3rem}.line-form[data-v-40a2ebaf]{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;padding:0 .5rem}.subtitle[data-v-40a2ebaf]{text-align:center;color:#fff;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;margin:0 0 -15px}.input-text[data-v-40a2ebaf],.input-select[data-v-40a2ebaf],.input-radio[data-v-40a2ebaf]{display:flex;flex-direction:column}.input-text[data-v-40a2ebaf],.input-select[data-v-40a2ebaf]{text-align:left}.input-text .invalideForm[data-v-40a2ebaf],.input-select .invalideForm[data-v-40a2ebaf]{outline:solid 1px red}.input-select[data-v-40a2ebaf]{gap:4vh}.input-radio[data-v-40a2ebaf]{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.input-radio label[data-v-40a2ebaf]{cursor:pointer;color:#fff;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem}.input-checkbox[data-v-40a2ebaf]{display:flex;flex-direction:row;gap:5px;margin:30px 0}.input-checkbox label[data-v-40a2ebaf]{display:block;cursor:pointer;color:var(--lightRed);font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.8rem;line-height:1rem}.input-checkbox .invalideForm[data-v-40a2ebaf]{outline:solid 1px red}.line-check[data-v-40a2ebaf]{max-width:500px}input[type=checkbox][data-v-40a2ebaf]{--active: $primary-color;--active-inner: var(--lightRed);--focus: 2px var(--lightRed);--border: var(--lightRed);--border-hover: var(--lightRed);--disabled: #f6f8ff;--disabled-inner: #e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:15px;min-width:15px;outline:none;display:inline-block;position:relative;margin:0 5px 0 0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox][data-v-40a2ebaf]:after{content:"";display:block;margin-left:3px;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)}input[type=checkbox][data-v-40a2ebaf]:checked{--b: rgba(0, 0, 0, 0);--bc: var(--lightRed);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}input[type=checkbox][data-v-40a2ebaf]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox][data-v-40a2ebaf]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}input[type=checkbox]:disabled+label[data-v-40a2ebaf]{cursor:not-allowed}input[type=checkbox][data-v-40a2ebaf]:not(.switch){width:10px}input[type=checkbox][data-v-40a2ebaf]:not(.switch):after{opacity:var(--o, 0)}input[type=checkbox][data-v-40a2ebaf]:not(.switch):checked{--o: 1}input[type=checkbox][data-v-40a2ebaf]:required:valid{border:solid var(--lightRed) 0px}input[type=checkbox][data-v-40a2ebaf]:required:invalid{border:solid var(--lightRed) 1px}input[type=checkbox][data-v-40a2ebaf]:required:invalid:before{content:"Merci de bien vouloir cocher la case pour confirmer votre inscription";display:inline-block;position:absolute;text-align:center;padding:1px;top:-40px;width:500px;background-color:#4d67621a;border-radius:20px;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-style:normal;font-size:14px;color:#fff}@media screen and (max-width: 1550px){input[type=checkbox][data-v-40a2ebaf]:required:invalid:before{width:400px;top:-30px;padding-left:0;padding-right:0;font-size:10px}}@media (max-width: 1300px){input[type=checkbox][data-v-40a2ebaf]:required:invalid:before{width:300px}}@media screen and (max-width: 500px){input[type=checkbox][data-v-40a2ebaf]:required:invalid:before{width:250px;top:-40px;padding-left:0;padding-right:0;font-size:9px}}input[type=checkbox][data-v-40a2ebaf]:not(.switch){border-radius:7px}input[type=checkbox][data-v-40a2ebaf]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:2px;transform:rotate(var(--r, 20deg))}input[type=checkbox][data-v-40a2ebaf]:not(.switch):checked{--r: 43deg}.remerciement[data-v-40a2ebaf]{display:none;flex-direction:column;font-size:1.3rem;width:100%;height:100%;text-align:center;color:#fff;background:var(--darkRed);font-weight:400;font-family:Ridley Grotesk,sans-serif}.bottom-form[data-v-40a2ebaf]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:0px 0px 5vh}.bottom-form .button[data-v-40a2ebaf]{background-color:var(--darkRed);font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.5rem;text-transform:uppercase;text-align:center;color:#fff;max-width:215px;padding:.7rem 1.5rem;cursor:pointer;transition-duration:.35s}.bottom-form .button[data-v-40a2ebaf]:hover{transition-duration:.35s;color:var(--lightGreen)}.bottom-form .required[data-v-40a2ebaf]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff}@keyframes opacityOut-40a2ebaf{0%{opacity:100%}to{opacity:0%}}@keyframes opacityIn-40a2ebaf{0%{opacity:0%}to{opacity:100%}}.formSubmited[data-v-40a2ebaf]{animation:opacityOut-40a2ebaf 1s ease-in forwards}.activeRemerciement[data-v-40a2ebaf]{display:flex;animation:opacityIn-40a2ebaf 1s ease-in forwards}@media screen and (max-width: 1024px){.before-form[data-v-40a2ebaf]{padding:10px 0}.before-form h1 a[data-v-40a2ebaf]{color:var(--primaryColor);font-size:2rem}input[type=text][data-v-40a2ebaf],input[type=email][data-v-40a2ebaf],input[type=tel][data-v-40a2ebaf]{font-size:1rem;width:100%}.top-form[data-v-40a2ebaf]{font-size:.1rem;padding:3vh 3vw 0vh 3vw;gap:20px;margin-bottom:10px}.line-form[data-v-40a2ebaf]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.input-radio[data-v-40a2ebaf]{text-align:center}.input-radio label[data-v-40a2ebaf]{font-size:.8rem}.input-checkbox[data-v-40a2ebaf]{margin:30px 0}.input-checkbox label[data-v-40a2ebaf]{cursor:pointer;font-size:.7rem}.bottom-form[data-v-40a2ebaf]{gap:20px;padding:0 0 20px}.bottom-form .button[data-v-40a2ebaf]{padding:6px 20px 8px;font-size:1rem}.bottom-form .required[data-v-40a2ebaf]{font-size:.7rem}.remerciement[data-v-40a2ebaf]{position:static;translate:initial;top:initial;left:initial}.remerciement iframe[data-v-40a2ebaf]{margin-top:1rem;height:300px;width:100%}.activeRemerciement[data-v-40a2ebaf]{display:flex;margin-top:initial;animation:opacityIn-40a2ebaf 1s ease-in forwards}.invalideForm[data-v-40a2ebaf]{outline:solid 1px red}}@media screen and (max-width: 350px){.line-form[data-v-40a2ebaf]{display:flex;flex-direction:column}}[data-v-266144c8]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}#izia[data-v-266144c8]{position:relative;top:13px;max-width:30px;fill:#707070;margin-top:-20px}@media screen and (max-width: 1520px){#izia[data-v-266144c8]{margin-top:-20px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}[data-v-4f341890]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.slider[data-v-4f341890]{position:relative;width:auto;border-radius:6px}.slider .swiper-wrapper[data-v-4f341890]{width:auto;height:auto}.slider .swiper-wrapper .swiper-slide[data-v-4f341890]{width:auto;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.swiper-card[data-v-4f341890]{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--secondColor);max-width:80dvw;text-align:center}.swiper-card img[data-v-4f341890]{max-width:80dvw}.swiper-card .bottom[data-v-4f341890]{padding:1.5rem 0}.swiper-card .title[data-v-4f341890]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.6rem;color:var(--primaryColor)}.swiper-card .element[data-v-4f341890]{font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.6rem;color:var(--primaryColor)}.swiper-card .element .sub[data-v-4f341890]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.8rem}.swiper-card .element .minus[data-v-4f341890]{font-size:1rem}.sliderContainer[data-v-4f341890]{position:relative;width:auto;overflow:hidden}.swiper-button-prev-custom[data-v-4f341890]{position:relative;cursor:pointer;z-index:2;translate:-3dvw -25dvh;width:1px;background-color:var(--quadColor);border-radius:50px;font-size:1rem;color:var(--secondaryColor)}.swiper-button-next-custom[data-v-4f341890]{position:relative;right:-84dvw;cursor:pointer;z-index:2;translate:0 -34dvh;width:1px;background-color:var(--quadColor);border-radius:50px;font-size:1rem;color:var(--secondaryColor)}.swiper-pagination-bullet-active[data-v-4f341890]{background-color:var(--primaryColor)!important}[data-v-a3dbeb6b]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.slider[data-v-a3dbeb6b]{position:relative;width:auto;border-radius:6px}.slider .swiper-wrapper[data-v-a3dbeb6b]{width:auto;height:auto}.slider .swiper-wrapper .swiper-slide[data-v-a3dbeb6b]{width:auto;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.swiper-card[data-v-a3dbeb6b]{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--secondColor);max-width:26dvw;text-align:center}.swiper-card img[data-v-a3dbeb6b]{max-width:26dvw}.swiper-card .bottom[data-v-a3dbeb6b]{padding:1.5rem 0}.swiper-card .title[data-v-a3dbeb6b]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.6rem;color:var(--primaryColor)}.swiper-card .element[data-v-a3dbeb6b]{font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.6rem;color:var(--primaryColor)}.swiper-card .element .sub[data-v-a3dbeb6b]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.6rem}.swiper-card .element .minus[data-v-a3dbeb6b]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.8rem;vertical-align:top}.sliderContainer[data-v-a3dbeb6b]{position:relative;width:auto;overflow:hidden}.swiper-button-prev-custom[data-v-a3dbeb6b]{position:relative;cursor:pointer;z-index:2;translate:-3dvw -25dvh;width:1px;background-color:var(--quadColor);border-radius:50px;font-size:1rem;color:var(--secondaryColor)}.swiper-button-next-custom[data-v-a3dbeb6b]{position:relative;right:-84dvw;cursor:pointer;z-index:2;translate:0 -34dvh;width:1px;background-color:var(--quadColor);border-radius:50px;font-size:1rem;color:var(--secondaryColor)}.swiper-pagination-bullet-active[data-v-a3dbeb6b]{background-color:var(--primaryColor)!important}[data-v-c92eb64c]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.slider[data-v-c92eb64c]{position:relative;width:100%;height:100%}.slider .swiper-wrapper[data-v-c92eb64c]{width:100%;height:100%}[data-v-de192e90]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.slider[data-v-de192e90]{background-color:#fff;position:relative;width:100%;height:100%}.slider .swiper-wrapper[data-v-de192e90]{width:100%;height:100%}.swiper-slide .sticker[data-v-de192e90]{position:absolute;bottom:0;left:50%;translate:-50%;background-color:var(--darkRed);font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1rem;padding:.3rem 2rem;color:#fff}.swiper-button-prev-custom[data-v-de192e90]{position:absolute;top:0;left:0;background-color:var(--darkRed);height:100%;cursor:pointer;z-index:10;color:var(--secondaryColor)}.swiper-button-prev-custom svg[data-v-de192e90]{height:100%;width:100%}.swiper-button-next-custom[data-v-de192e90]{position:absolute;top:0;right:0;background-color:var(--darkRed);height:100%;cursor:pointer;z-index:10;color:var(--secondaryColor)}.swiper-button-next-custom svg[data-v-de192e90]{height:100%;width:100%}[data-v-5111025e]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.slider[data-v-5111025e]{position:relative;width:100%;height:100%}.slider .swiper-wrapper[data-v-5111025e]{width:100%;height:100%}.swiper-button-prev-custom[data-v-5111025e]{position:absolute;top:30%;left:2rem;height:50px;width:50px;cursor:pointer;z-index:10;color:var(--secondaryColor)}.swiper-button-prev-custom svg[data-v-5111025e]{height:100%;width:100%}.swiper-button-next-custom[data-v-5111025e]{position:absolute;top:30%;right:2rem;height:50px;width:50px;cursor:pointer;z-index:10;color:var(--secondaryColor)}.swiper-button-next-custom svg[data-v-5111025e]{height:100%;width:100%}.card[data-v-5111025e]{display:flex;flex-direction:column;align-items:center;justify-content:top;height:100%;margin:2rem 0 0}.element[data-v-5111025e]{background-color:var(--lightRed);padding:3rem;border-radius:20rem;border:4px solid var(--darkRed)}.element img[data-v-5111025e]{margin-top:-.5rem}.voiture[data-v-5111025e]{padding:2rem 1.4rem}.text[data-v-5111025e]{margin:2rem 0 0;font-weight:400;font-family:Ridley Grotesk,sans-serif;color:var(--lightRed);font-size:1.3rem;padding:0 10dvw;z-index:99;text-align:center}[data-v-bda9f455]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.wrapper[data-v-bda9f455]{width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.navigation-arrow[data-v-bda9f455]{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;height:50px;bottom:2rem;right:2rem;transition-duration:1s;border-radius:100px;padding:0 0 0 .2rem;cursor:pointer}.lorem-text[data-v-bda9f455]{font-size:2rem;color:#fff;font-family:Verdana,Geneva,Tahoma,sans-serif}.original-arrow[data-v-bda9f455]{transition-duration:.3s;transform:rotate(0)}.left-arrow[data-v-bda9f455]{transition-duration:.3s;transform:rotate(90deg)}.right-arrow[data-v-bda9f455]{transition-duration:.3s;transform:rotate(-90deg)}.shinning[data-v-bda9f455]{animation:haloAnimation-bda9f455 2s ease-in-out infinite}@keyframes haloAnimation-bda9f455{0%{box-shadow:0 0 #ffffffb3}50%{box-shadow:0 0 20px 10px #fff0}to{box-shadow:0 0 #fff0}}.section-displayed[data-v-bda9f455]{animation:display-to-right-bda9f455 1s ease-in-out}.initialPosition[data-v-bda9f455]{display:block}.initialPositionoff[data-v-bda9f455],.section-undisplayed[data-v-bda9f455]{display:none}@keyframes display-to-right-bda9f455{0%{transform:translate(100%) translateY(-100%)}to{transform:translate(0) translateY(-100%)}}@keyframes display-to-left-bda9f455{0%{transform:translate(100%) translateY(-100%)}to{transform:translate(0) translateY(-100%)}}.wrapper1[data-v-bda9f455]{background-color:red}.wrapper2[data-v-bda9f455]{background-color:green}.wrapper3[data-v-bda9f455]{background-color:#00f}.wrapper4[data-v-bda9f455]{background-color:#ff0}.wrapper5[data-v-bda9f455]{background-color:purple}.wrapper6[data-v-bda9f455]{background-color:#48d1cc}[data-v-d8ecb3d7]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.tel[data-v-d8ecb3d7]{position:fixed;top:1rem;right:1rem;z-index:99;padding:.2rem;border-radius:.7rem;background-color:var(--darkRed);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.35s;cursor:pointer}.tel .tel-svg[data-v-d8ecb3d7]{padding:2px 2px 0 0;width:34px;height:34px;fill:var(--lightRed);pointer-events:none}.tel[data-v-d8ecb3d7]:hover{background-color:var(--darkGreen)}.button[data-v-d8ecb3d7]{background-color:var(--darkRed);font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;text-transform:uppercase;text-align:center;color:#fff;margin:0 1rem;padding:.4rem 1.2rem;cursor:pointer;transition-duration:.35s}.button[data-v-d8ecb3d7]:hover{transition-duration:.35s;color:var(--lightGreen)}@media (max-height: 700px){.button[data-v-d8ecb3d7]{font-size:.8rem;margin:0 1.5rem;padding:.3rem .5rem}}header[data-v-d8ecb3d7]{width:100%;height:100dvh;background-color:var(--lightRed);position:relative}header .wrapper[data-v-d8ecb3d7]{position:relative;height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0 15dvw;text-align:center;background-color:var(--lightGreen)}header .wrapper img[data-v-d8ecb3d7]{max-width:40dvw}header .wrapper2[data-v-d8ecb3d7]{height:43%;background-position:center 80%;background-size:cover}header h1[data-v-d8ecb3d7]{font-size:1.3rem;font-weight:600;font-family:Ridley Grotesk,sans-serif;color:var(--darkRed);margin:0 0 .5rem}header h2[data-v-d8ecb3d7]{font-size:1.3rem;font-weight:400;font-family:Ridley Grotesk,sans-serif;color:var(--darkRed);text-transform:uppercase;margin:0 0 1rem}header h3[data-v-d8ecb3d7]{font-size:1rem;font-weight:500;font-family:Ridley Grotesk,sans-serif;color:#fff}.floating-banner[data-v-d8ecb3d7]{height:7%;width:100%;position:fixed;z-index:99;bottom:0;background-color:var(--lightRed);display:flex;flex-direction:column;align-items:center;justify-content:center}.btn[data-v-d8ecb3d7]{padding:.8rem 1rem;background-color:var(--darkRed);color:#fff;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1rem}.section-1[data-v-d8ecb3d7]{width:100%;height:100dvh;background-color:var(--lightRed)}.section-1 .top[data-v-d8ecb3d7]{height:20%;background-color:var(--lightGreen);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-1 .top h1[data-v-d8ecb3d7]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-1 .top h2[data-v-d8ecb3d7]{text-transform:uppercase;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-1 .top h3[data-v-d8ecb3d7]{margin:.8rem 0 0;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff}.section-1 .center-top[data-v-d8ecb3d7]{height:30%;background-color:#fff;position:relative;margin-bottom:1rem}.section-1 .center-top img[data-v-d8ecb3d7]{position:absolute}.section-1 .center-top .faded-pers[data-v-d8ecb3d7]{width:100%;height:100%;z-index:2}.section-1 .center-top .lettrage-right[data-v-d8ecb3d7]{width:30%;height:80%;right:5%;bottom:5%;z-index:3;opacity:0}.section-1 .center-top .lettrage-left[data-v-d8ecb3d7]{width:100%;height:60%;z-index:3;left:-25%;bottom:5%;opacity:0}.section-1 .center-bottom[data-v-d8ecb3d7]{height:15%;background-color:var(--lightRed);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-1 .center-bottom h1[data-v-d8ecb3d7]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkRed)}.section-1 .center-bottom h2[data-v-d8ecb3d7]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkRed)}.section-1 .center-bottom h3[data-v-d8ecb3d7]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff}.section-1 .bottom[data-v-d8ecb3d7]{height:33%;background-color:var(--lightRed);background-image:url(background-pers.jpg);overflow:hidden}.section-2[data-v-d8ecb3d7]{width:100%;height:100dvh;background-color:var(--lightRed)}.section-2 .top[data-v-d8ecb3d7]{height:15%;background-color:var(--lightRed);display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:center;gap:1rem;padding:0 5dvw}.section-2 .top .wrapper[data-v-d8ecb3d7]{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);gap:1rem;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff}.section-2 .top .wrapper img[data-v-d8ecb3d7]{margin:auto}.section-2 .center-top[data-v-d8ecb3d7]{height:25%;background-color:#fff;position:relative;overflow:hidden}.section-2 .center-bottom[data-v-d8ecb3d7]{height:25%;background-color:var(--lightGreen);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-2 .center-bottom h1[data-v-d8ecb3d7]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-2 .center-bottom h2[data-v-d8ecb3d7]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-2 .center-bottom h3[data-v-d8ecb3d7]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff;padding:0 2dvw}.section-2 .bottom[data-v-d8ecb3d7]{height:35%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.section-2 .bottom h3[data-v-d8ecb3d7]{margin:0rem 0 .5rem;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.2rem;color:var(--darkGreen)}.section-2 .bottom img[data-v-d8ecb3d7]{width:80%}.section-3[data-v-d8ecb3d7]{width:100%;height:100dvh;background-color:#fff}.section-3 .top[data-v-d8ecb3d7]{position:relative;height:32%;background-color:var(--lightRed);background-size:cover;background-position:center}.section-3 .top .legend[data-v-d8ecb3d7]{position:absolute;bottom:0;left:50%;transform:translate(-50%);font-weight:400;font-family:Ridley Grotesk,sans-serif;color:#fff;padding:1rem;font-size:1.5rem;-webkit-backdrop-filter:brightness(80%) blur(4px);backdrop-filter:brightness(80%) blur(4px);width:14rem;border-top-left-radius:20px;border-top-right-radius:20px;text-align:center}.section-3 .center[data-v-d8ecb3d7]{height:28%;background-color:var(--lightGreen);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-3 .center h1[data-v-d8ecb3d7]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-3 .center h2[data-v-d8ecb3d7]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:var(--darkGreen)}.section-3 .center h3[data-v-d8ecb3d7]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff;padding:0 2dvw}.section-3 .bottom[data-v-d8ecb3d7]{height:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.section-4[data-v-d8ecb3d7]{width:100%;height:auto;background-color:var(--lightGreen)}.section-4 .top[data-v-d8ecb3d7]{height:25rem;background-size:cover;background-position:center;background-color:#fff}.section-4 .bottom[data-v-d8ecb3d7]{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 10dvw}.section-4 .bottom .tel-number[data-v-d8ecb3d7]{text-align:center;color:#fff;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:2.7rem;text-wrap:nowrap;transition:.35s;text-decoration:none}.section-4 .bottom .tel-number[data-v-d8ecb3d7]:hover{color:var(--darkRed)}footer[data-v-d8ecb3d7]{margin-bottom:14%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 10dvw;background-color:#fff}footer img[data-v-d8ecb3d7]{max-width:80px;width:auto}footer .ml[data-v-d8ecb3d7]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.9rem;color:#707070;text-align:center}@keyframes fadeIn-d8ecb3d7{0%{opacity:1}to{opacity:.2}}@keyframes fadeOut-d8ecb3d7{0%{opacity:0}to{opacity:1}}.faded[data-v-d8ecb3d7]{animation:fadeIn-d8ecb3d7 1s ease-in-out forwards}.lettrage-unfaded[data-v-d8ecb3d7]{animation:fadeOut-d8ecb3d7 1s ease-in-out forwards}[data-v-433ce727]:root{--darkRed: #9C1B15;--regularRed: #BD5150;--lightRed: #DD9394;--darkGreen: #749E66;--lightGreen: #B0D6AE;--white: #ffffff}.tel[data-v-433ce727]{position:fixed;top:1rem;right:1rem;z-index:99;padding:.2rem;border-radius:.7rem;background-color:var(--darkRed);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.35s;cursor:pointer}.tel .tel-svg[data-v-433ce727]{padding:2px 2px 0 0;width:34px;height:34px;fill:var(--lightRed);pointer-events:none}.tel[data-v-433ce727]:hover{background-color:var(--darkGreen)}main[data-v-433ce727]{position:relative;display:grid;grid-template-columns:30% 70%;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px}aside[data-v-433ce727]{background-color:purple;position:sticky;width:100%;grid-area:1/1/2/2}article[data-v-433ce727]{position:relative;background-color:#fff;width:100%;grid-area:1/2/2/3}.slide-1[data-v-433ce727]{height:100dvh;background-color:var(--lightGreen);width:100%}.slide-1 .wrapper[data-v-433ce727]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;padding:4rem 5dvw;text-align:center;background-color:var(--lightGreen)}.slide-1 .wrapper img[data-v-433ce727]{margin-left:4rem;width:60%}.slide-1 .wrapper2[data-v-433ce727]{height:43%;background-position:center 80%;background-size:cover}.slide-1 h1[data-v-433ce727]{font-size:2rem;font-weight:600;font-family:Ridley Grotesk,sans-serif;color:var(--darkRed);margin:0 0 .5rem}.slide-1 h2[data-v-433ce727]{font-size:2rem;font-weight:400;font-family:Ridley Grotesk,sans-serif;color:var(--darkRed);text-transform:uppercase;margin:0 0 1rem}.slide-1 h3[data-v-433ce727]{font-size:1.5rem;font-weight:500;font-family:Ridley Grotesk,sans-serif;color:#fff}.section-1[data-v-433ce727]{--actual-width: var(--10aabf02);--actual-height: var(--384b14e4);position:relative;height:200dvh;width:100%;border-left:6px solid white}.section-1 .background-img-fixed[data-v-433ce727]{position:fixed;background-size:cover;background-position:center;width:var(--actual-width);height:var(--actual-height)}.section-1 .layer[data-v-433ce727]{position:absolute;bottom:0;background-color:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:var(--actual-width);height:var(--actual-height);z-index:2;opacity:0}.section-1 .fadeIn[data-v-433ce727]{animation:fadeIn-433ce727 1s ease-in-out forwards}.section-1 .fadeInLettrage[data-v-433ce727]{animation-delay:1s;animation:fadeIn-433ce727 1s ease-in-out forwards}.section-1 .lettrage-right[data-v-433ce727]{position:absolute;bottom:7%;right:5dvw;width:16dvw;z-index:3;opacity:0}.section-1 .lettrage-left[data-v-433ce727]{position:absolute;bottom:5%;left:11dvw;width:21dvw;height:30%;z-index:3;opacity:0}@keyframes fadeIn-433ce727{0%{opacity:0}to{opacity:1}}.invisible-trigger[data-v-433ce727]{width:200px;height:300px;position:absolute;bottom:20px}.slide-2[data-v-433ce727]{height:100dvh;background-color:var(--lightRed);width:100%}.slide-2 .wrapper-top[data-v-433ce727]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:35%}.slide-2 .wrapper-top h1[data-v-433ce727]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.slide-2 .wrapper-top h2[data-v-433ce727]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.slide-2 .wrapper-top h3[data-v-433ce727]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:#fff}.slide-2 .wrapper-center[data-v-433ce727]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:30%}.slide-2 .wrapper-center .img-container[data-v-433ce727]{height:100%;width:100%;background-size:cover;background-position:center}.slide-2 .wrapper-bottom[data-v-433ce727]{height:35%;width:100%;background-color:var(--lightGreen);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.slide-2 .wrapper-bottom h1[data-v-433ce727]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.slide-2 .wrapper-bottom h2[data-v-433ce727]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.slide-2 .wrapper-bottom h3[data-v-433ce727]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:#fff}.section-2[data-v-433ce727]{position:relative;height:100dvh;width:100%;z-index:2;border-left:6px solid white}.section-2 .wrapper-top[data-v-433ce727]{height:25%;background-color:var(--lightRed);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-2 .wrapper-top h1[data-v-433ce727]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.section-2 .wrapper-top h2[data-v-433ce727]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.8rem;color:var(--darkRed)}.section-2 .wrapper-top h3[data-v-433ce727]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:#fff;padding:0 13dvw}.section-2 .wrapper-center[data-v-433ce727]{height:75%;overflow:hidden}.slide-3[data-v-433ce727]{height:100dvh;background-color:var(--lightGreen);width:100%}.slide-3 .wrapper-top[data-v-433ce727]{height:40%;background-color:var(--lightGreen)}.slide-3 .wrapper-top .img-container[data-v-433ce727]{height:100%;width:100%;background-size:cover;background-position:center}.slide-3 .wrapper-bottom[data-v-433ce727]{height:60%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.slide-3 .wrapper-bottom h3[data-v-433ce727]{text-align:center;margin:0rem 0 1rem;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1.5rem;color:var(--darkGreen)}.slide-3 .wrapper-bottom img[data-v-433ce727]{width:80%}@media (max-width: 1300px){.slide-3 .wrapper-top[data-v-433ce727]{height:45%}.slide-3 .wrapper-top h1[data-v-433ce727],.slide-3 .wrapper-top h2[data-v-433ce727]{font-size:1.8rem}.slide-3 .wrapper-top h3[data-v-433ce727]{font-size:1.3rem}.slide-3 .wrapper-bottom[data-v-433ce727]{height:55%}.slide-3 .wrapper-bottom img[data-v-433ce727]{width:80%}}.section-3[data-v-433ce727]{position:relative;height:65dvh;width:100%;background-position:center;background-size:cover;z-index:2;border-left:6px solid white}.section-3 .legend[data-v-433ce727]{position:absolute;bottom:0;left:50%;transform:translate(-50%);font-weight:400;font-family:Ridley Grotesk,sans-serif;color:#fff;padding:1rem;font-size:1rem;-webkit-backdrop-filter:brightness(80%) blur(4px);backdrop-filter:brightness(80%) blur(4px);width:14rem;border-top-left-radius:20px;border-top-right-radius:20px;text-align:center}.slide-4[data-v-433ce727]{height:65dvh;background-color:var(--lightRed);width:100%}.slide-4 .top[data-v-433ce727]{background-color:var(--lightRed);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:40%}.slide-4 .top h1[data-v-433ce727]{margin:0 .5rem;text-transform:uppercase;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1.5rem;color:var(--darkRed)}.slide-4 .top h2[data-v-433ce727]{text-transform:uppercase;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.5rem;color:var(--darkRed)}.slide-4 .top h3[data-v-433ce727]{margin:.8rem 0 0;font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff;padding:0 2rem}.slide-4 .bottom[data-v-433ce727]{height:60%;background-color:var(--lightRed);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.slide-4 .bottom .wrapper[data-v-433ce727]{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);gap:1rem;font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:1.3rem;color:#fff}.slide-4 .bottom .wrapper img[data-v-433ce727]{width:20%;margin:auto}.button[data-v-433ce727]{background-color:var(--darkRed);font-weight:500;font-family:Ridley Grotesk,sans-serif;font-size:1rem;text-transform:uppercase;text-align:center;color:#fff;padding:.8rem 1.2rem;cursor:pointer;transition-duration:.35s}.button[data-v-433ce727]:hover{transition-duration:.35s;color:var(--lightGreen)}.banner[data-v-433ce727]{position:relative;height:35dvh;width:100%;background-color:#fff;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:2.5rem 0 0}.banner .card[data-v-433ce727]{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:0px;grid-row-gap:0px;height:100%;margin:2rem 0 0}.banner .top[data-v-433ce727]{display:flex;flex-direction:column;align-items:center;justify-content:center}.banner .element[data-v-433ce727]{background-color:var(--lightRed);padding:3rem;border-radius:20rem;margin:0 0 1rem;border:4px solid var(--darkRed)}.banner .element img[data-v-433ce727]{margin-top:-.5rem}.banner .voiture[data-v-433ce727]{padding:1.9rem 1.5rem}.banner .text[data-v-433ce727]{max-width:20rem;color:var(--lightRed);font-weight:400;font-family:Ridley Grotesk,sans-serif;text-align:center}@media (max-width: 1300px){.banner[data-v-433ce727]{height:40dvh}}.section-5[data-v-433ce727]{display:grid;grid-template-columns:30% 70%;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;height:100dvh;width:100%;position:relative}.section-5 .left[data-v-433ce727]{background-color:var(--lightGreen);width:100%;height:100%;grid-area:1/1/2/2;display:flex;flex-direction:column;align-items:center;gap:2rem}.section-5 .left .tel-number[data-v-433ce727]{padding:1rem 0 0;color:#fff;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:3rem;text-wrap:nowrap;transition:.35s;text-decoration:none}.section-5 .left .tel-number[data-v-433ce727]:hover{color:var(--darkRed)}.section-5 .right[data-v-433ce727]{background-size:cover;background-position:center;background-color:#fff;height:100%;width:100%;grid-area:1/2/2/3}footer[data-v-433ce727]{display:flex;flex-direction:row;align-items:center;height:100%;background-color:#fff}footer img[data-v-433ce727]{width:20%}footer .ml[data-v-433ce727]{font-weight:400;font-family:Ridley Grotesk,sans-serif;font-size:.9rem;color:#707070;text-align:center}.nav[data-v-433ce727]{position:fixed;bottom:0;height:5dvh;width:100%;background-color:var(--darkRed);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-family:Ridley Grotesk,sans-serif;font-size:1rem;color:#fff;text-transform:uppercase;z-index:10;opacity:1;transition:.35s}.disableNav[data-v-433ce727]{visibility:hidden;opacity:0}
