/*
Theme Name: Qapa
Theme URI: http://localhost:10006
Author: Aymeric Bouault
Author URI: http://localhost:10006
Description: Thème perso pour dev local
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-theme
*/

/* ZT Talk Black - Titres */
@font-face {
  font-family: "ZT Talk Black";
  src: url("assets/fonts/ZTTalk-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ZT Talk Semi Expanded - Texte */
@font-face {
  font-family: "ZT Talk Text";
  src: url("assets/fonts/ZTTalk-SemiExpanded.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Variables CSS */
:root {
  --color-primary: #eb0042;
  --color-secondary: #fff;
  --color-text: #000;

  /* Polices */
  --font-text: "ZT Talk Text", sans-serif;
  --font-heading: "ZT Talk Black", sans-serif;

  /* Espacements et breakpoints */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 32px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
}

/* Styles globaux */
body {
  font-family: var(--font-text);
  color: var(--color-text);
  margin: 0;
  padding: 0;
  background: #f8f8fc;
}

section {
  padding-top: 90px;
}

p,
li {
  font-family: var(--font-text);
  margin: 0;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading) !important;
  margin: 0;
}

h2 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 48px;
}

a {
  color: #39119a;
  text-decoration: underline;
  font-weight: 700;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn-primary,
.btn-primary-white,
.btn-secondary,
.btn-secondary-white {
  font-family: var(--font-heading);
}

/* Styles communs à tous les boutons primaires */
.btn-primary {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #000;
  color: var(--color-secondary);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn-primary:hover {
  background: var(--color-text);
}

.btn-primary-white {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: var(--FFFFFF, #fff);
  width: fit-content;
  color: #000;
  text-decoration: none;
}

.btn-primary-white a {
  color: var(--0F056B, #0f056b);
}

.btn-primary-white:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Bouton secondaire - style commun */
.btn-secondary {
  display: flex;
  color: #000;
  background: transparent;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  width: fit-content;
}

.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(15, 5, 107, 0.2) 0%,
    rgba(15, 5, 107, 0.2) 100%
  );
}

.btn-secondary-white {
  display: flex;
  color: var(--color-secondary);
  background: transparent;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid var(--color-secondary);
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  width: fit-content;
}

.btn-secondary-white:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 90px;
  margin-top: 45px;
}

.btn-group a {
  width: fit-content;
}

.main-nav__list-right .btn-secondary a {
  color: #000;
}

.main-nav__list-right .btn-secondary a:hover {
  color: #000;
}

.main-nav__list-right .btn-primary-white a {
  color: var(--color-primary);
}

#menu-item-123851 a {
  color: #000 !important;
}

.main-nav__list-right .btn-primary-white a:hover {
  color: var(--color-primary);
}

.text-underline {
  text-decoration: underline;
}

.linear-text {
  font-weight: 700;
  background: #eb0042;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* Header simplifié pour les pages légales */
body.legal-page .header-hero-wrapper {
  height: 200px;
  border-radius: 0 0 150px 150px;
  background: #eb0042 !important;
}

/* BTN nav landing pages */

.page-id-123758 .header .btn-primary,
.page-id-123770 .header .btn-primary,
.page-id-123775 .header .btn-primary,
.page-id-123780 .header .btn-primary,
.page-id-123784 .header .btn-primary {
  background: #fff;
}

.page-id-123758 .header #menu-item-123846 a,
.page-id-123770 .header #menu-item-123846 a,
.page-id-123775 .header #menu-item-123846 a,
.page-id-123780 .header #menu-item-123846 a,
.page-id-123784 .header #menu-item-123846 a {
  color: #000 !important;
}

.page-id-123758 .header .btn-secondary,
.page-id-123770 .header .btn-secondary,
.page-id-123775 .header .btn-secondary,
.page-id-123780 .header .btn-secondary,
.page-id-123784 .header .btn-secondary {
  background: transparent;
  border: 1px solid #fff;
}

.page-id-123758 .header #menu-item-44 a,
.page-id-123770 .header #menu-item-44 a,
.page-id-123775 .header #menu-item-44 a,
.page-id-123780 .header #menu-item-44 a,
.page-id-123784 .header #menu-item-44 a {
  color: #fff !important;
}

/* BTN nav pages légales */

.page-id-78 .header .btn-primary,
.page-id-80 .header .btn-primary,
.page-id-82 .header .btn-primary,
.page-id-84 .header .btn-primary,
.page-id-86 .header .btn-primary,
.page-id-88 .header .btn-primary {
  background: #fff;
}

.page-id-78 .header #menu-item-123846 a,
.page-id-80 .header #menu-item-123846 a,
.page-id-82 .header #menu-item-123846 a,
.page-id-84 .header #menu-item-123846 a,
.page-id-86 .header #menu-item-123846 a,
.page-id-88 .header #menu-item-123846 a {
  color: #000 !important;
}

.page-id-78 .header .btn-secondary,
.page-id-80 .header .btn-secondary,
.page-id-82 .header .btn-secondary,
.page-id-84 .header .btn-secondary,
.page-id-86 .header .btn-secondary,
.page-id-88 .header .btn-secondary {
  background: transparent;
  border: 1px solid #fff;
}

.page-id-78 .header #menu-item-44 a,
.page-id-80 .header #menu-item-44 a,
.page-id-82 .header #menu-item-44 a,
.page-id-84 .header #menu-item-44 a,
.page-id-86 .header #menu-item-44 a,
.page-id-88 .header #menu-item-44 a {
  color: #fff !important;
}

.page-id-123770 .banner-content {
  background: #eb0042;
}

@media screen and (max-width: 768px) {
  section {
    padding-top: 45px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}



