: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: auto;
    color: #FD7E14;
    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: #EBF5FF;
  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: #012970;
    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: #B9D300;
    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: #012970;
    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: #B9D300;
    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: #FD7E14;
    border-color: #FD7E14;
    color: #fff;
    
  
    
  }
  
  .about .btn-get-started:hover {
    border: 2px solid #FD7E14;
    background: #fff;
    color: #FD7E14;
    
  }


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

.aides .section-title h5 {
  color: #012970;
  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: #B9D300;
  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: #556270;
  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: #B9D300;
}

#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: #FD7E14;
  border-color: #FD7E14;
  color: #fff;
  

  
}

.aides .btn-get-started:hover {
  border: 2px solid #FD7E14;
  background: #fff;
  color: #FD7E14;
  
}
  
 /*--------------------------------------------------------------
# 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;


} 
  
  