/* ------------------- Style général -------------------- */

.p-logo{
  font-family:"Arial Black", sans-serif;
}

/* ---------------- // Style général -------------------- */



.font-size-20{
  font-size:20px;
}

.slideulli{
    width:200px;
    height:20px;
     overflow:hidden;
     transition:width 1s ease 0.15s;
        
}
.slideullia{
    width: 200px
    height:100%;
} 
.slideulli:hover{
     width:250px;    
}
.slideulli-mini{
    width:150px;
    height:20px;
     overflow:hidden;
     transition:width 1s ease 0.15s;
        
}
.slideullia-mini{
    width: 150px;
    height:100%;
} 
.slideulli-mini:hover{
     width:190px;    
}

.slideulli-big{
    width:150px;
    height:30px;
     overflow:hidden;
     transition:width 1s ease 0.15s;
        
}

.slideulli-big:hover{
     width:230px;    
}

.couleurbase
{
  background-color: rgba(125, 125, 125, 0.3)!important;
  text-align: left!important;
}


 /* thomas*/



.bold{
  font-weight:bold;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




/* ----------------------- Mise en forme -------------------------- */

.cadre .cadre-contenu{
  width:90%;
  margin-left: 5%;
  margin-right: 5%; 
}

.cadre-contenu{
  height: auto;
  margin-top: 30px;
  margin-bottom: auto;
}

/* ----------------------- // Mise en forme -------------------------- */

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

.form-signin {
  background-color: #222222;
  color: #dedede;
  border:2px inset #a8a8a8;
  box-shadow: 0px 0px 10px 10px #171717 inset;
  border-radius: 40px / 20px;
  max-width: 400px;
  padding: 30px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* ----------------------- Formulaire Rapport --------------------------- */

.form-rapport {
  border:2px inset #a8a8a8;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10px;
  max-width: 400px;
  padding: 30px;
  margin: 0 auto;
  margin-top:-40px;
  height: 180px;
}

.form-rapport .form-rapport-heading,
.form-rapport .checkbox {
  margin-bottom: 10px;
}

.form-rapport .checkbox {
  font-weight: normal;
}

.form-rapport .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-rapport .form-control:focus {
  z-index: 2;
}

.form-rapport input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-rapport input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ----------------------- // Formulaire Rapport ------------------------ */

/* -------------------------- Formulaire Contenu ------------------------ */

.form-contenu {
  border:2px inset #a8a8a8;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10px;
  max-width:100%;
  min-height: 200px;
  padding: 30px;
  margin: 40px auto;
}

.form-contenu .form-contenu-heading,
.form-contenu .checkbox {
  margin-bottom: 10px;
}

.form-contenu .checkbox {
  font-weight: normal;
}

.form-contenu .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-contenu .form-control:focus {
  z-index: 2;
}

.form-contenu input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-contenu input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ----------------------- // Formulaire Contenu ------------------------ */
.background-red{
  background-color: #a94442;
  color: white;
  max-width: 300px;
  padding: 30px;
  margin: 30px auto;
}

.background-green{
  border:1px solid #dedede;
  background-color: #87c16f;
  color: white;
  max-width: 300px;
  padding: 30px;
  margin: 30px auto;
}

.bold{
  font-weight:bold;
}

.text-color{
  color: #988061;
}

.text-shadow{
  text-shadow:rgba(0,0,0,0.6) 1px 1px 1px, 
              rgba(0,0,0,0.6) -1px 1px 1px, 
              #FFFFFF -1px -1px 1px, 
              #FFFFFF 1px -1px 1px; ;
}

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

.entete-center{
  margin-top:5px;
}

.floatRight{
  float: right;
}

.floatLeft{
  float: left;
}

.spaceRight{
  margin-right: 15px;
}

.spaceTop{
  margin-top: 10px !important;
}

.remSpacetop{
  margin-top: -5px;
}

.bigSpaceRight{
  margin-right: 30px;
}

.bigSpaceLeft{
  margin-left: 30px;
}

.bigRemSpacetop{
  margin-top: -15px;
}

.colorWhite{
  color: #999999;
}

.groupe1{
}

.groupe2{
  border:1px solid black;
}

.margin-tableau{
  display : inline-block;
}

.img-auto{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iframe-auto{
  width: 100%;
  height: 500px;
}

.slideulli{
    width:200px;
    height:20px;
     overflow:hidden;
     transition:width 1s ease 0.15s;
        
}
.slideullia{
    width: 200px;
    height:100%;
} 
.slideulli:hover{
     width:250px;    
}
.slideulli-mini{
    width:150px;
    height:20px;
     overflow:hidden;
     transition:width 1s ease 0.15s;
        
}


.slideullia-mini{
    width: 150px;
    height:100%;
} 
.slideulli-mini:hover{
     width:190px;    
}

.couleurbase
{
  background-color: #E6E6E6;
}

.iframe-historique
{
  border: none;
  width: 100%;
  height: 75vh;
}

.div-part{
  display: block;
  width:175px;
  height:auto;
}

.div-part2{
  float:left;
  display: block;
  width:140px;
  height:auto;
}

.arriere-plan-modal{
  background-color: rgba(0,0,0,0.95);
  color: white;
}

.cadre-modal, .arriere-plan-modal{
  border: 2px solid #a8a8a8;
}
/* --------------- Tableau style ------------------ */
.tableau-titre{
  font-size: 20px;
}

.tableau-contenu{
  font-size: 18px;
  font-style: bold;
}

.tableau-design{
  border-radius: 10px;
}
/* ---------------- // Tableau style -------------------- */


/* -------------- Button style -------------- */
/* Button pcoste */
.btn:hover {
  color: #dedede;
}
.btn-pcoste {
  color: #fefefe;
  background-color: #414141;
  border:2px outset #AFAFAF;
  box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.5);
}

.btn-pcoste:hover,
.btn-pcoste:focus,
.btn-pcoste:active,
.btn-pcoste.active,
.open .dropdown-toggle.btn-pcoste {
  color: #dedede;
  background-color: #575757;
  border:2px inset #909090;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5) inset;
}

.btn-pcoste:active,
.btn-pcoste.active,
.open .dropdown-toggle.btn-pcoste {
  background-image: none;
}

.btn-pcoste.disabled,
.btn-pcoste[disabled],
fieldset[disabled] .btn-pcoste,
.btn-pcoste.disabled:hover,
.btn-pcoste[disabled]:hover,
fieldset[disabled] .btn-pcoste:hover,
.btn-pcoste.disabled:focus,
.btn-pcoste[disabled]:focus,
fieldset[disabled] .btn-pcoste:focus,
.btn-pcoste.disabled:active,
.btn-pcoste[disabled]:active,
fieldset[disabled] .btn-pcoste:active,
.btn-pcoste.disabled.active,
.btn-pcoste[disabled].active,
fieldset[disabled] .btn-pcoste.active {
  background-color: #7b684f;
  border-color: #dedede;
}

.btn-pcoste .badge {
  color: #dedede;
  background-color: #3b3227;
}
/* //button pcoste */

/* button select */
.btn-select-fond{
  border-radius: 10px;
  width:140px;
  height:30px;
}
/* A rajouter */
.btn-select{
  width:120px;
  height:20px;
  margin-left:10px;
  border-radius:5px;
  position:absolute;
}
/* A rajouter */
.btn-hv{
  max-width: 400px;
  padding: 5px;
  margin: 10px auto;
}
/* A rajouter */
.btn-admin{
  width: auto;
  height: 55px;
  position: absolute;
  margin-left: 180px;
  margin-top: 10px;
}
/* A rajouter */
.btn-rapport{
  width: auto;
  height: 55px;
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
}

/* //button select */
/* -------------- // Button style -------------- */


/* --------------- images tableau -------------- */
.box{
  position: relative;
  width: 12%;  /*  desired width */
  max-width: 160px;
  margin-left: 2%;

}
.box:before{
  content: "";
  display: block;
  padding-top: 100%;  /* initial ratio of 1:1*/
}
.content{
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;

}
#Icones
{
  width: 100%;
}


