/* ----- intro -----*/
.intro {
    position: relative;
}
.intro .intro__container .intro-header {
    margin-bottom: 70px;
}
.intro .intro__container .intro-header .background {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
}
.intro .intro__container .intro-header .background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 55, 73, .5);
}
.intro .intro__container .intro-header .intro-header__intro {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 35px;
}
.intro .intro__container .intro-header .intro-header__intro h1 {
    color:white;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb {
    position: absolute;
    top: 25px;
    color: white;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb nav ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb nav ol .breadcrumb-separator {
    margin: 0 8px;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb nav ol li {
    white-space: nowrap;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb nav ol li a:hover {
    text-decoration: underline;
}
.intro .intro__container .intro-header .intro-header__intro .display-page-breadcrumb nav ol li.current-item {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: wrap;
}
@media screen and (max-width: 991px) {
    .intro .intro__container .intro-header .background {
        height: 300px;
    }
    .intro .intro__container .intro-header .intro-header__intro {
        height: 300px;
        margin-bottom: 50px;
    }
    .intro .intro__container .intro-header .intro-header__intro h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .intro .intro__container .intro-header .background {
        height: 250px;
    }
    .intro .intro__container .intro-header .intro-header__intro {
        height: 250px;
    }
    .intro .intro__container .intro-header .intro-header__intro h1 {
        font-size: 35px;
    }
}
     


/* -----events + report ----- */
.events .events__container .events-content .display-navigate,
.report .report__container .report-content .display-navigate {
    margin-bottom: 24px !important;
}
.events .events__container .events-content .display-navigate .dropdown .btn-primary,
.report .report__container .report-content .display-navigate .dropdown .btn-primary {
    background-color: var(--feal-text);
    border-color: var(--feal-text);
}
.events .events__container .events-content .display-navigate .dropdown .dropdown-menu .dropdown-item.active,
.events .events__container .events-content .display-navigate .dropdown .dropdown-menu .dropdown-item:active,
.report .report__container .report-content .display-navigate .dropdown .dropdown-menu .dropdown-item.active,
.report .report__container .report-content .display-navigate .dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--feal-text);
}
.events .events__container .events-content .display-navigate .navigate-button,
.report .report__container .report-content .display-navigate .navigate-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.events .events__container .events-content .display-navigate span.navigate-button,
.report .report__container .report-content .display-navigate span.navigate-button {
    opacity: 0.5;
}
.events .events__container .events-content .filter-process,
.report .report__container .report-content .filter-process {
    margin-bottom: 24px;
}
.events .events__container .events-content .filter-process .col-lg-12,
.report .report__container .report-content .filter-process .col-lg-12 {
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.events .events__container .events-content .filter-process a,
.report .report__container .report-content .filter-process a {
    font-size: 14px;
    font-weight: 500;
    background-color: var(--feal-primary);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.events .events__container .events-content .filter-process a.active,
.report .report__container .report-content .filter-process a.active {
    background-color: var(--feal-secondary);
}
.events .events__container .events-content form .form-group .input-group,
.report .report__container .report-content form .form-group .input-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.events .events__container .events-content form .form-group .input-group .input-feal,
.report .report__container .report-content form .form-group .input-group .input-feal {
    height: 100%;
    min-height: 33px;
}
.events .events__container .events-content form .form-group .input-group .input-group-append,
.report .report__container .report-content form .form-group .input-group .input-group-append {
    gap: 1px;
}
.events .events__container .events-content form .form-group .input-group .input-group-append button,
.events .events__container .events-content form .form-group .input-group .input-group-append a,
.report .report__container .report-content form .form-group .input-group .input-group-append button,
.report .report__container .report-content form .form-group .input-group .input-group-append a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white;
    transition: all 0.2s linear;
}
.events .events__container .events-content form .form-group .input-group .input-group-append button i,
.events .events__container .events-content form .form-group .input-group .input-group-append a i,
.report .report__container .report-content form .form-group .input-group .input-group-append button i,
.report .report__container .report-content form .form-group .input-group .input-group-append a i {
    font-size: 14px;
}
.events .events__container .events-content form .form-group .input-group .input-group-append button,
.report .report__container .report-content form .form-group .input-group .input-group-append button {
    background-color: var(--feal-secondary);
}
.events .events__container .events-content form .form-group .input-group .input-group-append button:hover,
.report .report__container .report-content form .form-group .input-group .input-group-append button:hover {
    background-color: #d25757;
}
.events .events__container .events-content form .form-group .input-group .input-group-append a,
.report .report__container .report-content form .form-group .input-group .input-group-append a {
    background-color: var(--feal-primary);
}
.events .events__container .events-content form .form-group .input-group .input-group-append a:hover,
.report .report__container .report-content form .form-group .input-group .input-group-append a:hover {
    background-color: #941111;
}
.events .events__container .events-content .events-content__bottom,
.report .report__container .report-content .report-content__bottom {
    padding-bottom: 60px;
}
.events .events__container .events-content .events-content__bottom .events__items,
.report .report__container .report-content .report-content__bottom .report__items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 23px;
    padding-top: 26px;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item,
.report .report__container .report-content .report-content__bottom .report__items .report__item {
    width: calc(50% - 11.5px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item .events__img,
.report .report__container .report-content .report-content__bottom .report__items .report__item .report__img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item .events__img img,
.report .report__container .report-content .report-content__bottom .report__items .report__item .report__img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos h2,
.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos a,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos h2,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos a {
    color: var(--feal-secondary);
}

.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos h2,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos .events__icons,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos .report__icons {
    margin-bottom: 16px;
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos .events__icons .events__icon p,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos .report__icons .report__icon p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.events .events__container .events-content .events-content__bottom .events__items .events__item  .events__infos .events__description p,
.report .report__container .report-content .report-content__bottom .report__items .report__item  .report__infos .report__description p {
    font-size: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) {
    .events .events__container .events-content .events-content__bottom,
    .report .report__container .report-content .report-content__bottom {
        padding-bottom: 50px;
    }
    .events .events__container .events-content .events-content__bottom .events__items,
    .report .report__container .report-content .report-content__bottom .report__items {
        gap: 50px 23px;
    }
}
@media screen and (max-width: 767px) {
    .events .events__container .events-content .events-content__bottom .events__items,
    .report .report__container .report-content .report-content__bottom .report__items {
        gap: 50px;
    }
    .events .events__container .events-content .events-content__bottom .events__items .events__item,
    .report .report__container .report-content .report-content__bottom .report__items .report__item {
        width: 100%;
    }
    .events .events__container .events-content .events-content__bottom .events__items .events__item .events__img img,
    .report .report__container .report-content .report-content__bottom .report__items .report__item .report__img img {
        height: 200px;
    }
}

/* ----- events slug ----- */
.events-slug {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.events-slug .events-slug__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
/* card infos */
.events-slug .events-slug__container .events-slug__card .events-slug__infos h2 {
    color: var(--feal-secondary);
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row {
    display: flex;
    gap: 30px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug__img {
    width: 30%;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row:has(.events-slug__img) .events-slug-text {
    width: 70%;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text {
    width: 100%;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__title {
    font-size: 20px;
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__icons {
    margin-bottom: 16px;
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__icons .events-slug-text__icon {
    display: flex;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__icons .events-slug-text__icon p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__contact {
    margin-bottom: 16px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__contact a {
    color: var(--feal-secondary);
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__countdown {
    margin-bottom: 16px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__comment {
    font-size: 16px;
}
.events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug-text .events-slug-text__description {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row {
        flex-direction: column;
        gap: 20px;
    }
    .events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row .events-slug__img {
        width: 100%;
        height: 200px;
    }
    .events-slug .events-slug__container .events-slug__card .events-slug__infos .events-slug__row:has(.events-slug__img) .events-slug-text {
        width: 100%;
    }
}
/* reservation */
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-presence .events-slug-presence__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content .events-slug-accomp__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content p {
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content .events-slug-accomp__btn {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    cursor: pointer;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content .events-slug-accomp__btn .btn-danger {
    background-color: var(--feal-primary);
    border-color: var(--feal-primary);
    color: white;
    margin: 0;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-accomp .events-slug-accomp__content .events-slug-accomp__btn .btn-danger:hover {
    background-color: #850e0e;
    border-color: #850e0e;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-invoice .events-slug-invoice__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-invoice .events-slug-invoice__content p {
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-option .events-slug-option__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-option .events-slug-option__content .events-slug-option__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-option .events-slug-option__content .events-slug-option__item p {
    margin-bottom: 10px;
    text-align: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-speaker .events-slug-speaker__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-speaker .events-slug-speaker__content .events-slug-speaker__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-speaker .events-slug-speaker__content .events-slug-speaker__item p {
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-speaker .events-slug-speaker__content .events-slug-speaker__item .events-slug-speaker__img {
    margin-bottom: 10px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-document .events-slug-document__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-document .events-slug-document__content .events-slug-document__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-document .events-slug-document__content .events-slug-document__item .btn-link {
    color: var(--feal-secondary);
}
.events-slug .events-slug__container .events-slug-reservation__content h2 {
    color: var(--feal-secondary);
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
}
.events-slug .events-slug__container .events-slug-reservation__content h3 {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-reservation__price {
    margin-bottom: 16px;
}
.events-slug .events-slug__container .events-slug-reservation__content .events-slug-reservation__available {
    margin-bottom: 16px;
}
.events-slug .events-slug__container .events-slug-reservation__content .countdown-header {
    margin-bottom: 16px;
}
.events-slug .events-slug__container .events-slug-reservation__content .btn-primary {
    background-color: var(--feal-secondary);
    border-color: var(--feal-secondary);
}
.events-slug .events-slug__container .events-slug-reservation__content .btn-primary:hover {
    background-color: #d25757;
    border-color: #d25757;
}
@media screen and (max-width: 991px) {
    .events-slug {
        padding-bottom: 50px;
    }
}