@charset 'UTF-8';

/* ---------------------------------
 * RESET 
 * --------------------------------- */

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
}


/* COMMUN */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 500;
    background: #fff;
    color: #0b4398;
    margin: 40px auto;
}

.nofloat {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.light {
    font-weight: 300;
}

.full {
    position: relative;
    width: 100%;
}

.row {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

a.more {
    padding: 5px 10px;
    background: #E53B2E;
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
}

a.more:hover {
    background: #5CB88B;
}

.item a:hover {
    color: #5CB88B;
}

.col1 {
    width: 100%
}

.col2 {
    width: 50%;
    float: left;
}

.col3 {
    width: 33.3%;
    float: left;
}

.col4 {
    width: 24%;
    margin: 0 0.5%;
    float: left
}

.col5 {
    width: 25%;
    float: left
}

.col7 {
    width: 61.5%;
    margin-right: 1%;
    float: left
}

.col8 {
    width: 12.5%;
    float: left
}


/* HEADER */

header.top {
    position: relative;
    border-top: 4px solid #0b4398;
    padding: 30px 0 30px 30px;
}

header.top img.logo {
    float: left;
    margin: 0 40px 0 0;
}

header.top nav {
    float: left;
    max-width: 965px;
}

header.top nav ul li {
    display: inline;
    padding: 0 17px;
}

header.top nav .title {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    float: left;
    max-width: 200px;
}

header.top nav .link {
    border-right: 1px solid #0b4398;
    font-size: 1.3em;
    font-weight: 500;
    display: block;
    float: left;
    max-width: 210px;
}

header.top nav .link.noborder {
    border-right: none;
}

header.top nav .link img {
    vertical-align: middle;
    float: left;
    margin: 0 10px 0 0;
}

header.top .identity {
    position: absolute;
    top: -20px;
    right: 0;
}

header.top .identity a {
    font-weight: bold;
}


/* MAIN */

section {
    background: #d8e7a5 url(./img/bg.png) no-repeat top left;
    min-height: 500px;
    position: relative;
    padding: 50px;
}

section article.home {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

section article.home h1 {
    font-size: 1.9em;
    font-weight: 500;
    margin: 0 0 10px 0;
}

section article.home h2 {
    font-size: 3.8em;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
}

section article.home .col {
    float: left;
    width: 50%;
    margin: 50px 0;
    text-align: left;
    font-size: 2em;
    padding: 20px 55px;
}

section article.home .col.separ {
    border-right: 1px solid #0b4398;
}

section article.home .col .strong {
    font-weight: bold;
}


/* LOGIN */

#centreLogin {
    padding: 0 0 0 20%;
}

#centreLogin h1 {
    font-size: 2.8em;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-align: left;
}

#centreLogin label {
    float: left;
    width: 150px;
    font-size: 1.8em;
    text-align: left
}

#centreLogin .formInput {
    float: left;
    width: 250px;
    font-size: 1.8em;
    padding: 3px 5px;
    margin: 0 0 10px 0;
}

#centreLogin .formSubmit {
    float: left;
    font-size: 2em;
    padding: 3px 25px;
    margin: 0 0 10px 0;
    background: #0b4398;
    color: #fff;
}


/* SEARCH */

section #file-table {
    font-size: 1.2em;
    font-weight: 500;
}

section .search header .title {
    background: url(./img/picto-search-file.png) no-repeat top left;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 0 0 60px;
}

section .search h1 {
    margin: 20px 0;
}

section thead {
    background: #bdd976;
}

.dataTables_wrapper label,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_info {
    font-size: 1.1em!important;
    color: #0b4398!important;
}

.dataTables_length {
    margin-bottom: 20px;
}

table.dataTables tr:hover {
    cursor: pointer;
}


/* FICHE */

section .fiche header .title {
    background: url(./img/picto-user.png) no-repeat top left;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 0 0 60px;
}

.fiche .head {
    position: relative;
    margin: 10px 0;
    font-size: 1.3em;
}

.fiche .head .label {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
}

.fiche .head .value {
    float: left;
    background: #fff;
    padding: 3px;
    min-width: 100px;
    margin-right: 20px;
}

.fiche .main .nofloat {
    height: 20px;
}

.fiche .main .field:hover {
    background: #efefef;
}

.fiche .main label {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 3px 0;
}

.fiche .main label.separ {
    font-size: 1.8em;
    font-weight: bold;
}

.fiche .main .min {
    height: 3px;
}

.fiche .main .mini {
    font-size: 0.8em;
}

.fiche .main .detail {
    font-weight: normal;
    margin: 0 10px 0 0;
}

.fiche .main .field {
    line-height: 21px;
}

.fiche .main .field.detail {
    float: left;
}

.fiche .main .field .block {
    display: block;
    float: left;
    width: auto;
}

.fiche .main .submit {
    padding: 3px 10px;
    background: #0b4398;
    color: #fff;
    border: 0;
    font-size: 1.5em;
}

.fiche .main .submit:hover {
    background: #0066cc;
}

.fiche .main .update {
    padding: 3px 10px;
    background: #f57106;
    color: #fff;
    border: 0;
}

.fiche .main .update:hover {
    color: #f39549;
    background: #fff;
}

.fiche .main .cancel {
    float: right;
    padding: 3px 10px;
    background: none;
    color: red;
    border: none;
    font-size: 1.5em;
    margin: 0 20px 0 0;
}

.fiche .main .cancel:hover {
    background: red;
    color: white;
}


.fiche .main .delete {
    float: right;
    padding: 3px 10px;
    background: none;
    color: red;
    border: none;
    font-size: 1em;
    margin: 0 20px 0 0;
}

.fiche .main .delete:hover {
    background: red;
    color: white;
}

.fiche .main .decal {
    margin: 0 5px 0 20px;
    font-size: 1em;
    font-weight: normal;
}

.fiche .main .inputText {
    float: left;
    padding: 2px 5px;
    font-size: 1.3em;
}

.fiche .main .inputTextMin {
    margin: 0 20px 0 10px;
    width: 70px;
    display: none;
}

.fiche .main .inputTextMin.show {
    display: inline-block!important;
}

.fiche .main .inputSelect {
    float: left;
    padding: 2px 5px;
    font-size: 1.3em;
}

.fiche .main .inputCheck {
    float: left;
    margin: 5px 5px 0 0;
}

#msgRdv table {
    font-size: 1.5em;
    width: 100%;
}

#msgRdv table th:hover td {
    background-color: lightgray;
    cursor: none;
}

#msgRdv table .num {
    width: 5%
}

#msgRdv table .date {
    width: 15%
}

#msgRdv table .etat {
    width: 50%
}

#msgRdv table .lieu {
    width: 30%
}

#msgRdv table .psy {
    width: 60%
}


/* ACCORDIONS */

.ui-widget {
    font-family: 'Raleway', sans-serif;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-radius: 0px !important;
}

.ui-accordion .ui-accordion-header {
    background: #0b4398;
    color: #fff;
    font-size: 2em!important;
    ;
    border: none;
    font-weight: bold;
}

.ui-widget-content {
    border: 0!important;
}

.icon-d {
    background: url(./img/icon-d.png) no-repeat !important;
    width: 17px;
    height: 11px;
    float: right;
    margin-top: 8px;
}

.icon-r {
    background: url(./img/icon-r.png) no-repeat !important;
    width: 11px;
    height: 17px;
    float: right;
    margin-top: 3px;
}

#okMsg {
    background-color: #D9E6A7;
    border: 2px solid #97AF3C;
    color: #97AF3C;
    padding: 15px;
    margin-bottom: 20px;
}

#errMsg {
    background-color: #E2B6A0;
    border: 2px solid #AF623C;
    color: #AF623C;
    padding: 15px;
    margin-bottom: 20px;
}

.error {
    color: red;
    margin-left: 20px!important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

label.error {
    display: none !important;
}

select.error,
input.error {
    border: 1px solid red;
}


/* Taille par defaut */

.row {
    width: 1200px;
}

.nophone {
    display: block;
}

.notablet {
    display: block;
}

.phone {
    display: none;
}

.tablet {
    display: none;
}

#menu {
    display: none;
}


/* slicknav */

.slicknav_menu {
    display: none;
    background: #595958;
    min-height: 40px;
    padding: 0;
}

.slicknav_brand {
    float: right;
}

.slicknav_btn {
    float: left;
    background: #595958;
    border-radius: 0;
}

.slicknav_menu .slicknav_menutxt {
    float: right;
    background: #595958;
}

.slicknav_menu .slicknav_icon {
    margin: 3px 7px 0 0;
}

.slicknav_nav {
    background: #4A4A4A;
}

.slicknav_nav li {
    border-top: 1px solid #979797;
    font-size: .9em;
    font-weight: normal;
    width: 90%;
    margin: 10px auto 0;
    min-height: 30px;
    padding: 6px 0 0 0;
}

.slicknav_nav a {
    background: url(./img/puceb.png) no-repeat 98% 0%;
    padding: 0 20px 0 0;
}


/* ---------------------------------------------------------
   Media Queries
   ---------------------------------------------------------*/

@media screen and (max-width: 1024px) {
    .row {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 640px) {}