/* public/css/about.css */

/* Font locale Amallicita */
@font-face {
  font-family: "Amallicita";
  src: url("../asset/Amallicita-8ff9adc9d0aa88f39eba089d4571938d.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Snell Roundhand";
  src: url("../asset/SnellBT-Bold-4382cd65843a03458b942829532dccc4.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Reset et base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "GillSansMTPro-Light", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Excellence */
.excellence-section {
  padding: 60px 0;
  background: white;
  margin-top: 80px;
}

.excellence-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.excellence-text {
  padding-right: 40px;
}

.excellence-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "GillSansMTPro-Light", sans-serif;
}

.excellence-description {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.excellence-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
}

.excellence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Section Approche Globale */
.approche-section {
  padding: 40px 0;
  text-align: center;
}

.approche-header {
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.approche-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: "GillSansMTPro-Light", sans-serif;
}

.approche-subtitle {
  font-size: 26px;
  line-height: 1.6;
  color: #000000;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 400;
}

.approche-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 40px;
}

.service-item {
  text-align: center;
  padding: 0 20px;
}

.service-icon {
  margin: 0 auto 30px auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-family: "GillSansMTPro-Medium", sans-serif;
  line-height: 1.3;
}

.service-description {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 300;
  text-align: justify;
}

/* Section Équipe */
.team-section {
  padding: 40px 0;
  background: #f3f5f7;
}

.team-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  font-family: "GillSansMTPro-Light", sans-serif;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Lignes de l'équipe */
.team-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.team-row-2 {
  justify-content: center;
}

.team-row-1 {
  justify-content: center;
}

.team-row-3 {
  justify-content: center;
}

/* Carte membre - Style exact */
.team-card {
  border-radius: 0;
  padding: 0;
  text-align: left;

  flex: 0 0 280px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.team-content {
  display: flex;
  width: 100%;

  justify-content: space-between;
}
.team-photo {
  width: 100%;
  height: 320px;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}

.team-photo img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  background: #f0f0f0;
}

.team-info {
  padding: 20px 0;
}

.team-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  font-family: "GillSansMTPro-Light", sans-serif;
}

.team-role {
  font-size: 15px;

  margin-bottom: 2px;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 600;
}

.team-languages {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.flag {
  width: 30px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
}

.team-contact {
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
}

.team-phone,
.team-email {
  font-size: 14px;
  font-family: "GillSansMTPro-Light", sans-serif;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 12px;
}
.team-phone a,
.team-email a {
	color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
}

.team-email {
  margin-bottom: 0;
}

/* Section À propos intro */
.about-intro-section {
  background: #1e2833;
  padding: 40px 0;
  color: white;
  position: relative;
}

.about-intro-title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "GillSansMTPro-Medium", sans-serif;
  letter-spacing: 1px;
}

.about-intro-content {
  max-width: 1000px;
  margin: 0 auto;
}

.about-intro-text {
  font-size: 20px;
  line-height: 1.7;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: justify;
  text-align-last: center;
}

.about-intro-text-bold {
  font-size: 20px;
  line-height: 1.7;
  font-family: "GillSansMTPro-Light", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: justify;
  text-align-last: center;
}
.about-intro-text:last-child {
  margin-bottom: 0;
}

/* Section Chiffres clés */
.stats-section {
  padding: 40px 0;
  background: white;
  text-align: center;
}

.stats-title {
  font-size: 48px;
  font-weight: 600;
  color: #333;
  margin-bottom: 80px;
  font-family: "GillSansMTPro-Light", sans-serif;
  letter-spacing: 1px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 50px 0;
}
@media (max-width: 768px){
	.stats-grid {
		padding: 30px 0;
	}
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 120px;
  font-weight: 600;
  color: #575f6e;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "GillSansMTPro-Light", sans-serif;
}

.stat-label {
  font-size: 26px;
  font-weight: 600;
  color: #575f6e;
  line-height: 1.3;
  font-family: "GillSansMTPro-Light", sans-serif;
  max-width: 300px;
}

/* Responsive */
@media (max-width: 1024px) {
  .stats-grid {
    gap: 60px;
  }

  .stat-number {
    font-size: 100px;
  }

  .stat-label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stats-section {
    padding: 80px 0;
  }

  .stats-title {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .stat-number {
    font-size: 80px;
  }

  .stat-label {
    font-size: 18px;
    max-width: 300px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .about-play-button {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-intro-section {
    padding: 80px 0;
  }

  .about-intro-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .about-intro-text {
    font-size: 16px;
    text-align: left;
  }

  .play-icon {
    width: 50px;
    height: 50px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .team-row-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-card {
    flex: 0 0 300px;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 80px 0;
  }

  .team-title {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .team-grid {
    gap: 40px;
  }

  .team-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .team-card {
    flex: none;
    width: 100%;
    max-width: 320px;
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .approche-services {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-item {
    max-width: 600px;
    margin: 0 auto;
  }

  .service-description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .approche-section {
    padding: 30px 0;
  }

  .approche-header {
    margin-bottom: 60px;
  }

  .approche-title {
    font-size: 28px;
  }

  .approche-subtitle {
    font-size: 16px;
  }

  .approche-services {
    margin-bottom: 60px;
  }

  .service-title {
    font-size: 16px;
  }

  .service-description {
    font-size: 14px;
  }
  .team-photo {
    height: auto;
  }

  .team-photo img {
    object-fit: contain;
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .excellence-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .excellence-text {
    padding-right: 0;
    text-align: center;
    order: 2;
  }

  .excellence-title {
    font-size: 36px;
  }

  .excellence-image {
    height: 350px;
    order: 1;
  }
}

@media (max-width: 768px) {
  .excellence-section {
    padding: 20px 0;
    margin-top: 100px;
  }

  .excellence-title {
    font-size: 28px;
  }

  .excellence-description {
    font-size: 16px;
  }

  .excellence-image {
    height: 300px;
  }
}

/* Styles pour Swiper équipe */
@media (max-width: 768px) {
  .team-row.swiper {
    overflow: hidden !important;
    padding: 0 20px;
    margin: 0 -20px;
    display: block !important;
  }

  .team-row .swiper-wrapper {
    display: flex !important;
    align-items: stretch;
  }

  .team-row .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .team-row .swiper-slide .team-card {
    margin: 0 auto !important;
  }

  .team-row-1 {
    display: flex !important;
    justify-content: center !important;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .team-row.swiper {
    padding: 0 15px;
    margin: 0 -15px;
  }

  .team-row .swiper-slide {
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .team-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  .team-row {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
  }

  .team-row-2 {
    justify-content: center !important;
  }

  .team-row-1 {
    justify-content: center !important;
  }

  .team-row-3 {
    justify-content: center !important;
  }

  .team-card {
    flex: 0 0 280px !important;
  }

  .swiper-wrapper,
  .swiper-slide {
    display: none !important;
  }
}
