/*
Theme Name: SDF Voyage
Theme URI: https://sdfvoyage.com
Author: SDF Voyage
Author URI: https://sdfvoyage.com
Description: ThÃ¨me professionnel pour agence de voyage.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sdf-voyage
Tags: travel, tourism, one-page, responsive, custom-colors, custom-logo, custom-menu
*/

/* === ROOT VARIABLES === */
:root {
  --navy:   #0D1F6E;
  --blue:   #1A3BB3;
  --sky:    #2E7FD9;
  --yellow: #1A6BFF;
  --white:  #FFFFFF;
  --light:  #F4F6FB;
  --dark:   #0A1628;
  --gray:   #6B7280;
  --border: #E2E8F0;
  --radius: 10px;
  --shadow: 0 2px 16px rgba(13,31,110,.1);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Montserrat pour tous les titres */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* === WORDPRESS CORE === */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .85rem; color: var(--gray); text-align: center; padding: 6px 0; }
.sticky { /* sticky posts */ }
.alignleft  { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}
