/**
 * User: Jérôme BOURDELOT
 * Date: 31/11/13
 * Time: 13:31
 *                            ,--.                     ,---.'|
 *       ,---,              ,--.'|    ,---,       ,---,|   | :
 *      '  .' \         ,--,:  : |  .'  .' `\  ,`--.' |:   : |
 *     /  ;    '.    ,`--.'`|  ' :,---.'     \ |   :  :|   ' :
 *    :  :       \   |   :  :  | ||   |  .`\  |:   |  ';   ; '
 *    :  |   /\   \  :   |   \ | ::   : |  '  ||   :  |'   | |__
 *    |  :  ' ;.   : |   : '  '; ||   ' '  ;  :'   '  ;|   | :.'|
 *    |  |  ;/  \   \'   ' ;.    ;'   | ;  .  ||   |  |'   :    ;
 *    '  :  | \  \ ,'|   | | \   ||   | :  |  ''   :  ;|   |  ./
 *    |  |  '  '--'  '   : |  ; .''   : | /  ; |   |  ';   : ;
 *    |  :  :        |   | '`--'  |   | '` ,/  '   :  ||   ,/
 *    |  | ,'        '   : |      ;   :  .'    ;   |.' '---'
 *    `--''          ;   |.'      |   ,.'      '---'
 *                   '---'        '---'
 *
 *
 */

body .ariane i.fa-chevron-right {
    color: #41b6e6;
}

body .ariane {
    background-color: #03388c;
}


@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-BoldObl.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-BookOblique.otf') format('opentype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-DemiOblique.otf') format('opentype');
    font-weight: 600;
    font-style: oblique;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-ExtraLightObl.otf') format('opentype');
    font-weight: 200;
    font-style: oblique;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT';
    src: url('/fonts/AvantGardeLT-MediumObl.otf') format('opentype');
    font-weight: 500;
    font-style: oblique;
}

body {
    font-family: 'AvantGardeLT', sans-serif !important;
}


.page-connexion .header-image {
    font-weight: bold;
    font-size: 46px;
    color: white;
}

.page-connexion .content {
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.version {
    display: none !important;
}

ul.icons-nav li a i {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.icons-nav li {
    border-radius: 10px;
}

.container {
    width: 100%;
    border-radius: 5px;
}

body {
    background-color: rgba(193, 2, 48, .1);
}

#slider-range-min .ui-slider-range {
    background: #652D88;
}

.complement {
    display: none;
}

.plus {
    font-weight: bold;
    cursor: pointer;
    font-size: 2rem;
}

.button_nav {
    margin-top: 20px;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url([[font:theme|Montserrat-Light.ttf]]) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url(/fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url(/fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url(/fonts/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url(/fonts/Montserrat-ExtraBold.ttf) format('truetype');
}


@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url(/fonts/Montserrat-Black.ttf) format('truetype');
}

/*####################################################################################################################*/

.loader {
    display: none;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #F3F6F9;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
}

a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Montserrat;
    font-weight: bold;
    color: #111;
}

.bordered {
    position: relative;
    margin-left: 15px;
}

.bordered:before {
    content: "";
    height: 100%;
    left: -15px;
    width: 20%;
    position: absolute;
    margin-top: 10px;
    border-bottom: 1px solid;
    rgba(48, 9, 111, 1);
}

h1 i,
h2 i,
h3 i {
    padding-right: 10px;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.4rem;
}

h3 a,
h4 a {
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*####################################################################################################################*/
.btn-default.pull-right {
    margin-right: 5px;
}

.reseau-pyramide {
    background-image: url(../img/region-midi-pyrenees.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 80px 20px 80px;
    font-size: 1.2rem;
    color: #666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.reseau-pyramide p {
    text-align: justify;
}

.reseau-pyramide li {
    list-style-type: none;
    background: url(../img/puce.png) 0 5px no-repeat;
    padding-left: 14px;
}

.partenaires {
    text-align: center;
    display: none;
}

.partenaires img {
    margin: 0 3px;
}

.shadow {
    /*background: url(../img/ombre.png) left center no-repeat;*/
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 400px;
}

.shadow-home {
    /*background: url(../img/ombre.png) left center no-repeat;*/
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 300px;
}

.connexion {
    margin-top: 80px;
}

@media (max-width: 992px) {
    .reseau-pyramide {
        padding: 30px 10px;
    }

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

@media (max-width: 767px) {

    .shadow,
    .bulle,
    .random-site {
        display: none;
    }
}

header .header {
    background-color: #652d88;
    /*rgba(101, 45, 136, 1)*/
    border-radius: 5px 5px 0 0;
}

.navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 1);
}

.navbar-toggle {
    margin-right: 0;
    margin-top: 30px;
}

.container_block {
    margin: 0 auto;
}

.test {
    height: 150px;
}

.ariane {
    background-color: #292e34;
    padding: 8px;
    padding-left: 1rem;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: -20px;
    padding-right: 10%;
}

.ariane:after {
    content: "";
    position: absolute;
    right: -23px;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: inherit;
    transform: skew(-45deg);
}

.ariane a {
    color: #fff;
}

.ariane i.fa-chevron-right {
    color: #001489;
    padding: 0 10px;
}

.ariane a:hover {
    text-decoration: underline;
}

.event_home {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 5px;
    color: rgb(150, 150, 150);
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 0;
}

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

.event_home a {
    color: rgb(80, 80, 80);
}

ul.forum-post li {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: rgb(150, 150, 150);
    font-size: 1.2rem;
}

ul.forum-post li .title {
    font-weight: bold;
}

ul.forum-post li a {
    color: rgb(80, 80, 80);
}

ul.forum-post li a:hover {
    text-decoration: underline;
}

.required_color {
    color: red;
}

/*#user_profile {
    position: relative;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    margin: 20px -40px 0 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#user_profile .user_name {
    padding-top: 5px;
}

#user_profile .user_name, #user_profile .user_name a {
    font-family: 'Montserrat_risingregular';
    font-size: 12px;
    color: rgb(101, 45, 136);
}

#user_profile .user_role {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}*/

/*
#user_profile .corner {
    position: absolute;
    right: 0px;
    bottom: -7px;
    background: url(../img/corner.png) 0 0 no-repeat;
    width: 10px;
    height: 7px;
}

#user_profile .logout {
    padding-bottom: 5px;
}

#user_profile .logout, #user_profile .logout a {
    font-size: 12px;
    font-weight: bold;
    color: rgb(235, 113, 7);
}

@media (max-width: 767px) {
    #user_profile {
        margin: 5px 0;
        border-radius: 5px;
        padding: 10px;
    }

    #user_profile .corner {
        display: none;
    }

    #user_profile .user_pix {
        margin: 0 10px 0 0;
    }
}*/

.visiblenone {
    display: none;
}

.profile_title {
    text-align: right;
    font-size: 1.4rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fafafa);
    padding: 5px;
    color: #444;
    border-right: 3px solid #efefef;
}

.profile_content {
    font-size: 1.4rem;
    padding: 5px;
    color: #444;
}

@media (max-width: 991px) {
    .profile_title {
        background: none;
        font-weight: bold;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
        border-right: 0;
        padding: 7px 7px 0 0;
    }

}

.col-md-8 p {
    padding: 7px;
}

.table_add {
    display: table;
    border-collapse: separate;
}

.row_table {
    display: table-row;
}

.cell {
    display: table-cell;
}

.error_empty {
    /*border-color: #b94a48;*/
    border: solid #b94a48 1px;
    border-radius: 5px;
}

div.error_empty {
    padding-bottom: 5px;
}

#collapse_planning,
#collapse {
    display: none;
}

/*.ma-formation {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ma-formation ul, .administration ul {
    text-align: center;
    vertical-align: top;
}

.ma-formation ul li.icon, .administration ul li.icon {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: uppercase;
    width: 128px;
    margin: 0 2% 10px 0;
    line-height: 15px;
    color: rgb(101, 45, 136);
    vertical-align: top;
}

.ma-formation ul li.icon a, .administration ul li.icon a {
    display: block;
}

.ma-formation ul li.icon a:hover, .administration ul li.icon a:hover {
    text-decoration: none;
}

.ma-formation ul li.icon a i, .administration ul li.icon a i {
    display: block;
    margin: 0 0 10px 0;
    width: 128px;
    height: 128px;
}

.ma-formation ul li.icon a.icon-moodle i {
    background: url(../img/icons-sprite.png) 0 0 no-repeat;
}

.ma-formation ul li.icon a.icon-moodle:hover i {
    background: url(../img/icons-sprite.png) 0 -128px no-repeat;
}

.ma-formation ul li.icon a.icon-planning i, .administration ul li.icon a.icon-planning i {
    background: url(../img/icons-sprite.png) -128px 0 no-repeat;
}

.ma-formation ul li.icon a.icon-planning:hover i, .administration ul li.icon a.icon-planning:hover i {
    background: url(../img/icons-sprite.png) -128px -128px no-repeat;
}

.ma-formation ul li.icon a.icon-suivi i {
    background: url(../img/icons-sprite.png) -256px 0 no-repeat;
}

.ma-formation ul li.icon a.icon-suivi:hover i {
    background: url(../img/icons-sprite.png) -256px -128px no-repeat;
}

.ma-formation ul li.icon a.icon-email i {
    background: url(../img/icons-sprite.png) -384px 0 no-repeat;
}

.ma-formation ul li.icon a.icon-email:hover i {
    background: url(../img/icons-sprite.png) -384px -128px no-repeat;
}

.ma-formation ul li.icon a.icon-admin i {
    background: url(../img/icons-sprite.png) -512px 0 no-repeat;
}

.ma-formation ul li.icon a.icon-admin:hover i {
    background: url(../img/icons-sprite.png) -512px -128px no-repeat;
}

.administration ul li.icon a.icon-trainings i {
    background: url(../img/icons-sprite.png) -640px 0 no-repeat;
}

.administration ul li.icon a.icon-trainings:hover i {
    background: url(../img/icons-sprite.png) -640px -128px no-repeat;
}

.administration ul li.icon a.icon-sites i {
    background: url(../img/icons-sprite.png) -768px 0 no-repeat;
}

.administration ul li.icon a.icon-sites:hover i {
    background: url(../img/icons-sprite.png) -768px -128px no-repeat;
}

.administration ul li.icon a.icon-users i {
    background: url(../img/icons-sprite.png) -896px 0 no-repeat;
}

.administration ul li.icon a.icon-users:hover i {
    background: url(../img/icons-sprite.png) -896px -128px no-repeat;
}

.administration ul li.icon a.icon-trainingcenters i {
    background: url(../img/icons-sprite.png) -1024px 0 no-repeat;
}

.administration ul li.icon a.icon-trainingcenters:hover i {
    background: url(../img/icons-sprite.png) -1024px -128px no-repeat;
}

.administration ul li.icon a.icon-stat:hover i {
    background: url(../img/icons-sprite.png) -1152px -128px no-repeat;
}

.administration ul li.icon a.icon-stat i {
    background: url(../img/icons-sprite.png) -1152px 0 no-repeat;
}*/

.pull-right form {
    display: inline;
}

.highlight {
    padding: 9px 14px;
    margin-top: 10px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.hour {
    font-weight: bold;
}

table.users .avatar {
    width: 23px;
    margin: 0 8px 0 0;
}

table#table_sorter {
    margin: 20px 0 0 0;
}

.box {
    color: black;
}

.overlay {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.box_dialog {

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background: #eee;
    /*width: 600px;*/

    /*margin-right: 25%;*/
    /*margin-left: 50%;*/
    /*margin-top: 25%;*/
    top: 0px;
    left: 0px;
    /*text-align: center;*/
    position: absolute;
    z-index: 11;
    display: none;
    margin: 13px;
}

.button_close {
    font-size: 2em;
    line-height: 0px;
    color: rgba(0, 0, 0, 0.2);
}

.button_close:hover {
    color: rgba(0, 0, 0, 0.3);
}

select.planning_select_training {
    height: 160px;
}

.training_planning {
    height: 41px;

}

#container_planning td {
    white-space: nowrap;
    border: 1px solid #efefef;
}

#container_planning .margin,
#container_flat_planning .margin {
    text-align: center;
    margin: 0;
}

#container_planning td.margin {
    border-top: none;
}

#container_planning th {
    border: 1px solid #efefef;
}

section.legend {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 20px;
}

section.legend h5 {
    margin: 0;
    padding: 10px;
}

section.legend>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.legend>div>div {
    padding: 10px;
}

.legend span {
    font-weight: bold;
    color: #AAA;
}

.legend span sup {
    color: #000;
}

.wrapper {
    width: 100%;
    overflow-x: auto;
    background-color: #fafafa;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #efefef;
}

.table_candidate {
    height: 180px;
    overflow: auto;
}

.tablesorter-bootstrap .tablesorter-header-inner {
    color: #652D88;
    font-size: 1.7rem;
    line-height: 14px;
    font-weight: normal;
    font-family: 'Montserrat';
}

.filters {
    margin-top: 5px;
}

.block {
    padding: 5px 15px;
    border: 1px solid #efefef;
    background: #fafafa;
    margin-bottom: 10px;
}

.block li {
    list-style-type: square;
    line-height: 1.1em;
    margin: 5px 0;
}

.box_dialog {
    padding: 10px 20px;
    background: #FFF;
}

.box_dialog h1 {
    margin-top: 5px;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.nav li {
    float: left;
}

.nav li a {
    float: none;
    padding: 10px 15px 10px;
    color: #111;
    text-decoration: none;
    text-shadow: none;
}

.nav li a:hover {
    color: #a8022a;
}

.user_profile_print {
    display: none;
}

/* ################################################################################################################## */
@media print {
    body {
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
        background: white;
    }

    #content {
        background: transparent;
    }

    .user_profile_print {
        display: block;
    }

    .container {
        padding: 0 !important;
        margin: 0 !important;
    }

    a[href]:after {
        content: none;
    }

    #user_profile,
    .btn-default,
    .ariane,
    .tablesorter-filter-row,
    .pager,
    .notvisibleInCsv,
    .alert,
    #collapse .row,
    .nav,
    .import_event_form,
    .clearfix {
        display: none;
    }

    .alert_import {
        display: block;
    }

    .avatar {
        width: 100px;
    }

    img.logo {
        height: 50px !important;
    }

    @media (max-width: 992px) {
        .fiche .row div[class*="col-md"] {
            float: left;
        }
    }
}

/* ################################################################################################################## */
#btn_up {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
}

#btn_up a {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    background: url('../img/sprite_bigNav.png') no-repeat 0 0;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    opacity: .3;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 5;
    cursor: pointer;
}

#btn_up a:hover {
    opacity: 1;
    transition: opacity .3s;
}

.planning_table,
.planning_table_flat {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/*.planning_table tr, .planning_table td, .planning_table th, .planning_table_flat tr, .planning_table_flat td, .planning_table_flat th {
    padding: 2px;
}

.planning_table .days, .planning_table_flat .days {
    padding-top: 10px !important;
    font-family: 'Montserrat';
    font-weight: normal;
    color: rgba(101, 45, 136, 1);
    font-size: 1.6rem;
    text-transform: capitalize;
}*/

.planning_table td a,
.planning_table th,
.planning_table td {
    font-size: 1rem;
}

.planning_table td,
.planning_table_flat td {
    padding: 0px !important;
}

.height_planning {
    height: 16px;
}

.planning_tot {
    font-size: 0.9rem !important;
}

ul.icons-nav li {
    position: relative;
}

.icon-email .unread {
    color: #652D88;
    background: rgba(255, 255, 255, 1);
    width: 30px;
    height: 30px;
    border-radius: 16px;
    font-weight: bold;
    position: absolute;
    top: 28px;
    right: 10px;
    padding: 5px 4px;
    text-align: center;
}

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

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

.border_tablesorter_bottom {
    border-bottom: none !important;
}

.border_tablesorter_top {
    border-top: none !important;
}

/** COLLAPSE TABLESORTER **/
.collapsible a.collapsed {
    margin: 2px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/plus.svg) no-repeat;
    background-size: 12px;
    outline: 0;
}

.collapsible a.expanded {
    margin: 2px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/minus.svg) no-repeat;
    background-size: 12px;
    outline: 0;
}

.version {
    font-family: 'Montserrat';
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 1);
    position: fixed;
    bottom: 5px;
    left: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
}

.currentDay {
    background: #FFC;
    color: red;
}

.annualAgenda {
    border-collapse: collapse;
    border: 1px #009 solid;
}

.annualAgenda td {
    height: 20px;
    vertical-align: top;
    text-align: center;
    width: 30px;
}

.annualAgenda th {
    text-align: center;
    background-color: #C8C9C7;
}

.AnnualAgendadays:hover {
    background: #9f0;
    border-color: #000;
}

.day6 {
    background: #8e8e8e;
}

.day7 {
    background: #8e8e8e;
}

.monthName {
    text-align: left;
    vertical-align: middle;
}

.monthName div {
    padding-left: 5px;
    padding-right: 5px;
}

.blacky {
    background-color: #000000;
}

.fer {
    background-color: #fa4c7b;
    font-weight: bold;
}

.exc {
    background-color: #E5AFFF;
    font-weight: bold;
}

.vac {
    background-color: #86a5ec;
    font-weight: bold;
}

.sem {
    background-color: #76C83F;
    font-weight: bold;
}

.tdlegend {
    width: 30px;
}

.legend {
    text-align: left;
    /*margin-left: 30px;*/
    padding-left: 10px;
}

.mylabel {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    background-color: transparent;
}

/*****************      PAGE CONNEXION PYBOARD      *****************/

.header-image {
    background: url('../img/batiment.jpg') no-repeat center;
    background-size: cover;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 15px;
}

.page-connexion .header-image {
    height: 200px;
}

/* .header-image>img {
    padding: 50px;
} */

nav#nav-connexion,
nav#nav-dashboard {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: calc(160px + 6rem + 2rem);
    height: 64px;
}

nav#nav-connexion {
    height: 0;
}

nav#nav-connexion>img#logo,
nav#nav-dashboard>img#logo {
    border-radius: 0 0 6px 6px;
    height: 60px;
    position: absolute;
    left: 4.8rem;
}

nav#nav-connexion>a,
nav#nav-dashboard>a {
    padding: 20px;
    color: #41b6e6;
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
}

nav#nav-dashboard a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    transform: translateX(-50%);
    width: 39px;
    height: 4px;
    background: #41b6e6;
    border-bottom-left-radius: 1.1rem;
    border-bottom-right-radius: 1.1rem;
}

nav#nav-connexion>a:hover,
nav#nav-dashboard>a:hover {
    color: #001489;
}

#citation-container {
    display: flex;
    padding: 2rem 10rem;
    background-color: #fff;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#citation-container>div {
    margin: auto;
    padding: 20px;
    position: relative;
}

#citation-container>div:nth-of-type(1) {
    flex: 3;
}

#citation-container>div:nth-of-type(2) {
    min-width: 250px;
    flex: 1;
}

#citation-container span {
    font-family: 'Montserrat';
    display: block;
    text-align: right;
}

#citation-container > div:nth-of-type(1) span {
    text-align: left;
    font-style: italic;
}

#citation-container i {
    position: absolute;
    padding: 2rem 0;
}

#citation-container i:nth-of-type(1) {
    top: 1rem;
    left: 9rem;
}

#citation-container i:nth-of-type(2) {
    bottom: 1rem;
    right: 9rem;
}

#login-container {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    padding: 20px 50px 20px 50px;
    justify-content: center;
}

#login-container .rss-reader:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 3em;
    bottom: 0;
    background-color: #001489;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 40px;
    height: 5px;
}

#login-container .rss-reader ul {
    list-style-type: none;
    padding: 0;
}

#login-container .rss-reader ul img {
    float: left;
    position: relative;
    top: 15px;
    max-width: 50px;
}

#login-container .rss-reader ul li img {
    display: none;
}

#login-container .rss-reader ul li div,
#login-container .rss-reader ul li p {
    margin: 0 !important;
}

#login-container .rss-reader ul i {
    float: left;
    position: relative;
    top: 15px;
    font-size: 3rem;
    color: #f92251;
}

#login-container .rss-reader ul li {
    padding: 15px 0;
    margin-left: 70px;
}

#login-container .rss-reader ul li:first-of-type {
    padding-top: 0;
}

#login-container .rss-reader ul li:last-of-type {
    padding-bottom: 0
}

#login-container .rss-reader ul li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

#login-container .rss-reader ul li a {
    color: #333;
}

#login-container>div,
#login-container>form {
    width: calc(45% - 90px);
    max-width: 500px;
    min-width: 300px;
    min-height: 250px;
    padding: 40px 40px 20px 40px;
    margin: 30px;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0.2rem 0.2rem 1rem rgb(0 0 0 / 10%);
}

#login-container>form>div:first-of-type,
#login-container>.connexion>div:first-of-type {
    display: block;
    width: calc(100% - 80px);
    position: absolute;
    top: -28px;
}

#login-container>form>div:first-of-type>img,
#login-container>.connexion>div:first-of-type>img {
    display: block;
    margin: auto;
    padding: 15px;
    border: 2px solid #f92251;
    outline: 10px solid #fff;
    background: #fff;
    position: relative;
}

#login-container .form-control {
    background-color: #f6f6f6;
    border-radius: 20px;
    box-shadow: none;
    border: none;
}

#login-container #form_connexion input[type="submit"] {
    display: block;
    margin: auto;
}

#form_connexion input[type="submit"] {
    display: block;
    margin: auto;
}

#form_connexion input[type="submit"] {
    display: block;
    margin: auto;
}

#login-container button[type="reset"] {
    background-color: #888;
    display: block;
}

#login-container input[type="submit"]:hover {
    background-color: #C61B40;
}

#login-container button[type="reset"]:hover {
    background-color: #555;
}

#login-container form>a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
    margin-top: 10px;
}

.btn.btn-default {
    align-items: center;
    justify-content: center;
    min-width: 6.25em;
    min-height: 3em;
    background-color: #41b6e6;
    outline-color: #41b6e6;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: 0.3s ease-out;
    letter-spacing: .035em;
    text-decoration: none !important;
    padding: 1rem 1.5rem;
}


.btn.btn-default:hover {
    color: #FFF;
    background-color: rgba(0,195,242,0.66);
}

.btn.btn-default:focus {
    outline: 1px dashed #41b6e6;
    outline-offset: 2px;
}

#login-container button[type="submit"],
#login-container button[type="reset"] {
    line-height: 1.3;
    padding: 0 1em;
    padding-left: 4em;
    padding-right: 2.5em;
    height: 4em;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 90%;
    margin: auto;
    margin-top: 2rem;
    display: block;
    position: relative;
}

#login-container button[type="submit"]:before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12'%3E%3Cg fill='%23ffcd00' fill-rule='evenodd'%3E%3Cpath d='M4.394 6.06c0 .472.382.855.854.855h6.092l-2.944 3.16a.89.89 0 000 1.213.772.772 0 001.13 0l4.233-4.546a1 1 0 000-1.363L9.526.834a.772.772 0 00-1.13 0 .89.89 0 000 1.212l2.944 3.16H5.248a.854.854 0 00-.854.855z' fill-rule='nonzero'/%3E%3Ccircle cx='1.102' cy='6.083' r='1'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
}

#telechargement div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
}

#telechargement div #fichiers {
    flex-wrap: wrap;
    justify-content: center;
}

#telechargement div #fichiers a {
    margin-top: 1rem;
}

#login-container button[type="reset"] {
    padding: 1.5rem;
}

#form_password {
    margin-top: 2rem;
}

div#grr {
    background-color: #001489;
}

#grr div {
    width: max-content;
    padding: 40px;
    flex-grow: 1;
    position: relative;
    /* background-color: #fff;
    border-radius: 20px;
    box-shadow: 0.2rem 0.2rem 1rem rgb(0 0 0 / 10%); */
    margin: auto;
}

#grr button {
    display: block;
    margin: auto;
}

#grr h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}

div#telechargement {
    background-color: #212529;
}

#telechargement div #fichiers {
    display: flex;
}

#telechargement button {
    display: block;
    margin: auto 5px;
}

#telechargement h2 {
    margin: 0 0 2rem 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

#footer2 {
    background-color: #283035;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footer1 a,
#footer2 a {
    color: #fff;
    font-weight: 600;
    padding: 3rem;
}

#footer2 .colonne1 {
    display: flex;
    align-items: center;
}

#footer2 .colonne2 img {
    height: 100%;
    padding: 1.5rem;
    margin-right: 3rem;
}

.page-connexion .content {
    flex-grow: 1;
    position: relative;
}

.page-connexion .content>img {
    position: absolute;
    left: 100px;
    bottom: 50px;
}

@media (max-width: 1280px) {
    .page-connexion .content>img {
        width: 50%;
        left: 50px;
        bottom: 100px;
    }
    .eventbutton .button_delete_event {
        margin-top: 10px !important;
    }

}

@media (max-width: 1024px) {
    .page-connexion .content>img {
        display: none;
    }
}

/*****************      PAGE CONNEXION PYBOARD : MDP OUBLIE     *****************/

.connexion h1 {
    margin-top: 0;
    color: #333;
}

.connexion h5 {
    padding-top: 20px;
}

/*****************      MESSAGE D'ERREUR      *****************/

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    width: 100%;
    box-shadow: none;
    background-image: none;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    background-image: none;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    background-image: none;
}

/*****************      HEADER GLOBAL      *****************/

header .header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background: url(/img/header.png) no-repeat;*/
    background-size: cover;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .nav {
    min-height: 50px;
    display: flex;
    align-items: center;
    background-color: rgba(48, 9, 111, 1);
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

header .nav li a {
    transition: .1s ease;
}

header .nav li a:hover {
    background-color: #9d25c3;
    color: #fff;
}

header .nav li a:focus {
    background-color: rgba(48, 9, 111, 1);
    color: #fff;
}

header .header img.logo {
    height: 65px;
}


#user_profile {
    display: grid;
    grid-template-columns: 1fr 60px 120px;
    grid-template-rows: 18px 16px;
    align-items: center;
    color: #000;
    justify-items: center;
    flex-grow: 1;
    align-content: center;
    margin-right: 2rem;
}

#user_profile a {
    color: #000;
}

.user_profile_pix {
    background-size: cover;
    background-position: center center;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    grid-area: 1/2/3/3;
}

.user_forum_pix {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    height: 34px;
    width: 34px;
}

.user_name {
    justify-self: right;
}

.user_role {
    justify-self: right;
    grid-area: 2/1/3/2
}

.logout {
    justify-self: left;
    grid-area: 1/3/3/4;
    width: 100%;
    min-height: 0;
}

.logout a {
    display: flex;
    justify-content: space-around;
    text-decoration: none;
    color: #fff !important;
}

.logout a i {
    font-size: 2rem;
}

.user_profile_bigpix {
    background-size: cover;
    background-position: center center;
    width: 220px;
    height: 220px;
    border-radius: 110px;
}

.user_registered_pix {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    height: 25px;
    width: 25px;
}

/*****************      CONTAINER GLOBAL      *****************/

.page-model {
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: auto;
    margin: 40px;
    overflow: hidden;
}

.bottom-left {
    padding: 0 20px;
    /* background: url(../img/background.png) no-repeat left bottom -5px;*/
}

.bottom-left .col-xs-12 {
    padding: 50px 15px 80px 15px;
}

ul.icons-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

ul.icons-nav li {
    margin: 20px;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
    list-style-type: none;
    width: 150px;
    position: relative;
}

ul.icons-nav li a {
    text-decoration: none;
}

ul.icons-nav li a span {
    display: block;
    text-align: center;
    padding: 10px;
    color: #000;
    font-family: Montserrat;
    font-weight: bold;
}

ul.icons-nav li a:hover span {
    color: rgba(0,195,242,0.66);
}

ul.icons-nav li a:hover i {
    background-color: rgba(0,195,242,0.66);
}

ul.icons-nav li a i {
    background-color: #41b6e6;
    color: #001489;
    width: 100%;
    min-width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
}

.btn-default {
    background-image: none;
    background-color: #7c71b2;
    color: #fff;
    text-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    transition: .1s ease;
}

.btn-default:hover {
    background-color: #665d94;
    color: #fff;
}

table.attendance-sheets tr td,
table.attendance-sheets thead {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 10px;
}


/*****************      IMPORT PLANNING      *****************/

#file {
    height: auto;
}


/*****************      STATISTIQUES      *****************/

.administration legend {
    font-family: Montserrat;
    font-size: 1.8rem;
    color: rgba(48, 9, 111, 1);
}

.administration legend i {
    padding-right: 1rem;
}


/*****************      MODALE RGPD      *****************/

#rgpdmodal .modal-dialog {
    width: 800px;
    max-width: 90%;
}

#rgpdmodal .modal-header {
    display: flex;
    justify-content: space-between;
}

button[data-target="#rgpdmodal"] {
    margin-top: 2rem;
}

/*********************************************************/

#attendancebutton {
    float: right;
    margin-top: 1rem;
    font-size: 1.75rem;
}

#attendancebutton i {
    padding-right: .5rem;
}

#attendancebutton~h2 {
    max-width: calc(100% - 150px);
}
