body{
  background-color:white;
  color: #333;
}
.section-title .sub-title {
  font-size: 0.95em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #e87a59;
}
.homeContents{
  padding: 5px;
}
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-right: 2rem;
  padding-top:1rem;
  padding-left: 0!important;
}

.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.5;*/
    color: #fff;
    height: 115px;
    border-radius: .5em;
  }

  .prc-box.active{
    background:var(--iq-progress-color);
    -webkit-box-shadow: 0 0 10px 0 var(--iq-progress-color);
    -moz-box-shadow: 0 0 10px 0 var(--iq-progress-color);
    box-shadow: 0 0 5px 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);
    display: none;
  }

  .prc-box.active::after{
    display: block;
  }
  
  .prc-box .h4{
    font-size: 1.5em;
  }
  
  .prc-box .h4{
    font-size: 1.5em;
  }
  
  .prc-box small{
    font-size: 12px;
    display: block;
  }
  
  .prc-box:hover {
      cursor:pointer;
  }
  
  .sign-in-page .form-control{
      color:#333;
      border-radius: 3px;
  }
  
  .stepTitle{
      color:#333; 
  }

  #optionsBody{
    font-size: 0.8rem;
  }

  #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, #promoCodeReturnDefault small{
    font-weight: 500;
    font-size: .85rem;
    margin-bottom: 0;
    line-height: 1;
  }
  #promoCodeReturnDefault small small{
    font-weight: 400;
  }

  #promoCodeReturnResponse small{
    font-weight: 500;
    font-size: .85rem;
    text-transform: uppercase;
  }

  #productChoiceReturnResponse{
   /* width: fit-content;
    padding: 2px 8px;
    color: var(--iq-body-text);
    border-radius: 5px;
    font-size: 0.8rem;*/
  }

  /* 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,
  #validateProductFree{
    border-radius: 10px!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: auto;
  }
  .pricing .table th,
  .pricing .table td {
    padding: 0.75em 0;
  }

  /* 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;
    right: 13px;
  }

  #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{
    color:#dc3545;
  }

  
  .pricingTable .btn-primary:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff !important;
}
.inner{
    width:100%;
    float:left;
    position:relative;
}

.pricingTable .holder{
    background: #f5f5f5;
    padding: 40px 15px;
    text-align: center;
    transition:0.5s ease;
    border-radius: 1rem;
    height: 100%;
}

.pricingTable .holder:hover{
    transform:translateY(-5px);
    
}
.pricingTable .holder .title p{
    font-size:28px;
    font-weight:bold;
    color:#000;
}

.pricingTable .holder .img img{
    width:70%;
}

.pricingTable .holder .price p{
    color:#000; 
}
.pricingTable .holder .price>p+p{
    color:#252525;
    margin-bottom: 25px;
}

.pricingTable .holder .price p b{
    font-size:40px;
    font-weight:bold;
}

.pricingTable .holder .price p span{
    font-size:18px;
}

.pricingTable .holder .info p{
    margin-bottom:15px;
    color:#252525;
}
.pricingTable .popular{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #fbdbd8;
    border: 2px solid #fbdbd8;
    padding: 5px;
}
.pricingTable .holder.active {
    background: #ffffff;
    border: 2px solid rgba(233, 77, 62, 0.2);
    -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 40px rgb(0 0 0 / 8%);
    transform: scale(1.05);
    z-index: 9;
}
/*
.pricingTable .holder.active .title p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p{
    color:#fff;
}*/

.pricingTable .holder.active .readon{
    background:#fff;
    color:#354e9c!important;
}

.pricingTable .holder.active .readon:hover{
    background:#252525;
    color:#fff!important;
}

  .pricingTable .tabsBtnHolder {    
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pricingTable .tabsBtnHolder ul {
    /*float: left;
    display: block;*/
    width: 100%;
    max-width: 326px;
    border-radius: 3rem;
    /*margin: 0px auto;
    margin-top: 2rem;*/
    background: #e5e5e5;
    text-align: center;
    position: relative;
    padding: 0.5rem;
}

.pricingTable .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p{
    color:#000000;
    opacity: .4;
    padding:1rem;
    z-index:10;
    position:relative;
    cursor:pointer;
    margin: 0;
}

.pricingTable .tabsBtnHolder ul li p.active{
    color:#000000;
    opacity: 1;
}

.pricingTable .tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 4px; /*163px*/
    background: #fff;
    height: calc(100% - 8px);
    transform: translateY(-50%);
    border-radius: 3rem;
    width: 161px;
    z-index:9
}

.pcr-label {
  font-size: 0.85em;
}
.pcr-label span{
  font-size: 0.75em;
}

.prc-box.active,
.product-selected {
  z-index: 999;
  position: relative;/*
  font-family: var(--font-family-main);
  width: 350px;
  height: auto;*/
  background-color: #ffffff;
  border-radius: 15px;
  padding: 23px 20px;
  box-shadow: 3px 3px 7px  #bf66ff, -3px -3px 7px #66edff;
  animation: shadow-box 2s linear infinite;
}

@keyframes shadow-box {
  0% {
    box-shadow: 7px 7px 12px  #bf66ff, -7px -7px 12px #66edff;
  }
  50% {
    box-shadow: 3px 0px 10px  #bf66ff, -3px 0px 7px #66edff;
  }
  100% {
    box-shadow: 7px 7px 12px  #bf66ff, -7px -7px 12px #66edff;
  }
}
#submitButton {
  background: #e87a59;
  border: 2px solid #e87a59;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  margin-top: 1em;
}

.btn-gateway:hover button,
.btn-gateway button.selected {
  border: 2px solid #e87a59 !important;
}
.btn-gateway button {
  background-color: #fff !important;
}
.btn-gateway button#validateProductFree {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(203,253,45,1) 100%);
}
.btn-gateway button#validateProductFree div {
  font-size: .85em;
  line-height: .85em;
  font-weight: 500;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.btn-gateway button#validateProductCB {
  background: rgb(34,46,114);
  background: linear-gradient(250deg, rgba(34,46,114,1) 0%, rgba(64,203,255,1) 50%, rgba(60,183,146,1) 100%);
}
.btn-gateway button#validateProductCB .img-cb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}
.btn-gateway button {
  height: 70px;
  width: 110px;
  border: 2px solid #dcdcdc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}