:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}._pop_c7dl2_19{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100dvh;overflow-x:hidden;overflow-y:scroll;width:100vw;z-index:20}._htag_container_c7dl2_32{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:80%}._img_c7dl2_41{cursor:pointer;height:auto;position:fixed;right:var(--rightRight);top:var(--topRight);width:4rem;z-index:10}._main_c7dl2_51{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:2rem 0;overflow-y:scroll;width:100%;z-index:inherit}._pop_c7dl2_19::-webkit-scrollbar{display:none}._input_c7dl2_68::-moz-selection{background:#353535;color:#fff}._input_c7dl2_68::selection{background:#353535;color:#fff}._input_c7dl2_68::-webkit-file-upload-button{visibility:hidden}._input_c7dl2_68[type=file]{display:none}._label_c7dl2_81{align-items:center;border:1px solid #707070;color:#353535;cursor:pointer;display:flex;font-size:2em;height:6rem;justify-content:flex-start;margin:0;max-width:50rem;padding:1rem;position:relative;width:70%}._hidden_c7dl2_97{display:none}._select_c7dl2_101{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/icons/arrow.svg);background-position:calc(100% - 20px);background-repeat:no-repeat;border:1px solid #707070;color:#707070;font-family:AeonikL;font-size:20px;margin-bottom:0;padding-right:20px;width:100%}._file_name_c7dl2_117{font-size:15px;margin-bottom:0;margin-left:1.5rem;padding:1rem;position:relative}._file_name_c7dl2_117:before{content:url(data:\ image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOSAxM0MxOS4zNCAxMyAxOS42NyAxMy4wNCAyMCAxMy4wOVY4TDE0IDJINkM0Ljg5IDIgNCAyLjg5IDQgNFYyMEM0IDIxLjExIDQuODkgMjIgNiAyMkgxMy44MUMxMy4zIDIxLjEyIDEzIDIwLjEgMTMgMTlDMTMgMTUuNjkgMTUuNjkgMTMgMTkgMTNaTTEzIDMuNUwxOC41IDlIMTNWMy41Wk0yMy41IDIwTDIxIDIzTDE4LjUgMjBIMjBWMTZIMjJWMjBIMjMuNVpNMTkuNSAxOEgxOFYyMkgxNlYxOEgxNC41TDE3IDE1TDE5LjUgMThaIiBmaWxsPSIjMzUzNTM1Ii8+DQo8L3N2Zz4NCg==);display:block;height:20px;left:-1rem;margin-right:10px;position:absolute;top:45%;transform:translateY(-50%);width:20px}._upload_c7dl2_138{color:#707070;margin:0;position:relative}._label_c7dl2_81:after{content:url(data:\ image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05IDE2VjEwSDVMMTIgM0wxOSAxMEgxNVYxNkg5Wk01IDIwVjE4SDE5VjIwSDVaIiBmaWxsPSIjMzUzNTM1Ii8+DQo8L3N2Zz4NCg==);display:block;height:20px;margin-right:10px;position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);width:20px}._input_container_c7dl2_156:last-child{align-items:center;flex-direction:column;height:30vh;justify-content:flex-start;margin:0}._input_container_c7dl2_156:last-child ._input_c7dl2_68{height:20rem;padding:2rem 0 0 1rem;resize:none;width:70%}._select_c7dl2_101:hover{cursor:pointer}._button_c7dl2_175{background-color:#fff;border:1px solid #707070;border-radius:5rem;color:#707070;cursor:pointer;font-family:AeonikB;font-size:15px;height:5rem;text-transform:uppercase;transition:background-color .5 ease-in;width:35%}._button_c7dl2_175:hover{background-color:#353535;color:#fff}._h3_c7dl2_194{color:#353535;font-family:AeonikL;font-size:2em;opacity:.5;text-align:start;width:100%}._custom_option_c7dl2_203{color:#707070}._h1_c7dl2_207{color:#353535;font-family:AeonikB;font-size:2.5em;margin-bottom:2rem;position:relative;text-align:start;text-transform:uppercase;width:100%}._errors_container_c7dl2_218{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:.5rem 0 0;width:100%}._p_errors_c7dl2_227{color:red;font-size:1.5em;height:2rem;margin-bottom:0;margin-top:.5rem;text-align:start;width:70%}#_bottom_inputs_container_c7dl2_1 ._input_c7dl2_68{margin-bottom:2.5rem}#_bottom_inputs_container_two_c7dl2_1{align-items:center;flex-direction:column}#_bottom_inputs_container_two_c7dl2_1 #_last_ele_c7dl2_1:last-child{margin-bottom:3.5rem}._bubble_c7dl2_250{align-items:center;border:1px solid #707070;border-radius:50px;color:#707070;display:flex;flex-direction:row;height:3.2rem;justify-content:flex-start;padding-left:1rem;width:70%}._bubble_c7dl2_250 img{cursor:pointer;height:55%;margin-left:auto;margin-right:1.5rem}#_bottom_inputs_container_c7dl2_1 ._label_c7dl2_81{margin-bottom:2.5rem}._input_container_c7dl2_156{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:1rem;width:100%}._input_c7dl2_68{border:1px solid #707070;font-size:2em;height:6rem;max-width:50rem;padding:1rem;width:70%}._input_c7dl2_68:focus{outline:none}._input_c7dl2_68::-webkit-inner-spin-button,._input_c7dl2_68::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (min-width:1080px){._main_c7dl2_51{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:12rem auto 2rem;max-width:90rem;overflow-y:hidden;width:90%}._htag_container_c7dl2_32{grid-column:1/-1;width:100%}._h1_c7dl2_207{font-size:3.5em}._input_container_c7dl2_156{display:grid;gap:1rem;grid-column:1/-1;grid-template-columns:1fr 1fr;margin-bottom:0;width:100%}#_bottom_inputs_container_two_c7dl2_1{align-items:flex-start;display:flex;flex-direction:column;grid-column:1/-1;width:100%}._input_container_c7dl2_156:last-child{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;height:auto;width:100%}._input_container_c7dl2_156:last-child ._input_c7dl2_68{height:20rem;max-width:unset;width:100%}._input_c7dl2_68{width:100%}._select_c7dl2_101{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/icons/arrow.svg);background-position:calc(100% - 20px);background-repeat:no-repeat;border:1px solid #707070;color:#707070;font-family:AeonikL;font-size:2em;max-width:unset!important;padding-right:20px;width:100%}._p_errors_c7dl2_227{margin:.5rem 0 0;width:100%}._label_c7dl2_81{max-width:unset;width:100%}._pop_c7dl2_19{justify-content:center}._close_c7dl2_377{height:20%}._button_c7dl2_175{margin-top:1rem;width:30%}._bubble_c7dl2_250{width:100%}}:root{--sidePanelWidth:800px;--closeBtnSize:4.5rem;--vh:1vh;--topRight:calc(var(--closeBtnSize)*1);--rightRight:calc(var(--closeBtnSize)*1)}::-moz-selection{background:#ffeb04;color:#232323}::selection{background:#ffeb04;color:#232323}._footer_btuul_19{background-color:#f8f8f8;display:flex;flex-direction:column;height:auto;min-height:30dvh;padding:0;position:relative;width:100dvw;z-index:2}._footer_btuul_19:before{background:linear-gradient(90deg,transparent,#ffeb04,transparent);content:"";height:3px;left:0;opacity:.6;position:absolute;right:0;top:0}._main_container_btuul_41{align-items:flex-start;display:flex;flex-direction:row;gap:1.5rem;padding:3rem 2rem 2rem;width:100%}._img_container_btuul_50{align-items:flex-start;display:flex;flex-shrink:0}._logo_btuul_56{cursor:pointer;height:auto;opacity:.85;transition:opacity .33s ease,transform .33s cubic-bezier(.34,1.56,.64,1),filter .33s ease;width:4rem}._logo_btuul_56:hover{filter:drop-shadow(0 2px 8px rgba(255,235,4,.4));opacity:1;transform:scale(1.08) rotate(-3deg)}._logo_btuul_56:active{transform:scale(.97) rotate(0);transition-duration:.1s}._main_content_btuul_73{display:flex;flex:1;flex-direction:column;gap:.3rem}._h1_btuul_80{color:#353535;font-family:AeonikB;font-size:clamp(1.8rem,4vw,2.4rem);letter-spacing:.05em;line-height:1.2;margin:0;text-transform:uppercase}._h2_btuul_90{color:#707070;font-family:AeonikL;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:400;line-height:1.4;margin:0 0 1.2rem}._infos_btuul_99{color:#707070;font-family:AeonikR;font-size:clamp(1rem,2vw,1.3rem);margin:0;padding:.2rem 0;position:relative;text-decoration:none;transition:color .2s ease;width:-moz-fit-content;width:fit-content}._infos_btuul_99:after{background-color:#ffeb04;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .33s ease;width:0}._infos_btuul_99:hover{color:#353535}._infos_btuul_99:hover:after{width:100%}._socials_btuul_127{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-top:1.5rem}._socials_btuul_127:last-of-type{margin-top:1.2rem}._socials_img_btuul_138{border-radius:50%;cursor:pointer;height:2.8rem;opacity:.7;padding:.3rem;transition:all .2s ease;width:2.8rem}._socials_img_btuul_138:hover{background-color:#ffeb0426;opacity:1;transform:translateY(-2px)}._lang_btuul_153{border-radius:4px;color:gray;font-family:AeonikR;font-size:1.1rem;padding:.4rem .8rem;position:relative;text-decoration:none;transition:all .2s ease}._lang_btuul_153:hover{background-color:#3535350d;color:#353535}._langSelected_btuul_168{background-color:#ffeb0433;border-radius:4px;color:#353535;font-family:AeonikR;font-size:1.1rem;font-weight:500;padding:.4rem .8rem;pointer-events:none;text-decoration:none;touch-action:none}._socials_btuul_127 span{color:gray;font-size:1.1rem;opacity:.5}._secondary_btuul_187{display:flex;flex-direction:column;padding:0 2rem 2rem;width:100%}._separator_btuul_194{background:linear-gradient(90deg,transparent,hsla(0,0%,44%,.2) 20%,hsla(0,0%,44%,.2) 80%,transparent);height:1px;margin:1rem 0 2rem;width:100%}._flex_container_btuul_201{display:flex;flex-direction:column;gap:2rem;width:100%}._univers_container_btuul_208{border-bottom:1px solid hsla(0,0%,44%,.1);padding-bottom:2rem;width:100%}._univers_container_btuul_208:last-child{border-bottom:none;padding-bottom:0}._univers_btuul_208{display:flex;flex-direction:column;gap:.6rem}._link_h2_btuul_224{color:#353535;font-family:AeonikB;font-size:clamp(1.3rem,2.4vw,1.55rem);letter-spacing:.05em;margin-bottom:.8rem;position:relative;text-decoration:none;transition:color .2s ease;width:-moz-fit-content;width:fit-content}._link_h2_btuul_224:after{background-color:#ffeb04;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .33s ease;width:0}._link_h2_btuul_224:hover{color:#232323}._link_h2_btuul_224:hover:after{width:100%}._univers_btuul_208>p._h2_btuul_90{color:#353535;font-family:AeonikB;font-size:clamp(1.3rem,2.4vw,1.55rem);letter-spacing:.05em;margin-bottom:.8rem;position:relative;width:-moz-fit-content;width:fit-content}._univers_btuul_208>p._h2_btuul_90:after{background-color:#ffeb04;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:30px}._link_btuul_224{color:#707070;font-family:AeonikR;font-size:clamp(1.2rem,2.2vw,1.4rem);padding:.3rem 0;position:relative;text-decoration:none;transition:all .2s ease;width:-moz-fit-content;width:fit-content}._link_btuul_224:before{background-color:#ffeb04;content:"";height:2px;left:-12px;position:absolute;top:50%;transform:translateY(-50%);transition:width .2s ease;width:0}._link_btuul_224:hover{color:#353535;padding-left:8px}._link_btuul_224:hover:before{width:6px}@media only screen and (min-width:500px) and (max-width:1079px){._main_container_btuul_41{padding:2.5rem 3rem 1.5rem}._secondary_btuul_187{padding:0 3rem 2rem}._flex_container_btuul_201{flex-direction:row;flex-wrap:wrap;gap:2.5rem}._univers_container_btuul_208{min-width:200px;width:calc(50% - 1.25rem)}._separator_btuul_194{margin:.5rem 0 1.5rem}}@media screen and (min-width:1080px){._footer_btuul_19{align-items:flex-start;flex-direction:row;padding:3rem 4rem}._main_container_btuul_41{border-right:1px solid hsla(0,0%,44%,.15);min-width:280px;padding:0 2rem 0 0;width:28%}._img_container_btuul_50{margin-bottom:.5rem}._logo_btuul_56{width:4.5rem}._secondary_btuul_187{padding:0 0 0 3rem;width:72%}._separator_btuul_194{display:none}._flex_container_btuul_201{flex-direction:row;gap:4rem;justify-content:flex-start}._univers_container_btuul_208{border-bottom:none;flex:1;min-width:180px;padding-bottom:0;width:auto}._socials_img_btuul_138{height:3rem;width:3rem}}@media screen and (min-width:1400px){._footer_btuul_19{padding:4rem 6rem}._main_container_btuul_41{padding-right:3rem;width:25%}._secondary_btuul_187{padding-left:4rem;width:75%}._flex_container_btuul_201{gap:5rem}._univers_container_btuul_208{min-width:200px}}@media only screen and (max-width:499px){._main_container_btuul_41{flex-direction:column;gap:1rem;padding:2rem 1.5rem 1.5rem}._img_container_btuul_50{margin-bottom:.5rem}._logo_btuul_56{width:3.5rem}._h1_btuul_80{font-size:2rem;letter-spacing:.1em}._h2_btuul_90{font-size:1.5rem;margin-bottom:1rem}._infos_btuul_99{font-size:1.4rem}._secondary_btuul_187{padding:0 1.5rem 2rem}._separator_btuul_194{margin:.5rem 0 1.5rem}._socials_btuul_127{gap:.3rem}._socials_img_btuul_138{height:2.4rem;width:2.4rem}._langSelected_btuul_168,._lang_btuul_153{font-size:1.4rem;padding:.3rem .6rem}._link_h2_btuul_224{font-size:1.5rem}._link_btuul_224{font-size:1.4rem}}
