/*Tea Innovation Style de base V2.0*/


/* Fonts---------------*/

@font-face {
    font-family: 'clear-web';
    src: url('font/clear.eot');
    src: url('font/clear.eot?#iefix') format('embedded-opentype'), url('font/clear.woff') format('woff'), url('font/clear.ttf') format('truetype'), url('font/clear.svg#clear') format('svg');
}

@font-face {
    font-family: 'amatic-web';
    src: url('font/amatic.eot');
    src: url('font/amatic.eot?#iefix') format('embedded-opentype'), url('font/amatic.woff') format('woff'), url('font/amatic.ttf') format('truetype'), url('font/amatic.svg#amatic') format('svg');
}


/* General---------------*/

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font: 1em clear-web, sans-serif;
    color: #444;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

hr {
    margin-top: 6px;
    margin-bottom: 6px;
}
img {
    border: 0
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
h4{
    text-align: left;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-weight: normal;
}

h1 {
    background: #fe0;
    font: 3em/1em amatic-web, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 70px;
    padding: 5px 0 0 40px;
}

h2 {
    margin: 10px 0;
    color: #e01;
}

h3 {
    margin: 10px 0;
    font-style: italic;
}

h4 {
    margin: 4px 0 0 0;
    font-style: italic;
    font-weight: bold;
}

::-moz-selection {
    background: #fe0;
    color: #333;
}

::selection {
    background: #fe0;
    color: #333;
}

a {
    text-decoration: none;
    outline: 0;
    color: #e01;
}

a:hover {
    color: #f12;
}

.centre {
    padding: 10px 40px;
}

#page {
    flex: 1;
}

#haut {
/*    background: #eee url(img/haut.png) no-repeat center; */
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
}

.clear {
    clear: both;
}


/* Inputs---------------*/

input[type=submit],
input[type=button],
button,
.bouton {
    font: 1em clear-web, sans-serif;
    background: none;
    padding: 4px 10px;
    margin-right: 5px;
    border: 3px solid;
    color: #444;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

a.bouton {
    padding: 5px 16px;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.bouton:hover {
    opacity: .8;
    color: inherit;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    font: 1em clear-web, sans-serif;
    background: #fcd;
    color: #444;
    padding: 8px 8px;
    width: 350px;
    border: 0;
    border-radius: 25px;
    margin-bottom: 10px;
    transition: background .4s;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    background: #fde;
}

input[type=text].moitie {
    width: 200px !important;
}

select,
label {
    cursor: pointer;
}

select{
    border-radius: 25px 25px 0px 0px;
}

textarea {
    width: 500px !important;
}

.imprim {
    background: url(img/imprimante.png) no-repeat 15px center !important;
    padding-left: 40px !important;
    padding: 4px 24px !important;
}

.plus {
    background: url(img/plus.png) no-repeat 15px center !important;
    padding-left: 38px !important;
}

.sauv {
    background: url(img/disquette.png) no-repeat 15px center !important;
    padding-left: 38px !important;
}

.modif {
    background: url(img/crayon.png) no-repeat 15px center !important;
    padding-left: 38px !important;
        padding: 4px 20px !important;

}

.supprimer {
    background: url(img/poubelle.png) no-repeat 15px center !important;
    padding-left: 38px !important;
    padding: 4px 20px !important;
}

.retour_liste {
    background: url(img/retour.png) no-repeat 15px center !important;
    padding-left: 36px !important;
    padding: 4px 20px !important;

}

.rech {
    padding-right: 40px !important;
}

.loupe {
    background: url(img/loupe.png) no-repeat 0 6px !important;
    border: 0 !important;
    margin-left: -38px;
}

#loupe {
    background-color: #eee;
    width:90%;
        border:1px solid black;
margin-left:-20px;
    position:fixed;
    bottom: 4px;

}
.nb{
    text-align: right;
    width: 100px !important;
}


/* Haut----------------------*/

header {
    background: #fff;
    padding: 2px 30px 0;
    height: 70px;
}

#logo img {
    width: 130px;
}


/* Connexion-----------------*/

#connexion {
    background: #444 url(img/cine.jpg) no-repeat center top;
    background-size: cover;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#box-connexion {
    margin: 10vh auto 0;
}

#connexion .champ {
    font-size: 1.2em;
    text-align: center;
    width: 300px;
}

#connexion .bouton {
    width: 300px;
    font-size: 1.2em;
}

#oubli {
    color: #fcd;
    position: relative;
    top: 10px;
}

#connecte {
    position: absolute;
    right: 30px;
    top: 2px;
    z-index: 20;
    text-align: right;
}

#bonjour {
    font: 2em amatic-web, sans-serif;
    display: block;
}

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

.col33 {
    width:33%;
    float:left;
}
/* Menu----------------------*/

nav {
    background: #fe0;
    position: absolute;
    right: 80px;
    top: 100px;
    z-index: 100;
}

.onglet {
    position: relative;
    float: right;
}

.onglet a {
    display: block;
    padding: 10px 15px 0;
    height: 40px;
    color: #333;
    cursor: pointer;
}

.onglet a:hover {
    background: #ff4;
    color: #333;
}

.deroul {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #fe0;
    display: none;
}

.deroul a {
    display: block;
    width: 200px;
    padding: 10px 15px;
}


/* Milieu--------------------*/

main {
    padding: 70px 0 40px;
}
main_popup {
    padding: 40px 0 40px;
}


/*tableaux*/

#liste {
    margin: 0px 0;
}

#liste td {
    background: #fff;
    padding: 5px 15px;
    cursor: pointer;
    height: 35px;
}

#liste th {
    background: #444;
    padding: 5px 15px;
    height: 35px;
    text-align: left;
    color: #fff;
}

.crayon {
    background: url(img/crayon.png) no-repeat center !important;
}

#liste tr:nth-child(2n) td {
    background-color: #f8f8f8 !important;
}

#liste tr:hover td {
    background-color: #ffc !important;
}
.barre_action {
    padding-bottom: 10px;
}
.barre_liste{
    background: #fff;
    padding: 5px 15px;
    height: 35px;
    text-align: left;
    color: #444;    
}

.barre_liste input[type=text],
.barre_liste input[type=password],
.barre_liste input[type=email],
.barre_liste input[type=tel],
.barre_liste textarea,
.barre_liste select {
    font: 1em clear-web, sans-serif;
    background: #fcd;
    color: #444;
    padding: 8px 15px;
    width: 50px;
    border: 0;
}
/* Paul--------------------*/

.ao_ordre{
    cursor:  pointer;
}
.ao_chaine {
    width: 400px!important;
}

.ao_chainecourte {
    width: 300px!important;
}

.ao_date {
    width: 130px!important;
}

.ao_datetime {
    width: 200px!important;
}

.ao_time {
    width: 90px!important;
}

.ao_entier {
    width: 100px!important;
    text-align: right!important;
}

.ao_entier_simple{
    width: 38px!important;
    text-align: right!important;
    font: 1em clear-web, sans-serif;
    background: #fcd;
    color: #444;
    padding: 4px 4px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: background .4s;    

}
.ao_float {
    width: 100px!important;
    text-align: right!important;
}

.ao_combo {
    width: 400px!important;
}

.ao_combo2 {
    width: 200px!important;
}

.ao_combo2 {
    width: 200px!important;
}

.ao_combo_depend {
    width: 400px!important;
}

.fond_rouge {
    background-color: #FF6600!important;
}
.fond_violet {
    background-color: #ca8bce!important;
}
.fond_violet_fonce {
    background-color: #dfda49!important;
}
.planification {
    margin-bottom: 150px;
 }
.planification table {
    border-collapse:collapse;
    width:90%;
    margin-bottom: 100px;
 }
 
.planification td{
    text-align: center;
    border:1px solid black;
    padding: 2px 6px 2px 6px;
    width: 12%;
}

.planification th{
    text-align: center;
    border:1px solid black;
    padding: 2px 6px 2px 6px;
    width: 16%;
}

.cell_planif_seance{
    float:left;
    width:100%;
    background-color: #eee;
    margin-bottom:  2px;
    margin-top: 2px;
    border:1px solid black;
	color:#000;
}


.cell_planif_seance_supprime{
    float:left;
    width:100%;
    background-color: #FF6600;
    margin-bottom:  2px;
    margin-top: 2px;
    border:1px solid black;
}

.cell_planif_seance_inter{
    float:left;
    width:100%;
    background-color: #C9DCA6;
    margin-bottom:  2px;
    margin-top: 2px;
    border:1px solid black;
}


.cell_planif_seance_inter_supprime{
    float:left;
    width:100%;
    background-color: #FF9900;
    margin-bottom:  2px;
    margin-top: 2px;
    border:1px solid black;
}

.libelle_planif_seance{
   width:80%;
   height: 100%;
   float:left;
   margin: 0;
}
.icone_planif_seance{
    width:52px;
    height: 100%;
    float:right;
    top:0px;
    margin: 0;
}

.icone_planif_seance img{
    height:20px;
    margin-top: 8px;
}

.cell_th {
    background-color: #ddd;
}

.cell_lib {
    background-color: #eee;
    margin-bottom:  1px;
}

.droits table {
    border-collapse:collapse;
    margin-bottom: 100px;
 }
 
.droits td{
    border-bottom:1px dotted  black;
    padding: 2px 6px 2px 6px;
}

.droits th{
    text-align: center;
    border:1px dotted  black;
    padding: 2px 6px 2px 6px;
}

.droits_action {
    font-size: 0.7em;
}

.droits select {
    border-radius: 15px 15px 15px 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.divfloat{
    float:left;
}
.creemodifie {
    font-size: 0.7em;
    height:30px;
    padding-left: 20px;
}

#tdb ul li ul li {
   width:100%;
    padding-left: 50px;
    background-color: #ddd;
}

#tdb ul li ul li ul li{
    width:100%;
    padding-left: 50px;
    background-color: #ccc;
}

.vert {
    color:green;
}
.bleu {
    color:blue;
}
.rouge {
    color:red;
}
#modal h1{
    top:0px!important;
}

main_popup h1{
    top:0px!important;
}


#modal .barre_action {
    margin-top: 70px;
}

.ligne_formulaire span{
}

@media  print {
    .barre_liste {
        display: none;
    }
    .barre_action {
        display: none;
    }
    #connecte {
        display: none;
    }
    nav {
        display: none;
    }
    input[type=button]{
        display: none;
    }
    body {
        font-size: 8.5pt;
    }
}
/* Mobile---------------------*/
