body{
    color: #495057;
    font-size: 14px;
    background-color: #f2f3f8;
}
h1, h2, h3, h4, h5, h6{
    color: #646c9a;
}

body.kt-offcanvas-panel--on,
body.kt-aside--on,
body.kt-header-menu-wrapper--on {
    overflow: hidden;
}

.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo {
    padding: 0px;
    width: 0px;
    height: 0px;
    display: none;
}

table td {
    font-size: 1rem;
}

blockquote{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote p:last-child{
    margin-bottom:0;
}

hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

a{
    overflow-wrap: break-word;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #5d78ff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pointer {
    cursor:pointer;
}

.shadow-heavy{
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.02),
            0 6.7px 5.3px rgba(0, 0, 0, 0.028),
            0 12.5px 10px rgba(0, 0, 0, 0.035),
            0 22.3px 17.9px rgba(0, 0, 0, 0.042),
            0 41.8px 33.4px rgba(0, 0, 0, 0.05),
            0 100px 80px rgba(0, 0, 0, 0.07);
}

.babillard-posts-list-50{
    max-height: 50vh;
    overflow-y: auto;
}

/** ----------------------- classes ---------------------------- **/

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.bootstrap-select .dropdown-toggle {
    height: 36px;
}

.btn i {
    padding-right:0;
}

.btn-xs{
    font-size: 12px;
    padding: 4px 8px;
}
.btn-xs i{
    font-size: 12px;
}
.btn-xs i.fa-1em{
    font-size: 1em;
}

.btn.btn-sm.btn-label.btn-bold {
    margin-bottom:5px;
}

div.btn.btn-label {
    color: #646c9a;
    font-weight: 100;
}
div.btn.btn-label i {
    color: #5d78ff;
}

.btn-pmu{
    border: 5px solid #E67C16;
    background: white;
    display: inline-flex;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    line-height: 1em;
    font-size: 21px;
    border-radius: 50rem !important;
    padding: 8px;
}
.btn-pmu svg{
    width: 40px;
    height: 40px;
}
.btn-pmu strong{
    flex-grow:1;
    padding-left: 8px;
    padding-right: 8px;
 }

.col-form-label.required:after {
    content:"\00a0*";
    display:inline;
    color: red;
}
.comment-box {
    margin-top:15px;
}

.debug {
    margin:20px;
}
.debug-vars {
    display: none;
    background: #fff;
    padding: 5px;
    line-height:12px;
}

.dropdown-menu>li>a>i:before, .dropdown-menu>.dropdown-item>i:before {
    line-height: 18px;
}

.filelist li {
    margin-bottom:5px;
}

.form-control.required {
    /*font-weight: bold;*/
}
.form-control.error {
    border-color:#fd397a;
}
.form-control::placeholder, .form-control::placeholder, .form-control::placeholder {
    color: #bbb;
}

.form-group-error-msg {
    display: none;
    color: #cc0000;
}
.form-group-error {
    position:relative;
}
.form-group-error input, .form-group-error select   {
    border:1px solid #cc0000 !important;
}
.form-error {
    border:1px solid #cc0000 !important;
}
.form-group-error .form-group-error-msg {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -18px;
}

.form-group-error .form-group-error-msg.form-group-error-msg-block {
    display: block;
    position: relative;
}

.icon-label {
    display: inline-block;
}
.icon-label + .icon-label {
    margin-left:10px;
}
.icon-label i {
    vertical-align: middle;
    font-size: 2rem;
    padding-right:5px;
}
.icon-label.icon-label-sm {
    font-size: 80%;
}
.icon-label.icon-label-sm i {
    font-size: 1rem;
}

.lh-1,
.lh-1.btn,
.lh-1.btn.btn-lg{
    line-height: 1.15em;
}

.kt-badge {
    border-radius: 0.25rem;
}
.kt-content .kt-grid__item {
    padding-top:20px;
}
.kt-menu__link-text i {
    padding-right: 5px;
}
.kt-section__body img,
.kt-container img{
    max-width:100%;
    height:auto;
}
.kt-subheader {
    min-height: 20px;
}

.kt-portlet__body.saving {
    opacity: 0.5;
    transition: all ease-out 0.2s;
}

.kt-portlet.nested {
    border:1px solid #ddd;
    box-shadow: -10px 0 10px #eee;
}
.kt-portlet.read {
    background:rgba(255,255,255,0.6);
}
.kt-portlet.unread {
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
    padding-left: 0;
}

.kt-portlet .kt-portlet__separator {
    height: 0;
    border-top: 1px solid #ebedf2
}

.kt-switch-label {
    position: absolute;
    margin-left: 5px;
    margin-top: 7px;
}

.kt-widget-14 .kt-widget-14__info {
    border-bottom: 1px solid #ddd;
}
.kt-widget-14 .kt-widget-14__desc {
    padding-right:0;
}

.login-box {
    margin-top: 20px;
    max-width: 360px;
}
.login-box .logo {
    display: block;
    width:100%;
    max-width: 250px;
    margin:0 auto;
    position: relative;
}
.login-box .kt-portlet {
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.02),
            0 6.7px 5.3px rgba(0, 0, 0, 0.028),
            0 12.5px 10px rgba(0, 0, 0, 0.035),
            0 22.3px 17.9px rgba(0, 0, 0, 0.042),
            0 41.8px 33.4px rgba(0, 0, 0, 0.05),
            0 100px 80px rgba(0, 0, 0, 0.07);
}

.no-wrap,
.nobr{
    white-space: nowrap;
}

.ql-container {
    font-family: "Poppins";
}

.reclamation-img {
    max-width:300px;
    border:1px solid #ccc;
    padding:15px;
    margin-bottom:15px;
}

.small-icon {
    width:16px;
}

.hseparator {
    background: #eee;
    color: #000;
    line-height: 40px;
    padding:0 20px;
}

.text-block + .text-block {
    margin-top:25px;
}

.tooltip {
    font-family:'open_sansregular' !important;
}

#kt_header.kt-header .kt-header-menu{
    margin-left: 0px;
}
body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo{
    margin-right: 0px;
}

#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text,
#kt_header_mobile_topbar_toggler i{
    color: #fff;
}
#kt_header_mobile_toggler span,
#kt_header_mobile_toggler span::before,
#kt_header_mobile_toggler span::after{
    background: #fff;
}

#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text i{
    opacity: 0.5;
}

.kt-header__topbar-icon{
    background-color: rgba(0,0,0,0.25);
    color: #fff;
}
.kt-header__topbar-user{
    background-color: #fff;
    border-radius: 50px;
}

.kt-header__topbar-user img{
    align-self: center;
    max-height: 38px;
    max-width: 38px;
    border-radius: 50%;
}

#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link,
#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link,
#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item:hover>.kt-menu__link {
    background:#00264C;
}

#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link i,
#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link i,
#kt_header.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item:hover>.kt-menu__link i {
    color: #fff;
    opacity: 1;
}


.table.dataTable thead th{
    font-weight: bold;
}

.fullwidth-search div.dataTables_wrapper div.dataTables_filter label{
    width: 100%;
    display: flex;
    align-items: center;
}
.fullwidth-search div.dataTables_wrapper div.dataTables_filter label input{
    width: 100%;
}

.kt-header-mobile__toolbar .kt-header__topbar-item{
    display: flex;
    margin: 0 .1rem;
}
.kt-header-mobile__toolbar .kt-header__topbar-item .kt-header__topbar-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    cursor: pointer;
    transition: all .3s;
}
.kt-header-mobile__toolbar .kt-header__topbar-item .kt-header__topbar-icon:hover{
    background-color: #fff;
}
.kt-header-mobile__toolbar .kt-header__topbar-item .kt-header__topbar-icon i{
    font-size: 1.5rem;
    color: #5d78ff;
    transition: all .3s;
}
.kt-header-mobile__toolbar .kt-header__topbar-item .kt-header__topbar-icon .kt-badge.kt-badge--notify {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 5px;
}

@media (max-width: 1024px){
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__toggle .kt-menu__hor-arrow {
        display: none;
    }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__toggle .kt-menu__ver-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 0;
        font-size: .8rem;
        width: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 0 0 10px;
    }
    .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__toggle>.kt-menu__ver-arrow:before{
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .kt-header__topbar-user .kt-hidden-mobile{
        display: none;
    }

    table.horaire-boba td{
        font-size:8px;
    }
    table.horaire-boba td span{
        font-size:12px;
    }
}

@media (min-width: 1025px){
    .kt-header-menu .kt-menu__nav .btn{
        width:100%;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__toggle .kt-menu__ver-arrow,
    .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__toggle .kt-menu__ver-arrow{
        display: none;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__toggle .kt-menu__hor-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 0;
        font-size: .8rem;
        width: 20px;
        padding: 0 0 0 10px;
    }

}


/***** BLOC INFO *****/
.bloc-info .post-meta-table{
    display: table;
    border-collapse: separate;
    border-spacing: 5px 10px;
}
.bloc-info .post-meta-table .info-container{
    display: table-row;
}
.bloc-info .post-meta-table .info-container>div{
    display: table-cell;
}
.bloc-info .post-meta-table .info-container .info-icon i{
    font-size: 1.35em;
    opacity: 0.5;
}
.bloc-info .post-meta-table .info-container .info-value{
    font-size: 1.05em;
    font-weight: bold;
}


.unread{
    border-left: 3px solid #00264C;
}
.list-group-item.list-group-item-action.read .text-info{
    color:#333 !important;
}

.kt-aside__brand-logo img,
.kt-header-logo img,
.kt-header-mobile__logo img{
    max-width: 100%;
}

.border-xl{ border-width: 8px !important; }
.border-right-xl{ border-right-width: 8px !important; }
.border-bottom-xl{ border-bottom-width: 8px !important; }
.border-left-xl{ border-left-width: 8px !important; }
.border-top-xl{ border-top-width: 8px !important; }

.border-lg{ border-width: 5px !important; }
.border-right-lg{ border-right-width: 5px !important; }
.border-bottom-lg{ border-bottom-width: 5px !important; }
.border-left-lg{ border-left-width: 5px !important; }
.border-top-lg{ border-top-width: 5px !important; }

.border-md{ border-width: 3px !important; }
.border-right-md{ border-width: 3px !important; }
.border-bottom-md{ border-width: 3px !important; }
.border-left-md{ border-width: 3px !important; }
.border-top-md{ border-width: 3px !important; }

/** ----------------------- Color helpers ---------------------------- **/

.bg-branding{
    background-color: #00264C !important;
}
.text-branding{
    color: #00264C !important;
}
.bg-branding-second{
    background-color: #0089AE !important;
}
.text-branding-second{
    color: #0089AE !important;
}

.btn-brand {
    color: #fff;
    background-color: #00264C;
    border-color: #00264C;
    color: #fff;
}

.bg-black-5{
    background-color: rgba(0,0,0,0.05);
}

.bg-black-10{
    background-color: rgba(0,0,0,0.1);
}
.bg-black-20{
    background-color: rgba(0,0,0,0.2);
}
.bg-black-30{
    background-color: rgba(0,0,0,0.3);
}
.bg-black-40{
    background-color: rgba(0,0,0,0.4);
}
.bg-black-50{
    background-color: rgba(0,0,0,0.5);
}
.bg-black-60{
    background-color: rgba(0,0,0,0.6);
}
.bg-black-70{
    background-color: rgba(0,0,0,0.7);
}
.bg-black-80{
    background-color: rgba(0,0,0,0.8);
}
.bg-black-90{
    background-color: rgba(0,0,0,0.9);
}
.text-black-10{
    color: rgba(0,0,0,0.1);
}
.text-black-20{
    color: rgba(0,0,0,0.2);
}
.text-black-30{
    color: rgba(0,0,0,0.3);
}
.text-black-40{
    color: rgba(0,0,0,0.4);
}
.text-black-50{
    color: rgba(0,0,0,0.5);
}
.text-black-60{
    color: rgba(0,0,0,0.6);
}
.text-black-70{
    color: rgba(0,0,0,0.7);
}
.text-black-80{
    color: rgba(0,0,0,0.8);
}
.text-black-90{
    color: rgba(0,0,0,0.9);
}
.bg-white-10{
    background-color: rgba(255,255,255,0.1);
}
.bg-white-20{
    background-color: rgba(255,255,255,0.2);
}
.bg-white-30{
    background-color: rgba(255,255,255,0.3);
}
.bg-white-40{
    background-color: rgba(255,255,255,0.4);
}
.bg-white-50{
    background-color: rgba(255,255,255,0.5);
}
.bg-white-60{
    background-color: rgba(255,255,255,0.6);
}
.bg-white-70{
    background-color: rgba(255,255,255,0.7);
}
.bg-white-80{
    background-color: rgba(255,255,255,0.8);
}
.bg-white-90{
    background-color: rgba(255,255,255,0.9);
}
.text-white-10{
    color: rgba(255,255,255,0.1);
}
.text-white-20{
    color: rgba(255,255,255,0.2);
}
.text-white-30{
    color: rgba(255,255,255,0.3);
}
.text-white-40{
    color: rgba(255,255,255,0.4);
}
.text-white-50{
    color: rgba(255,255,255,0.5);
}
.text-white-60{
    color: rgba(255,255,255,0.6);
}
.text-white-70{
    color: rgba(255,255,255,0.7);
}
.text-white-80{
    color: rgba(255,255,255,0.8);
}
.text-white-90{
    color: rgba(255,255,255,0.9);
}

.bg-success-light{
    background-color: #d2f9f5;
}
.bg-info-light{
    background-color: #d1e0fa;
}
.bg-primary-light{
    background-color: #d5d6f6;
}

.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link.text-white .kt-menu__link-text{
    color: #fff;
}

/** ----------------------- mobiles ---------------------------- **/

@media (max-width: 1024px) {

    .comments .kt-portlet .kt-portlet__body {
        padding: 8px;
    }

    /* right menus */
    .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
        left:auto;
        right:0;
    }
    .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
        left:auto;
        top: 5px;
        right:5px;
    }
    .kt-aside.kt-aside--on {
        left: auto;
        right:0;
    }
    .kt-aside--on .kt-aside-close {
        left: auto;
        top: 5px;
        right: 5px;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-text{
        color: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading,
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link,
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav{
        background: rgba(0,0,0,0.25);
    }
}

/** ----------------------- animations ---------------------------- **/

.fade-in {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

/** animations **/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.kt-datatable.table-responsive.kt-datatable--default>.kt-datatable__table{
    overflow-x: auto;
}



/** ----------------------- carousel ---------------------------- **/
#slideshowDashboard.carousel{
    padding-bottom: 36px;
}
#slideshowDashboard.carousel .carousel-indicators li{
    background-color: #495057;
    border-color: rgba(0,0,0,0);
}
#slideshowDashboard.carousel-control-next, .carousel-control-prev{
    z-index: 10;
}

.carousel-caption{
    bottom: 0px;
    padding-bottom: 0px;
    padding-top: 35px;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,0.0) 100%);
    width: 100%;
    left: 0;
    right: 0;
}
.carousel-caption h4{
    color: #fff !important;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}




/** ----------------------- single-post (news + docs) ---------------------------- **/
.grid-single{
    display: grid;
}


/** ----------------------- fullcalendar ---------------------------- **/
#fc-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}

#calendar.fc .fc-header-toolbar.fc-toolbar{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
#calendar.fc .fc-toolbar-title{
    padding-bottom: 10px;
    padding-top: 10px;
}
#calendar.fc .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-of-type{
    min-width: 200px;
    flex-shrink: 0;
}

.ql-editor .ql-video,
.ql-video,
video.note-video-clip {
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: black;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}

/* ---------- auto image modal ---------- */
#auto-img-modal img {
    cursor: pointer;
    transition: 0.3s;
}

#auto-img-modal-window {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

#auto-img-modal-img {
    margin: auto;
    display: block;
    width: 80%;
}

#auto-img-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#auto-img-modal-img,
#auto-img-modal-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#auto-img-modal-window .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#auto-img-modal-window .close:hover,
#auto-img-modal-window .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    #auto-img-modal-img {
        width: 100%;
    }
}


.timeline{
    position: relative;
}
.timeline .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.7rem;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 51px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #ebedf3;
}
.timeline .timeline-item .timeline-label {
    width: 50px;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    color: #3f4254;
}
.timeline .timeline-item .timeline-badge {
    flex-shrink: 0;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -.5rem;
    padding: 3px!important;
    border: 6px solid #fff!important;
}
.timeline .timeline-item .timeline-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.timeline.timeline-label-date .timeline-item .timeline-label{
    width: 85px;
}
.timeline.timeline-label-date:before {
    left: 86px;
}

.fc-v-event .fc-event-main{
    overflow: hidden;
}

#videosDashboard .main-video{
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 400px;
    background: black;
}
#videosDashboard .main-video:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
}
#videosDashboard .main-video .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 10px 10px 10px;
    margin: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 2%, rgba(0,0,0,0) 100%);
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    font-weight: bold;
    z-index: 10;
}
#videosDashboard .main-video .play-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    z-index: 5;
    color: rgba(255,255,255,0.75);
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

#videosDashboard .main-video .date-posted{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    border-bottom-left-radius: 5px;
}

#videosDashboard .main-video:hover:before{
    background: rgba(0,0,0,0.2);
}
#videosDashboard .main-video:hover .play-icon{
    font-size: 90px;
}
#videosDashboard .main-video *,
#videosDashboard .main-video:before{
    transition: all 0.2s ease-in-out;
}

table.tableau-horaire input{
    width: 100%;
    text-align: center;
    border: 1px dotted #ddd;
    padding-left: 18px;
    border-radius: 5px;
}


@media print {
    body.form-answer #kt_header_mobile,
    body.form-answer #kt_aside,
    body.form-answer #kt_header,
    body.form-answer .fil-ariane,
    body.form-answer .kt-footer,
    body.form-answer .debug {
        display: none !important;
    }

    body.form-answer .kt-page,
    body.form-answer #kt_wrapper,
    body.form-answer .kt-container {
        padding: 0px;
    }

    body.form-answer .informations.row>*:first-child {
        padding-left: 0px;
    }
    body.form-answer .informations.row>*:last-child {
        padding-right: 0px;
    }

    body.form-answer .kt-portlet,
    body.form-answer .kt-portlet.shadow-lg {
        box-shadow: none !important;
    }
    body.form-answer .kt-portlet .kt-portlet__body{
        padding: 0px;
    }

    body.form-answer #tab-answer .row {
        display: block !important;
    }

    body.form-answer #tab-answer .row > * {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.form-answer #tab-answer .pr-sm-5 {
        padding-right: 10px !important;
    }
    body.form-answer #tab-answer .formulaire {
        box-shadow: none !important;
    }
    body.form-answer #tab-answer .formulaire .card-body{
        padding: 10px;
    }

    body.form-answer #tab-answer .formulaire .card-body section{
        page-break-inside: avoid;
    }
    body.form-answer #tab-answer .formulaire .card-body section hr{
        display: none;
    }
}


.wp-video{
    max-width: 100%;
    height: auto;
}
video,
.wp-video{
    max-width: 100%;
    height: auto;
}

.dataTables_scrollBody table thead tr th{
    opacity: 0;
}
div.dtfc-right-top-blocker, div.dtfc-left-top-blocker{
    margin-top: 0px !important;
}

.large-checkbox{
    transform: scale(1.35);
}

.table.dataTable tbody tr.alert-warning>.dtfc-fixed-left,
table.dataTable tbody tr.alert-warning>.dtfc-fixed-right{
    background-color: #fff1d3;
}
.table.dataTable tbody tr.alert-warning>.dtfc-fixed-left.alert-danger,
table.dataTable tbody tr.alert-warning>.dtfc-fixed-right.alert-danger,
.table.dataTable tbody tr>.dtfc-fixed-left.alert-danger,
table.dataTable tbody tr>.dtfc-fixed-right.alert-danger{
    background-color: #ffd7e4;
}

.videos-grid{
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(350px, 1fr) );
    grid-gap: 25px;
}
.videos-grid .video{
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.videos-grid .video .video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.videos-grid .video .video-container iframe,
.videos-grid .video .video-container object,
.videos-grid .video .video-container embed,
.videos-grid .video .video-container video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slideshowDashboard .slide{
    width: 100%;
    height: 90vh; /* fallback if needed */
    height: calc(100vh - 60px);
}

#slideshowDashboard .slide .image{
    height: 70%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

#slideshowDashboard .slide .banner{
    display: flex;
    height: 30%;
    overflow: hidden;
}

#slideshowDashboard .slide .banner .extrait p{
    font-size: 20px;
}

#slideshowDashboard .slide .banner .extrait{
    position: relative;
    flex-grow: 3;
}

#slideshowDashboard .slide .banner .extrait iframe{
    max-width: 100%;
}

#slideshowDashboard .slide .banner .extrait:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(52,58,64,0), rgba(52,58,64,0), rgba(52,58,64,100));
    position: absolute;
    z-index: 10;
}

#slideshowDashboard .slide .banner .code-qr{
    display: flex;
    flex-flow: column;
    align-content: space-around;
    text-align: center;
    width: 400px;
    padding: 25px;
    flex-grow: 0;
    flex-shrink: 1;
}
#slideshowDashboard .slide .banner .code-qr img{
    max-height: 100%;
    object-fit: contain;
}

.info-ops p,
.info-ops li{
    font-size: 18px;
    line-height: 21px;
    font-family: "Arial Narrow", open_sansregular, sans-serif;
}