.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}*{margin:0;padding:0;box-sizing:border-box}:root{--ink:#23262F;--muted:#8A8F9C;--faint:#C4C8D2;--accent:#7ac2ea;--accent-soft:#086ba1;--surface:#F7F7FA;--border:#E3E4EA;--radius:14px;--white:#FFFFFF;--gray:#eee}body{background-color:var(--surface);font-family:"Google Sans",sans-serif}h1,h2,h3,h4{font-weight:200;color:var(--ink);line-height:1.3;position:relative;padding-bottom:0.4em;margin-left:0;margin-right:0}h1::after,h2::after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:linear-gradient(to right,var(--gray) 0%,rgba(255,255,255,0) 80%);border-radius:2px}h1.no-after::after{content:none}h2{font-size:2.25rem;margin-top:2.5rem;margin-bottom:1.5rem;color:var(--muted)}h3{font-size:1.75rem;margin-top:2.0rem;margin-bottom:1.25rem}h4{font-size:1.35rem;margin-top:1.5rem;margin-bottom:1.0rem}h4::after{height:1.5px}a{text-decoration:none}.spacer-20{height:20px;width:100%}.spacer-10{height:10px;width:100%}.top-bars{position:fixed;top:0;left:0;width:100%;z-index:20;transition:transform .35s ease-in-out}.top-bars.is-hidden{transform:translateY(-100%)}.topbar{display:flex;justify-content:space-between;align-items:center;height:40px;padding:0 20px;background:var(--gray);color:#fff;font-size:0.9rem}.topbar-left{display:flex;align-items:center;gap:24px}.topbar a{display:inline-flex;align-items:center;gap:6px;color:var(--muted);text-decoration:none;transition:color .15s ease;white-space:nowrap}.topbar a:hover{color:var(--accent-soft)}@media (max-width:900px){.topbar{display:none}}.desktop-menu{display:none;list-style:none;padding:0;margin:0;align-items:center;gap:20px}.desktop-menu a{color:var(--ink);text-decoration:none;text-transform:uppercase;letter-spacing:0.8px;font-size:1.0rem;font-weight:400;font-family:sans-serif;transition:color .2s ease-in-out;display:inline-flex;align-items:center}.desktop-menu a:hover{color:var(--white)}.desktop-menu li.current-menu-item>a{color:var(--white)}.desktop-menu li.menu-home>a{font-size:0}.desktop-menu li.menu-home>a::before{content:"";width:24px;height:24px;background-color:var(--ink);transition:background-color .2s ease-in-out;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg>') no-repeat center / contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg>') no-repeat center / contain}.desktop-menu li.menu-home>a:hover::before,.desktop-menu li.menu-home.current-menu-item>a::before,.desktop-menu li.menu-home.current_page_item>a::before{background-color:var(--white);}.menu-contact{display:flex;flex-direction:column;gap:14px;margin-top:26px;padding-top:20px;border-top:1px solid var(--border)}.menu-contact a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);text-decoration:none;font-size:0.5rem;transition:color .15s ease;text-transform:none}.menu-contact a:hover{color:var(--muted)}.mobile_contact{color:var(--muted)!important;text-transform:none!important}.mobile_contact:hover{color:var(--accent)!important}header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;height:80px;width:100%;background:var(--accent);box-shadow:0 2px 10px rgba(0,0,0,0.08)}.logodiv{width:170px;display:flex;align-items:center}.logodiv a{display:block;width:67px}.logo{width: 100%;max-width:800px;height: auto;aspect-ratio: 1 / 1; background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400' id='Calque_1'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Calque_2'%3E%3Cpath class='st1' d='M38.64 863.81v-72.3h93.97c26.85-57.84 66.89-106.84 120.14-147.01 53.25-40.17 113.43-68.68 180.55-85.55l-46.98-43.38 56.38-50.61 67.12 59.04c8.95 8.03 14.99 17.47 18.12 28.32 3.13 10.84 2.46 21.89-2.01 33.14-4.47 11.25-11.41 20.48-20.81 27.71-9.4 7.23-20.36 11.65-32.89 13.25-64.43 8.84-121.26 32.33-170.48 70.49-49.22 38.16-83.23 85.35-102.02 141.58l-8.05 25.3H38.64ZM696.4 924.06c0-35.35 8.5-68.48 25.51-99.41 17-30.93 42.06-55.23 75.17-72.9-23.27-26.51-49.67-50.21-79.2-71.09-29.53-20.89-62.64-36.15-99.34-45.79l22.82-68.68c53.69 14.46 101.8 37.76 144.3 69.89 42.51 32.13 76.74 70.69 102.69 115.68 34.9 14.46 60.85 37.96 77.86 70.49 17 32.53 25.51 66.47 25.51 101.82s-8.28 70.29-24.83 102.42c-16.56 32.13-42.73 55.43-78.53 69.89-25.95 44.18-60.41 82.54-103.36 115.07-42.96 32.53-91.28 56.03-144.98 70.49l-22.82-68.68c38.48-10.44 72.04-25.51 100.68-45.19 28.64-19.68 55.04-43.58 79.2-71.7-37.59-20.08-63.76-44.18-78.53-72.3-14.77-28.12-22.15-61.45-22.15-100.01ZM891.05 999.37c13.42-22.09 20.14-47.19 20.14-75.31s-6.71-53.22-20.14-75.31c-13.42-22.09-29.08-33.14-46.98-33.14s-33.56 11.05-46.98 33.14c-13.42 22.09-20.14 47.19-20.14 75.31s6.71 53.22 20.14 75.31c13.42 22.09 29.08 33.14 46.98 33.14s33.56-11.05 46.98-33.14ZM435.98 1389.17l-56.38-51.81 53.69-48.2c-67.12-16.87-127.53-45.39-181.22-85.55-53.69-40.17-93.52-89.17-119.47-147.01H38.64v-72.3h153.03l8.05 25.3c18.79 56.23 52.58 103.43 101.35 141.58 48.77 38.16 105.38 61.65 169.81 70.49 12.53 1.61 23.72 6.02 33.56 13.25 9.84 7.23 17 16.47 21.48 27.71 4.47 11.25 5.15 22.09 2.01 32.53-3.13 10.44-9.17 19.68-18.12 27.71l-73.83 66.27Z'/%3E%3C/g%3E%3Cg id='Calque_3'%3E%3Cpath class='st1' d='m707.52 634.4 181.86-171.52-12.73-13.5c-27.16-28.8-47.93-60.45-62.3-94.94-14.37-34.49-22.06-69.97-23.08-106.42-1.02-36.45 5.27-70.66 18.87-102.62 13.6-31.96 32.96-59.78 58.07-83.46l47.08-44.41 49.86 52.87c26.18 27.76 46.56 58.99 61.14 93.71 14.58 34.72 22.59 70.53 24.03 107.43.67 27.43-2.68 53.76-10.03 78.98-7.35 25.22-18.34 48.55-32.96 69.99 7.92-.96 15.99-1.42 24.22-1.39 8.23.04 16.63.28 25.19.71 36.76 3.6 72.04 13.69 105.84 30.28 33.81 16.58 64.01 38.98 90.61 67.18l49.87 52.88-47.08 44.41c-25.11 23.68-54.33 41.05-87.66 52.09-33.33 11.04-68.17 14.98-104.51 11.81-36.76-3.6-71.85-13.68-105.27-30.26s-63.27-38.78-89.53-66.63l-11.46-12.15-111.83 105.47-38.2-40.5Zm218.4-204.71c23.93-22.57 41.96-48.07 54.07-76.5 12.11-28.43 17.9-57.27 17.37-86.53-.53-29.26-7.6-59.16-21.2-89.69-13.6-30.54-32.92-59.08-57.97-85.63-24.72 23.31-43.45 48.85-56.2 76.6-12.75 27.75-18.95 56.35-18.62 85.79.17 35.55 7.6 67.02 22.3 94.4 14.7 27.38 34.78 54.57 60.25 81.57Zm-33.07 106.44c25.47 27 52.85 48.37 82.14 64.1 29.3 15.74 58.53 24.72 87.71 26.97 29.18 2.24 58.1-2.07 86.76-12.95 28.66-10.88 55.35-27.97 80.07-51.29-25.47-27-53.04-48.18-82.73-63.55-29.69-15.36-59.02-24.26-88-26.69-35.91-2.7-66.66 1.64-92.25 13.03-25.59 11.38-50.16 28.18-73.7 50.38Z'/%3E%3C/g%3E%3C/svg%3E");}.logo-footer{width: 100%;max-width: 150px;height: auto;aspect-ratio: 1400 / 1400; background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400' id='Calque_1'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%237ac2ea%7D.st1%7Bdisplay:none%7D%3C/style%3E%3C/defs%3E%3Cg class='st1'%3E%3Crect class='st0' width='1401.71' height='1400.59' x='.5' y='.5'/%3E%3Cpath d='M1401.71 1v1399.59H1V1h1400.71M1402.71 0H0v1401.59h1402.71V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect class='st0' width='0' height='13.12' x='679.18' y='-13.12'/%3E%3Cpolygon points='679.18 -13.12 679.18 0 679.18 -13.12 679.18 -13.12'/%3E%3C/g%3E%3Cg id='Calque_3'%3E%3Cpath d='m707.52 634.4 181.86-171.52-12.73-13.5c-27.16-28.8-47.93-60.45-62.3-94.94-14.37-34.49-22.06-69.97-23.08-106.42-1.02-36.45 5.27-70.66 18.87-102.62 13.6-31.96 32.96-59.78 58.07-83.46l47.08-44.41 49.86 52.87c26.18 27.76 46.56 58.99 61.14 93.71 14.58 34.72 22.59 70.53 24.03 107.43.67 27.43-2.68 53.76-10.03 78.98-7.35 25.22-18.34 48.55-32.96 69.99 7.92-.96 15.99-1.42 24.22-1.39 8.23.04 16.63.28 25.19.71 36.76 3.6 72.04 13.69 105.84 30.28 33.81 16.58 64.01 38.98 90.61 67.18l49.87 52.88-47.08 44.41c-25.11 23.68-54.33 41.05-87.66 52.09-33.33 11.04-68.17 14.98-104.51 11.81-36.76-3.6-71.85-13.68-105.27-30.26s-63.27-38.78-89.53-66.63l-11.46-12.15-111.83 105.47-38.2-40.5Zm218.4-204.71c23.93-22.57 41.96-48.07 54.07-76.5 12.11-28.43 17.9-57.27 17.37-86.53-.53-29.26-7.6-59.16-21.2-89.69-13.6-30.54-32.92-59.08-57.97-85.63-24.72 23.31-43.45 48.85-56.2 76.6-12.75 27.75-18.95 56.35-18.62 85.79.17 35.55 7.6 67.02 22.3 94.4 14.7 27.38 34.78 54.57 60.25 81.57Zm-33.07 106.44c25.47 27 52.85 48.37 82.14 64.1 29.3 15.74 58.53 24.72 87.71 26.97 29.18 2.24 58.1-2.07 86.76-12.95 28.66-10.88 55.35-27.97 80.07-51.29-25.47-27-53.04-48.18-82.73-63.55-29.69-15.36-59.02-24.26-88-26.69-35.91-2.7-66.66 1.64-92.25 13.03-25.59 11.38-50.16 28.18-73.7 50.38Z'/%3E%3C/g%3E%3Cg id='Calque_2'%3E%3Cpath class='st0' d='M38.64 863.81v-72.3h93.97c26.85-57.84 66.89-106.84 120.14-147.01 53.25-40.17 113.43-68.68 180.55-85.55l-46.98-43.38 56.38-50.61 67.12 59.04c8.95 8.03 14.99 17.47 18.12 28.32 3.13 10.84 2.46 21.89-2.01 33.14-4.47 11.25-11.41 20.48-20.81 27.71-9.4 7.23-20.36 11.65-32.89 13.25-64.43 8.84-121.26 32.33-170.48 70.49-49.22 38.16-83.23 85.35-102.02 141.58l-8.05 25.3H38.64ZM696.4 924.06c0-35.35 8.5-68.48 25.51-99.41 17-30.93 42.06-55.23 75.17-72.9-23.27-26.51-49.67-50.21-79.2-71.09-29.53-20.89-62.64-36.15-99.34-45.79l22.82-68.68c53.69 14.46 101.8 37.76 144.3 69.89 42.51 32.13 76.74 70.69 102.69 115.68 34.9 14.46 60.85 37.96 77.86 70.49 17 32.53 25.51 66.47 25.51 101.82s-8.28 70.29-24.83 102.42c-16.56 32.13-42.73 55.43-78.53 69.89-25.95 44.18-60.41 82.54-103.36 115.07-42.96 32.53-91.28 56.03-144.98 70.49l-22.82-68.68c38.48-10.44 72.04-25.51 100.68-45.19 28.64-19.68 55.04-43.58 79.2-71.7-37.59-20.08-63.76-44.18-78.53-72.3-14.77-28.12-22.15-61.45-22.15-100.01ZM891.05 999.37c13.42-22.09 20.14-47.19 20.14-75.31s-6.71-53.22-20.14-75.31c-13.42-22.09-29.08-33.14-46.98-33.14s-33.56 11.05-46.98 33.14c-13.42 22.09-20.14 47.19-20.14 75.31s6.71 53.22 20.14 75.31c13.42 22.09 29.08 33.14 46.98 33.14s33.56-11.05 46.98-33.14ZM435.98 1389.17l-56.38-51.81 53.69-48.2c-67.12-16.87-127.53-45.39-181.22-85.55-53.69-40.17-93.52-89.17-119.47-147.01H38.64v-72.3h153.03l8.05 25.3c18.79 56.23 52.58 103.43 101.35 141.58 48.77 38.16 105.38 61.65 169.81 70.49 12.53 1.61 23.72 6.02 33.56 13.25 9.84 7.23 17 16.47 21.48 27.71 4.47 11.25 5.15 22.09 2.01 32.53-3.13 10.44-9.17 19.68-18.12 27.71l-73.83 66.27Z'/%3E%3C/g%3E%3C/svg%3E");}.burger{position:relative;width:40px;height:30px;background:transparent;cursor:pointer;display:block}.burger,.burger *{cursor:pointer}.burger input{display:none}.burger span{display:block;position:absolute;height:4px;width:100%;background:var(--white);border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.burger span:nth-of-type(1){top:0px;transform-origin:left center}.burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.burger span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(1){transform:rotate(45deg);top:0px;left:5px}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(2){width:0%;opacity:0}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(3){transform:rotate(-45deg);top:28px;left:5px}#burger-toggle{display:none}.menu{position:fixed;top:80px;left:0;width:100%;background:var(--accent);z-index:10;padding:30px 20px;box-shadow:0 8px 20px rgba(0,0,0,0.15);transform:translateY(calc(-100% - 80px));transform-origin:top;transition:transform .35s ease-in-out}.menu ul{list-style:none}.menu li{margin-bottom:20px}.menu li:last-child{margin-bottom:0}.menu a{color:var(--white);text-decoration:none;font-size:1.0rem;font-family:sans-serif;text-transform:uppercase}.menu a:hover{color:var(--ink)}.menu li.current-menu-item>a{color:var(--white)}.menu li.current-menu-item>a{color:var(--accent-soft);font-weight:800}.overlay{position:fixed;top:80px;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);opacity:0;visibility:hidden;transition:opacity .35s ease-in-out,visibility .35s ease-in-out;z-index:5;cursor:pointer}#burger-toggle:checked ~ .menu{transform:translateY(0)}#burger-toggle:checked ~ .overlay{opacity:1;visibility:visible}@media (min-width:1024px){.desktop-menu{display:flex}.burger,.menu,.overlay{display:none}}.wpcf7-form p{margin:0px}.wpcf7-form label{display:block;font-size:0.9rem;font-weight:600;color:var(--muted);margin-bottom:0}.wpcf7-form textarea,.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{width:100%;padding:12px 14px;border:1.5px solid var(--border);background-color:var(--gray);border-radius:var(--radius);font-size:14px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.wpcf7-form textarea:focus,.wpcf7-form input[type="text"]:focus,.wpcf7-form input[type="email"]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.wpcf7-form input[type="submit"]{width:100%;padding:15px 20px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:14px;font-weight:600;font-family:inherit;transition:all 0.5s ease;margin-top:16px}.wpcf7-form input[type="submit"]:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.wpcf7-form input[type="submit"]:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.select-wrap{position:relative;margin-top:15px}select.wpcf7-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--ink);background-color:var(--gray);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}select.wpcf7-select:hover{border-color:var(--accent)}select.wpcf7-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}select.wpcf7-select:invalid,select.wpcf7-select option[value=""][disabled]{color:var(--faint)}.select-wrap p{margin:0}.select-wrap .wpcf7-form-control-wrap{display:block}.select-wrap .arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%) rotate(0deg);pointer-events:none;transition:transform .15s ease;display:flex;align-items:center;justify-content:center;color:var(--accent)}.select-wrap:focus-within .arrow{transform:translateY(-50%) rotate(180deg)}.date-wrap{position:relative}input[type="date"].wpcf7-date{width:100%;padding:12px 14px 12px 40px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--ink);background:var(--gray);cursor:pointer;caret-color:transparent;transition:border-color .15s ease,box-shadow .15s ease}input[type="date"].wpcf7-date:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}input[type="date"].wpcf7-date::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}input[type="date"].wpcf7-date::-moz-calendar-picker-indicator{display:none}.date-wrap .icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--accent);pointer-events:none}.calendar{position:absolute;top:calc(100% + 10px);left:0px;width:300px;background:var(--gray);border:1px solid var(--border);border-radius:18px;box-shadow:0 16px 40px rgba(35,38,47,0.14);padding:18px;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:20}.calendar.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-header .month-year{font-size:15px;font-weight:700;color:var(--ink)}.cal-nav{display:flex;gap:4px}.cal-nav button{width:30px;height:30px;border:none;background:transparent;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.cal-nav button:hover{background:var(--accent-soft);color:var(--accent)}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.weekdays span{text-align:center;font-size:11px;font-weight:600;color:var(--faint);text-transform:uppercase;letter-spacing:.04em}.days-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:34px}.day{display:flex;align-items:center;justify-content:center;font-size:13.5px;color:var(--ink);border-radius:10px;cursor:pointer;position:relative;transition:background .12s ease,color .12s ease,transform .1s ease}.day:hover{background:var(--accent-soft)}.day:active{transform:scale(.92)}.day.other-month{color:var(--faint)}.day.today::after{content:"";position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--accent)}.day.selected{background:var(--accent);color:#fff;font-weight:600}.day.selected::after{background:#fff}.cal-footer{display:flex;justify-content:center;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.cal-footer button{font-size:13px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .15s ease}.cal-footer button:hover{background:var(--accent-soft)}.checkbox-container input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container{display:inline-block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:16px;user-select:none}.custom-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#e5eeed;border-radius:4px;transition:background-color 0.3s;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkbox-container:has(input[type="checkbox"]:checked) .checkmark,.checkbox-container.is-checked .checkmark{background-color:var(--accent);box-shadow:0 3px 7px rgba(33,150,243,0.3)}.checkbox-container:has(input[type="checkbox"]:checked) .checkmark:after,.checkbox-container.is-checked .checkmark:after{display:block;animation:checkAnim 0.2s forwards}@keyframes checkAnim{0%{height:0}100%{height:10px}}.button{padding:14px 30px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all 0.5s ease}.button:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.button:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.cta-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 1.1rem;margin-top:1rem}.cta-container *{margin:0;padding:0;box-sizing:border-box}:root{--ink:#23262F;--muted:#8A8F9C;--faint:#C4C8D2;--accent:#7ac2ea;--accent-soft:#086ba1;--surface:#F7F7FA;--border:#E3E4EA;--radius:14px;--white:#FFFFFF;--gray:#eee}body{background-color:var(--surface);font-family:"Google Sans",sans-serif}h1,h2,h3,h4{font-weight:200;color:var(--ink);line-height:1.3;position:relative;padding-bottom:0.4em;margin-left:0;margin-right:0}h1::after,h2::after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:linear-gradient(to right,var(--gray) 0%,rgba(255,255,255,0) 80%);border-radius:2px}h1.no-after::after{content:none}h2{font-size:2.25rem;margin-top:2.5rem;margin-bottom:1.5rem;color:var(--muted)}h3{font-size:1.75rem;margin-top:2.0rem;margin-bottom:1.25rem}h4{font-size:1.35rem;margin-top:1.5rem;margin-bottom:1.0rem}h4::after{height:1.5px}a{text-decoration:none}.spacer-20{height:20px;width:100%}.spacer-10{height:10px;width:100%}.top-bars{position:fixed;top:0;left:0;width:100%;z-index:20;transition:transform .35s ease-in-out}.top-bars.is-hidden{transform:translateY(-100%)}.topbar{display:flex;justify-content:space-between;align-items:center;height:40px;padding:0 20px;background:var(--gray);color:#fff;font-size:0.9rem}.topbar-left{display:flex;align-items:center;gap:24px}.topbar a{display:inline-flex;align-items:center;gap:6px;color:var(--muted);text-decoration:none;transition:color .15s ease;white-space:nowrap}.topbar a:hover{color:var(--accent-soft)}@media (max-width:900px){.topbar{display:none}}.desktop-menu{display:none;list-style:none;padding:0;margin:0;align-items:center;gap:20px}.desktop-menu a{color:var(--ink);text-decoration:none;text-transform:uppercase;letter-spacing:0.8px;font-size:1.0rem;font-weight:400;font-family:sans-serif;transition:color .2s ease-in-out;display:inline-flex;align-items:center}.desktop-menu a:hover{color:var(--white)}.desktop-menu li.current-menu-item>a{color:var(--white)}.desktop-menu li.menu-home>a{font-size:0}.desktop-menu li.menu-home>a::before{content:"";width:24px;height:24px;background-color:var(--ink);transition:background-color .2s ease-in-out;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg>') no-repeat center / contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg>') no-repeat center / contain}.desktop-menu li.menu-home>a:hover::before,.desktop-menu li.menu-home.current-menu-item>a::before,.desktop-menu li.menu-home.current_page_item>a::before{background-color:var(--white);}.menu-contact{display:flex;flex-direction:column;gap:14px;margin-top:26px;padding-top:20px;border-top:1px solid var(--border)}.menu-contact a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);text-decoration:none;font-size:0.5rem;transition:color .15s ease;text-transform:none}.menu-contact a:hover{color:var(--muted)}.mobile_contact{color:var(--muted)!important;text-transform:none!important}.mobile_contact:hover{color:var(--accent)!important}header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;height:80px;width:100%;background:var(--accent);box-shadow:0 2px 10px rgba(0,0,0,0.08)}.logodiv{width:170px;display:flex;align-items:center}.logodiv a{display:block;width:67px}.logo{width: 100%;max-width:800px;height: auto;aspect-ratio: 1 / 1; background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400' id='Calque_1'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Calque_2'%3E%3Cpath class='st1' d='M38.64 863.81v-72.3h93.97c26.85-57.84 66.89-106.84 120.14-147.01 53.25-40.17 113.43-68.68 180.55-85.55l-46.98-43.38 56.38-50.61 67.12 59.04c8.95 8.03 14.99 17.47 18.12 28.32 3.13 10.84 2.46 21.89-2.01 33.14-4.47 11.25-11.41 20.48-20.81 27.71-9.4 7.23-20.36 11.65-32.89 13.25-64.43 8.84-121.26 32.33-170.48 70.49-49.22 38.16-83.23 85.35-102.02 141.58l-8.05 25.3H38.64ZM696.4 924.06c0-35.35 8.5-68.48 25.51-99.41 17-30.93 42.06-55.23 75.17-72.9-23.27-26.51-49.67-50.21-79.2-71.09-29.53-20.89-62.64-36.15-99.34-45.79l22.82-68.68c53.69 14.46 101.8 37.76 144.3 69.89 42.51 32.13 76.74 70.69 102.69 115.68 34.9 14.46 60.85 37.96 77.86 70.49 17 32.53 25.51 66.47 25.51 101.82s-8.28 70.29-24.83 102.42c-16.56 32.13-42.73 55.43-78.53 69.89-25.95 44.18-60.41 82.54-103.36 115.07-42.96 32.53-91.28 56.03-144.98 70.49l-22.82-68.68c38.48-10.44 72.04-25.51 100.68-45.19 28.64-19.68 55.04-43.58 79.2-71.7-37.59-20.08-63.76-44.18-78.53-72.3-14.77-28.12-22.15-61.45-22.15-100.01ZM891.05 999.37c13.42-22.09 20.14-47.19 20.14-75.31s-6.71-53.22-20.14-75.31c-13.42-22.09-29.08-33.14-46.98-33.14s-33.56 11.05-46.98 33.14c-13.42 22.09-20.14 47.19-20.14 75.31s6.71 53.22 20.14 75.31c13.42 22.09 29.08 33.14 46.98 33.14s33.56-11.05 46.98-33.14ZM435.98 1389.17l-56.38-51.81 53.69-48.2c-67.12-16.87-127.53-45.39-181.22-85.55-53.69-40.17-93.52-89.17-119.47-147.01H38.64v-72.3h153.03l8.05 25.3c18.79 56.23 52.58 103.43 101.35 141.58 48.77 38.16 105.38 61.65 169.81 70.49 12.53 1.61 23.72 6.02 33.56 13.25 9.84 7.23 17 16.47 21.48 27.71 4.47 11.25 5.15 22.09 2.01 32.53-3.13 10.44-9.17 19.68-18.12 27.71l-73.83 66.27Z'/%3E%3C/g%3E%3Cg id='Calque_3'%3E%3Cpath class='st1' d='m707.52 634.4 181.86-171.52-12.73-13.5c-27.16-28.8-47.93-60.45-62.3-94.94-14.37-34.49-22.06-69.97-23.08-106.42-1.02-36.45 5.27-70.66 18.87-102.62 13.6-31.96 32.96-59.78 58.07-83.46l47.08-44.41 49.86 52.87c26.18 27.76 46.56 58.99 61.14 93.71 14.58 34.72 22.59 70.53 24.03 107.43.67 27.43-2.68 53.76-10.03 78.98-7.35 25.22-18.34 48.55-32.96 69.99 7.92-.96 15.99-1.42 24.22-1.39 8.23.04 16.63.28 25.19.71 36.76 3.6 72.04 13.69 105.84 30.28 33.81 16.58 64.01 38.98 90.61 67.18l49.87 52.88-47.08 44.41c-25.11 23.68-54.33 41.05-87.66 52.09-33.33 11.04-68.17 14.98-104.51 11.81-36.76-3.6-71.85-13.68-105.27-30.26s-63.27-38.78-89.53-66.63l-11.46-12.15-111.83 105.47-38.2-40.5Zm218.4-204.71c23.93-22.57 41.96-48.07 54.07-76.5 12.11-28.43 17.9-57.27 17.37-86.53-.53-29.26-7.6-59.16-21.2-89.69-13.6-30.54-32.92-59.08-57.97-85.63-24.72 23.31-43.45 48.85-56.2 76.6-12.75 27.75-18.95 56.35-18.62 85.79.17 35.55 7.6 67.02 22.3 94.4 14.7 27.38 34.78 54.57 60.25 81.57Zm-33.07 106.44c25.47 27 52.85 48.37 82.14 64.1 29.3 15.74 58.53 24.72 87.71 26.97 29.18 2.24 58.1-2.07 86.76-12.95 28.66-10.88 55.35-27.97 80.07-51.29-25.47-27-53.04-48.18-82.73-63.55-29.69-15.36-59.02-24.26-88-26.69-35.91-2.7-66.66 1.64-92.25 13.03-25.59 11.38-50.16 28.18-73.7 50.38Z'/%3E%3C/g%3E%3C/svg%3E");}.logo-footer{width: 100%;max-width: 150px;height: auto;aspect-ratio: 1400 / 1400; background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 1400' id='Calque_1'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%237ac2ea%7D.st1%7Bdisplay:none%7D%3C/style%3E%3C/defs%3E%3Cg class='st1'%3E%3Crect class='st0' width='1401.71' height='1400.59' x='.5' y='.5'/%3E%3Cpath d='M1401.71 1v1399.59H1V1h1400.71M1402.71 0H0v1401.59h1402.71V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect class='st0' width='0' height='13.12' x='679.18' y='-13.12'/%3E%3Cpolygon points='679.18 -13.12 679.18 0 679.18 -13.12 679.18 -13.12'/%3E%3C/g%3E%3Cg id='Calque_3'%3E%3Cpath d='m707.52 634.4 181.86-171.52-12.73-13.5c-27.16-28.8-47.93-60.45-62.3-94.94-14.37-34.49-22.06-69.97-23.08-106.42-1.02-36.45 5.27-70.66 18.87-102.62 13.6-31.96 32.96-59.78 58.07-83.46l47.08-44.41 49.86 52.87c26.18 27.76 46.56 58.99 61.14 93.71 14.58 34.72 22.59 70.53 24.03 107.43.67 27.43-2.68 53.76-10.03 78.98-7.35 25.22-18.34 48.55-32.96 69.99 7.92-.96 15.99-1.42 24.22-1.39 8.23.04 16.63.28 25.19.71 36.76 3.6 72.04 13.69 105.84 30.28 33.81 16.58 64.01 38.98 90.61 67.18l49.87 52.88-47.08 44.41c-25.11 23.68-54.33 41.05-87.66 52.09-33.33 11.04-68.17 14.98-104.51 11.81-36.76-3.6-71.85-13.68-105.27-30.26s-63.27-38.78-89.53-66.63l-11.46-12.15-111.83 105.47-38.2-40.5Zm218.4-204.71c23.93-22.57 41.96-48.07 54.07-76.5 12.11-28.43 17.9-57.27 17.37-86.53-.53-29.26-7.6-59.16-21.2-89.69-13.6-30.54-32.92-59.08-57.97-85.63-24.72 23.31-43.45 48.85-56.2 76.6-12.75 27.75-18.95 56.35-18.62 85.79.17 35.55 7.6 67.02 22.3 94.4 14.7 27.38 34.78 54.57 60.25 81.57Zm-33.07 106.44c25.47 27 52.85 48.37 82.14 64.1 29.3 15.74 58.53 24.72 87.71 26.97 29.18 2.24 58.1-2.07 86.76-12.95 28.66-10.88 55.35-27.97 80.07-51.29-25.47-27-53.04-48.18-82.73-63.55-29.69-15.36-59.02-24.26-88-26.69-35.91-2.7-66.66 1.64-92.25 13.03-25.59 11.38-50.16 28.18-73.7 50.38Z'/%3E%3C/g%3E%3Cg id='Calque_2'%3E%3Cpath class='st0' d='M38.64 863.81v-72.3h93.97c26.85-57.84 66.89-106.84 120.14-147.01 53.25-40.17 113.43-68.68 180.55-85.55l-46.98-43.38 56.38-50.61 67.12 59.04c8.95 8.03 14.99 17.47 18.12 28.32 3.13 10.84 2.46 21.89-2.01 33.14-4.47 11.25-11.41 20.48-20.81 27.71-9.4 7.23-20.36 11.65-32.89 13.25-64.43 8.84-121.26 32.33-170.48 70.49-49.22 38.16-83.23 85.35-102.02 141.58l-8.05 25.3H38.64ZM696.4 924.06c0-35.35 8.5-68.48 25.51-99.41 17-30.93 42.06-55.23 75.17-72.9-23.27-26.51-49.67-50.21-79.2-71.09-29.53-20.89-62.64-36.15-99.34-45.79l22.82-68.68c53.69 14.46 101.8 37.76 144.3 69.89 42.51 32.13 76.74 70.69 102.69 115.68 34.9 14.46 60.85 37.96 77.86 70.49 17 32.53 25.51 66.47 25.51 101.82s-8.28 70.29-24.83 102.42c-16.56 32.13-42.73 55.43-78.53 69.89-25.95 44.18-60.41 82.54-103.36 115.07-42.96 32.53-91.28 56.03-144.98 70.49l-22.82-68.68c38.48-10.44 72.04-25.51 100.68-45.19 28.64-19.68 55.04-43.58 79.2-71.7-37.59-20.08-63.76-44.18-78.53-72.3-14.77-28.12-22.15-61.45-22.15-100.01ZM891.05 999.37c13.42-22.09 20.14-47.19 20.14-75.31s-6.71-53.22-20.14-75.31c-13.42-22.09-29.08-33.14-46.98-33.14s-33.56 11.05-46.98 33.14c-13.42 22.09-20.14 47.19-20.14 75.31s6.71 53.22 20.14 75.31c13.42 22.09 29.08 33.14 46.98 33.14s33.56-11.05 46.98-33.14ZM435.98 1389.17l-56.38-51.81 53.69-48.2c-67.12-16.87-127.53-45.39-181.22-85.55-53.69-40.17-93.52-89.17-119.47-147.01H38.64v-72.3h153.03l8.05 25.3c18.79 56.23 52.58 103.43 101.35 141.58 48.77 38.16 105.38 61.65 169.81 70.49 12.53 1.61 23.72 6.02 33.56 13.25 9.84 7.23 17 16.47 21.48 27.71 4.47 11.25 5.15 22.09 2.01 32.53-3.13 10.44-9.17 19.68-18.12 27.71l-73.83 66.27Z'/%3E%3C/g%3E%3C/svg%3E");}.burger{position:relative;width:40px;height:30px;background:transparent;cursor:pointer;display:block}.burger,.burger *{cursor:pointer}.burger input{display:none}.burger span{display:block;position:absolute;height:4px;width:100%;background:var(--white);border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.burger span:nth-of-type(1){top:0px;transform-origin:left center}.burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.burger span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(1){transform:rotate(45deg);top:0px;left:5px}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(2){width:0%;opacity:0}#burger-toggle:checked ~ .top-bars header .burger span:nth-of-type(3){transform:rotate(-45deg);top:28px;left:5px}#burger-toggle{display:none}.menu{position:fixed;top:80px;left:0;width:100%;background:var(--accent);z-index:10;padding:30px 20px;box-shadow:0 8px 20px rgba(0,0,0,0.15);transform:translateY(calc(-100% - 80px));transform-origin:top;transition:transform .35s ease-in-out}.menu ul{list-style:none}.menu li{margin-bottom:20px}.menu li:last-child{margin-bottom:0}.menu a{color:var(--white);text-decoration:none;font-size:1.0rem;font-family:sans-serif;text-transform:uppercase}.menu a:hover{color:var(--ink)}.menu li.current-menu-item>a{color:var(--white)}.menu li.current-menu-item>a{color:var(--accent-soft);font-weight:800}.overlay{position:fixed;top:80px;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);opacity:0;visibility:hidden;transition:opacity .35s ease-in-out,visibility .35s ease-in-out;z-index:5;cursor:pointer}#burger-toggle:checked ~ .menu{transform:translateY(0)}#burger-toggle:checked ~ .overlay{opacity:1;visibility:visible}@media (min-width:1024px){.desktop-menu{display:flex}.burger,.menu,.overlay{display:none}}.wpcf7-form p{margin:0px}.wpcf7-form label{display:block;font-size:0.9rem;font-weight:600;color:var(--muted);margin-bottom:0}.wpcf7-form textarea,.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{width:100%;padding:12px 14px;border:1.5px solid var(--border);background-color:var(--gray);border-radius:var(--radius);font-size:14px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.wpcf7-form textarea:focus,.wpcf7-form input[type="text"]:focus,.wpcf7-form input[type="email"]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.wpcf7-form input[type="submit"]{width:100%;padding:15px 20px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:14px;font-weight:600;font-family:inherit;transition:all 0.5s ease;margin-top:16px}.wpcf7-form input[type="submit"]:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.wpcf7-form input[type="submit"]:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.select-wrap{position:relative;margin-top:15px}select.wpcf7-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--ink);background-color:var(--gray);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}select.wpcf7-select:hover{border-color:var(--accent)}select.wpcf7-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}select.wpcf7-select:invalid,select.wpcf7-select option[value=""][disabled]{color:var(--faint)}.select-wrap p{margin:0}.select-wrap .wpcf7-form-control-wrap{display:block}.select-wrap .arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%) rotate(0deg);pointer-events:none;transition:transform .15s ease;display:flex;align-items:center;justify-content:center;color:var(--accent)}.select-wrap:focus-within .arrow{transform:translateY(-50%) rotate(180deg)}.date-wrap{position:relative}input[type="date"].wpcf7-date{width:100%;padding:12px 14px 12px 40px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--ink);background:var(--gray);cursor:pointer;caret-color:transparent;transition:border-color .15s ease,box-shadow .15s ease}input[type="date"].wpcf7-date:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}input[type="date"].wpcf7-date::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}input[type="date"].wpcf7-date::-moz-calendar-picker-indicator{display:none}.date-wrap .icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--accent);pointer-events:none}.calendar{position:absolute;top:calc(100% + 10px);left:0px;width:300px;background:var(--gray);border:1px solid var(--border);border-radius:18px;box-shadow:0 16px 40px rgba(35,38,47,0.14);padding:18px;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:20}.calendar.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-header .month-year{font-size:15px;font-weight:700;color:var(--ink)}.cal-nav{display:flex;gap:4px}.cal-nav button{width:30px;height:30px;border:none;background:transparent;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.cal-nav button:hover{background:var(--accent-soft);color:var(--accent)}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.weekdays span{text-align:center;font-size:11px;font-weight:600;color:var(--faint);text-transform:uppercase;letter-spacing:.04em}.days-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:34px}.day{display:flex;align-items:center;justify-content:center;font-size:13.5px;color:var(--ink);border-radius:10px;cursor:pointer;position:relative;transition:background .12s ease,color .12s ease,transform .1s ease}.day:hover{background:var(--accent-soft)}.day:active{transform:scale(.92)}.day.other-month{color:var(--faint)}.day.today::after{content:"";position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--accent)}.day.selected{background:var(--accent);color:#fff;font-weight:600}.day.selected::after{background:#fff}.cal-footer{display:flex;justify-content:center;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.cal-footer button{font-size:13px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .15s ease}.cal-footer button:hover{background:var(--accent-soft)}.checkbox-container input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container{display:inline-block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:16px;user-select:none}.custom-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#e5eeed;border-radius:4px;transition:background-color 0.3s;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkbox-container:has(input[type="checkbox"]:checked) .checkmark,.checkbox-container.is-checked .checkmark{background-color:var(--accent);box-shadow:0 3px 7px rgba(33,150,243,0.3)}.checkbox-container:has(input[type="checkbox"]:checked) .checkmark:after,.checkbox-container.is-checked .checkmark:after{display:block;animation:checkAnim 0.2s forwards}@keyframes checkAnim{0%{height:0}100%{height:10px}}.button{padding:14px 30px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all 0.5s ease}.button:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.button:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.cta-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 1.1rem;margin-top:1rem}.button2{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;align-self:center;text-decoration:none;padding:14px 40px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--white);color:var(--accent);letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all 0.5s ease;box-shadow:0 12px 28px -10px rgba(0,0,0,0.35)}.button2:hover{background-color:hsl(201, 73%, 70%);color:#fff;box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.button2:active{background-color:hsl(201, 73%, 70%);color:#fff;box-shadow:rgba(122, 194 234, 0.6) 0px 7px 29px 0px;transition:0s}.readmore{padding:11px 20px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all 0.5s ease}.readmore:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.readmore:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.hero-image{width:100%;height:370px;background-image:url(//dietetiquedesyeux.com/wp-content/themes/dietetique/images/ophtalmologueparis.jpg);background-size:cover;background-position:top center;background-repeat:no-repeat}@media (max-width:768px){.hero-image{background-position:-280px 20px}}.placement-wrap{position:relative;z-index:2;margin-top:-100px;left:0;width:100%;display:flex;justify-content:center;padding:0 20px}.grid-3col{width:100%;max-width:1000px;background:#fff;padding:28px;border-radius:0px;box-shadow:0 10px 30px rgba(35,38,47,.06)}.wpcf7-form{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 20px;align-items:start}@media (max-width:700px){.wpcf7-form{grid-template-columns:1fr}}.wpcf7-form .full-width{grid-column:1 / -1}.grid-3col .col{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px;color:#8A8F9C;font-size:14px;font-weight:600}.grid-3col .col a{color:var(--accent);text-decoration:none}.grid-3col .col a:hover{color:var(--ink)}.layout-container{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media (min-width:768px){.layout-container{grid-template-columns:3fr 1fr}}.main-content{position:relative;padding-right:0px}.main-content::after{content:"";position:absolute;right:0;top:20px;height:450px;border-right:4px dotted var(--gray)}.sidebarblock{padding-right:10px}@media (max-width:767px){.main-content::after{display:none}.sidebarblock{padding-left:15px}}.section-content-single{padding:30px 20px}.section-content-single ul,.section-content-single ol{margin-left:15px}.section-content-single a{color:var(--accent)}.section-content-single a:hover{color:var(--accent-soft)}.section-content-single .post-content .card_svg_single{margin-top:auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:2.4rem;color:var(--accent-soft)}.section-content-single .cards-grid2 .card .card__body .button{color:var(--white)}.page-title{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 20px}.text-compact{width:90%;text-align:left;line-height:1.4;font-size:1.2rem;margin-bottom:0.4em;color:var(--faint)}.text-compact-center{width:90%;margin-left:auto;margin-right:auto;line-height:1.2;margin-bottom:0.8em;text-align:center;font-size:1.2rem!important}.text-compact a,.text-compact-center a{color:var(--accent)}.text-compact a:hover,.text-compact-center a:hover{color:var(--muted)}@media (min-width:768px){.text-compact,.text-compact-center{width:70%}}.section-hero{width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.section-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px 10px 20px}.section-content .text{color:var(--muted);padding:20px 100px;line-height:1.4rem}@media (max-width:768px){.section-home{padding:40px 20px}.section-content .text{padding:40px 20px}}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cards-grid2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}.cards-grid2{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-grid,.cards-grid2{grid-template-columns:1fr}}.card{background-color:var(--white);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none;box-shadow:0 12px 28px -10px rgba(0,0,0,0.35)}.card__media{position:relative!important;width:100%;height:200px;overflow:hidden}.card__media-single{position:relative!important;width:100%;height:400px;overflow:hidden}.card__image{width:100%;height:200px;object-fit:cover;object-position:center 0px;display:block}.card__image-single{width:100%;height:400px;object-fit:cover;object-position:center 0px;display:block}.card__badge{position:absolute;bottom:0px;left:0px;background-color:var(--white);color:var(--muted);padding:12px 22px;border-radius:0px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.card__badge .f{margin-bottom:4px}.card__badge-day{font-size:1.25rem;font-weight:700;color:inherit}.card__badge-month{font-size:0.75rem;text-transform:uppercase;font-weight:500;color:inherit}.card__body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.card__title{margin:0 0 0.5rem 0;font-size:1.2rem;font-weight:600;color:var(--faint)}.card__title a{color:var(--faint)}.card__title a:hover{color:var(--accent-soft)}.card_svg{margin:20px 0 0.5rem 0;font-size:1.2rem;font-weight:600;color:var(--accent-soft)}.card__text{margin:0 0 1.25rem 0;font-size:0.9rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card__body .button{margin-top:auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.parallax-section{position:relative;width:100%;min-height:550px;overflow:hidden;display:flex;align-items:center;padding:40px 0}.parallax-bg{position:absolute;top:-20%;left:0;width:100%;height:140%;background-image:url(//dietetiquedesyeux.com/wp-content/themes/dietetique/images/background-session.svg);background-size:cover;background-position:center;z-index:1;will-change:transform}.parallax-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:20px}.texte-block{flex:1;background:rgba(255,255,255,0.6);color:var(--ink);padding:20px 30px 60px;border-radius:var(--radius);box-shadow:rgb122 194 234 0px 7px 29px 0px;box-sizing:border-box}.parallax-content .texte-block h2{font-size:1.4rem;margin-bottom:15px}.texte-block p{font-size:1rem;line-height:1.5}.texte-block .card_svg {display: block;margin-left: auto;margin-right: auto; width: fit-content;}.texte-block.linkblock{margin-top:20px;}@media(max-width:900px){.parallax-content{flex-direction:column}.texte-block{width:100%}}.linkblock{margin-top:10px}.carousel-section{padding:60px 0;background:linear-gradient(to bottom,#fff,#eee)}.carousel-container{max-width:1400px;margin:0 auto;padding:0 20px}.carousel-title{text-align:center;color:var(--accent);font-size:2.5rem;margin-bottom:40px}.carousel-wrapper{position:relative;overflow:hidden}.carousel-track{display:flex;gap:20px;transition:transform 0.4s ease;cursor:grab;user-select:none}.carousel-track.dragging{cursor:grabbing;transition:none}.carousel-item{position:relative;flex:0 0 calc(25% - 15px);background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.carousel-item img{width:100%;height:250px;object-fit:cover;display:block}.carousel-item-badge{position:absolute;top:0px;right:0px;z-index:2;background-color:var(--white,#ffffff);color:var(--muted,#666666);padding:6px 15px;border-radius:0px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;box-shadow:0 4px 10px rgba(0,0,0,0.15)}.carousel-item-badge .picto{margin-bottom:2px}.carousel-item-badge .badge-day{font-size:1.1rem;font-weight:700}.carousel-item-badge .badge-month{font-size:0.75rem;text-transform:uppercase;font-weight:500}.carousel-item-content{padding:20px}.carousel-item-content h3{color:var(--primary-color);margin-bottom:10px;font-size:1.3rem}.carousel-item-content p{color:#666;font-size:0.95rem;margin:0}.carousel-item-content .btn{margin-top:20px;margin-bottom:10px;text-decoration:none;text-align:center!important}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;z-index:10}.carousel-arrow:hover{background:white;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-arrow svg{width:24px;height:24px;fill:var(--primary-color)}@media (max-width:768px){.carousel-title{font-size:1.8rem;margin-bottom:30px}.carousel-item{flex:0 0 calc(100% - 40px)}.carousel-arrow{width:40px;height:40px}}.footer{position:relative;z-index:2;background:var(--gray);padding:1.5rem 6vw 2.2rem;margin-top:0px}.footer_top{max-width:1480px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid #e6e1d6;display:flex!important;flex-wrap:wrap!important;gap:2.5rem}.footer_top .footer__col{flex:1 1 calc(25% - 2rem)!important;min-width:200px;box-sizing:border-box}@media (max-width:768px){.footer_top{gap:1.5rem!important;padding-left:1rem;padding-right:1rem}.footer_top .footer__col{flex:1 1 100%!important;width:100%!important}}.footer__brand__info{display:inline-block}.footer__brand__logo{width:76px;height:76px;filter:drop-shadow(0 1px 6px rgba(0,0,0,.25))}.footer__brand__logo svg{width:100%;height:100%}.footer__brand h3{font-family:'Fraunces',serif;font-weight:600;font-size:1.3rem;margin-bottom:.9rem}.footer__brand p{color:var(--mist);font-size:.92rem;line-height:1.6;max-width:280px}.footer__bottom{max-width:1480px;margin:0 auto;padding-top:1.6rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--mist)}.footer__bottom a{text-decoration:none;color:var(--accent)}.footer__bottom a:hover{color:var(--mist)}.conteneur-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.pagination{margin-top:2rem;margin-bottom:4rem;text-align:center}.pagination a,.pagination span{display:inline-block;margin:0 0.3rem;padding:0.3rem 0.3rem;text-decoration:none;color:var(--dark)}.pagination .page-numbers{border:1px solid var(--muted);margin-bottom:8px}.pagination a:hover{background:var(--muted);color:var(--white)}.pagination .current{font-weight:bold;background:var(--accent);color:var(--white);margin-bottom:8px}.pagination .next,.pagination .prev{padding:0.6rem 0.6rem;margin-bottom:8px}.post-content{padding:10px 20px;display:flex;flex-direction:column}.post-date{font-size:0.9rem;color:var(--muted)}.post-categories{display:inline-block;font-size:.74rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.post-categories-home{display:inline-block;font-size:.74rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);padding:0px 20px}.post-excerpt-news .post-title h2{font-weight:600;font-size:1.28rem;padding:5px 18px}.post-excerpt-news .card__num{text-align:center;font-size:1.2rem}.post-title a{font-weight:600;text-decoration:none;color:var(--muted)}.entry-content{margin:40px}.entry-content ul{margin-left:20px}.entry-content a{text-decoration:none;color:var(--accent)}.entry-content a:hover{color:var(--muted)}.item-excerpt{margin-top:10px;margin-bottom:10px;padding:0px 20px;line-height:22px;text-transform:lowercase}.post-navigation{display:flex;flex-direction:column;gap:15px;width:100%;margin-top:40px;margin-bottom:40px;border-top:var(--accent-soft) 2px dotted}.post-navigation .colpaging{padding-top:20px;color:var(--accent)}.post-navigation .colpaging:hover{color:var(--ink)}.post-navigation a{text-decoration:none;color:var(--accent)}.post-navigation a:hover{color:var(--muted)}.post-navigation .colpaging:first-child{text-align:left}.post-navigation .colpaging:last-child{text-align:right}@media (min-width:768px){.post-navigation{flex-direction:row;justify-content:space-between;align-items:center}}.google-iframe{width:100%;height:320px;border:0!important;display:block;padding-left:10px;padding-right:10px;margin-bottom:40px}.map-google{border:0!important}.video-responsive-container{width:100%;max-width:800px;margin:20px auto;aspect-ratio:16 / 9}.video-responsive-container-single{width:40%;max-width:420px;aspect-ratio:16 / 9}@media (max-width:800px){.video-responsive-container-single{width:100%;aspect-ratio:auto;height:auto}}.video-responsive-container iframe,.video-responsive-container-single iframe{width:100%;height:100%;border-radius:0px}.widget-title{font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:var(--clay);margin-bottom:1.1rem}.textwidget p{color:var(--muted);font-size:.95rem;line-height:1.3}.widgetlist{list-style:none;padding:0;margin:0;background-color:transparent}.widgetlist .widgetitem{display:flex;align-items:left;gap:8px;margin-bottom:8px}.widgetlist .widgetthumbnail{width:75px;height:75px;object-fit:cover;flex-shrink:0;border-radius:10px}.widgetlist .widgetcontent{display:flex;flex-direction:column}.widgetlist .widgettitle{margin:0;font-size:inherit;line-height:22px}.widgetlist .widgettitle a{text-decoration:none;color:var(--muted);font-weight:400;font-size:.94rem}.widgetlist .widgettitle a:hover{text-decoration:none;color:var(--accent)}.widgetlist .widgetdate{margin:2px 0 0 0;font-size:12px;color:inherit}.rpwwt-widget ul{list-style:none!important;margin-left:10px}.rpwwt-post-title{padding:8px}.widget_nav_menu ul{display:flex;flex-direction:column;gap:0.5rem;list-style:none;padding:0;margin:0}.widget_nav_menu li{border-bottom:2px dotted var(--muted)}.widget_nav_menu a{text-decoration:none;line-height:1.6;color:var(--muted);font-weight:400;font-size:.98rem;transition:color 0.3s ease}.widget_nav_menu a:hover{color:var(--accent)}.widget_nav_menu .current-menu-item>a,.widget_nav_menu .current_page_item>a{font-weight:700;color:var(--accent)}.social-menu{display:flex;gap:1rem;list-style:none;padding:0;margin:0;align-items:center}.social-menu a{display:inline-flex;width:24px;height:24px;font-size:0;color:var(--muted);transition:color 0.3s ease,transform 0.2s ease;position:relative}.social-menu a:hover{color:var(--accent)}.social-menu a::before{content:"";display:block;width:100%;height:100%;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.social-menu a[href*="facebook.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E")}.social-menu a[href*="linkedin.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.12 20.45H3.56V9H7.12v11.45zM5.34 7.43c-1.14 0-2.06-.92-2.06-2.06 0-1.14.92-2.06 2.06-2.06 1.14 0 2.06.92 2.06 2.06 0 1.14-.92 2.06-2.06 2.06zm15.11 13.02h-3.56v-5.6c0-1.34-.03-3.05-1.86-3.05-1.86 0-2.14 1.45-2.14 2.95v5.7H9.33V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.12 20.45H3.56V9H7.12v11.45zM5.34 7.43c-1.14 0-2.06-.92-2.06-2.06 0-1.14.92-2.06 2.06-2.06 1.14 0 2.06.92 2.06 2.06 0 1.14-.92 2.06-2.06 2.06zm15.11 13.02h-3.56v-5.6c0-1.34-.03-3.05-1.86-3.05-1.86 0-2.14 1.45-2.14 2.95v5.7H9.33V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29z'/%3E%3C/svg%3E")}.social-menu a[href*="instagram.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.051.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.051.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E")}.social-menu a[href*="x.com"]::before,.social-menu a[href*="twitter.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E")}.social-menu a[href*="tiktok.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.02 1.59 4.23.73.9 1.69 1.63 2.77 2.06v4.01c-1.35-.11-2.68-.61-3.75-1.47-.66-.53-1.21-1.19-1.6-1.94v6.52c-.06 1.83-.58 3.65-1.58 5.14-1.46 2.13-3.9 3.45-6.48 3.44-2.83-.05-5.46-1.71-6.62-4.32-1.43-3.05-.6-6.86 2.02-8.98 1.55-1.29 3.59-1.9 5.61-1.64v3.99c-.71-.16-1.47-.1-2.11.23-.97.47-1.64 1.49-1.67 2.57-.08 1.62 1.2 3.05 2.81 3.09 1.46.08 2.83-.94 3.09-2.39.06-.29.08-.59.08-.88V.02z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.02 1.59 4.23.73.9 1.69 1.63 2.77 2.06v4.01c-1.35-.11-2.68-.61-3.75-1.47-.66-.53-1.21-1.19-1.6-1.94v6.52c-.06 1.83-.58 3.65-1.58 5.14-1.46 2.13-3.9 3.45-6.48 3.44-2.83-.05-5.46-1.71-6.62-4.32-1.43-3.05-.6-6.86 2.02-8.98 1.55-1.29 3.59-1.9 5.61-1.64v3.99c-.71-.16-1.47-.1-2.11.23-.97.47-1.64 1.49-1.67 2.57-.08 1.62 1.2 3.05 2.81 3.09 1.46.08 2.83-.94 3.09-2.39.06-.29.08-.59.08-.88V.02z'/%3E%3C/svg%3E")}.social-menu a[href*="youtube.com"]::before,.social-menu a[href*="youtu.be"]::before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E")}.picto{display:inline-block;width:24px;height:24px;background-color:currentColor;vertical-align:middle;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.picto-sm{width:16px;height:16px}.picto-lg{width:20px;height:20px}.picto-xl{width:25px;height:25px}.picto-xxl{width:30px;height:30px}.picto-xxxl{width:40px;height:40px}.picto-clock{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E")}.picto-charte{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M595-355q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Zm113.5-56.5Q720-423 720-440t-11.5-28.5Q697-480 680-480t-28.5 11.5Q640-457 640-440t11.5 28.5Q663-400 680-400t28.5-11.5ZM440-40v-116q0-21 10-39.5t28-29.5q32-19 67.5-31.5T618-275l62 75 62-75q37 6 72 18.5t67 31.5q18 11 28.5 29.5T920-156v116H440Zm79-80h123l-54-66q-18 5-35 13t-34 17v36Zm199 0h122v-36q-16-10-33-17.5T772-186l-54 66Zm-76 0Zm76 0Zm-518 0q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v200q-16-20-35-38t-45-24v-138H200v560h166q-3 11-4.5 22t-1.5 22v36H200Zm80-480h280q26-20 57-30t63-10v-40H280v80Zm0 160h200q0-21 4.5-41t12.5-39H280v80Zm0 160h138q11-9 23.5-16t25.5-13v-51H280v80Zm-80 80v-560 137-17 440Zm480-240Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M595-355q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Zm113.5-56.5Q720-423 720-440t-11.5-28.5Q697-480 680-480t-28.5 11.5Q640-457 640-440t11.5 28.5Q663-400 680-400t28.5-11.5ZM440-40v-116q0-21 10-39.5t28-29.5q32-19 67.5-31.5T618-275l62 75 62-75q37 6 72 18.5t67 31.5q18 11 28.5 29.5T920-156v116H440Zm79-80h123l-54-66q-18 5-35 13t-34 17v36Zm199 0h122v-36q-16-10-33-17.5T772-186l-54 66Zm-76 0Zm76 0Zm-518 0q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v200q-16-20-35-38t-45-24v-138H200v560h166q-3 11-4.5 22t-1.5 22v36H200Zm80-480h280q26-20 57-30t63-10v-40H280v80Zm0 160h200q0-21 4.5-41t12.5-39H280v80Zm0 160h138q11-9 23.5-16t25.5-13v-51H280v80Zm-80 80v-560 137-17 440Zm480-240Z'/%3E%3C/svg%3E")}.picto-stetoscope{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M540-80q-108 0-184-76t-76-184v-23q-86-14-143-80.5T80-600v-240h120v-40h80v160h-80v-40h-40v160q0 66 47 113t113 47q66 0 113-47t47-113v-160h-40v40h-80v-160h80v40h120v240q0 90-57 156.5T360-363v23q0 75 52.5 127.5T540-160q75 0 127.5-52.5T720-340v-67q-35-12-57.5-43T640-520q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T800-407v67q0 108-76 184T540-80Zm248.5-411.5Q800-503 800-520t-11.5-28.5Q777-560 760-560t-28.5 11.5Q720-537 720-520t11.5 28.5Q743-480 760-480t28.5-11.5ZM760-520Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M540-80q-108 0-184-76t-76-184v-23q-86-14-143-80.5T80-600v-240h120v-40h80v160h-80v-40h-40v160q0 66 47 113t113 47q66 0 113-47t47-113v-160h-40v40h-80v-160h80v40h120v240q0 90-57 156.5T360-363v23q0 75 52.5 127.5T540-160q75 0 127.5-52.5T720-340v-67q-35-12-57.5-43T640-520q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T800-407v67q0 108-76 184T540-80Zm248.5-411.5Q800-503 800-520t-11.5-28.5Q777-560 760-560t-28.5 11.5Q720-537 720-520t11.5 28.5Q743-480 760-480t28.5-11.5ZM760-520Z'/%3E%3C/svg%3E")}.picto-handicap{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M260-720q-33 0-56.5-23.5T180-800q0-33 23.5-56.5T260-880q33 0 56.5 23.5T340-800q0 33-23.5 56.5T260-720ZM200-80v-280h-80v-240q0-33 23.5-56.5T200-680h120q33 0 56.5 23.5T400-600v78q-63 36-101.5 100T260-280q0 57 21 107.5T340-84v4H200Zm340 0q-83 0-141.5-58.5T340-280q0-67 39.5-118.5T480-470v87q-27 16-43.5 43T420-280q0 50 35 85t85 35q50 0 85-35t35-85h80q0 83-58.5 141.5T540-80Zm297-92-99-148H520v-320h80v240h182l122 184-67 44Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M260-720q-33 0-56.5-23.5T180-800q0-33 23.5-56.5T260-880q33 0 56.5 23.5T340-800q0 33-23.5 56.5T260-720ZM200-80v-280h-80v-240q0-33 23.5-56.5T200-680h120q33 0 56.5 23.5T400-600v78q-63 36-101.5 100T260-280q0 57 21 107.5T340-84v4H200Zm340 0q-83 0-141.5-58.5T340-280q0-67 39.5-118.5T480-470v87q-27 16-43.5 43T420-280q0 50 35 85t85 35q50 0 85-35t35-85h80q0 83-58.5 141.5T540-80Zm297-92-99-148H520v-320h80v240h182l122 184-67 44Z'/%3E%3C/svg%3E")}.picto-emergency{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M410-120v-238L204-239l-70-121 206-120-206-119 70-121 206 119v-239h140v239l206-119 70 121-206 119 206 120-70 121-206-119v238H410Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M410-120v-238L204-239l-70-121 206-120-206-119 70-121 206 119v-239h140v239l206-119 70 121-206 119 206 120-70 121-206-119v238H410Z'/%3E%3C/svg%3E")}.picto-vision{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M555-435q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35ZM400-160v-76q0-21 10-40t28-30q45-27 95.5-40.5T640-360q56 0 106.5 13.5T842-306q18 11 28 30t10 40v76H400Zm86-80h308q-35-20-74-30t-80-10q-41 0-80 10t-74 30Zm182.5-251.5Q680-503 680-520t-11.5-28.5Q657-560 640-560t-28.5 11.5Q600-537 600-520t11.5 28.5Q623-480 640-480t28.5-11.5ZM640-520Zm0 280ZM120-400v-80h320v80H120Zm0-320v-80h480v80H120Zm324 160H120v-80h360q-14 17-22.5 37T444-560Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M555-435q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35ZM400-160v-76q0-21 10-40t28-30q45-27 95.5-40.5T640-360q56 0 106.5 13.5T842-306q18 11 28 30t10 40v76H400Zm86-80h308q-35-20-74-30t-80-10q-41 0-80 10t-74 30Zm182.5-251.5Q680-503 680-520t-11.5-28.5Q657-560 640-560t-28.5 11.5Q600-537 600-520t11.5 28.5Q623-480 640-480t28.5-11.5ZM640-520Zm0 280ZM120-400v-80h320v80H120Zm0-320v-80h480v80H120Zm324 160H120v-80h360q-14 17-22.5 37T444-560Z'/%3E%3C/svg%3E")}.picto-priorite{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M420-280h120v-100h100v-120H540v-100H420v100H320v120h100v100ZM160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm240-270Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M420-280h120v-100h100v-120H540v-100H420v100H320v120h100v100ZM160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm240-270Z'/%3E%3C/svg%3E")}.picto-marquer{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")}.picto-marquer2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}.picto-info{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-240h-80v240Zm68.5-331.5Q520-623 520-640t-11.5-28.5Q497-680 480-680t-28.5 11.5Q440-657 440-640t11.5 28.5Q463-600 480-600t28.5-11.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-240h-80v240Zm68.5-331.5Q520-623 520-640t-11.5-28.5Q497-680 480-680t-28.5 11.5Q440-657 440-640t11.5 28.5Q463-600 480-600t28.5-11.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E")}.picto-phone{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.picto-phone2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")}.picto-fax{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H5c-1.66 0-3 1.34-3 3v4h4v3h12v-3h4v-4c0-1.66-1.34-3-3-3zm-3 8H8v-4h8v4zm3-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-8H7c-.55 0-1 .45-1 1v4h12V4c0-.55-.45-1-1-1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H5c-1.66 0-3 1.34-3 3v4h4v3h12v-3h4v-4c0-1.66-1.34-3-3-3zm-3 8H8v-4h8v4zm3-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-8H7c-.55 0-1 .45-1 1v4h12V4c0-.55-.45-1-1-1z'/%3E%3C/svg%3E")}.picto-email{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z'/%3E%3C/svg%3E")}.picto-star-full{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,10 72,42 106,42 78,62 88,95 60,75 32,95 42,62 14,42 48,42'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,10 72,42 106,42 78,62 88,95 60,75 32,95 42,62 14,42 48,42'/%3E%3C/svg%3E")}.picto-star-border{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,15 71,44 102,44 77,62 86,92 60,74 34,92 43,62 18,44 49,44' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,15 71,44 102,44 77,62 86,92 60,74 34,92 43,62 18,44 49,44' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E")}.picto-plus{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cline x1='7' y1='1' x2='7' y2='13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cline x1='7' y1='1' x2='7' y2='13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.picto-calendar{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z'/%3E%3C/svg%3E")}.picto-calendar2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='3'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='3'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E")}.picto-eye-call{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Zm0 180q-139 0-252.5-76T60-500q64-126 177.5-203T480-780q139 0 252.5 76T900-500q-64 126-177.5 203T480-220Zm0-80q113 0 207.5-59.5T816-500q-34-97-128.5-156.5T480-700q-113 0-207.5 59.5T144-500q34 97 128.5 156.5T480-300Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Zm0 180q-139 0-252.5-76T60-500q64-126 177.5-203T480-780q139 0 252.5 76T900-500q-64 126-177.5 203T480-220Zm0-80q113 0 207.5-59.5T816-500q-34-97-128.5-156.5T480-700q-113 0-207.5 59.5T144-500q34 97 128.5 156.5T480-300Z'/%3E%3C/svg%3E")}.picto-eye-tracking{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223-40H100q-24 0-42-18t-18-42v-123h60v123h123v60Zm514 0v-60h123v-123h60v123q0 24-18 42t-42 18H737ZM479.17-225Q360-225 264-293.5 168-362 119-480q49-119 145-187.5T479.5-736q119.5 0 216 68.5T840-480q-48 118-144.83 186.5-96.83 68.5-216 68.5Zm-.17-60q93 0 173-52.5T774-480q-42-90-122-143t-173-53q-93 0-172.5 53T185-480q42 90 121.5 142.5T479-285Zm1.22-63Q535-348 574-386.72t39-93.5Q613-535 574.07-574t-94-39q-55.07 0-93.57 38.93-38.5 38.93-38.5 94t38.72 93.57q38.72 38.5 93.5 38.5Zm-.22-60q-30 0-51-21t-21-51q0-30 21-51.5t51-21.5q30 0 51.5 21.29T553-480q0 30-21.29 51T480-408ZM40-737v-123q0-24 18-42t42-18h123v60H100v123H40Zm820 0v-123H737v-60h123q24 0 42 18t18 42v123h-60Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223-40H100q-24 0-42-18t-18-42v-123h60v123h123v60Zm514 0v-60h123v-123h60v123q0 24-18 42t-42 18H737ZM479.17-225Q360-225 264-293.5 168-362 119-480q49-119 145-187.5T479.5-736q119.5 0 216 68.5T840-480q-48 118-144.83 186.5-96.83 68.5-216 68.5Zm-.17-60q93 0 173-52.5T774-480q-42-90-122-143t-173-53q-93 0-172.5 53T185-480q42 90 121.5 142.5T479-285Zm1.22-63Q535-348 574-386.72t39-93.5Q613-535 574.07-574t-94-39q-55.07 0-93.57 38.93-38.5 38.93-38.5 94t38.72 93.57q38.72 38.5 93.5 38.5Zm-.22-60q-30 0-51-21t-21-51q0-30 21-51.5t51-21.5q30 0 51.5 21.29T553-480q0 30-21.29 51T480-408ZM40-737v-123q0-24 18-42t42-18h123v60H100v123H40Zm820 0v-123H737v-60h123q24 0 42 18t18 42v123h-60Z'/%3E%3C/svg%3E")}.picto-visibility-off{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m629-419-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650-500q0 22-5.5 43.5T629-419Zm129 129-40-40q49-36 85.5-80.5T857-500q-50-111-150-175.5T490-740q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485-800q143 0 261.5 81.5T920-500q-26 64-67 117t-95 93Zm58 226L648-229q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40-500q20-52 55.5-101.5T182-696L56-822l42-43 757 757-39 44ZM223-654q-37 27-71.5 71T102-500q51 111 153.5 175.5T488-260q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m629-419-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650-500q0 22-5.5 43.5T629-419Zm129 129-40-40q49-36 85.5-80.5T857-500q-50-111-150-175.5T490-740q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485-800q143 0 261.5 81.5T920-500q-26 64-67 117t-95 93Zm58 226L648-229q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40-500q20-52 55.5-101.5T182-696L56-822l42-43 757 757-39 44ZM223-654q-37 27-71.5 71T102-500q51 111 153.5 175.5T488-260q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Z'/%3E%3C/svg%3E")}.picto-symptoms-eye{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-200q-146 0-264-83T40-500q58-134 176-217t264-83q146 0 264 83t176 217q-9 20-19.5 39.5T878-423l-42-39q6-9 11-18.5t10-19.5q-53-109-154.32-174.5T480-740q-121.23 0-222.62 65.5Q156-609 102-500q54 109 155.38 174.5Q358.77-260 480-260q15.47 0 30.23-1 14.77-1 30.77-3-1 15 1 30t6 29q-17 3-34 4t-34 1Zm0-130q-70.83 0-120.42-49.62Q310-429.24 310-500.12t49.62-120.38q49.62-49.5 120.5-49.5T601-620.5Q651-571 651-499q0 16-3 32t-10 30l-30 28q-13.18 12.26-23.59 26.13T566-353q-19 11-40.81 17-21.82 6-45.19 6Zm79.5-90.74q32.5-32.73 32.5-79.5 0-46.76-32.74-79.26-32.73-32.5-79.5-32.5-46.76 0-79.26 32.74-32.5 32.73-32.5 79.5 0 46.76 32.74 79.26 32.73 32.5 79.5 32.5 46.76 0 79.26-32.74ZM751.47-105q-63.47 0-107-44.09-43.53-44.1-44.47-106.95 0-30.96 13-59.46t36-49.5l102-96 101 96q23 21 35.54 48.9Q900.07-288.21 901-257q0 63-43.5 107.5T751.47-105Zm-.47-60q38 0 64-26.91t25-65.03q0-19.06-8-35.56-8-16.5-22-29.5l-59-56-60 56q-14 13-22.5 29.5T661-256q0 38.2 25.88 64.6Q712.75-165 751-165Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-200q-146 0-264-83T40-500q58-134 176-217t264-83q146 0 264 83t176 217q-9 20-19.5 39.5T878-423l-42-39q6-9 11-18.5t10-19.5q-53-109-154.32-174.5T480-740q-121.23 0-222.62 65.5Q156-609 102-500q54 109 155.38 174.5Q358.77-260 480-260q15.47 0 30.23-1 14.77-1 30.77-3-1 15 1 30t6 29q-17 3-34 4t-34 1Zm0-130q-70.83 0-120.42-49.62Q310-429.24 310-500.12t49.62-120.38q49.62-49.5 120.5-49.5T601-620.5Q651-571 651-499q0 16-3 32t-10 30l-30 28q-13.18 12.26-23.59 26.13T566-353q-19 11-40.81 17-21.82 6-45.19 6Zm79.5-90.74q32.5-32.73 32.5-79.5 0-46.76-32.74-79.26-32.73-32.5-79.5-32.5-46.76 0-79.26 32.74-32.5 32.73-32.5 79.5 0 46.76 32.74 79.26 32.73 32.5 79.5 32.5 46.76 0 79.26-32.74ZM751.47-105q-63.47 0-107-44.09-43.53-44.1-44.47-106.95 0-30.96 13-59.46t36-49.5l102-96 101 96q23 21 35.54 48.9Q900.07-288.21 901-257q0 63-43.5 107.5T751.47-105Zm-.47-60q38 0 64-26.91t25-65.03q0-19.06-8-35.56-8-16.5-22-29.5l-59-56-60 56q-14 13-22.5 29.5T661-256q0 38.2 25.88 64.6Q712.75-165 751-165Z'/%3E%3C/svg%3E")}.picto-eyeglasses{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-104.5-28T530-434q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Zm0-40q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q19 42 44 57.5t76 15.5Zm436 0q51 0 77-16t43-57q10-23 15-50t5-56q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 67 30 118.5T698-360Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-104.5-28T530-434q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Zm0-40q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q19 42 44 57.5t76 15.5Zm436 0q51 0 77-16t43-57q10-23 15-50t5-56q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 67 30 118.5T698-360Z'/%3E%3C/svg%3E")}.picto-eyeglasses-2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-360q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q18 42 43.5 57.5T262-360Zm428 220v-240h60v240h-60Zm-110-60v-120h60v120h-60Zm220 0v-120h60v120h-60ZM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62T850-398q-8-8-17-15t-19-12q13-26 18.5-55.5T838-539q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 37 8.5 70t28.5 57q-8 7-15.5 15T566-372q-11-13-20-28t-16-34q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-360q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q18 42 43.5 57.5T262-360Zm428 220v-240h60v240h-60Zm-110-60v-120h60v120h-60Zm220 0v-120h60v120h-60ZM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62T850-398q-8-8-17-15t-19-12q13-26 18.5-55.5T838-539q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 37 8.5 70t28.5 57q-8 7-15.5 15T566-372q-11-13-20-28t-16-34q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Z'/%3E%3C/svg%3E")}.picto-mystery{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-220q125 0 212.5-87.5T740-520q0-125-87.5-212.5T440-820q-125 0-212.5 87.5T140-520q0 125 87.5 212.5T440-220Zm0-300Zm0 160q-83 0-147.5-44.5T200-520q28-70 92.5-115T440-680q82 0 146.5 45T680-520q-29 71-93.5 115.5T440-360Zm0-60q55 0 101-26.5t72-73.5q-26-46-72-73t-101-27q-56 0-102 27t-72 73q26 47 72 73.5T440-420Zm0-50q20 0 35-14.5t15-35.5q0-20-15-35t-35-15q-21 0-35.5 15T390-520q0 21 14.5 35.5T440-470Zm0 310q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T80-520q0-74 28.5-139.5t77-114.5q48.5-49 114-77.5T440-880q74 0 139.5 28.5T694-774q49 49 77.5 114.5T800-520q0 67-22.5 126T715-287l164 165-42 42-165-165q-48 40-107 62.5T440-160Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-220q125 0 212.5-87.5T740-520q0-125-87.5-212.5T440-820q-125 0-212.5 87.5T140-520q0 125 87.5 212.5T440-220Zm0-300Zm0 160q-83 0-147.5-44.5T200-520q28-70 92.5-115T440-680q82 0 146.5 45T680-520q-29 71-93.5 115.5T440-360Zm0-60q55 0 101-26.5t72-73.5q-26-46-72-73t-101-27q-56 0-102 27t-72 73q26 47 72 73.5T440-420Zm0-50q20 0 35-14.5t15-35.5q0-20-15-35t-35-15q-21 0-35.5 15T390-520q0 21 14.5 35.5T440-470Zm0 310q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T80-520q0-74 28.5-139.5t77-114.5q48.5-49 114-77.5T440-880q74 0 139.5 28.5T694-774q49 49 77.5 114.5T800-520q0 67-22.5 126T715-287l164 165-42 42-165-165q-48 40-107 62.5T440-160Z'/%3E%3C/svg%3E")}.picto-visibility{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M600.5-379.5Q650-429 650-500t-49.5-120.5Q551-670 480-670t-120.5 49.5Q310-571 310-500t49.5 120.5Q409-330 480-330t120.5-49.5Zm-200-41Q368-453 368-500t32.5-79.5Q433-612 480-612t79.5 32.5Q592-547 592-500t-32.5 79.5Q527-388 480-388t-79.5-32.5ZM216-283Q98-366 40-500q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83q-146 0-264-83Zm222.5 174.5Q804-391 857-500q-53-109-154.5-174.5T480-740q-121 0-222.5 65.5T102-500q54 109 155.5 174.5T480-260q121 0 222.5-65.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M600.5-379.5Q650-429 650-500t-49.5-120.5Q551-670 480-670t-120.5 49.5Q310-571 310-500t49.5 120.5Q409-330 480-330t120.5-49.5Zm-200-41Q368-453 368-500t32.5-79.5Q433-612 480-612t79.5 32.5Q592-547 592-500t-32.5 79.5Q527-388 480-388t-79.5-32.5ZM216-283Q98-366 40-500q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83q-146 0-264-83Zm222.5 174.5Q804-391 857-500q-53-109-154.5-174.5T480-740q-121 0-222.5 65.5T102-500q54 109 155.5 174.5T480-260q121 0 222.5-65.5Z'/%3E%3C/svg%3E")}.picto-ophthalmology{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M120-530v-60h70q30-72 89.5-122T414-783l-35-36 42-42 50 49q10 10 13.5 23.5T483-761q-5 14-15.5 23T443-727q-72 11-127 58.5T240-551l-6 21H120Zm490 50q0-44 19-82.5t56-60.5q-26-33-59-59t-74-38l17-57q60 18 107.5 58t76.5 96q39 18 58 58.5t19 84.5q0 45-18.5 85T753-337q-29 55-77 95.5T568-183l-17-57q43-13 75-37.5t59-59.5q-42-25-58.5-60T610-480Zm145 62.5q15-27.5 15-62.5t-15-62.5Q740-570 720-570t-35 27.5Q670-515 670-480t15 62.5q15 27.5 35 27.5t35-27.5ZM416-94l-42-43 40-40q-75-21-135-71t-89-122h-70v-60h114l6 21q21 70 75.5 117.5T442-233q14 2 25 11t16 23q5 14 1.5 27T471-149l-55 55Zm304-386Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M120-530v-60h70q30-72 89.5-122T414-783l-35-36 42-42 50 49q10 10 13.5 23.5T483-761q-5 14-15.5 23T443-727q-72 11-127 58.5T240-551l-6 21H120Zm490 50q0-44 19-82.5t56-60.5q-26-33-59-59t-74-38l17-57q60 18 107.5 58t76.5 96q39 18 58 58.5t19 84.5q0 45-18.5 85T753-337q-29 55-77 95.5T568-183l-17-57q43-13 75-37.5t59-59.5q-42-25-58.5-60T610-480Zm145 62.5q15-27.5 15-62.5t-15-62.5Q740-570 720-570t-35 27.5Q670-515 670-480t15 62.5q15 27.5 35 27.5t35-27.5ZM416-94l-42-43 40-40q-75-21-135-71t-89-122h-70v-60h114l6 21q21 70 75.5 117.5T442-233q14 2 25 11t16 23q5 14 1.5 27T471-149l-55 55Zm304-386Z'/%3E%3C/svg%3E")}.picto-syringe{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M149.13-519.61Q141-529 141-541.47q0-12.46 8-21.53l126-125-57-58-26 26q-9.07 9-21.53 9-12.47 0-21.34-8.84-8.13-8.11-8.13-20.63 0-12.53 8-21.53l94-94q9.07-9 21.53-9 12.47 0 21.34 9.39Q294-847 294-834.53q0 12.46-8 20.53l-26 27 57 57 126-127q9.07-8 21.53-8 12.47 0 21.47 8 8 9.07 8 21.53 0 12.47-8 21.47l-34 34 339 338q17 18 17 42.94 0 24.94-17 42.06l-50 50 172 172h-84L699-265l-50 50q-17.12 17-42.06 17T564-215L226-554l-34 34q-9.07 9-21.53 9-12.47 0-21.34-8.61ZM267-596l339 339 142-142-85-85-70 70q-8 9-20.5 9t-20.63-8.25q-8.87-9-8.87-21.38 0-12.37 9-21.37l70-70-85-85-70 70q-9.07 9-21.53 9-12.47 0-21.47-9-8-8-8-20.47 0-12.46 8-21.53l70-70-85-85-142 142Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M149.13-519.61Q141-529 141-541.47q0-12.46 8-21.53l126-125-57-58-26 26q-9.07 9-21.53 9-12.47 0-21.34-8.84-8.13-8.11-8.13-20.63 0-12.53 8-21.53l94-94q9.07-9 21.53-9 12.47 0 21.34 9.39Q294-847 294-834.53q0 12.46-8 20.53l-26 27 57 57 126-127q9.07-8 21.53-8 12.47 0 21.47 8 8 9.07 8 21.53 0 12.47-8 21.47l-34 34 339 338q17 18 17 42.94 0 24.94-17 42.06l-50 50 172 172h-84L699-265l-50 50q-17.12 17-42.06 17T564-215L226-554l-34 34q-9.07 9-21.53 9-12.47 0-21.34-8.61ZM267-596l339 339 142-142-85-85-70 70q-8 9-20.5 9t-20.63-8.25q-8.87-9-8.87-21.38 0-12.37 9-21.37l70-70-85-85-70 70q-9.07 9-21.53 9-12.47 0-21.47-9-8-8-8-20.47 0-12.46 8-21.53l70-70-85-85-142 142Z'/%3E%3C/svg%3E")}.picto-download{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-313 287-506l43-43 120 120v-371h60v371l120-120 43 43-193 193ZM220-160q-24 0-42-18t-18-42v-143h60v143h520v-143h60v143q0 24-18 42t-42 18H220Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-313 287-506l43-43 120 120v-371h60v371l120-120 43 43-193 193ZM220-160q-24 0-42-18t-18-42v-143h60v143h520v-143h60v143q0 24-18 42t-42 18H220Z'/%3E%3C/svg%3E")}.picto-doc-pdf{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M320-240h320v-60H320v60Zm0-120h320v-60H320v60Zm0-120h160v-60H320v60ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-570v-170H240v640h480v-470H520ZM240-820v170-170 640-640Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M320-240h320v-60H320v60Zm0-120h320v-60H320v60Zm0-120h160v-60H320v60ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-570v-170H240v640h480v-470H520ZM240-820v170-170 640-640Z'/%3E%3C/svg%3E")}.picto-card-off{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m871-203-71-71v-206H594L434-640h366v-80H354l-80-80h526q33 0 56.5 23.5T880-720v480q0 10-2 19.5t-7 17.5ZM385-462Zm192-35Zm-211 17H160v240h446L366-480ZM818-28 686-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800l80 80h-80v80h46L26-820l57-57L875-85l-57 57Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m871-203-71-71v-206H594L434-640h366v-80H354l-80-80h526q33 0 56.5 23.5T880-720v480q0 10-2 19.5t-7 17.5ZM385-462Zm192-35Zm-211 17H160v240h446L366-480ZM818-28 686-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800l80 80h-80v80h46L26-820l57-57L875-85l-57 57Z'/%3E%3C/svg%3E")}.picto-doc-edit{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M360-600v-80h360v80H360Zm0 120v-80h360v80H360Zm120 320H200h280Zm0 80H240q-50 0-85-35t-35-85v-120h120v-560h600v361q-20-2-40.5 1.5T760-505v-295H320v480h240l-80 80H200v40q0 17 11.5 28.5T240-160h240v80Zm80 0v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-300L683-80H560Zm300-263-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M360-600v-80h360v80H360Zm0 120v-80h360v80H360Zm120 320H200h280Zm0 80H240q-50 0-85-35t-35-85v-120h120v-560h600v361q-20-2-40.5 1.5T760-505v-295H320v480h240l-80 80H200v40q0 17 11.5 28.5T240-160h240v80Zm80 0v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-300L683-80H560Zm300-263-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z'/%3E%3C/svg%3E")}.picto-sport{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M520-40v-240l-84-80-40 176-276-56 16-80 192 40 64-324-72 28v136h-80v-188l158-68q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q26 42 70.5 69T760-520v80q-66 0-123.5-27.5T540-540l-24 120 84 80v300h-80Zm-36.5-723.5Q460-787 460-820t23.5-56.5Q507-900 540-900t56.5 23.5Q620-853 620-820t-23.5 56.5Q573-740 540-740t-56.5-23.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M520-40v-240l-84-80-40 176-276-56 16-80 192 40 64-324-72 28v136h-80v-188l158-68q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q26 42 70.5 69T760-520v80q-66 0-123.5-27.5T540-540l-24 120 84 80v300h-80Zm-36.5-723.5Q460-787 460-820t23.5-56.5Q507-900 540-900t56.5 23.5Q620-853 620-820t-23.5 56.5Q573-740 540-740t-56.5-23.5Z'/%3E%3C/svg%3E")}.picto-avion{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m397-115-99-184-184-99 71-70 145 25 102-102-317-135 84-86 385 68 124-124q23-23 57-23t57 23q23 23 23 56.5T822-709L697-584l68 384-85 85-136-317-102 102 26 144-71 71Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m397-115-99-184-184-99 71-70 145 25 102-102-317-135 84-86 385 68 124-124q23-23 57-23t57 23q23 23 23 56.5T822-709L697-584l68 384-85 85-136-317-102 102 26 144-71 71Z'/%3E%3C/svg%3E")}.picto-bike{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-83 0-141.5-58.5T0-280q0-83 58.5-141.5T200-480q83 0 141.5 58.5T400-280q0 83-58.5 141.5T200-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Zm155-5v-200L312-512q-12-11-18-25.5t-6-30.5q0-16 6.5-30.5T312-624l112-112q12-12 27.5-18t32.5-6q17 0 32.5 6t27.5 18l76 76q28 28 64 44t76 16v80q-57 0-108.5-22T560-604l-32-32-96 96 88 92v248h-80Zm123.5-563.5Q540-787 540-820t23.5-56.5Q587-900 620-900t56.5 23.5Q700-853 700-820t-23.5 56.5Q653-740 620-740t-56.5-23.5ZM760-80q-83 0-141.5-58.5T560-280q0-83 58.5-141.5T760-480q83 0 141.5 58.5T960-280q0 83-58.5 141.5T760-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-83 0-141.5-58.5T0-280q0-83 58.5-141.5T200-480q83 0 141.5 58.5T400-280q0 83-58.5 141.5T200-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Zm155-5v-200L312-512q-12-11-18-25.5t-6-30.5q0-16 6.5-30.5T312-624l112-112q12-12 27.5-18t32.5-6q17 0 32.5 6t27.5 18l76 76q28 28 64 44t76 16v80q-57 0-108.5-22T560-604l-32-32-96 96 88 92v248h-80Zm123.5-563.5Q540-787 540-820t23.5-56.5Q587-900 620-900t56.5 23.5Q700-853 700-820t-23.5 56.5Q653-740 620-740t-56.5-23.5ZM760-80q-83 0-141.5-58.5T560-280q0-83 58.5-141.5T760-480q83 0 141.5 58.5T960-280q0 83-58.5 141.5T760-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Z'/%3E%3C/svg%3E")}.picto-screen{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M40-120v-80h880v80H40Zm120-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H160Zm0-80h640v-440H160v440Zm0 0v-440 440Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M40-120v-80h880v80H40Zm120-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H160Zm0-80h640v-440H160v440Zm0 0v-440 440Z'/%3E%3C/svg%3E")}.picto-shopping{ mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223.5-103.5Q200-127 200-160t23.5-56.5Q247-240 280-240t56.5 23.5Q360-193 360-160t-23.5 56.5Q313-80 280-80t-56.5-23.5Zm400 0Q600-127 600-160t23.5-56.5Q647-240 680-240t56.5 23.5Q760-193 760-160t-23.5 56.5Q713-80 680-80t-56.5-23.5ZM246-720l96 200h280l110-200H246Zm-38-80h590q23 0 35 20.5t1 41.5L692-482q-11 20-29.5 31T622-440H324l-44 80h480v80H280q-45 0-68-39.5t-2-78.5l54-98-144-304H40v-80h130l38 80Zm134 280h280-280Z'/%3E%3C/svg%3E");-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223.5-103.5Q200-127 200-160t23.5-56.5Q247-240 280-240t56.5 23.5Q360-193 360-160t-23.5 56.5Q313-80 280-80t-56.5-23.5Zm400 0Q600-127 600-160t23.5-56.5Q647-240 680-240t56.5 23.5Q760-193 760-160t-23.5 56.5Q713-80 680-80t-56.5-23.5ZM246-720l96 200h280l110-200H246Zm-38-80h590q23 0 35 20.5t1 41.5L692-482q-11 20-29.5 31T622-440H324l-44 80h480v80H280q-45 0-68-39.5t-2-78.5l54-98-144-304H40v-80h130l38 80Zm134 280h280-280Z'/%3E%3C/svg%3E");}.divider{width:90%;margin:0px auto;display:flex;align-items:center;justify-content:center;gap:16px}.divider-line{flex:1;height:2px;background-color:var(--muted);position:relative}.picto-nutrition{mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M281.5-201.5Q200-283 200-400q0-94 55.5-168.5T401-669q-20-5-39-14.5T328-708q-33-33-42.5-78.5T281-879q47-5 92.5 4.5T452-832q23 23 33.5 52t13.5 61q13-31 31.5-58.5T572-828q11-11 28-11t28 11q11 11 11 28t-11 28q-22 22-39 48.5T564-667q88 28 142 101.5T760-400q0 117-81.5 198.5T480-120q-117 0-198.5-81.5Zm340-57Q680-317 680-400t-58.5-141.5Q563-600 480-600t-141.5 58.5Q280-483 280-400t58.5 141.5Q397-200 480-200t141.5-58.5ZM480-400Z'/%3E%3C/svg%3E");-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M281.5-201.5Q200-283 200-400q0-94 55.5-168.5T401-669q-20-5-39-14.5T328-708q-33-33-42.5-78.5T281-879q47-5 92.5 4.5T452-832q23 23 33.5 52t13.5 61q13-31 31.5-58.5T572-828q11-11 28-11t28 11q11 11 11 28t-11 28q-22 22-39 48.5T564-667q88 28 142 101.5T760-400q0 117-81.5 198.5T480-120q-117 0-198.5-81.5Zm340-57Q680-317 680-400t-58.5-141.5Q563-600 480-600t-141.5 58.5Q280-483 280-400t58.5 141.5Q397-200 480-200t141.5-58.5ZM480-400Z'/%3E%3C/svg%3E");
}.divider-line.left::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(-45deg);width:8px;height:8px;border-top:2px solid var(--muted);border-left:2px solid var(--gray)}.divider-line.right::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-top:2px solid var(--muted);border-right:2px solid var(--muted)}.divider-icon{display:flex;align-items:center;justify-content:center;fill:var(--muted);color:var(--muted)}.conatct-info{font-size:0.96rem;color:var(--muted);margin-bottom:8px}.conatct-info a{display:flex;align-items:flex-start;gap:10px;text-decoration:none;text-transform:none;color:inherit;line-height:1.2!important}.conatct-info a .picto{flex-shrink:0;margin-top:0px}.scroll-top-btn{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;border:none;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,0.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease,background .15s ease;z-index:30}.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background:var(--accent-soft)}.hero-slider{position:relative;width:100%;height:570px;overflow:hidden}.hero-slider-track{display:flex;width:100%;height:100%;transition:transform .5s ease;cursor:grab;user-select:none}.hero-slider-track.dragging{cursor:grabbing;transition:none}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}
.hero-caption{position:absolute;top:50%;left:48px;transform:translateY(-50%);z-index:4;max-width:420px;padding:26px 30px;border-radius:var(--radius);background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#23262F;text-align:left}
.hero-caption h3{color:#23262F;margin:0 0 10px 0;padding-bottom:0;font-size:1.6rem;font-weight:500}
.hero-caption h3::after{content:none}
.hero-caption p{margin:0 0 18px 0;font-size:.95rem;line-height:1.5;color:#086ba1;}
@media (max-width:768px){.hero-caption{left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;width:88%;max-width:340px;padding:22px 24px}}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}@media (max-width:768px){.hero-slide img{object-position:-280px 20px}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5}.hero-arrow.hero-arrow-left{left:20px}.hero-arrow.hero-arrow-right{right:20px}.hero-arrow svg{width:22px;height:22px;stroke:var(--accent)}@media (max-width:768px){.hero-arrow{width:40px;height:40px}.hero-arrow.hero-arrow-left{left:10px}.hero-arrow.hero-arrow-right{right:10px}}.hero-thumbs{display:flex;gap:16px;width:100%}.hero-thumb{flex:1;min-width:0;border:0;padding:0;margin:0;background:none;border-radius:10px;overflow:hidden;cursor:pointer;box-shadow:0 8px 20px rgba(35,38,47,.12);box-shadow .25s ease,transform .2s ease}.hero-thumb img{width:100%;height:110px;object-fit:cover;display:block}.hero-thumb:hover{}.hero-thumb.active{opacity:1;box-shadow:0 0 0 3px var(--accent),0 8px 20px rgba(35,38,47,.12)}@media (max-width:700px){.hero-thumbs{gap:8px}.hero-thumb img{height:60px}}.readmore{padding:11px 20px;border-radius:var(--radius);cursor:pointer;border:0;background-color:var(--accent);color:hsl(0deg 0% 100%);box-shadow:rgb(0 0 0 / 5%) 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all 0.5s ease}.readmore:hover{background-color:hsl(201deg 73%, 70%);color:hsl(0,0%,100%);box-shadow:rgb(122 194 234) 0px 7px 29px 0px}.readmore:active{background-color:hsl(201deg 73%, 70%);color:hsl(0deg 0% 100%);box-shadow:hsla(201deg 73%, 70%,0.6) 0px 7px 29px 0px;transition:0s}.hero-image{width:100%;height:370px;background-image:url(//dietetiquedesyeux.com/wp-content/themes/dietetique/images/ophtalmologueparis.jpg);background-size:cover;background-position:top center;background-repeat:no-repeat}@media (max-width:768px){.hero-image{background-position:-280px 20px}}.placement-wrap{position:relative;z-index:2;margin-top:-100px;left:0;width:100%;display:flex;justify-content:center;padding:0 20px}.grid-3col{width:100%;max-width:1000px;background:#fff;padding:28px;border-radius:0px;box-shadow:0 10px 30px rgba(35,38,47,.06)}.wpcf7-form{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 20px;align-items:start}@media (max-width:700px){.wpcf7-form{grid-template-columns:1fr}}.wpcf7-form .full-width{grid-column:1 / -1}.grid-3col .col{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px;color:#8A8F9C;font-size:14px;font-weight:600}.grid-3col .col a{color:var(--accent);text-decoration:none}.grid-3col .col a:hover{color:var(--ink)}.layout-container{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media (min-width:768px){.layout-container{grid-template-columns:3fr 1fr}}.main-content{position:relative;padding-right:0px}.main-content::after{content:"";position:absolute;right:0;top:20px;height:450px;border-right:4px dotted var(--gray)}.sidebarblock{padding-right:10px}@media (max-width:767px){.main-content::after{display:none}.sidebarblock{padding-left:15px}}.section-content-single{padding:30px 20px}.section-content-single ul,.section-content-single ol{margin-left:15px}.section-content-single a{color:var(--accent)}.section-content-single a:hover{color:var(--accent-soft)}.section-content-single .post-content .card_svg_single{margin-top:auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:2.4rem;color:var(--accent-soft)}.section-content-single .cards-grid2 .card .card__body .button{color:var(--white)}.page-title{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 20px}.text-compact{width:90%;text-align:left;line-height:1.4;font-size:1.2rem;margin-bottom:0.4em;color:var(--faint)}.text-compact-center{width:90%;margin-left:auto;margin-right:auto;line-height:1.2;margin-bottom:0.8em;text-align:center;font-size:1.2rem!important}.text-compact a,.text-compact-center a{color:var(--accent)}.text-compact a:hover,.text-compact-center a:hover{color:var(--muted)}@media (min-width:768px){.text-compact,.text-compact-center{width:70%}}.section-hero{width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.section-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px 10px 20px}.section-content .text{color:var(--muted);padding:20px 100px;line-height:1.4rem}@media (max-width:768px){.section-home{padding:40px 20px}.section-content .text{padding:40px 20px}}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cards-grid2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}.cards-grid2{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-grid,.cards-grid2{grid-template-columns:1fr}}.card{background-color:var(--white);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none;box-shadow:0 12px 28px -10px rgba(0,0,0,0.35)}.card__media{position:relative!important;width:100%;height:200px;overflow:hidden}.card__media-single{position:relative!important;width:100%;height:400px;overflow:hidden}.card__image{width:100%;height:200px;object-fit:cover;object-position:center 0px;display:block}.card__image-single{width:100%;height:400px;object-fit:cover;object-position:center 0px;display:block}.card__badge{position:absolute;bottom:0px;left:0px;background-color:var(--white);color:var(--muted);padding:12px 22px;border-radius:0px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.card__badge .f{margin-bottom:4px}.card__badge-day{font-size:1.25rem;font-weight:700;color:inherit}.card__badge-month{font-size:0.75rem;text-transform:uppercase;font-weight:500;color:inherit}.card__body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.card__title{margin:0 0 0.5rem 0;font-size:1.2rem;font-weight:600;color:var(--faint)}.card__title a{color:var(--faint)}.card__title a:hover{color:var(--accent-soft)}.card_svg{margin:20px 0 0.5rem 0;font-size:1.2rem;font-weight:600;color:var(--accent-soft)}.card__text{margin:0 0 1.25rem 0;font-size:0.9rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card__body .button{margin-top:auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.parallax-section{position:relative;width:100%;min-height:550px;overflow:hidden;display:flex;align-items:center;padding:40px 0}.parallax-bg{position:absolute;top:-20%;left:0;width:100%;height:140%;background-image:url(//dietetiquedesyeux.com/wp-content/themes/dietetique/images/background-session.svg);background-size:cover;background-position:center;z-index:1;will-change:transform}.parallax-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:20px}.texte-block{flex:1;background:rgba(255,255,255,0.6);color:var(--ink);padding:20px 30px 60px;border-radius:var(--radius);box-shadow:rgb122 194 234 0px 7px 29px 0px;box-sizing:border-box}.parallax-content .texte-block h2{font-size:1.4rem;margin-bottom:15px}.texte-block p{font-size:1rem;line-height:1.5}.texte-block .card_svg {display: block;margin-left: auto;margin-right: auto; width: fit-content;}.texte-block.linkblock{margin-top:20px;}@media(max-width:900px){.parallax-content{flex-direction:column}.texte-block{width:100%}}.linkblock{margin-top:10px}.carousel-section{padding:60px 0;background:linear-gradient(to bottom,#fff,#eee)}.carousel-container{max-width:1400px;margin:0 auto;padding:0 20px}.carousel-title{text-align:center;color:var(--accent);font-size:2.5rem;margin-bottom:40px}.carousel-wrapper{position:relative;overflow:hidden}.carousel-track{display:flex;gap:20px;transition:transform 0.4s ease;cursor:grab;user-select:none}.carousel-track.dragging{cursor:grabbing;transition:none}.carousel-item{position:relative;flex:0 0 calc(25% - 15px);background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.carousel-item img{width:100%;height:250px;object-fit:cover;display:block}.carousel-item-badge{position:absolute;top:0px;right:0px;z-index:2;background-color:var(--white,#ffffff);color:var(--muted,#666666);padding:6px 15px;border-radius:0px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;box-shadow:0 4px 10px rgba(0,0,0,0.15)}.carousel-item-badge .picto{margin-bottom:2px}.carousel-item-badge .badge-day{font-size:1.1rem;font-weight:700}.carousel-item-badge .badge-month{font-size:0.75rem;text-transform:uppercase;font-weight:500}.carousel-item-content{padding:20px}.carousel-item-content h3{color:var(--primary-color);margin-bottom:10px;font-size:1.3rem}.carousel-item-content p{color:#666;font-size:0.95rem;margin:0}.carousel-item-content .btn{margin-top:20px;margin-bottom:10px;text-decoration:none;text-align:center!important}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;z-index:10}.carousel-arrow:hover{background:white;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-arrow svg{width:24px;height:24px;fill:var(--primary-color)}@media (max-width:768px){.carousel-title{font-size:1.8rem;margin-bottom:30px}.carousel-item{flex:0 0 calc(100% - 40px)}.carousel-arrow{width:40px;height:40px}}.footer{position:relative;z-index:2;background:var(--gray);padding:1.5rem 6vw 2.2rem;margin-top:0px}.footer_top{max-width:1480px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid #e6e1d6;display:flex!important;flex-wrap:wrap!important;gap:2.5rem}.footer_top .footer__col{flex:1 1 calc(25% - 2rem)!important;min-width:200px;box-sizing:border-box}@media (max-width:768px){.footer_top{gap:1.5rem!important;padding-left:1rem;padding-right:1rem}.footer_top .footer__col{flex:1 1 100%!important;width:100%!important}}.footer__brand__info{display:inline-block}.footer__brand__logo{width:76px;height:76px;filter:drop-shadow(0 1px 6px rgba(0,0,0,.25))}.footer__brand__logo svg{width:100%;height:100%}.footer__brand h3{font-family:'Fraunces',serif;font-weight:600;font-size:1.3rem;margin-bottom:.9rem}.footer__brand p{color:var(--mist);font-size:.92rem;line-height:1.6;max-width:280px}.footer__bottom{max-width:1480px;margin:0 auto;padding-top:1.6rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--mist)}.footer__bottom a{text-decoration:none;color:var(--accent)}.footer__bottom a:hover{color:var(--mist)}.conteneur-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.pagination{margin-top:2rem;margin-bottom:4rem;text-align:center}.pagination a,.pagination span{display:inline-block;margin:0 0.3rem;padding:0.3rem 0.3rem;text-decoration:none;color:var(--dark)}.pagination .page-numbers{border:1px solid var(--muted);margin-bottom:8px}.pagination a:hover{background:var(--muted);color:var(--white)}.pagination .current{font-weight:bold;background:var(--accent);color:var(--white);margin-bottom:8px}.pagination .next,.pagination .prev{padding:0.6rem 0.6rem;margin-bottom:8px}.post-content{padding:10px 20px;display:flex;flex-direction:column}.post-date{font-size:0.9rem;color:var(--muted)}.post-categories{display:inline-block;font-size:.74rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.post-categories-home{display:inline-block;font-size:.74rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);padding:0px 20px}.post-excerpt-news .post-title h2{font-weight:600;font-size:1.28rem;padding:5px 18px}.post-excerpt-news .card__num{text-align:center;font-size:1.2rem}.post-title a{font-weight:600;text-decoration:none;color:var(--muted)}.entry-content{margin:40px}.entry-content ul{margin-left:20px}.entry-content a{text-decoration:none;color:var(--accent)}.entry-content a:hover{color:var(--muted)}.item-excerpt{margin-top:10px;margin-bottom:10px;padding:0px 20px;line-height:22px;text-transform:lowercase}.post-navigation{display:flex;flex-direction:column;gap:15px;width:100%;margin-top:40px;margin-bottom:40px;border-top:var(--accent-soft) 2px dotted}.post-navigation .colpaging{padding-top:20px;color:var(--accent)}.post-navigation .colpaging:hover{color:var(--ink)}.post-navigation a{text-decoration:none;color:var(--accent)}.post-navigation a:hover{color:var(--muted)}.post-navigation .colpaging:first-child{text-align:left}.post-navigation .colpaging:last-child{text-align:right}@media (min-width:768px){.post-navigation{flex-direction:row;justify-content:space-between;align-items:center}}.google-iframe{width:100%;height:320px;border:0!important;display:block;padding-left:10px;padding-right:10px;margin-bottom:40px}.map-google{border:0!important}.video-responsive-container{width:100%;max-width:800px;margin:20px auto;aspect-ratio:16 / 9}.video-responsive-container-single{width:40%;max-width:420px;aspect-ratio:16 / 9}@media (max-width:800px){.video-responsive-container-single{width:100%;aspect-ratio:auto;height:auto}}.video-responsive-container iframe,.video-responsive-container-single iframe{width:100%;height:100%;border-radius:0px}.widget-title{font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:var(--clay);margin-bottom:1.1rem}.textwidget p{color:var(--muted);font-size:.95rem;line-height:1.3}.widgetlist{list-style:none;padding:0;margin:0;background-color:transparent}.widgetlist .widgetitem{display:flex;align-items:left;gap:8px;margin-bottom:8px}.widgetlist .widgetthumbnail{width:75px;height:75px;object-fit:cover;flex-shrink:0;border-radius:10px}.widgetlist .widgetcontent{display:flex;flex-direction:column}.widgetlist .widgettitle{margin:0;font-size:inherit;line-height:22px}.widgetlist .widgettitle a{text-decoration:none;color:var(--muted);font-weight:400;font-size:.94rem}.widgetlist .widgettitle a:hover{text-decoration:none;color:var(--accent)}.widgetlist .widgetdate{margin:2px 0 0 0;font-size:12px;color:inherit}.rpwwt-widget ul{list-style:none!important;margin-left:10px}.rpwwt-post-title{padding:8px}.widget_nav_menu ul{display:flex;flex-direction:column;gap:0.5rem;list-style:none;padding:0;margin:0}.widget_nav_menu li{border-bottom:2px dotted var(--muted)}.widget_nav_menu a{text-decoration:none;line-height:1.6;color:var(--muted);font-weight:400;font-size:.98rem;transition:color 0.3s ease}.widget_nav_menu a:hover{color:var(--accent)}.widget_nav_menu .current-menu-item>a,.widget_nav_menu .current_page_item>a{font-weight:700;color:var(--accent)}.social-menu{display:flex;gap:1rem;list-style:none;padding:0;margin:0;align-items:center}.social-menu a{display:inline-flex;width:24px;height:24px;font-size:0;color:var(--muted);transition:color 0.3s ease,transform 0.2s ease;position:relative}.social-menu a:hover{color:var(--accent)}.social-menu a::before{content:"";display:block;width:100%;height:100%;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.social-menu a[href*="facebook.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E")}.social-menu a[href*="linkedin.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.12 20.45H3.56V9H7.12v11.45zM5.34 7.43c-1.14 0-2.06-.92-2.06-2.06 0-1.14.92-2.06 2.06-2.06 1.14 0 2.06.92 2.06 2.06 0 1.14-.92 2.06-2.06 2.06zm15.11 13.02h-3.56v-5.6c0-1.34-.03-3.05-1.86-3.05-1.86 0-2.14 1.45-2.14 2.95v5.7H9.33V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.12 20.45H3.56V9H7.12v11.45zM5.34 7.43c-1.14 0-2.06-.92-2.06-2.06 0-1.14.92-2.06 2.06-2.06 1.14 0 2.06.92 2.06 2.06 0 1.14-.92 2.06-2.06 2.06zm15.11 13.02h-3.56v-5.6c0-1.34-.03-3.05-1.86-3.05-1.86 0-2.14 1.45-2.14 2.95v5.7H9.33V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.45v6.29z'/%3E%3C/svg%3E")}.social-menu a[href*="instagram.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.051.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.051.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E")}.social-menu a[href*="x.com"]::before,.social-menu a[href*="twitter.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E")}.social-menu a[href*="tiktok.com"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.02 1.59 4.23.73.9 1.69 1.63 2.77 2.06v4.01c-1.35-.11-2.68-.61-3.75-1.47-.66-.53-1.21-1.19-1.6-1.94v6.52c-.06 1.83-.58 3.65-1.58 5.14-1.46 2.13-3.9 3.45-6.48 3.44-2.83-.05-5.46-1.71-6.62-4.32-1.43-3.05-.6-6.86 2.02-8.98 1.55-1.29 3.59-1.9 5.61-1.64v3.99c-.71-.16-1.47-.1-2.11.23-.97.47-1.64 1.49-1.67 2.57-.08 1.62 1.2 3.05 2.81 3.09 1.46.08 2.83-.94 3.09-2.39.06-.29.08-.59.08-.88V.02z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.02 1.59 4.23.73.9 1.69 1.63 2.77 2.06v4.01c-1.35-.11-2.68-.61-3.75-1.47-.66-.53-1.21-1.19-1.6-1.94v6.52c-.06 1.83-.58 3.65-1.58 5.14-1.46 2.13-3.9 3.45-6.48 3.44-2.83-.05-5.46-1.71-6.62-4.32-1.43-3.05-.6-6.86 2.02-8.98 1.55-1.29 3.59-1.9 5.61-1.64v3.99c-.71-.16-1.47-.1-2.11.23-.97.47-1.64 1.49-1.67 2.57-.08 1.62 1.2 3.05 2.81 3.09 1.46.08 2.83-.94 3.09-2.39.06-.29.08-.59.08-.88V.02z'/%3E%3C/svg%3E")}.social-menu a[href*="youtube.com"]::before,.social-menu a[href*="youtu.be"]::before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E")}.picto{display:inline-block;width:24px;height:24px;background-color:currentColor;vertical-align:middle;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.picto-sm{width:16px;height:16px}.picto-lg{width:20px;height:20px}.picto-xl{width:25px;height:25px}.picto-xxl{width:30px;height:30px}.picto-xxxl{width:40px;height:40px}.picto-clock{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E")}.picto-charte{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M595-355q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Zm113.5-56.5Q720-423 720-440t-11.5-28.5Q697-480 680-480t-28.5 11.5Q640-457 640-440t11.5 28.5Q663-400 680-400t28.5-11.5ZM440-40v-116q0-21 10-39.5t28-29.5q32-19 67.5-31.5T618-275l62 75 62-75q37 6 72 18.5t67 31.5q18 11 28.5 29.5T920-156v116H440Zm79-80h123l-54-66q-18 5-35 13t-34 17v36Zm199 0h122v-36q-16-10-33-17.5T772-186l-54 66Zm-76 0Zm76 0Zm-518 0q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v200q-16-20-35-38t-45-24v-138H200v560h166q-3 11-4.5 22t-1.5 22v36H200Zm80-480h280q26-20 57-30t63-10v-40H280v80Zm0 160h200q0-21 4.5-41t12.5-39H280v80Zm0 160h138q11-9 23.5-16t25.5-13v-51H280v80Zm-80 80v-560 137-17 440Zm480-240Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M595-355q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Zm113.5-56.5Q720-423 720-440t-11.5-28.5Q697-480 680-480t-28.5 11.5Q640-457 640-440t11.5 28.5Q663-400 680-400t28.5-11.5ZM440-40v-116q0-21 10-39.5t28-29.5q32-19 67.5-31.5T618-275l62 75 62-75q37 6 72 18.5t67 31.5q18 11 28.5 29.5T920-156v116H440Zm79-80h123l-54-66q-18 5-35 13t-34 17v36Zm199 0h122v-36q-16-10-33-17.5T772-186l-54 66Zm-76 0Zm76 0Zm-518 0q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v200q-16-20-35-38t-45-24v-138H200v560h166q-3 11-4.5 22t-1.5 22v36H200Zm80-480h280q26-20 57-30t63-10v-40H280v80Zm0 160h200q0-21 4.5-41t12.5-39H280v80Zm0 160h138q11-9 23.5-16t25.5-13v-51H280v80Zm-80 80v-560 137-17 440Zm480-240Z'/%3E%3C/svg%3E")}.picto-stetoscope{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M540-80q-108 0-184-76t-76-184v-23q-86-14-143-80.5T80-600v-240h120v-40h80v160h-80v-40h-40v160q0 66 47 113t113 47q66 0 113-47t47-113v-160h-40v40h-80v-160h80v40h120v240q0 90-57 156.5T360-363v23q0 75 52.5 127.5T540-160q75 0 127.5-52.5T720-340v-67q-35-12-57.5-43T640-520q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T800-407v67q0 108-76 184T540-80Zm248.5-411.5Q800-503 800-520t-11.5-28.5Q777-560 760-560t-28.5 11.5Q720-537 720-520t11.5 28.5Q743-480 760-480t28.5-11.5ZM760-520Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M540-80q-108 0-184-76t-76-184v-23q-86-14-143-80.5T80-600v-240h120v-40h80v160h-80v-40h-40v160q0 66 47 113t113 47q66 0 113-47t47-113v-160h-40v40h-80v-160h80v40h120v240q0 90-57 156.5T360-363v23q0 75 52.5 127.5T540-160q75 0 127.5-52.5T720-340v-67q-35-12-57.5-43T640-520q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T800-407v67q0 108-76 184T540-80Zm248.5-411.5Q800-503 800-520t-11.5-28.5Q777-560 760-560t-28.5 11.5Q720-537 720-520t11.5 28.5Q743-480 760-480t28.5-11.5ZM760-520Z'/%3E%3C/svg%3E")}.picto-handicap{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M260-720q-33 0-56.5-23.5T180-800q0-33 23.5-56.5T260-880q33 0 56.5 23.5T340-800q0 33-23.5 56.5T260-720ZM200-80v-280h-80v-240q0-33 23.5-56.5T200-680h120q33 0 56.5 23.5T400-600v78q-63 36-101.5 100T260-280q0 57 21 107.5T340-84v4H200Zm340 0q-83 0-141.5-58.5T340-280q0-67 39.5-118.5T480-470v87q-27 16-43.5 43T420-280q0 50 35 85t85 35q50 0 85-35t35-85h80q0 83-58.5 141.5T540-80Zm297-92-99-148H520v-320h80v240h182l122 184-67 44Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M260-720q-33 0-56.5-23.5T180-800q0-33 23.5-56.5T260-880q33 0 56.5 23.5T340-800q0 33-23.5 56.5T260-720ZM200-80v-280h-80v-240q0-33 23.5-56.5T200-680h120q33 0 56.5 23.5T400-600v78q-63 36-101.5 100T260-280q0 57 21 107.5T340-84v4H200Zm340 0q-83 0-141.5-58.5T340-280q0-67 39.5-118.5T480-470v87q-27 16-43.5 43T420-280q0 50 35 85t85 35q50 0 85-35t35-85h80q0 83-58.5 141.5T540-80Zm297-92-99-148H520v-320h80v240h182l122 184-67 44Z'/%3E%3C/svg%3E")}.picto-emergency{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M410-120v-238L204-239l-70-121 206-120-206-119 70-121 206 119v-239h140v239l206-119 70 121-206 119 206 120-70 121-206-119v238H410Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M410-120v-238L204-239l-70-121 206-120-206-119 70-121 206 119v-239h140v239l206-119 70 121-206 119 206 120-70 121-206-119v238H410Z'/%3E%3C/svg%3E")}.picto-vision{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M555-435q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35ZM400-160v-76q0-21 10-40t28-30q45-27 95.5-40.5T640-360q56 0 106.5 13.5T842-306q18 11 28 30t10 40v76H400Zm86-80h308q-35-20-74-30t-80-10q-41 0-80 10t-74 30Zm182.5-251.5Q680-503 680-520t-11.5-28.5Q657-560 640-560t-28.5 11.5Q600-537 600-520t11.5 28.5Q623-480 640-480t28.5-11.5ZM640-520Zm0 280ZM120-400v-80h320v80H120Zm0-320v-80h480v80H120Zm324 160H120v-80h360q-14 17-22.5 37T444-560Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M555-435q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35ZM400-160v-76q0-21 10-40t28-30q45-27 95.5-40.5T640-360q56 0 106.5 13.5T842-306q18 11 28 30t10 40v76H400Zm86-80h308q-35-20-74-30t-80-10q-41 0-80 10t-74 30Zm182.5-251.5Q680-503 680-520t-11.5-28.5Q657-560 640-560t-28.5 11.5Q600-537 600-520t11.5 28.5Q623-480 640-480t28.5-11.5ZM640-520Zm0 280ZM120-400v-80h320v80H120Zm0-320v-80h480v80H120Zm324 160H120v-80h360q-14 17-22.5 37T444-560Z'/%3E%3C/svg%3E")}.picto-priorite{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M420-280h120v-100h100v-120H540v-100H420v100H320v120h100v100ZM160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm240-270Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M420-280h120v-100h100v-120H540v-100H420v100H320v120h100v100ZM160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm240-270Z'/%3E%3C/svg%3E")}.picto-marquer{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")}.picto-marquer2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}.picto-info{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-240h-80v240Zm68.5-331.5Q520-623 520-640t-11.5-28.5Q497-680 480-680t-28.5 11.5Q440-657 440-640t11.5 28.5Q463-600 480-600t28.5-11.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-240h-80v240Zm68.5-331.5Q520-623 520-640t-11.5-28.5Q497-680 480-680t-28.5 11.5Q440-657 440-640t11.5 28.5Q463-600 480-600t28.5-11.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E")}.picto-phone{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.picto-phone2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")}.picto-fax{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H5c-1.66 0-3 1.34-3 3v4h4v3h12v-3h4v-4c0-1.66-1.34-3-3-3zm-3 8H8v-4h8v4zm3-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-8H7c-.55 0-1 .45-1 1v4h12V4c0-.55-.45-1-1-1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H5c-1.66 0-3 1.34-3 3v4h4v3h12v-3h4v-4c0-1.66-1.34-3-3-3zm-3 8H8v-4h8v4zm3-5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2-8H7c-.55 0-1 .45-1 1v4h12V4c0-.55-.45-1-1-1z'/%3E%3C/svg%3E")}.picto-email{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z'/%3E%3C/svg%3E")}.picto-star-full{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,10 72,42 106,42 78,62 88,95 60,75 32,95 42,62 14,42 48,42'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,10 72,42 106,42 78,62 88,95 60,75 32,95 42,62 14,42 48,42'/%3E%3C/svg%3E")}.picto-star-border{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,15 71,44 102,44 77,62 86,92 60,74 34,92 43,62 18,44 49,44' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpolygon points='60,15 71,44 102,44 77,62 86,92 60,74 34,92 43,62 18,44 49,44' fill='none' stroke='black' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E")}.picto-plus{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cline x1='7' y1='1' x2='7' y2='13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cline x1='7' y1='1' x2='7' y2='13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.picto-calendar{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z'/%3E%3C/svg%3E")}.picto-calendar2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='3'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='3'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E")}.picto-eye-call{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Zm0 180q-139 0-252.5-76T60-500q64-126 177.5-203T480-780q139 0 252.5 76T900-500q-64 126-177.5 203T480-220Zm0-80q113 0 207.5-59.5T816-500q-34-97-128.5-156.5T480-700q-113 0-207.5 59.5T144-500q34 97 128.5 156.5T480-300Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Zm0 180q-139 0-252.5-76T60-500q64-126 177.5-203T480-780q139 0 252.5 76T900-500q-64 126-177.5 203T480-220Zm0-80q113 0 207.5-59.5T816-500q-34-97-128.5-156.5T480-700q-113 0-207.5 59.5T144-500q34 97 128.5 156.5T480-300Z'/%3E%3C/svg%3E")}.picto-eye-tracking{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223-40H100q-24 0-42-18t-18-42v-123h60v123h123v60Zm514 0v-60h123v-123h60v123q0 24-18 42t-42 18H737ZM479.17-225Q360-225 264-293.5 168-362 119-480q49-119 145-187.5T479.5-736q119.5 0 216 68.5T840-480q-48 118-144.83 186.5-96.83 68.5-216 68.5Zm-.17-60q93 0 173-52.5T774-480q-42-90-122-143t-173-53q-93 0-172.5 53T185-480q42 90 121.5 142.5T479-285Zm1.22-63Q535-348 574-386.72t39-93.5Q613-535 574.07-574t-94-39q-55.07 0-93.57 38.93-38.5 38.93-38.5 94t38.72 93.57q38.72 38.5 93.5 38.5Zm-.22-60q-30 0-51-21t-21-51q0-30 21-51.5t51-21.5q30 0 51.5 21.29T553-480q0 30-21.29 51T480-408ZM40-737v-123q0-24 18-42t42-18h123v60H100v123H40Zm820 0v-123H737v-60h123q24 0 42 18t18 42v123h-60Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223-40H100q-24 0-42-18t-18-42v-123h60v123h123v60Zm514 0v-60h123v-123h60v123q0 24-18 42t-42 18H737ZM479.17-225Q360-225 264-293.5 168-362 119-480q49-119 145-187.5T479.5-736q119.5 0 216 68.5T840-480q-48 118-144.83 186.5-96.83 68.5-216 68.5Zm-.17-60q93 0 173-52.5T774-480q-42-90-122-143t-173-53q-93 0-172.5 53T185-480q42 90 121.5 142.5T479-285Zm1.22-63Q535-348 574-386.72t39-93.5Q613-535 574.07-574t-94-39q-55.07 0-93.57 38.93-38.5 38.93-38.5 94t38.72 93.57q38.72 38.5 93.5 38.5Zm-.22-60q-30 0-51-21t-21-51q0-30 21-51.5t51-21.5q30 0 51.5 21.29T553-480q0 30-21.29 51T480-408ZM40-737v-123q0-24 18-42t42-18h123v60H100v123H40Zm820 0v-123H737v-60h123q24 0 42 18t18 42v123h-60Z'/%3E%3C/svg%3E")}.picto-visibility-off{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m629-419-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650-500q0 22-5.5 43.5T629-419Zm129 129-40-40q49-36 85.5-80.5T857-500q-50-111-150-175.5T490-740q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485-800q143 0 261.5 81.5T920-500q-26 64-67 117t-95 93Zm58 226L648-229q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40-500q20-52 55.5-101.5T182-696L56-822l42-43 757 757-39 44ZM223-654q-37 27-71.5 71T102-500q51 111 153.5 175.5T488-260q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m629-419-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650-500q0 22-5.5 43.5T629-419Zm129 129-40-40q49-36 85.5-80.5T857-500q-50-111-150-175.5T490-740q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485-800q143 0 261.5 81.5T920-500q-26 64-67 117t-95 93Zm58 226L648-229q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40-500q20-52 55.5-101.5T182-696L56-822l42-43 757 757-39 44ZM223-654q-37 27-71.5 71T102-500q51 111 153.5 175.5T488-260q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Z'/%3E%3C/svg%3E")}.picto-symptoms-eye{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-200q-146 0-264-83T40-500q58-134 176-217t264-83q146 0 264 83t176 217q-9 20-19.5 39.5T878-423l-42-39q6-9 11-18.5t10-19.5q-53-109-154.32-174.5T480-740q-121.23 0-222.62 65.5Q156-609 102-500q54 109 155.38 174.5Q358.77-260 480-260q15.47 0 30.23-1 14.77-1 30.77-3-1 15 1 30t6 29q-17 3-34 4t-34 1Zm0-130q-70.83 0-120.42-49.62Q310-429.24 310-500.12t49.62-120.38q49.62-49.5 120.5-49.5T601-620.5Q651-571 651-499q0 16-3 32t-10 30l-30 28q-13.18 12.26-23.59 26.13T566-353q-19 11-40.81 17-21.82 6-45.19 6Zm79.5-90.74q32.5-32.73 32.5-79.5 0-46.76-32.74-79.26-32.73-32.5-79.5-32.5-46.76 0-79.26 32.74-32.5 32.73-32.5 79.5 0 46.76 32.74 79.26 32.73 32.5 79.5 32.5 46.76 0 79.26-32.74ZM751.47-105q-63.47 0-107-44.09-43.53-44.1-44.47-106.95 0-30.96 13-59.46t36-49.5l102-96 101 96q23 21 35.54 48.9Q900.07-288.21 901-257q0 63-43.5 107.5T751.47-105Zm-.47-60q38 0 64-26.91t25-65.03q0-19.06-8-35.56-8-16.5-22-29.5l-59-56-60 56q-14 13-22.5 29.5T661-256q0 38.2 25.88 64.6Q712.75-165 751-165Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-200q-146 0-264-83T40-500q58-134 176-217t264-83q146 0 264 83t176 217q-9 20-19.5 39.5T878-423l-42-39q6-9 11-18.5t10-19.5q-53-109-154.32-174.5T480-740q-121.23 0-222.62 65.5Q156-609 102-500q54 109 155.38 174.5Q358.77-260 480-260q15.47 0 30.23-1 14.77-1 30.77-3-1 15 1 30t6 29q-17 3-34 4t-34 1Zm0-130q-70.83 0-120.42-49.62Q310-429.24 310-500.12t49.62-120.38q49.62-49.5 120.5-49.5T601-620.5Q651-571 651-499q0 16-3 32t-10 30l-30 28q-13.18 12.26-23.59 26.13T566-353q-19 11-40.81 17-21.82 6-45.19 6Zm79.5-90.74q32.5-32.73 32.5-79.5 0-46.76-32.74-79.26-32.73-32.5-79.5-32.5-46.76 0-79.26 32.74-32.5 32.73-32.5 79.5 0 46.76 32.74 79.26 32.73 32.5 79.5 32.5 46.76 0 79.26-32.74ZM751.47-105q-63.47 0-107-44.09-43.53-44.1-44.47-106.95 0-30.96 13-59.46t36-49.5l102-96 101 96q23 21 35.54 48.9Q900.07-288.21 901-257q0 63-43.5 107.5T751.47-105Zm-.47-60q38 0 64-26.91t25-65.03q0-19.06-8-35.56-8-16.5-22-29.5l-59-56-60 56q-14 13-22.5 29.5T661-256q0 38.2 25.88 64.6Q712.75-165 751-165Z'/%3E%3C/svg%3E")}.picto-eyeglasses{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-104.5-28T530-434q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Zm0-40q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q19 42 44 57.5t76 15.5Zm436 0q51 0 77-16t43-57q10-23 15-50t5-56q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 67 30 118.5T698-360Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-104.5-28T530-434q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Zm0-40q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q19 42 44 57.5t76 15.5Zm436 0q51 0 77-16t43-57q10-23 15-50t5-56q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 67 30 118.5T698-360Z'/%3E%3C/svg%3E")}.picto-eyeglasses-2{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-360q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q18 42 43.5 57.5T262-360Zm428 220v-240h60v240h-60Zm-110-60v-120h60v120h-60Zm220 0v-120h60v120h-60ZM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62T850-398q-8-8-17-15t-19-12q13-26 18.5-55.5T838-539q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 37 8.5 70t28.5 57q-8 7-15.5 15T566-372q-11-13-20-28t-16-34q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M262-360q80 0 110-51.5T402-530q0-29-21.5-40T330-589q-32-8-70-9.5t-71 3.5q-33 5-50 19.5T122-538q0 29 5 55.5t15 49.5q18 42 43.5 57.5T262-360Zm428 220v-240h60v240h-60Zm-110-60v-120h60v120h-60Zm220 0v-120h60v120h-60ZM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-29t112-11q41 0 86.5 5.5T899-618q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62T850-398q-8-8-17-15t-19-12q13-26 18.5-55.5T838-539q0-24-17-38.5T770-596q-33-4-70.5-2.5T630-589q-29 8-50.5 19T558-530q0 37 8.5 70t28.5 57q-8 7-15.5 15T566-372q-11-13-20-28t-16-34q-6-16-9-32t-8-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27Z'/%3E%3C/svg%3E")}.picto-mystery{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-220q125 0 212.5-87.5T740-520q0-125-87.5-212.5T440-820q-125 0-212.5 87.5T140-520q0 125 87.5 212.5T440-220Zm0-300Zm0 160q-83 0-147.5-44.5T200-520q28-70 92.5-115T440-680q82 0 146.5 45T680-520q-29 71-93.5 115.5T440-360Zm0-60q55 0 101-26.5t72-73.5q-26-46-72-73t-101-27q-56 0-102 27t-72 73q26 47 72 73.5T440-420Zm0-50q20 0 35-14.5t15-35.5q0-20-15-35t-35-15q-21 0-35.5 15T390-520q0 21 14.5 35.5T440-470Zm0 310q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T80-520q0-74 28.5-139.5t77-114.5q48.5-49 114-77.5T440-880q74 0 139.5 28.5T694-774q49 49 77.5 114.5T800-520q0 67-22.5 126T715-287l164 165-42 42-165-165q-48 40-107 62.5T440-160Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M440-220q125 0 212.5-87.5T740-520q0-125-87.5-212.5T440-820q-125 0-212.5 87.5T140-520q0 125 87.5 212.5T440-220Zm0-300Zm0 160q-83 0-147.5-44.5T200-520q28-70 92.5-115T440-680q82 0 146.5 45T680-520q-29 71-93.5 115.5T440-360Zm0-60q55 0 101-26.5t72-73.5q-26-46-72-73t-101-27q-56 0-102 27t-72 73q26 47 72 73.5T440-420Zm0-50q20 0 35-14.5t15-35.5q0-20-15-35t-35-15q-21 0-35.5 15T390-520q0 21 14.5 35.5T440-470Zm0 310q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T80-520q0-74 28.5-139.5t77-114.5q48.5-49 114-77.5T440-880q74 0 139.5 28.5T694-774q49 49 77.5 114.5T800-520q0 67-22.5 126T715-287l164 165-42 42-165-165q-48 40-107 62.5T440-160Z'/%3E%3C/svg%3E")}.picto-visibility{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M600.5-379.5Q650-429 650-500t-49.5-120.5Q551-670 480-670t-120.5 49.5Q310-571 310-500t49.5 120.5Q409-330 480-330t120.5-49.5Zm-200-41Q368-453 368-500t32.5-79.5Q433-612 480-612t79.5 32.5Q592-547 592-500t-32.5 79.5Q527-388 480-388t-79.5-32.5ZM216-283Q98-366 40-500q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83q-146 0-264-83Zm222.5 174.5Q804-391 857-500q-53-109-154.5-174.5T480-740q-121 0-222.5 65.5T102-500q54 109 155.5 174.5T480-260q121 0 222.5-65.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M600.5-379.5Q650-429 650-500t-49.5-120.5Q551-670 480-670t-120.5 49.5Q310-571 310-500t49.5 120.5Q409-330 480-330t120.5-49.5Zm-200-41Q368-453 368-500t32.5-79.5Q433-612 480-612t79.5 32.5Q592-547 592-500t-32.5 79.5Q527-388 480-388t-79.5-32.5ZM216-283Q98-366 40-500q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83q-146 0-264-83Zm222.5 174.5Q804-391 857-500q-53-109-154.5-174.5T480-740q-121 0-222.5 65.5T102-500q54 109 155.5 174.5T480-260q121 0 222.5-65.5Z'/%3E%3C/svg%3E")}.picto-ophthalmology{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M120-530v-60h70q30-72 89.5-122T414-783l-35-36 42-42 50 49q10 10 13.5 23.5T483-761q-5 14-15.5 23T443-727q-72 11-127 58.5T240-551l-6 21H120Zm490 50q0-44 19-82.5t56-60.5q-26-33-59-59t-74-38l17-57q60 18 107.5 58t76.5 96q39 18 58 58.5t19 84.5q0 45-18.5 85T753-337q-29 55-77 95.5T568-183l-17-57q43-13 75-37.5t59-59.5q-42-25-58.5-60T610-480Zm145 62.5q15-27.5 15-62.5t-15-62.5Q740-570 720-570t-35 27.5Q670-515 670-480t15 62.5q15 27.5 35 27.5t35-27.5ZM416-94l-42-43 40-40q-75-21-135-71t-89-122h-70v-60h114l6 21q21 70 75.5 117.5T442-233q14 2 25 11t16 23q5 14 1.5 27T471-149l-55 55Zm304-386Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M120-530v-60h70q30-72 89.5-122T414-783l-35-36 42-42 50 49q10 10 13.5 23.5T483-761q-5 14-15.5 23T443-727q-72 11-127 58.5T240-551l-6 21H120Zm490 50q0-44 19-82.5t56-60.5q-26-33-59-59t-74-38l17-57q60 18 107.5 58t76.5 96q39 18 58 58.5t19 84.5q0 45-18.5 85T753-337q-29 55-77 95.5T568-183l-17-57q43-13 75-37.5t59-59.5q-42-25-58.5-60T610-480Zm145 62.5q15-27.5 15-62.5t-15-62.5Q740-570 720-570t-35 27.5Q670-515 670-480t15 62.5q15 27.5 35 27.5t35-27.5ZM416-94l-42-43 40-40q-75-21-135-71t-89-122h-70v-60h114l6 21q21 70 75.5 117.5T442-233q14 2 25 11t16 23q5 14 1.5 27T471-149l-55 55Zm304-386Z'/%3E%3C/svg%3E")}.picto-syringe{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M149.13-519.61Q141-529 141-541.47q0-12.46 8-21.53l126-125-57-58-26 26q-9.07 9-21.53 9-12.47 0-21.34-8.84-8.13-8.11-8.13-20.63 0-12.53 8-21.53l94-94q9.07-9 21.53-9 12.47 0 21.34 9.39Q294-847 294-834.53q0 12.46-8 20.53l-26 27 57 57 126-127q9.07-8 21.53-8 12.47 0 21.47 8 8 9.07 8 21.53 0 12.47-8 21.47l-34 34 339 338q17 18 17 42.94 0 24.94-17 42.06l-50 50 172 172h-84L699-265l-50 50q-17.12 17-42.06 17T564-215L226-554l-34 34q-9.07 9-21.53 9-12.47 0-21.34-8.61ZM267-596l339 339 142-142-85-85-70 70q-8 9-20.5 9t-20.63-8.25q-8.87-9-8.87-21.38 0-12.37 9-21.37l70-70-85-85-70 70q-9.07 9-21.53 9-12.47 0-21.47-9-8-8-8-20.47 0-12.46 8-21.53l70-70-85-85-142 142Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M149.13-519.61Q141-529 141-541.47q0-12.46 8-21.53l126-125-57-58-26 26q-9.07 9-21.53 9-12.47 0-21.34-8.84-8.13-8.11-8.13-20.63 0-12.53 8-21.53l94-94q9.07-9 21.53-9 12.47 0 21.34 9.39Q294-847 294-834.53q0 12.46-8 20.53l-26 27 57 57 126-127q9.07-8 21.53-8 12.47 0 21.47 8 8 9.07 8 21.53 0 12.47-8 21.47l-34 34 339 338q17 18 17 42.94 0 24.94-17 42.06l-50 50 172 172h-84L699-265l-50 50q-17.12 17-42.06 17T564-215L226-554l-34 34q-9.07 9-21.53 9-12.47 0-21.34-8.61ZM267-596l339 339 142-142-85-85-70 70q-8 9-20.5 9t-20.63-8.25q-8.87-9-8.87-21.38 0-12.37 9-21.37l70-70-85-85-70 70q-9.07 9-21.53 9-12.47 0-21.47-9-8-8-8-20.47 0-12.46 8-21.53l70-70-85-85-142 142Z'/%3E%3C/svg%3E")}.picto-download{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-313 287-506l43-43 120 120v-371h60v371l120-120 43 43-193 193ZM220-160q-24 0-42-18t-18-42v-143h60v143h520v-143h60v143q0 24-18 42t-42 18H220Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-313 287-506l43-43 120 120v-371h60v371l120-120 43 43-193 193ZM220-160q-24 0-42-18t-18-42v-143h60v143h520v-143h60v143q0 24-18 42t-42 18H220Z'/%3E%3C/svg%3E")}.picto-doc-pdf{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M320-240h320v-60H320v60Zm0-120h320v-60H320v60Zm0-120h160v-60H320v60ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-570v-170H240v640h480v-470H520ZM240-820v170-170 640-640Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M320-240h320v-60H320v60Zm0-120h320v-60H320v60Zm0-120h160v-60H320v60ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-570v-170H240v640h480v-470H520ZM240-820v170-170 640-640Z'/%3E%3C/svg%3E")}.picto-card-off{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m871-203-71-71v-206H594L434-640h366v-80H354l-80-80h526q33 0 56.5 23.5T880-720v480q0 10-2 19.5t-7 17.5ZM385-462Zm192-35Zm-211 17H160v240h446L366-480ZM818-28 686-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800l80 80h-80v80h46L26-820l57-57L875-85l-57 57Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m871-203-71-71v-206H594L434-640h366v-80H354l-80-80h526q33 0 56.5 23.5T880-720v480q0 10-2 19.5t-7 17.5ZM385-462Zm192-35Zm-211 17H160v240h446L366-480ZM818-28 686-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800l80 80h-80v80h46L26-820l57-57L875-85l-57 57Z'/%3E%3C/svg%3E")}.picto-doc-edit{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M360-600v-80h360v80H360Zm0 120v-80h360v80H360Zm120 320H200h280Zm0 80H240q-50 0-85-35t-35-85v-120h120v-560h600v361q-20-2-40.5 1.5T760-505v-295H320v480h240l-80 80H200v40q0 17 11.5 28.5T240-160h240v80Zm80 0v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-300L683-80H560Zm300-263-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M360-600v-80h360v80H360Zm0 120v-80h360v80H360Zm120 320H200h280Zm0 80H240q-50 0-85-35t-35-85v-120h120v-560h600v361q-20-2-40.5 1.5T760-505v-295H320v480h240l-80 80H200v40q0 17 11.5 28.5T240-160h240v80Zm80 0v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-300L683-80H560Zm300-263-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z'/%3E%3C/svg%3E")}.picto-sport{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M520-40v-240l-84-80-40 176-276-56 16-80 192 40 64-324-72 28v136h-80v-188l158-68q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q26 42 70.5 69T760-520v80q-66 0-123.5-27.5T540-540l-24 120 84 80v300h-80Zm-36.5-723.5Q460-787 460-820t23.5-56.5Q507-900 540-900t56.5 23.5Q620-853 620-820t-23.5 56.5Q573-740 540-740t-56.5-23.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M520-40v-240l-84-80-40 176-276-56 16-80 192 40 64-324-72 28v136h-80v-188l158-68q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q26 42 70.5 69T760-520v80q-66 0-123.5-27.5T540-540l-24 120 84 80v300h-80Zm-36.5-723.5Q460-787 460-820t23.5-56.5Q507-900 540-900t56.5 23.5Q620-853 620-820t-23.5 56.5Q573-740 540-740t-56.5-23.5Z'/%3E%3C/svg%3E")}.picto-avion{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m397-115-99-184-184-99 71-70 145 25 102-102-317-135 84-86 385 68 124-124q23-23 57-23t57 23q23 23 23 56.5T822-709L697-584l68 384-85 85-136-317-102 102 26 144-71 71Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m397-115-99-184-184-99 71-70 145 25 102-102-317-135 84-86 385 68 124-124q23-23 57-23t57 23q23 23 23 56.5T822-709L697-584l68 384-85 85-136-317-102 102 26 144-71 71Z'/%3E%3C/svg%3E")}.picto-bike{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-83 0-141.5-58.5T0-280q0-83 58.5-141.5T200-480q83 0 141.5 58.5T400-280q0 83-58.5 141.5T200-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Zm155-5v-200L312-512q-12-11-18-25.5t-6-30.5q0-16 6.5-30.5T312-624l112-112q12-12 27.5-18t32.5-6q17 0 32.5 6t27.5 18l76 76q28 28 64 44t76 16v80q-57 0-108.5-22T560-604l-32-32-96 96 88 92v248h-80Zm123.5-563.5Q540-787 540-820t23.5-56.5Q587-900 620-900t56.5 23.5Q700-853 700-820t-23.5 56.5Q653-740 620-740t-56.5-23.5ZM760-80q-83 0-141.5-58.5T560-280q0-83 58.5-141.5T760-480q83 0 141.5 58.5T960-280q0 83-58.5 141.5T760-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M200-80q-83 0-141.5-58.5T0-280q0-83 58.5-141.5T200-480q83 0 141.5 58.5T400-280q0 83-58.5 141.5T200-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Zm155-5v-200L312-512q-12-11-18-25.5t-6-30.5q0-16 6.5-30.5T312-624l112-112q12-12 27.5-18t32.5-6q17 0 32.5 6t27.5 18l76 76q28 28 64 44t76 16v80q-57 0-108.5-22T560-604l-32-32-96 96 88 92v248h-80Zm123.5-563.5Q540-787 540-820t23.5-56.5Q587-900 620-900t56.5 23.5Q700-853 700-820t-23.5 56.5Q653-740 620-740t-56.5-23.5ZM760-80q-83 0-141.5-58.5T560-280q0-83 58.5-141.5T760-480q83 0 141.5 58.5T960-280q0 83-58.5 141.5T760-80Zm85-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35Z'/%3E%3C/svg%3E")}.picto-screen{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M40-120v-80h880v80H40Zm120-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H160Zm0-80h640v-440H160v440Zm0 0v-440 440Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M40-120v-80h880v80H40Zm120-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v440q0 33-23.5 56.5T800-240H160Zm0-80h640v-440H160v440Zm0 0v-440 440Z'/%3E%3C/svg%3E")}.picto-shopping{ mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223.5-103.5Q200-127 200-160t23.5-56.5Q247-240 280-240t56.5 23.5Q360-193 360-160t-23.5 56.5Q313-80 280-80t-56.5-23.5Zm400 0Q600-127 600-160t23.5-56.5Q647-240 680-240t56.5 23.5Q760-193 760-160t-23.5 56.5Q713-80 680-80t-56.5-23.5ZM246-720l96 200h280l110-200H246Zm-38-80h590q23 0 35 20.5t1 41.5L692-482q-11 20-29.5 31T622-440H324l-44 80h480v80H280q-45 0-68-39.5t-2-78.5l54-98-144-304H40v-80h130l38 80Zm134 280h280-280Z'/%3E%3C/svg%3E");-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M223.5-103.5Q200-127 200-160t23.5-56.5Q247-240 280-240t56.5 23.5Q360-193 360-160t-23.5 56.5Q313-80 280-80t-56.5-23.5Zm400 0Q600-127 600-160t23.5-56.5Q647-240 680-240t56.5 23.5Q760-193 760-160t-23.5 56.5Q713-80 680-80t-56.5-23.5ZM246-720l96 200h280l110-200H246Zm-38-80h590q23 0 35 20.5t1 41.5L692-482q-11 20-29.5 31T622-440H324l-44 80h480v80H280q-45 0-68-39.5t-2-78.5l54-98-144-304H40v-80h130l38 80Zm134 280h280-280Z'/%3E%3C/svg%3E");}.divider{width:90%;margin:0px auto;display:flex;align-items:center;justify-content:center;gap:16px}.divider-line{flex:1;height:2px;background-color:var(--gray);position:relative}.picto-nutrition{mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M281.5-201.5Q200-283 200-400q0-94 55.5-168.5T401-669q-20-5-39-14.5T328-708q-33-33-42.5-78.5T281-879q47-5 92.5 4.5T452-832q23 23 33.5 52t13.5 61q13-31 31.5-58.5T572-828q11-11 28-11t28 11q11 11 11 28t-11 28q-22 22-39 48.5T564-667q88 28 142 101.5T760-400q0 117-81.5 198.5T480-120q-117 0-198.5-81.5Zm340-57Q680-317 680-400t-58.5-141.5Q563-600 480-600t-141.5 58.5Q280-483 280-400t58.5 141.5Q397-200 480-200t141.5-58.5ZM480-400Z'/%3E%3C/svg%3E");-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M281.5-201.5Q200-283 200-400q0-94 55.5-168.5T401-669q-20-5-39-14.5T328-708q-33-33-42.5-78.5T281-879q47-5 92.5 4.5T452-832q23 23 33.5 52t13.5 61q13-31 31.5-58.5T572-828q11-11 28-11t28 11q11 11 11 28t-11 28q-22 22-39 48.5T564-667q88 28 142 101.5T760-400q0 117-81.5 198.5T480-120q-117 0-198.5-81.5Zm340-57Q680-317 680-400t-58.5-141.5Q563-600 480-600t-141.5 58.5Q280-483 280-400t58.5 141.5Q397-200 480-200t141.5-58.5ZM480-400Z'/%3E%3C/svg%3E");
}.divider-line.left::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(-45deg);width:8px;height:8px;border-top:2px solid var(--gray);border-left:2px solid var(--gray)}.divider-line.right::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-top:2px solid var(--gray);border-right:2px solid var(--gray)}.divider-icon{display:flex;align-items:center;justify-content:center;fill:var(--gray);color:var(--gray)}.conatct-info{font-size:0.96rem;color:var(--muted);margin-bottom:8px}.conatct-info a{display:flex;align-items:flex-start;gap:10px;text-decoration:none;text-transform:none;color:inherit;line-height:1.2!important}.conatct-info a .picto{flex-shrink:0;margin-top:0px}.scroll-top-btn{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;border:none;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,0.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease,background .15s ease;z-index:30}.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background:var(--accent-soft)}.hero-slider{position:relative;width:100%;height:570px;overflow:hidden}.hero-slider-track{display:flex;width:100%;height:100%;transition:transform .5s ease;cursor:grab;user-select:none}.hero-slider-track.dragging{cursor:grabbing;transition:none}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}
.hero-caption{position:absolute;top:50%;left:48px;transform:translateY(-50%);z-index:4;max-width:420px;padding:26px 30px;border-radius:var(--radius);background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#23262F;text-align:left}
.hero-caption h3{color:#23262F;margin:0 0 10px 0;padding-bottom:0;font-size:1.6rem;font-weight:500}
.hero-caption h3::after{content:none}
.hero-caption p{margin:0 0 18px 0;font-size:.95rem;line-height:1.5;color:#086ba1;}
@media (max-width:768px){.hero-caption{left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;width:88%;max-width:340px;padding:22px 24px}}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}@media (max-width:768px){.hero-slide img{object-position:-280px 20px}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5}.hero-arrow.hero-arrow-left{left:20px}.hero-arrow.hero-arrow-right{right:20px}.hero-arrow svg{width:22px;height:22px;stroke:var(--accent)}@media (max-width:768px){.hero-arrow{width:40px;height:40px}.hero-arrow.hero-arrow-left{left:10px}.hero-arrow.hero-arrow-right{right:10px}}.hero-thumbs{display:flex;gap:16px;width:100%}.hero-thumb{flex:1;min-width:0;border:0;padding:0;margin:0;background:none;border-radius:10px;overflow:hidden;cursor:pointer;box-shadow:0 8px 20px rgba(35,38,47,.12);box-shadow .25s ease,transform .2s ease}.hero-thumb img{width:100%;height:110px;object-fit:cover;display:block}.hero-thumb:hover{}.hero-thumb.active{box-shadow:0 0 0 3px var(--accent),0 8px 20px rgba(35,38,47,.12)}@media (max-width:700px){.hero-thumbs{gap:8px}.hero-thumb img{height:60px}}