/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
/*
span {
  font-family: inherit!important;
  font-weight: 500!important;
  line-height: 1.2!important;
  color: inherit!important;
}


h5{
  font-weight: 700!important;
}

body {
  margin: 10px!important;
}*/

/*******************************************************
Slider B-flat
*******************************************************/

.pricing .pricing .checkbox-slider--b-flat {
    position: relative!important;
  }
  
  .pricing .checkbox-slider--b-flat input {
          
  }
  
  .pricing .checkbox-slider--b-flat input+span {
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:before {
    position: absolute!important;
    left: 0px!important;
    display: inline-block!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span>h4 {
    display: inline!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span {
    padding-left: 60px!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:before {
    content: ""!important;
    height: 20px!important;
    width: 40px!important;
    background: rgba(100, 100, 100, 0.2)!important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8)!important;
    transition: background 0.2s ease-out!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:after {
    width: 16px!important;
    height: 16px!important;
    position: absolute!important;
    left: 0px!important;
    top: 0!important;
    display: block!important;
    background: #ffffff!important;
    transition: margin-left 0.1s ease-in-out!important;
    text-align: center!important;
    font-weight: bold!important;
    content: ""!important;
  }
  
  .pricing .checkbox-slider--b-flat input:checked+span:after {
    margin-left: 20px!important;
    content: ""!important;
  }
  
  .pricing .checkbox-slider--b-flat input:checked+span:before {
    transition: background 0.2s ease-in!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span {
    padding-left: 50px!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:before {
    border-radius: 20px!important;
    width: 40px!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:after {
    background: #ffffff!important;
    content: ""!important;
    width: 16px!important;
    border: solid transparent 2px!important;
    background-clip: padding-box!important;
    border-radius: 20px!important;
  }
  
  .pricing .checkbox-slider--b-flat input:not(:checked)+span:after {
    -webkit-animation: popOut ease-in 0.3s normal!important;
    animation: popOut ease-in 0.3s normal!important;
  
  }
  
  .pricing .checkbox-slider--b-flat input:checked+span:after {
    content: ""!important;
    margin-left: 20px!important;
    border: solid transparent 2px!important;
    background-clip: padding-box!important;
    -webkit-animation: popIn ease-in 0.3s normal!important;
    animation: popIn ease-in 0.3s normal!important;
  }
  
  .pricing .checkbox-slider--b-flat input:checked+span:before {
    background: #fce200!important;
  }
  
  .pricing .checkbox-slider--b-flat.checkbox-slider-md input+span:before {
    border-radius: 30px!important;
  }
  
  .pricing .checkbox-slider--b-flat.checkbox-slider-md input+span:after {
    border-radius: 30px!important;
  }
  
  .pricing .checkbox-slider--b-flat.checkbox-slider-lg input+span:before {
    border-radius: 40px!important;
  }
  
  .pricing .checkbox-slider--b-flat.checkbox-slider-lg input+span:after {
    border-radius: 40px!important;
  }
  
  .pricing .checkbox-slider--b-flat input+span:before {
    box-shadow: none!important;
  }
  
  /*#####*/
  
  .pricing .checkbox-slider-info.checkbox-slider--b input:checked+span:before,
  .pricing .checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before,
  .pricing .checkbox-slider-info.checkbox-slider--c input:checked+span:before,
  .pricing .checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before {
    background: #5bc0de!important;
  }
  
  .pricing .checkbox-slider-warning.checkbox-slider--b input:checked+span:before,
  .pricing .checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before,
  .pricing .checkbox-slider-warning.checkbox-slider--c input:checked+span:before,
  .pricing .checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before {
    background: #f0ad4e!important;
  }
  
  .pricing .checkbox-slider-danger.checkbox-slider--b input:checked+span:before,
  .pricing .checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before,
  .pricing .checkbox-slider-danger.checkbox-slider--c input:checked+span:before,
  .pricing .checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before {
    background: #d9534f!important;
  }
  
  /*******************************************************
  Sizes
  *******************************************************/
  
  .pricing .checkbox-slider-sm {
    line-height: 10px!important;
  }
  
  .pricing .checkbox-slider-sm input+span {
    padding-left: 20px!important;
  }
  
  .pricing .checkbox-slider-sm input+span:before {
    width: 20px!important;
  }
  
  .pricing .checkbox-slider-sm input+span:after,
  .pricing .checkbox-slider-sm input+span:before {
    height: 10px!important;
    line-height: 10px!important;
  }
  
  .pricing .checkbox-slider-sm input+span:after {
    width: 10px!important;
    vertical-align: middle!important;
  }
  
  .pricing .checkbox-slider-sm input:checked+span:after {
    margin-left: 10px!important;
  }
  
  .pricing .checkbox-slider-md {
    line-height: 30px!important;
  }
  
  .pricing .checkbox-slider-md input+span {
    padding-left: 60px!important;
  }
  
  .pricing .checkbox-slider-md input+span:before {
    width: 60px!important;
  }
  
  .pricing .checkbox-slider-md input+span:after,
  .pricing .checkbox-slider-md input+span:before {
    height: 30px!important;
    line-height: 30px!important;
  }
  
  .pricing .checkbox-slider-md input+span:after {
    width: 30px!important;
    vertical-align: middle!important;
  }
  
  .pricing .checkbox-slider-md input:checked+span:after {
    margin-left: 30px!important;
  }
  
  .pricing .checkbox-slider-lg {
    line-height: 40px!important;
  }
  
  .pricing .checkbox-slider-lg input+span {
    padding-left: 80px!important;
  }
  
  .pricing .checkbox-slider-lg input+span:before {
    width: 80px!important;
  }
  
  .pricing .checkbox-slider-lg input+span:after,
  .pricing .checkbox-slider-lg input+span:before {
    height: 40px!important;
    line-height: 40px!important;
  }
  
  .pricing .checkbox-slider-lg input+span:after {
    width: 40px!important;
    vertical-align: middle!important;
  }
  
  .pricing .checkbox-slider-lg input:checked+span:after {
    margin-left: 40px!important;
  } 
  
  
  
  
  .pricing .col, .pricing .col-1, .pricing .col-10, .pricing .col-11, .pricing .col-12, .pricing .col-2, .pricing .col-3, .pricing .col-4, .pricing .col-5, .pricing .col-6, .pricing .col-7, .pricing .col-8, .pricing .col-9, .pricing .col-auto, .pricing .col-lg, .pricing .col-lg-1, .pricing .col-lg-10, .pricing .col-lg-11, .pricing .col-lg-12, .pricing .col-lg-2, .pricing .col-lg-3, .pricing .col-lg-4, .pricing .col-lg-5, .pricing .col-lg-6, .pricing .col-lg-7, .pricing .col-lg-8, .pricing .col-lg-9, .pricing .col-lg-auto, .pricing .col-md, .pricing .col-md-1, .pricing .col-md-10, .pricing .col-md-11, .pricing .col-md-12, .pricing .col-md-2, .pricing .col-md-3, .pricing .col-md-4, .pricing .col-md-5, .pricing .col-md-6, .pricing .col-md-7, .pricing .col-md-8, .pricing .col-md-9, .pricing .col-md-auto, .pricing .col-sm, .pricing .col-sm-1, .pricing .col-sm-10, .pricing .col-sm-11, .pricing .col-sm-12, .pricing .col-sm-2, .pricing .col-sm-3, .pricing .col-sm-4, .pricing .col-sm-5, .pricing .col-sm-6, .pricing .col-sm-7, .pricing .col-sm-8, .pricing .col-sm-9, .pricing .col-sm-auto, .pricing .col-xl, .pricing .col-xl-1, .pricing .col-xl-10, .pricing .col-xl-11, .pricing .col-xl-12, .pricing .col-xl-2, .pricing .col-xl-3, .pricing .col-xl-4, .pricing .col-xl-5, .pricing .col-xl-6, .pricing .col-xl-7, .pricing .col-xl-8, .pricing .col-xl-9, .pricing .col-xl-auto {
      position: relative;
      width: 100%;
      min-height: 1px; 
  }
  
  .pricing .form-control {
      color: #000!important;
      width: 100%   !important; 
      border: 1px solid #ced4da!important;
  }
  .pricing .align-items-center {
      -webkit-box-align: center!important;
      -ms-flex-align: center!important;
      align-items: center!important;
  }
  .pricing .justify-content-between {
      -webkit-box-pack: justify!important;
      -ms-flex-pack: justify!important;
      justify-content: space-between!important;
  }
  .pricing .d-flex {
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
  }
  .pricing .badge-secondary {
      color: #000;
      background-color: #fce200;
  }
  .pricing .badge-pill {
      padding-right: .6em;
      padding-left: .6em;
  }
  .pricing .badge {
      display: inline-block;
      padding: 10px 18px;
      font-size: 26px;
      font-weight: 800;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0;
  }
  .pricing .mb-3, .pricing .my-3 {
      margin-bottom: 1rem!important;
  }
  .pricing .list-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin: 0;
  }
  .pricing dl, .pricing ol, .pricing ul {
      margin-top: 0;
      margin-bottom: 1rem;
  }
  .pricing .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
  }
  .pricing .list-group-item {
      margin-bottom: -1px !important;  
      padding: .75rem 1.25rem; 
      background-color: #fff;
      border: 1px solid rgba(0,0,0,.125);
  }
  
  
  .pricing .checkbox-slider--b-flat {
      position: relative;
  } 
  .pricing .checkbox-slider--b-flat input {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 0%;
      margin: 0 0;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
  }
  .pricing .checkbox-slider--b-flat input+span {
      padding-left: 50px;
  }
  .pricing .checkbox-slider--b-flat input+span {
      padding-left: 60px;
  }
  .pricing .checkbox-slider--b-flat input+span {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  } 
  .pricing .checkbox-slider--b-flat input:checked+span:before {
      transition: background 0.2s ease-in;
  }
  .pricing .checkbox-slider--b-flat input+span:before {
      box-shadow: none;
  }
  .pricing .checkbox-slider--b-flat input+span:before {
      border-radius: 20px;
      width: 40px;
  }
  .pricing .checkbox-slider--b-flat input+span:before {
      content: "";
      height: 20px;
      width: 40px;
      background: rgba(100, 100, 100, 0.2);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
      transition: background 0.2s ease-out;
  }
  .pricing .checkbox-slider--b-flat input+span:before {
      position: absolute;
      left: 0px;
      display: inline-block;
  }
  .pricing .checkbox-slider--b-flat input:checked+span:after {
      content: "";
      margin-left: 20px;
      border: solid transparent 2px;
      background-clip: padding-box;
      -webkit-animation: popIn ease-in 0.3s normal;
      animation: popIn ease-in 0.3s normal;
  }
  .pricing .checkbox-slider--b-flat input:checked+span:after {
      margin-left: 20px;
      content: "";
  }
  .pricing .checkbox-slider--b-flat input+span:after {
      background: #ffffff;
      content: "";
      width: 20px;
      border: solid transparent 2px;
      background-clip: padding-box;
      border-radius: 20px;
  }
  .pricing .checkbox-slider--b-flat input+span:after {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0px;
      top: 0;
      display: block;
      background: #ffffff;
      transition: margin-left 0.1s ease-in-out;
      text-align: center;
      font-weight: bold;
      content: "";
  }
  
  .pricing .text-success {
      color: #28a745!important;
  }
  .pricing .mb-0, .pricing .my-0 {
      margin-bottom: 0!important;
  }
  .pricing .mt-0, .pricing .my-0 {
      margin-top: 0!important;
  }
  
  
  .pricing .small, .pricing small {
      font-size: 80%;
      font-weight: 400;
  }
  
  .pricing .btn:not(:disabled):not(.disabled) {
      cursor: pointer;
  }
  .pricing [type=reset], .pricing [type=submit], .pricing button, .pricing html [type=button] {
      -webkit-appearance: button;
  }
  .pricing .btn-block {
      display: block;
      width: 100%;
  }
  .pricing .btn-group-lg>.btn, .btn-lg {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem;
  }
  .pricing .btn-success {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745;
  }
  .pricing .btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  
  
  /*
   * PAGE > PRICING
   */
  
  .pricing-container .titre{
      font-family: 'Arvo', sans-serif;
      font-size: 32px;
      color: #000;
      margin-top: 10px;
  }
  .pricing-container .more{
      transition: background 0.2s ease-out;
      background: #fce200;
  }
  .pricing-container .free{
      background: #ebebeb!important;
  
  }
  .pricing-container {
      font-size: 25px;
      font-family: 'Montserrat';
      font-weight: 700;
      line-height: 25px;
      text-decoration: none;
      margin: 60px 0px;
  }
  .pricing-container .more-container:nth-child(5) img{
      width: 70%;
  }
  .pricing-container .more:hover{
  }
  .pricing-container .smart-data{
      padding: 0px 20px;
  }
  .pricing-overlay{
      background: rgba(0,0,0,0.1);
      padding: 20px;
      margin-top: 30px;
  }
  .pricing-number{
      font-size:30px;
      font-weight: 900;
  }
  .pricing-precision{
      font-family: 'Barlow', sans-serif;
      font-size: 17px;
      font-weight: 400;
  }
  .pricing .pi-modules {
      margin: 60px 0 0px;
  
  }
  
  .pricing h4{
      font-size: 23px;
      font-family: 'Montserrat';
      line-height: 25px;
  }
  .pricing .container-form {
      background-color: #fff;
      width: 450px;
      padding: 0 55px 55px;
      margin-left: 45px;
      margin-top: -40px;
  }
  .pricing .container-form .modules-title {
      font-family: 'Arvo', sans-serif;
      font-weight: bold;
      font-size: 17px;
      color: #000;
  }
  
  .pricing .container-form h5 {
      font-family: 'Arvo', sans-serif;
      font-weight: bold;
      font-size: 21px;
      color: #28a745;
      margin: 0 0 0 0;
  }
  
  .asterisque{
      font-size: 15px;
      font-family: 'Bralow', sans-serif;;
      font-weight: 300;
      line-height: 15px;
      font-style: italic;
      color: #232323;
  }




@media screen and (max-width:480px) {
	.pricing .list-group-item {
     padding: 10px 8px;
	}
	.pricing h4 {
    font-size: 18px;
    line-height: 24px;
}
	.pricing .badge {
     padding: 8px 12px;
    font-size: 23px;
 	}
	.pricing .container-form .modules-title {
    font-size: 14px;
	}
	.pricing .container-form h5 { 
    font-size: 18px;
	}
}