*,
*::before,
*::after {
    /*box-sizing: border-box;*/
}
.fb-page{
    padding: 9px 7.5px;
}
.card__title-h3 {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    color: #fc601d !important;
    line-height: 1.2 !important;
    font-family: 'Arial';
}
.card__title-h3-blue {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    color: #0679c9 !important;
    line-height: 1.2 !important;
    font-family: 'Arial';
}
body {
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards__item {
    display: flex;
    /*padding: 1rem;*/
    /*padding-bottom: 2rem;*/
}
@media (min-width: 40rem) {
    .cards__item {
        /*width: 50%;*/
        width: 292px;
        margin: 0 auto;
    }
}
@media (min-width: 56rem) {
    .cards__item {
        /*width: 33.3333%;*/
        width: 292px;
        /*height: 304px;*/
    }
}

.card {
    background-color: white;
    /*border-radius: 0.25rem;*/
    /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
    box-shadow: 2px 2px 15px #D9D9D9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 5px;
}

.card__image {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;*/
    /*filter: contrast(70%);*/
    /*overflow: hidden;*/
    position: relative;
    /*transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);*/
}
.card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (min-width: 40rem) {
    .card__image::before {
        /*padding-top: 66.6%;*/
    }
}
@media (min-width: 20rem) {
    .cards{
        /*width: 292px;*/
        margin: 0 auto;
    }
}
@media (min-width: 1281px) {
    /*.cards {
        width: 292px;
    }*/
    li.margin-both {
        margin-left: 15px !important;
        margin-right: 11px !important;
    }
}
li.cards__item {
    width: 300px;
    height: 300px;
    /*width: 292px;*/
    margin: 0 auto;
}
.card__title {
    color: #fc601d;
    font-size: 14px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    font-weight: bold;
    text-align: center;
    height: 46px;
}

.card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
.card__informations {
    /*margin-top: 12px;*/
    margin-bottom: 12px;
}
.card__start-at{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Arial';
}
.card__price-at {
    font-size: 24px;
    color: #fc601d;
    display: block;
    font-weight: bold;
    text-align: center;
    font-family: 'Arial';
}
.card__price-at-blue {
    font-size: 24px;
    color: #0679c9;
    display: block;
    font-weight: bold;
    text-align: center;
    font-family: 'Arial';
}
.card__merchant{
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 4px;
}
.card__merchant-without-price{
    text-align: center;
    margin-top: 4px;
}
.encherissez{
    font-size: 15px;
    color: #fc601d;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
.encherissez-blue{
    font-size: 15px;
    color: #0679c9;
    font-weight: bold;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
}
.card__percentage {
    color: #FFFFFF;
    background-color: #fc601d;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 90px;
    margin-right: 25px;
    list-style-type: none;
    position: absolute;
    right: 0;
    z-index: 9;
}
.card__percentage-blue {
    color: #FFFFFF;
    background-color: #0679c9;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 90px;
    margin-right: 25px;
    list-style-type: none;
    position: absolute;
    right: 0;
    z-index: 9;
}
.card__price{
    font-size: 15px;
    color: #fc601d;
    font-weight: bold;
    text-align: center;
    float: right;
    width: 49%;
    line-height: 1;
}

.border-right {
    border-right: 1px solid #E3E3E3;
}
.card__package{
    line-height: 5px;
}
.card__package-block {
    display: block;
}