@font-face {
    font-family: PFBSPR;
    src: url(../fonts/PFBeauSansPro-Regular.otf);
}

@font-face {
    font-family: Gilroy-Light;
    src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
    font-family: MullerMedium;
    src: url(../fonts/MullerMedium.otf);
}

@font-face {
    font-family: MullerLight;
    src: url(../fonts/MullerLight.otf);
}

@font-face {
    font-family: MullerThin;
    src: url(../fonts/MullerThin.otf);
}

html {
    font-family: PFBSPR;
    /*font-size: 20px;
    /* height: 100%; 
    /* overflow: hidden; */
}

.float-left {
    float: left;
}

.section-heading {
    text-transform: uppercase;
    font-family: Gilroy-Light;
    color: #1D71B2;
    padding: 30px 0px;
    font-size: 1.3em;
}

.lead {
    color: #2d5b72;
    font-family: Gilroy-Light;
}

.header {
    background-color: #1D71B2;
    border-color: #1D71B2;
    font-family: PFBSPR;
    color: #FFFFFF;
    padding: 25px;
    height: 150px;
}

.tarifs-nav {
    width: 100%;
    text-align: center;
    font-family: Gilroy-Light;

}

.header div :first-child {
    font-size: 2rem;
}

.header div :last-child {
    margin-top: -.8rem;
    font-size: 1rem;
}

.logo {
    width: 80px;
    height: 80px;
    margin-right: 20px
}

.msgLogo {
    width: 52px;
    height: 52px;
}

.title-preimt {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: Gilroy-Light;
    color: #1D71B2;
    padding: 30px 0px;
    font-size: 1.5em;
}

.card {
    text-align: center;
    border: 0;
    min-height: 300px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
    font-family: Gilroy-Light;
    transition: all .3s ease-in-out;
    padding: 1.5rem 0;
    position: relative;
}

.card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

.card:hover:after {
    width: 100%;
}

.card .card-header {
    background-color: white;
    padding-left: 2rem;
    border-bottom: 0px;
    font-family: Gilroy-Light;
}

.card .card-body {
    padding: 0px;
    /*padding-top: 25px;*/
}

.card .card-title {
    font-family: PFBSPR;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #235a71;
}

.card .list-group-item {
    border: 0px;
    padding: .25rem;
    color: #808080;
    font-weight: 300;
    font-size: 2rem;
    font-family: Gilroy-Light;
}

.display-4 .currency {
    font-size: 1.5rem;
    position: relative;
    font-weight: 400;
    top: -45px;
    letter-spacing: 0px;
}

.display-4 .period {
    font-size: 1rem;
    color: #b3b3b3;
    letter-spacing: 0px;
}

ol,
ul {
    list-style: none;
}

li.advantagesitem {
    text-transform: uppercase;
    flex-direction: column;
    flex: none;
    min-height: 22rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    /* margin: 6rem 2.5rem 0; */
}

.advantagesitem p {
    font-family: MullerLight;
    color: #1D71B2;
    padding: 0px 30px 0px 30px;
    transition: 0.3s all;
}

.lineb {
    background-color: rgb(255, 201, 62);
    width: 136px;
    height: 2px;
    margin: 20px auto;
}

.smaleradlist li img {
    width: 150px;
    height: 150px;
}

.smalleradlist li img {
    width: 100px;
    height: 100px;
}

ul.advlist {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    /* max-width: 140rem; */
    flex-direction: row;
    justify-content: center;
    padding: 0;
}

.spectitle {
    margin-top: 0px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
}

.smallerdesc {
    color: #2d5b72 !important;
    font-family: Gilroy-Light !important;
    text-transform: none;
}

.section-content {
    margin-top: 30px;
}

.section-content.writeus {
    background: whitesmoke;
}

#payment-form {

    #amount-error,
    #account-error,
    #payment-error {
        margin-top: .25rem;
        font-size: 80%;
        color: #dc3545;
    }
}