/*
Theme Name: Pop goes Theme
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&display=swap');

body {
	background-image: url(https://popgoesstrasbourg.fr/wp-content/uploads/2026/06/bgwave5p.png);
	background-attachment: fixed;
}

.site-logo-img {
	position: absolute;
	margin-top: 25px;
	transform: scale(1);
    transition: transform 0.5s ease;
	
}

.site-logo-img:hover {
transform: scale(1.05); 
}

@media(max-width:767px) {
	.site-logo-img {
	margin-top: 15px;
	margin-left: -10px;	
}
}

/*conteneur*/
.ast-container {
	max-width: 100vw;
	padding-left:0px;
	padding-right:0px;
}

.site-primary-header-wrap  {
	max-width: 1200px !important;
}

/*couleurs*/
.red {
	color: #E63946;
}

.blue {
	color: #046BD2;
}

/************************ header **************************/

.ast-primary-header-bar {
	font-family : nunito;
	font-weight: 400;
	color: #1A1A2E;
}

.ast-primary-header-bar a:hover {
	color: #E63946 !important;	
}

.ast-primary-header-bar a:active {
	color: #E63946 !important;	
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	color: #E63946 !important;	
}

/*panier*/
.ast-icon .icon-bag {
	
}

/*menu collection*/
#menu-item-463 > .menu-link {
    display: flex;
    align-items: center;
    height: 70px;
}

/*********************** fin header *********************/

/*********************** ACCUEIL **************************/

.version-pop {
    display: inline-block !important;
    animation: pulse 1.8s ease-in-out infinite !important; 
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) !important;
    }
    50% {
        transform: scale(1.2) !important;
    }
}


.eclair {
    display: inline-block;
    animation: float 2s ease-in-out infinite;
    margin: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}

.bulle {
    display: inline-block;
    animation: float1 3s ease-in-out infinite;
    margin: 0;
}

@keyframes float1 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}

/*responsiv cards - tablette */
@media (min-width: 1024px) and (max-width: 1600px) {

    .elementor-42 .elementor-element.elementor-element-0ca722d, .elementor-42 .elementor-element.elementor-element-f411387 {
        --padding-left:30px !important;
        --padding-right:30px !important;
		--margin-right:0px !important;
        --column-gap:30px !important;     
    }
	
	
}

@media (min-width: 1024px) and (max-width: 1320px) {
	.christ h2 {
		font-size: 20px !important;
	}
}

@media (min-width: 1321px) and (max-width: 1800px) {
	.christ h2 {
		font-size: 26px !important;
	}
}

/**************************** FIN ACCUEIL ********************************/


/********************************** footer*********************************/
.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
 color: #F5F5F0;
}

.footer-legal a {
	color: #E63946;
}

.footer-legal a:hover {
	color: #F5F5F0;
}

.footer-legal__left,
.footer-legal__right {
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer-legal {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-legal__right {
    white-space: normal;
    text-align: center;
  }
}

.footer-legal__right {
  white-space: nowrap;
}

.site-above-footer-wrap, .site-below-footer-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}

/****************** footer responsiv ******************/
@media (max-width: 1200px) {
.footer-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100%;
}

.footer-legal__left,
.footer-legal__right {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Wrap naturel : le texte retourne à la ligne comme du texte classique */
.footer-legal__left {
    white-space: normal;
}

.footer-legal__left a {
    white-space: nowrap; /* évite qu'un lien soit coupé au milieu d'un mot */
}
}

@media (max-width: 600px) {
    .footer-legal {
        gap: 4px;
    }

    .footer-legal__left {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 10px;
    }

    .footer-legal__right {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 10px;
    }
}

/************************** fin responisv *************************/

/*fond*/
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: #1A1A2E
;
}

/*boutique*/
.wp-block-woocommerce-cart
{
	background-color: white !important;
	padding: 40px !important;
}

.entry-header h1 {
	text-align: center !important;
    font-family: "Bagel Fat One", cursive !important;
    font-size: 48px !important;
    color: rgb(230, 57, 70) !important;
	font-weight: 100 !important;
}

.wp-block-woocommerce-checkout 
{
	background-color: white !important;
	padding: 40px !important;
}

.woocommerce-order {
	background-color: white !important;
	padding: 40px !important;
}

#id .content-area .primary {
	background-color: white !important;
}

.content-area {
	background-color: white !important;
}

/************************** fin footer ****************************/

/* insta flotte */
.insta-float {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  width: 60px;
  height: 60px;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.5s ease, background 0.5s ease, opacity 0.5s ease;
	opacity: 0.5;
}

.insta-float:hover {
  transform: scale(1.1);
	opacity: 1;
}

@media (max-width: 768px) {
  .insta-float {
    bottom: 30px;
    right: 5px;
    width: 55px;
    height: 55px;
  }
}
/*fin insta flotte*/

/* tets brsuhs*/
.texte-brush {
  background: white;
  padding: 10px 28px;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  display: inline-block;
}

/*contact*/
#bloc-contact {
	 max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
	position: absolute;
	
}

.form-contact {
	box-shadow: 14px 14px 0 -2px var(--tw-shadow-color, #E63946), 14px 14px 0 0 var(--tw-shadow-color, #1f1f1f);
}



body:not(.rtl) .elementor-167 .elementor-element.elementor-element-0233ff3 {
	left: none;
}

/* ==========================================================================
   1. STRUCTURE GLOBALE DE LA PAGE (LARGEUR ET MARGES DE SÉCURITÉ)
   ========================================================================== */

.single-product #content div.product,
.single-product div.product {
    max-width: 1200px !important;   /* Empêche la page de s'étaler à l'infini */
    margin-left: auto !important;    /* Centre la page */
    margin-right: auto !important;   /* Centre la page */
    padding-left: 20px !important;    /* Marge de sécurité gauche */
    padding-right: 20px !important;   /* Marge de sécurité droite */
    box-sizing: border-box !important;
}

/* Sûreté pour les structures de thèmes courantes */
.single-product .site-main,
.single-product .content-area {
    max-width: 1200px !important;
    margin: 50px auto !important;
    padding: 0 20px !important;
}

/* ==========================================================================
   2. VERROUILLAGE DE LA HAUTEUR DE LA GALERIE (FLEXSLIDER)
   ========================================================================== */

/* Taille et réduction du bloc conteneur global de la galerie */
.single-product .woocommerce-product-gallery {
    max-width: 450px !important;     /* Ajuste la largeur de la box à sa hauteur */
    margin: 0 auto !important;
}

/* Hauteur du viewport */
.single-product .woocommerce-product-gallery .flex-viewport {
    height: 500px !important;
    max-height: 500px !important;
    overflow: hidden !important;
}

/* Contrainte de l'image principale (sans déformation) */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
    height: 500px !important;
    max-height: 500px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Ajustement du wrapper interne JavaScript */
.single-product .woocommerce-product-gallery__wrapper {
    height: 500px !important;
    max-height: 500px !important;
}

/* Alignement et taille des vignettes en dessous */
.woocommerce-js div.product div.images .flex-control-thumbs {
	display: flex;
	justify-content: center;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 20% !important;
    margin-top: 10px !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 4px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border: 2px solid #1a1a1a;
}

/************** cartes **********/
.cartes {
	margin-left: auto;
	margin-right: auto;
}



.carte-solo {
	box-shadow: 14px 10px 0 0 var(--tw-shadow-color, #1A1A2E) ;

	transition:
		transform 0.12s ease-out,
		box-shadow 0.12s ease-out;

	will-change: transform, box-shadow;
}

.carte-solo:hover {
	transform: translate(6px, 6px);

	box-shadow: 8px 8px 0 0 var(--tw-shadow-color, #1A1A2E);
}




