/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.iceberg-block{--iceberg-shift-x:0px;--iceberg-shift-y:0px;position:relative;width:100%;padding:clamp(1rem,1.6vw,1.75rem);color:#102a57;background:transparent;border-radius:0;overflow:visible;}.iceberg-block__title{margin:0 0 1rem;text-align:center;font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.1;font-weight:500;color:#102a57;opacity:0;transform:translateY(16px);transition:opacity 0.8s ease,transform 0.8s ease;}.iceberg-block__scene{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto auto auto auto;column-gap:1.25rem;row-gap:1.25rem;align-items:start;min-height:700px;perspective:1200px;}.iceberg-block__image{grid-column:4/10;grid-row:1/5;align-self:center;justify-self:center;display:block;width:min(100%,320px);height:auto;position:relative;z-index:1;filter:drop-shadow(0 18px 26px rgba(11,26,77,0.18));transform:translate3d(var(--iceberg-shift-x),var(--iceberg-shift-y),0);animation:icebergFloat 5.2s ease-in-out infinite;will-change:transform;}.iceberg-block__point{position:relative;z-index:2;max-width:240px;opacity:0;transform:translateY(18px);transition:opacity 0.75s ease,transform 0.75s ease,filter 0.3s ease;will-change:transform;}.iceberg-block__point--01{grid-column:1/4;grid-row:1;padding-top:4rem;}.iceberg-block__point--02{grid-column:10/13;grid-row:1;padding-top:4rem;}.iceberg-block__point--03{grid-column:1/4;grid-row:2;padding-top:1rem;}.iceberg-block__point--04{grid-column:10/13;grid-row:2;padding-top:1rem;}.iceberg-block__point--05{grid-column:2/6;grid-row:3;}.iceberg-block__point--06{grid-column:8/12;grid-row:3;}.iceberg-block__point--07{grid-column:2/6;grid-row:4;}.iceberg-block__point--08{grid-column:8/12;grid-row:4;}.iceberg-block__point-heading{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:0;}.iceberg-block__point-number{flex:0 0 auto;font-size:1.3rem;line-height:1;font-weight:500;color:#3d7df8;}.iceberg-block__point-title{margin:0;background:transparent;appearance:none;border:0;border-left:3px solid rgba(61,125,248,0.45);cursor:pointer;text-align:left;width:100%;padding-left:0.75rem;font-size:clamp(1rem,1.3vw,1.3rem);line-height:1.1;font-weight:500;color:#102a57;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;}.iceberg-block__point-title::after{content:"+";flex:0 0 auto;font-size:1rem;line-height:1;color:#3d7df8;transition:transform 0.2s ease;}.iceberg-block__point-title:focus-visible{outline:2px solid rgba(61,125,248,0.55);outline-offset:3px;}.iceberg-block__point-text{margin:0;padding-left:2.55rem;max-width:240px;max-height:0;overflow:hidden;opacity:0;font-size:0.9rem;line-height:1.35;color:#36517a;text-wrap:pretty;transition:max-height 0.3s ease,opacity 0.25s ease,margin-top 0.25s ease;}.iceberg-block__point.is-open .iceberg-block__point-heading{margin-bottom:0.5rem;}.iceberg-block__point.is-open .iceberg-block__point-title::after{content:"−";}.iceberg-block__point.is-open .iceberg-block__point-text{max-height:360px;opacity:1;}.iceberg-block.is-ready .iceberg-block__title,.iceberg-block.is-ready .iceberg-block__point{opacity:1;transform:translateY(0);}.iceberg-block.is-ready .iceberg-block__point--01{transition-delay:0.08s;}.iceberg-block.is-ready .iceberg-block__point--02{transition-delay:0.14s;}.iceberg-block.is-ready .iceberg-block__point--03{transition-delay:0.2s;}.iceberg-block.is-ready .iceberg-block__point--04{transition-delay:0.26s;}.iceberg-block.is-ready .iceberg-block__point--05{transition-delay:0.32s;}.iceberg-block.is-ready .iceberg-block__point--06{transition-delay:0.38s;}.iceberg-block.is-ready .iceberg-block__point--07{transition-delay:0.44s;}.iceberg-block.is-ready .iceberg-block__point--08{transition-delay:0.5s;}@keyframes icebergFloat{0%,100%{transform:translate3d(var(--iceberg-shift-x),var(--iceberg-shift-y),0);}50%{transform:translate3d(calc(var(--iceberg-shift-x) * 1.2),calc(var(--iceberg-shift-y) - 14px),0);}}@media (prefers-reduced-motion:reduce){.iceberg-block,.iceberg-block__image,.iceberg-block__title,.iceberg-block__point{animation:none !important;transition:none !important;transform:none !important;}.iceberg-block__title,.iceberg-block__point{opacity:1;}}@media (max-width:1100px){.iceberg-block__scene{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto auto auto auto;min-height:auto;row-gap:1.5rem;}.iceberg-block__image{grid-column:1/-1;grid-row:1;width:min(100%,280px);margin:0 auto 1rem;}.iceberg-block__point{max-width:none;padding-top:0;}.iceberg-block__point--01,.iceberg-block__point--03,.iceberg-block__point--05,.iceberg-block__point--07{grid-column:1;}.iceberg-block__point--02,.iceberg-block__point--04,.iceberg-block__point--06,.iceberg-block__point--08{grid-column:2;}.iceberg-block__point--01,.iceberg-block__point--02{grid-row:2;}.iceberg-block__point--03,.iceberg-block__point--04{grid-row:3;}.iceberg-block__point--05,.iceberg-block__point--06{grid-row:4;}.iceberg-block__point--07,.iceberg-block__point--08{grid-row:5;}}@media (max-width:640px){.iceberg-block{padding:1.25rem 1rem;}.iceberg-block__title{margin-bottom:0.75rem;font-size:1.2rem;}.iceberg-block__scene{grid-template-columns:1fr;gap:1.25rem;}.iceberg-block__image{width:min(100%,220px);margin-bottom:0.5rem;}.iceberg-block__point,.iceberg-block__point--01,.iceberg-block__point--02,.iceberg-block__point--03,.iceberg-block__point--04,.iceberg-block__point--05,.iceberg-block__point--06,.iceberg-block__point--07,.iceberg-block__point--08{grid-column:1;grid-row:auto;}.iceberg-block__point-heading{gap:0.5rem;margin-bottom:0;}.iceberg-block__point-number{font-size:1.35rem;}.iceberg-block__point-title{padding-left:0.625rem;font-size:1rem;}.iceberg-block__point-text{padding-left:1.85rem;max-width:none;font-size:0.9rem;line-height:1.45;}.iceberg-block__point.is-open .iceberg-block__point-text{max-height:420px;}}
:root{--color--primary-40:#3a4547;--visbee_color:$agency_color2;}:root{--max-width:1300px;--max-width-tunnel:800px;}@media (max-width:1440px){:root{--max-width:1200px;}}@media (max-width:1024px){:root{--max-width:900px;}}@media (max-width:768px){:root{--max-width:600px;}}.main-menu{width:100%;}.main-menu .links{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;justify-content:end;}.main-menu .links > .menu{display:flex;flex:1 1 auto;justify-content:end;gap:1rem;margin:0;padding:0;list-style:none;}.main-menu .links > .menu > .menu-item{margin:0;padding:0;list-style:none;}.main-menu .links > .menu > .menu-item > .menu-link,.main-menu .links > .menu > .menu-item > a{position:relative;display:inline-flex;align-items:center;padding:0.35rem 0;color:#293133;font-weight:500;text-decoration:none;transition:color 0.2s ease;}.main-menu .links > .menu > .menu-item > .menu-link::after,.main-menu .links > .menu > .menu-item > a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#f54a00;transform:scaleX(0);transform-origin:left;transition:transform 0.2s ease;}.main-menu .links > .menu > .menu-item > .menu-link:hover,.main-menu .links > .menu > .menu-item > .menu-link:focus-visible,.main-menu .links > .menu > .menu-item > a:hover,.main-menu .links > .menu > .menu-item > a:focus-visible{color:#f54a00;}.main-menu .links > .menu > .menu-item > .menu-link:hover::after,.main-menu .links > .menu > .menu-item > .menu-link:focus-visible::after,.main-menu .links > .menu > .menu-item > a:hover::after,.main-menu .links > .menu > .menu-item > a:focus-visible::after{transform:scaleX(1);}.main-menu .links .menu-link-wrapper{position:relative;display:flex;align-items:center;gap:10px;}@media (max-width:500px){.main-menu .links .menu-link-wrapper{flex-direction:column;}}.main-menu .links .menu-link-wrapper.active .caret{rotate:180deg;}.main-menu .links .menu-link-wrapper .wrapper{display:flex;align-items:center;}.main-menu .links .menu-link-wrapper .wrapper .caret{padding-left:10px;display:inline-block;width:1rem;height:0.7rem;background-image:url(/modules/visbe_common/assets/images/pictos/caret.svg);background-size:0.5rem;background-repeat:no-repeat;background-position:center;cursor:pointer;}@media (max-width:500px){.main-menu .links .menu-link-wrapper .wrapper .caret{width:2rem;height:2rem;}}.main-menu .links .menu-link-wrapper .sub-menu-container{display:none;background:white;border-radius:10px;padding:10px 20px;}@media (max-width:500px){.main-menu .links .menu-link-wrapper .sub-menu-container{background:none;padding:0;top:unset !important;left:unset !important;}}.main-menu .links .menu-link-wrapper .sub-menu-container.active{display:flex;flex-direction:column;gap:20px;position:absolute;z-index:100;top:40px;left:0;text-wrap:nowrap;}@media (max-width:500px){.main-menu .links .menu-link-wrapper .sub-menu-container.active{position:relative;padding:0;}}@media (max-width:500px){.main-menu .links{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0.75rem;}.main-menu .links > .menu{flex-basis:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1rem;}.main-menu .links > .menu a{color:white;}.main-menu .links > .menu > .menu-item{width:100%;}.main-menu .links > .menu > .menu-item > .menu-link,.main-menu .links > .menu > .menu-item > a{display:flex;width:100%;justify-content:center;padding:0.8rem 1rem;border-radius:14px;background:rgba(255,255,255,0.06);color:white;}.main-menu .links > .menu > .menu-item > .menu-link::after,.main-menu .links > .menu > .menu-item > a::after{display:none;}.main-menu .links > .menu > .menu-item > .menu-link:hover,.main-menu .links > .menu > .menu-item > .menu-link:focus-visible,.main-menu .links > .menu > .menu-item > a:hover,.main-menu .links > .menu > .menu-item > a:focus-visible{color:#fff;background:rgba(255,255,255,0.1);}.main-menu .links .menu-link-wrapper{width:100%;justify-content:center;}.main-menu .links > .menu-link{width:100%;}}.menu-link.estimate,.menu-link.contact{display:flex;justify-content:center;align-items:center;gap:10px;min-height:52px;color:#293133;border-radius:20px;border:5px solid transparent;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;}.menu-link.estimate::before,.menu-link.contact::before{content:"";width:15px;height:15px;display:block;background-size:contain;background-position:center;background-repeat:no-repeat;}.menu-link.contact{padding:0 0.25rem;}.menu-link.contact::before{width:20px;height:20px;background-image:url(/modules/visbe_common/assets/images/pictos/phone-number.svg);}@media (max-width:500px){.menu-link.contact{width:100%;justify-content:center;padding:0.8rem 1rem;border-radius:14px;background:rgba(255,255,255,0.06);color:#fff;border-radius:0;}}.menu-link.contact:hover,.menu-link.contact:focus-visible{border-color:transparent;transform:none;box-shadow:none;}.menu-link.estimate{background:#f54a00;color:white;border-radius:10px;padding:0 20px;font-weight:bold;box-shadow:0 10px 24px rgba(245,74,0,0.18);}.menu-link.estimate::before{background-image:url(/modules/visbe_common/assets/images/pictos/loupe.png);}@media (max-width:500px){.menu-link.estimate{width:100%;padding:0.9rem 1.25rem;border-radius:0;}}.menu-link.estimate:hover,.menu-link.estimate:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px rgba(245,74,0,0.24);}
.v-ai-paragraph{max-width:var(--max-wdth);margin:0 auto;display:flex;flex-direction:column;gap:30px;}.v-ai-paragraph .v-ai-paragraph--header{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;}.v-ai-paragraph .v-ai-paragraph--header .v-ai-paragraph--badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 20px;border-radius:999px;background:linear-gradient(90deg,#9b39f5 0%,#ff6b2c 100%);background-size:200% 200%;animation:ai 3s linear infinite;box-shadow:0 10px 24px rgba(155,57,245,0.24);color:#fff;font-size:0.65rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;}@keyframes ai{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}.v-ai-paragraph .v-ai-paragraph--header .v-ai-paragraph--title{max-width:940px;margin:0;color:#071d3b;font-size:2rem;font-weight:800;line-height:1.05;letter-spacing:-0.05em;}.v-ai-paragraph .v-ai-paragraph--header .v-ai-paragraph--title strong{background:linear-gradient(90deg,#8e2df0 0%,#ff5c39 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.v-ai-paragraph .v-ai-paragraph--header .v-ai-paragraph--description{max-width:800px;color:#344766;font-size:1rem;line-height:1.45;}.v-ai-paragraph .v-ai-paragraph--header .v-ai-paragraph--description p{margin:0;}.v-ai-paragraph .v-ai-paragraph--cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:var(--max-width);margin:0 auto;}@media screen and (max-width:1024px){.v-ai-paragraph .v-ai-paragraph--cards{grid-template-columns:1fr;}}@media screen and (max-width:500px){.v-ai-paragraph .v-ai-paragraph--cards{padding:0 20px;}}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card{display:flex;flex-direction:column;align-items:flex-start;gap:20px;min-height:240px;padding:32px;border:1px solid #ebedf3;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,0.08);}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card .icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(180deg,#9b39f5 0%,#7b1fff 100%);}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card:nth-child(3n+2) .icon-wrap{background:#ff6b0a;}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card:nth-child(3n) .icon-wrap{background:linear-gradient(135deg,#8e2df0 0%,#ff5c39 100%);}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card .v-ai-paragraph--card-title{color:#071d3b;font-size:1.25rem;font-weight:800;line-height:1.2;margin:0;}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card .v-ai-paragraph--card-description{color:#344766;font-size:1rem;line-height:1.45;}.v-ai-paragraph .v-ai-paragraph--cards .v-ai-paragraph--card .v-ai-paragraph--card-description p{margin:0;}.v-ai-paragraph .v-ai-paragraph--highlight{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:var(--max-width);width:100%;margin:0 auto;padding:34px 42px;border-radius:28px;background:linear-gradient(90deg,#9500ff 0%,#ff5a00 100%);box-shadow:0 18px 40px rgba(149,0,255,0.16);}@media screen and (max-width:900px){.v-ai-paragraph .v-ai-paragraph--highlight{flex-direction:column;align-items:flex-start;padding:28px 24px;}}@media screen and (max-width:500px){.v-ai-paragraph .v-ai-paragraph--highlight{border-radius:0;}}.v-ai-paragraph .v-ai-paragraph--highlight .v-ai-paragraph--highlight-content{display:flex;flex-direction:column;gap:16px;color:#fff;}.v-ai-paragraph .v-ai-paragraph--highlight .v-ai-paragraph--highlight-content .v-ai-paragraph--highlight-title{margin:0;color:#fff;font-size:1.5rem;font-weight:800;line-height:1.2;}.v-ai-paragraph .v-ai-paragraph--highlight .v-ai-paragraph--highlight-content .v-ai-paragraph--highlight-description{max-width:760px;color:rgba(255,255,255,0.92);font-size:1rem;line-height:1.5;}.v-ai-paragraph .v-ai-paragraph--highlight .v-ai-paragraph--highlight-content .v-ai-paragraph--highlight-description p{margin:0;}
.v-grid-paragraph{max-width:var(--max-width);margin:0 auto;}.v-grid-paragraph .header{max-width:860px;margin:0 auto 56px;text-align:center;}.v-grid-paragraph .header .title{margin:0;line-height:1.05;letter-spacing:-0.04em;font-weight:600;font-size:2rem;}.v-grid-paragraph .header .description{margin-top:18px;font-size:1rem;line-height:1.55;}.v-grid-paragraph .header .description p{margin:0;}.v-grid-paragraph .items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}@media screen and (max-width:900px){.v-grid-paragraph .items{grid-template-columns:1fr;padding:20px;}}.v-grid-paragraph .grid-item{min-height:235px;padding:32px 34px;border:1px solid #e8edf5;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(8,27,57,0.08);}.v-grid-paragraph .grid-item .icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:28px;border-radius:16px;}.v-grid-paragraph .grid-item.is-soft .icon-wrap{background:#ffe1e1;}.v-grid-paragraph .grid-item.is-accent .icon-wrap{background:#f10913;}.v-grid-paragraph .grid-item.is-accent .v-icon{background-color:#fff;}.v-grid-paragraph .grid-item .item-title{margin:0 0 14px;color:#071d3b;font-size:1.4rem;font-weight:700;line-height:1.2;word-break:auto-phrase;}.v-grid-paragraph .grid-item .item-description{color:#52637d;font-size:1rem;line-height:1.6;word-break:auto-phrase;}.v-grid-paragraph .grid-item .item-description p{margin:0;}.v-grid-paragraph .outro{max-width:800px;margin:0 auto;padding:20px 10px;display:flex;justify-content:center;align-items:center;gap:20px;border-radius:10px;background:#ffefda;margin-top:40px;font-size:1.5rem;}@media screen and (max-width:799px){.v-grid-paragraph .outro{border-radius:0;}}.v-grid-paragraph .outro p{text-align:center;font-weight:bold;display:flex;flex-direction:column;gap:20px;}.v-grid-paragraph .outro p strong{color:red;}
:root{--color--primary-40:#3a4547;--visbee_color:$agency_color2;}:root{--max-width:1300px;--max-width-tunnel:800px;}@media (max-width:1440px){:root{--max-width:1200px;}}@media (max-width:1024px){:root{--max-width:900px;}}@media (max-width:768px){:root{--max-width:600px;}}.hero{position:relative;overflow:visible;}.hero .wrapper{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;}@media (max-width:1269px){.hero .wrapper{padding:10px;flex-direction:column;gap:0;}}.hero .wrapper .text{display:flex;flex-direction:column;gap:20px;max-width:600px;flex:0 0 auto;}@media (max-width:500px){.hero .wrapper .text{gap:10px;}}.hero .wrapper .text .eye-brow{margin:0;}.hero .wrapper .text .title{color:#1e3063;font-weight:bold;font-size:3.5rem;margin:0;line-height:4rem;}@media (max-width:500px){.hero .wrapper .text .title{font-size:2rem;line-height:2.5rem;}}.hero .wrapper .text .introduction{color:rgb(41,41,41);font-size:1.2rem;margin:0;font-weight:normal;line-height:2.5rem;}@media (max-width:500px){.hero .wrapper .text .introduction{line-height:1.8rem;}}.hero .wrapper .text .bubbles{display:flex;flex-direction:column;gap:15px;}@media (max-width:500px){.hero .wrapper .text .bubbles{margin-bottom:20px;}}.hero .wrapper .text .bubbles .bubbles-wrapper{display:flex;gap:15px;}@media screen and (max-width:425px){.hero .wrapper .text .bubbles .bubbles-wrapper{flex-direction:column;}}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper p{color:white;}@media screen and (max-width:500px){.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble{line-height:1.4rem;font-size:0.9rem;}}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon{align-items:center;gap:8px;}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon::before{content:"";flex:0 0 20px;width:20px;min-width:20px;height:20px;min-height:20px;margin-top:0.1em;background-size:contain;background-repeat:no-repeat;}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-langue::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/language.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-etoile::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/star.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-soleil::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/sun.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-etoiles::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/stars.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-fleche_montante::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/arrow.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-cible::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/target.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-loupe::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/search.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-personne::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/person.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-chevrons::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/chevrons.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-ban::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/ban.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-mobile::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/mobile.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-flash::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/flash.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-idea::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/idea.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-fleche_descendante::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/arrow-down.svg);}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper .v-bubble.bubble-icon-rocket::before{background-image:url(/modules/visbe_paragraph/assets/images/bubble/rocket.svg);}@media (max-width:768px){.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper{grid-template-columns:repeat(1,1fr);}}@media (max-width:768px){.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper{grid-column:1/6;grid-row:auto;}}.hero .wrapper .text .bubbles .bubbles-wrapper .bubble-wrapper p{text-align:center;padding:0;margin:0;}@media (max-width:768px){.hero .wrapper .text{background-position:center;background-repeat:none;}}.hero .wrapper .text .ctas{display:flex;gap:10px;}@media (max-width:500px){.hero .wrapper .text .ctas{flex-direction:column;}}.hero .wrapper .text .ctas .cta{border-radius:10px;text-decoration:none;padding:4px 22px;font-size:1rem;display:flex;gap:4px;align-items:center;word-break:keep-all;}.hero .wrapper .text .ctas .cta.main{background:#1e3063;color:white;}.hero .wrapper .text .ctas .cta.main::after{content:"";width:20px;height:20px;background-image:url(/modules/visbe_paragraph/assets/images/arrow-right.svg);background-size:contain;background-repeat:no-repeat;}.hero .wrapper .text .ctas .cta.secondary{border:1px solid black;color:#242424;background:#fff0dc;}.hero .wrapper .image{margin:20px 0;width:min(100%,760px);flex-shrink:0;position:relative;}.hero .wrapper .image img{border-radius:20px;}.hero .wrapper .image .illustration{max-width:100%;}.hero .wrapper .image .illustration--iceberg{width:min(100%,760px);margin-left:auto;}.hero .wrapper .image .illustration--iceberg .iceberg-block{padding:0.875rem;}.hero .wrapper .image .illustration--iceberg .iceberg-block__scene{min-height:640px;}.hero .wrapper .image .illustration--iceberg .iceberg-block__image{width:min(100%,300px);}.hero .wrapper .image .illustration--iceberg .iceberg-block__point-title{font-size:clamp(0.95rem,1.1vw,1.2rem);}.hero .wrapper .image .illustration--iceberg .iceberg-block__point-text{font-size:0.85rem;line-height:1.25;word-break:auto-phrase;}@media (max-width:500px){.hero .wrapper .image .illustration{border:none;border-radius:0;}}@media (max-width:1269px){.hero .wrapper .image{width:100%;}.hero .wrapper .image .illustration--iceberg{width:100%;margin:0 auto;}.hero .wrapper .image .illustration--iceberg .iceberg-block{padding:0.875rem 0.75rem;}.hero .wrapper .image .illustration--iceberg .iceberg-block__scene{min-height:auto;}}@media (max-width:500px){.hero .wrapper .image::before{display:none;}}.hero--with-iceberg .hero-life{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:visible;}.hero--with-iceberg .hero-life__birds,.hero--with-iceberg .hero-life__shoal,.hero--with-iceberg .hero-life__whale{position:absolute;}.hero--with-iceberg .hero-life__birds{top:2%;right:3%;width:220px;height:74px;animation:heroSceneDrift 18s ease-in-out infinite;}.hero--with-iceberg .hero-life__bird{position:absolute;width:42px;height:14px;border-top:2px solid rgba(20,42,87,0.34);border-radius:50% 50% 0 0;animation:heroBirdWander var(--bird-duration,11s) ease-in-out infinite;animation-delay:var(--bird-delay,0s);}.hero--with-iceberg .hero-life__bird--1{top:0;left:0;}.hero--with-iceberg .hero-life__bird--2{top:14px;left:70px;transform:scale(0.88);}.hero--with-iceberg .hero-life__bird--3{top:34px;left:138px;transform:scale(0.72);}.hero--with-iceberg .hero-life__bird--4{top:22px;left:28px;transform:scale(0.62);}.hero--with-iceberg .hero-life__shoal{width:180px;height:66px;animation:heroFishGroupCruise 28s linear infinite;}.hero--with-iceberg .hero-life__shoal--left{left:-3%;top:46%;}.hero--with-iceberg .hero-life__shoal--right{right:-2%;bottom:18%;width:132px;height:46px;opacity:0.46;filter:blur(0.4px);animation-name:heroFishGroupCruiseReverse;animation-duration:36s;transform:scale(0.78);transform-origin:center;}.hero--with-iceberg .hero-life__shoal--right .hero-life__fish{animation-name:heroFishSchoolReverse;width:12px;height:6px;}.hero--with-iceberg .hero-life__fish{position:absolute;display:block;left:0;top:0;width:16px;height:8px;border-radius:10px 8px 8px 10px;background:linear-gradient(90deg,rgba(255,255,255,0.58),rgba(94,182,255,0.36));opacity:0.7;animation:heroFishSchool var(--fish-duration,8.4s) ease-in-out infinite;animation-delay:var(--fish-delay,0s);}.hero--with-iceberg .hero-life__fish::after{content:"";position:absolute;top:1px;right:-5px;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:6px solid rgba(94,182,255,0.36);}.hero--with-iceberg .hero-life__whale{left:auto;right:-260px;bottom:9%;width:230px;height:96px;animation:heroWhaleCruiseWide var(--whale-duration,72s) linear infinite;animation-delay:var(--whale-delay,0s);transform-origin:45% 55%;}.hero--with-iceberg .hero-life__whale-body{position:absolute;inset:18px 34px 14px 0;border-radius:52px 68px 50px 56px;background:linear-gradient(180deg,rgba(18,64,150,0.74),rgba(5,27,92,0.92));box-shadow:inset 0 -12px 0 rgba(177,224,255,0.12);}.hero--with-iceberg .hero-life__whale-body::before{content:"";position:absolute;left:34px;right:28px;bottom:12px;height:13px;border-radius:999px;background:rgba(202,232,255,0.34);}.hero--with-iceberg .hero-life__whale-tail{position:absolute;top:45px;right:10px;width:42px;height:22px;background:linear-gradient(180deg,rgba(12,47,128,0.9),rgba(8,31,104,0.96));border-radius:999px 10px 10px 999px;transform-origin:8px 50%;animation:heroWhaleTailFlick 4.8s ease-in-out infinite;}.hero--with-iceberg .hero-life__whale-tail::before,.hero--with-iceberg .hero-life__whale-tail::after{content:"";position:absolute;width:24px;height:16px;background:rgba(9,40,115,0.88);border-radius:6px 18px 6px 18px;}.hero--with-iceberg .hero-life__whale-tail::before{top:-8px;right:-4px;transform:rotate(121deg);}.hero--with-iceberg .hero-life__whale-tail::after{bottom:-8px;right:-4px;transform:rotate(188deg);}.hero--with-iceberg .hero-life__whale-fin{position:absolute;left:74px;bottom:16px;width:32px;height:18px;background:rgba(8,31,104,0.84);border-radius:50% 0 80% 20%;transform:rotate(23deg);}.hero--with-iceberg .hero-life__whale-eye{position:absolute;top:40px;left:34px;width:6px;height:6px;border-radius:999px;background:rgba(247,250,255,0.95);}.hero .arrow-container{height:80px;display:flex;align-items:center;justify-content:center;}.hero .arrow-container .arrow{height:80px;width:80px;background-image:url(/modules/visbe_paragraph/assets/images/chevron-down.svg);background-repeat:no-repeat;background-size:contain;animation:arrow 2s ease-in-out infinite;}.hero .arrow-container .scroll-hero{cursor:pointer;border:0;padding:0;background-color:transparent;}@keyframes arrow{0%{transform:translateY(0);}50%{transform:translateY(-10px);}100%{transform:translateY(0);}}@keyframes heroSceneDrift{0%,100%{transform:translate3d(0,0,0);}50%{transform:translate3d(10px,-6px,0);}}@keyframes heroBirdWander{0%,100%{transform:translate3d(0,0,0) scale(var(--bird-scale,1));}50%{transform:translate3d(-22px,10px,0) scale(var(--bird-scale,1));}}@keyframes heroFishSchool{0%,100%{transform:translate3d(var(--fish-x,0),var(--fish-y,0),0) scale(var(--fish-scale,1));}50%{transform:translate3d(calc(var(--fish-x,0) - 20px),calc(var(--fish-y,0) - 1px),0) scale(var(--fish-scale,1));}}@keyframes heroFishSchoolReverse{0%,100%{transform:translate3d(var(--fish-x,0),var(--fish-y,0),0) scale(var(--fish-scale,1));}50%{transform:translate3d(calc(var(--fish-x,0) + 20px),calc(var(--fish-y,0) + 1px),0) scale(var(--fish-scale,1));}}@keyframes heroFishGroupCruise{0%{transform:translate3d(0,0,0);}100%{transform:translate3d(calc(100vw - 220px),0,0);}}@keyframes heroFishGroupCruiseReverse{0%{transform:translate3d(0,0,0);}100%{transform:translate3d(calc(-100vw + 220px),0,0);}}@keyframes heroWhaleCruiseWide{0%{transform:translate3d(0,4px,0) rotate(-4deg);}18%{transform:translate3d(-18vw,-10px,0) rotate(-1.4deg);}38%{transform:translate3d(-38vw,12px,0) rotate(2.4deg);}58%{transform:translate3d(-58vw,-8px,0) rotate(-1.8deg);}78%{transform:translate3d(-78vw,14px,0) rotate(2.8deg);}100%{transform:translate3d(calc(-100vw - 320px),-5px,0) rotate(-3.6deg);}}@keyframes heroWhaleTailFlick{0%,100%{transform:rotate(-5deg);}25%{transform:rotate(3deg);}50%{transform:rotate(8deg);}75%{transform:rotate(1deg);}}@media (max-width:640px){.hero--with-iceberg .hero-life__birds{right:1%;width:132px;}.hero--with-iceberg .hero-life__bird{width:26px;height:10px;}.hero--with-iceberg .hero-life__bird::after{left:11px;width:26px;height:10px;}.hero--with-iceberg .hero-life__shoal{width:108px;gap:5px;animation-duration:20s;}.hero--with-iceberg .hero-life__shoal--left{left:-1%;top:37%;}.hero--with-iceberg .hero-life__shoal--right{right:-1%;bottom:16%;width:84px;gap:4px;transform:scale(0.72);}.hero--with-iceberg .hero-life__fish{width:11px;height:6px;}.hero--with-iceberg .hero-life__whale{left:auto;right:-170px;bottom:11%;width:148px;height:62px;animation-duration:40s;}}
.v-highlight-paragraph{display:flex;gap:30px;max-width:var(--max-width);margin:0 auto;padding:48px;border-radius:24px;background:linear-gradient(135deg,rgba(255,51,68,0.6666666667) 2 0%,#a22e00 100%);box-shadow:0 18px 40px rgba(24,18,12,0.18);}@media screen and (max-width:960px){.v-highlight-paragraph{flex-direction:column;}}@media screen and (max-width:500px){.v-highlight-paragraph{border-radius:0;}}.v-highlight-paragraph .media{min-width:0;flex:0 0 min(42%,540px);width:min(42%,540px);}@media screen and (max-width:960px){.v-highlight-paragraph .media{width:100%;}}.v-highlight-paragraph .media .media-container{width:100%;max-height:500px;overflow:hidden;border-radius:18px;background:#111;aspect-ratio:4/5;}.v-highlight-paragraph .media .media-container .image{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}.v-highlight-paragraph .content{display:flex;flex:1 1 0;flex-direction:column;align-items:flex-start;gap:22px;}.v-highlight-paragraph .content .eye-brow{margin:0;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,0.18);font-size:0.95rem;font-weight:700;line-height:1;color:#9e2c00;}.v-highlight-paragraph .content .title{margin:0;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:800;line-height:1.05;letter-spacing:-0.03em;}.v-highlight-paragraph .content .description{font-size:1.1rem;line-height:1.55;}.v-highlight-paragraph .content .description p{margin:0 0 18px;}.v-highlight-paragraph .content .description p:last-child{margin-bottom:0;}
.v-iceberg-paragraph{display:flex;flex-direction:column;gap:40px;max-width:var(--max-width);margin:0 auto;align-items:center;}@media screen and (max-width:550px){.v-iceberg-paragraph{padding:0 20px;}}.v-iceberg-paragraph--header{display:flex;flex-direction:column;gap:20px;}@media screen and (max-width:550px){.v-iceberg-paragraph--header{padding:0 20px;}}.v-iceberg-paragraph--header-title{text-align:center;}.v-iceberg-paragraph--header-intro{text-align:center;}.v-iceberg-paragraph--body{display:flex;flex-direction:column;gap:20px;max-width:800px;width:100%;border-radius:20px;box-shadow:10px 5px 22px #c7c6c6;padding:40px 0;}.v-iceberg-paragraph--body--part{display:flex;flex-direction:column;gap:20px;padding:0 40px;}.v-iceberg-paragraph--body--part--description{font-size:0.8rem;color:#5f6368;text-align:center;font-weight:600;}.v-iceberg-paragraph--body--part-outside--wrapper-elements{max-width:500px;margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}@media screen and (max-width:550px){.v-iceberg-paragraph--body--part-outside--wrapper-elements{grid-template-columns:repeat(1,1fr);}}.v-iceberg-paragraph--body--part-outside--wrapper-elements .element{background:linear-gradient(90deg,#ff8600,#ff6b01);}.v-iceberg-paragraph--body--delimiter{position:relative;display:flex;align-items:center;justify-content:center;height:40px;}.v-iceberg-paragraph--body--delimiter::before{content:"";width:100%;height:3px;background:blue;position:absolute;z-index:0;}.v-iceberg-paragraph--body--delimiter-label{padding:0 10px;border-radius:10px;background:blue;color:white;font-size:0.8rem;font-weight:600;z-index:1;}.v-iceberg-paragraph--body--part-inside--wrapper-elements{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}@media screen and (max-width:550px){.v-iceberg-paragraph--body--part-inside--wrapper-elements{grid-template-columns:repeat(1,1fr);}}.v-iceberg-paragraph--body--part-inside--wrapper-elements .element{background:linear-gradient(90deg,#f44901,#cc3601);}.v-iceberg-paragraph--body .element{border-radius:15px;color:white;font-weight:600;text-align:center;padding:5px 0;}
.latest-projects-paragraph{max-width:var(--max-width);margin:0 auto;padding:32px 10px;}.latest-projects-paragraph__wrapper{display:flex;flex-direction:column;gap:28px;}.latest-projects-paragraph__header{display:flex;flex-direction:column;gap:12px;}.latest-projects-paragraph__title{margin:0;color:#10233f;font-size:2rem;line-height:1.1;}.latest-projects-paragraph__introduction{margin:0;color:#52637a;font-size:1rem;line-height:1.6;max-width:760px;}.latest-projects-paragraph__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;}@media screen and (max-width:900px){.latest-projects-paragraph__items{grid-template-columns:repeat(2,minmax(0,1fr));}}@media screen and (max-width:500px){.latest-projects-paragraph__items{grid-template-columns:1fr;}}.latest-projects-paragraph__footer{display:flex;justify-content:center;}.latest-projects-paragraph__link{min-height:44px;padding:10px 22px;border-radius:8px;align-items:center;justify-content:center;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color 0.2s ease,box-shadow 0.2s ease;}.latest-projects-paragraph__link:hover,.latest-projects-paragraph__link:focus{color:white;background:#9f3200;text-decoration:none;box-shadow:0 10px 24px rgba(159,50,0,0.24);}
.v-list-paragraph{display:flex;flex-direction:column;gap:20px;max-width:var(--max-width);margin:0 auto;align-items:center;padding:25px 20px;border-radius:30px;background:linear-gradient(45deg,#f04800,#a72d00);}@media screen and (max-width:550px){.v-list-paragraph{border-radius:0;}}.v-list-paragraph--header-title{text-align:center;font-size:2rem;color:white !important;font-weight:600;}.v-list-paragraph--body{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}@media screen and (max-width:550px){.v-list-paragraph--body{grid-template-columns:repeat(1,1fr);}}.v-list-paragraph--body .point{display:flex;flex-direction:column;}.v-list-paragraph--body .point-title{font-weight:600;color:white;display:flex;align-items:center;gap:20px;font-size:0.9rem;margin:0;}.v-list-paragraph--body .point-title::before{content:"";width:8px;height:8px;background:yellow;border-radius:50%;}.v-list-paragraph--body .point-description{color:white;padding-left:28px;}.v-list-paragraph--body .point-description p{margin:0;font-size:0.9rem;}
.v-process{display:flex;flex-direction:column;gap:50px;max-width:var(--max-width);margin:0 auto;}.v-process .header{display:flex;flex-direction:column;gap:20px;}.v-process .header .eye-brow{align-self:center;margin:0;}.v-process .header .sub-title{font-weight:600;font-size:2rem;text-align:center;margin:0;}.v-process .header .description{color:#333;text-align:center;}.v-process .header .description p{margin:0;}.v-process .steps{display:flex;gap:15px;}@media screen and (max-width:425px){.v-process .steps{flex-direction:column;padding:20px;}}.v-process .steps .step{display:flex;flex-direction:column;gap:20px;border-radius:20px;background:white;padding:30px;border:1px solid #ccc;}@media screen and (max-width:425px){.v-process .steps .step{align-items:center;}}.v-process .steps .step .number{width:40px;height:40px;border-radius:50%;background:red;color:white;display:flex;align-items:center;justify-content:center;font-weight:600;}.v-process .steps .step .title{font-size:1.2rem;line-height:1.5rem;margin:0;}.v-process .steps .step .v-icon{background-color:rgba(255,214,160,0.5254901961);}.v-process .steps .step .description{color:#5a5a5a;font-size:1.1rem;line-height:1.5rem;}@media screen and (max-width:425px){.v-process .steps .step .description{text-align:center;}}.v-process .steps .step .description p{margin:0;}
.projects-list{max-width:var(--max-width);margin:0 auto;}.projects-list .project-list{display:flex;}.projects-list .project-list__header{display:flex;flex-direction:column;align-items:center;gap:10px;}@media screen and (max-width:500px){.projects-list .project-list__header{text-align:center;padding:10px;}}@media screen and (max-width:500px){.projects-list .project-list__header-intro{text-align:center;}}.projects-list .project-list__header .reassurance{display:flex;justify-content:space-between;max-width:500px;width:100%;}.projects-list .project-list__header .reassurance .reassurance-item{display:flex;flex-direction:column;align-items:center;}.projects-list .project-list__header .reassurance .reassurance-item__data{font-size:2rem;font-weight:800;color:#b93800;}.projects-list .project-list__header .reassurance .reassurance-item__data span{font-size:1rem;}.projects-list .project-list__header .reassurance .reassurance-item__title{font-size:0.8rem;text-align:center;}.projects-list .pager{display:flex;justify-content:center;}.view-projets{max-width:var(--max-width);margin:0 auto;}@media screen and (max-width:500px){.view-projets .view-filters{padding:0;}}@media screen and (max-width:500px){.view-projets .view-filters form{display:flex;text-align:center;}}.view-projets .view-filters form button{border:0;}.view-projets .view-filters form label{display:none;}.view-projets .view-filters form select{border-radius:10px;}.view-projets .view-filters form .form-actions{margin:0;padding:0;}.view-projets .view-filters form .form-actions .form-submit{border:0;font-size:1rem;}.view-projets .view-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}@media screen and (max-width:500px){.view-projets .view-content{grid-template-columns:repeat(1,1fr);padding:0 20px;}}.project-item{position:relative;overflow:hidden;border:1px solid #e7e7e7;border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(20,32,61,0.08);}.project-item .project-item__type{position:absolute;top:14px;right:14px;z-index:2;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,0.95);color:#b93800;font-size:0.7rem;line-height:1;font-weight:600;}.project-item .project-item__cover-link{display:block;color:inherit;text-decoration:none;}.project-item .project-item__cover-link .cover{border-radius:0;background-size:cover;background-position:center;}.project-item .project-item__cover-link .brand-style{display:none;}.project-item .project-item__cover-link .wrapper{padding:0;}.project-item .project-item__cover-link picture,.project-item .project-item__cover-link img{display:block;width:100%;}.project-item .project-item__cover-link img{aspect-ratio:16/10;object-fit:cover;}.project-item .project-item__content{padding:24px;}.project-item .project-item__client-logo{margin-bottom:8px;}.project-item .project-item__client-logo .media-container{display:flex;align-items:center;justify-content:flex-start;min-height:64px;max-width:160px;}.project-item .project-item__client-logo picture,.project-item .project-item__client-logo img{display:block;width:auto;max-width:160px;max-height:64px;height:auto;object-fit:contain;object-position:left center;}.project-item .project-item__title-content{display:flex;flex-direction:column;gap:10px;}.project-item .project-item__title{display:inline-flex;flex-direction:column;margin-bottom:12px;color:#10233f;font-size:1.2rem;word-break:autophrase;font-weight:700;line-height:1.5rem;text-decoration:none;}.project-item .project-item__business-domain{display:inline-flex;align-self:flex-start;padding:6px 12px;border-radius:999px;background:#fff2ec;color:#b93800;font-size:0.8rem;font-weight:600;line-height:1;}.project-item .project-item__title-label{display:block;}.project-item .project-item__description{margin:0 0 20px;color:#52637a;font-size:1rem;line-height:1.6;}.project-item .project-item__earnings{display:flex;flex-direction:column;gap:10px;margin:0 0 20px;}.project-item .project-item__earning{color:#b93800;font-size:1rem;line-height:1.4;}.project-item .project-item__earning::before{content:"→";display:inline-block;margin-right:10px;}.project-item .project-item__tags{display:flex;flex-wrap:wrap;gap:10px;}.project-item .project-item__tag{padding:7px 14px;border-radius:999px;background:#fff2ec;color:#b93800;font-size:0.7rem;line-height:1;font-weight:600;}.project-similars{max-width:var(--max-width);margin:0 auto;padding:32px 10px 0;}.project-similars__header{display:flex;flex-direction:column;gap:12px;margin-bottom:28px;}.project-similars__title{margin:0;color:#10233f;font-size:2rem;line-height:1.1;}.project-similars__introduction{margin:0;color:#52637a;font-size:1rem;line-height:1.6;}.project-similars__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;}@media screen and (max-width:900px){.project-similars__items{grid-template-columns:repeat(2,minmax(0,1fr));}}@media screen and (max-width:500px){.project-similars__items{grid-template-columns:1fr;}}.project-page{display:flex;flex-direction:column;gap:48px;max-width:var(--max-width);margin:0 auto;padding:10px;}@media only screen and (max-width:500px){.project-page{gap:10px;}}.project-page .project-navigation{display:flex;justify-content:space-between;align-items:center;}.project-page .project-navigation .project-link{position:relative;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7deea;border-radius:999px;background:#fff;color:#10233f;text-decoration:none;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;}.project-page .project-navigation .project-link::before,.project-page .project-navigation .project-link::after{content:"";width:12px;height:12px;display:block;background-position:center;background-repeat:no-repeat;background-size:contain;}.project-page .project-navigation .project-link.previous-project::before{background-image:url(/modules/visbe_project/assets/images/picto/chevron-left.svg);}.project-page .project-navigation .project-link.previous-project::after{display:none;}.project-page .project-navigation .project-link.next-project::before{display:none;}.project-page .project-navigation .project-link.next-project::after{background-image:url(/modules/visbe_project/assets/images/picto/chevron-right.svg);}.project-page .project-navigation .project-link:hover,.project-page .project-navigation .project-link:focus-visible{border-color:#10233f;box-shadow:0 8px 18px rgba(16,35,63,0.12);transform:translateY(-1px);}@media only screen and (max-width:500px){.project-page .project-navigation{align-items:center;}.project-page .project-navigation .current-project{margin-bottom:0;}.project-page .project-navigation a{padding:0;}.project-page .project-navigation a.next-project{text-align:right;}}.project-page .project-page__cover{overflow:hidden;border-radius:24px;min-height:400px;height:30vh;background-size:cover;background-repeat:no-repeat;background-position:center;}.project-page .project-page__challenges{display:grid;}.project-page .project-page__challenges .project-page__business-domain{display:inline-flex;align-self:flex-start;color:#b93800;font-size:0.95rem;font-weight:600;line-height:1.2;text-decoration:none;}.project-page .project-page__challenges .project-page__business-domain:hover{text-decoration:underline;}.project-page .project-page__challenges .title{margin:0;}.project-page .project-page__challenges .challenge{background:#fef1e1;border-left:5px solid #b93800;padding:20px;}.project-page .project-page__challenges .project-page__earnings{display:grid;gap:12px;margin-top:40px;}.project-page .project-page__challenges .project-page__earnings-title{margin:0;color:#1e3063;font-size:1.2rem;line-height:1.2;}.project-page .project-page__challenges .project-page__earnings-introduction{margin:0;color:#1e3063;font-size:1rem;line-height:1.6;}.project-page .project-page__challenges .project-page__earnings-items{margin:0;padding-left:20px;color:#1e3063;}.project-page .project-page__challenges li.project-page__earning{color:#1e3063;}.project-page .project-link{background:red;padding:10px 20px;border-radius:10px;color:white;text-decoration:none;font-weight:400;}.project-page .detailed-presentation{display:grid;gap:32px;}.project-page .skills-technologies{background:linear-gradient(135deg,#1e3063 0%,#101727 100%);color:#fff;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding:48px;border-radius:24px;width:100;}@media only screen and (max-width:500px){.project-page .skills-technologies{grid-template-columns:repeat(1,minmax(0,1fr));}}.project-page .skills-technologies li a{color:white;text-decoration:none;}.project-page .project-page__image{display:block;width:100%;min-height:400px;height:30vh;}.project-page .project-page__image img{display:block;width:100%;aspect-ratio:3/1;object-fit:cover;}
:root{--color--primary-40:#3a4547;--visbee_color:$agency_color2;}:root{--max-width:1300px;--max-width-tunnel:800px;}@media (max-width:1440px){:root{--max-width:1200px;}}@media (max-width:1024px){:root{--max-width:900px;}}@media (max-width:768px){:root{--max-width:600px;}}.seo-proofs-paragraph .proofs-wrapper{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:20px;}@media (max-width:500px){.seo-proofs-paragraph .proofs-wrapper{padding:10px;}}.seo-proofs-paragraph .proofs-wrapper .title{margin:0;font-size:2rem;text-align:center;}.seo-proofs-paragraph .proofs-wrapper .introduction{font-size:1rem;text-align:center;}@media (max-width:500px){.seo-proofs-paragraph .proofs-wrapper .introduction{padding:10px;}}.seo-proofs-paragraph .proofs-wrapper .list{display:grid;grid-template-columns:repeat(4,1fr);row-gap:10px;}@media (max-width:768px){.seo-proofs-paragraph .proofs-wrapper .list{overflow:scroll;}}.seo-proofs-paragraph .proofs-wrapper .list .col{display:flex;align-items:center;background:#fff;padding:10px;font-size:1rem;text-wrap:nowrap;}.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(8n + 5),.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(8n + 6),.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(8n + 7),.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(8n + 8){background:rgba(229,139,22,0.541);}.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(4n + 1){border-top-left-radius:10px;border-bottom-left-radius:10px;}.seo-proofs-paragraph .proofs-wrapper .list .col:nth-of-type(4n + 4){border-top-right-radius:10px;border-bottom-right-radius:10px;}.seo-proofs-paragraph .proofs-wrapper .list .client-web-site a,.seo-proofs-paragraph .proofs-wrapper .list .google-link a{display:flex;align-items:center;gap:10px;}.seo-proofs-paragraph .proofs-wrapper .list .client-web-site a::after,.seo-proofs-paragraph .proofs-wrapper .list .google-link a::after{content:"";display:inline-block;width:15px;height:15px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(/modules/visbee_proof/assets/images/new-window.svg);}.seo-proofs-paragraph .proofs-wrapper .list .proof-line:nth-child(even){background-color:#ebebeb;}
.visbee-google-rating-block-wrapper{max-width:1200px;margin:0 auto;}.visbee-google-rating-block__inner{display:flex;align-items:center;flex-wrap:wrap;gap:0.8rem;}.visbee-google-rating-block__score{font-size:1.5rem;font-weight:800;line-height:1;}.visbee-google-rating-block__stars{color:#fbbc04;letter-spacing:0.16em;white-space:nowrap;}.visbee-google-rating-block__count{font-size:0.9rem;color:rgba(23,23,23,0.72);}.visbee-google-rating-block__brand-link{max-width:250px;}.visbee-google-rating-block__link{font-size:0.8rem;color:inherit;font-weight:700;text-decoration:none;margin-left:auto;}.visbee-google-rating-block__link:hover .visbee-google-rating-block__link:focus{border:none;color:#1e3063;outline:none;text-decoration:underline;}@media (max-width:600px){.visbee-google-rating-block__inner{padding:1rem;}.visbee-google-rating-block__link{margin-left:0;}}.visbee-google-reviews-block__brand-logo{max-width:150px;}
.visbee-google-reviews-block{overflow:hidden;}.visbee-google-reviews-block.paragraph--theme-dark{background:linear-gradient(135deg,#1e3063 0%,#101727 100%);color:#fff;}.visbee-google-reviews-block.paragraph--theme-dark .visbee-google-reviews-block__item{background:rgba(255,255,255,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08);}.visbee-google-reviews-block.paragraph--theme-dark .visbee-google-reviews-block__avatar{background:rgba(255,255,255,0.14);color:#fff;}.visbee-google-reviews-block.paragraph--theme-light{background:linear-gradient(180deg,#fffdf9 0%,#f3ede4 100%);color:#171717;box-shadow:inset 0 0 0 1px rgba(23,23,23,0.08);}.visbee-google-reviews-block.paragraph--theme-light .visbee-google-reviews-block__item{background:rgba(255,255,255,0.6);box-shadow:inset 0 0 0 1px rgba(23,23,23,0.06);}.visbee-google-reviews-block.paragraph--theme-light .visbee-google-reviews-block__avatar{background:#171717;color:#fff;}.visbee-google-reviews-block__wrapper{max-width:var(--max-width);margin:20px auto;display:grid;gap:2rem;}.visbee-google-reviews-block__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;}.visbee-google-reviews-block__title{margin:0;font-size:2.5rem;line-height:3rem;max-width:12ch;color:#e58a16;}.visbee-google-reviews-block__summary{display:grid;gap:0.75rem;justify-items:end;}.visbee-google-reviews-block__brand{font-size:0.9rem;font-weight:800;letter-spacing:0.16em;text-transform:uppercase;}.visbee-google-reviews-block__aggregate{display:flex;align-items:center;flex-wrap:wrap;gap:0.75rem;}.visbee-google-reviews-block__score{font-size:2.4rem;font-weight:800;line-height:1;}.visbee-google-reviews-block__stars,.visbee-google-reviews-block__review-stars{color:#fbbc04;letter-spacing:0.16em;white-space:nowrap;}.visbee-google-reviews-block__count,.visbee-google-reviews-block__date{opacity:0.72;}.visbee-google-reviews-block__link{color:inherit;font-weight:700;text-decoration:none;}.visbee-google-reviews-block__link:hover{text-decoration:underline;}.visbee-google-reviews-block__list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"a a b b c c" "d d d e e e";gap:1.25rem;}.visbee-google-reviews-block__item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:22px;}.visbee-google-reviews-block__item:nth-child(1){grid-area:a;}.visbee-google-reviews-block__item:nth-child(2){grid-area:b;}.visbee-google-reviews-block__item:nth-child(3){grid-area:c;}.visbee-google-reviews-block__item:nth-child(4){grid-area:d;}.visbee-google-reviews-block__item:nth-child(5){grid-area:e;}.visbee-google-reviews-block__item--collapsible .visbee-google-reviews-block__toggle{display:inline-flex;}.visbee-google-reviews-block__slide-top{display:flex;align-items:center;gap:1rem;}.visbee-google-reviews-block__avatar{width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:800;}.visbee-google-reviews-block__avatar--image{display:block;object-fit:cover;}.visbee-google-reviews-block__identity{display:grid;gap:0.15rem;}.visbee-google-reviews-block__author{font-weight:700;}.visbee-google-reviews-block__comment{margin:0;line-height:1.65;overflow:hidden;}.visbee-google-reviews-block__comment--collapsed{max-height:305px;}.visbee-google-reviews-block__toggle{display:none;align-self:flex-start;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:0.15em;}.visbee-google-reviews-block__empty{margin:0;opacity:0.8;}@media (max-width:900px){.visbee-google-reviews-block__wrapper{padding:1.5rem;gap:1.5rem;}.visbee-google-reviews-block__header{flex-direction:column;align-items:flex-start;}.visbee-google-reviews-block__summary{justify-items:start;}.visbee-google-reviews-block__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"a b" "c d" "e e";}}@media (max-width:600px){.visbee-google-reviews-block__wrapper{padding:1rem;}.visbee-google-reviews-block__list{display:flex;flex-direction:column;}.visbee-google-reviews-block__item{padding:1rem;border-radius:18px;}.visbee-google-reviews-block__avatar{width:44px;height:44px;}}
