: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:#004085;
    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;
      text-align: center !important;
      padding-top:15px;
      
    }

    #header .responsive{

      width: 100%;
      background: #fff;
      border-bottom: 2px solid white;
      text-align: center ;
      flex-direction: column;
  }

  
}

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

#form .container{
  text-align: center;

 
  vertical-align: top;
}
#form {
margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background: url('../assets/images/header-pac-3.webp') top center no-repeat; */
  background-color: #e9ddf6d8;
  background-size: cover; 
}





@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;
  }

  .container_form {
    width:90% !important;
  }
  
}
@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: #004085;
    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: #F6AA1C;
    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;
  }

  .services .btn-get-started {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: -10px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 8px;
    padding: 14px 40px;
    transition: 0.5s;
    background: #6A4C93;
    border-color: #6A4C93;
    color: #fff;
    margin: 15px;
    
  
    
  }
  
  .services .btn-get-started:hover {
    background: #6A4C93;
    color: #ffffff;
    
  }


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

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

height: auto;
}

  .about .section-title h4 {
    color: #004085;
    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: #343A40;
    position: absolute;
    left: -2px;
    top: -2px;
  }
  
  .about .content p:first-child{
    
    font-size: 20px;
    color: #000000;
   

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

  }
  
  .about .btn-get-started {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: -10px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 8px;
    padding: 14px 40px;
    transition: 0.5s;
    background: #6A4C93;
    border-color: #6A4C93;
    color: #fff;
    margin: 15px;
    
  
    
  }
  
  .about .btn-get-started:hover {
    background: #6A4C93;
    color: #ffffff;
    
  }


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

.aides .section-title h5 {
  color: #004085;
  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: #343A40;
  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: #343A40;
}

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

  
}

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


  

/*--------------------------------------------------------------
# avis Section
--------------------------------------------------------------*/

.text .h4:first-child{

  text-align: center;
  color: #0154A0;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 10px;

}
.avis .avis-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
  margin-bottom: 10px;
 margin-top: 10px;
}

.avis .avis-member .member-img {
  position: relative;
  overflow: hidden;
}

.avis .avis-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin-top: 10px;
  background: url(images/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}


.avis .avis-member .member-info {
  padding: 10px 15px 20px 15px;
}

.avis .avis-member .member-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
 color: #000000;
}



.avis .avis-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(63, 61, 61, 0.895);
}

.avis .avis-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.avis .avis-member:hover .social {
  right: 8px;
  opacity: 1;
}

 
.avis .container .card{
    
  border:none;
}

.avis .user-content p{
  margin-top:5px;
  font-size:12px;
}


.avis .ratings i{
  color:rgb(243, 203, 4);
} 

.avis .text-center .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;

  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 28px;
  transition: 0.5s;
  background:  #FF3E17;
  border-color:  #FF3E17;
  color: #fff;
 margin-top: 50px;

  
}

.avis .text-center .btn-get-started:hover {
  
  border: 2px solid  #FF3E17;
  background: #fff;
  color:  #FF3E17;
}
@media (max-width: 768px){
  .avis .text-center .btn-get-started {

    justify-content: center;
  }

}
  
  
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/


.clients img {
  max-width: 50%;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 12px 0;
 
 
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 50%;
  }
}





  
 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #343A40;
  color: #ffffff;
  font-size: 14px;
  background: F7F6E2;
  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;


} 
  
  