.is-bg-white {
    background-color: #fff;
    color: #d4427f !important;
    font-weight: bold;
}
.is-pink {
    background: #e91e63 !important;
}
@media only screen and (min-width: 769px) {
    .hero .hero-body .container {
        height: calc(100vh - 219px);
        box-sizing: content-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .is-hidden-desktop {
        display: none !important;
    }
}
@media only screen and (max-width:768px) {
    .p-home .hero h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .is-hidden-mobile {
        display: none !important;
    }
    .p-home .hero h2 br {
        display: none;
    }
    .search-form-group input, .search-form-group button {
        font-size: 22px !important;
    }
}
p.users-number {
    margin: 0 0 50px;
    padding: 0 15px;
    font-size: 20px;
    /* font-weight: bold; */
}
.big-catchy-text {
    font-size: 20px !important;
    font-weight: bold;
}
.princing-option i {
 color: #6EB3F3
}
.princing-option {
    padding: 10px 0;
}
.princing-option--header  {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
}
.princing-option--header>span {
    width: 100%;
    padding: 0 10px;
    text-align: left;
}
.princing-option--input {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center
}
.princing-option--input input {
  width: 100%;
  max-width: 100%;
  margin: 0 5px
}
  
.is-blue i.far.fa-check-circle {
    color: #3a4cb9;
}

.is-purple i.far.fa-check-circle {
    color: #804ad4;
}
@media screen and (max-width: 768px) {
    .navbar-container-area{
        padding: 0;
    }
    .navbar-container-area .btn {
        font-size: 11px;
        margin-right: 10px;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
    }
    .navbar .nav-buttons {
        padding: 5px 14px !important;
    }
    .navbar .nav-buttons .nav-burger i {
        font-size: 20px !important;
    }
    .navbar-brand .logo-inverse {
        width: 78px !important;
        align-self: center;
    }
    .hero h1 {
        font-size: 32px !important;
        line-height: 34px !important;
    }
    html[lang="fr"] .hero h1 {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 380px) {

    .navbar-container-area .btn {
        font-size: 12px;
        margin-right: 10px;
    }
    .hero {
        margin-top: -135px !important;
    }
}
.search-form-group button {
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    /* .search-form-group {
        flex-direction: column;
    }
    .search-form-group input, .search-form-group button {
        width: 100%;
        max-width: 100%;
        height: 60px;
        text-align: center;
        padding: 10px 20px !important;
        font-size: 18px !important;
    } */
    .search-form-group input, .search-form-group button {
        height: 60px !important;
        text-align: center;
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
iframe#launcher {
    bottom: 80px !important;
    right: 10px !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.p-contact {
    margin-bottom: 50px;
}
@media only screen and (min-width:769px) {
    .footer{
        padding:0 1.5rem 93px
    }
}
@media screen and (max-width: 480px) {
    .btn.radio {
    width: 100px;
    }
    .columns {
        margin-left: 0;
        margin-right: 0;
    }
    .hero .keywords {
        height: auto;
    }
}
