/* FONT */
/* ----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


/* BASE */
/* ----------------------------------------------------------- */
html,
body {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 15px;
}

body {
    padding: 0 !important;
    background-color: #75264D;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4,
button,
input,
a,
textarea {
    -webkit-font-smoothing: antialiased;
}

.clear {
    clear: both;
}

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

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

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

.vertical-align {
    display: flex;
    align-items: center;
}

ol li {
    margin: 20px 0;
}

.no-hover:hover {
    text-decoration: none;
}

.clone {
    opacity: .6;
}

.clone:hover {
    opacity: 1;
}

/* LOGIN */
/* ----------------------------------------------------------- */
.nlogin-panel {
    background-color: #ffffff;
    border-radius: 10px;
}

.nlogin-header {
    background-color: rgb(159,60,109);
    border-radius: 10px 10px 0 0;
    padding: 30px;
}

.nlogin-header img {
    border-radius: 20px;
    width: 35%;
}

.nlogin-body {
    padding: 30px;
    background-image: url('../images/back_top.png');
    background-repeat: no-repeat;
    background-position: top;
}

.nlogin-title {
    margin: 0 50px 30px 50px;
    color: rgb(122,122,122);
    font-size: 1.2em;
    font-style: italic;
}

.nlogin-body .form-control {
    background-color: rgb(245,245,245);
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nlogin-body .btn {
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkbox-login {
    color: #ffffff;
    padding-top: 15px;
    font-size: .9em;
}

.master-login .header {
    display: none;
}

.master-login .footer {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
}

.master-login .footer .navbar{
    background: none;
}

.master-login .footer .navbar .navbar-nav > li > a,
.master-login .footer .navbar .navbar-nav > li > a:hover {
    color: #fff;
}

.master-login #main {
    padding: 0;
    height: 100%;
    background-color: rgba(117, 38, 77, 0.9);
}

#login {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY( -50% );
       -moz-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
         -o-transform: translateY( -50% );
            transform: translateY( -50% );
}

.help {
    margin-top: 50px;
}

.help button,
.help button:focus {
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    color: #FFFFFF;
}

.help button:hover {
    background-color: #5cb85c;
    color: #FFFFFF;
}

.help-content {
    background-color: #FFFFFF;
    margin-top: 80px;
    padding-bottom: 40px;
}

.welcome {
    margin-bottom: 40px;
    color: #FFFFFF;
    font-size: 2.5em;
}

.already,
.already:hover {
    color: #FFFFFF;
}

/* HEADER */
/* ----------------------------------------------------------- */
.header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #444;
    opacity: 0.9;
}

.header .navbar {
    margin: 0;
    font-size: 0.9em;
}

#nocc, #nogc, #noch {
    display: none;
}

/* FOOTER */
/* ----------------------------------------------------------- */

.footer .navbar {
    margin: 0;
    font-size: 0.8em;
}
.footer .navbar li > a {
    color: #444;
    background: none !important;
}

.footer .navbar li > a:hover {
    color: #000;
}

/* MAIN */
/* ----------------------------------------------------------- */
#main {
    background-color: #eee;
    position: relative;
    z-index: 2;
    padding: 4.6em 0;
    min-height: 90%;
}

/* FAQ */
/* ----------------------------------------------------------- */
.faq .panel {
    margin: 2em 0;
}

.nav-faq {
    padding-bottom: 20px;
}

/* SOURCE */
/* ----------------------------------------------------------- */
.source {
    display: none;
}

.source-thumbnail, .program-thumbnail {
    width: 60px;
    max-height: 50px;
    object-fit: contain;
}

.sortable_sources .glyphicon,
.activated-sources .glyphicon {
    font-size: 1.5em;
}

.glyphicon-chevron-right {
    font-size: 1em !important;
}

.sortable_sources span.glyphicon.glyphicon-edit {
    font-size: 1.1em;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ul.activated-sources li.placeholder {
    position: relative;
    height: 10px;
    list-style: none;
    background-color: #DCDCDC;
}

ul.activated-sources li.placeholder:before {
    position: absolute;
}

[class^="st-icon-"] {
    font-size: 1.3em;
    display: inline;
    margin-left: -5px;
}

.sources-container {
    background: #FAFAFA;
}

.source-list {
    font-size: 1.3em;
    padding-left: 5px;
}

.sources-list [class^="st-icon-"] {
    left: -0.455em;
}

.strong {
    font-weight: bold;
}

.no-padding {
    padding-left: 0;
}

.duree {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 128px;
    padding: 5px 0 5px 10px;
    font-size: 0.8em;
}

.background-preview {
    margin-top: 26px;
}

.background-select .img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.background-select button {
    margin-bottom: 10px;
}

.protected {
    background-color: #EDEDED !important;
}

.prints {
    line-height: 0.8em;
}

.prints-big {
    font-size: 1.4em;
}

.prints-small {
    font-size: 0.7em;
}

/* PROGRAM */
/* ----------------------------------------------------------- */

.logo .fileinput .btn {
    margin-top: 5px;
}

iframe.preview {
    width: 512px;
    height: 288px;
    border: none;
    display: none;
}

/* BUTTON */
/* ----------------------------------------------------------- */

/* .btn,
.btn-lg,
.btn-sm,
.btn-group > .btn,
.btn-group-lg > .btn,
.btn-group-sm > .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
} */

/* PANEL */
/* ----------------------------------------------------------- */
.panel {
    margin: 4em 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.panel-login {
    background: none;
    padding: 2em 1em 1em 1em;
    margin: auto;
    width: 100%;
    color: #fff;
    max-width: 24em;
}

.panel-login .checkbox {
    font-size: 0.8em;
}

.panel-login {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.panel-login .panel-title{
    text-align: center;
    font-size: 3em;
    margin-bottom: 1em;
}

.panel-login .form-control {
    background: none !important;
    height: 3em;
    border: 1px solid #fff;
    color: #fff;

    -webkit-border-radius: 4em;
       -moz-border-radius: 4em;
        -ms-border-radius: 4em;
         -o-border-radius: 4em;
            border-radius: 4em;
}

.panel-login .btn-submit:hover,
.panel-login .btn-submit:active,
.panel-login .btn-submit:focus,
.panel-login .btn-submit {
    margin-top: 2em;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    color: #75264D;
    border: 1px solid #75264D;
    padding: 0.8em 1.2em;
    text-transform: uppercase;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none; 
}

.panel-login .btn-submit:hover,
.panel-login .btn-submit:active,
.panel-login .btn-submit:focus {
    background-color: #75264D;
    color: #fff;
}

/* FORM */
/* ----------------------------------------------------------- */
.form-control {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
input[type=text].form-control, input[type=number].form-control {
    border:none;
    border-bottom:1px solid #757575;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* NAVBAR */
/* ----------------------------------------------------------- */
.navbar {
    font-size: 16px;
    background-color: #75264D;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.navbar-inverse {
    background-color: #444;
}

.navbar .dropdown-menu {
    margin: 0;
    padding: 0.8em 0.4em;
    border: none;
    background-color: #4f1632;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.navbar .dropdown-menu > li > a {
    color: #fff;
    padding: 0.6em 1.2em;
}

.navbar .dropdown-menu > li > a:hover {
    background-color: #75264D;
    color: #fff;
}

.navbar .dropdown-menu > li > a > i:last-child{
    margin-left: 1em;
}

.navbar .dropdown-menu > li > a > i:first-child{
    margin-right: 1em;
}

.navbar .navbar-brand,
.navbar .navbar-nav > li > a {
    color: #fff;
}

.navbar .navbar-brand:hover,
.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    background-color: #4f1632;
}

.navbar .navbar-brand {
    /*background-color: #0C5580;*/
    padding: 7px;
}

.office-switch {
    width: 160px !important;
}

.thumbnail-smaller {
    width: 50%;
}

/* NAV */
/* ----------------------------------------------------------- */
.nav-stacked {
    padding: 0;
    margin-bottom: 2em;
}

.nav-stacked > li {
    border-bottom: 1px solid #eee;
    margin: 0;
}

.nav-stacked > li + li {
    margin: 0;
}

.nav-pills > li > a {
    color: #444;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:active,
.nav-pills > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus {
/*    background-color: #fff;
    color: #75264D;*/
}

/* LABEL */
/* ----------------------------------------------------------- */
.label {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

/* TABLE */
/* ----------------------------------------------------------- */
.table > thead > tr > th,
.table > thead > tr > td {
    text-transform: uppercase;
    font-weight: bold;
    /*text-align: center;*/
    /*padding: 1.4em 1em;*/
}

.table > tbody > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
    /*padding: 1.4em 1em;*/
}

.td-horaires {
    width: 75px;
}

.table-font-small {
    font-size: 0.9em;
}

/*SWITCH*/
/* ----------------------------------------------------------- */
.bootstrap-switch {
    -webkit-transition: 0.3s ease;
       -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
         -o-transition: 0.3s ease;
            transition: 0.3s ease;
}

.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.bootstrap-switch.bootstrap-switch-off {
    border-color: #ccc;
}

.bootstrap-switch.bootstrap-switch-on {
    border-color: #5CB85C;
}

.bootstrap-switch:focus,
.bootstrap-switch.bootstrap-switch-focused {
    -webkit-outline: none;
       -moz-outline: none;
        -ms-outline: none;
         -o-outline: none;
            outline: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    border-color: #888;
}

/*BOX*/
/* ----------------------------------------------------------- */

.box,
.box-padding {
    background-color: #fff;
}

.box-padding {
    padding: 1em;
}

/*CONTENT*/
/* ----------------------------------------------------------- */

#content .box-padding {
    margin-top: 2em;
}

/*SIDEBAR*/
/* ----------------------------------------------------------- */
#sidebar .box{
    background: none;
}

#sidebar .nav {
    background-color: #fff;
}

#sidebar h3 {
    margin: 0;
    padding: 1em;
    font-size: 1em;
    color: #75264D;
    display: block;
    text-align: left;
    font-weight: lighter;
    text-transform: uppercase;
}

/*LIST GROUP*/
/* ----------------------------------------------------------- */
.list-group-item:first-child,
.list-group-item:last-child,
.list-group-item {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;

    padding: 1.2em 1em;
}

.list-group-item-lascaux {
    position: relative;
    display: block;
    padding: 1.2em 1em;
    border: 1px solid #ddd;
    margin-bottom: 1em;
}

.list-group-item-lascaux .nav-tabs li a:hover {
    background-color: #ffffff;
}

.list-group-item-lascaux .tab-content .tab-pane {
    padding: 0 23px 15px 20px;
    background: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}



.list-group-item-lascaux .langue {
    text-transform: uppercase;
}

.list-group-item-lascaux .col_horaire {
    padding-right: 10px;
    padding-left: 10px;
}


.list-group-item-lascaux .horaire {
    display: block;
    text-align: center;
    padding: 1.25em;
    color: #333;
}

.list-group-item-lascaux .btn-source, .list-group-item-lascaux .btn-source:active, .list-group-item-lascaux .btn-source:focus {
    border: 1px solid #ddd;
    background: none;
    padding: 0;
    margin-top: 15px;
    box-shadow: none;
}

.list-group-item-lascaux .btn-source.active {
    border: 1px solid #a94442;
    box-shadow: none;
}

.list-group-item-lascaux  .col_horaire button:focus, .list-group-item-lascaux  .col_horaire span:focus {
    outline: 0;
}

.list-group-item-lascaux .horaire:hover {
    cursor: pointer;
}

.list-group-item-lascaux .group-item-lascaux {
    padding: 0;
}

.list-group-item-lascaux .group-item-lascaux li {
    list-style: none;
}

.list-group-item-lascaux .group-item-lascaux li .source_lang {
    display: none;
}

#activated-sources .source_lang {
    text-transform: uppercase;
}





.programs-li {
    height: 70px;
    background-color: #FAFAFA;
    margin-bottom: 10px;
}

/* UPGRADE */
/* ----------------------------------------------------------- */
.price {
    font-size: 2.6em;
    font-weight: bold;
    margin-top: 30px;
}
.prices {
    font-size: 0.9em;
}
.prices hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub-price {
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 0.8em;
}
.payer {
    margin-top: 50px;
    text-transform: uppercase;
}
.payer-txt {
    font-size: 1.2em;
    margin-top: 57px;
}
.reduc {
    margin-top: 70px;
    font-size: 1.3em;
    font-weight: 200;
    color: #75264D;
    margin-bottom: 40px;
}
.biennal, .sitra_number_div, .sitra_random_div, .sitra_show_pagination_div {
    display: none;
}

.addons {
    display: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
