/*-------------------------------*/
/*           Basics              */
/*-------------------------------*/

body {
    position: relative;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 100%;
}

p {
    line-height: 1.5em;
}

h4 {
    font-size: 1.8rem;
}

/*-------------------------------*/
/*           Fixes               */
/*-------------------------------*/

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

#page {
    padding-top: 15px;
}

.btn {
    cursor: pointer !important;
}

.btn-circle {
    border-radius: 20px !important;
}

a > .fa {
    color: inherit !important;
}

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

li.item-menu {
    position: relative;
}

/** fix stars comments border **/
.panel-heading > span > img,
#raty > img {
    border: 0 solid #a6a6a6;
    margin: 0;
}

.auth {
    margin: 60px auto;
}

.badge {
    padding: 0.3em;
    font-size: 1em;
}

.btn-back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 2em;
    right: 6em;
    z-index: 100;
    display: none;
    text-decoration: none;
}

#page iframe {
    max-width: 100%;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}

.only-print {
    display: none;
}

ul.node-add-panel li:not(.list-group-item-page) {
    margin-left: 5%;
}

.CodeMirror {
    height: 800px !important;
}

#page.container-fluid ul > li {
    padding-bottom: 10px;
}

.dropdown-inline {
    display: inline;
}

/*-------------------------------*/
/*        Tools                  */
/*-------------------------------*/

#loading-icon {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(225, 225, 225, 0.7);
}

#loading-icon > .fa {
    position: absolute;
    left: 45%;
    top: 45%;
}

.img-blur {
    transition: 0.5s;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

nav.navbar.catalog-navigation.affix {
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
}

/*-------------------------------*/
/*        Exception              */
/*-------------------------------*/

.div_watchdog_list {
    width: 100% !important;
    overflow: auto !important;
    font-size: 0.8em !important;
}

/*-------------------------------*/
/*        Forms                  */
/*-------------------------------*/

.subform {
    padding: 20px;
    margin-bottom: 20px;
}

.subform h6 {
    margin: 0;
    margin-bottom: 10px;
}

.subform div {
    display: inline;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px;
}

.form-element-sortable-draggable li {
    cursor: pointer;
}

.form-control {
    font-size: 1.4rem;
    min-height: 34px;
    height: unset;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#sidebar-wrapper {
    z-index: 1000;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    overflow: hidden;
}

/*-------------------------------*/
/*        Navbar                 */
/*-------------------------------*/

nav.navbar.navbar-default {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

nav.navbar.navbar-default #searchbar,
nav.navbar.navbar-default #searchbar .navbar-form .form-group {
    display: block !important;
    text-align: left;
}

nav.navbar.navbar-default #searchbar .nav > li {
    position: relative;
    display: inline-block !important;
}

nav.navbar.navbar-default .navbar-collapse,
nav.navbar.navbar-default .navbar-form {
    border-color: transparent !important;
}

.bg-nav-inverse {
    background-color: #f5f5f5;
}

nav.navbar.navbar-default #searchbar .nav > li.bg-nav-inverse > a,
nav.navbar.navbar-default #searchbar .nav > li.bg-nav-inverse > a > .fa {
    color: #777;
}

nav.navbar.navbar-default #searchbar .fa {
    font-size: 1.2em !important;
}

nav.navbar.navbar-default #searchbar .navbar-right .fa {
    font-size: 2em;
    line-height: 70px;
}

nav.navbar .navbar-form .btn .fa {
    font-size: 1.2em;
}

#navbar-collapse-menu .nav.navbar-nav > li > a {
    padding: 15px 25px;
}

nav.navbar.cms-navigation .navbar-header .navbar-brand {
    margin-top: 0;
}

.bootbox
    .modal-dialog
    .modal-content
    .modal-body
    .bootbox-body
    p#errorTooLongURI {
    color: #fff;
    background: #dc3545;
    padding: 10px;
    border-radius: 5px;
}

.bootbox
    .modal-dialog
    .modal-content
    .modal-body
    .bootbox-body
    p#errorTooLongURI
    i {
    padding-right: 7px;
}

/** Fix edit button navigation **/
.fa-nav-link {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 18px;
    z-index: 2;
}

.fa-nav-link-subnavigation {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}

/** Fix edit button tab **/
.fa-tab-link {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: 7px;
}

.dropdown-menu {
    font-size: 1.4rem;
}

/*-------------------------------*/
/*            Footer             */
/*-------------------------------*/

footer {
    background-color: #fff;
    color: #000;
    padding: 50px 0;
}

/*-------------------------------*/
/*           Elements            */
/*-------------------------------*/

.panel.panel-card > .panel-heading {
    background-image: none;
    text-shadow: none !important;
}

.panel.panel-card .panel-heading .btn.btn-link .fa {
    color: #ccc !important;
}

.node-region-body {
    padding-bottom: 1em;
}

.node-region-body .node-item {
    padding: 0.5em 1em;
}

.node-region-body #node-region-tab .nav.nav-tabs li > a {
    padding: 10px 1.7em;
}

.node-header-description {
    padding: 1em;
}

.node-header-description ul {
    overflow: hidden;
}

.node-region-footer {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.node-region-footer .node-item {
    padding: 1em;
}

.node-comment {
    border: none;
    padding: 0;
    margin: 15px;
    margin-right: 0;
    margin-left: 0;
}

.node-slide {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: absolute;
    width: 100%;
}

.node-slideshow {
    margin: 0;
    margin-bottom: 15px;
}

.slideshow {
    position: relative !important;
    overflow: hidden;
}

.fx-list .feed-item,
.fx-list .node-slide-thumb,
.fx-none .feed-item,
.fx-none .node-slide-thumb {
    position: relative;
}

.node-slide-thumb {
    width: 100%;
}

.node-slide-thumb img {
    width: 100%;
}

.node-slide-thumb a {
    width: 100%;
    position: relative;
}

.node-slide-thumb .node-slide-teaser {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 65px;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
}

.node-slide-thumb .node-slide-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 16px;
    margin-bottom: 5px;
}

.node-slide-thumb .node-slide-controls {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    opacity: 0;
    z-index: 100;
}

/*-------------------------------*/
/*           Carousel            */
/*-------------------------------*/

.carousel {
    height: 250px;
}

.carousel a.btn {
    color: #fff;
}

.carousel a.carousel-link,
.carousel a.carousel-link * {
    color: #fff;
}

.item,
.active,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.detail-notice-right .blueimp-gallery > .slides {
    overflow: unset !important;
}

.detail-notice-right .blueimp-gallery > .slides > .slide {
    position: unset !important;
    float: unset !important;
    height: auto !important;
}

.detail-notice-right .blueimp-gallery {
    overflow: unset !important;
    background: transparent !important;
}

.detail-notice-right .blueimp-gallery-carousel > .slides {
    position: relative !important;
}

.detail-notice-right .blueimp-gallery {
    position: relative !important;
}

.detail-notice-right .blueimp-gallery-carousel {
    padding-bottom: 0 !important;
}

.detail-notice-right .blueimp-gallery > #iconFileAttached {
    display: block;
}

.detail-notice-right .blueimp-gallery > .slides > .slide > .slide-content {
    position: unset !important;
}

.blueimp-gallery > .slides > .slide-error {
    background-image: url("../images/default.svg") !important;
    width: 100% !important;
    min-height: 300px !important;
    background-size: contain !important;
    background-position: center;
}

/*-------------------------------*/
/*           Feed                */
/*-------------------------------*/

/** Commun **/
.slideshow > .cycle-carousel-wrap > .feed-item {
    margin: 0.5em;
    padding: 0.5em;
    background: #fcfcfc;
    position: relative !important;
    width: 175px !important;
    overflow: hidden;
    display: block;
    white-space: normal;
    vertical-align: bottom;
    height: auto !important;
}

.slideshow > .cycle-carousel-wrap > .feed-item > a.feed-item-img-link {
    display: block;
    background-color: #ddd;
}

.slideshow .feed-item .feed-item-body .feed-item-date {
    display: block;
}

.slideshow .feed-item .feed-item-img.img-responsive {
    max-width: 200px;
    height: auto !important;
}

.slideshow .cycle-carousel-wrap .feed-item .feed-item-img.img-responsive {
    max-width: 100%;
    height: auto !important;
}

.slideshow .cycle-carousel-wrap .feed-item .feed-item-default-img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideshow .cycle-carousel-wrap .feed-item .feed-item-default-img > i.fa {
    background: transparent !important;
    position: absolute;
    display: block;
    top: 25%;
    left: 25%;
}

.feed-item a > img.feed-item-img {
    margin-bottom: 0.5em;
}

.feed-item img.feed-item-document-type {
    height: 72px;
    margin: 0.5em auto;
}

.feed-item-slideshow-controls {
    text-align: left;
}

/** FX-CAROUSEL (carrousel) **/
.node-item-content-carousel {
    position: relative;
}

.node-item-content-carousel .feed-item-slideshow-controls {
    /*position: absolute;
    width: 100%;
    bottom: 60%;
    z-index: 997;
    opacity: 0.5;*/
}

.node-item-content-carousel .feed-item-slideshow-controls:hover {
    opacity: 1;
}

.node-item-content-carousel .feed-item-slideshow-controls i.fa {
    font-size: 3em;
    position: absolute;
    bottom: 50%;
    z-index: 997;
    background-color: transparent;
}

.node-item-content-carousel .feed-item-slideshow-controls i.fa-chevron-right {
    right: 0;
}

.node-item-content-carousel .feed-item-slideshow-controls i.fa-chevron-left {
    left: 0;
}

.node-item-content-carousel .feed-item-slideshow-controls i.fa-pause,
.node-item-content-carousel .feed-item-slideshow-controls i.fa-play {
    font-size: 1em;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    padding: 5px;
    width: 30px;
}

/** FX-NONE (diaporama) **/
.slideshow.fx-none .feed-item {
    width: 100%;
    padding: 1em;
}

.slideshow.fx-none .feed-item .feed-item-img-link {
    display: block;
}

.slideshow.fx-none .feed-item .feed-item-img {
    width: 100%;
    margin: auto;
}

.slideshow.fx-none .feed-item .feed-item-body .feed-item-description {
    display: none;
}

.slideshow.fx-none .feed-item img.feed-item-document-type {
    margin: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    float: left !important;
}

.slideshow.fx-none .feed-item .feed-item-body .feed-item-date {
    display: none;
}

/** Affichage commun pour les régions centrales **/
section .slideshow .feed-item {
    overflow: auto;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    display: table;
    height: auto;
    width: 100%;
    max-height: 600px;
    min-height: 150px;
}

section .slideshow.fx-list .feed-item {
    max-height: none;
    margin-bottom: 1em;
}

section .slideshow.fx-list .feed-item .feed-item-img-link,
section .slideshow.fx-flipVert .feed-item .feed-item-img-link,
section .slideshow.fx-scrollHorz .feed-item .feed-item-img-link,
section .slideshow.fx-fade .feed-item .feed-item-img-link {
    padding: 0.5em;
}

section .slideshow.fx-list .feed-item .feed-item-img-link .feed-item-img,
section .slideshow.fx-flipVert .feed-item .feed-item-img-link .feed-item-img,
section .slideshow.fx-scrollHorz .feed-item .feed-item-img-link .feed-item-img,
section .slideshow.fx-fade .feed-item .feed-item-img-link .feed-item-img {
    width: 100%;
    height: auto !important;
}

section .slideshow.fx-flipVert .feed-item .feed-item-body > *,
section .slideshow.fx-scrollHorz .feed-item .feed-item-body > *,
section .slideshow.fx-fade .feed-item .feed-item-body > * {
    padding: 0.2em 1em;
}

section .slideshow.fx-list .feed-item .feed-item-body.feed-item-body-full,
section .slideshow.fx-flipVert .feed-item .feed-item-body.feed-item-body-full,
section .slideshow.fx-scrollHorz .feed-item .feed-item-body.feed-item-body-full,
section .slideshow.fx-fade .feed-item .feed-item-body.feed-item-body-full {
    display: block;
    width: 100%;
    vertical-align: top;
}

/** Affichage région bas de page **/
section.node-region-footer .slideshow.fx-list .feed-item .feed-item-img-link,
section.node-region-footer
    .slideshow.fx-flipVert
    .feed-item
    .feed-item-img-link,
section.node-region-footer
    .slideshow.fx-scrollHorz
    .feed-item
    .feed-item-img-link,
section.node-region-footer .slideshow.fx-fade .feed-item .feed-item-img-link {
    width: 15%;
}

section.node-region-footer .slideshow.fx-list .feed-item .feed-item-body,
section.node-region-footer .slideshow.fx-flipVert .feed-item .feed-item-body,
section.node-region-footer .slideshow.fx-scrollHorz .feed-item .feed-item-body,
section.node-region-footer .slideshow.fx-fade .feed-item .feed-item-body {
    width: 85%;
}

section.node-region-footer .slideshow .feed-item {
    width: 100%;
}

.slideshow .bloc-support {
    margin-top: 1em;
}

/*-------------------------------*/
/*       Bootstrap calendar      */
/*-------------------------------*/

.calendar-wrapper {
    padding: 5px 5px;
    position: relative;
}

.calendar-form {
    margin: 15px auto;
    text-align: center;
}

/*-------------------------------*/
/*         Node content          */
/*-------------------------------*/

.node-region-body .form-vertical {
    padding: 15px;
}

.node-item.node-disabled .panel.panel-card .panel-heading .btn.btn-link .fa {
    color: #000 !important;
}

.node-item-readmore {
    margin-top: 1em;
    margin-bottom: 1em;
}

.node-item-thumb {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    max-width: 45%;
    max-height: 600px;
}

.node-item-thumb img {
    width: 100%;
}

.node-item-created {
    font-weight: bolder;
    font-style: italic;
}

.form-template-selector-group {
    cursor: pointer;
}

/*-------------------------------*/
/*      Calendar style      */
/*-------------------------------*/
.node-agenda > .node-item.node-event {
    margin: 0;
    padding: 1em 0;
    border-top: 2px solid #eee;
}

.node-agenda > .node-item.node-event:last-child {
    border-bottom: 2px solid #eee;
}

.node-agenda > .node-item .media .media-left > img {
    width: 100%;
}

.node-agenda .node-item .media .media-left {
    width: 25%;
}

.node-agenda .node-item .media {
    overflow: initial;
}

.node-agenda .node-item .media .media-body {
    width: 75%;
    padding: 0 1em;
    position: relative;
}

aside .node-agenda .node-item .media .media-left {
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 250px;
}

aside .node-agenda .node-item .media .media-body {
    display: block;
    width: 100%;
}

aside .node-agenda .form-inline select.form-control {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

aside .node-agenda > .node-item.node-event {
    text-align: center;
}

.node-agenda .node-item .media .event-description {
    margin-top: 0.5em;
    padding: 0.5em;
    background: #eee;
    position: relative;
}

.node-agenda .node-item .media .event-description .progressive-opacify {
    bottom: 0;
    right: 0;
    height: 20px;
    background-image: linear-gradient(to bottom, transparent 0%, #eee 100%);
    position: absolute;
    width: 100%;
}

.node-agenda .node-item .media .event-description.shortened {
    transition: 1s ease height;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.node-agenda .node-item .media .event-description p:last-of-type {
    margin-bottom: 0 !important;
}

.node-agenda .node-item .media .event-description .event-description-close {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
    cursor: pointer;
}

.node-page {
    cursor: pointer;
}

.node-disabled-state {
    text-decoration: none;
    font-style: italic;
    opacity: 1;
    color: #d9534f !important;
}

.node-disabled {
    background-color: #ccc;
    opacity: 0.7 !important;
}

/** Panel card **/
.panel-card > .panel-heading {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.panel-card > .panel-heading {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.panel-card > .panel-heading > a.panel-heading-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../vectors/64/image.svg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-card > .panel-heading > a.panel-heading-link:hover {
    -moz-box-shadow: inset 0px 0px 20px 3px #000000;
    -webkit-box-shadow: inset 0px 0px 20px 3px #000000;
    -o-box-shadow: inset 0px 0px 20px 3px #000000;
    box-shadow: inset 0px 0px 20px 3px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=20);
}

/**
 * Debug
 **/
.node-region-debug-ajax {
    padding: 1em;
}

.debug {
    background-color: yellow;
    display: inline-block;
    height: 300px;
    overflow: scroll;
    width: 100%;
    font-size: 8px;
}

/* VERSION MOBILE */
@media screen and (max-width: 768px) {
    section .slideshow:not(.fx-carousel) .feed-item {
        display: block;
    }

    section .slideshow:not(.fx-carousel) .feed-item .feed-item-body,
    section .slideshow:not(.fx-carousel) .feed-item .feed-item-img-link {
        display: block;
        width: auto;
    }

    section .slideshow:not(.fx-carousel) .feed-item .feed-item-img-link {
        float: left;
        max-width: 64px;
    }

    section.node-region-body,
    section.node-region-body .node-header-description,
    section.node-region-body .node-list .node-item {
        padding-left: 0;
        padding-right: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.5em;
    }

    section.node-region-body .node-item-thumb {
        max-width: none;
        float: none;
        margin-left: -1em;
        margin-right: -1em;
    }

    .calendar-wrapper {
        padding: 0;
    }

    nav.navbar.navbar-default {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a,
    #navbar-collapse-menu ul.navbar-nav > li > a {
        padding-left: 40px !important;
    }

    #navbar-collapse-menu .fa-nav-link {
        top: 15px;
        left: 20px;
    }

    #navbar-collapse-menu .fa-nav-link-subnavigation {
        top: 8px;
        left: 20px;
    }

    #searchbar.navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .node-region-aside-responsive {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.node-region-body .node-list {
        padding: 15px;
    }

    section.node-region-body #node-region-tab.node-item {
        padding: 0;
    }

    .node-list-agenda .node-item > img {
        max-width: 100%;
    }

    .btn-inscription-r {
        position: inherit !important;
        float: left !important;
        top: auto;
        right: auto;
        width: 100%;
    }
}

/**
 * Drag and Drop style
 **/
.gu-transit {
    border: 2px dashed #222;
}

.drag-handle {
    cursor: move !important;
}

.highlighted {
    position: relative;
    background-color: #e5e5e5 !important;
}

#drag-overlay {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
}

.pointer {
    cursor: pointer;
}

.fm-modal {
    z-index: 10011; /** Because CKEditor image dialog was at 10010 */
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border: 0;
    position: fixed;
    background: #fcfcfc;
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.comment-setting label {
    font-weight: initial;
}

.ml20 {
    margin-left: 20px !important;
}

#file-tree-viewer {
    min-height: 300px;
    max-height: 1000px;
    overflow-y: auto;
    background: #eee;
    padding: 1em;
    margin-bottom: 25px;
}

#file-tree-viewer li > ul {
    display: none;
}

#file-tree-viewer li span.close-folder {
    display: none;
}

.dropzone {
    border: 2px dashed #ddd !important;
}

/*-------------------------------*/
/*         Pagination            */
/*-------------------------------*/
.pagination > li > a,
.pagination > li > span {
    font-size: 1.2rem;
}

/*-------------------------------*/
/*        Sidebar user account     */
/*-------------------------------*/

#user-account-sidebar {
    position: fixed;
    top: inherit;
    right: 0;
    background-color: #ccc;
    padding: 1em;
    z-index: 9999;
    height: 100%;
    width: 350px;
    transform: translateX(200%);
    transition: all 1s ease-in-out;
}

#user-account-sidebar.opened {
    transform: translateX(0);
    margin-right: 0;
    transition: all 0.5s ease-in-out;
}

#user-account-sidebar .account-details {
    padding: 0 !important;
    color: #222;
}

#user-account-sidebar .account-details > a {
    text-align: left;
    color: #222;
}

#user-account-sidebar-close {
    position: absolute;
    left: -1em;
    top: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
    cursor: pointer;
}

#user-account-sidebar.opened #user-account-sidebar-close {
    opacity: 1;
    transition: all 1s ease-in-out;
}

#files .thumbnail a > img {
    max-height: 100%;
}
/*-------------------------------*/
/*         Event                 */
/*-------------------------------*/
label.subInfo {
    font-size: 0.8em;
    font-weight: normal;
}
#collapse-inscriptions .panel-body > .form-group:nth-child(3) {
    border-top: 1px solid #ddd;
}
#collapse-inscriptions .panel-body > .form-group:nth-child(n + 3) {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
#collapse-inscriptions .panel-body > .form-group:last-child {
    border-bottom: 1px solid #ddd;
}
#collapse-inscriptions label.checkbox {
    margin-top: 0px;
    padding-top: 10px;
}
#collapse-inscriptions #maxAdult,
#collapse-inscriptions #maxChildren,
#collapse-inscriptions #availableAdult,
#collapse-inscriptions #availableChildren {
    max-width: 200px;
}

#collapse-inscriptions #whoAllowedInscription {
    display: none;
    float: right;
    left: 60px;
    position: absolute;
    width: calc(100% - 60px);
    top: -4px;
    max-width: 600px;
}

#complement-inscriptions-notications-mail {
    display: none;
}

#collapse-inscriptions #mailNotification {
    display: none;
    float: right;
    left: 200px;
    position: absolute;
    width: calc(100% - 200px);
    top: -4px;
    max-width: 600px;
}

#collapse-inscriptions
    input:checked
    ~ #complement-inscriptions-notications-mail {
    display: block;
    position: absolute;
    top: 0;
    left: 46px;
}

#collapse-inscriptions input:checked + #mailNotification,
#collapse-inscriptions input:checked + #whoAllowedInscription {
    display: block;
}

.group-minmax label {
    float: left;
    margin-right: 10px;
}

.group-minmax input {
    float: left;
    width: 300px;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .btn-inscription-r {
        position: absolute;
        top: 20px;
        right: 0;
    }
}

.sub-suivi {
    margin-left: 30px;
    font-size: 14px;
}

.tx-participation {
    font-weight: bold;
}

.stats-event {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.fat {
    font-weight: bold;
}

.statut-amoderer {
    color: orangered;
    font-weight: bold;
}

.statut-refusee {
    color: darkred;
    font-weight: bold;
}

.statut-validee {
    color: green;
    font-weight: bold;
}

.statut-annulee {
    color: grey;
    font-weight: bold;
}

#filter-event-origine,
#filter-event-statut {
    margin-left: 10px;
    margin-right: 20px;
}

.inscriptions-validated {
    color: green;
    font-style: italic;
    font-size: 18px;
    padding: 10px 0px;
}

.inscriptions-waiting {
    color: orange;
    font-style: italic;
    font-size: 18px;
    padding: 10px 0px;
}

.inscriptions-terminees {
    color: red;
}

.form-soumet-abonnement input {
    margin-bottom: 5px;
}

.erreur {
    border: 1px solid #dc3545;
}

.form-nb-inscriptions {
    width: 50px;
    margin-right: 10px;
    float: left;
}

.msg-inscription-ok {
    background-color: green;
    padding: 10px;
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.node-disabled .btn-inscription {
    display: none;
}

.form-soumet-abonnement {
    border: 1px solid grey;
    padding: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.form-soumet-abonnement.complet {
    padding-bottom: 10px;
}

.msg-error {
    background-color: #f03737;
    font-weight: bold;
    padding: 10px;
    color: white;
    line-height: 40px;
}

.disabled-tooltip {
    position: absolute;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-color: lightgrey;
    border: 1px solid lightgrey;
    font-style: italic;
    color: grey;
    border-radius: 4px;
    left: 10px;
    top: -30px;
    padding: 10px;
}

.disabled-area {
    z-index: 1000;
    width: 60px;
    height: 20px;
    position: absolute;
    left: 0;
    cursor: not-allowed;
}

.rect-error,
.rect-error:hover,
.rect-error:focus {
    border: 1px solid #f44336 !important;
    padding: 4px !important;
}

.traitement-en-cours {
    float: right;
    color: gray;
    font-style: italic;
}

.evenement-item-created.node-item-created {
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}

.form-soumet-abonnement.complet {
    text-align: center;
    color: black;
    font-weight: bold;
}

.evenement-complet {
    color: red;
}

label[for="allowInscription-0"] {
    display: inline-block;
}

#filter-event {
    margin-left: 10px;
}

.container-input-event:first-of-type {
    margin-top: 10px;
}

.maxPersonnes {
    line-height: 30px;
}

.action-vide {
    width: 36px;
    display: inline-block;
}

hr.confirm {
    display: block;
    background-image: none;
    border-top: 2px solid #e5e5e5;
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
}

.form-soumet-abonnement input,
.form-soumet-abonnement .input-group {
    margin-bottom: 10px;
}

.row-next-events div {
    min-height: 110px;
}

.row-next-events div:first-child {
    min-height: 110px;
    border-right: 1px solid #eee;
}

.row-next-events div:last-child {
    min-height: 110px;
    border-left: 1px solid #eee;
}

.note {
    font-weight: bold;
}

.template-selector-bg-box {
    border: 1px solid #333;
    background: #c3c3c3;
}

.template-selector-box {
    border: 1px solid #333;
}

.template-selector {
    min-height: 140px;
}

/* BACKPORTS FROM BOOTSTRAP 4 */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

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

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

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

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

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

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

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

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

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

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

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.row-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row-flex > * {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col-flex,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-flex-1,
.col-flex-2,
.col-flex-3,
.col-flex-4,
.col-flex-5,
.col-flex-6,
.col-flex-7,
.col-flex-8,
.col-flex-9,
.col-flex-10,
.col-flex-11,
.col-flex-12,
.col-flex,
.col-flex-auto,
.col-flex-sm-1,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-sm,
.col-flex-sm-auto,
.col-flex-md-1,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-md,
.col-flex-md-auto,
.col-flex-lg-1,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12,
.col-flex-lg,
.col-flex-lg-auto,
.col-flex-xl-1,
.col-flex-xl-2,
.col-flex-xl-3,
.col-flex-xl-4,
.col-flex-xl-5,
.col-flex-xl-6,
.col-flex-xl-7,
.col-flex-xl-8,
.col-flex-xl-9,
.col-flex-xl-10,
.col-flex-xl-11,
.col-flex-xl-12,
.col-flex-xl,
.col-flex-xl-auto,
.col-flex-xxl-1,
.col-flex-xxl-2,
.col-flex-xxl-3,
.col-flex-xxl-4,
.col-flex-xxl-5,
.col-flex-xxl-6,
.col-flex-xxl-7,
.col-flex-xxl-8,
.col-flex-xxl-9,
.col-flex-xxl-10,
.col-flex-xxl-11,
.col-flex-xxl-12,
.col-flex-xxl,
.col-flex-xxl-auto {
    position: relative;
    width: 100%;
}

.col-flex {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-flex-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-flex-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-flex-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-flex-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-flex-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-flex-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-flex-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-flex-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-flex-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-flex-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-flex-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-flex-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-order-flex-first {
    -ms-flex-order: -1;
    order: -1;
}

.col-order-flex-last {
    -ms-flex-order: 13;
    order: 13;
}

.col-order-flex-0 {
    -ms-flex-order: 0;
    order: 0;
}

.col-order-flex-1 {
    -ms-flex-order: 1;
    order: 1;
}

.col-order-flex-2 {
    -ms-flex-order: 2;
    order: 2;
}

.col-order-flex-3 {
    -ms-flex-order: 3;
    order: 3;
}

.col-order-flex-4 {
    -ms-flex-order: 4;
    order: 4;
}

.col-order-flex-5 {
    -ms-flex-order: 5;
    order: 5;
}

.col-order-flex-6 {
    -ms-flex-order: 6;
    order: 6;
}

.col-order-flex-7 {
    -ms-flex-order: 7;
    order: 7;
}

.col-order-flex-8 {
    -ms-flex-order: 8;
    order: 8;
}

.col-order-flex-9 {
    -ms-flex-order: 9;
    order: 9;
}

.col-order-flex-10 {
    -ms-flex-order: 10;
    order: 10;
}

.col-order-flex-11 {
    -ms-flex-order: 11;
    order: 11;
}

.col-order-flex-12 {
    -ms-flex-order: 12;
    order: 12;
}

.col-offset-flex-1 {
    margin-left: 8.333333%;
}

.col-offset-flex-2 {
    margin-left: 16.666667%;
}

.col-offset-flex-3 {
    margin-left: 25%;
}

.col-offset-flex-4 {
    margin-left: 33.333333%;
}

.col-offset-flex-5 {
    margin-left: 41.666667%;
}

.col-offset-flex-6 {
    margin-left: 50%;
}

.col-offset-flex-7 {
    margin-left: 58.333333%;
}

.col-offset-flex-8 {
    margin-left: 66.666667%;
}

.col-offset-flex-9 {
    margin-left: 75%;
}

.col-offset-flex-10 {
    margin-left: 83.333333%;
}

.col-offset-flex-11 {
    margin-left: 91.666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-flex-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-flex-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-flex-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-flex-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-flex-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-flex-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-flex-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-flex-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-flex-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-flex-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-flex-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-flex-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-flex-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-flex-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-order-flex-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .col-order-flex-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-order-flex-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .col-order-flex-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .col-order-flex-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-order-flex-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-order-flex-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .col-order-flex-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .col-order-flex-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .col-order-flex-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .col-order-flex-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .col-order-flex-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .col-order-flex-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .col-order-flex-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .col-order-flex-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .col-offset-flex-sm-0 {
        margin-left: 0;
    }
    .col-offset-flex-sm-1 {
        margin-left: 8.333333%;
    }
    .col-offset-flex-sm-2 {
        margin-left: 16.666667%;
    }
    .col-offset-flex-sm-3 {
        margin-left: 25%;
    }
    .col-offset-flex-sm-4 {
        margin-left: 33.333333%;
    }
    .col-offset-flex-sm-5 {
        margin-left: 41.666667%;
    }
    .col-offset-flex-sm-6 {
        margin-left: 50%;
    }
    .col-offset-flex-sm-7 {
        margin-left: 58.333333%;
    }
    .col-offset-flex-sm-8 {
        margin-left: 66.666667%;
    }
    .col-offset-flex-sm-9 {
        margin-left: 75%;
    }
    .col-offset-flex-sm-10 {
        margin-left: 83.333333%;
    }
    .col-offset-flex-sm-11 {
        margin-left: 91.666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-flex-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-flex-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-flex-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-flex-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-flex-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-flex-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-flex-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-flex-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-flex-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-flex-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-flex-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-flex-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-flex-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-flex-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-order-flex-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .col-order-flex-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-order-flex-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .col-order-flex-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .col-order-flex-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-order-flex-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-order-flex-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .col-order-flex-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .col-order-flex-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .col-order-flex-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .col-order-flex-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .col-order-flex-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .col-order-flex-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .col-order-flex-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .col-order-flex-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .col-offset-flex-md-0 {
        margin-left: 0;
    }
    .col-offset-flex-md-1 {
        margin-left: 8.333333%;
    }
    .col-offset-flex-md-2 {
        margin-left: 16.666667%;
    }
    .col-offset-flex-md-3 {
        margin-left: 25%;
    }
    .col-offset-flex-md-4 {
        margin-left: 33.333333%;
    }
    .col-offset-flex-md-5 {
        margin-left: 41.666667%;
    }
    .col-offset-flex-md-6 {
        margin-left: 50%;
    }
    .col-offset-flex-md-7 {
        margin-left: 58.333333%;
    }
    .col-offset-flex-md-8 {
        margin-left: 66.666667%;
    }
    .col-offset-flex-md-9 {
        margin-left: 75%;
    }
    .col-offset-flex-md-10 {
        margin-left: 83.333333%;
    }
    .col-offset-flex-md-11 {
        margin-left: 91.666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-flex-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-flex-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-flex-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-flex-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-flex-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-flex-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-flex-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-flex-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-flex-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-flex-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-flex-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-flex-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-flex-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-flex-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-order-flex-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .col-order-flex-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-order-flex-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .col-order-flex-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .col-order-flex-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-order-flex-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-order-flex-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .col-order-flex-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .col-order-flex-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .col-order-flex-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .col-order-flex-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .col-order-flex-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .col-order-flex-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .col-order-flex-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .col-order-flex-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .col-offset-flex-lg-0 {
        margin-left: 0;
    }
    .col-offset-flex-lg-1 {
        margin-left: 8.333333%;
    }
    .col-offset-flex-lg-2 {
        margin-left: 16.666667%;
    }
    .col-offset-flex-lg-3 {
        margin-left: 25%;
    }
    .col-offset-flex-lg-4 {
        margin-left: 33.333333%;
    }
    .col-offset-flex-lg-5 {
        margin-left: 41.666667%;
    }
    .col-offset-flex-lg-6 {
        margin-left: 50%;
    }
    .col-offset-flex-lg-7 {
        margin-left: 58.333333%;
    }
    .col-offset-flex-lg-8 {
        margin-left: 66.666667%;
    }
    .col-offset-flex-lg-9 {
        margin-left: 75%;
    }
    .col-offset-flex-lg-10 {
        margin-left: 83.333333%;
    }
    .col-offset-flex-lg-11 {
        margin-left: 91.666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-flex-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-flex-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-flex-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-flex-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-flex-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-flex-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-flex-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-flex-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-flex-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-flex-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-flex-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-flex-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-flex-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-flex-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-order-flex-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .col-order-flex-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-order-flex-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .col-order-flex-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .col-order-flex-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-order-flex-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-order-flex-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .col-order-flex-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .col-order-flex-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .col-order-flex-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .col-order-flex-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .col-order-flex-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .col-order-flex-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .col-order-flex-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .col-order-flex-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .col-offset-flex-xl-0 {
        margin-left: 0;
    }
    .col-offset-flex-xl-1 {
        margin-left: 8.333333%;
    }
    .col-offset-flex-xl-2 {
        margin-left: 16.666667%;
    }
    .col-offset-flex-xl-3 {
        margin-left: 25%;
    }
    .col-offset-flex-xl-4 {
        margin-left: 33.333333%;
    }
    .col-offset-flex-xl-5 {
        margin-left: 41.666667%;
    }
    .col-offset-flex-xl-6 {
        margin-left: 50%;
    }
    .col-offset-flex-xl-7 {
        margin-left: 58.333333%;
    }
    .col-offset-flex-xl-8 {
        margin-left: 66.666667%;
    }
    .col-offset-flex-xl-9 {
        margin-left: 75%;
    }
    .col-offset-flex-xl-10 {
        margin-left: 83.333333%;
    }
    .col-offset-flex-xl-11 {
        margin-left: 91.666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1620px) {
    .col-flex-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-flex-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-flex-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-flex-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-flex-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-flex-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-flex-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-flex-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-flex-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-flex-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-flex-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-flex-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-flex-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-flex-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-order-flex-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .col-order-flex-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-order-flex-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .col-order-flex-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .col-order-flex-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-order-flex-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-order-flex-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .col-order-flex-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .col-order-flex-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .col-order-flex-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .col-order-flex-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .col-order-flex-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .col-order-flex-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .col-order-flex-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .col-order-flex-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .col-offset-flex-xxl-0 {
        margin-left: 0;
    }
    .col-offset-flex-xxl-1 {
        margin-left: 8.333333%;
    }
    .col-offset-flex-xxl-2 {
        margin-left: 16.666667%;
    }
    .col-offset-flex-xxl-3 {
        margin-left: 25%;
    }
    .col-offset-flex-xxl-4 {
        margin-left: 33.333333%;
    }
    .col-offset-flex-xxl-5 {
        margin-left: 41.666667%;
    }
    .col-offset-flex-xxl-6 {
        margin-left: 50%;
    }
    .col-offset-flex-xxl-7 {
        margin-left: 58.333333%;
    }
    .col-offset-flex-xxl-8 {
        margin-left: 66.666667%;
    }
    .col-offset-flex-xxl-9 {
        margin-left: 75%;
    }
    .col-offset-flex-xxl-10 {
        margin-left: 83.333333%;
    }
    .col-offset-flex-xxl-11 {
        margin-left: 91.666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-1 {
    bottom: 0.25rem !important;
}

.bottom-2 {
    bottom: 0.5rem !important;
}

.bottom-3 {
    bottom: 1rem !important;
}

.bottom-4 {
    bottom: 1.5rem !important;
}

.bottom-5 {
    bottom: 3rem !important;
}

.top-0 {
    top: 0 !important;
}

.top-1 {
    top: 0.25rem !important;
}

.top-2 {
    top: 0.5rem !important;
}

.top-3 {
    top: 1rem !important;
}

.top-4 {
    top: 1.5rem !important;
}

.top-5 {
    top: 3rem !important;
}

.left-0 {
    left: 0 !important;
}

.left-1 {
    left: 0.25rem !important;
}

.left-2 {
    left: 0.5rem !important;
}

.left-3 {
    left: 1rem !important;
}

.left-4 {
    left: 1.5rem !important;
}

.left-5 {
    left: 3rem !important;
}

.right-0 {
    right: 0 !important;
}

.right-1 {
    right: 0.25rem !important;
}

.right-2 {
    right: 0.5rem !important;
}

.right-3 {
    right: 1rem !important;
}

.right-4 {
    right: 1.5rem !important;
}

.right-5 {
    right: 3rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.border-0 {
    border: none !important;
}

.br-0 {
    border-radius: 0 !important;
}

.v-align-center {
    vertical-align: middle;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.fs-normal {
    font-size: 1em !important;
}

.fs-09 {
    font-size: 0.9em !important;
}

@media (min-width: 576px) {
    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-xl-center {
        text-align: center;
    }
}

.notallowed_player {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: white;
    font-size: 12px;
}

.notallowed_player button {
    background-color: #1b870b;
    border: unset;
    border-radius: 5px;
    padding: 6px 10px;
    margin: 5px;
}

*[class$="_player"] {
    max-width: 100% !important;
    max-height: 100% !important;
}

.border-top-0,
.border-y-0 {
    border-top: none !important;
}

.border-bottom-0,
.border-y-0 {
    border-bottom: none !important;
}

.border-left-0,
.border-x-0 {
    border-left: none !important;
}

.border-right-0,
.border-x-0 {
    border-right: none !important;
}

.catalog-page-content .panel.panel-card img[name="bibrecordUrlImages"].img-fit {
    max-height: 200px;
}

.subscriber-row a.btn-validation,
.subscriber-row a.btn-refus {
    padding: 6px;
}

.hachure {
    background-color: #eee;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.5) 15px,
        rgba(255, 255, 255, 0.5) 30px
    );
}
.hachure a {
    display: none;
}
.ok-validation {
    animation: validation-animation 5s forwards;
}
.ok-validation a,
.nok-validation a {
    display: none;
}
@keyframes validation-animation {
    0% {
        opacity: 1;
        visibility: hidden;
        color: #797878;
    }
    30% {
        opacity: 1;
        visibility: visible;
        background-color: #61b861;
        color: white;
    }
    70% {
        opacity: 1;
        visibility: visible;
        color: #797878;
    }
    100% {
        background-color: #f5f5f5;
    }
}
.nok-validation {
    animation: rejet-animation 5s forwards;
}

@keyframes rejet-animation {
    0% {
        opacity: 1;
        visibility: hidden;
        color: #797878;
    }
    30% {
        opacity: 1;
        visibility: visible;
        background-color: #f66;
        color: white;
    }
    70% {
        opacity: 1;
        visibility: visible;
        color: #797878;
    }
    100% {
        background-color: #f5f5f5;
    }
}
.msg-validation {
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: white;
}
.nothing-to-moderate {
    padding-top: 70px;
    min-height: 200px;
}

.subscriber-statut-amoderer .actions-btn {
}

.subscriber-statut-validee .actions-btn .action-validation a {
    display: none;
}

.subscriber-statut-refusee .actions-btn .action-refus a {
    display: none;
}

.subscriber-statut-amoderer .statut-sub.statut-refusee,
.subscriber-statut-amoderer .statut-sub.statut-validee,
.subscriber-statut-amoderer .statut-sub.statut-annulee {
    display: none;
}

.subscriber-statut-validee .statut-sub.statut-amoderer,
.subscriber-statut-validee .statut-sub.statut-refusee,
.subscriber-statut-validee .statut-sub.statut-annulee {
    display: none;
}

.subscriber-statut-refusee .statut-sub.statut-amoderer,
.subscriber-statut-refusee .statut-sub.statut-validee,
.subscriber-statut-refusee .statut-sub.statut-annulee {
    display: none;
}

.subscriber-statut-annulee .statut-sub.statut-amoderer,
.subscriber-statut-annulee .statut-sub.statut-validee,
.subscriber-statut-annulee .statut-sub.statut-refusee {
    display: none;
}

.subscriber-statut-amoderer-anim {
    animation: m-animation 5s forwards;
}

.subscriber-statut-validee-anim {
    animation: v-animation 5s forwards;
}

.subscriber-statut-refusee-anim {
    animation: r-animation 5s forwards;
}

@keyframes m-animation {
    0% {
        opacity: 1;
        visibility: hidden;
        color: #797878;
    }
    30% {
        opacity: 1;
        visibility: visible;
        background-color: grey;
        color: white;
    }
    70% {
        opacity: 1;
        visibility: visible;
        color: #797878;
    }
    100% {
        background-color: #f5f5f5;
    }
}

@keyframes v-animation {
    0% {
        opacity: 1;
        visibility: hidden;
        color: #797878;
    }
    30% {
        opacity: 1;
        visibility: visible;
        background-color: #61b861;
        color: white;
    }
    70% {
        opacity: 1;
        visibility: visible;
        color: #797878;
    }
    100% {
        background-color: #f5f5f5;
    }
}

@keyframes r-animation {
    0% {
        opacity: 1;
        visibility: hidden;
        color: #797878;
    }
    30% {
        opacity: 1;
        visibility: visible;
        background-color: #f66;
        color: white;
    }
    70% {
        opacity: 1;
        visibility: visible;
        color: #797878;
    }
    100% {
        background-color: #f5f5f5;
    }
}
.table-tri {
    padding-right: 20px !important;
    position: relative;
    cursor: pointer;
}
.table-tri::after {
    content: "";
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    position: absolute;
    right: 8px;
    bottom: 4px;
    color: lightgrey;
}
.active.table-tri[data-tri-order="ASC"]::after {
    content: "";
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    position: absolute;
    right: 8px;
    bottom: 4px;
}
.active.table-tri[data-tri-order="DESC"]::after {
    content: "";
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    position: absolute;
    right: 8px;
    bottom: 4px;
}

.suivi-event.well .btn.btn-primary {
    padding: 10px;
}

.placesrestantes {
    margin-bottom: 10px;
}

.plusdeplace {
    color: red;
}

.table-event-compte {
    display: flex;
    flex-direction: column;
}
.evlg {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.evcol {
    min-width: 220px;
    padding: 10px;
}

.nec1 {
    flex-basis: 20%;
}

.nec2 {
    flex-basis: 40%;
}

@media (max-width: 1024px) {
    .table-event-compte {
        width: 100%;
    }
    .evlg {
        flex-direction: column;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .infos-inscription {
        text-align: center;
    }
    .evcol {
        margin-left: 15px;
        margin-right: 15px;
    }

    .table-event-compte img.img-next-prev-event {
        width: 100%;
        max-width: 100%;
    }

    .br1,
    .row-next-events div {
        border-left: none !important;
        border-right: none !important;
    }

    .table-event-compte button {
        width: 100%;
        margin-bottom: 15px;
    }
}

.table-event-compte .etat-event .action-event {
    text-align: center;
}
.table-event-compte td {
    padding: 10px;
}
table.table-event-compte {
    border-spacing: 4px;
    border-collapse: inherit;
}

.br1 {
    border-right: 1px solid lightgrey;
}

.img-next-prev-event {
    max-width: 100%;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#infoMaxAdult.msg-complement-event {
    background-color: red;
    font-size: 10px;
    color: white;
    padding: 4px;
    font-weight: bold;
    position: absolute;
    left: 70px;
    top: -15px;
}

#infoMaxChildren.msg-complement-event {
    background-color: red;
    font-size: 10px;
    color: white;
    padding: 4px;
    font-weight: bold;
    position: absolute;
    left: 335px;
    top: -15px;
}
.msg-complement-event:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon fill='%23F00' points='50 100, 100 15, 0 15'/%3E%3C/svg%3E");
    fill: red;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
}

.group-minmax label,
.group-minmax input {
    max-width: 100% !important;
    width: 100% !important;
}

@media (min-width: 1024px) {
    .group-minmax label {
        width: auto !important;
        max-width: auto !important;
    }
    .group-minmax input {
        max-width: 200px !important;
        width: 200px !important;
    }
}

[id^="node-"].node-slide {
    position: inherit;
}

form .placesrestantes {
    display: none;
}
.adaptive-resize.form-soumet-abonnement.affichage1 .contain-col {
    display: flex;
    flex-direction: column;
}
.adaptive-resize.form-soumet-abonnement.affichage1 .contain-col .colonne1,
.adaptive-resize.form-soumet-abonnement.affichage1 .contain-col .colonne2,
.adaptive-resize.form-soumet-abonnement.affichage1 .contain-col .colonne3 {
    width: 100%;
}
.adaptive-resize.form-soumet-abonnement.affichage2 .contain-col {
    display: flex;
    flex-direction: row;
}
.adaptive-resize.form-soumet-abonnement.affichage2 .contain-col .colonne1 {
    width: 50%;
    padding: 5px;
}
.adaptive-resize.form-soumet-abonnement.affichage2 .contain-col .colonne2 {
    width: 50%;
    padding: 5px;
}
.adaptive-resize.form-soumet-abonnement.affichage2 .contain-col .colonne3 {
    display: none;
    /* width : 33%;
    padding : 5px;
    */
}

span.sa_info {
    background-color: yellow;
}

span.rubrique_help {
    width: 90%;
    background-color: #ccc;
    color: #333;
    border: 1px solid black;
    padding: 5px;
}

/* Loading*/
.loader {
    background-image: url("../../guhB4PpjrmUAAAAC/loading-loading-gif.gif");
    background-color: #ddd !important;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2000;
}

.connector-button {
    padding: 15px !important;
}

#user-account-sidebar .thumbnail {
    margin-bottom: 12px;
}

.code-barre-left,
.code-barre-right {
    background-color: white;
    text-align: center;
    display: block;
    padding-top: 5px;
    margin-bottom: 10px;
}

.code-barre-left h4,
.code-barre-right h4 {
    font-family: "Abel", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.code-barre-left h4 {
    font-size: 1.8rem;
}
.code-barre-right h4 {
    font-size: 1.5rem;
}

.code-barre-left img {
    width: 50%;
    max-width: 350px;
    margin-bottom: 10px;
}

.code-barre-right img {
    width: 32%;
    max-width: 450px;
    margin-bottom: 10px;
}

.account-botton {
    position: relative;
    bottom: 22px;
}

/**************** Start To Change HomePage **************************/

.gray-text {
    opacity: 0.6;
    text-decoration: line-through;
}

/**************** End To Change HomePage ***************************/

/**************** Start Admin Panel **************************/
.page-admin-title {
    width: 100%;
    margin-bottom: 30px;
}
.page-admin-title {
    text-align: left;
}

.container-row-general {
    margin-bottom: 30px;
}

ul.table-ul-li > li {
    height: 40px;
}

ul.table-ul-li > li > .badge {
    position: relative;
    bottom: 4px;
}

.items-general-link-title-a {
    color: #074266;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px !important;
    position: relative;
    bottom: 5px;
}

ul.table-ul-li > li > .items-daily-icon-fontawesome-i {
    position: relative;
    bottom: 6px;
    color: #074266;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px !important;
}

ul.table-ul-li > li > .items-daily-title-name-span {
    position: relative;
    bottom: 6px;
    left: 5px;
    color: #074266;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    font-weight: normal;
}

.list-group-item-connexion {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
}

.list-group-item-connexion-general {
    /*border: 1px solid #ccc;
    border-radius: 5px;*/
}

ul.table-ul-li > li > .se-connecter {
    position: relative;
    bottom: 25px;
    left: 29px;
    width: 89%;
    height: 30px;
    line-height: 9px;
    font-weight: normal;
}

ul.table-ul-li > li > .se-connecter > .title-connection {
    color: #fff;
    font-size: 14px;
}

ul.table-ul-li > li > .wish-list {
    position: relative;
    left: 29px;
    top: 5px;
}

.list-group-item-connexion {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.list-group-item-connexion-top {
    border-top: 1px solid #ccc;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.list-group-item-connexion-bottom {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/**************** End Admin Panel ***************************/

/* Calendar: event display  mode calendar-list */
.event-description.shortened .col-md-3 p {
    text-align: center;
}
.node-agenda .node-item .media {
    display: flex;
    flex-wrap: wrap;
}
.event-description.shortened .col-md-3 p {
    text-align: center;
}
@media (max-width: 768px) {
    .node-agenda .node-item .media .media-left,
    .node-agenda .node-item .media .media-left img,
    .node-agenda .node-item .media .media-body {
        width: 100%;
        padding: 0;
    }
    .event-description.shortened .img-responsive {
        max-height: 200px;
        width: auto;
    }
    .col-md-3.col-sidebar {
        width: 100%;
    }
}

/*End  Calendar: event display  mode calendar-list */

/**
* HELPERS
**/
.form-group .help-message {
    font-style: italic;
    font-size: 0.9em;
}
.form-group .help-message-long {
    float: right;
    cursor: pointer;
}

span.help-block {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 8px;
    font-style: italic;
    border-radius: 4px;
    margin-bottom: 13px;
    display: inline-block;
}

select.form-control {
    border: 1px solid #ccc;
    margin: auto;
}

table.table {
    border: 2px solid #ccc;
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : normal;
  font-weight : 300;
  src         : url(../../_nuxt/fonts/Marianne-Light.0c3211f.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Light.edc38ef.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : italic;
  font-weight : 300;
  src         : url(../../_nuxt/fonts/Marianne-Light_Italic.4357220.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Light_Italic.e86f00b.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : normal;
  font-weight : 400;
  src         : url(../../_nuxt/fonts/Marianne-Regular.4349f04.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Regular.a0d9b74.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : italic;
  font-weight : 400;
  src         : url(../../_nuxt/fonts/Marianne-Regular_Italic.705c543.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Regular_Italic.79ec121.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : normal;
  font-weight : 500;
  src         : url(../../_nuxt/fonts/Marianne-Medium.3d17f2f.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Medium.348b5a5.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : italic;
  font-weight : 500;
  src         : url(../../_nuxt/fonts/Marianne-Medium_Italic.e31b8af.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Medium_Italic.a79009c.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : normal;
  font-weight : 700;
  src         : url(../../_nuxt/fonts/Marianne-Bold.702e12a.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Bold.ec31b00.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family : Marianne;
  font-style  : italic;
  font-weight : 700;
  src         : url(../../_nuxt/fonts/Marianne-Bold_Italic.d83692d.woff) format("woff2"),
      url(../../_nuxt/fonts/Marianne-Bold_Italic.8095b76.woff) format("woff")
}

.fr-connect {
  background-color: #000091;
  height          : 56px;
  width           : 209px;
  border          : 0px none #f5f5fe;
  margin          : 0;
  padding         : 0.296em 0.88em 0.296em 4.74em;
  position        : relative;
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : center;
  font-size       : 13.33px !important;
  font-family     : Marianne, arial, sans-serif !important;
}

.fr-connect:hover {
  background-color: #1212ff;
}

.fr-connect__login {
  font-size      : 17px;
  line-height    : 1em;
  text-decoration: #f5f5fe;
  white-space    : normal;
  height         : 1em;
  width          : auto;
  font-family    : Marianne, arial, sans-serif !important;
  color      : #f5f5fe !important;
}

.fr-connect__brand {
  font-size  : 18px;
  font-weight: 700;
  line-height: 1;
  color      : #f5f5fe !important;
  height     : 18px;
  font-family: Marianne, arial, sans-serif !important;
}

.fr-connect::before {
  background-image   : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 48'%3E%3Cpath fill='%232a2f82' d='M34.965 15.1 19.971 6.423 4.977 15.184a.606.606 0 0 0-.306.524v16.948a.666.666 0 0 0 .306.524l14.992 8.6 14.994-8.706a.665.665 0 0 0 .306-.524V15.628a.605.605 0 0 0-.304-.528Z'/%3E%3Cpath fill='%23df1f26' d='m14.614 15.6-5.029 8.628-4.557-9.175 5.39-3.113 4.489 3.16ZM35.27 32.58V15.622a.6.6 0 0 0-.306-.523L19.971 6.423'/%3E%3Cpath fill='%232e65b0' d='m4.673 32.58 15.3-26.157v35.362L4.977 33.18a.666.666 0 0 1-.306-.524V15.708Zm24.669-20.735L34.8 15l-4.489 9.15-5.387-9.236Z'/%3E%3Cpath fill='%23fff' d='m39.606 12.305-19.19-11.02a.933.933 0 0 0-.832 0L.394 12.305A.886.886 0 0 0 0 13v22a.886.886 0 0 0 .394.7l19.189 11.02a.933.933 0 0 0 .832 0L39.606 35.7A.886.886 0 0 0 40 35V13a.886.886 0 0 0-.394-.695ZM10.762 30.061h.079c-.042 0-.079.007-.079.05 0 .1.151 0 .2.1a.912.912 0 0 0-.629.276c0 .051.1.051.151.051-.075.1-.226.05-.277.151a.177.177 0 0 0 .1.05c-.05 0-.1 0-.1.051v.151c-.126 0-.176.1-.277.151.2.151.327 0 .528 0-.528.2-.956.478-1.484.629-.1 0 0 .151-.1.151.151.1.227-.05.377-.05-.654.377-1.333.7-2.037 1.132a.351.351 0 0 0-.1.2h-.2c-.1.05-.05.176-.151.277.226.151.5-.2.654 0 .05 0-.1.05-.2.05-.05 0-.05.1-.1.1h-.154c-.1.075-.2.126-.2.276a.219.219 0 0 0-.226.1 9.034 9.034 0 0 0 3.144-.578 7.685 7.685 0 0 0 2.088-1.559.176.176 0 0 1 .05.1 2.168 2.168 0 0 1-.806 1.08c-.277.151-.478.377-.7.478a4.045 4.045 0 0 0-.428.276 10.761 10.761 0 0 1-1.939.412l-.305.044c-.225.033-.449.069-.671.108L4.977 33.18a.648.648 0 0 1-.288-.411.574.574 0 0 0 .094-.063.265.265 0 0 0-.113-.071v-.65a12.786 12.786 0 0 0 3.038-.942A8.746 8.746 0 0 0 4.671 29.7v-1.515a11.662 11.662 0 0 1 1.639.392 6.415 6.415 0 0 1 1.182.578 3.113 3.113 0 0 0 .478.377.91.91 0 0 0 .8.05h.33a3.961 3.961 0 0 0 1.937-.905c0 .05.05.05.1.05a3.63 3.63 0 0 1-.428 1.132c.003.051-.048.152.053.202Zm2.817 3.571c.251-.1.4-.277.629-.377-.05.05-.05.151-.1.2a3.691 3.691 0 0 0-.528.4 15.96 15.96 0 0 0-1.585 1.61c-.252.3-.528.578-.8.855a2.385 2.385 0 0 1-.31.245l-2.527-1.45a4.047 4.047 0 0 0 1.076-.053 4.984 4.984 0 0 0 .855-.327v.1c.7-.277 1.232-.906 1.937-1.132.025 0 .126.1.226.05a1.883 1.883 0 0 1 1.509-.7c0 .05 0 .1.05.1h.025c-.151.126-.327.251-.5.377-.057.052-.007.102.043.102Zm-8.908-6.164v-.186a5.814 5.814 0 0 1 1.588-.188 1.52 1.52 0 0 1 .478 0 5.861 5.861 0 0 0-2.066.374Zm30.6 5.088a.665.665 0 0 1-.306.524l-10.079 5.851a32.3 32.3 0 0 1-3.408-1.185 2.826 2.826 0 0 1-.05-2.245 3.794 3.794 0 0 1 .352-.883c.025-.025.05-.05.05-.076a.025.025 0 0 0 .025-.025 4.316 4.316 0 0 1 .377-.555l.015-.015.02-.021.015-.015c0-.025.025-.05.05-.076.025-.051.075-.076.1-.126a3.771 3.771 0 0 1 .579-.5 4.07 4.07 0 0 1 .654-.177 19.817 19.817 0 0 1 2.415.328.751.751 0 0 1 .277.1 1.849 1.849 0 0 0 .905-.05 1.137 1.137 0 0 0 .855-.706 1.212 1.212 0 0 0 .05-1.059c-.178-.276-.013-.437.181-.59l.068-.055a1.17 1.17 0 0 0 .231-.216c.126-.252-.1-.4-.151-.63-.05-.1-.226-.05-.327-.2.352-.151.855-.429.629-.857-.151-.227-.377-.63-.1-.857.352-.2.855-.151 1.006-.479a1.138 1.138 0 0 0-.292-1.085l-.075-.108a4.754 4.754 0 0 1-.211-.32 6.914 6.914 0 0 0-.528-.757 4.3 4.3 0 0 1-.528-1.009c-.151-.378.05-.706.05-1.084a6.347 6.347 0 0 0-.327-2.144c-.126-.353-.176-.731-.327-1.059a1.12 1.12 0 0 0-.226-.58.375.375 0 0 1 0-.328 4.874 4.874 0 0 0 .579-.479.567.567 0 0 0-.2-.706c-.327-.151-.3.328-.528.429h-.151c-.05-.126.05-.177.151-.277 0-.05 0-.151-.05-.151-.2 0-.377-.051-.428-.151a3.957 3.957 0 0 0-1.861-1.286 2.319 2.319 0 0 0 .579.1 1.67 1.67 0 0 0 1.006-.1c.227-.076.277-.479.377-.706a.8.8 0 0 0-.151-.631 2.189 2.189 0 0 0-.906-.756 9.13 9.13 0 0 1-.679-.353.952.952 0 0 0-.251-.126c-2.965-1.485-9.069-.2-9.534 0h-.009a8.244 8.244 0 0 0-1.249.475 3.922 3.922 0 0 0-2.365 2.465 3.829 3.829 0 0 0-1.333 1.509c-.428.8-1.056 1.509-.956 2.414.1.78.277 1.484.428 2.289a4.668 4.668 0 0 0 .2.8c.1.276 0 .629.151.855.075.151.025.327.227.428v.2c.05.05.05.1.151.1v.2a6.446 6.446 0 0 1 1.107 1.434c.1.276-.478.151-.7.05a5.979 5.979 0 0 1-1.132-.956.175.175 0 0 0-.051.1c.2.352.906.78.528 1.006-.2.1-.428-.151-.629.051-.05.075 0 .176 0 .276-.277-.2-.578-.1-.855-.2-.2-.05-.252-.427-.478-.427a15.162 15.162 0 0 0-1.811-.327 15.137 15.137 0 0 0-1.739-.159V15.708a.606.606 0 0 1 .306-.524l14.987-8.761L34.965 15.1a.605.605 0 0 1 .306.524Zm-7.954-8.261a.325.325 0 0 1-.282.149 2.843 2.843 0 0 0-.282.273c.1 0 0 .149.1.149-.205.223.077.694-.205.793a2.176 2.176 0 0 1-1.127 0 .722.722 0 0 1 .167-.016h.085a.382.382 0 0 0 .337-.132v-.2c0-.05-.051-.05-.1-.05a.161.161 0 0 1-.1.05.223.223 0 0 0-.154-.2.807.807 0 0 1-.718-.273.67.67 0 0 1 .436-.05c.128 0 .077-.223.231-.322h.154c.307-.372.871-.471.974-.843 0-.1-.282-.1-.487-.149a2.259 2.259 0 0 0-.82.05 4.65 4.65 0 0 0-1.051.273 3.225 3.225 0 0 1 .923-.471 3.886 3.886 0 0 1 .718-.2l.132-.026.133-.027a.971.971 0 0 1 .556 0c.231.1.615.1.666.248.1.273-.154.545-.435.744-.057.081.148.135.148.23Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat  : no-repeat;
  background-size    : 2.962em 3.555em;
  bottom             : 0.296em;
  content            : "";
  display            : block;
  height             : 3.555em;
  left               : 0.88em;
  position           : absolute;
  top                : 0.296em;
  width              : 2.962em;
}

.fr-connect__brand,
.fr-connect__login {
  z-index: 1;
}

.fr-connect__about {
  color          : #000091 !important;
  font-size      : 0.93333em;
  line-height    : 1.745em;
  text-decoration: underline;
  font-family    : Marianne, arial, sans-serif !important;
}

.fr-connect__about:hover {
  text-decoration-thickness: 2px;
}

.fr-connect__about [target="_blank"]::after {
  --icon-size       : 1.06em;
  background-color  : currentColor;
  content           : "";
  display           : inline-block;
  flex              : 0 0 auto;
  height            : var(--icon-size);
  margin-left       : 0.266666667em;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEwIDZ2Mkg1djExaDExdi01aDJ2NmExIDEgMCAwIDEtMSAxSDRhMSAxIDAgMCAxLTEtMVY3YTEgMSAwIDAgMSAxLTFoNlptMTEtM3Y4aC0yVjYuNDEzbC03Ljc5MyA3Ljc5NC0xLjQxNC0xLjQxNEwxNy41ODUgNUgxM1YzaDhaIi8+PC9zdmc+);
  mask-image        : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEwIDZ2Mkg1djExaDExdi01aDJ2NmExIDEgMCAwIDEtMSAxSDRhMSAxIDAgMCAxLTEtMVY3YTEgMSAwIDAgMSAxLTFoNlptMTEtM3Y4aC0yVjYuNDEzbC03Ljc5MyA3Ljc5NC0xLjQxNC0xLjQxNEwxNy41ODUgNUgxM1YzaDhaIi8+PC9zdmc+);
  -webkit-mask-size : 100% 100%;
  mask-size         : 100% 100%;
  vertical-align    : -0.158333em;
  width             : var(--icon-size);
}

/******************************* Start Site Map ******************************************************/

.table-column-title {
    font-weight:600; 
    color: #000; 
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}

.table-action{
    font-weight:600; 
    color: #000; 
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}

.table-content-page-site {
    color: #0b5f93 !important;
}

.table-td-position-title {
  position:relative;
  top: 8px;
}

.table-td-position-color_input-type{
  position:relative;
  top: 5px;
}

.table-td-editer {
    position:relative;
  top: 3px;
}

td.sitemap-actions > a span > i.editer-sitemap, td.sitemap-actions > a span > i.star-sitemap{
    color: #0B5F93;
}

/******************************* End Site Map ******************************************************/


/******************************* Start Bibliographic content ********************************************/

.container-article{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.item-img, .item-btn-line, .item-descrip{
    display: flex;
    height: auto;
}

.item-img {  
   flex-basis: 300px;
}
.item-btn-line {
    flex-basis: 120px;
    justify-content: center; 
    margin-left: 20px;
    margin-right: 20px;
}
.item-descrip {   
    flex-basis: 45%;
    flex-direction: column; 
    position: relative;
    top: 50px;
    right:20px
}

.item-btn {
    position: relative;
    top: 50px;
}
.item-line {
    display: flex;
    width: 100%;
}
.item-line-color {
    width: 2px;
    height: 220px;
    background-color: #0b5f93;
    margin: auto;
    margin-top: 20px;
}

.item-descrip-acces-document {
    align-self: center;
    position:relative;
    top:20px;
}

@media screen and (max-width: 512px) {
    .container-article{
        flex-wrap: wrap;
    }
    .item-btn-line {
       display: none;
    }
    .item-descrip {   
        flex-basis: 100%;
        flex-direction: column; 
        position: relative;
        top:10px;
        left :10px
    }
}

/******************************* End Bibliographic content ********************************************/