
/* Classe generique pour tout les boutons de l'application */
.btn{
	letter-spacing: 0px;
  height: 30px;
  line-height: 28px;

  padding: 0px 15px;
  color: white;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;	
}

.btn-module {
    width: auto;
    display: inherit;
    height: 30px;
    line-height: 28px;
    transition: all .3s;
    border-radius: 2px;
}

button:focus{
  outline-style:none;
}
button:active{
  outline-style:none;
}

input[type=submit]:focus{
  outline-style:none;
}
input[type=submit]:active{
  outline-style:none;
}

input[type=reset]:focus{
  outline-style:none;
}
input[type=reset]:active{
  outline-style:none;
}

a:focus{
  outline-style:none;
}
a:active{
  outline-style:none;
}

.btn-title{
  right: 50px;
  margin-top: auto;
  z-index: 9;
}

.btn-add{
  font-size: 0.6em;
  border: 3px solid white;
  color:white;
  background-color: transparent;
  font-weight: bold;
  width: auto;
}

.btn-add:hover{
  color: #000000;
  background-color: #0000004a;
}

.btn-modify{
  font-size: 0.6em;
  color:#009ac1;
  border: 1px solid #009ac1;
  background-color: transparent;
  font-weight: bold;
  width: auto;
}

.btn-modify:hover{
  color: #16292A;
  background-color: #009ac1;
}

.btn-delete{
  width: 20px;
  height: 20px;
  background: url('../icone/trash.png') 50% 50% no-repeat;
  background-size: 75%;
  background-color: transparent;
  border: 1px solid #d83434;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  right: 0px;
}

.btn-edit{
	position: absolute;
	width: 20px;
	height: 20px;
  right: 0px;
  background: url('../icone/pen.png') 50% 50% no-repeat;
  background-size: 75%;
	background-color: transparent;
	border: 1px solid #00b4e1;
	bottom: 5px;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.btn-edit:hover{
	border: 1px solid #777;
	height: 20px;
	width: 20px;
  	background: url('../icone/pen-hover.png') 50% 50% no-repeat;
  	background-size: 75%;
	background-color: transparent;
}

.btn-delete:hover{
	border: 1px solid #777;
	height: 20px;
	width: 20px;
  	background: url('../icone/trash-hover.png') 50% 50% no-repeat;
  	background-size: 75%;
	background-color: transparent;
}

.btn-default{
  padding: 0px 15px;
  color: #1ABC9C;
  font-weight: bold;
  background: transparent;
  border: 1px solid #1ABC9C;
}

.btn-default:hover{
  color: white;
  background-color: #1ABC9C;
}

.btn-equipement {
    margin-top: 17px;
    margin-left: 10px;
    font-size: .6em;
}

.btn-equipement:hover{
  color:#16292A;
}

.btn-info{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 51px;
  background: url('../icone/magnifying.png') 50% 50% no-repeat;
  background-size: 75%;
  background-color: transparent;
  border: 1px solid #00e1af;
  bottom: 5px;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.btn-remove {
    font-size: 1em;
    border: 0px;
    background-color: #E74C3C;
}

.btn-remove:hover{
  background-color: #C0392B;
}

.second-btn{
  right: 10px;
}


/* Bouton recherche du module de recherche avancé */
.search input[type=submit]{
  float: left;
  text-align: center;
  width: auto;
  border: 1px solid #9B59B6;
  background-color: transparent;
  color: #9B59B6;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  padding:0px 10px;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;

  margin-left: 0px;
}

.search input[type=reset]{
    float: left;
    text-align: center;
    width: auto;
    border: 1px solid #E74C3C;
    background-color: transparent;
    color: #E74C3C;
    padding: 0px 10px;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
  
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

    margin-left: 10px;
}

.search input[type=submit]:hover{
  color: white;
  background-color: #9B59B6;
}

.search input[type=reset]:hover{
  color: white;
  background-color: #E74C3C;
}

/****************************************************************/

/* Classe pour la fleche precedente sur les titres des pages*/
.prec{
  text-decoration: none;
  display: block;
  float: left;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url('../icone/before.png') 50% 50% no-repeat;
  width: 30px;
  height: 20px;
  background-size: 100%;
  border: none;
}

/****************************************************************/

/* Class css pour les boutons de vous avez une question */
.btn-down{
  float: right;
  margin-right: 30px;
  margin-top: 10px;
  background: url('../icone/arrow_down.png') 50% 50% no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
  border: none;
}

/* Class css pour les boutons de recherche avancée */
.btn-down-search{
  position: absolute;
  top: 21px;
  left: 155px;
  background: url('../icone/arrow_down.png') 50% 50% no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
  border: none;
}

/***************************************************************/


/* Classe pour les boutons des formulaire add et edit (en haut à droite) */
.btn-input{  
  position: fixed;
  z-index: 9;
  padding-left: 15px;
  font-size: 1em;
  right: 50px;
  top: 73px;
}

/*************************************************************/

/* Bouton pour les recherche prés défini */

.pre-search{
  width: 100%;
  float: left;
}

.pre-search input:not(:first-child){
  margin-left: 10px;
}

.input-search{
  position: relative;
  margin-left: 30px;
}

/***************************************************************/

/* Correspond au bouton de la page info_equipement */

#second{
  right: 20px;
}

#threeth{
  right: 110px;
}

/****************************************************************/

/* Bouton qui ferme la boite add_row des pages edit et add */

.close_add{
  background: url('../icone/close.png') 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.close_add:hover{
  background: url('../icone/close-hover.png') 50% 50% no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

#btn-article{
  border-radius: 2px;
  padding: 0px 10px;
  margin-left: 5%;
  width: 100px;
  display: block;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #6F6F6F;
  color: #6F6F6F;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.2em;

  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#btn-article:hover{
  color: #6F6F6F;
  background-color: transparent;
}

.btn-menu{
  float: right;
    margin-right: 30px;
    margin-top: 70px;
    width: 40px;
    height: 40px;
    background-size: 100%;
    border: none;
}

button.show-down {
    background: url('../icone/arrow_down2.png') 50% 50% no-repeat;
    width: 10px;
    height: 14px;
    border: 0px;
    margin-left: 3px;
    background-size: 8px;
}

li#base:hover .show-down{
  background: url('../icone/arrow_down2_hover.png') 50% 50% no-repeat;
    width: 10px;
    height: 14px;
    border: 0px;
    margin-left: 3px;
    background-size: 8px;
}


.btn-modal {
    border: 1px solid orange;
    background: transparent;
    color: orange;
    font-weight: bold;
}

.btn-modal:hover{
  background-color: orange;
  color: #16292A;
}
