:root {
    --primary: #4979f4;
    --light: #F8F8F8;
    --dark: #252525;
}
@import url('https://fonts.cdnfonts.com/css/montserrat');
body{

    font-family: 'Montserrat', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{

    width: 100%;
    background: #fff;
    border-bottom: 2px solid white;
    text-align: center;
}
#header .container {
    padding-top: 20px;
  }
  
  #header h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    color: #087081;
    width: 60%;
    margin-top: 10px;
   
  }
  
 
  @media (max-width: 992px) {
    #header h1 {
      font-size: 27px;
      line-height: 30px;
      width: 100%;
      font-weight: 600;
      
    }
  
    #headero h2 {
      font-size: 15px;
      line-height: 18px;
    }
  
    
  }
  
  @media (max-height: 768px) {
    #header {
      height: auto;
    }
  }

  /*** viewport < 576px ***/
  @media (max-width: 576px) {

  
    #header h1 {
      font-size: 27px;
      line-height: 30px;
      width: 100%;
      font-weight: 600;
      
    }

  
}

  /*--------------------------------------------------------------
# form
--------------------------------------------------------------*/

#form .container{
  text-align: center;

 
  vertical-align: top;
}
#form {
margin-top: 20px;
  background-color: #c0f6ff;
  padding-top: 10px;
  padding-bottom: 10px;
}



@media only screen and (min-width: 1024px) {

#form .container{
      width:100% !important;
      padding:0;
      margin:0 auto;
  }

  .tableMob {
      max-width:1024px;
      padding:0;
      margin:0 auto;
      text-align:center;
  }
  
}
@media only screen and (min-width: 1023px) {

#form .container {
      width:100% !important;
      padding:0;
      margin:0 auto;
  }

  
}

 


 
 /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background: #ffffff;
   
   
  }
  
  .services .section-title h3 {
    color: #087081;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
   padding-top: 20px;
  }
  
  .services .section-title h2::after {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .services .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
    box-shadow: -4px 5px 22px -10px rgba(82,82,82,0.5);
   
  }
  
  .services .icon-box:hover {
    transform: scale(1.08);
  }
  
  .services .icon {
    margin-bottom: 15px;
  }
  
  .services .icon i {
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    background: #087081;
    padding: 20px;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    padding-top: 10px;
  }
  
  .services .title a {
    color: #2d405f;
    transition: 0.3s;
  }
  
  .services .title a:hover {
    color: #4e6fa4;
  }
  
  .services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #000000;
  }


 
  /*--------------------------------------------------------------
# comment ça marche
--------------------------------------------------------------*/

.about .content {
    font-size: 15px;
  }
.about .img-fluid{

height: auto;
}

  .about .section-title h4 {
    color: #087081;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 20px;
  }
  
  
  .about .content ul {
    list-style: none;
    padding: 0;
    color: #000000;
    font-size: 18px;
  }
  
  #about .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
  }
  
  #about .content ul i {
    font-size: 24px;
    color: #087081;
    position: absolute;
    left: -2px;
    top: -2px;
  }
  
  .about .content p:first-child{
    
    font-size: 20px;
    color: #000000;
   

  }
  
  .about .content p{
    
    font-size: 16px;
    color: #000000;
   

  }
  
  .about .btn-get-started {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 8px;
    padding: 10px 28px;
    transition: 0.5s;
    background: #FF8011;
    border-color: #FF8011;
    color: #fff;
    
  
    
  }
  
  .about .btn-get-started:hover {
    border: 2px solid #FF8011;
    background: #fff;
    color: #FF8011;
    
  }


  
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.aides .section-title h5 {
  color: #087081;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  padding-top: 20px;
}

#aides .icon-box {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  background: #f2f5f9;
  
}

#aides .icon-box i {
  float: left;
  color: #087081;
  font-size: 40px;

}

#aides .icon-box span {
  margin-left: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

#aides .icon-box span a {
  color: #272727;
  transition: 0.3s;
}

#aides .icon-box p:last-child {
  margin-left: 30px;
  line-height: 24px;
  font-size: 18px;
  color: #000000;
}

#aides .icon-box:hover span a {
  color: #087081;
}

#aides .section-text p{

  font-size: 18px;
  color: #000000;

}
.aides .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 8px;
  padding: 10px 28px;
  transition: 0.5s;
  background: #FF8011;
  border-color: #FF8011;
  color: #fff;
  

  
}

.aides .btn-get-started:hover {
  border: 2px solid #FF8011;
  background: #fff;
  color: #FF8011;
  
}
  
 /*--------------------------------------------------------------
# client
--------------------------------------------------------------*/

@media only screen and (max-width: 1023px) {
.picto {
	display: block !important;
    clear: both !important;
    width: 100% !important;
	padding: 10px 0 !important;
	text-align: center !important;
}
}

@media only screen and (max-width: 1024px) {
  .picto {
    display: block !important;
      clear: both !important;
      width: 100% !important;
    padding: 10px 0 !important;
    text-align: center !important;
  }
  }





  
 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #000000;
  font-size: 14px;
  background: #0153a015;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  padding-top: 30px;
  margin-top: 20px;
  
}

.span{

  font-size: 14px;
  color: #000000;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;


} 
  

/* ===== Avantages ===== */
.avantages-title{
  color:#087081;
  font-size:35px;
  font-weight:700;
  text-transform:uppercase;
}

.card-adv{
  background:#fff;
  border-radius:8px;
  padding:32px 22px;
  box-shadow:-4px 5px 22px -10px rgba(82,82,82,.5);
  transition:transform .25s ease, box-shadow .25s ease;
}
.card-adv:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 26px -12px rgba(8,112,129,.25);
}

.adv-icon{
  width:72px;height:72px;
  margin:0 auto 14px;
  display:grid;place-items:center;
  background:#087081;
  border-radius:50%;
}
.adv-icon i{
  font-size:30px;color:#fff;line-height:1;
}

.adv-title{
  font-size:18px;
  font-weight:700;
  color:#2d405f;
  margin:10px 0 6px;
}
.adv-text{
  font-size:15px;
  line-height:1.8;
  color:#000;
  margin:0;
}

/* CTA cohérente avec tes autres boutons */
.avantages .btn-cta{
  display:inline-block;
  padding:12px 28px;
  border-radius:8px;
  text-transform:uppercase;
  font-weight:600;
  background:#FF8011;
  color:#fff;
  border:2px solid #FF8011;
  transition:.2s;
}
.avantages .btn-cta:hover{
  background:#fff;
  color:#FF8011;
}

/* Petites tailles */
@media (max-width: 576px){
  .avantages-title{font-size:28px;}
  .adv-text{font-size:14px;}
}

/* Bouton CTA global */
.btn-cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #FF8011;
  color: #fff !important;
  border: 2px solid #FF8011;
  transition: 0.3s;
  text-decoration: none;
}

.btn-cta:hover {
  background: #fff;
  color: #FF8011 !important;
  text-decoration: none;
}


/* ===== FAQ Section ===== */
.faq .section-title h5 {
  color: #087081;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.faq .accordion-button {
  font-weight: 600;
  color: #087081;
  background: #f8f9fa;
}

.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background: #087081;
  box-shadow: none;
}

.faq .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq .accordion-body {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}


/* ===== CTA Section ===== */
.cta {
  background: #087081; /* rouge de ton exemple */
  padding: 40px 20px;
  border-radius: 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta p {
  font-size: 16px;
  margin: 0;
}

/* Réutilisation bouton CTA orange */
.btn-cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #FF8011;
  color: #fff !important;
  border: 2px solid #FF8011;
  transition: 0.3s;
  text-decoration: none;
}

.btn-cta:hover {
  background: #fff;
  color: #FF8011 !important;
  text-decoration: none;
}

/* Mobile optimisé */
@media (max-width: 576px) {
  .cta h3 {
    font-size: 22px;
    text-align: center;
  }
  .cta p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/* ===== Bloc Image + Texte avec fond derrière le texte ===== */
.expertise-figure{
  height: 100%;
}
.expertise-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 0; /* tu peux arrondir si tu veux */
}

/* Bloc texte avec fond coloré */
.expertise-content{
  background: #f2f5ff; /* couleur claire du fond */
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 12px 12px 0; /* arrondi uniquement côté droit */
}

.expertise-eyebrow{
  display: inline-block;
  letter-spacing: .08em;
  font-weight: 700;
  color: #6d7ab6;
  margin-bottom: 8px;
}
.expertise-title{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #252525;
  margin: 4px 0 10px;
}
.expertise-text{
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 991.98px){
  .expertise-content{
    border-radius: 0 0 12px 12px; /* arrondi bas sur mobile */
    padding: 24px;
    text-align: center;
  }
}


  