
@font-face {
    font-family: "Lanenar";
    src: url("../fonts/LANENAR_.ttf") format("truetype");
}

@font-face {
    font-family: "Laneposh";
    src: url("../fonts/LANEPOSH.ttf") format("truetype");
}

.breadcrumb a{
    color: #73818f !important;
}

.breadcrumb-item.active{
    font-weight: bold !important;
}

.sidebar .sidebar-nav .nav-item:hover{
    background-color: rgba(247,178,57,0.5) !important;
}

.sidebar .nav-link.active .nav-icon {
    color: rgba(247,178,57,0.5) !important;
}

.sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: rgba(247,178,57,0.5) !important;
}

.sidebar .nav-link:hover {
    background: rgba(247,178,57,0.5) !important;
}

.sidebar .nav-link.nav-link-info:hover {
    background: rgba(247,178,57,0.5) !important;
}

.sidebar-minimized .sidebar .nav-link:hover {
    background: rgba(247,178,57,0.5) !important;
}

.sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: rgba(247,178,57,0.5) !important;
}

.sidebar .nav-link.active{
    background: rgba(247,178,57,0.6) !important;
}

.connecté{
    font-size: 13px;
    margin:0 0;
}
.display_flex {
    display: flex;
}

#loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #555;
    opacity: 0.3;
}
#loader .loader_content{
    margin-top: calc(25% - 55px);
    margin-left: calc(50% - 55px);
    position: fixed;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #bf2b45;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* #loaderParcours{
    width: 120px;
    height: 120px;
    margin:auto;
    opacity: 0.3;
    position: relative;
} */

#loaderParcours{
    width: 450px;
    height: 100%;
    margin:auto;
    position: relative;
    z-index:27;
    background:white;
}


#loaderParcours .loader_content{
    margin-top: 60px;
    margin-left: 165px; 
    position: fixed;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #bf2b45;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 0.3;
}

.ns_utilisateur_box {
    background-color: #f0f3f5;
}

.ns_utilisateur_box a {
    color: #bf2b45 !important; 
    display:flex;
    align-items: center;
    position: relative;
}
.ns_utilisateur_box a span {
    color: #bf2b45 !important; 
}
/* LOADER ELEVE */

.main-header 
{
    align-items: stretch;
}
.main-header ul
{
    display:flex;
    align-items: stretch!important;
}
.main-header ul li
{
    display:flex;
}
.main-header ul a:not(.dropdown-item,.ns_utilisateur_box a)
{
    display:flex;
    align-items: center;
    position: relative;
    color:#fff!important;
}

.main-header ul > li.active > a::before
{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%,0);
    content:'';
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 20px solid transparent;
    border-bottom : 10px solid #e4e5e6;
    border-left : 20px solid transparent;
}

.app-body .formation
{
    border-left:1px solid #bf2b45;
    padding-left: 1rem;
    margin-bottom: 3rem;
}

.app-body .formation h1
{
    color:#bf2b45;
    font-weight: 700;
    font-size: 2rem;
}
#bgLoaderEleve {
    z-index: 99999;
    background-color: #bf2b45;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: hidden;
    position: fixed;
}
#loaderEleve {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    /*z-index: 99999;
    background-color: #bf2b45;*/
}
@keyframes loader {
    0% { left: -100px }
    100% { left: 110%; }
}

#loaderEleve #box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
@keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { transform: translateY(9px) rotate(22.5deg); }
    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg) ;
        border-bottom-right-radius: 40px;
    }
    75% { transform: translateY(9px) rotate(67.5deg); }
    100% { transform: translateY(0) rotate(90deg); }
}

#loaderEleve #shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}
@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}

/* LOADER branchements réponses */
#loadBranchementReponses{
    display:none;
    background-color: rgba(244,244,244,0.3);
    color: #bdbdbd;
    border-radius: 1em;
    height: 100px;
    width: 400px;
    /*display: flex;*/
    position: fixed;
    z-index: 99999;
    margin-left: calc(50% - 200px);
    bottom: 20px;
}

#loadBranchementReponses span{
    margin: auto;
}

.loaderRep {
    color: #bdbdbd;
    font-size: 5px;
    /*margin: 100px auto;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  @-webkit-keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
  @keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
  

/* pour tinymce inline */
.inlinetinymce {
    min-width: 200px;
    min-height: 40px;
    /* temporaire: pour le voir */
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* essai placeholder sur tinymce editable https://stackoverflow.com/a/20300212/2375207 */
.inlinetinymce:empty:not(:focus):before{
    content:attr(data-placeholder);
    opacity: 0.7;
}
/* TODO: trouver solution pour contrer mce-bogus */

.ns_correction_prof {
    color: red;
}

.alert_content:after {
    content:'TODO';
    color: white;
    background-color: red;
    position: absolute;
    bottom: -10px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.alert_content_min:after {
    content: 'Soyez plus verbeux';
}
.alert_content_max:after {
    content: 'Soyez plus concis';
}
/* input ne peut avoir de :after */
input.alert_content {
    border: 2px solid red;
}

/* afin que les boutons d'actions ne s'empilent pas si la datatable est compressée*/
.nowrap {
    white-space: nowrap!important;
}

/*
* Edit Erwan 10/06/2021 :
* retrait de la class dataTables_paginate et pagintate_button
* pour la nouvelle pagination
*/
/* fix pour jquery.datatables.css */
.dataTables_wrapper {
    padding: 0!important;
    margin: 0!important;
}
table.dataTable thead tr.filtre_line td {
    padding: 2px!important;
}
table.dataTable thead tr.filtre_line td input {
    margin: 5px!important;
    padding: 1px 0!important;
}
table.dataTable thead tr.filtre_line td select {
    margin: 5px!important;
    padding: 1px 0!important;
}

/* fix pour diminuer marge autour des boutons */
.table .action button.btn {
    margin: -0.5rem 0;
}
.table td a.btn {
    margin: -0.5rem 0;
}
.page_module_settings .table td a.btn {
    margin: -1rem 0;
    padding: 0;
}

#settings-window th.filtre {
    padding: 0.5em;
}

/* jquery valdiate */
input.error {
    border: 1px solid red;
}
label.error {
    font-weight: normal;
    color: red;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* fix contre semantic */
html,body {
    font-size:16px;
}
/* décision 24/09/2018: ne plus utiliser cette font font-family: 'Jaldi', serif!important;*/
body {
    font-size: 0.875rem;
}

h1{
    font-size:1.4em;
}
h2{
    font-size:1.3em;
}
h3{
    font-size:1.2em;
}
h4, h5, h6{
    font-size:1em;
}

iframe
{
    max-width:100%!important;
}
/* vue prof, formulaire création de compterendu */
.bloc_bilan {
    border:dashed black 1px;
}
.bloc_bilan .contenu_bilan{
    display: none;
}
.bloc_bilan i {
    cursor:pointer;
    float: right;
}

.ns_selectable tbody {
    cursor: pointer; /* c'est celui de la main qui pointe l'index */
}
.ns_row_selectable {
    cursor: pointer;
}
.media_selectable {
    cursor: pointer;
}
.media_selectable.card:hover>* {
    background-color: rgba(200, 206, 211, 0.3);
    border: 0.5px solid black;
}

.ns_reorder_row {
    cursor: n-resize;
    text-align: center;
}
.ns_fullwidth {
    width: 100%!important;
}
.btn-show-enfants::after {
    content:'-';
    font-weight: bolder;
    color: white;
}
.collapsed.btn-show-enfants.collapsed::after {
    content:'+';
}

/* pour popin formulaire media: montrer image chargée */
.wrapper.preview {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width:100%;
    height: 0;
    padding-bottom: 50%;
}

.mediapreview .card-header-actions {
    position: absolute;
    right: 15px;
    top: 10px;
}
.mediapreview .image
{
    object-fit: contain;
}
.wrapper_liste_categories .card-body {
    padding-right: 0!important;
}
.galerie_wrapper .card{
    margin:0;
}
.galerie_wrapper .card .ns_height_standardized{
    overflow: auto;
    position: relative;
    text-align:center;
    /*height: 0; /* TODO: @media */
    padding-top: 56.25%;
}
.galerie_wrapper .card .ns_height_standardized>* {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.galerie_wrapper .card .embed-responsive .embed-responsive-item > *{
    position:absolute;
    max-width:100%;
    width:100%;
}
.galerie_wrapper .card .card-footer,.galerie_wrapper .card .card-header {
    overflow: hidden;
    white-space: nowrap;
}

.galerie_wrapper .card-header,.galerie_wrapper .card-header{
    overflow: hidden;
    overflow-wrap: normal;
}

.overflow_auto {
    overflow: auto!important;
}

/* lorsque ça se produit (par exemple, création utilisateur) */
.flash-success {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    border: 1px dashed black;
    background-color: #fff;
}

/* pour décaler l'arrivée dans la navigation (le bandeau de breadcrumb bouffe 50 pixel de hauteur) */
.ancre_cachee{
    padding-top:50px;
    margin-top:-50px;
    width: 0!important;
    height: 0!important;
}

.association_box{
    /* width:300px;
    margin:30px 70px;
    padding:50px 50px; */
    border-style: double;
}
.association_box p{
    margin: 0;
}
/* vue prof: squishe un peu */
.tableTentatives .association_box.left{
    margin:0px 30px 0px 0px;
}
.tableTentatives .association_box.right {
    margin: 0px 0px 0px 30px;
}
.table-responsive table.table
{
    width: max-content;
    max-width: inherit;
}
.association_box .content {
    max-width: 100%;
}
.association_box .widget_media {
   /* margin: -50px -50px;  pour correspondre avec son parent */
}
.association .association_box:first-child a
{
    margin-left: auto;
}
.activite_submit
{
    white-space: initial!important;
}
.jtk-endpoint,.jtk-overlay
{
    z-index: 999!important;
}
.widget_media video {
    max-height: 100% !important;
    max-width: 100% !important;
    /* TODO: meilleure solution */
    background: transparent url("https://i.stack.imgur.com/Vx3PB.png");
}

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

.wrapper_texte {
    position: fixed;
    max-height: 80%;
    overflow: auto;
}

@media screen and (max-width: 1199px) {   
    .pip_texte_btn {
        display:none;
    }
}

.wrapper_parcours {
    position: fixed;
    max-height: 80%;
    overflow: auto;
}
.modal .composant_wrapper {
    margin: 20px;
    overflow-y: auto;
    max-height: 700px; /* TODO: temporaire, test */
}

.composant_wrapper_border {
    border: solid 2px rgba(247,178,57,0.8);
}

.liststylenone {
    list-style-type: none;
}

.colorred {
    color:red;
}
.colorgreen {
    color:green;
}
.colordarkorange {
    color:darkorange;
}

.wrapper_parcours ul {
    padding-left: 10px; /* TODO: vrai design, cette rustine sert à y voir */
}

.libelleQuestion p{
    margin: 0;
}

.Gap .inlinetinymce{
    height: 17px;
}

/* TEMPLATE CHECKBOXES */
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content: "";
    width: 60%;
    height: 60%;
    background: #62baf3;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    margin: 20% 20%;
}
.cbx span:last-child {
    padding-left: 8px;
}
.cbx:hover span:first-child {
    border-color: #62baf3;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #62baf3;
    border-color: #62baf3;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

/* VUE PROF */

.tableTentatives .td, .tableTentatives .th {
    color: #2b686e;
    padding: 10px;
    text-align: center;
}
.tableTentatives .composant{
    text-align: left;
}
.tableTentatives .td {
    vertical-align: middle;
}
.tableTentatives .td:last-child {
    /*font-size: 0.95em;*/
    line-height: 1.4;
}
.tableTentatives .th {
    background-color: #daeff1;
    /*font-weight: 300;*/
}
.tableTentatives .td:nth-child(2n) {
    background-color: white;
}
.tableTentatives .td:nth-child(2n+1) {
    background-color: #edf7f8 !important;
}

.tableTentatives .boxNote{
    border-left: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
}

.tableTentatives .reponse_open_question {
    height: 200px;
}

/* IMPORTATION UTILISATEURS */

.docImport{
    color: #ababab;
    font-style: italic;
}

.docImport h4{
    text-decoration: underline;
}

.docImport .download{
    float: right;
}

.createMedia .select2 {
    display: grid;
}

.table_ma_formation_wrapper th{
    width: auto !important;
}
.already_done *{
    background-color: #bff199;
}

/* scrollbar du menu ressemblant à ce qu'il y a sur la doc coreui */
.sidebar .sidebar-nav::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none;
}
.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #151b1f;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px;
}
.sidebar .sidebar-nav::-webkit-scrollbar-track {
    background-color: #33444c;
    border-right: 1px solid #1f292e;
    border-left: 1px solid #1f292e;
}

/* menu burger */
.navbar-ns-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
.navbar-ns-white .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,178,57, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

.navbar-toggler{
    outline: 1px none !important;
}

/* logo en haut à gauche */
.link_to_homepage {
    font-family: 'Lanenar', cursive;
    font-size: 2.6em;
    text-decoration: none !important;
    color: white!important; /*shunte définition pour :hover*/
}



@media screen and (max-width: 768px) {
    body {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 974px) {
    .navbar .show {
        display: none;
    }
}

@media screen and (max-width: 974px) {
    .profilMenu {
        display: initial !important;
    }
}
@media screen and (min-width: 992px) {
    body.vueEleve #mainHeader button.navbar-toggler
    {
        display:none;
    }
        
    
}

.main .container-fluid {
    padding: 0 15px !important;
}

/* pour vue formation: liste des élèves et profs inactifs (désactivés ou pas encore confirmés) */
.not_activated {
    color: red
}

/* tooltip (mini-fenêtre apparaissant au survol) de bootstrap
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
/* version nalta (test) */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #ffdeb6;
    border-radius: .25rem;
}

#table_eleves .no_assoc {
    color: red;
}

/**
* Définition css de la nouvelle pagination
*/
 

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

.margin_paginate{
    /* margin: none; */
    margin-bottom: 3px;
    padding: 0.25rem 0.5rem !important;
    vertical-align: middle;
}

.no_border{
    border-color:#ffffff00;
}

.no_border:hover{
    z-index:0;
    border-color:#ffffff00;
    background-color:#ffffff00;
    color:#20a8d8;
    cursor: default !important;
    
}


.previous{
    z-index: 5;
}

.first{
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.last{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.paginate_input{
    margin-bottom: 3px;
    z-index: 5;
    padding: 5px 7px !important;
    text-align: center;
    width: 50px;
    color: #20a8d8;
    font-weight: bold;
    border-width: 2px;
    box-shadow: 0 0 0 0.2rem rgb(32 168 216 / 25%);
}

.paginate_input:hover{
    z-index: 5;
    cursor: pointer !important;
    background-color: #e4e7ea;
    box-shadow: 0 0 0 0.2rem rgb(16 74 95 / 25%);
}


.select-cours{
    width: 175px;
}

.fa-floppy-o.save{
    color: #ababab;
    cursor: pointer;
}
.fa-floppy-o.save:hover{
    color: #000000;
}

.elementModule .fa-floppy-o.save{
    color: #ffffff;
    cursor: pointer;
}
.elementModule .fa-floppy-o.save:hover{
    color: #ababab;
}

.boxSemestre{
    /*background-color: #6a9fa2;*/
    border-radius: 1em;
}

.boxSemestre .card-header{
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.boxSemestre .card-body{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border: solid 2px black;
}

.boxSemestre .title{
    color: white;
}

.boxCours{
    background-color: #3a9d5d;
    border-radius: 1em;
}

.boxCours.termine{
    background: repeating-linear-gradient( 45deg, #fbfbfb, #fbfbfb 10px, #ececec 10px, #ececec 20px ) !important;
    opacity: 0.8;
}

.boxCours .title{
    color: white;
}

.boxCours.termine .title{
    color: #505050;
}

.boxPlanning{
    background-color: #f1f1f1;
    border-radius: 1em;
}

/*.boxPlanning.afaire{
    background-color: #e6e6e6;
}*/

.boxPlanning.termine{
    background: repeating-linear-gradient( 45deg, #fbfbfb, #fbfbfb 10px, #ececec 10px, #ececec 20px ) !important;
    opacity: 0.8;
}

.boxPlanning .date{
    color: #3a9d5d;
    font-weight: bold;
}
.boxPlanning .horaire{
    color: #3a9d5d;
}
.boxPlanning .groupe{
    color: #2f353a;
    text-align: center;
}

.boxPlanning.termine .date, .boxPlanning.termine .horaire, .boxPlanning.termine .groupe{
    color: #505050;
}

.boxPlanning:not(.termine) {
    border: 2px solid #3a9d5d;
}

.boxPlanning.afaire h1 {
    color: #bf2b45;
}

.boxCours.termine .row {
    background: transparent;
}

.boxCours.termine .row {
    background: transparent!important;
}

a:not([href]){
    color: #fff !important;
}


/*  Mode dev
.adaptabilite{
    background-color:#CCC;
    
} */


#timer_lesson{
    font-weight: bold; font-size: 18px
}

#myTimerDiv{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right:160px;
    width: 150px;
    height: 30px;
    border-radius: 1em;
    border: 1px solid #2f353a;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
   
    color:#2f353a;
}

#myTimerDiv.timeLimitedMode{
    background-color:#66d1bf;
}

#myTimerDiv.timeLimitedMode.overtime{
    background-color:#de473a;
    color:white;
}

.pip_media.fixed
{
    bottom: 2em;
    left:1em;
    position: fixed;
    z-index: 9999;
}
.pip_btn_close
{
    position: absolute;
    right:0;
}

@media only screen and (max-width: 576px) {
    .pip_media.fixed
    {
        top: 70px;
        bottom: auto;
        left:1em;
        position: fixed;
        z-index: 9999;
    }
}