/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NINI */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  /* NINI {{{ */
  padding-left: 15px;
  padding-right: 15px;
  /* }}} */
  width: 100%;
  float: left;
  box-sizing: border-box; 
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  /* NINI
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  */

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  /* NINI
  .six.columns                    { width: 48%;            }
   */
  .six.columns                    { width: 50%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.colonneCentre { 
    margin: 0 auto;
    width: 300px;
}
@media(min-width:1280px){
    .colonneCentre { 
    margin: 0 auto;
    width: 400px;
}
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  font-family: 'Weber-Regular', sans-serif; }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: rgb(90,75,64); 
  text-decoration: none;
  /*
   * NINI: Faut pas le faire. dans le tag c'est trop générique.
  display: block
   */
}
a:hover {
  color: rgb(90,75,64); }


/* Float
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.center { float: center;}
.right { float: right;}
.left { float: left;}
.clear { clear:both;}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-top: 10px;
  margin-left: 1%;
  color: rgb(90,75,64);
  text-align: center;
  font-size: 16px;
  font-family: 'Weber-Medium',sans-serif;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgb(255,235,0);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: rgb(215,195,0);
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: rgb(215,195,0); }
button#motDePasseOublie, button#motDePasseOublie:focus { 
    text-decoration: underline;
    font-family: 'Weber-Regular',sans-serif;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    background: none;
    padding: 0;
    margin: 0;
}
button#motDePasseOublie:hover { color:red;background:none; }
.btnSupprimer,
.btnModifier,
.btnVoir,
.btnDupliquer {
  padding: 0 20px;
  width: 15%;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 1%;
  font-size: 13px;
  font-family: 'Weber-Regular',sans-serif;
  color: rgb(100,100,100);
  border: none;
  border-radius: 0px;
}
.btnSupprimer {
  background-color: rgb(100,100,100);
  color: rgb(240,240,240);
}

.btnSupprimer:hover,
.btnSupprimer:focus {
  background-color: rgb(60,60,60);
  color: rgb(200,200,200);
}
.btnModifier:hover,
.btnVoir:hover,
.btnDupliquer:hover,
.btnModifier:focus,
.btnVoir:focus,
.btnDupliquer:focus {
  background-color: rgb(215,195,0);
  color: rgb(60,60,60);
}
@media (max-width:750px) {
    .btnSupprimer,
    .btnModifier,
    .btnVoir,
    .btnDupliquer {
    width: 21%;
    font-size: 12px; }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 25px;
  width: 100%;
  font-family: 'Weber-Light',sans-serif;
  font-size: 12px;
  color: #666;
  margin: 5px auto 10px auto;
  padding: 5px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: stroke 5px #f3f3f3;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #666666;
  outline: 0; }
label,
legend {
  font-family: 'Weber-Regular',sans-serif;
  color: #515151;
  font-size: 11.8px;
  display: block;
  font-weight: 100; 
}
fieldset {
  padding: 0;
  border-width: 0; 
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: #E6E6E6;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; 
}
select {
    border: 2px #DDD;
    border-style:inset;
    border-radius:0px;
    padding: 0px 10px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/*
label {position:relative}
label:after {
    width:8px;
    border-top:8px solid #aaa;
    border-right:8px solid white;
    border-bottom:8px solid white;
    border-left:8px solid white;
    border-bottom:0px solid #ddd;
    position:absolute;
    content:' ';
    font:11px "Consolas", monospace;
    color:#aaa;
    right:9px; top:14px;
    padding:0 0 2px;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:25px; height:25px;
    background:none;
    position:absolute;
    pointer-events:none;
    display:block;
}
*/

#panneau{
margin : 30px;
}
.contenuPopup #panneau {
  margin: 0 ;
  text-align: left ;
}
#panneau #onglets{

}
#panneau #onglets {

}
#panneau #onglets  li{
float:left;
min-width: 100px;
height : 40px;
padding: 5px 10px 0px 10px ; 
line-height : 30px;
background-color: rgb(242,242,242);
text-align : center;
list-style: none;
margin-right : 5px;
color : rgb(100,100,100);
cursor: pointer;
}
.contenuPopup #panneau #onglets li {
  width: 150px ;
}
#panneau #onglets  li.actif{
background : rgb(100,100,100);
color : rgb(242,242,242);

}
#panneau #contenus {

}
#panneau #contenus  li{
display : none;
}
#panneau #contenus  li.actif{
display : block;
}

/***** HACKS CSS *******/

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Nav Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header { 
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 500;
    background-color: white;
    -moz-box-shadow: 2px 2px 4px 0px #cfcfcf;
    -webkit-box-shadow: 2px 2px 4px 0px #cfcfcf;
    -o-box-shadow: 2px 2px 4px 0px #cfcfcf;
    box-shadow: 2px 2px 4px 0px #cfcfcf;
}
header > div > a > img { 
    float:left;
    width: 150px;
    margin: 16px 6px 18px 50px;
    height:auto; }
header > .titreLogiciel { 
    float: right;
    width:20%;
    margin-top: 22px;
    font-family: 'Weber-Brush',sans-serif;
    font-size: 2rem;
    color: rgb(90,75,64);
}
header > .titreLogiciel .sub-title { 
    display: inline-block;
    font-size: 12px;
    margin-top: 36px;
}
@media(max-width:900px){
    header > div > a > img { 
    width: 120px;
    margin: 20px 6px 18px 50px;}
    header > .titreLogiciel { 
    font-size: 1.4rem; 
    width: 9%;
    margin-top: 20px;
    margin-right: 20px;}
}
@media(min-width:1280px){
    header > .titreLogiciel { 
    font-size: 3rem;
    margin-top: 15px; }
}
nav { 
    float: left;
    width:auto;
    text-align: center;
    padding: 0 auto; 
}
nav > ul { 
  list-style-type:none;
}
nav > ul,
nav > ul > li { 
  float: left;
}
nav > ul > li > a { 
    display: block;
    margin: 22px 6px;
    padding: 5px 8px 5px 27px;
    background-color: rgb(255,235,0);
    color: rgb(90,75,64);
    font-size: 1rem;
    font-family: 'Weber-Medium',sans-serif;
    font-weight: medium;
    line-height: 1.1rem;
    text-align: left;
    text-decoration: none;
    border-radius: 20px;
}
nav > ul > li > a:hover, 
nav > ul > li > a:focus { 
    border: solid 4px rgb(255,235,0);
    background-color: rgb(255,255,255);
    margin: 18px 2px;
    color: rgb(90,75,64);
}
@media(min-width:800px) {
    nav > ul > li > a { 
        display: block;
        margin: 20px 6px;
        padding: 7px 10px 7px 29px;
        background-color: rgb(255,235,0);
        color: rgb(90,75,64);
        font-size: 1.2rem;
        font-family: 'Weber-Medium',sans-serif;
        font-weight: medium;
        line-height: 1.1rem;
        text-align: left;
        text-decoration: none;
        border-radius: 22px; }
    nav > ul > li > a:hover, 
    nav > ul > li > a:focus { 
        margin: 16px 2px; }
}

@media(min-width:1024px){
    nav > ul > li > a { 
    margin: 22px 10px;}
    nav > ul > li > a:hover,
    nav > ul > li > a:focus { 
    margin: 18px 6px; }
    header > div > img { 
    margin-left: 60px; }
}
@media screen and (min-width:1280px){
    nav { 
        margin-left: 20px; }
}
nav > ul > li > a.menuProfil { 
    background-image: url(../images/pictoMenuProfil.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
nav > ul > li > a.menuGerer { 
    background-image: url(../images/pictoMenuGerer.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
nav > ul > li > a.menuTableau { 
    background-image: url(../images/pictoMenuTableau.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
nav > ul > li > a.menuHistorique { 
    background-image: url(../images/pictoMenuHistorique.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
nav > ul > li > a.menuStatistique { 
    background-image: url(../images/pictoMenuStatistique.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}


/* Fil Conducteur
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filConducteur { 
    width: 100%;
    margin: 100px auto 20px auto;
}
@media(min-width:1280px){
    .filConducteur { 
    margin: 100px auto 100px auto;
}
}
.filConducteur > a  > p { 
    float: left;
    margin-right: 20px;
}
.filConducteur > a > img { 
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.filConducteur > a > p { 
    font-size: 12px;
    font-family: 'Weber-Medium', sans-serif;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  opacity: 0;
  border-top: 1px solid transparent; }
.ligne_verticale {
    width:1px;
    border-left:1px solid gray;
    min-height:300px;
    height: 100%;
    margin: 0 auto;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


iframe#show-tableau {
  height: 400px;
  width: 100%;
  padding: 5px;
}

#contenus>li>fieldset>fieldset>legend {
  font-weight: bold ;
  margin-left: 10px;
  padding: 0px 5px;
}
#contenus>li>fieldset>fieldset {
  border-top: solid 1px ;
  margin-bottom: 15px ;
  padding-top: 10px ;
}
#contenus>li>fieldset {
  border-bottom: solid 1px ;
  margin-bottom: 0px ;
}