.bloc-sticky{position:fixed;top:50px;z-index:9;padding:16px;width:100%;transition:padding .2s linear,width .2s linear,opacity .1s linear}@media all and (min-width: 992px){.bloc-sticky{width:calc(100% - 300px);padding:6px;top:60px;display:flex;justify-content:center}}.bloc-sticky .wrapper{position:relative;padding:8px 6px;border-radius:6px;border:2px solid #bad606;background:linear-gradient(0deg, rgba(186, 214, 6, 0.1) 0%, rgba(186, 214, 6, 0.1) 100%),#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:.3s linear}@media all and (min-width: 992px){.bloc-sticky .wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px}}.bloc-sticky .wrapper p{margin:0;text-align:center;color:#1f2111;font-size:14px;font-style:normal;font-weight:400;line-height:110%}.bloc-sticky .wrapper p br{display:block}@media all and (min-width: 992px){.bloc-sticky .wrapper p br{display:none}}.bloc-sticky .wrapper .close-sticky{border:none;background:rgba(0,0,0,0)}.bloc-sticky.scroll{padding:0}@media all and (min-width: 992px){.bloc-sticky.scroll{top:60px}}.bloc-sticky.scroll .wrapper{border-radius:0;justify-content:space-between;border:none;border-bottom:2px solid #bad606}@media all and (min-width: 992px){.bloc-sticky.scroll .wrapper{justify-content:center;width:100%}}@media all and (min-width: 768px){.bloc-sticky.scroll .wrapper .close-sticky{position:absolute;right:5px}}