#output {
    overflow: hidden;
}

.banner,
.banner * {
    box-sizing: border-box;
}

.banner {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.banner::after {
    border: 1px solid #c7c7c7;
    content: " ";
    position: absolute; inset: 0;
    z-index: 999;
}

.bloc_body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0; padding: 0;
}

.a_ct {
  color: #000;
  display: block;
  text-decoration: none;
  visibility: visible !important;

  /* Fallback */
  &:focus {
    outline: 1px solid #000;
    outline-offset: 2px;
  }

  /* Clavier uniquement (évite outline au clic souris) */
  &:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
  }

  /* Si focus-visible est supporté, on évite le double style */
  &:focus:not(:focus-visible) {
    outline: none;
  }
}


address {
    font-style: normal;
}

.max-wh {
    max-width: 100%;
    max-height: 100%;
}

button {
    outline: none;
    border: none
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    margin: -1px; padding: 0;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px; height: 1px;
}

@font-face {
    font-family: 'circular_stdlight';
    src: url('https://cdn.acotedemoi.com/but/fonts/circularspotifytext-light-webfont.woff2') format('woff2'),
         url('https://cdn.acotedemoi.com/but/fonts/circularspotifytext-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular_stdmedium';
    src: url('https://cdn.acotedemoi.com/but/fontscircularstd-medium-webfont.woff2') format('woff2'),
         url('https://cdn.acotedemoi.com/but/fontscircularstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular_stdblack';
    src: url('https://cdn.acotedemoi.com/but/fonts/circularstd-black-webfont.woff2') format('woff2'),
         url('https://cdn.acotedemoi.com/but/fonts/circularstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular_stdbold';
    src: url('https://cdn.acotedemoi.com/but/fonts/circularstd-bold-webfont.woff2') format('woff2'),
         url('https://cdn.acotedemoi.com/but/fonts/circularstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular_stdbook';
    src: url('https://cdn.acotedemoi.com/but/fonts/circularstd-book-webfont.woff2') format('woff2'),
         url('https://cdn.acotedemoi.com/but/fonts/circularstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/****/

@font-face {
    font-family: 'Archivo_SemiCondensed_black';
    src: url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Black.woff2') format('woff2'),
        url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo_SemiCondensed_bold';
    src: url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Bold.woff2') format('woff2'),
        url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo_SemiCondensed_ExtraBold';
    src: url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo_SemiCondensed_Regular';
    src: url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Regular.woff2') format('woff2'),
        url('https://cdn.acotedemoi.com/but/fonts/ArchivoSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#output {
    overflow: hidden;
    position: relative;
}

.banner {
    background-color: #fff;
}

.banner::after {
    border: 1px solid #c7c7c7;
}

.a_ct {
    position: relative;
    z-index: 200;
}

.product-link {
    color: currentColor;
    position: absolute; inset: 0;
    text-decoration: none;
    z-index: 500;
}.banner {
    background-color: #FFED00;
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner::before {
    content: "";
    background: transparent linear-gradient(180deg, #00000000 0%, #0000004A 100%) 0% 0% no-repeat padding-box;
    position: absolute; bottom: 0;
    width: 100%; height: 107px;
    z-index: 5;
}

/*******************************/
/** HEADER **/
/*******************************/
.header {
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.logo2 {
    display: none
}

.header .legal-notice {
    display: none;
}

.shop {
    flex: 1;
    padding-left: 12px;
}

.shop-name {
    display: block;
    font-family: 'Archivo_SemiCondensed_ExtraBold', sans-serif;
    text-transform: uppercase;
}

.shop-address {
    display: block;
    font-family: 'Archivo_SemiCondensed_Regular', sans-serif;
}

/*******************************/
/** MAIN **/
/*******************************/
.main {
    display: flex;
    flex: 1;
    justify-content: center;
    position: relative;
}

.promo {
    position: absolute;
}

.ambiance {
    width: 100%;
}

/*******************************/
/** SPLIDE PRODUIT **/
/*******************************/
.block-carrousel {
    position: absolute; left: 50%;
    transform: translateX(-50%);
    z-index: 500;
}

.splide__slide {
    background-color: #fff;
}

.product-visual {
    display: flex;
}

.product-visual img {
    object-fit: scale-down;
    max-width: 100%; max-height: 100%;
}

.product-name {
    font-family: 'Archivo_SemiCondensed_bold', sans-serif;
}

.product-pastille img {
    max-width: 100%; max-height: 100%;
}

/*******************************/
/** CTA & FOOTER **/
/*******************************/
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute; bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.cta {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Archivo_SemiCondensed_black', sans-serif;
    width: max-content;
}

.legal-notice {
    color: #fff;
    font-family: 'Archivo_SemiCondensed_bold', sans-serif;
}


.banner, #output{
    width:728px; height:90px;
}

.banner {
    flex-direction: row;
}

.banner::before {
    display: none;
}

/*******************************/
/** HEADER  **/
/*******************************/
.header {
    flex-wrap: wrap;
    padding: 10px 0 0 8px;
    width: 223px; height: 100%;
}

.header .legal-notice {
    display: block;
    color: currentColor;
    font-size: 9px;
    flex-basis: 100%;
    padding-right: 10px;
}

.logo {
    width: 51px;
}

.shop-name {
    font-size: 10px;
}

.shop-address {
    font-size: 11px;
}

/*******************************/
/** MAIN  **/
/*******************************/
.promo {
    top: 2px; left: 77px;
    width: 205px; height: 86px;
}


/*******************************/
/** SPLIDE PRODUIT **/
/*******************************/
.block-carrousel,
.splide__slide {
    width: 325px;
}

.splide__slide {
    background-color: transparent;
}

.block-carrousel {
    left: 392px; top: 110px;
}

.product-visual {
    justify-content: center;
    margin-right: 10px;
    padding: 5px;
    width: 90px;
}

.product-name {
    align-self: center;
    font-size: 9px;
    order: 2;
    width: 122px;
    margin-right: 6px;
}

.product-pastille {
    align-self: center;
    text-align: center;
    order: 3;
    width: 90px; height: 65px;
}

.product-link {
    background-color: #fff;
    display: flex;
    height: 80px;
    transform: translateY(-50%);
    top: 50%;
    padding-left: 5px;
}



/*******************************/
/** FOOTER  **/
/*******************************/
.footer{
    right: 0; top: 50%;
    transform: translateY(-49%);
    width: 120px;
}

.cta {
    font-size: 14px;
    padding: 5px 8px;
    position: relative; left: -21px;
    width: 121px;
}

.footer .legal-notice {
    display: none;
}

