/* SECTION PADDING & COLOR */
/* .mt-50 {
padding-top:200px;
} */

.padding-30 {
  padding-top:30px;
  padding-bottom:30px;
}

.padding-50 {
  padding-top:50px;
  padding-bottom:50px;
}
.padding-100 {
  padding-top:100px;
  padding-bottom:100px;
}

.padding-t170-b100 {
  padding-top:120px;
  padding-bottom:70px;
}

.padding-t170-b130 {
  padding-top:120px;
  padding-bottom:100px;
}

.padding-200 {
  padding-top:200px;
  padding-bottom:200px;
}

.pl-50 {
  padding-left:21%;
}

.bg-white {
  background-color:#fff;
}


.colonne-hero {
  background-image: url(../img/background/hero.png);
  background-size: cover;
  width: 100%;
  background-position: center center;
}

/* FIN SECTION PADDING & COLOR */

/* POLICE */
h1.black-font {
  font-family: 'Lato';
  font-weight:900;
  font-size:45px !important;
}

h1.white-font {
  font-family: 'Lato';
  font-weight:900;
  font-size:45px !important;

}


h2.black-font {
  font-family: 'Lato';
  font-weight:900;
}
h2.white-font {
  font-family: 'Lato';
  font-weight:900;
}


@media screen and (min-width: 200px) and (max-width: 640px) {
  h2.solution {
    font-size:35px !important;
  }
}

h3 {
  font-family: 'Lato';
}

h3.black-font {
  font-family: 'Lato';
  font-weight:900;
}

h3.white-font {
  font-family: 'Lato';
  font-weight:900;
}

.card-title {
  font-size:20px;
}

label {
  font-family: 'Lato';
  color:#295FCB;
  font-weight:500;
}

input {
  border-radius:100px !important;
  background-color:#FBF1FF !important;
  color: #9A00D8 !important;

}

select {
  border-radius:100px !important;
  background-color:#FBF1FF !important;
  color: #9A00D8 !important;

}

textarea {
  border-radius:30px !important;
  background-color:#FBF1FF !important;
  color: #9A00D8 !important;

}

h4 {
  font-family: 'Lato';
}

h5 {
  font-family: 'Lato';
}

h6 {
  font-family: 'Lato';
}



.nav-link {
  font-family: 'Lato';
  font-weight:600;
  font-size:16px;
}


p {
  font-family: 'Lato';
}

li.li-style {
  font-family: 'Lato';
  font-weight:bold;
}

li.li-style-objectifs {
  color:red;
}


.white-font {
  color:#fff;
}
.black-font {
  color:#000;
}
/* FIN POLICE */


.display-none {
  display:none;
}

/* .active {
background-color:#D3E8DF !important;
} */

header {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.hr {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #D3E8DF;
}

/* FOOTER */
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background: rgb(203,41,189);
  background: linear-gradient(90deg, rgba(203,41,189,0.5357493339132529) 0%, rgba(41,95,203,1) 76%);}

  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:25px !important;
  }

  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:17px;
    margin-bottom:0;
  }

  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }

  .footer-dark ul a:hover {
    opacity:0.8;
  }

  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }

  .footer-dark .item.text {
    margin-bottom:36px;
  }

  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }

  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }

  .footer-dark .item.social {
    text-align:center;
  }

  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }

  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#000;
    opacity:0.75;
  }

  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }

  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    font-size:13px;
    margin-bottom:0;
  }
  /* FIN FOOTER */

  /* A LINK */
  a:link
  {
    text-decoration:none;
  }
  /* FIN A LINK */

  ul {
    list-style-type: none;
  }

  .keyword {
    color:#F2CCFC;
  }

  p.black-font.bold {
    font-weight:500;
  }

  p.white-font.bold {
    font-weight:500;
  }

  button.bttn-jelly.bold {
    font-weight:bold;
  }

  /* .bg-dark-blue {
  background-color:#101d34 !important;
  } */

  .bg-grey {
    background-color:#fff !important;
    color:#000 !important;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-radius:20px;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    border-color:#000 !important;

  }

  .bg-grey:hover {
    background-color:#000 !important;
    color:#fff !important;
    border-radius:20px;
  }

  .resize-icon {
    width:50px;
  }

  .resize-stat {
    width:300px;
  }

  .resize-entreprise {
    width:70px;
    z-index:2;
  }

  .encadre-offre {
    padding-bottom:40px;
    padding-left:20px;
    padding-right:20px;
    background-color:#fff;
    box-shadow: rgb(29 29 28 / 20%) 0px 10px 23px 0px;
    border-radius:40px;
  }

  .encadre-tarifs {
    padding-bottom:100px;
    padding-top:100px;
    padding-left:10px;
    padding-right:10px;
    background-color:#fff;
    box-shadow: rgb(29 29 28 / 20%) 0px 10px 23px 0px;
    border-radius:20px;
  }

  .encadre-tarifs-2 {
    padding-bottom:208px;
    padding-top:208px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: rgb(29 29 28 / 20%) 0px 10px 23px 0px;
    background-image: url(../img/background/bg-tarifs.jpg);
    background-size: cover;
    width: 100%;
    background-position: center center;
    border-radius:20px;
  }


  .encadre-team {
    padding-bottom:10px;
    padding-top:300px;
    padding-left:60px;
    padding-right:60px;
    box-shadow: rgb(29 29 28 / 20%) 0px 10px 23px 0px;
    border-radius:20px;
    background-image: url(../img/team/thomas.jpg);
    background-size: cover;
    width: 100%;
    background-position: center center;
  }

  .bg-cta {
    padding-top:40px;
    padding-bottom:40px;
    padding-left:10px;
    padding-right:10px;
    box-shadow: rgb(29 29 28 / 20%) 0px 10px 23px 0px;
    border-radius:20px;
    background-image: url(../img/background/bg-cta.jpg);
    background-size: cover;
    background-position: center center;
  }

  .position-logo {
    width:150px;position: relative;
    bottom: 20px;
  }

  .position-row {
    bottom: 130px;
    position: relative;
  }

  img.zoom{
    width: 150px;
    transition: transform .2s;
    -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
    filter: grayscale(100%); /* Firefox */
  }

  img.zoom:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    -webkit-filter: none; /* Pour les navigateurs Chrome, Safari, Opera */
    filter: none; /* Firefox */
  }

  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:-5px !important;
  }

  .swiper-button-next {
    color:#B200B2 !important;
  }

  .swiper-button-prev {
    color:#B200B2 !important;
  }

  .swiper-color-fonction {
    color:#fff !important;
  }

  .swiper-pagination-bullet {
    background-color:#101d34 !important;
  }

  .navbar-light .navbar-toggler {
    color: #000 !important;
    border-color: rgba(16,29,52) !important;
  }

  .navbar-nav > li > a::after {
    content: "|";
    padding: 0 5px
  }

  .degrade-font {
    background: -webkit-linear-gradient(left,#CB29BD,#295FCB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-weight:bold;
  }

  .bg-dark-blue {background-image: linear-gradient(to right, #CB29BD 0%, #323132  51%, #CB29BD  100%)}
  .bg-dark-blue {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    display: block;
    border:none;
  }

  .bg-dark-blue:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }


  .bg-dark-green {background-image: linear-gradient(to right, #2EE796 0%, #323132  51%, #2EE796  100%)}
  .bg-dark-green {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    display: block;
    border:none;
  }

  .bg-dark-green:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .btn-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .radius-20 {
    border-radius:20px !important;
  }

  .radius-top-20 {
    border-top-left-radius:20px !important;
    border-top-right-radius:20px !important;
  }

  .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #scroll_to_top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 100;
  }

  .form-control::placeholder{
      color: #9A00D8 !important;
  }
