/* ============================================================
   index.css – SUBJECTIL
   Fusionne SUBJECTIL.css + styles inline extraits de index.html
   ============================================================ */

/* ----------------------------------------------------------
   1. SEO HEADER
   ---------------------------------------------------------- */
.seo-header {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 2rem 1.5rem 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.seo-header h1 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}

.seo-header p {
  font-size: 0.75rem;
  line-height: 1.65;
  max-width: 540px;
  margin: 0 auto;
  opacity: 0.7;
  text-align: center;
}

.seo-header nav ul {
  padding-left: 0 !important;
  list-style: none;
  text-align: center;
}

.seo-header nav p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0.35rem auto 0 !important;
  opacity: 1;
  text-align: center !important;
}

/* ----------------------------------------------------------
   2. HEADER IMAGE (GiO.jpg dans le header)
   ---------------------------------------------------------- */
.seo-header__photo {
  max-width: 55%;
  height: auto;
  display: block;
  margin: 0 auto 1.25rem auto;
}

/* ----------------------------------------------------------
   3. HEADER INTRO TEXT
   ---------------------------------------------------------- */
.seo-header__intro {
  font-size: 1.15rem !important;
  color: #ffffff;
  line-height: 1.7;
}

.seo-header__intro-country {
  font-size: 1.35rem;
}

/* ----------------------------------------------------------
   4. NAVIGATION SERVICES
   ---------------------------------------------------------- */
.seo-nav {
  background: #000;
  padding: 0.75rem 1.5rem 1.25rem;
  text-align: center;
}

.seo-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.9rem;
}

.seo-nav ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}

.seo-nav ul li a:hover { color: #f66363; }
.seo-nav ul li a::before { content: "— "; color: #f66363; }

/* ----------------------------------------------------------
   5. NAV SERVICES (liste principale)
   ---------------------------------------------------------- */
.services-nav {
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  list-style: none;
  padding: 0;
}

.services-nav li a {
  color: #0077ff;
  text-decoration: none;
  transition: color 0.2s;
}

.services-nav li a:hover {
  color: #44aaff;
}

.services-nav li {
  margin-top: 7.8rem;
}

.services-nav li:first-child {
  margin-top: 0;
}

.services-nav__desc {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
  margin: 0.35rem auto 0;
  font-weight: 400;
  text-align: center;
  max-width: 620px;
}

.services-nav__iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: none;
  margin-top: 1rem;
}

/* ----------------------------------------------------------
   6. SECTION IDENTITÉ (u-section-1)
   ---------------------------------------------------------- */
.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 171px;
}

.u-section-1 .u-image-1 {
  width: 203px;
  height: 169px;
  margin: 2px auto 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    height: 170px;
  }
}

/* ----------------------------------------------------------
   7. SECTION TEXTE (u-section-2)
   ---------------------------------------------------------- */
.u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 163px;
}

.u-section-2 .u-text-1 {
  font-size: 0.75rem;
  width: 234px;
  margin: 34px auto;
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 { min-height: 144px; }
  .u-section-2 .u-text-1  { width: 328px; }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 { min-height: 163px; }
  .u-section-2 .u-text-1  { width: 234px; }
}

/* ----------------------------------------------------------
   8. SECTION DEMOREEL VIDEO (u-section-3)
   ---------------------------------------------------------- */
.u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 642px;
}

.u-section-3 .u-custom-html-1 {
  margin-bottom: 1px;
  min-height: 641px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1        { min-height: 529px; }
  .u-section-3 .u-custom-html-1  { margin-bottom: 0; height: auto; min-height: 529px; }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1        { min-height: 405px; }
  .u-section-3 .u-custom-html-1  { min-height: 405px; }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1        { min-height: 304px; }
  .u-section-3 .u-custom-html-1  { min-height: 304px; }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1        { min-height: 192px; }
  .u-section-3 .u-custom-html-1  { margin-bottom: 1px; min-height: 191px; margin-top: 1px; }
}

/* ----------------------------------------------------------
   9. SECTION BOUTON (u-section-4)
   ---------------------------------------------------------- */
.u-section-4 {
  background-image: none;
}

.u-section-4 .u-sheet-1 {
  min-height: 84px;
}

.u-section-4 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1rem;
  margin: 20px auto;
}

@media (max-width: 575px) {
  .u-section-4 .u-btn-1 { font-size: 0.875rem; }
}

/* ----------------------------------------------------------
   10. SECTION CONTACT / PRÉSENTATION (u-section-5)
   ---------------------------------------------------------- */
.u-section-5 {
  background-image: none;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.u-section-5 .u-sheet-1 {
  min-height: 607px;
}

.u-section-5 .u-text-1 {
  margin: 60px auto;
}

.u-section-5 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 { min-height: 750px; }
  .u-section-5 .u-text-1  { width: auto; margin-left: 28px; margin-right: 28px; }
}

/* Photo contact */
.contact-photo {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 0.75rem auto;
}

/* Baseline freelance */
.contact-baseline {
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* Coordonnées */
.contact-coords {
  font-size: 0.875rem;
}

.contact-coords__line {
  font-size: 1.45rem;
}

/* ----------------------------------------------------------
   11. SECTION RÉSEAUX SOCIAUX (u-section-6)
   ---------------------------------------------------------- */
.u-section-6 .u-sheet-1 {
  min-height: 84px;
}

.u-section-6 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-section-6 .u-social-icons-1 {
  min-height: 16px;
  width: 116px;
  min-width: 68px;
  margin: 26px auto;
}

.u-section-6 .u-icon-1,
.u-section-6 .u-icon-2,
.u-section-6 .u-icon-3 {
  height: 100%;
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 { min-height: 148px; }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1        { min-height: 144px; }
  .u-section-6 .u-social-icons-1 { height: 32px; width: 106px; min-width: 58px; margin-top: 56px; margin-bottom: 56px; }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 { min-height: 170px; }
}

/* ----------------------------------------------------------
   12. SECTION LOGO (u-section-7)
   ---------------------------------------------------------- */
.u-section-7 .u-sheet-1 {
  min-height: 99px;
}

.u-section-7 .u-image-1 {
  width: 314px;
  height: 70px;
  object-position: 50% 49.3%;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 { min-height: 100px; }
}

/* ----------------------------------------------------------
   13. SECTION FOOTER NICEPAGE (u-section-8)
   ---------------------------------------------------------- */
.u-section-8 .u-sheet-1 {
  min-height: 138px;
}

.u-section-8 .u-text-1 {
  margin: 1px auto 49px;
}

/* ----------------------------------------------------------
   14. FOOTER SÉMANTIQUE
   ---------------------------------------------------------- */
.seo-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.32);
  text-align: center;
  padding: 1.25rem 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.seo-footer address {
  font-style: normal;
  margin-bottom: 0.35rem;
}

.seo-footer a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.seo-footer a:hover { color: #f66363; }

.seo-footer__name {
  color: rgba(255, 255, 255, 0.55);
}
