@charset "UTF-8";


/* =============================================================================
FONT
========================================================================== */
/* FONT */
@font-face {font-family: 'AMUMonumentGrotesk-Regular';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-Regular'), url('../_font/AMUMonumentGrotesk-Regular.woff') format('woff');}
@font-face {font-family: 'AMUMonumentGrotesk-RegularItalic';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-RegularItalic'), url('../_font/AMUMonumentGrotesk-RegularItalic.woff') format('woff');}
@font-face {font-family: 'AMUMonumentGrotesk-Medium';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-Medium'), url('../_font/AMUMonumentGrotesk-Medium.woff') format('woff');}
@font-face {font-family: 'AMUMonumentGrotesk-MediumItalic';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-MediumItalic'), url('../../amuboutique/_font/AMUMonumentGrotesk-MediumItalicc.woff') format('woff');}
@font-face {font-family: 'AMUMonumentGrotesk-Bold';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-Bold'), url('../_font/AMUMonumentGrotesk-Bold.woff') format('woff');}
@font-face {font-family: 'AMUMonumentGrotesk-BoldItalic';font-style: normal;font-weight: normal;src: local('AMUMonumentGrotesk-BoldItalic'), url('../_font/AMUMonumentGrotesk-BoldItalic.woff') format('woff');}
/* =============================================================================
BASE
========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  font-family: 'AMUMonumentGrotesk-Regular';
  font-style: normal;
  font-weight: normal;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}
/* =============================================================================
CHARGEMENT
========================================================================== */
#amu {
  position: relative;


}
.boutique {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
margin-top: 200px;	
margin-bottom: 200px;	
}
.boutique img {
  height: 30px;
}
/* =============================================================================
HEADER
========================================================================== */
.header {
  position: relative; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  background-color: var(--sprd-main) !important;
	
}
.header-logo {
  position: absolute;
  top: 0; 
  left: 0; 
  z-index: 1; 
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50rem; 
  max-width: 100%;
  transform-origin: left top;
  transition-property: transform, width;
  transition-duration: 1s, 1s;
  transition-timing-function: ease-in-out, ease-in-out;
  /* Animation au chargement */
  animation: shrink-header 1s ease-in-out 1s forwards;
		background: #fff;

}
@keyframes shrink-header {
  from {
    width: 50rem; 
  }
  to {
    width: 35rem; 
  }
}
.header-logo img {
  margin: 10px; 

}

@media (max-width: 650px) {
  .header-logo {
    width: 100% !important; /* Prend toute la largeur */
    animation: none; /* Désactive l'animation */
  }
}

.bandeau {
  position: relative;
  height: 100px;
  background-color: var(--sprd-main) !important;
	
}



/* =============================================================================
SPREASHIRT
========================================================================== */ 
:root {
  --sprd-main: #FED100 !important;	
  --sprd-main1: #FFFFFF !important;
  --sprd-main2: #7d42f3 !important;
  --sprd-main3: #FFFFFF !important;
  --sprd-sub2: #22262D !important;
  --sprd-sub3: #333333 !important;
  --sprd-main3-dec: 255, 255, 255 !important;
  --sprd-cta-text-color: #FFFFFF !important;
  --sprd-main1-shifted: #CCCCCC !important;
  --sprd-main2-shifted: #8D9AB7 !important;
  --sprd-main3-shifted: #CCCCCC !important;
  --sprd-sub2-shifted: #919396 !important;
  --sprd-sub3-shifted: #999999 !important;
  --sprd-sub2-shifted-2: #C8C9CB !important;
  --sprd-main2-shifted-3: #FF8B7C !important;
}


.SprdMain {
  margin: 0 auto;
  max-width: 100% !important;
  width: 100%;
}
.sprd-header-custom-html {
  display: none !important;
}
.sprd__headline {
  display: none !important;
}
#sprd-main {
  font-family: 'AMUMonumentGrotesk-Regular';
  font-style: normal;
  font-weight: normal;
}
#sprd-main .sprd__caption, #sprd-main .sprd__headline {
  font-family: 'AMUMonumentGrotesk-Regular';
  font-style: normal;
  font-weight: normal;
}
.sprd-burgermenu__menu-title, .sprd-burgermenu__title, .sprd-link--selected {
  font-weight: normal !important;
}
.sprd-basket-indicator__count {
  font-family: 'AMUMonumentGrotesk-Regular';
  font-style: normal;
  font-weight: normal !important;
  font-size: .70em !important;
}
.sprd-btn-primary:hover {
  border: 0 !important;
}
.sprd-header-container {
  display: flex;
  justify-content: space-between;
  background-color: var(--sprd-main) !important;
	  flex-wrap: wrap; /* Permet d'ajuster la mise en page pour le mobile */

}
.sprd-navigation {
  order: 1; /* Place la navigation avant */
  background-color: var(--sprd-main) !important;
  margin-top: 15px;
  margin-left: 20px;	
}
.sprd-header {
  order: 2; /* Place les actions aprÃ¨s */
  background-color: var(--sprd-main) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; 
  width: auto; 
  margin-top: 20px;
  margin-bottom: 20px;
}


.sprd-promo-header, .sprd-promo-header__center {
  order: 3; /* Place la navigation avant */
	justify-content: start !important;
  background-color: var(--sprd-main2) !important;
    margin-top: 20px;
  width: 100%;
}


.sprd-department-filter {
  align-items: center;
}



.SprdMain .sprd-basket-indicator__count {
  color: #000;	
}
.sprd-basket-indicator__icon {
  height: 2em !important;
  width: 2em !important;
}

.sprd-basket__content {
	max-width: 100% !important;
}



.sprd-department-filter {
	gap: 15px;
    padding: 0 !important;
}

.sprd-nav-link {
    padding: 0 !important;
}

 .sprd-department-filter__openmenu > .sprd-nav-link {
	font-family: 'AMUMonumentGrotesk-Regular';
	font-style: normal;
	font-weight: normal !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sprd-department-filter__openmenu:hover > .sprd-nav-link {
    border-bottom-style: solid;
    border-bottom-width: 0.5px !important;
    padding-bottom:0;
		
}

 .sprd-department-filter__openmenu:focus-within > .sprd-nav-link {
    border-bottom-style: solid;
    border-bottom-width: 0.5px !important;
    padding-bottom:0;
}


.sprd-nav-link--active {
    border-bottom-width: 0.5px !important;
}


.SprdMain .sprd-basket-indicator__button--open, .SprdMain .sprd-basket-indicator__button:focus {
	    border-bottom-width: 0.5px !important;

}

@media (max-width: 999px) {
  .sprd-header {
    flex-wrap: wrap; 
    width: 100%;
  }
}

/* =============================================================================
SWIPER 
========================================================================== */
.swiper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-right: 0;
}
/* =============================================================================
SWIPER ARTICLE
========================================================================== */
.swiper-boutique {
  width: 80%; 
  position: relative;
  height: 500px;
  overflow-x: hidden;
}
.image-wrapper {
  overflow: hidden; 
  width: 100%;
  height: 100%;
}
/* Images */
.image-wrapper img {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.cover {
  object-fit: cover;
  object-position: center;
}

.image-wrapper img:hover {
  transform: scale(1.2); 
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #000;
}
.swiper-pagination-bullet-active {
  background: #000;
  cursor: pointer;
}
/* =============================================================================
FOOTER
========================================================================== */
/* Styles généraux pour le footer */
footer {
  position: relative;
  font-size: 12px; /* Taille de police plus petite */
  color: white; /* Texte blanc */
  display: flex;
  flex-direction: column; /* Organisation verticale des sections */
  background-color: var(--sprd-main2) !important;	
}
/* Conteneur principal du footer */
.footer-haut {
  display: flex;
  flex-direction: column; /* Sections organisées verticalement */
  gap: 20px; /* Espacement entre les sections */
  padding: 20px; /* Espacement interne */
  min-height: 500px;
}
/* Section "Nous suivre" et flèche de retour */
.rs {
  display: flex; /* Active Flexbox */
  align-items: center; /* Aligne les éléments verticalement */
  justify-content: space-between; /* Sépare les réseaux sociaux et la flèche */
}
/* Aligner les icônes des réseaux sociaux */
.rs div {
  display: flex; /* Aligne horizontalement le texte et les icônes */
  align-items: center; /* Centre verticalement */
}
/* Aligner les icônes des réseaux sociaux */
.rs div div {
  margin-right: 20px;
}
.rs a {
  transition: filter 0.3s ease;
}
.rs a:hover {
  filter: brightness(0) invert(0); /* Rend l'image blanche */
}
.rs img {
  height: 20px; /* Taille des icônes */
  width: 20px;
  margin: 0 2px; /* Espacement horizontal entre les icônes */
  border: 0.5px solid white; /* Bordure initiale */
}
/* Séparateur */
.footer-separateur {
  border-bottom: 0.5px solid white; /* Ligne blanche */
  width: 100%; /* Occupe toute la largeur */
}
/* Footer menu */
.footer-menu {
  display: flex;
  flex-wrap: wrap; /* Permet aux éléments de passer à la ligne */
  justify-content: flex-start; /* Alignement à gauche */
  gap: 10px; /* Espacement entre les éléments */
  text-align: left; /* Texte aligné à gauche */
}
.footer-menu div {
  align-content: center;
}
.footer-menu a {
  color: white;
}
.footer-menu a:hover {
  text-decoration: underline;
}
/* Conteneur principal du footer */
.footer-bas {
  display: flex;
  gap: 20px; /* Espacement entre les sections */
}
.copyright {
  flex: 1; /* Laisse le texte prendre l'espace disponible */
  white-space: nowrap; /* Empêche le texte d’être coupé */
  display: flex; /* Active Flexbox pour le logo */
  align-items: flex-end; /* Positionne le logo en bas */
  height: auto;
  padding-left: 20px;
}
/* Logo */
.footer-logo {
  align-self: flex-end; /* Aligne le logo à gauche */
  display: flex; /* Active Flexbox pour le logo */
  justify-content: flex-end; /* Place le logo à gauche */
  align-items: flex-end; /* Positionne le logo en bas */
  height: auto; /* Ajuste à la hauteur de l'image */
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;	
	
}
.footer-logo.active {
    opacity: 1;
}
/* Logo image */
.footer-logo svg {
  width: 500px; /* Taille par défaut */
  height: auto; /* Maintient les proportions */
  max-width: 100%; /* Responsive : ne dépasse pas le conteneur */
}


      .footer-logo-01 {
        fill: #000;
      }

      .footer-logo-02 {
        fill: #fff;
      }


		
		.footer-logo.active	#blocA, .footer-logo.active #lettre_a {
		animation: footer-logo-translate;
      animation-duration: 1s;
      animation-iteration-count: 1;
      animation-fill-mode: both;

		}
		
			.footer-logo.active	#blocM, .footer-logo.active #lettre_m {
		animation: footer-logo-translate;
      animation-duration: 1s;
			animation-delay: 0.3s;	
      animation-iteration-count: 1;
      animation-fill-mode: both;

		}
		
			.footer-logo.active	#blocU, .footer-logo.active #lettre_U {
		animation: footer-logo-translate;
      animation-duration: 1s;
		animation-delay: 0.6s;
      animation-iteration-count: 1;
      animation-fill-mode: both;

		}
		
			@keyframes footer-logo-translate {
  0%{   transform: translateY(200%); }
  100%{  transform: translateY(0); }
}	
/* =============================================================================
RESPONSIVE FOOTER
========================================================================== */
@media only screen and (max-width: 700px) {

.footer-menu {
    flex-direction: column;
    align-items: flex-start; 
    gap: 10px; 
  }
}
/* =============================================================================
RESPONSIVE FOOTER
========================================================================== */
@media only screen and (max-width: 600px) {

.footer-bas {
    flex-direction: column;
    gap: 0px;
  }

	
  .footer-logo img {
    width: 100%; 
  }
	
	.rs img {
  height: 20px; /* Taille des icônes */
  width: 20px;
  margin: 0 2px; /* Espacement horizontal entre les icônes */
  border: 1px solid white; /* Bordure initiale */
}
}