body,
html {
    margin: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    font-size: 20px;
}

[v-cloak] {
    display: none;
}

.text-brand {
    color: #fa6a00;
}

/* The hero image */
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../../images/v2/hero.png");
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.credit-card-icon {
    height: 6vw;
    max-height: 42px;
    margin-left: 4px;
}

.to-hide {
    display: none;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: larger;
}

.section-hero {
    height: 20%;
    text-align: center;
    color: white;
    background-color: #fa6a00;
}

.section-hero-text {
    width: 45%;
}

.section-hero-text h2 {
    font-size: 40px;
}

/* Menu */

.menu {
    width: 100%;
    top: 0;
    display: flex;
}

.logo_samapass {
    padding: 20px;
    margin: 15px;
    text-decoration: none;
    top: 0px;
}

.logo_samapass_mobile {
    padding: 18px 15px;
    text-decoration: none;
    top: 0px;
}

.pagination .page-item .page-link {
    font-size: 16px;
    color: #828282;
    font-weight: bold;
    border-color: transparent;
    outline: none;
    border: none;
}

.pagination .page-item.active .page-link {
    color: #ffff;
    background-color: #ff7900;
    border-color: #ff7900;
    padding: 0 0.375rem;
}

.pagination .page-item .page-link a:active,
a:focus,
li:focus,
li:active {
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

nav {
    width: 70%;
    margin-left: auto;
    padding: 20px;
    background-color: transparent;
    top: 0px;
}

nav ul {
    list-style-type: none;
    display: flex;
    margin: 15px 0 15px 0;
    padding-inline-start: 0px !important;
}

nav ul li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

nav a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}
.search-box {
    margin: auto;
    background-color: transparent;
    top: 0px;
}

.search-box.mobile {
    margin: 0;
    padding: 15px 0;
    background-color: transparent;
    top: 0px;
}

.search-box form {
    display: flex;
}

.search-box .icon.active {
    opacity: 0;
    z-index: -1;
}
.search-box .search-input.active {
    margin-top: 4px;
    width: 180px;
    height: 24px;
    background: #000000;
    border-radius: 10px;
}

.search-box .search-input.white.active {
    background: #ffff;
    margin-top: 4px;
    width: 180px;
    height: 24px;
    border-radius: 10px;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.search-box.mobile .icon.active {
    opacity: 0;
    z-index: -1;
}
.search-box.mobile .search-input.active {
    width: 180px;
    background: #000000;
    border-radius: 10px;
}
.search-box.mobile .search-input.white.active {
    width: 180px;
    background: #ffffff;
    border-radius: 10px;
}

.search-box .search-input {
    margin-top: 2px;
    width: 30px;
    height: 30px;
    background: none;
    border: 2px solid #f0ad4e;
    border-radius: 42px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffff;
    outline: none;
    transition: 0.5s;
}

.search-box .search-input .white {
    color: #000000;
}

.search-box.mobile .search-input {
    margin: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #f0ad4e;
}

.search-box .icon {
    transition: 0.2s;
    margin: 0 0 15px -22px;
}

.search-box.mobile .icon {
    margin: 2px 0 15px -22px;
}

.resizing_select {
    font-size: medium;
    font-weight: bold;
}

#slider-range .ui-slider-handle {
    outline: 0;
    background: black;
    border-radius: 50%;
    top: -0.5em;
    z-index: 0;
}

#price-slider-submit {
    margin-top: -16px;
}

#slider-range.ui-slider-horizontal {
    height: 0.15em;
    border: none;
    background: #000000;
}

#slider-range {
    position: relative;
}

#slider-range .ui-slider-range {
    background: #fa6a00;
    height: 0.25em;
    z-index: unset;
}

#width_tmp_select {
    display: none;
}
.filter-btn {
    font-size: medium;
}

.custom_select {
    /* padding: 4px; */
    padding-bottom: 15px;
}

.price-filter-ui-slider-tooltip {
    font-size: small;
}

.events_count {
    font-size: medium;
}

.event-image-card {
    width: 100%;
    height: 100%;
    border: none;
    background-size: cover;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-self: center;
    background-position: 50% 50%;
    border-radius: 5px 5px 0 0;
}

.event-title {
    font-size: x-large;
    font-weight: bold;
}

.event-category {
    font-size: medium;
    font-weight: 400;
    color: rgb(173, 173, 173);
}
.event-card {
    background-color: #ffff;
    height: 180px;
}

.event-card .card-body {
    height: 100%;
}

.events_count span {
    font-weight: bold;
    font-size: large;
}

.custom_select .icon {
    color: #ff7900;
    z-index: 0;
    margin-left: -12px;
}

.custom_select label {
    font-size: medium;
    font-weight: 400;
}

.share-buttons-modal input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0745098),
        0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
    outline: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
}
.share-buttons-modal a {
    border-right: #3478dd;
    height: 75px;
    width: 20%;
    float: left;
    font-size: 34px;
    line-height: 75px;
    color: #c00;
    text-align: center;
    background-color: #fff;
    margin: 8px auto;
}
.share-buttons-modal a:hover {
    opacity: 0.6;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

#favorite_events:checked {
    background-color: #fa6a00;
    border-color: #fa6a00;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .slide-box img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 0.5rem;
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 70px;
    max-width: 160px;
    border: 0px;
    outline: 0px;
    z-index: 0;
    background-color: transparent;
    color: #ff7900;
    padding-left: 5px;
    padding-right: 20px;
}

.custom_select select:hover {
    background-color: transparent;
}

.custom_select select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    background-color: transparent;
}

nav a {
    position: relative;
}

nav a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #fa6a00;
    visibility: hidden;
    color: #fa6a00;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

nav a.dropdown-toggle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    visibility: hidden;
    color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

nav a.dropdown-toggle:hover {
    text-decoration: none;
}

nav a.dropdown-toggle:before {
    background-color: transparent;
    color: transparent;
    text-decoration: none;
}

nav a:hover:before {
    visibility: visible;
    width: 100%;
}

nav a:hover {
    color: #fa6a00;
}

/* drop down */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-image {
    display: inline-block;
    background: darken(#fa6a00, 10%);
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 1rem;
    margin: 0.5rem 0.75rem 0.5rem 0.5rem;
    border-radius: 50%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* hide menu */
.dropdown-menu {
    display: none;
    clear: both;
}

.dropdown-menu li {
    font-size: 12px;
    margin: 0;
    padding: 10px 4px;
}

.dropdown-menu li a {
    color: #ff7900;
}

.dropdown-menu li:hover > a {
    color: #ff7900;
}

.V2Link {
    cursor: pointer;
    text-decoration: none;
    color: #181818;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 2px solid transparent;
    font-weight: 700;
}

.samapass {
    color: #fa6a00;
}

.MenuMobileWrapper .margin {
    margin-top: 20px;
    margin-right: 20px;
}

.get-samapass {
    margin-top: 20px;
    padding: 10px;
    background-color: #fa6a00;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: medium;
}

a.get-samapass:hover {
    text-decoration: none;
    background-color: #eb6a00;
    color: #ffffff;
}

a.get-samapass.get-samapass--secondary:hover {
    text-decoration: none;
    background-color: #eee;
    color: #fa6a00;
}

.section {
    display: flex;
    width: 70%;
    margin: 40px auto;
    justify-content: space-between;
}

.section .item {
    text-align: center;
    padding: 45px;
    background-color: #fa6a00;
    border-radius: 10px;
    width: 31%;
    min-height: 450px;
}

.section .item-fuel {
    text-align: center;
    padding: 45px;
    background-color: #f9f8ff;
    border-radius: 10px;
    width: 31%;
    min-height: 450px;
}

.section .item-fiscal {
    text-align: center;
    padding: 45px;
    background-color: #f9f8ff;
    border-radius: 10px;
    width: 31%;
}

.fiscal-offer {
    text-align: center;
    padding: 25px;
    background-color: #f9f8ff;
    border-radius: 10px;
    width: 100%;
    height: 170px;
}

.item-fiscal-offer {
    text-align: center;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 200px;
    cursor: pointer;
}

.item-our-advantage {
    text-align: center;
    padding: 25px;
    background-color: #fafafa;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 250px;
    cursor: pointer;
}

.item-our-advantage:hover {
    background-color: #00287a;
    color: #fff;
}

.item-fiscal-offer:hover {
    background-color: #fa6a00;
    color: #fff;
}

.section .com-item {
    text-align: center;
    padding: 55px;
    background-color: gray;
    border-radius: 10px;
    width: 31%;
    min-height: 450px;
}

.item-title {
    font-weight: bold;
}

.section .element-image {
    margin-top: 40px;
}

.section .element-text {
    margin-top: 40px;
    width: 60%;
}

.section .element-image img {
    height: 294px;
}

.section .wallet-image img {
    height: 594px;
    padding-right: 15px;
}

.section .pourcentage {
    font-weight: bold;
    color: #fa6a00;
}

.section-item {
    width: 49.5%;
}

.section-flex {
    display: flex;
    flex-direction: column;
}

.section .wallet-text {
    display: flex;
    flex-direction: column;
}

.margin-top {
    margin-top: 40px;
}

.wallet-section-header,
.pricing-section-header {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}

.section .pricing-item {
    width: 49.8%;
    border: solid #fa6a00 1px;
    border-radius: 4px;
    padding: 20px;
    justify-content: space-between;
}

.bg-samapass {
    background-color: #fa6a00;
}

.bg-samapass .samapass {
    color: #ffffff;
}

.bg-samapass .get-samapass {
    background-color: #ffffff;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: #fa6a00;
    text-transform: uppercase;
}

.section .pricing-item-com {
    width: 29.5%;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 2px 2px 2px grey;
}

.section-item,
.item-icon {
    text-align: center;
}

/* .align-bottom {
    justify-content: flex-end;
} */

.margin-top {
    margin-top: 40px;
}

@media (min-width: 990px) {
    .event-card {
        height: 180px;
    }

    .search-box {
        margin-left: 10px;
    }
}

@media (max-width: 1602px) {
    nav a {
        font-size: 17px;
    }
}

@media (max-width: 1440px) {
    nav a {
        font-size: 16px;
    }

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

    .filter-btn {
        font-size: 14px;
    }
}

@media (max-width: 1384px) {
    nav a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .event-title {
        font-size: large;
    }
}

@media (max-width: 990px) {
    nav a {
        font-size: 12px;
    }

    .event-card {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .hero-text {
        width: 80%;
    }
    .hero-text h1 {
        font-size: 30px;
    }
    .get-samapass {
        margin-top: 0px !important;
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
    .section {
        padding: 20px;
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 20px;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .event-image-card {
        height: 180px;
    }
}
@media (max-width: 768px) {
    body,
    html {
        margin: 0;
        height: 100%;
        font-size: 16px;
    }

    main {
        padding: 10px;
    }

    .custom_select .icon {
        margin-left: 0;
    }

    .custom_select select {
        padding-right: 5px;
    }

    #price-slider-submit {
        margin-top: -14px;
    }

    .section {
        padding-left: 7%;
        padding-right: 7%;
        width: 100%;
        flex-direction: column;
        margin: 0;
        justify-content: space-between;
    }

    .section-item {
        width: 100%;
    }

    .section .item {
        margin-top: 30px;
        text-align: center;
        padding: 30px;
        background-color: #fa6a00;
        border-radius: 10px;
        width: 100%;
        height: auto;
        font-size: large;
    }

    .section .com-item {
        margin-top: 30px;
        padding: 30px;
        width: 100%;
        height: auto;
        font-size: large;
    }

    .section .item-fuel {
        margin-top: 30px;
        padding: 30px;
        width: 100%;
        height: auto;
        font-size: large;
    }

    .section .item-fiscal {
        margin-top: 30px;
        padding: 30px;
        width: 100%;
        height: auto;
        font-size: large;
    }

    .fiscal-offer {
        margin-top: 30px;
        padding: 10px;
        width: 100%;
    }

    .item-fiscal-offer {
        margin-top: 30px;
        padding: 10px;
        width: 100%;
    }

    .item-our-advantage {
        margin-top: 30px;
        padding: 10px;
        width: 100%;
    }

    .wallet-image img {
        width: 100%;
        height: 100%;
    }

    .section .element-image img {
        width: 100%;
        height: 100%;
    }

    .section .wallet-image img {
        width: 100%;
        height: 100%;
    }

    .section .element-text {
        margin-top: 40px;
        width: 100%;
    }

    .section .pricing-item {
        width: 100%;
        margin-top: 40px;
    }

    .section .pricing-item-com {
        width: 100%;
        margin-top: 40px;
    }

    .margin-top {
        margin-top: 30px;
    }

    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:nth-last-child(2),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }

    @media only screen and (max-width: 480px) {
        .share-buttons-modal a {
            font-size: 24px;
            border-right: none;
            background: none;
        }
    }
}
