﻿/*
	CSS Admin
	 
	Titre : Virtuose Agents Opus
	Auteur : Arpège - Logiciels pour les mairies
	Copyright : Mars 2012 - Tous droits réservés
	*/


/* RESET STYLES
	----------------------- */


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}






html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: normal;
    background: transparent;
    border: 0;
    -moz-outline: 0;
    outline: 0;
}

li {
    list-style-position:inside;
}
/* HTML5 RESETS */
article, aside, figure, figure img, hgroup, footer, header, nav, section
{
	display: block;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

select[multiple]
{
    height: 200px;
    width: auto;
}

:focus
{
    -moz-outline: 0;
    outline: 0;
}

a:hover, a:active
{
    -moz-outline: none;
    outline: none;
}


/* COULEURS
	---------------------- */

.couleur1
{
    background-color: #6EAEB7; /* bleu arpege*/
}

.couleur2
{
    background-color: #B73D9A; /*violet*/
}

.couleurtitres
{
    color: #40787C; /*bleu arpege fonce pour titres*/
}

.couleur3
{
    background-color: #0092AF; /*bleu mon compte*/
}

.couleur4
{
    background-color: #86E28A; /*vert sondages*/
}

.couleur5
{
    background-color: #69CDD6; /*bleu cyan*/
}

.couleur6
{
    background-color: #E1F23D; /*vert anis*/
}

.couleur7
{
    background-color: #72C4B9; /*bleu-vert_arpege*/
}

.couleur8
{
    background-color: #FFBB27; /*orange*/
}


/* FONTS
-------------------- */


@font-face
{
    font-family: 'Cuprum';
    src: url('fonts/cuprum-webfont.eot');
    src: url('fonts/cuprum-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cuprum-webfont.woff') format('woff'), url('fonts/cuprum-webfont.ttf') format('truetype'), url('fonts/cuprum-webfont.svg#Cuprum') format('svg');
    font-style: normal;
}


#tabsConfigNotif{
    font-size:100%;
}


/* Scripts personnalisés
 ------------------------ */

/*MatthieuB 201021-1 Jira GRC2-4677*/
.divHeightMax .CodeMirror {
    height: 100%;
}

/*MatthieuB 231122-1 Jira GRc2-3398*/
.btnDisabledRdv {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.label-liste {
    list-style: inside;
}