/*
Theme Name: GeneratePress Child
Author: Cindy
Description: Your description goes here
Version: 1.0
Template: generatepress
This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.
*/

/* ============================================
   FONTS
   ============================================ */

@font-face {
  font-family: 'roc-grotesk';
  src: url('https://dev.marieminchella.com/wp-content/themes/generatepress_child/fonts/FONTSPRINGDEMO-RocGroteskMediumRegular.woff2') format('woff2'),
       url('https://dev.marieminchella.com/wp-content/themes/generatepress_child/fonts/FONTSPRINGDEMO-RocGroteskMediumRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'area-normal';
  src: url('https://dev.marieminchella.com/wp-content/themes/generatepress-child/fonts/fonnts.com-Area_Normal_Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Paragon';
  src: url('https://dev.marieminchella.com/wp-content/themes/generatepress-child/fonts/Paragonitalic-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* ============================================
   TYPOGRAPHIE
   ============================================ */

.site-info {
  display: none !important;
}
.ton-hero {
  overflow: hidden;
}
.ton-hero .wp-block-html {
  height: 0;
  overflow: visible;
}
a {
  color: #fff;
}

a:hover,
a:focus {
  color: #EF5368;
}

body {
  font-family: 'area-normal', sans-serif;
  overflow-x: hidden;
}

p {
  font-family: 'area-normal', sans-serif;
  font-size: 80%;
  line-height: 1.7;
  opacity: 0.85;
}

h1, h2, h3, h4 {
  font-family: 'roc-grotesk', sans-serif;
}

h1 { font-size: clamp(2rem, 1.5rem + 2.5vw, 4rem); }
h2 { font-size: clamp(1.5rem, 1.25rem + 1.5vw, 3rem); }
h3 { font-size: clamp(1.35rem, 1.15rem + 1vw, 2.5rem); }
h4 { font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.5rem); }

.surtitre {
  font-size: clamp(0.55rem, 0.4rem + 0.4vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'area-normal', sans-serif;
}

.has-inline-color {
  font-family: 'Paragon', serif;
  font-weight: 600;
  letter-spacing: -2px;
}

.titre-metier {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
}

.prenom-team {
  font-size: 18px;
  font-family: 'roc-grotesk', sans-serif;
  font-weight: 600;
}
/*============================================
 IMAGES
==============================================*/
@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
}

/*=============================================
 FORMES SVG - BASE COMMUNE
===============================================*/

.shape-left,
.shape-right {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}


@media (max-width: 900px) {
  .shape-left,
  .shape-right {
    display: none;
  }
}
/* ============================================
   CARROUSELS AVIS
   ============================================ */

.stb-reviews-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  height: 600px;
  overflow: hidden;
  padding: 0 1rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.stb-reviews-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.stb-reviews-col--up {
  -webkit-animation: stb-scroll-up 35s linear infinite;
  animation: stb-scroll-up 35s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stb-reviews-col--down {
  -webkit-animation: stb-scroll-down 35s linear infinite;
  animation: stb-scroll-down 35s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stb-reviews-col:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes stb-scroll-up {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to   { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
}

@keyframes stb-scroll-up {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(0, -50%, 0); }
}

@-webkit-keyframes stb-scroll-down {
  from { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
  to   { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes stb-scroll-down {
  from { transform: translate3d(0, -50%, 0); }
  to   { transform: translate3d(0, 0, 0); }
}

.stb-review-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 14px;
  padding: 1.25rem 1.25rem 1rem;
  flex-shrink: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stb-review-tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #c0392b;
  margin-bottom: 0.6rem;
}

.stb-review-text {
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0 0 1rem;
}

.stb-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.stb-review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #f5f0f7;
  flex-shrink: 0;
}

.stb-review-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}

.stb-review-role {
  font-size: 11px;
  color: #888;
  margin: 0;
}
@media (max-width: 600px) {
  .stb-reviews-wrap {
    grid-template-columns: 1fr;
    height: 320px;
  }
  .stb-reviews-col--down {
    display: none;
  }
  .stb-reviews-col {
    pointer-events: none;
  }
}
/* ============================================
   FAQ
   ============================================ */

.stb-faq {
  max-width: 100%;
}

.stb-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stb-faq-trigger:hover,
.stb-faq-trigger:focus {
  background-color: transparent;
}

.stb-faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.stb-faq-trigger {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0;
  cursor: pointer;
  text-align: left;
}

.stb-faq-question {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.stb-faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  color: #c0392b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.stb-faq-icon::before,
.stb-faq-icon::after {
  content: '';
  position: absolute;
  background: #341C35;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.stb-faq-trigger:hover .stb-faq-icon::before,
.stb-faq-trigger:hover .stb-faq-icon::after {
  background: #EF5368;
}

.stb-faq-icon::before {
  width: 14px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stb-faq-icon::after {
  width: 1.5px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stb-faq-item.is-open .stb-faq-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stb-faq-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}

.stb-faq-answer {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  padding-bottom: 1.2rem;
  margin: 0;
}

/* ============================================
   CARROUSEL TEXTE
   ============================================ */

.stb-ticker-wrap {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  position: relative;
  overflow: hidden;
  background: #2b1a2e;
  padding: 14px 0;
  z-index: 10;
}

.stb-ticker-track {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  -webkit-animation: stb-scroll 55s linear infinite;
  animation: stb-scroll 55s linear infinite;
}

.stb-ticker-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.stb-ticker-item {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5f0f7;
  padding-right: 2.5rem;
}

.stb-ticker-dot {
  display: inline-block;
  margin: 0 1rem;
  color: #9b7aaa;
  font-size: 10px;
}

@-webkit-keyframes stb-scroll {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to   { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@keyframes stb-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



/* ============================================
   BARRE D'ANNONCE
   ============================================ */

.announcement-bar {
  position: relative;
  z-index: 101;
  background-color: #1a0a20;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

.site-header {
  position: absolute !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #341C35;
}

.site-header::after {
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
}
.site-header::before {
  content: '';
  background-size: 600px auto;
  background-repeat: repeat;
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  position: absolute;
  inset: 0;
  background-image: url('https://dev.marieminchella.com/wp-content/uploads/2026/04/OVERLAY-white-texture-13.webp');
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}
.inside-header {
  align-items: center !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.main-navigation,
#site-navigation {
  background-color: transparent !important;
}

.main-navigation a {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.main-navigation a:hover {
  color: #E8634A !important;
}

.main-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .site-header {
    position: relative !important;
    top: 0 !important;
  }
}

/* ============================================
   BOUTONS
   ============================================ */

.btn-primary,
.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: #EF5368 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 28px !important;
  font-family: 'area-normal', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.btn-primary:hover,
.wp-block-button.is-style-primary .wp-block-button__link:hover {
  background-color: #EB485E !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-secondary,
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: transparent !important;
  border: none !important;
  padding: 14px 0 !important;
  font-family: 'area-normal', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.btn-secondary::after,
.wp-block-button.is-style-secondary .wp-block-button__link::after {
  content: ' →';
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  display: inline-block;
}

.btn-secondary:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  color: #EB485E !important;
}

.btn-secondary:hover::after,
.wp-block-button.is-style-secondary .wp-block-button__link:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.btn-primary,
.btn-secondary,
.wp-block-button.is-style-primary .wp-block-button__link,
.wp-block-button.is-style-secondary .wp-block-button__link {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .btn-primary,
  .wp-block-button.is-style-primary .wp-block-button__link {
    padding: 12px 20px !important;
    font-size: 10px !important;
  }

  .btn-secondary,
  .wp-block-button.is-style-secondary .wp-block-button__link {
    font-size: 11px !important;
  }

  .gb-element-ff83c54f {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

/* ============================================
   LAYOUT
   ============================================ */

.inside-article {
  padding: 0 !important;
}

.site {
  padding-top: 0 !important;
}

.separate-containers .site-main {
  margin: 0 !important;
}

/* ============================================
   CARROUSEL LOGOS
   ============================================ */

.logo-carousel-section {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 32px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.logo-carousel-left {
  flex-shrink: 0;
  min-width: 180px;
}

.logo-carousel-left .surtitre {
  margin-bottom: 4px;
}

.logo-count {
  color: #E8634A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

.logo-carousel-track-wrapper {
  overflow: hidden;
  flex: 1;
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.logo-carousel-track {
  display: flex;
  align-items: center;
  gap: 48px;
  -webkit-animation: scroll-logos 20s linear infinite;
  animation: scroll-logos 20s linear infinite;
  width: -webkit-max-content;
  width: max-content;
}

.logo-carousel-track img {
  height: 60px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.logo-carousel-track img:hover {
  opacity: 1;
}

@-webkit-keyframes scroll-logos {
  0%   { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@keyframes scroll-logos {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .logo-carousel-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }
  .logo-carousel-left {
    min-width: unset;
    width: 100%;
  }
  .logo-carousel-track img {
    height: 44px;
    max-width: 90px;
  }
  .logo-carousel-track {
    gap: 32px;
  }
}

/* ============================================
   TEXTURE
   ============================================ */

.texture {
  position: relative;
}

.texture::before {
  content: '';
  background-size: 600px auto;
  background-repeat: repeat;
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  position: absolute;
  inset: 0;
  background-image: url('https://dev.marieminchella.com/wp-content/uploads/2026/04/OVERLAY-white-texture-13.webp');
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.texture > * {
  position: relative;
  z-index: 1;
}
.texture > .shape-left,
.texture > .shape-right {
  position: absolute;
}
/* ============================================
   HEADER NAV
   ============================================ */
/* Dropdown navigation */
.main-navigation .sub-menu {
  background-color: #341C35 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

.main-navigation .sub-menu a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  transition: all 0.2s ease !important;
}

.main-navigation .sub-menu a:hover {
  color: #EF5368 !important;
}

.inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#site-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#site-navigation .inside-navigation {
  padding: 0;
}

#site-navigation .menu-toggle {
  display: none !important;
}

#site-navigation .menu.sf-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 32px;
}

#menu-item-381 {
  display: none;
}

.stb-nav-cta {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.stb-nav-cta::after {
  content: ' →';
}

@media (max-width: 900px) {
  #site-navigation {
    display: none !important;
  }
  .stb-nav-cta {
    display: none !important;
  }
  .inside-header {
    justify-content: space-between;
  }
	  .site-header {
    position: relative !important;
    top: 0 !important;
    background-color: #341C35 !important;
  }
}

/*=============================================
 Showreel
===============================================*/
.gb-container-3c892e6f {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.gb-container-3c892e6f iframe {
  width: 100% !important;
  height: 560px !important;
  display: block;
}

@media (max-width: 768px) {
  .gb-container-3c892e6f iframe {
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
/* ============================================
   SPACING — TABLE DE 8
   ============================================ */

.gap-sm  { gap: 8px; }
.gap-md  { gap: 16px; }
.gap-lg  { gap: 32px; }
.gap-xl  { gap: 48px; }
.gap-2xl { gap: 80px; }

.p-sm  { padding: 8px; }
.p-md  { padding: 16px; }
.p-lg  { padding: 32px; }
.p-xl  { padding: 48px; }
.p-2xl { padding: 80px; }

.py-sm  { padding-top: 8px;  padding-bottom: 8px; }
.py-md  { padding-top: 16px; padding-bottom: 16px; }
.py-lg  { padding-top: 32px; padding-bottom: 32px; }
.py-xl  { padding-top: 48px; padding-bottom: 48px; }
.py-2xl { padding-top: 80px; padding-bottom: 80px; }

.px-sm  { padding-left: 8px;  padding-right: 8px; }
.px-md  { padding-left: 16px; padding-right: 16px; }
.px-lg  { padding-left: 32px; padding-right: 32px; }
.px-xl  { padding-left: 48px; padding-right: 48px; }
.px-2xl { padding-left: 80px; padding-right: 80px; }

.my-sm  { margin-top: 8px;  margin-bottom: 8px; }
.my-md  { margin-top: 16px; margin-bottom: 16px; }
.my-lg  { margin-top: 32px; margin-bottom: 32px; }
.my-xl  { margin-top: 48px; margin-bottom: 48px; }
.my-2xl { margin-top: 80px; margin-bottom: 80px; }

@media (max-width: 768px) {
  .py-2xl { padding-top: 40px; padding-bottom: 40px; }
  .py-xl  { padding-top: 32px; padding-bottom: 32px; }
  .py-lg  { padding-top: 24px; padding-bottom: 24px; }

  .p-2xl { padding: 24px; }
  .p-xl  { padding: 20px; }
  .p-lg  { padding: 16px; }

  .px-2xl { padding-left: 20px; padding-right: 20px; }
  .px-xl  { padding-left: 16px; padding-right: 16px; }
  .px-lg  { padding-left: 12px; padding-right: 12px; }

  .my-2xl { margin-top: 40px; margin-bottom: 40px; }
  .my-xl  { margin-top: 32px; margin-bottom: 32px; }
  .my-lg  { margin-top: 24px; margin-bottom: 24px; }

  .gap-2xl { gap: 32px; }
  .gap-xl  { gap: 24px; }
	
	
  .  /* PADDING X */
  .px-mobile-sm { padding-left: 16px !important; padding-right: 16px !important; }
  .px-mobile    { padding-left: 20px !important; padding-right: 20px !important; }
  .px-mobile-lg { padding-left: 32px !important; padding-right: 32px !important; }

  /* PADDING Y */
  .py-mobile-sm { padding-top: 24px !important; padding-bottom: 24px !important; }
  .py-mobile    { padding-top: 40px !important; padding-bottom: 40px !important; }
  .py-mobile-lg { padding-top: 60px !important; padding-bottom: 60px !important; }

  /* MARGIN X */
  .mx-mobile-sm { margin-left: 16px !important; margin-right: 16px !important; }
  .mx-mobile    { margin-left: 20px !important; margin-right: 20px !important; }
  .mx-mobile-lg { margin-left: 32px !important; margin-right: 32px !important; }

  /* MARGIN Y */
  .my-mobile-sm { margin-top: 24px !important; margin-bottom: 24px !important; }
  .my-mobile    { margin-top: 40px !important; margin-bottom: 40px !important; }
  .my-mobile-lg { margin-top: 60px !important; margin-bottom: 60px !important; }


}

