/**
 * CSS Custom - Dioqa Starter Custom
 * Fichier principal pour vos styles custom
 *
 * @package Dioqa_Starter_Custom
 */

/* ========================================
   FONTS — Sweet Sans Pro
   ======================================== */

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SweetSansPro';
  src: url('../fonts/Sweet_Sans_Pro/SweetSansProHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* ========================================
   IMPORTS DES SECTIONS
   ======================================== */

/* Les fichiers CSS de sections sont chargés via wp_enqueue_style() dans functions.php */

/* ========================================
   HEADER & FOOTER CUSTOM
   ======================================== */

/* Styles pour votre header personnalisé */
/* Exemple :
.site-header {
  background-color: var(--bs-primary);
  padding: 1rem 0;
}
*/

/* Styles pour votre footer personnalisé */
/* Exemple :
.site-footer {
  background-color: var(--color-gray-darker);
  color: var(--color-white);
  padding: 3rem 0;
}
*/

/* ========================================
   STYLES GLOBAUX DU PROJET
   ======================================== */

/* ── Bouton back-to-top ── */
.back-to-top {
  background: #ffffff !important;
  color: #025253 !important;

  border: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.back-to-top:hover {
  background: #f2f7f5 !important;
  color: #025253 !important;
  transform: translateY(-5px);
}

.back-to-top svg {
  fill: #025253;
}

/* ========================================
   COMPOSANTS CUSTOM
   ======================================== */

/* Vos composants personnalisés */
/* Exemple :
.custom-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
*/

/* ========================================
   RESPONSIVE
   ======================================== */

/* ── ≤ 1530px : padding horizontal sur toutes les sections ── */
@media (max-width: 1530px) {
  .hero-section__inner,
  .hero-section__content,
  .metrics-section__inner,
  .intro-section__inner,
  .sectors-section__inner,
  .sectors-section__title,
  .sectors-section__cta,
  .expertises-section__inner,
  .financing-section__inner,
  .method-section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  /* Desktop petit */
}

/* ── ≤ 991px : padding réduit à 20px sur mobile ── */
@media (max-width: 991px) {
  .hero-section__inner,
  .hero-section__content,
  .metrics-section__inner,
  .intro-section__inner,
  .sectors-section__inner,
  .sectors-section__title,
  .sectors-section__cta,
  .expertises-section__inner,
  .financing-section__inner,
  .method-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* Mobile */
}

@media (max-width: 575px) {
  /* Mobile petit */
}
