.my-inline-form {
    width: 515px;
    text-align: right;
    padding: 10px;
}

.my-login-form {
    width: 90%;
}

.my-inline {
    display: inline;
}

.my-auto {
    margin: auto;
}

.my-center {
    text-align: center;
}

.label-rounded {
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

.fidelity-card {
    min-height: 250px;
    max-width: 500px;
    box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.1);
}

.fidelity-card-header {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 15px 10px 15px;
    border-bottom: 0;
    background: whitesmoke;
}

.fidelity-card-footer {
    padding: 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid whitesmoke;
}

.bg-grad-primary {
    background: rgb(19, 167, 175);
    background: linear-gradient(138deg, rgba(19, 167, 175, 1) 0%, rgba(94, 218, 224, 1) 100%);
}

.bg-grad-success {
    background: rgb(28, 132, 198);
    background: linear-gradient(162deg, rgba(28, 132, 198, 1) 0%, rgba(114, 185, 231, 1) 100%);
}

.bg-grad-info {
    background: rgb(35, 198, 200);
    background: linear-gradient(162deg, rgba(35, 198, 200, 1) 0%, rgba(112, 231, 232, 1) 100%);
}

.bg-grad-warning {
    background: rgb(248, 172, 89);
    background: linear-gradient(162deg, rgba(248, 172, 89, 1) 0%, rgba(254, 207, 156, 1) 100%);
}

.bg-grad-danger {
    background: rgb(237, 85, 101);
    background: linear-gradient(162deg, rgba(237, 85, 101, 1) 0%, rgba(254, 149, 160, 1) 100%);
}

.bg-grad-green {
    background: rgb(97, 216, 54);
    background: linear-gradient(162deg, rgba(97, 216, 54, 1) 0%, rgba(154, 244, 121, 1) 100%);
}

.bg-grad-orange {
    background: rgb(249, 186, 0);
    background: linear-gradient(162deg, rgba(249, 186, 0, 1) 0%, rgba(254, 218, 113, 1) 100%);
}

.bg-grad-bleu {
    background: rgb(0, 150, 255);
    background: linear-gradient(162deg, rgba(0, 150, 255, 1) 0%, rgba(120, 196, 250, 1) 100%);
}

.bg-grad-rose {
    background: rgb(239, 95, 167);
    background: linear-gradient(162deg, rgba(239, 95, 167, 1) 0%, rgba(246, 171, 209, 1) 100%);
}

.bg-grad-gray {
    background: rgb(168, 168, 168);
    background: linear-gradient(162deg, rgba(168, 168, 168, 1) 0%, rgba(223, 223, 223, 1) 100%);
}

.noic {
    font-size: 25px;
    margin-right: 10px;
}

.label-rounded-primary {
    border-color: #1aabb3;
    color: #1aabb3;
}

.label-rounded-default {
    border-color: #5e5e5e;
    color: #5e5e5e;
}

.controller-wrapper {
    min-height: 100%;
}

.controller-wrapper.particulier {
    padding-top: 65px;
    padding-bottom: 45px;
}

.controller-wrapper.front {
    padding-top: 60px;
    padding-bottom: 45px;
}

.dist-wrapper {
    font-size: 14px !important;
    background: white;
    padding: 10px 8px 0;
    border: 1px solid #e5e6e7;
    display: block;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.category-item {
    color: inherit;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

.menu-item {
    font-size: 19px;
    font-weight: 400;
}

.full-height {
    height: 100%;
}

.store-desc {
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-style: italic;
}

._Sth {
    padding: 0px !important;
    font-weight: inherit !important;
    background-color: #f1d40f !important;
}

#back-to-top {
    color: rgb(200, 200, 200);
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 35px;
    z-index: 999;
}

#smart-bar {
    background: #2e404f;
    padding-bottom: 50px;
}

.front h2:target {
    padding-top: 70px;
    margin-top: -70px;
}

.front h3:target {
    padding-top: 70px;
    margin-top: -70px;
}

.front p {
    font-size: 15px;
}

.smart-overflow {
    overflow-y: auto;
    overflow-x: hidden;
}

.header-table td {
    background: #eaeaea;
}

.default-button {
    background: #fff;
    border: 1px solid #e7eaec;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #969696;
}

.default-button-selected {
    color: #337ab7 !important;
    font-weight: 600 !important;
}

.default-select {
    height: 26px;
    border: 1px solid #e7eaec;
    color: #969696;
    vertical-align: middle;
    max-width: 170px;
}

.my-progress-mini {
    height: 7px;
    margin: 5px 0px;
    overflow: hidden;
    background-color: #e4e4e4;
    border-radius: 4px;
}

.slimScrollDiv {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 100%;
}

.full-height-scroll {
    overflow: hidden;
    width: auto;
    height: 100%;
}

.register-page {
    padding: 50px 40px 40px;
    margin: 50px auto auto;
}

.register-page input[type=text], .register-page input[type=password], .register-page select {
    height: 35px;
}

.register-page label {
    margin-top: 5px;
}

.register-button {
    background-color: white;
    min-height: 20px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dfe5ef;
    border-radius: 4px;
}

.my-buttom-primary {
    color: #fff;
    background-color: #1aabb3;
    border-color: #135e65;
}

.my-button-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.light {
    font-weight: 200;
}

.light strong {
    font-weight: 400;
}

#store-map {
    height: 200px;
    width: 100%;
}

.histo {
    line-height: 1.2;
    font-style: italic;
    color: #888;
}

.img-avatar {
    width: 35px;
    height: 35px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.set-img-avatar {
    position: absolute;
    margin-top: 30px;
    margin-left: 60px;
    background: #808080d9;
    border-radius: 50%;
    padding: 6px;
    color: white;
}

.navbar-profile > li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}

.opts-item > a {
    display: block;
    color: inherit;
    padding: 5px 0;
}

.open-map {
    width: 150px;
    background: #d1dade;
    margin: auto;
    border-radius: 0px 0px 5px 5px;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-top: 0px;
}

.help-required {
    color: #f8ac59;
    font-size: 10px;
    float: right;
    display: inline;
    margin-bottom: -10px;
}

.bottom-divider {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.bottom-divider-dotted {
    border-bottom: 1px dotted #eaeaea;
    margin-bottom: 10px;
}

.bottom-border {
    border-bottom: 1px solid #eaeaea;
}

.top-border {
    border-top: 1px solid #eaeaea;
}

.bloc-option {
    border-left: 3px solid #24c7c8;
    background: #f9f9f9;
    padding: 10px 5px;
}

.bloc-border-left {
    border-left: 3px solid #24c7c8;
    padding: 10px 5px;
}

.bloc-highlight-default {
    border: 1px solid #ddd;
    border-left: 5px solid #eaeaea;
    background: #fff;
    padding: 15px 25px;
}

.bloc-highlight-primary {
    border: 1px solid #ddd;
    border-left: 3px solid #1aabb3;
    background: #fff;
    padding: 15px 25px;
}

.bloc-highlight-warning {
    border: 1px solid #ddd;
    border-left: 3px solid #f8ac59;
    background: #fff;
    padding: 15px 25px;
}

.stroke-price {
    font-size: 80%;
    text-decoration: line-through;
    color: #a39da1;
    font-weight: 400 !important;
    margin-right: 5px;
}

.stroke-text {
    text-decoration: line-through;
}

.product-price .stroke-price {
    color: #efecee;
}

.menu-link-primary a {
    background: #1aabb3 !important;
    color: white !important;
}

.menu-link-warning a {
    background: #f8ac59 !important;
    color: white !important;
}

.menu-link-default a {
    background: #fff !important;
    color: #525252 !important;
}

.actu {
    padding: 20px 0;
}

.actu-divider {
    width: 160px;
    height: 1px;
    margin: 0 auto 10px;
    border-bottom: 2px solid #1aabb3;
}

.navbar-front {
    background-color: #1aabb3;
    color: #fff;
    border-bottom: 1px solid #f3f3f4;
}

.navbar-front .navbar-toggle .icon-bar {
    background-color: #fff;
}

.full-border {
    border: 1px solid #ddd;
}

.image-gallery .extra {
    position: absolute;
    background: rgba(80, 80, 80, 0.56);
    height: 125px;
    line-height: 125px;
    text-align: center;
    font-size: 75px;
    width: calc(100% - 5px);
    color: white;
}

.ofx {
    height: 32px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.icon-bottom {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    height: 40px;
    width: 40px;
    display: block;
    padding: 7px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
}

.icon-bottom.icon-right {
    right: 10px;
    display: none;
}

.icon-bottom.icon-left {
    left: 20px;
}

.paiement-list ul {
    list-style: none;
    text-align: center;
    font-size: 1px;
    letter-spacing: -2px;
}

.paiement-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 5px 0;
    font-size: 11px;
    letter-spacing: normal;
}

.vertical-timeline-content-newcard {
    position: relative;
    margin-left: 60px;
    background-color: #f5f5f5;
    border-radius: .25em;
    padding: 0.75em;
}

#image-cover-home {
    background-image: url("../img/carroussel.jpg");
}

#image-cover-details {
    background-image: url("../img/carroussel-details.jpg");
}

#image-cover-particuliers {
    background-image: url("../img/carroussel-particuliers.jpg");
}

#image-cover-commercants {
    background-image: url("../img/carroussel-commercants.jpg");
}

#image-cover-mairie {
    background-image: url("../img/carroussel-mairies.jpg");
}

#image-cover-explore {
    background-image: url("../img/carroussel-explore.jpg");
}

#image-cover-commercants-aides {
    background-image: url("../img/carroussel-aides.jpg");
}

#image-cover-recrutement {
    background-image: url("../img/carroussel-recrutement.jpg");
}

.bon-title {
    font-weight: 400;
    color: white;
    background: #ed5565;
    padding: 5px 5px;
    display: inline-block;
}

.uncolorlinks a {
    color: inherit;
}

.uncolorlinks a:hover {
    color: inherit;
}


.qty-product {
    width: 130px;
}

.qty-product .input-group-btn:nth-child(1) button {
    border-right: 0;
}

.qty-product input[type="number"] {
    border-right: 0;
    border-left: 0;
}

.qty-product .input-group-btn:nth-child(3) button {
    border-left: 0;
}

.default-label {
    background: #fff;
    border: 1px solid #e7eaec;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    color: #969696;
}

.primary-label {
    background: #fff;
    border: 1px solid #1aabb3;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    color: #1aabb3;
}

.danger-label {
    background: #fff;
    border: 1px solid #ed5565;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    color: #ed5565;
}

.img-selection {
    height: 120px;
}

.img-cover-200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.productimg {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.productdesc .productname {
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
}

.productdesc .description {
    height: 50px;
    font-size: 12px;
    overflow: hidden;
}

.contraster {
    background: #00000021;
    padding: 25px;
    border-radius: 10px;
}

.contrast-label {
    position: absolute;
    background: #00000066;
    padding: 5px;
    color: white;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
}

.contrast-label .storename {
    height: 18px;
    overflow: hidden;
}

.contrast-label .storecat {
    font-size: 10px;
    height: 18px;
    overflow: hidden;
}

.tinybadge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-size: 8px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 8px;
}

.label-input-gr-dp {
    display: inline;
    vertical-align: middle;
    background: #fff;
    padding: 5px 8px;
    border: 1px solid #e7eaec;
    color: #1aabb3;
}

.product-box-header {
    position: relative;
}

.product-price-discount {
    font-size: 12px;
    color: #fff;
    background-color: #ed5565;
    padding: 6px 12px;
    position: absolute;
    top: -60px;
    right: 0;
    height: 28px;
    overflow: hidden;
}

.overimg-label-1 {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    position: absolute;
    height: 32px;
    overflow: hidden;
    z-index: 99;
}

.overimg-label-2 {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    position: absolute;
    top: 32px;
    height: 32px;
    overflow: hidden;
    z-index: 99;
}

.store-opts-label {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 42px;
    overflow: hidden;
}

.bulle {
    display: inline-block;
    color: white;
    background: #1aabb3;
    padding: 5px 7px;
    border-radius: 50%;
}

.bulle.bulle-md {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 25px;
}

.twitter {
    color: #00acee;
}

.linkedin {
    color: #0e76a8;
}

.facebook {
    color: #3b5998;
}

.fbox {
    display: flex;
}

.fbox-wrap {
    display: flex;
    flex-wrap: wrap;
}

.fbox-just-spevn {
    justify-content: space-evenly;
}

.fbox-just-spbtw {
    justify-content: space-between;
}

.fend {
    justify-content: flex-end;
}

.fstart {
    justify-content: flex-start;
}

.fcenter {
    justify-content: center;
}

.fvcenter {
    align-items: center;
}

.subnavbar {
    height: 48px;
    background: #e6e6e6;
}

.subnavbar__item > a {
    display: block;
    color: #868686;
    font-weight: 400;
    padding: 14px 10px 14px;
}

.list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    color: #555;
    margin-bottom: -1px;
}

.input-xl {
    height: 56px !important;
    padding: 10px 16px;
    font-size: 20px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-xl {
    padding: 15px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

.my-input-lg {
    font-size: 16px !important;
    margin-top: 16px;
    border-radius: 3px;
    height: 46px;
    padding: 10px 16px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    display: block;
}

.my-input {
    font-size: 14px !important;
    border-radius: 3px;
    height: 34px;
    padding: 6px 12px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    display: block;
}

.my-input-gray {
    font-size: 14px !important;
    border-radius: 3px;
    height: 34px;
    padding: 6px 12px;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #e5e6e7;
    display: block;
}

table.no-borders td, table.no-borders th {
    border: none !important;
}

.dash-underline {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.bg-gray-dark {
    background: #27292b;
    fill: #27292b;
    color: white;
}

.bg-grey-10 {
    background-color: #d0f3ec;
}

.titla {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px;
    color: white
}

.sub-titla {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}

.navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #1aabb3;
}

.border-img-primary {
    border: 3px solid #1aabb3;
}

.clicked-primary {
    color: #1aabb3 !important;
}

.white-section {
    background: #fff;
}

.navbar-index a:hover {
    color: white;
    text-decoration: underline;
}

.bordered {
    border: 1px solid #e7eaec;
}

.flags {
    width: 18px;
}

.dashboard-container {
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-p-h-sm td {
    padding: 10px 0;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-info {
    cursor: help;
}

.chart-container-sm {
    position: relative;
    margin: auto;
    padding-right: 20px;
    width: 100%;
    height: 200px;
}

.chart-container-md {
    position: relative;
    margin: auto;
    padding-right: 20px;
    width: 100%;
    height: 300px;
}


.light-header {
    font-size: 16px;
    font-weight: 100;
}

.width-25 {
    width: 25% !important;
}

.width-50 {
    width: 50% !important;
}

.width-75 {
    width: 75% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.badge-top-right {
    position: absolute;
    right: 0;
    top: 5px;
}

.badge-discount {
    height: 25px;
    width: 25px;
    display: block;
    padding: 4px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
}

.badge-discount-primary {
    background: #1aabb3;
    color: #fff;
}

.badge-discount-success {
    background: #1c84c6;
    color: #fff;
}

.badge-discount-warning {
    background: #f8ac59;
    color: #fff;
}

.table-active {
    background-color: #f6f6f6;
}

.share-link {
    background: #1aabb3;
    padding: 2px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

.relative {
    position: relative !important;
}

.row-active {
    background: #f3f6fb;
}

.center-content {
    text-align: center;
    vertical-align: middle;
}

.liste-users {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-xs {
    max-height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-s {
    max-height: 120px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-sm {
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-md {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-lg {
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
}

.overflow-width {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.border-no-top {
    border: 1px solid #e7eaec;
    border-top: 0;
}

.colored-hover:hover {
    background-color: #f5f5f5;
}

.small-title {
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
}

.ts-uppercase {
    text-transform: uppercase;
}

#conversation-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
}

.fm-back-button {
    min-height: 20px;
    padding: 3px 11px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
}

.survey-row {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}

.survey-row-label {
    font-size: 20px;
    font-weight: 200;
    display: inline-block;
}

.survey-input {
    text-align: center;
    padding: 15px;
}

.survey-inputs-wrapper {
    padding-top: 5px;
    padding-left: 20px;
}

.survey-input-wrapper {
    margin-top: 5px;
}

.survey-buttons {
    margin-top: 20px;
    text-align: center;
}

.survey-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
}

.survey-buttons button, .survey-buttons input {
    width: 150px;
}

.survey-radio-wrapper.survey-input-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.survey-radio-wrapper input {
    flex: 0 0 auto;
    margin-right: 10px;
}

.survey-radio-wrapper .survey-input-labels-wrapper {
    flex: 1 1 auto;
    margin-left: 5px;
}

.survey-checkbox-wrapper.survey-input-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.survey-checkbox-wrapper input {
    flex: 0 0 auto;
    margin-right: 10px;
}

.survey-checkbox-wrapper .survey-input-labels-wrapper {
    flex: 1 1 auto;
    margin-left: 5px;
}

.survey-required-label {
    color: red;
    font-size: 12px;
}

.dashed-well {
    padding: 20px;
    border: 1px dashed #aeaeae;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
}

.navy-weell {
    min-height: 20px;
    padding: 15px;
    background-color: #1aabb3;
    border-radius: 5px;
}

.white-weell {
    min-height: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.weell {
    min-height: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.well-right {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f6fb;
    border: 1px solid #f5f7fb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-credit-card {
    height: 220px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    overflow-x: hidden;
    overflow-y: auto;
}

.well-active {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f6fb;
    border: 1px solid #dfe5ef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-user-visite {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-fidelity-card {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfe5ef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.right-flag {
    float: right;
    padding: 2px 10px;
    font-size: 17px;
    margin-top: 15px;
    border-radius: 3px 0 0 3px;
}

.left-flag {
    float: left;
    padding: 2px 10px;
    font-size: 17px;
    margin-top: 15px;
    border-radius: 0 3px 3px 0;
}


.flag-success {
    color: white;
    background-color: rgba(28, 132, 198, 0.78);
}

.flag-primary {
    color: white;
    background-color: #1aabb3;
}

.message-preview {
    background-color: #1aabb3;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.customers-panel {
    background: #f9f9f9;
    padding: 10px 25px 20px 25px;
    border: 1px solid #e7eaec;
    border-bottom: 0;
}

.legend-block {
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
    display: inline-block;
}

.legend-block-open {
    background-color: #fff;
}

.legend-block-special {
    background-color: #f3f6fb;
}

.legend-block-closed {
    background: url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2O8du3afy0tLUYGHAAsgU8RXCcuRShGY1OEYTe6IqyOQ1aE0/UwRTgVwHwHAHc9H4p9HpP3AAAAAElFTkSuQmCC
    ) repeat;
}

.mytag {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}

.productpage-breadcrumb li {
    display: inline !important;
}

.productpage-breadcrumb {
    margin: 15px 0;
    height: 22px;
    overflow: hidden;
}

.fake-textarea {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
}

.hidden-textarea {
    border: 1px solid transparent;
    resize: none;
}

.hidden-textarea-link {
    border-top: 1px solid #e7eaec;
    padding-top: 7px;
    color: #337ab7;
    text-decoration: none;
}

.hidden-textarea:focus {
    border: 1px solid;
    border-color: #1aabb3 !important;
    box-shadow: none;
    outline: none;
}

.calendar {
    float: left;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white;
    width: 100%;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.calendar > div.header {
    float: left;
    width: 100%;
    background: #f5f5f5;
    height: 40px;
    color: #333;
}

.calendar > div.header > * {
    height: 40px;
    line-height: 40px !important;
    display: inline-block;
    vertical-align: middle;
}

.calendar > div.header > i {
    float: left;
    width: 40px;
    font-size: 1.125em;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}

.calendar > div.header > i.fa-angle-left {
    text-align: left;
}

.calendar > div.header > i.fa-angle-right {
    text-align: right;
    margin-left: -40px;
}

.calendar > div.header > span {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 50px;
    margin-left: -40px;
    text-align: center;
    padding-right: 40px;
    color: inherit;
}

.calendar > div.week {
    float: left;
    width: 100%;
    border-top: solid 1px #ddd;
}

.calendar > div.week:first-child {
    border-top: none;
}

.calendar > div.week > span.day {
    float: left;
    width: 14.28571429%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: solid 1px #ddd;
    font-size: 0.75em;
    text-align: center;
    height: 30px;
    line-height: 30px !important;
    display: inline-block;
    vertical-align: middle;
    background: white;
    cursor: pointer;
    color: black;
}

.calendar > div.week > span.day:first-child {
    border-left: none;
}

.calendar > div.week > span.day.today {
    background: #f3f3f3;
}

.calendar > div.week > span.day.open {
    background: #fff;
}

.calendar > div.week > span.day.closed {
    background: url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2O8du3afy0tLUYGHAAsgU8RXCcuRShGY1OEYTe6IqyOQ1aE0/UwRTgVwHwHAHc9H4p9HpP3AAAAAElFTkSuQmCC
    ) repeat;
}

.calendar > div.week > span.day.special {
    background: #f3f6fb;
}

.calendar > div.week > span.day.different-month {
    color: #C0C0C0;
}

.calendar > div.week > span.day.selected {
    background: #bdbdbd;
    color: white;
}

.calendar > div.week.names > span {
    color: #333;
    font-weight: bold;
}

.selected-day {
    margin-top: 80px;
}

/****** PAGES *****/
.bg-texture {
    background: url('../img/body-bg.jpg') repeat;
}

#content-wrapper {
    padding: 10px;
}

.front-footer {
    min-height: 300px;
    background-color: #efefef;
    border-top: 1px solid #e7eaec !important;
}

.front-footer .col-text {
    line-height: 35px;
    font-size: 14px;
}

.front-footer .col-title {
    font-size: 22px;
    font-weight: 200;
}

/*-- REGISTER ---*/

#page-register .form-control, #page-register .btn {
    width: 100%;
    height: 40px;
}

#page-register .row {
    margin-top: 15px;
}

.label-ruban {
    position: absolute;
    padding: 5px;
    color: white;
    max-height: 30px;
    overflow: hidden;
    font-size: 14px;
    right: 0;
    top: 10px;
}

#part-navbar-collapse .liste-conversations {
    background: white;
}

#part-navbar-collapse .nav.navbar-right > li > a {
    color: white !important;
}

#part-navbar-collapse .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

#page-index .form-group-lg .form-control {
    font-size: 16px !important;
    margin-top: 16px;
    border-radius: 3px;
}

.font-pacifico {
    font-family: 'Pacifico', cursive;
}

.shadows {
    font-family: 'Shadows Into Light', sans-serif;
}

.amatic {
    font-family: 'Amatic SC', sans-serif;
}

.opensans {
    font-family: 'Open Sans Condensed', sans-serif;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #2091d8;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

/*-- RECOVER ---*/
.bg-none {
    background: url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2O8du3afy0tLUYGHAAsgU8RXCcuRShGY1OEYTe6IqyOQ1aE0/UwRTgVwHwHAHc9H4p9HpP3AAAAAElFTkSuQmCC
    ) repeat;
}

.bg-compta-danger {
    background: rgba(255, 121, 122, 0.55);
}

.bg-compta-info {
    background: rgba(189, 212, 239, 0.55);
}

.libClass {
    width: 350px;
}

.enClass {
    width: 100px;
}

.htClass {
    width: 100px;
    border-right: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    text-align: right;
}

.opClass {
    width: 60px;
}

.image-container .item {
    text-align: center;
    margin-right: 10px;
}


.ts-sm {
    font-size: 14px;
}

.ts-m {
    font-size: 18px;
}

.ts-l {
    font-size: 20px;
}

.ts-xl {
    font-size: 24px;
}

.ts-xxl {
    font-size: 28px;
}

.ts-xxxl {
    font-size: 35px;
}

.fw-l {
    font-weight: 200 !important;
}

.fw-m {
    font-weight: 400 !important;;
}

.fw-s {
    font-weight: 700 !important;;
}

.font-ce {
    letter-spacing: -2px;
    font-weight: 400;
}

.thb-img-sm {
    max-width: 20px;
    max-height: 20px;
}

.thb-img-md {
    max-width: 30px;
    max-height: 30px;
}

.thb-img-lg {
    max-width: 40px;
    max-height: 40px;
}

.thb-img-xl {
    max-width: 50px;
    max-height: 50px;
}

.p-xss {
    padding: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r-m {
    padding-right: 15px;
}

.p-r-l {
    padding-right: 20px;
}

.p-r-xl {
    padding-right: 25px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l-m {
    padding-left: 15px;
}

.p-l-l {
    padding-left: 20px;
}

.p-l-xl {
    padding-left: 25px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-m {
    padding-top: 15px;
}

.p-t-l {
    padding-top: 20px;
}

.p-t-xl {
    padding-top: 25px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b-m {
    padding-bottom: 15px;
}

.p-b-l {
    padding-bottom: 20px;
}

.p-b-xl {
    padding-bottom: 25px;
}

.border-primary {
    border-color: #1aabb3;
}

.border-success {
    border-color: #1c84c6;
}

.border-warning {
    border-color: #f8ac59;
}

.border-danger {
    border-color: #ed5565;
}

.border-info {
    border-color: #1DC7D1;
}

.border-default {
    border-color: #e7eaec;
}

.text-link {
    color: #337ab7 !important;
}

.color-1 {
    color: #61D836;
}

.color-2 {
    color: #F9BA00;
}

.color-3 {
    color: #0096FF;
}

.color-4 {
    color: #EF5FA7;
}

.color-5 {
    color: #1DC7D1;
}

.btn-premium {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFF;
}

.btn-mailbox {
    background: white !important;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #676a6c;
    padding: 4px 12px;
    color: #676a6c;
}

.btn-mailbox-danger {
    background: white !important;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ed5565;
    padding: 4px 12px;
    color: #ed5565;
}

.btn-bordered {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-fb {
    background-color: #4267b2;
    border-bottom: 1px solid #29487d;
    color: #fff;
}

.btn-settings {
    color: #c4c4c4;
}

.btn-outline-primary {
    border: 1px solid #1aabb3 !important;
    color: #1aabb3 !important;
}

.btn-outline-success {
    border: 1px solid #1c84c6 !important;
    color: #1c84c6 !important;
}

.btn-outline-danger {
    border: 1px solid #d23323 !important;
    color: #d23323 !important;
}

.btn-outline-info {
    border: 1px solid #1DC7D1 !important;
    color: #1DC7D1 !important;
}

.btn-outline-warning {
    border: 1px solid #f8ac59 !important;
    color: #f8ac59 !important;
}

.btn-outline-link {
    border: 1px solid #337ab7 !important;
    color: #337ab7 !important;
}

.btn-gray {
    color: inherit;
    background: #efefef;
}


.rad-0 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.rad-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rad-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.top-rad-5 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top-rad-10 {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.topr-rad-5 {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.botr-rad-5 {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.bot-rad-5 {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bot-rad-10 {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-rad-5 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.right-rad-5 {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.objfit-25 {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.objfit-30 {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.objfit-35 {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.objfit-40 {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.objfit-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.objfit-60 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.objfit-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.objfit-75 {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.objfit-100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.objfit-150 {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.objfit-200 {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.objfit-300 {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.obf-w100 {
    width: 100%;
    object-fit: cover;
}

.socialshare-btn {
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 20px;
}

.toggle-video-image {
    position: absolute;
    z-index: 99;
    bottom: 5px;
    right: 5px
}

.table-p-h-sm td {
    padding: 5px 0px;
}

.table-p-h-xs td {
    padding: 5px 0;
}

.table-p-sm td {
    padding: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.primary {
    color: #1aabb3 !important;
}

.success {
    color: #1c84c6;
}

.color-danger {
    color: #d23323;
}

.color-warning {
    color: #d28628;
}

.info {
    color: #31708f;
}

.normal {
    color: #676a6c;
}

.bg-even {
    background: #f5f5f5;
}

.bg-info {
    background: #1DC7D1;
}

a.disabled-button {
    pointer-events: none;
    cursor: default;
}

.ratio-16-9-w100 {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.ratio-1-1-w100 {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

#spinner-front, #spinner-back {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all 1s;
}

#spinner-front {
    z-index: 2009;
    margin-top: 45vh;
    color: #fff;
    text-align: center;
}

#spinner-back {
    z-index: 2008;
    height: 100vh;
    background: #000;
}

#spinner-front.show {
    visibility: visible;
    opacity: 1;
}

#spinner-back.show {
    visibility: visible;
    opacity: 0.7;
}

.__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 199;
    background-color: #0000008a
}

.ovline {
    white-space: nowrap;
    overflow: hidden;
}

.cat-label {
    font-size: 22px;
    z-index: 99;
    position: absolute;
    width: 250px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -16px;
    background: rgba(0, 0, 0, 0.22);
}

.cat-label:hover {
    text-decoration: underline;
}

/* MOBILE UNIQUEMENT */
@media screen and (max-width: 768px) {
    #page-index {
        /*width: 94%;
        margin-right: 3%;*/
        min-height: 800px;
    }

    #page-index-form-wrapper {
        min-height: 270px;
        margin-top: 30px;
    }

    .index-subtitles {
        font-size: 16px;
        font-weight: 200;
    }

    .storepage-header-wrapper {
        height: 250px;
        position: relative;
        background-image: url("../img/_default.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: #c7d6e5;
    }

    .image-cover-home {
        width: 100%;
        min-height: 600px;
        background-position: 25% top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-cover {
        width: 100%;
        min-height: 600px;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .productdesc {
        position: relative;
        padding: 10px 5px;
    }

    .product-layout-line {
        padding: 0 10px !important;
    }

    .row.row-xs-gutters {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row-xs-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .row-xs-gutters [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .container.xs-container-p-w-none {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container.xs-container-p-w-xs {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .xs-pull-left {
        float: left;
    }

    .rs-m-r-md {
        margin-right: 15px;
    }

    .rs-obf-w100-itm {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

/* NON MOBILE UNIQUEMENT */
@media screen and (min-width: 768px) {

    #page-index {
        width: 100%;
        min-height: 800px;
    }

    #page-index-form-wrapper {
        min-height: 400px;
        margin-top: 80px;
    }

    .index-subtitles {
        font-size: 20px;
        font-weight: 200;
    }

    .storepage-header-wrapper {
        height: 400px;
        position: relative;
        background-image: url("../img/_default.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: #c7d6e5;
    }

    .image-cover-home {
        width: 100%;
        height: 600px;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-cover {
        width: 100%;
        height: 600px;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .productdesc {
        position: relative;
        padding: 10px;
    }

    .nxs-m-t-md {
        margin-top: 20px;
    }

    .rs-m-r-md {
        margin-right: 20px;
    }

    .rs-obf-w100-itm {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

/* XS */
@media (max-width: 768px) {
    .rs-p-h-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rs-p-h-md {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .rs-p-h-lg {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rs-p-w-sm {
        padding-right: 10px;
        padding-left: 10px;
    }

    .rs-p-w-md {
        padding-right: 25px;
        padding-left: 25px;
    }

    .rs-p-w-lg {
        padding-right: 40px;
        padding-left: 40px;
    }

    .rs-m-t-sm {
        margin-top: 10px;
    }

    .rs-m-t-md {
        margin-top: 25px;
    }

    .rs-m-t-lg {
        margin-top: 40px;
    }

    .rs-m-b-sm {
        margin-bottom: 10px;
    }

    .rs-m-b-md {
        margin-bottom: 25px;
    }

    .rs-m-b-lg {
        margin-bottom: 40px;
    }

    .rs-explore-width-itm {
        width: 48%;
    }

    .rs-explore-width-str {
        width: 100%;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .rs-p-h-sm {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .rs-p-h-md {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rs-p-h-lg {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .rs-p-w-sm {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rs-p-w-md {
        padding-right: 30px;
        padding-left: 30px;
    }

    .rs-p-w-lg {
        padding-right: 45px;
        padding-left: 45px;
    }

    .rs-m-t-sm {
        margin-top: 15px;
    }

    .rs-m-t-md {
        margin-top: 30px;
    }

    .rs-m-t-lg {
        margin-top: 45px;
    }

    .rs-m-b-sm {
        margin-bottom: 15px;
    }

    .rs-m-b-md {
        margin-bottom: 30px;
    }

    .rs-m-b-lg {
        margin-bottom: 45px;
    }

    .rs-explore-width-itm {
        width: 48%;
    }

    .rs-explore-width-str {
        width: 100%;
    }

    .rs-explore-width-fee {
        width: 100%;
    }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .rs-p-h-sm {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rs-p-h-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rs-p-h-lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rs-p-w-sm {
        padding-right: 20px;
        padding-left: 20px;
    }

    .rs-p-w-md {
        padding-right: 40px;
        padding-left: 40px;
    }

    .rs-p-w-lg {
        padding-right: 60px;
        padding-left: 60px;
    }

    .rs-m-t-sm {
        margin-top: 20px;
    }

    .rs-m-t-md {
        margin-top: 40px;
    }

    .rs-m-t-lg {
        margin-top: 60px;
    }

    .rs-m-b-sm {
        margin-bottom: 20px;
    }

    .rs-m-b-md {
        margin-bottom: 40px;
    }

    .rs-m-b-lg {
        margin-bottom: 60px;
    }

    .rs-explore-width-itm {
        width: 48%;
    }

    .rs-explore-width-str {
        width: 100%;
    }

    .rs-explore-width-fee {
        width: 100%;
    }
}

/* LG */
@media (min-width: 1200px) {
    .rs-p-h-sm {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .rs-p-h-md {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rs-p-h-lg {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .rs-p-w-sm {
        padding-right: 25px;
        padding-left: 25px;
    }

    .rs-p-w-md {
        padding-right: 50px;
        padding-left: 50px;
    }

    .rs-p-w-lg {
        padding-right: 75px;
        padding-left: 75px;
    }

    .rs-m-t-sm {
        margin-top: 25px;
    }

    .rs-m-t-md {
        margin-top: 50px;
    }

    .rs-m-t-lg {
        margin-top: 75px;
    }

    .rs-m-b-sm {
        margin-bottom: 25px;
    }

    .rs-m-b-md {
        margin-bottom: 50px;
    }

    .rs-m-b-lg {
        margin-bottom: 75px;
    }

    .rs-explore-width-itm {
        width: 48%;
    }

    .rs-explore-width-str {
        width: 100%;
    }

    .rs-explore-width-fee {
        width: 100%;
    }
}

.ratio-16-9 {
    aspect-ratio: 16/9;
}

.ratio-1-1 {
    aspect-ratio: 1/1;
}

/*** IMPORT ***/
/*! CSS Used from: https://my.express-mailing.com/styles/bootstrap-2d74417abae51fe3e87a.css?2d74417abae51fe3e87a */

.Button {
    -webkit-appearance: none;
    display: block;
    border-width: 1px;
    border-radius: 2.8px;
    padding: 0.177em 0.25em;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.Theme-EMAIL .Button {
    border-color: #cccccc;
}

.Theme-EMAIL .Combo:hover > .Button {
    border-color: #cccccc;
}

.Theme-EMAIL .Button:hover {
    background: white;
    color: #4c4c4c;
    border-color: #cccccc;
}

.Theme-EMAIL {
    border-left: none;
}

.Page-Panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
}

.Page-Panel.roundTop {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.Page-Panel.roundBottom {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    padding-bottom: 5px;
}

.Theme-EMAIL .Page-Panel {
    background-color: white;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.Flex.-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.Flex.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.Flex-Filler {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    min-width: 0em;
}

.EmailStatsGraphsGeneral-ValuePanel {
    border-left: 1px solid white;
}

.EmailStatsGraphsGeneral-ValuePanel.sent {
    color: #59694f;
    background-color: #e4f4da;
    border-top-color: #90ce67;
    border-right: 1px solid #90ce67;
    border-top-left-radius: 0.3rem;
}

.EmailStatsGraphsGeneral-ValuePanel.delivered {
    color: #4c5e68;
    background-color: #e1f3fd;
    border-top-color: #67c3ef;
    border-right: 1px solid #67c3ef;
}

.EmailStatsGraphsGeneral-ValuePanel.opened {
    color: #695d43;
    background-color: #fff1d7;
    border-top-color: #f9bc3d;
    border-right: 1px solid #f9bc3d;
}

.EmailStatsGraphsGeneral-ValuePanel.clicked {
    color: #6a4e4a;
    background-color: #fee2de;
    border-top-color: #fb3d23;
    border-right: 1px solid #fb3d23;
}

.EmailStatsGraphsGeneral-ValuePanel.default {
    color: #444;
    background-color: #f9f8f8;
    border-top-color: #7b7b7b;
    border-right: 1px solid #7b7b7b;
    border-top-right-radius: 0.3rem;
}

.EmailStatsGraphsGeneral-ValuePanel.-primary {
    border-top-width: 4px;
}

.EmailStatsGraphsGeneral-ValuePanel.-secondary {
    border-top-width: 1px;
}

.EmailStatsGraphsGeneral-ValueRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    white-space: nowrap;
    width: 100%;
}

.EmailStatsGraphsGeneral-ValueRow.values {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
}

.EmailStatsGraphsGeneral-ValueCol {
    display: block;
    padding: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.EmailStatsGraphsGeneral-ValueCol.titleText {
    margin-right: auto;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.EmailStatsGraphsGeneral-ValueCol.subTitleText {
    margin-right: auto;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.EmailStatsGraphsGeneral-ValueCol.raw {
    margin-right: auto;
}

.EmailStatsGraphsGeneral-ValueCol.percent {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: auto;
}

.wishlist-icon {
    font-size: 18px;
    background-color: #fff;
    padding: 6px 9px;
    position: absolute;
    top: -40px;
    left: 5px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}

.wishlist-icon:hover, .wishlist-icon.active {
    color: #ed5565;
}


.svg-primary {
    filter: invert(50%) sepia(99%) saturate(362%) hue-rotate(134deg) brightness(92%) contrast(94%);
}

.svg-success {
    filter: invert(40%) sepia(86%) saturate(2217%) hue-rotate(183deg) brightness(101%) contrast(106%);
}

.svg-muted {
    filter: invert(76%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(98%) contrast(87%);
}

.svg-warning {
    filter: invert(65%) sepia(79%) saturate(355%) hue-rotate(343deg) brightness(99%) contrast(97%);
}

.svg-danger {
    filter: invert(45%) sepia(35%) saturate(2243%) hue-rotate(320deg) brightness(96%) contrast(93%);
}

.svg-success {
    filter: invert(82%) sepia(77%) saturate(864%) hue-rotate(41deg) brightness(92%) contrast(83%);
}

.svg-info {
    /*filter: invert(64%) sepia(61%) saturate(519%) hue-rotate(132deg) brightness(90%) contrast(93%);*/
    filter: invert(68%) sepia(31%) saturate(1026%) hue-rotate(131deg) brightness(93%) contrast(85%);
}

.svg-white {
    filter: invert(99%) sepia(32%) saturate(0%) hue-rotate(331deg) brightness(113%) contrast(100%);
}

.svg-link {
    filter: invert(27%) sepia(78%) saturate(3786%) hue-rotate(213deg) brightness(108%) contrast(98%);
}

.svg-brand-3 {
    filter: invert(49%) sepia(55%) saturate(745%) hue-rotate(284deg) brightness(99%) contrast(90%);
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.switch {
    position: relative;
    width: 35px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
}

.switch input {
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
}

.switch input + span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d9d9d9;
    border-radius: 20px;
}

.switch input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.switch input:checked + span {
    background: #346abf;
}

.switch input:checked + span:before {
    left: 17px;
}

.icn-sm {
    width: 15px;
    height: 15px;
}

.icn-md {
    width: 20px;
    height: 20px;
}

.icn-lg {
    width: 25px;
    height: 25px;
}

.icn-xl {
    width: 30px;
    height: 30px;
}

.icn-xxl {
    width: 35px;
    height: 35px;
}

.icn-xxxl {
    width: 50px;
    height: 50px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
    background-color: #1aabb3 !important;
}
