/*
  BODY
*/
html {
  scroll-behavior: smooth;
}

body{
  font-family: 'IBM Plex Sans', sans-serif;
}

.text-link{
  text-decoration: none;
  color:#ec496e;
}
.text-link:hover, .text-link:active, .text-link:focus, .text-link:active:focus{
  color:#ec496e;
}

/*
  HEADER
*/

.site-header {
  /* padding: 3rem 1.5rem; */
  text-align: center;
  background: url(../images/robby-mccullough-ZDkIMukupA4-unsplash.jpg) no-repeat bottom fixed;
  background-size: 100%;
  min-height: 100vh;
  color:#000;
  padding-bottom: 20%;
}

header h1 {
  font-size: 65px;
  color:#000000;
  font-weight: bold;
}

header .lead{
  max-width: 650px;
  padding: 0 25px;
}

header .btn-outline-primary{
  color: #000;
  border-color: #000;
  white-space: pre;
}

header  .btn-outline-primary:not(:disabled):not(.disabled):hover, header  .btn-outline-primary:not(:disabled):not(.disabled):active, header  .btn-outline-primary:not(:disabled):not(.disabled):focus, header .btn-outline-primary:not(:disabled):not(.disabled):active:focus{
  color: #000;
  background-color:#fff;
  border-color: #fff;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*
 NOTRE OFFRE
*/
#main-idea img{
  border-radius: 50%;
  width: 20%;
  border: 1px solid #ddd;
  padding: 5px;
}

#main-idea .btn-card-primary{
  color: #fff;
  background-color:#ec496e;
  border-color: #ec496e;
  padding: 0.1rem 0.1rem;
  width:40%;
  text-align: center;
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

#main-idea  .btn-card-primary:not(:disabled):not(.disabled):hover, #main-idea  .btn-card-primary:not(:disabled):not(.disabled):active, #main-idea  .btn-card-primary:not(:disabled):not(.disabled):focus, #main-idea .btn-card-primary:not(:disabled):not(.disabled):active:focus{
  color: #ec496e;
  background-color:#fff;
  border-color: #ec496e;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
  box-shadow: none;
}

/*
  Icon moving
*/
.icon-background-outside {
  color: #F5F6FA;
}
.icon-background-inside {
  color: #000000;
}

.icon-animation-chart-line{
  animation: icon-chart-move 2.3s infinite alternate;
}
.icon-animation-chart-bar{
  animation: icon-chart-move 2s infinite alternate-reverse;
}
.icon-animation-chart-business{
  animation: icon-chart-move 2s infinite alternate-reverse;
}
.icon-animation-chart-wallet{
  animation: icon-chart-move 2.3s infinite alternate;
}



@keyframes icon-chart-move {
  0% {
    transform: translate3d(0,-20%,0);
  } 100% {
    transform: translate3d(0, 20%,0);  
  }
}

@keyframes icon-chart-move-lr {
  0% {
    transform: translate3d(-20%,0,0);
  } 100% {
    transform: translate3d(20%,0,0); 
  }
}


/*
  FOOTER
*/
footer .col-6 h5{
  color:#fff;
}

.fa-facebook-square {
  color: #4267B2;
  opacity: 0.8;
  margin-right:0.2rem;
  margin-left:0.2rem;
}
.fa-envelope {
  color: #D6493C;
  opacity: 0.8;
}
.fa-envelope:hover {
  opacity: 1;
}

.fa-facebook-square:hover {
  opacity: 1;
}
.fa-linkedin {
  color: #0077B5;
  opacity: 0.8;
  margin-right:0.2rem;
}
.fa-linkedin:hover {
  opacity: 1;
}
.fa-twitter {
  color: #62A9E0;
  opacity: 0.8;
}
.fa-twitter:hover {
  opacity: 1;
}