body{
  background-color:white;
  color: #333;
}
hr {
	color: #f3f3f3;
}
body .m-profile .sign-user_card {
	background: none;
}
.modal-body svg,  
.footer-info svg{  
  color: #333 ;
}
.footer-info svg:hover{  
  color: var(--iq-progress-color);
}
.modalHeader{
  background-color:var(--iq-primary);
}

.btn-billing-period{
    background-color: transparent;
    border: 2px solid var(--iq-primary);
    color: white;
    font-weight: bold;
}

.btn-billing-period:focus{
    box-shadow: none;
    outline: none;
}

.btn-billing-period.active{
    background-color: var(--iq-primary);
}

.card-product{
    background-color: transparent;
    border: none;
}

.container-fluid.mainHeader{
	background-color:transparent;
	z-index:10!important;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top:1rem;
}

.m-profile {
    padding-top: 60px;
    padding-bottom: 60px;
}

svg {
    color: var(--iq-progress-color);
    width: 25px;
    height: 25px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}


/* Forfaits */

.prc-box{
    background:var(--iq-progress-color);  
    opacity:0.6;
  }
  .prc-box.active{
    background:var(--iq-progress-color);
    -webkit-box-shadow: 0 0 3px 0 var(--iq-progress-color);
    -moz-box-shadow: 0 0 3px 0 var(--iq-progress-color);
    box-shadow: 0 0 3px 0 var(--iq-progress-color);
    opacity:1;
  }
  
  .prc-box::after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border:10px solid transparent;
    border-top-color: var(--iq-progress-color);
    border-bottom-width: 0px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
  }
  
  .prc-box .h4{
    font-size: 1.5em;
  }
  
  .prc-box .h4{
    font-size: 1.5em;
  }
  
  .prc-box small{
    font-size: 12px;
    display: block;
  }
  
  .prc-box {
      background: var(--iq-progress-color);
      opacity: 0.2;
  }
  
  .prc-box:hover {
      cursor:pointer;
  }
  
  .sign-in-page .form-control{
      color:#333;
      border-radius: 3px;
  }
  
  .container-fluid.mainHeader{
      background-color:transparent;
      z-index:10!important;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top:1rem;
  }
  
  .stepTitle{
      color:#333; 
  }

  #optionsBody{
    font-size:15px;
  }

  #optionsBody .child-cell{
    border-bottom: 1px solid;
  }

  #optionsBody .text-left{
    border-bottom: 1px solid;
  }
  
  /* Price table */
  * {
    box-sizing: border-box;
  }
  
  .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
  }
  
  .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .price {
    border: solid 5px #191919;
  }
  
  .price:hover {
    border: solid 5px var(--iq-progress-color);
    /*color: white;*/
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    
  }
  
  .price:hover svg {
    color: white;
  }
  
  .price .header {
    background-color: #191919;
    color: white;
    font-size: 25px;
  }
  
  .price li {
    border-bottom: 1px solid #191919;
    padding: 20px;
    text-align: center;
  }
  
  .price .grey {
    background-color: #191919;
    font-size: 20px;
  }
  
  .button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
  
  .type{
    display: none;
  }
  
  .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
      border-color: #e50914;
  }
  .invalid-feedback {
      color: #e50914;
  }
  
  .hidden{
    display:none;
  }
  
  #validateProductCB{background-color: var(--iq-progress-color)!important;}
  #validateProductSEPA{background-color: #1B4091;}
  #validateProductPAYPAL{background-color: #FDC43A;}

  #validateProductSEPA.flashbutton{background-color: #1B4091!important;}
  #validateProductPAYPAL.flashbutton{background-color: #FDC43A!important;}

  #promoCodeInfoTrue{
    color:#28A745!important;
    font-weight: 500!important;
  }

  #promoCodeInfoFalse{
    color:#DC3545!important;
    font-weight: 500!important;
  }

  #promoCodeReturnDefault small{
    font-weight: 500!important;
    font-size: 18px!important;
  }

  #promoCodeReturnResponse small{
    font-weight: 500!important;
    font-size: 18px!important;
    text-transform: uppercase;
  }

  /* Flash effect button */
  .flashbutton {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }

  @-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }

  .lastChildInLoop{
    border-bottom: none!important;
  }

  #validateProductCB,
  #validateProductSEPA,
  #validateProductPAYPAL{
    border-radius: 15px!important;
  }
  
  .sign-user_card{
      background: none !important;
      box-shadow: none !important;
  }

  .priceForPayment{
    text-align: center;
    font-size: 30px;
    margin-top: 1rem;
    font-weight: 600;
  }

  /* GIFT PART */
  #productTableHead{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #productTableBody{
    display: none;
  }

  #productTableHead.active{
    display: flex;
    float: right;
    padding-right: 10px;
  }

  #productTableBody.active{
    display: block;
  }

  #giftInfoProduct{
    cursor: pointer;
  }

  .giftSeparator{
    margin-top:5px;
    margin-bottom:5px;
  }

  .table-responsive.pricing{
    overflow: hidden;
  }

  /* TRIAL */
  .trial-verbatim{
    background-color: #007BFF;
    color: white;
    margin-bottom:5px;
    max-width: 190px;
    font-size: 12px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    top: 20px;
    margin: 5px;
  }

  #mainThead.listView{
    display: flex;
    align-items: end;
    justify-content: end;
  }

  /* CODE PROMO PULSE */
  #promoCodeValidation.pulse{
    box-shadow: 0 0 0 0 rgb(15, 11, 228);
    transform: scale(1);
    animation: pulsePromoCode 2s infinite;
  }

  @keyframes pulsePromoCode {
    0% {
      transform: scale(0.98);
      box-shadow: 0 0 0 0 rgba(13, 58, 206, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
      transform: scale(0.98);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

  #promoCodeReturnDefault{
    background-color: #007BFF;
    color:white;
    padding: 15px;
    border-radius: 5px;
  }

  