/* --------------------------------------
COLOR1: #E50000 - red main
COLOR2: #cc0000 - red second
COLOR3: #00D0F9 - blue
COLOR4: #49c9b2 - taupe -  #352E27
cyan : #49c9b2
----------------------------------------- */


/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #cc0000;
  background-color: #fff;
  border-color: #cc0000;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default.btn-theme-colored:hover {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #09091f;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #FF0000;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #cc0000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #cc0000;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #cc0000;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
}
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #cc0000;
  background-color: #fff;
  border-color: #cc0000;
}
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-border.btn-theme-colored:hover {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #cc0000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #cc0000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #cc0000;
}
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #cc0000;
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #0b0b27;
  border-color: #0b0b27;
  color: #fff;
}


/*
 * btn-dark --- btn-theme-colored
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #D20000;
  background-color: #fff;
  border-color: #D20000;
}
.btn-dark.btn-theme-colored:hover {
  color: #D20000;
  background-color: #fff;
  border-color: #D20000;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #D20000;
  background-color: #fff;
  border-color: #D20000;
}
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #D20000;
  background-color: #fff;
  border-color: #D20000;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #D20000;
  border-color: #D20000;
}
.btn-dark.btn-theme-colored .badge {
  color: #D20000;
  background-color: #fff;
}

/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #0b0b27;
  border-color: #000000;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #0b0b27;
  border-color: #09091f;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #0b0b27;
  border-color: #09091f;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #03030b;
  border-color: #000000;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-theme-colored .badge {
  color: #cc0000;
  background-color: #fff;
}
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #0b0b27;
  border-color: #0b0b27;
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #cc0000;
}
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #cc0000;
  color: #fff;
}
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #212377;
  color: #fff;
}
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #0b0b27;
  color: #e6e6e6;
}
.btn-hover-theme-colored:hover {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
}

/*
 * btn ADULTES
 * -------------------- 
*/

.btn-dark.btn-theme-adultes {
	color: #fff;
	background-color: #E50000;
	border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-adultes:focus,
.btn-dark.btn-theme-adultes.focus {
  color: #fff;
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-adultes:hover {
  color: #fff;
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-adultes:active,
.btn-dark.btn-theme-adultes.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes {
  color: #fff;
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-adultes:active:hover,
.btn-dark.btn-theme-adultes.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes:hover,
.btn-dark.btn-theme-adultes:active:focus,
.btn-dark.btn-theme-adultes.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes:focus,
.btn-dark.btn-theme-adultes:active.focus,
.btn-dark.btn-theme-adultes.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes.focus {
    color: #fff;
    background-color: #614E3E;
    border-color: #fff;
}
.btn-dark.btn-theme-adultes:active,
.btn-dark.btn-theme-adultes.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes {
  background-image: none;
}
.btn-dark.btn-theme-adultes.disabled:hover,
.btn-dark.btn-theme-adultes[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-adultes:hover,
.btn-dark.btn-theme-adultes.disabled:focus,
.btn-dark.btn-theme-adultes[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-adultes:focus,
.btn-dark.btn-theme-colored.adultes.focus,
.btn-dark.btn-theme-adultes[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-adultes.focus {
  background-color: #E50000;
  border-color: #E50000;
}
.btn-dark.btn-theme-adultes .badge {
  color: #E50000;
  background-color: #fff;
}


/*
 * btn ADULTES 2
 * -------------------- 
*/

.btn-dark.btn-theme-adultes2 {
	color: #fff;
	background-color: #4B4949;
	border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-adultes2:focus,
.btn-dark.btn-theme-adultes2.focus {
  color: #fff;
  background-color: #F79D9D; 
  border-color: #F79D9D;
}
.btn-dark.btn-theme-adultes2:hover {
  color: #fff;
  background-color: #F79D9D;
  border-color: #F79D9D;
}
.btn-dark.btn-theme-adultes2:active,
.btn-dark.btn-theme-adultes2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes2 {
  color: #fff;
  background-color: #F79D9D;
  border-color: #F79D9D;
}
.btn-dark.btn-theme-adultes2:active:hover,
.btn-dark.btn-theme-adultes2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes2:hover,
.btn-dark.btn-theme-adultes2:active:focus,
.btn-dark.btn-theme-adultes2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes2:focus,
.btn-dark.btn-theme-adultes2:active.focus,
.btn-dark.btn-theme-adultes2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes2.focus {
    color: #fff;
    background-color: #F79D9D;
    border-color: #fff;
}
.btn-dark.btn-theme-adultes2:active,
.btn-dark.btn-theme-adultes2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes2 {
  background-image: none;
}
.btn-dark.btn-theme-adultes.disabled2:hover,
.btn-dark.btn-theme-adultes2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-adultes2:hover,
.btn-dark.btn-theme-adultes2.disabled:focus,
.btn-dark.btn-theme-adultes2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-adultes2:focus,
.btn-dark.btn-theme-colored.adultes2.focus,
.btn-dark.btn-theme-adultes2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-adultes2.focus {
  background-color: #F79D9D;
  border-color: #F79D9D;
}
.btn-dark.btn-theme-adultes2 .badge {
  color: #F79D9D;
  background-color: #fff;
}


/*
 * btn-dark --- btn ADULTES 3
 * -----------------------------------------------
*/
.btn-dark.btn-theme-adultes3 {
  color: #fff;
  background-color: #FB6A6A;
  border-color: #FB6A6A;
}
.btn-dark.btn-theme-adultes3:focus,
.btn-dark.btn-theme-adultes3.focus {
  color: #FFF;
  background-color: #4B4949;
  border-color: #FB6A6A;
}
.btn-dark.btn-theme-adultes3:hover {
  color: #FFF;
  background-color: #4B4949;
  border-color: #FB6A6A;
}
.btn-dark.btn-theme-adultes3:active,
.btn-dark.btn-theme-adultes3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes3 {
  color: #FFF;
  background-color: #4B4949;
  
}
.btn-dark.btn-theme-adultes3:active:hover,
.btn-dark.btn-theme-colored.adultes3:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes3:hover,
.btn-dark.btn-theme-adultes3:active:focus,
.btn-dark.btn-theme-adultes3.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes3:focus,
.btn-dark.btn-theme-adultes3:active.focus,
.btn-dark.btn-theme-adultes3.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes3.focus {
  color: #FFF;
  background-color: #4B4949;
  border-color: #4B4949;
}
.btn-dark.btn-theme-adultes3:active,
.btn-dark.btn-theme-adultes3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-adultes3 {
  background-image: none;
}
.btn-dark.btn-theme-adultes3.disabled:hover,
.btn-dark.btn-theme-adultes3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-adultes3:hover,
.btn-dark.btn-theme-adultes3.disabled:focus,
.btn-dark.btn-theme-adultes3[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-adultes3:focus,
.btn-dark.btn-theme-adultes3.disabled.focus,
.btn-dark.btn-theme-adultes3[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-adultes3.focus {
  color: #FFF;
  background-color: #4B4949;
 
}
.btn-dark.btn-theme-adultes3 .badge {
  color: #fff;
  background-color: #FB6A6A;
	
}




/*
 * btn ENFANT
 * -------------------- 
*/

.btn-dark.btn-theme-enfant {
  color: #fff;
  background-color: #49c9b2;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-enfant.focus {
	color: #fff;
	background-color: #f92c8c;
	border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:hover {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active,
.btn-dark.btn-theme-enfant.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active:hover,
.btn-dark.btn-theme-enfant.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant:hover,
.btn-dark.btn-theme-enfant:active:focus,
.btn-dark.btn-theme-enfant.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-enfant:active.focus,
.btn-dark.btn-theme-enfant.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant.focus {
    color: #fff;
    background-color: #f92c8c;
    border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active,
.btn-dark.btn-theme-enfant.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant {
  background-image: none;
}
.btn-dark.btn-theme-enfant.disabled:hover,
.btn-dark.btn-theme-enfant[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-enfant:hover,
.btn-dark.btn-theme-enfant.disabled:focus,
.btn-dark.btn-theme-enfant[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-colored.enfant.focus,
.btn-dark.btn-theme-enfant[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-enfant.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant .badge {
  color: #f92c8c;
  background-color: #fff;
}


/*
 * btn ENFANT pink
 * -------------------- 
*/

.btn-dark.btn-theme-epink {
  color: #fff;
  background-color: #f92c8c ;
  border-color: #f92c8c;
	border-width: 2px;
}
.btn-dark.btn-theme-epink:focus,
.btn-dark.btn-theme-epink.focus {
	color: #fff;
	background-color: #49c9b2;
	border-color: #fff;
}
.btn-dark.btn-theme-epink:hover {
  color: #fff;
  background-color: #49c9b2;
  border-color: #fff;
}
.btn-dark.btn-theme-epink:active,
.btn-dark.btn-theme-epink.active,
.open > .dropdown-toggle.btn-dark.btn-theme-epink {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-epink:active:hover,
.btn-dark.btn-theme-epink.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-epink:hover,
.btn-dark.btn-theme-epink:active:focus,
.btn-dark.btn-theme-epink.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-epink:focus,
.btn-dark.btn-theme-epink:active.focus,
.btn-dark.btn-theme-epink.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-epink.focus {
    color: #fff;
    background-color: #f92c8c;
    border-color: #f92c8c;
}
.btn-dark.btn-theme-epink:active,
.btn-dark.btn-theme-epink.active,
.open > .dropdown-toggle.btn-dark.btn-theme-epink {
  background-image: none;
}
.btn-dark.btn-theme-epink.disabled:hover,
.btn-dark.btn-theme-epink[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-epink:hover,
.btn-dark.btn-theme-epink.disabled:focus,
.btn-dark.btn-theme-epink[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-epink:focus,
.btn-dark.btn-theme-colored.epink.focus,
.btn-dark.btn-theme-epink[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-epink.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-epink .badge {
  color: #f92c8c;
  background-color: #fff;
}




/*
 * btn-dark --- btn ENFANT 2
 * -----------------------------------------------
*/
.btn-dark.btn-theme-enfant2 {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2:focus,
.btn-dark.btn-theme-enfant2.focus {
  color: #f92c8c;
  background-color: #fff;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2:hover {
  color: #f92c8c;
  background-color: #fff;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2:active,
.btn-dark.btn-theme-enfant2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant2 {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2:active:hover,
.btn-dark.btn-theme-colored.enfant2:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant2:hover,
.btn-dark.btn-theme-enfant2:active:focus,
.btn-dark.btn-theme-enfant2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant2:focus,
.btn-dark.btn-theme-enfant2:active.focus,
.btn-dark.btn-theme-enfant2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant2.focus {
  color: #f92c8c;
  background-color: #fff; 
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2:active,
.btn-dark.btn-theme-enfant2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant2 {
  background-image: none;
}
.btn-dark.btn-theme-enfant2.disabled:hover,
.btn-dark.btn-theme-enfant2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-enfant2:hover,
.btn-dark.btn-theme-enfant2.disabled:focus,
.btn-dark.btn-theme-enfant2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-enfant2:focus,
.btn-dark.btn-theme-enfant2.disabled.focus,
.btn-dark.btn-theme-enfant2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-enfant2.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant2 .badge {
  color: #fff;
  background-color: #f92c8c;
	
}




/*
 * btn ENFANT
 * -------------------- 
*/

.btn-dark.btn-theme-enfant {
  color: #fff;
  background-color: #49c9b2;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-enfant.focus {
	color: #fff;
	background-color: #f92c8c;
	border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:hover {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active,
.btn-dark.btn-theme-enfant.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active:hover,
.btn-dark.btn-theme-enfant.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant:hover,
.btn-dark.btn-theme-enfant:active:focus,
.btn-dark.btn-theme-enfant.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-enfant:active.focus,
.btn-dark.btn-theme-enfant.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant.focus {
    color: #fff;
    background-color: #f92c8c;
    border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant:active,
.btn-dark.btn-theme-enfant.active,
.open > .dropdown-toggle.btn-dark.btn-theme-enfant {
  background-image: none;
}
.btn-dark.btn-theme-enfant.disabled:hover,
.btn-dark.btn-theme-enfant[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-enfant:hover,
.btn-dark.btn-theme-enfant.disabled:focus,
.btn-dark.btn-theme-enfant[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-enfant:focus,
.btn-dark.btn-theme-colored.enfant.focus,
.btn-dark.btn-theme-enfant[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-enfant.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-enfant .badge {
  color: #f92c8c;
  background-color: #fff;
}





/*
 * btn couple 
 * -------------------- 
*/

.btn-dark.btn-theme-couple {
	color: #fff;
	background-color: #EE9A00;
	border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-couple:focus,
.btn-dark.btn-theme-couple.focus {
	color: #fff;
	background-color: #614E3E;
	border-color: #614E3E;
}
.btn-dark.btn-theme-couple:hover {
  color: #fff;
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-couple:active,
.btn-dark.btn-theme-couple.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple {
  color: #fff;
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-couple:active:hover,
.btn-dark.btn-theme-couple.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-couple:hover,
.btn-dark.btn-theme-couple:active:focus,
.btn-dark.btn-theme-couple.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple:focus,
.btn-dark.btn-theme-couple:active.focus,
.btn-dark.btn-theme-couple.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple.focus {
    color: #fff;
    background-color: #614E3E;
    border-color: #614E3E;
}
.btn-dark.btn-theme-couple:active,
.btn-dark.btn-theme-couple.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple {
  background-image: none;
}
.btn-dark.btn-theme-couple.disabled:hover,
.btn-dark.btn-theme-couple[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-couple:hover,
.btn-dark.btn-theme-couple.disabled:focus,
.btn-dark.btn-theme-couple[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-couple:focus,
.btn-dark.btn-theme-colored.couple.focus,
.btn-dark.btn-theme-couple[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-couple.focus {
  background-color: #614E3E;
  border-color: #614E3E;
}
.btn-dark.btn-theme-couple.badge {
  color: #614E3E;
  background-color: #fff;
}



/*
 * btn-dark --- btn-theme-couple2
 * -----------------------------------------------
*/
.btn-dark.btn-theme-couple2 {
  color: #fff;
  background-color: #FBC100;
  border-color: #fff;
	border-width: 1px;
}
.btn-dark.btn-theme-couple2:focus,
.btn-dark.btn-theme-couple2.focus {
  color: #FBC100;
  background-color: #434343;
  border-color: #fff;
}
.btn-dark.btn-theme-couple2:hover {
  color: #FBC100;
  background-color: #434343;
  border-color: #fff;
}
.btn-dark.btn-theme-couple2:active,
.btn-dark.btn-theme-couple2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple2 {
  color: #FBC100;
  background-color: #434343;
  border-color: #fff;
}
.btn-dark.btn-theme-couple2:active:hover,
.btn-dark.btn-theme-couple2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-couple2:hover,
.btn-dark.btn-theme-couple2:active:focus,
.btn-dark.btn-theme-couple2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple2:focus,
.btn-dark.btn-theme-couple2:active.focus,
.btn-dark.btn-theme-couple2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple2.focus {
  color: #FBC100;
  background-color: #434343;
  border-color: #fff;
}
.btn-dark.btn-theme-couple2:active,
.btn-dark.btn-theme-couple2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple2 {
  background-image: none;
}
.btn-dark.btn-theme-couple2.disabled:hover,
.btn-dark.btn-theme-couple2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-couple2:hover,
.btn-dark.btn-theme-couple2.disabled:focus,
.btn-dark.btn-theme-couple2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-couple2:focus,
.btn-dark.btn-theme-couple2.disabled.focus,
.btn-dark.btn-theme-couple2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-couple2.focus {
  color: #fff;
  background-color: #FBC100;
  
}
.btn-dark.btn-theme-couple2 .badge {
 color: #fff;
  background-color: #FBC100;
}




/*
 * btn-dark --- btn-theme-couple3
 * -----------------------------------------------
*/
.btn-dark.btn-theme-couple3 {
  color: #fff;
  background-color: #434343; 
  border-color: #fff;
	border-width: 1px;
}
.btn-dark.btn-theme-couple3:focus,
.btn-dark.btn-theme-couple3.focus {
  color: #434343; 
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-dark.btn-theme-couple3:hover {
  color: #434343; 
  background-color: #FBC100;
  border-color: #fff;
}
.btn-dark.btn-theme-couple3:active,
.btn-dark.btn-theme-couple3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple3 {
  color: #434343; 
  background-color: #FBC100;
  border-color: #fff;
}
.btn-dark.btn-theme-couple3:active:hover,
.btn-dark.btn-theme-couple3.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-couple3:hover,
.btn-dark.btn-theme-couple3:active:focus,
.btn-dark.btn-theme-couple3.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple3:focus,
.btn-dark.btn-theme-couple3:active.focus,
.btn-dark.btn-theme-couple3.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-couple3.focus {
  color: #434343; 
  background-color: #FBC100;
  border-color: #fff;
}
.btn-dark.btn-theme-couple3:active,
.btn-dark.btn-theme-couple3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-couple3 {
  background-image: none;
}
.btn-dark.btn-theme-couple3.disabled:hover,
.btn-dark.btn-theme-couple3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-couple3:hover,
.btn-dark.btn-theme-couple3.disabled:focus,
.btn-dark.btn-theme-couple3[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-couple3:focus,
.btn-dark.btn-theme-couple3.disabled.focus,
.btn-dark.btn-theme-couple3[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-couple3.focus {
  color: #fff;
  background-color: #434343; 

  
}
.btn-dark.btn-theme-couple3 .badge {
 color: #fff;
  background-color: #434343;
}




/*
 * btn MISE EN FORME
 * -------------------- 
*/

.btn-dark.btn-theme-mef {
  color: #fff;
  background-color: #27A700;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-mef.focus {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:hover {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active,
.btn-dark.btn-theme-mef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-mef {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active:hover,
.btn-dark.btn-theme-mef.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-mef:hover,
.btn-dark.btn-theme-mef:active:focus,
.btn-dark.btn-theme-mef.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-mef:active.focus,
.btn-dark.btn-theme-mef.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-mef.focus {
    color: #27A700;
    background-color: #F5FF28;
    border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active,
.btn-dark.btn-theme-mef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-mef {
  background-image: none;
}
.btn-dark.btn-theme-mef.disabled:hover,
.btn-dark.btn-theme-mef[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-mef:hover,
.btn-dark.btn-theme-mef.disabled:focus,
.btn-dark.btn-theme-mef[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-colored.mef.focus,
.btn-dark.btn-theme-mef[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-mef.focus {
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef .badge {
  color: #F5FF28;
  background-color: #27A700;
}


/*
 * btn-theme-orange
 * -----------------------------------------------
*/


.btn-dark.btn-theme-greenmef {
	color: #fff;
	background-color: #00D14C;
	border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-greenmef:focus,
.btn-dark.btn-theme-greenmef.focus {
	color: #fff;
	background-color: #00D14C;
	border-color: #00D14C;
}
.btn-dark.btn-theme-greenmef:hover {
  color: #fff;
  background-color: #00D14C;
  border-color: #00D14C;
}
.btn-dark.btn-theme-greenmef:active,
.btn-dark.btn-theme-greenmef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-greenmef {
  color: #fff;
  background-color: #00D14C;
  border-color: #00D14C;
}
.btn-dark.btn-theme-greenmef:active:hover,
.btn-dark.btn-theme-greenmef.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-greenmef:hover,
.btn-dark.btn-theme-greenmef:active:focus,
.btn-dark.btn-theme-greenmef.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-greenmef:focus,
.btn-dark.btn-theme-greenmef:active.focus,
.btn-dark.btn-theme-greenmef.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-greenmef.focus {
    color: #fff;
    background-color: #00D14C;

}
.btn-dark.btn-theme-greenmef:active,
.btn-dark.btn-theme-greenmef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-greenmef {
  background-image: none;
}
.btn-dark.btn-theme-greenmef.disabled:hover,
.btn-dark.btn-theme-greenmef[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-greenmef:hover,
.btn-dark.btn-theme-greenmef.disabled:focus,
.btn-dark.btn-theme-greenmef[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-greenmef:focus,
.btn-dark.btn-theme-greenmef.focus,
.btn-dark.btn-theme-greenmef[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-greenmef.focus {
  background-color: #00D14C;
  border-color: #00D14C;
}
.btn-dark.btn-theme-greenmef.badge {
  color: #00D14C;
  background-color: #fff;
}



/*
 * btn MISE EN FORME
 * -------------------- 
*/

.btn-dark.btn-theme-mef {
  color: #fff;
  background-color: #27A700;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-mef.focus {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:hover {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active,
.btn-dark.btn-theme-mef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-mef {
  color: #27A700;
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active:hover,
.btn-dark.btn-theme-mef.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-mef:hover,
.btn-dark.btn-theme-mef:active:focus,
.btn-dark.btn-theme-mef.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-mef:active.focus,
.btn-dark.btn-theme-mef.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-mef.focus {
    color: #27A700;
    background-color: #F5FF28;
    border-color: #F5FF28;
}
.btn-dark.btn-theme-mef:active,
.btn-dark.btn-theme-mef.active,
.open > .dropdown-toggle.btn-dark.btn-theme-mef {
  background-image: none;
}
.btn-dark.btn-theme-mef.disabled:hover,
.btn-dark.btn-theme-mef[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-mef:hover,
.btn-dark.btn-theme-mef.disabled:focus,
.btn-dark.btn-theme-mef[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-mef:focus,
.btn-dark.btn-theme-colored.mef.focus,
.btn-dark.btn-theme-mef[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-mef.focus {
  background-color: #F5FF28;
  border-color: #F5FF28;
}
.btn-dark.btn-theme-mef .badge {
  color: #F5FF28;
  background-color: #27A700;
}

/*
 * btn-theme-orange
 * -----------------------------------------------
*/

.btn-dark.btn-theme-orange {
	color: #fff;
	background-color: #EE9A00;
	border-width: 0px;
	
}
.btn-dark.btn-theme-orange:focus,
.btn-dark.btn-theme-orange.focus {
	color: #fff;
	background-color: #e50000;
	
}
.btn-dark.btn-theme-orange:hover {
  color: #fff;
  background-color: #e50000;
  
}
.btn-dark.btn-theme-orange:active,
.btn-dark.btn-theme-orange.active,
.open > .dropdown-toggle.btn-dark.btn-theme-orange {
  color: #fff;
  background-color: #e50000;
  
}
.btn-dark.btn-theme-orange:active:hover,
.btn-dark.btn-theme-orange.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-orange:hover,
.btn-dark.btn-theme-orange:active:focus,
.btn-dark.btn-theme-orange.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-orange:focus,
.btn-dark.btn-theme-orange:active.focus,
.btn-dark.btn-theme-orange.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-orange.focus {
    color: #fff;
    background-color: #e50000;
    
}
.btn-dark.btn-theme-orange:active,
.btn-dark.btn-theme-orange.active,
.open > .dropdown-toggle.btn-dark.btn-theme-orange {
  background-image: none;
}
.btn-dark.btn-theme-orange.disabled:hover,
.btn-dark.btn-theme-orange[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-orange:hover,
.btn-dark.btn-theme-orange.disabled:focus,
.btn-dark.btn-theme-orange[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-orange:focus,
.btn-dark.btn-theme-orange.focus,
.btn-dark.btn-theme-couple[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-orange.focus {
  background-color: #e50000;
  
}
.btn-dark.btn-theme-orange.badge {
  color: #fff;
  background-color: #e50000;
}




/*
 * btn-theme-shop 1 saumon clair
 * -----------------------------------------------
*/

.btn-dark.btn-theme-shop {
  color: #fff;
  background-color: #FF8C8C;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
        
}

.btn-dark.btn-theme-shop:hover {
    color: #8A8888;
    background-color: #323131;
    border-color: #323131;
}


/*
 * btn-theme-shop 2 saumon
 * -----------------------------------------------
*/

.btn-dark.btn-theme-shop-2 {
  color: #fff;
  background-color: #e25f5f;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
        
}

.btn-dark.btn-theme-shop-2:hover {
    color: #8A8888;
    background-color: #323131;
    border-color: #8A8888; 
}


/*
 * btn-default: theme-colored-2 red saumon
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored-2 {
  color: #FFFFFF;
  background-color: #e25f5f;
  border-color: #e25f5f;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #FFFFFF;
  background-color: #FF8484;
  border-color: #FF8484;
}
.btn-default.btn-theme-colored-2:hover {
  color: #FFFFFF;
  background-color: #FF8484;
  border-color: #FF8484;
}
.btn-default.btn-theme-colored-2:active,
.btn-default.btn-theme-colored.active-2,
.open > .dropdown-toggle.btn-default.btn-theme-colored-2 {
  color: #FFFFFF;
  background-color: #e25f5f;
  border-color: #e25f5f;
}
.btn-default.btn-theme-colored-2:active:hover,
.btn-default.btn-theme-colored-2.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored-2:hover,
.btn-default.btn-theme-colored-2:active:focus,
.btn-default.btn-theme-colored-2.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored-2:focus,
.btn-default.btn-theme-colored-2:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored-2.focus {
  color: #fff;
  background-color: #FF8484;
  border-color: #FF8484;
}
.btn-default.btn-theme-colored-2:active,
.btn-default.btn-theme-colored-2.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored-2 {
  background-image: none;
}
.btn-default.btn-theme-colored-2.disabled:hover,
.btn-default.btn-theme-colored-2[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored-2:hover,
.btn-default.btn-theme-colored.disabled-2:focus,
.btn-default.btn-theme-colored-2[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored-2:focus,
.btn-default.btn-theme-colored-2.disabled.focus,
.btn-default.btn-theme-colored-2[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored-2.focus {
  background-color: #fff;
  border-color: #FF8484;
}
.btn-default.btn-theme-colored-2 .badge {
  color: #fff;
  background-color: #FF8484;
}
.btn-default.btn-theme-colored-2:hover,
.btn-default.btn-theme-colored-2:active,
.btn-default.btn-theme-colored-2:focus {
  background-color: #FF8484;
  border-color: #FF8484;
  color: #fff;
}


/*
 * btn-theme-shop 4
 * -----------------------------------------------

}
*/

.btn-dark.btn-theme-shop-4 {
  color: #fff;
  background-color: #49c9b2;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
        
}

.btn-dark.btn-theme-shop-4:hover {
    color: #8A8888;
    background-color: #323131;
    border-color: #8A8888;
}



/*
 * btn-theme-shop 41
 * -------------------- 
*/

.btn-dark.btn-theme-shop-41 {
  color: #fff;
  background-color: #323131;
  border-color: #FFFFFF;
	border-width: 1px;
	border-radius: 10px;
font-size: 20px;
	
	padding-top: 16px;
     padding-bottom: 16px;
     padding-left: 50px;
     padding-right: 50px;
	marging-top: 30px;	
	}



.btn-dark.btn-theme-shop-41:focus,
.btn-dark.btn-theme-shop-41.focus {
	color: #fff;
    background-color:  #e62083;
    border-color: #fff;	
	border-width: 1px;
}
.btn-dark.btn-theme-shop-41:hover {
	color: #fff;
    background-color:  #e62083;
    border-color: #fff;	
	border-width: 1px;
	
}
.btn-dark.btn-theme-shop-41:active,
.btn-dark.btn-theme-shop-41.active,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-41 {
  color: #fff;
    background-color:  #e62083;
    border-color: #fff;	
	border-width: 1px;
	
}
.btn-dark.btn-theme-shop-41:active:hover,
.btn-dark.btn-theme-shop-41.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-41:hover,
.btn-dark.btn-theme-shop-41:active:focus,
.btn-dark.btn-theme-shop-41.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-41:focus,
.btn-dark.btn-theme-shop-41:active.focus,
.btn-dark.btn-theme-shop-41.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-41.focus {
    color: #fff;
    background-color:  #e62083;
    border-color: #fff;	
	border-width: 1px;
}
.btn-dark.btn-theme-shop-41:active,
.btn-dark.btn-theme-shop-41.active,
.open > .dropdown-atelier.btn-dark.btn-theme-shop-41 {
  background-image: none;
}
.btn-dark.btn-theme-shop-41.disabled:hover,
.btn-dark.btn-theme-shop-41[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-shop-41:hover,
.btn-dark.btn-theme-shop-41.disabled:focus,
.btn-dark.btn-theme-shop-41[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-purple:focus,
.btn-dark.btn-theme-colored.atelier.focus,
.btn-dark.btn-theme-shop-41[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-shop-41.focus {
  color: #fff;
    background-color:  #e62083;
    
}
.btn-dark.btn-theme-shop-41 .badge {
  color: #fff;
    background-color:  #e62083;
   
}



/*
 * btn-theme-shop 42
 * -------------------- 
*/


.btn-dark.btn-theme-shop-42 {
  color: #fff;
  background-color: #515151;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 15px;
     padding-right: 15px;
	border-radius: 5px;
	marging-top: 20px;
        
}

.btn-dark.btn-theme-shop-42:focus,
.btn-dark.btn-theme-shop-42.focus {
	color: #fff;
    background-color:  #FF9797;
    border-color: #fff;	
	border-width: 1px;
}
.btn-dark.btn-theme-shop-42:hover {

    color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}

.btn-dark.btn-theme-shop-42:active,
.btn-dark.btn-theme-shop-42.active,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-42 {
   color: #fff;
    background-color:  #FF9797;
    border-color: #e25f5f;
}

.btn-dark.btn-theme-shop-42:active:hover,
.btn-dark.btn-theme-shop-42.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-42:hover,
.btn-dark.btn-theme-shop-42:active:focus,
.btn-dark.btn-theme-shop-42.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-42:focus,
.btn-dark.btn-theme-shop-42:active.focus,
.btn-dark.btn-theme-shop-42.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-42.focus {
    color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}
.btn-dark.btn-theme-shop-42:active,
.btn-dark.btn-theme-shop-42.active,
.open > .dropdown-atelier.btn-dark.btn-theme-shop-42 {
  background-image: none;
}
.btn-dark.btn-theme-shop-42.disabled:hover,
.btn-dark.btn-theme-shop-42[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-shop-42:hover,
.btn-dark.btn-theme-shop-42.disabled:focus,
.btn-dark.btn-theme-shop-42[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-purple:focus,
.btn-dark.btn-theme-colored.atelier.focus,
.btn-dark.btn-theme-shop-42[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-shop-42.focus {
  color: #fff;
       background-color:  #e25f5f;
    
}
.btn-dark.btn-theme-shop-42 .badge {
  color: #fff;
       background-color:  #e25f5f;
   
}




/*
 * btn-theme-shop-5
 * -----------------------------------------------

*/

.btn-dark.btn-theme-shop-5 {
  color: #fff;
  background-color: #FB74B3;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
        
}

.btn-dark.btn-theme-shop-5:hover {
    color: #8A8888;
    background-color: #323131;
    border-color: #8A8888;
}


/*
 * btn-theme-shop-dark 3
 * -----------------------------------------------
*/


.btn-dark.btn-theme-shop-dark {
  color: #fff;
  background-color: #323131;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 15px;
     padding-right: 15px;
	border-radius: 5px;
	marging-top: 20px;
        
}

.btn-dark.btn-theme-shop-dark:focus,
.btn-dark.btn-theme-shop-dark.focus {
	color: #fff;
    background-color:  #FF9797;
    border-color: #fff;	
	border-width: 1px;
}
.btn-dark.btn-theme-shop-dark:hover {

    color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}

.btn-dark.btn-theme-shop-dark:active,
.btn-dark.btn-theme-shop-dark.active,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-dark {
   color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}

.btn-dark.btn-theme-shop-dark:active:hover,
.btn-dark.btn-theme-shop-dark.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-dark:hover,
.btn-dark.btn-theme-shop-dark:active:focus,
.btn-dark.btn-theme-shop-dark.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-dark:focus,
.btn-dark.btn-theme-shop-dark:active.focus,
.btn-dark.btn-theme-shop-dark.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-shop-dark.focus {
    color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}
.btn-dark.btn-theme-shop-dark:active,
.btn-dark.btn-theme-shop-dark.active,
.open > .dropdown-atelier.btn-dark.btn-theme-shop-dark {
  background-image: none;
}
.btn-dark.btn-theme-shop-dark.disabled:hover,
.btn-dark.btn-theme-shop-dark[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-shop-dark:hover,
.btn-dark.btn-theme-shop-dark.disabled:focus,
.btn-dark.btn-theme-shop-dark[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-purple:focus,
.btn-dark.btn-theme-colored.atelier.focus,
.btn-dark.btn-theme-shop-dark[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-shop-dark.focus {
  color: #fff;
       background-color:  #e25f5f;
    
}
.btn-dark.btn-theme-shop-dark .badge {
  color: #fff;
       background-color:  #e25f5f;
   
}









/*
 * btn-theme-shop-dark 4
 * -----------------------------------------------
*/

.btn-dark.btn-theme-shop-dark-2 {
  color: #fff;
  background-color: #8D8D8D;
 	border-width: 1px;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
        
}

.btn-dark.btn-theme-shop-dark-2:hover {
    color: #fff;
    background-color:  #e25f5f;
    border-color: #e25f5f;
}










/*
 * btn-theme-shop-mef
 * -----------------------------------------------
*/

.btn-dark.btn-theme-shop-mef {
  color: #fff;
  background-color: #00D14C;
  border-color: #FFFFFF;
	border-width: 3px;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 17px;
     padding-bottom: 17px;
     padding-left: 30px;
     padding-right: 30px;
}

.btn-dark.btn-theme-shop-mef:hover {
    color: #fff;
    background-color: #00F568;
    border-color: #fff;
}

/*
 * btn-theme-shop-mef-2
 * -----------------------------------------------
*/

.btn-dark.btn-theme-shop-mef-2 {
  color: #fff;
  background-color: #00D14C;
  border-color: #FFFFFF;
	border-width: 3px;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
}

.btn-dark.btn-theme-shop-mef-2:hover {
    color: #fff;
    background-color: #00F568;
    border-color: #fff;
}



/*
 * btn-theme-shop-mef yellow
 * -----------------------------------------------
*/

.btn-dark.btn-theme-mefy {
	color: #27A700;
  background-color:  #F5FF28;
  border-color: #fff;
	border-width: 3px;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
}

.btn-dark.btn-theme-mefy:hover {
    color: #fff;
    background-color: #00F568;
    border-color: #fff;
}




/*
 * btn-dark - ATELIERS
 * -------------------- 
*/

.btn-dark.btn-theme-atelier {
  color: #fff;
  background-color: #C81AA1;
  border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-atelier:focus,
.btn-dark.btn-theme-atelier.focus {
  color: #fff;
  background-color: #49c9b2;
  border-color: #49c9b2;
}
.btn-dark.btn-theme-atelier:hover {
  color: #fff;
  background-color: #49c9b2;
  border-color: #49c9b2;
}
.btn-dark.btn-theme-atelier:active,
.btn-dark.btn-theme-atelier.active,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier {
  color: #fff;
  background-color: #49c9b2;
  border-color: #49c9b2;
}
.btn-dark.btn-theme-atelier:active:hover,
.btn-dark.btn-theme-atelier.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier:hover,
.btn-dark.btn-theme-atelier:active:focus,
.btn-dark.btn-theme-atelier.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier:focus,
.btn-dark.btn-theme-atelier:active.focus,
.btn-dark.btn-theme-atelier.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier.focus {
    color: #fff;
    background-color: #49c9b2;
    border-color: #49c9b2;
}
.btn-dark.btn-theme-atelier:active,
.btn-dark.btn-theme-atelier.active,
.open > .dropdown-atelier.btn-dark.btn-theme-atelier {
  background-image: none;
}
.btn-dark.btn-theme-atelier.disabled:hover,
.btn-dark.btn-theme-atelier[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-atelier:hover,
.btn-dark.btn-theme-atelier.disabled:focus,
.btn-dark.btn-theme-atelier[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-purple:focus,
.btn-dark.btn-theme-colored.atelier.focus,
.btn-dark.btn-theme-atelier[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-atelier.focus {
  background-color: #C81AA1;
  border-color: #C81AA1;
}
.btn-dark.btn-theme-atelier .badge {
  color: #C81AA1;
  background-color: #fff;
}

/*
 * btn-dark - ATELIERS
 * -------------------- 
*/

.btn-dark.btn-theme-atelier2 {
  color: #fff;
  background-color: #C81AA1;
  border-color: #C81AA1;
	border-width: px;
}
.btn-dark.btn-theme-atelier2:focus,
.btn-dark.btn-theme-atelier2.focus {
  color: #C81AA1;
  background-color: #FFF;
  
}
.btn-dark.btn-theme-atelier2:hover {
 color: #C81AA1;
  background-color: #FFF;
  border-color: #C81AA1;
}
.btn-dark.btn-theme-atelier2:active,
.btn-dark.btn-theme-atelier2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier2 {
  color: #C81AA1;
  background-color: #FFF;
  border-color: #C81AA1;
}
.btn-dark.btn-theme-atelier2:active:hover,
.btn-dark.btn-theme-atelier2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier2:hover,
.btn-dark.btn-theme-atelier2:active:focus,
.btn-dark.btn-theme-atelier2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier2:focus,
.btn-dark.btn-theme-atelier2:active.focus,
.btn-dark.btn-theme-atelier2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-atelier2.focus {
    color: #C81AA1;
  background-color: #FFF;
  border-color: #C81AA1;
}
.btn-dark.btn-theme-atelier2:active,
.btn-dark.btn-theme-atelier2.active,
.open > .dropdown-atelier2.btn-dark.btn-theme-atelier2 {
  background-image: none;
}
.btn-dark.btn-theme-atelier2.disabled:hover,
.btn-dark.btn-theme-atelier2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-atelier2:hover,
.btn-dark.btn-theme-atelier2.disabled:focus,
.btn-dark.btn-theme-atelier2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-ATELIER2:focus,
.btn-dark.btn-theme-colored.atelier2.focus,
.btn-dark.btn-theme-atelier2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-atelier2.focus {
  background-color: #C81AA1;
  border-color: #C81AA1;
}
.btn-dark.btn-theme-atelier2 .badge {
  color: #C81AA1;
  background-color: #fff;
}







/*
 * btn-purple - MENU ATELIERS
 * -------------------- 
*/

.btn-dark.btn-theme-menu-atelier {
  color: #fff;
  background-color: #C81AA1;
  border-color: #C81AA1;
	border-width: px;
}
.btn-dark.btn-theme-menu-atelier:focus,
.btn-dark.btn-theme-menu-atelier.focus {
  color: #C81AA1;
  background-color: #FFF;
  
}
.btn-dark.btn-theme-menu-atelier:hover {
 color: #D55BB9;
  background-color: #FFF;
  border-color: #D55BB9;
}
.btn-dark.btn-theme-menu-atelier:active,
.btn-dark.btn-theme-menu-atelier.active,
.open > .dropdown-toggle.btn-dark.btn-theme-menu-atelier {
  color: #D55BB9;
  background-color: #FFF;
  border-color: #D55BB9;
}
.btn-dark.btn-theme-menu-atelier:active:hover,
.btn-dark.btn-theme-menu-atelier.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-menu-atelier:hover,
.btn-dark.btn-theme-menu-atelier:active:focus,
.btn-dark.btn-theme-menu-atelier.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-menu-atelier:focus,
.btn-dark.btn-theme-menu-atelier:active.focus,
.btn-dark.btn-theme-menu-atelier.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-menu-atelier.focus {
	color: #C81AA1;
	background-color: #FFF;
	border-color: #C81AA1;
}
.btn-dark.btn-theme-menu-atelier:active,
.btn-dark.btn-theme-menu-atelier.active,
.open > .dropdown-atelier2.btn-dark.btn-theme-menu-atelier {
  background-image: none;
}
.btn-dark.btn-theme-menu-atelier.disabled:hover,
.btn-dark.btn-theme-menu-atelier[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-menu-atelier:hover,
.btn-dark.btn-theme-menu-atelier.disabled:focus,
.btn-dark.btn-theme-menu-atelier[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-menu-atelier:focus,
.btn-dark.btn-theme-colored.atelier2.focus,
.btn-dark.btn-theme-menu-atelier[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-menu-atelier.focus {
  background-color: #D55BB9;
  border-color: #D55BB9;
}
.btn-dark.btn-theme-menu-atelier .badge {
  color: #D55BB9;
  background-color: #fff;
}








/*
 * btn FESTIVAL 
 * -------------------- 
*/

.btn-dark.btn-theme-fest {
  color: #fff;
  background-color: #01D758;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-fest:focus,
.btn-dark.btn-theme-fest.focus {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
	
}
.btn-dark.btn-theme-fest:hover {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-fest:active,
.btn-dark.btn-theme-fest.active,
.open > .dropdown-toggle.btn-dark.btn-theme-fest {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-fest:active:hover,
.btn-dark.btn-theme-fest.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-fest:hover,
.btn-dark.btn-theme-fest:active:focus,
.btn-dark.btn-theme-fest.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-fest:focus,
.btn-dark.btn-theme-fest:active.focus,
.btn-dark.btn-theme-fest.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-fest.focus {
    color: #fff;
    background-color: #f92c8c;
    border-color: #f92c8c;
}
.btn-dark.btn-theme-fest:active,
.btn-dark.btn-theme-fest.active,
.open > .dropdown-toggle.btn-dark.btn-theme-fest {
  background-image: none;
}
.btn-dark.btn-theme-fest.disabled:hover,
.btn-dark.btn-theme-fest[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-fest:hover,
.btn-dark.btn-theme-fest.disabled:focus,
.btn-dark.btn-theme-fest[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-fest:focus,
.btn-dark.btn-theme-colored.fest.focus,
.btn-dark.btn-theme-fest[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-fest.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-fest .badge {
  color: #f92c8c;
  background-color: #fff;
}

/*
 * btn event
 * -------------------- 
*/

.btn-dark.btn-theme-event {
  color: #fff;
  background-color: #A3195B;
  border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-event:focus,
.btn-dark.btn-theme-event.focus {
	color: #fff;
	background-color: #A3195B;
	border-color: #A3195B
}
.btn-dark.btn-theme-event:hover {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-event:active,
.btn-dark.btn-theme-event.active,
.open > .dropdown-toggle.btn-dark.btn-theme-event {
  color: #fff;
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-event:active:hover,
.btn-dark.btn-theme-event.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-event:hover,
.btn-dark.btn-theme-event:active:focus,
.btn-dark.btn-theme-event.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-event:focus,
.btn-dark.btn-theme-event:active.focus,
.btn-dark.btn-theme-event.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-event.focus {
    color: #fff;
    background-color: #f92c8c;
    border-color: #f92c8c;
}
.btn-dark.btn-theme-event:active,
.btn-dark.btn-theme-event.active,
.open > .dropdown-toggle.btn-dark.btn-theme-event {
  background-image: none;
}
.btn-dark.btn-theme-event.disabled:hover,
.btn-dark.btn-theme-event[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-event:hover,
.btn-dark.btn-theme-event.disabled:focus,
.btn-dark.btn-theme-event[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-event:focus,
.btn-dark.btn-theme-colored.event.focus,
.btn-dark.btn-theme-event[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-event.focus {
  background-color: #f92c8c;
  border-color: #f92c8c;
}
.btn-dark.btn-theme-event .badge {
  color: #f92c8c;
  background-color: #fff;
}



/*
 * btn Pink-BLUE
 * -------------------- 
*/

.btn-dark.btn-theme-pinkblue {
	color: #fff;
	background-color:  #eb267a;
	border-color: #FFFFFF;
	border-width: 3px;
}
.btn-dark.btn-theme-pinkblue:focus,
.btn-dark.btn-theme-pinkblue.focus {
  color: #fff;
  background-color: #26c6da;
	border-color: #26c6da;
}
.btn-dark.btn-theme-pinkblue:hover {
  color: #fff;
  background-color: #26c6da;
	border-color: #26c6da;
}
.btn-dark.btn-theme-pinkblue:active,
.btn-dark.btn-theme-pinkblue.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pinkblue {
  color: #fff;
  background-color: #26c6da;
	border-color: #26c6da;
}
.btn-dark.btn-theme-pinkblue:active:hover,
.btn-dark.btn-theme-pinkblue.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-pinkblue:hover,
.btn-dark.btn-theme-pinkblue:active:focus,
.btn-dark.btn-theme-pinkblue.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pinkblue:focus,
.btn-dark.btn-theme-pinkblue:active.focus,
.btn-dark.btn-theme-pinkblue.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pinkblue.focus {
	color: #fff;
	background-color: #26c6da;
	border-color: #26c6da;
}
.btn-dark.btn-theme-pinkblue:active,
.btn-dark.btn-theme-pinkblue.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pinkblue {
  background-image: none;
}
.btn-dark.btn-theme-pinkblue.disabled:hover,
.btn-dark.btn-theme-pinkblue[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-pinkblue:hover,
.btn-dark.btn-theme-pinkblue.disabled:focus,
.btn-dark.btn-theme-pinkblue[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-pinkblue:focus,
.btn-dark.btn-theme-colored.pinkblue.focus,
.btn-dark.btn-theme-pinkblue[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-pinkblue.focus {
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-dark.btn-theme-pinkblue .badge {
  color: #eb267a;
  background-color: #fff;
}



/*
 * btn BLUE
 * -------------------- 
*/

.btn-dark.btn-theme-blue {
	color: #fff;
	background-color:  #26c6da;
	border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-blue:focus,
.btn-dark.btn-theme-blue.focus {
  color: #fff;
  background-color: #554B46;
	border-color: #fff;
}
.btn-dark.btn-theme-blue:hover {
  color: #fff;
  background-color: #554B46;
	border-color: #fff;
}
.btn-dark.btn-theme-blue:active,
.btn-dark.btn-theme-blue.active,
.open > .dropdown-toggle.btn-dark.btn-theme-blue {
  color: #fff;
  background-color: #554B46;
	border-color: #fff;
}
.btn-dark.btn-theme-blue:active:hover,
.btn-dark.btn-theme-blue.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-blue:hover,
.btn-dark.btn-theme-blue:active:focus,
.btn-dark.btn-theme-blue.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-blue:focus,
.btn-dark.btn-theme-blue:active.focus,
.btn-dark.btn-theme-blue.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-blue.focus {
    color: #fff;
    background-color: #554B46;
    border-color: #fff;
}
.btn-dark.btn-theme-blue:active,
.btn-dark.btn-theme-blue.active,
.open > .dropdown-toggle.btn-dark.btn-theme-blue {
  background-image: none;
}
.btn-dark.btn-theme-blue.disabled:hover,
.btn-dark.btn-theme-blue[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-blue:hover,
.btn-dark.btn-theme-blue.disabled:focus,
.btn-dark.btn-theme-blue[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-blue:focus,
.btn-dark.btn-theme-colored.blue.focus,
.btn-dark.btn-theme-blue[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-blue.focus {
  background-color: #554B46;
  border-color: #fff;
}
.btn-dark.btn-theme-blue .badge {
  color: #554B46;
  background-color: #fff;
}


/*
 * btn red-light
 * -------------------- 
*/

.btn-dark.btn-theme-red-light {
	color: #fff;
	background-color:  #FB6A6A;
	border-color: #FFFFFF;
	border-width: 0px;
}
.btn-dark.btn-theme-red-light:focus,
.btn-dark.btn-theme-red-light.focus {
  color: #fff;
  background-color: #AD3737;
	border-color: #fff;
}
.btn-dark.btn-theme-red-light:hover {
  color: #fff;
  background-color: #AD3737;
	border-color: #fff;
}
.btn-dark.btn-theme-red-light:active,
.btn-dark.btn-theme-red-light.active,
.open > .dropdown-toggle.btn-dark.btn-theme-red-light {
   color: #fff;
  background-color: #AD3737;
	border-color: #fff;
}
.btn-dark.btn-theme-red-light:active:hover,
.btn-dark.btn-theme-red.-lightactive:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-red-light:hover,
.btn-dark.btn-theme-red-light:active:focus,
.btn-dark.btn-theme-red-light.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-red-light:focus,
.btn-dark.btn-theme-red-light:active.focus,
.btn-dark.btn-theme-red-light.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-red-light.focus {
     color: #fff;
  background-color: #AD3737;
	border-color: #fff;
}
.btn-dark.btn-theme-red-light:active,
.btn-dark.btn-theme-red-light.active,
.open > .dropdown-toggle.btn-dark.btn-theme-red-light {
  background-image: none;
}
.btn-dark.btn-theme-red-light.disabled:hover,
.btn-dark.btn-theme-red-light[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-red-light:hover,
.btn-dark.btn-theme-red.disabled-light:focus,
.btn-dark.btn-theme-red-light[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-red-light:focus,
.btn-dark.btn-theme-colored.red-light.focus,
.btn-dark.btn-theme-red-light[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-red-light.focus {
   color: #FB6A6A;
  background-color: #fff;
	}

.btn-dark.btn-theme-red-light.badge {
  color: #FB6A6A;
  background-color: #fff;
}


/*
 * btn red
 * -------------------- 
*/

.btn-dark.btn-theme-red {
	color: #fff;
	background-color:  #cc0000;
	border-color: #FFFFFF;
	border-width: 0px;
}
.btn-dark.btn-theme-red:focus,
.btn-dark.btn-theme-red.focus {
  color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-red:hover {
  color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-red:active,
.btn-dark.btn-theme-red.active,
.open > .dropdown-toggle.btn-dark.btn-theme-red {
   color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-red:active:hover,
.btn-dark.btn-theme-red.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-red:hover,
.btn-dark.btn-theme-red:active:focus,
.btn-dark.btn-theme-red.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-red:focus,
.btn-dark.btn-theme-red:active.focus,
.btn-dark.btn-theme-red.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-red.focus {
     color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-red:active,
.btn-dark.btn-theme-red.active,
.open > .dropdown-toggle.btn-dark.btn-theme-red {
  background-image: none;
}
.btn-dark.btn-theme-red.disabled:hover,
.btn-dark.btn-theme-red[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-red:hover,
.btn-dark.btn-theme-red.disabled:focus,
.btn-dark.btn-theme-red[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-red:focus,
.btn-dark.btn-theme-colored.red.focus,
.btn-dark.btn-theme-red[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-red.focus {
   color: #cc0000;
  background-color: #fff;
	}

.btn-dark.btn-theme-red .badge {
  color: #cc0000;
  background-color: #fff;
}


/*
 * btn GREEN 
 * -------------------- 
*/

.btn-dark.btn-theme-green {
  color: #fff;
  background-color: #08EB00;
border-width: 0px;
}
.btn-dark.btn-theme-green:focus,
.btn-dark.btn-theme-green.focus {
  color: #fff;
  background-color: #08EB00;
	border-width: #08EB00;
}
.btn-dark.btn-theme-green:hover {
  color: #fff;
  background-color: #08EB00;
	border-width: #08EB00;
 
}
.btn-dark.btn-theme-green:active,
.btn-dark.btn-theme-green.active,
.open > .dropdown-toggle.btn-dark.btn-theme-green {
  color: #fff;
  background-color: #08EB00;
	border-width: #08EB00;
}
.btn-dark.btn-theme-green:active:hover,
.btn-dark.btn-theme-green.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-green:hover,
.btn-dark.btn-theme-green:active:focus,
.btn-dark.btn-theme-green.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-green:focus,
.btn-dark.btn-theme-green:active.focus,
.btn-dark.btn-theme-green.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-green.focus {
    color: #fff;
    background-color: #08EB00;
    border-color: #08EB00;
}
.btn-dark.btn-theme-green:active,
.btn-dark.btn-theme-green.active,
.open > .dropdown-toggle.btn-dark.btn-theme-green {
  background-image: none;
}



/*
 * btn GREENfest 
 * -------------------- 
*/

.btn-dark.btn-theme-greenfest {
  color: #fff;
  background-color: #01D758;
border-width: 0px;
}
.btn-dark.btn-theme-greenfest:focus,
.btn-dark.btn-theme-greenfest.focus {
  color: #fff;
  background-color: #01D758;
	border-width: #01D758;
}
.btn-dark.btn-theme-greenfest:hover {
  color: #fff;
  background-color: #01D758;
	border-width: #01D758;
 
}
.btn-dark.btn-theme-greenfest:active,
.btn-dark.btn-theme-greenfest.active,
.open > .dropdown-toggle.btn-dark.btn-theme-greenfest {
  color: #fff;
  background-color: #01D758;
	border-width: #01D758;
}
.btn-dark.btn-theme-greenfest:active:hover,
.btn-dark.btn-theme-greenfest.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-greenfest:hover,
.btn-dark.btn-theme-greenfest:active:focus,
.btn-dark.btn-theme-greenfest.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-greenfest:focus,
.btn-dark.btn-theme-greenfest:active.focus,
.btn-dark.btn-theme-greenfest.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-greenfest.focus {
    color: #fff;
    background-color: #01D758;
    border-color: #01D758;
}
.btn-dark.btn-theme-greenfest:active,
.btn-dark.btn-theme-greenfest.active,
.open > .dropdown-toggle.btn-dark.btn-theme-greenfest {
  background-image: none;
}


/*
 * btn pink3 enfant
 * -------------------- 
*/

.btn-dark.btn-theme-pink {
	color: #fff;
	background-color:  #EB307A;
	border-color: #FFFFFF;
	border-width: 0px;
}
.btn-dark.btn-theme-pink:focus,
.btn-dark.btn-theme-pink.focus {
  color: #fff;
  background-color: #CE0077;
	border-color: #fff;
}
.btn-dark.btn-theme-pink:hover {
  color: #fff;
  background-color: #CE0077;
	border-color: #fff;
}
.btn-dark.btn-theme-pink:active,
.btn-dark.btn-theme-pink.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink {
   color: #fff;
  background-color: #CE0077;
	border-color: #fff;
}
.btn-dark.btn-theme-pink:active:hover,
.btn-dark.btn-theme-pink.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-pink:hover,
.btn-dark.btn-theme-pink:active:focus,
.btn-dark.btn-theme-pink.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink:focus,
.btn-dark.btn-theme-pink:active.focus,
.btn-dark.btn-theme-pink.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink.focus {
     color: #fff;
  background-color: #CE0077;
	border-color: #fff;
}
.btn-dark.btn-theme-pink:active,
.btn-dark.btn-theme-pink.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink {
  background-image: none;
}
.btn-dark.btn-theme-pink.disabled:hover,
.btn-dark.btn-theme-pink[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-pink:hover,
.btn-dark.btn-theme-pink.disabled:focus,
.btn-dark.btn-theme-pink[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-pink:focus,
.btn-dark.btn-theme-colored.pink.focus,
.btn-dark.btn-theme-pink[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-pink.focus {
   color: #CE0077;
  background-color: #fff;
	}

.btn-dark.btn-theme-pink .badge {
  color: #CE0077;
  background-color: #fff;
}



/*
 * btn pink2 enfant
 * -------------------- 
*/


.btn-dark.btn-theme-pink2 {
	color: #fff;
	background-color:  #EC87C0;
	border-color: #FFFFFF;
	border-width: 0px;
}
.btn-dark.btn-theme-pink2:focus,
.btn-dark.btn-theme-pink2.focus {
  color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-pink2:hover {
  color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-pink2:active,
.btn-dark.btn-theme-pink2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink2 {
   color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-pink2:active:hover,
.btn-dark.btn-theme-pink2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-pink2:hover,
.btn-dark.btn-theme-pink2:active:focus,
.btn-dark.btn-theme-pink2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink2:focus,
.btn-dark.btn-theme-pink2:active.focus,
.btn-dark.btn-theme-pink2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink2.focus {
     color: #fff;
  background-color: #404040;
	border-color: #fff;
}
.btn-dark.btn-theme-pink2:active,
.btn-dark.btn-theme-pink2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink2 {
  background-image: none;
}
.btn-dark.btn-theme-pink2.disabled:hover,
.btn-dark.btn-theme-pink2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-pink2:hover,
.btn-dark.btn-theme-pink2.disabled:focus,
.btn-dark.btn-theme-pink2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-pink2:focus,
.btn-dark.btn-theme-colopink2.pink2.focus,
.btn-dark.btn-theme-pink2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-pink2.focus {
   color: #EC87C0;
  background-color: #fff;
	}

.btn-dark.btn-theme-pink2 .badge {
  color: #EC87C0;
  background-color: #fff;
}





/*
 * btn pink3 enfant
 * -------------------- 
*/

.btn-dark.btn-theme-pink3 {
	color: #fff;
	background-color:  #f92c8c; 
	border-color: #FFFFFF;
	border-width: 1px;
}
.btn-dark.btn-theme-pink3:focus,
.btn-dark.btn-theme-pink3.focus {
  color: #f92c8c;
  background-color: #FEB2C4;
	border-color: #FFFFFF;
}
.btn-dark.btn-theme-pink3:hover {
  color: #f92c8c;
  background-color: #FEB2C4;
	border-color: #FFFFFF;
}
.btn-dark.btn-theme-pink3:active,
.btn-dark.btn-theme-pink3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink3 {
  color: #f92c8c;
  background-color: #FEB2C4;
	border-color: #FFFFFF;
}
.btn-dark.btn-theme-pink3:active:hover,
.btn-dark.btn-theme-pink3.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-pink3:hover,
.btn-dark.btn-theme-pink3:active:focus,
.btn-dark.btn-theme-pink3.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink3:focus,
.btn-dark.btn-theme-pink3:active.focus,
.btn-dark.btn-theme-pink3.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-pink3.focus {
  color: #f92c8c;
  background-color: #FEB2C4;
	border-color: #FFFFFF;
}
.btn-dark.btn-theme-pink3:active,
.btn-dark.btn-theme-pink3.active,
.open > .dropdown-toggle.btn-dark.btn-theme-pink3 {
  background-image: none;
}
.btn-dark.btn-theme-pink3.disabled:hover,
.btn-dark.btn-theme-pink3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-pink3:hover,
.btn-dark.btn-theme-pink3.disabled:focus,
.btn-dark.btn-theme-pink3[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-pink3:focus,
.btn-dark.btn-theme-pink3.focus,
.btn-dark.btn-theme-pink3[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-pink3.focus {
  color: #f92c8c;
  background-color: #FEB2C4;
	
	}

.btn-dark.btn-theme-pink3 .badge {
  color: #f92c8c;
  background-color: #fff;
}




/*
 * btn-theme-pink-4 enfant
 * -----------------------------------------------
*/

.btn-dark.btn-theme-pink4 {
  color: #fff;
  background-color: #f92c8c; 
 	border-width: 1px;
	border-color: #FFFFFF;
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 20px;
     padding-right: 20px;
	border-radius: 9px;
	marging-top: 30px;
  	  
}

.btn-dark.btn-theme-pink4:hover {
    color: #e1e1e1;
    background-color: #A30752;
    border-color: #323131;
 
}

	





/*
 * btn-greenmef: theme-color-greenmef
 * -----------------------------------------------
*/
.btn-default.theme-color-greenmef {
  color: #00C300 ;
  background-color: #fff;
  border-color: #00C300 ;
    border-width: 2px;
}
.btn-default.theme-color-greenmef:focus,
.btn-default.theme-color-greenmef.focus {
  color:  #FFF; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.theme-color-greenmef:hover {
  color: #FFF;
  background-color:  #00C300 ;
  border-color:  #F5EC00 ;
}
.btn-default.theme-color-greenmef:active,
.btn-default.theme-color-greenmef.active,
.open > .dropdown-toggle.btn-default.theme-color-greenmef {
  color:  #FFF; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.theme-color-greenmef:active:hover,
.btn-default.theme-color-greenmef.active:hover,
.open > .dropdown-toggle.btn-default.theme-color-greenmef:hover,
.btn-default.theme-color-greenmef:active:focus,
.btn-default.theme-color-greenmef.active:focus,
.open > .dropdown-toggle.btn-default.theme-color-greenmef:focus,
.btn-default.theme-color-greenmef:active.focus,
.btn-default.theme-color-greenmef.active.focus,
.open > .dropdown-toggle.btn-default.theme-color-greenmef.focus {
  color:  #e6e6e6; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.theme-color-greenmef:active,
.btn-default.theme-color-greenmef.active,
.open > .dropdown-toggle.btn-default.theme-color-greenmef {
  background-image: none;
}
.btn-default.theme-color-greenmef.disabled:hover,
.btn-default.theme-color-greenmef[disabled]:hover,
fieldset[disabled] .btn-default.theme-color-greenmef:hover,
.btn-default.theme-color-greenmef.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.theme-color-greenmef:focus,
.btn-default.theme-color-greenmef.disabled.focus,
.btn-default.btn-theme-color-greenmef[disabled].focus,
fieldset[disabled] .btn-default.theme-color-greenmef.focus {
  background-color: #fff;
  border-color: #00C300 ;
}
.btn-default.theme-color-greenmef.badge {
  color: #fff;
  background-color: #00C300 ;
}
.btn-default.theme-color-greenmef:hover,
.btn-default.theme-color-greenmef:active,
.btn-default.theme-color-greenmef:focus {
  color:  #e6e6e6; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}


/*
 * btn-primary: theme-color-mef vert
 * -----------------------------------------------
*/
.btn-theme-colored-mef {
  color: #27A700; 
  background-color: #F5FF28;
  border-color: #27A700;
border-width: 3px;
}
.btn-theme-colored-mef:focus,
.btn-theme-colored-mef.focus {
  color: #F5FF28;
  background-color: #27A700;
  border-color: #fff;
    border-width: 3px;
}
.btn-theme-colored-mef:hover {
  color: #F5FF28;
  background-color: #27A700;
  border-color: #fff;
    border-width: 3px;
}
.btn-theme-colored-mef:active,
.btn-theme-colored-mef.active,
.open > .dropdown-toggle.btn-theme-colored-mef {
  color: #fff;
  background-color: #27A700;
  
  
}
.btn-theme-colored-mef:active:hover,
.btn-theme-colored-mef.active:hover,
.open > .dropdown-toggle.btn-theme-colored-mef:hover,
.btn-theme-colored-mef:active:focus,
.btn-theme-colored-mef.active:focus,
.open > .dropdown-toggle.btn-theme-colored-mef:focus,
.btn-theme-colored-mef:active.focus,
.btn-theme-colored-mef.active.focus,
.open > .dropdown-toggle.btn-theme-colored-mef.focus {
  color: #F5FF28;
  background-color: #27A700;
  border-color: #fff;
    border-width: 3px;
}
.btn-theme-colored-mef:active,
.btn-theme-colored-mef.active,
.open > .dropdown-toggle.btn-theme-colored-mef {
  background-image: none;
}
.btn-theme-colored-mef.disabled:hover,
.btn-theme-colored-mef[disabled]:hover,
fieldset[disabled] .btn-theme-colored-mef:hover,
.btn-theme-colored-mef.disabled:focus,
.btn-theme-colored-mef[disabled]:focus,
fieldset[disabled] .btn-theme-colored-mef:focus,
.btn-theme-colored-mef.disabled.focus,
.btn-theme-colored-mef[disabled].focus,
fieldset[disabled] .btn-theme-colored-mef.focus {
  background-color: #00C300 ;
  border-color: #00C300 ;
}
.btn-theme-colored-mef .badge {
  color: #00C300 ;
  background-color: #fff;
}


/*
 * btn-default: theme-color vert
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #00C300 ;
  background-color: #fff;
  border-color: #00C300 ;
    border-width: 2px;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color:  #FFF; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.btn-theme-colored:hover {
  color: #FFF;
  background-color:  #00C300 ;
  border-color:  #F5EC00 ;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color:  #FFF; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color:  #e6e6e6; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #00C300 ;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #00C300 ;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  color:  #e6e6e6; 
  background-color: #00C300;
  border-color: #e6e6e6  ;
    border-width: 1px;
}
