@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mr+Dafoe&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('satoshi.css');


:root {
  --primary-blue: #3b5cea;
  --light-purple: #e8d3d8;
  --text-dark: #2c3e50;
  --text-light: #602537;
  --background-body: #fefaf9;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: #fefaf9;
}
p{
  font-family: 'Satoshi-Regular';
  font-size: 18px;
}

.navbar {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-dark) !important;
}
.navbar-brand img {
  display: block;
  width: 120px;
}
.navbar-nav .nav-link {
  color: var(--text-light) !important;
  margin: 0 1rem;
  font-weight: 700;
  font-size: 15px;
}

/* Custom Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100vh;
  background: var(--background-body);
  z-index: 9999;
  transition: right 0.3s ease-in-out;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-dark);
  cursor: pointer;
}

.mobile-menu-nav {
  padding: 0 2rem;
}

.mobile-menu-nav a {
  display: block;
  padding: 1rem 0;
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 1px solid #f8f9fa;
  transition: color 0.3s ease;
}

.mobile-menu-nav a:hover {
  color: var(--primary-blue);
}

.mobile-menu-cta {
  padding: 2rem;
  border-top: 1px solid #e9ecef;
  margin-top: 2rem;
}

.mobile-menu-flags {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.custom-toggler {
  border: none;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--text-dark);
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.custom-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.btn-primary {
  background: var(--primary-blue);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
}
.navbar .btn-primary{
  margin-right: 20px;
  border-radius: 7px;
}

.flag-icon {
  width: 30px; 
  margin-left: 0.5rem;
}

.main_page {
  min-height: 70vh;
  padding-top: 100px;
}

.hero-section {
  padding: 60px 0 0px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-title {
  font-size: 70px;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  line-height: 1;
}

.hero-subtitle {
  color: var(--text-light);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.hero-illustration {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  width: 400px;
  margin: auto;
}

.hero-illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  position: absolute;
}
.list-cercle {
  position: relative;
  height: 114px;
  display: flex;
  width: 100%;
}
.hero-illustration .cercle {
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: var(--light-purple);
  border-radius: 50%;
}
.hero-illustration .cercle-1 {
  top: 0px;
  left: 0px;
}
.hero-illustration .cercle-2 {
  top: 0px;
  right: 0px;
}
.hero-illustration .cercle-3 {
  bottom: 0px;
  left: 0px;
}
.hero-illustration .cercle-4 {
  bottom: 0px;
  right: 0px;
}

.features-section {
  padding: 4rem 0;
}

.feature-card {
  text-align: center;
  padding: 2rem;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  display: block;
  width: 80px;
  height: 80px;
}
.feature-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.feature-description {
  color: var(--text-light);
  font-size: 18px;
  font-family: 'Satoshi-Regular';

}

.vision-section {
  padding: 4rem 0;
}

.vision-title {
  font-size: 50px;
  font-weight: bold;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 2rem;
}

.vision-content {
  display: flex;
  align-items: center;
  gap: 100px;
  padding-right: 100px;
  text-align: center;
  max-width: 860px;
  margin: auto;
}

.vision-icon {
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vision-icon img {
  display: block;
  width: 190px;
  margin-right: 0px;
}
.vision-text {
  color: var(--text-light);
  font-size: 1.1rem;
  line-height: 1.8;
  flex: 1;
}
.vision-text p{
  display: block;
  max-width: 600px;
  margin: 0px auto;
}

.mission-section {
  padding: 4rem 0;
}

.mission-title {
  font-size: 50Px;
  font-weight: bold;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 2rem;
}

.mission-content {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 100px;
  padding-left: 100px;
  max-width: 860px;
  margin: auto;
}

.mission-text {
  color: var(--text-light);
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}

.mission-icon {
  width: 200px;
  flex-shrink: 0;
}
.mission-icon img {
  display: block;
  width: 200px;
}

.target-section {
  padding: 4rem 0;
}

.target-title {
  font-size: 50px;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 2rem;
}

.target-content {
  display: flex;
  align-items: center;
  gap: 100px;
  padding-right: 100px;
  text-align: center;
}

.target-illustration {
  width: 360px;
  flex-shrink: 0;
}

.target-illustration img {
  width: 100%;
}

.target-text {
  color: var(--text-light);
  font-size: 18px;
  line-height: 1.8;
}

.target-content .target-text{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding: 3rem 0 30px;
  border-top: 1px solid #e9ecef;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.footer-brand img {
  display: block;
  width: 120px;
}

.footer-tagline {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: right;
}

.footer-links li {
  list-style: none;
  padding: 0;
  text-align: right;
  display: inline-block;
  margin-left: 20px;
}

.footer-links a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-blue);
}

.copyright {
  text-align: left;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

/* Page Section */
.page-section {
  padding: 120px 0;
}

.page-section-about {
  background-image: url("../images/apropo-back-left.png"),
    url("../images/apropo-back-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 70%, 70%;
}

.page-section h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-section .section-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 80px auto 10px;
}
.section-content .section-icon {
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.section-content .section-icon:hover {
  transform: scale(1.5);
}

.section-content .section-icon img {
  display: block;
  width: 120px;
}
.section-content .section-text {
  font-size: 22px;
  line-height: 30px;
  color: var(--text-light);
}

/* css page services */

.service-style-item{
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center; 
}
.service-style-item-text{  
  flex: 1;
  color: var(--text-light); 
  background-color: #f8d6ce;
  border-radius: 110px 0px 0px 110px; 
  padding: 20px;
  padding-left: 60px;
  padding-right: 80px;
}

.service-style-item-text h2{ 
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.service-style-item-text ul{ 
  padding: 0px;
}
.service-style-item-text ul li{ 
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'satoshi-regular';
}
.service-style-item-icon{  
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 30px solid #bfe5e6; 
  background: #f8f7f1;
  margin-left: -80px;
}
.service-style-item-icon img{ 
  max-width: 100%;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.page-section-services .row:hover img {
  transform: scale(1.2);
}



.service-style-item-style-2 .service-style-item-text{ 
  background-color: #b9daf9;
}
.service-style-item-style-2 .service-style-item-icon{ 
  border-color: #f8d6cd;
}

.service-style-item-style-3 .service-style-item-text{  
  flex: 1; 
  background-color: #bfe5e6;
  border-radius:  0px 110px 110px 0px ;  
  padding-right: 15px;
  padding-left: 125px; 
} 
.service-style-item-style-3 .service-style-item-icon{   
  border: 30px solid #b9daf9; 
  background: #f8f7f1;
  margin-left: auto;
  margin-right: -100px;
  z-index: 99;
}

.service-style-item.service-style-item-style-4 h2,
.service-style-item.service-style-item-style-3 h2{
  margin-left: -40px;
}
  
.service-style-item-style-4 .service-style-item-text{  
  flex: 1; 
  background-color: #c6ebd9;
  border-radius:  0px 110px 110px 0px ;  
  padding-right: 15px;
  padding-left: 125px; 
} 
.service-style-item-style-4 .service-style-item-icon{   
  border: 30px solid #c1e4e6; 
  background: #fefaf9 !important;
  margin-left: auto;
  margin-right: -100px;
  z-index: 99;
}
.servies-symbole-1{
  position: relative;
}
.servies-symbole-1 .img-symbol{ 
  max-width: 100%;
  position: absolute;
  left: -60px;
  bottom: -94px;
  height: 100%;
  z-index: -1;
}


.servies-symbole-2{
  position: relative;
}
.servies-symbole-2 .img-symbol{ 
  max-width: 100%;
  position: absolute;
  right: -80px;
  bottom: -94px;
  height: 100%;
  z-index: -1;
}


.servies-symbole-3{
  position: relative;
}
.servies-symbole-3 .img-symbol{ 
  max-width: 100%;
  position: absolute;
  left: -80px;
  bottom: -94px;
  height: 100%;
  z-index: -1;
}



 


.header-contact{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/contact-header-1.png), url(../images/contact-header-2.png);
  background-position: center left, center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-contact h1{
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}
.header-contact label{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}
.header-contact a{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-light);
  margin-bottom: 1rem;
  background-color: #e1f1e7;
  border: 2px solid #bcc1d5;
} 
.section-header-devis{
  width:500px;
  height: 500px;
  background: url(../images/header-devis.png) no-repeat center center;
  margin: 20px auto;
  background-size: contain; 
  margin-bottom: 50px;
}
.section-header-devis-text{
  padding: 100px 0px 100px 0px;
}

.section-header-devis-text p{
  color: var(--text-light);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.sectionchoiseoptions{

  padding: 40px;
  border: 2px solid var(--primary-blue);
  border-radius: 21px;
  max-width: 800px;
  margin: auto;
}
.sectionchoiseoptions h4{
  color: var(--primary-blue);
  font-size: 30px;
  font-weight: bold;
}
.sectionchoiseoptions .sectionchoiseoptions_listbtn{
  margin: 40px auto 0px;
  display: flex;
  justify-content: space-evenly;
}
.sectionchoiseoptions a{
  display: inline-block;
  border-radius: 7px;
  border: 2px solid #c5c9d4;
  color: var(--text-light);
  font-size: 16px;
  font-weight: bold;
  background-color: #e4f1e8;
  padding: 20px 40px;
  max-width: 340px;
  text-decoration: none;
}
.sectionchoiseoptions a.active{
  background-color: #c5c9d4;
}

.sectionchoiseoptions_contenu {
  display: none;
  margin-top: 20px;
}
.sectionchoiseoptions_contenu.active{
  display: block;
}


.loading {
  display: none;
}

.form-section {
  border: 2px solid var(--primary-blue);
  border-radius: 12px;
  padding: 30px; 
  max-width: 800px;
  margin: 40px auto;
}

.form-section h2 {
  color: #1d4ed8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.form-section .section-title {
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--text-light);
  padding: 5px 0px;
}

.form-section .section-title img {
  width: 30px;
}

.form-section .form-control::placeholder {
  font-style: italic;
  color: var(--text-light);
}

.form-section .btn-submit {
  background-color: #e0f2f1;
  border: 1px solid #b2dfdb;
  color: var(--text-light);
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-section .btn-submit:hover {
  background-color: #b2dfdb;
}

.info-text {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #667eea;
  margin: 30px 0;
  font-style: italic;
}

.error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.form-control.error {
  border-color: #dc3545;
}



.form-section .info-text {
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 20px;
}
.page-section-page h2,
.page-section-page h3{
  color: var(--text-light);
}
.page-section-page h2 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 10px; 
}

.page-section-page p,.page-section-page li {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.page-section-page ul {
  padding-left: 20px;
}

.page-section-page a {
  color: #1d4ed8;
  text-decoration: underline;
}


/* Responsive adjustments */
@media (max-width: 768px) {

  .header-contact{
    background-size: 50% 100%;
    background-repeat: no-repeat no-repeat;
  }
  .hero-section {
    padding-top: 120px; 
  }
  .sectionchoiseoptions .sectionchoiseoptions_listbtn{
    flex-direction: column;
    gap: 10px;
  }
  .form-section {
    padding: 20px 10Px;
  }
  .section-header-devis,
  .hero-illustration{
    max-width: 100%;
  }
  .mission-section,
  .vision-section,
  .features-section {
    padding: 10px 0px;
  }
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .vision-content,
  .mission-content,
  .target-content {
    flex-direction: column;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    gap: 0px;
    text-align: center;
    padding: 2rem;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .vision-icon,
  .mission-icon,
  .target-illustration {
    margin-bottom: 1rem;
  }

  .navbar-nav {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
  }

  .footer-tagline,
  .hero-section {
    text-align: center;
  }
  .footer-brand img {
    margin: auto;
  }
  .footer {
    padding: 20px 0px;
  }
  .footer-tagline {
    margin-bottom: 10px;
  }
  .copyright {
    text-align: center;
    font-size: 12px;
  }

  .mission-content {
    flex-direction: column-reverse;
  }

  .navbar-nav {
    display: none !important;
  }

  .service-style-item { 
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .service-style-item.service-style-item-style-1,
  .service-style-item.service-style-item-style-2{
    flex-direction: column-reverse;
  }
  .service-style-item-style-2 .service-style-item-text,
  .service-style-item-style-3 .service-style-item-text,
  .service-style-item-style-4 .service-style-item-text,
  .service-style-item-text{
    border-radius: 21px;
    padding: 20px;
  }
  .service-style-item-style-2 .service-style-item-icon,
  .service-style-item-style-3 .service-style-item-icon,
  .service-style-item-style-4 .service-style-item-icon,
  .service-style-item-icon{
    margin: auto;
  } 
 
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .vision-title,
  .mission-title,
  .target-title {
    font-size: 2rem;
  }

  .feature-card {
    margin-bottom: 2rem;
  }
}

@media (min-width: 769px) {
  .mobile-menu,
  .mobile-menu-overlay,
  .custom-toggler {
    display: none !important;
  }
}
