@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.AllBloc {
	width: calc(100% + 36px);
	margin: 3px -18px;
	position: relative;
	font-size: clamp(13px, 3.8vw, 18px);
	--mgn-rouge: #e00019;
}

.AllBloc img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	max-width: none;
}

.dispdesk {
	display: none;
}

.global-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.zoom {
	overflow: hidden;
}

.zoom .zoom-img img {
	transition: all 800ms ease-out;
	overflow: hidden;
	object-fit: cover;
	height: 100%;
}

.zoom:hover .zoom-img img {
	transform: scale(1.015);
}

/* CTA soulignés */

.cta-souligne {
	font-family: "Montserrat";
	display: inline-block;
	position: relative;
	z-index: 2;
	text-decoration: none;
	color: #000;
	padding: 0.5em;
}

.cta-souligne::after {
	content: '';
	position: absolute;
	bottom: 6%;
	left: 0.5em;
	width: calc(100% - 1em);
	height: 1px;
	background-color: #000;
}

.cta-souligne:hover,
.cta-souligne:active,
.cta-souligne:link,
.cta-souligne:visited {
	text-decoration: none;
	color: #000;
}

@keyframes soulignement {
	0%   { left: unset; right: 0; width: calc(100% - 1em); }
	33%  { width: 0; }
	66%  { right: unset; left: 0; }
	100% { width: calc(100% - 1em); }
}





/* BLOC1 DC1 */

.bloc1-dc1 {
	overflow: hidden;
	max-height: 1124px;
}

.bloc1-dc1 .background-image-fixed {
	background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s26/dc1-bg-mob.webp");
	background-size: cover;
	background-position: center top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.bloc1-dc1 .bloc1-dc1-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 4em 0em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 0%;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.bloc1-dc1 .bloc1-dc1-text-logo {
	width: 17em;
	margin-bottom: 1.2em;
}

.bloc1-dc1 .bloc1-dc1-text-entrees {
	width: 16em;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 0%;
    margin-bottom: 0;
}

.bloc1-dc1[data-lang="en"] .bloc1-dc1-text-entrees {
	width: 20em;
}

.bloc1-dc1 .soldes-cta {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #fff;
	background-color: #ffffff00;
    font-size: 1em;
    padding: 0.5em 1.6em;
    border: 0.5px solid #fff;
    transition: 0.5s ease-in-out;

	font-size: 1.2em;
	font-weight: 600;
}

.bloc1-dc1 .soldes-cta:hover {
	text-decoration: none;
	color: black;
	background-color: #fff;
}

@media screen and (max-width : 768.5px) {
	.bloc1-dc1 .bloc1-dc1-text-entrees-3-mob {
		width: 90%;
		margin-bottom: 1.4em;
		margin-top: -0.4em;
	}
	.bloc1-dc1 .bloc1-dc1-text-entrees-3-mob .dispdesk {
		display: none !important;
	}
	.bloc1-dc1 .bloc1-dc1-text-entrees .soldes-cta {
		box-sizing: border-box;
		width: 40%;
		margin: 0 0.3em 0.6em 0.3em;
		padding: 0.35em 0;
		font-size: 1.2em;
		font-weight: 500;
	}
	.bloc1-dc1 .bloc1-dc1-text-entrees.bloc1-dc1-text-entrees-3-mob .soldes-cta {
		width: 28%;
		margin: 0 0.4em;
	}
	.bloc1-dc1 .bloc1-dc1-text-entrees:not(.bloc1-dc1-text-entrees-3-mob) .soldes-cta:nth-child(3) {
		margin-bottom: 1.2em;
	}
	.bloc1-dc1 .bloc1-dc1-text-entrees:not(.bloc1-dc1-text-entrees-3-mob) .soldes-cta:nth-child(4) {
		margin-bottom: 1.2em;
	}
}

.bloc1-dc1 .soldes-cta.soldes-cta-voir-tout {
	font-weight: 500;
	border: 1px solid #fff;
	background-color: #ffffff;
	color: #000;
	font-size: 1em;
}

.bloc1-dc1 .soldes-cta.soldes-cta-voir-tout:hover {
	background-color: #ffffff00;
	color: #fff;
}

.bloc1-dc1 {
	margin-bottom: 0 !important;
}

.bloc2-dc1 {
	margin-top: 0 !important;
}

.bloc2-dc1 .global-link {
	z-index: 3 !important;
}

.bloc2-dc1 .bloc2-wrapper-categories {
	display: flex;
	flex-wrap: wrap;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	aspect-ratio: 666 / 907;
	background-color: grey;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(1) {order: 1;}
.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(2) {order: 2;}
.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(3) {order: 3;}
.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(4) {order: 4;}
.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(5) {order: 5;}
.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(6) {order: 6;}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:hover .cta-souligne::after {
	width: calc(100% - 1em);
	animation-name: soulignement;
	animation-timing-function: ease-in-out;
	animation-duration: 480ms;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie.bloc2-categorie-full-mob {
	width: 100%;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .div-img-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .ombre {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 1.2em;
	bottom: 1.1em;
	right: 1.2em;
	line-height: 1.15;
}

.bloc2-dc1[data-lang="en"] .bloc2-wrapper-categories .bloc2-categorie:not(.bloc2-categorie-nouveautes) .bloc2-categorie-txt,
.bloc2-dc1[data-lang="es"] .bloc2-wrapper-categories .bloc2-categorie:not(.bloc2-categorie-nouveautes) .bloc2-categorie-txt {
	font-size: 0.8em;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p {
	margin: 0;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise {
	font-size: 0.55em;
	font-weight: 600;
	background-color: #FF0004;
	width: fit-content;
	margin-bottom: 0.8em;
	padding: 0.45em 1em;
}

.bloc2-dc1[data-lang="en"] .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise,
.bloc2-dc1[data-lang="es"] .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise {
	font-size: 0.65em;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie.bloc2-categorie-nouveautes .bloc2-categorie-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-titre-nouveautes {
	text-align: center;
	width: 90%;
	margin: 0;
	color: #000;
	font-size: 1.65em;
	font-weight: 400;
	font-family: "Playfair Display";
	text-transform: none !important;
	margin-bottom: 0.5em;
	letter-spacing: 0.04em;
}

.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt a.bloc2-categorie-txt-cta-nouveautes {
	display: inline-block;
	text-align: center;
	width: fit-content;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	font-weight: 500;
	font-family: "Montserrat";
	text-transform: none !important;
	margin-bottom: 1.25em;
}
	




/* BLOC INSTAGRAM DC1 */
.dc1-insta #button1 { left: 44.63%; top: 84.28% }
.dc1-insta #button2 { left: 64.83%; top: 47.37% }
.dc1-insta #button3 { left: 47.38%; top: 44.74% }
.dc1-insta #button4 { left: 50.08%; top: 43.32% }
.dc1-insta #button5 { left: 64.67%; top: 78.94% }







/* ============== DESKTOP ============== */

@media screen and (min-width : 768.5px) {

	.bloc1-dc1 .background-image-fixed {
		background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s26/dc1-bg-desk.webp");
	}

	.AllBloc {
		width: calc(100% + 60px);
		margin: 3px -30px;
		font-size: clamp(13px, 1vw, 18px);
	}

	.dispdesk {
		display: initial;
	}

	.dispmob {
		display: none;
	}
   


    /* BLOC1 DC1 */

	.bloc1-dc1 .bloc1-dc1-text {
		height: 100%;
		padding: 4em 0em 4em 42em;
		gap: 2%;
		justify-content: center;
		background: unset;
	}

	.bloc1-dc1 .bloc1-dc1-text-logo {
		width: 26em;
		margin-bottom: 0em;
	}

	.bloc1-dc1 .bloc1-dc1-text-entrees {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 2%;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.bloc1-dc1[data-lang="en"] .bloc1-dc1-text-entrees {
		width: 100%;
	}

	.bloc1-dc1 .soldes-cta {
		width: unset;
		background-color: #fff;
		color: #000;
		padding: 0.35em 1.1em;
		font-size: 1.25em;
		font-weight: 500;
	}

	.bloc1-dc1 .bloc1-dc1-text-entrees .soldes-cta:hover {
		background-color: #fff;
		color: #FF0004;
	}

	.bloc1-dc1 .soldes-cta.soldes-cta-voir-tout {
		box-sizing: border-box;
		color: #fff;
		background: #ffffff00;
		font-size: 1em;
	}
	
	.bloc1-dc1 .soldes-cta.soldes-cta-voir-tout:hover {
		color: #000;
		background-color: #fff;
	}

	.bloc2-dc1 .bloc2-wrapper-categories {
		margin-top: 4px;
	}

	.bloc2-dc1 .bloc2-wrapper-categories {
		justify-content: space-between;
	}

	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie {
		width: calc(100% / 3 - 2px);
		aspect-ratio: 629 / 857;
		background-color: grey;
		margin-bottom: 4px;
	}

	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise {
		font-weight: 600;
	}

	.bloc2-dc1[data-lang="en"] .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise,
	.bloc2-dc1[data-lang="es"] .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-remise {
		font-size: 0.6em;
	}

	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:hover .zoom .zoom-img img {
		transform: scale(1.015);
	}
	
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie.bloc2-categorie-full-mob {
		width: calc(100% / 3 - 2px);
	}

	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(1) {order: 4;}
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(2) {order: 3;}
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(3) {order: 2;}
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(4) {order: 1;}
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(5) {order: 6;}
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:nth-child(6) {order: 5;}

	
	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie:not(.bloc2-categorie-nouveautes) .bloc2-categorie-txt,
	.bloc2-dc1[data-lang="es"] .bloc2-wrapper-categories .bloc2-categorie:not(.bloc2-categorie-nouveautes) .bloc2-categorie-txt,
	.bloc2-dc1[data-lang="en"] .bloc2-wrapper-categories .bloc2-categorie:not(.bloc2-categorie-nouveautes) .bloc2-categorie-txt {
		bottom: unset;
		position: -webkit-sticky;
		position: sticky;
		top: calc(111.5dvh - 136px);
		top: calc(100% - 8em);
		height: 8em;
		z-index: 2;
		padding: 2em;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
		font-size: 1.2em;
	}

	.bloc2-dc1 .ombre {
		display: none;
	}

	.bloc2-dc1 .bloc2-wrapper-categories .bloc2-categorie .bloc2-categorie-txt p.bloc2-categorie-txt-titre-nouveautes {
		font-size: 2.1em;
	}

}