.text-green{color:#62c3a3}.text-darkgray{color:#535353}.text-blue{color:#026aa7}.bg-success{background:#49b068}.bg-success-light{background:#e3f7e9!important}.text-lightgray{color:#fafbfc}.text-gray{color:#d2d2d2}.text-yellow{color:#fcb72e}.bg-yellow{background-color:#fcb72e!important}.bg-lightyellow{background-color:rgba(249,202,109,.37)!important}.text-lightyellow{color:rgba(249,202,109,.37)!important}.bg-lightblue{background:#4e97c2}.bg-lightblack{background:rgba(0,0,0,.3)}.text-lightblack{color:rgba(0,0,0,.3)}.text-success{color:#49b068!important}.bg-lightgray{background-color:#fafbfc}.bg-gray{background-color:#d2d2d2}.bg-red{background-color:#fa6a6a}.border-yellow{border:2px solid #fcb72e!important}.pro-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:url(/build/images/entreprise-pause-petit-dejeuner.15f8e3e6.png) 50%/cover no-repeat}@media (min-width:768px){.pro-hero{min-height:75vh}}.pro-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.82),rgba(40,54,70,.72) 50%,rgba(26,26,46,.55));z-index:1}.pro-hero__content{position:relative;z-index:2;text-align:center;padding:80px 16px 40px;max-width:820px;margin:0 auto}@media (min-width:576px){.pro-hero__content{padding:90px 20px 50px}}@media (min-width:768px){.pro-hero__content{padding:100px 20px 50px}}@media (min-width:992px){.pro-hero__content{padding:120px 20px 60px;max-width:900px}}@media (min-width:1200px){.pro-hero__content{max-width:960px}}.pro-hero__tag{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);color:#fff;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:16px}@media (min-width:576px){.pro-hero__tag{font-size:12px;padding:6px 16px;margin-bottom:20px}}@media (min-width:768px){.pro-hero__tag{font-size:13px;padding:8px 20px;margin-bottom:24px}}.pro-hero__title{font-size:1.6rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:14px;letter-spacing:-.5px}@media (min-width:576px){.pro-hero__title{font-size:2rem;margin-bottom:16px}}@media (min-width:768px){.pro-hero__title{font-size:2.6rem;margin-bottom:20px}}@media (min-width:992px){.pro-hero__title{font-size:3.2rem}}@media (min-width:1200px){.pro-hero__title{font-size:3rem}}@media (min-width:1600px){.pro-hero__title{font-size:3.4rem}}.pro-hero__highlight{color:#fcb72e}.pro-hero__subtitle{font-size:.95rem;color:hsla(0,0%,100%,.85);line-height:1.6;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width:576px){.pro-hero__subtitle{font-size:1rem;margin-bottom:32px}}@media (min-width:768px){.pro-hero__subtitle{font-size:1.15rem;margin-bottom:36px;line-height:1.7}}@media (min-width:1200px){.pro-hero__subtitle{font-size:1.1rem}}@media (min-width:1600px){.pro-hero__subtitle{font-size:1.15rem}}.pro-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.pro-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;border-radius:50px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;letter-spacing:.2px}.pro-btn--primary{background:#fcb72e;color:#fff;box-shadow:0 4px 16px rgba(252,183,46,.35)}.pro-btn--primary:hover{background:#fcae15;box-shadow:0 6px 24px rgba(252,183,46,.45);transform:translateY(-2px);color:#fff;text-decoration:none}.pro-btn--glass{background:hsla(0,0%,100%,.15);color:#fff;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25)}.pro-btn--glass:hover{background:hsla(0,0%,100%,.25);transform:translateY(-2px);color:#fff;text-decoration:none}.pro-btn--outline{background:transparent;color:#283646;border:2px solid #283646}.pro-btn--outline:hover{background:#283646;color:#fff;transform:translateY(-2px);text-decoration:none}@media (max-width:575px){.pro-btn{padding:14px 28px;font-size:15px;width:100%;justify-content:center}}.pro-section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.pro-section-header__tag{display:inline-block;background:rgba(252,183,46,.12);color:#e99c03;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;padding:6px 16px;border-radius:50px;margin-bottom:16px}.pro-section-header__title{font-size:2rem;font-weight:800;color:#283646;line-height:1.2;margin-bottom:16px}@media (min-width:768px){.pro-section-header__title{font-size:2.4rem}}.pro-section-header__desc{font-size:1.05rem;color:#5a6577;line-height:1.7;margin-bottom:0}.pro-steps{padding:5rem 0;background:#f9f3eb}.pro-steps__timeline{display:grid;grid-template-columns:1fr;gap:20px;max-width:900px;margin:0 auto}@media (min-width:768px){.pro-steps__timeline{grid-template-columns:repeat(3,1fr);gap:0}}.pro-step{text-align:center;position:relative;padding:24px 16px;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.pro-step.pro-visible{opacity:1;transform:translateY(0)}.pro-step:first-child.pro-visible{transition-delay:0s}.pro-step:nth-child(2).pro-visible{transition-delay:.15s}.pro-step:nth-child(3).pro-visible{transition-delay:.3s}.pro-step__icon-wrap{margin:0 auto 16px}.pro-step__icon,.pro-step__icon-wrap{position:relative;width:80px;height:80px}.pro-step__icon{border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.08);z-index:1;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.pro-step__icon i{font-size:28px;color:#fcb72e}.pro-step:hover .pro-step__icon{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12);background:#fcb72e}.pro-step:hover .pro-step__icon i{color:#fff}.pro-step__number{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:#283646;color:#fff;border-radius:50%;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}.pro-step__connector{display:none}@media (min-width:768px){.pro-step__connector{display:block;position:absolute;top:64px;left:calc(50% + 48px);width:calc(100% - 96px);height:2px;background:repeating-linear-gradient(90deg,#d1d5db,#d1d5db 6px,transparent 0,transparent 12px)}.pro-step:last-child .pro-step__connector{display:none}}.pro-step__title{font-size:1.1rem;font-weight:700;color:#283646;margin-bottom:8px}.pro-step__desc{font-size:.9rem;color:#5a6577;line-height:1.6;margin-bottom:0}.pro-advantages{padding:5rem 0;background:#fff}.pro-advantage{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;max-width:1000px;margin:0 auto;padding:2.5rem 0}@media (min-width:768px){.pro-advantage{grid-template-columns:1fr 1fr;gap:64px}}.pro-advantage:not(:last-child){border-bottom:1px solid #eef0f4}.pro-advantage--reverse .pro-advantage__visual{order:1}@media (min-width:768px){.pro-advantage--reverse .pro-advantage__visual{order:2}}.pro-advantage--reverse .pro-advantage__text{order:2}@media (min-width:768px){.pro-advantage--reverse .pro-advantage__text{order:1}}.pro-advantage__visual{order:1}.pro-advantage__img{width:100%;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);object-fit:cover;max-height:320px;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.pro-advantage__img:hover{box-shadow:0 12px 40px rgba(0,0,0,.12);transform:translateY(-4px)}.pro-advantage__text{order:2}.pro-advantage__icon{width:52px;height:52px;border-radius:14px;background:rgba(252,183,46,.1);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.pro-advantage__icon i{font-size:22px;color:#fcb72e}.pro-advantage__title{font-size:1.5rem;font-weight:800;color:#283646;margin-bottom:12px}@media (min-width:768px){.pro-advantage__title{font-size:1.7rem}}.pro-advantage__desc{font-size:1rem;color:#5a6577;line-height:1.8;margin-bottom:0}.pro-advantage__desc strong{color:#283646}.pro-cta-mid{padding:4rem 0;background:#283646;text-align:center}.pro-cta-mid__title{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:12px}@media (min-width:768px){.pro-cta-mid__title{font-size:2.2rem}}.pro-cta-mid__desc{font-size:1.05rem;color:hsla(0,0%,100%,.7);margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto}.pro-cta{padding:5rem 20px;text-align:center;background:#f9f3eb}.pro-cta__content{max-width:600px;margin:0 auto}.pro-cta__title{font-size:2rem;font-weight:800;color:#283646;margin-bottom:16px}@media (min-width:768px){.pro-cta__title{font-size:2.4rem}}.pro-cta__desc{font-size:1.05rem;color:#5a6577;margin-bottom:32px;line-height:1.7}.pro-visible{opacity:1!important;transform:translateY(0)!important}