section.bandeau-promo-module{align-items:center;background-color:#f8fbf7;bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.1);display:flex;height:85px;max-height:85px;position:fixed;transition:opacity .1s ease,max-height .3s ease,padding .3s ease;width:100%;z-index:10}section.bandeau-promo-module.hidden{max-height:0;opacity:0;padding:0}section.bandeau-promo-module .container{align-items:center;display:flex;justify-content:center;position:relative}section.bandeau-promo-module .wrapper{align-items:center;display:flex;gap:2.5rem;justify-content:center;max-width:800px;width:100%}section.bandeau-promo-module .promo{font-size:16px;font-weight:400;letter-spacing:0;line-height:20.8px;max-width:235px}section.bandeau-promo-module .btn-primary{padding:12px 1rem;white-space:nowrap}section.bandeau-promo-module .toggler{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 6.5-12 12m0-12 12 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;cursor:pointer;height:24px;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:24px}@media (max-width:768px){section.bandeau-promo-module{height:auto;max-height:130px;padding:12px 0}section.bandeau-promo-module .wrapper{flex-direction:column;gap:.5rem;max-width:300px}section.bandeau-promo-module .toggler{right:1.5rem}}