/* RESET */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Switzer-Regular', sans-serif;
  background-color: #ffffff;
  line-height: 1.5;
}

.logo {
  width: 150px;
  height: auto;
}


/* HEADER */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: #FAFAFA;
}

.header img {
  width: 66px;
  height: 75px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  font-family: 'Switzer-Regular', sans-serif;
}

.nav-item {
  font-size: 16px;
  font-weight: 700;
  color: #6526D9;
  cursor: pointer;
}

.contact-button {
  padding: 12px 20px;
  background-color: #6526D9;
  border-radius: 16px;
  color: #FAFAFA;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.contact-button:hover {
  background-color: #5a1fc2;
  color: #fff;
}
/* SECTION 1 */
.section1 {
  background : linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
               url('https://adeline-sa.com/images/ImageSection1Background_ASA.jpg') center/cover no-repeat;
  width: 100%;
  padding: 143px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: center;
}
/* SECTION 2 */
.section2 {
  width: 100%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

/* SECTION 3 */
.section3 {
  background : #6526D9;
  width: 100%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.section3card {
  background : #000000;
  width: 100%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.h1 {
  font-family: 'Switzer-Bold', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  color: #FAFAFA;
}
.h1violet {
  font-family: 'Switzer-Bold', sans-serif;
  font-size: 2.5rem; /* ou la taille que tu veux */
  color: #6526D9;
}

.h2 {
  font-family: 'Switzer-Regular', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #FAFAFA;
  line-height: 1.4;
}

.h2violet {
  font-family: 'Switzer-Regular', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #6526D9;
  line-height: 1.4;
}

.h3 {
  font-family: 'Switzer-Regular', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #FAFAFA;
  line-height: 1.4;
}

.h3violet {
  font-family: 'Switzer-Regular', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6526D9;
  line-height: 1.4;
}

.text {
  	align-self: stretch;
  	position: relative;
  	font-size: 14px;
  	font-weight: 300;
  	color: #000;
}


.contact-button2 {
  padding: 12px 24px;
  background-color: white;
  border-radius: 8px;
  color: #6526D9;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}

.contact-button2:hover {
  background-color: #5a1fc2;
  color: #fff;
}

.column {
  flex: 1 1 300px;
  max-width: 400px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

.icon {
  	width: 150px;
  	position: relative;
  	max-height: 100%;
  	overflow: hidden;
}

.card {
  background-color: #fafafa;
  border-radius: 12px;
  border: 1px solid #ccc;
  height: 450px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 280px;
  max-width: 320px;
  flex: 1 1 280px; /* flex-grow, flex-shrink, flex-basis */
  transition: transform 0.3s ease, box-shadow 0.3s ease;;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(101, 38, 217, 0.3);
}

.conteneurprincipal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center; /* Centrer les cartes */
  align-items: stretch; /* Alignement uniforme en hauteur */
  color: #6526d9;
  font-size: 18px;
  text-align: left;
}
.content {
  	align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: center;
  	flex-wrap: wrap;
  	align-content: flex-start;
  	gap: 24.6px;
  	text-align: left;
  	font-size: 18px;
  	color: #6526d9;
}
.list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #333;
  max-height: 320px; /* hauteur max avec scroll si trop grand */
  overflow-y: auto;
}

ul {
  list-style: none; /* On enlève les puces par défaut */
  padding-left: 0;
}

ul li {
  color: black;
  position: relative;
  padding-left: 25px; /* Espace pour le checkmark */
  margin-bottom: 8px;
  font-size: 16px;
}

ul li::before {
  content: '✔'; /* Le symbole checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.timeline-section {
  padding: 80px 40px;
  background-color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.timeline-header h2 {
  font-size: 48px;
  color: #6526d9;
  margin-bottom: 16px;
}

.timeline-header p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 64px;
  line-height: 1.5;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  gap: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e0e0e0;
  z-index: 0;
}


.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 200px;
  position: relative;
  z-index: 1;
}

.timeline-dot {
  width: 30px;
  height: 30px;
  background-color: #6526d9;
  border-radius: 50%;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.timeline-content {
  max-width: 220px;
  text-align: center;
}

.timeline-title {
  font-size: 20px;
  font-weight: bold;
  color: #6526d9;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}



/* Container principal */
.contact-section {
  background-color: #6526d9;
  padding: 60px 20px;
  font-family: 'Switzer', sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: left;
}

.container {
  max-width: 1044px;
  width: 100%;
  background: #fff;
  padding: 48px 64px;
  border-radius: 16px;
  color: #000;
  box-sizing: border-box;
}

/* Titres */
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #6526d9;
}

.section-description {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 36px;
}

/* Formulaire */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Lignes avec 2 inputs */
.form-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* Groupe input-label */
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 250px;
  gap: 8px;
}

.full-width {
  flex: 1 1 100%;
}

label {
  font-weight: 500;
}

/* Champs inputs et select */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: #999;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #6526d9;
  box-shadow: 0 0 5px rgba(101, 38, 217, 0.5);
}

/* Textarea */
textarea {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Bouton */
.btn-submit {
  background-color: #6526d9;
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-size: 18px;
  align-self: flex-end;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #7b3dea;
}


.form-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
  gap: 8px; /* Espace entre la case et le texte */
  text-align: left;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-checkbox label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}


/* === SECTION 6 === */
.section6 {
  background-color: #fff;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.section6-content {
  flex: 1;
  min-width: 280px;
}

.section6-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.section6-description {
  font-size: 1.125rem;
  font-weight: 300;
  color: #030712;
  line-height: 1.7;
}

.section6-image {
  flex: 1;
  min-width: 280px;
  width: 100%;
  border-radius: 1rem !important;
  aspect-ratio: 0.83;
  object-fit: contain;
}


/* FOOTER */
.footer {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 68px 24px;
  color: #6526D9;
  font-family: 'Switzer-Regular';
}

.footer .me-contacter {
  font-family: 'Switzer-Regular', sans-serif;
  font-weight: 400;
}


.logo-asa-f {
  width: 254px;
  max-height: 100%;
  object-fit: cover;
}

.contenair {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav-links-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: align-self;
  align-items: left;
  font-family: 'Switzer-Regular', sans-serif;
}

.la-vision {
  padding: 10px 0;
}

.me-contacter {
  font-weight: bold;
}

.bouton {
  border-radius: 16px;
  background-color: #6526d9;
  color: #fafafa;
  text-align: center;
  padding: 16px 24px;
  cursor: pointer;
}

/* COPYRIGHT */
.all-right-reserved {
  width: 100%;
  background-color: #6526d9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
}

.all-right-reserved1 {
  font-size: 14px;
  font-weight: 300;
  color: white;
}






/* RESPONSIVE */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .contact-button {
    align-self: flex-start;
  }

  .frame14 span {
    font-size: 1.5rem;
  }

  .footer {
    flex-direction: column;
    gap: 24px;
  }

  .contenair {
    width: 100%;
  }

  .logo-asa-f {
    width: 180px;
  }

  .all-right-reserved {
    padding: 12px;
    text-align: center;
  }
  
  .timeline {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 40px; /* espace pour la ligne et les points */
  }

  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px; /* centre exact des points (voir .timeline-dot width/2) */
    width: 4px;
    height: 100%;
    background-color: #e0e0e0;
    z-index: 0;
  }

  .timeline-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
  }

  .timeline-dot {
    width: 30px;
    height: 30px;
    background-color: #6526d9;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 16px;
    position: relative;
    z-index: 1;
    margin-left: -38px; /* place le centre du point exactement sur la ligne */
  }

  .timeline-content {
    text-align: left;
    max-width: none;
    flex: 1;
  }
  
  .timeline-title {
    margin-top: 0;
  }
  
  .form-row {
    flex-direction: column;
  }
  
  .btn-submit {
    align-self: stretch;
  }
  
  .section6 {
    padding: 4rem 2rem;
  }

  .section6-container {
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
  }

  .section6-heading {
    font-size: 2rem;
  }

  .section6-description {
    font-size: 1.125rem;
  }
}

}
/**
* @license
*
* Font Family: Switzer
* Designed by: Jérémie Hornus
* URL: https://www.fontshare.com/fonts/switzer
* © 2025 Indian Type Foundry
*
* Switzer Thin 
* Switzer ThinItalic 
* Switzer Extralight 
* Switzer ExtralightItalic 
* Switzer Light 
* Switzer LightItalic 
* Switzer Regular 
* Switzer Italic 
* Switzer Medium 
* Switzer MediumItalic 
* Switzer Semibold 
* Switzer SemiboldItalic 
* Switzer Bold 
* Switzer BoldItalic 
* Switzer Extrabold 
* Switzer ExtraboldItalic 
* Switzer Black 
* Switzer BlackItalic 
* Switzer Variable (Variable font)
* Switzer VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Switzer-Thin';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2'),
       url('../fonts/Switzer-Thin.woff') format('woff'),
       url('../fonts/Switzer-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-ThinItalic';
  src: url('../fonts/Switzer-ThinItalic.woff2') format('woff2'),
       url('../fonts/Switzer-ThinItalic.woff') format('woff'),
       url('../fonts/Switzer-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Extralight';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2'),
       url('../fonts/Switzer-Extralight.woff') format('woff'),
       url('../fonts/Switzer-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-ExtralightItalic';
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format('woff2'),
       url('../fonts/Switzer-ExtralightItalic.woff') format('woff'),
       url('../fonts/Switzer-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Light';
  src: url('../fonts/Switzer-Light.woff2') format('woff2'),
       url('../fonts/Switzer-Light.woff') format('woff'),
       url('../fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-LightItalic';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2'),
       url('../fonts/Switzer-LightItalic.woff') format('woff'),
       url('../fonts/Switzer-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Regular';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
       url('../fonts/Switzer-Regular.woff') format('woff'),
       url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-Italic';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'),
       url('../fonts/Switzer-Italic.woff') format('woff'),
       url('../fonts/Switzer-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Medium';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2'),
       url('../fonts/Switzer-Medium.woff') format('woff'),
       url('../fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-MediumItalic';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2'),
       url('../fonts/Switzer-MediumItalic.woff') format('woff'),
       url('../fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Semibold';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2'),
       url('../fonts/Switzer-Semibold.woff') format('woff'),
       url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-SemiboldItalic';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2'),
       url('../fonts/Switzer-SemiboldItalic.woff') format('woff'),
       url('../fonts/Switzer-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Bold';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'),
       url('../fonts/Switzer-Bold.woff') format('woff'),
       url('../fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-BoldItalic';
  src: url('../fonts/Switzer-BoldItalic.woff2') format('woff2'),
       url('../fonts/Switzer-BoldItalic.woff') format('woff'),
       url('../fonts/Switzer-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Extrabold';
  src: url('../fonts/Switzer-Extrabold.woff2') format('woff2'),
       url('../fonts/Switzer-Extrabold.woff') format('woff'),
       url('../fonts/Switzer-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-ExtraboldItalic';
  src: url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'),
       url('../fonts/Switzer-ExtraboldItalic.woff') format('woff'),
       url('../fonts/Switzer-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Switzer-Black';
  src: url('../fonts/Switzer-Black.woff2') format('woff2'),
       url('../fonts/Switzer-Black.woff') format('woff'),
       url('../fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer-BlackItalic';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2'),
       url('../fonts/Switzer-BlackItalic.woff') format('woff'),
       url('../fonts/Switzer-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: 'Switzer-Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2'),
       url('../fonts/Switzer-Variable.woff') format('woff'),
       url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: 'Switzer-VariableItalic';
  src: url('../fonts/Switzer-VariableItalic.woff2') format('woff2'),
       url('../fonts/Switzer-VariableItalic.woff') format('woff'),
       url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}


