/* =========================================
   CONTENT
========================================= */
body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bolder;
}

sub, sup {
	position: relative;
	vertical-align: baseline;
}

sub { top: 0.3em; }
sup { top: -0.4em; }

s { text-decoration: line-through; }

img {
	border: 0;
	padding: 0;
}

.content img {
	float: none;
	margin-bottom: 0.5em;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127,127,127,0.2);
	border: 0;
	height: 1px;
	display: block;
}

.gallery_image_caption {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0,0,0,0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	line-height: 1.3;
	font-style: normal;
}

/* =========================================
   LOADING ANIMATION
========================================= */
.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/* =========================================
   EDITOR STYLES
========================================= */
[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0,0,0,0.85);
	font-family: Standard, Icons;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] bodycopy a {
	position: relative;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

/* --- Survol / Focus --- */
[data-predefined-style="true"] bodycopy a:hover,
[data-predefined-style="true"] bodycopy a:focus {
	color: #000;
}

/* --- Surlignage jaune --- */
[data-predefined-style="true"] bodycopy a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0.15em;
	bottom: 0.1em;
	background: #fcff00;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

/* --- Survol, focus, actif ou visité --- */
[data-predefined-style="true"] bodycopy a:hover::before,
[data-predefined-style="true"] bodycopy a:focus::before,
[data-predefined-style="true"] bodycopy a:visited::before,
[data-predefined-style="true"] bodycopy a:active::before {
	opacity: 1;
}

/* --- Exclure les liens avec images (logos, icônes) --- */
[data-predefined-style="true"] bodycopy a img,
[data-predefined-style="true"] bodycopy a img::before,
#site_title a::before,
.logo a::before {
	content: none !important;
	display: inline !important;
	position: static !important;
}

/* =========================================
   HEADINGS & SMALL
========================================= */
[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	margin: 0;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.3;
	color: rgba(0,0,0,0.85);
	font-weight: 400;
	font-style: normal;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0,0,0);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.3;
	color: rgba(0,0,0,0.85);
	font-weight: 400;
	font-style: normal;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0,0,0,0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	font-family: Standard, Icons;
	font-weight: 400;
	font-style: normal;
	color: rgba(0,0,0,0.35);
}

[data-predefined-style="true"] small a {
	color: rgba(0,0,0,1);
	border-bottom-width: 0em;
}

/* =========================================
   PAGE & CONTAINERS
========================================= */
[data-css-preset] .page {
	background-color: initial;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
}

[data-css-preset] .container {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

[data-css-preset] body {
	background-color: transparent;
}

[data-css-preset] .container_width {
	width: 100%;
}

[data-css-preset] .content_padding {
	padding: 2.3rem;
}

[data-css-preset] text-limit {
	display: inline-block;
	max-width: 66rem;
}

/* =========================================
   THUMBNAILS
========================================= */
div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
	background-color: transparent;
}

[data-css-preset] .thumbnails_width {
	width: 100%;
}

[data-css-preset] [thumbnails-pad],
[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 0;
}

[data-css-preset] [thumbnails-gutter],
[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: 0;
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails > .container > .content_padding {
  padding: unset !important;
}

.thumbnail.has_title {
  position: relative;
}

.thumbnail .title span {
  text-align: center;
  margin: 0 20px !important;
}

.thumbnail:hover .title {
  opacity: 1;
}

.thumbnails .title {
  font-family: Standard, Icons;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: 0,6s;
  color: #000;
  background: rgba(255, 255, 0, 1);
}

@media screen and (max-width: 769px) {
	.thumbnails .title { font-size: 2vw; }
	.thumbnails .tags {
		margin-top: 1.2rem;
		margin-bottom: 0.5rem;
		font-size: 20rem;
		font-weight: 400;
		color: rgba(0,0,0,0.35);
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
		font-style: normal;
		line-height: 1.2;
	}
	.thumbnails .tags a {
		border-bottom: 0;
		color: rgba(0,0,0,0.35);
		text-decoration: none;
	}
	.thumbnails .has_title .tags { margin-top: 0; }
}

/* =========================================
   SITE MENU
========================================= */
[data-css-preset] #site_menu_button {
	color: rgba(0,0,0,0.75);
	font-size: 28px;
	padding: 6px;
	background: transparent;
	position: fixed;
	right: 3rem;
	top: 3rem;
}

body.mobile #site_menu_button { font-size: 34px; margin: -6px; }

#site_menu_button.custom_icon { width: 40px; height: auto; }

#site_menu_button.active { display: none; }

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20,20,20,0.95);
	font-size: 20px;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

body.mobile #site_menu { width: 100%; }

#site_menu .page-link a,
#site_menu .set-link > a { color: rgba(255,255,255,0.75); }

#site_menu .set-link > a { font-weight: bold; }

#site_menu a:active { opacity: 0.7; }
#site_menu a.active { opacity: 0.4; }

#site_menu .close {
	display: none;
	color: rgba(255,255,255,0.4);
	line-height: 0.85em;
	font-size: 45px;
}

body.mobile #site_menu .close { display: block; font-size: 50px; line-height: 1em; }

#site_menu .break { height: 28px; }
#site_menu .indent { margin-left: 28px; }

/* =========================================
   SHOP BUTTON
========================================= */
[data-css-preset] #shop_button {
	color: rgba(0,0,0,0.85);
	background: transparent;
	font-size: 32px;
	position: fixed;
	top: 2rem;
	right: 2rem;
	padding: 6px;
}

#shop_button.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	color: rgba(0,0,0,0.85);
	padding: 0;
	font-weight: 400;
}

#shop_button.custom_icon { width: 40px; height: auto; }

body.mobile #shop_button:not(.text) { font-size: 36px; margin: -6px; }

/* =========================================
   SHOP PRODUCT WIDGET
========================================= */
.shop_product {
	width: 100%;
	max-width: 22rem;
	position: relative;
	display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0,0,0,0.85);
	margin-bottom: 1rem;
}

.shop_product .dropdown {
	font-family: inherit;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
	line-height: 1.2;
	padding: .7rem 2.5rem .7rem 1rem;
	margin-bottom: 1rem;
}

.shop_product .button {
	font-family: inherit;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.7);
	color: #fff;
	display: inline-block;
	flex: 0 0 50%;
	text-align: left;
	padding: .8rem 1rem .9rem;
}

/* =========================================
   IMAGE ZOOM
========================================= */
.content img.image-zoom:active { opacity: .7; }

/* =========================================
   QUICK VIEW & NAVIGATION
========================================= */
[data-css-preset] .quick-view {
	padding: 0;
	width: 100%;
	height: 100%;
}

.quick-view-caption {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 3.5rem 0;
	text-align: center;
	font-size: 1.5rem;
	transition: opacity 100ms ease-in-out;
}

.quick-view-caption span {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0,0,0,.5);
	color: white;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow,
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow,
.quick-view-navigation .close-button {
	width: 36px;
	height: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color,
.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color,
.quick-view-navigation .close-button .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color,
.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color,
.quick-view-navigation .close-button .outer-color {
	stroke: rgba(0,0,0,0.6);
	stroke-width: 2.5px;
}

.quick-view-background { background: rgba(0,0,0,0.85); }

/* =========================================
   FEED
========================================= */
.feed .content_container .page { border-top: 0px dashed rgba(0,0,0,0.2); }
.feed .content_container .page_container:first-child .page { border-top: 0; }

/* =========================================
   AUDIO PLAYER
========================================= */
.audio-player {
	max-width: 36rem;
	height: 3.3rem;
	outline: 1px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.6);
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: inherit;
	font-weight: 400;
	text-align: left;
	margin: 1px 1px 1em 1px;
}



body.mobile .audio-player { max-width: 100%; }

.audio-player .separator { width: 1px; background-color: rgba(0,0,0,0.15); }

.audio-player .button, .audio-player .icon { background: transparent; fill: rgba(0,0,0,0.85); }

.audio-player .progress { background: rgba(0,0,0,0.1); }
.audio-player .progress-indicator { border: 1px solid rgba(0,0,0,0.7); width: 1px; height: 100%; right: 0; position: absolute; cursor: ew-resize; }

.audio-player .note-icon { height: 100%; width: 3.8rem; padding: 1rem; fill: rgba(0,0,0,0.5); }
.audio-player .current-time { padding-left: 1rem; }
.audio-player .total-time { padding-right: 1rem; }

/* =========================================
   RESPONSIVE LAYOUT THUMBNAILS
========================================= */
[data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.475rem; }
[data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -0.95rem; }
/* Exclure tous les liens qui contiennent une image du surlignage */
a:has(img)::before {
    content: none !important;
    display: none !important;
}

/* Ou si tu veux cibler ton logo spécifiquement */
#site_title a::before,
.logo a::before {
    content: none !important;
    display: none !important;
}
