/*  ------  reset   ------  */


/*  ------  variables   ------  */

.sic__page { 
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",Helvetica, Arial, sans-serif;
    --GOTHAM-BOLD: "Gotham SSm bold A", "Gotham SSm bold B", "Gotham Bold",Helvetica, Arial, sans-serif;
    --COLOR-DEFAULT:#333;
    --COLOR-PAGE: #AC651B;
    --COLOR-RED-A:#b40024;
    --COLOR-RED-B:#8c0b26;
}



/*  ------  page   ------  */

.sic__page {font-family: var(--GOTHAM-BOOK);font-weight: normal; position: relative; width: 100%; }

.sic__page * {box-sizing: border-box; }

.sic__page h1,
.sic__page h2,
.sic__page h3,
.sic__page h4 {margin: 0;padding: 0;font-weight: normal; }
.sic__page p {margin: 0;padding: 0; }
.sic__page picture {display: block; width: 100%; }
.sic__page img { width: 100%;display: block; }
.sic__page sup { position: unset; vertical-align: super; line-height: 1em; font-size: 0.55em; }

.sic__page a {color: var(--COLOR-DEFAULT);text-decoration: none; }

.sic__page .sic__bloc { position: relative; width: 100%; margin: 0 auto;  }

.sic__page .sic__title {  text-rendering: optimizeSpeed; }
.sic__page .sic__text { text-rendering: optimizeSpeed;  }

.sic__page .sic__text .sic__nowrap {white-space: nowrap; }
.sic__page .sic__text a { text-decoration: underline; }
.sic__page .sic__text a:hover { text-decoration: none; }

.sic__page .sic__colored { color:var(--COLOR-PAGE); }


.sic__page .sic__text strong,
.sic__page .sic__strong {font-family: var(--GOTHAM-MEDIUM); font-weight: normal; }

.sic__page .sic__price {font-size: 16px;line-height: 20px; }

.sic__page .sic__cta {  }
.sic__page .sic__cta-btn {cursor: pointer;display: inline-flex;min-width: 132px;height: auto;padding: 14px 17px;font-size: 14px;line-height: 1em;text-align: center;text-decoration: none;letter-spacing: 0;color: #fff;background-color: #b40024;border: 2px solid #b40024;border-radius: 5px;font-family: var(--GOTHAM-MEDIUM, Helvetica, Arial);font-weight: 500; position: relative; top:0; left:0; align-items: center;justify-content: center;}
.sic__page .sic__cta-btn:hover { color: #fff; outline: 0 !important;  background-color: #8c0b26;  border-color: #8c0b26; }
.sic__page .sic__cta-btn:focus-visible { outline: none; box-shadow: 0 0 0 1px #fff,0 0 0 2px #6893d2 !important;  }

.sic__page .sic__cta-white {color: var(--COLOR-DEFAULT); background: #fff;  border: 1px solid #B0A9A5; transition:all 0.3s; }
.sic__page .sic__cta-white:hover { color: var(--COLOR-DEFAULT);  border: 1px solid #797674; background: #fff;  box-shadow: 0px 0px 7px 0px #00000026; }

.sic__page .sic__link { text-decoration: underline; }
.sic__page .sic__link-btn { text-decoration: underline; font-family: var(--GOTHAM-MEDIUM); font-size: 11px; line-height: 1.42em; letter-spacing: 0.02em; text-transform: uppercase; overflow: hidden; border-radius: 2px; }
.sic__page .sic__link-btn:focus-visible { outline: none; box-shadow: 0 0 0 1px #fff,0 0 0 3px #6893d2 !important; }

.sic__page .sic__quickshop { display: none; }
.sic__page .sic__addtobag { display: none; }

.sic__page .sic__bkgd { background:#FBF6F3; }
.sic__page .sic__bkgd.sic__bkgd-white { background:#fff; position:relative; }

.sic__page .sic__nowrap { white-space: nowrap; }



@media (min-width: 768px) { 


}



/*   push    */

.sic__page .sic__push { --ratioPush:calc(100vw / 390); color:#333; position: relative; top:0; left:0; width: calc(100% - 40px); max-width: 1264px; margin: 0 auto;  }

.sic__page .sic__push-media {  position: relative; top:0; left:0; width: 100%; height:100%; display: block; border-radius: 8px; overflow: hidden;  }
.sic__page .sic__push-picture { height: 100%; width: 100%; }
.sic__page .sic__push-img { height: 100%; width: 100%; object-fit:cover; }

.sic__page .sic__push-body { position: absolute; top:0; left:0; width: 100%; height: 100%; display: flex; align-items:flex-start; justify-content:flex-start; }

.sic__page .sic__push-content { text-align: left; width: 100%; padding: calc( 23 * var(--ratioPush)) calc( 17 * var(--ratioPush)) calc( 19 * var(--ratioPush)) calc( 17 * var(--ratioPush)); }

.sic__page .sic__push-suptitle { font-size: calc( 14 * var(--ratioPush)); line-height: 1.28em; padding-bottom: calc( 4 * var(--ratioPush)); font-family:var(--GOTHAM-MEDIUM);  text-transform:uppercase; }
.sic__page .sic__push-title { font-size: calc( 24 * var(--ratioPush)); line-height: 1em; padding-bottom: calc( 8 * var(--ratioPush)); font-family:var(--GOTHAM-MEDIUM); }

.sic__page .sic__push-text {font-size: calc( 15 * var(--ratioPush)); line-height: 1.2em; }

.sic__page .sic__push-cta { padding-top: calc( 16 * var(--ratioPush)); position: relative; top:0; left: 0; }

.sic__page .sic__push-legend { display: none; }


@media (max-width: 768px) { 

.sic__page .sic__push-media {  }
.sic__page .sic__push-body { top:calc( 430 * var(--ratioPush)); }
.sic__page .sic__push-content { padding: 0 calc( 20 * var(--ratioPush)); }

}


@media (min-width: 769px) { 

  .sic__page .sic__push { container-type: inline-size; --ratioPush:calc(100cqw/1264); width: 100%; max-width: 1264px; height: calc( 500 * var(--ratioPush)); max-height: 500px; }

  .sic__page .sic__push-body { left:calc( 867 * var(--ratioPush) ); width: calc( 250 * var(--ratioPush) ); padding: 0; align-items:center; }

  .sic__page .sic__push-content { padding:0;  }

  .sic__page .sic__push-suptitle { font-size: calc( 14 * var(--ratioPush)); line-height: 1.28em; padding-bottom: calc( 8 * var(--ratioPush)); }
  .sic__page .sic__push-title { font-size: calc( 32 * var(--ratioPush)); line-height: 1em; padding-bottom: calc( 8 * var(--ratioPush)); }
  .sic__page .sic__push-text { font-size: calc( 15 * var(--ratioPush)); line-height: 1.2em; }

  .sic__page .sic__push-cta { padding-top: calc( 20 * var(--ratioPush)); }

}




